cdk-lambda-subminute 2.0.311 → 2.0.313

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.
Files changed (76) hide show
  1. package/.jsii +3 -3
  2. package/lib/cdk-lambda-subminute.js +3 -3
  3. package/node_modules/aws-sdk/README.md +1 -1
  4. package/node_modules/aws-sdk/apis/accessanalyzer-2019-11-01.min.json +101 -95
  5. package/node_modules/aws-sdk/apis/bedrock-2023-04-20.min.json +91 -71
  6. package/node_modules/aws-sdk/apis/bedrock-agent-2023-06-05.examples.json +5 -0
  7. package/node_modules/aws-sdk/apis/bedrock-agent-2023-06-05.min.json +2322 -0
  8. package/node_modules/aws-sdk/apis/bedrock-agent-2023-06-05.paginators.json +52 -0
  9. package/node_modules/aws-sdk/apis/bedrock-agent-runtime-2023-07-26.examples.json +5 -0
  10. package/node_modules/aws-sdk/apis/bedrock-agent-runtime-2023-07-26.min.json +697 -0
  11. package/node_modules/aws-sdk/apis/bedrock-agent-runtime-2023-07-26.paginators.json +9 -0
  12. package/node_modules/aws-sdk/apis/bedrock-runtime-2023-09-30.min.json +18 -18
  13. package/node_modules/aws-sdk/apis/bedrock-runtime-2023-09-30.waiters2.json +5 -0
  14. package/node_modules/aws-sdk/apis/cleanrooms-2022-02-17.min.json +1222 -83
  15. package/node_modules/aws-sdk/apis/cleanrooms-2022-02-17.paginators.json +36 -0
  16. package/node_modules/aws-sdk/apis/cleanroomsml-2023-09-06.examples.json +5 -0
  17. package/node_modules/aws-sdk/apis/cleanroomsml-2023-09-06.min.json +1226 -0
  18. package/node_modules/aws-sdk/apis/cleanroomsml-2023-09-06.paginators.json +34 -0
  19. package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +1180 -417
  20. package/node_modules/aws-sdk/apis/connect-2017-08-08.paginators.json +11 -0
  21. package/node_modules/aws-sdk/apis/customer-profiles-2020-08-15.min.json +129 -84
  22. package/node_modules/aws-sdk/apis/elasticache-2015-02-02.min.json +481 -132
  23. package/node_modules/aws-sdk/apis/elasticache-2015-02-02.paginators.json +12 -0
  24. package/node_modules/aws-sdk/apis/metadata.json +17 -0
  25. package/node_modules/aws-sdk/apis/opensearch-2021-01-01.min.json +369 -195
  26. package/node_modules/aws-sdk/apis/opensearchserverless-2021-11-01.min.json +49 -46
  27. package/node_modules/aws-sdk/apis/qbusiness-2023-11-27.examples.json +5 -0
  28. package/node_modules/aws-sdk/apis/qbusiness-2023-11-27.min.json +3025 -0
  29. package/node_modules/aws-sdk/apis/qbusiness-2023-11-27.paginators.json +76 -0
  30. package/node_modules/aws-sdk/apis/qconnect-2020-10-19.examples.json +5 -0
  31. package/node_modules/aws-sdk/apis/qconnect-2020-10-19.min.json +2499 -0
  32. package/node_modules/aws-sdk/apis/qconnect-2020-10-19.paginators.json +64 -0
  33. package/node_modules/aws-sdk/apis/runtime.sagemaker-2017-05-13.min.json +8 -0
  34. package/node_modules/aws-sdk/apis/s3-2006-03-01.examples.json +128 -128
  35. package/node_modules/aws-sdk/apis/s3-2006-03-01.min.json +649 -186
  36. package/node_modules/aws-sdk/apis/s3-2006-03-01.paginators.json +6 -0
  37. package/node_modules/aws-sdk/apis/s3control-2018-08-20.min.json +121 -115
  38. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +1688 -980
  39. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.paginators.json +18 -0
  40. package/node_modules/aws-sdk/clients/accessanalyzer.d.ts +13 -2
  41. package/node_modules/aws-sdk/clients/all.d.ts +5 -0
  42. package/node_modules/aws-sdk/clients/all.js +6 -1
  43. package/node_modules/aws-sdk/clients/applicationautoscaling.d.ts +31 -31
  44. package/node_modules/aws-sdk/clients/bedrock.d.ts +53 -17
  45. package/node_modules/aws-sdk/clients/bedrockagent.d.ts +1258 -0
  46. package/node_modules/aws-sdk/clients/bedrockagent.js +18 -0
  47. package/node_modules/aws-sdk/clients/bedrockagentruntime.d.ts +439 -0
  48. package/node_modules/aws-sdk/clients/bedrockagentruntime.js +18 -0
  49. package/node_modules/aws-sdk/clients/bedrockruntime.d.ts +13 -13
  50. package/node_modules/aws-sdk/clients/bedrockruntime.js +1 -0
  51. package/node_modules/aws-sdk/clients/cleanrooms.d.ts +1292 -177
  52. package/node_modules/aws-sdk/clients/cleanroomsml.d.ts +1232 -0
  53. package/node_modules/aws-sdk/clients/cleanroomsml.js +18 -0
  54. package/node_modules/aws-sdk/clients/connect.d.ts +886 -20
  55. package/node_modules/aws-sdk/clients/customerprofiles.d.ts +40 -0
  56. package/node_modules/aws-sdk/clients/elasticache.d.ts +484 -12
  57. package/node_modules/aws-sdk/clients/opensearch.d.ts +170 -1
  58. package/node_modules/aws-sdk/clients/opensearchserverless.d.ts +13 -0
  59. package/node_modules/aws-sdk/clients/qbusiness.d.ts +3231 -0
  60. package/node_modules/aws-sdk/clients/qbusiness.js +18 -0
  61. package/node_modules/aws-sdk/clients/qconnect.d.ts +2552 -0
  62. package/node_modules/aws-sdk/clients/qconnect.js +18 -0
  63. package/node_modules/aws-sdk/clients/s3.d.ts +795 -666
  64. package/node_modules/aws-sdk/clients/s3control.d.ts +135 -125
  65. package/node_modules/aws-sdk/clients/sagemaker.d.ts +950 -44
  66. package/node_modules/aws-sdk/clients/sagemakerruntime.d.ts +11 -2
  67. package/node_modules/aws-sdk/clients/sts.d.ts +1 -1
  68. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
  69. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +286 -94
  70. package/node_modules/aws-sdk/dist/aws-sdk.js +2343 -722
  71. package/node_modules/aws-sdk/dist/aws-sdk.min.js +83 -82
  72. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +10 -0
  73. package/node_modules/aws-sdk/lib/core.js +1 -1
  74. package/node_modules/aws-sdk/package.json +1 -1
  75. package/package.json +3 -3
  76. package/node_modules/aws-sdk/CHANGELOG.md +0 -9325
