aws / aws-sdk-js-v3

Modularized AWS SDK for JavaScript.
Apache License 2.0
2.95k stars 554 forks source link

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

Open pasoevi opened 4 days ago

pasoevi commented 4 days ago

Description

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

Testing

All tests are passing in yarn test:all

Checklist


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