libZSservicesZSamazonka-snsZSamazonka-sns
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.SNS.TagResource

Description

Add tags to the specified Amazon SNS topic. For an overview, see Amazon SNS Tags in the Amazon SNS Developer Guide.

When you use topic tags, keep the following guidelines in mind:

  • Adding more than 50 tags to a topic isn't recommended.
  • Tags don't have any semantic meaning. Amazon SNS interprets tags as character strings.
  • Tags are case-sensitive.
  • A new tag with a key identical to that of an existing tag overwrites the existing tag.
  • Tagging actions are limited to 10 TPS per account, per Region. If your application requires a higher throughput, file a technical support request.
Synopsis

Creating a Request

data TagResource Source #

See: newTagResource smart constructor.

Constructors

TagResource' 

Fields

  • resourceArn :: Text

    The ARN of the topic to which to add tags.

  • tags :: [Tag]

    The tags to be added to the specified topic. A tag consists of a required key and an optional value.

Instances

Instances details
Eq TagResource Source # 
Instance details

Defined in Amazonka.SNS.TagResource

Read TagResource Source # 
Instance details

Defined in Amazonka.SNS.TagResource

Show TagResource Source # 
Instance details

Defined in Amazonka.SNS.TagResource

Generic TagResource Source # 
Instance details

Defined in Amazonka.SNS.TagResource

Associated Types

type Rep TagResource :: Type -> Type #

NFData TagResource Source # 
Instance details

Defined in Amazonka.SNS.TagResource

Methods

rnf :: TagResource -> () #

Hashable TagResource Source # 
Instance details

Defined in Amazonka.SNS.TagResource

AWSRequest TagResource Source # 
Instance details

Defined in Amazonka.SNS.TagResource

Associated Types

type AWSResponse TagResource #

ToHeaders TagResource Source # 
Instance details

Defined in Amazonka.SNS.TagResource

Methods

toHeaders :: TagResource -> [Header] #

ToPath TagResource Source # 
Instance details

Defined in Amazonka.SNS.TagResource

ToQuery TagResource Source # 
Instance details

Defined in Amazonka.SNS.TagResource

type Rep TagResource Source # 
Instance details

Defined in Amazonka.SNS.TagResource

type Rep TagResource = D1 ('MetaData "TagResource" "Amazonka.SNS.TagResource" "libZSservicesZSamazonka-snsZSamazonka-sns" 'False) (C1 ('MetaCons "TagResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Tag])))
type AWSResponse TagResource Source # 
Instance details

Defined in Amazonka.SNS.TagResource

newTagResource Source #

Create a value of TagResource 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:resourceArn:TagResource', tagResource_resourceArn - The ARN of the topic to which to add tags.

$sel:tags:TagResource', tagResource_tags - The tags to be added to the specified topic. A tag consists of a required key and an optional value.

Request Lenses

tagResource_resourceArn :: Lens' TagResource Text Source #

The ARN of the topic to which to add tags.

tagResource_tags :: Lens' TagResource [Tag] Source #

The tags to be added to the specified topic. A tag consists of a required key and an optional value.

Destructuring the Response

data TagResourceResponse Source #

See: newTagResourceResponse smart constructor.

Constructors

TagResourceResponse' 

Fields

Instances

Instances details
Eq TagResourceResponse Source # 
Instance details

Defined in Amazonka.SNS.TagResource

Read TagResourceResponse Source # 
Instance details

Defined in Amazonka.SNS.TagResource

Show TagResourceResponse Source # 
Instance details

Defined in Amazonka.SNS.TagResource

Generic TagResourceResponse Source # 
Instance details

Defined in Amazonka.SNS.TagResource

Associated Types

type Rep TagResourceResponse :: Type -> Type #

NFData TagResourceResponse Source # 
Instance details

Defined in Amazonka.SNS.TagResource

Methods

rnf :: TagResourceResponse -> () #

type Rep TagResourceResponse Source # 
Instance details

Defined in Amazonka.SNS.TagResource

type Rep TagResourceResponse = D1 ('MetaData "TagResourceResponse" "Amazonka.SNS.TagResource" "libZSservicesZSamazonka-snsZSamazonka-sns" 'False) (C1 ('MetaCons "TagResourceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newTagResourceResponse Source #

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

Response Lenses