Module Values.UpdatePositionRequestSource

Update 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.

Sourcetype nonrec t = {
  1. resourceIdentifier : PositionResourceIdentifier.t;
    (*

    Resource identifier of the resource for which position is updated.

    *)
  2. resourceType : PositionResourceType.t;
    (*

    Resource type of the resource for which position is updated.

    *)
  3. position : PositionCoordinate.t;
    (*

    The position information of the resource.

    *)
}
Sourceval context_ : string
Sourceval make : resourceIdentifier:PositionResourceIdentifier.t -> resourceType:PositionResourceType.t -> position:PositionCoordinate.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `List of [> `Float of PositionCoordinateValue.t ] list | `String of PositionResourceIdentifier.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t