Files
benchmark-runner/spot-launcher/node_modules/@aws-sdk/client-ec2/dist-es/pagination/DescribeTransitGatewayAttachmentsPaginator.js

5 lines
371 B
JavaScript

import { createPaginator } from "@smithy/core";
import { DescribeTransitGatewayAttachmentsCommand, } from "../commands/DescribeTransitGatewayAttachmentsCommand";
import { EC2Client } from "../EC2Client";
export const paginateDescribeTransitGatewayAttachments = createPaginator(EC2Client, DescribeTransitGatewayAttachmentsCommand, "NextToken", "NextToken", "MaxResults");