Values.GetTargetGroupRequestSourceRetrieves information about the specified target group.
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 ]