libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling
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.AutoScaling.CreateOrUpdateTags

Description

Creates or updates tags for the specified Auto Scaling group.

When you specify a tag with a key that already exists, the operation overwrites the previous tag definition, and you do not get an error message.

For more information, see Tagging Auto Scaling groups and instances in the Amazon EC2 Auto Scaling User Guide.

Synopsis

Creating a Request

data CreateOrUpdateTags Source #

See: newCreateOrUpdateTags smart constructor.

Constructors

CreateOrUpdateTags' 

Fields

Instances

Instances details
Eq CreateOrUpdateTags Source # 
Instance details

Defined in Amazonka.AutoScaling.CreateOrUpdateTags

Read CreateOrUpdateTags Source # 
Instance details

Defined in Amazonka.AutoScaling.CreateOrUpdateTags

Show CreateOrUpdateTags Source # 
Instance details

Defined in Amazonka.AutoScaling.CreateOrUpdateTags

Generic CreateOrUpdateTags Source # 
Instance details

Defined in Amazonka.AutoScaling.CreateOrUpdateTags

Associated Types

type Rep CreateOrUpdateTags :: Type -> Type #

NFData CreateOrUpdateTags Source # 
Instance details

Defined in Amazonka.AutoScaling.CreateOrUpdateTags

Methods

rnf :: CreateOrUpdateTags -> () #

Hashable CreateOrUpdateTags Source # 
Instance details

Defined in Amazonka.AutoScaling.CreateOrUpdateTags

AWSRequest CreateOrUpdateTags Source # 
Instance details

Defined in Amazonka.AutoScaling.CreateOrUpdateTags

Associated Types

type AWSResponse CreateOrUpdateTags #

ToHeaders CreateOrUpdateTags Source # 
Instance details

Defined in Amazonka.AutoScaling.CreateOrUpdateTags

ToPath CreateOrUpdateTags Source # 
Instance details

Defined in Amazonka.AutoScaling.CreateOrUpdateTags

ToQuery CreateOrUpdateTags Source # 
Instance details

Defined in Amazonka.AutoScaling.CreateOrUpdateTags

type Rep CreateOrUpdateTags Source # 
Instance details

Defined in Amazonka.AutoScaling.CreateOrUpdateTags

type Rep CreateOrUpdateTags = D1 ('MetaData "CreateOrUpdateTags" "Amazonka.AutoScaling.CreateOrUpdateTags" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'False) (C1 ('MetaCons "CreateOrUpdateTags'" 'PrefixI 'True) (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Tag])))
type AWSResponse CreateOrUpdateTags Source # 
Instance details

Defined in Amazonka.AutoScaling.CreateOrUpdateTags

newCreateOrUpdateTags :: CreateOrUpdateTags Source #

Create a value of CreateOrUpdateTags 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:tags:CreateOrUpdateTags', createOrUpdateTags_tags - One or more tags.

Request Lenses

Destructuring the Response

data CreateOrUpdateTagsResponse Source #

See: newCreateOrUpdateTagsResponse smart constructor.

Instances

Instances details
Eq CreateOrUpdateTagsResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.CreateOrUpdateTags

Read CreateOrUpdateTagsResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.CreateOrUpdateTags

Show CreateOrUpdateTagsResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.CreateOrUpdateTags

Generic CreateOrUpdateTagsResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.CreateOrUpdateTags

Associated Types

type Rep CreateOrUpdateTagsResponse :: Type -> Type #

NFData CreateOrUpdateTagsResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.CreateOrUpdateTags

type Rep CreateOrUpdateTagsResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.CreateOrUpdateTags

type Rep CreateOrUpdateTagsResponse = D1 ('MetaData "CreateOrUpdateTagsResponse" "Amazonka.AutoScaling.CreateOrUpdateTags" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'False) (C1 ('MetaCons "CreateOrUpdateTagsResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newCreateOrUpdateTagsResponse :: CreateOrUpdateTagsResponse Source #

Create a value of CreateOrUpdateTagsResponse with all optional fields omitted.

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