amazonka-datapipeline-2.0: Amazon Data Pipeline SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.DataPipeline.RemoveTags

Description

Removes existing tags from the specified pipeline.

Synopsis

Creating a Request

data RemoveTags Source #

Contains the parameters for RemoveTags.

See: newRemoveTags smart constructor.

Constructors

RemoveTags' 

Fields

Instances

Instances details
ToJSON RemoveTags Source # 
Instance details

Defined in Amazonka.DataPipeline.RemoveTags

ToHeaders RemoveTags Source # 
Instance details

Defined in Amazonka.DataPipeline.RemoveTags

Methods

toHeaders :: RemoveTags -> [Header] #

ToPath RemoveTags Source # 
Instance details

Defined in Amazonka.DataPipeline.RemoveTags

ToQuery RemoveTags Source # 
Instance details

Defined in Amazonka.DataPipeline.RemoveTags

AWSRequest RemoveTags Source # 
Instance details

Defined in Amazonka.DataPipeline.RemoveTags

Associated Types

type AWSResponse RemoveTags #

Generic RemoveTags Source # 
Instance details

Defined in Amazonka.DataPipeline.RemoveTags

Associated Types

type Rep RemoveTags :: Type -> Type #

Read RemoveTags Source # 
Instance details

Defined in Amazonka.DataPipeline.RemoveTags

Show RemoveTags Source # 
Instance details

Defined in Amazonka.DataPipeline.RemoveTags

NFData RemoveTags Source # 
Instance details

Defined in Amazonka.DataPipeline.RemoveTags

Methods

rnf :: RemoveTags -> () #

Eq RemoveTags Source # 
Instance details

Defined in Amazonka.DataPipeline.RemoveTags

Hashable RemoveTags Source # 
Instance details

Defined in Amazonka.DataPipeline.RemoveTags

type AWSResponse RemoveTags Source # 
Instance details

Defined in Amazonka.DataPipeline.RemoveTags

type Rep RemoveTags Source # 
Instance details

Defined in Amazonka.DataPipeline.RemoveTags

type Rep RemoveTags = D1 ('MetaData "RemoveTags" "Amazonka.DataPipeline.RemoveTags" "amazonka-datapipeline-2.0-1cySuAk2jmdDRpZSxMUuos" 'False) (C1 ('MetaCons "RemoveTags'" 'PrefixI 'True) (S1 ('MetaSel ('Just "pipelineId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "tagKeys") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text])))

newRemoveTags Source #

Arguments

:: Text

RemoveTags

-> RemoveTags 

Create a value of RemoveTags with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

RemoveTags, removeTags_pipelineId - The ID of the pipeline.

$sel:tagKeys:RemoveTags', removeTags_tagKeys - The keys of the tags to remove.

Request Lenses

removeTags_tagKeys :: Lens' RemoveTags [Text] Source #

The keys of the tags to remove.

Destructuring the Response

data RemoveTagsResponse Source #

Contains the output of RemoveTags.

See: newRemoveTagsResponse smart constructor.

Constructors

RemoveTagsResponse' 

Fields

Instances

Instances details
Generic RemoveTagsResponse Source # 
Instance details

Defined in Amazonka.DataPipeline.RemoveTags

Associated Types

type Rep RemoveTagsResponse :: Type -> Type #

Read RemoveTagsResponse Source # 
Instance details

Defined in Amazonka.DataPipeline.RemoveTags

Show RemoveTagsResponse Source # 
Instance details

Defined in Amazonka.DataPipeline.RemoveTags

NFData RemoveTagsResponse Source # 
Instance details

Defined in Amazonka.DataPipeline.RemoveTags

Methods

rnf :: RemoveTagsResponse -> () #

Eq RemoveTagsResponse Source # 
Instance details

Defined in Amazonka.DataPipeline.RemoveTags

type Rep RemoveTagsResponse Source # 
Instance details

Defined in Amazonka.DataPipeline.RemoveTags

type Rep RemoveTagsResponse = D1 ('MetaData "RemoveTagsResponse" "Amazonka.DataPipeline.RemoveTags" "amazonka-datapipeline-2.0-1cySuAk2jmdDRpZSxMUuos" 'False) (C1 ('MetaCons "RemoveTagsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newRemoveTagsResponse Source #

Create a value of RemoveTagsResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:httpStatus:RemoveTagsResponse', removeTagsResponse_httpStatus - The response's http status code.

Response Lenses