aws-sdk-elasticloadbalancingv2 1.72.0 → 1.73.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 318a32164bfa3f0110e8dc8f06d1a88f149f9cca3e5654aaed16ae0d7d53740d
4
- data.tar.gz: 2c94db7a0ff870fa887f8d7dc360628a53d92fd175306452e949a2d89afdf660
3
+ metadata.gz: d2c44d7ffc692eec2f4c8ef210972fd3df032ce45a3391311854c193d88281ad
4
+ data.tar.gz: cd1ebaa6bc50871b2fbfcedb05cd777f03e689a4eb96d12eef00f1b947f1b25b
5
5
  SHA512:
6
- metadata.gz: 9644bc6a075fdb260cb9fac423f5d4b18570e1df0d256eb7401e066abe0fc55255e4b99d578a00ebb2972cfbda259af8f2a93a49b93b035dc53628fd41d2fc87
7
- data.tar.gz: 6e3931c6811bc3d24286bc54eb35837904b3000b8b958a85889520b24c66ca4474e4c9700bdf4d7e5292f26099ed95a3c5f989205dd448ea877732965618c1af
6
+ metadata.gz: c6ff70fb0377d37a053195cdb4bc16df620d052b5aee7ebcc7eece2751d2b600853cfaff2c48bd86bc083beae4a55917009685116788e551c9ac037b3ecce0b7
7
+ data.tar.gz: e2336a42afc2333a8c69d1439d70ceb7143a65192e9f854a729d6b4cb833788bf5ffb93ae5a5332176bc14cb8304e15bfa2dbda99dfe90b163d6ba6c9f46363b
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.73.0 (2021-11-23)
5
+ ------------------
6
+
7
+ * Feature - This release allows you to create internal Application and Network Load Balancers in dualstack mode. This release also adds an attribute to block internet gateway (IGW) access to the load balancer, preventing unintended access to your internal load balancers through an internet gateway.
8
+
4
9
  1.72.0 (2021-11-04)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.72.0
1
+ 1.73.0
@@ -867,8 +867,7 @@ module Aws::ElasticLoadBalancingV2
867
867
  # @option params [String] :ip_address_type
868
868
  # The type of IP addresses used by the subnets for your load balancer.
869
869
  # The possible values are `ipv4` (for IPv4 addresses) and `dualstack`
870
- # (for IPv4 and IPv6 addresses). Internal load balancers must use
871
- # `ipv4`.
870
+ # (for IPv4 and IPv6 addresses).
872
871
  #
873
872
  # @option params [String] :customer_owned_ipv_4_pool
874
873
  # \[Application Load Balancers on Outposts\] The ID of the
@@ -3938,9 +3937,9 @@ module Aws::ElasticLoadBalancingV2
3938
3937
  #
3939
3938
  # @option params [required, String] :ip_address_type
3940
3939
  # The IP address type. The possible values are `ipv4` (for IPv4
3941
- # addresses) and `dualstack` (for IPv4 and IPv6 addresses). Internal
3942
- # load balancers must use `ipv4`. You can’t specify `dualstack` for a
3943
- # load balancer with a UDP or TCP\_UDP listener.
3940
+ # addresses) and `dualstack` (for IPv4 and IPv6 addresses). You can’t
3941
+ # specify `dualstack` for a load balancer with a UDP or TCP\_UDP
3942
+ # listener.
3944
3943
  #
3945
3944
  # @return [Types::SetIpAddressTypeOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3946
3945
  #
@@ -4214,7 +4213,7 @@ module Aws::ElasticLoadBalancingV2
4214
4213
  # subnets for your load balancer. The possible values are `ipv4` (for
4215
4214
  # IPv4 addresses) and `dualstack` (for IPv4 and IPv6 addresses). You
4216
4215
  # can’t specify `dualstack` for a load balancer with a UDP or TCP\_UDP
