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

UpdateMigrationWorkflowRequest

import type { UpdateMigrationWorkflowRequest } from "https://aws-api.deno.dev/v0.4/services/migrationhuborchestrator.ts?docs=full";
interface UpdateMigrationWorkflowRequest {
description?: string | null;
id: string;
inputParameters?: {
[key: string]: StepInput | null | undefined;
}
| null;
name?: string | null;
stepTargets?: string[] | null;
}

§Properties

§
description?: string | null
[src]

The description of the migration workflow.

§
id: string
[src]

The ID of the migration workflow.

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

The input parameters required to update a migration workflow.

§
name?: string | null
[src]

The name of the migration workflow.

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

The servers on which a step will be run.