class Aws::ElasticsearchService::Client

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

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

Overloads:
  • get_upgrade_history(params = {})

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

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

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