aws-sdk-cleanroomsml 1.32.0 → 1.33.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: cc183b29ba2810896385da0eb50cd16c89cfb75f4ecfffc62f75bb011616332f
4
- data.tar.gz: 9b6c647804d0018470a60b87a7ddc4b20be97cec30dfc51771f06aa284718eb9
3
+ metadata.gz: e03da7ff11a68c1a0fdcb7b205d1240163236d062b6cf67752b712742fe69522
4
+ data.tar.gz: cc64202786c420689b360dfdb72998a2fadfb30195441a3dcfba27bbf9ef8a0a
5
5
  SHA512:
6
- metadata.gz: a8312857141b82e10c142fdcd145d53044147adda351c5a3981c86cc25d524f9bdc363376e1c871f6ab358436702458ebd9a4b3eb5416e6006e2a8a84e78c787
7
- data.tar.gz: 50731492ffa45eb481744b1b12644cc22aa7bded1a205dc5098bcea165f769ac9dff7404d1db9fc4169db9e128c0b152408a63e764385f5b269b47dd174c42f5
6
+ metadata.gz: 966e788c4e2704b1e47f1a8b03b581efab5165df622f408c1c32e6a5880fba31ecbf4b6d94fbad9747d284cf320f3ba525158be627f7b33922cead6f5cbba318
7
+ data.tar.gz: cee16fc585342e3b69014d90b84d817fddd3b5fbb62c727ea024678d9fdd41dd4f6931ea17ab719847edc07fa2bb0e06db05c4da4a89b9aea43cc9941deedbdb
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.33.0 (2025-08-27)
5
+ ------------------
6
+
7
+ * Feature - Remove incorrect endpoint tests
8
+
4
9
  1.32.0 (2025-08-26)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.32.0
1
+ 1.33.0
@@ -4019,7 +4019,7 @@ module Aws::CleanRoomsML
4019
4019
  tracer: tracer
4020
4020
  )
4021
4021
  context[:gem_name] = 'aws-sdk-cleanroomsml'
4022
- context[:gem_version] = '1.32.0'
4022
+ context[:gem_version] = '1.33.0'
4023
4023
  Seahorse::Client::Request.new(handlers, context)
4024
4024
  end
4025
4025
 
@@ -55,7 +55,7 @@ module Aws::CleanRoomsML
55
55
  autoload :EndpointProvider, 'aws-sdk-cleanroomsml/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-cleanroomsml/endpoints'
57
57
 
58
- GEM_VERSION = '1.32.0'
58
+ GEM_VERSION = '1.33.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-cleanroomsml
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.32.0
4
+ version: 1.33.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services