| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Network.AWS.ElastiCache.RemoveTagsFromResource
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
- data RemoveTagsFromResource
- removeTagsFromResource :: Text -> RemoveTagsFromResource
- rtfrResourceName :: Lens' RemoveTagsFromResource Text
- rtfrTagKeys :: Lens' RemoveTagsFromResource [Text]
- data RemoveTagsFromResourceResponse
- removeTagsFromResourceResponse :: RemoveTagsFromResourceResponse
- rtfrrTagList :: Lens' RemoveTagsFromResourceResponse [Tag]
Request
data RemoveTagsFromResource Source
Instances
| Eq RemoveTagsFromResource | |
| Ord RemoveTagsFromResource | |
| Read RemoveTagsFromResource | |
| Show RemoveTagsFromResource | |
| AWSRequest RemoveTagsFromResource | |
| ToQuery RemoveTagsFromResource | |
| ToPath RemoveTagsFromResource | |
| ToHeaders RemoveTagsFromResource | |
| type Sv RemoveTagsFromResource = ElastiCache | |
| type Rs RemoveTagsFromResource = RemoveTagsFromResourceResponse |
Request constructor
Arguments
| :: Text | |
| -> RemoveTagsFromResource |
RemoveTagsFromResource constructor.
The fields accessible through corresponding lenses are:
rtfrResourceName::TextrtfrTagKeys::[Text]
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.
Response
data RemoveTagsFromResourceResponse Source
Instances
Response constructor
removeTagsFromResourceResponse :: RemoveTagsFromResourceResponse Source
RemoveTagsFromResourceResponse constructor.
The fields accessible through corresponding lenses are:
rtfrrTagList::[Tag]
Response lenses
rtfrrTagList :: Lens' RemoveTagsFromResourceResponse [Tag] Source
A list of cost allocation tags as key-value pairs.