Copyright | (c) 2013-2016 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
Network.AWS.CloudHSM.RemoveTagsFromResource
Description
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
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 #
See: removeTagsFromResource
smart constructor.
Instances
Request Lenses
rtfrResourceARN :: Lens' RemoveTagsFromResource Text #
The Amazon Resource Name (ARN) of the AWS CloudHSM resource.
rtfrTagKeyList :: Lens' RemoveTagsFromResource [Text] #
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 #
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 #
See: removeTagsFromResourceResponse
smart constructor.
Response Lenses
rtfrrsResponseStatus :: Lens' RemoveTagsFromResourceResponse Int #
- - | The response status code.
rtfrrsStatus :: Lens' RemoveTagsFromResourceResponse Text #
The status of the operation.