Values_2.UpdateSchemaInputSourceUpdates the description, compatibility setting, or version checkpoint for a schema set. For updating the compatibility setting, the call will not validate compatibility for the entire set of schema versions with the new compatibility setting. If the value for Compatibility is provided, the VersionNumber (a checkpoint) is also required. The API will validate the checkpoint version number for consistency. If the value for the VersionNumber (checkpoint) is provided, Compatibility is optional and this can be used to set/reset a checkpoint for the schema. This update will happen only if the schema is in the AVAILABLE state.
type nonrec t = {schemaId : Values_0.SchemaId.t;This is a wrapper structure to contain schema identity fields. The structure contains: SchemaId$SchemaArn: The Amazon Resource Name (ARN) of the schema. One of SchemaArn or SchemaName has to be provided. SchemaId$SchemaName: The name of the schema. One of SchemaArn or SchemaName has to be provided.
*)schemaVersionNumber : SchemaVersionNumber.t option;Version number required for check pointing. One of VersionNumber or Compatibility has to be provided.
*)compatibility : Values_1.Compatibility.t option;The new compatibility setting for the schema.
*)description : Values_0.DescriptionString.t option;The new description for the schema.
*)}val make :
?schemaVersionNumber:??? ->
?compatibility:??? ->
?description:??? ->
schemaId:Values_0.SchemaId.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of Values_0.DescriptionString.t
| `Structure of
(string
* [> `Boolean of LatestSchemaVersionBoolean.t
| `Long of Values_0.VersionLongNumber.t
| `String of string ])
list ])
list ]