@aws-sdk/client-cleanrooms 3.461.0 → 3.462.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (123) hide show
  1. package/README.md +136 -0
  2. package/dist-cjs/CleanRooms.js +34 -0
  3. package/dist-cjs/commands/CreateConfiguredAudienceModelAssociationCommand.js +51 -0
  4. package/dist-cjs/commands/CreatePrivacyBudgetTemplateCommand.js +51 -0
  5. package/dist-cjs/commands/DeleteConfiguredAudienceModelAssociationCommand.js +51 -0
  6. package/dist-cjs/commands/DeletePrivacyBudgetTemplateCommand.js +51 -0
  7. package/dist-cjs/commands/GetCollaborationConfiguredAudienceModelAssociationCommand.js +51 -0
  8. package/dist-cjs/commands/GetCollaborationPrivacyBudgetTemplateCommand.js +51 -0
  9. package/dist-cjs/commands/GetConfiguredAudienceModelAssociationCommand.js +51 -0
  10. package/dist-cjs/commands/GetPrivacyBudgetTemplateCommand.js +51 -0
  11. package/dist-cjs/commands/ListCollaborationConfiguredAudienceModelAssociationsCommand.js +51 -0
  12. package/dist-cjs/commands/ListCollaborationPrivacyBudgetTemplatesCommand.js +51 -0
  13. package/dist-cjs/commands/ListCollaborationPrivacyBudgetsCommand.js +51 -0
  14. package/dist-cjs/commands/ListConfiguredAudienceModelAssociationsCommand.js +51 -0
  15. package/dist-cjs/commands/ListPrivacyBudgetTemplatesCommand.js +51 -0
  16. package/dist-cjs/commands/ListPrivacyBudgetsCommand.js +51 -0
  17. package/dist-cjs/commands/PreviewPrivacyImpactCommand.js +51 -0
  18. package/dist-cjs/commands/UpdateConfiguredAudienceModelAssociationCommand.js +51 -0
  19. package/dist-cjs/commands/UpdatePrivacyBudgetTemplateCommand.js +51 -0
  20. package/dist-cjs/commands/index.js +17 -0
  21. package/dist-cjs/models/models_0.js +64 -2
  22. package/dist-cjs/pagination/ListCollaborationConfiguredAudienceModelAssociationsPaginator.js +29 -0
  23. package/dist-cjs/pagination/ListCollaborationPrivacyBudgetTemplatesPaginator.js +29 -0
  24. package/dist-cjs/pagination/ListCollaborationPrivacyBudgetsPaginator.js +29 -0
  25. package/dist-cjs/pagination/ListConfiguredAudienceModelAssociationsPaginator.js +29 -0
  26. package/dist-cjs/pagination/ListPrivacyBudgetTemplatesPaginator.js +29 -0
  27. package/dist-cjs/pagination/ListPrivacyBudgetsPaginator.js +29 -0
  28. package/dist-cjs/pagination/index.js +6 -0
  29. package/dist-cjs/protocols/Aws_restJson1.js +1513 -128
  30. package/dist-es/CleanRooms.js +34 -0
  31. package/dist-es/commands/CreateConfiguredAudienceModelAssociationCommand.js +47 -0
  32. package/dist-es/commands/CreatePrivacyBudgetTemplateCommand.js +47 -0
  33. package/dist-es/commands/DeleteConfiguredAudienceModelAssociationCommand.js +47 -0
  34. package/dist-es/commands/DeletePrivacyBudgetTemplateCommand.js +47 -0
  35. package/dist-es/commands/GetCollaborationConfiguredAudienceModelAssociationCommand.js +47 -0
  36. package/dist-es/commands/GetCollaborationPrivacyBudgetTemplateCommand.js +47 -0
  37. package/dist-es/commands/GetConfiguredAudienceModelAssociationCommand.js +47 -0
  38. package/dist-es/commands/GetPrivacyBudgetTemplateCommand.js +47 -0
  39. package/dist-es/commands/ListCollaborationConfiguredAudienceModelAssociationsCommand.js +47 -0
  40. package/dist-es/commands/ListCollaborationPrivacyBudgetTemplatesCommand.js +47 -0
  41. package/dist-es/commands/ListCollaborationPrivacyBudgetsCommand.js +47 -0
  42. package/dist-es/commands/ListConfiguredAudienceModelAssociationsCommand.js +47 -0
  43. package/dist-es/commands/ListPrivacyBudgetTemplatesCommand.js +47 -0
  44. package/dist-es/commands/ListPrivacyBudgetsCommand.js +47 -0
  45. package/dist-es/commands/PreviewPrivacyImpactCommand.js +47 -0
  46. package/dist-es/commands/UpdateConfiguredAudienceModelAssociationCommand.js +47 -0
  47. package/dist-es/commands/UpdatePrivacyBudgetTemplateCommand.js +47 -0
  48. package/dist-es/commands/index.js +17 -0
  49. package/dist-es/models/models_0.js +62 -0
  50. package/dist-es/pagination/ListCollaborationConfiguredAudienceModelAssociationsPaginator.js +25 -0
  51. package/dist-es/pagination/ListCollaborationPrivacyBudgetTemplatesPaginator.js +25 -0
  52. package/dist-es/pagination/ListCollaborationPrivacyBudgetsPaginator.js +25 -0
  53. package/dist-es/pagination/ListConfiguredAudienceModelAssociationsPaginator.js +25 -0
  54. package/dist-es/pagination/ListPrivacyBudgetTemplatesPaginator.js +25 -0
  55. package/dist-es/pagination/ListPrivacyBudgetsPaginator.js +25 -0
  56. package/dist-es/pagination/index.js +6 -0
  57. package/dist-es/protocols/Aws_restJson1.js +1541 -191
  58. package/dist-types/CleanRooms.d.ts +119 -0
  59. package/dist-types/CleanRoomsClient.d.ts +19 -2
  60. package/dist-types/commands/CreateConfiguredAudienceModelAssociationCommand.d.ts +114 -0
  61. package/dist-types/commands/CreateConfiguredTableAnalysisRuleCommand.d.ts +14 -0
  62. package/dist-types/commands/CreatePrivacyBudgetTemplateCommand.d.ts +119 -0
  63. package/dist-types/commands/DeleteConfiguredAudienceModelAssociationCommand.d.ts +87 -0
  64. package/dist-types/commands/DeletePrivacyBudgetTemplateCommand.d.ts +87 -0
  65. package/dist-types/commands/GetCollaborationConfiguredAudienceModelAssociationCommand.d.ts +100 -0
  66. package/dist-types/commands/GetCollaborationPrivacyBudgetTemplateCommand.d.ts +105 -0
  67. package/dist-types/commands/GetConfiguredAudienceModelAssociationCommand.d.ts +102 -0
  68. package/dist-types/commands/GetConfiguredTableAnalysisRuleCommand.d.ts +7 -0
  69. package/dist-types/commands/GetPrivacyBudgetTemplateCommand.d.ts +106 -0
  70. package/dist-types/commands/GetProtectedQueryCommand.d.ts +11 -0
  71. package/dist-types/commands/GetSchemaAnalysisRuleCommand.d.ts +7 -0
  72. package/dist-types/commands/ListCollaborationConfiguredAudienceModelAssociationsCommand.d.ts +103 -0
  73. package/dist-types/commands/ListCollaborationPrivacyBudgetTemplatesCommand.d.ts +102 -0
  74. package/dist-types/commands/ListCollaborationPrivacyBudgetsCommand.d.ts +116 -0
  75. package/dist-types/commands/ListConfiguredAudienceModelAssociationsCommand.d.ts +105 -0
  76. package/dist-types/commands/ListPrivacyBudgetTemplatesCommand.d.ts +103 -0
  77. package/dist-types/commands/ListPrivacyBudgetsCommand.d.ts +117 -0
  78. package/dist-types/commands/PreviewPrivacyImpactCommand.d.ts +103 -0
  79. package/dist-types/commands/StartProtectedQueryCommand.d.ts +11 -0
  80. package/dist-types/commands/UpdateConfiguredAudienceModelAssociationCommand.d.ts +104 -0
  81. package/dist-types/commands/UpdateConfiguredTableAnalysisRuleCommand.d.ts +14 -0
  82. package/dist-types/commands/UpdatePrivacyBudgetTemplateCommand.d.ts +116 -0
  83. package/dist-types/commands/UpdateProtectedQueryCommand.d.ts +11 -0
  84. package/dist-types/commands/index.d.ts +17 -0
  85. package/dist-types/models/models_0.d.ts +2605 -1044
  86. package/dist-types/pagination/ListCollaborationConfiguredAudienceModelAssociationsPaginator.d.ts +7 -0
  87. package/dist-types/pagination/ListCollaborationPrivacyBudgetTemplatesPaginator.d.ts +7 -0
  88. package/dist-types/pagination/ListCollaborationPrivacyBudgetsPaginator.d.ts +7 -0
  89. package/dist-types/pagination/ListConfiguredAudienceModelAssociationsPaginator.d.ts +7 -0
  90. package/dist-types/pagination/ListPrivacyBudgetTemplatesPaginator.d.ts +7 -0
  91. package/dist-types/pagination/ListPrivacyBudgetsPaginator.d.ts +7 -0
  92. package/dist-types/pagination/index.d.ts +6 -0
  93. package/dist-types/protocols/Aws_restJson1.d.ts +153 -0
  94. package/dist-types/ts3.4/CleanRooms.d.ts +343 -0
  95. package/dist-types/ts3.4/CleanRoomsClient.d.ts +102 -0
  96. package/dist-types/ts3.4/commands/CreateConfiguredAudienceModelAssociationCommand.d.ts +42 -0
  97. package/dist-types/ts3.4/commands/CreatePrivacyBudgetTemplateCommand.d.ts +42 -0
  98. package/dist-types/ts3.4/commands/DeleteConfiguredAudienceModelAssociationCommand.d.ts +42 -0
  99. package/dist-types/ts3.4/commands/DeletePrivacyBudgetTemplateCommand.d.ts +42 -0
  100. package/dist-types/ts3.4/commands/GetCollaborationConfiguredAudienceModelAssociationCommand.d.ts +44 -0
  101. package/dist-types/ts3.4/commands/GetCollaborationPrivacyBudgetTemplateCommand.d.ts +42 -0
  102. package/dist-types/ts3.4/commands/GetConfiguredAudienceModelAssociationCommand.d.ts +42 -0
  103. package/dist-types/ts3.4/commands/GetPrivacyBudgetTemplateCommand.d.ts +42 -0
  104. package/dist-types/ts3.4/commands/ListCollaborationConfiguredAudienceModelAssociationsCommand.d.ts +44 -0
  105. package/dist-types/ts3.4/commands/ListCollaborationPrivacyBudgetTemplatesCommand.d.ts +42 -0
  106. package/dist-types/ts3.4/commands/ListCollaborationPrivacyBudgetsCommand.d.ts +42 -0
  107. package/dist-types/ts3.4/commands/ListConfiguredAudienceModelAssociationsCommand.d.ts +42 -0
  108. package/dist-types/ts3.4/commands/ListPrivacyBudgetTemplatesCommand.d.ts +42 -0
  109. package/dist-types/ts3.4/commands/ListPrivacyBudgetsCommand.d.ts +39 -0
  110. package/dist-types/ts3.4/commands/PreviewPrivacyImpactCommand.d.ts +42 -0
  111. package/dist-types/ts3.4/commands/UpdateConfiguredAudienceModelAssociationCommand.d.ts +42 -0
  112. package/dist-types/ts3.4/commands/UpdatePrivacyBudgetTemplateCommand.d.ts +42 -0
  113. package/dist-types/ts3.4/commands/index.d.ts +17 -0
  114. package/dist-types/ts3.4/models/models_0.d.ts +477 -0
  115. package/dist-types/ts3.4/pagination/ListCollaborationConfiguredAudienceModelAssociationsPaginator.d.ts +11 -0
  116. package/dist-types/ts3.4/pagination/ListCollaborationPrivacyBudgetTemplatesPaginator.d.ts +11 -0
  117. package/dist-types/ts3.4/pagination/ListCollaborationPrivacyBudgetsPaginator.d.ts +11 -0
  118. package/dist-types/ts3.4/pagination/ListConfiguredAudienceModelAssociationsPaginator.d.ts +11 -0
  119. package/dist-types/ts3.4/pagination/ListPrivacyBudgetTemplatesPaginator.d.ts +11 -0
  120. package/dist-types/ts3.4/pagination/ListPrivacyBudgetsPaginator.d.ts +11 -0
  121. package/dist-types/ts3.4/pagination/index.d.ts +6 -0
  122. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +204 -0
  123. package/package.json +2 -2
