amazonka-datapipeline-1.1.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.RemoveTags

Contents

Description

Removes existing tags from the specified pipeline.

See: AWS API Reference for RemoveTags.

Synopsis

Creating a Request

removeTags Source

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

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

Request Lenses

rtPipelineId :: Lens' RemoveTags Text Source

The ID of the pipeline.

rtTagKeys :: Lens' RemoveTags [Text] Source

The keys of the tags to remove.

Destructuring the Response

removeTagsResponse Source

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

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

Response Lenses

rtrsStatus :: Lens' RemoveTagsResponse Int Source

The response status code.