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 DetectorModelDefinition Source #
Information that defines how a detector operates.
See: newDetectorModelDefinition
smart constructor.
DetectorModelDefinition' | |
|
Instances
newDetectorModelDefinition Source #
:: NonEmpty State | |
-> Text | |
-> DetectorModelDefinition |
Create a value of DetectorModelDefinition
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:states:DetectorModelDefinition'
, detectorModelDefinition_states
- Information about the states of the detector.
$sel:initialStateName:DetectorModelDefinition'
, detectorModelDefinition_initialStateName
- The state that is entered at the creation of each detector (instance).
detectorModelDefinition_states :: Lens' DetectorModelDefinition (NonEmpty State) Source #
Information about the states of the detector.
detectorModelDefinition_initialStateName :: Lens' DetectorModelDefinition Text Source #
The state that is entered at the creation of each detector (instance).