aws / aws-sdk-js-v3

Modularized AWS SDK for JavaScript.
Apache License 2.0
2.96k stars 556 forks source link

chore(lib-dynamodb): use correct types #6139

Closed pasoevi closed 1 month ago

pasoevi commented 1 month ago

Issue

N/A

Description

Use actual types instead of typeof input.ExclusiveStartKey in DynamoDB Query/Scan paginators.

Testing

All tests are passing in yarn test:all.


By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

kuhe commented 1 month ago

this code is generated via https://github.com/aws/aws-sdk-js-v3/blob/main/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/DocumentClientPaginationGenerator.java and should not be edited directly and in isolation

github-actions[bot] commented 2 weeks ago

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs and link to relevant comments in this thread.