| 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.Backup.UntagResource
Description
Removes a set of key-value pairs from a recovery point, backup plan, or backup vault identified by an Amazon Resource Name (ARN)
Synopsis
- data UntagResource = UntagResource' {
- resourceArn :: Text
- tagKeyList :: Sensitive [Text]
- newUntagResource :: Text -> UntagResource
- untagResource_resourceArn :: Lens' UntagResource Text
- untagResource_tagKeyList :: Lens' UntagResource [Text]
- data UntagResourceResponse = UntagResourceResponse' {
- newUntagResourceResponse :: UntagResourceResponse
Creating a Request
data UntagResource Source #
See: newUntagResource smart constructor.
Constructors
| UntagResource' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> UntagResource |
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:
UntagResource, untagResource_resourceArn - An ARN that uniquely identifies a resource. The format of the ARN
depends on the type of the tagged resource.
$sel:tagKeyList:UntagResource', untagResource_tagKeyList - A list of keys to identify which key-value tags to remove from a
resource.
Request Lenses
untagResource_resourceArn :: Lens' UntagResource Text Source #
An ARN that uniquely identifies a resource. The format of the ARN depends on the type of the tagged resource.
untagResource_tagKeyList :: Lens' UntagResource [Text] Source #
A list of keys to identify which key-value tags to remove from a resource.
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.