opensearchservice_describe_reserved_instance_offerings: Describes the available Amazon OpenSearch Service Reserved...

View source: R/opensearchservice_operations.R

opensearchservice_describe_reserved_instance_offeringsR Documentation

Describes the available Amazon OpenSearch Service Reserved Instance offerings for a given Region

Description

Describes the available Amazon OpenSearch Service Reserved Instance offerings for a given Region. For more information, see Reserved Instances in Amazon OpenSearch Service.

See https://www.paws-r-sdk.com/docs/opensearchservice_describe_reserved_instance_offerings/ for full documentation.

Usage

opensearchservice_describe_reserved_instance_offerings(
  ReservedInstanceOfferingId = NULL,
  MaxResults = NULL,
  NextToken = NULL
)

Arguments

ReservedInstanceOfferingId

The Reserved Instance identifier filter value. Use this parameter to show only the available instance types that match the specified reservation identifier.

MaxResults

An optional parameter that specifies the maximum number of results to return. You can use nextToken to get the next page of results.

NextToken

If your initial describe_reserved_instance_offerings operation returns a nextToken, you can include the returned nextToken in subsequent describe_reserved_instance_offerings operations, which returns results in the next page.


paws.analytics documentation built on Sept. 11, 2023, 5:06 p.m.