Values.CreateEmailTemplateRequestSourceRepresents a request to create an email template. For more information, see the Amazon SES Developer Guide.
type nonrec t = {templateName : EmailTemplateName.t;The name of the template.
*)templateContent : EmailTemplateContent.t;The content of the email template, composed of a subject line, an HTML part, and a text-only part.
*)}val make :
?tags:??? ->
templateName:EmailTemplateName.t ->
templateContent:EmailTemplateContent.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of TagKey.t ]) list ] list
| `String of EmailTemplateName.t
| `Structure of
(string * [> `String of EmailTemplateSubject.t ]) list ])
list ]