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

DeleteFolderMembershipRequest

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

§Properties

§
AwsAccountId: string
[src]

The ID for the Amazon Web Services account that contains the folder.

§
FolderId: string
[src]

The Folder ID.

§
MemberId: string
[src]

The ID of the asset (the dashboard, analysis, or dataset) that you want to delete.

§
MemberType: MemberType
[src]

The type of the member, including DASHBOARD, ANALYSIS, and DATASET