aws-sdk-elasticloadbalancingv2 1.70.0 → 1.74.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 +20 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-elasticloadbalancingv2/client.rb +18 -8
- data/lib/aws-sdk-elasticloadbalancingv2/types.rb +11 -6
- data/lib/aws-sdk-elasticloadbalancingv2.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d47884003a6b9d622b4b4311a2ec819d4764a04a3cab07682de65eb1f5ef3bcb
|
4
|
+
data.tar.gz: 3756a9535e70cbdbad5c98131a72878e0a6508e6a4e3474255a0bd89c742cfb0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 34457b9602f882425494183e2361180650df4be61975f7c38ee71765c5abc24a96c75daad75e0e9771245807a97683c8f7930883bf4fc18fc89faebc130adbed
|
7
|
+
data.tar.gz: b52cd0b06c07430dccdbc81bbb01751e0e209969731e9ef3e40a35b9f6883725c07ecd5b989f89c7dced322fdfc6bcf5d326d415a2d5e8726c2b46e66e286f82
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,26 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.74.0 (2021-11-30)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.73.0 (2021-11-23)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* 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.
|
13
|
+
|
14
|
+
1.72.0 (2021-11-04)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
18
|
+
|
19
|
+
1.71.0 (2021-10-18)
|
20
|
+
------------------
|
21
|
+
|
22
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
23
|
+
|
4
24
|
1.70.0 (2021-10-14)
|
5
25
|
------------------
|
6
26
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.74.0
|
@@ -119,7 +119,9 @@ module Aws::ElasticLoadBalancingV2
|
|
119
119
|
# * EC2/ECS IMDS instance profile - When used by default, the timeouts
|
120
120
|
# are very aggressive. Construct and pass an instance of
|
121
121
|
# `Aws::InstanceProfileCredentails` or `Aws::ECSCredentials` to
|
122
|
-
# enable retries and extended timeouts.
|
122
|
+
# enable retries and extended timeouts. Instance profile credential
|
123
|
+
# fetching can be disabled by setting ENV['AWS_EC2_METADATA_DISABLED']
|
124
|
+
# to true.
|
123
125
|
#
|
124
126
|
# @option options [required, String] :region
|
125
127
|
# The AWS region to connect to. The configured `:region` is
|
@@ -275,6 +277,15 @@ module Aws::ElasticLoadBalancingV2
|
|
275
277
|
# ** Please note ** When response stubbing is enabled, no HTTP
|
276
278
|
# requests are made, and retries are disabled.
|
277
279
|
#
|
280
|
+
# @option options [Boolean] :use_dualstack_endpoint
|
281
|
+
# When set to `true`, dualstack enabled endpoints (with `.aws` TLD)
|
282
|
+
# will be used if available.
|
283
|
+
#
|
284
|
+
# @option options [Boolean] :use_fips_endpoint
|
285
|
+
# When set to `true`, fips compatible endpoints will be used if available.
|
286
|
+
# When a `fips` region is used, the region is normalized and this config
|
287
|
+
# is set to `true`.
|
288
|
+
#
|
278
289
|
# @option options [Boolean] :validate_params (true)
|
279
290
|
# When `true`, request parameters are validated before
|
280
291
|
# sending the request.
|
@@ -858,8 +869,7 @@ module Aws::ElasticLoadBalancingV2
|
|
858
869
|
# @option params [String] :ip_address_type
|
859
870
|
# The type of IP addresses used by the subnets for your load balancer.
|
860
871
|
# The possible values are `ipv4` (for IPv4 addresses) and `dualstack`
|
861
|
-
# (for IPv4 and IPv6 addresses).
|
862
|
-
# `ipv4`.
|
872
|
+
# (for IPv4 and IPv6 addresses).
|
863
873
|
#
|
864
874
|
# @option params [String] :customer_owned_ipv_4_pool
|
865
875
|
# \[Application Load Balancers on Outposts\] The ID of the
|
@@ -3929,9 +3939,9 @@ module Aws::ElasticLoadBalancingV2
|
|
3929
3939
|
#
|
3930
3940
|
# @option params [required, String] :ip_address_type
|
3931
3941
|
# The IP address type. The possible values are `ipv4` (for IPv4
|
3932
|
-
# addresses) and `dualstack` (for IPv4 and IPv6 addresses).
|
3933
|
-
#
|
3934
|
-
#
|
3942
|
+
# addresses) and `dualstack` (for IPv4 and IPv6 addresses). You can’t
|
3943
|
+
# specify `dualstack` for a load balancer with a UDP or TCP\_UDP
|
3944
|
+
# listener.
|
3935
3945
|
#
|
3936
3946
|
# @return [Types::SetIpAddressTypeOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
3937
3947
|
#
|
@@ -4205,7 +4215,7 @@ module Aws::ElasticLoadBalancingV2
|
|
4205
4215
|
# subnets for your load balancer. The possible values are `ipv4` (for
|
4206
4216
|
# IPv4 addresses) and `dualstack` (for IPv4 and IPv6 addresses). You
|
4207
4217
|
# can’t specify `dualstack` for a load balancer with a UDP or TCP\_UDP
|
4208
|
-
# listener.
|
4218
|
+
# listener. .
|
4209
4219
|
#
|
4210
4220
|
# @return [Types::SetSubnetsOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
4211
4221
|
#
|
@@ -4290,7 +4300,7 @@ module Aws::ElasticLoadBalancingV2
|
|
4290
4300
|
params: params,
|
4291
4301
|
config: config)
|
4292
4302
|
context[:gem_name] = 'aws-sdk-elasticloadbalancingv2'
|
4293
|
-
context[:gem_version] = '1.
|
4303
|
+
context[:gem_version] = '1.74.0'
|
4294
4304
|
Seahorse::Client::Request.new(handlers, context)
|
4295
4305
|
end
|
4296
4306
|
|
@@ -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.74.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
|
+
date: 2021-11-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -19,7 +19,7 @@ dependencies:
|
|
19
19
|
version: '3'
|
20
20
|
- - ">="
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: 3.
|
22
|
+
version: 3.122.0
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -29,7 +29,7 @@ dependencies:
|
|
29
29
|
version: '3'
|
30
30
|
- - ">="
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: 3.
|
32
|
+
version: 3.122.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|