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

DeleteRegistryResponse

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

§Properties

§
RegistryArn?: string | null
[src]

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

§
RegistryName?: string | null
[src]

The name of the registry being deleted.

§
Status?: RegistryStatus | null
[src]

The status of the registry. A successful operation will return the Deleting status.