Jump to Content

New API Documentation - Developer Preview Available

We are excited to announce the developer preview of our new API documentation for AWS SDK for JavaScript v3. Please follow instructions on the landing page to leave us your feedback.

Hierarchy

  • PaginationConfiguration
    • MigrationHubRefactorSpacesPaginationConfiguration

Properties

pageSize?: number
startingToken?: any
stopOnSameToken?: boolean

For some APIs, such as CloudWatchLogs events, the next page token will always be present.

When true, this config field will have the paginator stop when the token doesn't change instead of when it is not present.