Values.SchemaSummarySourceA summary of schema details.
type nonrec t = {lastModified : string option;The date and time that schema was modified.
*)schemaArn : string option;The ARN of the schema.
*)schemaName : string option;The name of the schema.
*)versionCount : Awso.Import.Int64.t option;The number of versions available for the schema.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Long of Awso.Import.Int64.t
| `Map of ([> `String of string ] * [> `String of string ]) list
| `String of string
| `Timestamp of string ])
list ]