Values.GetDevicePositionHistoryResponseSourceRetrieves the device position history from a tracker resource within a specified range of time. Device positions are deleted after 30 days.
type nonrec t = {devicePositions : DevicePositionList.t option;Contains the position history details for the requested device.
*)nextToken : Token.t option;A pagination token indicating there are additional pages available. You can use the token in a following request to fetch the next set of results.
*)}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
* [> `List of
[> `Structure of
(string
* [> `List of [> `Double of Double.t ] list
| `Map of
([> `String of PositionPropertyMapKeyString.t ]
* [> `String of PositionPropertyMapValueString.t ])
list
| `String of Id.t
| `Structure of
(string
* [> `Double of PositionalAccuracyHorizontalDouble.t ])
list
| `Timestamp of Timestamp.t ])
list ]
list
| `String of Token.t ])
list ]