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

DescribeConnectionAliasPermissionsRequest

import type { DescribeConnectionAliasPermissionsRequest } from "https://aws-api.deno.dev/v0.3/services/workspaces.ts?docs=full";
interface DescribeConnectionAliasPermissionsRequest {
AliasId: string;
MaxResults?: number | null;
NextToken?: string | null;
}

§Properties

§
AliasId: string
[src]

The identifier of the connection alias.

§
MaxResults?: number | null
[src]

The maximum number of results 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.