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

ListPolicyGenerationsRequest

import type { ListPolicyGenerationsRequest } from "https://aws-api.deno.dev/v0.3/services/accessanalyzer.ts?docs=full";
interface ListPolicyGenerationsRequest {
maxResults?: number | null;
nextToken?: string | null;
principalArn?: string | null;
}

§Properties

§
maxResults?: number | null
[src]

The maximum number of results to return in the response.

§
nextToken?: string | null
[src]

A token used for pagination of results returned.

§
principalArn?: string | null
[src]

The ARN of the IAM entity (user or role) for which you are generating a policy. Use this with ListGeneratedPolicies to filter the results to only include results for a specific principal.