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

UpdateThemePermissionsRequest

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

§Properties

§
AwsAccountId: string
[src]

The ID of the Amazon Web Services account that contains the theme.

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

A list of resource permissions to be granted for the theme.

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

A list of resource permissions to be revoked from the theme.

§
ThemeId: string
[src]

The ID for the theme.