libZSservicesZSamazonka-medialiveZSamazonka-medialive
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.MediaLive.CreateTags

Description

Create tags for a resource

Synopsis

Creating a Request

data CreateTags Source #

Placeholder documentation for CreateTagsRequest

See: newCreateTags smart constructor.

Constructors

CreateTags' 

Instances

Instances details
Eq CreateTags Source # 
Instance details

Defined in Amazonka.MediaLive.CreateTags

Read CreateTags Source # 
Instance details

Defined in Amazonka.MediaLive.CreateTags

Show CreateTags Source # 
Instance details

Defined in Amazonka.MediaLive.CreateTags

Generic CreateTags Source # 
Instance details

Defined in Amazonka.MediaLive.CreateTags

Associated Types

type Rep CreateTags :: Type -> Type #

NFData CreateTags Source # 
Instance details

Defined in Amazonka.MediaLive.CreateTags

Methods

rnf :: CreateTags -> () #

Hashable CreateTags Source # 
Instance details

Defined in Amazonka.MediaLive.CreateTags

ToJSON CreateTags Source # 
Instance details

Defined in Amazonka.MediaLive.CreateTags

AWSRequest CreateTags Source # 
Instance details

Defined in Amazonka.MediaLive.CreateTags

Associated Types

type AWSResponse CreateTags #

ToHeaders CreateTags Source # 
Instance details

Defined in Amazonka.MediaLive.CreateTags

Methods

toHeaders :: CreateTags -> [Header] #

ToPath CreateTags Source # 
Instance details

Defined in Amazonka.MediaLive.CreateTags

ToQuery CreateTags Source # 
Instance details

Defined in Amazonka.MediaLive.CreateTags

type Rep CreateTags Source # 
Instance details

Defined in Amazonka.MediaLive.CreateTags

type Rep CreateTags = D1 ('MetaData "CreateTags" "Amazonka.MediaLive.CreateTags" "libZSservicesZSamazonka-medialiveZSamazonka-medialive" 'False) (C1 ('MetaCons "CreateTags'" 'PrefixI 'True) (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse CreateTags Source # 
Instance details

Defined in Amazonka.MediaLive.CreateTags

newCreateTags Source #

Create a value of CreateTags 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:tags:CreateTags', createTags_tags - Undocumented member.

$sel:resourceArn:CreateTags', createTags_resourceArn - Undocumented member.

Request Lenses

Destructuring the Response

data CreateTagsResponse Source #

See: newCreateTagsResponse smart constructor.

Constructors

CreateTagsResponse' 

Instances

Instances details
Eq CreateTagsResponse Source # 
Instance details

Defined in Amazonka.MediaLive.CreateTags

Read CreateTagsResponse Source # 
Instance details

Defined in Amazonka.MediaLive.CreateTags

Show CreateTagsResponse Source # 
Instance details

Defined in Amazonka.MediaLive.CreateTags

Generic CreateTagsResponse Source # 
Instance details

Defined in Amazonka.MediaLive.CreateTags

Associated Types

type Rep CreateTagsResponse :: Type -> Type #

NFData CreateTagsResponse Source # 
Instance details

Defined in Amazonka.MediaLive.CreateTags

Methods

rnf :: CreateTagsResponse -> () #

type Rep CreateTagsResponse Source # 
Instance details

Defined in Amazonka.MediaLive.CreateTags

type Rep CreateTagsResponse = D1 ('MetaData "CreateTagsResponse" "Amazonka.MediaLive.CreateTags" "libZSservicesZSamazonka-medialiveZSamazonka-medialive" 'False) (C1 ('MetaCons "CreateTagsResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newCreateTagsResponse :: CreateTagsResponse Source #

Create a value of CreateTagsResponse with all optional fields omitted.

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