@aws-sdk/client-iot
Version:
AWS SDK for JavaScript Iot Client for Node.js, Browser and React Native
5 lines (4 loc) • 331 B
JavaScript
import { createPaginator } from "@smithy/core";
import { ListOutgoingCertificatesCommand, } from "../commands/ListOutgoingCertificatesCommand";
import { IoTClient } from "../IoTClient";
export const paginateListOutgoingCertificates = createPaginator(IoTClient, ListOutgoingCertificatesCommand, "marker", "nextMarker", "pageSize");