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

ListThingsInThingGroupRequest

import type { ListThingsInThingGroupRequest } from "https://aws-api.deno.dev/v0.3/services/iot.ts?docs=full";
interface ListThingsInThingGroupRequest {
maxResults?: number | null;
nextToken?: string | null;
recursive?: boolean | null;
thingGroupName: string;
}

§Properties

§
maxResults?: number | null
[src]

The maximum number of results to return at one time.

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

§
recursive?: boolean | null
[src]

When true, list things in this thing group and in all child groups as well.

§
thingGroupName: string
[src]

The thing group name.