Amazon Compute Optimizer · Schema
GetECSServiceRecommendationsRequest
GetECSServiceRecommendationsRequest schema
Cost OptimizationFinOpsMachine-LearningResource Recommendations
Properties
| Name | Type | Description |
|---|---|---|
| serviceArns | object | |
| nextToken | object | |
| maxResults | object | |
| filters | object | |
| accountIds | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-compute-optimizer/refs/heads/main/json-schema/compute-optimizer-get-ecs-service-recommendations-request-schema.json",
"title": "GetECSServiceRecommendationsRequest",
"description": "GetECSServiceRecommendationsRequest schema",
"type": "object",
"properties": {
"serviceArns": {
"allOf": [
{
"$ref": "#/components/schemas/ServiceArns"
},
{
"description": "<p> The ARN that identifies the Amazon ECS service. </p> <p> The following is the format of the ARN: </p> <p> <code>arn:aws:ecs:region:aws_account_id:service/cluster-name/service-name</code> </p>"
}
]
},
"nextToken": {
"allOf": [
{
"$ref": "#/components/schemas/NextToken"
},
{
"description": " The token to advance to the next page of Amazon ECS service recommendations. "
}
]
},
"maxResults": {
"allOf": [
{
"$ref": "#/components/schemas/MaxResults"
},
{
"description": "<p> The maximum number of Amazon ECS service recommendations to return with a single request. </p> <p>To retrieve the remaining results, make another request with the returned <code>nextToken</code> value.</p>"
}
]
},
"filters": {
"allOf": [
{
"$ref": "#/components/schemas/ECSServiceRecommendationFilters"
},
{
"description": " An array of objects to specify a filter that returns a more specific list of Amazon ECS service recommendations. "
}
]
},
"accountIds": {
"allOf": [
{
"$ref": "#/components/schemas/AccountIds"
},
{
"description": "<p> Return the Amazon ECS service recommendations to the specified Amazon Web Services account IDs. </p> <p>If your account is the management account or the delegated administrator of an organization, use this parameter to return the Amazon ECS service recommendations to specific member accounts.</p> <p>You can only specify one account ID per request.</p>"
}
]
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/compute-optimizer-get-ecs-service-recommendations-request"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.