Values.CreateSubscriberRequestSourceRequest of CreateSubscriber
type nonrec t = {accountId : AccountId.t;The accountId that is associated with the budget that you want to create a subscriber for.
*)budgetName : BudgetName.t;The name of the budget that you want to subscribe to. Budget names must be unique within an account.
*)notification : Notification.t;The notification that you want to create a subscriber for.
*)subscriber : Subscriber.t;The subscriber that you want to associate with a budget notification.
*)}val make :
accountId:AccountId.t ->
budgetName:BudgetName.t ->
notification:Notification.t ->
subscriber: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 ]