| 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 |
Network.AWS.CloudHSMv2.UntagResource
Description
Removes the specified tag or tags from the specified AWS CloudHSM cluster.
Creating a Request
Arguments
| :: Text | |
| -> NonEmpty Text | |
| -> UntagResource |
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:
urResourceId- The cluster identifier (ID) for the cluster whose tags you are removing. To find the cluster ID, useDescribeClusters.urTagKeyList- A list of one or more tag keys for the tags that you are removing. Specify only the tag keys, not the tag values.
data UntagResource Source #
See: untagResource smart constructor.
Instances
Request Lenses
urResourceId :: Lens' UntagResource Text Source #
The cluster identifier (ID) for the cluster whose tags you are removing. To find the cluster ID, use DescribeClusters .
urTagKeyList :: Lens' UntagResource (NonEmpty Text) Source #
A list of one or more tag keys for the tags that you are removing. Specify only the tag keys, not the tag values.
Destructuring the Response
untagResourceResponse Source #
Arguments
| :: Int | |
| -> UntagResourceResponse |
Creates a value of UntagResourceResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
urrsResponseStatus- -- | The response status code.
data UntagResourceResponse Source #
See: untagResourceResponse smart constructor.
Response Lenses
urrsResponseStatus :: Lens' UntagResourceResponse Int Source #
- - | The response status code.