amazonka-ivs-2.0: Amazon Interactive Video 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.IVS.TagResource

Description

Adds or updates tags for the Amazon Web Services resource with the specified ARN.

Synopsis

Creating a Request

data TagResource Source #

See: newTagResource smart constructor.

Constructors

TagResource' 

Fields

  • resourceArn :: Text

    ARN of the resource for which tags are to be added or updated. The ARN must be URL-encoded.

  • tags :: HashMap Text Text

    Array of tags to be added or updated. See Tagging Amazon Web Services Resources for more information, including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon IVS has no service-specific constraints beyond what is documented there.

Instances

Instances details
ToJSON TagResource Source # 
Instance details

Defined in Amazonka.IVS.TagResource

ToHeaders TagResource Source # 
Instance details

Defined in Amazonka.IVS.TagResource

Methods

toHeaders :: TagResource -> [Header] #

ToPath TagResource Source # 
Instance details

Defined in Amazonka.IVS.TagResource

ToQuery TagResource Source # 
Instance details

Defined in Amazonka.IVS.TagResource

AWSRequest TagResource Source # 
Instance details

Defined in Amazonka.IVS.TagResource

Associated Types

type AWSResponse TagResource #

Generic TagResource Source # 
Instance details

Defined in Amazonka.IVS.TagResource

Associated Types

type Rep TagResource :: Type -> Type #

Read TagResource Source # 
Instance details

Defined in Amazonka.IVS.TagResource

Show TagResource Source # 
Instance details

Defined in Amazonka.IVS.TagResource

NFData TagResource Source # 
Instance details

Defined in Amazonka.IVS.TagResource

Methods

rnf :: TagResource -> () #

Eq TagResource Source # 
Instance details

Defined in Amazonka.IVS.TagResource

Hashable TagResource Source # 
Instance details

Defined in Amazonka.IVS.TagResource

type AWSResponse TagResource Source # 
Instance details

Defined in Amazonka.IVS.TagResource

type Rep TagResource Source # 
Instance details

Defined in Amazonka.IVS.TagResource

type Rep TagResource = D1 ('MetaData "TagResource" "Amazonka.IVS.TagResource" "amazonka-ivs-2.0-1XuGgGDxNXQ7UL2Yr5LhmE" '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 - ARN of the resource for which tags are to be added or updated. The ARN must be URL-encoded.

TagResource, tagResource_tags - Array of tags to be added or updated. See Tagging Amazon Web Services Resources for more information, including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon IVS has no service-specific constraints beyond what is documented there.

Request Lenses

tagResource_resourceArn :: Lens' TagResource Text Source #

ARN of the resource for which tags are to be added or updated. The ARN must be URL-encoded.

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

Array of tags to be added or updated. See Tagging Amazon Web Services Resources for more information, including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon IVS has no service-specific 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.IVS.TagResource

Associated Types

type Rep TagResourceResponse :: Type -> Type #

Read TagResourceResponse Source # 
Instance details

Defined in Amazonka.IVS.TagResource

Show TagResourceResponse Source # 
Instance details

Defined in Amazonka.IVS.TagResource

NFData TagResourceResponse Source # 
Instance details

Defined in Amazonka.IVS.TagResource

Methods

rnf :: TagResourceResponse -> () #

Eq TagResourceResponse Source # 
Instance details

Defined in Amazonka.IVS.TagResource

type Rep TagResourceResponse Source # 
Instance details

Defined in Amazonka.IVS.TagResource

type Rep TagResourceResponse = D1 ('MetaData "TagResourceResponse" "Amazonka.IVS.TagResource" "amazonka-ivs-2.0-1XuGgGDxNXQ7UL2Yr5LhmE" '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