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

MigrateWorkspaceResult

import type { MigrateWorkspaceResult } from "https://aws-api.deno.dev/v0.3/services/workspaces.ts?docs=full";
interface MigrateWorkspaceResult {
SourceWorkspaceId?: string | null;
TargetWorkspaceId?: string | null;
}

§Properties

§
SourceWorkspaceId?: string | null
[src]

The original identifier of the WorkSpace that is being migrated.

§
TargetWorkspaceId?: string | null
[src]

The new identifier of the WorkSpace that is being migrated. If the migration does not succeed, the target WorkSpace ID will not be used, and the WorkSpace will still have the original WorkSpace ID.