| 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.IoT1ClickDevices.UntagResource
Description
Using tag keys, deletes the tags (key/value pairs) associated with the specified resource ARN.
Synopsis
- data UntagResource = UntagResource' {
- tagKeys :: [Text]
- resourceArn :: Text
- newUntagResource :: Text -> UntagResource
- untagResource_tagKeys :: Lens' UntagResource [Text]
- untagResource_resourceArn :: 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:tagKeys:UntagResource', untagResource_tagKeys - A collections of tag keys. For example, {"key1","key2"}
$sel:resourceArn:UntagResource', untagResource_resourceArn - The ARN of the resource.
Request Lenses
untagResource_tagKeys :: Lens' UntagResource [Text] Source #
A collections of tag keys. For example, {"key1","key2"}
untagResource_resourceArn :: Lens' UntagResource Text Source #
The ARN of the 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.