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.deno.dev/v0.4/services/migrationhub.ts?docs=full";

MigrationTaskSummary includes MigrationTaskName, ProgressPercent, ProgressUpdateStream, Status, and UpdateDateTime for each task.

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]

Unique identifier that references the migration task. Do not store personal data in this field.

§
ProgressPercent?: number | null
[src]

Indication of the percentage completion of the task.

§
ProgressUpdateStream?: string | null
[src]

An AWS resource used for access control. It should uniquely identify the migration tool as it is used for all updates made by the tool.

§
Status?: Status | null
[src]

Status of the task.

§
StatusDetail?: string | null
[src]

Detail information of what is being done within the overall status state.

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

The timestamp when the task was gathered.