cdk-amazon-chime-resources
Version:

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