Module Greengrass.LoggerDefinitionVersion

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

type logger = {
  1. space : int option;
  2. type_ : string;
  3. level : string;
  4. id : string;
  5. component : string;
}

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

type properties = {
  1. logger_definition_id : string;
  2. loggers : logger list;
}

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

val make_properties : logger_definition_id:string -> loggers:logger list -> unit -> properties
val make_logger : ?space:int -> type_:string -> level:string -> id:string -> component:string -> unit -> logger
val yojson_of_logger : logger -> [> `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