aws-sdk-cleanrooms 1.58.0 → 1.59.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: 69db799f820195e8a122d9d63a6e299b7af164c0459dfd01df7549cf77e76ff4
4
- data.tar.gz: aa89269da97d21ca448e67d4e31b3bea15ae88dbe6ab5cf46ba17bbf5efe45e9
3
+ metadata.gz: 60427e4e5680f2dd043712820f2894b3602fac09de113620cefb88fc3ceed0dd
4
+ data.tar.gz: 12270d136a3858410ebf60a0e14e3943da57193b455d76eb5816f33675da7e0f
5
5
  SHA512:
6
- metadata.gz: 1293ca46e7f96c58ff2fbc901344341f2749043e4b43e305e9fcd1a96b9888575e62f99e14d1e84951d6a1ef8fb96abae6f255c8d892d290767db363cce53332
7
- data.tar.gz: 86de6b8891a9411bf87417632c02075693bfc09a68b38914e4c0915e8d9df86d4ddda7f93dc59624c817d017b54af6422cf113a7e194f2eb378e69b7abb465e8
6
+ metadata.gz: 94da250ff92e578721a6c196174f1d61def127e3f21655fceac5f12ff1431fbd11a334670c84bf4ab02f2db83627438ea64987511c8ca24069c42c03e4cdf9b6
7
+ data.tar.gz: 858e037810b4822310055550b03a9a90886ba2b344a892985aabcc86b03cf3d6e1b3afd5ae65c93e4849b20fcd4e6ca35c439c19333fc12bd963f2f810f9e259
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.59.0 (2025-10-30)
5
+ ------------------
6
+
7
+ * Feature - Added support for advanced Spark configurations to optimize SQL performance
8
+
4
9
  1.58.0 (2025-10-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.58.0
1
+ 1.59.0
@@ -1398,7 +1398,7 @@ module Aws::CleanRooms
1398
1398
  # differential_privacy: {
1399
1399
  # columns: [ # required
1400
1400
  # {
1401
- # name: "String", # required
1401
+ # name: "ColumnName", # required
1402
1402
  # },
1403
1403
  # ],
1404
1404
  # },
@@ -3255,6 +3255,8 @@ module Aws::CleanRooms
3255
3255
  # resp.protected_query.differential_privacy.sensitivity_parameters[0].max_column_value #=> Float
3256
3256
  # resp.protected_query.compute_configuration.worker.type #=> String, one of "CR.1X", "CR.4X"
3257
3257
  # resp.protected_query.compute_configuration.worker.number #=> Integer
3258
+ # resp.protected_query.compute_configuration.worker.properties.spark #=> Hash
3259
+ # resp.protected_query.compute_configuration.worker.properties.spark["SparkPropertyKey"] #=> String
3258
3260
  #
3259
3261
  # @see http://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/GetProtectedQuery AWS API Documentation
3260
3262
  #
@@ -4896,6 +4898,11 @@ module Aws::CleanRooms
4896
4898
  # worker: {
4897
4899
  # type: "CR.1X", # accepts CR.1X, CR.4X
4898
4900
  # number: 1,
4901
+ # properties: {
4902
+ # spark: {
4903
+ # "SparkPropertyKey" => "SparkPropertyValue",
4904
+ # },
4905
+ # },
4899
4906
  # },
4900
4907
  # },
4901
4908
  # })
@@ -4940,6 +4947,8 @@ module Aws::CleanRooms
4940
4947
  # resp.protected_query.differential_privacy.sensitivity_parameters[0].max_column_value #=> Float
4941
4948
  # resp.protected_query.compute_configuration.worker.type #=> String, one of "CR.1X", "CR.4X"
4942
4949
  # resp.protected_query.compute_configuration.worker.number #=> Integer
4950
+ # resp.protected_query.compute_configuration.worker.properties.spark #=> Hash
4951
+ # resp.protected_query.compute_configuration.worker.properties.spark["SparkPropertyKey"] #=> String
4943
4952
  #
4944
4953
  # @see http://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/StartProtectedQuery AWS API Documentation
4945
4954
  #
@@ -5373,7 +5382,7 @@ module Aws::CleanRooms
5373
5382
  # differential_privacy: {
5374
5383
  # columns: [ # required
5375
5384
  # {
5376
- # name: "String", # required
5385
+ # name: "ColumnName", # required
5377
5386
  # },
5378
5387
  # ],
5379
5388
  # },
@@ -5972,6 +5981,8 @@ module Aws::CleanRooms
5972
5981
  # resp.protected_query.differential_privacy.sensitivity_parameters[0].max_column_value #=> Float
5973
5982
  # resp.protected_query.compute_configuration.worker.type #=> String, one of "CR.1X", "CR.4X"
5974
5983
  # resp.protected_query.compute_configuration.worker.number #=> Integer
5984
+ # resp.protected_query.compute_configuration.worker.properties.spark #=> Hash
5985
+ # resp.protected_query.compute_configuration.worker.properties.spark["SparkPropertyKey"] #=> String
5975
5986
  #
5976
5987
  # @see http://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/UpdateProtectedQuery AWS API Documentation
5977
5988
  #
@@ -6000,7 +6011,7 @@ module Aws::CleanRooms
6000
6011
  tracer: tracer
6001
6012
  )
