| 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.StreamEvent
Description
Synopsis
Documentation
data StreamEvent Source #
Object specifying a stream’s events. For a list of events, see Using Amazon EventBridge with Amazon IVS.
See: newStreamEvent smart constructor.
Constructors
| StreamEvent' | |
Instances
newStreamEvent :: StreamEvent Source #
Create a value of StreamEvent 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:eventTime:StreamEvent', streamEvent_eventTime - Time when the event occurred. This is an ISO 8601 timestamp; /note that
this is returned as a string/.
$sel:name:StreamEvent', streamEvent_name - Name that identifies the stream event within a type.
$sel:type':StreamEvent', streamEvent_type - Logical group for certain events.
streamEvent_eventTime :: Lens' StreamEvent (Maybe UTCTime) Source #
Time when the event occurred. This is an ISO 8601 timestamp; /note that this is returned as a string/.
streamEvent_name :: Lens' StreamEvent (Maybe Text) Source #
Name that identifies the stream event within a type.
streamEvent_type :: Lens' StreamEvent (Maybe Text) Source #
Logical group for certain events.