Values_0.BatchDescribeDataTableValueRequestSourceRetrieves multiple values from a data table without evaluating expressions. Returns the raw stored values along with metadata such as lock versions and modification timestamps. "Describe" is a deprecated term but is allowed to maintain consistency with existing operations.
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 : DataTableValueIdentifierList.t;A list of value identifiers to retrieve, each specifying primary values and attribute names.
*)}val make :
instanceId:InstanceId.t ->
dataTableId:DataTableId.t ->
values:DataTableValueIdentifierList.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 ])
list ]
list
| `String of InstanceId.t ])
list ]