Module IoT1Click.Placement

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

type properties = {
  1. placement_name : string option;
  2. project_name : string;
  3. associated_devices : Yojson.Safe.t option;
  4. 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 ]
type attributes = {
  1. ref_ : string;
  2. placement_name : string;
  3. project_name : string;
}
val create_attributes : string -> attributes
val cloudformation_type : string