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 AnomalyTimeRange Source #
A time range that specifies when the observed unusual behavior in an
anomaly started and ended. This is different from
AnomalyReportedTimeRange
, which specifies the time range when DevOps
Guru opens and then closes an anomaly.
See: newAnomalyTimeRange
smart constructor.
Instances
Create a value of AnomalyTimeRange
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:endTime:AnomalyTimeRange'
, anomalyTimeRange_endTime
- The time when the anomalous behavior ended.
$sel:startTime:AnomalyTimeRange'
, anomalyTimeRange_startTime
- The time when the anomalous behavior started.
anomalyTimeRange_endTime :: Lens' AnomalyTimeRange (Maybe UTCTime) Source #
The time when the anomalous behavior ended.
anomalyTimeRange_startTime :: Lens' AnomalyTimeRange UTCTime Source #
The time when the anomalous behavior started.