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

CatalogImportStatus

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

A structure containing migration status information.

interface CatalogImportStatus {
ImportCompleted?: boolean | null;
ImportedBy?: string | null;
ImportTime?: Date | number | null;
}

§Properties

§
ImportCompleted?: boolean | null
[src]

True if the migration has completed, or False otherwise.

§
ImportedBy?: string | null
[src]

The name of the person who initiated the migration.

§
ImportTime?: Date | number | null
[src]

The time that the migration was started.