amazonka-elasticsearch-1.3.6: 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.AddTags

Contents

Description

Attaches tags to an existing Elasticsearch domain. Tags are a set of case-sensitive key value pairs. An Elasticsearch domain may have up to 10 tags. See Tagging Amazon Elasticsearch Service Domains for more information.

See: AWS API Reference for AddTags.

Synopsis

Creating a Request

addTags Source

Arguments

:: Text

atARN

-> AddTags 

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

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

data AddTags Source

Container for the parameters to the AddTags operation. Specify the tags that you want to attach to the Elasticsearch domain.

See: addTags smart constructor.

Request Lenses

atARN :: Lens' AddTags Text Source

Specify the ARN for which you want to add the tags.

atTagList :: Lens' AddTags [Tag] Source

List of Tag that need to be added for the Elasticsearch domain.

Destructuring the Response

addTagsResponse :: AddTagsResponse Source

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