Replies: 1 comment
-
Hi @ncaucorp, sorry you having this issue. This issue is due to that you may have aws sdk dependencies in different versions. So, could you please make sure all your sdk dependencies are in the same version? Thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
node_modules/@aws-sdk/lib-dynamodb/dist-types/baseCommand/DynamoDBDocumentClientCommand.d.ts:13:14 - error TS2416: Property 'middlewareStack' in type 'DynamoDBDocumentClientCommand<Input, Output, BaseInput, BaseOutput, ResolvedClientConfiguration>' is not assignable to the same property in base type 'Command<Input | BaseInput, Output | BaseOutput, ResolvedClientConfiguration, any, any>'.
Property 'identify' is missing in type 'import("E:/learn/wallet-app/node_modules/@aws-sdk/types/dist-types/middleware").MiddlewareStack<Input | BaseInput, Output | BaseOutput>' but required in type 'import("E:/learn/wallet-app/node_modules/@aws-sdk/node-config-provider/node_modules/@aws-sdk/types/dist-types/middleware").MiddlewareStack<Input | BaseInput, Output | BaseOutput>'.
13 abstract middlewareStack: MiddlewareStack<Input | BaseInput, Output | BaseOutput>;
~~~~~~~~~~~~~~~
node_modules/@aws-sdk/node-config-provider/node_modules/@aws-sdk/types/dist-types/middleware.d.ts:308:5
308 identify(): string[];
~~~~~~~~~~~~~~~~~~~~~
'identify' is declared here.
node_modules/@aws-sdk/lib-dynamodb/dist-types/commands/BatchExecuteStatementCommand.d.ts:43:5 - error TS2416: Property 'resolveMiddleware' in type 'BatchExecuteStatementCommand' is not assignable to the same property in base type 'DynamoDBDocumentClientCommand<BatchExecuteStatementCommandInput, BatchExecuteStatementCommandOutput, BatchExecuteStatementCommandInput, BatchExecuteStatementCommandOutput, DynamoDBDocumentClientResolvedConfig>'.
Type '(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DynamoDBDocumentClientResolvedConfig, options?: HttpHandlerOptions) => Handler<...>' is not assignable to type '(stack: MiddlewareStack<any, any>, configuration: DynamoDBDocumentClientResolvedConfig, options: any) => Handler<BatchExecuteStatementCommandInput | BatchExecuteStatementCommandInput, BatchExecuteStatementCommandOutput | BatchExecuteStatementCommandOutput>'.
Types of parameters 'clientStack' and 'stack' are incompatible.
Type 'MiddlewareStack<any, any>' is not assignable to type 'MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>'.
43 resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DynamoDBDocumentClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchExecuteStatementCommandInput, BatchExecuteStatementCommandOutput>;
~~~~~~~~~~~~~~~~~
node_modules/@aws-sdk/lib-dynamodb/dist-types/commands/BatchGetCommand.d.ts:53:5 - error TS2416: Property 'resolveMiddleware' in type 'BatchGetCommand' is not assignable to the same property in base type 'DynamoDBDocumentClientCommand<BatchGetCommandInput, BatchGetCommandOutput, BatchGetItemCommandInput, BatchGetItemCommandOutput, DynamoDBDocumentClientResolvedConfig>'.
Type '(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DynamoDBDocumentClientResolvedConfig, options?: HttpHandlerOptions) => Handler<...>' is not assignable to type '(stack: MiddlewareStack<any, any>, configuration: DynamoDBDocumentClientResolvedConfig, options: any) => Handler<BatchGetItemCommandInput | BatchGetCommandInput, BatchGetItemCommandOutput | BatchGetCommandOutput>'.
Types of parameters 'clientStack' and 'stack' are incompatible.
Type 'MiddlewareStack<any, any>' is not assignable to type 'MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>'.
Types of property 'concat' are incompatible.
Type '<InputType extends any, OutputType extends any>(from: MiddlewareStack<InputType, OutputType>) => MiddlewareStack<InputType, OutputType>' is not assignable to type '<InputType extends ServiceInputTypes, OutputType extends ServiceOutputTypes>(from: MiddlewareStack<InputType, OutputType>) => MiddlewareStack<...>'.
Types of parameters 'from' and 'from' are incompatible.
Property 'identify' is missing in type 'import("E:/learn/wallet-app/node_modules/@aws-sdk/types/dist-types/middleware").MiddlewareStack<InputType, OutputType>' but required in type 'import("E:/learn/wallet-app/node_modules/@aws-sdk/node-config-provider/node_modules/@aws-sdk/types/dist-types/middleware").MiddlewareStack<InputType, OutputType>'.
53 resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DynamoDBDocumentClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchGetCommandInput, BatchGetCommandOutput>;
~~~~~~~~~~~~~~~~~
node_modules/@aws-sdk/node-config-provider/node_modules/@aws-sdk/types/dist-types/middleware.d.ts:308:5
308 identify(): string[];
~~~~~~~~~~~~~~~~~~~~~
'identify' is declared here.
node_modules/@aws-sdk/lib-dynamodb/dist-types/commands/BatchWriteCommand.d.ts:73:5 - error TS2416: Property 'resolveMiddleware' in type 'BatchWriteCommand' is not assignable to the same property in base type 'DynamoDBDocumentClientCommand<BatchWriteCommandInput, BatchWriteCommandOutput, BatchWriteItemCommandInput, BatchWriteItemCommandOutput, DynamoDBDocumentClientResolvedConfig>'.
Type '(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DynamoDBDocumentClientResolvedConfig, options?: HttpHandlerOptions) => Handler<...>' is not assignable to type '(stack: MiddlewareStack<any, any>, configuration: DynamoDBDocumentClientResolvedConfig, options: any) => Handler<BatchWriteItemCommandInput | BatchWriteCommandInput, BatchWriteItemCommandOutput | BatchWriteCommandOutput>'.
Types of parameters 'clientStack' and 'stack' are incompatible.
Type 'MiddlewareStack<any, any>' is not assignable to type 'MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>'.
73 resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DynamoDBDocumentClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchWriteCommandInput, BatchWriteCommandOutput>;
~~~~~~~~~~~~~~~~~
node_modules/@aws-sdk/lib-dynamodb/dist-types/commands/DeleteCommand.d.ts:55:5 - error TS2416: Property 'resolveMiddleware' in type 'DeleteCommand' is not assignable to the same property in base type 'DynamoDBDocumentClientCommand<DeleteCommandInput, DeleteCommandOutput, DeleteItemCommandInput, DeleteItemCommandOutput, DynamoDBDocumentClientResolvedConfig>'.
Type '(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DynamoDBDocumentClientResolvedConfig, options?: HttpHandlerOptions) => Handler<...>' is not assignable to type '(stack: MiddlewareStack<any, any>, configuration: DynamoDBDocumentClientResolvedConfig, options: any) => Handler<DeleteItemCommandInput | DeleteCommandInput, DeleteItemCommandOutput | DeleteCommandOutput>'.
Types of parameters 'clientStack' and 'stack' are incompatible.
Type 'MiddlewareStack<any, any>' is not assignable to type 'MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>'.
55 resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DynamoDBDocumentClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteCommandInput, DeleteCommandOutput>;
~~~~~~~~~~~~~~~~~
node_modules/@aws-sdk/lib-dynamodb/dist-types/commands/ExecuteStatementCommand.d.ts:34:5 - error TS2416: Property 'resolveMiddleware' in type 'ExecuteStatementCommand' is not assignable to the same property in base type 'DynamoDBDocumentClientCommand<ExecuteStatementCommandInput, ExecuteStatementCommandOutput, ExecuteStatementCommandInput, ExecuteStatementCommandOutput, DynamoDBDocumentClientResolvedConfig>'.
Type '(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DynamoDBDocumentClientResolvedConfig, options?: HttpHandlerOptions) => Handler<...>' is not assignable to type '(stack: MiddlewareStack<any, any>, configuration: DynamoDBDocumentClientResolvedConfig, options: any) => Handler<ExecuteStatementCommandInput | ExecuteStatementCommandInput, ExecuteStatementCommandOutput | ExecuteStatementCommandOutput>'.
Types of parameters 'clientStack' and 'stack' are incompatible.
Type 'MiddlewareStack<any, any>' is not assignable to type 'MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>'.
34 resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DynamoDBDocumentClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ExecuteStatementCommandInput, ExecuteStatementCommandOutput>;
~~~~~~~~~~~~~~~~~
node_modules/@aws-sdk/lib-dynamodb/dist-types/commands/ExecuteTransactionCommand.d.ts:43:5 - error TS2416: Property 'resolveMiddleware' in type 'ExecuteTransactionCommand' is not assignable to the same property in base type 'DynamoDBDocumentClientCommand<ExecuteTransactionCommandInput, ExecuteTransactionCommandOutput, ExecuteTransactionCommandInput, ExecuteTransactionCommandOutput, DynamoDBDocumentClientResolvedConfig>'.
Type '(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DynamoDBDocumentClientResolvedConfig, options?: HttpHandlerOptions) => Handler<...>' is not assignable to type '(stack: MiddlewareStack<any, any>, configuration: DynamoDBDocumentClientResolvedConfig, options: any) => Handler<ExecuteTransactionCommandInput | ExecuteTransactionCommandInput, ExecuteTransactionCommandOutput | ExecuteTransactionCommandOutput>'.
Types of parameters 'clientStack' and 'stack' are incompatible.
Type 'MiddlewareStack<any, any>' is not assignable to type 'MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>'.
43 resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DynamoDBDocumentClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ExecuteTransactionCommandInput, ExecuteTransactionCommandOutput>;
~~~~~~~~~~~~~~~~~
node_modules/@aws-sdk/lib-dynamodb/dist-types/commands/GetCommand.d.ts:33:5 - error TS2416: Property 'resolveMiddleware' in type 'GetCommand' is not assignable to the same property in base type 'DynamoDBDocumentClientCommand<GetCommandInput, GetCommandOutput, GetItemCommandInput, GetItemCommandOutput, DynamoDBDocumentClientResolvedConfig>'.
Type '(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DynamoDBDocumentClientResolvedConfig, options?: HttpHandlerOptions) => Handler<...>' is not assignable to type '(stack: MiddlewareStack<any, any>, configuration: DynamoDBDocumentClientResolvedConfig, options: any) => Handler<GetItemCommandInput | GetCommandInput, GetItemCommandOutput | GetCommandOutput>'.
Types of parameters 'clientStack' and 'stack' are incompatible.
Type 'MiddlewareStack<any, any>' is not assignable to type 'MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>'.
33 resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DynamoDBDocumentClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetCommandInput, GetCommandOutput>;
~~~~~~~~~~~~~~~~~
node_modules/@aws-sdk/lib-dynamodb/dist-types/commands/PutCommand.d.ts:55:5 - error TS2416: Property 'resolveMiddleware' in type 'PutCommand' is not assignable to the same property in base type 'DynamoDBDocumentClientCommand<PutCommandInput, PutCommandOutput, PutItemCommandInput, PutItemCommandOutput, DynamoDBDocumentClientResolvedConfig>'.
Type '(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DynamoDBDocumentClientResolvedConfig, options?: HttpHandlerOptions) => Handler<...>' is not assignable to type '(stack: MiddlewareStack<any, any>, configuration: DynamoDBDocumentClientResolvedConfig, options: any) => Handler<PutItemCommandInput | PutCommandInput, PutItemCommandOutput | PutCommandOutput>'.
Types of parameters 'clientStack' and 'stack' are incompatible.
Type 'MiddlewareStack<any, any>' is not assignable to type 'MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>'.
55 resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DynamoDBDocumentClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutCommandInput, PutCommandOutput>;
~~~~~~~~~~~~~~~~~
node_modules/@aws-sdk/lib-dynamodb/dist-types/commands/QueryCommand.d.ts:49:5 - error TS2416: Property 'resolveMiddleware' in type 'QueryCommand' is not assignable to the same property in base type 'DynamoDBDocumentClientCommand<QueryCommandInput, QueryCommandOutput, QueryCommandInput, QueryCommandOutput, DynamoDBDocumentClientResolvedConfig>'.
Type '(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DynamoDBDocumentClientResolvedConfig, options?: HttpHandlerOptions) => Handler<...>' is not assignable to type '(stack: MiddlewareStack<any, any>, configuration: DynamoDBDocumentClientResolvedConfig, options: any) => Handler<QueryCommandInput | QueryCommandInput, QueryCommandOutput | QueryCommandOutput>'.
Types of parameters 'clientStack' and 'stack' are incompatible.
Type 'MiddlewareStack<any, any>' is not assignable to type 'MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>'.
49 resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DynamoDBDocumentClientResolvedConfig, options?: __HttpHandlerOptions): Handler<QueryCommandInput, QueryCommandOutput>;
~~~~~~~~~~~~~~~~~
node_modules/@aws-sdk/lib-dynamodb/dist-types/commands/ScanCommand.d.ts:46:5 - error TS2416: Property 'resolveMiddleware' in type 'ScanCommand' is not assignable to the same property in base type 'DynamoDBDocumentClientCommand<ScanCommandInput, ScanCommandOutput, ScanCommandInput, ScanCommandOutput, DynamoDBDocumentClientResolvedConfig>'.
Type '(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DynamoDBDocumentClientResolvedConfig, options?: HttpHandlerOptions) => Handler<...>' is not assignable to type '(stack: MiddlewareStack<any, any>, configuration: DynamoDBDocumentClientResolvedConfig, options: any) => Handler<ScanCommandInput | ScanCommandInput, ScanCommandOutput | ScanCommandOutput>'.
Types of parameters 'clientStack' and 'stack' are incompatible.
Type 'MiddlewareStack<any, any>' is not assignable to type 'MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>'.
46 resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DynamoDBDocumentClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ScanCommandInput, ScanCommandOutput>;
~~~~~~~~~~~~~~~~~
node_modules/@aws-sdk/lib-dynamodb/dist-types/commands/TransactGetCommand.d.ts:48:5 - error TS2416: Property 'resolveMiddleware' in type 'TransactGetCommand' is not assignable to the same property in base type 'DynamoDBDocumentClientCommand<TransactGetCommandInput, TransactGetCommandOutput, TransactGetItemsCommandInput, TransactGetItemsCommandOutput, DynamoDBDocumentClientResolvedConfig>'.
Type '(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DynamoDBDocumentClientResolvedConfig, options?: HttpHandlerOptions) => Handler<...>' is not assignable to type '(stack: MiddlewareStack<any, any>, configuration: DynamoDBDocumentClientResolvedConfig, options: any) => Handler<TransactGetItemsCommandInput | TransactGetCommandInput, TransactGetItemsCommandOutput | TransactGetCommandOutput>'.
Types of parameters 'clientStack' and 'stack' are incompatible.
Type 'MiddlewareStack<any, any>' is not assignable to type 'MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>'.
48 resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DynamoDBDocumentClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TransactGetCommandInput, TransactGetCommandOutput>;
~~~~~~~~~~~~~~~~~
node_modules/@aws-sdk/lib-dynamodb/dist-types/commands/TransactWriteCommand.d.ts:63:5 - error TS2416: Property 'resolveMiddleware' in type 'TransactWriteCommand' is not assignable to the same property in base type 'DynamoDBDocumentClientCommand<TransactWriteCommandInput, TransactWriteCommandOutput, TransactWriteItemsCommandInput, TransactWriteItemsCommandOutput, DynamoDBDocumentClientResolvedConfig>'.
Type '(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DynamoDBDocumentClientResolvedConfig, options?: HttpHandlerOptions) => Handler<...>' is not assignable to type '(stack: MiddlewareStack<any, any>, configuration: DynamoDBDocumentClientResolvedConfig, options: any) => Handler<TransactWriteItemsCommandInput | TransactWriteCommandInput, TransactWriteItemsCommandOutput | TransactWriteCommandOutput>'.
Types of parameters 'clientStack' and 'stack' are incompatible.
Type 'MiddlewareStack<any, any>' is not assignable to type 'MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>'.
63 resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DynamoDBDocumentClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TransactWriteCommandInput, TransactWriteCommandOutput>;
~~~~~~~~~~~~~~~~~
node_modules/@aws-sdk/lib-dynamodb/dist-types/commands/UpdateCommand.d.ts:58:5 - error TS2416: Property 'resolveMiddleware' in type 'UpdateCommand' is not assignable to the same property in base type 'DynamoDBDocumentClientCommand<UpdateCommandInput, UpdateCommandOutput, UpdateItemCommandInput, UpdateItemCommandOutput, DynamoDBDocumentClientResolvedConfig>'.
Type '(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DynamoDBDocumentClientResolvedConfig, options?: HttpHandlerOptions) => Handler<...>' is not assignable to type '(stack: MiddlewareStack<any, any>, configuration: DynamoDBDocumentClientResolvedConfig, options: any) => Handler<UpdateItemCommandInput | UpdateCommandInput, UpdateItemCommandOutput | UpdateCommandOutput>'.
Types of parameters 'clientStack' and 'stack' are incompatible.
Type 'MiddlewareStack<any, any>' is not assignable to type 'MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>'.
58 resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DynamoDBDocumentClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateCommandInput, UpdateCommandOutput>;
~~~~~~~~~~~~~~~~~
node_modules/@aws-sdk/lib-dynamodb/dist-types/pagination/Interfaces.d.ts:4:18 - error TS2430: Interface 'DynamoDBDocumentPaginationConfiguration' incorrectly extends interface 'PaginationConfiguration'.
Types of property 'client' are incompatible.
Type 'DynamoDBDocumentClient | DynamoDBDocument' is not assignable to type 'Client<any, any, any>'.
Type 'DynamoDBDocumentClient' is not assignable to type 'Client<any, any, any>'.
The types of 'middlewareStack.concat' are incompatible between these types.
Type '<InputType extends ServiceInputTypes, OutputType extends ServiceOutputTypes>(from: MiddlewareStack<InputType, OutputType>) => MiddlewareStack<...>' is not assignable to type '<InputType extends any, OutputType extends any>(from: MiddlewareStack<InputType, OutputType>) => MiddlewareStack<InputType, OutputType>'.
Types of parameters 'from' and 'from' are incompatible.
Property 'identify' is missing in type 'import("E:/learn/wallet-app/node_modules/@aws-sdk/types/dist-types/middleware").MiddlewareStack<InputType, OutputType>' but required in type 'import("E:/learn/wallet-app/node_modules/@aws-sdk/node-config-provider/node_modules/@aws-sdk/types/dist-types/middleware").MiddlewareStack<InputType, OutputType>'.
4 export interface DynamoDBDocumentPaginationConfiguration extends PaginationConfiguration {
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@aws-sdk/node-config-provider/node_modules/@aws-sdk/types/dist-types/middleware.d.ts:308:5
308 identify(): string[];
~~~~~~~~~~~~~~~~~~~~~
'identify' is declared here.
Found 15 errors in 15 files.
Errors Files
1 node_modules/@aws-sdk/lib-dynamodb/dist-types/baseCommand/DynamoDBDocumentClientCommand.d.ts:13
1 node_modules/@aws-sdk/lib-dynamodb/dist-types/commands/BatchExecuteStatementCommand.d.ts:43
1 node_modules/@aws-sdk/lib-dynamodb/dist-types/commands/BatchGetCommand.d.ts:53
1 node_modules/@aws-sdk/lib-dynamodb/dist-types/commands/BatchWriteCommand.d.ts:73
1 node_modules/@aws-sdk/lib-dynamodb/dist-types/commands/DeleteCommand.d.ts:55
1 node_modules/@aws-sdk/lib-dynamodb/dist-types/commands/ExecuteStatementCommand.d.ts:34
1 node_modules/@aws-sdk/lib-dynamodb/dist-types/commands/ExecuteTransactionCommand.d.ts:43
1 node_modules/@aws-sdk/lib-dynamodb/dist-types/commands/GetCommand.d.ts:33
1 node_modules/@aws-sdk/lib-dynamodb/dist-types/commands/PutCommand.d.ts:55
1 node_modules/@aws-sdk/lib-dynamodb/dist-types/commands/QueryCommand.d.ts:49
1 node_modules/@aws-sdk/lib-dynamodb/dist-types/commands/ScanCommand.d.ts:46
1 node_modules/@aws-sdk/lib-dynamodb/dist-types/commands/TransactGetCommand.d.ts:48
1 node_modules/@aws-sdk/lib-dynamodb/dist-types/commands/TransactWriteCommand.d.ts:63
1 node_modules/@aws-sdk/lib-dynamodb/dist-types/commands/UpdateCommand.d.ts:58
1 node_modules/@aws-sdk/lib-dynamodb/dist-types/pagination/Interfaces.d.ts:4
error Command failed with exit code 2.
Beta Was this translation helpful? Give feedback.
All reactions