6002
6013
  context[:gem_name] = 'aws-sdk-cleanrooms'
6003
- context[:gem_version] = '1.58.0'
6014
+ context[:gem_version] = '1.59.0'
6004
6015
  Seahorse::Client::Request.new(handlers, context)
6005
6016
  end
6006
6017
 
@@ -558,6 +558,9 @@ module Aws::CleanRooms
558
558
  SnowflakeTableSchema = Shapes::UnionShape.new(name: 'SnowflakeTableSchema')
559
559
  SnowflakeTableSchemaList = Shapes::ListShape.new(name: 'SnowflakeTableSchemaList')
560
560
  SnowflakeTableSchemaV1 = Shapes::StructureShape.new(name: 'SnowflakeTableSchemaV1')
561
+ SparkProperties = Shapes::MapShape.new(name: 'SparkProperties')
562
+ SparkPropertyKey = Shapes::StringShape.new(name: 'SparkPropertyKey')
563
+ SparkPropertyValue = Shapes::StringShape.new(name: 'SparkPropertyValue')
561
564
  StartProtectedJobInput = Shapes::StructureShape.new(name: 'StartProtectedJobInput')
562
565
  StartProtectedJobOutput = Shapes::StructureShape.new(name: 'StartProtectedJobOutput')
563
566
  StartProtectedQueryInput = Shapes::StructureShape.new(name: 'StartProtectedQueryInput')
@@ -614,6 +617,7 @@ module Aws::CleanRooms
614
617
  ValidationExceptionReason = Shapes::StringShape.new(name: 'ValidationExceptionReason')
615
618
  WorkerComputeConfiguration = Shapes::StructureShape.new(name: 'WorkerComputeConfiguration')
616
619
  WorkerComputeConfigurationNumberInteger = Shapes::IntegerShape.new(name: 'WorkerComputeConfigurationNumberInteger')
620
+ WorkerComputeConfigurationProperties = Shapes::UnionShape.new(name: 'WorkerComputeConfigurationProperties')
617
621
  WorkerComputeType = Shapes::StringShape.new(name: 'WorkerComputeType')
618
622
 
619
623
  AccessBudget.add_member(:resource_arn, Shapes::ShapeRef.new(shape: BudgetedResourceArn, required: true, location_name: "resourceArn"))
@@ -1526,7 +1530,7 @@ module Aws::CleanRooms
1526
1530
 
1527
1531
  DeletePrivacyBudgetTemplateOutput.struct_class = Types::DeletePrivacyBudgetTemplateOutput
