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

MigrationTaskSummary

import type { MigrationTaskSummary } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/migrationhub.ts";
interface MigrationTaskSummary {
MigrationTaskName?: string | null;
ProgressPercent?: number | null;
ProgressUpdateStream?: string | null;
Status?: Status | null;
StatusDetail?: string | null;
UpdateDateTime?: Date | number | null;
}

§Properties

§
MigrationTaskName?: string | null
[src]
§
ProgressPercent?: number | null
[src]
§
ProgressUpdateStream?: string | null
[src]
§
Status?: Status | null
[src]
§
StatusDetail?: string | null
[src]
§
UpdateDateTime?: Date | number | null
[src]