| Copyright | (c) 2013-2017 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.CloudHSM.RemoveTagsFromResource
Description
This is documentation for AWS CloudHSM Classic . For more information, see AWS CloudHSM Classic FAQs , the AWS CloudHSM Classic User Guide , and the AWS CloudHSM Classic API Reference .
For information about the current version of AWS CloudHSM , see AWS CloudHSM , the AWS CloudHSM User Guide , and the AWS CloudHSM API Reference .
Removes one or more tags from the specified AWS CloudHSM resource.
To remove a tag, specify only the tag key to remove (not the value). To overwrite the value for an existing tag, use AddTagsToResource .
- removeTagsFromResource :: Text -> RemoveTagsFromResource
 - data RemoveTagsFromResource
 - rtfrResourceARN :: Lens' RemoveTagsFromResource Text
 - rtfrTagKeyList :: Lens' RemoveTagsFromResource [Text]
 - removeTagsFromResourceResponse :: Int -> Text -> RemoveTagsFromResourceResponse
 - data RemoveTagsFromResourceResponse
 - rtfrrsResponseStatus :: Lens' RemoveTagsFromResourceResponse Int
 - rtfrrsStatus :: Lens' RemoveTagsFromResourceResponse Text
 
Creating a Request
removeTagsFromResource Source #
Arguments
| :: Text | |
| -> RemoveTagsFromResource | 
Creates a value of RemoveTagsFromResource with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
rtfrResourceARN- The Amazon Resource Name (ARN) of the AWS CloudHSM resource.rtfrTagKeyList- The tag key or keys to remove. Specify only the tag key to remove (not the value). To overwrite the value for an existing tag, useAddTagsToResource.
data RemoveTagsFromResource Source #
See: removeTagsFromResource smart constructor.
Instances
Request Lenses
rtfrResourceARN :: Lens' RemoveTagsFromResource Text Source #
The Amazon Resource Name (ARN) of the AWS CloudHSM resource.
rtfrTagKeyList :: Lens' RemoveTagsFromResource [Text] Source #
The tag key or keys to remove. Specify only the tag key to remove (not the value). To overwrite the value for an existing tag, use AddTagsToResource .
Destructuring the Response
removeTagsFromResourceResponse Source #
Arguments
| :: Int | |
| -> Text | |
| -> RemoveTagsFromResourceResponse | 
Creates a value of RemoveTagsFromResourceResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
rtfrrsResponseStatus- -- | The response status code.rtfrrsStatus- The status of the operation.
data RemoveTagsFromResourceResponse Source #
See: removeTagsFromResourceResponse smart constructor.
Instances
Response Lenses
rtfrrsResponseStatus :: Lens' RemoveTagsFromResourceResponse Int Source #
- - | The response status code.
 
rtfrrsStatus :: Lens' RemoveTagsFromResourceResponse Text Source #
The status of the operation.