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

LookupPolicyResponse

import type { LookupPolicyResponse } from "https://aws-api.deno.dev/v0.3/services/clouddirectory.ts?docs=full";
interface LookupPolicyResponse {
NextToken?: string | null;
PolicyToPathList?: PolicyToPath[] | null;
}

§Properties

§
NextToken?: string | null
[src]

The pagination token.

§
PolicyToPathList?: PolicyToPath[] | null
[src]

Provides list of path to policies. Policies contain PolicyId, ObjectIdentifier, and PolicyType. For more information, see Policies.