List Versions
opensearchservice_list_versions | R Documentation |
Lists all versions of OpenSearch and Elasticsearch that Amazon OpenSearch Service supports¶
Description¶
Lists all versions of OpenSearch and Elasticsearch that Amazon OpenSearch Service supports.
Usage¶
opensearchservice_list_versions(MaxResults, NextToken)
Arguments¶
MaxResults |
An optional parameter that specifies the maximum number of
results to return. You can use |
NextToken |
If your initial |
Value¶
A list with the following syntax:
list(
Versions = list(
"string"
),
NextToken = "string"
)
Request syntax¶
svc$list_versions(
MaxResults = 123,
NextToken = "string"
)