Skip to content

List Elasticsearch Versions

elasticsearchservice_list_elasticsearch_versions R Documentation

List all supported Elasticsearch versions

Description

List all supported Elasticsearch versions

Usage

elasticsearchservice_list_elasticsearch_versions(MaxResults, NextToken)

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.

Value

A list with the following syntax:

list(
  ElasticsearchVersions = list(
    "string"
  ),
  NextToken = "string"
)

Request syntax

svc$list_elasticsearch_versions(
  MaxResults = 123,
  NextToken = "string"
)