| 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.IoTEvents.Types.OnInputLifecycle
Description
Synopsis
Documentation
data OnInputLifecycle Source #
Specifies the actions performed when the condition evaluates to TRUE.
See: newOnInputLifecycle smart constructor.
Constructors
| OnInputLifecycle' | |
Fields
| |
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.