Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GetSchemaVersionsDiffInput

import type { GetSchemaVersionsDiffInput } from "https://aws-api.deno.dev/v0.3/services/glue.ts?docs=full";
interface GetSchemaVersionsDiffInput {
FirstSchemaVersionNumber: SchemaVersionNumber;
SchemaDiffType: SchemaDiffType;
SchemaId: SchemaId;
SecondSchemaVersionNumber: SchemaVersionNumber;
}

§Properties

§
FirstSchemaVersionNumber: SchemaVersionNumber
[src]

The first of the two schema versions to be compared.

§
SchemaDiffType: SchemaDiffType
[src]

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

§
SchemaId: SchemaId
[src]

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.
§
SecondSchemaVersionNumber: SchemaVersionNumber
[src]

The second of the two schema versions to be compared.