Module Greengrass.DeviceDefinitionVersion

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-devicedefinitionversion.html

type device = {
  1. sync_shadow : bool option;
  2. thing_arn : string;
  3. id : string;
  4. certificate_arn : string;
}

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-devicedefinitionversion-device.html

type properties = {
  1. device_definition_id : string;
  2. devices : device list;
}

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 -> properties
val make_device : ?sync_shadow:bool -> thing_arn:string -> id:string -> certificate_arn:string -> unit -> device
val yojson_of_device : device -> [> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_properties : properties -> [> `Assoc of (string * Yojson.Safe.t) list ]
type attributes = {
  1. ref_ : string;
}
val create_attributes : string -> attributes
val cloudformation_type : string