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

BatchLookupPolicyResponse

import type { BatchLookupPolicyResponse } from "https://aws-api.deno.dev/v0.3/services/clouddirectory.ts?docs=full";

Represents the output of a "LookupPolicy" response operation.

interface BatchLookupPolicyResponse {
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.