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

ListMigrationTasksResult

import type { ListMigrationTasksResult } from "https://aws-api.deno.dev/v0.3/services/migrationhub.ts?docs=full";
interface ListMigrationTasksResult {
MigrationTaskSummaryList?: MigrationTaskSummary[] | null;
NextToken?: string | null;
}

§Properties

§
MigrationTaskSummaryList?: MigrationTaskSummary[] | null
[src]

Lists the migration task's summary which includes: MigrationTaskName, ProgressPercent, ProgressUpdateStream, Status, and the UpdateDateTime for each task.

§
NextToken?: string | null
[src]

If there are more migration tasks than the max result, return the next token to be passed to the next call as a bookmark of where to start from.