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

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
Eq RemoveTags Source # 
Instance details

Defined in Amazonka.DataPipeline.RemoveTags

Read RemoveTags Source # 
Instance details

Defined in Amazonka.DataPipeline.RemoveTags

Show RemoveTags Source # 
Instance details

Defined in Amazonka.DataPipeline.RemoveTags

Generic RemoveTags Source # 
Instance details

Defined in Amazonka.DataPipeline.RemoveTags

Associated Types

type Rep RemoveTags :: Type -> Type #

NFData RemoveTags Source # 
Instance details

Defined in Amazonka.DataPipeline.RemoveTags

Methods

rnf :: RemoveTags -> () #

Hashable RemoveTags Source # 
Instance details

Defined in Amazonka.DataPipeline.RemoveTags

ToJSON RemoveTags Source # 
Instance details

Defined in Amazonka.DataPipeline.RemoveTags

AWSRequest RemoveTags Source # 
Instance details

Defined in Amazonka.DataPipeline.RemoveTags

Associated Types

type AWSResponse 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

type Rep RemoveTags Source # 
Instance details

Defined in Amazonka.DataPipeline.RemoveTags

type Rep RemoveTags = D1 ('MetaData "RemoveTags" "Amazonka.DataPipeline.RemoveTags" "libZSservicesZSamazonka-datapipelineZSamazonka-datapipeline" 'False) (C1 ('MetaCons "RemoveTags'" 'PrefixI 'True) (S1 ('MetaSel ('Just "pipelineId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "tagKeys") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text])))
type AWSResponse RemoveTags Source # 
Instance details

Defined in Amazonka.DataPipeline.RemoveTags

newRemoveTags Source #

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:

$sel:pipelineId: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
Eq RemoveTagsResponse Source # 
Instance details

Defined in Amazonka.DataPipeline.RemoveTags

Read RemoveTagsResponse Source # 
Instance details

Defined in Amazonka.DataPipeline.RemoveTags

Show RemoveTagsResponse Source # 
Instance details

Defined in Amazonka.DataPipeline.RemoveTags

Generic RemoveTagsResponse Source # 
Instance details

Defined in Amazonka.DataPipeline.RemoveTags

Associated Types

type Rep RemoveTagsResponse :: Type -> Type #

NFData RemoveTagsResponse Source # 
Instance details

Defined in Amazonka.DataPipeline.RemoveTags

Methods

rnf :: RemoveTagsResponse -> () #

type Rep RemoveTagsResponse Source # 
Instance details

Defined in Amazonka.DataPipeline.RemoveTags

type Rep RemoveTagsResponse = D1 ('MetaData "RemoveTagsResponse" "Amazonka.DataPipeline.RemoveTags" "libZSservicesZSamazonka-datapipelineZSamazonka-datapipeline" '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