| 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.DetectorDebugOption
Description
Documentation
data DetectorDebugOption Source #
The detector model and the specific detectors (instances) for which the logging level is given.
See: newDetectorDebugOption smart constructor.
Constructors
| DetectorDebugOption' | |
Fields
| |
Instances
newDetectorDebugOption Source #
Create a value of DetectorDebugOption 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:keyValue:DetectorDebugOption', detectorDebugOption_keyValue - The value of the input attribute key used to create the detector (the
instance of the detector model).
$sel:detectorModelName:DetectorDebugOption', detectorDebugOption_detectorModelName - The name of the detector model.
detectorDebugOption_keyValue :: Lens' DetectorDebugOption (Maybe Text) Source #
The value of the input attribute key used to create the detector (the instance of the detector model).
detectorDebugOption_detectorModelName :: Lens' DetectorDebugOption Text Source #
The name of the detector model.