UNPKG

lambda-live-debugger

Version:

Debug Lambda functions locally like it is running in the cloud

5 lines (4 loc) 371 B
import { createPaginator } from "@smithy/core"; import { GetBehaviorModelTrainingSummariesCommand, } from "../commands/GetBehaviorModelTrainingSummariesCommand"; import { IoTClient } from "../IoTClient"; export const paginateGetBehaviorModelTrainingSummaries = createPaginator(IoTClient, GetBehaviorModelTrainingSummariesCommand, "nextToken", "nextToken", "maxResults");