You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(client-dynamodb): This release adds ReturnValuesOnConditionCheckFailure parameter to PutItem, UpdateItem, DeleteItem, ExecuteStatement, BatchExecuteStatement and ExecuteTransaction APIs. When set to ALL_OLD, API returns a copy of the item as it was when a conditional write failed
* for the API call. For more details on this distinction, see <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/HowItWorks.NamingRulesDataTypes.html">Naming Rules and Data Types</a>.</p>
45
45
* <note>
46
46
* <p>
47
-
* <code>BatchWriteItem</code> cannot update items. If you perform a <code>BatchWriteItem</code>
48
-
* operation on an existing item, that item's values will be overwritten by the
49
-
* operation and it will appear like it was updated. To update items, we recommend you
50
-
* use the <code>UpdateItem</code> action.</p>
47
+
* <code>BatchWriteItem</code> cannot update items. If you perform a
48
+
* <code>BatchWriteItem</code> operation on an existing item, that item's values
49
+
* will be overwritten by the operation and it will appear like it was updated. To
50
+
* update items, we recommend you use the <code>UpdateItem</code> action.</p>
51
51
* </note>
52
52
* <p>The individual <code>PutItem</code> and <code>DeleteItem</code> operations specified
53
53
* in <code>BatchWriteItem</code> are atomic; however <code>BatchWriteItem</code> as a
0 commit comments