Module Values.BudgetSummariesSource

Sourcetype nonrec t = BudgetSummary.t list
Sourceval make : 'a -> 'a
Sourceval of_string : 'a -> 'b
Sourceval to_value : BudgetSummary.t list -> [> `List of [> `Structure of (string * [> `Enum of string | `Float of ConsumedUsageLimit.t | `String of BudgetId.t | `Structure of (string * [> `Float of Float_.t | `String of QueueId.t ]) list | `Timestamp of CreatedAt.t ]) list ] list ]
Sourceval to_header : 'a -> 'b
Sourceval of_xml : Awso.Xml.t -> BudgetSummary.t list
Sourceval of_json : [> Yojson.Safe.t ] -> BudgetSummary.t list
Sourceval to_json : BudgetSummary.t list -> Yojson.Safe.t