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

DescribeProjectsResponse

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

§Properties

§
NextToken?: string | null
[src]

If the previous response was incomplete (because there is more results to retrieve), Amazon Rekognition Custom Labels returns a pagination token in the response. You can use this pagination token to retrieve the next set of results.

§
ProjectDescriptions?: ProjectDescription[] | null
[src]

A list of project descriptions. The list is sorted by the date and time the projects are created.