aws-sdk-cleanroomsml 1.43.0 → 1.44.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: 5c98d5f57762e4a3ec8fddfd5c29851cb3cce150b7a26c8c6d7642d0de727f83
4
- data.tar.gz: c99edee229a771917087dfcd4534c38665fad48416490b8c4a3f9b96069a67b3
3
+ metadata.gz: 6264faa7816b296e811d5c095a95788fc1d1e24f231f0b4bc3c6a110dc946441
4
+ data.tar.gz: 67c11263bc09fe7519bfb4186c9028f1ff6aa373cb1485d7393d1457807155c7
5
5
  SHA512:
6
- metadata.gz: 2f13be816dc8ab119d09b7647a12fda47b537cafd634d6a07f51657fa5eaa4bed2f88344778256646a6583d2fcb0857ddb9cf5a1f3a089d04847ccffa1517689
7
- data.tar.gz: cf4b35ca2ddeec6d54a9e7e1b5b30ddf15a5e30ff038700a30b430d51f8e413ee9f5bb58004d75964435f95293143cfd097d87f86ea9bdbfb12710ef068dc50c
6
+ metadata.gz: 844600c335fd5d30e38af9ec1f13800eed137b6087ae1f6ccd92f4e1b04e91acb696fc1c4c53952d283af361484f5989e668a43f4850211581102824927920ce
7
+ data.tar.gz: d09fa4f185216afaf59e75006b0ebbd82218c6745daac4c66ed5fb0705cae56c4afc5f666b25aabdb22c3859ff28fa9e8cb37024f3b5881bf2fb4839e22aae71
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.44.0 (2026-05-05)
5
+ ------------------
6
+
7
+ * Feature - Increase max configurable output limits in the Clean Rooms ML configured model algorithm association resource.
8
+
4
9
  1.43.0 (2026-03-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.43.0
1
+ 1.44.0
@@ -4109,7 +4109,7 @@ module Aws::CleanRoomsML
4109
4109
  tracer: tracer
4110
4110
  )
4111
4111
  context[:gem_name] = 'aws-sdk-cleanroomsml'
4112
- context[:gem_version] = '1.43.0'
4112
+ context[:gem_version] = '1.44.0'
4113
4113
  Seahorse::Client::Request.new(handlers, context)
4114
4114
  end
4115
4115
 
@@ -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.43.0'
58
+ GEM_VERSION = '1.44.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.43.0
4
+ version: 1.44.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services