1528
1532
 
1529
- DifferentialPrivacyColumn.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "name"))
1533
+ DifferentialPrivacyColumn.add_member(:name, Shapes::ShapeRef.new(shape: ColumnName, required: true, location_name: "name"))
1530
1534
  DifferentialPrivacyColumn.struct_class = Types::DifferentialPrivacyColumn
1531
1535
 
1532
1536
  DifferentialPrivacyColumnList.member = Shapes::ShapeRef.new(shape: DifferentialPrivacyColumn)
@@ -2598,6 +2602,9 @@ module Aws::CleanRooms
2598
2602
  SnowflakeTableSchemaV1.add_member(:column_type, Shapes::ShapeRef.new(shape: ColumnTypeString, required: true, location_name: "columnType"))
2599
2603
  SnowflakeTableSchemaV1.struct_class = Types::SnowflakeTableSchemaV1
2600
2604
 
2605
+ SparkProperties.key = Shapes::ShapeRef.new(shape: SparkPropertyKey)
2606
+ SparkProperties.value = Shapes::ShapeRef.new(shape: SparkPropertyValue)
2607
+
2601
2608
  StartProtectedJobInput.add_member(:type, Shapes::ShapeRef.new(shape: ProtectedJobType, required: true, location_name: "type"))
2602
2609
  StartProtectedJobInput.add_member(:membership_identifier, Shapes::ShapeRef.new(shape: MembershipIdentifier, required: true, location: "uri", location_name: "membershipIdentifier"))
2603
2610
  StartProtectedJobInput.add_member(:job_parameters, Shapes::ShapeRef.new(shape: ProtectedJobParameters, required: true, location_name: "jobParameters"))
@@ -2781,8 +2788,15 @@ module Aws::CleanRooms
2781
2788
 
2782
2789
  WorkerComputeConfiguration.add_member(:type, Shapes::ShapeRef.new(shape: WorkerComputeType, location_name: "type"))
2783
2790
  WorkerComputeConfiguration.add_member(:number, Shapes::ShapeRef.new(shape: WorkerComputeConfigurationNumberInteger, location_name: "number"))
2791
+ WorkerComputeConfiguration.add_member(:properties, Shapes::ShapeRef.new(shape: WorkerComputeConfigurationProperties, location_name: "properties"))
2784
2792
  WorkerComputeConfiguration.struct_class = Types::WorkerComputeConfiguration
2785
2793
 
2794
+ WorkerComputeConfigurationProperties.add_member(:spark, Shapes::ShapeRef.new(shape: SparkProperties, location_name: "spark"))
2795
+ WorkerComputeConfigurationProperties.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
2796
+ WorkerComputeConfigurationProperties.add_member_subclass(:spark, Types::WorkerComputeConfigurationProperties::Spark)
2797
+ WorkerComputeConfigurationProperties.add_member_subclass(:unknown, Types::WorkerComputeConfigurationProperties::Unknown)
2798
+ WorkerComputeConfigurationProperties.struct_class = Types::WorkerComputeConfigurationProperties
2799
+
2786
2800
 
2787
2801
  # @api private
2788
2802
  API = Seahorse::Model::Api.new.tap do |api|
@@ -2406,8 +2406,8 @@ module Aws::CleanRooms
2406
2406
  # @return [String]
2407
2407
  #
2408
2408
  # @!attribute [rw] allowed_columns
2409
- # The columns within the underlying Glue table that can be utilized
2410
- # within collaborations.
2409
+ # The columns within the underlying Glue table that can be used within
2410
+ # collaborations.
2411
2411
  # @return [Array<String>]
2412
2412
  #
2413
2413
  # @!attribute [rw] selected_analysis_methods
@@ -9906,15 +9906,53 @@ module Aws::CleanRooms
9906
9906
  # 128.
9907
9907
  # @return [Integer]
