aws-sdk-cleanrooms 1.71.0 → 1.72.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: 3a01fd4d6b88e215d39c7288d3fbdabb744ccf793403c1050acf170868d9908d
4
- data.tar.gz: 45ec8b40c5387e55002320c048c29925e2903890d201d98d2a8b99ceca760e1d
3
+ metadata.gz: 98775687cc37bf1b27afa0015e6958a76bc3370bb9821232c490d4027c4426e1
4
+ data.tar.gz: dc872b2c5b423e1339f156dbfef3a1470aa9256b77ca0c4df64392b7a80dfce6
5
5
  SHA512:
6
- metadata.gz: c314dbc96dba30c8c47f284a483090b5893ece88b99144e153b1a2c88f06be6af1405b8c937f8d817ee354853ea97e7c7db2c474bcf48c85d69be155e8ffa000
7
- data.tar.gz: 4122939de3bdea924ef9eabd068e6accd97bacdfd1c58b7e686bb595f617d5224678bd5cd3ea568a3aae57c366975725dc5c0eaa8ed811de694f7ec0941c3b13
6
+ metadata.gz: 19813332273e3fabf6ae958339e91d1de29a1a5255782abdc1c47f2f301ba3f2178ec73ba7e983647e05930262a3e4edd722be2dc81ece3f4aaac254233280f8
7
+ data.tar.gz: ed703e350c388e0477ec511c7622721d81478f866a09d3282333c9cfbf5962973f140903073db6d57535007a3076ce996f598fc43b5e0ac621f55919703faf32
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.72.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.71.0 (2026-05-13)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.71.0
1
+ 1.72.0
@@ -6210,7 +6210,7 @@ module Aws::CleanRooms
6210
6210
  tracer: tracer
6211
6211
  )
6212
6212
  context[:gem_name] = 'aws-sdk-cleanrooms'
6213
- context[:gem_version] = '1.71.0'
6213
+ context[:gem_version] = '1.72.0'
6214
6214
  Seahorse::Client::Request.new(handlers, context)
6215
6215
  end
6216
6216
 
@@ -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.71.0'
58
+ GEM_VERSION = '1.72.0'
59
59
 
60
60
  end
61
61
 
data/sig/client.rbs CHANGED
@@ -114,7 +114,7 @@ module Aws
114
114
  {
115
115
  name: ::String,
116
116
  type: ("AGGREGATION" | "LIST" | "CUSTOM" | "ID_MAPPING_TABLE")
117
- },
117
+ }
118
118
  ]
119
119
  ) -> _BatchGetSchemaAnalysisRuleResponseSuccess
120
120
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _BatchGetSchemaAnalysisRuleResponseSuccess
@@ -144,7 +144,7 @@ module Aws
144
144
  bucket: ::String,
145
145
  key: ::String
146
146
  }
147
- },
147
+ }
148
148
  ]?,
149
149
  role_arn: ::String
150
150
  }?
@@ -155,7 +155,7 @@ module Aws
155
155
  name: ::String,
156
156
  type: ("SMALLINT" | "INTEGER" | "BIGINT" | "DECIMAL" | "REAL" | "DOUBLE_PRECISION" | "BOOLEAN" | "CHAR" | "VARCHAR" | "DATE" | "TIMESTAMP" | "TIMESTAMPTZ" | "TIME" | "TIMETZ" | "VARBYTE" | "BINARY" | "BYTE" | "CHARACTER" | "DOUBLE" | "FLOAT" | "INT" | "LONG" | "NUMERIC" | "SHORT" | "STRING" | "TIMESTAMP_LTZ" | "TIMESTAMP_NTZ" | "TINYINT"),
157
157
  default_value: ::String?
158
- },
158
+ }
159
159
  ],
160
160
  ?schema: {
161
161
  referenced_tables: Array[::String]?
@@ -173,7 +173,7 @@ module Aws
173
173
  column_name: ::String,
174
174
  column_type: ("CATEGORICAL" | "NUMERICAL"),
175
175
  is_predictive_value: bool
176
- },
176
+ }
177
177
  ]
