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

RegisterSchemaVersionResponse

import type { RegisterSchemaVersionResponse } from "https://aws-api.deno.dev/v0.3/services/glue.ts?docs=full";
interface RegisterSchemaVersionResponse {
SchemaVersionId?: string | null;
Status?: SchemaVersionStatus | null;
VersionNumber?: number | null;
}

§Properties

§
SchemaVersionId?: string | null
[src]

The unique ID that represents the version of this schema.

§
Status?: SchemaVersionStatus | null
[src]

The status of the schema version.

§
VersionNumber?: number | null
[src]

The version of this schema (for sync flow only, in case this is the first version).