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 DetectorSummary = DetectorSummary' {}
- newDetectorSummary :: DetectorSummary
- detectorSummary_keyValue :: Lens' DetectorSummary (Maybe Text)
- detectorSummary_creationTime :: Lens' DetectorSummary (Maybe UTCTime)
- detectorSummary_state :: Lens' DetectorSummary (Maybe DetectorStateSummary)
- detectorSummary_detectorModelName :: Lens' DetectorSummary (Maybe Text)
- detectorSummary_detectorModelVersion :: Lens' DetectorSummary (Maybe Text)
- detectorSummary_lastUpdateTime :: Lens' DetectorSummary (Maybe UTCTime)
Documentation
data DetectorSummary Source #
Information about the detector (instance).
See: newDetectorSummary
smart constructor.
DetectorSummary' | |
|
Instances
newDetectorSummary :: DetectorSummary Source #
Create a value of DetectorSummary
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:DetectorSummary'
, detectorSummary_keyValue
- The value of the key (identifying the device or system) that caused the
creation of this detector (instance).
$sel:creationTime:DetectorSummary'
, detectorSummary_creationTime
- The time the detector (instance) was created.
$sel:state:DetectorSummary'
, detectorSummary_state
- The current state of the detector (instance).
$sel:detectorModelName:DetectorSummary'
, detectorSummary_detectorModelName
- The name of the detector model that created this detector (instance).
$sel:detectorModelVersion:DetectorSummary'
, detectorSummary_detectorModelVersion
- The version of the detector model that created this detector (instance).
$sel:lastUpdateTime:DetectorSummary'
, detectorSummary_lastUpdateTime
- The time the detector (instance) was last updated.
detectorSummary_keyValue :: Lens' DetectorSummary (Maybe Text) Source #
The value of the key (identifying the device or system) that caused the creation of this detector (instance).
detectorSummary_creationTime :: Lens' DetectorSummary (Maybe UTCTime) Source #
The time the detector (instance) was created.
detectorSummary_state :: Lens' DetectorSummary (Maybe DetectorStateSummary) Source #
The current state of the detector (instance).
detectorSummary_detectorModelName :: Lens' DetectorSummary (Maybe Text) Source #
The name of the detector model that created this detector (instance).
detectorSummary_detectorModelVersion :: Lens' DetectorSummary (Maybe Text) Source #
The version of the detector model that created this detector (instance).
detectorSummary_lastUpdateTime :: Lens' DetectorSummary (Maybe UTCTime) Source #
The time the detector (instance) was last updated.