paws.analytics (version 0.1.0)

elasticsearchservice_describe_reserved_elasticsearch_instance_offerings: Lists available reserved Elasticsearch instance offerings

Description

Lists available reserved Elasticsearch instance offerings.

Usage

elasticsearchservice_describe_reserved_elasticsearch_instance_offerings(
  ReservedElasticsearchInstanceOfferingId, MaxResults, NextToken)

Arguments

ReservedElasticsearchInstanceOfferingId

The offering identifier filter value. Use this parameter to show only the available offering that matches the specified reservation identifier.

MaxResults

Set this value to limit the number of results returned. If not specified, defaults to 100.

NextToken

NextToken should be sent in case if earlier API call produced result containing NextToken. It is used for pagination.

Request syntax

svc$describe_reserved_elasticsearch_instance_offerings(
  ReservedElasticsearchInstanceOfferingId = "string",
  MaxResults = 123,
  NextToken = "string"
)