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)
-
:dry_run
(Boolean
) -- -
:auto_tune_options
(Types::AutoTuneOptions
) -- -
:encryption_at_rest_options
(Types::EncryptionAtRestOptions
) -- -
:node_to_node_encryption_options
(Types::NodeToNodeEncryptionOptions
) -- -
:advanced_security_options
(Types::AdvancedSecurityOptionsInput
) -- -
:domain_endpoint_options
(Types::DomainEndpointOptions
) -- -
:log_publishing_options
(Hash
) -- -
:access_policies
(String
) -- -
:advanced_options
(Hash
) -- -
:cognito_options
(Types::CognitoOptions
) -- -
:vpc_options
(Types::VPCOptions
) -- -
: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