Values.BatchGetAssetPropertyValueHistoryResponseSourceGets the historical values for one or more asset properties. For more information, see Querying historical values in the IoT SiteWise User Guide.
type nonrec t = {errorEntries : BatchGetAssetPropertyValueHistoryErrorEntries.t option;A list of the errors (if any) associated with the batch request. Each error entry contains the entryId of the entry that failed.
*)successEntries : BatchGetAssetPropertyValueHistorySuccessEntries.t option;A list of entries that were processed successfully by this batch request. Each success entry contains the entryId of the entry that succeeded and the latest query result.
*)skippedEntries : BatchGetAssetPropertyValueHistorySkippedEntries.t option;A list of entries that were not processed by this batch request. because these entries had been completely processed by previous paginated requests. Each skipped entry contains the entryId of the entry that skipped.
*)nextToken : NextToken.t option;The token for the next set of results, or null if there are no additional results.
*)}type nonrec error = [ | `InternalFailureException of InternalFailureException.t| `InvalidRequestException of InvalidRequestException.t| `ThrottlingException of ThrottlingException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InternalFailureException of InternalFailureException.t
| `InvalidRequestException of InvalidRequestException.t
| `ServiceUnavailableException of ServiceUnavailableException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InternalFailureException of InternalFailureException.t
| `InvalidRequestException of InvalidRequestException.t
| `ServiceUnavailableException of ServiceUnavailableException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `Enum of string
| `Structure of
(string
* [> `Boolean of
PropertyValueBooleanValue.t
| `Double of PropertyValueDoubleValue.t
| `Integer of PropertyValueIntegerValue.t
| `Long of TimeInSeconds.t
| `String of PropertyValueStringValue.t
| `Structure of
(string * [> `Enum of string ]) list ])
list ])
list ]
list
| `String of ErrorMessage.t
| `Structure of
(string
* [> `Enum of string | `Timestamp of Timestamp.t ])
list ])
list ]
list
| `String of NextToken.t ])
list ]