Values.NotificationWithSubscribersSourceA notification with subscribers. A notification can have one SNS subscriber and up to 10 email subscribers, for a total of 11 subscribers.
type nonrec t = {notification : Notification.t;The notification that's associated with a budget.
*)subscribers : Subscribers.t;A list of subscribers who are subscribed to this notification.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string | `String of SubscriberAddress.t ])
list ]
list
| `Structure of
(string * [> `Double of NotificationThreshold.t | `Enum of string ])
list ])
list ]