amazonka-cloudhsm-1.4.0: Amazon CloudHSM SDK.

Copyright(c) 2013-2016 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.CloudHSM.RemoveTagsFromResource

Contents

Description

Removes one or more tags from the specified 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.

Synopsis

Creating a Request

removeTagsFromResource Source

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:

Request Lenses

rtfrResourceARN :: Lens' RemoveTagsFromResource Text Source

The Amazon Resource Name (ARN) of the 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

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:

Response Lenses