UNPKG

wickr-bedrock-bot

Version:

AWS Wickr's own Bedrock Bot

5 lines (4 loc) 347 B
import { createPaginator } from "@smithy/core"; import { BedrockAgentRuntimeClient } from "../BedrockAgentRuntimeClient"; import { ListInvocationsCommand, } from "../commands/ListInvocationsCommand"; export const paginateListInvocations = createPaginator(BedrockAgentRuntimeClient, ListInvocationsCommand, "nextToken", "nextToken", "maxResults");