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.DescribeSignalingChannel

Description

Returns the most current information about the signaling channel. You must specify either the name or the Amazon Resource Name (ARN) of the channel that you want to describe.

Synopsis

Creating a Request

data DescribeSignalingChannel Source #

See: newDescribeSignalingChannel smart constructor.

Constructors

DescribeSignalingChannel' 

Fields

Instances

Instances details
Eq DescribeSignalingChannel Source # 
Instance details

Defined in Amazonka.KinesisVideo.DescribeSignalingChannel

Read DescribeSignalingChannel Source # 
Instance details

Defined in Amazonka.KinesisVideo.DescribeSignalingChannel

Show DescribeSignalingChannel Source # 
Instance details

Defined in Amazonka.KinesisVideo.DescribeSignalingChannel

Generic DescribeSignalingChannel Source # 
Instance details

Defined in Amazonka.KinesisVideo.DescribeSignalingChannel

Associated Types

type Rep DescribeSignalingChannel :: Type -> Type #

NFData DescribeSignalingChannel Source # 
Instance details

Defined in Amazonka.KinesisVideo.DescribeSignalingChannel

Hashable DescribeSignalingChannel Source # 
Instance details

Defined in Amazonka.KinesisVideo.DescribeSignalingChannel

ToJSON DescribeSignalingChannel Source # 
Instance details

Defined in Amazonka.KinesisVideo.DescribeSignalingChannel

AWSRequest DescribeSignalingChannel Source # 
Instance details

Defined in Amazonka.KinesisVideo.DescribeSignalingChannel

ToHeaders DescribeSignalingChannel Source # 
Instance details

Defined in Amazonka.KinesisVideo.DescribeSignalingChannel

ToPath DescribeSignalingChannel Source # 
Instance details

Defined in Amazonka.KinesisVideo.DescribeSignalingChannel

ToQuery DescribeSignalingChannel Source # 
Instance details

Defined in Amazonka.KinesisVideo.DescribeSignalingChannel

type Rep DescribeSignalingChannel Source # 
Instance details

Defined in Amazonka.KinesisVideo.DescribeSignalingChannel

type Rep DescribeSignalingChannel = D1 ('MetaData "DescribeSignalingChannel" "Amazonka.KinesisVideo.DescribeSignalingChannel" "libZSservicesZSamazonka-kinesis-videoZSamazonka-kinesis-video" 'False) (C1 ('MetaCons "DescribeSignalingChannel'" 'PrefixI 'True) (S1 ('MetaSel ('Just "channelARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "channelName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))
type AWSResponse DescribeSignalingChannel Source # 
Instance details

Defined in Amazonka.KinesisVideo.DescribeSignalingChannel

newDescribeSignalingChannel :: DescribeSignalingChannel Source #

Create a value of DescribeSignalingChannel 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:DescribeSignalingChannel', describeSignalingChannel_channelARN - The ARN of the signaling channel that you want to describe.

$sel:channelName:DescribeSignalingChannel', describeSignalingChannel_channelName - The name of the signaling channel that you want to describe.

Request Lenses

describeSignalingChannel_channelARN :: Lens' DescribeSignalingChannel (Maybe Text) Source #

The ARN of the signaling channel that you want to describe.

describeSignalingChannel_channelName :: Lens' DescribeSignalingChannel (Maybe Text) Source #

The name of the signaling channel that you want to describe.

Destructuring the Response

data DescribeSignalingChannelResponse Source #

See: newDescribeSignalingChannelResponse smart constructor.

Constructors

DescribeSignalingChannelResponse' 

Fields

Instances

Instances details
Eq DescribeSignalingChannelResponse Source # 
Instance details

Defined in Amazonka.KinesisVideo.DescribeSignalingChannel

Read DescribeSignalingChannelResponse Source # 
Instance details

Defined in Amazonka.KinesisVideo.DescribeSignalingChannel

Show DescribeSignalingChannelResponse Source # 
Instance details

Defined in Amazonka.KinesisVideo.DescribeSignalingChannel

Generic DescribeSignalingChannelResponse Source # 
Instance details

Defined in Amazonka.KinesisVideo.DescribeSignalingChannel

Associated Types

type Rep DescribeSignalingChannelResponse :: Type -> Type #

NFData DescribeSignalingChannelResponse Source # 
Instance details

Defined in Amazonka.KinesisVideo.DescribeSignalingChannel

type Rep DescribeSignalingChannelResponse Source # 
Instance details

Defined in Amazonka.KinesisVideo.DescribeSignalingChannel

type Rep DescribeSignalingChannelResponse = D1 ('MetaData "DescribeSignalingChannelResponse" "Amazonka.KinesisVideo.DescribeSignalingChannel" "libZSservicesZSamazonka-kinesis-videoZSamazonka-kinesis-video" 'False) (C1 ('MetaCons "DescribeSignalingChannelResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "channelInfo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ChannelInfo)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDescribeSignalingChannelResponse Source #

Create a value of DescribeSignalingChannelResponse 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:channelInfo:DescribeSignalingChannelResponse', describeSignalingChannelResponse_channelInfo - A structure that encapsulates the specified signaling channel's metadata and properties.

$sel:httpStatus:DescribeSignalingChannelResponse', describeSignalingChannelResponse_httpStatus - The response's http status code.

Response Lenses

describeSignalingChannelResponse_channelInfo :: Lens' DescribeSignalingChannelResponse (Maybe ChannelInfo) Source #

A structure that encapsulates the specified signaling channel's metadata and properties.