amazonka-datapipeline-1.0.0: Amazon Data Pipeline SDK.

Copyright(c) 2013-2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.DataPipeline.AddTags

Contents

Description

Adds or modifies tags for the specified pipeline.

See: AWS API Reference for AddTags.

Synopsis

Creating a Request

addTags Source

Arguments

:: Text

atPipelineId

-> AddTags 

Creates a value of AddTags with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses

atPipelineId :: Lens' AddTags Text Source

The ID of the pipeline.

atTags :: Lens' AddTags [Tag] Source

The tags to add, as key/value pairs.

Destructuring the Response

addTagsResponse Source

Creates a value of AddTagsResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Response Lenses

atrsStatus :: Lens' AddTagsResponse Int Source

The response status code.