Amazon Compute Optimizer · JSON Structure

Compute Optimizer Get Auto Scaling Group Recommendations Response Structure

GetAutoScalingGroupRecommendationsResponse schema

Type: object Properties: 3
Cost OptimizationFinOpsMachine LearningResource Recommendations

GetAutoScalingGroupRecommendationsResponse 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 autoScalingGroupRecommendations 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-auto-scaling-group-recommendations-response-structure.json",
  "name": "GetAutoScalingGroupRecommendationsResponse",
  "description": "GetAutoScalingGroupRecommendationsResponse schema",
  "type": "object",
  "properties": {
    "nextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/NextToken"
        },
        {
          "description": "<p>The token to use to advance to the next page of Auto Scaling group recommendations.</p> <p>This value is null when there are no more pages of Auto Scaling group recommendations to return.</p>"
        }
      ]
    },
    "autoScalingGroupRecommendations": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AutoScalingGroupRecommendations"
        },
        {
          "description": "An array of objects that describe Auto Scaling group recommendations."
        }
      ]
    },
    "errors": {
      "allOf": [
        {
          "$ref": "#/components/schemas/GetRecommendationErrors"
        },
        {
          "description": "<p>An array of objects that describe errors of the request.</p> <p>For example, an error is returned if you request recommendations for an unsupported Auto Scaling group.</p>"
        }
      ]
    }
  }
}