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.AddTags

Description

Adds or modifies tags for the specified pipeline.

Synopsis

Creating a Request

data AddTags Source #

Contains the parameters for AddTags.

See: newAddTags smart constructor.

Constructors

AddTags' 

Fields

Instances

Instances details
Eq AddTags Source # 
Instance details

Defined in Amazonka.DataPipeline.AddTags

Methods

(==) :: AddTags -> AddTags -> Bool #

(/=) :: AddTags -> AddTags -> Bool #

Read AddTags Source # 
Instance details

Defined in Amazonka.DataPipeline.AddTags

Show AddTags Source # 
Instance details

Defined in Amazonka.DataPipeline.AddTags

Generic AddTags Source # 
Instance details

Defined in Amazonka.DataPipeline.AddTags

Associated Types

type Rep AddTags :: Type -> Type #

Methods

from :: AddTags -> Rep AddTags x #

to :: Rep AddTags x -> AddTags #

NFData AddTags Source # 
Instance details

Defined in Amazonka.DataPipeline.AddTags

Methods

rnf :: AddTags -> () #

Hashable AddTags Source # 
Instance details

Defined in Amazonka.DataPipeline.AddTags

Methods

hashWithSalt :: Int -> AddTags -> Int #

hash :: AddTags -> Int #

ToJSON AddTags Source # 
Instance details

Defined in Amazonka.DataPipeline.AddTags

AWSRequest AddTags Source # 
Instance details

Defined in Amazonka.DataPipeline.AddTags

Associated Types

type AWSResponse AddTags #

ToHeaders AddTags Source # 
Instance details

Defined in Amazonka.DataPipeline.AddTags

Methods

toHeaders :: AddTags -> [Header] #

ToPath AddTags Source # 
Instance details

Defined in Amazonka.DataPipeline.AddTags

Methods

toPath :: AddTags -> ByteString #

ToQuery AddTags Source # 
Instance details

Defined in Amazonka.DataPipeline.AddTags

type Rep AddTags Source # 
Instance details

Defined in Amazonka.DataPipeline.AddTags

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

Defined in Amazonka.DataPipeline.AddTags

newAddTags Source #

Create a value of AddTags 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:AddTags', addTags_pipelineId - The ID of the pipeline.

$sel:tags:AddTags', addTags_tags - The tags to add, as key/value pairs.

Request Lenses

addTags_pipelineId :: Lens' AddTags Text Source #

The ID of the pipeline.

addTags_tags :: Lens' AddTags [Tag] Source #

The tags to add, as key/value pairs.

Destructuring the Response

data AddTagsResponse Source #

Contains the output of AddTags.

See: newAddTagsResponse smart constructor.

Constructors

AddTagsResponse' 

Fields

Instances

Instances details
Eq AddTagsResponse Source # 
Instance details

Defined in Amazonka.DataPipeline.AddTags

Read AddTagsResponse Source # 
Instance details

Defined in Amazonka.DataPipeline.AddTags

Show AddTagsResponse Source # 
Instance details

Defined in Amazonka.DataPipeline.AddTags

Generic AddTagsResponse Source # 
Instance details

Defined in Amazonka.DataPipeline.AddTags

Associated Types

type Rep AddTagsResponse :: Type -> Type #

NFData AddTagsResponse Source # 
Instance details

Defined in Amazonka.DataPipeline.AddTags

Methods

rnf :: AddTagsResponse -> () #

type Rep AddTagsResponse Source # 
Instance details

Defined in Amazonka.DataPipeline.AddTags

type Rep AddTagsResponse = D1 ('MetaData "AddTagsResponse" "Amazonka.DataPipeline.AddTags" "libZSservicesZSamazonka-datapipelineZSamazonka-datapipeline" 'False) (C1 ('MetaCons "AddTagsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newAddTagsResponse Source #

Create a value of AddTagsResponse 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:AddTagsResponse', addTagsResponse_httpStatus - The response's http status code.

Response Lenses

addTagsResponse_httpStatus :: Lens' AddTagsResponse Int Source #

The response's http status code.