Module Pinpoint.SmsTemplate

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-smstemplate.html

type properties = {
  1. template_name : string;
  2. template_description : string option;
  3. default_substitutions : string option;
  4. body : string;
  5. tags : Yojson.Safe.t option;
}

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 -> properties
val yojson_of_properties : properties -> [> `Assoc of (string * Yojson.Safe.t) list ]
type attributes = {
  1. ref_ : string;
  2. arn : string;
}
val create_attributes : string -> attributes
val cloudformation_type : string