Amazon Compute Optimizer · JSON Structure

Compute Optimizer Get Ecs Service Recommendations Response Structure

GetECSServiceRecommendationsResponse schema

Type: object Properties: 3
Cost OptimizationFinOpsMachine LearningResource Recommendations

GetECSServiceRecommendationsResponse is a JSON Structure definition published by Amazon Compute Optimizer, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

nextToken ecsServiceRecommendations errors

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-compute-optimizer/refs/heads/main/json-structure/compute-optimizer-get-ecs-service-recommendations-response-structure.json",
  "name": "GetECSServiceRecommendationsResponse",
  "description": "GetECSServiceRecommendationsResponse schema",
  "type": "object",
  "properties": {
    "nextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/NextToken"
        },
        {
          "description": " The token to advance to the next page of Amazon ECS service recommendations. "
        }
      ]
    },
    "ecsServiceRecommendations": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ECSServiceRecommendations"
        },
        {
          "description": " An array of objects that describe the Amazon ECS service recommendations. "
        }
      ]
    },
    "errors": {
      "allOf": [
        {
          "$ref": "#/components/schemas/GetRecommendationErrors"
        },
        {
          "description": " An array of objects that describe errors of the request. "
        }
      ]
    }
  }
}