amazonka-datapipeline-0.3.4: Amazon Data Pipeline SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.DataPipeline.RemoveTags

Contents

Description

Synopsis

Request

Request constructor

removeTags Source

RemoveTags constructor.

The fields accessible through corresponding lenses are:

Request lenses

rtPipelineId :: Lens' RemoveTags Text Source

The ID of the pipeline.

rtTagKeys :: Lens' RemoveTags [Text] Source

The keys of the tags to remove.

Response

Response constructor