cdk-iot-greengrass-fleet-provisioning
Version:
CDK Construct for AWS IoT Greengrass Fleet Provisioning (with AWS IoT Certificates)
5 lines (4 loc) • 331 B
JavaScript
import { createPaginator } from "@smithy/core";
import { ListThingGroupsForThingCommand, } from "../commands/ListThingGroupsForThingCommand";
import { IoTClient } from "../IoTClient";
export const paginateListThingGroupsForThing = createPaginator(IoTClient, ListThingGroupsForThingCommand, "nextToken", "nextToken", "maxResults");