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