Pinpoint.EmailTemplate
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-emailtemplate.html
type properties = {
html_part : string option;
text_part : string option;
template_name : string;
template_description : string option;
default_substitutions : string option;
subject : string;
}
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-emailtemplate.html;
val make_properties :
?html_part:string ->
?text_part:string ->
template_name:string ->
?template_description:string ->
?default_substitutions:string ->
subject:string ->
?tags:Yojson.Safe.t ->
unit ->
properties
val yojson_of_properties :
properties ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val create_attributes : string -> attributes