libZSservicesZSamazonka-kinesis-videoZSamazonka-kinesis-video
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.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
Eq CreateSignalingChannel Source # 
Instance details

Defined in Amazonka.KinesisVideo.CreateSignalingChannel

Read CreateSignalingChannel Source # 
Instance details

Defined in Amazonka.KinesisVideo.CreateSignalingChannel

Show CreateSignalingChannel Source # 
Instance details

Defined in Amazonka.KinesisVideo.CreateSignalingChannel

Generic CreateSignalingChannel Source # 
Instance details

Defined in Amazonka.KinesisVideo.CreateSignalingChannel

Associated Types

type Rep CreateSignalingChannel :: Type -> Type #

NFData CreateSignalingChannel Source # 
Instance details

Defined in Amazonka.KinesisVideo.CreateSignalingChannel

Methods

rnf :: CreateSignalingChannel -> () #

Hashable CreateSignalingChannel Source # 
Instance details

Defined in Amazonka.KinesisVideo.CreateSignalingChannel

ToJSON CreateSignalingChannel Source # 
Instance details

Defined in Amazonka.KinesisVideo.CreateSignalingChannel

AWSRequest CreateSignalingChannel Source # 
Instance details

Defined in Amazonka.KinesisVideo.CreateSignalingChannel

Associated Types

type AWSResponse 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

type Rep CreateSignalingChannel Source # 
Instance details

Defined in Amazonka.KinesisVideo.CreateSignalingChannel

type Rep CreateSignalingChannel = D1 ('MetaData "CreateSignalingChannel" "Amazonka.KinesisVideo.CreateSignalingChannel" "libZSservicesZSamazonka-kinesis-videoZSamazonka-kinesis-video" 'False) (C1 ('MetaCons "CreateSignalingChannel'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "singleMasterConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SingleMasterConfiguration)) :*: S1 ('MetaSel ('Just "channelType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ChannelType))) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: S1 ('MetaSel ('Just "channelName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse CreateSignalingChannel Source # 
Instance details

Defined in Amazonka.KinesisVideo.CreateSignalingChannel

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:

$sel:singleMasterConfiguration:CreateSignalingChannel', createSignalingChannel_singleMasterConfiguration - A structure containing the configuration for the SINGLE_MASTER channel type.

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

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

$sel:channelName:CreateSignalingChannel', createSignalingChannel_channelName - A name for the signaling channel that you are creating. It must be unique for each AWS account and AWS Region.

Request Lenses

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

A structure containing the configuration for the SINGLE_MASTER channel type.

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_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 AWS account and AWS Region.

Destructuring the Response

data CreateSignalingChannelResponse Source #

See: newCreateSignalingChannelResponse smart constructor.

Constructors

CreateSignalingChannelResponse' 

Fields

Instances

Instances details
Eq CreateSignalingChannelResponse Source # 
Instance details

Defined in Amazonka.KinesisVideo.CreateSignalingChannel

Read CreateSignalingChannelResponse Source # 
Instance details

Defined in Amazonka.KinesisVideo.CreateSignalingChannel

Show CreateSignalingChannelResponse Source # 
Instance details

Defined in Amazonka.KinesisVideo.CreateSignalingChannel

Generic CreateSignalingChannelResponse Source # 
Instance details

Defined in Amazonka.KinesisVideo.CreateSignalingChannel

Associated Types

type Rep CreateSignalingChannelResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-kinesis-videoZSamazonka-kinesis-video" '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:

$sel:channelARN: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.