Metadata describing the pagination status of the result
Whether the operation is pageable
Whether the result was paged
How many pages pageable result was built from
Execute an AWS API call just as if you had called the constructor and operation yourself, but automatically paginating any results returned if the SDK has the capability to do so.
The AWS Service Constructor you want to use, in TitleCase, e.g. Route53
or EC2
The Service operation you want, in camelCase, e.g. listHostedZones
or describeInstances
The Parameters you want to pass to the client constructor, e.g. {region: 'us-east-1', maxRetries: 100}
The Parameters you want to pass to the operation, e.g. {maxItems: '3', Id: <ResourceID>}
The optional resultKey to pull results from, like passing --query .<keyName>
to the AWS cli
Whatever the AWS API returns, either as the results of a singular key, or with the additional metadata
Generated using TypeDoc
A standardised solution for AWS operation pagination using the AWS Javascript SDKv2 that can replace direct interaction with the AWS API with a single function