update

fun <Document : Any, HashKey : Any, SortKey : Any> DynamoDbTableMapper<Document, HashKey, SortKey>.update(hashKey: HashKey, sortKey: SortKey? = null, updateFn: (Document) -> Document): Document?