PurchaseReservedElasticsearchInstanceOfferingResponse

Represents the output of a PurchaseReservedElasticsearchInstanceOffering operation.

AnalyticsElasticsearchSearch

Properties

Name Type Description
ReservedElasticsearchInstanceId object
ReservationName object
View JSON Schema on GitHub

JSON Schema

openapi-purchase-reserved-elasticsearch-instance-offering-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-opensearch/refs/heads/main/json-schema/openapi-purchase-reserved-elasticsearch-instance-offering-response-schema.json",
  "title": "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."
        }
      ]
    }
  }
}