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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-elasticloadbalancingv2/client.rb +6 -7
- data/lib/aws-sdk-elasticloadbalancingv2/types.rb +11 -6
- data/lib/aws-sdk-elasticloadbalancingv2.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d2c44d7ffc692eec2f4c8ef210972fd3df032ce45a3391311854c193d88281ad
|
4
|
+
data.tar.gz: cd1ebaa6bc50871b2fbfcedb05cd777f03e689a4eb96d12eef00f1b947f1b25b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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.
|
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).
|
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).
|
3942
|
-
#
|
3943
|
-
#
|
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.
|
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.
|
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).
|
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).
|
3556
|
-
#
|
3557
|
-
#
|
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.
|
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
|
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.
|
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-
|
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
|