Greengrass.CoreDefinition
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-coredefinition.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-coredefinition-core.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-coredefinition-coredefinitionversion.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-coredefinition.html;
val make_properties :
?initial_version:core_definition_version ->
?tags:Yojson.Safe.t ->
name:string ->
unit ->
properties
val make_core :
?sync_shadow:bool ->
thing_arn:string ->
id:string ->
certificate_arn:string ->
unit ->
core
val make_core_definition_version :
cores:core list ->
unit ->
core_definition_version
val yojson_of_core : core -> [> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_core_definition_version :
core_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