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

WorkspaceBundle

import type { WorkspaceBundle } from "https://aws-api.deno.dev/v0.3/services/workspaces.ts?docs=full";

Describes a WorkSpace bundle.

interface WorkspaceBundle {
BundleId?: string | null;
ComputeType?: ComputeType | null;
CreationTime?: Date | number | null;
Description?: string | null;
ImageId?: string | null;
LastUpdatedTime?: Date | number | null;
Name?: string | null;
Owner?: string | null;
RootStorage?: RootStorage | null;
UserStorage?: UserStorage | null;
}

§Properties

§
BundleId?: string | null
[src]

The identifier of the bundle.

§
ComputeType?: ComputeType | null
[src]

The compute type of the bundle. For more information, see Amazon WorkSpaces Bundles.

§
CreationTime?: Date | number | null
[src]

The time when the bundle was created.

§
Description?: string | null
[src]

The description of the bundle.

§
ImageId?: string | null
[src]

The identifier of the image that was used to create the bundle.

§
LastUpdatedTime?: Date | number | null
[src]

The last time that the bundle was updated.

§
Name?: string | null
[src]

The name of the bundle.

§
Owner?: string | null
[src]

The owner of the bundle. This is the account identifier of the owner, or AMAZON if the bundle is provided by Amazon Web Services.

§
RootStorage?: RootStorage | null
[src]

The size of the root volume.

§
UserStorage?: UserStorage | null
[src]

The size of the user volume.