Module Values.ExportSchemaOutputSource
Sourcetype nonrec t = {content : string option;schemaArn : string option;schemaName : string option;schemaVersion : string option;type_ : string option;
} Sourceval make :
?content:??? ->
?schemaArn:??? ->
?schemaName:??? ->
?schemaVersion:??? ->
?type_:??? ->
unit ->
t Sourceval to_value : t -> [> `Structure of (string * [> `String of string ]) list ]