aws-sdk-elasticloadbalancing 1.78.0 → 1.79.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: 29907edd26309919314ced74bddd1ebf398d8c45f38ac537a7a6dc12b22b1e13
4
- data.tar.gz: 9495c58195eb0c8bc1c22413caf21c1d89659719b48e8d17d4e4e513844b669d
3
+ metadata.gz: 035ba3548739f4d4b00cd7f2d7fb6c2019008e5fc8a0eb273a7a799f3f68790c
4
+ data.tar.gz: d7c3b3fe436e05eeac5e99a8d80fa96c9682a895fbaf39d139c03aa910218a3a
5
5
  SHA512:
6
- metadata.gz: eab8b8b42ac6363c1b53cc004423160ea6f53d3d7a2957b011cd424e3042bcc26a9097e08185ac7da1cd06aa21f6966e4e110b131631e563d0735a94e7769147
7
- data.tar.gz: f4d5d79c54c6f80f13f13661d70c94eec0a39c2cc06d2c6678ed4c49b1590bfce64170db945341641b4346eff3ff301a3183ec4abc4802dd7f5173b43bbd0af9
6
+ metadata.gz: 66c4227ce8f6787f42747370e7f30d049031cc1391933db3aa9b77a6e96448e6caca157ef68854bdec7fc02a18fddfde32c71f4f1ddad46d35fa0c04abf11672
7
+ data.tar.gz: 67def8f5b99c25eae15c79497d44d61afae079aa9bddf04c023ba838544dcedefc81b13ef7d453daef98d9b372ef21fe23c423a2e31820453ced97154613f9c3
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.79.0 (2025-08-22)
5
+ ------------------
6
+
7
+ * Feature - Remove incorrect endpoint tests
8
+
4
9
  1.78.0 (2025-08-04)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.78.0
1
+ 1.79.0
@@ -2766,7 +2766,7 @@ module Aws::ElasticLoadBalancing
2766
2766
  tracer: tracer
2767
2767
  )
2768
2768
  context[:gem_name] = 'aws-sdk-elasticloadbalancing'
2769
- context[:gem_version] = '1.78.0'
2769
+ context[:gem_version] = '1.79.0'
2770
2770
  Seahorse::Client::Request.new(handlers, context)
2771
2771
  end
2772
2772
 
@@ -55,7 +55,7 @@ module Aws::ElasticLoadBalancing
55
55
  autoload :EndpointProvider, 'aws-sdk-elasticloadbalancing/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-elasticloadbalancing/endpoints'
57
57
 
58
- GEM_VERSION = '1.78.0'
58
+ GEM_VERSION = '1.79.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-elasticloadbalancing
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.78.0
4
+ version: 1.79.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services