Amazon OpenSearch Service API · JSON Structure

Openapi Purchase Reserved Elasticsearch Instance Offering Response Structure

Represents the output of a PurchaseReservedElasticsearchInstanceOffering operation.

Type: object Properties: 2
AnalyticsElasticsearchSearch

PurchaseReservedElasticsearchInstanceOfferingResponse 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

ReservedElasticsearchInstanceId ReservationName

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-purchase-reserved-elasticsearch-instance-offering-response-structure.json",
  "name": "PurchaseReservedElasticsearchInstanceOfferingResponse",
  "description": "Represents the output of a <code>PurchaseReservedElasticsearchInstanceOffering</code> operation.",
  "type": "object",
  "properties": {
    "ReservedElasticsearchInstanceId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/GUID"
        },
        {
          "description": "Details of the reserved Elasticsearch instance which was purchased."
        }
      ]
    },
    "ReservationName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ReservationToken"
        },
        {
          "description": "The customer-specified identifier used to track this reservation."
        }
      ]
    }
  }
}