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 PredictionTimeRange Source #
The time range during which anomalous behavior in a proactive anomaly or an insight is expected to occur.
See: newPredictionTimeRange
smart constructor.
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.