cdk-amazon-chime-resources
Version:

5 lines (4 loc) • 345 B
JavaScript
import { createPaginator } from "@smithy/core";
import { ChimeSDKMessagingClient } from "../ChimeSDKMessagingClient";
import { ListChannelFlowsCommand, } from "../commands/ListChannelFlowsCommand";
export const paginateListChannelFlows = createPaginator(ChimeSDKMessagingClient, ListChannelFlowsCommand, "NextToken", "NextToken", "MaxResults");