Skip to contents

List all supported Elasticsearch versions

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

Usage

elasticsearchservice_list_elasticsearch_versions(
  MaxResults = NULL,
  NextToken = NULL
)

Arguments

MaxResults

Set this value to limit the number of results returned. Value provided must be greater than 10 else it wont be honored.

NextToken

Paginated APIs accepts NextToken input to returns next page results and provides a NextToken output in the response which can be used by the client to retrieve more results.