Module IoT1Click.Device

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-device.html

type properties = {
  1. device_id : string;
  2. enabled : bool;
}

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

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