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 DetectorDebugOption Source #
The detector model and the specific detectors (instances) for which the logging level is given.
See: newDetectorDebugOption
smart constructor.
DetectorDebugOption' | |
|
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.