9908
9908
  #
9909
+ # @!attribute [rw] properties
9910
+ # The configuration properties for the worker compute environment.
9911
+ # These properties allow you to customize the compute settings for
9912
+ # your Clean Rooms workloads.
9913
+ # @return [Types::WorkerComputeConfigurationProperties]
9914
+ #
9909
9915
  # @see http://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/WorkerComputeConfiguration AWS API Documentation
9910
9916
  #
9911
9917
  class WorkerComputeConfiguration < Struct.new(
9912
9918
  :type,
9913
- :number)
9919
+ :number,
9920
+ :properties)
9914
9921
  SENSITIVE = []
9915
9922
  include Aws::Structure
9916
9923
  end
9917
9924
 
9925
+ # The configuration properties that define the compute environment
9926
+ # settings for workers in Clean Rooms. These properties enable
9927
+ # customization of the underlying compute environment to optimize
9928
+ # performance for your specific workloads.
9929
+ #
9930
+ # @note WorkerComputeConfigurationProperties is a union - when making an API calls you must set exactly one of the members.
9931
+ #
9932
+ # @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.
9933
+ #
9934
+ # @!attribute [rw] spark
9935
+ # The Spark configuration properties for SQL workloads. This map
9936
+ # contains key-value pairs that configure Apache Spark settings to
9937
+ # optimize performance for your data processing jobs. You can specify
9938
+ # up to 50 Spark properties, with each key being 1-200 characters and
9939
+ # each value being 0-500 characters. These properties allow you to
9940
+ # adjust compute capacity for large datasets and complex workloads.
9941
+ # @return [Hash<String,String>]
9942
+ #
9943
+ # @see http://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/WorkerComputeConfigurationProperties AWS API Documentation
9944
+ #
9945
+ class WorkerComputeConfigurationProperties < Struct.new(
9946
+ :spark,
9947
+ :unknown)
9948
+ SENSITIVE = []
9949
+ include Aws::Structure
9950
+ include Aws::Structure::Union
9951
+
9952
+ class Spark < WorkerComputeConfigurationProperties; end
9953
+ class Unknown < WorkerComputeConfigurationProperties; end
9954
+ end
9955
+
9918
9956
  end
9919
9957
  end
9920
9958
 
@@ -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.58.0'
58
+ GEM_VERSION = '1.59.0'
59
59
 
60
60
  end
61
61
 
data/sig/client.rbs CHANGED
@@ -1244,7 +1244,10 @@ module Aws
1244
1244
  ?compute_configuration: {
1245
1245
  worker: {
1246
1246
  type: ("CR.1X" | "CR.4X")?,
1247
- number: ::Integer?
1247
+ number: ::Integer?,
1248
+ properties: {
1249
+ spark: Hash[::String, ::String]?
1250
+ }?
1248
1251
  }?
1249
1252
  }
1250
1253
  ) -> _StartProtectedQueryResponseSuccess
data/sig/types.rbs CHANGED
@@ -2832,7 +2832,19 @@ module Aws::CleanRooms
2832
2832
  class WorkerComputeConfiguration
2833
2833
  attr_accessor type: ("CR.1X" | "CR.4X")
2834
2834
  attr_accessor number: ::Integer
2835
+ attr_accessor properties: Types::WorkerComputeConfigurationProperties
2835
2836
  SENSITIVE: []
2836
2837
  end
2838
+
2839
+ class WorkerComputeConfigurationProperties
2840
+ attr_accessor spark: ::Hash[::String, ::String]
2841
+ attr_accessor unknown: untyped
2842
+ SENSITIVE: []
2843
+
2844
+ class Spark < WorkerComputeConfigurationProperties
2845
+ end
2846
+ class Unknown < WorkerComputeConfigurationProperties
2847
+ end
2848
+ end
2837
2849
  end
2838
2850
  end
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.58.0
4
+ version: 1.59.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services