Values.CreateWhatsAppMessageTemplateInputSourceCreates 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 = {templateDefinition : MetaTemplateDefinition.t;The complete template definition as a JSON blob.
*)id : LinkedWhatsAppBusinessAccountId.t;The ID of the WhatsApp Business Account to associate with this template.
*)}val make :
templateDefinition:MetaTemplateDefinition.t ->
id:LinkedWhatsAppBusinessAccountId.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Blob of MetaTemplateDefinition.t
| `String of LinkedWhatsAppBusinessAccountId.t ])
list ]