Greengrass.DeviceDefinitionVersionsee http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-devicedefinitionversion.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-devicedefinitionversion-device.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-devicedefinitionversion.html;
val make_properties :
device_definition_id:string ->
devices:device list ->
unit ->
propertiesval make_device :
?sync_shadow:bool ->
thing_arn:string ->
id:string ->
certificate_arn:string ->
unit ->
deviceval yojson_of_device : device -> [> `Assoc of (string * Yojson.Safe.t) list ]val yojson_of_properties :
properties ->
[> `Assoc of (string * Yojson.Safe.t) list ]val create_attributes : string -> attributes