| Copyright | (c) 2013-2018 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.AWS.ElasticSearch.ListTags
Description
Returns all tags for the given Elasticsearch domain.
- listTags :: Text -> ListTags
- data ListTags
- ltARN :: Lens' ListTags Text
- listTagsResponse :: Int -> ListTagsResponse
- data ListTagsResponse
- ltrsTagList :: Lens' ListTagsResponse [Tag]
- ltrsResponseStatus :: Lens' ListTagsResponse Int
Creating a Request
Request Lenses
ltARN :: Lens' ListTags Text #
Specify the ARN for the Elasticsearch domain to which the tags are attached that you want to view.
Destructuring the Response
Arguments
| :: Int | |
| -> ListTagsResponse |
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:
ltrsTagList- List ofTagfor the requested Elasticsearch domain.ltrsResponseStatus- -- | The response status code.
data ListTagsResponse #
The result of a ListTags operation. Contains tags for all requested Elasticsearch domains.
See: listTagsResponse smart constructor.
Response Lenses
ltrsTagList :: Lens' ListTagsResponse [Tag] #
List of Tag for the requested Elasticsearch domain.
ltrsResponseStatus :: Lens' ListTagsResponse Int #
- - | The response status code.