Skip to contents

Fetches the schema version difference in the specified difference type between two stored schema versions in the Schema Registry.

See https://www.paws-r-sdk.com/docs/glue_get_schema_versions_diff/ for full documentation.

Usage

glue_get_schema_versions_diff(
  SchemaId,
  FirstSchemaVersionNumber,
  SecondSchemaVersionNumber,
  SchemaDiffType
)

Arguments

SchemaId

[required] 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.

FirstSchemaVersionNumber

[required] The first of the two schema versions to be compared.

SecondSchemaVersionNumber

[required] The second of the two schema versions to be compared.

SchemaDiffType

[required] Refers to SYNTAX_DIFF, which is the currently supported diff type.