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

ListProjectsResponse

import type { ListProjectsResponse } from "https://aws-api.deno.dev/v0.3/services/lookoutvision.ts?docs=full";
interface ListProjectsResponse {
NextToken?: string | null;
Projects?: ProjectMetadata[] | null;
}

§Properties

§
NextToken?: string | null
[src]

If the response is truncated, Amazon Lookout for Vision returns this token that you can use in the subsequent request to retrieve the next set of projects.

§
Projects?: ProjectMetadata[] | null
[src]

A list of projects in your AWS account.