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

UpdateDataSetPermissionsRequest

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

§Properties

§
AwsAccountId: string
[src]

The Amazon Web Services account ID.

§
DataSetId: string
[src]

The ID for the dataset whose permissions you want to update. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.

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

The resource permissions that you want to grant to the dataset.

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

The resource permissions that you want to revoke from the dataset.