Values_2.GetSchemaVersionInputSourceGet the specified schema by its unique ID assigned when a version of the schema is created or registered. Schema versions in Deleted status will not be included in the results.
type nonrec t = {schemaId : Values_0.SchemaId.t option;This is a wrapper structure to contain schema identity fields. The structure contains: SchemaId$SchemaArn: The Amazon Resource Name (ARN) of the schema. Either SchemaArn or SchemaName and RegistryName has to be provided. SchemaId$SchemaName: The name of the schema. Either SchemaArn or SchemaName and RegistryName has to be provided.
*)schemaVersionId : Values_0.SchemaVersionIdString.t option;The SchemaVersionId of the schema version. This field is required for fetching by schema ID. Either this or the SchemaId wrapper has to be provided.
*)schemaVersionNumber : SchemaVersionNumber.t option;The version number of the schema.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of Values_0.SchemaVersionIdString.t
| `Structure of
(string
* [> `Boolean of LatestSchemaVersionBoolean.t
| `Long of Values_0.VersionLongNumber.t
| `String of string ])
list ])
list ]