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