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

ValidatePolicyResponse

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

§Properties

§

The list of findings in a policy returned by IAM Access Analyzer based on its suite of policy checks.

§
nextToken?: string | null
[src]

A token used for pagination of results returned.