Module Values.WhatsAppSignupCallbackResultSource

Contains the results of WhatsAppSignupCallback.

Sourcetype nonrec t = {
  1. associateInProgressToken : AssociateInProgressToken.t option;
    (*

    An Amazon Web Services access token generated by WhatsAppSignupCallback and used by WhatsAppSetupFinalization.

    *)
  2. linkedAccountsWithIncompleteSetup : LinkedAccountWithIncompleteSetup.t option;
    (*

    A LinkedWhatsAppBusinessAccountIdMetaData object map containing the details of any WhatsAppBusiness accounts that have incomplete setup.

    *)
}
Sourceval make : ?associateInProgressToken:??? -> ?linkedAccountsWithIncompleteSetup:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Map of ([> `String of WhatsAppBusinessAccountId.t ] * [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `String of LinkedWhatsAppPhoneNumberArn.t ]) list ] list | `String of WhatsAppBusinessAccountName.t ]) list ]) list | `String of AssociateInProgressToken.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