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

ListPlacementsRequest

import type { ListPlacementsRequest } from "https://aws-api.deno.dev/v0.4/services/iot1clickprojects.ts?docs=full";
interface ListPlacementsRequest {
maxResults?: number | null;
nextToken?: string | null;
projectName: string;
}

§Properties

§
maxResults?: number | null
[src]

The maximum number of results to return per request. If not set, a default value of 100 is used.

§
nextToken?: string | null
[src]

The token to retrieve the next set of results.

§
projectName: string
[src]

The project containing the placements to be listed.