Values.LinkedWhatsAppBusinessAccountIdMetaDataSourceContains your WhatsApp registration status and details of any unregistered WhatsApp phone number.
type nonrec t = {accountName : WhatsAppBusinessAccountName.t option;The name of your account.
*)registrationStatus : RegistrationStatus.t option;The registration status of the linked WhatsApp Business Account.
*)unregisteredWhatsAppPhoneNumbers : WhatsAppPhoneNumberDetailList.t option;The details for unregistered WhatsApp phone numbers.
*)wabaId : LinkedWhatsAppBusinessAccountId.t option;The Amazon Resource Name (ARN) of the WhatsApp Business Account ID.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string * [> `String of LinkedWhatsAppPhoneNumberArn.t ]) list ]
list
| `String of WhatsAppBusinessAccountName.t ])
list ]