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 |
Network.AWS.WorkSpaces.DescribeTags
Description
Describes tags for a WorkSpace.
Creating a Request
Arguments
:: Text | |
-> DescribeTags |
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:
dtResourceId
- The resource ID of the request.
data DescribeTags #
The request of the DescribeTags
operation.
See: describeTags
smart constructor.
Instances
Request Lenses
dtResourceId :: Lens' DescribeTags Text #
The resource ID of the request.
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:
dtrsTagList
- The list of tags.dtrsResponseStatus
- -- | The response status code.
data DescribeTagsResponse #
The result of the DescribeTags
operation.
See: describeTagsResponse
smart constructor.
Response Lenses
dtrsTagList :: Lens' DescribeTagsResponse [Tag] #
The list of tags.
dtrsResponseStatus :: Lens' DescribeTagsResponse Int #
- - | The response status code.