amazonka-autoscaling-2.0: Amazon Auto Scaling 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.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 Tag 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
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

AWSRequest CreateOrUpdateTags Source # 
Instance details

Defined in Amazonka.AutoScaling.CreateOrUpdateTags

Associated Types

type AWSResponse CreateOrUpdateTags #

Generic CreateOrUpdateTags Source # 
Instance details

Defined in Amazonka.AutoScaling.CreateOrUpdateTags

Associated Types

type Rep CreateOrUpdateTags :: Type -> Type #

Read CreateOrUpdateTags Source # 
Instance details

Defined in Amazonka.AutoScaling.CreateOrUpdateTags

Show CreateOrUpdateTags Source # 
Instance details

Defined in Amazonka.AutoScaling.CreateOrUpdateTags

NFData CreateOrUpdateTags Source # 
Instance details

Defined in Amazonka.AutoScaling.CreateOrUpdateTags

Methods

rnf :: CreateOrUpdateTags -> () #

Eq CreateOrUpdateTags Source # 
Instance details

Defined in Amazonka.AutoScaling.CreateOrUpdateTags

Hashable CreateOrUpdateTags Source # 
Instance details

Defined in Amazonka.AutoScaling.CreateOrUpdateTags

type AWSResponse 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" "amazonka-autoscaling-2.0-IerpHfP4BA3Ir4ZL2IR1De" 'False) (C1 ('MetaCons "CreateOrUpdateTags'" 'PrefixI 'True) (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Tag])))

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:

CreateOrUpdateTags, createOrUpdateTags_tags - One or more tags.

Request Lenses

Destructuring the Response

data CreateOrUpdateTagsResponse Source #

See: newCreateOrUpdateTagsResponse smart constructor.

Instances

Instances details
Generic CreateOrUpdateTagsResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.CreateOrUpdateTags

Associated Types

type Rep CreateOrUpdateTagsResponse :: Type -> Type #

Read CreateOrUpdateTagsResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.CreateOrUpdateTags

Show CreateOrUpdateTagsResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.CreateOrUpdateTags

NFData CreateOrUpdateTagsResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.CreateOrUpdateTags

Eq 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" "amazonka-autoscaling-2.0-IerpHfP4BA3Ir4ZL2IR1De" '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.