Values.CreateTemplateRequestSourceRepresents a request to create an email template. For more information, see the Amazon SES Developer Guide.
type nonrec t = {template : Template.t;The content of the email, composed of a subject line and either an HTML part or a text-only part.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of (string * [> `String of TemplateName.t ]) list ])
list ]