Values.ModifyTargetGroupOutputSourceModifies the health checks used when evaluating the health state of the targets in the specified target group.
type modifyTargetGroupResult = {targetGroups : TargetGroups.t option;Information about the modified target group.
*)}and t = {modifyTargetGroupResult : modifyTargetGroupResult;responseMetaData : responseMetaData;}type error = [ | `InvalidConfigurationRequestException of InvalidConfigurationRequestException.t| `TargetGroupNotFoundException of TargetGroupNotFoundException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InvalidConfigurationRequestException of unit
| `TargetGroupNotFoundException of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InvalidConfigurationRequestException 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
* [> `Boolean of HealthCheckEnabled.t
| `Enum of string
| `Integer of Port.t
| `List of
[> `String of LoadBalancerArn.t ] list
| `String of TargetGroupArn.t
| `Structure of
(string * [> `String of HttpCode.t ]) list ])
list ]
list ])
list ])
list ]