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

CreateRegistryResponse

import type { CreateRegistryResponse } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/glue.ts";
interface CreateRegistryResponse {
Description?: string | null;
RegistryArn?: string | null;
RegistryName?: string | null;
Tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
Description?: string | null
[src]
§
RegistryArn?: string | null
[src]
§
RegistryName?: string | null
[src]
§
Tags?: {
[key: string]: string | null | undefined;
}
| null
[src]