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

UpdateDataSetPermissionsResponse

import type { UpdateDataSetPermissionsResponse } from "https://aws-api.deno.dev/v0.3/services/quicksight.ts?docs=full";
interface UpdateDataSetPermissionsResponse {
DataSetArn?: string | null;
DataSetId?: string | null;
RequestId?: string | null;
Status?: number | null;
}

§Properties

§
DataSetArn?: string | null
[src]

The Amazon Resource Name (ARN) of the dataset.

§
DataSetId?: string | null
[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.

§
RequestId?: string | null
[src]

The Amazon Web Services request ID for this operation.

§
Status?: number | null
[src]

The HTTP status of the request.