Values.UpdateTrafficPolicyInstanceRequestSourceA complex type that contains information about the resource record sets that you want to update based on a specified traffic policy instance.
type nonrec t = {id : TrafficPolicyInstanceId.t;The ID of the traffic policy instance that you want to update.
*)tTL : TTL.t;The TTL that you want Amazon Route 53 to assign to all of the updated resource record sets.
*)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.
*)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.
*)}val make :
id:TrafficPolicyInstanceId.t ->
tTL:TTL.t ->
trafficPolicyId:TrafficPolicyId.t ->
trafficPolicyVersion:TrafficPolicyVersion.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Integer of TrafficPolicyVersion.t
| `Long of TTL.t
| `String of TrafficPolicyInstanceId.t ])
list ]