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

ListPlacementsResponse

import type { ListPlacementsResponse } from "https://aws-api.deno.dev/v0.4/services/iot1clickprojects.ts?docs=full";
interface ListPlacementsResponse {
nextToken?: string | null;
placements: PlacementSummary[];
}

§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.

§
placements: PlacementSummary[]
[src]

An object listing the requested placements.