Values.TrafficPolicySummarySourceA complex type that contains information about the latest version of one traffic policy that is associated with the current Amazon Web Services account.
type nonrec t = {id : TrafficPolicyId.t option;The ID that Amazon Route 53 assigned to the traffic policy when you created it.
*)name : TrafficPolicyName.t option;The name that you specified for the traffic policy when you created it.
*)type_ : RRType.t option;The DNS type of the resource record sets that Amazon Route 53 creates when you use a traffic policy to create a traffic policy instance.
*)latestVersion : TrafficPolicyVersion.t option;The version number of the latest version of the traffic policy.
*)trafficPolicyCount : TrafficPolicyVersion.t option;The number of traffic policies that are associated with the current Amazon Web Services account.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of TrafficPolicyVersion.t
| `String of TrafficPolicyId.t ])
list ]