aws-sdk-elasticloadbalancingv2 1.62.0 → 1.63.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.rb +1 -1
- data/lib/aws-sdk-elasticloadbalancingv2/client.rb +5 -8
- data/lib/aws-sdk-elasticloadbalancingv2/types.rb +14 -7
- 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: e528855e747c8eb2b181f9e2cb4b9142f460bfcee9b8bb14feec9e4714f3c4a6
|
4
|
+
data.tar.gz: 50683f361cfa0ea5c5b61b080401fa842babe8673770780bcc6bbea07cacd4e5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 28cac67b23406999244b5bcbd9b367f778956750fddf829d2824a69c44ebc7c518794d9a5159b5e60b7d702286a80b607bc8e8358e6f67952502a831a2e5ad15
|
7
|
+
data.tar.gz: 8a60b17cf9dd6578ba349780362068cc67af0a3fa8ee620271a2229349380363cd13daedd56abac0f4d1f85ea04e13c1ea4eba26f9ecdb31fd52857923eede7c
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,11 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.63.0 (2021-07-21)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Adds support for enabling TLS protocol version and cipher suite headers to be sent to backend targets for Application Load Balancers.
|
8
|
+
|
4
9
|
1.62.0 (2021-07-02)
|
5
10
|
------------------
|
6
11
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.63.0
|
@@ -3520,13 +3520,10 @@ module Aws::ElasticLoadBalancingV2
|
|
3520
3520
|
#
|
3521
3521
|
# @option params [String] :health_check_protocol
|
3522
3522
|
# The protocol the load balancer uses when performing health checks on
|
3523
|
-
# targets.
|
3524
|
-
#
|
3525
|
-
#
|
3526
|
-
#
|
3527
|
-
# only if the protocol of the target group is TCP, TLS, UDP, or
|
3528
|
-
# TCP\_UDP. The GENEVE, TLS, UDP, and TCP\_UDP protocols are not
|
3529
|
-
# supported for health checks.
|
3523
|
+
# targets. The TCP protocol is supported for health checks only if the
|
3524
|
+
# protocol of the target group is TCP, TLS, UDP, or TCP\_UDP. The
|
3525
|
+
# GENEVE, TLS, UDP, and TCP\_UDP protocols are not supported for health
|
3526
|
+
# checks.
|
3530
3527
|
#
|
3531
3528
|
# With Network Load Balancers, you can't modify this setting.
|
3532
3529
|
#
|
@@ -4272,7 +4269,7 @@ module Aws::ElasticLoadBalancingV2
|
|
4272
4269
|
params: params,
|
4273
4270
|
config: config)
|
4274
4271
|
context[:gem_name] = 'aws-sdk-elasticloadbalancingv2'
|
4275
|
-
context[:gem_version] = '1.
|
4272
|
+
context[:gem_version] = '1.63.0'
|
4276
4273
|
Seahorse::Client::Request.new(handlers, context)
|
4277
4274
|
end
|
4278
4275
|
|
@@ -2388,6 +2388,16 @@ module Aws::ElasticLoadBalancingV2
|
|
2388
2388
|
# load balancer (`true`) or routed to targets (`false`). The default
|
2389
2389
|
# is `false`.
|
2390
2390
|
#
|
2391
|
+
# * Indicates whether the two headers (`x-amzn-tls-version` and
|
2392
|
+
# `x-amzn-tls-cipher-suite`), which contain information about the
|
2393
|
+
# negotiated TLS version and cipher suite, are added to the client
|
2394
|
+
# request before sending it to the target. The `x-amzn-tls-version`
|
2395
|
+
# header has information about the TLS protocol version negotiated
|
2396
|
+
# with the client, and the `x-amzn-tls-cipher-suite` header has
|
2397
|
+
# information about the cipher suite negotiated with the client.
|
2398
|
+
# Both headers are in OpenSSL format. The possible values for the
|
2399
|
+
# attribute are `true` and `false`. The default is `false`.
|
2400
|
+
#
|
2391
2401
|
# * `routing.http2.enabled` - Indicates whether HTTP/2 is enabled. The
|
2392
2402
|
# value is `true` or `false`. The default is `true`. Elastic Load
|
2393
2403
|
# Balancing requires that message header names contain only
|
@@ -2896,13 +2906,10 @@ module Aws::ElasticLoadBalancingV2
|
|
2896
2906
|
#
|
2897
2907
|
# @!attribute [rw] health_check_protocol
|
2898
2908
|
# The protocol the load balancer uses when performing health checks on
|
2899
|
-
# targets.
|
2900
|
-
#
|
2901
|
-
#
|
2902
|
-
#
|
2903
|
-
# health checks only if the protocol of the target group is TCP, TLS,
|
2904
|
-
# UDP, or TCP\_UDP. The GENEVE, TLS, UDP, and TCP\_UDP protocols are
|
2905
|
-
# not supported for health checks.
|
2909
|
+
# targets. The TCP protocol is supported for health checks only if the
|
2910
|
+
# protocol of the target group is TCP, TLS, UDP, or TCP\_UDP. The
|
2911
|
+
# GENEVE, TLS, UDP, and TCP\_UDP protocols are not supported for
|
2912
|
+
# health checks.
|
2906
2913
|
#
|
2907
2914
|
# With Network Load Balancers, you can't modify this setting.
|
2908
2915
|
# @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.63.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-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|