Values_0.BatchDescribeDataTableValueResponseSourceRetrieves 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 = {successful : BatchDescribeDataTableValueSuccessResultList.t option;A list of successfully retrieved values with their data, metadata, and lock version information.
*)failed : BatchDescribeDataTableValueFailureResultList.t option;A list of values that failed to be retrieved with error messages explaining the failure reason.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `InternalServiceException of InternalServiceException.t| `InvalidParameterException of InvalidParameterException.t| `InvalidRequestException of InvalidRequestException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ThrottlingException of ThrottlingException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServiceException of InternalServiceException.t
| `InvalidParameterException of InvalidParameterException.t
| `InvalidRequestException of InvalidRequestException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServiceException of InternalServiceException.t
| `InvalidParameterException of InvalidParameterException.t
| `InvalidRequestException of InvalidRequestException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `String of DataTableName.t ])
list ]
list
| `String of DataTableId.t
| `Structure of
(string * [> `String of String_.t ]) list
| `Timestamp of Timestamp.t ])
list ]
list ])
list ]