class Aws::ElasticsearchService::Client

def list_elasticsearch_versions(params = {}, options = {})

Parameters:
  • params (Hash) -- ({})

Overloads:
  • list_elasticsearch_versions(params = {})

Other tags:
    Example: Response structure -
    Example: Request syntax with placeholder values -

Returns:
  • (Types::ListElasticsearchVersionsResponse) - Returns a {Seahorse::Client::Response response} object which responds to the following methods:

Options Hash: (**params)
  • :next_token (String) --
  • :max_results (Integer) --
def list_elasticsearch_versions(params = {}, options = {})
  req = build_request(:list_elasticsearch_versions, params)
  req.send_request(options)
end