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

ListProjectPoliciesResponse

import type { ListProjectPoliciesResponse } from "https://aws-api.deno.dev/v0.4/services/rekognition.ts?docs=full";
interface ListProjectPoliciesResponse {
NextToken?: string | null;
ProjectPolicies?: ProjectPolicy[] | null;
}

§Properties

§
NextToken?: string | null
[src]

If the response is truncated, Amazon Rekognition returns this token that you can use in the subsequent request to retrieve the next set of project policies.

§
ProjectPolicies?: ProjectPolicy[] | null
[src]

A list of project policies attached to the project.