Greengrass.CoreDefinitionVersion
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-coredefinitionversion.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-coredefinitionversion-core.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-coredefinitionversion.html;
val make_properties :
cores:core list ->
core_definition_id:string ->
unit ->
properties
val make_core :
?sync_shadow:bool ->
thing_arn:string ->
id:string ->
certificate_arn:string ->
unit ->
core
val yojson_of_core : core -> [> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_properties :
properties ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val create_attributes : string -> attributes