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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-cleanrooms/client.rb +6 -6
- data/lib/aws-sdk-cleanrooms.rb +1 -1
- data/sig/client.rbs +2 -2
- data/sig/types.rbs +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c98afc1a56dc71d8e000b471b7bd0ba0d96b77c3f5f378fdaa787c62cd15ac72
|
|
4
|
+
data.tar.gz: 87079387473f4c29a727fca8e8a3f468214202a8001a35176d0ae004e84ea74c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6873f0ecd618c05983dbf137bcf5fb97fd06b6d94985d341ad8e57e2235ba6198e6b14acc7fb89b3a8d6ca7b4e8496aa5d85d50e8bfc9343cfa780127a4f8e17
|
|
7
|
+
data.tar.gz: 61cc9e6a24f7f606ccfd045a18284a6ad0f8dc1350c70c835cd69e6e36ad2b0c99a4317701d49df8278591489365a1b392e47c7330e0d3ce3fdd305ae701cbe8
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
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.
|
|
7266
|
+
context[:gem_version] = '1.77.0'
|
|
7267
7267
|
Seahorse::Client::Request.new(handlers, context)
|
|
7268
7268
|
end
|
|
7269
7269
|
|
data/lib/aws-sdk-cleanrooms.rb
CHANGED
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: []
|