amazonka-medialive-2.0: Amazon Elemental MediaLive 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.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
ToJSON CreateTags Source # 
Instance details

Defined in Amazonka.MediaLive.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

AWSRequest CreateTags Source # 
Instance details

Defined in Amazonka.MediaLive.CreateTags

Associated Types

type AWSResponse CreateTags #

Generic CreateTags Source # 
Instance details

Defined in Amazonka.MediaLive.CreateTags

Associated Types

type Rep CreateTags :: Type -> Type #

Read CreateTags Source # 
Instance details

Defined in Amazonka.MediaLive.CreateTags

Show CreateTags Source # 
Instance details

Defined in Amazonka.MediaLive.CreateTags

NFData CreateTags Source # 
Instance details

Defined in Amazonka.MediaLive.CreateTags

Methods

rnf :: CreateTags -> () #

Eq CreateTags Source # 
Instance details

Defined in Amazonka.MediaLive.CreateTags

Hashable CreateTags Source # 
Instance details

Defined in Amazonka.MediaLive.CreateTags

type AWSResponse 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" "amazonka-medialive-2.0-FK9HUAz0OmeIH2i6eRdod0" '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)))

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:

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' 

newCreateTagsResponse :: CreateTagsResponse Source #

Create a value of CreateTagsResponse with all optional fields omitted.

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