class Aws::ElasticsearchService::Client
def get_compatible_elasticsearch_versions(params = {}, options = {})
-
params
(Hash
) -- ({})
Overloads:
-
get_compatible_elasticsearch_versions(params = {})
Other tags:
- Example: Response structure -
Example: Request syntax with placeholder values -
Returns:
-
(Types::GetCompatibleElasticsearchVersionsResponse)
- Returns a {Seahorse::Client::Response response} object which responds to the following methods:
Options Hash:
(**params)
-
:domain_name
(String
) --
def get_compatible_elasticsearch_versions(params = {}, options = {}) req = build_request(:get_compatible_elasticsearch_versions, params) req.send_request(options) end