Values_0.DistributionSourceInformation about a traffic distribution.
type nonrec t = {region : AwsRegion.t;The Amazon Web Services Region where the traffic is distributed.
*)percentage : Percentage.t;The percentage of the traffic that is distributed, in increments of 10.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Integer of Percentage.t | `String of AwsRegion.t ]) list ]