Values.DeleteNotificationRequestSourceRequest of DeleteNotification
type nonrec t = {accountId : AccountId.t;The accountId that is associated with the budget whose notification you want to delete.
*)budgetName : BudgetName.t;The name of the budget whose notification you want to delete.
*)notification : Notification.t;The notification that you want to delete.
*)}val make :
accountId:AccountId.t ->
budgetName:BudgetName.t ->
notification: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 ]