File tree Expand file tree Collapse file tree 2 files changed +15
-14
lines changed Expand file tree Collapse file tree 2 files changed +15
-14
lines changed Original file line number Diff line number Diff line change
1
+ export * from "./BatchExecuteStatementCommand" ;
2
+ export * from "./BatchGetCommand" ;
3
+ export * from "./BatchWriteCommand" ;
4
+ export * from "./DeleteCommand" ;
5
+ export * from "./ExecuteStatementCommand" ;
6
+ export * from "./ExecuteTransactionCommand" ;
7
+ export * from "./GetCommand" ;
8
+ export * from "./PutCommand" ;
9
+ export * from "./QueryCommand" ;
10
+ export * from "./ScanCommand" ;
11
+ export * from "./TransactGetCommand" ;
12
+ export * from "./TransactWriteCommand" ;
13
+ export * from "./UpdateCommand" ;
Original file line number Diff line number Diff line change 1
- export * from "./commands/BatchExecuteStatementCommand" ;
2
- export * from "./commands/BatchGetCommand" ;
3
- export * from "./commands/BatchWriteCommand" ;
4
- export * from "./DynamoDBDocumentClient" ;
5
- export * from "./commands/DeleteCommand" ;
6
1
export * from "./DynamoDBDocument" ;
7
- export * from "./commands/ExecuteStatementCommand" ;
8
- export * from "./commands/ExecuteTransactionCommand" ;
9
- export * from "./commands/GetCommand" ;
10
- export * from "./commands/PutCommand" ;
11
- export * from "./commands/QueryCommand" ;
12
- export * from "./commands/ScanCommand" ;
13
- export * from "./commands/TransactGetCommand" ;
14
- export * from "./commands/TransactWriteCommand" ;
15
- export * from "./commands/UpdateCommand" ;
2
+ export * from "./DynamoDBDocumentClient" ;
3
+ export * from "./commands" ;
You can’t perform that action at this time.
0 commit comments