aws-sdk-cleanrooms 1.76.0 → 1.77.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: 6bb7e98a90e6742a5c72f4d65c9fbc567594ad498552c1e8424e166f2de7b677
4
- data.tar.gz: e3607de356e7a0092511142d21280dfea9268c757704d7923802fb8b46afd2a1
3
+ metadata.gz: c98afc1a56dc71d8e000b471b7bd0ba0d96b77c3f5f378fdaa787c62cd15ac72
4
+ data.tar.gz: 87079387473f4c29a727fca8e8a3f468214202a8001a35176d0ae004e84ea74c
5
5
  SHA512:
6
- metadata.gz: bfe17916e2067b91076d359a8c3d11186013f017335f18f81c08d1504ef78975cb2266458d2865672d55167ab1a1908eea441fc546a0b809a876857c019eae6f
7
- data.tar.gz: 7029e91f3ef65c17804d6aaf54e7855d11a271fe9b279ddc1f7fe648c00dc317abb6645ec0db9b38e0f5a72d1bf8fb4d337a2658dcb6134649850375577e9e42
6
+ metadata.gz: 6873f0ecd618c05983dbf137bcf5fb97fd06b6d94985d341ad8e57e2235ba6198e6b14acc7fb89b3a8d6ca7b4e8496aa5d85d50e8bfc9343cfa780127a4f8e17
7
+ data.tar.gz: 61cc9e6a24f7f606ccfd045a18284a6ad0f8dc1350c70c835cd69e6e36ad2b0c99a4317701d49df8278591489365a1b392e47c7330e0d3ce3fdd305ae701cbe8
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.77.0 (2026-07-27)
5
+ ------------------
6
+
7
+ * Feature - This release adds support for the CR.8X worker type for SQL (32 vCPU)
8
+
4
9
  1.76.0 (2026-07-09)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.76.0
1
+ 1.77.0
@@ -3921,7 +3921,7 @@ module Aws::CleanRooms
3921
3921
  # resp.protected_query.differential_privacy.sensitivity_parameters[0].user_contribution_limit #=> Integer
3922
3922
  # resp.protected_query.differential_privacy.sensitivity_parameters[0].min_column_value #=> Float
3923
3923
  # resp.protected_query.differential_privacy.sensitivity_parameters[0].max_column_value #=> Float
3924
- # resp.protected_query.compute_configuration.worker.type #=> String, one of "CR.1X", "CR.4X"
3924
+ # resp.protected_query.compute_configuration.worker.type #=> String, one of "CR.1X", "CR.4X", "CR.8X"
3925
3925
  # resp.protected_query.compute_configuration.worker.number #=> Integer
3926
3926
  # resp.protected_query.compute_configuration.worker.properties.spark #=> Hash
3927
3927
  # resp.protected_query.compute_configuration.worker.properties.spark["SparkPropertyKey"] #=> String
@@ -5571,7 +5571,7 @@ module Aws::CleanRooms
5571
5571
  # },
5572
5572
  # compute_configuration: {
5573
5573
  # query_compute_configuration: {
5574
- # type: "CR.1X", # accepts CR.1X, CR.4X
5574
+ # type: "CR.1X", # accepts CR.1X, CR.4X, CR.8X
5575
5575
  # number: 1,
5576
5576
  # properties: {
5577
5577
  # spark: {
@@ -5803,7 +5803,7 @@ module Aws::CleanRooms
5803
5803
  # },
5804
5804
  # compute_configuration: {
5805
5805
  # worker: {
5806
- # type: "CR.1X", # accepts CR.1X, CR.4X
5806
+ # type: "CR.1X", # accepts CR.1X, CR.4X, CR.8X
5807
5807
  # number: 1,
5808
5808
  # properties: {
5809
5809
  # spark: {
@@ -5856,7 +5856,7 @@ module Aws::CleanRooms
5856
5856
  # resp.protected_query.differential_privacy.sensitivity_parameters[0].user_contribution_limit #=> Integer
5857
5857
  # resp.protected_query.differential_privacy.sensitivity_parameters[0].min_column_value #=> Float
