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

UpdateDataSourcePermissionsRequest

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

§Properties

§
AwsAccountId: string
[src]

The Amazon Web Services account ID.

§
DataSourceId: string
[src]

The ID of the data source. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.

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

A list of resource permissions that you want to grant on the data source.

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

A list of resource permissions that you want to revoke on the data source.