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

ListThingGroupsResponse

import type { ListThingGroupsResponse } from "https://aws-api.deno.dev/v0.3/services/iot.ts?docs=full";
interface ListThingGroupsResponse {
nextToken?: string | null;
thingGroups?: GroupNameAndArn[] | null;
}

§Properties

§
nextToken?: string | null
[src]

The token to use to get the next set of results. Will not be returned if operation has returned all results.

§
thingGroups?: GroupNameAndArn[] | null
[src]

The thing groups.