178
178
  }
179
179
  }?
@@ -195,26 +195,8 @@ module Aws
195
195
  custom_ml_member_abilities: Array[("CAN_RECEIVE_MODEL_OUTPUT" | "CAN_RECEIVE_INFERENCE_OUTPUT")]
196
196
  }?,
197
197
  display_name: ::String,
198
- payment_configuration: {
199
- query_compute: {
200
- is_responsible: bool
201
- },
202
- machine_learning: {
203
- model_training: {
204
- is_responsible: bool
205
- }?,
206
- model_inference: {
207
- is_responsible: bool
208
- }?,
209
- synthetic_data_generation: {
210
- is_responsible: bool
211
- }?
212
- }?,
213
- job_compute: {
214
- is_responsible: bool
215
- }?
216
- }?
217
- },
198
+ payment_configuration: Params::payment_configuration?
199
+ }
218
200
  ],
219
201
  name: ::String,
220
202
  description: ::String,
@@ -232,25 +214,7 @@ module Aws
232
214
  query_log_status: ("ENABLED" | "DISABLED"),
233
215
  ?job_log_status: ("ENABLED" | "DISABLED"),
234
216
  ?tags: Hash[::String, ::String],
235
- ?creator_payment_configuration: {
236
- query_compute: {
237
- is_responsible: bool
238
- },
239
- machine_learning: {
240
- model_training: {
241
- is_responsible: bool
242
- }?,
243
- model_inference: {
244
- is_responsible: bool
245
- }?,
246
- synthetic_data_generation: {
247
- is_responsible: bool
248
- }?
249
- }?,
250
- job_compute: {
251
- is_responsible: bool
252
- }?
253
- },
217
+ ?creator_payment_configuration: Params::payment_configuration,
254
218
  ?analytics_engine: ("SPARK" | "CLEAN_ROOMS_SQL"),
255
219
  ?auto_approved_change_request_types: Array[("ADD_MEMBER" | "GRANT_RECEIVE_RESULTS_ABILITY" | "REVOKE_RECEIVE_RESULTS_ABILITY")],
256
220
  ?allowed_result_regions: Array[("us-west-1" | "us-west-2" | "us-east-1" | "us-east-2" | "af-south-1" | "ap-east-1" | "ap-east-2" | "ap-south-2" | "ap-southeast-1" | "ap-southeast-2" | "ap-southeast-3" | "ap-southeast-5" | "ap-southeast-4" | "ap-southeast-7" | "ap-south-1" | "ap-northeast-3" | "ap-northeast-1" | "ap-northeast-2" | "ca-central-1" | "ca-west-1" | "eu-south-1" | "eu-west-3" | "eu-south-2" | "eu-central-2" | "eu-central-1" | "eu-north-1" | "eu-west-1" | "eu-west-2" | "me-south-1" | "me-central-1" | "il-central-1" | "sa-east-1" | "mx-central-1")],
@@ -278,7 +242,7 @@ module Aws
278
242
  auto_approved_change_types: Array[("ADD_MEMBER" | "GRANT_RECEIVE_RESULTS_ABILITY" | "REVOKE_RECEIVE_RESULTS_ABILITY")]?
279
243
  }?
280
244
  }
281
- },
245
+ }
282
246
  ]
283
247
  ) -> _CreateCollaborationChangeRequestResponseSuccess
