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

DeleteUserByPrincipalIdRequest

import type { DeleteUserByPrincipalIdRequest } from "https://aws-api.deno.dev/v0.3/services/quicksight.ts?docs=full";
interface DeleteUserByPrincipalIdRequest {
AwsAccountId: string;
Namespace: string;
PrincipalId: string;
}

§Properties

§
AwsAccountId: string
[src]

The ID for the Amazon Web Services account that the user is in. Currently, you use the ID for the Amazon Web Services account that contains your Amazon QuickSight account.

§
Namespace: string
[src]

The namespace. Currently, you should set this to default.

§
PrincipalId: string
[src]

The principal ID of the user.