package/README.md CHANGED
@@ -242,6 +242,14 @@ CreateCollaboration
242
242
 
243
243
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cleanrooms/command/CreateCollaborationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cleanrooms/Interface/CreateCollaborationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cleanrooms/Interface/CreateCollaborationCommandOutput/)
244
244
 
245
+ </details>
246
+ <details>
247
+ <summary>
248
+ CreateConfiguredAudienceModelAssociation
249
+ </summary>
250
+
251
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cleanrooms/command/CreateConfiguredAudienceModelAssociationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cleanrooms/Interface/CreateConfiguredAudienceModelAssociationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cleanrooms/Interface/CreateConfiguredAudienceModelAssociationCommandOutput/)
252
+
245
253
  </details>
246
254
  <details>
247
255
  <summary>
@@ -274,6 +282,14 @@ CreateMembership
274
282
 
275
283
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cleanrooms/command/CreateMembershipCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cleanrooms/Interface/CreateMembershipCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cleanrooms/Interface/CreateMembershipCommandOutput/)
276
284
 
285
+ </details>
286
+ <details>
287
+ <summary>
288
+ CreatePrivacyBudgetTemplate
289
+ </summary>
290
+
291
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cleanrooms/command/CreatePrivacyBudgetTemplateCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cleanrooms/Interface/CreatePrivacyBudgetTemplateCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cleanrooms/Interface/CreatePrivacyBudgetTemplateCommandOutput/)
292
+
277
293
  </details>
