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 |
Documentation
data StateChangeConfiguration Source #
Contains the configuration information of alarm state changes.
See: newStateChangeConfiguration
smart constructor.
StateChangeConfiguration' | |
|
Instances
newStateChangeConfiguration :: StateChangeConfiguration Source #
Create a value of StateChangeConfiguration
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:triggerType:StateChangeConfiguration'
, stateChangeConfiguration_triggerType
- The trigger type. If the value is SNOOZE_TIMEOUT
, the snooze duration
ends and the alarm automatically changes to the NORMAL
state.
stateChangeConfiguration_triggerType :: Lens' StateChangeConfiguration (Maybe TriggerType) Source #
The trigger type. If the value is SNOOZE_TIMEOUT
, the snooze duration
ends and the alarm automatically changes to the NORMAL
state.