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

DeleteSchemaResponse

import type { DeleteSchemaResponse } from "https://aws-api.deno.dev/v0.3/services/glue.ts?docs=full";
interface DeleteSchemaResponse {
SchemaArn?: string | null;
SchemaName?: string | null;
Status?: SchemaStatus | null;
}

§Properties

§
SchemaArn?: string | null
[src]

The Amazon Resource Name (ARN) of the schema being deleted.

§
SchemaName?: string | null
[src]

The name of the schema being deleted.

§
Status?: SchemaStatus | null
[src]

The status of the schema.