aws-sdk-cleanroomsml 1.45.0 → 1.46.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: a4b6dab6b169756c8e7ed2e4b761646fecfb1266cab9ea5fed9ba002b0f2a0de
4
- data.tar.gz: 7873bdc97b322c3ddd6c132800346ed159d04bc61763fbaab66775507e45663d
3
+ metadata.gz: 1c970c3d276ae6b41e21021a38078882fe9cf17b23b94923e6f5c032b8eb305c
4
+ data.tar.gz: c121ab870d2dddf4636824245da5b695749161b10c74d8645bc0c3f45da8dcc2
5
5
  SHA512:
6
- metadata.gz: 24c0e5f422262373433726d60f19c9e4491867d41e8d031aa8b5ef69512d615b65d44414cbcbdf6f9132d33a3a88975546c21ebbe4163c0a9e86a8e9fb308611
7
- data.tar.gz: 1acd16c5027b204180946841480e6ebc8fa09b5c9c23365323ea72f276b7174a458307e42c09cd2f8b7191aae75417644a9fba05b117c1f88effcc1a3214f591
6
+ metadata.gz: c7d3a91301a1ba484480709485d58599866ccc1077562a876599b40f8af723c8d0b935ef10b685f333e33203ed33cad5d1883c74ee5b949707074a3c529536b3
7
+ data.tar.gz: 2fe0d8e19fe9cd759ef8a4a435f2975126e73da91ff2df9d7598fa52077191d2247e92c860bc45738d77ab39e7b3b81df261587e24ea9905610439b00e284cad
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.46.0 (2026-05-19)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.45.0 (2026-05-13)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.45.0
1
+ 1.46.0
@@ -4109,7 +4109,7 @@ module Aws::CleanRoomsML
4109
4109
  tracer: tracer
4110
4110
  )
4111
4111
  context[:gem_name] = 'aws-sdk-cleanroomsml'
4112
- context[:gem_version] = '1.45.0'
4112
+ context[:gem_version] = '1.46.0'
4113
4113
  Seahorse::Client::Request.new(handlers, context)
4114
4114
  end
4115
4115
 
@@ -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.45.0'
58
+ GEM_VERSION = '1.46.0'
59
59
 
60
60
  end
61
61
 
data/sig/client.rbs CHANGED
@@ -117,14 +117,7 @@ module Aws
117
117
  def create_configured_audience_model: (
118
118
  name: ::String,
119
119
  audience_model_arn: ::String,
120
- output_config: {
121
- destination: {
122
- s3_destination: {
123
- s3_uri: ::String
124
- }
125
- },
126
- role_arn: ::String
127
- },
120
+ output_config: Params::configured_audience_model_output_config,
128
121
  ?description: ::String,
129
122
  shared_audience_metrics: Array[("ALL" | "NONE")],
130
123
  ?min_matching_seed_size: ::Integer,
@@ -154,7 +147,7 @@ module Aws
154
147
  {
155
148
  name: ::String,
156
149
  regex: ::String
157
- },
150
+ }
158
151
  ]?
159
152
  },
160
153
  ?inference_container_config: {
@@ -179,17 +172,7 @@ module Aws
179
172
  policies: {
180
173
  trained_models: {
181
174
  container_logs: Array[
182
- {
183
- allowed_account_ids: Array[::String],
184
- filter_pattern: ::String?,
185
- log_type: ("ALL" | "ERROR_SUMMARY")?,
186
- log_redaction_configuration: {
187
- entities_to_redact: Array[("ALL_PERSONALLY_IDENTIFIABLE_INFORMATION" | "NUMBERS" | "CUSTOM")],
188
- custom_entity_config: {
189
- custom_data_identifiers: Array[::String]
190
- }?
191
- }?
192
- },
175
+ Params::logs_configuration_policy
193
176
  ]?,
194
177
  container_metrics: {
195
178
  noise_level: ("HIGH" | "MEDIUM" | "LOW" | "NONE")
@@ -208,17 +191,7 @@ module Aws
208
191
  }?,
209
192
  trained_model_inference_jobs: {
210
193
  container_logs: Array[
211
- {
212
- allowed_account_ids: Array[::String],
213
- filter_pattern: ::String?,
214
- log_type: ("ALL" | "ERROR_SUMMARY")?,
215
- log_redaction_configuration: {
216
- entities_to_redact: Array[("ALL_PERSONALLY_IDENTIFIABLE_INFORMATION" | "NUMBERS" | "CUSTOM")],
217
- custom_entity_config: {
218
- custom_data_identifiers: Array[::String]
219
- }?
220
- }?
221
- },
194
+ Params::logs_configuration_policy
222
195
  ]?,
223
196
  max_output_size: {
224
197
  unit: ("GB"),
@@ -247,15 +220,7 @@ module Aws
247
220
  analysis_template_arn: ::String?,
248
221
  parameters: Hash[::String, ::String]?
249
222
  },
250
- compute_configuration: {
251
- worker: {
252
- type: ("CR.1X" | "CR.4X")?,
253
- number: ::Integer?,
254
- properties: {
255
- spark: Hash[::String, ::String]?
256
- }?
257
- }?
258
- }?,
223
+ compute_configuration: Params::compute_configuration?,
259
224
  result_format: ("CSV" | "PARQUET")?
260
225
  }?
261
226
  },
@@ -294,14 +259,14 @@ module Aws
294
259
  trained_model_arn: ::String,
295
260
  version_identifier: ::String?,
296
261
  channel_name: ::String
297
- },
262
+ }
298
263
  ],
