amazonka-ivschat-2.0: Amazon Interactive Video Service Chat 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.IVSChat.TagResource

Description

Adds or updates tags for the AWS resource with the specified ARN.

Synopsis

Creating a Request

data TagResource Source #

See: newTagResource smart constructor.

Constructors

TagResource' 

Fields

  • resourceArn :: Text

    The ARN of the resource to be tagged. The ARN must be URL-encoded.

  • tags :: HashMap Text Text

    Array of tags to be added or updated. Array of maps, each of the form string:string (key:value). See Tagging AWS Resources for details, including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon IVS Chat has no constraints beyond what is documented there.

Instances

Instances details
ToJSON TagResource Source # 
Instance details

Defined in Amazonka.IVSChat.TagResource

ToHeaders TagResource Source # 
Instance details

Defined in Amazonka.IVSChat.TagResource

Methods

toHeaders :: TagResource -> [Header] #

ToPath TagResource Source # 
Instance details

Defined in Amazonka.IVSChat.TagResource

ToQuery TagResource Source # 
Instance details

Defined in Amazonka.IVSChat.TagResource

AWSRequest TagResource Source # 
Instance details

Defined in Amazonka.IVSChat.TagResource

Associated Types

type AWSResponse TagResource #

Generic TagResource Source # 
Instance details

Defined in Amazonka.IVSChat.TagResource

Associated Types

type Rep TagResource :: Type -> Type #

Read TagResource Source # 
Instance details

Defined in Amazonka.IVSChat.TagResource

Show TagResource Source # 
Instance details

Defined in Amazonka.IVSChat.TagResource

NFData TagResource Source # 
Instance details

Defined in Amazonka.IVSChat.TagResource

Methods

rnf :: TagResource -> () #

Eq TagResource Source # 
Instance details

Defined in Amazonka.IVSChat.TagResource

Hashable TagResource Source # 
Instance details

Defined in Amazonka.IVSChat.TagResource

type AWSResponse TagResource Source # 
Instance details

Defined in Amazonka.IVSChat.TagResource

type Rep TagResource Source # 
Instance details

Defined in Amazonka.IVSChat.TagResource

type Rep TagResource = D1 ('MetaData "TagResource" "Amazonka.IVSChat.TagResource" "amazonka-ivschat-2.0-AB4QlCKEEGt4izEWjWKMb2" 'False) (C1 ('MetaCons "TagResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (HashMap Text Text))))

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 resource to be tagged. The ARN must be URL-encoded.

TagResource, tagResource_tags - Array of tags to be added or updated. Array of maps, each of the form string:string (key:value). See Tagging AWS Resources for details, including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon IVS Chat has no constraints beyond what is documented there.

Request Lenses

tagResource_resourceArn :: Lens' TagResource Text Source #

The ARN of the resource to be tagged. The ARN must be URL-encoded.

tagResource_tags :: Lens' TagResource (HashMap Text Text) Source #

Array of tags to be added or updated. Array of maps, each of the form string:string (key:value). See Tagging AWS Resources for details, including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon IVS Chat has no constraints beyond what is documented there.

Destructuring the Response

data TagResourceResponse Source #

See: newTagResourceResponse smart constructor.

Constructors

TagResourceResponse' 

Fields

Instances

Instances details
Generic TagResourceResponse Source # 
Instance details

Defined in Amazonka.IVSChat.TagResource

Associated Types

type Rep TagResourceResponse :: Type -> Type #

Read TagResourceResponse Source # 
Instance details

Defined in Amazonka.IVSChat.TagResource

Show TagResourceResponse Source # 
Instance details

Defined in Amazonka.IVSChat.TagResource

NFData TagResourceResponse Source # 
Instance details

Defined in Amazonka.IVSChat.TagResource

Methods

rnf :: TagResourceResponse -> () #

Eq TagResourceResponse Source # 
Instance details

Defined in Amazonka.IVSChat.TagResource

type Rep TagResourceResponse Source # 
Instance details

Defined in Amazonka.IVSChat.TagResource

type Rep TagResourceResponse = D1 ('MetaData "TagResourceResponse" "Amazonka.IVSChat.TagResource" "amazonka-ivschat-2.0-AB4QlCKEEGt4izEWjWKMb2" '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