@aws-sdk/client-cleanrooms 3.460.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 +3 -3
@@ -16,6 +16,10 @@ import {
16
16
  CreateCollaborationCommandInput,
17
17
  CreateCollaborationCommandOutput,
18
18
  } from "./commands/CreateCollaborationCommand";
19
+ import {
20
+ CreateConfiguredAudienceModelAssociationCommandInput,
21
+ CreateConfiguredAudienceModelAssociationCommandOutput,
22
+ } from "./commands/CreateConfiguredAudienceModelAssociationCommand";
19
23
  import {
20
24
  CreateConfiguredTableAnalysisRuleCommandInput,
21
25
  CreateConfiguredTableAnalysisRuleCommandOutput,
@@ -32,6 +36,10 @@ import {
32
36
  CreateMembershipCommandInput,
33
37
  CreateMembershipCommandOutput,
34
38
  } from "./commands/CreateMembershipCommand";
39
+ import {
40
+ CreatePrivacyBudgetTemplateCommandInput,
41
+ CreatePrivacyBudgetTemplateCommandOutput,
42
+ } from "./commands/CreatePrivacyBudgetTemplateCommand";
35
43
  import {
36
44
  DeleteAnalysisTemplateCommandInput,
37
45
  DeleteAnalysisTemplateCommandOutput,
@@ -40,6 +48,10 @@ import {
40
48
  DeleteCollaborationCommandInput,
41
49
  DeleteCollaborationCommandOutput,
42
50
  } from "./commands/DeleteCollaborationCommand";
51
+ import {
52
+ DeleteConfiguredAudienceModelAssociationCommandInput,
53
+ DeleteConfiguredAudienceModelAssociationCommandOutput,
54
+ } from "./commands/DeleteConfiguredAudienceModelAssociationCommand";
43
55
  import {
44
56
  DeleteConfiguredTableAnalysisRuleCommandInput,
45
57
  DeleteConfiguredTableAnalysisRuleCommandOutput,
@@ -60,6 +72,10 @@ import {
60
72
  DeleteMembershipCommandInput,
61
73
  DeleteMembershipCommandOutput,
62
74
  } from "./commands/DeleteMembershipCommand";
75
+ import {
76
+ DeletePrivacyBudgetTemplateCommandInput,
77
+ DeletePrivacyBudgetTemplateCommandOutput,
78
+ } from "./commands/DeletePrivacyBudgetTemplateCommand";
63
79
  import {
64
80
  GetAnalysisTemplateCommandInput,
65
81
  GetAnalysisTemplateCommandOutput,
@@ -72,6 +88,18 @@ import {
72
88
  GetCollaborationCommandInput,
73
89
  GetCollaborationCommandOutput,
74
90
  } from "./commands/GetCollaborationCommand";
91
+ import {
92
+ GetCollaborationConfiguredAudienceModelAssociationCommandInput,
93
+ GetCollaborationConfiguredAudienceModelAssociationCommandOutput,
94
+ } from "./commands/GetCollaborationConfiguredAudienceModelAssociationCommand";
95
+ import {
96
+ GetCollaborationPrivacyBudgetTemplateCommandInput,
97
+ GetCollaborationPrivacyBudgetTemplateCommandOutput,
98
+ } from "./commands/GetCollaborationPrivacyBudgetTemplateCommand";
99
+ import {
100
+ GetConfiguredAudienceModelAssociationCommandInput,
101
+ GetConfiguredAudienceModelAssociationCommandOutput,
102
+ } from "./commands/GetConfiguredAudienceModelAssociationCommand";
75
103
  import {
76
104
  GetConfiguredTableAnalysisRuleCommandInput,
77
105
  GetConfiguredTableAnalysisRuleCommandOutput,
@@ -88,6 +116,10 @@ import {
88
116
  GetMembershipCommandInput,
89
117
  GetMembershipCommandOutput,
90
118
  } from "./commands/GetMembershipCommand";
119
+ import {
120
+ GetPrivacyBudgetTemplateCommandInput,
121
+ GetPrivacyBudgetTemplateCommandOutput,
122
+ } from "./commands/GetPrivacyBudgetTemplateCommand";
91
123
  import {
92
124
  GetProtectedQueryCommandInput,
93
125
  GetProtectedQueryCommandOutput,
@@ -108,10 +140,26 @@ import {
108
140
  ListCollaborationAnalysisTemplatesCommandInput,
109
141
  ListCollaborationAnalysisTemplatesCommandOutput,
110
142
  } from "./commands/ListCollaborationAnalysisTemplatesCommand";
143
+ import {
144
+ ListCollaborationConfiguredAudienceModelAssociationsCommandInput,
145
+ ListCollaborationConfiguredAudienceModelAssociationsCommandOutput,
146
+ } from "./commands/ListCollaborationConfiguredAudienceModelAssociationsCommand";
147
+ import {
148
+ ListCollaborationPrivacyBudgetsCommandInput,
149
+ ListCollaborationPrivacyBudgetsCommandOutput,
150
+ } from "./commands/ListCollaborationPrivacyBudgetsCommand";
151
+ import {
152
+ ListCollaborationPrivacyBudgetTemplatesCommandInput,
153
+ ListCollaborationPrivacyBudgetTemplatesCommandOutput,
154
+ } from "./commands/ListCollaborationPrivacyBudgetTemplatesCommand";
111
155
  import {
112
156
  ListCollaborationsCommandInput,
113
157
  ListCollaborationsCommandOutput,
114
158
  } from "./commands/ListCollaborationsCommand";
159
+ import {
160
+ ListConfiguredAudienceModelAssociationsCommandInput,
161
+ ListConfiguredAudienceModelAssociationsCommandOutput,
162
+ } from "./commands/ListConfiguredAudienceModelAssociationsCommand";
115
163
  import {
116
164
  ListConfiguredTableAssociationsCommandInput,
117
165
  ListConfiguredTableAssociationsCommandOutput,
@@ -128,6 +176,14 @@ import {
128
176
  ListMembershipsCommandInput,
129
177
  ListMembershipsCommandOutput,
130
178
  } from "./commands/ListMembershipsCommand";
179
+ import {
180
+ ListPrivacyBudgetsCommandInput,
181
+ ListPrivacyBudgetsCommandOutput,
182
+ } from "./commands/ListPrivacyBudgetsCommand";
183
+ import {
184
+ ListPrivacyBudgetTemplatesCommandInput,
185
+ ListPrivacyBudgetTemplatesCommandOutput,
186
+ } from "./commands/ListPrivacyBudgetTemplatesCommand";
131
187
  import {
132
188
  ListProtectedQueriesCommandInput,
133
189
  ListProtectedQueriesCommandOutput,
@@ -140,6 +196,10 @@ import {
140
196
  ListTagsForResourceCommandInput,
141
197
  ListTagsForResourceCommandOutput,
142
198
  } from "./commands/ListTagsForResourceCommand";
199
+ import {
200
+ PreviewPrivacyImpactCommandInput,
201
+ PreviewPrivacyImpactCommandOutput,
202
+ } from "./commands/PreviewPrivacyImpactCommand";
143
203
  import {
144
204
  StartProtectedQueryCommandInput,
145
205
  StartProtectedQueryCommandOutput,
@@ -160,6 +220,10 @@ import {
160
220
  UpdateCollaborationCommandInput,
161
221
  UpdateCollaborationCommandOutput,
162
222
  } from "./commands/UpdateCollaborationCommand";
223
+ import {
224
+ UpdateConfiguredAudienceModelAssociationCommandInput,
225
+ UpdateConfiguredAudienceModelAssociationCommandOutput,
226
+ } from "./commands/UpdateConfiguredAudienceModelAssociationCommand";
163
227
  import {
164
228
  UpdateConfiguredTableAnalysisRuleCommandInput,
165
229
  UpdateConfiguredTableAnalysisRuleCommandOutput,
@@ -176,6 +240,10 @@ import {
176
240
  UpdateMembershipCommandInput,
177
241
  UpdateMembershipCommandOutput,
178
242
  } from "./commands/UpdateMembershipCommand";
243
+ import {
244
+ UpdatePrivacyBudgetTemplateCommandInput,
245
+ UpdatePrivacyBudgetTemplateCommandOutput,
246
+ } from "./commands/UpdatePrivacyBudgetTemplateCommand";
179
247
  import {
180
248
  UpdateProtectedQueryCommandInput,
181
249
  UpdateProtectedQueryCommandOutput,
@@ -239,6 +307,25 @@ export interface CleanRooms {
239
307
  options: __HttpHandlerOptions,
240
308
  cb: (err: any, data?: CreateCollaborationCommandOutput) => void
241
309
  ): void;
310
+ createConfiguredAudienceModelAssociation(
311
+ args: CreateConfiguredAudienceModelAssociationCommandInput,
312
+ options?: __HttpHandlerOptions
313
+ ): Promise<CreateConfiguredAudienceModelAssociationCommandOutput>;
314
+ createConfiguredAudienceModelAssociation(
315
+ args: CreateConfiguredAudienceModelAssociationCommandInput,
316
+ cb: (
317
+ err: any,
318
+ data?: CreateConfiguredAudienceModelAssociationCommandOutput
319
+ ) => void
320
+ ): void;
321
+ createConfiguredAudienceModelAssociation(
322
+ args: CreateConfiguredAudienceModelAssociationCommandInput,
323
+ options: __HttpHandlerOptions,
324
+ cb: (
325
+ err: any,
326
+ data?: CreateConfiguredAudienceModelAssociationCommandOutput
327
+ ) => void
328
+ ): void;
242
329
  createConfiguredTable(
243
330
  args: CreateConfiguredTableCommandInput,
244
331
  options?: __HttpHandlerOptions
@@ -297,6 +384,19 @@ export interface CleanRooms {
297
384
  options: __HttpHandlerOptions,
298
385
  cb: (err: any, data?: CreateMembershipCommandOutput) => void
299
386
  ): void;
387
+ createPrivacyBudgetTemplate(
388
+ args: CreatePrivacyBudgetTemplateCommandInput,
389
+ options?: __HttpHandlerOptions
390
+ ): Promise<CreatePrivacyBudgetTemplateCommandOutput>;
391
+ createPrivacyBudgetTemplate(
392
+ args: CreatePrivacyBudgetTemplateCommandInput,
393
+ cb: (err: any, data?: CreatePrivacyBudgetTemplateCommandOutput) => void
394
+ ): void;
395
+ createPrivacyBudgetTemplate(
396
+ args: CreatePrivacyBudgetTemplateCommandInput,
397
+ options: __HttpHandlerOptions,
398
+ cb: (err: any, data?: CreatePrivacyBudgetTemplateCommandOutput) => void
399
+ ): void;
300
400
  deleteAnalysisTemplate(
301
401
  args: DeleteAnalysisTemplateCommandInput,
302
402
  options?: __HttpHandlerOptions
@@ -323,6 +423,25 @@ export interface CleanRooms {
323
423
  options: __HttpHandlerOptions,
324
424
  cb: (err: any, data?: DeleteCollaborationCommandOutput) => void
325
425
  ): void;
426
+ deleteConfiguredAudienceModelAssociation(
427
+ args: DeleteConfiguredAudienceModelAssociationCommandInput,
428
+ options?: __HttpHandlerOptions
429
+ ): Promise<DeleteConfiguredAudienceModelAssociationCommandOutput>;
430
+ deleteConfiguredAudienceModelAssociation(
431
+ args: DeleteConfiguredAudienceModelAssociationCommandInput,
432
+ cb: (
433
+ err: any,
434
+ data?: DeleteConfiguredAudienceModelAssociationCommandOutput
435
+ ) => void
436
+ ): void;
437
+ deleteConfiguredAudienceModelAssociation(
438
+ args: DeleteConfiguredAudienceModelAssociationCommandInput,
439
+ options: __HttpHandlerOptions,
440
+ cb: (
441
+ err: any,
442
+ data?: DeleteConfiguredAudienceModelAssociationCommandOutput
443
+ ) => void
444
+ ): void;
326
445
  deleteConfiguredTable(
327
446
  args: DeleteConfiguredTableCommandInput,
328
447
  options?: __HttpHandlerOptions
@@ -394,6 +513,19 @@ export interface CleanRooms {
394
513
  options: __HttpHandlerOptions,
395
514
  cb: (err: any, data?: DeleteMembershipCommandOutput) => void
396
515
  ): void;
516
+ deletePrivacyBudgetTemplate(
517
+ args: DeletePrivacyBudgetTemplateCommandInput,
518
+ options?: __HttpHandlerOptions
519
+ ): Promise<DeletePrivacyBudgetTemplateCommandOutput>;
520
+ deletePrivacyBudgetTemplate(
521
+ args: DeletePrivacyBudgetTemplateCommandInput,
522
+ cb: (err: any, data?: DeletePrivacyBudgetTemplateCommandOutput) => void
523
+ ): void;
524
+ deletePrivacyBudgetTemplate(
525
+ args: DeletePrivacyBudgetTemplateCommandInput,
526
+ options: __HttpHandlerOptions,
527
+ cb: (err: any, data?: DeletePrivacyBudgetTemplateCommandOutput) => void
528
+ ): void;
397
529
  getAnalysisTemplate(
398
530
  args: GetAnalysisTemplateCommandInput,
399
531
  options?: __HttpHandlerOptions
@@ -433,6 +565,63 @@ export interface CleanRooms {
433
565
  options: __HttpHandlerOptions,
434
566
  cb: (err: any, data?: GetCollaborationAnalysisTemplateCommandOutput) => void
435
567
  ): void;
568
+ getCollaborationConfiguredAudienceModelAssociation(
569
+ args: GetCollaborationConfiguredAudienceModelAssociationCommandInput,
570
+ options?: __HttpHandlerOptions
571
+ ): Promise<GetCollaborationConfiguredAudienceModelAssociationCommandOutput>;
572
+ getCollaborationConfiguredAudienceModelAssociation(
573
+ args: GetCollaborationConfiguredAudienceModelAssociationCommandInput,
574
+ cb: (
575
+ err: any,
576
+ data?: GetCollaborationConfiguredAudienceModelAssociationCommandOutput
577
+ ) => void
578
+ ): void;
579
+ getCollaborationConfiguredAudienceModelAssociation(
580
+ args: GetCollaborationConfiguredAudienceModelAssociationCommandInput,
581
+ options: __HttpHandlerOptions,
582
+ cb: (
583
+ err: any,
584
+ data?: GetCollaborationConfiguredAudienceModelAssociationCommandOutput
585
+ ) => void
586
+ ): void;
587
+ getCollaborationPrivacyBudgetTemplate(
588
+ args: GetCollaborationPrivacyBudgetTemplateCommandInput,
589
+ options?: __HttpHandlerOptions
590
+ ): Promise<GetCollaborationPrivacyBudgetTemplateCommandOutput>;
591
+ getCollaborationPrivacyBudgetTemplate(
592
+ args: GetCollaborationPrivacyBudgetTemplateCommandInput,
593
+ cb: (
594
+ err: any,
595
+ data?: GetCollaborationPrivacyBudgetTemplateCommandOutput
596
+ ) => void
597
+ ): void;
598
+ getCollaborationPrivacyBudgetTemplate(
599
+ args: GetCollaborationPrivacyBudgetTemplateCommandInput,
600
+ options: __HttpHandlerOptions,
601
+ cb: (
602
+ err: any,
603
+ data?: GetCollaborationPrivacyBudgetTemplateCommandOutput
604
+ ) => void
605
+ ): void;
606
+ getConfiguredAudienceModelAssociation(
607
+ args: GetConfiguredAudienceModelAssociationCommandInput,
608
+ options?: __HttpHandlerOptions
609
+ ): Promise<GetConfiguredAudienceModelAssociationCommandOutput>;
610
+ getConfiguredAudienceModelAssociation(
611
+ args: GetConfiguredAudienceModelAssociationCommandInput,
612
+ cb: (
613
+ err: any,
614
+ data?: GetConfiguredAudienceModelAssociationCommandOutput
615
+ ) => void
616
+ ): void;
617
+ getConfiguredAudienceModelAssociation(
618
+ args: GetConfiguredAudienceModelAssociationCommandInput,
619
+ options: __HttpHandlerOptions,
620
+ cb: (
621
+ err: any,
622
+ data?: GetConfiguredAudienceModelAssociationCommandOutput
623
+ ) => void
624
+ ): void;
436
625
  getConfiguredTable(
437
626
  args: GetConfiguredTableCommandInput,
438
627
  options?: __HttpHandlerOptions
@@ -485,6 +674,19 @@ export interface CleanRooms {
485
674
  options: __HttpHandlerOptions,
486
675
  cb: (err: any, data?: GetMembershipCommandOutput) => void
487
676
  ): void;
677
+ getPrivacyBudgetTemplate(
678
+ args: GetPrivacyBudgetTemplateCommandInput,
679
+ options?: __HttpHandlerOptions
680
+ ): Promise<GetPrivacyBudgetTemplateCommandOutput>;
681
+ getPrivacyBudgetTemplate(
682
+ args: GetPrivacyBudgetTemplateCommandInput,
683
+ cb: (err: any, data?: GetPrivacyBudgetTemplateCommandOutput) => void
684
+ ): void;
685
+ getPrivacyBudgetTemplate(
686
+ args: GetPrivacyBudgetTemplateCommandInput,
687
+ options: __HttpHandlerOptions,
688
+ cb: (err: any, data?: GetPrivacyBudgetTemplateCommandOutput) => void
689
+ ): void;
488
690
  getProtectedQuery(
489
691
  args: GetProtectedQueryCommandInput,
490
692
  options?: __HttpHandlerOptions
@@ -556,6 +758,57 @@ export interface CleanRooms {
556
758
  data?: ListCollaborationAnalysisTemplatesCommandOutput
557
759
  ) => void
558
760
  ): void;
761
+ listCollaborationConfiguredAudienceModelAssociations(
762
+ args: ListCollaborationConfiguredAudienceModelAssociationsCommandInput,
763
+ options?: __HttpHandlerOptions
764
+ ): Promise<ListCollaborationConfiguredAudienceModelAssociationsCommandOutput>;
765
+ listCollaborationConfiguredAudienceModelAssociations(
766
+ args: ListCollaborationConfiguredAudienceModelAssociationsCommandInput,
767
+ cb: (
768
+ err: any,
769
+ data?: ListCollaborationConfiguredAudienceModelAssociationsCommandOutput
770
+ ) => void
771
+ ): void;
772
+ listCollaborationConfiguredAudienceModelAssociations(
773
+ args: ListCollaborationConfiguredAudienceModelAssociationsCommandInput,
774
+ options: __HttpHandlerOptions,
775
+ cb: (
776
+ err: any,
777
+ data?: ListCollaborationConfiguredAudienceModelAssociationsCommandOutput
778
+ ) => void
779
+ ): void;
780
+ listCollaborationPrivacyBudgets(
781
+ args: ListCollaborationPrivacyBudgetsCommandInput,
782
+ options?: __HttpHandlerOptions
783
+ ): Promise<ListCollaborationPrivacyBudgetsCommandOutput>;
784
+ listCollaborationPrivacyBudgets(
785
+ args: ListCollaborationPrivacyBudgetsCommandInput,
786
+ cb: (err: any, data?: ListCollaborationPrivacyBudgetsCommandOutput) => void
787
+ ): void;
788
+ listCollaborationPrivacyBudgets(
789
+ args: ListCollaborationPrivacyBudgetsCommandInput,
790
+ options: __HttpHandlerOptions,
791
+ cb: (err: any, data?: ListCollaborationPrivacyBudgetsCommandOutput) => void
792
+ ): void;
793
+ listCollaborationPrivacyBudgetTemplates(
794
+ args: ListCollaborationPrivacyBudgetTemplatesCommandInput,
795
+ options?: __HttpHandlerOptions
796
+ ): Promise<ListCollaborationPrivacyBudgetTemplatesCommandOutput>;
797
+ listCollaborationPrivacyBudgetTemplates(
798
+ args: ListCollaborationPrivacyBudgetTemplatesCommandInput,
799
+ cb: (
800
+ err: any,
801
+ data?: ListCollaborationPrivacyBudgetTemplatesCommandOutput
802
+ ) => void
803
+ ): void;
804
+ listCollaborationPrivacyBudgetTemplates(
805
+ args: ListCollaborationPrivacyBudgetTemplatesCommandInput,
806
+ options: __HttpHandlerOptions,
807
+ cb: (
808
+ err: any,
809
+ data?: ListCollaborationPrivacyBudgetTemplatesCommandOutput
810
+ ) => void
811
+ ): void;
559
812
  listCollaborations(
560
813
  args: ListCollaborationsCommandInput,
561
814
  options?: __HttpHandlerOptions
@@ -569,6 +822,25 @@ export interface CleanRooms {
569
822
  options: __HttpHandlerOptions,
570
823
  cb: (err: any, data?: ListCollaborationsCommandOutput) => void
571
824
  ): void;
825
+ listConfiguredAudienceModelAssociations(
826
+ args: ListConfiguredAudienceModelAssociationsCommandInput,
827
+ options?: __HttpHandlerOptions
828
+ ): Promise<ListConfiguredAudienceModelAssociationsCommandOutput>;
829
+ listConfiguredAudienceModelAssociations(
830
+ args: ListConfiguredAudienceModelAssociationsCommandInput,
831
+ cb: (
832
+ err: any,
833
+ data?: ListConfiguredAudienceModelAssociationsCommandOutput
834
+ ) => void
835
+ ): void;
836
+ listConfiguredAudienceModelAssociations(
837
+ args: ListConfiguredAudienceModelAssociationsCommandInput,
838
+ options: __HttpHandlerOptions,
839
+ cb: (
840
+ err: any,
841
+ data?: ListConfiguredAudienceModelAssociationsCommandOutput
842
+ ) => void
843
+ ): void;
572
844
  listConfiguredTableAssociations(
573
845
  args: ListConfiguredTableAssociationsCommandInput,
574
846
  options?: __HttpHandlerOptions
@@ -621,6 +893,32 @@ export interface CleanRooms {
621
893
  options: __HttpHandlerOptions,
622
894
  cb: (err: any, data?: ListMembershipsCommandOutput) => void
623
895
  ): void;
896
+ listPrivacyBudgets(
897
+ args: ListPrivacyBudgetsCommandInput,
898
+ options?: __HttpHandlerOptions
899
+ ): Promise<ListPrivacyBudgetsCommandOutput>;
900
+ listPrivacyBudgets(
901
+ args: ListPrivacyBudgetsCommandInput,
902
+ cb: (err: any, data?: ListPrivacyBudgetsCommandOutput) => void
903
+ ): void;
904
+ listPrivacyBudgets(
905
+ args: ListPrivacyBudgetsCommandInput,
906
+ options: __HttpHandlerOptions,
907
+ cb: (err: any, data?: ListPrivacyBudgetsCommandOutput) => void
908
+ ): void;
909
+ listPrivacyBudgetTemplates(
910
+ args: ListPrivacyBudgetTemplatesCommandInput,
911
+ options?: __HttpHandlerOptions
912
+ ): Promise<ListPrivacyBudgetTemplatesCommandOutput>;
913
+ listPrivacyBudgetTemplates(
914
+ args: ListPrivacyBudgetTemplatesCommandInput,
915
+ cb: (err: any, data?: ListPrivacyBudgetTemplatesCommandOutput) => void
916
+ ): void;
917
+ listPrivacyBudgetTemplates(
918
+ args: ListPrivacyBudgetTemplatesCommandInput,
919
+ options: __HttpHandlerOptions,
920
+ cb: (err: any, data?: ListPrivacyBudgetTemplatesCommandOutput) => void
921
+ ): void;
624
922
  listProtectedQueries(
625
923
  args: ListProtectedQueriesCommandInput,
626
924
  options?: __HttpHandlerOptions
@@ -660,6 +958,19 @@ export interface CleanRooms {
660
958
  options: __HttpHandlerOptions,
661
959
  cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
662
960
  ): void;
961
+ previewPrivacyImpact(
962
+ args: PreviewPrivacyImpactCommandInput,
963
+ options?: __HttpHandlerOptions
964
+ ): Promise<PreviewPrivacyImpactCommandOutput>;
965
+ previewPrivacyImpact(
966
+ args: PreviewPrivacyImpactCommandInput,
967
+ cb: (err: any, data?: PreviewPrivacyImpactCommandOutput) => void
968
+ ): void;
969
+ previewPrivacyImpact(
970
+ args: PreviewPrivacyImpactCommandInput,
971
+ options: __HttpHandlerOptions,
972
+ cb: (err: any, data?: PreviewPrivacyImpactCommandOutput) => void
973
+ ): void;
663
974
  startProtectedQuery(
664
975
  args: StartProtectedQueryCommandInput,
665
976
  options?: __HttpHandlerOptions
@@ -725,6 +1036,25 @@ export interface CleanRooms {
725
1036
  options: __HttpHandlerOptions,
726
1037
  cb: (err: any, data?: UpdateCollaborationCommandOutput) => void
727
1038
  ): void;
1039
+ updateConfiguredAudienceModelAssociation(
1040
+ args: UpdateConfiguredAudienceModelAssociationCommandInput,
1041
+ options?: __HttpHandlerOptions
1042
+ ): Promise<UpdateConfiguredAudienceModelAssociationCommandOutput>;
1043
+ updateConfiguredAudienceModelAssociation(
1044
+ args: UpdateConfiguredAudienceModelAssociationCommandInput,
1045
+ cb: (
1046
+ err: any,
1047
+ data?: UpdateConfiguredAudienceModelAssociationCommandOutput
1048
+ ) => void
1049
+ ): void;
1050
+ updateConfiguredAudienceModelAssociation(
1051
+ args: UpdateConfiguredAudienceModelAssociationCommandInput,
1052
+ options: __HttpHandlerOptions,
1053
+ cb: (
1054
+ err: any,
1055
+ data?: UpdateConfiguredAudienceModelAssociationCommandOutput
1056
+ ) => void
1057
+ ): void;
728
1058
  updateConfiguredTable(
729
1059
  args: UpdateConfiguredTableCommandInput,
730
1060
  options?: __HttpHandlerOptions
@@ -783,6 +1113,19 @@ export interface CleanRooms {
783
1113
  options: __HttpHandlerOptions,
784
1114
  cb: (err: any, data?: UpdateMembershipCommandOutput) => void
785
1115
  ): void;
1116
+ updatePrivacyBudgetTemplate(
1117
+ args: UpdatePrivacyBudgetTemplateCommandInput,
1118
+ options?: __HttpHandlerOptions
1119
+ ): Promise<UpdatePrivacyBudgetTemplateCommandOutput>;
1120
+ updatePrivacyBudgetTemplate(
1121
+ args: UpdatePrivacyBudgetTemplateCommandInput,
1122
+ cb: (err: any, data?: UpdatePrivacyBudgetTemplateCommandOutput) => void
1123
+ ): void;
1124
+ updatePrivacyBudgetTemplate(
1125
+ args: UpdatePrivacyBudgetTemplateCommandInput,
1126
+ options: __HttpHandlerOptions,
1127
+ cb: (err: any, data?: UpdatePrivacyBudgetTemplateCommandOutput) => void
1128
+ ): void;
786
1129
  updateProtectedQuery(
787
1130
  args: UpdateProtectedQueryCommandInput,
788
1131
  options?: __HttpHandlerOptions