Values.UpdateTargetGroupRequestSourceUpdates the specified target group.
type nonrec t = {targetGroupIdentifier : TargetGroupIdentifier.t;The ID or ARN of the target group.
*)healthCheck : HealthCheckConfig.t;The health check configuration.
*)}val make :
targetGroupIdentifier:TargetGroupIdentifier.t ->
healthCheck:HealthCheckConfig.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of TargetGroupIdentifier.t
| `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `Integer of HealthCheckPort.t
| `String of HealthCheckPath.t
| `Structure of
(string * [> `String of HttpCodeMatcher.t ]) list ])
list ])
list ]