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.ConnectCases.UntagResource
Description
Untags a resource.
Creating a Request
data UntagResource Source #
See: newUntagResource
smart constructor.
Constructors
UntagResource' | |
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:arn:UntagResource'
, untagResource_arn
- The Amazon Resource Name (ARN)
$sel:tagKeys:UntagResource'
, untagResource_tagKeys
- List of tag keys.
Request Lenses
untagResource_arn :: Lens' UntagResource Text Source #
The Amazon Resource Name (ARN)
untagResource_tagKeys :: Lens' UntagResource [Text] Source #
List of tag keys.
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.