lib/aws-sdk-elasticloadbalancingv2/client.rb in aws-sdk-elasticloadbalancingv2-1.72.0 vs lib/aws-sdk-elasticloadbalancingv2/client.rb in aws-sdk-elasticloadbalancingv2-1.73.0

- old
+ new

@@ -865,12 +865,11 @@ # The type of load balancer. The default is `application`. # # @option params [String] :ip_address_type # The type of IP addresses used by the subnets for your load balancer. # The possible values are `ipv4` (for IPv4 addresses) and `dualstack` - # (for IPv4 and IPv6 addresses). Internal load balancers must use - # `ipv4`. + # (for IPv4 and IPv6 addresses). # # @option params [String] :customer_owned_ipv_4_pool # \[Application Load Balancers on Outposts\] The ID of the # customer-owned address pool (CoIP pool). # @@ -3936,13 +3935,13 @@ # @option params [required, String] :load_balancer_arn # The Amazon Resource Name (ARN) of the load balancer. # # @option params [required, String] :ip_address_type # The IP address type. The possible values are `ipv4` (for IPv4 - # addresses) and `dualstack` (for IPv4 and IPv6 addresses). Internal - # load balancers must use `ipv4`. You can’t specify `dualstack` for a - # load balancer with a UDP or TCP\_UDP listener. + # addresses) and `dualstack` (for IPv4 and IPv6 addresses). You can’t + # specify `dualstack` for a load balancer with a UDP or TCP\_UDP + # listener. # # @return [Types::SetIpAddressTypeOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods: # # * {Types::SetIpAddressTypeOutput#ip_address_type #ip_address_type} => String # @@ -4212,11 +4211,11 @@ # @option params [String] :ip_address_type # \[Network Load Balancers\] The type of IP addresses used by the # subnets for your load balancer. The possible values are `ipv4` (for # IPv4 addresses) and `dualstack` (for IPv4 and IPv6 addresses). You # can’t specify `dualstack` for a load balancer with a UDP or TCP\_UDP - # listener. Internal load balancers must use `ipv4`. + # listener. . # # @return [Types::SetSubnetsOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods: # # * {Types::SetSubnetsOutput#availability_zones #availability_zones} => Array<Types::AvailabilityZone> # * {Types::SetSubnetsOutput#ip_address_type #ip_address_type} => String @@ -4297,10 +4296,10 @@ operation: config.api.operation(operation_name), client: self, params: params, config: config) context[:gem_name] = 'aws-sdk-elasticloadbalancingv2' - context[:gem_version] = '1.72.0' + context[:gem_version] = '1.73.0' Seahorse::Client::Request.new(handlers, context) end # Polls an API operation until a resource enters a desired state. #