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

GetEffectivePermissionsForPathResponse

import type { GetEffectivePermissionsForPathResponse } from "https://aws-api.deno.dev/v0.3/services/lakeformation.ts?docs=full";
interface GetEffectivePermissionsForPathResponse {
NextToken?: string | null;
Permissions?: PrincipalResourcePermissions[] | null;
}

§Properties

§
NextToken?: string | null
[src]

A continuation token, if this is not the first call to retrieve this list.

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

A list of the permissions for the specified table or database resource located at the path in Amazon S3.