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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3dbe17f061b399e8c5ac6ceb8a6afebe8ddeca2e35c697f71a4223d33641a3c7
4
- data.tar.gz: a1ee8de42e89bf0a3b880e1de58c8bb7f77f72f4cf287d2e62d9820f47310b91
3
+ metadata.gz: 3a01fd4d6b88e215d39c7288d3fbdabb744ccf793403c1050acf170868d9908d
4
+ data.tar.gz: 45ec8b40c5387e55002320c048c29925e2903890d201d98d2a8b99ceca760e1d
5
5
  SHA512:
6
- metadata.gz: 6eb4d6105ed0c8b3d3506ca9f61940ba1028e6787ffe3baf7ad0fad935cd525c1a5f6e8983feb0564cbd39edbd7d1bdb6535af633556eb731d11cf271be28c23
7
- data.tar.gz: c0315e972162ba2230f0448bc41a2a3109d11f51be7c4fde81908de82af38bdb91ae91d11d642726fb21c4790a89088b5211a29d87ac58669691ee8004e99be6
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.69.0
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.69.0'
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
- # `CAN_RECEIVE_RESULTS,` and `CAN_RUN_JOB`.
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. This map
10265
- # contains key-value pairs that configure Apache Spark settings to
10266
- # optimize performance for your data processing jobs. You can specify
10267
- # up to 50 Spark properties, with each key being 1-200 characters and
10268
- # each value being 0-500 characters. These properties allow you to
10269
- # adjust compute capacity for large datasets and complex workloads.
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
@@ -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.69.0'
58
+ GEM_VERSION = '1.71.0'
59
59
 
60
60
  end
61
61
 
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.69.0
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.244.0
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.244.0
31
+ version: 3.247.0
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement