UNPKG

wickr-bedrock-bot

Version:

AWS Wickr's own Bedrock Bot

5 lines (4 loc) 278 B
import { createPaginator } from "@smithy/core"; import { ListQueuesCommand } from "../commands/ListQueuesCommand"; import { SQSClient } from "../SQSClient"; export const paginateListQueues = createPaginator(SQSClient, ListQueuesCommand, "NextToken", "NextToken", "MaxResults");