Values.UpdateResourcePositionRequestSourceUpdate the position information of a given wireless device or a wireless gateway resource. The position coordinates are based on the World Geodetic System (WGS84).
type nonrec t = {resourceIdentifier : PositionResourceIdentifier.t;The identifier of the resource for which position information is updated. It can be the wireless device ID or the wireless gateway ID, depending on the resource type.
*)resourceType : PositionResourceType.t;The type of resource for which position information is updated, which can be a wireless device or a wireless gateway.
*)geoJsonPayload : GeoJsonPayload.t option;The position information of the resource, displayed as a JSON payload. The payload uses the GeoJSON format, which a format that's used to encode geographic data structures. For more information, see GeoJSON.
*)}val make :
?geoJsonPayload:??? ->
resourceIdentifier:PositionResourceIdentifier.t ->
resourceType:PositionResourceType.t ->
unit ->
tval of_header_and_body :
((string, PositionResourceIdentifier.t) Awso.Import.List.Assoc.t
* GeoJsonPayload.t) ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Blob of GeoJsonPayload.t
| `Enum of string
| `String of PositionResourceIdentifier.t ])
list ]