amazonka-elasticsearch-1.3.5: 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.ListTags

Contents

Description

Returns all tags for the given Elasticsearch domain.

See: AWS API Reference for ListTags.

Synopsis

Creating a Request

listTags Source

Arguments

:: Text

ltARN

-> ListTags 

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

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

data ListTags Source

Container for the parameters to the ListTags operation. Specify the ARN for the Elasticsearch domain to which the tags are attached that you want to view are attached.

See: listTags smart constructor.

Request Lenses

ltARN :: Lens' ListTags Text Source

Specify the ARN for the Elasticsearch domain to which the tags are attached that you want to view.

Destructuring the Response

listTagsResponse Source

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

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

data ListTagsResponse Source

The result of a ListTags operation. Contains tags for all requested Elasticsearch domains.

See: listTagsResponse smart constructor.

Response Lenses

ltrsTagList :: Lens' ListTagsResponse [Tag] Source

List of Tag for the requested Elasticsearch domain.

ltrsResponseStatus :: Lens' ListTagsResponse Int Source

The response status code.