UNPKG

cdk-amazon-chime-resources

Version:

![Experimental](https://img.shields.io/badge/experimental-important.svg?style=for-the-badge)

5 lines (4 loc) 441 B
import { createPaginator } from "@smithy/core"; import { ChimeSDKMessagingClient } from "../ChimeSDKMessagingClient"; import { ListChannelMembershipsForAppInstanceUserCommand, } from "../commands/ListChannelMembershipsForAppInstanceUserCommand"; export const paginateListChannelMembershipsForAppInstanceUser = createPaginator(ChimeSDKMessagingClient, ListChannelMembershipsForAppInstanceUserCommand, "NextToken", "NextToken", "MaxResults");