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

5 lines
395 B
JavaScript

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