lib/aws-sdk-elasticloadbalancingv2/client.rb in aws-sdk-elasticloadbalancingv2-1.61.0 vs lib/aws-sdk-elasticloadbalancingv2/client.rb in aws-sdk-elasticloadbalancingv2-1.62.0
- old
+ new
@@ -1363,12 +1363,12 @@
# targets.
#
# \[HTTP1 or HTTP2 protocol version\] The ping path. The default is /.
#
# \[GRPC protocol version\] The path of a custom health check method
- # with the format /package.service/method. The default is
- # /AWS.ALB/healthcheck.
+ # with the format /package.service/method. The default is /Amazon Web
+ # Services.ALB/healthcheck.
#
# @option params [Integer] :health_check_interval_seconds
# The approximate amount of time, in seconds, between health checks of
# an individual target. If the target group protocol is TCP, TLS, UDP,
# or TCP\_UDP, the supported values are 10 and 30 seconds. If the target
@@ -1718,11 +1718,11 @@
req = build_request(:deregister_targets, params)
req.send_request(options)
end
# Describes the current Elastic Load Balancing resource limits for your
- # AWS account.
+ # Amazon Web Services account.
#
# For more information, see the following:
#
# * [Quotas for your Application Load Balancers][1]
#
@@ -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
@@ -3536,12 +3539,12 @@
# targets.
#
# \[HTTP1 or HTTP2 protocol version\] The ping path. The default is /.
#
# \[GRPC protocol version\] The path of a custom health check method
- # with the format /package.service/method. The default is
- # /AWS.ALB/healthcheck.
+ # with the format /package.service/method. The default is /Amazon Web
+ # Services.ALB/healthcheck.
#
# @option params [Boolean] :health_check_enabled
# Indicates whether health checks are enabled.
#
# @option params [Integer] :health_check_interval_seconds
@@ -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.61.0'
+ context[:gem_version] = '1.62.0'
Seahorse::Client::Request.new(handlers, context)
end
# Polls an API operation until a resource enters a desired state.
#