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 ForecastStatistics Source #
The predicted high and low fault count. This is used to determine if a service has become anomalous and if an insight should be created.
See: newForecastStatistics
smart constructor.
ForecastStatistics' | |
|
Instances
newForecastStatistics :: ForecastStatistics Source #
Create a value of ForecastStatistics
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:faultCountLow:ForecastStatistics'
, forecastStatistics_faultCountLow
- The lower limit of fault counts for a service.
$sel:faultCountHigh:ForecastStatistics'
, forecastStatistics_faultCountHigh
- The upper limit of fault counts for a service.
forecastStatistics_faultCountLow :: Lens' ForecastStatistics (Maybe Integer) Source #
The lower limit of fault counts for a service.
forecastStatistics_faultCountHigh :: Lens' ForecastStatistics (Maybe Integer) Source #
The upper limit of fault counts for a service.