Module Values.CreateWhatsAppMessageTemplateOutputSource

Creates a new WhatsApp message template from a custom definition. Amazon Web Services End User Messaging Social does not store any WhatsApp message template content.

Sourcetype nonrec t = {
  1. metaTemplateId : MetaTemplateId.t option;
    (*

    The numeric ID assigned to the template by Meta.

    *)
  2. templateStatus : String_.t option;
    (*

    The status of the created template, such as PENDING or APPROVED..

    *)
  3. category : MetaTemplateCategory.t option;
    (*

    The category of the template, such as UTILITY or MARKETING.

    *)
}
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 : ?metaTemplateId:??? -> ?templateStatus:??? -> ?category:??? -> 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 MetaTemplateId.t ]) 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