Values.PutWhatsAppBusinessAccountEventDestinationsInputSourceAdd an event destination to log event data from WhatsApp for a WhatsApp Business Account (WABA). A WABA can only have one event destination at a time. All resources associated with the WABA use the same event destination.
type nonrec t = {id : LinkedWhatsAppBusinessAccountId.t;The unique identifier of your WhatsApp Business Account. WABA identifiers are formatted as waba-01234567890123456789012345678901. Use ListLinkedWhatsAppBusinessAccounts to list all WABAs and their details.
*)eventDestinations : WhatsAppBusinessAccountEventDestinations.t;An array of WhatsAppBusinessAccountEventDestination event destinations.
*)}val make :
id:LinkedWhatsAppBusinessAccountId.t ->
eventDestinations:WhatsAppBusinessAccountEventDestinations.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `String of EventDestinationArn.t ]) list ]
list
| `String of LinkedWhatsAppBusinessAccountId.t ])
list ]