| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Network.AWS.DataPipeline.AddTags
Description
Adds or modifies tags for the specified pipeline.
http://docs.aws.amazon.com/datapipeline/latest/APIReference/API_AddTags.html
- data AddTags
- addTags :: Text -> AddTags
- atPipelineId :: Lens' AddTags Text
- atTags :: Lens' AddTags [Tag]
- data AddTagsResponse
- addTagsResponse :: AddTagsResponse
Request
Request constructor
AddTags constructor.
The fields accessible through corresponding lenses are:
atPipelineId::TextatTags::[Tag]
Request lenses
atPipelineId :: Lens' AddTags Text Source
The ID of the pipeline.
Response
data AddTagsResponse Source
Response constructor
addTagsResponse :: AddTagsResponse Source
AddTagsResponse constructor.