Module Values_1.DeleteTrafficDistributionGroupRequestSource

Deletes 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.

Sourcetype nonrec t = {
  1. 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.

    *)
}
Sourceval context_ : string
Sourceval make : trafficDistributionGroupId:Values_0.TrafficDistributionGroupIdOrArn.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Values_0.TrafficDistributionGroupIdOrArn.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t