| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.IVS.Types.StreamSessionSummary
Description
Synopsis
- data StreamSessionSummary = StreamSessionSummary' {}
- newStreamSessionSummary :: StreamSessionSummary
- streamSessionSummary_endTime :: Lens' StreamSessionSummary (Maybe UTCTime)
- streamSessionSummary_hasErrorEvent :: Lens' StreamSessionSummary (Maybe Bool)
- streamSessionSummary_startTime :: Lens' StreamSessionSummary (Maybe UTCTime)
- streamSessionSummary_streamId :: Lens' StreamSessionSummary (Maybe Text)
Documentation
data StreamSessionSummary Source #
Summary information about a stream session.
See: newStreamSessionSummary smart constructor.
Constructors
| StreamSessionSummary' | |
Fields
| |
Instances
newStreamSessionSummary :: StreamSessionSummary Source #
Create a value of StreamSessionSummary 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:endTime:StreamSessionSummary', streamSessionSummary_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:hasErrorEvent:StreamSessionSummary', streamSessionSummary_hasErrorEvent - If true, this stream encountered a quota breach or failure.
$sel:startTime:StreamSessionSummary', streamSessionSummary_startTime - Time when the channel went live. This is an ISO 8601 timestamp; /note
that this is returned as a string/.
$sel:streamId:StreamSessionSummary', streamSessionSummary_streamId - Unique identifier for a live or previously live stream in the specified
channel.
streamSessionSummary_endTime :: Lens' StreamSessionSummary (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.
streamSessionSummary_hasErrorEvent :: Lens' StreamSessionSummary (Maybe Bool) Source #
If true, this stream encountered a quota breach or failure.
streamSessionSummary_startTime :: Lens' StreamSessionSummary (Maybe UTCTime) Source #
Time when the channel went live. This is an ISO 8601 timestamp; /note that this is returned as a string/.
streamSessionSummary_streamId :: Lens' StreamSessionSummary (Maybe Text) Source #
Unique identifier for a live or previously live stream in the specified channel.