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

ImportMigrationTaskRequest

import type { ImportMigrationTaskRequest } from "https://aws-api.deno.dev/v0.4/services/migrationhub.ts?docs=full";
interface ImportMigrationTaskRequest {
DryRun?: boolean | null;
MigrationTaskName: string;
ProgressUpdateStream: string;
}

§Properties

§
DryRun?: boolean | null
[src]

Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.

§
MigrationTaskName: string
[src]

Unique identifier that references the migration task. Do not store personal data in this field.

§
ProgressUpdateStream: string
[src]

The name of the ProgressUpdateStream.