Module Values.GetLinkedWhatsAppBusinessAccountInputSource

Get the details of your linked WhatsApp Business Account.

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

    *)
}
Sourceval context_ : string
Sourceval to_value : t -> [> `Structure of (string * [> `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