Module Values.CreateTemplateRequestSource

Represents a request to create an email template. For more information, see the Amazon SES Developer Guide.

Sourcetype nonrec t = {
  1. template : Template.t;
    (*

    The content of the email, composed of a subject line and either an HTML part or a text-only part.

    *)
}
Sourceval context_ : string
Sourceval make : template:Template.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `String of TemplateName.t ]) list ]) 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