Values.DescribeTargetGroupsInputSourceDescribes the specified target groups or all of your target groups. By default, all target groups are described. Alternatively, you can specify one of the following to filter the results: the ARN of the load balancer, the names of one or more target groups, or the ARNs of one or more target groups.
type nonrec t = {loadBalancerArn : LoadBalancerArn.t option;The Amazon Resource Name (ARN) of the load balancer.
*)targetGroupArns : TargetGroupArns.t option;The Amazon Resource Names (ARN) of the target groups.
*)names : TargetGroupNames.t option;The names of the target groups.
*)marker : Marker.t option;The marker for the next set of results. (You received this marker from a previous call.)
*)pageSize : PageSize.t option;The maximum number of results to return with this call.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of PageSize.t
| `List of [> `String of TargetGroupArn.t ] list
| `String of LoadBalancerArn.t ])
list ]