Values.DeleteTargetGroupRequestSourceDeletes a target group. You can't delete a target group if it is used in a listener rule or if the target group creation is in progress.
type nonrec t = {targetGroupIdentifier : TargetGroupIdentifier.t;The ID or ARN of the target group.
*)}val to_value :
t ->
[> `Structure of (string * [> `String of TargetGroupIdentifier.t ]) list ]