You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Describe the bug
Paginator sends
...args
in command instead of send operation.For example, in listTablesPaginator
aws-sdk-js-v3/clients/client-dynamodb/pagination/ListTablesPaginator.ts
Line 13 in 07ac6be
The ListCommand constructor accepts only one parameter:
aws-sdk-js-v3/clients/client-dynamodb/commands/ListTablesCommand.ts
Lines 31 to 35 in 07ac6be
The options object should be passed as second parameter of send operation, and not Command constructor:
aws-sdk-js-v3/packages/smithy-client/src/client.ts
Lines 22 to 25 in 07ac6be
SDK version number
master
Is the issue in the browser/Node.js/ReactNative?
N/A
Details of the browser/Node.js/ReactNative version
N/A
To Reproduce (observed behavior)
Visit code
aws-sdk-js-v3/clients/client-dynamodb/pagination/ListTablesPaginator.ts
Line 13 in 07ac6be
Expected behavior
The options object should be passed as second parameter of send operation, and not Command constructor.
The text was updated successfully, but these errors were encountered: