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

ListProfilePermissionsRequest

import type { ListProfilePermissionsRequest } from "https://aws-api.deno.dev/v0.3/services/signer.ts?docs=full";
interface ListProfilePermissionsRequest {
nextToken?: string | null;
profileName: string;
}

§Properties

§
nextToken?: string | null
[src]

String for specifying the next set of paginated results.

§
profileName: string
[src]

Name of the signing profile containing the cross-account permissions.