Values.WriteRequestSourceRepresents an operation to perform - either DeleteItem or PutItem. You can only request one of these operations, not both, in a single WriteRequest. If you do need to perform both of these operations, you need to provide two separate WriteRequest objects.
type nonrec t = {putRequest : PutRequest.t option;A request to perform a PutItem operation.
*)deleteRequest : DeleteRequest.t option;A request to perform a DeleteItem operation.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Map of
([> `String of AttributeName.t ] * Awso.Botodata.value)
list ])
list ])
list ]