aws-sdk-cleanroomsml 1.19.0 → 1.21.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a1ddac2c7e486a0aaaa5745e62640d3e145829db7168b317f23eee5b800e3bea
4
- data.tar.gz: 92807a2f49829446ff4a2d96bf216464adac2af481017aae78eef7e4421a7247
3
+ metadata.gz: 6aa6e3a2317d9e76d9eadd757fa1c33c9e36d333266e82cebae1020a161c33eb
4
+ data.tar.gz: a12d3cb7bd62137688a683fa15cd5bcab44d8d55162d942e99e0203af84a225c
5
5
  SHA512:
6
- metadata.gz: bdc14712ed55011879f65bf755e875ef4e9b752790de60ad33b22261edfb6872b36448b20ec9ddd54bf7d3cbb73a157c6bf2cd92e9307561446b9a028af93778
7
- data.tar.gz: 332fdb4a7c76ef652a1448d844f6e3a31aa8a3130133b5e7299ccbe76c775f21e37ceaae67b13919ff709ce5756324c6845f48d31d63c2b3c2e006eee36f0b1d
6
+ metadata.gz: fee1423622594c522dc6c49d55efff4bfca5ef358b2b2f6b8b0d8d84d69d3c71403429b9dff5da88dea37082576ac2172937f146565dc10150983263a003170b
7
+ data.tar.gz: dac1b3cf38816822643df4cc2e84319fbfe461f557f7b03ed369be337f22c3c7bfb4779c5e6bdc428a37b955fcbf82f933c92889855ddc976e27956006eb8e4c
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.21.0 (2025-01-15)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.20.0 (2024-12-17)
10
+ ------------------
11
+
12
+ * Feature - Add support for SQL compute configuration for StartAudienceGenerationJob API.
13
+
4
14
  1.19.0 (2024-11-07)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.19.0
1
+ 1.21.0
@@ -257,11 +257,34 @@ module Aws::CleanRoomsML
257
257
  # Used when loading credentials from the shared credentials file
258
258
  # at HOME/.aws/credentials. When not specified, 'default' is used.
259
259
  #
260
+ # @option options [String] :request_checksum_calculation ("when_supported")
261
+ # Determines when a checksum will be calculated for request payloads. Values are:
262
+ #
263
+ # * `when_supported` - (default) When set, a checksum will be
264
+ # calculated for all request payloads of operations modeled with the
265
+ # `httpChecksum` trait where `requestChecksumRequired` is `true` and/or a
266
+ # `requestAlgorithmMember` is modeled.
267
+ # * `when_required` - When set, a checksum will only be calculated for
268
+ # request payloads of operations modeled with the `httpChecksum` trait where
269
+ # `requestChecksumRequired` is `true` or where a `requestAlgorithmMember`
270
+ # is modeled and supplied.
271
+ #
260
272
  # @option options [Integer] :request_min_compression_size_bytes (10240)
261
273
  # The minimum size in bytes that triggers compression for request
262
274
  # bodies. The value must be non-negative integer value between 0
263
275
  # and 10485780 bytes inclusive.
264
276
  #
277
+ # @option options [String] :response_checksum_validation ("when_supported")
278
+ # Determines when checksum validation will be performed on response payloads. Values are:
279
+ #
280
+ # * `when_supported` - (default) When set, checksum validation is performed on all
281
+ # response payloads of operations modeled with the `httpChecksum` trait where
282
+ # `responseAlgorithms` is modeled, except when no modeled checksum algorithms
283
+ # are supported.
284
+ # * `when_required` - When set, checksum validation is not performed on
285
+ # response payloads of operations unless the checksum algorithm is supported and
286
+ # the `requestValidationModeMember` member is set to `ENABLED`.
287
+ #
265
288
  # @option options [Proc] :retry_backoff
266
289
  # A proc or lambda used for backoff. Defaults to 2**retries * retry_base_delay.
267
290
  # This option is only used in the `legacy` retry mode.
@@ -1570,6 +1593,8 @@ module Aws::CleanRoomsML
1570
1593
  # resp.seed_audience.sql_parameters.analysis_template_arn #=> String
1571
1594
  # resp.seed_audience.sql_parameters.parameters #=> Hash
1572
1595
  # resp.seed_audience.sql_parameters.parameters["ParameterKey"] #=> String
1596
+ # resp.seed_audience.sql_compute_configuration.worker.type #=> String, one of "CR.1X", "CR.4X"
1597
+ # resp.seed_audience.sql_compute_configuration.worker.number #=> Integer
1573
1598
  # resp.include_seed_in_output #=> Boolean
1574
1599
  # resp.collaboration_id #=> String
1575
1600
  # resp.metrics.relevance_metrics #=> Array
@@ -3400,6 +3425,12 @@ module Aws::CleanRoomsML
3400
3425
  # "ParameterKey" => "ParameterValue",
3401
3426
  # },
3402
3427
  # },
3428
+ # sql_compute_configuration: {
3429
+ # worker: {
3430
+ # type: "CR.1X", # accepts CR.1X, CR.4X
3431
+ # number: 1,
3432
+ # },
3433
+ # },
3403
3434
  # },
3404
3435
  # include_seed_in_output: false,
3405
3436
  # collaboration_id: "UUID",
@@ -3496,7 +3527,7 @@ module Aws::CleanRoomsML
3496
3527
  # inference job.
3497
3528
  #
3498
3529
  # @option params [required, Types::ModelInferenceDataSource] :data_source
3499
- # Defines he data source that is used for the trained model inference
3530
+ # Defines the data source that is used for the trained model inference
3500
3531
  # job.
3501
3532
  #
