Values.DescribeBudgetActionsForAccountRequestSourceDescribes all of the budget actions for an account.
type nonrec t = {accountId : AccountId.t;maxResults : MaxResults.t option;nextToken : GenericString.t option;}val to_value :
t ->
[> `Structure of
(string * [> `Integer of MaxResults.t | `String of AccountId.t ]) list ]