Values.BatchStatementResponseSourceA PartiQL batch statement response..
type nonrec t = {error : BatchStatementError.t option;The error associated with a failed PartiQL batch statement.
*)tableName : TableName.t option;The table name associated with a failed PartiQL batch statement.
*)item : AttributeMap.t option;A DynamoDB item associated with a BatchStatementResponse
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of AttributeName.t ] * Awso.Botodata.value) list
| `String of TableName.t
| `Structure of
(string
* [> `Enum of string
| `Map of
([> `String of AttributeName.t ] * Awso.Botodata.value) list
| `String of String_.t ])
list ])
list ]