Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PaginationConfig

A special object passed into the paginate function that contains all the information about the request and the API object to use so that the request may be made and automatically paginated if possible

Hierarchy

  • PaginationConfig

Index

Properties

client

client: any

An AWS Service object

operation

operation: string

The operation to call from the service

Optional paginate

paginate: boolean

Whether to attempt to automatically paginate results

Optional paginationSettings

paginationSettings: PaginationSettings

PaginationSettings to use for the automatic pagination

Optional params

params: any

Parameters to pass to the operation

Generated using TypeDoc