@@ -43,6 +43,14 @@ declare class CleanRooms extends Service {
43
43
  * Creates a new collaboration.
44
44
  */
45
45
  createCollaboration(callback?: (err: AWSError, data: CleanRooms.Types.CreateCollaborationOutput) => void): Request<CleanRooms.Types.CreateCollaborationOutput, AWSError>;
46
+ /**
47
+ * Provides the details necessary to create a configured audience model association.
48
+ */
49
+ createConfiguredAudienceModelAssociation(params: CleanRooms.Types.CreateConfiguredAudienceModelAssociationInput, callback?: (err: AWSError, data: CleanRooms.Types.CreateConfiguredAudienceModelAssociationOutput) => void): Request<CleanRooms.Types.CreateConfiguredAudienceModelAssociationOutput, AWSError>;
50
+ /**
51
+ * Provides the details necessary to create a configured audience model association.
52
+ */
53
+ createConfiguredAudienceModelAssociation(callback?: (err: AWSError, data: CleanRooms.Types.CreateConfiguredAudienceModelAssociationOutput) => void): Request<CleanRooms.Types.CreateConfiguredAudienceModelAssociationOutput, AWSError>;
46
54
  /**
47
55
  * Creates a new configured table resource.
48
56
  */
@@ -75,6 +83,14 @@ declare class CleanRooms extends Service {
75
83
  * Creates a membership for a specific collaboration identifier and joins the collaboration.
76
84
  */
77
85
  createMembership(callback?: (err: AWSError, data: CleanRooms.Types.CreateMembershipOutput) => void): Request<CleanRooms.Types.CreateMembershipOutput, AWSError>;
86
+ /**
87
+ * Creates a privacy budget template for a specified membership. Each membership can have only one privacy budget template, but it can be deleted and recreated. If you need to change the privacy budget template for a membership, use the UpdatePrivacyBudgetTemplate operation.
88
+ */
89
+ createPrivacyBudgetTemplate(params: CleanRooms.Types.CreatePrivacyBudgetTemplateInput, callback?: (err: AWSError, data: CleanRooms.Types.CreatePrivacyBudgetTemplateOutput) => void): Request<CleanRooms.Types.CreatePrivacyBudgetTemplateOutput, AWSError>;
90
+ /**
91
+ * Creates a privacy budget template for a specified membership. Each membership can have only one privacy budget template, but it can be deleted and recreated. If you need to change the privacy budget template for a membership, use the UpdatePrivacyBudgetTemplate operation.
92
+ */
93
+ createPrivacyBudgetTemplate(callback?: (err: AWSError, data: CleanRooms.Types.CreatePrivacyBudgetTemplateOutput) => void): Request<CleanRooms.Types.CreatePrivacyBudgetTemplateOutput, AWSError>;
78
94
  /**
79
95
  * Deletes an analysis template.
80
96
  */
@@ -91,6 +107,14 @@ declare class CleanRooms extends Service {
91
107
  * Deletes a collaboration. It can only be called by the collaboration owner.
92
108
  */
93
109
  deleteCollaboration(callback?: (err: AWSError, data: CleanRooms.Types.DeleteCollaborationOutput) => void): Request<CleanRooms.Types.DeleteCollaborationOutput, AWSError>;
110
+ /**
111
+ * Provides the information necessary to delete a configured audience model association.
112
+ */
113
+ deleteConfiguredAudienceModelAssociation(params: CleanRooms.Types.DeleteConfiguredAudienceModelAssociationInput, callback?: (err: AWSError, data: CleanRooms.Types.DeleteConfiguredAudienceModelAssociationOutput) => void): Request<CleanRooms.Types.DeleteConfiguredAudienceModelAssociationOutput, AWSError>;
114
+ /**
115
+ * Provides the information necessary to delete a configured audience model association.
116
+ */
117
+ deleteConfiguredAudienceModelAssociation(callback?: (err: AWSError, data: CleanRooms.Types.DeleteConfiguredAudienceModelAssociationOutput) => void): Request<CleanRooms.Types.DeleteConfiguredAudienceModelAssociationOutput, AWSError>;
94
118
  /**
95
119
  * Deletes a configured table.
96
120
  */
@@ -131,6 +155,14 @@ declare class CleanRooms extends Service {
131
155
  * Deletes a specified membership. All resources under a membership must be deleted.
132
156
  */
133
157
  deleteMembership(callback?: (err: AWSError, data: CleanRooms.Types.DeleteMembershipOutput) => void): Request<CleanRooms.Types.DeleteMembershipOutput, AWSError>;
158
+ /**
159
+ * Deletes a privacy budget template for a specified membership.
160
+ */
161
+ deletePrivacyBudgetTemplate(params: CleanRooms.Types.DeletePrivacyBudgetTemplateInput, callback?: (err: AWSError, data: CleanRooms.Types.DeletePrivacyBudgetTemplateOutput) => void): Request<CleanRooms.Types.DeletePrivacyBudgetTemplateOutput, AWSError>;
162
+ /**
163
+ * Deletes a privacy budget template for a specified membership.
164
+ */
165
+ deletePrivacyBudgetTemplate(callback?: (err: AWSError, data: CleanRooms.Types.DeletePrivacyBudgetTemplateOutput) => void): Request<CleanRooms.Types.DeletePrivacyBudgetTemplateOutput, AWSError>;
134
166
  /**
135
167
  * Retrieves an analysis template.
136
168
  */
@@ -155,6 +187,30 @@ declare class CleanRooms extends Service {
155
187
  * Retrieves an analysis template within a collaboration.
156
188
  */
157
189
  getCollaborationAnalysisTemplate(callback?: (err: AWSError, data: CleanRooms.Types.GetCollaborationAnalysisTemplateOutput) => void): Request<CleanRooms.Types.GetCollaborationAnalysisTemplateOutput, AWSError>;
190
+ /**
191
+ * Retrieves a configured audience model association within a collaboration.
192
+ */
193
+ getCollaborationConfiguredAudienceModelAssociation(params: CleanRooms.Types.GetCollaborationConfiguredAudienceModelAssociationInput, callback?: (err: AWSError, data: CleanRooms.Types.GetCollaborationConfiguredAudienceModelAssociationOutput) => void): Request<CleanRooms.Types.GetCollaborationConfiguredAudienceModelAssociationOutput, AWSError>;
194
+ /**
195
+ * Retrieves a configured audience model association within a collaboration.
196
+ */
197
+ getCollaborationConfiguredAudienceModelAssociation(callback?: (err: AWSError, data: CleanRooms.Types.GetCollaborationConfiguredAudienceModelAssociationOutput) => void): Request<CleanRooms.Types.GetCollaborationConfiguredAudienceModelAssociationOutput, AWSError>;
198
+ /**
199
+ * Returns details about a specified privacy budget template.
200
+ */
201
+ getCollaborationPrivacyBudgetTemplate(params: CleanRooms.Types.GetCollaborationPrivacyBudgetTemplateInput, callback?: (err: AWSError, data: CleanRooms.Types.GetCollaborationPrivacyBudgetTemplateOutput) => void): Request<CleanRooms.Types.GetCollaborationPrivacyBudgetTemplateOutput, AWSError>;
202
+ /**
203
+ * Returns details about a specified privacy budget template.
204
+ */
205
+ getCollaborationPrivacyBudgetTemplate(callback?: (err: AWSError, data: CleanRooms.Types.GetCollaborationPrivacyBudgetTemplateOutput) => void): Request<CleanRooms.Types.GetCollaborationPrivacyBudgetTemplateOutput, AWSError>;
206
+ /**
207
+ * Returns information about a configured audience model association.
208
+ */
209
+ getConfiguredAudienceModelAssociation(params: CleanRooms.Types.GetConfiguredAudienceModelAssociationInput, callback?: (err: AWSError, data: CleanRooms.Types.GetConfiguredAudienceModelAssociationOutput) => void): Request<CleanRooms.Types.GetConfiguredAudienceModelAssociationOutput, AWSError>;
210
+ /**
211
+ * Returns information about a configured audience model association.
212
+ */
213
+ getConfiguredAudienceModelAssociation(callback?: (err: AWSError, data: CleanRooms.Types.GetConfiguredAudienceModelAssociationOutput) => void): Request<CleanRooms.Types.GetConfiguredAudienceModelAssociationOutput, AWSError>;
158
214
  /**
159
215
  * Retrieves a configured table.
160
216
  */
@@ -187,6 +243,14 @@ declare class CleanRooms extends Service {
187
243
  * Retrieves a specified membership for an identifier.
188
244
  */
189
245
  getMembership(callback?: (err: AWSError, data: CleanRooms.Types.GetMembershipOutput) => void): Request<CleanRooms.Types.GetMembershipOutput, AWSError>;
246
+ /**
247
+ * Returns details for a specified privacy budget template.
248
+ */
249
+ getPrivacyBudgetTemplate(params: CleanRooms.Types.GetPrivacyBudgetTemplateInput, callback?: (err: AWSError, data: CleanRooms.Types.GetPrivacyBudgetTemplateOutput) => void): Request<CleanRooms.Types.GetPrivacyBudgetTemplateOutput, AWSError>;
250
+ /**
251
+ * Returns details for a specified privacy budget template.
252
+ */
253
+ getPrivacyBudgetTemplate(callback?: (err: AWSError, data: CleanRooms.Types.GetPrivacyBudgetTemplateOutput) => void): Request<CleanRooms.Types.GetPrivacyBudgetTemplateOutput, AWSError>;
190
254
  /**
191
255
  * Returns query processing metadata.
192
256
  */
@@ -227,6 +291,30 @@ declare class CleanRooms extends Service {
227
291
  * Lists analysis templates within a collaboration.
228
292
  */
229
293
  listCollaborationAnalysisTemplates(callback?: (err: AWSError, data: CleanRooms.Types.ListCollaborationAnalysisTemplatesOutput) => void): Request<CleanRooms.Types.ListCollaborationAnalysisTemplatesOutput, AWSError>;
294
+ /**
295
+ * Lists configured audience model associations within a collaboration.
296
+ */
297
+ listCollaborationConfiguredAudienceModelAssociations(params: CleanRooms.Types.ListCollaborationConfiguredAudienceModelAssociationsInput, callback?: (err: AWSError, data: CleanRooms.Types.ListCollaborationConfiguredAudienceModelAssociationsOutput) => void): Request<CleanRooms.Types.ListCollaborationConfiguredAudienceModelAssociationsOutput, AWSError>;
298
+ /**
299
+ * Lists configured audience model associations within a collaboration.
300
+ */
301
+ listCollaborationConfiguredAudienceModelAssociations(callback?: (err: AWSError, data: CleanRooms.Types.ListCollaborationConfiguredAudienceModelAssociationsOutput) => void): Request<CleanRooms.Types.ListCollaborationConfiguredAudienceModelAssociationsOutput, AWSError>;
302
+ /**
303
+ * Returns an array that summarizes each privacy budget template in a specified collaboration.
304
+ */
305
+ listCollaborationPrivacyBudgetTemplates(params: CleanRooms.Types.ListCollaborationPrivacyBudgetTemplatesInput, callback?: (err: AWSError, data: CleanRooms.Types.ListCollaborationPrivacyBudgetTemplatesOutput) => void): Request<CleanRooms.Types.ListCollaborationPrivacyBudgetTemplatesOutput, AWSError>;
306
+ /**
307
+ * Returns an array that summarizes each privacy budget template in a specified collaboration.
308
+ */
309
+ listCollaborationPrivacyBudgetTemplates(callback?: (err: AWSError, data: CleanRooms.Types.ListCollaborationPrivacyBudgetTemplatesOutput) => void): Request<CleanRooms.Types.ListCollaborationPrivacyBudgetTemplatesOutput, AWSError>;
310
+ /**
311
+ * Returns an array that summarizes each privacy budget in a specified collaboration. The summary includes the collaboration ARN, creation time, creating account, and privacy budget details.
312
+ */
313
+ listCollaborationPrivacyBudgets(params: CleanRooms.Types.ListCollaborationPrivacyBudgetsInput, callback?: (err: AWSError, data: CleanRooms.Types.ListCollaborationPrivacyBudgetsOutput) => void): Request<CleanRooms.Types.ListCollaborationPrivacyBudgetsOutput, AWSError>;
314
+ /**
315
+ * Returns an array that summarizes each privacy budget in a specified collaboration. The summary includes the collaboration ARN, creation time, creating account, and privacy budget details.
316
+ */
317
+ listCollaborationPrivacyBudgets(callback?: (err: AWSError, data: CleanRooms.Types.ListCollaborationPrivacyBudgetsOutput) => void): Request<CleanRooms.Types.ListCollaborationPrivacyBudgetsOutput, AWSError>;
230
318
  /**
231
319
  * Lists collaborations the caller owns, is active in, or has been invited to.
232
320
  */
@@ -235,6 +323,14 @@ declare class CleanRooms extends Service {
235
323
  * Lists collaborations the caller owns, is active in, or has been invited to.
236
324
  */
237
325
  listCollaborations(callback?: (err: AWSError, data: CleanRooms.Types.ListCollaborationsOutput) => void): Request<CleanRooms.Types.ListCollaborationsOutput, AWSError>;
326
+ /**
327
+ * Lists information about requested configured audience model associations.
328
+ */
329
+ listConfiguredAudienceModelAssociations(params: CleanRooms.Types.ListConfiguredAudienceModelAssociationsInput, callback?: (err: AWSError, data: CleanRooms.Types.ListConfiguredAudienceModelAssociationsOutput) => void): Request<CleanRooms.Types.ListConfiguredAudienceModelAssociationsOutput, AWSError>;
330
+ /**
331
+ * Lists information about requested configured audience model associations.
332
+ */
333
+ listConfiguredAudienceModelAssociations(callback?: (err: AWSError, data: CleanRooms.Types.ListConfiguredAudienceModelAssociationsOutput) => void): Request<CleanRooms.Types.ListConfiguredAudienceModelAssociationsOutput, AWSError>;
238
334
  /**
239
335
  * Lists configured table associations for a membership.
240
336
  */
@@ -267,6 +363,22 @@ declare class CleanRooms extends Service {
267
363
  * Lists all memberships resources within the caller's account.
268
364
  */
269
365
  listMemberships(callback?: (err: AWSError, data: CleanRooms.Types.ListMembershipsOutput) => void): Request<CleanRooms.Types.ListMembershipsOutput, AWSError>;
366
+ /**
367
+ * Returns detailed information about the privacy budget templates in a specified membership.
368
+ */
369
+ listPrivacyBudgetTemplates(params: CleanRooms.Types.ListPrivacyBudgetTemplatesInput, callback?: (err: AWSError, data: CleanRooms.Types.ListPrivacyBudgetTemplatesOutput) => void): Request<CleanRooms.Types.ListPrivacyBudgetTemplatesOutput, AWSError>;
370
+ /**
371
+ * Returns detailed information about the privacy budget templates in a specified membership.
372
+ */
373
+ listPrivacyBudgetTemplates(callback?: (err: AWSError, data: CleanRooms.Types.ListPrivacyBudgetTemplatesOutput) => void): Request<CleanRooms.Types.ListPrivacyBudgetTemplatesOutput, AWSError>;
374
+ /**
375
+ * Returns detailed information about the privacy budgets in a specified membership.
376
+ */
377
+ listPrivacyBudgets(params: CleanRooms.Types.ListPrivacyBudgetsInput, callback?: (err: AWSError, data: CleanRooms.Types.ListPrivacyBudgetsOutput) => void): Request<CleanRooms.Types.ListPrivacyBudgetsOutput, AWSError>;
378
+ /**
379
+ * Returns detailed information about the privacy budgets in a specified membership.
380
+ */
381
+ listPrivacyBudgets(callback?: (err: AWSError, data: CleanRooms.Types.ListPrivacyBudgetsOutput) => void): Request<CleanRooms.Types.ListPrivacyBudgetsOutput, AWSError>;
270
382
  /**
271
383
  * Lists protected queries, sorted by the most recent query.
272
384
  */
@@ -291,6 +403,14 @@ declare class CleanRooms extends Service {
291
403
  * Lists all of the tags that have been added to a resource.
292
404
  */
293
405
  listTagsForResource(callback?: (err: AWSError, data: CleanRooms.Types.ListTagsForResourceOutput) => void): Request<CleanRooms.Types.ListTagsForResourceOutput, AWSError>;
406
+ /**
407
+ * An estimate of the number of aggregation functions that the member who can query can run given epsilon and noise parameters.
408
+ */
409
+ previewPrivacyImpact(params: CleanRooms.Types.PreviewPrivacyImpactInput, callback?: (err: AWSError, data: CleanRooms.Types.PreviewPrivacyImpactOutput) => void): Request<CleanRooms.Types.PreviewPrivacyImpactOutput, AWSError>;
410
+ /**
411
+ * An estimate of the number of aggregation functions that the member who can query can run given epsilon and noise parameters.
412
+ */
413
+ previewPrivacyImpact(callback?: (err: AWSError, data: CleanRooms.Types.PreviewPrivacyImpactOutput) => void): Request<CleanRooms.Types.PreviewPrivacyImpactOutput, AWSError>;
294
414
  /**
295
415
  * Creates a protected query that is started by Clean Rooms.
296
416
  */
@@ -331,6 +451,14 @@ declare class CleanRooms extends Service {
331
451
  * Updates collaboration metadata and can only be called by the collaboration owner.
332
452
  */
333
453
  updateCollaboration(callback?: (err: AWSError, data: CleanRooms.Types.UpdateCollaborationOutput) => void): Request<CleanRooms.Types.UpdateCollaborationOutput, AWSError>;
454
+ /**
455
+ * Provides the details necessary to update a configured audience model association.
456
+ */
457
+ updateConfiguredAudienceModelAssociation(params: CleanRooms.Types.UpdateConfiguredAudienceModelAssociationInput, callback?: (err: AWSError, data: CleanRooms.Types.UpdateConfiguredAudienceModelAssociationOutput) => void): Request<CleanRooms.Types.UpdateConfiguredAudienceModelAssociationOutput, AWSError>;
458
+ /**
459
+ * Provides the details necessary to update a configured audience model association.
460
+ */
461
+ updateConfiguredAudienceModelAssociation(callback?: (err: AWSError, data: CleanRooms.Types.UpdateConfiguredAudienceModelAssociationOutput) => void): Request<CleanRooms.Types.UpdateConfiguredAudienceModelAssociationOutput, AWSError>;
334
462
  /**
335
463
  * Updates a configured table.
336
464
  */
@@ -363,6 +491,14 @@ declare class CleanRooms extends Service {
363
491
  * Updates a membership.
364
492
  */
365
493
  updateMembership(callback?: (err: AWSError, data: CleanRooms.Types.UpdateMembershipOutput) => void): Request<CleanRooms.Types.UpdateMembershipOutput, AWSError>;
494
+ /**
495
+ * Updates the privacy budget template for the specified membership.
496
+ */
497
+ updatePrivacyBudgetTemplate(params: CleanRooms.Types.UpdatePrivacyBudgetTemplateInput, callback?: (err: AWSError, data: CleanRooms.Types.UpdatePrivacyBudgetTemplateOutput) => void): Request<CleanRooms.Types.UpdatePrivacyBudgetTemplateOutput, AWSError>;
498
+ /**
499
+ * Updates the privacy budget template for the specified membership.
500
+ */
501
+ updatePrivacyBudgetTemplate(callback?: (err: AWSError, data: CleanRooms.Types.UpdatePrivacyBudgetTemplateOutput) => void): Request<CleanRooms.Types.UpdatePrivacyBudgetTemplateOutput, AWSError>;
366
502
  /**
367
503
  * Updates the processing of a currently running query.
368
504
  */
@@ -489,6 +625,10 @@ declare namespace CleanRooms {
489
625
  * The Amazon Web Services accounts that are allowed to query by the custom analysis rule. Required when allowedAnalyses is ANY_QUERY.
490
626
  */
491
627
  allowedAnalysisProviders?: AnalysisRuleCustomAllowedAnalysisProvidersList;
628
+ /**
629
+ * The differential privacy configuration.
630
+ */
631
+ differentialPrivacy?: DifferentialPrivacyConfiguration;
492
632
  }
493
633
  export type AnalysisRuleCustomAllowedAnalysesList = AnalysisTemplateArnOrQueryWildcard[];
494
634
  export type AnalysisRuleCustomAllowedAnalysisProvidersList = AccountId[];
@@ -868,267 +1008,569 @@ declare namespace CleanRooms {
868
1008
  }
869
1009
  export type CollaborationAnalysisTemplateSummaryList = CollaborationAnalysisTemplateSummary[];
870
1010
  export type CollaborationArn = string;
871
- export type CollaborationDescription = string;
872
- export type CollaborationIdentifier = string;
873
- export type CollaborationName = string;
874
- export type CollaborationQueryLogStatus = "ENABLED"|"DISABLED"|string;
875
- export interface CollaborationSummary {
1011
+ export interface CollaborationConfiguredAudienceModelAssociation {
876
1012
  /**
877
- * The identifier for the collaboration.
1013
+ * The identifier of the configured audience model association.
878
1014
  */
879
- id: UUID;
1015
+ id: ConfiguredAudienceModelAssociationIdentifier;
880
1016
  /**
881
- * The ARN of the collaboration.
1017
+ * The Amazon Resource Name (ARN) of the configured audience model association.
882
1018
  */
883
- arn: CollaborationArn;
1019
+ arn: ConfiguredAudienceModelAssociationArn;
884
1020
  /**
885
- * A human-readable identifier provided by the collaboration owner. Display names are not unique.
1021
+ * A unique identifier for the collaboration that the configured audience model associations belong to. Accepts collaboration ID.
886
1022
  */
887
- name: CollaborationName;
1023
+ collaborationId: UUID;
888
1024
  /**
889
- * The identifier used to reference members of the collaboration. Currently only supports Amazon Web Services account ID.
1025
+ * The unique ARN for the configured audience model's associated collaboration.
890
1026
  */
891
- creatorAccountId: AccountId;
1027
+ collaborationArn: CollaborationArn;
892
1028
  /**
893
- * The display name of the collaboration creator.
1029
+ * The Amazon Resource Name (ARN) of the configure audience model.
894
1030
  */
895
- creatorDisplayName: DisplayName;
1031
+ configuredAudienceModelArn: ConfiguredAudienceModelArn;
896
1032
  /**
897
- * The time when the collaboration was created.
1033
+ * The name of the configured audience model association.
898
1034
  */
899
- createTime: Timestamp;
1035
+ name: ConfiguredAudienceModelAssociationName;
900
1036
  /**
901
- * The time the collaboration metadata was last updated.
1037
+ * The description of the configured audience model association.
902
1038
  */
903
- updateTime: Timestamp;
1039
+ description?: ResourceDescription;
904
1040
  /**
905
- * The status of a member in a collaboration.
1041
+ * The identifier used to reference members of the collaboration. Only supports AWS account ID.
906
1042
  */
907
- memberStatus: MemberStatus;
1043
+ creatorAccountId: AccountId;
908
1044
  /**
909
- * The identifier of a member in a collaboration.
1045
+ * The time at which the configured audience model association was created.
910
1046
  */
911
- membershipId?: UUID;
1047
+ createTime: Timestamp;
912
1048
  /**
913
- * The ARN of a member in a collaboration.
1049
+ * The most recent time at which the configured audience model association was updated.
914
1050
  */
915
- membershipArn?: MembershipArn;
1051
+ updateTime: Timestamp;
916
1052
  }
917
- export type CollaborationSummaryList = CollaborationSummary[];
918
- export interface Column {
1053
+ export interface CollaborationConfiguredAudienceModelAssociationSummary {
919
1054
  /**
920
- * The name of the column.
1055
+ * The Amazon Resource Name (ARN) of the configured audience model association.
921
1056
  */
922
- name: ColumnName;
1057
+ arn: ConfiguredAudienceModelAssociationArn;
923
1058
  /**
924
- * The type of the column.
1059
+ * The time at which the configured audience model association was created.
925
1060
  */
926
- type: ColumnTypeString;
927
- }
928
- export type ColumnList = Column[];
929
- export type ColumnName = string;
930
- export type ColumnTypeString = string;
931
- export interface ConfiguredTable {
1061
+ createTime: Timestamp;
932
1062
  /**
933
- * The unique ID for the configured table.
1063
+ * The identifier of the configured audience model association.
934
1064
  */
935
- id: UUID;
1065
+ id: ConfiguredAudienceModelAssociationIdentifier;
936
1066
  /**
937
- * The unique ARN for the configured table.
1067
+ * The name of the configured audience model association.
938
1068
  */
939
- arn: ConfiguredTableArn;
1069
+ name: ConfiguredAudienceModelAssociationName;
940
1070
  /**
941
- * A name for the configured table.
1071
+ * The most recent time at which the configured audience model association was updated.
942
1072
  */
943
- name: DisplayName;
1073
+ updateTime: Timestamp;
944
1074
  /**
945
- * A description for the configured table.
1075
+ * The unique ARN for the configured audience model's associated collaboration.
946
1076
  */
947
- description?: TableDescription;
1077
+ collaborationArn: CollaborationArn;
948
1078
  /**
949
- * The Glue table that this configured table represents.
1079
+ * A unique identifier for the collaboration that the configured audience model associations belong to. Accepts collaboration ID.
950
1080
  */
951
- tableReference: TableReference;
1081
+ collaborationId: UUID;
952
1082
  /**
953
- * The time the configured table was created.
1083
+ * The identifier used to reference members of the collaboration. Only supports AWS account ID.
954
1084
  */
955
- createTime: Timestamp;
1085
+ creatorAccountId: AccountId;
956
1086
  /**
957
- * The time the configured table was last updated
1087
+ * The description of the configured audience model association.
958
1088
  */
959
- updateTime: Timestamp;
1089
+ description?: ResourceDescription;
1090
+ }
1091
+ export type CollaborationConfiguredAudienceModelAssociationSummaryList = CollaborationConfiguredAudienceModelAssociationSummary[];
1092
+ export type CollaborationDescription = string;
1093
+ export type CollaborationIdentifier = string;
1094
+ export type CollaborationName = string;
1095
+ export interface CollaborationPrivacyBudgetSummary {
960
1096
  /**
961
- * The types of analysis rules associated with this configured table. Currently, only one analysis rule may be associated with a configured table.
1097
+ * The unique identifier of the collaboration privacy budget.
962
1098
  */
963
- analysisRuleTypes: ConfiguredTableAnalysisRuleTypeList;
1099
+ id: UUID;
964
1100
  /**
965
- * The analysis method for the configured table. The only valid value is currently `DIRECT_QUERY`.
1101
+ * The unique identifier of the collaboration privacy budget template.
966
1102
  */
967
- analysisMethod: AnalysisMethod;
1103
+ privacyBudgetTemplateId: PrivacyBudgetTemplateIdentifier;
968
1104
  /**
969
- * The columns within the underlying Glue table that can be utilized within collaborations.
1105
+ * The ARN of the collaboration privacy budget template.
970
1106
  */
971
- allowedColumns: AllowedColumnList;
972
- }
973
- export interface ConfiguredTableAnalysisRule {
1107
+ privacyBudgetTemplateArn: PrivacyBudgetTemplateArn;
974
1108
  /**
975
- * The unique ID for the configured table.
1109
+ * The unique identifier of the collaboration that includes this privacy budget.
976
1110
  */
977
- configuredTableId: UUID;
1111
+ collaborationId: UUID;
978
1112
  /**
979
- * The unique ARN for the configured table.
1113
+ * The ARN of the collaboration that includes this privacy budget.
980
1114
  */
981
- configuredTableArn: ConfiguredTableArn;
1115
+ collaborationArn: CollaborationArn;
982
1116
  /**
983
- * The policy that controls SQL query rules.
1117
+ * The unique identifier of the account that created this privacy budget.
984
1118
  */
985
- policy: ConfiguredTableAnalysisRulePolicy;
1119
+ creatorAccountId: AccountId;
986
1120
  /**
987
- * The type of configured table analysis rule.
1121
+ * The type of privacy budget template.
988
1122
  */
989
- type: ConfiguredTableAnalysisRuleType;
1123
+ type: PrivacyBudgetType;
990
1124
  /**
991
- * The time the configured table analysis rule was created.
1125
+ * The time at which the privacy budget was created.
992
1126
  */
993
1127
  createTime: Timestamp;
994
1128
  /**
995
- * The time the configured table analysis rule was last updated.
1129
+ * The most recent time at which the privacy budget was updated.
996
1130
  */
997
1131
  updateTime: Timestamp;
998
- }
999
- export interface ConfiguredTableAnalysisRulePolicy {
1000
1132
  /**
1001
- * Controls on the query specifications that can be run on a configured table.
1133
+ * The includes epsilon provided and utility in terms of aggregations.
1002
1134
  */
1003
- v1?: ConfiguredTableAnalysisRulePolicyV1;
1135
+ budget: PrivacyBudget;
1004
1136
  }
1005
- export interface ConfiguredTableAnalysisRulePolicyV1 {
1006
- /**
1007
- * Analysis rule type that enables only list queries on a configured table.
1008
- */
1009
- list?: AnalysisRuleList;
1137
+ export type CollaborationPrivacyBudgetSummaryList = CollaborationPrivacyBudgetSummary[];
1138
+ export interface CollaborationPrivacyBudgetTemplate {
1010
1139
  /**
1011
- * Analysis rule type that enables only aggregation queries on a configured table.
1140
+ * The unique identifier of the collaboration privacy budget template.
1012
1141
  */
1013
- aggregation?: AnalysisRuleAggregation;
1014
- custom?: AnalysisRuleCustom;
1015
- }
1016
- export type ConfiguredTableAnalysisRuleType = "AGGREGATION"|"LIST"|"CUSTOM"|string;
1017
- export type ConfiguredTableAnalysisRuleTypeList = ConfiguredTableAnalysisRuleType[];
1018
- export type ConfiguredTableArn = string;
1019
- export interface ConfiguredTableAssociation {
1142
+ id: PrivacyBudgetTemplateIdentifier;
1020
1143
  /**
1021
- * The unique ARN for the configured table association.
1144
+ * The ARN of the collaboration privacy budget template.
1022
1145
  */
1023
- arn: ConfiguredTableAssociationArn;
1146
+ arn: PrivacyBudgetTemplateArn;
1024
1147
  /**
1025
- * The unique ID for the configured table association.
1148
+ * The unique identifier of the collaboration that includes this collaboration privacy budget template.
1026
1149
  */
1027
- id: UUID;
1150
+ collaborationId: UUID;
1028
1151
  /**
1029
- * The unique ID for the configured table that the association refers to.
1152
+ * The ARN of the collaboration that includes this collaboration privacy budget template.
1030
1153
  */
1031
- configuredTableId: UUID;
1154
+ collaborationArn: CollaborationArn;
1032
1155
  /**
1033
- * The unique ARN for the configured table that the association refers to.
1156
+ * The unique identifier of the account that created this collaboration privacy budget template.
1034
1157
  */
1035
- configuredTableArn: ConfiguredTableArn;
1158
+ creatorAccountId: AccountId;
1036
1159
  /**
1037
- * The unique ID for the membership this configured table association belongs to.
1160
+ * The time at which the collaboration privacy budget template was created.
1038
1161
  */
1039
- membershipId: UUID;
1162
+ createTime: Timestamp;
1040
1163
  /**
1041
- * The unique ARN for the membership this configured table association belongs to.
1164
+ * The most recent time at which the collaboration privacy budget template was updated.
1042
1165
  */
1043
- membershipArn: MembershipArn;
1166
+ updateTime: Timestamp;
1044
1167
  /**
1045
- * The service will assume this role to access catalog metadata and query the table.
1168
+ * The type of privacy budget template.
1046
1169
  */
1047
- roleArn: RoleArn;
1170
+ privacyBudgetType: PrivacyBudgetType;
1048
1171
  /**
1049
- * The name of the configured table association, in lowercase. The table is identified by this name when running protected queries against the underlying data.
1172
+ * How often the privacy budget refreshes. If you plan to regularly bring new data into the collaboration, use CALENDAR_MONTH to automatically get a new privacy budget for the collaboration every calendar month. Choosing this option allows arbitrary amounts of information to be revealed about rows of the data when repeatedly queried across refreshes. Avoid choosing this if the same rows will be repeatedly queried between privacy budget refreshes.
1050
1173
  */
1051
- name: TableAlias;
1174
+ autoRefresh: PrivacyBudgetTemplateAutoRefresh;
1052
1175
  /**
1053
- * A description of the configured table association.
1176
+ * Specifies the epsilon and noise parameters for the privacy budget template.
1054
1177
  */
1055
- description?: TableDescription;
1178
+ parameters: PrivacyBudgetTemplateParametersOutput;
1179
+ }
1180
+ export interface CollaborationPrivacyBudgetTemplateSummary {
1056
1181
  /**
1057
- * The time the configured table association was created.
1182
+ * The unique identifier of the collaboration privacy budget template.
1058
1183
  */
1059
- createTime: Timestamp;
1184
+ id: PrivacyBudgetTemplateIdentifier;
1060
1185
  /**
1061
- * The time the configured table association was last updated.
1186
+ * The ARN of the collaboration privacy budget template.
1062
1187
  */
1063
- updateTime: Timestamp;
1064
- }
1065
- export type ConfiguredTableAssociationArn = string;
1066
- export type ConfiguredTableAssociationIdentifier = string;
1067
- export interface ConfiguredTableAssociationSummary {
1188
+ arn: PrivacyBudgetTemplateArn;
1068
1189
  /**
1069
- * The unique configured table ID that this configured table association refers to.
1190
+ * The unique identifier of the collaboration that contains this collaboration privacy budget template.
1070
1191
  */
1071
- configuredTableId: UUID;
1192
+ collaborationId: UUID;
1072
1193
  /**
1073
- * The unique ID for the membership that the configured table association belongs to.
1194
+ * The ARN of the collaboration that contains this collaboration privacy budget template.
1074
1195
  */
1075
- membershipId: MembershipIdentifier;
1196
+ collaborationArn: CollaborationArn;
1076
1197
  /**
1077
- * The unique ARN for the membership that the configured table association belongs to.
1198
+ * The unique identifier of the account that created this collaboration privacy budget template.
1078
1199
  */
1079
- membershipArn: MembershipArn;
1200
+ creatorAccountId: AccountId;
1080
1201
  /**
1081
- * The name of the configured table association. The table is identified by this name when running Protected Queries against the underlying data.
1202
+ * The type of the privacy budget template.
1082
1203
  */
1083
- name: TableAlias;
1204
+ privacyBudgetType: PrivacyBudgetType;
1084
1205
  /**
1085
- * The time the configured table association was created.
1206
+ * The time at which the collaboration privacy budget template was created.
1086
1207
  */
1087
1208
  createTime: Timestamp;
1088
1209
  /**
1089
- * The time the configured table association was last updated.
1210
+ * The most recent time at which the collaboration privacy budget template was updated.
1090
1211
  */
1091
1212
  updateTime: Timestamp;
1213
+ }
1214
+ export type CollaborationPrivacyBudgetTemplateSummaryList = CollaborationPrivacyBudgetTemplateSummary[];
1215
+ export type CollaborationQueryLogStatus = "ENABLED"|"DISABLED"|string;
1216
+ export interface CollaborationSummary {
1092
1217
  /**
1093
- * The unique ID for the configured table association.
1218
+ * The identifier for the collaboration.
1094
1219
  */
1095
1220
  id: UUID;
1096
1221
  /**
1097
- * The unique ARN for the configured table association.
1222
+ * The ARN of the collaboration.
1098
1223
  */
1099
- arn: ConfiguredTableAssociationArn;
1100
- }
1101
- export type ConfiguredTableAssociationSummaryList = ConfiguredTableAssociationSummary[];
1102
- export type ConfiguredTableIdentifier = string;
1103
- export interface ConfiguredTableSummary {
1224
+ arn: CollaborationArn;
1104
1225
  /**
1105
- * The unique ID of the configured table.
1226
+ * A human-readable identifier provided by the collaboration owner. Display names are not unique.
1106
1227
  */
1107
- id: ConfiguredTableIdentifier;
1228
+ name: CollaborationName;
1108
1229
  /**
1109
- * The unique ARN of the configured table.
1230
+ * The identifier used to reference members of the collaboration. Currently only supports Amazon Web Services account ID.
1110
1231
  */
1111
- arn: ConfiguredTableArn;
1232
+ creatorAccountId: AccountId;
1112
1233
  /**
1113
- * The name of the configured table.
1234
+ * The display name of the collaboration creator.
1114
1235
  */
1115
- name: DisplayName;
1236
+ creatorDisplayName: DisplayName;
1116
1237
  /**
1117
- * The time the configured table was created.
1238
+ * The time when the collaboration was created.
1118
1239
  */
1119
1240
  createTime: Timestamp;
1120
1241
  /**
1121
- * The time the configured table was last updated.
1242
+ * The time the collaboration metadata was last updated.
1122
1243
  */
1123
1244
  updateTime: Timestamp;
1124
1245
  /**
1125
- * The types of analysis rules associated with this configured table.
1246
+ * The status of a member in a collaboration.
1126
1247
  */
1127
- analysisRuleTypes: ConfiguredTableAnalysisRuleTypeList;
1248
+ memberStatus: MemberStatus;
1128
1249
  /**
1129
- * The analysis method for the configured tables. The only valid value is currently `DIRECT_QUERY`.
1250
+ * The identifier of a member in a collaboration.
1130
1251
  */
1131
- analysisMethod: AnalysisMethod;
1252
+ membershipId?: UUID;
1253
+ /**
1254
+ * The ARN of a member in a collaboration.
1255
+ */
1256
+ membershipArn?: MembershipArn;
1257
+ }
1258
+ export type CollaborationSummaryList = CollaborationSummary[];
1259
+ export interface Column {
1260
+ /**
1261
+ * The name of the column.
1262
+ */
1263
+ name: ColumnName;
1264
+ /**
1265
+ * The type of the column.
1266
+ */
1267
+ type: ColumnTypeString;
1268
+ }
1269
+ export type ColumnList = Column[];
1270
+ export type ColumnName = string;
1271
+ export type ColumnTypeString = string;
1272
+ export type ConfiguredAudienceModelArn = string;
1273
+ export interface ConfiguredAudienceModelAssociation {
1274
+ /**
1275
+ * A unique identifier of the configured audience model association.
1276
+ */
1277
+ id: ConfiguredAudienceModelAssociationIdentifier;
1278
+ /**
1279
+ * The Amazon Resource Name (ARN) of the configured audience model association.
1280
+ */
1281
+ arn: ConfiguredAudienceModelAssociationArn;
1282
+ /**
1283
+ * The Amazon Resource Name (ARN) of the configured audience model that was used for this configured audience model association.
1284
+ */
1285
+ configuredAudienceModelArn: ConfiguredAudienceModelArn;
1286
+ /**
1287
+ * A unique identifier for the membership that contains this configured audience model association.
1288
+ */
1289
+ membershipId: UUID;
1290
+ /**
1291
+ * The Amazon Resource Name (ARN) of the membership that contains this configured audience model association.
1292
+ */
1293
+ membershipArn: MembershipArn;
1294
+ /**
1295
+ * A unique identifier of the collaboration that contains this configured audience model association.
1296
+ */
1297
+ collaborationId: UUID;
1298
+ /**
1299
+ * The Amazon Resource Name (ARN) of the collaboration that contains this configured audience model association.
1300
+ */
1301
+ collaborationArn: CollaborationArn;
1302
+ /**
1303
+ * The name of the configured audience model association.
1304
+ */
1305
+ name: ConfiguredAudienceModelAssociationName;
1306
+ /**
1307
+ * When TRUE, indicates that the resource policy for the configured audience model resource being associated is configured for Clean Rooms to manage permissions related to the given collaboration. When FALSE, indicates that the configured audience model resource owner will manage permissions related to the given collaboration.
1308
+ */
1309
+ manageResourcePolicies: Boolean;
1310
+ /**
1311
+ * The description of the configured audience model association.
1312
+ */
1313
+ description?: ResourceDescription;
1314
+ /**
1315
+ * The time at which the configured audience model association was created.
1316
+ */
1317
+ createTime: Timestamp;
1318
+ /**
1319
+ * The most recent time at which the configured audience model association was updated.
1320
+ */
1321
+ updateTime: Timestamp;
1322
+ }
1323
+ export type ConfiguredAudienceModelAssociationArn = string;
1324
+ export type ConfiguredAudienceModelAssociationIdentifier = string;
1325
+ export type ConfiguredAudienceModelAssociationName = string;
1326
+ export interface ConfiguredAudienceModelAssociationSummary {
1327
+ /**
1328
+ * A unique identifier of the membership that contains the configured audience model association.
1329
+ */
1330
+ membershipId: MembershipIdentifier;
1331
+ /**
1332
+ * The Amazon Resource Name (ARN) of the membership that contains the configured audience model association.
1333
+ */
1334
+ membershipArn: MembershipArn;
1335
+ /**
1336
+ * The Amazon Resource Name (ARN) of the collaboration that contains the configured audience model association.
1337
+ */
1338
+ collaborationArn: CollaborationArn;
1339
+ /**
1340
+ * A unique identifier of the collaboration that configured audience model is associated with.
1341
+ */
1342
+ collaborationId: UUID;
1343
+ /**
1344
+ * The time at which the configured audience model association was created.
1345
+ */
1346
+ createTime: Timestamp;
1347
+ /**
1348
+ * The most recent time at which the configured audience model association was updated.
1349
+ */
1350
+ updateTime: Timestamp;
1351
+ /**
1352
+ * A unique identifier of the configured audience model association.
1353
+ */
1354
+ id: UUID;
1355
+ /**
1356
+ * The Amazon Resource Name (ARN) of the configured audience model association.
1357
+ */
1358
+ arn: ConfiguredAudienceModelAssociationArn;
1359
+ /**
1360
+ * The name of the configured audience model association.
1361
+ */
1362
+ name: ConfiguredAudienceModelAssociationName;
1363
+ /**
1364
+ * The Amazon Resource Name (ARN) of the configured audience model that was used for this configured audience model association.
1365
+ */
1366
+ configuredAudienceModelArn: ConfiguredAudienceModelArn;
1367
+ /**
1368
+ * The description of the configured audience model association.
1369
+ */
1370
+ description?: ResourceDescription;
1371
+ }
1372
+ export type ConfiguredAudienceModelAssociationSummaryList = ConfiguredAudienceModelAssociationSummary[];
1373
+ export interface ConfiguredTable {
1374
+ /**
1375
+ * The unique ID for the configured table.
1376
+ */
1377
+ id: UUID;
1378
+ /**
1379
+ * The unique ARN for the configured table.
1380
+ */
1381
+ arn: ConfiguredTableArn;
1382
+ /**
1383
+ * A name for the configured table.
1384
+ */
1385
+ name: DisplayName;
1386
+ /**
1387
+ * A description for the configured table.
1388
+ */
1389
+ description?: TableDescription;
1390
+ /**
1391
+ * The Glue table that this configured table represents.
1392
+ */
1393
+ tableReference: TableReference;
1394
+ /**
1395
+ * The time the configured table was created.
1396
+ */
1397
+ createTime: Timestamp;
1398
+ /**
1399
+ * The time the configured table was last updated
1400
+ */
1401
+ updateTime: Timestamp;
1402
+ /**
1403
+ * The types of analysis rules associated with this configured table. Currently, only one analysis rule may be associated with a configured table.
1404
+ */
1405
+ analysisRuleTypes: ConfiguredTableAnalysisRuleTypeList;
1406
+ /**
1407
+ * The analysis method for the configured table. The only valid value is currently `DIRECT_QUERY`.
1408
+ */
1409
+ analysisMethod: AnalysisMethod;
1410
+ /**
1411
+ * The columns within the underlying Glue table that can be utilized within collaborations.
1412
+ */
1413
+ allowedColumns: AllowedColumnList;
1414
+ }
1415
+ export interface ConfiguredTableAnalysisRule {
1416
+ /**
1417
+ * The unique ID for the configured table.
1418
+ */
1419
+ configuredTableId: UUID;
1420
+ /**
1421
+ * The unique ARN for the configured table.
1422
+ */
1423
+ configuredTableArn: ConfiguredTableArn;
1424
+ /**
1425
+ * The policy that controls SQL query rules.
1426
+ */
1427
+ policy: ConfiguredTableAnalysisRulePolicy;
1428
+ /**
1429
+ * The type of configured table analysis rule.
1430
+ */
1431
+ type: ConfiguredTableAnalysisRuleType;
1432
+ /**
1433
+ * The time the configured table analysis rule was created.
1434
+ */
1435
+ createTime: Timestamp;
1436
+ /**
1437
+ * The time the configured table analysis rule was last updated.
1438
+ */
1439
+ updateTime: Timestamp;
1440
+ }
1441
+ export interface ConfiguredTableAnalysisRulePolicy {
1442
+ /**
1443
+ * Controls on the query specifications that can be run on a configured table.
1444
+ */
1445
+ v1?: ConfiguredTableAnalysisRulePolicyV1;
1446
+ }
1447
+ export interface ConfiguredTableAnalysisRulePolicyV1 {
1448
+ /**
1449
+ * Analysis rule type that enables only list queries on a configured table.
1450
+ */
1451
+ list?: AnalysisRuleList;
1452
+ /**
1453
+ * Analysis rule type that enables only aggregation queries on a configured table.
1454
+ */
1455
+ aggregation?: AnalysisRuleAggregation;
1456
+ custom?: AnalysisRuleCustom;
1457
+ }
1458
+ export type ConfiguredTableAnalysisRuleType = "AGGREGATION"|"LIST"|"CUSTOM"|string;
1459
+ export type ConfiguredTableAnalysisRuleTypeList = ConfiguredTableAnalysisRuleType[];
1460
+ export type ConfiguredTableArn = string;
1461
+ export interface ConfiguredTableAssociation {
1462
+ /**
1463
+ * The unique ARN for the configured table association.
1464
+ */
1465
+ arn: ConfiguredTableAssociationArn;
1466
+ /**
1467
+ * The unique ID for the configured table association.
1468
+ */
1469
+ id: UUID;
1470
+ /**
1471
+ * The unique ID for the configured table that the association refers to.
1472
+ */
1473
+ configuredTableId: UUID;
1474
+ /**
1475
+ * The unique ARN for the configured table that the association refers to.
1476
+ */
1477
+ configuredTableArn: ConfiguredTableArn;
1478
+ /**
1479
+ * The unique ID for the membership this configured table association belongs to.
1480
+ */
1481
+ membershipId: UUID;
1482
+ /**
1483
+ * The unique ARN for the membership this configured table association belongs to.
1484
+ */
1485
+ membershipArn: MembershipArn;
1486
+ /**
1487
+ * The service will assume this role to access catalog metadata and query the table.
1488
+ */
1489
+ roleArn: RoleArn;
1490
+ /**
1491
+ * The name of the configured table association, in lowercase. The table is identified by this name when running protected queries against the underlying data.
1492
+ */
1493
+ name: TableAlias;
1494
+ /**
1495
+ * A description of the configured table association.
1496
+ */
1497
+ description?: TableDescription;
1498
+ /**
1499
+ * The time the configured table association was created.
1500
+ */
1501
+ createTime: Timestamp;
1502
+ /**
1503
+ * The time the configured table association was last updated.
1504
+ */
1505
+ updateTime: Timestamp;
1506
+ }
1507
+ export type ConfiguredTableAssociationArn = string;
1508
+ export type ConfiguredTableAssociationIdentifier = string;
1509
+ export interface ConfiguredTableAssociationSummary {
1510
+ /**
1511
+ * The unique configured table ID that this configured table association refers to.
1512
+ */
1513
+ configuredTableId: UUID;
1514
+ /**
1515
+ * The unique ID for the membership that the configured table association belongs to.
1516
+ */
1517
+ membershipId: MembershipIdentifier;
1518
+ /**
1519
+ * The unique ARN for the membership that the configured table association belongs to.
1520
+ */
1521
+ membershipArn: MembershipArn;
1522
+ /**
1523
+ * The name of the configured table association. The table is identified by this name when running Protected Queries against the underlying data.
1524
+ */
1525
+ name: TableAlias;
1526
+ /**
1527
+ * The time the configured table association was created.
1528
+ */
1529
+ createTime: Timestamp;
1530
+ /**
1531
+ * The time the configured table association was last updated.
1532
+ */
1533
+ updateTime: Timestamp;
1534
+ /**
1535
+ * The unique ID for the configured table association.
1536
+ */
1537
+ id: UUID;
1538
+ /**
1539
+ * The unique ARN for the configured table association.
1540
+ */
1541
+ arn: ConfiguredTableAssociationArn;
1542
+ }
1543
+ export type ConfiguredTableAssociationSummaryList = ConfiguredTableAssociationSummary[];
1544
+ export type ConfiguredTableIdentifier = string;
1545
+ export interface ConfiguredTableSummary {
1546
+ /**
1547
+ * The unique ID of the configured table.
1548
+ */
1549
+ id: ConfiguredTableIdentifier;
1550
+ /**
1551
+ * The unique ARN of the configured table.
1552
+ */
1553
+ arn: ConfiguredTableArn;
1554
+ /**
1555
+ * The name of the configured table.
1556
+ */
1557
+ name: DisplayName;
1558
+ /**
1559
+ * The time the configured table was created.
1560
+ */
1561
+ createTime: Timestamp;
1562
+ /**
1563
+ * The time the configured table was last updated.
1564
+ */
1565
+ updateTime: Timestamp;
1566
+ /**
1567
+ * The types of analysis rules associated with this configured table.
1568
+ */
1569
+ analysisRuleTypes: ConfiguredTableAnalysisRuleTypeList;
1570
+ /**
1571
+ * The analysis method for the configured tables. The only valid value is currently `DIRECT_QUERY`.
1572
+ */
1573
+ analysisMethod: AnalysisMethod;
1132
1574
  }
1133
1575
  export type ConfiguredTableSummaryList = ConfiguredTableSummary[];
1134
1576
  export interface CreateAnalysisTemplateInput {
@@ -1211,6 +1653,38 @@ declare namespace CleanRooms {
1211
1653
  */
1212
1654
  collaboration: Collaboration;
1213
1655
  }
1656
+ export interface CreateConfiguredAudienceModelAssociationInput {
1657
+ /**
1658
+ * A unique identifier for one of your memberships for a collaboration. The configured audience model is associated to the collaboration that this membership belongs to. Accepts a membership ID.
1659
+ */
1660
+ membershipIdentifier: MembershipIdentifier;
1661
+ /**
1662
+ * A unique identifier for the configured audience model that you want to associate.
1663
+ */
1664
+ configuredAudienceModelArn: ConfiguredAudienceModelArn;
1665
+ /**
1666
+ * The name of the configured audience model association.
1667
+ */
1668
+ configuredAudienceModelAssociationName: ConfiguredAudienceModelAssociationName;
1669
+ /**
1670
+ * When TRUE, indicates that the resource policy for the configured audience model resource being associated is configured for Clean Rooms to manage permissions related to the given collaboration. When FALSE, indicates that the configured audience model resource owner will manage permissions related to the given collaboration. Setting this to TRUE requires you to have permissions to create, update, and delete the resource policy for the cleanrooms-ml resource when you call the DeleteConfiguredAudienceModelAssociation resource. In addition, if you are the collaboration creator and specify TRUE, you must have the same permissions when you call the DeleteMember and DeleteCollaboration APIs.
1671
+ */
1672
+ manageResourcePolicies: Boolean;
1673
+ /**
1674
+ * An optional label that you can assign to a resource when you create it. Each tag consists of a key and an optional value, both of which you define. When you use tagging, you can also use tag-based access control in IAM policies to control access to this resource.
1675
+ */
1676
+ tags?: TagMap;
1677
+ /**
1678
+ * A description of the configured audience model association.
1679
+ */
1680
+ description?: ResourceDescription;
1681
+ }
1682
+ export interface CreateConfiguredAudienceModelAssociationOutput {
1683
+ /**
1684
+ * Information about the configured audience model association.
1685
+ */
1686
+ configuredAudienceModelAssociation: ConfiguredAudienceModelAssociation;
1687
+ }
1214
1688
  export interface CreateConfiguredTableAnalysisRuleInput {
1215
1689
  /**
1216
1690
  * The identifier for the configured table to create the analysis rule for. Currently accepts the configured table ID.
@@ -1323,6 +1797,34 @@ declare namespace CleanRooms {
1323
1797
  */
1324
1798
  membership: Membership;
1325
1799
  }
1800
+ export interface CreatePrivacyBudgetTemplateInput {
1801
+ /**
1802
+ * A unique identifier for one of your memberships for a collaboration. The privacy budget template is created in the collaboration that this membership belongs to. Accepts a membership ID.
1803
+ */
1804
+ membershipIdentifier: MembershipIdentifier;
1805
+ /**
1806
+ * How often the privacy budget refreshes. If you plan to regularly bring new data into the collaboration, you can use CALENDAR_MONTH to automatically get a new privacy budget for the collaboration every calendar month. Choosing this option allows arbitrary amounts of information to be revealed about rows of the data when repeatedly queries across refreshes. Avoid choosing this if the same rows will be repeatedly queried between privacy budget refreshes.
1807
+ */
1808
+ autoRefresh: PrivacyBudgetTemplateAutoRefresh;
1809
+ /**
1810
+ * Specifies the type of the privacy budget template.
1811
+ */
1812
+ privacyBudgetType: PrivacyBudgetType;
1813
+ /**
1814
+ * Specifies your parameters for the privacy budget template.
1815
+ */
1816
+ parameters: PrivacyBudgetTemplateParametersInput;
1817
+ /**
1818
+ * An optional label that you can assign to a resource when you create it. Each tag consists of a key and an optional value, both of which you define. When you use tagging, you can also use tag-based access control in IAM policies to control access to this resource.
1819
+ */
1820
+ tags?: TagMap;
1821
+ }
1822
+ export interface CreatePrivacyBudgetTemplateOutput {
1823
+ /**
1824
+ * A summary of the elements in the privacy budget template.
1825
+ */
1826
+ privacyBudgetTemplate: PrivacyBudgetTemplate;
1827
+ }
1326
1828
  export interface DataEncryptionMetadata {
1327
1829
  /**
1328
1830
  * Indicates whether encrypted tables can contain cleartext data (TRUE) or are to cryptographically process every column (FALSE).
@@ -1361,6 +1863,18 @@ declare namespace CleanRooms {
1361
1863
  }
1362
1864
  export interface DeleteCollaborationOutput {
1363
1865
  }
1866
+ export interface DeleteConfiguredAudienceModelAssociationInput {
1867
+ /**
1868
+ * A unique identifier of the configured audience model association that you want to delete.
1869
+ */
1870
+ configuredAudienceModelAssociationIdentifier: ConfiguredAudienceModelAssociationIdentifier;
1871
+ /**
1872
+ * A unique identifier of the membership that contains the audience model association that you want to delete.
1873
+ */
1874
+ membershipIdentifier: MembershipIdentifier;
1875
+ }
1876
+ export interface DeleteConfiguredAudienceModelAssociationOutput {
1877
+ }
1364
1878
  export interface DeleteConfiguredTableAnalysisRuleInput {
1365
1879
  /**
1366
1880
  * The unique identifier for the configured table that the analysis rule applies to. Currently accepts the configured table ID.
@@ -1413,8 +1927,152 @@ declare namespace CleanRooms {
1413
1927
  }
1414
1928
  export interface DeleteMembershipOutput {
1415
1929
  }
1930
+ export interface DeletePrivacyBudgetTemplateInput {
1931
+ /**
1932
+ * A unique identifier for one of your memberships for a collaboration. The privacy budget template is deleted from the collaboration that this membership belongs to. Accepts a membership ID.
1933
+ */
1934
+ membershipIdentifier: MembershipIdentifier;
1935
+ /**
1936
+ * A unique identifier for your privacy budget template.
1937
+ */
1938
+ privacyBudgetTemplateIdentifier: PrivacyBudgetTemplateIdentifier;
1939
+ }
1940
+ export interface DeletePrivacyBudgetTemplateOutput {
1941
+ }
1942
+ export type DifferentialPrivacyAggregationExpression = string;
1943
+ export type DifferentialPrivacyAggregationType = "AVG"|"COUNT"|"COUNT_DISTINCT"|"SUM"|"STDDEV"|string;
1944
+ export interface DifferentialPrivacyColumn {
1945
+ /**
1946
+ * The name of the column, such as user_id, that contains the unique identifier of your users, whose privacy you want to protect. If you want to turn on differential privacy for two or more tables in a collaboration, you must configure the same column as the user identifier column in both analysis rules.
1947
+ */
1948
+ name: String;
1949
+ }
1950
+ export type DifferentialPrivacyColumnList = DifferentialPrivacyColumn[];
1951
+ export interface DifferentialPrivacyConfiguration {
1952
+ /**
1953
+ * The name of the column (such as user_id) that contains the unique identifier of your users whose privacy you want to protect. If you want to turn on differential privacy for two or more tables in a collaboration, you must configure the same column as the user identifier column in both analysis rules.
1954
+ */
1955
+ columns: DifferentialPrivacyColumnList;
1956
+ }
1957
+ export interface DifferentialPrivacyParameters {
1958
+ /**
1959
+ * Provides the sensitivity parameters that you can use to better understand the total amount of noise in query results.
1960
+ */
1961
+ sensitivityParameters: DifferentialPrivacySensitivityParametersList;
1962
+ }
1963
+ export interface DifferentialPrivacyPreviewAggregation {
1964
+ /**
1965
+ * The type of aggregation function.
1966
+ */
1967
+ type: DifferentialPrivacyAggregationType;
1968
+ /**
1969
+ * The maximum number of aggregations that the member who can query can run given the epsilon and noise parameters.
1970
+ */
1971
+ maxCount: DifferentialPrivacyPreviewAggregationMaxCountInteger;
1972
+ }
1973
+ export type DifferentialPrivacyPreviewAggregationList = DifferentialPrivacyPreviewAggregation[];
1974
+ export type DifferentialPrivacyPreviewAggregationMaxCountInteger = number;
1975
+ export interface DifferentialPrivacyPreviewParametersInput {
1976
+ /**
1977
+ * The epsilon value that you want to preview.
1978
+ */
1979
+ epsilon: Epsilon;
1980
+ /**
1981
+ * Noise added per query is measured in terms of the number of users whose contributions you want to obscure. This value governs the rate at which the privacy budget is depleted.
1982
+ */
1983
+ usersNoisePerQuery: UsersNoisePerQuery;
1984
+ }
1985
+ export interface DifferentialPrivacyPrivacyBudget {
1986
+ /**
1987
+ * This information includes the configured epsilon value and the utility in terms of total aggregations, as well as the remaining aggregations.
1988
+ */
1989
+ aggregations: DifferentialPrivacyPrivacyBudgetAggregationList;
1990
+ /**
1991
+ * The epsilon value that you configured.
1992
+ */
1993
+ epsilon: Epsilon;
1994
+ }
1995
+ export interface DifferentialPrivacyPrivacyBudgetAggregation {
1996
+ /**
1997
+ * The different types of aggregation functions that you can perform.
1998
+ */
1999
+ type: DifferentialPrivacyAggregationType;
2000
+ /**
2001
+ * The maximum number of aggregation functions that you can perform with the given privacy budget.
2002
+ */
2003
+ maxCount: DifferentialPrivacyPrivacyBudgetAggregationMaxCountInteger;
2004
+ /**
2005
+ * The remaining number of aggregation functions that can be run with the available privacy budget.
2006
+ */
2007
+ remainingCount: DifferentialPrivacyPrivacyBudgetAggregationRemainingCountInteger;
2008
+ }
2009
+ export type DifferentialPrivacyPrivacyBudgetAggregationList = DifferentialPrivacyPrivacyBudgetAggregation[];
2010
+ export type DifferentialPrivacyPrivacyBudgetAggregationMaxCountInteger = number;
2011
+ export type DifferentialPrivacyPrivacyBudgetAggregationRemainingCountInteger = number;
2012
+ export interface DifferentialPrivacyPrivacyImpact {
2013
+ /**
2014
+ * The number of aggregation functions that you can perform.
2015
+ */
2016
+ aggregations: DifferentialPrivacyPreviewAggregationList;
2017
+ }
2018
+ export interface DifferentialPrivacySensitivityParameters {
2019
+ /**
2020
+ * The type of aggregation function that was run.
2021
+ */
2022
+ aggregationType: DifferentialPrivacyAggregationType;
2023
+ /**
2024
+ * The aggregation expression that was run.
2025
+ */
2026
+ aggregationExpression: DifferentialPrivacyAggregationExpression;
2027
+ /**
2028
+ * The maximum number of rows contributed by a user in a SQL query.
2029
+ */
2030
+ userContributionLimit: DifferentialPrivacySensitivityParametersUserContributionLimitInteger;
2031
+ /**
2032
+ * The lower bound of the aggregation expression.
2033
+ */
2034
+ minColumnValue?: Float;
2035
+ /**
2036
+ * The upper bound of the aggregation expression.
2037
+ */
2038
+ maxColumnValue?: Float;
2039
+ }
2040
+ export type DifferentialPrivacySensitivityParametersList = DifferentialPrivacySensitivityParameters[];
2041
+ export type DifferentialPrivacySensitivityParametersUserContributionLimitInteger = number;
2042
+ export interface DifferentialPrivacyTemplateParametersInput {
2043
+ /**
2044
+ * The epsilon value that you want to use.
2045
+ */
2046
+ epsilon: Epsilon;
2047
+ /**
2048
+ * Noise added per query is measured in terms of the number of users whose contributions you want to obscure. This value governs the rate at which the privacy budget is depleted.
2049
+ */
2050
+ usersNoisePerQuery: UsersNoisePerQuery;
2051
+ }
2052
+ export interface DifferentialPrivacyTemplateParametersOutput {
2053
+ /**
2054
+ * The epsilon value that you specified.
2055
+ */
2056
+ epsilon: Epsilon;
2057
+ /**
2058
+ * Noise added per query is measured in terms of the number of users whose contributions you want to obscure. This value governs the rate at which the privacy budget is depleted.
2059
+ */
2060
+ usersNoisePerQuery: UsersNoisePerQuery;
2061
+ }
2062
+ export interface DifferentialPrivacyTemplateUpdateParameters {
2063
+ /**
2064
+ * The updated epsilon value that you want to use.
2065
+ */
2066
+ epsilon?: Epsilon;
2067
+ /**
2068
+ * The updated value of noise added per query. It is measured in terms of the number of users whose contributions you want to obscure. This value governs the rate at which the privacy budget is depleted.
2069
+ */
2070
+ usersNoisePerQuery?: UsersNoisePerQuery;
2071
+ }
1416
2072
  export type DisplayName = string;
2073
+ export type Epsilon = number;
1417
2074
  export type FilterableMemberStatus = "INVITED"|"ACTIVE"|string;
2075
+ export type Float = number;
1418
2076
  export interface GetAnalysisTemplateInput {
1419
2077
  /**
1420
2078
  * The identifier for a membership resource.
@@ -1447,6 +2105,22 @@ declare namespace CleanRooms {
1447
2105
  */
1448
2106
  collaborationAnalysisTemplate: CollaborationAnalysisTemplate;
1449
2107
  }
2108
+ export interface GetCollaborationConfiguredAudienceModelAssociationInput {
2109
+ /**
2110
+ * A unique identifier for the collaboration that the configured audience model association belongs to. Accepts a collaboration ID.
2111
+ */
2112
+ collaborationIdentifier: CollaborationIdentifier;
2113
+ /**
2114
+ * A unique identifier for the configured audience model association that you want to retrieve.
2115
+ */
2116
+ configuredAudienceModelAssociationIdentifier: ConfiguredAudienceModelAssociationIdentifier;
2117
+ }
2118
+ export interface GetCollaborationConfiguredAudienceModelAssociationOutput {
2119
+ /**
2120
+ * The metadata of the configured audience model association.
2121
+ */
2122
+ collaborationConfiguredAudienceModelAssociation: CollaborationConfiguredAudienceModelAssociation;
2123
+ }
1450
2124
  export interface GetCollaborationInput {
1451
2125
  /**
1452
2126
  * The identifier for the collaboration.
@@ -1459,6 +2133,38 @@ declare namespace CleanRooms {
1459
2133
  */
1460
2134
  collaboration: Collaboration;
1461
2135
  }
2136
+ export interface GetCollaborationPrivacyBudgetTemplateInput {
2137
+ /**
2138
+ * A unique identifier for one of your collaborations.
2139
+ */
2140
+ collaborationIdentifier: CollaborationIdentifier;
2141
+ /**
2142
+ * A unique identifier for one of your privacy budget templates.
2143
+ */
2144
+ privacyBudgetTemplateIdentifier: PrivacyBudgetTemplateIdentifier;
2145
+ }
2146
+ export interface GetCollaborationPrivacyBudgetTemplateOutput {
2147
+ /**
2148
+ * Returns the details of the privacy budget template that you requested.
2149
+ */
2150
+ collaborationPrivacyBudgetTemplate: CollaborationPrivacyBudgetTemplate;
2151
+ }
2152
+ export interface GetConfiguredAudienceModelAssociationInput {
2153
+ /**
2154
+ * A unique identifier for the configured audience model association that you want to retrieve.
2155
+ */
2156
+ configuredAudienceModelAssociationIdentifier: ConfiguredAudienceModelAssociationIdentifier;
2157
+ /**
2158
+ * A unique identifier for the membership that contains the configured audience model association that you want to retrieve.
2159
+ */
2160
+ membershipIdentifier: MembershipIdentifier;
2161
+ }
2162
+ export interface GetConfiguredAudienceModelAssociationOutput {
2163
+ /**
2164
+ * Information about the configured audience model association that you requested.
2165
+ */
2166
+ configuredAudienceModelAssociation: ConfiguredAudienceModelAssociation;
2167
+ }
1462
2168
  export interface GetConfiguredTableAnalysisRuleInput {
1463
2169
  /**
1464
2170
  * The unique identifier for the configured table to retrieve. Currently accepts the configured table ID.
@@ -1515,6 +2221,22 @@ declare namespace CleanRooms {
1515
2221
  */
1516
2222
  membership: Membership;
1517
2223
  }
2224
+ export interface GetPrivacyBudgetTemplateInput {
2225
+ /**
2226
+ * A unique identifier for one of your memberships for a collaboration. The privacy budget template is retrieved from the collaboration that this membership belongs to. Accepts a membership ID.
2227
+ */
2228
+ membershipIdentifier: MembershipIdentifier;
2229
+ /**
2230
+ * A unique identifier for your privacy budget template.
2231
+ */
2232
+ privacyBudgetTemplateIdentifier: PrivacyBudgetTemplateIdentifier;
2233
+ }
2234
+ export interface GetPrivacyBudgetTemplateOutput {
2235
+ /**
2236
+ * Returns the details of the privacy budget template that you requested.
2237
+ */
2238
+ privacyBudgetTemplate: PrivacyBudgetTemplate;
2239
+ }
1518
2240
  export interface GetProtectedQueryInput {
1519
2241
  /**
1520
2242
  * The identifier for a membership in a protected query instance.
@@ -1547,89 +2269,165 @@ declare namespace CleanRooms {
1547
2269
  }
1548
2270
  export interface GetSchemaAnalysisRuleOutput {
1549
2271
  /**
1550
- * A specification about how data from the configured table can be used.
2272
+ * A specification about how data from the configured table can be used.
2273
+ */
2274
+ analysisRule: AnalysisRule;
2275
+ }
2276
+ export interface GetSchemaInput {
2277
+ /**
2278
+ * A unique identifier for the collaboration that the schema belongs to. Currently accepts a collaboration ID.
2279
+ */
2280
+ collaborationIdentifier: CollaborationIdentifier;
2281
+ /**
2282
+ * The name of the relation to retrieve the schema for.
2283
+ */
2284
+ name: TableAlias;
2285
+ }
2286
+ export interface GetSchemaOutput {
2287
+ /**
2288
+ * The entire schema object.
2289
+ */
2290
+ schema: Schema;
2291
+ }
2292
+ export type GlueDatabaseName = string;
2293
+ export type GlueTableName = string;
2294
+ export interface GlueTableReference {
2295
+ /**
2296
+ * The name of the Glue table.
2297
+ */
2298
+ tableName: GlueTableName;
2299
+ /**
2300
+ * The name of the database the Glue table belongs to.
2301
+ */
2302
+ databaseName: GlueDatabaseName;
2303
+ }
2304
+ export type JoinOperator = "OR"|"AND"|string;
2305
+ export type JoinOperatorsList = JoinOperator[];
2306
+ export type JoinRequiredOption = "QUERY_RUNNER"|string;
2307
+ export type KeyPrefix = string;
2308
+ export interface ListAnalysisTemplatesInput {
2309
+ /**
2310
+ * The identifier for a membership resource.
2311
+ */
2312
+ membershipIdentifier: MembershipIdentifier;
2313
+ /**
2314
+ * The token value retrieved from a previous call to access the next page of results.
2315
+ */
2316
+ nextToken?: PaginationToken;
2317
+ /**
2318
+ * The maximum size of the results that is returned per call.
2319
+ */
2320
+ maxResults?: MaxResults;
2321
+ }
2322
+ export interface ListAnalysisTemplatesOutput {
2323
+ /**
2324
+ * The token value retrieved from a previous call to access the next page of results.
2325
+ */
2326
+ nextToken?: PaginationToken;
2327
+ /**
2328
+ * Lists analysis template metadata.
2329
+ */
2330
+ analysisTemplateSummaries: AnalysisTemplateSummaryList;
2331
+ }
2332
+ export interface ListCollaborationAnalysisTemplatesInput {
2333
+ /**
2334
+ * A unique identifier for the collaboration that the analysis templates belong to. Currently accepts collaboration ID.
2335
+ */
2336
+ collaborationIdentifier: CollaborationIdentifier;
2337
+ /**
2338
+ * The token value retrieved from a previous call to access the next page of results.
2339
+ */
2340
+ nextToken?: PaginationToken;
2341
+ /**
2342
+ * The maximum size of the results that is returned per call.
2343
+ */
2344
+ maxResults?: MaxResults;
2345
+ }
2346
+ export interface ListCollaborationAnalysisTemplatesOutput {
2347
+ /**
2348
+ * The token value retrieved from a previous call to access the next page of results.
2349
+ */
2350
+ nextToken?: PaginationToken;
2351
+ /**
2352
+ * The metadata of the analysis template within a collaboration.
1551
2353
  */
1552
- analysisRule: AnalysisRule;
2354
+ collaborationAnalysisTemplateSummaries: CollaborationAnalysisTemplateSummaryList;
1553
2355
  }
1554
- export interface GetSchemaInput {
2356
+ export interface ListCollaborationConfiguredAudienceModelAssociationsInput {
1555
2357
  /**
1556
- * A unique identifier for the collaboration that the schema belongs to. Currently accepts a collaboration ID.
2358
+ * A unique identifier for the collaboration that the configured audience model association belongs to. Accepts a collaboration ID.
1557
2359
  */
1558
2360
  collaborationIdentifier: CollaborationIdentifier;
1559
2361
  /**
1560
- * The name of the relation to retrieve the schema for.
2362
+ * The token value retrieved from a previous call to access the next page of results.
1561
2363
  */
1562
- name: TableAlias;
1563
- }
1564
- export interface GetSchemaOutput {
2364
+ nextToken?: PaginationToken;
1565
2365
  /**
1566
- * The entire schema object.
2366
+ * The maximum size of the results that is returned per call.
1567
2367
  */
1568
- schema: Schema;
2368
+ maxResults?: MaxResults;
1569
2369
  }
1570
- export type GlueDatabaseName = string;
1571
- export type GlueTableName = string;
1572
- export interface GlueTableReference {
2370
+ export interface ListCollaborationConfiguredAudienceModelAssociationsOutput {
1573
2371
  /**
1574
- * The name of the Glue table.
2372
+ * The metadata of the configured audience model association within a collaboration.
1575
2373
  */
1576
- tableName: GlueTableName;
2374
+ collaborationConfiguredAudienceModelAssociationSummaries: CollaborationConfiguredAudienceModelAssociationSummaryList;
1577
2375
  /**
1578
- * The name of the database the Glue table belongs to.
2376
+ * The token value retrieved from a previous call to access the next page of results.
1579
2377
  */
1580
- databaseName: GlueDatabaseName;
2378
+ nextToken?: PaginationToken;
1581
2379
  }
1582
- export type JoinOperator = "OR"|"AND"|string;
1583
- export type JoinOperatorsList = JoinOperator[];
1584
- export type JoinRequiredOption = "QUERY_RUNNER"|string;
1585
- export type KeyPrefix = string;
1586
- export interface ListAnalysisTemplatesInput {
2380
+ export interface ListCollaborationPrivacyBudgetTemplatesInput {
1587
2381
  /**
1588
- * The identifier for a membership resource.
2382
+ * A unique identifier for one of your collaborations.
1589
2383
  */
1590
- membershipIdentifier: MembershipIdentifier;
2384
+ collaborationIdentifier: CollaborationIdentifier;
1591
2385
  /**
1592
2386
  * The token value retrieved from a previous call to access the next page of results.
1593
2387
  */
1594
2388
  nextToken?: PaginationToken;
1595
2389
  /**
1596
- * The maximum size of the results that is returned per call.
2390
+ * The maximum size of the results that is returned per call. Service chooses a default if it has not been set. Service may return a nextToken even if the maximum results has not been met.
1597
2391
  */
1598
2392
  maxResults?: MaxResults;
1599
2393
  }
1600
- export interface ListAnalysisTemplatesOutput {
2394
+ export interface ListCollaborationPrivacyBudgetTemplatesOutput {
1601
2395
  /**
1602
2396
  * The token value retrieved from a previous call to access the next page of results.
1603
2397
  */
1604
2398
  nextToken?: PaginationToken;
1605
2399
  /**
1606
- * Lists analysis template metadata.
2400
+ * An array that summarizes the collaboration privacy budget templates. The summary includes collaboration information, creation information, the privacy budget type.
1607
2401
  */
1608
- analysisTemplateSummaries: AnalysisTemplateSummaryList;
2402
+ collaborationPrivacyBudgetTemplateSummaries: CollaborationPrivacyBudgetTemplateSummaryList;
1609
2403
  }
1610
- export interface ListCollaborationAnalysisTemplatesInput {
2404
+ export interface ListCollaborationPrivacyBudgetsInput {
1611
2405
  /**
1612
- * A unique identifier for the collaboration that the analysis templates belong to. Currently accepts collaboration ID.
2406
+ * A unique identifier for one of your collaborations.
1613
2407
  */
1614
2408
  collaborationIdentifier: CollaborationIdentifier;
1615
2409
  /**
1616
- * The token value retrieved from a previous call to access the next page of results.
2410
+ * Specifies the type of the privacy budget.
1617
2411
  */
1618
- nextToken?: PaginationToken;
2412
+ privacyBudgetType: PrivacyBudgetType;
1619
2413
  /**
1620
- * The maximum size of the results that is returned per call.
2414
+ * The maximum size of the results that is returned per call. Service chooses a default if it has not been set. Service may return a nextToken even if the maximum results has not been met.
1621
2415
  */
1622
2416
  maxResults?: MaxResults;
1623
- }
1624
- export interface ListCollaborationAnalysisTemplatesOutput {
1625
2417
  /**
1626
2418
  * The token value retrieved from a previous call to access the next page of results.
1627
2419
  */
1628
2420
  nextToken?: PaginationToken;
2421
+ }
2422
+ export interface ListCollaborationPrivacyBudgetsOutput {
1629
2423
  /**
1630
- * The metadata of the analysis template within a collaboration.
2424
+ * Summaries of the collaboration privacy budgets.
1631
2425
  */
1632
- collaborationAnalysisTemplateSummaries: CollaborationAnalysisTemplateSummaryList;
2426
+ collaborationPrivacyBudgetSummaries: CollaborationPrivacyBudgetSummaryList;
2427
+ /**
2428
+ * The token value retrieved from a previous call to access the next page of results.
2429
+ */
2430
+ nextToken?: PaginationToken;
1633
2431
  }
1634
2432
  export interface ListCollaborationsInput {
1635
2433
  /**
@@ -1655,6 +2453,30 @@ declare namespace CleanRooms {
1655
2453
  */
1656
2454
  collaborationList: CollaborationSummaryList;
1657
2455
  }
2456
+ export interface ListConfiguredAudienceModelAssociationsInput {
2457
+ /**
2458
+ * A unique identifier for a membership that contains the configured audience model associations that you want to retrieve.
2459
+ */
2460
+ membershipIdentifier: MembershipIdentifier;
2461
+ /**
2462
+ * The token value retrieved from a previous call to access the next page of results.
2463
+ */
2464
+ nextToken?: PaginationToken;
2465
+ /**
2466
+ * The maximum size of the results that is returned per call. Service chooses a default if it has not been set. Service may return a nextToken even if the maximum results has not been met.
2467
+ */
2468
+ maxResults?: MaxResults;
2469
+ }
2470
+ export interface ListConfiguredAudienceModelAssociationsOutput {
2471
+ /**
2472
+ * Summaries of the configured audience model associations that you requested.
2473
+ */
2474
+ configuredAudienceModelAssociationSummaries: ConfiguredAudienceModelAssociationSummaryList;
2475
+ /**
2476
+ * The token value provided to access the next page of results.
2477
+ */
2478
+ nextToken?: PaginationToken;
2479
+ }
1658
2480
  export interface ListConfiguredTableAssociationsInput {
1659
2481
  /**
1660
2482
  * A unique identifier for the membership to list configured table associations for. Currently accepts the membership ID.
@@ -1747,6 +2569,58 @@ declare namespace CleanRooms {
1747
2569
  */
1748
2570
  membershipSummaries: MembershipSummaryList;
1749
2571
  }
2572
+ export interface ListPrivacyBudgetTemplatesInput {
2573
+ /**
2574
+ * A unique identifier for one of your memberships for a collaboration. The privacy budget templates are retrieved from the collaboration that this membership belongs to. Accepts a membership ID.
2575
+ */
2576
+ membershipIdentifier: MembershipIdentifier;
2577
+ /**
2578
+ * The token value retrieved from a previous call to access the next page of results.
2579
+ */
2580
+ nextToken?: PaginationToken;
2581
+ /**
2582
+ * The maximum size of the results that is returned per call. Service chooses a default if it has not been set. Service may return a nextToken even if the maximum results has not been met.
2583
+ */
2584
+ maxResults?: MaxResults;
2585
+ }
2586
+ export interface ListPrivacyBudgetTemplatesOutput {
2587
+ /**
2588
+ * The token value retrieved from a previous call to access the next page of results.
2589
+ */
2590
+ nextToken?: PaginationToken;
2591
+ /**
2592
+ * An array that summarizes the privacy budget templates. The summary includes collaboration information, creation information, and privacy budget type.
2593
+ */
2594
+ privacyBudgetTemplateSummaries: PrivacyBudgetTemplateSummaryList;
2595
+ }
2596
+ export interface ListPrivacyBudgetsInput {
2597
+ /**
2598
+ * A unique identifier for one of your memberships for a collaboration. The privacy budget is retrieved from the collaboration that this membership belongs to. Accepts a membership ID.
2599
+ */
2600
+ membershipIdentifier: MembershipIdentifier;
2601
+ /**
2602
+ * The privacy budget type.
2603
+ */
2604
+ privacyBudgetType: PrivacyBudgetType;
2605
+ /**
2606
+ * The token value retrieved from a previous call to access the next page of results.
2607
+ */
2608
+ nextToken?: PaginationToken;
2609
+ /**
2610
+ * The maximum size of the results that is returned per call. Service chooses a default if it has not been set. Service may return a nextToken even if the maximum results has not been met.
2611
+ */
2612
+ maxResults?: MaxResults;
2613
+ }
2614
+ export interface ListPrivacyBudgetsOutput {
2615
+ /**
2616
+ * An array that summarizes the privacy budgets. The summary includes collaboration information, membership information, privacy budget template information, and privacy budget details.
2617
+ */
2618
+ privacyBudgetSummaries: PrivacyBudgetSummaryList;
2619
+ /**
2620
+ * The token value retrieved from a previous call to access the next page of results.
2621
+ */
2622
+ nextToken?: PaginationToken;
2623
+ }
1750
2624
  export interface ListProtectedQueriesInput {
1751
2625
  /**
1752
2626
  * The identifier for the membership in the collaboration.
@@ -2027,6 +2901,194 @@ declare namespace CleanRooms {
2027
2901
  */
2028
2902
  queryCompute: QueryComputePaymentConfig;
2029
2903
  }
2904
+ export interface PreviewPrivacyImpactInput {
2905
+ /**
2906
+ * A unique identifier for one of your memberships for a collaboration. Accepts a membership ID.
2907
+ */
2908
+ membershipIdentifier: MembershipIdentifier;
2909
+ /**
2910
+ * Specifies the desired epsilon and noise parameters to preview.
2911
+ */
2912
+ parameters: PreviewPrivacyImpactParametersInput;
2913
+ }
2914
+ export interface PreviewPrivacyImpactOutput {
2915
+ /**
2916
+ * An estimate of the number of aggregation functions that the member who can query can run given the epsilon and noise parameters. This does not change the privacy budget.
2917
+ */
2918
+ privacyImpact: PrivacyImpact;
2919
+ }
2920
+ export interface PreviewPrivacyImpactParametersInput {
2921
+ /**
2922
+ * An array that specifies the epsilon and noise parameters.
2923
+ */
2924
+ differentialPrivacy?: DifferentialPrivacyPreviewParametersInput;
2925
+ }
2926
+ export interface PrivacyBudget {
2927
+ /**
2928
+ * An object that specifies the epsilon parameter and the utility in terms of total aggregations, as well as the remaining aggregations available.
2929
+ */
2930
+ differentialPrivacy?: DifferentialPrivacyPrivacyBudget;
2931
+ }
2932
+ export interface PrivacyBudgetSummary {
2933
+ /**
2934
+ * The unique identifier of the privacy budget.
2935
+ */
2936
+ id: UUID;
2937
+ /**
2938
+ * The unique identifier of the privacy budget template.
2939
+ */
2940
+ privacyBudgetTemplateId: PrivacyBudgetTemplateIdentifier;
2941
+ /**
2942
+ * The ARN of the privacy budget template.
2943
+ */
2944
+ privacyBudgetTemplateArn: PrivacyBudgetTemplateArn;
2945
+ /**
2946
+ * The identifier for a membership resource.
2947
+ */
2948
+ membershipId: MembershipIdentifier;
2949
+ /**
2950
+ * The Amazon Resource Name (ARN) of the member who created the privacy budget summary.
2951
+ */
2952
+ membershipArn: MembershipArn;
2953
+ /**
2954
+ * The unique identifier of the collaboration that contains this privacy budget.
2955
+ */
2956
+ collaborationId: UUID;
2957
+ /**
2958
+ * The ARN of the collaboration that contains this privacy budget.
2959
+ */
2960
+ collaborationArn: CollaborationArn;
2961
+ /**
2962
+ * Specifies the type of the privacy budget.
2963
+ */
2964
+ type: PrivacyBudgetType;
2965
+ /**
2966
+ * The time at which the privacy budget was created.
2967
+ */
2968
+ createTime: Timestamp;
2969
+ /**
2970
+ * The most recent time at which the privacy budget was updated.
2971
+ */
2972
+ updateTime: Timestamp;
2973
+ /**
2974
+ * The provided privacy budget.
2975
+ */
2976
+ budget: PrivacyBudget;
2977
+ }
2978
+ export type PrivacyBudgetSummaryList = PrivacyBudgetSummary[];
2979
+ export interface PrivacyBudgetTemplate {
2980
+ /**
2981
+ * The unique identifier of the privacy budget template.
2982
+ */
2983
+ id: PrivacyBudgetTemplateIdentifier;
2984
+ /**
2985
+ * The ARN of the privacy budget template.
2986
+ */
2987
+ arn: PrivacyBudgetTemplateArn;
2988
+ /**
2989
+ * The identifier for a membership resource.
2990
+ */
2991
+ membershipId: UUID;
2992
+ /**
2993
+ * The Amazon Resource Name (ARN) of the member who created the privacy budget template.
2994
+ */
2995
+ membershipArn: MembershipArn;
2996
+ /**
2997
+ * The unique ID of the collaboration that contains this privacy budget template.
2998
+ */
2999
+ collaborationId: UUID;
3000
+ /**
3001
+ * The ARN of the collaboration that contains this privacy budget template.
3002
+ */
3003
+ collaborationArn: CollaborationArn;
3004
+ /**
3005
+ * The time at which the privacy budget template was created.
3006
+ */
3007
+ createTime: Timestamp;
3008
+ /**
3009
+ * The most recent time at which the privacy budget template was updated.
3010
+ */
3011
+ updateTime: Timestamp;
3012
+ /**
3013
+ * Specifies the type of the privacy budget template.
3014
+ */
3015
+ privacyBudgetType: PrivacyBudgetType;
3016
+ /**
3017
+ * How often the privacy budget refreshes. If you plan to regularly bring new data into the collaboration, use CALENDAR_MONTH to automatically get a new privacy budget for the collaboration every calendar month. Choosing this option allows arbitrary amounts of information to be revealed about rows of the data when repeatedly queried across refreshes. Avoid choosing this if the same rows will be repeatedly queried between privacy budget refreshes.
3018
+ */
3019
+ autoRefresh: PrivacyBudgetTemplateAutoRefresh;
3020
+ /**
3021
+ * Specifies the epislon and noise parameters for the privacy budget template.
3022
+ */
3023
+ parameters: PrivacyBudgetTemplateParametersOutput;
3024
+ }
3025
+ export type PrivacyBudgetTemplateArn = string;
3026
+ export type PrivacyBudgetTemplateAutoRefresh = "CALENDAR_MONTH"|"NONE"|string;
3027
+ export type PrivacyBudgetTemplateIdentifier = string;
3028
+ export interface PrivacyBudgetTemplateParametersInput {
3029
+ /**
3030
+ * An object that specifies the epsilon and noise parameters.
3031
+ */
3032
+ differentialPrivacy?: DifferentialPrivacyTemplateParametersInput;
3033
+ }
3034
+ export interface PrivacyBudgetTemplateParametersOutput {
3035
+ /**
3036
+ * The epsilon and noise parameters.
3037
+ */
3038
+ differentialPrivacy?: DifferentialPrivacyTemplateParametersOutput;
3039
+ }
3040
+ export interface PrivacyBudgetTemplateSummary {
3041
+ /**
3042
+ * The unique identifier of the privacy budget template.
3043
+ */
3044
+ id: PrivacyBudgetTemplateIdentifier;
3045
+ /**
3046
+ * The ARN of the privacy budget template.
3047
+ */
3048
+ arn: PrivacyBudgetTemplateArn;
3049
+ /**
3050
+ * The identifier for a membership resource.
3051
+ */
3052
+ membershipId: UUID;
3053
+ /**
3054
+ * The Amazon Resource Name (ARN) of the member who created the privacy budget template.
3055
+ */
3056
+ membershipArn: MembershipArn;
3057
+ /**
3058
+ * The unique ID of the collaboration that contains this privacy budget template.
3059
+ */
3060
+ collaborationId: UUID;
3061
+ /**
3062
+ * The ARN of the collaboration that contains this privacy budget template.
3063
+ */
3064
+ collaborationArn: CollaborationArn;
3065
+ /**
3066
+ * The type of the privacy budget template.
3067
+ */
3068
+ privacyBudgetType: PrivacyBudgetType;
3069
+ /**
3070
+ * The time at which the privacy budget template was created.
3071
+ */
3072
+ createTime: Timestamp;
3073
+ /**
3074
+ * The most recent time at which the privacy budget template was updated.
3075
+ */
3076
+ updateTime: Timestamp;
3077
+ }
3078
+ export type PrivacyBudgetTemplateSummaryList = PrivacyBudgetTemplateSummary[];
3079
+ export interface PrivacyBudgetTemplateUpdateParameters {
3080
+ /**
3081
+ * An object that specifies the new values for the epsilon and noise parameters.
3082
+ */
3083
+ differentialPrivacy?: DifferentialPrivacyTemplateUpdateParameters;
3084
+ }
3085
+ export type PrivacyBudgetType = "DIFFERENTIAL_PRIVACY"|string;
3086
+ export interface PrivacyImpact {
3087
+ /**
3088
+ * An object that lists the number and type of aggregation functions you can perform.
3089
+ */
3090
+ differentialPrivacy?: DifferentialPrivacyPrivacyImpact;
3091
+ }
2030
3092
  export interface ProtectedQuery {
2031
3093
  /**
2032
3094
  * The identifier for a protected query instance.
@@ -2068,6 +3130,10 @@ declare namespace CleanRooms {
2068
3130
  * An error thrown by the protected query.
2069
3131
  */
2070
3132
  error?: ProtectedQueryError;
3133
+ /**
3134
+ * The sensitivity parameters of the differential privacy results of the protected query.
3135
+ */
3136
+ differentialPrivacy?: DifferentialPrivacyParameters;
2071
3137
  }
2072
3138
  export interface ProtectedQueryError {
2073
3139
  /**
@@ -2391,6 +3457,30 @@ declare namespace CleanRooms {
2391
3457
  */
2392
3458
  collaboration: Collaboration;
2393
3459
  }
3460
+ export interface UpdateConfiguredAudienceModelAssociationInput {
3461
+ /**
3462
+ * A unique identifier for the configured audience model association that you want to update.
3463
+ */
3464
+ configuredAudienceModelAssociationIdentifier: ConfiguredAudienceModelAssociationIdentifier;
3465
+ /**
3466
+ * A unique identifier of the membership that contains the configured audience model association that you want to update.
3467
+ */
3468
+ membershipIdentifier: MembershipIdentifier;
3469
+ /**
3470
+ * A new description for the configured audience model association.
3471
+ */
3472
+ description?: ResourceDescription;
3473
+ /**
3474
+ * A new name for the configured audience model association.
3475
+ */
3476
+ name?: ConfiguredAudienceModelAssociationName;
3477
+ }
3478
+ export interface UpdateConfiguredAudienceModelAssociationOutput {
3479
+ /**
3480
+ * Details about the configured audience model association that you updated.
3481
+ */
3482
+ configuredAudienceModelAssociation: ConfiguredAudienceModelAssociation;
3483
+ }
2394
3484
  export interface UpdateConfiguredTableAnalysisRuleInput {
2395
3485
  /**
2396
3486
  * The unique identifier for the configured table that the analysis rule applies to. Currently accepts the configured table ID.
@@ -2472,6 +3562,30 @@ declare namespace CleanRooms {
2472
3562
  export interface UpdateMembershipOutput {
2473
3563
  membership: Membership;
2474
3564
  }
3565
+ export interface UpdatePrivacyBudgetTemplateInput {
3566
+ /**
3567
+ * A unique identifier for one of your memberships for a collaboration. The privacy budget template is updated in the collaboration that this membership belongs to. Accepts a membership ID.
3568
+ */
3569
+ membershipIdentifier: MembershipIdentifier;
3570
+ /**
3571
+ * A unique identifier for your privacy budget template that you want to update.
3572
+ */
3573
+ privacyBudgetTemplateIdentifier: PrivacyBudgetTemplateIdentifier;
3574
+ /**
3575
+ * Specifies the type of the privacy budget template.
3576
+ */
3577
+ privacyBudgetType: PrivacyBudgetType;
3578
+ /**
3579
+ * Specifies the epsilon and noise parameters for the privacy budget template.
3580
+ */
3581
+ parameters?: PrivacyBudgetTemplateUpdateParameters;
3582
+ }
3583
+ export interface UpdatePrivacyBudgetTemplateOutput {
3584
+ /**
3585
+ * Summary of the privacy budget template.
3586
+ */
3587
+ privacyBudgetTemplate: PrivacyBudgetTemplate;
3588
+ }
2475
3589
  export interface UpdateProtectedQueryInput {
2476
3590
  /**
2477
3591
  * The identifier for a member of a protected query instance.
@@ -2492,6 +3606,7 @@ declare namespace CleanRooms {
2492
3606
  */
2493
3607
  protectedQuery: ProtectedQuery;
2494
3608
  }
3609
+ export type UsersNoisePerQuery = number;
2495
3610
  /**
2496
3611
  * A string in YYYY-MM-DD format that represents the latest possible API version that can be used in this service. Specify 'latest' to use the latest possible version.
2497
3612
  */