Values.UpdatePositionRequestSourceUpdate the position information of a resource. This action is no longer supported. Calls to update the position information should use the UpdateResourcePosition API operation instead.
type nonrec t = {resourceIdentifier : PositionResourceIdentifier.t;Resource identifier of the resource for which position is updated.
*)resourceType : PositionResourceType.t;Resource type of the resource for which position is updated.
*)position : PositionCoordinate.t;The position information of the resource.
*)}val make :
resourceIdentifier:PositionResourceIdentifier.t ->
resourceType:PositionResourceType.t ->
position:PositionCoordinate.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of [> `Float of PositionCoordinateValue.t ] list
| `String of PositionResourceIdentifier.t ])
list ]