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

GetSchemaVersionInput

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

§Properties

§
SchemaId?: SchemaId | null
[src]

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

The SchemaVersionId of the schema version. This field is required for fetching by schema ID. Either this or the SchemaId wrapper has to be provided.

§
SchemaVersionNumber?: SchemaVersionNumber | null
[src]

The version number of the schema.