Values.UpdateEmailTemplateRequestSourceRepresents a request to update 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 :
templateName:EmailTemplateName.t ->
templateContent:EmailTemplateContent.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of EmailTemplateName.t
| `Structure of
(string * [> `String of EmailTemplateSubject.t ]) list ])
list ]