amazonka-sns-2.0: Amazon Simple Notification Service 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.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 Amazon Web Services account, per Amazon Web Services 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
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

AWSRequest TagResource Source # 
Instance details

Defined in Amazonka.SNS.TagResource

Associated Types

type AWSResponse TagResource #

Generic TagResource Source # 
Instance details

Defined in Amazonka.SNS.TagResource

Associated Types

type Rep TagResource :: Type -> Type #

Read TagResource Source # 
Instance details

Defined in Amazonka.SNS.TagResource

Show TagResource Source # 
Instance details

Defined in Amazonka.SNS.TagResource

NFData TagResource Source # 
Instance details

Defined in Amazonka.SNS.TagResource

Methods

rnf :: TagResource -> () #

Eq TagResource Source # 
Instance details

Defined in Amazonka.SNS.TagResource

Hashable TagResource Source # 
Instance details

Defined in Amazonka.SNS.TagResource

type AWSResponse 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" "amazonka-sns-2.0-4k7AiJI7DyqhOUy5o4qb9" 'False) (C1 ('MetaCons "TagResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Tag])))

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
Generic TagResourceResponse Source # 
Instance details

Defined in Amazonka.SNS.TagResource

Associated Types

type Rep TagResourceResponse :: Type -> Type #

Read TagResourceResponse Source # 
Instance details

Defined in Amazonka.SNS.TagResource

Show TagResourceResponse Source # 
Instance details

Defined in Amazonka.SNS.TagResource

NFData TagResourceResponse Source # 
Instance details

Defined in Amazonka.SNS.TagResource

Methods

rnf :: TagResourceResponse -> () #

Eq TagResourceResponse Source # 
Instance details

Defined in Amazonka.SNS.TagResource

type Rep TagResourceResponse Source # 
Instance details

Defined in Amazonka.SNS.TagResource

type Rep TagResourceResponse = D1 ('MetaData "TagResourceResponse" "Amazonka.SNS.TagResource" "amazonka-sns-2.0-4k7AiJI7DyqhOUy5o4qb9" '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