Values.GetPositionResponseSourceGet the position information for a given resource. This action is no longer supported. Calls to retrieve the position information should use the GetResourcePosition API operation instead.
type nonrec t = {position : PositionCoordinate.t option;The position information of the resource.
*)accuracy : Accuracy.t option;The accuracy of the estimated position in meters. An empty value indicates that no position data is available. A value of ‘0.0’ value indicates that position data is available. This data corresponds to the position information that you specified instead of the position computed by solver.
*)solverType : PositionSolverType.t option;The type of solver used to identify the position of the resource.
*)solverProvider : PositionSolverProvider.t option;The vendor of the positioning solver.
*)solverVersion : PositionSolverVersion.t option;The version of the positioning solver.
*)timestamp : ISODateTimeString.t option;The timestamp at which the device's position was determined.
*)}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
| `List of [> `Float of PositionCoordinateValue.t ] list
| `String of PositionSolverVersion.t
| `Structure of (string * [> `Float of HorizontalAccuracy.t ]) list ])
list ]