Values_1.GetTrafficDistributionRequestSourceRetrieves the current traffic distribution for a given traffic distribution group.
type nonrec t = {id : Values_0.TrafficDistributionGroupIdOrArn.t;The identifier of the traffic distribution group. This can be the ID or the ARN if the API is being called in the Region where the traffic distribution group was created. The ARN must be provided if the call is from the replicated Region.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of Values_0.TrafficDistributionGroupIdOrArn.t ])
list ]