5858
5858
  # resp.protected_query.differential_privacy.sensitivity_parameters[0].max_column_value #=> Float
5859
- # resp.protected_query.compute_configuration.worker.type #=> String, one of "CR.1X", "CR.4X"
5859
+ # resp.protected_query.compute_configuration.worker.type #=> String, one of "CR.1X", "CR.4X", "CR.8X"
5860
5860
  # resp.protected_query.compute_configuration.worker.number #=> Integer
5861
5861
  # resp.protected_query.compute_configuration.worker.properties.spark #=> Hash
5862
5862
  # resp.protected_query.compute_configuration.worker.properties.spark["SparkPropertyKey"] #=> String
@@ -7230,7 +7230,7 @@ module Aws::CleanRooms
7230
7230
  # resp.protected_query.differential_privacy.sensitivity_parameters[0].user_contribution_limit #=> Integer
7231
7231
  # resp.protected_query.differential_privacy.sensitivity_parameters[0].min_column_value #=> Float
7232
7232
  # resp.protected_query.differential_privacy.sensitivity_parameters[0].max_column_value #=> Float
7233
- # resp.protected_query.compute_configuration.worker.type #=> String, one of "CR.1X", "CR.4X"
7233
+ # resp.protected_query.compute_configuration.worker.type #=> String, one of "CR.1X", "CR.4X", "CR.8X"
7234
7234
  # resp.protected_query.compute_configuration.worker.number #=> Integer
7235
7235
  # resp.protected_query.compute_configuration.worker.properties.spark #=> Hash
7236
7236
  # resp.protected_query.compute_configuration.worker.properties.spark["SparkPropertyKey"] #=> String
@@ -7263,7 +7263,7 @@ module Aws::CleanRooms
7263
7263
  tracer: tracer
7264
7264
  )
7265
7265
  context[:gem_name] = 'aws-sdk-cleanrooms'
7266
- context[:gem_version] = '1.76.0'
7266
+ context[:gem_version] = '1.77.0'
7267
7267
  Seahorse::Client::Request.new(handlers, context)
7268
7268
  end
7269
7269
 
@@ -55,7 +55,7 @@ module Aws::CleanRooms
55
55
  autoload :EndpointProvider, 'aws-sdk-cleanrooms/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-cleanrooms/endpoints'
57
57
 
58
- GEM_VERSION = '1.76.0'
58
+ GEM_VERSION = '1.77.0'
59
59
 
60
60
  end
61
61
 
data/sig/client.rbs CHANGED
@@ -1169,7 +1169,7 @@ module Aws
1169
1169
  ?parameters: Hash[::String, ::String],
1170
1170
  ?compute_configuration: {
1171
1171
  query_compute_configuration: {
1172
- type: ("CR.1X" | "CR.4X")?,
1172
+ type: ("CR.1X" | "CR.4X" | "CR.8X")?,
1173
1173
  number: ::Integer?,
1174
1174
  properties: {
1175
1175
  spark: Hash[::String, ::String]?
@@ -1276,7 +1276,7 @@ module Aws
1276
1276
  },
1277
1277
  ?compute_configuration: {
1278
1278
  worker: {
1279
- type: ("CR.1X" | "CR.4X")?,
1279
+ type: ("CR.1X" | "CR.4X" | "CR.8X")?,
1280
1280
  number: ::Integer?,
1281
1281
  properties: {
1282
1282
  spark: Hash[::String, ::String]?
data/sig/types.rbs CHANGED
@@ -3343,7 +3343,7 @@ module Aws::CleanRooms
3343
3343
  end
3344
3344
 
3345
3345
  class WorkerComputeConfiguration
3346
- attr_accessor type: ("CR.1X" | "CR.4X")
3346
+ attr_accessor type: ("CR.1X" | "CR.4X" | "CR.8X")
3347
3347
  attr_accessor number: ::Integer
3348
3348
  attr_accessor properties: Types::WorkerComputeConfigurationProperties
3349
3349
  SENSITIVE: []
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-cleanrooms
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.76.0
4
+ version: 1.77.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services