Module Values.DescribeBudgetNotificationsForAccountRequestSource

Lists the budget names and notifications that are associated with an account.

Sourcetype nonrec t = {
  1. accountId : AccountId.t;
  2. maxResults : MaxResultsBudgetNotifications.t option;
    (*

    An integer that represents how many budgets a paginated response contains. The default is 50.

    *)
  3. nextToken : GenericString.t option;
}
Sourceval context_ : string
Sourceval make : ?maxResults:??? -> ?nextToken:??? -> accountId:AccountId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of MaxResultsBudgetNotifications.t | `String of AccountId.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t