| Copyright | (c) 2013-2017 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.AWS.ElastiCache.RemoveTagsFromResource
Description
Removes the tags identified by the TagKeys list from the named resource.
Creating a Request
removeTagsFromResource Source #
Arguments
| :: Text | |
| -> RemoveTagsFromResource |
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:
rtfrResourceName- The Amazon Resource Name (ARN) of the resource from which you want the tags removed, for examplearn:aws:elasticache:us-west-2:0123456789:cluster:myClusterorarn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot. For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces .rtfrTagKeys- A list ofTagKeysidentifying the tags you want removed from the named resource.
data RemoveTagsFromResource Source #
Represents the input of a RemoveTagsFromResource operation.
See: removeTagsFromResource smart constructor.
Instances
Request Lenses
rtfrResourceName :: Lens' RemoveTagsFromResource Text Source #
The Amazon Resource Name (ARN) of the resource from which you want the tags removed, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot . For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces .
rtfrTagKeys :: Lens' RemoveTagsFromResource [Text] Source #
A list of TagKeys identifying the tags you want removed from the named resource.
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:
tlmTagList- A list of cost allocation tags as key-value pairs.
data TagListMessage Source #
Represents the output from the AddTagsToResource , ListTagsForResource , and RemoveTagsFromResource operations.
See: tagListMessage smart constructor.
Response Lenses
tlmTagList :: Lens' TagListMessage [Tag] Source #
A list of cost allocation tags as key-value pairs.