Module Values.UpdateTrafficPolicyInstanceRequestSource

A complex type that contains information about the resource record sets that you want to update based on a specified traffic policy instance.

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

    The ID of the traffic policy instance that you want to update.

    *)
  2. tTL : TTL.t;
    (*

    The TTL that you want Amazon Route 53 to assign to all of the updated resource record sets.

    *)
  3. trafficPolicyId : TrafficPolicyId.t;
    (*

    The ID of the traffic policy that you want Amazon Route 53 to use to update resource record sets for the specified traffic policy instance.

    *)
  4. trafficPolicyVersion : TrafficPolicyVersion.t;
    (*

    The version of the traffic policy that you want Amazon Route 53 to use to update resource record sets for the specified traffic policy instance.

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