amazonka-kinesis-video-2.0: Amazon Kinesis Video Streams 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.KinesisVideo.CreateSignalingChannel

Description

Creates a signaling channel.

CreateSignalingChannel is an asynchronous operation.

Synopsis

Creating a Request

data CreateSignalingChannel Source #

See: newCreateSignalingChannel smart constructor.

Constructors

CreateSignalingChannel' 

Fields

Instances

Instances details
ToJSON CreateSignalingChannel Source # 
Instance details

Defined in Amazonka.KinesisVideo.CreateSignalingChannel

ToHeaders CreateSignalingChannel Source # 
Instance details

Defined in Amazonka.KinesisVideo.CreateSignalingChannel

ToPath CreateSignalingChannel Source # 
Instance details

Defined in Amazonka.KinesisVideo.CreateSignalingChannel

ToQuery CreateSignalingChannel Source # 
Instance details

Defined in Amazonka.KinesisVideo.CreateSignalingChannel

AWSRequest CreateSignalingChannel Source # 
Instance details

Defined in Amazonka.KinesisVideo.CreateSignalingChannel

Associated Types

type AWSResponse CreateSignalingChannel #

Generic CreateSignalingChannel Source # 
Instance details

Defined in Amazonka.KinesisVideo.CreateSignalingChannel

Associated Types

type Rep CreateSignalingChannel :: Type -> Type #

Read CreateSignalingChannel Source # 
Instance details

Defined in Amazonka.KinesisVideo.CreateSignalingChannel

Show CreateSignalingChannel Source # 
Instance details

Defined in Amazonka.KinesisVideo.CreateSignalingChannel

NFData CreateSignalingChannel Source # 
Instance details

Defined in Amazonka.KinesisVideo.CreateSignalingChannel

Methods

rnf :: CreateSignalingChannel -> () #

Eq CreateSignalingChannel Source # 
Instance details

Defined in Amazonka.KinesisVideo.CreateSignalingChannel

Hashable CreateSignalingChannel Source # 
Instance details

Defined in Amazonka.KinesisVideo.CreateSignalingChannel

type AWSResponse CreateSignalingChannel Source # 
Instance details

Defined in Amazonka.KinesisVideo.CreateSignalingChannel

type Rep CreateSignalingChannel Source # 
Instance details

Defined in Amazonka.KinesisVideo.CreateSignalingChannel

type Rep CreateSignalingChannel = D1 ('MetaData "CreateSignalingChannel" "Amazonka.KinesisVideo.CreateSignalingChannel" "amazonka-kinesis-video-2.0-5DR7d8jw2IyAvZJM3U7dwM" 'False) (C1 ('MetaCons "CreateSignalingChannel'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "channelType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ChannelType)) :*: S1 ('MetaSel ('Just "singleMasterConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SingleMasterConfiguration))) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: S1 ('MetaSel ('Just "channelName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newCreateSignalingChannel Source #

Create a value of CreateSignalingChannel 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:

CreateSignalingChannel, createSignalingChannel_channelType - A type of the signaling channel that you are creating. Currently, SINGLE_MASTER is the only supported channel type.

CreateSignalingChannel, createSignalingChannel_singleMasterConfiguration - A structure containing the configuration for the SINGLE_MASTER channel type.

$sel:tags:CreateSignalingChannel', createSignalingChannel_tags - A set of tags (key-value pairs) that you want to associate with this channel.

CreateSignalingChannel, createSignalingChannel_channelName - A name for the signaling channel that you are creating. It must be unique for each Amazon Web Services account and Amazon Web Services Region.

Request Lenses

createSignalingChannel_channelType :: Lens' CreateSignalingChannel (Maybe ChannelType) Source #

A type of the signaling channel that you are creating. Currently, SINGLE_MASTER is the only supported channel type.

createSignalingChannel_singleMasterConfiguration :: Lens' CreateSignalingChannel (Maybe SingleMasterConfiguration) Source #

A structure containing the configuration for the SINGLE_MASTER channel type.

createSignalingChannel_tags :: Lens' CreateSignalingChannel (Maybe [Tag]) Source #

A set of tags (key-value pairs) that you want to associate with this channel.

createSignalingChannel_channelName :: Lens' CreateSignalingChannel Text Source #

A name for the signaling channel that you are creating. It must be unique for each Amazon Web Services account and Amazon Web Services Region.

Destructuring the Response

data CreateSignalingChannelResponse Source #

See: newCreateSignalingChannelResponse smart constructor.

Constructors

CreateSignalingChannelResponse' 

Fields

Instances

Instances details
Generic CreateSignalingChannelResponse Source # 
Instance details

Defined in Amazonka.KinesisVideo.CreateSignalingChannel

Associated Types

type Rep CreateSignalingChannelResponse :: Type -> Type #

Read CreateSignalingChannelResponse Source # 
Instance details

Defined in Amazonka.KinesisVideo.CreateSignalingChannel

Show CreateSignalingChannelResponse Source # 
Instance details

Defined in Amazonka.KinesisVideo.CreateSignalingChannel

NFData CreateSignalingChannelResponse Source # 
Instance details

Defined in Amazonka.KinesisVideo.CreateSignalingChannel

Eq CreateSignalingChannelResponse Source # 
Instance details

Defined in Amazonka.KinesisVideo.CreateSignalingChannel

type Rep CreateSignalingChannelResponse Source # 
Instance details

Defined in Amazonka.KinesisVideo.CreateSignalingChannel

type Rep CreateSignalingChannelResponse = D1 ('MetaData "CreateSignalingChannelResponse" "Amazonka.KinesisVideo.CreateSignalingChannel" "amazonka-kinesis-video-2.0-5DR7d8jw2IyAvZJM3U7dwM" 'False) (C1 ('MetaCons "CreateSignalingChannelResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "channelARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateSignalingChannelResponse Source #

Create a value of CreateSignalingChannelResponse 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:

CreateSignalingChannelResponse, createSignalingChannelResponse_channelARN - The Amazon Resource Name (ARN) of the created channel.

$sel:httpStatus:CreateSignalingChannelResponse', createSignalingChannelResponse_httpStatus - The response's http status code.

Response Lenses

createSignalingChannelResponse_channelARN :: Lens' CreateSignalingChannelResponse (Maybe Text) Source #

The Amazon Resource Name (ARN) of the created channel.