Plumbs through put, update, and delete item options to underlying client calls. This is is necessary so that options like return_values and return_values_on_condition_check_failure can be configured. If return_values_on_condition_check_failure is used, the ConditionalWriteFailed error will have an original error instance of ConditionalCheckFailedException with item data that can be used.
Plumbs through put, update, and delete item options to underlying client calls. This is is necessary so that options like
return_values
andreturn_values_on_condition_check_failure
can be configured. Ifreturn_values_on_condition_check_failure
is used, theConditionalWriteFailed
error will have an original error instance ofConditionalCheckFailedException
with item data that can be used.