aws-sdk-elasticloadbalancingv2 1.62.0 → 1.66.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.rb +1 -1
- data/lib/aws-sdk-elasticloadbalancingv2/client.rb +1 -1
- data/lib/aws-sdk-elasticloadbalancingv2/types.rb +23 -7
- 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: e37f4640893caeac42d374959710284d7216124f52286df697c2411da4d0d448
|
4
|
+
data.tar.gz: 0240f662ad1a9405864de1c321f224696e415b224734caa7f7662cd23eb94c01
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 73e8efddcb73c30fddf9649be02a8bdbc6555ddb8c3f2d2a6be713cf5e47a802794717b71f6b14cec8fdd482139cf01b081ed2a8f0406ac2cb57a9db9cd6293b
|
7
|
+
data.tar.gz: 2ce98c053e4ea03e963ae8c41fb44945f53550dfb567d3dab7058487a62eed828a38639b2e24fb4af89cdae3458fc2cc16e4dc3f04a0f1a5ada7cda8badf0854
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,26 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.66.0 (2021-07-30)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Client Port Preservation ALB Attribute Launch
|
8
|
+
|
9
|
+
1.65.0 (2021-07-28)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
14
|
+
1.64.0 (2021-07-22)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Adds support for enabling TLS protocol version and cipher suite headers to be sent to backend targets for Application Load Balancers.
|
18
|
+
|
19
|
+
1.63.0 (2021-07-21)
|
20
|
+
------------------
|
21
|
+
|
22
|
+
* Feature - Adds support for enabling TLS protocol version and cipher suite headers to be sent to backend targets for Application Load Balancers.
|
23
|
+
|
4
24
|
1.62.0 (2021-07-02)
|
5
25
|
------------------
|
6
26
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.66.0
|
@@ -4272,7 +4272,7 @@ module Aws::ElasticLoadBalancingV2
|
|
4272
4272
|
params: params,
|
4273
4273
|
config: config)
|
4274
4274
|
context[:gem_name] = 'aws-sdk-elasticloadbalancingv2'
|
4275
|
-
context[:gem_version] = '1.
|
4275
|
+
context[:gem_version] = '1.66.0'
|
4276
4276
|
Seahorse::Client::Request.new(handlers, context)
|
4277
4277
|
end
|
4278
4278
|
|
@@ -2388,22 +2388,38 @@ module Aws::ElasticLoadBalancingV2
|
|
2388
2388
|
# load balancer (`true`) or routed to targets (`false`). The default
|
2389
2389
|
# is `false`.
|
2390
2390
|
#
|
2391
|
+
# * `routing.http.x_amzn_tls_version_and_cipher_suite.enabled` -
|
2392
|
+
# Indicates whether the two headers (`x-amzn-tls-version` and
|
2393
|
+
# `x-amzn-tls-cipher-suite`), which contain information about the
|
2394
|
+
# negotiated TLS version and cipher suite, are added to the client
|
2395
|
+
# request before sending it to the target. The `x-amzn-tls-version`
|
2396
|
+
# header has information about the TLS protocol version negotiated
|
2397
|
+
# with the client, and the `x-amzn-tls-cipher-suite` header has
|
2398
|
+
# information about the cipher suite negotiated with the client.
|
2399
|
+
# Both headers are in OpenSSL format. The possible values for the
|
2400
|
+
# attribute are `true` and `false`. The default is `false`.
|
2401
|
+
#
|
2402
|
+
# * `routing.http.xff_client_port.enabled` - Indicates whether the
|
2403
|
+
# `X-Forwarded-For` header should preserve the source port that the
|
2404
|
+
# client used to connect to the load balancer. The possible values
|
2405
|
+
# are `true` and `false`. The default is `false`.
|
2406
|
+
#
|
2391
2407
|
# * `routing.http2.enabled` - Indicates whether HTTP/2 is enabled. The
|
2392
|
-
#
|
2393
|
-
# Balancing requires that message header names contain
|
2394
|
-
# alphanumeric characters and hyphens.
|
2408
|
+
# possible values are `true` and `false`. The default is `true`.
|
2409
|
+
# Elastic Load Balancing requires that message header names contain
|
2410
|
+
# only alphanumeric characters and hyphens.
|
2395
2411
|
#
|
2396
2412
|
# * `waf.fail_open.enabled` - Indicates whether to allow a WAF-enabled
|
2397
2413
|
# load balancer to route requests to targets if it is unable to
|
2398
|
-
# forward the request to Amazon Web Services WAF. The
|
2399
|
-
# `true`
|
2414
|
+
# forward the request to Amazon Web Services WAF. The possible
|
2415
|
+
# values are `true` and `false`. The default is `false`.
|
2400
2416
|
#
|
2401
2417
|
# The following attribute is supported by Network Load Balancers and
|
2402
2418
|
# Gateway Load Balancers:
|
2403
2419
|
#
|
2404
2420
|
# * `load_balancing.cross_zone.enabled` - Indicates whether cross-zone
|
2405
|
-
# load balancing is enabled. The
|
2406
|
-
# default is `false`.
|
2421
|
+
# load balancing is enabled. The possible values are `true` and
|
2422
|
+
# `false`. The default is `false`.
|
2407
2423
|
#
|
2408
2424
|
# ^
|
2409
2425
|
# @return [String]
|
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.66.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-07-
|
11
|
+
date: 2021-07-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.119.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.119.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|