amazonka-elasticache-1.3.5: Amazon ElastiCache 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.ElastiCache.RemoveTagsFromResource

Contents

Description

The RemoveTagsFromResource action removes the tags identified by the TagKeys list from the named resource.

See: AWS API Reference for RemoveTagsFromResource.

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

rtfrResourceName :: Lens' RemoveTagsFromResource Text Source

The name of the ElastiCache resource from which you want the listed tags removed, for example 'arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster'.

rtfrTagKeys :: Lens' RemoveTagsFromResource [Text] Source

A list of TagKeys identifying the tags you want removed from the named resource. For example, 'TagKeys.member.1=Region' removes the cost allocation tag with the key name Region from the resource named by the ResourceName parameter.

Destructuring the Response

tagListMessage :: TagListMessage Source

Creates a value of TagListMessage with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

data TagListMessage Source

Represents the output from the AddTagsToResource, ListTagsOnResource, and RemoveTagsFromResource actions.

See: tagListMessage smart constructor.

Response Lenses

tlmTagList :: Lens' TagListMessage [Tag] Source

A list of cost allocation tags as key-value pairs.