Values.TransactWriteItemSourceA list of requests that can perform update, put, delete, or check operations on multiple items in one or more tables atomically.
type nonrec t = {conditionCheck : ConditionCheck.t option;A request to perform a check item operation.
*)put : Put.t option;A request to perform a PutItem operation.
*)delete : Delete.t option;A request to perform a DeleteItem operation.
*)update : Update.t option;A request to perform an UpdateItem operation.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `Map of
([> `String of AttributeName.t ] * Awso.Botodata.value)
list
| `String of TableArn.t ])
list ])
list ]