| 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.AcknowledgeFlow
Description
Synopsis
Documentation
data AcknowledgeFlow Source #
Specifies whether to get notified for alarm state changes.
See: newAcknowledgeFlow smart constructor.
Constructors
| AcknowledgeFlow' | |
Fields
| |
Instances
Arguments
| :: Bool | |
| -> AcknowledgeFlow |
Create a value of AcknowledgeFlow 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:enabled:AcknowledgeFlow', acknowledgeFlow_enabled - The value must be TRUE or FALSE. If TRUE, you receive a
notification when the alarm state changes. You must choose to
acknowledge the notification before the alarm state can return to
NORMAL. If FALSE, you won't receive notifications. The alarm
automatically changes to the NORMAL state when the input property
value returns to the specified range.
acknowledgeFlow_enabled :: Lens' AcknowledgeFlow Bool Source #
The value must be TRUE or FALSE. If TRUE, you receive a
notification when the alarm state changes. You must choose to
acknowledge the notification before the alarm state can return to
NORMAL. If FALSE, you won't receive notifications. The alarm
automatically changes to the NORMAL state when the input property
value returns to the specified range.