Values.PutPositionConfigurationRequestSourcePut position configuration for a given resource. This action is no longer supported. Calls to update the position configuration should use the UpdateResourcePosition API operation instead.
type nonrec t = {resourceIdentifier : PositionResourceIdentifier.t;Resource identifier used to update the position configuration.
*)resourceType : PositionResourceType.t;Resource type of the resource for which you want to update the position configuration.
*)solvers : PositionSolverConfigurations.t option;The positioning solvers used to update the position configuration of the resource.
*)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 make :
?solvers:??? ->
?destination:??? ->
resourceIdentifier:PositionResourceIdentifier.t ->
resourceType:PositionResourceType.t ->
unit ->
tval 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 ]