amazonka-elasticsearch-1.3.3.1: Amazon Elasticsearch Service SDK.

Copyright(c) 2013-2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.ElasticSearch.UpdateElasticsearchDomainConfig

Contents

Description

Modifies the cluster configuration of the specified Elasticsearch domain, setting as setting the instance type and the number of instances.

See: AWS API Reference for UpdateElasticsearchDomainConfig.

Synopsis

Creating a Request

updateElasticsearchDomainConfig Source

Creates a value of UpdateElasticsearchDomainConfig with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses

uedcEBSOptions :: Lens' UpdateElasticsearchDomainConfig (Maybe EBSOptions) Source

Specify the type and size of the EBS volume that you want to use.

uedcAccessPolicies :: Lens' UpdateElasticsearchDomainConfig (Maybe Text) Source

IAM access policy as a JSON-formatted string.

uedcElasticsearchClusterConfig :: Lens' UpdateElasticsearchDomainConfig (Maybe ElasticsearchClusterConfig) Source

The type and number of instances to instantiate for the domain cluster.

uedcSnapshotOptions :: Lens' UpdateElasticsearchDomainConfig (Maybe SnapshotOptions) Source

Option to set the time, in UTC format, for the daily automated snapshot. Default value is '0' hours.

uedcAdvancedOptions :: Lens' UpdateElasticsearchDomainConfig (HashMap Text Text) Source

Modifies the advanced option to allow references to indices in an HTTP request body. Must be false when configuring access to individual sub-resources. By default, the value is true. See Configuration Advanced Options for more information.

uedcDomainName :: Lens' UpdateElasticsearchDomainConfig Text Source

The name of the Elasticsearch domain that you are updating.

Destructuring the Response

updateElasticsearchDomainConfigResponse Source

Creates a value of UpdateElasticsearchDomainConfigResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Response Lenses