opensearchservice_describe_reserved_instances: Describes the Amazon OpenSearch Service instances that you...

View source: R/opensearchservice_operations.R

opensearchservice_describe_reserved_instancesR Documentation

Describes the Amazon OpenSearch Service instances that you have reserved in a given Region

Description

Describes the Amazon OpenSearch Service instances that you have reserved in a given Region. For more information, see Reserved Instances in Amazon OpenSearch Service.

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

Usage

opensearchservice_describe_reserved_instances(
  ReservedInstanceId = NULL,
  MaxResults = NULL,
  NextToken = NULL
)

Arguments

ReservedInstanceId

The reserved instance identifier filter value. Use this parameter to show only the reservation that matches the specified reserved OpenSearch instance ID.

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_instances operation returns a nextToken, you can include the returned nextToken in subsequent describe_reserved_instances operations, which returns results in the next page.


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