Amazon OpenSearch Service API · JSON Structure

Openapi Describe Reserved Elasticsearch Instance Offerings Response Structure

Container for results from DescribeReservedElasticsearchInstanceOfferings

Type: object Properties: 2
AnalyticsElasticsearchSearch

DescribeReservedElasticsearchInstanceOfferingsResponse is a JSON Structure definition published by Amazon OpenSearch Service API, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

NextToken ReservedElasticsearchInstanceOfferings

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-opensearch/refs/heads/main/json-structure/openapi-describe-reserved-elasticsearch-instance-offerings-response-structure.json",
  "name": "DescribeReservedElasticsearchInstanceOfferingsResponse",
  "description": "Container for results from <code>DescribeReservedElasticsearchInstanceOfferings</code>",
  "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"
        }
      ]
    }
  }
}