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.Types.ChannelInfo

Description

 
Synopsis

Documentation

data ChannelInfo Source #

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

See: newChannelInfo smart constructor.

Constructors

ChannelInfo' 

Fields

Instances

Instances details
FromJSON ChannelInfo Source # 
Instance details

Defined in Amazonka.KinesisVideo.Types.ChannelInfo

Generic ChannelInfo Source # 
Instance details

Defined in Amazonka.KinesisVideo.Types.ChannelInfo

Associated Types

type Rep ChannelInfo :: Type -> Type #

Read ChannelInfo Source # 
Instance details

Defined in Amazonka.KinesisVideo.Types.ChannelInfo

Show ChannelInfo Source # 
Instance details

Defined in Amazonka.KinesisVideo.Types.ChannelInfo

NFData ChannelInfo Source # 
Instance details

Defined in Amazonka.KinesisVideo.Types.ChannelInfo

Methods

rnf :: ChannelInfo -> () #

Eq ChannelInfo Source # 
Instance details

Defined in Amazonka.KinesisVideo.Types.ChannelInfo

Hashable ChannelInfo Source # 
Instance details

Defined in Amazonka.KinesisVideo.Types.ChannelInfo

type Rep ChannelInfo Source # 
Instance details

Defined in Amazonka.KinesisVideo.Types.ChannelInfo

type Rep ChannelInfo = D1 ('MetaData "ChannelInfo" "Amazonka.KinesisVideo.Types.ChannelInfo" "amazonka-kinesis-video-2.0-5DR7d8jw2IyAvZJM3U7dwM" 'False) (C1 ('MetaCons "ChannelInfo'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "channelARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "channelName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "channelStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StreamStatus)))) :*: ((S1 ('MetaSel ('Just "channelType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ChannelType)) :*: S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "singleMasterConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SingleMasterConfiguration)) :*: S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newChannelInfo :: ChannelInfo Source #

Create a value of ChannelInfo 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:ChannelInfo', channelInfo_channelARN - The Amazon Resource Name (ARN) of the signaling channel.

$sel:channelName:ChannelInfo', channelInfo_channelName - The name of the signaling channel.

$sel:channelStatus:ChannelInfo', channelInfo_channelStatus - Current status of the signaling channel.

$sel:channelType:ChannelInfo', channelInfo_channelType - The type of the signaling channel.

$sel:creationTime:ChannelInfo', channelInfo_creationTime - The time at which the signaling channel was created.

$sel:singleMasterConfiguration:ChannelInfo', channelInfo_singleMasterConfiguration - A structure that contains the configuration for the SINGLE_MASTER channel type.

$sel:version:ChannelInfo', channelInfo_version - The current version of the signaling channel.

channelInfo_channelARN :: Lens' ChannelInfo (Maybe Text) Source #

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

channelInfo_channelName :: Lens' ChannelInfo (Maybe Text) Source #

The name of the signaling channel.

channelInfo_channelStatus :: Lens' ChannelInfo (Maybe StreamStatus) Source #

Current status of the signaling channel.

channelInfo_channelType :: Lens' ChannelInfo (Maybe ChannelType) Source #

The type of the signaling channel.

channelInfo_creationTime :: Lens' ChannelInfo (Maybe UTCTime) Source #

The time at which the signaling channel was created.

channelInfo_singleMasterConfiguration :: Lens' ChannelInfo (Maybe SingleMasterConfiguration) Source #

A structure that contains the configuration for the SINGLE_MASTER channel type.

channelInfo_version :: Lens' ChannelInfo (Maybe Text) Source #

The current version of the signaling channel.