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
- data Detector = Detector' {}
- newDetector :: Detector
- detector_keyValue :: Lens' Detector (Maybe Text)
- detector_creationTime :: Lens' Detector (Maybe UTCTime)
- detector_state :: Lens' Detector (Maybe DetectorState)
- detector_detectorModelName :: Lens' Detector (Maybe Text)
- detector_detectorModelVersion :: Lens' Detector (Maybe Text)
- detector_lastUpdateTime :: Lens' Detector (Maybe UTCTime)
Documentation
Information about the detector (instance).
See: newDetector
smart constructor.
Detector' | |
|
Instances
newDetector :: Detector Source #
Create a value of Detector
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:Detector'
, detector_keyValue
- The value of the key (identifying the device or system) that caused the
creation of this detector (instance).
$sel:creationTime:Detector'
, detector_creationTime
- The time the detector (instance) was created.
$sel:state:Detector'
, detector_state
- The current state of the detector (instance).
$sel:detectorModelName:Detector'
, detector_detectorModelName
- The name of the detector model that created this detector (instance).
$sel:detectorModelVersion:Detector'
, detector_detectorModelVersion
- The version of the detector model that created this detector (instance).
$sel:lastUpdateTime:Detector'
, detector_lastUpdateTime
- The time the detector (instance) was last updated.
detector_keyValue :: Lens' Detector (Maybe Text) Source #
The value of the key (identifying the device or system) that caused the creation of this detector (instance).
detector_creationTime :: Lens' Detector (Maybe UTCTime) Source #
The time the detector (instance) was created.
detector_state :: Lens' Detector (Maybe DetectorState) Source #
The current state of the detector (instance).
detector_detectorModelName :: Lens' Detector (Maybe Text) Source #
The name of the detector model that created this detector (instance).