Values.CreateWhatsAppMessageTemplateOutputSourceCreates a new WhatsApp message template from a custom definition. Amazon Web Services End User Messaging Social does not store any WhatsApp message template content.
type nonrec t = {metaTemplateId : MetaTemplateId.t option;The numeric ID assigned to the template by Meta.
*)templateStatus : String_.t option;The status of the created template, such as PENDING or APPROVED..
*)category : MetaTemplateCategory.t option;The category of the template, such as UTILITY or MARKETING.
*)}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 ]