| 7 | type BatchWritable = Put | Delete; |
| 8 | |
| 9 | export class BatchWrite { |
| 10 | private batchWriteItems: BatchWritable[] = []; |
| 11 | returnConsumedCapacity?: ReturnConsumedCapacity |
| 12 | returnItemCollectionMetrics?: ReturnItemCollectionMetrics |
nothing calls this directly
no outgoing calls
no test coverage detected