IoTTwinMaker.Scenesee http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iottwinmaker-scene.html
type properties = {scene_id : string;description : string option;scene_metadata : string Stdlib__Map.Make(Stdlib.String).t option;content_location : string;capabilities : string list option;workspace_id : string;}see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iottwinmaker-scene.html;
val make_properties :
scene_id:string ->
?description:string ->
?scene_metadata:string Stdlib__Map.Make(Stdlib.String).t ->
content_location:string ->
?capabilities:string list ->
workspace_id:string ->
?tags:string Stdlib__Map.Make(Stdlib.String).t ->
unit ->
propertiesval yojson_of_properties :
properties ->
[> `Assoc of (string * Yojson.Safe.t) list ]val create_attributes : string -> attributes