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 |
Synopsis
- data LoadForecast = LoadForecast' {}
- newLoadForecast :: PredictiveScalingMetricSpecification -> LoadForecast
- loadForecast_timestamps :: Lens' LoadForecast [UTCTime]
- loadForecast_values :: Lens' LoadForecast [Double]
- loadForecast_metricSpecification :: Lens' LoadForecast PredictiveScalingMetricSpecification
Documentation
data LoadForecast Source #
A GetPredictiveScalingForecast
call returns the load forecast for a
predictive scaling policy. This structure includes the data points for
that load forecast, along with the timestamps of those data points and
the metric specification.
See: newLoadForecast
smart constructor.
LoadForecast' | |
|
Instances
Create a value of LoadForecast
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:timestamps:LoadForecast'
, loadForecast_timestamps
- The time stamps for the data points, in UTC format.
$sel:values:LoadForecast'
, loadForecast_values
- The values of the data points.
$sel:metricSpecification:LoadForecast'
, loadForecast_metricSpecification
- The metric specification for the load forecast.
loadForecast_timestamps :: Lens' LoadForecast [UTCTime] Source #
The time stamps for the data points, in UTC format.
loadForecast_values :: Lens' LoadForecast [Double] Source #
The values of the data points.
loadForecast_metricSpecification :: Lens' LoadForecast PredictiveScalingMetricSpecification Source #
The metric specification for the load forecast.