aws-sdk-elasticloadbalancingv2 1.62.0 → 1.64.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: 00122d586dc321d6ccc3af7a6bb9826637c4e7d2a1bc3ab14cac91423125b940
4
- data.tar.gz: 6f56e844b62de3c401ecfb1da5ecd38f005741b32c7b420368f1179dc7c3314f
3
+ metadata.gz: '06291b831db2efc3caa1e316b4e7046f554b627515789a87d60860d6a309ede6'
4
+ data.tar.gz: 7b57e9811a6dce93520c4a68de744854813d48b7dc8b4c3e01dc4ee623aab6da
5
5
  SHA512:
6
- metadata.gz: cb4782603200ed167d2e1c9b358b9332b70e7eed94f320f9615e8d17d89b1e8e0ec4e10f034d3592bc638a151acb06b236044e16bb7d76913fd5ce8d12fbab25
7
- data.tar.gz: 345f45fe4f68b1ef07ff841c1151060b1dcb581ccccb67a27738b8b683a983e1dfe9405d6bc538d7d0de3b5505bba8b59e428dc542385fa80d86388a66804e71
6
+ metadata.gz: e93b058bd8fd95090aad8c633dd8f960ab7d85d6b02ea7a03f784aa1eda029b57ccb441f4ecc774a90f4ed6c61b691e8e001337260a06f8a6dac9a18e5cb8565
7
+ data.tar.gz: 652a708417ab53dd3df1dac80e0146f38f1e32454d1ae04650021721f3b41bcc2d543a1430904bbbdab25a18304872432b84c0a4d331801240360b288c3f9a66
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.64.0 (2021-07-22)
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
+
9
+ 1.63.0 (2021-07-21)
10
+ ------------------
11
+
12
+ * Feature - Adds support for enabling TLS protocol version and cipher suite headers to be sent to backend targets for Application Load Balancers.
13
+
4
14
  1.62.0 (2021-07-02)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.62.0
1
+ 1.64.0
@@ -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.62.0'
52
+ GEM_VERSION = '1.64.0'
53
53
 
54
54
  end
@@ -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.62.0'
4275
+ context[:gem_version] = '1.64.0'
4276
4276
  Seahorse::Client::Request.new(handlers, context)
4277
4277
  end
4278
4278
 
@@ -2388,6 +2388,17 @@ 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
+ #
2391
2402
  # * `routing.http2.enabled` - Indicates whether HTTP/2 is enabled. The
2392
2403
  # value is `true` or `false`. The default is `true`. Elastic Load
2393
2404
  # Balancing requires that message header names contain only
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.62.0
4
+ version: 1.64.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-02 00:00:00.000000000 Z
11
+ date: 2021-07-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core