| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.DevOpsGuru.Types.AnomalyTimeRange
Description
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.
Constructors
| AnomalyTimeRange' | |
Instances
Arguments
| :: UTCTime | |
| -> AnomalyTimeRange |
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.