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