Copyright | (c) 2013-2016 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
Describes the tags for the specified resources.
Creating a Request
describeTags :: DescribeTags Source #
Creates a value of DescribeTags
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dtResourceARNs
- The Amazon Resource Names (ARN) of the resources.
data DescribeTags Source #
Contains the parameters for DescribeTags.
See: describeTags
smart constructor.
Request Lenses
dtResourceARNs :: Lens' DescribeTags [Text] Source #
The Amazon Resource Names (ARN) of the resources.
Destructuring the Response
Creates a value of DescribeTagsResponse
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dtrsTagDescriptions
- Information about the tags.dtrsResponseStatus
- -- | The response status code.
data DescribeTagsResponse Source #
Contains the output of DescribeTags.
See: describeTagsResponse
smart constructor.
Response Lenses
dtrsTagDescriptions :: Lens' DescribeTagsResponse [TagDescription] Source #
Information about the tags.
dtrsResponseStatus :: Lens' DescribeTagsResponse Int Source #
- - | The response status code.