Values.AssociateWhatsAppBusinessAccountOutputSourceThis is only used through the Amazon Web Services console during sign-up to associate your WhatsApp Business Account to your Amazon Web Services account.
type nonrec t = {signupCallbackResult : WhatsAppSignupCallbackResult.t option;Contains your WhatsApp registration status.
*)statusCode : Integer.t option;The status code for the response.
*)linkedWhatsAppBusinessAccountId : LinkedWhatsAppBusinessAccountId.t option;The ID of the WhatsApp Business Account that was linked to your Amazon Web Services account.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `DependencyException of DependencyException.t| `InvalidParametersException of InvalidParametersException.t| `LimitExceededException of LimitExceededException.t| `ThrottledRequestException of ThrottledRequestException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `DependencyException of DependencyException.t
| `InvalidParametersException of InvalidParametersException.t
| `LimitExceededException of LimitExceededException.t
| `ThrottledRequestException of ThrottledRequestException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `DependencyException of DependencyException.t
| `InvalidParametersException of InvalidParametersException.t
| `LimitExceededException of LimitExceededException.t
| `ThrottledRequestException of ThrottledRequestException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `Integer of Integer.t
| `String of LinkedWhatsAppBusinessAccountId.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 ])
list ]