Values.GetCostForecastResponseSourceRetrieves a forecast for how much Amazon Web Services predicts that you will spend over the forecast time period that you select, based on your past costs.
type nonrec t = {total : MetricValue.t option;How much you are forecasted to spend over the forecast period, in USD.
*)forecastResultsByTime : ForecastResultsByTime.t option;The forecasts for your query, in order. For DAILY forecasts, this is a list of days. For MONTHLY forecasts, this is a list of months.
*)}type nonrec error = [ | `BillingViewHealthStatusException of BillingViewHealthStatusException.t| `LimitExceededException of LimitExceededException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `BillingViewHealthStatusException of BillingViewHealthStatusException.t
| `DataUnavailableException of DataUnavailableException.t
| `LimitExceededException of LimitExceededException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `BillingViewHealthStatusException of BillingViewHealthStatusException.t
| `DataUnavailableException of DataUnavailableException.t
| `LimitExceededException of LimitExceededException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `String of GenericString.t
| `Structure of
(string * [> `String of YearMonthDay.t ]) list ])
list ]
list
| `Structure of (string * [> `String of MetricAmount.t ]) list ])
list ]