zio-aws icon indicating copy to clipboard operation
zio-aws copied to clipboard

Drop asyncJavaPaginatedRequest

Open vigoo opened this issue 4 years ago • 1 comments

Drop asyncJavaPaginatedRequest if possible and use asyncSimplePaginatedRequest instead. This would make all pagination unified and run the aspects for each pagination call not just the top level one.

vigoo avatar Dec 11 '20 08:12 vigoo

Note that it is not enough to simply just remove the support for the Java paginated requests, the native has to be improved to not only support the NextToken interface but custom ones defined in the paginator schema too, as for example query in https://github.com/aws/aws-sdk-java-v2/blob/master/services/dynamodb/src/main/resources/codegen-resources/dynamodb/paginators-1.json

vigoo avatar Dec 14 '20 22:12 vigoo