aws-sdk-elasticloadbalancingv2 1.121.0 → 1.122.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a72abc1b32ba1210ecc333783410fec24b6ad56e62ef38c87c6d33b2e23a9169
4
- data.tar.gz: d54b24a5bd7d60d5c52b585cca52d5fceefbdabbd17e35a61ee9665152e7f7b5
3
+ metadata.gz: d91d828a1f8700080a9c4f5f87c36aa8bb017cdabca9274429c99dd5bf07b18e
4
+ data.tar.gz: dc4cae342956e223c344597206102690c68c5a59e85101b435abedc9d925b79a
5
5
  SHA512:
6
- metadata.gz: 31341420e5b02dd0bc76d07e932fb2687b9b8964f39f755d7ab1d0a08df9e33b5f2837f5c667735f23c663be9bf867a6560ecd905363d9448682b168434f4510
7
- data.tar.gz: 132ab0cb2a3a66c1c1d5e6c881749331f6940813b0b4adf5db3514fa81e4ad64a82318c90dd4e50ebf1e1b5dd3a52ea6541e37a932d7e8ede76ce74a7437b31c
6
+ metadata.gz: 6ce39125c7b2f0d160219515ae82704d6ea2694e7cc3582ea66b26063327a727381285975f7622624d31aa486115cab4cbdbe6b232e1ebfb74cc0080ecdeb5e8
7
+ data.tar.gz: 22385531394c5e0dfba9cdb6fa757821637d0800ae388c809eed436fb86a9ac299dedf285e04e3346025702b01fd946ef8c8a9a109fd8d7daad4ee9e08dfaba3
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.122.0 (2024-11-18)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.121.0 (2024-11-06)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.121.0
1
+ 1.122.0
@@ -5096,7 +5096,7 @@ module Aws::ElasticLoadBalancingV2
5096
5096
  tracer: tracer
5097
5097
  )
5098
5098
  context[:gem_name] = 'aws-sdk-elasticloadbalancingv2'
5099
- context[:gem_version] = '1.121.0'
5099
+ context[:gem_version] = '1.122.0'
5100
5100
  Seahorse::Client::Request.new(handlers, context)
5101
5101
  end
5102
5102
 
@@ -2445,7 +2445,6 @@ module Aws::ElasticLoadBalancingV2
2445
2445
  # * If the value is `remove`, the Application Load Balancer removes
2446
2446
  # the `X-Forwarded-For` header in the HTTP request before it sends
2447
2447
  # it to targets.
2448
- #
2449
2448
  # * `routing.http2.enabled` - Indicates whether HTTP/2 is enabled. The
2450
2449
  # possible values are `true` and `false`. The default is `true`.
2451
2450
  # Elastic Load Balancing requires that message header names contain
@@ -55,7 +55,7 @@ module Aws::ElasticLoadBalancingV2
55
55
  autoload :EndpointProvider, 'aws-sdk-elasticloadbalancingv2/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-elasticloadbalancingv2/endpoints'
57
57
 
58
- GEM_VERSION = '1.121.0'
58
+ GEM_VERSION = '1.122.0'
59
59
 
60
60
  end
61
61
 
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.121.0
4
+ version: 1.122.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: 2024-11-06 00:00:00.000000000 Z
11
+ date: 2024-11-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core