Values.DescribeSubscribersForNotificationRequestSourceRequest of DescribeSubscribersForNotification
type nonrec t = {accountId : AccountId.t;The accountId that is associated with the budget whose subscribers you want descriptions of.
*)budgetName : BudgetName.t;The name of the budget whose subscribers you want descriptions of.
*)notification : Notification.t;The notification whose subscribers you want to list.
*)maxResults : MaxResults.t option;An optional integer that represents how many entries a paginated response contains.
*)nextToken : GenericString.t option;The pagination token that you include in your request to indicate the next set of results that you want to retrieve.
*)}val make :
?maxResults:??? ->
?nextToken:??? ->
accountId:AccountId.t ->
budgetName:BudgetName.t ->
notification:Notification.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Integer of MaxResults.t
| `String of AccountId.t
| `Structure of
(string * [> `Double of NotificationThreshold.t | `Enum of string ])
list ])
list ]