Values.ResultByTimeSourceThe result that's associated with a time period.
type nonrec t = {timePeriod : DateInterval.t option;The time period that the result covers.
*)total : Metrics.t option;The total amount of cost or usage accrued during the time period.
*)groups : Groups.t option;The groups that this time period includes.
*)estimated : Estimated.t option;Determines whether the result is estimated.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Estimated.t
| `List of
[> `Structure of
(string
* [> `List of [> `String of Key.t ] list
| `Map of
([> `String of MetricName.t ]
* [> `Structure of
(string * [> `String of MetricAmount.t ]) list ])
list ])
list ]
list
| `Map of
([> `String of MetricName.t ]
* [> `Structure of (string * [> `String of MetricAmount.t ]) list ])
list
| `Structure of (string * [> `String of YearMonthDay.t ]) list ])
list ]