Values.UpdateNotificationRequestSourceRequest of UpdateNotification
type nonrec t = {accountId : AccountId.t;The accountId that is associated with the budget whose notification you want to update.
*)budgetName : BudgetName.t;The name of the budget whose notification you want to update.
*)oldNotification : Notification.t;The previous notification that is associated with a budget.
*)newNotification : Notification.t;The updated notification to be associated with a budget.
*)}val make :
accountId:AccountId.t ->
budgetName:BudgetName.t ->
oldNotification:Notification.t ->
newNotification:Notification.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of AccountId.t
| `Structure of
(string * [> `Double of NotificationThreshold.t | `Enum of string ])
list ])
list ]