Module Values_0.BatchDescribeDataTableValueRequestSource

Retrieves 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.

Sourcetype nonrec t = {
  1. instanceId : InstanceId.t;
    (*

    The unique identifier for the Amazon Connect instance.

    *)
  2. dataTableId : DataTableId.t;
    (*

    The unique identifier for the data table. Must also accept the table ARN with or without a version alias.

    *)
  3. values : DataTableValueIdentifierList.t;
    (*

    A list of value identifiers to retrieve, each specifying primary values and attribute names.

    *)
}
Sourceval context_ : string
Sourceval make : instanceId:InstanceId.t -> dataTableId:DataTableId.t -> values:DataTableValueIdentifierList.t -> unit -> t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t