list_elasticsearch_versions
(**kwargs)¶List all supported Elasticsearch versions
See also: AWS API Documentation
Request Syntax
response = client.list_elasticsearch_versions(
MaxResults=123,
NextToken='string'
)
dict
Response Syntax
{
'ElasticsearchVersions': [
'string',
],
'NextToken': 'string'
}
Response Structure
(dict) --
Container for the parameters for response received from ListElasticsearchVersions
operation.
ElasticsearchVersions (list) --
List of supported elastic search versions.
NextToken (string) --
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.
Exceptions
ElasticsearchService.Client.exceptions.BaseException
ElasticsearchService.Client.exceptions.InternalException
ElasticsearchService.Client.exceptions.ResourceNotFoundException
ElasticsearchService.Client.exceptions.ValidationException