Values.DescribeBudgetNotificationsForAccountRequestSourceLists the budget names and notifications that are associated with an account.
type nonrec t = {accountId : AccountId.t;maxResults : MaxResultsBudgetNotifications.t option;An integer that represents how many budgets a paginated response contains. The default is 50.
*)nextToken : GenericString.t option;}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of MaxResultsBudgetNotifications.t
| `String of AccountId.t ])
list ]