IoT1Click.Project
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-project.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot1click-project-devicetemplate.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot1click-project-placementtemplate.html
type properties = {
description : string option;
placement_template : placement_template;
project_name : string option;
}
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-project.html;
val make_properties :
?description:string ->
placement_template:placement_template ->
?project_name:string ->
unit ->
properties
val make_device_template :
?device_type:string ->
?callback_overrides:Yojson.Safe.t ->
unit ->
device_template
val make_placement_template :
?device_templates:Yojson.Safe.t ->
?default_attributes:Yojson.Safe.t ->
unit ->
placement_template
val yojson_of_device_template :
device_template ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_placement_template :
placement_template ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_properties :
properties ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val create_attributes : string -> attributes