Values.PositionConfigurationItemSourceThe wrapper for a position configuration.
type nonrec t = {resourceIdentifier : PositionResourceIdentifier.t option;Resource identifier for the position configuration.
*)resourceType : PositionResourceType.t option;Resource type of the resource for the position configuration.
*)solvers : PositionSolverDetails.t option;The details of the positioning solver object used to compute the location.
*)destination : DestinationName.t option;The position data destination that describes the AWS IoT rule that processes the device's position data for use by AWS IoT Core for LoRaWAN.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of PositionResourceIdentifier.t
| `Structure of
(string * [> `Structure of (string * [> `Enum of string ]) list ])
list ])
list ]