Values.CostEstimateSourceDescribes the estimated cost for resources in your Lightsail for Research account.
type nonrec t = {usageType : NonEmptyString.t option;The types of usage that are included in the estimate, such as costs, usage, or data transfer.
*)resultsByTime : EstimatesByTime.t option;The cost estimate result that's associated with a time period.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Double of Double.t
| `Enum of string
| `Structure of
(string * [> `Timestamp of IsoDate.t ]) list ])
list ]
list
| `String of NonEmptyString.t ])
list ]