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

UpdateRegistryResponse

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

§Properties

§
RegistryArn?: string | null
[src]

The Amazon Resource name (ARN) of the updated registry.

§
RegistryName?: string | null
[src]

The name of the updated registry.