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

UpdateConnectionAliasPermissionRequest

import type { UpdateConnectionAliasPermissionRequest } from "https://aws-api.deno.dev/v0.4/services/workspaces.ts?docs=full";
interface UpdateConnectionAliasPermissionRequest {
AliasId: string;
ConnectionAliasPermission: ConnectionAliasPermission;
}

§Properties

§
AliasId: string
[src]

The identifier of the connection alias that you want to update permissions for.

§
ConnectionAliasPermission: ConnectionAliasPermission
[src]

Indicates whether to share or unshare the connection alias with the specified Amazon Web Services account.