Values.GetLinkedWhatsAppBusinessAccountInputSourceGet the details of your linked WhatsApp Business Account.
type nonrec t = {id : LinkedWhatsAppBusinessAccountId.t;The unique identifier, from Amazon Web Services, of the linked WhatsApp Business Account. WABA identifiers are formatted as waba-01234567890123456789012345678901. Use ListLinkedWhatsAppBusinessAccounts to list all WABAs and their details.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of LinkedWhatsAppBusinessAccountId.t ]) list ]