Values_0.BatchDeleteDataTableValueRequestSourceDeletes multiple values from a data table. API users may delete values at any time. When deletion is requested from the admin website, a warning is shown alerting the user of the most recent time the attribute and its values were accessed. System managed values are not deletable by customers.
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 : DataTableDeleteValueIdentifierList.t;A list of value identifiers to delete, each specifying primary values, attribute name, and lock version information.
*)}val make :
instanceId:InstanceId.t ->
dataTableId:DataTableId.t ->
values:DataTableDeleteValueIdentifierList.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 ])
list ]
list
| `String of InstanceId.t ])
list ]