| 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.DirectConnect.DescribeTags
Description
Describes the tags associated with the specified Direct Connect 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 (ARNs) of the Direct Connect resources.
data DescribeTags Source #
Container for the parameters to the DescribeTags operation.
See: describeTags smart constructor.
Instances
Request Lenses
dtResourceARNs :: Lens' DescribeTags [Text] Source #
The Amazon Resource Names (ARNs) of the Direct Connect resources.
Destructuring the Response
Arguments
| :: Int | |
| -> DescribeTagsResponse |
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:
dtrsResourceTags- Information about the tags.dtrsResponseStatus- -- | The response status code.
data DescribeTagsResponse Source #
The response received when DescribeTags is called.
See: describeTagsResponse smart constructor.
Instances
Response Lenses
dtrsResourceTags :: Lens' DescribeTagsResponse [ResourceTag] Source #
Information about the tags.
dtrsResponseStatus :: Lens' DescribeTagsResponse Int Source #
- - | The response status code.