amazonka-mediatailor-2.0: Amazon MediaTailor 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.MediaTailor.TagResource

Description

The resource to tag. Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see Tagging AWS Elemental MediaTailor Resources.

Synopsis

Creating a Request

data TagResource Source #

See: newTagResource smart constructor.

Constructors

TagResource' 

Fields

Instances

Instances details
ToJSON TagResource Source # 
Instance details

Defined in Amazonka.MediaTailor.TagResource

ToHeaders TagResource Source # 
Instance details

Defined in Amazonka.MediaTailor.TagResource

Methods

toHeaders :: TagResource -> [Header] #

ToPath TagResource Source # 
Instance details

Defined in Amazonka.MediaTailor.TagResource

ToQuery TagResource Source # 
Instance details

Defined in Amazonka.MediaTailor.TagResource

AWSRequest TagResource Source # 
Instance details

Defined in Amazonka.MediaTailor.TagResource

Associated Types

type AWSResponse TagResource #

Generic TagResource Source # 
Instance details

Defined in Amazonka.MediaTailor.TagResource

Associated Types

type Rep TagResource :: Type -> Type #

Read TagResource Source # 
Instance details

Defined in Amazonka.MediaTailor.TagResource

Show TagResource Source # 
Instance details

Defined in Amazonka.MediaTailor.TagResource

NFData TagResource Source # 
Instance details

Defined in Amazonka.MediaTailor.TagResource

Methods

rnf :: TagResource -> () #

Eq TagResource Source # 
Instance details

Defined in Amazonka.MediaTailor.TagResource

Hashable TagResource Source # 
Instance details

Defined in Amazonka.MediaTailor.TagResource

type AWSResponse TagResource Source # 
Instance details

Defined in Amazonka.MediaTailor.TagResource

type Rep TagResource Source # 
Instance details

Defined in Amazonka.MediaTailor.TagResource

type Rep TagResource = D1 ('MetaData "TagResource" "Amazonka.MediaTailor.TagResource" "amazonka-mediatailor-2.0-6mxt6n51Pv3JbuBr2GKiO4" '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:

TagResource, tagResource_resourceArn - The Amazon Resource Name (ARN) associated with the resource.

TagResource, tagResource_tags - The tags to assign to the resource. Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see Tagging AWS Elemental MediaTailor Resources.

Request Lenses

tagResource_resourceArn :: Lens' TagResource Text Source #

The Amazon Resource Name (ARN) associated with the resource.

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

The tags to assign to the resource. Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see Tagging AWS Elemental MediaTailor Resources.

Destructuring the Response

data TagResourceResponse Source #

See: newTagResourceResponse smart constructor.

Constructors

TagResourceResponse' 

Instances

Instances details
Generic TagResourceResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.TagResource

Associated Types

type Rep TagResourceResponse :: Type -> Type #

Read TagResourceResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.TagResource

Show TagResourceResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.TagResource

NFData TagResourceResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.TagResource

Methods

rnf :: TagResourceResponse -> () #

Eq TagResourceResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.TagResource

type Rep TagResourceResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.TagResource

type Rep TagResourceResponse = D1 ('MetaData "TagResourceResponse" "Amazonka.MediaTailor.TagResource" "amazonka-mediatailor-2.0-6mxt6n51Pv3JbuBr2GKiO4" 'False) (C1 ('MetaCons "TagResourceResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newTagResourceResponse :: TagResourceResponse Source #

Create a value of TagResourceResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.