284
248
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateCollaborationChangeRequestResponseSuccess
@@ -306,36 +270,7 @@ module Aws
306
270
  def create_configured_table: (
307
271
  name: ::String,
308
272
  ?description: ::String,
309
- table_reference: {
310
- glue: {
311
- region: ("us-west-1" | "us-west-2" | "us-east-1" | "us-east-2" | "af-south-1" | "ap-east-1" | "ap-south-2" | "ap-southeast-1" | "ap-southeast-2" | "ap-southeast-3" | "ap-southeast-5" | "ap-southeast-4" | "ap-southeast-7" | "ap-south-1" | "ap-northeast-3" | "ap-northeast-1" | "ap-northeast-2" | "ca-central-1" | "ca-west-1" | "eu-south-1" | "eu-west-3" | "eu-south-2" | "eu-central-2" | "eu-central-1" | "eu-north-1" | "eu-west-1" | "eu-west-2" | "me-south-1" | "me-central-1" | "il-central-1" | "sa-east-1" | "mx-central-1" | "ap-east-2")?,
312
- table_name: ::String,
313
- database_name: ::String
314
- }?,
315
- snowflake: {
316
- secret_arn: ::String,
317
- account_identifier: ::String,
318
- database_name: ::String,
319
- table_name: ::String,
320
- schema_name: ::String,
321
- table_schema: {
322
- v1: Array[
323
- {
324
- column_name: ::String,
325
- column_type: ::String
326
- },
327
- ]?
328
- }
329
- }?,
330
- athena: {
331
- region: ("us-west-1" | "us-west-2" | "us-east-1" | "us-east-2" | "af-south-1" | "ap-east-1" | "ap-south-2" | "ap-southeast-1" | "ap-southeast-2" | "ap-southeast-3" | "ap-southeast-5" | "ap-southeast-4" | "ap-southeast-7" | "ap-south-1" | "ap-northeast-3" | "ap-northeast-1" | "ap-northeast-2" | "ca-central-1" | "ca-west-1" | "eu-south-1" | "eu-west-3" | "eu-south-2" | "eu-central-2" | "eu-central-1" | "eu-north-1" | "eu-west-1" | "eu-west-2" | "me-south-1" | "me-central-1" | "il-central-1" | "sa-east-1" | "mx-central-1" | "ap-east-2")?,
332
- work_group: ::String,
333
- output_location: ::String?,
334
- database_name: ::String,
335
- table_name: ::String,
336
- catalog_name: ::String?
337
- }?
338
- },
273
+ table_reference: Params::table_reference,
339
274
  allowed_columns: Array[::String],
340
275
  analysis_method: ("DIRECT_QUERY" | "DIRECT_JOB" | "MULTIPLE"),
341
276
  ?selected_analysis_methods: Array[("DIRECT_QUERY" | "DIRECT_JOB")],
@@ -351,50 +286,7 @@ module Aws
351
286
  def create_configured_table_analysis_rule: (
352
287
  configured_table_identifier: ::String,
353
288
  analysis_rule_type: ("AGGREGATION" | "LIST" | "CUSTOM"),
354
- analysis_rule_policy: {
355
- v1: {
356
- list: {
357
- join_columns: Array[::String],
358
- allowed_join_operators: Array[("OR" | "AND")]?,
359
- list_columns: Array[::String],
360
- additional_analyses: ("ALLOWED" | "REQUIRED" | "NOT_ALLOWED")?
361
- }?,
362
- aggregation: {
363
- aggregate_columns: Array[
364
- {
365
- column_names: Array[::String],
366
- function: ("SUM" | "SUM_DISTINCT" | "COUNT" | "COUNT_DISTINCT" | "AVG")
367
- },
368
- ],
369
- join_columns: Array[::String],
370
- join_required: ("QUERY_RUNNER")?,
371
- allowed_join_operators: Array[("OR" | "AND")]?,
372
- dimension_columns: Array[::String],
373
- scalar_functions: Array[("ABS" | "CAST" | "CEILING" | "COALESCE" | "CONVERT" | "CURRENT_DATE" | "DATEADD" | "EXTRACT" | "FLOOR" | "GETDATE" | "LN" | "LOG" | "LOWER" | "ROUND" | "RTRIM" | "SQRT" | "SUBSTRING" | "TO_CHAR" | "TO_DATE" | "TO_NUMBER" | "TO_TIMESTAMP" | "TRIM" | "TRUNC" | "UPPER")],
374
- output_constraints: Array[
375
- {
376
- column_name: ::String,
377
- minimum: ::Integer,
378
- type: ("COUNT_DISTINCT")
379
- },
380
- ],
381
- additional_analyses: ("ALLOWED" | "REQUIRED" | "NOT_ALLOWED")?
382
- }?,
383
- custom: {
384
- allowed_analyses: Array[::String],
385
- allowed_analysis_providers: Array[::String]?,
386
- additional_analyses: ("ALLOWED" | "REQUIRED" | "NOT_ALLOWED")?,
387
- disallowed_output_columns: Array[::String]?,
388
- differential_privacy: {
389
- columns: Array[
390
- {
391
- name: ::String
392
- },
393
- ]
394
- }?
395
- }?
396
- }?
397
- }
289
+ analysis_rule_policy: Params::configured_table_analysis_rule_policy
398
290
  ) -> _CreateConfiguredTableAnalysisRuleResponseSuccess
399
291
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateConfiguredTableAnalysisRuleResponseSuccess
400
292
 
@@ -422,22 +314,7 @@ module Aws
422
314
  membership_identifier: ::String,
423
315
  configured_table_association_identifier: ::String,
424
316
  analysis_rule_type: ("AGGREGATION" | "LIST" | "CUSTOM"),
425
- analysis_rule_policy: {
426
- v1: {
427
- list: {
428
- allowed_result_receivers: Array[::String]?,
429
- allowed_additional_analyses: Array[::String]?
430
- }?,
431
- aggregation: {
432
- allowed_result_receivers: Array[::String]?,
433
- allowed_additional_analyses: Array[::String]?
434
- }?,
435
- custom: {
436
- allowed_result_receivers: Array[::String]?,
437
- allowed_additional_analyses: Array[::String]?
438
- }?
439
- }?
440
- }
317
+ analysis_rule_policy: Params::configured_table_association_analysis_rule_policy
441
318
  ) -> _CreateConfiguredTableAssociationAnalysisRuleResponseSuccess
