amazonka-elasticache-0.3.1: Amazon ElastiCache SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.ElastiCache.RemoveTagsFromResource

Contents

Description

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

http://docs.aws.amazon.com/AmazonElastiCache/latest/APIReference/API_RemoveTagsFromResource.html

Synopsis

Request

Request constructor

removeTagsFromResource Source

RemoveTagsFromResource constructor.

The fields accessible through corresponding lenses are:

Request lenses

rtfrResourceName :: Lens' RemoveTagsFromResource Text Source

The name of the ElastiCache resource from which you want the listed tags removed, for example myCluster01.

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.

Response

Response constructor

removeTagsFromResourceResponse :: RemoveTagsFromResourceResponse Source

RemoveTagsFromResourceResponse constructor.

The fields accessible through corresponding lenses are:

Response lenses

rtfrrTagList :: Lens' RemoveTagsFromResourceResponse [Tag] Source

A list of cost allocation tags as a key-value pair.