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.RemoveTags

Contents

Description

Removes the specified set of tags from the specified Elasticsearch domain.

See: AWS API Reference for RemoveTags.

Synopsis

Creating a Request

removeTags Source

Arguments

:: Text

rtARN

-> RemoveTags 

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

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

data RemoveTags Source

Container for the parameters to the RemoveTags operation. Specify the ARN for the Elasticsearch domain from which you want to remove the specified TagKey.

See: removeTags smart constructor.

Request Lenses

rtARN :: Lens' RemoveTags Text Source

Specifies the ARN for the Elasticsearch domain from which you want to delete the specified tags.

rtTagKeys :: Lens' RemoveTags [Text] Source

Specifies the TagKey list which you want to remove from the Elasticsearch domain.

Destructuring the Response

removeTagsResponse :: RemoveTagsResponse Source

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