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

ListWorkspacesResponse

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

Represents the output of a ListWorkspaces operation.

interface ListWorkspacesResponse {
nextToken?: string | null;
workspaces: WorkspaceSummary[];
}

§Properties

§
nextToken?: string | null
[src]

Pagination token to use when requesting the next page in this list.

§
workspaces: WorkspaceSummary[]
[src]

The list of existing workspaces, including those undergoing creation or deletion.