Adds a new version to the existing schema. Returns an error if new version of schema does not meet the compatibility requirements of the schema set. This API will not create a new schema set and will return a 404 error if the schema set is not already present in the Schema Registry.
See https://www.paws-r-sdk.com/docs/glue_register_schema_version/ for full documentation.
glue_register_schema_version(SchemaId, SchemaDefinition)[required] 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.
[required] The schema definition using the DataFormat setting for the
SchemaName.