Values.BatchGetAssetPropertyValueRequestSourceGets the current value for one or more asset properties. For more information, see Querying current values in the IoT SiteWise User Guide.
type nonrec t = {entries : BatchGetAssetPropertyValueEntries.t;The list of asset property value entries for the batch get request. You can specify up to 128 entries per request.
*)nextToken : NextToken.t option;The token to be used for the next set of paginated results.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of EntryId.t ]) list ]
list
| `String of NextToken.t ])
list ]