EventSchemas.Registrysee http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registry.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-eventschemas-registry-tagsentry.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registry.html;
val make_properties :
?description:string ->
?registry_name:string ->
?tags:tags_entry list ->
unit ->
propertiesval make_tags_entry : value:string -> key:string -> unit -> tags_entryval yojson_of_tags_entry :
tags_entry ->
[> `Assoc of (string * Yojson.Safe.t) list ]val yojson_of_properties :
properties ->
[> `Assoc of (string * Yojson.Safe.t) list ]val create_attributes : string -> attributes