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 |
Add tags to a CloudFront resource.
Creating a Request
:: Text | |
-> Tags | |
-> TagResource |
Creates a value of TagResource
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
trResource
- An ARN of a CloudFront resource.trTags
- A complex type that contains zero or moreTag
elements.
data TagResource Source #
The request to add tags to a CloudFront resource.
See: tagResource
smart constructor.
Request Lenses
trResource :: Lens' TagResource Text Source #
An ARN of a CloudFront resource.
Destructuring the Response
tagResourceResponse :: TagResourceResponse Source #
Creates a value of TagResourceResponse
with the minimum fields required to make a request.
data TagResourceResponse Source #
See: tagResourceResponse
smart constructor.