| 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.AutoScaling.Types.CapacityForecast
Description
Synopsis
Documentation
data CapacityForecast Source #
A GetPredictiveScalingForecast call returns the capacity forecast for
a predictive scaling policy. This structure includes the data points for
that capacity forecast, along with the timestamps of those data points.
See: newCapacityForecast smart constructor.
Constructors
| CapacityForecast' | |
Fields
| |
Instances
newCapacityForecast :: CapacityForecast Source #
Create a value of CapacityForecast 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:CapacityForecast', capacityForecast_timestamps - The timestamps for the data points, in UTC format.
$sel:values:CapacityForecast', capacityForecast_values - The values of the data points.
capacityForecast_timestamps :: Lens' CapacityForecast [UTCTime] Source #
The timestamps for the data points, in UTC format.
capacityForecast_values :: Lens' CapacityForecast [Double] Source #
The values of the data points.