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

MigrateWorkspaceRequest

import type { MigrateWorkspaceRequest } from "https://aws-api.deno.dev/v0.4/services/workspaces.ts?docs=full";
interface MigrateWorkspaceRequest {
BundleId: string;
SourceWorkspaceId: string;
}

§Properties

§
BundleId: string
[src]

The identifier of the target bundle type to migrate the WorkSpace to.

§
SourceWorkspaceId: string
[src]

The identifier of the WorkSpace to migrate from.