amazonka-ivs-2.0: Amazon Interactive Video Service 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.IVS.Types.StreamSession

Description

 
Synopsis

Documentation

data StreamSession Source #

Object that captures the Amazon IVS configuration that the customer provisioned, the ingest configurations that the broadcaster used, and the most recent Amazon IVS stream events it encountered.

See: newStreamSession smart constructor.

Constructors

StreamSession' 

Fields

Instances

Instances details
FromJSON StreamSession Source # 
Instance details

Defined in Amazonka.IVS.Types.StreamSession

Generic StreamSession Source # 
Instance details

Defined in Amazonka.IVS.Types.StreamSession

Associated Types

type Rep StreamSession :: Type -> Type #

Read StreamSession Source # 
Instance details

Defined in Amazonka.IVS.Types.StreamSession

Show StreamSession Source # 
Instance details

Defined in Amazonka.IVS.Types.StreamSession

NFData StreamSession Source # 
Instance details

Defined in Amazonka.IVS.Types.StreamSession

Methods

rnf :: StreamSession -> () #

Eq StreamSession Source # 
Instance details

Defined in Amazonka.IVS.Types.StreamSession

Hashable StreamSession Source # 
Instance details

Defined in Amazonka.IVS.Types.StreamSession

type Rep StreamSession Source # 
Instance details

Defined in Amazonka.IVS.Types.StreamSession

newStreamSession :: StreamSession Source #

Create a value of StreamSession 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:channel:StreamSession', streamSession_channel - The properties of the channel at the time of going live.

$sel:endTime:StreamSession', streamSession_endTime - Time when the channel went offline. This is an ISO 8601 timestamp; /note that this is returned as a string/. For live streams, this is NULL.

$sel:ingestConfiguration:StreamSession', streamSession_ingestConfiguration - The properties of the incoming RTMP stream for the stream.

$sel:recordingConfiguration:StreamSession', streamSession_recordingConfiguration - The properties of recording the live stream.

$sel:startTime:StreamSession', streamSession_startTime - Time when the channel went live. This is an ISO 8601 timestamp; /note that this is returned as a string/.

$sel:streamId:StreamSession', streamSession_streamId - Unique identifier for a live or previously live stream in the specified channel.

$sel:truncatedEvents:StreamSession', streamSession_truncatedEvents - List of Amazon IVS events that the stream encountered. The list is sorted by most recent events and contains up to 500 events. For Amazon IVS events, see Using Amazon EventBridge with Amazon IVS.

streamSession_channel :: Lens' StreamSession (Maybe Channel) Source #

The properties of the channel at the time of going live.

streamSession_endTime :: Lens' StreamSession (Maybe UTCTime) Source #

Time when the channel went offline. This is an ISO 8601 timestamp; /note that this is returned as a string/. For live streams, this is NULL.

streamSession_ingestConfiguration :: Lens' StreamSession (Maybe IngestConfiguration) Source #

The properties of the incoming RTMP stream for the stream.

streamSession_startTime :: Lens' StreamSession (Maybe UTCTime) Source #

Time when the channel went live. This is an ISO 8601 timestamp; /note that this is returned as a string/.

streamSession_streamId :: Lens' StreamSession (Maybe Text) Source #

Unique identifier for a live or previously live stream in the specified channel.

streamSession_truncatedEvents :: Lens' StreamSession (Maybe [StreamEvent]) Source #

List of Amazon IVS events that the stream encountered. The list is sorted by most recent events and contains up to 500 events. For Amazon IVS events, see Using Amazon EventBridge with Amazon IVS.