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

ListMigrationWorkflowsResponse

import type { ListMigrationWorkflowsResponse } from "https://aws-api.deno.dev/v0.4/services/migrationhuborchestrator.ts?docs=full";
interface ListMigrationWorkflowsResponse {
migrationWorkflowSummary: MigrationWorkflowSummary[];
nextToken?: string | null;
}

§Properties

§
migrationWorkflowSummary: MigrationWorkflowSummary[]
[src]

The summary of the migration workflow.

§
nextToken?: string | null
[src]

The pagination token.