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

UpdateWorkspaceBundleRequest

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

§Properties

§
BundleId?: string | null
[src]

The identifier of the bundle.

§
ImageId?: string | null
[src]

The identifier of the image.