amazonka-storagegateway-1.3.3: Amazon Storage Gateway SDK.

Copyright(c) 2013-2015 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.StorageGateway.RemoveTagsFromResource

Contents

Description

This operation removes one or more tags from the specified resource.

See: AWS API Reference for RemoveTagsFromResource.

Synopsis

Creating a Request

removeTagsFromResource :: 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

rtfrTagKeys :: Lens' RemoveTagsFromResource [Text] Source

The keys of the tags you want to remove from the specified resource. A tag is composed of a key/value pair.

rtfrResourceARN :: Lens' RemoveTagsFromResource (Maybe Text) Source

The Amazon Resource Name (ARN) of the resource you want to remove the tags from.

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

rtfrrsResourceARN :: Lens' RemoveTagsFromResourceResponse (Maybe Text) Source

The Amazon Resource Name (ARN) of the resource that the tags were removed from.