278
294
  <details>
279
295
  <summary>
@@ -290,6 +306,14 @@ DeleteCollaboration
290
306
 
291
307
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cleanrooms/command/DeleteCollaborationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cleanrooms/Interface/DeleteCollaborationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cleanrooms/Interface/DeleteCollaborationCommandOutput/)
292
308
 
309
+ </details>
310
+ <details>
311
+ <summary>
312
+ DeleteConfiguredAudienceModelAssociation
313
+ </summary>
314
+
315
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cleanrooms/command/DeleteConfiguredAudienceModelAssociationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cleanrooms/Interface/DeleteConfiguredAudienceModelAssociationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cleanrooms/Interface/DeleteConfiguredAudienceModelAssociationCommandOutput/)
316
+
293
317
  </details>
294
318
  <details>
295
319
  <summary>
@@ -330,6 +354,14 @@ DeleteMembership
330
354
 
331
355
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cleanrooms/command/DeleteMembershipCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cleanrooms/Interface/DeleteMembershipCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cleanrooms/Interface/DeleteMembershipCommandOutput/)
332
356
 
357
+ </details>
358
+ <details>
359
+ <summary>
360
+ DeletePrivacyBudgetTemplate
361
+ </summary>
362
+
363
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cleanrooms/command/DeletePrivacyBudgetTemplateCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cleanrooms/Interface/DeletePrivacyBudgetTemplateCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cleanrooms/Interface/DeletePrivacyBudgetTemplateCommandOutput/)
364
+
333
365
  </details>
334
366
  <details>
335
367
  <summary>
@@ -354,6 +386,30 @@ GetCollaborationAnalysisTemplate
354
386
 
355
387
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cleanrooms/command/GetCollaborationAnalysisTemplateCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cleanrooms/Interface/GetCollaborationAnalysisTemplateCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cleanrooms/Interface/GetCollaborationAnalysisTemplateCommandOutput/)
356
388
 
389
+ </details>
390
+ <details>
391
+ <summary>
392
+ GetCollaborationConfiguredAudienceModelAssociation
393
+ </summary>
394
+
395
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cleanrooms/command/GetCollaborationConfiguredAudienceModelAssociationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cleanrooms/Interface/GetCollaborationConfiguredAudienceModelAssociationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cleanrooms/Interface/GetCollaborationConfiguredAudienceModelAssociationCommandOutput/)
396
+
397
+ </details>
398
+ <details>
399
+ <summary>
400
+ GetCollaborationPrivacyBudgetTemplate
401
+ </summary>
402
+
403
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cleanrooms/command/GetCollaborationPrivacyBudgetTemplateCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cleanrooms/Interface/GetCollaborationPrivacyBudgetTemplateCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cleanrooms/Interface/GetCollaborationPrivacyBudgetTemplateCommandOutput/)
404
+
405
+ </details>
406
+ <details>
407
+ <summary>
408
+ GetConfiguredAudienceModelAssociation
409
+ </summary>
410
+
411
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cleanrooms/command/GetConfiguredAudienceModelAssociationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cleanrooms/Interface/GetConfiguredAudienceModelAssociationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cleanrooms/Interface/GetConfiguredAudienceModelAssociationCommandOutput/)
412
+
357
413
  </details>
358
414
  <details>
359
415
  <summary>
@@ -386,6 +442,14 @@ GetMembership
386
442
 
387
443
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cleanrooms/command/GetMembershipCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cleanrooms/Interface/GetMembershipCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cleanrooms/Interface/GetMembershipCommandOutput/)
388
444
 
445
+ </details>
446
+ <details>
447
+ <summary>
448
+ GetPrivacyBudgetTemplate
449
+ </summary>
450
+
451
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cleanrooms/command/GetPrivacyBudgetTemplateCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cleanrooms/Interface/GetPrivacyBudgetTemplateCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cleanrooms/Interface/GetPrivacyBudgetTemplateCommandOutput/)
452
+
389
453
  </details>
390
454
  <details>
391
455
  <summary>
@@ -426,6 +490,30 @@ ListCollaborationAnalysisTemplates
426
490
 
427
491
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cleanrooms/command/ListCollaborationAnalysisTemplatesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cleanrooms/Interface/ListCollaborationAnalysisTemplatesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cleanrooms/Interface/ListCollaborationAnalysisTemplatesCommandOutput/)
428
492
 
