cdk-amazon-chime-resources
Version:

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