3502
3533
  # @option params [String] :description
@@ -3767,7 +3798,7 @@ module Aws::CleanRoomsML
3767
3798
  tracer: tracer
3768
3799
  )
3769
3800
  context[:gem_name] = 'aws-sdk-cleanroomsml'
3770
- context[:gem_version] = '1.19.0'
3801
+ context[:gem_version] = '1.21.0'
3771
3802
  Seahorse::Client::Request.new(handlers, context)
3772
3803
  end
3773
3804
 
@@ -336,6 +336,7 @@ module Aws::CleanRoomsML
336
336
  AudienceGenerationJobDataSource.add_member(:data_source, Shapes::ShapeRef.new(shape: S3ConfigMap, location_name: "dataSource"))
337
337
  AudienceGenerationJobDataSource.add_member(:role_arn, Shapes::ShapeRef.new(shape: IamRoleArn, required: true, location_name: "roleArn"))
338
338
  AudienceGenerationJobDataSource.add_member(:sql_parameters, Shapes::ShapeRef.new(shape: ProtectedQuerySQLParameters, location_name: "sqlParameters"))
339
+ AudienceGenerationJobDataSource.add_member(:sql_compute_configuration, Shapes::ShapeRef.new(shape: ComputeConfiguration, location_name: "sqlComputeConfiguration"))
339
340
  AudienceGenerationJobDataSource.struct_class = Types::AudienceGenerationJobDataSource
340
341
 
341
342
  AudienceGenerationJobList.member = Shapes::ShapeRef.new(shape: AudienceGenerationJobSummary)
@@ -117,12 +117,18 @@ module Aws::CleanRoomsML
117
117
  # The protected SQL query parameters.
118
118
  # @return [Types::ProtectedQuerySQLParameters]
119
119
  #
120
+ # @!attribute [rw] sql_compute_configuration
121
+ # Provides configuration information for the instances that will
122
+ # perform the compute work.
123
+ # @return [Types::ComputeConfiguration]
124
+ #
120
125
  # @see http://docs.aws.amazon.com/goto/WebAPI/cleanroomsml-2023-09-06/AudienceGenerationJobDataSource AWS API Documentation
121
126
  #
122
127
  class AudienceGenerationJobDataSource < Struct.new(
123
128
  :data_source,
124
129
  :role_arn,
125
- :sql_parameters)
130
+ :sql_parameters,
131
+ :sql_compute_configuration)
126
132
  SENSITIVE = [:sql_parameters]
127
133
  include Aws::Structure
128
134
  end
@@ -4676,7 +4682,7 @@ module Aws::CleanRoomsML
4676
4682
  # @return [Types::InferenceOutputConfiguration]
4677
4683
  #
4678
4684
  # @!attribute [rw] data_source
4679
- # Defines he data source that is used for the trained model inference
4685
+ # Defines the data source that is used for the trained model inference
4680
4686
  # job.
4681
4687
  # @return [Types::ModelInferenceDataSource]
4682
4688
  #
@@ -55,7 +55,7 @@ module Aws::CleanRoomsML
55
55
  autoload :EndpointProvider, 'aws-sdk-cleanroomsml/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-cleanroomsml/endpoints'
57
57
 
58
- GEM_VERSION = '1.19.0'
58
+ GEM_VERSION = '1.21.0'
59
59
 
60
60
  end
61
61
 
data/sig/client.rbs CHANGED
@@ -39,7 +39,9 @@ module Aws
39
39
  ?logger: untyped,
40
40
  ?max_attempts: Integer,
41
41
  ?profile: String,
42
+ ?request_checksum_calculation: String,
42
43
  ?request_min_compression_size_bytes: Integer,
44
+ ?response_checksum_validation: String,
43
45
  ?retry_backoff: Proc,
44
46
  ?retry_base_delay: Float,
45
47
  ?retry_jitter: (:none | :equal | :full | ^(Integer) -> Integer),
@@ -944,6 +946,12 @@ module Aws
944
946
  query_string: ::String?,
945
947
  analysis_template_arn: ::String?,
946
948
  parameters: Hash[::String, ::String]?
949
+ }?,
950
+ sql_compute_configuration: {
951
+ worker: {
952
+ type: ("CR.1X" | "CR.4X")?,
953
+ number: ::Integer?
954
+ }?
947
955
  }?
948
956
  },
949
957
  ?include_seed_in_output: bool,
data/sig/resource.rbs CHANGED
@@ -39,7 +39,9 @@ module Aws
39
39
  ?logger: untyped,
40
40
  ?max_attempts: Integer,
41
41
  ?profile: String,
42
+ ?request_checksum_calculation: String,
42
43
  ?request_min_compression_size_bytes: Integer,
44
+ ?response_checksum_validation: String,
43
45
  ?retry_backoff: Proc,
44
46
  ?retry_base_delay: Float,
45
47
  ?retry_jitter: (:none | :equal | :full | ^(Integer) -> Integer),
data/sig/types.rbs CHANGED
@@ -35,6 +35,7 @@ module Aws::CleanRoomsML
35
35
  attr_accessor data_source: Types::S3ConfigMap
36
36
  attr_accessor role_arn: ::String
37
37
  attr_accessor sql_parameters: Types::ProtectedQuerySQLParameters
38
+ attr_accessor sql_compute_configuration: Types::ComputeConfiguration
38
39
  SENSITIVE: [:sql_parameters]
39
40
  end
40
41
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-cleanroomsml
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.19.0
4
+ version: 1.21.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-11-07 00:00:00.000000000 Z
11
+ date: 2025-01-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.210.0
22
+ version: 3.216.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.210.0
32
+ version: 3.216.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement