cdk-amazon-chime-resources
Version:

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