{ "$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-ebs-volume-recommendations-response-structure.json", "name": "GetEBSVolumeRecommendationsResponse", "description": "GetEBSVolumeRecommendationsResponse schema", "type": "object", "properties": { "nextToken": { "allOf": [ { "$ref": "#/components/schemas/NextToken" }, { "description": "

The token to use to advance to the next page of volume recommendations.

This value is null when there are no more pages of volume recommendations to return.

" } ] }, "volumeRecommendations": { "allOf": [ { "$ref": "#/components/schemas/VolumeRecommendations" }, { "description": "An array of objects that describe volume recommendations." } ] }, "errors": { "allOf": [ { "$ref": "#/components/schemas/GetRecommendationErrors" }, { "description": "

An array of objects that describe errors of the request.

For example, an error is returned if you request recommendations for an unsupported volume.

" } ] } } }