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 DetectorState Source #
Information about the current state of the detector instance.
See: newDetectorState
smart constructor.
Instances
Create a value of DetectorState
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:stateName:DetectorState'
, detectorState_stateName
- The name of the state.
$sel:variables:DetectorState'
, detectorState_variables
- The current values of the detector's variables.
$sel:timers:DetectorState'
, detectorState_timers
- The current state of the detector's timers.
detectorState_stateName :: Lens' DetectorState Text Source #
The name of the state.
detectorState_variables :: Lens' DetectorState [Variable] Source #
The current values of the detector's variables.
detectorState_timers :: Lens' DetectorState [Timer] Source #
The current state of the detector's timers.