Values.GetTrafficPolicyInstanceCountResponseSourceA complex type that contains information about the resource record sets that Amazon Route 53 created based on a specified traffic policy.
type nonrec t = {trafficPolicyInstanceCount : TrafficPolicyInstanceCount.t option;The number of traffic policy instances that are associated with the current Amazon Web Services account.
*)}val error_of_json :
'a ->
Yojson.Safe.t ->
[> `Unknown_operation_error of 'a * string option ]val to_value :
t ->
[> `Structure of
(string * [> `Integer of TrafficPolicyInstanceCount.t ]) list ]