Module IoTTwinMaker.Scene

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iottwinmaker-scene.html

type properties = {
  1. scene_id : string;
  2. description : string option;
  3. scene_metadata : string Stdlib__Map.Make(Stdlib.String).t option;
  4. content_location : string;
  5. capabilities : string list option;
  6. workspace_id : string;
  7. tags : string Stdlib__Map.Make(Stdlib.String).t option;
}

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 -> properties
val yojson_of_properties : properties -> [> `Assoc of (string * Yojson.Safe.t) list ]
type attributes = {
  1. ref_ : string;
  2. creation_date_time : string;
  3. update_date_time : string;
  4. arn : string;
}
val create_attributes : string -> attributes
val cloudformation_type : string