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

5 lines
331 B
JavaScript

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