Values.GetLinkedWhatsAppBusinessAccountPhoneNumberOutputSourceRetrieve the WABA account id and phone number details of a WhatsApp business account phone number.
type nonrec t = {phoneNumber : WhatsAppPhoneNumberDetail.t option;linkedWhatsAppBusinessAccountId : LinkedWhatsAppBusinessAccountId.t option;The WABA identifier linked to the phone number, formatted as waba-01234567890123456789012345678901.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `DependencyException of DependencyException.t| `InternalServiceException of InternalServiceException.t| `InvalidParametersException of InvalidParametersException.t| `ResourceNotFoundException of ResourceNotFoundException.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
| `InternalServiceException of InternalServiceException.t
| `InvalidParametersException of InvalidParametersException.t
| `ResourceNotFoundException of ResourceNotFoundException.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
| `InternalServiceException of InternalServiceException.t
| `InvalidParametersException of InvalidParametersException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottledRequestException of ThrottledRequestException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `String of LinkedWhatsAppBusinessAccountId.t
| `Structure of
(string * [> `String of LinkedWhatsAppPhoneNumberArn.t ]) list ])
list ]