IoT1Click.Placement
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-placement.html
type properties = {
placement_name : string option;
project_name : string;
associated_devices : Yojson.Safe.t option;
attributes_ : Yojson.Safe.t option;
}
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-placement.html;
val make_properties :
?placement_name:string ->
project_name:string ->
?associated_devices:Yojson.Safe.t ->
?attributes_:Yojson.Safe.t ->
unit ->
properties
val yojson_of_properties :
properties ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val create_attributes : string -> attributes