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

ListPrincipalThingsRequest

import type { ListPrincipalThingsRequest } from "https://aws-api.deno.dev/v0.3/services/iot.ts?docs=full";

The input for the ListPrincipalThings operation.

interface ListPrincipalThingsRequest {
maxResults?: number | null;
nextToken?: string | null;
principal: string;
}

§Properties

§
maxResults?: number | null
[src]

The maximum number of results to return in this operation.

§
nextToken?: string | null
[src]

To retrieve the next set of results, the nextToken value from a previous response; otherwise null to receive the first set of results.

§
principal: string
[src]

The principal.