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 AnomalyReportedTimeRange Source #
A time range that specifies when DevOps Guru opens and then closes an
anomaly. This is different from AnomalyTimeRange
, which specifies the
time range when DevOps Guru actually observes the anomalous behavior.
See: newAnomalyReportedTimeRange
smart constructor.
Instances
newAnomalyReportedTimeRange Source #
Create a value of AnomalyReportedTimeRange
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:closeTime:AnomalyReportedTimeRange'
, anomalyReportedTimeRange_closeTime
- The time when an anomaly is closed.
$sel:openTime:AnomalyReportedTimeRange'
, anomalyReportedTimeRange_openTime
- The time when an anomaly is opened.
anomalyReportedTimeRange_closeTime :: Lens' AnomalyReportedTimeRange (Maybe UTCTime) Source #
The time when an anomaly is closed.
anomalyReportedTimeRange_openTime :: Lens' AnomalyReportedTimeRange UTCTime Source #
The time when an anomaly is opened.