442
319
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateConfiguredTableAssociationAnalysisRuleResponseSuccess
443
320
 
@@ -489,26 +366,8 @@ module Aws
489
366
  query_log_status: ("ENABLED" | "DISABLED"),
490
367
  ?job_log_status: ("ENABLED" | "DISABLED"),
491
368
  ?tags: Hash[::String, ::String],
492
- ?default_result_configuration: {
493
- output_configuration: {
494
- s3: {
495
- result_format: ("CSV" | "PARQUET"),
496
- bucket: ::String,
497
- key_prefix: ::String?,
498
- single_file_output: bool?
499
- }?
500
- },
501
- role_arn: ::String?
502
- },
503
- ?default_job_result_configuration: {
504
- output_configuration: {
505
- s3: {
506
- bucket: ::String,
507
- key_prefix: ::String?
508
- }?
509
- },
510
- role_arn: ::String
511
- },
369
+ ?default_result_configuration: Params::membership_protected_query_result_configuration,
370
+ ?default_job_result_configuration: Params::membership_protected_job_result_configuration,
512
371
  ?payment_configuration: {
513
372
  query_compute: {
514
373
  is_responsible: bool
@@ -552,7 +411,7 @@ module Aws
552
411
  type: ("CALENDAR_DAY" | "CALENDAR_MONTH" | "CALENDAR_WEEK" | "LIFETIME"),
553
412
  budget: ::Integer,
554
413
  auto_refresh: ("ENABLED" | "DISABLED")?
555
- },
414
+ }
556
415
  ],
557
416
  resource_arn: ::String
558
417
  }?
@@ -1270,7 +1129,7 @@ module Aws
1270
1129
  member: {
1271
1130
  account_id: ::String
1272
1131
  }?
1273
- },
1132
+ }
1274
1133
  ]
1275
1134
  }?
1276
1135
  }
@@ -1366,36 +1225,7 @@ module Aws
1366
1225
  configured_table_identifier: ::String,
