amazonka-datapipeline-0.3.3: Amazon Data Pipeline SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.DataPipeline.AddTags

Contents

Description

Synopsis

Request

Request constructor

addTags Source

Arguments

:: Text

atPipelineId

-> AddTags 

AddTags constructor.

The fields accessible through corresponding lenses are:

Request lenses

atPipelineId :: Lens' AddTags Text Source

The identifier of the pipeline to which you want to add the tags.

atTags :: Lens' AddTags [Tag] Source

The tags as key/value pairs to add to the pipeline.

Response

Response constructor