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

UpdateFolderPermissionsRequest

import type { UpdateFolderPermissionsRequest } from "https://aws-api.deno.dev/v0.3/services/quicksight.ts?docs=full";
interface UpdateFolderPermissionsRequest {
AwsAccountId: string;
FolderId: string;
GrantPermissions?: ResourcePermission[] | null;
RevokePermissions?: ResourcePermission[] | null;
}

§Properties

§
AwsAccountId: string
[src]

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

§
FolderId: string
[src]

The ID of the folder.

§
GrantPermissions?: ResourcePermission[] | null
[src]

The permissions that you want to grant on a resource.

§
RevokePermissions?: ResourcePermission[] | null
[src]

The permissions that you want to revoke from a resource.