Safe Haskell | None |
---|---|
Language | Haskell2010 |
Adds tags to an Amazon EMR resource. Tags make it easier to associate clusters in various ways, such as grouping clusters to track your Amazon EMR resource allocation costs. For more information, see Tagging Amazon EMR Resources.
http://docs.aws.amazon.com/ElasticMapReduce/latest/API/API_AddTags.html
- data AddTags
- addTags :: Text -> AddTags
- atResourceId :: Lens' AddTags Text
- atTags :: Lens' AddTags [Tag]
- data AddTagsResponse
- addTagsResponse :: AddTagsResponse
Request
Request constructor
AddTags
constructor.
The fields accessible through corresponding lenses are:
atResourceId
::
Text
atTags
::
[Tag
]
Request lenses
atResourceId :: Lens' AddTags Text Source
The Amazon EMR resource identifier to which tags will be added. This value must be a cluster identifier.
atTags :: Lens' AddTags [Tag] Source
A list of tags to associate with a cluster and propagate to Amazon EC2 instances. Tags are user-defined key/value pairs that consist of a required key string with a maximum of 128 characters, and an optional value string with a maximum of 256 characters.
Response
data AddTagsResponse Source
Response constructor
addTagsResponse :: AddTagsResponse Source
AddTagsResponse
constructor.