SES.Template
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-template.html
type template = {
html_part : string option;
text_part : string option;
template_name : string option;
subject_part : string;
}
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-template-template.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-template.html;
val make_properties : ?template:template -> unit -> properties
val make_template :
?html_part:string ->
?text_part:string ->
?template_name:string ->
subject_part:string ->
unit ->
template
val yojson_of_template :
template ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_properties :
properties ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val create_attributes : string -> attributes