EventSchemas.Schemasee http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-schema.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-eventschemas-schema-tagsentry.html
type properties = {type_ : string;description : string option;content : string;registry_name : string;schema_name : string option;}see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-schema.html;
val make_properties :
type_:string ->
?description:string ->
content:string ->
registry_name:string ->
?schema_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