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