Module Pinpoint.SMSChannel

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

type properties = {
  1. short_code : string option;
  2. enabled : bool option;
  3. application_id : string;
  4. sender_id : string option;
}

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

val make_properties : ?short_code:string -> ?enabled:bool -> application_id:string -> ?sender_id:string -> unit -> properties
val yojson_of_properties : properties -> [> `Assoc of (string * Yojson.Safe.t) list ]
type attributes = {
  1. ref_ : string;
}
val create_attributes : string -> attributes
val cloudformation_type : string