Values.UpdateBudgetRequestSourceRequest of UpdateBudget
type nonrec t = {accountId : AccountId.t;The accountId that is associated with the budget that you want to update.
*)newBudget : Budget.t;The budget that you want to update your budget to.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of AccountId.t
| `Structure of (string * Awso.Botodata.value) list ])
list ]