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

MigrationWorkflowSummary

import type { MigrationWorkflowSummary } from "https://aws-api.deno.dev/v0.4/services/migrationhuborchestrator.ts?docs=full";

The summary of a migration workflow.

interface MigrationWorkflowSummary {
adsApplicationConfigurationName?: string | null;
completedSteps?: number | null;
creationTime?: Date | number | null;
endTime?: Date | number | null;
id?: string | null;
name?: string | null;
statusMessage?: string | null;
templateId?: string | null;
totalSteps?: number | null;
}

§Properties

§
adsApplicationConfigurationName?: string | null
[src]

The name of the application configured in Application Discovery Service.

§
completedSteps?: number | null
[src]

The steps completed in the migration workflow.

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

The time at which the migration workflow was created.

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

The time at which the migration workflow ended.

§
id?: string | null
[src]

The ID of the migration workflow.

§
name?: string | null
[src]

The name of the migration workflow.

§

The status of the migration workflow.

§
statusMessage?: string | null
[src]

The status message of the migration workflow.

§
templateId?: string | null
[src]

The ID of the template.

§
totalSteps?: number | null
[src]

All the steps in a migration workflow.