PaginationConfiguration
Configuration that defines how to handle paginated responses from REST APIs, supporting different pagination strategies used by various services.
Contents
- CursorConfiguration
-
Configuration for cursor-based pagination, where the API provides a cursor or token to retrieve the next page of results.
Type: CursorConfiguration object
Required: No
- OffsetConfiguration
-
Configuration for offset-based pagination, where the API uses numeric offsets and limits to control which results are returned.
Type: OffsetConfiguration object
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: