aws-sdk-elasticloadbalancingv2 1.137.0 → 1.138.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: 41f8565ab278d7e9498de90f0720b2433db167243f021ff54300b21f794e2f88
4
- data.tar.gz: b59bfe6c2b4c4370c948d0efa5540467df03947e1d528e8330fd362ab6c9646c
3
+ metadata.gz: e17029993437084dcf4377c9a062ac8695803c6117089517244f65ab51eb1269
4
+ data.tar.gz: e9f6d2db8837bd4a242ac245db6d4e839f624e2c71fca16d9378e1615640b384
5
5
  SHA512:
6
- metadata.gz: ed3e0cf5a7dfd670c335793ddd0e32aee40a0998faf42a3b10e9e8bd98e561acf932fdbc81faf01d185abe076f0759e9782e276980a4582c0473f28cfadac477
7
- data.tar.gz: b54410191b05580e591b6eb87a350c31a9c237fcaddac6b75131caa8a836301da4cfe3692ec1f0c7236872cd4c054db0fae9c227a5a41e9e6b534309c4c31939
6
+ metadata.gz: 4d24a528dfaa70ef1442778007fbca192132ae6c2026960d78680ae0aad7f764fdb3a90fb6ff14749beb32b5ace006fbd591fc8c68d76906aaa81994f88b529a
7
+ data.tar.gz: 13892071fe4cd3784ad0435690e49dabeb139b71fb4f093a5253b08fb333dc99228edd7ee22fe34b6205963255db5ff9fabfd19fce3c9568e42186ce3665f1fd
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.138.0 (2025-08-21)
5
+ ------------------
6
+
7
+ * Feature - Remove incorrect endpoint tests
8
+
4
9
  1.137.0 (2025-08-04)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.137.0
1
+ 1.138.0
@@ -5286,7 +5286,7 @@ module Aws::ElasticLoadBalancingV2
5286
5286
  tracer: tracer
5287
5287
  )
5288
5288
  context[:gem_name] = 'aws-sdk-elasticloadbalancingv2'
5289
- context[:gem_version] = '1.137.0'
5289
+ context[:gem_version] = '1.138.0'
5290
5290
  Seahorse::Client::Request.new(handlers, context)
5291
5291
  end
5292
5292
 
@@ -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.137.0'
58
+ GEM_VERSION = '1.138.0'
59
59
 
60
60
  end
61
61
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-elasticloadbalancingv2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.137.0
4
+ version: 1.138.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services