Values.VerifyDevicePositionResponseSourceVerifies the integrity of the device's position by determining if it was reported behind a proxy, and by comparing it to an inferred position estimated based on the device's state. The Location Integrity SDK provides enhanced features related to device verification, and it is available for use by request. To get access to the SDK, contact Sales Support.
type nonrec t = {inferredState : InferredState.t option;The inferred state of the device, given the provided position, IP address, cellular signals, and Wi-Fi- access points.
*)deviceId : Id.t option;The device identifier.
*)sampleTime : Timestamp.t option;The timestamp at which the device's position was determined. Uses ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ.
*)receivedTime : Timestamp.t option;The timestamp for when the tracker resource received the device position in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ.
*)distanceUnit : DistanceUnit.t option;The distance unit for the verification response.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `InternalServerException of InternalServerException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of Id.t
| `Structure of
(string
* [> `Boolean of Boolean.t
| `Double of Double.t
| `List of [> `Double of Double.t ] list
| `Structure of
(string * [> `Double of PositionalAccuracyHorizontalDouble.t ])
list ])
list
| `Timestamp of Timestamp.t ])
list ]