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 AnomalyDetectorSummary = AnomalyDetectorSummary' {}
- newAnomalyDetectorSummary :: AnomalyDetectorSummary
- anomalyDetectorSummary_creationTime :: Lens' AnomalyDetectorSummary (Maybe UTCTime)
- anomalyDetectorSummary_status :: Lens' AnomalyDetectorSummary (Maybe AnomalyDetectorStatus)
- anomalyDetectorSummary_anomalyDetectorArn :: Lens' AnomalyDetectorSummary (Maybe Text)
- anomalyDetectorSummary_anomalyDetectorName :: Lens' AnomalyDetectorSummary (Maybe Text)
- anomalyDetectorSummary_anomalyDetectorDescription :: Lens' AnomalyDetectorSummary (Maybe Text)
- anomalyDetectorSummary_tags :: Lens' AnomalyDetectorSummary (Maybe (HashMap Text Text))
- anomalyDetectorSummary_lastModificationTime :: Lens' AnomalyDetectorSummary (Maybe UTCTime)
Documentation
data AnomalyDetectorSummary Source #
Contains information about an an anomaly detector.
See: newAnomalyDetectorSummary
smart constructor.
AnomalyDetectorSummary' | |
|
Instances
newAnomalyDetectorSummary :: AnomalyDetectorSummary Source #
Create a value of AnomalyDetectorSummary
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:creationTime:AnomalyDetectorSummary'
, anomalyDetectorSummary_creationTime
- The time at which the detector was created.
$sel:status:AnomalyDetectorSummary'
, anomalyDetectorSummary_status
- The status of detector.
$sel:anomalyDetectorArn:AnomalyDetectorSummary'
, anomalyDetectorSummary_anomalyDetectorArn
- The ARN of the detector.
$sel:anomalyDetectorName:AnomalyDetectorSummary'
, anomalyDetectorSummary_anomalyDetectorName
- The name of the detector.
$sel:anomalyDetectorDescription:AnomalyDetectorSummary'
, anomalyDetectorSummary_anomalyDetectorDescription
- A description of the detector.
$sel:tags:AnomalyDetectorSummary'
, anomalyDetectorSummary_tags
- The detector's
tags.
$sel:lastModificationTime:AnomalyDetectorSummary'
, anomalyDetectorSummary_lastModificationTime
- The time at which the detector was last modified.
anomalyDetectorSummary_creationTime :: Lens' AnomalyDetectorSummary (Maybe UTCTime) Source #
The time at which the detector was created.
anomalyDetectorSummary_status :: Lens' AnomalyDetectorSummary (Maybe AnomalyDetectorStatus) Source #
The status of detector.
anomalyDetectorSummary_anomalyDetectorArn :: Lens' AnomalyDetectorSummary (Maybe Text) Source #
The ARN of the detector.
anomalyDetectorSummary_anomalyDetectorName :: Lens' AnomalyDetectorSummary (Maybe Text) Source #
The name of the detector.
anomalyDetectorSummary_anomalyDetectorDescription :: Lens' AnomalyDetectorSummary (Maybe Text) Source #
A description of the detector.
anomalyDetectorSummary_tags :: Lens' AnomalyDetectorSummary (Maybe (HashMap Text Text)) Source #
The detector's tags.
anomalyDetectorSummary_lastModificationTime :: Lens' AnomalyDetectorSummary (Maybe UTCTime) Source #
The time at which the detector was last modified.