Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
Documentation
data SystemEvent Source #
Contains information about alarm state changes.
See: newSystemEvent
smart constructor.
SystemEvent' | |
|
Instances
newSystemEvent :: SystemEvent Source #
Create a value of SystemEvent
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:eventType:SystemEvent'
, systemEvent_eventType
- The event type. If the value is STATE_CHANGE
, the event contains
information about alarm state changes.
$sel:stateChangeConfiguration:SystemEvent'
, systemEvent_stateChangeConfiguration
- Contains the configuration information of alarm state changes.
systemEvent_eventType :: Lens' SystemEvent (Maybe EventType) Source #
The event type. If the value is STATE_CHANGE
, the event contains
information about alarm state changes.
systemEvent_stateChangeConfiguration :: Lens' SystemEvent (Maybe StateChangeConfiguration) Source #
Contains the configuration information of alarm state changes.