| 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.PredictionTimeRange
Description
Documentation
data PredictionTimeRange Source #
The time range during which anomalous behavior in a proactive anomaly or an insight is expected to occur.
See: newPredictionTimeRange smart constructor.
Constructors
| PredictionTimeRange' | |
Instances
newPredictionTimeRange Source #
Create a value of PredictionTimeRange 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:PredictionTimeRange', predictionTimeRange_endTime - The time when the behavior in a proactive insight is expected to end.
$sel:startTime:PredictionTimeRange', predictionTimeRange_startTime - The time range during which a metric limit is expected to be exceeded.
This applies to proactive insights only.
predictionTimeRange_endTime :: Lens' PredictionTimeRange (Maybe UTCTime) Source #
The time when the behavior in a proactive insight is expected to end.
predictionTimeRange_startTime :: Lens' PredictionTimeRange UTCTime Source #
The time range during which a metric limit is expected to be exceeded. This applies to proactive insights only.