| 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.UntagResource
Description
Remove tags from a CloudFront resource.
Creating a Request
Arguments
| :: Text | |
| -> TagKeys | |
| -> UntagResource |
Creates a value of UntagResource with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data UntagResource Source #
The request to remove tags from a CloudFront resource.
See: untagResource smart constructor.
Instances
Request Lenses
urResource :: Lens' UntagResource Text Source #
An ARN of a CloudFront resource.
urTagKeys :: Lens' UntagResource TagKeys Source #
A complex type that contains zero or more Tag key elements.
Destructuring the Response
untagResourceResponse :: UntagResourceResponse Source #
Creates a value of UntagResourceResponse with the minimum fields required to make a request.
data UntagResourceResponse Source #
See: untagResourceResponse smart constructor.