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