BatchWriteItemResponseTable

fun <T, PK : KeyType> BatchWriteItemResponseTable(tableName: String, unprocessedItems: List<T>, schema: ItemSchema.PartitionKey<T, PK>, unprocessedKeys: List<PK>): BatchWriteItemResponseTable.PartitionKey<T, PK>
fun <T, PK : KeyType, SK : KeyType> BatchWriteItemResponseTable(tableName: String, unprocessedItems: List<T>, schema: ItemSchema.CompositeKey<T, PK, SK>, unprocessedKeys: List<Pair<PK, SK>>): BatchWriteItemResponseTable.CompositeKey<T, PK, SK>