cdk-amazon-chime-resources
Version:

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