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

UpdateSchemaInput

import type { UpdateSchemaInput } from "https://aws-api.deno.dev/v0.3/services/glue.ts?docs=full";
interface UpdateSchemaInput {
Compatibility?: Compatibility | null;
Description?: string | null;
SchemaId: SchemaId;
SchemaVersionNumber?: SchemaVersionNumber | null;
}

§Properties

§
Compatibility?: Compatibility | null
[src]

The new compatibility setting for the schema.

§
Description?: string | null
[src]

The new description for the schema.

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

Version number required for check pointing. One of VersionNumber or Compatibility has to be provided.