Greengrass.DeviceDefinition
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-devicedefinition.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-devicedefinition-device.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-devicedefinition-devicedefinitionversion.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-devicedefinition.html;
val make_properties :
?initial_version:device_definition_version ->
?tags:Yojson.Safe.t ->
name:string ->
unit ->
properties
val make_device :
?sync_shadow:bool ->
thing_arn:string ->
id:string ->
certificate_arn:string ->
unit ->
device
val make_device_definition_version :
devices:device list ->
unit ->
device_definition_version
val yojson_of_device : device -> [> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_device_definition_version :
device_definition_version ->
[> `Assoc of
(string
* [> `List of [> `Assoc of (string * Yojson.Safe.t) list ] list ])
list ]
val yojson_of_properties :
properties ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val create_attributes : string -> attributes