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 |
Documentation
data DetectorModel Source #
Information about the detector model.
See: newDetectorModel
smart constructor.
DetectorModel' | |
|
Instances
newDetectorModel :: DetectorModel Source #
Create a value of DetectorModel
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:detectorModelConfiguration:DetectorModel'
, detectorModel_detectorModelConfiguration
- Information about how the detector is configured.
$sel:detectorModelDefinition:DetectorModel'
, detectorModel_detectorModelDefinition
- Information that defines how a detector operates.
detectorModel_detectorModelConfiguration :: Lens' DetectorModel (Maybe DetectorModelConfiguration) Source #
Information about how the detector is configured.
detectorModel_detectorModelDefinition :: Lens' DetectorModel (Maybe DetectorModelDefinition) Source #
Information that defines how a detector operates.