{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-opensearch/refs/heads/main/json-structure/openapi-describe-reserved-elasticsearch-instance-offerings-response-structure.json", "name": "DescribeReservedElasticsearchInstanceOfferingsResponse", "description": "Container for results from DescribeReservedElasticsearchInstanceOfferings", "type": "object", "properties": { "NextToken": { "allOf": [ { "$ref": "#/components/schemas/NextToken" }, { "description": "Provides an identifier to allow retrieval of paginated results." } ] }, "ReservedElasticsearchInstanceOfferings": { "allOf": [ { "$ref": "#/components/schemas/ReservedElasticsearchInstanceOfferingList" }, { "description": "List of reserved Elasticsearch instance offerings" } ] } } }