493
+ </details>
494
+ <details>
495
+ <summary>
496
+ ListCollaborationConfiguredAudienceModelAssociations
497
+ </summary>
498
+
499
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cleanrooms/command/ListCollaborationConfiguredAudienceModelAssociationsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cleanrooms/Interface/ListCollaborationConfiguredAudienceModelAssociationsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cleanrooms/Interface/ListCollaborationConfiguredAudienceModelAssociationsCommandOutput/)
500
+
501
+ </details>
502
+ <details>
503
+ <summary>
504
+ ListCollaborationPrivacyBudgets
505
+ </summary>
506
+
507
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cleanrooms/command/ListCollaborationPrivacyBudgetsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cleanrooms/Interface/ListCollaborationPrivacyBudgetsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cleanrooms/Interface/ListCollaborationPrivacyBudgetsCommandOutput/)
508
+
509
+ </details>
510
+ <details>
511
+ <summary>
512
+ ListCollaborationPrivacyBudgetTemplates
513
+ </summary>
514
+
515
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cleanrooms/command/ListCollaborationPrivacyBudgetTemplatesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cleanrooms/Interface/ListCollaborationPrivacyBudgetTemplatesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cleanrooms/Interface/ListCollaborationPrivacyBudgetTemplatesCommandOutput/)
516
+
429
517
  </details>
430
518
  <details>
431
519
  <summary>
@@ -434,6 +522,14 @@ ListCollaborations
434
522
 
435
523
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cleanrooms/command/ListCollaborationsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cleanrooms/Interface/ListCollaborationsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cleanrooms/Interface/ListCollaborationsCommandOutput/)
436
524
 
525
+ </details>
526
+ <details>
527
+ <summary>
528
+ ListConfiguredAudienceModelAssociations
529
+ </summary>
530
+
531
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cleanrooms/command/ListConfiguredAudienceModelAssociationsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cleanrooms/Interface/ListConfiguredAudienceModelAssociationsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cleanrooms/Interface/ListConfiguredAudienceModelAssociationsCommandOutput/)
532
+
437
533
  </details>
438
534
  <details>
439
535
  <summary>
@@ -466,6 +562,22 @@ ListMemberships
466
562
 
467
563
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cleanrooms/command/ListMembershipsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cleanrooms/Interface/ListMembershipsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cleanrooms/Interface/ListMembershipsCommandOutput/)
468
564
 
565
+ </details>
566
+ <details>
567
+ <summary>
568
+ ListPrivacyBudgets
569
+ </summary>
570
+
571
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cleanrooms/command/ListPrivacyBudgetsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cleanrooms/Interface/ListPrivacyBudgetsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cleanrooms/Interface/ListPrivacyBudgetsCommandOutput/)
572
+
573
+ </details>
574
+ <details>
575
+ <summary>
576
+ ListPrivacyBudgetTemplates
577
+ </summary>
578
+
579
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cleanrooms/command/ListPrivacyBudgetTemplatesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cleanrooms/Interface/ListPrivacyBudgetTemplatesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cleanrooms/Interface/ListPrivacyBudgetTemplatesCommandOutput/)
580
+
469
581
  </details>
470
582
  <details>
471
583
  <summary>
@@ -490,6 +602,14 @@ ListTagsForResource
490
602
 
491
603
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cleanrooms/command/ListTagsForResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cleanrooms/Interface/ListTagsForResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cleanrooms/Interface/ListTagsForResourceCommandOutput/)
492
604
 
605
+ </details>
606
+ <details>
607
+ <summary>
608
+ PreviewPrivacyImpact
609
+ </summary>
610
+
611
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cleanrooms/command/PreviewPrivacyImpactCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cleanrooms/Interface/PreviewPrivacyImpactCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cleanrooms/Interface/PreviewPrivacyImpactCommandOutput/)
612
+
493
613
  </details>
494
614
  <details>
495
615
  <summary>
@@ -530,6 +650,14 @@ UpdateCollaboration
530
650
 
531
651
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cleanrooms/command/UpdateCollaborationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cleanrooms/Interface/UpdateCollaborationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cleanrooms/Interface/UpdateCollaborationCommandOutput/)
532
652
 
653
+ </details>
654
+ <details>
655
+ <summary>
656
+ UpdateConfiguredAudienceModelAssociation
657
+ </summary>
658
+
659
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cleanrooms/command/UpdateConfiguredAudienceModelAssociationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cleanrooms/Interface/UpdateConfiguredAudienceModelAssociationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cleanrooms/Interface/UpdateConfiguredAudienceModelAssociationCommandOutput/)
660
+
533
661
  </details>
534
662
  <details>
535
663
  <summary>
@@ -562,6 +690,14 @@ UpdateMembership
562
690
 
563
691
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cleanrooms/command/UpdateMembershipCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cleanrooms/Interface/UpdateMembershipCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cleanrooms/Interface/UpdateMembershipCommandOutput/)
564
692
 
693
+ </details>
694
+ <details>
695
+ <summary>
696
+ UpdatePrivacyBudgetTemplate
697
+ </summary>
698
+
699
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cleanrooms/command/UpdatePrivacyBudgetTemplateCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cleanrooms/Interface/UpdatePrivacyBudgetTemplateCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cleanrooms/Interface/UpdatePrivacyBudgetTemplateCommandOutput/)
700
+
565
701
  </details>
566
702
  <details>
567
703
  <summary>
