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

5 lines
395 B
JavaScript

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