Module Values.GetTrafficPolicyRequestSource

Gets information about a specific traffic policy version.

Sourcetype nonrec t = {
  1. id : TrafficPolicyId.t;
    (*

    The ID of the traffic policy that you want to get information about.

    *)
  2. version : TrafficPolicyVersion.t;
    (*

    The version number of the traffic policy that you want to get information about.

    *)
}
Sourceval context_ : string
Sourceval make : id:TrafficPolicyId.t -> version:TrafficPolicyVersion.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of TrafficPolicyVersion.t | `String of TrafficPolicyId.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