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