299
264
  data_channels: Array[
300
265
  {
301
266
  ml_input_channel_arn: ::String,
302
267
  channel_name: ::String,
303
268
  s3_data_distribution_type: ("FullyReplicated" | "ShardedByS3Key")?
304
- },
269
+ }
305
270
  ],
306
271
  ?training_input_mode: ("File" | "FastFile" | "Pipe"),
307
272
  ?description: ::String,
@@ -326,7 +291,7 @@ module Aws
326
291
  {
327
292
  column_name: ::String,
328
293
  column_types: Array[("USER_ID" | "ITEM_ID" | "TIMESTAMP" | "CATEGORICAL_FEATURE" | "NUMERICAL_FEATURE")]
329
- },
294
+ }
330
295
  ],
331
296
  data_source: {
332
297
  glue_data_source: {
@@ -336,7 +301,7 @@ module Aws
336
301
  }
337
302
  }
338
303
  }
339
- },
304
+ }
340
305
  ],
341
306
  ?tags: Hash[::String, ::String],
342
307
  ?description: ::String
@@ -1013,15 +978,7 @@ module Aws
1013
978
  analysis_template_arn: ::String?,
1014
979
  parameters: Hash[::String, ::String]?
1015
980
  }?,
1016
- sql_compute_configuration: {
1017
- worker: {
1018
- type: ("CR.1X" | "CR.4X")?,
1019
- number: ::Integer?,
1020
- properties: {
1021
- spark: Hash[::String, ::String]?
1022
- }?
1023
- }?
1024
- }?
981
+ sql_compute_configuration: Params::compute_configuration?
1025
982
  },
1026
983
  ?include_seed_in_output: bool,
1027
984
  ?collaboration_id: ::String,
@@ -1040,7 +997,7 @@ module Aws
1040
997
  members: Array[
1041
998
  {
1042
999
  account_id: ::String
1043
- },
1000
+ }
1044
1001
  ]
1045
1002
  },
1046
1003
  ?description: ::String
@@ -1067,7 +1024,7 @@ module Aws
1067
1024
  members: Array[
1068
1025
  {
1069
1026
  account_id: ::String
1070
- },
1027
+ }
1071
1028
  ]
1072
1029
  },
1073
1030
  data_source: {
@@ -1110,14 +1067,7 @@ module Aws
1110
1067
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CleanRoomsML/Client.html#update_configured_audience_model-instance_method
1111
1068
  def update_configured_audience_model: (
1112
1069
  configured_audience_model_arn: ::String,
1113
- ?output_config: {
1114
- destination: {
1115
- s3_destination: {
1116
- s3_uri: ::String
1117
- }
1118
- },
1119
- role_arn: ::String
1120
- },
1070
+ ?output_config: Params::configured_audience_model_output_config,
1121
1071
  ?audience_model_arn: ::String,
1122
1072
  ?shared_audience_metrics: Array[("ALL" | "NONE")],
1123
1073
  ?min_matching_seed_size: ::Integer,
data/sig/params.rbs ADDED
@@ -0,0 +1,44 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing guide for more information:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws
9
+ module CleanRoomsML
10
+ module Params
11
+ type configured_audience_model_output_config = {
12
+ destination: {
13
+ s3_destination: {
14
+ s3_uri: ::String
15
+ }
16
+ },
17
+ role_arn: ::String
18
+ }
19
+
20
+ type logs_configuration_policy = {
21
+ allowed_account_ids: Array[::String],
22
+ filter_pattern: ::String?,
23
+ log_type: ("ALL" | "ERROR_SUMMARY")?,
24
+ log_redaction_configuration: {
25
+ entities_to_redact: Array[("ALL_PERSONALLY_IDENTIFIABLE_INFORMATION" | "NUMBERS" | "CUSTOM")],
26
+ custom_entity_config: {
27
+ custom_data_identifiers: Array[::String]
28
+ }?
29
+ }?
30
+ }
31
+
32
+ type compute_configuration = {
33
+ worker: {
34
+ type: ("CR.1X" | "CR.4X")?,
35
+ number: ::Integer?,
36
+ properties: {
37
+ spark: Hash[::String, ::String]?
38
+ }?
39
+ }?
40
+ }
41
+
42
+ end
43
+ end
44
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-cleanroomsml
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.45.0
4
+ version: 1.46.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -68,6 +68,7 @@ files:
68
68
  - lib/aws-sdk-cleanroomsml/waiters.rb
69
69
  - sig/client.rbs
70
70
  - sig/errors.rbs
71
+ - sig/params.rbs
71
72
  - sig/resource.rbs
72
73
  - sig/types.rbs
73
74
  - sig/waiters.rbs