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

UpdateSchemaResponse

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

§Properties

§
RegistryName?: string | null
[src]

The name of the registry that contains the schema.

§
SchemaArn?: string | null
[src]

The Amazon Resource Name (ARN) of the schema.

§
SchemaName?: string | null
[src]

The name of the schema.