BatchWriteItemRequestTable
fun <T, PK : KeyType> BatchWriteItemRequestTable(putItems: List<T>, tableName: String, deleteKeys: List<PK>, schema: ItemSchema.PartitionKey<T, PK>): BatchWriteItemRequestTable.PartitionKey<T, PK>