aws-sdk-cleanrooms 1.69.0 → 1.71.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-cleanrooms/client.rb +12 -1
- data/lib/aws-sdk-cleanrooms/client_api.rb +1 -0
- data/lib/aws-sdk-cleanrooms/types.rb +20 -9
- data/lib/aws-sdk-cleanrooms.rb +1 -1
- data/sig/client.rbs +4 -1
- data/sig/types.rbs +1 -0
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3a01fd4d6b88e215d39c7288d3fbdabb744ccf793403c1050acf170868d9908d
|
|
4
|
+
data.tar.gz: 45ec8b40c5387e55002320c048c29925e2903890d201d98d2a8b99ceca760e1d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c314dbc96dba30c8c47f284a483090b5893ece88b99144e153b1a2c88f06be6af1405b8c937f8d817ee354853ea97e7c7db2c474bcf48c85d69be155e8ffa000
|
|
7
|
+
data.tar.gz: 4122939de3bdea924ef9eabd068e6accd97bacdfd1c58b7e686bb595f617d5224678bd5cd3ea568a3aae57c366975725dc5c0eaa8ed811de694f7ec0941c3b13
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.71.0 (2026-05-13)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
8
|
+
|
|
9
|
+
1.70.0 (2026-04-17)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - This release adds support for configurable spark properties for Cleanrooms PySpark workloads.
|
|
13
|
+
|
|
4
14
|
1.69.0 (2026-03-18)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.71.0
|
|
@@ -3281,6 +3281,8 @@ module Aws::CleanRooms
|
|
|
3281
3281
|
# resp.protected_job.error.code #=> String
|
|
3282
3282
|
# resp.protected_job.compute_configuration.worker.type #=> String, one of "CR.1X", "CR.4X"
|
|
3283
3283
|
# resp.protected_job.compute_configuration.worker.number #=> Integer
|
|
3284
|
+
# resp.protected_job.compute_configuration.worker.properties.spark #=> Hash
|
|
3285
|
+
# resp.protected_job.compute_configuration.worker.properties.spark["SparkPropertyKey"] #=> String
|
|
3284
3286
|
#
|
|
3285
3287
|
# @see http://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/GetProtectedJob AWS API Documentation
|
|
3286
3288
|
#
|
|
@@ -4904,6 +4906,11 @@ module Aws::CleanRooms
|
|
|
4904
4906
|
# worker: {
|
|
4905
4907
|
# type: "CR.1X", # required, accepts CR.1X, CR.4X
|
|
4906
4908
|
# number: 1, # required
|
|
4909
|
+
# properties: {
|
|
4910
|
+
# spark: {
|
|
4911
|
+
# "SparkPropertyKey" => "SparkPropertyValue",
|
|
4912
|
+
# },
|
|
4913
|
+
# },
|
|
4907
4914
|
# },
|
|
4908
4915
|
# },
|
|
4909
4916
|
# })
|
|
@@ -4930,6 +4937,8 @@ module Aws::CleanRooms
|
|
|
4930
4937
|
# resp.protected_job.error.code #=> String
|
|
4931
4938
|
# resp.protected_job.compute_configuration.worker.type #=> String, one of "CR.1X", "CR.4X"
|
|
4932
4939
|
# resp.protected_job.compute_configuration.worker.number #=> Integer
|
|
4940
|
+
# resp.protected_job.compute_configuration.worker.properties.spark #=> Hash
|
|
4941
|
+
# resp.protected_job.compute_configuration.worker.properties.spark["SparkPropertyKey"] #=> String
|
|
4933
4942
|
#
|
|
4934
4943
|
# @see http://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/StartProtectedJob AWS API Documentation
|
|
4935
4944
|
#
|
|
@@ -6095,6 +6104,8 @@ module Aws::CleanRooms
|
|
|
6095
6104
|
# resp.protected_job.error.code #=> String
|
|
6096
6105
|
# resp.protected_job.compute_configuration.worker.type #=> String, one of "CR.1X", "CR.4X"
|
|
6097
6106
|
# resp.protected_job.compute_configuration.worker.number #=> Integer
|
|
6107
|
+
# resp.protected_job.compute_configuration.worker.properties.spark #=> Hash
|
|
6108
|
+
# resp.protected_job.compute_configuration.worker.properties.spark["SparkPropertyKey"] #=> String
|
|
6098
6109
|
#
|
|
6099
6110
|
# @see http://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/UpdateProtectedJob AWS API Documentation
|
|
6100
6111
|
#
|
|
@@ -6199,7 +6210,7 @@ module Aws::CleanRooms
|
|
|
6199
6210
|
tracer: tracer
|
|
6200
6211
|
)
|
|
6201
6212
|
context[:gem_name] = 'aws-sdk-cleanrooms'
|
|
6202
|
-
context[:gem_version] = '1.
|
|
6213
|
+
context[:gem_version] = '1.71.0'
|
|
6203
6214
|
Seahorse::Client::Request.new(handlers, context)
|
|
6204
6215
|
end
|
|
6205
6216
|
|
|
@@ -2439,6 +2439,7 @@ module Aws::CleanRooms
|
|
|
2439
2439
|
|
|
2440
2440
|
ProtectedJobWorkerComputeConfiguration.add_member(:type, Shapes::ShapeRef.new(shape: ProtectedJobWorkerComputeType, required: true, location_name: "type"))
|
|
2441
2441
|
ProtectedJobWorkerComputeConfiguration.add_member(:number, Shapes::ShapeRef.new(shape: ProtectedJobWorkerComputeConfigurationNumberInteger, required: true, location_name: "number"))
|
|
2442
|
+
ProtectedJobWorkerComputeConfiguration.add_member(:properties, Shapes::ShapeRef.new(shape: WorkerComputeConfigurationProperties, location_name: "properties"))
|
|
2442
2443
|
ProtectedJobWorkerComputeConfiguration.struct_class = Types::ProtectedJobWorkerComputeConfiguration
|
|
2443
2444
|
|
|
2444
2445
|
ProtectedQuery.add_member(:id, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "id"))
|
|
@@ -6751,12 +6751,15 @@ module Aws::CleanRooms
|
|
|
6751
6751
|
# The abilities granted to the collaboration member. These determine
|
|
6752
6752
|
# what actions the member can perform within the collaboration.
|
|
6753
6753
|
#
|
|
6754
|
-
# <note markdown="1"> The following values are currently not supported: `CAN_QUERY
|
|
6755
|
-
# `
|
|
6754
|
+
# <note markdown="1"> The following values are currently not supported: `CAN_QUERY` and
|
|
6755
|
+
# `CAN_RUN_JOB`.
|
|
6756
6756
|
#
|
|
6757
6757
|
# Set the value of `memberAbilities` to `[]` to allow a member to
|
|
6758
6758
|
# contribute data.
|
|
6759
6759
|
#
|
|
6760
|
+
# Set the value of `memberAbilities` to `[CAN_RECEIVE_RESULTS]` to
|
|
6761
|
+
# allow a member to contribute data and receive results.
|
|
6762
|
+
#
|
|
6760
6763
|
# </note>
|
|
6761
6764
|
# @return [Array<String>]
|
|
6762
6765
|
#
|
|
@@ -8347,11 +8350,18 @@ module Aws::CleanRooms
|
|
|
8347
8350
|
# The number of workers for a PySpark job.
|
|
8348
8351
|
# @return [Integer]
|
|
8349
8352
|
#
|
|
8353
|
+
# @!attribute [rw] properties
|
|
8354
|
+
# The configuration properties for the worker compute environment.
|
|
8355
|
+
# These properties allow you to customize the compute settings for
|
|
8356
|
+
# your Clean Rooms workloads.
|
|
8357
|
+
# @return [Types::WorkerComputeConfigurationProperties]
|
|
8358
|
+
#
|
|
8350
8359
|
# @see http://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/ProtectedJobWorkerComputeConfiguration AWS API Documentation
|
|
8351
8360
|
#
|
|
8352
8361
|
class ProtectedJobWorkerComputeConfiguration < Struct.new(
|
|
8353
8362
|
:type,
|
|
8354
|
-
:number
|
|
8363
|
+
:number,
|
|
8364
|
+
:properties)
|
|
8355
8365
|
SENSITIVE = []
|
|
8356
8366
|
include Aws::Structure
|
|
8357
8367
|
end
|
|
@@ -10261,12 +10271,13 @@ module Aws::CleanRooms
|
|
|
10261
10271
|
# @note WorkerComputeConfigurationProperties is a union - when returned from an API call exactly one value will be set and the returned type will be a subclass of WorkerComputeConfigurationProperties corresponding to the set member.
|
|
10262
10272
|
#
|
|
10263
10273
|
# @!attribute [rw] spark
|
|
10264
|
-
# The Spark configuration properties for SQL workloads.
|
|
10265
|
-
# contains key-value pairs that configure Apache Spark
|
|
10266
|
-
# optimize performance for your data processing jobs. You
|
|
10267
|
-
# up to 50 Spark properties, with each key being 1-200
|
|
10268
|
-
# each value being 0-500 characters. These properties
|
|
10269
|
-
# adjust compute capacity for large datasets and complex
|
|
10274
|
+
# The Spark configuration properties for SQL and PySpark workloads.
|
|
10275
|
+
# This map contains key-value pairs that configure Apache Spark
|
|
10276
|
+
# settings to optimize performance for your data processing jobs. You
|
|
10277
|
+
# can specify up to 50 Spark properties, with each key being 1-200
|
|
10278
|
+
# characters and each value being 0-500 characters. These properties
|
|
10279
|
+
# allow you to adjust compute capacity for large datasets and complex
|
|
10280
|
+
# workloads.
|
|
10270
10281
|
# @return [Hash<String,String>]
|
|
10271
10282
|
#
|
|
10272
10283
|
# @see http://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/WorkerComputeConfigurationProperties AWS API Documentation
|
data/lib/aws-sdk-cleanrooms.rb
CHANGED
data/sig/client.rbs
CHANGED
|
@@ -1225,7 +1225,10 @@ module Aws
|
|
|
1225
1225
|
?compute_configuration: {
|
|
1226
1226
|
worker: {
|
|
1227
1227
|
type: ("CR.1X" | "CR.4X"),
|
|
1228
|
-
number: ::Integer
|
|
1228
|
+
number: ::Integer,
|
|
1229
|
+
properties: {
|
|
1230
|
+
spark: Hash[::String, ::String]?
|
|
1231
|
+
}?
|
|
1229
1232
|
}?
|
|
1230
1233
|
}
|
|
1231
1234
|
) -> _StartProtectedJobResponseSuccess
|
data/sig/types.rbs
CHANGED
|
@@ -2342,6 +2342,7 @@ module Aws::CleanRooms
|
|
|
2342
2342
|
class ProtectedJobWorkerComputeConfiguration
|
|
2343
2343
|
attr_accessor type: ("CR.1X" | "CR.4X")
|
|
2344
2344
|
attr_accessor number: ::Integer
|
|
2345
|
+
attr_accessor properties: Types::WorkerComputeConfigurationProperties
|
|
2345
2346
|
SENSITIVE: []
|
|
2346
2347
|
end
|
|
2347
2348
|
|
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.
|
|
4
|
+
version: 1.71.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
@@ -18,7 +18,7 @@ dependencies:
|
|
|
18
18
|
version: '3'
|
|
19
19
|
- - ">="
|
|
20
20
|
- !ruby/object:Gem::Version
|
|
21
|
-
version: 3.
|
|
21
|
+
version: 3.247.0
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -28,7 +28,7 @@ dependencies:
|
|
|
28
28
|
version: '3'
|
|
29
29
|
- - ">="
|
|
30
30
|
- !ruby/object:Gem::Version
|
|
31
|
-
version: 3.
|
|
31
|
+
version: 3.247.0
|
|
32
32
|
- !ruby/object:Gem::Dependency
|
|
33
33
|
name: aws-sigv4
|
|
34
34
|
requirement: !ruby/object:Gem::Requirement
|