@@ -7,92 +7,126 @@ const BatchGetCollaborationAnalysisTemplateCommand_1 = require("./commands/Batch
7
7
  const BatchGetSchemaCommand_1 = require("./commands/BatchGetSchemaCommand");
8
8
  const CreateAnalysisTemplateCommand_1 = require("./commands/CreateAnalysisTemplateCommand");
9
9
  const CreateCollaborationCommand_1 = require("./commands/CreateCollaborationCommand");
10
+ const CreateConfiguredAudienceModelAssociationCommand_1 = require("./commands/CreateConfiguredAudienceModelAssociationCommand");
10
11
  const CreateConfiguredTableAnalysisRuleCommand_1 = require("./commands/CreateConfiguredTableAnalysisRuleCommand");
11
12
  const CreateConfiguredTableAssociationCommand_1 = require("./commands/CreateConfiguredTableAssociationCommand");
12
13
  const CreateConfiguredTableCommand_1 = require("./commands/CreateConfiguredTableCommand");
13
14
  const CreateMembershipCommand_1 = require("./commands/CreateMembershipCommand");
15
+ const CreatePrivacyBudgetTemplateCommand_1 = require("./commands/CreatePrivacyBudgetTemplateCommand");
14
16
  const DeleteAnalysisTemplateCommand_1 = require("./commands/DeleteAnalysisTemplateCommand");
15
17
  const DeleteCollaborationCommand_1 = require("./commands/DeleteCollaborationCommand");
18
+ const DeleteConfiguredAudienceModelAssociationCommand_1 = require("./commands/DeleteConfiguredAudienceModelAssociationCommand");
16
19
  const DeleteConfiguredTableAnalysisRuleCommand_1 = require("./commands/DeleteConfiguredTableAnalysisRuleCommand");
17
20
  const DeleteConfiguredTableAssociationCommand_1 = require("./commands/DeleteConfiguredTableAssociationCommand");
18
21
  const DeleteConfiguredTableCommand_1 = require("./commands/DeleteConfiguredTableCommand");
19
22
  const DeleteMemberCommand_1 = require("./commands/DeleteMemberCommand");
20
23
  const DeleteMembershipCommand_1 = require("./commands/DeleteMembershipCommand");
24
+ const DeletePrivacyBudgetTemplateCommand_1 = require("./commands/DeletePrivacyBudgetTemplateCommand");
21
25
  const GetAnalysisTemplateCommand_1 = require("./commands/GetAnalysisTemplateCommand");
22
26
  const GetCollaborationAnalysisTemplateCommand_1 = require("./commands/GetCollaborationAnalysisTemplateCommand");
23
27
  const GetCollaborationCommand_1 = require("./commands/GetCollaborationCommand");
28
+ const GetCollaborationConfiguredAudienceModelAssociationCommand_1 = require("./commands/GetCollaborationConfiguredAudienceModelAssociationCommand");
29
+ const GetCollaborationPrivacyBudgetTemplateCommand_1 = require("./commands/GetCollaborationPrivacyBudgetTemplateCommand");
30
+ const GetConfiguredAudienceModelAssociationCommand_1 = require("./commands/GetConfiguredAudienceModelAssociationCommand");
24
31
  const GetConfiguredTableAnalysisRuleCommand_1 = require("./commands/GetConfiguredTableAnalysisRuleCommand");
25
32
  const GetConfiguredTableAssociationCommand_1 = require("./commands/GetConfiguredTableAssociationCommand");
26
33
  const GetConfiguredTableCommand_1 = require("./commands/GetConfiguredTableCommand");
27
34
  const GetMembershipCommand_1 = require("./commands/GetMembershipCommand");
35
+ const GetPrivacyBudgetTemplateCommand_1 = require("./commands/GetPrivacyBudgetTemplateCommand");
28
36
  const GetProtectedQueryCommand_1 = require("./commands/GetProtectedQueryCommand");
29
37
  const GetSchemaAnalysisRuleCommand_1 = require("./commands/GetSchemaAnalysisRuleCommand");
30
38
  const GetSchemaCommand_1 = require("./commands/GetSchemaCommand");
31
39
  const ListAnalysisTemplatesCommand_1 = require("./commands/ListAnalysisTemplatesCommand");
32
40
  const ListCollaborationAnalysisTemplatesCommand_1 = require("./commands/ListCollaborationAnalysisTemplatesCommand");
41
+ const ListCollaborationConfiguredAudienceModelAssociationsCommand_1 = require("./commands/ListCollaborationConfiguredAudienceModelAssociationsCommand");
42
+ const ListCollaborationPrivacyBudgetsCommand_1 = require("./commands/ListCollaborationPrivacyBudgetsCommand");
43
+ const ListCollaborationPrivacyBudgetTemplatesCommand_1 = require("./commands/ListCollaborationPrivacyBudgetTemplatesCommand");
33
44
  const ListCollaborationsCommand_1 = require("./commands/ListCollaborationsCommand");
45
+ const ListConfiguredAudienceModelAssociationsCommand_1 = require("./commands/ListConfiguredAudienceModelAssociationsCommand");
34
46
  const ListConfiguredTableAssociationsCommand_1 = require("./commands/ListConfiguredTableAssociationsCommand");
35
47
  const ListConfiguredTablesCommand_1 = require("./commands/ListConfiguredTablesCommand");
36
48
  const ListMembersCommand_1 = require("./commands/ListMembersCommand");
37
49
  const ListMembershipsCommand_1 = require("./commands/ListMembershipsCommand");
50
+ const ListPrivacyBudgetsCommand_1 = require("./commands/ListPrivacyBudgetsCommand");
51
+ const ListPrivacyBudgetTemplatesCommand_1 = require("./commands/ListPrivacyBudgetTemplatesCommand");
38
52
  const ListProtectedQueriesCommand_1 = require("./commands/ListProtectedQueriesCommand");
39
53
  const ListSchemasCommand_1 = require("./commands/ListSchemasCommand");
40
54
  const ListTagsForResourceCommand_1 = require("./commands/ListTagsForResourceCommand");
55
+ const PreviewPrivacyImpactCommand_1 = require("./commands/PreviewPrivacyImpactCommand");
41
56
  const StartProtectedQueryCommand_1 = require("./commands/StartProtectedQueryCommand");
42
57
  const TagResourceCommand_1 = require("./commands/TagResourceCommand");
43
58
  const UntagResourceCommand_1 = require("./commands/UntagResourceCommand");
44
59
  const UpdateAnalysisTemplateCommand_1 = require("./commands/UpdateAnalysisTemplateCommand");
45
60
  const UpdateCollaborationCommand_1 = require("./commands/UpdateCollaborationCommand");
61
+ const UpdateConfiguredAudienceModelAssociationCommand_1 = require("./commands/UpdateConfiguredAudienceModelAssociationCommand");
46
62
  const UpdateConfiguredTableAnalysisRuleCommand_1 = require("./commands/UpdateConfiguredTableAnalysisRuleCommand");
47
63
  const UpdateConfiguredTableAssociationCommand_1 = require("./commands/UpdateConfiguredTableAssociationCommand");
48
64
  const UpdateConfiguredTableCommand_1 = require("./commands/UpdateConfiguredTableCommand");
49
65
  const UpdateMembershipCommand_1 = require("./commands/UpdateMembershipCommand");
66
+ const UpdatePrivacyBudgetTemplateCommand_1 = require("./commands/UpdatePrivacyBudgetTemplateCommand");
50
67
  const UpdateProtectedQueryCommand_1 = require("./commands/UpdateProtectedQueryCommand");
51
68
  const commands = {
52
69
  BatchGetCollaborationAnalysisTemplateCommand: BatchGetCollaborationAnalysisTemplateCommand_1.BatchGetCollaborationAnalysisTemplateCommand,
53
70
  BatchGetSchemaCommand: BatchGetSchemaCommand_1.BatchGetSchemaCommand,
54
71
  CreateAnalysisTemplateCommand: CreateAnalysisTemplateCommand_1.CreateAnalysisTemplateCommand,
55
72
  CreateCollaborationCommand: CreateCollaborationCommand_1.CreateCollaborationCommand,
73
+ CreateConfiguredAudienceModelAssociationCommand: CreateConfiguredAudienceModelAssociationCommand_1.CreateConfiguredAudienceModelAssociationCommand,
56
74
  CreateConfiguredTableCommand: CreateConfiguredTableCommand_1.CreateConfiguredTableCommand,
57
75
  CreateConfiguredTableAnalysisRuleCommand: CreateConfiguredTableAnalysisRuleCommand_1.CreateConfiguredTableAnalysisRuleCommand,
58
76
  CreateConfiguredTableAssociationCommand: CreateConfiguredTableAssociationCommand_1.CreateConfiguredTableAssociationCommand,
59
77
  CreateMembershipCommand: CreateMembershipCommand_1.CreateMembershipCommand,
78
+ CreatePrivacyBudgetTemplateCommand: CreatePrivacyBudgetTemplateCommand_1.CreatePrivacyBudgetTemplateCommand,
60
79
  DeleteAnalysisTemplateCommand: DeleteAnalysisTemplateCommand_1.DeleteAnalysisTemplateCommand,
61
80
  DeleteCollaborationCommand: DeleteCollaborationCommand_1.DeleteCollaborationCommand,
81
+ DeleteConfiguredAudienceModelAssociationCommand: DeleteConfiguredAudienceModelAssociationCommand_1.DeleteConfiguredAudienceModelAssociationCommand,
62
82
  DeleteConfiguredTableCommand: DeleteConfiguredTableCommand_1.DeleteConfiguredTableCommand,
63
83
  DeleteConfiguredTableAnalysisRuleCommand: DeleteConfiguredTableAnalysisRuleCommand_1.DeleteConfiguredTableAnalysisRuleCommand,
64
84
  DeleteConfiguredTableAssociationCommand: DeleteConfiguredTableAssociationCommand_1.DeleteConfiguredTableAssociationCommand,
65
85
  DeleteMemberCommand: DeleteMemberCommand_1.DeleteMemberCommand,
66
86
  DeleteMembershipCommand: DeleteMembershipCommand_1.DeleteMembershipCommand,
87
+ DeletePrivacyBudgetTemplateCommand: DeletePrivacyBudgetTemplateCommand_1.DeletePrivacyBudgetTemplateCommand,
67
88
  GetAnalysisTemplateCommand: GetAnalysisTemplateCommand_1.GetAnalysisTemplateCommand,
68
89
  GetCollaborationCommand: GetCollaborationCommand_1.GetCollaborationCommand,
69
90
  GetCollaborationAnalysisTemplateCommand: GetCollaborationAnalysisTemplateCommand_1.GetCollaborationAnalysisTemplateCommand,
91
+ GetCollaborationConfiguredAudienceModelAssociationCommand: GetCollaborationConfiguredAudienceModelAssociationCommand_1.GetCollaborationConfiguredAudienceModelAssociationCommand,
92
+ GetCollaborationPrivacyBudgetTemplateCommand: GetCollaborationPrivacyBudgetTemplateCommand_1.GetCollaborationPrivacyBudgetTemplateCommand,
93
+ GetConfiguredAudienceModelAssociationCommand: GetConfiguredAudienceModelAssociationCommand_1.GetConfiguredAudienceModelAssociationCommand,
70
94
  GetConfiguredTableCommand: GetConfiguredTableCommand_1.GetConfiguredTableCommand,
71
95
  GetConfiguredTableAnalysisRuleCommand: GetConfiguredTableAnalysisRuleCommand_1.GetConfiguredTableAnalysisRuleCommand,
72
96
  GetConfiguredTableAssociationCommand: GetConfiguredTableAssociationCommand_1.GetConfiguredTableAssociationCommand,
73
97
  GetMembershipCommand: GetMembershipCommand_1.GetMembershipCommand,
98
+ GetPrivacyBudgetTemplateCommand: GetPrivacyBudgetTemplateCommand_1.GetPrivacyBudgetTemplateCommand,
74
99
  GetProtectedQueryCommand: GetProtectedQueryCommand_1.GetProtectedQueryCommand,
75
100
  GetSchemaCommand: GetSchemaCommand_1.GetSchemaCommand,
76
101
  GetSchemaAnalysisRuleCommand: GetSchemaAnalysisRuleCommand_1.GetSchemaAnalysisRuleCommand,
77
102
  ListAnalysisTemplatesCommand: ListAnalysisTemplatesCommand_1.ListAnalysisTemplatesCommand,
78
103
  ListCollaborationAnalysisTemplatesCommand: ListCollaborationAnalysisTemplatesCommand_1.ListCollaborationAnalysisTemplatesCommand,
104
+ ListCollaborationConfiguredAudienceModelAssociationsCommand: ListCollaborationConfiguredAudienceModelAssociationsCommand_1.ListCollaborationConfiguredAudienceModelAssociationsCommand,
105
+ ListCollaborationPrivacyBudgetsCommand: ListCollaborationPrivacyBudgetsCommand_1.ListCollaborationPrivacyBudgetsCommand,
106
+ ListCollaborationPrivacyBudgetTemplatesCommand: ListCollaborationPrivacyBudgetTemplatesCommand_1.ListCollaborationPrivacyBudgetTemplatesCommand,
79
107
  ListCollaborationsCommand: ListCollaborationsCommand_1.ListCollaborationsCommand,
108
+ ListConfiguredAudienceModelAssociationsCommand: ListConfiguredAudienceModelAssociationsCommand_1.ListConfiguredAudienceModelAssociationsCommand,
80
109
  ListConfiguredTableAssociationsCommand: ListConfiguredTableAssociationsCommand_1.ListConfiguredTableAssociationsCommand,
81
110
  ListConfiguredTablesCommand: ListConfiguredTablesCommand_1.ListConfiguredTablesCommand,
82
111
  ListMembersCommand: ListMembersCommand_1.ListMembersCommand,
83
112
  ListMembershipsCommand: ListMembershipsCommand_1.ListMembershipsCommand,
113
+ ListPrivacyBudgetsCommand: ListPrivacyBudgetsCommand_1.ListPrivacyBudgetsCommand,
114
+ ListPrivacyBudgetTemplatesCommand: ListPrivacyBudgetTemplatesCommand_1.ListPrivacyBudgetTemplatesCommand,
84
115
  ListProtectedQueriesCommand: ListProtectedQueriesCommand_1.ListProtectedQueriesCommand,
85
116
  ListSchemasCommand: ListSchemasCommand_1.ListSchemasCommand,
86
117
  ListTagsForResourceCommand: ListTagsForResourceCommand_1.ListTagsForResourceCommand,
118
+ PreviewPrivacyImpactCommand: PreviewPrivacyImpactCommand_1.PreviewPrivacyImpactCommand,
87
119
  StartProtectedQueryCommand: StartProtectedQueryCommand_1.StartProtectedQueryCommand,
88
120
  TagResourceCommand: TagResourceCommand_1.TagResourceCommand,
89
121
  UntagResourceCommand: UntagResourceCommand_1.UntagResourceCommand,
90
122
  UpdateAnalysisTemplateCommand: UpdateAnalysisTemplateCommand_1.UpdateAnalysisTemplateCommand,
91
123
  UpdateCollaborationCommand: UpdateCollaborationCommand_1.UpdateCollaborationCommand,
124
+ UpdateConfiguredAudienceModelAssociationCommand: UpdateConfiguredAudienceModelAssociationCommand_1.UpdateConfiguredAudienceModelAssociationCommand,
92
125
  UpdateConfiguredTableCommand: UpdateConfiguredTableCommand_1.UpdateConfiguredTableCommand,
93
126
  UpdateConfiguredTableAnalysisRuleCommand: UpdateConfiguredTableAnalysisRuleCommand_1.UpdateConfiguredTableAnalysisRuleCommand,
94
127
  UpdateConfiguredTableAssociationCommand: UpdateConfiguredTableAssociationCommand_1.UpdateConfiguredTableAssociationCommand,
95
128
  UpdateMembershipCommand: UpdateMembershipCommand_1.UpdateMembershipCommand,
129
+ UpdatePrivacyBudgetTemplateCommand: UpdatePrivacyBudgetTemplateCommand_1.UpdatePrivacyBudgetTemplateCommand,
96
130
  UpdateProtectedQueryCommand: UpdateProtectedQueryCommand_1.UpdateProtectedQueryCommand,
97
131
  };
98
132
  class CleanRooms extends CleanRoomsClient_1.CleanRoomsClient {
@@ -0,0 +1,51 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.CreateConfiguredAudienceModelAssociationCommand = exports.$Command = void 0;
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
9
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
+ class CreateConfiguredAudienceModelAssociationCommand extends smithy_client_1.Command {
11
+ static getEndpointParameterInstructions() {
12
+ return {
13
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
14
+ Endpoint: { type: "builtInParams", name: "endpoint" },
15
+ Region: { type: "builtInParams", name: "region" },
16
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
+ };
18
+ }
19
+ constructor(input) {
20
+ super();
21
+ this.input = input;
22
+ }
23
+ resolveMiddleware(clientStack, configuration, options) {
24
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
25
+ this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, CreateConfiguredAudienceModelAssociationCommand.getEndpointParameterInstructions()));
26
+ const stack = clientStack.concat(this.middlewareStack);
27
+ const { logger } = configuration;
28
+ const clientName = "CleanRoomsClient";
29
+ const commandName = "CreateConfiguredAudienceModelAssociationCommand";
30
+ const handlerExecutionContext = {
31
+ logger,
32
+ clientName,
33
+ commandName,
34
+ inputFilterSensitiveLog: (_) => _,
35
+ outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSBastionControlPlaneServiceLambda",
38
+ operation: "CreateConfiguredAudienceModelAssociation",
39
+ },
40
+ };
41
+ const { requestHandler } = configuration;
42
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
43
+ }
44
+ serialize(input, context) {
45
+ return (0, Aws_restJson1_1.se_CreateConfiguredAudienceModelAssociationCommand)(input, context);
46
+ }
47
+ deserialize(output, context) {
48
+ return (0, Aws_restJson1_1.de_CreateConfiguredAudienceModelAssociationCommand)(output, context);
49
+ }
50
+ }
51
+ exports.CreateConfiguredAudienceModelAssociationCommand = CreateConfiguredAudienceModelAssociationCommand;
@@ -0,0 +1,51 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.CreatePrivacyBudgetTemplateCommand = exports.$Command = void 0;
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
9
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
+ class CreatePrivacyBudgetTemplateCommand extends smithy_client_1.Command {
11
+ static getEndpointParameterInstructions() {
12
+ return {
13
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
14
+ Endpoint: { type: "builtInParams", name: "endpoint" },
15
+ Region: { type: "builtInParams", name: "region" },
16
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
+ };
18
+ }
19
+ constructor(input) {
20
+ super();
21
+ this.input = input;
22
+ }
23
+ resolveMiddleware(clientStack, configuration, options) {
24
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
25
+ this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, CreatePrivacyBudgetTemplateCommand.getEndpointParameterInstructions()));
26
+ const stack = clientStack.concat(this.middlewareStack);
27
+ const { logger } = configuration;
28
+ const clientName = "CleanRoomsClient";
29
+ const commandName = "CreatePrivacyBudgetTemplateCommand";
30
+ const handlerExecutionContext = {
31
+ logger,
32
+ clientName,
33
+ commandName,
34
+ inputFilterSensitiveLog: (_) => _,
35
+ outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSBastionControlPlaneServiceLambda",
38
+ operation: "CreatePrivacyBudgetTemplate",
39
+ },
40
+ };
41
+ const { requestHandler } = configuration;
42
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
43
+ }
44
+ serialize(input, context) {
45
+ return (0, Aws_restJson1_1.se_CreatePrivacyBudgetTemplateCommand)(input, context);
46
+ }
47
+ deserialize(output, context) {
48
+ return (0, Aws_restJson1_1.de_CreatePrivacyBudgetTemplateCommand)(output, context);
49
+ }
50
+ }
51
+ exports.CreatePrivacyBudgetTemplateCommand = CreatePrivacyBudgetTemplateCommand;
@@ -0,0 +1,51 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.DeleteConfiguredAudienceModelAssociationCommand = exports.$Command = void 0;
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
9
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
+ class DeleteConfiguredAudienceModelAssociationCommand extends smithy_client_1.Command {
11
+ static getEndpointParameterInstructions() {
12
+ return {
13
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
14
+ Endpoint: { type: "builtInParams", name: "endpoint" },
15
+ Region: { type: "builtInParams", name: "region" },
16
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
+ };
18
+ }
19
+ constructor(input) {
20
+ super();
21
+ this.input = input;
22
+ }
23
+ resolveMiddleware(clientStack, configuration, options) {
24
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
25
+ this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DeleteConfiguredAudienceModelAssociationCommand.getEndpointParameterInstructions()));
26
+ const stack = clientStack.concat(this.middlewareStack);
27
+ const { logger } = configuration;
28
+ const clientName = "CleanRoomsClient";
29
+ const commandName = "DeleteConfiguredAudienceModelAssociationCommand";
30
+ const handlerExecutionContext = {
31
+ logger,
32
+ clientName,
33
+ commandName,
34
+ inputFilterSensitiveLog: (_) => _,
35
+ outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSBastionControlPlaneServiceLambda",
38
+ operation: "DeleteConfiguredAudienceModelAssociation",
39
+ },
40
+ };
41
+ const { requestHandler } = configuration;
42
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
43
+ }
44
+ serialize(input, context) {
45
+ return (0, Aws_restJson1_1.se_DeleteConfiguredAudienceModelAssociationCommand)(input, context);
46
+ }
47
+ deserialize(output, context) {
48
+ return (0, Aws_restJson1_1.de_DeleteConfiguredAudienceModelAssociationCommand)(output, context);
49
+ }
50
+ }
51
+ exports.DeleteConfiguredAudienceModelAssociationCommand = DeleteConfiguredAudienceModelAssociationCommand;
@@ -0,0 +1,51 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.DeletePrivacyBudgetTemplateCommand = exports.$Command = void 0;
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
9
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
+ class DeletePrivacyBudgetTemplateCommand extends smithy_client_1.Command {
11
+ static getEndpointParameterInstructions() {
12
+ return {
13
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
14
+ Endpoint: { type: "builtInParams", name: "endpoint" },
15
+ Region: { type: "builtInParams", name: "region" },
16
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
+ };
18
+ }
19
+ constructor(input) {
20
+ super();
21
+ this.input = input;
22
+ }
23
+ resolveMiddleware(clientStack, configuration, options) {
24
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
25
+ this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DeletePrivacyBudgetTemplateCommand.getEndpointParameterInstructions()));
26
+ const stack = clientStack.concat(this.middlewareStack);
27
+ const { logger } = configuration;
28
+ const clientName = "CleanRoomsClient";
29
+ const commandName = "DeletePrivacyBudgetTemplateCommand";
30
+ const handlerExecutionContext = {
31
+ logger,
32
+ clientName,
33
+ commandName,
34
+ inputFilterSensitiveLog: (_) => _,
35
+ outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSBastionControlPlaneServiceLambda",
38
+ operation: "DeletePrivacyBudgetTemplate",
39
+ },
40
+ };
41
+ const { requestHandler } = configuration;
42
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
43
+ }
44
+ serialize(input, context) {
45
+ return (0, Aws_restJson1_1.se_DeletePrivacyBudgetTemplateCommand)(input, context);
46
+ }
47
+ deserialize(output, context) {
48
+ return (0, Aws_restJson1_1.de_DeletePrivacyBudgetTemplateCommand)(output, context);
49
+ }
50
+ }
51
+ exports.DeletePrivacyBudgetTemplateCommand = DeletePrivacyBudgetTemplateCommand;
@@ -0,0 +1,51 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.GetCollaborationConfiguredAudienceModelAssociationCommand = exports.$Command = void 0;
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
9
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
+ class GetCollaborationConfiguredAudienceModelAssociationCommand extends smithy_client_1.Command {
11
+ static getEndpointParameterInstructions() {
12
+ return {
13
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
14
+ Endpoint: { type: "builtInParams", name: "endpoint" },
15
+ Region: { type: "builtInParams", name: "region" },
16
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
+ };
18
+ }
19
+ constructor(input) {
20
+ super();
21
+ this.input = input;
22
+ }
23
+ resolveMiddleware(clientStack, configuration, options) {
24
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
25
+ this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, GetCollaborationConfiguredAudienceModelAssociationCommand.getEndpointParameterInstructions()));
26
+ const stack = clientStack.concat(this.middlewareStack);
27
+ const { logger } = configuration;
28
+ const clientName = "CleanRoomsClient";
29
+ const commandName = "GetCollaborationConfiguredAudienceModelAssociationCommand";
30
+ const handlerExecutionContext = {
31
+ logger,
32
+ clientName,
33
+ commandName,
34
+ inputFilterSensitiveLog: (_) => _,
35
+ outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSBastionControlPlaneServiceLambda",
38
+ operation: "GetCollaborationConfiguredAudienceModelAssociation",
39
+ },
40
+ };
41
+ const { requestHandler } = configuration;
42
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
43
+ }
44
+ serialize(input, context) {
45
+ return (0, Aws_restJson1_1.se_GetCollaborationConfiguredAudienceModelAssociationCommand)(input, context);
46
+ }
47
+ deserialize(output, context) {
48
+ return (0, Aws_restJson1_1.de_GetCollaborationConfiguredAudienceModelAssociationCommand)(output, context);
49
+ }
50
+ }
51
+ exports.GetCollaborationConfiguredAudienceModelAssociationCommand = GetCollaborationConfiguredAudienceModelAssociationCommand;