Module Values.PutWhatsAppBusinessAccountEventDestinationsInputSource

Add 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.

Sourcetype nonrec t = {
  1. 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.

    *)
  2. eventDestinations : WhatsAppBusinessAccountEventDestinations.t;
    (*

    An array of WhatsAppBusinessAccountEventDestination event destinations.

    *)
}
Sourceval context_ : string
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `String of EventDestinationArn.t ]) list ] list | `String of LinkedWhatsAppBusinessAccountId.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t