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

CreateStandbyWorkspacesResult

import type { CreateStandbyWorkspacesResult } from "https://aws-api.deno.dev/v0.4/services/workspaces.ts?docs=full";
interface CreateStandbyWorkspacesResult {
FailedStandbyRequests?: FailedCreateStandbyWorkspacesRequest[] | null;
PendingStandbyRequests?: PendingCreateStandbyWorkspacesRequest[] | null;
}

§Properties

§
FailedStandbyRequests?: FailedCreateStandbyWorkspacesRequest[] | null
[src]

Information about the standby WorkSpace that could not be created.

§
PendingStandbyRequests?: PendingCreateStandbyWorkspacesRequest[] | null
[src]

Information about the standby WorkSpace that was created.