1367
1226
  ?name: ::String,
1368
1227
  ?description: ::String,
1369
- ?table_reference: {
1370
- glue: {
1371
- region: ("us-west-1" | "us-west-2" | "us-east-1" | "us-east-2" | "af-south-1" | "ap-east-1" | "ap-south-2" | "ap-southeast-1" | "ap-southeast-2" | "ap-southeast-3" | "ap-southeast-5" | "ap-southeast-4" | "ap-southeast-7" | "ap-south-1" | "ap-northeast-3" | "ap-northeast-1" | "ap-northeast-2" | "ca-central-1" | "ca-west-1" | "eu-south-1" | "eu-west-3" | "eu-south-2" | "eu-central-2" | "eu-central-1" | "eu-north-1" | "eu-west-1" | "eu-west-2" | "me-south-1" | "me-central-1" | "il-central-1" | "sa-east-1" | "mx-central-1" | "ap-east-2")?,
1372
- table_name: ::String,
1373
- database_name: ::String
1374
- }?,
1375
- snowflake: {
1376
- secret_arn: ::String,
1377
- account_identifier: ::String,
1378
- database_name: ::String,
1379
- table_name: ::String,
1380
- schema_name: ::String,
1381
- table_schema: {
1382
- v1: Array[
1383
- {
1384
- column_name: ::String,
1385
- column_type: ::String
1386
- },
1387
- ]?
1388
- }
1389
- }?,
1390
- athena: {
1391
- region: ("us-west-1" | "us-west-2" | "us-east-1" | "us-east-2" | "af-south-1" | "ap-east-1" | "ap-south-2" | "ap-southeast-1" | "ap-southeast-2" | "ap-southeast-3" | "ap-southeast-5" | "ap-southeast-4" | "ap-southeast-7" | "ap-south-1" | "ap-northeast-3" | "ap-northeast-1" | "ap-northeast-2" | "ca-central-1" | "ca-west-1" | "eu-south-1" | "eu-west-3" | "eu-south-2" | "eu-central-2" | "eu-central-1" | "eu-north-1" | "eu-west-1" | "eu-west-2" | "me-south-1" | "me-central-1" | "il-central-1" | "sa-east-1" | "mx-central-1" | "ap-east-2")?,
1392
- work_group: ::String,
1393
- output_location: ::String?,
1394
- database_name: ::String,
1395
- table_name: ::String,
1396
- catalog_name: ::String?
1397
- }?
1398
- },
1228
+ ?table_reference: Params::table_reference,
1399
1229
  ?allowed_columns: Array[::String],
1400
1230
  ?analysis_method: ("DIRECT_QUERY" | "DIRECT_JOB" | "MULTIPLE"),
1401
1231
  ?selected_analysis_methods: Array[("DIRECT_QUERY" | "DIRECT_JOB")]
