lib/aws-sdk-elasticloadbalancingv2/client.rb in aws-sdk-elasticloadbalancingv2-1.33.0 vs lib/aws-sdk-elasticloadbalancingv2/client.rb in aws-sdk-elasticloadbalancingv2-1.34.0
- old
+ new
@@ -253,11 +253,11 @@
end
# @!group API Operations
# Adds the specified SSL server certificate to the certificate list for
- # the specified HTTPS listener.
+ # the specified HTTPS or TLS listener.
#
# If the certificate in already in the certificate list, the call is
# successful but the certificate is not added again.
#
# To get the certificate list for a listener, use
@@ -703,11 +703,12 @@
# \[Application Load Balancers\] You must specify subnets from at least
# two Availability Zones. You cannot specify Elastic IP addresses for
# your subnets.
#
# \[Network Load Balancers\] You can specify subnets from one or more
- # Availability Zones. You can specify one Elastic IP address per subnet.
+ # Availability Zones. You can specify one Elastic IP address per subnet
+ # if you need static IP addresses for your load balancer.
#
# @option params [Array<String>] :security_groups
# \[Application Load Balancers\] The IDs of the security groups for the
# load balancer.
#
@@ -1195,11 +1196,12 @@
# unless you specify a port override when registering the target. If the
# target is a Lambda function, this parameter does not apply.
#
# @option params [String] :vpc_id
# The identifier of the virtual private cloud (VPC). If the target is a
- # Lambda function, this parameter does not apply.
+ # Lambda function, this parameter does not apply. Otherwise, this
+ # parameter is required.
#
# @option params [String] :health_check_protocol
# The protocol the load balancer uses when performing health checks on
# targets. For Application Load Balancers, the default is HTTP. For
# Network Load Balancers, the default is TCP. The TCP protocol is
@@ -1599,11 +1601,11 @@
req = build_request(:describe_account_limits, params)
req.send_request(options)
end
# Describes the default certificate and the certificate list for the
- # specified HTTPS listener.
+ # specified HTTPS or TLS listener.
#
# If the default certificate is also in the certificate list, it appears
# twice in the results (once with `IsDefault` set to true and once with
# `IsDefault` set to false).
#
@@ -3579,11 +3581,11 @@
req = build_request(:register_targets, params)
req.send_request(options)
end
# Removes the specified certificate from the certificate list for the
- # specified HTTPS listener.
+ # specified HTTPS or TLS listener.
#
# You can't remove the default certificate for a listener. To replace
# the default certificate, call ModifyListener.
#
# To list the certificates for your listener, use
@@ -3982,10 +3984,10 @@
operation: config.api.operation(operation_name),
client: self,
params: params,
config: config)
context[:gem_name] = 'aws-sdk-elasticloadbalancingv2'
- context[:gem_version] = '1.33.0'
+ context[:gem_version] = '1.34.0'
Seahorse::Client::Request.new(handlers, context)
end
# Polls an API operation until a resource enters a desired state.
#