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

ListWorkspacesRequest

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

Represents the input of a ListWorkspaces operation.

interface ListWorkspacesRequest {
alias?: string | null;
maxResults?: number | null;
nextToken?: string | null;
}

§Properties

§
alias?: string | null
[src]

Optional filter for workspace alias. Only the workspaces with aliases that begin with this value will be returned.

§
maxResults?: number | null
[src]

Maximum results to return in response (default=100, maximum=1000).

§
nextToken?: string | null
[src]

Pagination token to request the next page in a paginated list. This token is obtained from the output of the previous ListWorkspaces request.