Copyright | (c) 2013-2021 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 |
Amazonka.CloudFront.UntagResource
Description
Remove tags from a CloudFront resource.
Synopsis
Creating a Request
data UntagResource Source #
The request to remove tags from a CloudFront resource.
See: newUntagResource
smart constructor.
Constructors
UntagResource' | |
Instances
Create a value of UntagResource
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:resource:UntagResource'
, untagResource_resource
- An ARN of a CloudFront resource.
$sel:tagKeys:UntagResource'
, untagResource_tagKeys
- A complex type that contains zero or more Tag
key elements.
Request Lenses
untagResource_resource :: Lens' UntagResource Text Source #
An ARN of a CloudFront resource.
untagResource_tagKeys :: Lens' UntagResource TagKeys Source #
A complex type that contains zero or more Tag
key elements.
Destructuring the Response
data UntagResourceResponse Source #
See: newUntagResourceResponse
smart constructor.
Constructors
UntagResourceResponse' | |
Instances
newUntagResourceResponse :: UntagResourceResponse Source #
Create a value of UntagResourceResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.