Values.DescribeTargetHealthOutputSourceDescribes the health of the specified targets or all of your targets.
type describeTargetHealthResult = {targetHealthDescriptions : TargetHealthDescriptions.t option;Information about the health of the targets.
*)}and t = {describeTargetHealthResult : describeTargetHealthResult;responseMetaData : responseMetaData;}type error = [ | `InvalidTargetException of InvalidTargetException.t| `TargetGroupNotFoundException of TargetGroupNotFoundException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `HealthUnavailableException of unit
| `InvalidTargetException of unit
| `TargetGroupNotFoundException of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `HealthUnavailableException of unit
| `InvalidTargetException of unit
| `TargetGroupNotFoundException of unit
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `String of HealthCheckPort.t
| `Structure of
(string
* [> `Enum of string
| `Integer of Port.t
| `String of TargetId.t ])
list ])
list ]
list ])
list ])
list ]