Values.CapacityForecastSourceA 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.
type nonrec t = {timestamps : PredictiveScalingForecastTimestamps.t option;The timestamps for the data points, in UTC format.
*)values : PredictiveScalingForecastValues.t option;The values of the data points.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Double of MetricScale.t | `Timestamp of TimestampType.t ]
list ])
list ]