wickr-bedrock-bot
Version:
AWS Wickr's own Bedrock Bot
5 lines (4 loc) • 363 B
JavaScript
import { createPaginator } from "@smithy/core";
import { BedrockAgentRuntimeClient } from "../BedrockAgentRuntimeClient";
import { ListInvocationStepsCommand, } from "../commands/ListInvocationStepsCommand";
export const paginateListInvocationSteps = createPaginator(BedrockAgentRuntimeClient, ListInvocationStepsCommand, "nextToken", "nextToken", "maxResults");