aws-sdk-support 1.81.0 → 1.82.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: '09857c4a99c565f680948b7a3aac60f49e44a177b6bd3ab315d140333a4d9160'
4
- data.tar.gz: c6ea09c7ee79bf56cdea4513a911c7cbb27b4b291182e16d7c2efb8b877903f4
3
+ metadata.gz: e4e374cdcd33245129e0c3b2d1b7caccabd056ddd514680e1ab18752f5053640
4
+ data.tar.gz: 46a9065fd4dc86516861feb1c9cc8432d52d420edd5bcdf710a7344ad93ce4c6
5
5
  SHA512:
6
- metadata.gz: ee8d273bee8f88b780ec2466067183a48207e50d417cddd1d83f86ee89470d179db86728dcb8f456506fd9070e639dde1dde77c9cd9c94778c7bc9db1e64115c
7
- data.tar.gz: fe4c44f76054b4b98cd49e2b38de3cad062c17dcc7e66b982d9e36d021a298b8b1736e7e9c3c51bd2adefcd77469c78c2a92c721d9d742880c5d3a1f54260a31
6
+ metadata.gz: '08b961d794360dd87a1f1b483123eadc4b17d0f946a67f38a497c643cf4800362efb6a49932742ecc19562f9c96c97a1db34341c2626648f1af290923ae06543'
7
+ data.tar.gz: 2c81aaadd40eb75eaa4bc6f7fdd550a044ba3acbba28163b369e26088141ca5f4ab68ea35ea2e17b42e9e7c0d2b0290bd8ac2034e6a655dad2d9ce48ebd75eff
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.82.0 (2025-08-25)
5
+ ------------------
6
+
7
+ * Feature - Remove incorrect endpoint tests
8
+
4
9
  1.81.0 (2025-08-04)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.81.0
1
+ 1.82.0
@@ -1756,7 +1756,7 @@ module Aws::Support
1756
1756
  tracer: tracer
1757
1757
  )
1758
1758
  context[:gem_name] = 'aws-sdk-support'
1759
- context[:gem_version] = '1.81.0'
1759
+ context[:gem_version] = '1.82.0'
1760
1760
  Seahorse::Client::Request.new(handlers, context)
1761
1761
  end
1762
1762
 
@@ -54,7 +54,7 @@ module Aws::Support
54
54
  autoload :EndpointProvider, 'aws-sdk-support/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-support/endpoints'
56
56
 
57
- GEM_VERSION = '1.81.0'
57
+ GEM_VERSION = '1.82.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-support
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.81.0
4
+ version: 1.82.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services