Values_0.BatchUpdateDataTableValueRequestSourceUpdates multiple data table values using all properties from BatchCreateDataTableValue. System managed values are not modifiable by customers. The operation requires proper lock versions to prevent concurrent modification conflicts.
type nonrec t = {instanceId : InstanceId.t;The unique identifier for the Amazon Connect instance.
*)dataTableId : DataTableId.t;The unique identifier for the data table. Must also accept the table ARN with or without a version alias.
*)values : DataTableValueList.t;A list of values to update, each including the current lock version to ensure optimistic locking.
*)}val make :
instanceId:InstanceId.t ->
dataTableId:DataTableId.t ->
values:DataTableValueList.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `String of DataTableName.t ])
list ]
list
| `String of DataTableName.t
| `Structure of
(string * [> `String of String_.t ]) list
| `Timestamp of Timestamp.t ])
list ]
list
| `String of InstanceId.t ])
list ]