| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.CloudFront.TagResource
Description
Add tags to a CloudFront resource.
Synopsis
Creating a Request
data TagResource Source #
The request to add tags to a CloudFront resource.
See: newTagResource smart constructor.
Constructors
| TagResource' | |
Instances
Arguments
| :: Text | |
| -> Tags | |
| -> TagResource |
Create a value of TagResource 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:TagResource', tagResource_resource - An ARN of a CloudFront resource.
TagResource, tagResource_tags - A complex type that contains zero or more Tag elements.
Request Lenses
tagResource_resource :: Lens' TagResource Text Source #
An ARN of a CloudFront resource.
tagResource_tags :: Lens' TagResource Tags Source #
A complex type that contains zero or more Tag elements.
Destructuring the Response
data TagResourceResponse Source #
See: newTagResourceResponse smart constructor.
Constructors
| TagResourceResponse' | |
Instances
newTagResourceResponse :: TagResourceResponse Source #
Create a value of TagResourceResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.