Values.DescribeTargetHealthInputSourceDescribes the health of the specified targets or all of your targets.
type nonrec t = {targetGroupArn : TargetGroupArn.t;The Amazon Resource Name (ARN) of the target group.
*)targets : TargetDescriptions.t option;The targets.
*)include_ : ListOfDescribeTargetHealthIncludeOptions.t option;Used to include anomaly detection information.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Enum of string
| `Structure of
(string * [> `Integer of Port.t | `String of TargetId.t ])
list ]
list
| `String of TargetGroupArn.t ])
list ]