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

CreateWorkspacesResult

import type { CreateWorkspacesResult } from "https://aws-api.deno.dev/v0.3/services/workspaces.ts?docs=full";
interface CreateWorkspacesResult {
FailedRequests?: FailedCreateWorkspaceRequest[] | null;
PendingRequests?: Workspace[] | null;
}

§Properties

§
FailedRequests?: FailedCreateWorkspaceRequest[] | null
[src]

Information about the WorkSpaces that could not be created.

§
PendingRequests?: Workspace[] | null
[src]

Information about the WorkSpaces that were created.

Because this operation is asynchronous, the identifier returned is not immediately available for use with other operations. For example, if you call "DescribeWorkspaces" before the WorkSpace is created, the information returned can be incomplete.