Version of Elasticsearch for which list of supported elasticsearch instance types are needed.
Query Params
domainName
stringÂ
optional
DomainName represents the name of the Domain that we are trying to modify. This should be present only if we are querying for list of available Elasticsearch instance types when modifying existing domain.
maxResults
integerÂ
optional
Set this value to limit the number of results returned. Value provided must be greater than 30 else it wont be honored.
nextToken
stringÂ
optional
NextToken should be sent in case if earlier API call produced result containing NextToken. It is used for pagination.
MaxResults
stringÂ
optional
Pagination limit
NextToken
stringÂ
optional
Pagination token
Responses
🟢200Success
application/json
Body
Container for the parameters returned by <code> <a>ListElasticsearchInstanceTypes</a> </code> operation.
ElasticsearchInstanceTypes
array[string]
optional
List of instance types supported by Amazon Elasticsearch service for given ElasticsearchVersion
In case if there are more results available NextToken would be present, make further request to the same API with received NextToken to paginate remaining results.