@@ -1410,50 +1240,7 @@ module Aws
1410
1240
  def update_configured_table_analysis_rule: (
1411
1241
  configured_table_identifier: ::String,
1412
1242
  analysis_rule_type: ("AGGREGATION" | "LIST" | "CUSTOM"),
1413
- analysis_rule_policy: {
1414
- v1: {
1415
- list: {
1416
- join_columns: Array[::String],
1417
- allowed_join_operators: Array[("OR" | "AND")]?,
1418
- list_columns: Array[::String],
1419
- additional_analyses: ("ALLOWED" | "REQUIRED" | "NOT_ALLOWED")?
1420
- }?,
1421
- aggregation: {
1422
- aggregate_columns: Array[
1423
- {
1424
- column_names: Array[::String],
1425
- function: ("SUM" | "SUM_DISTINCT" | "COUNT" | "COUNT_DISTINCT" | "AVG")
1426
- },
1427
- ],
1428
- join_columns: Array[::String],
1429
- join_required: ("QUERY_RUNNER")?,
1430
- allowed_join_operators: Array[("OR" | "AND")]?,
1431
- dimension_columns: Array[::String],
1432
- scalar_functions: Array[("ABS" | "CAST" | "CEILING" | "COALESCE" | "CONVERT" | "CURRENT_DATE" | "DATEADD" | "EXTRACT" | "FLOOR" | "GETDATE" | "LN" | "LOG" | "LOWER" | "ROUND" | "RTRIM" | "SQRT" | "SUBSTRING" | "TO_CHAR" | "TO_DATE" | "TO_NUMBER" | "TO_TIMESTAMP" | "TRIM" | "TRUNC" | "UPPER")],
1433
- output_constraints: Array[
1434
- {
1435
- column_name: ::String,
1436
- minimum: ::Integer,
1437
- type: ("COUNT_DISTINCT")
1438
- },
1439
- ],
1440
- additional_analyses: ("ALLOWED" | "REQUIRED" | "NOT_ALLOWED")?
1441
- }?,
1442
- custom: {
1443
- allowed_analyses: Array[::String],
1444
- allowed_analysis_providers: Array[::String]?,
1445
- additional_analyses: ("ALLOWED" | "REQUIRED" | "NOT_ALLOWED")?,
1446
- disallowed_output_columns: Array[::String]?,
1447
- differential_privacy: {
1448
- columns: Array[
1449
- {
1450
- name: ::String
1451
- },
1452
- ]
1453
- }?
1454
- }?
1455
- }?
1456
- }
1243
+ analysis_rule_policy: Params::configured_table_analysis_rule_policy
1457
1244
  ) -> _UpdateConfiguredTableAnalysisRuleResponseSuccess
1458
1245
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateConfiguredTableAnalysisRuleResponseSuccess
1459
1246
 
@@ -1479,22 +1266,7 @@ module Aws
1479
1266
  membership_identifier: ::String,
1480
1267
  configured_table_association_identifier: ::String,
1481
1268
  analysis_rule_type: ("AGGREGATION" | "LIST" | "CUSTOM"),
1482
- analysis_rule_policy: {
1483
- v1: {
1484
- list: {
1485
- allowed_result_receivers: Array[::String]?,
1486
- allowed_additional_analyses: Array[::String]?
1487
- }?,
1488
- aggregation: {
1489
- allowed_result_receivers: Array[::String]?,
1490
- allowed_additional_analyses: Array[::String]?
1491
- }?,
1492
- custom: {
1493
- allowed_result_receivers: Array[::String]?,
1494
- allowed_additional_analyses: Array[::String]?
1495
- }?
1496
- }?
1497
- }
1269
+ analysis_rule_policy: Params::configured_table_association_analysis_rule_policy
1498
1270
  ) -> _UpdateConfiguredTableAssociationAnalysisRuleResponseSuccess
1499
1271
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateConfiguredTableAssociationAnalysisRuleResponseSuccess
1500
1272
 
@@ -1536,26 +1308,8 @@ module Aws
1536
1308
  membership_identifier: ::String,
1537
1309
  ?query_log_status: ("ENABLED" | "DISABLED"),
1538
1310
  ?job_log_status: ("ENABLED" | "DISABLED"),
1539
- ?default_result_configuration: {
1540
- output_configuration: {
1541
- s3: {
1542
- result_format: ("CSV" | "PARQUET"),
1543
- bucket: ::String,
1544
- key_prefix: ::String?,
1545
- single_file_output: bool?
1546
- }?
1547
- },
1548
- role_arn: ::String?
1549
- },
1550
- ?default_job_result_configuration: {
1551
- output_configuration: {
1552
- s3: {
1553
- bucket: ::String,
1554
- key_prefix: ::String?
1555
- }?
1556
- },
1557
- role_arn: ::String
1558
- }
1311
+ ?default_result_configuration: Params::membership_protected_query_result_configuration,
1312
+ ?default_job_result_configuration: Params::membership_protected_job_result_configuration
1559
1313
  ) -> _UpdateMembershipResponseSuccess
1560
1314
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateMembershipResponseSuccess
1561
1315
 
