Greengrass.LoggerDefinitionVersion
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-loggerdefinitionversion.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-loggerdefinitionversion-logger.html
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 ]
val create_attributes : string -> attributes