Values.DeleteTrafficPolicyInstanceRequestSourceA request to delete a specified traffic policy instance.
type nonrec t = {id : TrafficPolicyInstanceId.t;The ID of the traffic policy instance that you want to delete. When you delete a traffic policy instance, Amazon Route 53 also deletes all of the resource record sets that were created when you created the traffic policy instance.
*)}val to_value :
t ->
[> `Structure of (string * [> `String of TrafficPolicyInstanceId.t ]) list ]