Module Greengrass.CoreDefinitionVersion

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

type core = {
  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-coredefinitionversion-core.html

type properties = {
  1. cores : core list;
  2. core_definition_id : string;
}

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 ]
type attributes = {
  1. ref_ : string;
}
val create_attributes : string -> attributes
val cloudformation_type : string