Module Values.GetPositionRequestSource

Get the position information for a given resource. This action is no longer supported. Calls to retrieve the position information should use the GetResourcePosition API operation instead.

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

    Resource identifier used to retrieve the position information.

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

    Resource type of the resource for which position information is retrieved.

    *)
}
Sourceval context_ : string
Sourceval make : resourceIdentifier:PositionResourceIdentifier.t -> resourceType:PositionResourceType.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `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