Values.SendWhatsAppMessageOutputSourceSend a WhatsApp message. For examples of sending a message using the Amazon Web Services CLI, see Sending messages in the Amazon Web Services End User Messaging Social User Guide .
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 ]