Values.DescribeBudgetNotificationsForAccountResponseSourceLists the budget names and notifications that are associated with an account.
type nonrec t = {budgetNotificationsForAccount : BudgetNotificationsForAccountList.t option;A list of budget names and associated notifications for an account.
*)nextToken : GenericString.t option;}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `ExpiredNextTokenException of ExpiredNextTokenException.t| `InternalErrorException of InternalErrorException.t| `InvalidNextTokenException of InvalidNextTokenException.t| `InvalidParameterException of InvalidParameterException.t| `NotFoundException of NotFoundException.t| `ThrottlingException of ThrottlingException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `ExpiredNextTokenException of ExpiredNextTokenException.t
| `InternalErrorException of InternalErrorException.t
| `InvalidNextTokenException of InvalidNextTokenException.t
| `InvalidParameterException of InvalidParameterException.t
| `NotFoundException of NotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `ExpiredNextTokenException of ExpiredNextTokenException.t
| `InternalErrorException of InternalErrorException.t
| `InvalidNextTokenException of InvalidNextTokenException.t
| `InvalidParameterException of InvalidParameterException.t
| `NotFoundException of NotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Double of NotificationThreshold.t
| `Enum of string ])
list ]
list
| `String of BudgetName.t ])
list ]
list
| `String of GenericString.t ])
list ]