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

RegistryListItem

import type { RegistryListItem } from "https://aws-api.deno.dev/v0.3/services/glue.ts?docs=full";

A structure containing the details for a registry.

interface RegistryListItem {
CreatedTime?: string | null;
Description?: string | null;
RegistryArn?: string | null;
RegistryName?: string | null;
Status?: RegistryStatus | null;
UpdatedTime?: string | null;
}

§Properties

§
CreatedTime?: string | null
[src]

The data the registry was created.

§
Description?: string | null
[src]

A description of the registry.

§
RegistryArn?: string | null
[src]

The Amazon Resource Name (ARN) of the registry.

§
RegistryName?: string | null
[src]

The name of the registry.

§
Status?: RegistryStatus | null
[src]

The status of the registry.

§
UpdatedTime?: string | null
[src]

The date the registry was updated.