Values.ExecuteTransactionOutputSourceThis operation allows you to perform transactional reads or writes on data stored in DynamoDB, using PartiQL. The entire transaction must consist of either read statements or write statements, you cannot mix both in one transaction. The EXISTS function is an exception and can be used to check the condition of specific attributes of the item in a similar manner to ConditionCheck in the TransactWriteItems API.
type nonrec t = {responses : ItemResponseList.t option;The response to a PartiQL transaction.
*)consumedCapacity : ConsumedCapacityMultiple.t option;The capacity units consumed by the entire operation. The values of the list are ordered according to the ordering of the statements.
*)}type nonrec error = [ | `IdempotentParameterMismatchException of IdempotentParameterMismatchException.t| `InternalServerError of InternalServerError.t| `ProvisionedThroughputExceededException of
ProvisionedThroughputExceededException.t| `RequestLimitExceeded of RequestLimitExceeded.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ThrottlingException of ThrottlingException.t| `TransactionCanceledException of TransactionCanceledException.t| `TransactionInProgressException of TransactionInProgressException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `IdempotentParameterMismatchException of
IdempotentParameterMismatchException.t
| `InternalServerError of InternalServerError.t
| `ProvisionedThroughputExceededException of
ProvisionedThroughputExceededException.t
| `RequestLimitExceeded of RequestLimitExceeded.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `TransactionCanceledException of TransactionCanceledException.t
| `TransactionInProgressException of TransactionInProgressException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `IdempotentParameterMismatchException of
IdempotentParameterMismatchException.t
| `InternalServerError of InternalServerError.t
| `ProvisionedThroughputExceededException of
ProvisionedThroughputExceededException.t
| `RequestLimitExceeded of RequestLimitExceeded.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `TransactionCanceledException of TransactionCanceledException.t
| `TransactionInProgressException of TransactionInProgressException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Double of ConsumedCapacityUnits.t
| `Map of
([> `String of AttributeName.t ] * Awso.Botodata.value)
list
| `String of TableArn.t
| `Structure of
(string * [> `Double of ConsumedCapacityUnits.t ])
list ])
list ]
list ])
list ]