aws-sdk-cleanroomsml 1.8.0 → 1.10.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 +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-cleanroomsml/client.rb +274 -252
- data/lib/aws-sdk-cleanroomsml/client_api.rb +109 -92
- data/lib/aws-sdk-cleanroomsml/types.rb +513 -475
- data/lib/aws-sdk-cleanroomsml/waiters.rb +15 -0
- data/lib/aws-sdk-cleanroomsml.rb +2 -1
- data/sig/client.rbs +95 -88
- data/sig/resource.rbs +1 -0
- data/sig/types.rbs +100 -91
- metadata +7 -6
data/sig/types.rbs
CHANGED
@@ -19,51 +19,52 @@ module Aws::CleanRoomsML
|
|
19
19
|
end
|
20
20
|
|
21
21
|
class AudienceExportJobSummary
|
22
|
+
attr_accessor create_time: ::Time
|
23
|
+
attr_accessor update_time: ::Time
|
24
|
+
attr_accessor name: ::String
|
22
25
|
attr_accessor audience_generation_job_arn: ::String
|
23
26
|
attr_accessor audience_size: Types::AudienceSize
|
24
|
-
attr_accessor create_time: ::Time
|
25
27
|
attr_accessor description: ::String
|
26
|
-
attr_accessor name: ::String
|
27
|
-
attr_accessor output_location: ::String
|
28
28
|
attr_accessor status: ("CREATE_PENDING" | "CREATE_IN_PROGRESS" | "CREATE_FAILED" | "ACTIVE")
|
29
29
|
attr_accessor status_details: Types::StatusDetails
|
30
|
-
attr_accessor
|
30
|
+
attr_accessor output_location: ::String
|
31
31
|
SENSITIVE: []
|
32
32
|
end
|
33
33
|
|
34
34
|
class AudienceGenerationJobDataSource
|
35
35
|
attr_accessor data_source: Types::S3ConfigMap
|
36
36
|
attr_accessor role_arn: ::String
|
37
|
-
|
37
|
+
attr_accessor sql_parameters: Types::ProtectedQuerySQLParameters
|
38
|
+
SENSITIVE: [:sql_parameters]
|
38
39
|
end
|
39
40
|
|
40
41
|
class AudienceGenerationJobSummary
|
41
|
-
attr_accessor audience_generation_job_arn: ::String
|
42
|
-
attr_accessor collaboration_id: ::String
|
43
|
-
attr_accessor configured_audience_model_arn: ::String
|
44
42
|
attr_accessor create_time: ::Time
|
45
|
-
attr_accessor
|
43
|
+
attr_accessor update_time: ::Time
|
44
|
+
attr_accessor audience_generation_job_arn: ::String
|
46
45
|
attr_accessor name: ::String
|
47
|
-
attr_accessor
|
46
|
+
attr_accessor description: ::String
|
48
47
|
attr_accessor status: ("CREATE_PENDING" | "CREATE_IN_PROGRESS" | "CREATE_FAILED" | "ACTIVE" | "DELETE_PENDING" | "DELETE_IN_PROGRESS" | "DELETE_FAILED")
|
49
|
-
attr_accessor
|
48
|
+
attr_accessor configured_audience_model_arn: ::String
|
49
|
+
attr_accessor collaboration_id: ::String
|
50
|
+
attr_accessor started_by: ::String
|
50
51
|
SENSITIVE: []
|
51
52
|
end
|
52
53
|
|
53
54
|
class AudienceModelSummary
|
54
|
-
attr_accessor audience_model_arn: ::String
|
55
55
|
attr_accessor create_time: ::Time
|
56
|
-
attr_accessor
|
56
|
+
attr_accessor update_time: ::Time
|
57
|
+
attr_accessor audience_model_arn: ::String
|
57
58
|
attr_accessor name: ::String
|
58
|
-
attr_accessor status: ("CREATE_PENDING" | "CREATE_IN_PROGRESS" | "CREATE_FAILED" | "ACTIVE" | "DELETE_PENDING" | "DELETE_IN_PROGRESS" | "DELETE_FAILED")
|
59
59
|
attr_accessor training_dataset_arn: ::String
|
60
|
-
attr_accessor
|
60
|
+
attr_accessor status: ("CREATE_PENDING" | "CREATE_IN_PROGRESS" | "CREATE_FAILED" | "ACTIVE" | "DELETE_PENDING" | "DELETE_IN_PROGRESS" | "DELETE_FAILED")
|
61
|
+
attr_accessor description: ::String
|
61
62
|
SENSITIVE: []
|
62
63
|
end
|
63
64
|
|
64
65
|
class AudienceQualityMetrics
|
65
|
-
attr_accessor recall_metric: ::Float
|
66
66
|
attr_accessor relevance_metrics: ::Array[Types::RelevanceMetric]
|
67
|
+
attr_accessor recall_metric: ::Float
|
67
68
|
SENSITIVE: []
|
68
69
|
end
|
69
70
|
|
@@ -74,8 +75,8 @@ module Aws::CleanRoomsML
|
|
74
75
|
end
|
75
76
|
|
76
77
|
class AudienceSizeConfig
|
77
|
-
attr_accessor audience_size_bins: ::Array[::Integer]
|
78
78
|
attr_accessor audience_size_type: ("ABSOLUTE" | "PERCENTAGE")
|
79
|
+
attr_accessor audience_size_bins: ::Array[::Integer]
|
79
80
|
SENSITIVE: []
|
80
81
|
end
|
81
82
|
|
@@ -92,14 +93,14 @@ module Aws::CleanRoomsML
|
|
92
93
|
end
|
93
94
|
|
94
95
|
class ConfiguredAudienceModelSummary
|
95
|
-
attr_accessor audience_model_arn: ::String
|
96
|
-
attr_accessor configured_audience_model_arn: ::String
|
97
96
|
attr_accessor create_time: ::Time
|
98
|
-
attr_accessor
|
97
|
+
attr_accessor update_time: ::Time
|
99
98
|
attr_accessor name: ::String
|
99
|
+
attr_accessor audience_model_arn: ::String
|
100
100
|
attr_accessor output_config: Types::ConfiguredAudienceModelOutputConfig
|
101
|
+
attr_accessor description: ::String
|
102
|
+
attr_accessor configured_audience_model_arn: ::String
|
101
103
|
attr_accessor status: ("ACTIVE")
|
102
|
-
attr_accessor update_time: ::Time
|
103
104
|
SENSITIVE: []
|
104
105
|
end
|
105
106
|
|
@@ -109,13 +110,13 @@ module Aws::CleanRoomsML
|
|
109
110
|
end
|
110
111
|
|
111
112
|
class CreateAudienceModelRequest
|
112
|
-
attr_accessor description: ::String
|
113
|
-
attr_accessor kms_key_arn: ::String
|
114
|
-
attr_accessor name: ::String
|
115
|
-
attr_accessor tags: ::Hash[::String, ::String]
|
116
|
-
attr_accessor training_data_end_time: ::Time
|
117
113
|
attr_accessor training_data_start_time: ::Time
|
114
|
+
attr_accessor training_data_end_time: ::Time
|
115
|
+
attr_accessor name: ::String
|
118
116
|
attr_accessor training_dataset_arn: ::String
|
117
|
+
attr_accessor kms_key_arn: ::String
|
118
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
119
|
+
attr_accessor description: ::String
|
119
120
|
SENSITIVE: []
|
120
121
|
end
|
121
122
|
|
@@ -125,15 +126,15 @@ module Aws::CleanRoomsML
|
|
125
126
|
end
|
126
127
|
|
127
128
|
class CreateConfiguredAudienceModelRequest
|
128
|
-
attr_accessor audience_model_arn: ::String
|
129
|
-
attr_accessor audience_size_config: Types::AudienceSizeConfig
|
130
|
-
attr_accessor child_resource_tag_on_create_policy: ("FROM_PARENT_RESOURCE" | "NONE")
|
131
|
-
attr_accessor description: ::String
|
132
|
-
attr_accessor min_matching_seed_size: ::Integer
|
133
129
|
attr_accessor name: ::String
|
130
|
+
attr_accessor audience_model_arn: ::String
|
134
131
|
attr_accessor output_config: Types::ConfiguredAudienceModelOutputConfig
|
132
|
+
attr_accessor description: ::String
|
135
133
|
attr_accessor shared_audience_metrics: ::Array[("ALL" | "NONE")]
|
134
|
+
attr_accessor min_matching_seed_size: ::Integer
|
135
|
+
attr_accessor audience_size_config: Types::AudienceSizeConfig
|
136
136
|
attr_accessor tags: ::Hash[::String, ::String]
|
137
|
+
attr_accessor child_resource_tag_on_create_policy: ("FROM_PARENT_RESOURCE" | "NONE")
|
137
138
|
SENSITIVE: []
|
138
139
|
end
|
139
140
|
|
@@ -143,11 +144,11 @@ module Aws::CleanRoomsML
|
|
143
144
|
end
|
144
145
|
|
145
146
|
class CreateTrainingDatasetRequest
|
146
|
-
attr_accessor description: ::String
|
147
147
|
attr_accessor name: ::String
|
148
148
|
attr_accessor role_arn: ::String
|
149
|
-
attr_accessor tags: ::Hash[::String, ::String]
|
150
149
|
attr_accessor training_data: ::Array[Types::Dataset]
|
150
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
151
|
+
attr_accessor description: ::String
|
151
152
|
SENSITIVE: []
|
152
153
|
end
|
153
154
|
|
@@ -162,14 +163,14 @@ module Aws::CleanRoomsML
|
|
162
163
|
end
|
163
164
|
|
164
165
|
class Dataset
|
165
|
-
attr_accessor input_config: Types::DatasetInputConfig
|
166
166
|
attr_accessor type: ("INTERACTIONS")
|
167
|
+
attr_accessor input_config: Types::DatasetInputConfig
|
167
168
|
SENSITIVE: []
|
168
169
|
end
|
169
170
|
|
170
171
|
class DatasetInputConfig
|
171
|
-
attr_accessor data_source: Types::DataSource
|
172
172
|
attr_accessor schema: ::Array[Types::ColumnSchema]
|
173
|
+
attr_accessor data_source: Types::DataSource
|
173
174
|
SENSITIVE: []
|
174
175
|
end
|
175
176
|
|
@@ -204,20 +205,21 @@ module Aws::CleanRoomsML
|
|
204
205
|
end
|
205
206
|
|
206
207
|
class GetAudienceGenerationJobResponse
|
207
|
-
attr_accessor audience_generation_job_arn: ::String
|
208
|
-
attr_accessor collaboration_id: ::String
|
209
|
-
attr_accessor configured_audience_model_arn: ::String
|
210
208
|
attr_accessor create_time: ::Time
|
209
|
+
attr_accessor update_time: ::Time
|
210
|
+
attr_accessor audience_generation_job_arn: ::String
|
211
|
+
attr_accessor name: ::String
|
211
212
|
attr_accessor description: ::String
|
213
|
+
attr_accessor status: ("CREATE_PENDING" | "CREATE_IN_PROGRESS" | "CREATE_FAILED" | "ACTIVE" | "DELETE_PENDING" | "DELETE_IN_PROGRESS" | "DELETE_FAILED")
|
214
|
+
attr_accessor status_details: Types::StatusDetails
|
215
|
+
attr_accessor configured_audience_model_arn: ::String
|
216
|
+
attr_accessor seed_audience: Types::AudienceGenerationJobDataSource
|
212
217
|
attr_accessor include_seed_in_output: bool
|
218
|
+
attr_accessor collaboration_id: ::String
|
213
219
|
attr_accessor metrics: Types::AudienceQualityMetrics
|
214
|
-
attr_accessor name: ::String
|
215
|
-
attr_accessor seed_audience: Types::AudienceGenerationJobDataSource
|
216
220
|
attr_accessor started_by: ::String
|
217
|
-
attr_accessor status: ("CREATE_PENDING" | "CREATE_IN_PROGRESS" | "CREATE_FAILED" | "ACTIVE" | "DELETE_PENDING" | "DELETE_IN_PROGRESS" | "DELETE_FAILED")
|
218
|
-
attr_accessor status_details: Types::StatusDetails
|
219
221
|
attr_accessor tags: ::Hash[::String, ::String]
|
220
|
-
attr_accessor
|
222
|
+
attr_accessor protected_query_identifier: ::String
|
221
223
|
SENSITIVE: []
|
222
224
|
end
|
223
225
|
|
@@ -227,18 +229,18 @@ module Aws::CleanRoomsML
|
|
227
229
|
end
|
228
230
|
|
229
231
|
class GetAudienceModelResponse
|
230
|
-
attr_accessor audience_model_arn: ::String
|
231
232
|
attr_accessor create_time: ::Time
|
232
|
-
attr_accessor
|
233
|
-
attr_accessor
|
233
|
+
attr_accessor update_time: ::Time
|
234
|
+
attr_accessor training_data_start_time: ::Time
|
235
|
+
attr_accessor training_data_end_time: ::Time
|
236
|
+
attr_accessor audience_model_arn: ::String
|
234
237
|
attr_accessor name: ::String
|
238
|
+
attr_accessor training_dataset_arn: ::String
|
235
239
|
attr_accessor status: ("CREATE_PENDING" | "CREATE_IN_PROGRESS" | "CREATE_FAILED" | "ACTIVE" | "DELETE_PENDING" | "DELETE_IN_PROGRESS" | "DELETE_FAILED")
|
236
240
|
attr_accessor status_details: Types::StatusDetails
|
241
|
+
attr_accessor kms_key_arn: ::String
|
237
242
|
attr_accessor tags: ::Hash[::String, ::String]
|
238
|
-
attr_accessor
|
239
|
-
attr_accessor training_data_start_time: ::Time
|
240
|
-
attr_accessor training_dataset_arn: ::String
|
241
|
-
attr_accessor update_time: ::Time
|
243
|
+
attr_accessor description: ::String
|
242
244
|
SENSITIVE: []
|
243
245
|
end
|
244
246
|
|
@@ -260,19 +262,19 @@ module Aws::CleanRoomsML
|
|
260
262
|
end
|
261
263
|
|
262
264
|
class GetConfiguredAudienceModelResponse
|
263
|
-
attr_accessor audience_model_arn: ::String
|
264
|
-
attr_accessor audience_size_config: Types::AudienceSizeConfig
|
265
|
-
attr_accessor child_resource_tag_on_create_policy: ("FROM_PARENT_RESOURCE" | "NONE")
|
266
|
-
attr_accessor configured_audience_model_arn: ::String
|
267
265
|
attr_accessor create_time: ::Time
|
268
|
-
attr_accessor
|
269
|
-
attr_accessor
|
266
|
+
attr_accessor update_time: ::Time
|
267
|
+
attr_accessor configured_audience_model_arn: ::String
|
270
268
|
attr_accessor name: ::String
|
269
|
+
attr_accessor audience_model_arn: ::String
|
271
270
|
attr_accessor output_config: Types::ConfiguredAudienceModelOutputConfig
|
272
|
-
attr_accessor
|
271
|
+
attr_accessor description: ::String
|
273
272
|
attr_accessor status: ("ACTIVE")
|
273
|
+
attr_accessor shared_audience_metrics: ::Array[("ALL" | "NONE")]
|
274
|
+
attr_accessor min_matching_seed_size: ::Integer
|
275
|
+
attr_accessor audience_size_config: Types::AudienceSizeConfig
|
274
276
|
attr_accessor tags: ::Hash[::String, ::String]
|
275
|
-
attr_accessor
|
277
|
+
attr_accessor child_resource_tag_on_create_policy: ("FROM_PARENT_RESOURCE" | "NONE")
|
276
278
|
SENSITIVE: []
|
277
279
|
end
|
278
280
|
|
@@ -283,72 +285,72 @@ module Aws::CleanRoomsML
|
|
283
285
|
|
284
286
|
class GetTrainingDatasetResponse
|
285
287
|
attr_accessor create_time: ::Time
|
286
|
-
attr_accessor
|
288
|
+
attr_accessor update_time: ::Time
|
289
|
+
attr_accessor training_dataset_arn: ::String
|
287
290
|
attr_accessor name: ::String
|
288
|
-
attr_accessor
|
291
|
+
attr_accessor training_data: ::Array[Types::Dataset]
|
289
292
|
attr_accessor status: ("ACTIVE")
|
293
|
+
attr_accessor role_arn: ::String
|
290
294
|
attr_accessor tags: ::Hash[::String, ::String]
|
291
|
-
attr_accessor
|
292
|
-
attr_accessor training_dataset_arn: ::String
|
293
|
-
attr_accessor update_time: ::Time
|
295
|
+
attr_accessor description: ::String
|
294
296
|
SENSITIVE: []
|
295
297
|
end
|
296
298
|
|
297
299
|
class GlueDataSource
|
298
|
-
attr_accessor catalog_id: ::String
|
299
|
-
attr_accessor database_name: ::String
|
300
300
|
attr_accessor table_name: ::String
|
301
|
+
attr_accessor database_name: ::String
|
302
|
+
attr_accessor catalog_id: ::String
|
301
303
|
SENSITIVE: []
|
302
304
|
end
|
303
305
|
|
304
306
|
class ListAudienceExportJobsRequest
|
305
|
-
attr_accessor audience_generation_job_arn: ::String
|
306
|
-
attr_accessor max_results: ::Integer
|
307
307
|
attr_accessor next_token: ::String
|
308
|
+
attr_accessor max_results: ::Integer
|
309
|
+
attr_accessor audience_generation_job_arn: ::String
|
308
310
|
SENSITIVE: []
|
309
311
|
end
|
310
312
|
|
311
313
|
class ListAudienceExportJobsResponse
|
312
|
-
attr_accessor audience_export_jobs: ::Array[Types::AudienceExportJobSummary]
|
313
314
|
attr_accessor next_token: ::String
|
315
|
+
attr_accessor audience_export_jobs: ::Array[Types::AudienceExportJobSummary]
|
314
316
|
SENSITIVE: []
|
315
317
|
end
|
316
318
|
|
317
319
|
class ListAudienceGenerationJobsRequest
|
318
|
-
attr_accessor collaboration_id: ::String
|
319
|
-
attr_accessor configured_audience_model_arn: ::String
|
320
|
-
attr_accessor max_results: ::Integer
|
321
320
|
attr_accessor next_token: ::String
|
321
|
+
attr_accessor max_results: ::Integer
|
322
|
+
attr_accessor configured_audience_model_arn: ::String
|
323
|
+
attr_accessor collaboration_id: ::String
|
322
324
|
SENSITIVE: []
|
323
325
|
end
|
324
326
|
|
325
327
|
class ListAudienceGenerationJobsResponse
|
326
|
-
attr_accessor audience_generation_jobs: ::Array[Types::AudienceGenerationJobSummary]
|
327
328
|
attr_accessor next_token: ::String
|
329
|
+
attr_accessor audience_generation_jobs: ::Array[Types::AudienceGenerationJobSummary]
|
328
330
|
SENSITIVE: []
|
329
331
|
end
|
330
332
|
|
331
333
|
class ListAudienceModelsRequest
|
332
|
-
attr_accessor max_results: ::Integer
|
333
334
|
attr_accessor next_token: ::String
|
335
|
+
attr_accessor max_results: ::Integer
|
334
336
|
SENSITIVE: []
|
335
337
|
end
|
336
338
|
|
337
339
|
class ListAudienceModelsResponse
|
338
|
-
attr_accessor audience_models: ::Array[Types::AudienceModelSummary]
|
339
340
|
attr_accessor next_token: ::String
|
341
|
+
attr_accessor audience_models: ::Array[Types::AudienceModelSummary]
|
340
342
|
SENSITIVE: []
|
341
343
|
end
|
342
344
|
|
343
345
|
class ListConfiguredAudienceModelsRequest
|
344
|
-
attr_accessor max_results: ::Integer
|
345
346
|
attr_accessor next_token: ::String
|
347
|
+
attr_accessor max_results: ::Integer
|
346
348
|
SENSITIVE: []
|
347
349
|
end
|
348
350
|
|
349
351
|
class ListConfiguredAudienceModelsResponse
|
350
|
-
attr_accessor configured_audience_models: ::Array[Types::ConfiguredAudienceModelSummary]
|
351
352
|
attr_accessor next_token: ::String
|
353
|
+
attr_accessor configured_audience_models: ::Array[Types::ConfiguredAudienceModelSummary]
|
352
354
|
SENSITIVE: []
|
353
355
|
end
|
354
356
|
|
@@ -363,8 +365,8 @@ module Aws::CleanRoomsML
|
|
363
365
|
end
|
364
366
|
|
365
367
|
class ListTrainingDatasetsRequest
|
366
|
-
attr_accessor max_results: ::Integer
|
367
368
|
attr_accessor next_token: ::String
|
369
|
+
attr_accessor max_results: ::Integer
|
368
370
|
SENSITIVE: []
|
369
371
|
end
|
370
372
|
|
@@ -374,11 +376,18 @@ module Aws::CleanRoomsML
|
|
374
376
|
SENSITIVE: []
|
375
377
|
end
|
376
378
|
|
379
|
+
class ProtectedQuerySQLParameters
|
380
|
+
attr_accessor query_string: ::String
|
381
|
+
attr_accessor analysis_template_arn: ::String
|
382
|
+
attr_accessor parameters: ::Hash[::String, ::String]
|
383
|
+
SENSITIVE: []
|
384
|
+
end
|
385
|
+
|
377
386
|
class PutConfiguredAudienceModelPolicyRequest
|
378
387
|
attr_accessor configured_audience_model_arn: ::String
|
379
388
|
attr_accessor configured_audience_model_policy: ::String
|
380
|
-
attr_accessor policy_existence_condition: ("POLICY_MUST_EXIST" | "POLICY_MUST_NOT_EXIST")
|
381
389
|
attr_accessor previous_policy_hash: ::String
|
390
|
+
attr_accessor policy_existence_condition: ("POLICY_MUST_EXIST" | "POLICY_MUST_NOT_EXIST")
|
382
391
|
SENSITIVE: []
|
383
392
|
end
|
384
393
|
|
@@ -410,20 +419,20 @@ module Aws::CleanRoomsML
|
|
410
419
|
end
|
411
420
|
|
412
421
|
class StartAudienceExportJobRequest
|
422
|
+
attr_accessor name: ::String
|
413
423
|
attr_accessor audience_generation_job_arn: ::String
|
414
424
|
attr_accessor audience_size: Types::AudienceSize
|
415
425
|
attr_accessor description: ::String
|
416
|
-
attr_accessor name: ::String
|
417
426
|
SENSITIVE: []
|
418
427
|
end
|
419
428
|
|
420
429
|
class StartAudienceGenerationJobRequest
|
421
|
-
attr_accessor collaboration_id: ::String
|
422
|
-
attr_accessor configured_audience_model_arn: ::String
|
423
|
-
attr_accessor description: ::String
|
424
|
-
attr_accessor include_seed_in_output: bool
|
425
430
|
attr_accessor name: ::String
|
431
|
+
attr_accessor configured_audience_model_arn: ::String
|
426
432
|
attr_accessor seed_audience: Types::AudienceGenerationJobDataSource
|
433
|
+
attr_accessor include_seed_in_output: bool
|
434
|
+
attr_accessor collaboration_id: ::String
|
435
|
+
attr_accessor description: ::String
|
427
436
|
attr_accessor tags: ::Hash[::String, ::String]
|
428
437
|
SENSITIVE: []
|
429
438
|
end
|
@@ -434,8 +443,8 @@ module Aws::CleanRoomsML
|
|
434
443
|
end
|
435
444
|
|
436
445
|
class StatusDetails
|
437
|
-
attr_accessor message: ::String
|
438
446
|
attr_accessor status_code: ::String
|
447
|
+
attr_accessor message: ::String
|
439
448
|
SENSITIVE: []
|
440
449
|
end
|
441
450
|
|
@@ -450,11 +459,11 @@ module Aws::CleanRoomsML
|
|
450
459
|
|
451
460
|
class TrainingDatasetSummary
|
452
461
|
attr_accessor create_time: ::Time
|
453
|
-
attr_accessor
|
462
|
+
attr_accessor update_time: ::Time
|
463
|
+
attr_accessor training_dataset_arn: ::String
|
454
464
|
attr_accessor name: ::String
|
455
465
|
attr_accessor status: ("ACTIVE")
|
456
|
-
attr_accessor
|
457
|
-
attr_accessor update_time: ::Time
|
466
|
+
attr_accessor description: ::String
|
458
467
|
SENSITIVE: []
|
459
468
|
end
|
460
469
|
|
@@ -468,13 +477,13 @@ module Aws::CleanRoomsML
|
|
468
477
|
end
|
469
478
|
|
470
479
|
class UpdateConfiguredAudienceModelRequest
|
471
|
-
attr_accessor audience_model_arn: ::String
|
472
|
-
attr_accessor audience_size_config: Types::AudienceSizeConfig
|
473
480
|
attr_accessor configured_audience_model_arn: ::String
|
474
|
-
attr_accessor description: ::String
|
475
|
-
attr_accessor min_matching_seed_size: ::Integer
|
476
481
|
attr_accessor output_config: Types::ConfiguredAudienceModelOutputConfig
|
482
|
+
attr_accessor audience_model_arn: ::String
|
477
483
|
attr_accessor shared_audience_metrics: ::Array[("ALL" | "NONE")]
|
484
|
+
attr_accessor min_matching_seed_size: ::Integer
|
485
|
+
attr_accessor audience_size_config: Types::AudienceSizeConfig
|
486
|
+
attr_accessor description: ::String
|
478
487
|
SENSITIVE: []
|
479
488
|
end
|
480
489
|
|
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.
|
4
|
+
version: 1.10.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
|
+
date: 2024-07-23 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.
|
22
|
+
version: 3.201.0
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -29,21 +29,21 @@ dependencies:
|
|
29
29
|
version: '3'
|
30
30
|
- - ">="
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: 3.
|
32
|
+
version: 3.201.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|
36
36
|
requirements:
|
37
37
|
- - "~>"
|
38
38
|
- !ruby/object:Gem::Version
|
39
|
-
version: '1.
|
39
|
+
version: '1.5'
|
40
40
|
type: :runtime
|
41
41
|
prerelease: false
|
42
42
|
version_requirements: !ruby/object:Gem::Requirement
|
43
43
|
requirements:
|
44
44
|
- - "~>"
|
45
45
|
- !ruby/object:Gem::Version
|
46
|
-
version: '1.
|
46
|
+
version: '1.5'
|
47
47
|
description: Official AWS Ruby gem for AWS Clean Rooms ML. This gem is part of the
|
48
48
|
AWS SDK for Ruby.
|
49
49
|
email:
|
@@ -66,6 +66,7 @@ files:
|
|
66
66
|
- lib/aws-sdk-cleanroomsml/plugins/endpoints.rb
|
67
67
|
- lib/aws-sdk-cleanroomsml/resource.rb
|
68
68
|
- lib/aws-sdk-cleanroomsml/types.rb
|
69
|
+
- lib/aws-sdk-cleanroomsml/waiters.rb
|
69
70
|
- sig/client.rbs
|
70
71
|
- sig/errors.rbs
|
71
72
|
- sig/resource.rbs
|