lib/aws-sdk-elasticloadbalancingv2/client.rb in aws-sdk-elasticloadbalancingv2-1.63.0 vs lib/aws-sdk-elasticloadbalancingv2/client.rb in aws-sdk-elasticloadbalancingv2-1.64.0
- old
+ new
@@ -3518,14 +3518,17 @@
# @option params [required, String] :target_group_arn
# The Amazon Resource Name (ARN) of the target group.
#
# @option params [String] :health_check_protocol
# The protocol the load balancer uses when performing health checks on
- # targets. The TCP protocol is supported for health checks only if the
- # protocol of the target group is TCP, TLS, UDP, or TCP\_UDP. The
- # GENEVE, TLS, UDP, and TCP\_UDP protocols are not supported for health
- # checks.
+ # targets. For Application Load Balancers, the default is HTTP. For
+ # Network Load Balancers and Gateway Load Balancers, the default is TCP.
+ # The TCP protocol is not supported for health checks if the protocol of
+ # the target group is HTTP or HTTPS. It is supported for health checks
+ # only if the protocol of the target group is TCP, TLS, UDP, or
+ # TCP\_UDP. The GENEVE, TLS, UDP, and TCP\_UDP protocols are not
+ # supported for health checks.
#
# With Network Load Balancers, you can't modify this setting.
#
# @option params [String] :health_check_port
# The port the load balancer uses when performing health checks on
@@ -4267,10 +4270,10 @@
operation: config.api.operation(operation_name),
client: self,
params: params,
config: config)
context[:gem_name] = 'aws-sdk-elasticloadbalancingv2'
- context[:gem_version] = '1.63.0'
+ context[:gem_version] = '1.64.0'
Seahorse::Client::Request.new(handlers, context)
end
# Polls an API operation until a resource enters a desired state.
#