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

UpdateAnalysisPermissionsRequest

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

§Properties

§
AnalysisId: string
[src]

The ID of the analysis whose permissions you're updating. The ID is part of the analysis URL.

§
AwsAccountId: string
[src]

The ID of the Amazon Web Services account that contains the analysis whose permissions you're updating. You must be using the Amazon Web Services account that the analysis is in.

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

A structure that describes the permissions to add and the principal to add them to.

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

A structure that describes the permissions to remove and the principal to remove them from.