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.4/services/iot1clickprojects.ts?docs=full";
interface ListProjectsResponse {
nextToken?: string | null;
projects: ProjectSummary[];
}

§Properties

§
nextToken?: string | null
[src]

The token used to retrieve the next set of results - will be effectively empty if there are no further results.

§

An object containing the list of projects.