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

DescribeConnectionAliasesRequest

import type { DescribeConnectionAliasesRequest } from "https://aws-api.deno.dev/v0.3/services/workspaces.ts?docs=full";
interface DescribeConnectionAliasesRequest {
AliasIds?: string[] | null;
Limit?: number | null;
NextToken?: string | null;
ResourceId?: string | null;
}

§Properties

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

The identifiers of the connection aliases to describe.

§
Limit?: number | null
[src]

The maximum number of connection aliases to return.

§
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.

§
ResourceId?: string | null
[src]

The identifier of the directory associated with the connection alias.