@@ -1579,7 +1333,7 @@ module Aws
1579
1333
  type: ("CALENDAR_DAY" | "CALENDAR_MONTH" | "CALENDAR_WEEK" | "LIFETIME"),
1580
1334
  budget: ::Integer,
1581
1335
  auto_refresh: ("ENABLED" | "DISABLED")?
1582
- },
1336
+ }
1583
1337
  ]
1584
1338
  }?
1585
1339
  }
data/sig/params.rbs ADDED
@@ -0,0 +1,164 @@
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 CleanRooms
10
+ module Params
11
+ type ml_payment_config = {
12
+ model_training: {
13
+ is_responsible: bool
14
+ }?,
15
+ model_inference: {
16
+ is_responsible: bool
17
+ }?,
18
+ synthetic_data_generation: {
19
+ is_responsible: bool
20
+ }?
21
+ }
22
+
23
+ type payment_configuration = {
24
+ query_compute: {
25
+ is_responsible: bool
26
+ },
27
+ machine_learning: Params::ml_payment_config?,
28
+ job_compute: {
29
+ is_responsible: bool
30
+ }?
31
+ }
32
+
33
+ type snowflake_table_reference = {
34
+ secret_arn: ::String,
35
+ account_identifier: ::String,
36
+ database_name: ::String,
37
+ table_name: ::String,
38
+ schema_name: ::String,
39
+ table_schema: {
40
+ v1: Array[
41
+ {
42
+ column_name: ::String,
43
+ column_type: ::String
44
+ }
45
+ ]?
46
+ }
47
+ }
48
+
49
+ type athena_table_reference = {
50
+ region: ("us-west-1" | "us-west-2" | "us-east-1" | "us-east-2" | "af-south-1" | "ap-east-1" | "ap-south-2" | "ap-southeast-1" | "ap-southeast-2" | "ap-southeast-3" | "ap-southeast-5" | "ap-southeast-4" | "ap-southeast-7" | "ap-south-1" | "ap-northeast-3" | "ap-northeast-1" | "ap-northeast-2" | "ca-central-1" | "ca-west-1" | "eu-south-1" | "eu-west-3" | "eu-south-2" | "eu-central-2" | "eu-central-1" | "eu-north-1" | "eu-west-1" | "eu-west-2" | "me-south-1" | "me-central-1" | "il-central-1" | "sa-east-1" | "mx-central-1" | "ap-east-2")?,
51
+ work_group: ::String,
52
+ output_location: ::String?,
53
+ database_name: ::String,
54
+ table_name: ::String,
55
+ catalog_name: ::String?
56
+ }
57
+
58
+ type table_reference = {
59
+ glue: {
60
+ region: ("us-west-1" | "us-west-2" | "us-east-1" | "us-east-2" | "af-south-1" | "ap-east-1" | "ap-south-2" | "ap-southeast-1" | "ap-southeast-2" | "ap-southeast-3" | "ap-southeast-5" | "ap-southeast-4" | "ap-southeast-7" | "ap-south-1" | "ap-northeast-3" | "ap-northeast-1" | "ap-northeast-2" | "ca-central-1" | "ca-west-1" | "eu-south-1" | "eu-west-3" | "eu-south-2" | "eu-central-2" | "eu-central-1" | "eu-north-1" | "eu-west-1" | "eu-west-2" | "me-south-1" | "me-central-1" | "il-central-1" | "sa-east-1" | "mx-central-1" | "ap-east-2")?,
61
+ table_name: ::String,
62
+ database_name: ::String
63
+ }?,
64
+ snowflake: Params::snowflake_table_reference?,
65
+ athena: Params::athena_table_reference?
66
+ }
67
+
68
+ type analysis_rule_aggregation = {
69
+ aggregate_columns: Array[
70
+ {
71
+ column_names: Array[::String],
72
+ function: ("SUM" | "SUM_DISTINCT" | "COUNT" | "COUNT_DISTINCT" | "AVG")
73
+ }
74
+ ],
75
+ join_columns: Array[::String],
76
+ join_required: ("QUERY_RUNNER")?,
77
+ allowed_join_operators: Array[("OR" | "AND")]?,
78
+ dimension_columns: Array[::String],
79
+ scalar_functions: Array[("ABS" | "CAST" | "CEILING" | "COALESCE" | "CONVERT" | "CURRENT_DATE" | "DATEADD" | "EXTRACT" | "FLOOR" | "GETDATE" | "LN" | "LOG" | "LOWER" | "ROUND" | "RTRIM" | "SQRT" | "SUBSTRING" | "TO_CHAR" | "TO_DATE" | "TO_NUMBER" | "TO_TIMESTAMP" | "TRIM" | "TRUNC" | "UPPER")],
80
+ output_constraints: Array[
81
+ {
82
+ column_name: ::String,
83
+ minimum: ::Integer,
84
+ type: ("COUNT_DISTINCT")
85
+ }
86
+ ],
87
+ additional_analyses: ("ALLOWED" | "REQUIRED" | "NOT_ALLOWED")?
88
+ }
89
+
90
+ type analysis_rule_custom = {
91
+ allowed_analyses: Array[::String],
92
+ allowed_analysis_providers: Array[::String]?,
93
+ additional_analyses: ("ALLOWED" | "REQUIRED" | "NOT_ALLOWED")?,
94
+ disallowed_output_columns: Array[::String]?,
95
+ differential_privacy: {
96
+ columns: Array[
97
+ {
98
+ name: ::String
99
+ }
100
+ ]
101
+ }?
102
+ }
103
+
104
+ type configured_table_analysis_rule_policy_v1 = {
105
+ list: {
106
+ join_columns: Array[::String],
107
+ allowed_join_operators: Array[("OR" | "AND")]?,
108
+ list_columns: Array[::String],
109
+ additional_analyses: ("ALLOWED" | "REQUIRED" | "NOT_ALLOWED")?
110
+ }?,
111
+ aggregation: Params::analysis_rule_aggregation?,
112
+ custom: Params::analysis_rule_custom?
113
+ }
114
+
115
+ type configured_table_analysis_rule_policy = {
116
+ v1: Params::configured_table_analysis_rule_policy_v1?
117
+ }
118
+
119
+ type configured_table_association_analysis_rule_policy_v1 = {
120
+ list: {
121
+ allowed_result_receivers: Array[::String]?,
122
+ allowed_additional_analyses: Array[::String]?
123
+ }?,
124
+ aggregation: {
125
+ allowed_result_receivers: Array[::String]?,
126
+ allowed_additional_analyses: Array[::String]?
127
+ }?,
128
+ custom: {
129
+ allowed_result_receivers: Array[::String]?,
130
+ allowed_additional_analyses: Array[::String]?
131
+ }?
132
+ }
133
+
134
+ type configured_table_association_analysis_rule_policy = {
135
+ v1: Params::configured_table_association_analysis_rule_policy_v1?
136
+ }
137
+
138
+ type membership_protected_query_output_configuration = {
139
+ s3: {
140
+ result_format: ("CSV" | "PARQUET"),
141
+ bucket: ::String,
142
+ key_prefix: ::String?,
143
+ single_file_output: bool?
144
+ }?
145
+ }
146
+
147
+ type membership_protected_query_result_configuration = {
148
+ output_configuration: Params::membership_protected_query_output_configuration,
149
+ role_arn: ::String?
150
+ }
151
+
152
+ type membership_protected_job_result_configuration = {
153
+ output_configuration: {
154
+ s3: {
155
+ bucket: ::String,
156
+ key_prefix: ::String?
157
+ }?
158
+ },
159
+ role_arn: ::String
160
+ }
161
+
162
+ end
163
+ end
164
+ 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.71.0
4
+ version: 1.72.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -68,6 +68,7 @@ files:
68
68
  - lib/aws-sdk-cleanrooms/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