libZSservicesZSamazonka-route53-domainsZSamazonka-route53-domains
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.Route53Domains.UpdateTagsForDomain

Description

This operation adds or updates tags for a specified domain.

All tag operations are eventually consistent; subsequent operations might not immediately represent all issued operations.

Synopsis

Creating a Request

data UpdateTagsForDomain Source #

The UpdateTagsForDomainRequest includes the following elements.

See: newUpdateTagsForDomain smart constructor.

Constructors

UpdateTagsForDomain' 

Fields

  • tagsToUpdate :: Maybe [Tag]

    A list of the tag keys and values that you want to add or update. If you specify a key that already exists, the corresponding value will be replaced.

  • domainName :: Text

    The domain for which you want to add or update tags.

Instances

Instances details
Eq UpdateTagsForDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.UpdateTagsForDomain

Read UpdateTagsForDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.UpdateTagsForDomain

Show UpdateTagsForDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.UpdateTagsForDomain

Generic UpdateTagsForDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.UpdateTagsForDomain

Associated Types

type Rep UpdateTagsForDomain :: Type -> Type #

NFData UpdateTagsForDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.UpdateTagsForDomain

Methods

rnf :: UpdateTagsForDomain -> () #

Hashable UpdateTagsForDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.UpdateTagsForDomain

ToJSON UpdateTagsForDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.UpdateTagsForDomain

AWSRequest UpdateTagsForDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.UpdateTagsForDomain

Associated Types

type AWSResponse UpdateTagsForDomain #

ToHeaders UpdateTagsForDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.UpdateTagsForDomain

ToPath UpdateTagsForDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.UpdateTagsForDomain

ToQuery UpdateTagsForDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.UpdateTagsForDomain

type Rep UpdateTagsForDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.UpdateTagsForDomain

type Rep UpdateTagsForDomain = D1 ('MetaData "UpdateTagsForDomain" "Amazonka.Route53Domains.UpdateTagsForDomain" "libZSservicesZSamazonka-route53-domainsZSamazonka-route53-domains" 'False) (C1 ('MetaCons "UpdateTagsForDomain'" 'PrefixI 'True) (S1 ('MetaSel ('Just "tagsToUpdate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: S1 ('MetaSel ('Just "domainName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse UpdateTagsForDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.UpdateTagsForDomain

newUpdateTagsForDomain Source #

Create a value of UpdateTagsForDomain 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:tagsToUpdate:UpdateTagsForDomain', updateTagsForDomain_tagsToUpdate - A list of the tag keys and values that you want to add or update. If you specify a key that already exists, the corresponding value will be replaced.

$sel:domainName:UpdateTagsForDomain', updateTagsForDomain_domainName - The domain for which you want to add or update tags.

Request Lenses

updateTagsForDomain_tagsToUpdate :: Lens' UpdateTagsForDomain (Maybe [Tag]) Source #

A list of the tag keys and values that you want to add or update. If you specify a key that already exists, the corresponding value will be replaced.

updateTagsForDomain_domainName :: Lens' UpdateTagsForDomain Text Source #

The domain for which you want to add or update tags.

Destructuring the Response

data UpdateTagsForDomainResponse Source #

See: newUpdateTagsForDomainResponse smart constructor.

Constructors

UpdateTagsForDomainResponse' 

Fields

Instances

Instances details
Eq UpdateTagsForDomainResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.UpdateTagsForDomain

Read UpdateTagsForDomainResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.UpdateTagsForDomain

Show UpdateTagsForDomainResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.UpdateTagsForDomain

Generic UpdateTagsForDomainResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.UpdateTagsForDomain

Associated Types

type Rep UpdateTagsForDomainResponse :: Type -> Type #

NFData UpdateTagsForDomainResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.UpdateTagsForDomain

type Rep UpdateTagsForDomainResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.UpdateTagsForDomain

type Rep UpdateTagsForDomainResponse = D1 ('MetaData "UpdateTagsForDomainResponse" "Amazonka.Route53Domains.UpdateTagsForDomain" "libZSservicesZSamazonka-route53-domainsZSamazonka-route53-domains" 'False) (C1 ('MetaCons "UpdateTagsForDomainResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateTagsForDomainResponse Source #

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

Response Lenses