4217
- # listener. Internal load balancers must use `ipv4`.
4216
+ # listener. .
4218
4217
  #
4219
4218
  # @return [Types::SetSubnetsOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
4220
4219
  #
@@ -4299,7 +4298,7 @@ module Aws::ElasticLoadBalancingV2
4299
4298
  params: params,
4300
4299
  config: config)
4301
4300
  context[:gem_name] = 'aws-sdk-elasticloadbalancingv2'
4302
- context[:gem_version] = '1.72.0'
4301
+ context[:gem_version] = '1.73.0'
4303
4302
  Seahorse::Client::Request.new(handlers, context)
4304
4303
  end
4305
4304
 
@@ -820,8 +820,7 @@ module Aws::ElasticLoadBalancingV2
820
820
  # @!attribute [rw] ip_address_type
821
821
  # The type of IP addresses used by the subnets for your load balancer.
822
822
  # The possible values are `ipv4` (for IPv4 addresses) and `dualstack`
823
- # (for IPv4 and IPv6 addresses). Internal load balancers must use
824
- # `ipv4`.
823
+ # (for IPv4 and IPv6 addresses).
825
824
  # @return [String]
826
825
  #
827
826
  # @!attribute [rw] customer_owned_ipv_4_pool
@@ -2388,6 +2387,12 @@ module Aws::ElasticLoadBalancingV2
2388
2387
  # * `access_logs.s3.prefix` - The prefix for the location in the S3
2389
2388
  # bucket for the access logs.
2390
2389
  #
2390
+ # * `ipv6.deny-all-igw-traffic` - Blocks internet gateway (IGW) access
2391
+ # to the load balancer. It is set to `false` for internet-facing
2392
+ # load balancers and `true` for internal load balancers, preventing
2393
+ # unintended access to your internal load balancer through an
2394
+ # internet gateway.
2395
+ #
2391
2396
  # The following attributes are supported by only Application Load
2392
2397
  # Balancers:
2393
2398
  #
@@ -3552,9 +3557,9 @@ module Aws::ElasticLoadBalancingV2
3552
3557
  #
3553
3558
  # @!attribute [rw] ip_address_type
3554
3559
  # The IP address type. The possible values are `ipv4` (for IPv4
3555
- # addresses) and `dualstack` (for IPv4 and IPv6 addresses). Internal
3556
- # load balancers must use `ipv4`. You can’t specify `dualstack` for a
3557
- # load balancer with a UDP or TCP\_UDP listener.
3560
+ # addresses) and `dualstack` (for IPv4 and IPv6 addresses). You can’t
3561
+ # specify `dualstack` for a load balancer with a UDP or TCP\_UDP
3562
+ # listener.
3558
3563
  # @return [String]
3559
3564
  #
3560
3565
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/SetIpAddressTypeInput AWS API Documentation
@@ -3719,7 +3724,7 @@ module Aws::ElasticLoadBalancingV2
3719
3724
  # subnets for your load balancer. The possible values are `ipv4` (for
3720
3725
  # IPv4 addresses) and `dualstack` (for IPv4 and IPv6 addresses). You
3721
3726
  # can’t specify `dualstack` for a load balancer with a UDP or TCP\_UDP
3722
- # listener. Internal load balancers must use `ipv4`.
3727
+ # listener. .
3723
3728
  # @return [String]
3724
3729
  #
3725
3730
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/SetSubnetsInput AWS API Documentation
@@ -49,6 +49,6 @@ require_relative 'aws-sdk-elasticloadbalancingv2/customizations'
49
49
  # @!group service
50
50
  module Aws::ElasticLoadBalancingV2
51
51
 
52
- GEM_VERSION = '1.72.0'
52
+ GEM_VERSION = '1.73.0'
53
53
 
54
54
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-elasticloadbalancingv2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.72.0
4
+ version: 1.73.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-11-04 00:00:00.000000000 Z
11
+ date: 2021-11-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core