| 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.CloudFront.ListTagsForResource
Description
List tags for a CloudFront resource.
- listTagsForResource :: Text -> ListTagsForResource
- data ListTagsForResource
- ltfrResource :: Lens' ListTagsForResource Text
- listTagsForResourceResponse :: Int -> Tags -> ListTagsForResourceResponse
- data ListTagsForResourceResponse
- ltfrrsResponseStatus :: Lens' ListTagsForResourceResponse Int
- ltfrrsTags :: Lens' ListTagsForResourceResponse Tags
Creating a Request
Arguments
| :: Text | |
| -> ListTagsForResource |
Creates a value of ListTagsForResource with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
ltfrResource- An ARN of a CloudFront resource.
data ListTagsForResource #
The request to list tags for a CloudFront resource.
See: listTagsForResource smart constructor.
Instances
Request Lenses
ltfrResource :: Lens' ListTagsForResource Text #
An ARN of a CloudFront resource.
Destructuring the Response
Arguments
| :: Int | |
| -> Tags | |
| -> ListTagsForResourceResponse |
Creates a value of ListTagsForResourceResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
ltfrrsResponseStatus- -- | The response status code.ltfrrsTags- A complex type that contains zero or moreTagelements.
data ListTagsForResourceResponse #
The returned result of the corresponding request.
See: listTagsForResourceResponse smart constructor.
Response Lenses
ltfrrsResponseStatus :: Lens' ListTagsForResourceResponse Int #
- - | The response status code.
ltfrrsTags :: Lens' ListTagsForResourceResponse Tags #
A complex type that contains zero or more Tag elements.