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