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

StopMigrationWorkflowResponse

import type { StopMigrationWorkflowResponse } from "https://aws-api.deno.dev/v0.4/services/migrationhuborchestrator.ts?docs=full";
interface StopMigrationWorkflowResponse {
arn?: string | null;
id?: string | null;
lastStopTime?: Date | number | null;
statusMessage?: string | null;
}

§Properties

§
arn?: string | null
[src]

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

§
id?: string | null
[src]

The ID of the migration workflow.

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

The time at which the migration workflow was stopped.

§

The status of the migration workflow.

§
statusMessage?: string | null
[src]

The status message of the migration workflow.