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

DescribeDataSourcePermissionsResponse

import type { DescribeDataSourcePermissionsResponse } from "https://aws-api.deno.dev/v0.3/services/quicksight.ts?docs=full";
interface DescribeDataSourcePermissionsResponse {
DataSourceArn?: string | null;
DataSourceId?: string | null;
Permissions?: ResourcePermission[] | null;
RequestId?: string | null;
Status?: number | null;
}

§Properties

§
DataSourceArn?: string | null
[src]

The Amazon Resource Name (ARN) of the data source.

§
DataSourceId?: string | null
[src]

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

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

A list of resource permissions on the data source.

§
RequestId?: string | null
[src]

The Amazon Web Services request ID for this operation.

§
Status?: number | null
[src]

The HTTP status of the request.