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 OnInputLifecycle Source #
Specifies the actions performed when the condition
evaluates to TRUE.
See: newOnInputLifecycle
smart constructor.
OnInputLifecycle' | |
|
Instances
newOnInputLifecycle :: OnInputLifecycle Source #
Create a value of OnInputLifecycle
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:events:OnInputLifecycle'
, onInputLifecycle_events
- Specifies the actions performed when the condition
evaluates to TRUE.
$sel:transitionEvents:OnInputLifecycle'
, onInputLifecycle_transitionEvents
- Specifies the actions performed, and the next state entered, when a
condition
evaluates to TRUE.
onInputLifecycle_events :: Lens' OnInputLifecycle (Maybe [Event]) Source #
Specifies the actions performed when the condition
evaluates to TRUE.
onInputLifecycle_transitionEvents :: Lens' OnInputLifecycle (Maybe [TransitionEvent]) Source #
Specifies the actions performed, and the next state entered, when a
condition
evaluates to TRUE.