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

UpdateMigrationWorkflowResponse

import type { UpdateMigrationWorkflowResponse } from "https://aws-api.deno.dev/v0.4/services/migrationhuborchestrator.ts?docs=full";
interface UpdateMigrationWorkflowResponse {
adsApplicationConfigurationId?: string | null;
arn?: string | null;
creationTime?: Date | number | null;
description?: string | null;
id?: string | null;
lastModifiedTime?: Date | number | null;
name?: string | null;
stepTargets?: string[] | null;
tags?: {
[key: string]: string | null | undefined;
}
| null;
templateId?: string | null;
workflowInputs?: {
[key: string]: StepInput | null | undefined;
}
| null;
}

§Properties

§
adsApplicationConfigurationId?: string | null
[src]

The ID of the application configured in Application Discovery Service.

§
arn?: string | null
[src]

The Amazon Resource Name (ARN) of 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.

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

§
name?: string | null
[src]

The name of the migration workflow.

§

The status of the migration workflow.

§
stepTargets?: string[] | null
[src]

The servers on which a step will be run.

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

The tags added to the migration workflow.

§
templateId?: string | null
[src]

The ID of the template.

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

The inputs required to update a migration workflow.