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

DescribeWorkspacesConnectionStatusRequest

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

§Properties

§
NextToken?: string | null
[src]

If you received a NextToken from a previous call that was paginated, provide this token to receive the next set of results.

§
WorkspaceIds?: string[] | null
[src]

The identifiers of the WorkSpaces. You can specify up to 25 WorkSpaces.