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
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.
CapacityForecast' | |
|
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 time stamps 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 time stamps for the data points, in UTC format.
capacityForecast_values :: Lens' CapacityForecast [Double] Source #
The values of the data points.