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

SchemaListItem

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

An object that contains minimal details for a schema.

interface SchemaListItem {
CreatedTime?: string | null;
Description?: string | null;
RegistryName?: string | null;
SchemaArn?: string | null;
SchemaName?: string | null;
SchemaStatus?: SchemaStatus | null;
UpdatedTime?: string | null;
}

§Properties

§
CreatedTime?: string | null
[src]

The date and time that a schema was created.

§
Description?: string | null
[src]

A description for the schema.

§
RegistryName?: string | null
[src]

the name of the registry where the schema resides.

§
SchemaArn?: string | null
[src]

The Amazon Resource Name (ARN) for the schema.

§
SchemaName?: string | null
[src]

The name of the schema.

§
SchemaStatus?: SchemaStatus | null
[src]

The status of the schema.

§
UpdatedTime?: string | null
[src]

The date and time that a schema was updated.