Values_1.DeleteTrafficDistributionGroupRequestSourceDeletes a traffic distribution group. This API can be called only in the Region where the traffic distribution group is created. For more information about deleting traffic distribution groups, see Delete traffic distribution groups in the Amazon Connect Administrator Guide.
type nonrec t = {trafficDistributionGroupId : Values_0.TrafficDistributionGroupIdOrArn.t;The identifier of the traffic distribution group. This can be the ID or the ARN of the traffic distribution group.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of Values_0.TrafficDistributionGroupIdOrArn.t ])
list ]