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

GetMigrationWorkflowResponse

import type { GetMigrationWorkflowResponse } from "https://aws-api.deno.dev/v0.4/services/migrationhuborchestrator.ts?docs=full";
interface GetMigrationWorkflowResponse {
adsApplicationConfigurationId?: string | null;
adsApplicationName?: string | null;
arn?: string | null;
completedSteps?: number | null;
creationTime?: Date | number | null;
description?: string | null;
endTime?: Date | number | null;
id?: string | null;
lastModifiedTime?: Date | number | null;
lastStartTime?: Date | number | null;
lastStopTime?: Date | number | null;
name?: string | null;
statusMessage?: string | null;
tags?: {
[key: string]: string | null | undefined;
}
| null;
templateId?: string | null;
tools?: Tool[] | null;
totalSteps?: number | null;
workflowBucket?: string | null;
workflowInputs?: {
[key: string]: StepInput | null | undefined;
}
| null;
}

§Properties

§
adsApplicationConfigurationId?: string | null
[src]

The configuration ID of the application configured in Application Discovery Service.

§
adsApplicationName?: string | null
[src]

The name of the application configured in Application Discovery Service.

§
arn?: string | null
[src]

The Amazon Resource Name (ARN) of the migration workflow.

§
completedSteps?: number | null
[src]

Get a list of completed steps in the migration workflow.

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

The time at which the migration workflow was created.

§
description?: string | null
[src]

The description of the migration workflow.

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

The time at which the migration workflow ended.

§
id?: string | null
[src]

The ID of the migration workflow.

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

The time at which the migration workflow was last modified.

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

The time at which the migration workflow was last started.

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

The time at which the migration workflow was last stopped.

§
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.

§
tags?: {
[key: string]: string | null | undefined;
}
| null
[src]

The tags added to the migration workflow.

§
templateId?: string | null
[src]

The ID of the template.

§
tools?: Tool[] | null
[src]

List of AWS services utilized in a migration workflow.

§
totalSteps?: number | null
[src]

The total number of steps in the migration workflow.

§
workflowBucket?: string | null
[src]

The Amazon S3 bucket where the migration logs are stored.

§
workflowInputs?: {
[key: string]: StepInput | null | undefined;
}
| null
[src]

The inputs required for creating the migration workflow.