amazonka-datapipeline-0.3.2: Amazon Data Pipeline SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.DataPipeline.AddTags

Contents

Description

Synopsis

Request

data AddTags Source

Instances

Eq AddTags 
Read AddTags 
Show AddTags 
AWSRequest AddTags 
ToQuery AddTags 
ToPath AddTags 
ToHeaders AddTags 
ToJSON AddTags 
type Sv AddTags = DataPipeline 
type Rs AddTags = AddTagsResponse 

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