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.DrS.UntagResource
Description
Deletes the specified set of tags from the specified set of Elastic Disaster Recovery resources.
Synopsis
- data UntagResource = UntagResource' {
- resourceArn :: Text
- tagKeys :: Sensitive [Text]
- newUntagResource :: Text -> UntagResource
- untagResource_resourceArn :: Lens' UntagResource Text
- untagResource_tagKeys :: 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:
$sel:resourceArn:UntagResource'
, untagResource_resourceArn
- ARN of the resource for which tags are to be removed.
$sel:tagKeys:UntagResource'
, untagResource_tagKeys
- Array of tags to be removed.
Request Lenses
untagResource_resourceArn :: Lens' UntagResource Text Source #
ARN of the resource for which tags are to be removed.
untagResource_tagKeys :: Lens' UntagResource [Text] Source #
Array of tags to be removed.
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.