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

TerminateWorkspacesResult

import type { TerminateWorkspacesResult } from "https://aws-api.deno.dev/v0.4/services/workspaces.ts?docs=full";
interface TerminateWorkspacesResult {
FailedRequests?: FailedWorkspaceChangeRequest[] | null;
}

§Properties

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

Information about the WorkSpaces that could not be terminated.