Module Values.GetLinkedWhatsAppBusinessAccountPhoneNumberOutputSource

Retrieve the WABA account id and phone number details of a WhatsApp business account phone number.

Sourcetype nonrec t = {
  1. phoneNumber : WhatsAppPhoneNumberDetail.t option;
  2. linkedWhatsAppBusinessAccountId : LinkedWhatsAppBusinessAccountId.t option;
    (*

    The WABA identifier linked to the phone number, formatted as waba-01234567890123456789012345678901.

    *)
}
Sourcetype nonrec error = [
  1. | `AccessDeniedException of AccessDeniedException.t
  2. | `DependencyException of DependencyException.t
  3. | `InternalServiceException of InternalServiceException.t
  4. | `InvalidParametersException of InvalidParametersException.t
  5. | `ResourceNotFoundException of ResourceNotFoundException.t
  6. | `ThrottledRequestException of ThrottledRequestException.t
  7. | `ValidationException of ValidationException.t
  8. | `Unknown_operation_error of string * string option
]
Sourceval make : ?phoneNumber:??? -> ?linkedWhatsAppBusinessAccountId:??? -> unit -> t
Sourceval 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 ]
Sourceval 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 ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `String of LinkedWhatsAppBusinessAccountId.t | `Structure of (string * [> `String of LinkedWhatsAppPhoneNumberArn.t ]) list ]) 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