Copyright | (c) 2013-2018 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
Removes the association of tags from an Amazon DynamoDB resource. You can call UntagResource up to 5 times per second, per account.
For an overview on tagging DynamoDB resources, see Tagging for DynamoDB in the Amazon DynamoDB Developer Guide .
Synopsis
Creating a Request
Creates a value of UntagResource
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
urResourceARN
- The Amazon DyanamoDB resource the tags will be removed from. This value is an Amazon Resource Name (ARN).urTagKeys
- A list of tag keys. Existing tags of the resource whose keys are members of this list will be removed from the Amazon DynamoDB resource.
data UntagResource Source #
See: untagResource
smart constructor.
Instances
Request Lenses
urResourceARN :: Lens' UntagResource Text Source #
The Amazon DyanamoDB resource the tags will be removed from. This value is an Amazon Resource Name (ARN).
urTagKeys :: Lens' UntagResource [Text] Source #
A list of tag keys. Existing tags of the resource whose keys are members of this list will be removed from the Amazon DynamoDB resource.
Destructuring the Response
untagResourceResponse :: UntagResourceResponse Source #
Creates a value of UntagResourceResponse
with the minimum fields required to make a request.
data UntagResourceResponse Source #
See: untagResourceResponse
smart constructor.