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

WorkspaceRequest

import type { WorkspaceRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/workspaces.ts";
interface WorkspaceRequest {
BundleId: string;
DirectoryId: string;
RootVolumeEncryptionEnabled?: boolean | null;
Tags?: Tag[] | null;
UserName: string;
UserVolumeEncryptionEnabled?: boolean | null;
VolumeEncryptionKey?: string | null;
WorkspaceProperties?: WorkspaceProperties | null;
}

§Properties

§
BundleId: string
[src]
§
DirectoryId: string
[src]
§
RootVolumeEncryptionEnabled?: boolean | null
[src]
§
Tags?: Tag[] | null
[src]
§
UserName: string
[src]
§
UserVolumeEncryptionEnabled?: boolean | null
[src]
§
VolumeEncryptionKey?: string | null
[src]
§
WorkspaceProperties?: WorkspaceProperties | null
[src]