@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
@@ -19,6 +19,10 @@ import {
19
19
  CreateCollaborationCommandInput,
20
20
  CreateCollaborationCommandOutput,
21
21
  } from "../commands/CreateCollaborationCommand";
22
+ import {
23
+ CreateConfiguredAudienceModelAssociationCommandInput,
24
+ CreateConfiguredAudienceModelAssociationCommandOutput,
25
+ } from "../commands/CreateConfiguredAudienceModelAssociationCommand";
22
26
  import {
23
27
  CreateConfiguredTableAnalysisRuleCommandInput,
24
28
  CreateConfiguredTableAnalysisRuleCommandOutput,
@@ -35,6 +39,10 @@ import {
35
39
  CreateMembershipCommandInput,
36
40
  CreateMembershipCommandOutput,
37
41
  } from "../commands/CreateMembershipCommand";
42
+ import {
43
+ CreatePrivacyBudgetTemplateCommandInput,
44
+ CreatePrivacyBudgetTemplateCommandOutput,
45
+ } from "../commands/CreatePrivacyBudgetTemplateCommand";
38
46
  import {
39
47
  DeleteAnalysisTemplateCommandInput,
40
48
  DeleteAnalysisTemplateCommandOutput,
@@ -43,6 +51,10 @@ import {
43
51
  DeleteCollaborationCommandInput,
44
52
  DeleteCollaborationCommandOutput,
45
53
  } from "../commands/DeleteCollaborationCommand";
54
+ import {
55
+ DeleteConfiguredAudienceModelAssociationCommandInput,
56
+ DeleteConfiguredAudienceModelAssociationCommandOutput,
57
+ } from "../commands/DeleteConfiguredAudienceModelAssociationCommand";
46
58
  import {
47
59
  DeleteConfiguredTableAnalysisRuleCommandInput,
48
60
  DeleteConfiguredTableAnalysisRuleCommandOutput,
@@ -63,6 +75,10 @@ import {
63
75
  DeleteMembershipCommandInput,
64
76
  DeleteMembershipCommandOutput,
65
77
  } from "../commands/DeleteMembershipCommand";
78
+ import {
79
+ DeletePrivacyBudgetTemplateCommandInput,
80
+ DeletePrivacyBudgetTemplateCommandOutput,
81
+ } from "../commands/DeletePrivacyBudgetTemplateCommand";
66
82
  import {
67
83
  GetAnalysisTemplateCommandInput,
68
84
  GetAnalysisTemplateCommandOutput,
@@ -75,6 +91,18 @@ import {
75
91
  GetCollaborationCommandInput,
76
92
  GetCollaborationCommandOutput,
77
93
  } from "../commands/GetCollaborationCommand";
94
+ import {
95
+ GetCollaborationConfiguredAudienceModelAssociationCommandInput,
96
+ GetCollaborationConfiguredAudienceModelAssociationCommandOutput,
97
+ } from "../commands/GetCollaborationConfiguredAudienceModelAssociationCommand";
98
+ import {
99
+ GetCollaborationPrivacyBudgetTemplateCommandInput,
100
+ GetCollaborationPrivacyBudgetTemplateCommandOutput,
101
+ } from "../commands/GetCollaborationPrivacyBudgetTemplateCommand";
102
+ import {
103
+ GetConfiguredAudienceModelAssociationCommandInput,
104
+ GetConfiguredAudienceModelAssociationCommandOutput,
105
+ } from "../commands/GetConfiguredAudienceModelAssociationCommand";
78
106
  import {
79
107
  GetConfiguredTableAnalysisRuleCommandInput,
80
108
  GetConfiguredTableAnalysisRuleCommandOutput,
@@ -91,6 +119,10 @@ import {
91
119
  GetMembershipCommandInput,
92
120
  GetMembershipCommandOutput,
93
121
  } from "../commands/GetMembershipCommand";
122
+ import {
123
+ GetPrivacyBudgetTemplateCommandInput,
124
+ GetPrivacyBudgetTemplateCommandOutput,
125
+ } from "../commands/GetPrivacyBudgetTemplateCommand";
94
126
  import {
95
127
  GetProtectedQueryCommandInput,
96
128
  GetProtectedQueryCommandOutput,
@@ -111,10 +143,26 @@ import {
111
143
  ListCollaborationAnalysisTemplatesCommandInput,
112
144
  ListCollaborationAnalysisTemplatesCommandOutput,
113
145
  } from "../commands/ListCollaborationAnalysisTemplatesCommand";
146
+ import {
147
+ ListCollaborationConfiguredAudienceModelAssociationsCommandInput,
148
+ ListCollaborationConfiguredAudienceModelAssociationsCommandOutput,
149
+ } from "../commands/ListCollaborationConfiguredAudienceModelAssociationsCommand";
150
+ import {
151
+ ListCollaborationPrivacyBudgetsCommandInput,
152
+ ListCollaborationPrivacyBudgetsCommandOutput,
153
+ } from "../commands/ListCollaborationPrivacyBudgetsCommand";
154
+ import {
155
+ ListCollaborationPrivacyBudgetTemplatesCommandInput,
156
+ ListCollaborationPrivacyBudgetTemplatesCommandOutput,
157
+ } from "../commands/ListCollaborationPrivacyBudgetTemplatesCommand";
114
158
  import {
115
159
  ListCollaborationsCommandInput,
116
160
  ListCollaborationsCommandOutput,
117
161
  } from "../commands/ListCollaborationsCommand";
162
+ import {
163
+ ListConfiguredAudienceModelAssociationsCommandInput,
164
+ ListConfiguredAudienceModelAssociationsCommandOutput,
165
+ } from "../commands/ListConfiguredAudienceModelAssociationsCommand";
118
166
  import {
119
167
  ListConfiguredTableAssociationsCommandInput,
120
168
  ListConfiguredTableAssociationsCommandOutput,
@@ -131,6 +179,14 @@ import {
131
179
  ListMembershipsCommandInput,
132
180
  ListMembershipsCommandOutput,
133
181
  } from "../commands/ListMembershipsCommand";
182
+ import {
183
+ ListPrivacyBudgetsCommandInput,
184
+ ListPrivacyBudgetsCommandOutput,
185
+ } from "../commands/ListPrivacyBudgetsCommand";
186
+ import {
187
+ ListPrivacyBudgetTemplatesCommandInput,
188
+ ListPrivacyBudgetTemplatesCommandOutput,
189
+ } from "../commands/ListPrivacyBudgetTemplatesCommand";
134
190
  import {
135
191
  ListProtectedQueriesCommandInput,
136
192
  ListProtectedQueriesCommandOutput,
@@ -143,6 +199,10 @@ import {
143
199
  ListTagsForResourceCommandInput,
144
200
  ListTagsForResourceCommandOutput,
145
201
  } from "../commands/ListTagsForResourceCommand";
202
+ import {
203
+ PreviewPrivacyImpactCommandInput,
204
+ PreviewPrivacyImpactCommandOutput,
205
+ } from "../commands/PreviewPrivacyImpactCommand";
146
206
  import {
147
207
  StartProtectedQueryCommandInput,
148
208
  StartProtectedQueryCommandOutput,
@@ -163,6 +223,10 @@ import {
163
223
  UpdateCollaborationCommandInput,
164
224
  UpdateCollaborationCommandOutput,
165
225
  } from "../commands/UpdateCollaborationCommand";
226
+ import {
227
+ UpdateConfiguredAudienceModelAssociationCommandInput,
228
+ UpdateConfiguredAudienceModelAssociationCommandOutput,
229
+ } from "../commands/UpdateConfiguredAudienceModelAssociationCommand";
166
230
  import {
167
231
  UpdateConfiguredTableAnalysisRuleCommandInput,
168
232
  UpdateConfiguredTableAnalysisRuleCommandOutput,
@@ -179,6 +243,10 @@ import {
179
243
  UpdateMembershipCommandInput,
180
244
  UpdateMembershipCommandOutput,
181
245
  } from "../commands/UpdateMembershipCommand";
246
+ import {
247
+ UpdatePrivacyBudgetTemplateCommandInput,
248
+ UpdatePrivacyBudgetTemplateCommandOutput,
249
+ } from "../commands/UpdatePrivacyBudgetTemplateCommand";
182
250
  import {
183
251
  UpdateProtectedQueryCommandInput,
184
252
  UpdateProtectedQueryCommandOutput,
@@ -199,6 +267,10 @@ export declare const se_CreateCollaborationCommand: (
199
267
  input: CreateCollaborationCommandInput,
200
268
  context: __SerdeContext
201
269
  ) => Promise<__HttpRequest>;
270
+ export declare const se_CreateConfiguredAudienceModelAssociationCommand: (
271
+ input: CreateConfiguredAudienceModelAssociationCommandInput,
272
+ context: __SerdeContext
273
+ ) => Promise<__HttpRequest>;
202
274
  export declare const se_CreateConfiguredTableCommand: (
203
275
  input: CreateConfiguredTableCommandInput,
204
276
  context: __SerdeContext
@@ -215,6 +287,10 @@ export declare const se_CreateMembershipCommand: (
215
287
  input: CreateMembershipCommandInput,
216
288
  context: __SerdeContext
217
289
  ) => Promise<__HttpRequest>;
290
+ export declare const se_CreatePrivacyBudgetTemplateCommand: (
291
+ input: CreatePrivacyBudgetTemplateCommandInput,
292
+ context: __SerdeContext
293
+ ) => Promise<__HttpRequest>;
218
294
  export declare const se_DeleteAnalysisTemplateCommand: (
219
295
  input: DeleteAnalysisTemplateCommandInput,
220
296
  context: __SerdeContext
@@ -223,6 +299,10 @@ export declare const se_DeleteCollaborationCommand: (
223
299
  input: DeleteCollaborationCommandInput,
224
300
  context: __SerdeContext
225
301
  ) => Promise<__HttpRequest>;
302
+ export declare const se_DeleteConfiguredAudienceModelAssociationCommand: (
303
+ input: DeleteConfiguredAudienceModelAssociationCommandInput,
304
+ context: __SerdeContext
305
+ ) => Promise<__HttpRequest>;
226
306
  export declare const se_DeleteConfiguredTableCommand: (
227
307
  input: DeleteConfiguredTableCommandInput,
228
308
  context: __SerdeContext
@@ -243,6 +323,10 @@ export declare const se_DeleteMembershipCommand: (
243
323
  input: DeleteMembershipCommandInput,
244
324
  context: __SerdeContext
245
325
  ) => Promise<__HttpRequest>;
326
+ export declare const se_DeletePrivacyBudgetTemplateCommand: (
327
+ input: DeletePrivacyBudgetTemplateCommandInput,
328
+ context: __SerdeContext
329
+ ) => Promise<__HttpRequest>;
246
330
  export declare const se_GetAnalysisTemplateCommand: (
247
331
  input: GetAnalysisTemplateCommandInput,
248
332
  context: __SerdeContext
@@ -255,6 +339,18 @@ export declare const se_GetCollaborationAnalysisTemplateCommand: (
255
339
  input: GetCollaborationAnalysisTemplateCommandInput,
256
340
  context: __SerdeContext
257
341
  ) => Promise<__HttpRequest>;
342
+ export declare const se_GetCollaborationConfiguredAudienceModelAssociationCommand: (
343
+ input: GetCollaborationConfiguredAudienceModelAssociationCommandInput,
344
+ context: __SerdeContext
345
+ ) => Promise<__HttpRequest>;
346
+ export declare const se_GetCollaborationPrivacyBudgetTemplateCommand: (
347
+ input: GetCollaborationPrivacyBudgetTemplateCommandInput,
348
+ context: __SerdeContext
349
+ ) => Promise<__HttpRequest>;
350
+ export declare const se_GetConfiguredAudienceModelAssociationCommand: (
351
+ input: GetConfiguredAudienceModelAssociationCommandInput,
352
+ context: __SerdeContext
353
+ ) => Promise<__HttpRequest>;
258
354
  export declare const se_GetConfiguredTableCommand: (
259
355
  input: GetConfiguredTableCommandInput,
260
356
  context: __SerdeContext
@@ -271,6 +367,10 @@ export declare const se_GetMembershipCommand: (
271
367
  input: GetMembershipCommandInput,
272
368
  context: __SerdeContext
273
369
  ) => Promise<__HttpRequest>;
370
+ export declare const se_GetPrivacyBudgetTemplateCommand: (
371
+ input: GetPrivacyBudgetTemplateCommandInput,
372
+ context: __SerdeContext
373
+ ) => Promise<__HttpRequest>;
274
374
  export declare const se_GetProtectedQueryCommand: (
275
375
  input: GetProtectedQueryCommandInput,
276
376
  context: __SerdeContext
@@ -291,10 +391,26 @@ export declare const se_ListCollaborationAnalysisTemplatesCommand: (
291
391
  input: ListCollaborationAnalysisTemplatesCommandInput,
292
392
  context: __SerdeContext
293
393
  ) => Promise<__HttpRequest>;
394
+ export declare const se_ListCollaborationConfiguredAudienceModelAssociationsCommand: (
395
+ input: ListCollaborationConfiguredAudienceModelAssociationsCommandInput,
396
+ context: __SerdeContext
397
+ ) => Promise<__HttpRequest>;
398
+ export declare const se_ListCollaborationPrivacyBudgetsCommand: (
399
+ input: ListCollaborationPrivacyBudgetsCommandInput,
400
+ context: __SerdeContext
401
+ ) => Promise<__HttpRequest>;
402
+ export declare const se_ListCollaborationPrivacyBudgetTemplatesCommand: (
403
+ input: ListCollaborationPrivacyBudgetTemplatesCommandInput,
404
+ context: __SerdeContext
405
+ ) => Promise<__HttpRequest>;
294
406
  export declare const se_ListCollaborationsCommand: (
295
407
  input: ListCollaborationsCommandInput,
296
408
  context: __SerdeContext
297
409
  ) => Promise<__HttpRequest>;
410
+ export declare const se_ListConfiguredAudienceModelAssociationsCommand: (
411
+ input: ListConfiguredAudienceModelAssociationsCommandInput,
412
+ context: __SerdeContext
413
+ ) => Promise<__HttpRequest>;
298
414
  export declare const se_ListConfiguredTableAssociationsCommand: (
299
415
  input: ListConfiguredTableAssociationsCommandInput,
300
416
  context: __SerdeContext
@@ -311,6 +427,14 @@ export declare const se_ListMembershipsCommand: (
311
427
  input: ListMembershipsCommandInput,
312
428
  context: __SerdeContext
313
429
  ) => Promise<__HttpRequest>;
430
+ export declare const se_ListPrivacyBudgetsCommand: (
431
+ input: ListPrivacyBudgetsCommandInput,
432
+ context: __SerdeContext
433
+ ) => Promise<__HttpRequest>;
434
+ export declare const se_ListPrivacyBudgetTemplatesCommand: (
435
+ input: ListPrivacyBudgetTemplatesCommandInput,
436
+ context: __SerdeContext
437
+ ) => Promise<__HttpRequest>;
314
438
  export declare const se_ListProtectedQueriesCommand: (
315
439
  input: ListProtectedQueriesCommandInput,
316
440
  context: __SerdeContext
@@ -323,6 +447,10 @@ export declare const se_ListTagsForResourceCommand: (
323
447
  input: ListTagsForResourceCommandInput,
324
448
  context: __SerdeContext
325
449
  ) => Promise<__HttpRequest>;
450
+ export declare const se_PreviewPrivacyImpactCommand: (
451
+ input: PreviewPrivacyImpactCommandInput,
452
+ context: __SerdeContext
453
+ ) => Promise<__HttpRequest>;
326
454
  export declare const se_StartProtectedQueryCommand: (
327
455
  input: StartProtectedQueryCommandInput,
328
456
  context: __SerdeContext
@@ -343,6 +471,10 @@ export declare const se_UpdateCollaborationCommand: (
343
471
  input: UpdateCollaborationCommandInput,
344
472
  context: __SerdeContext
345
473
  ) => Promise<__HttpRequest>;
474
+ export declare const se_UpdateConfiguredAudienceModelAssociationCommand: (
475
+ input: UpdateConfiguredAudienceModelAssociationCommandInput,
476
+ context: __SerdeContext
477
+ ) => Promise<__HttpRequest>;
346
478
  export declare const se_UpdateConfiguredTableCommand: (
347
479
  input: UpdateConfiguredTableCommandInput,
348
480
  context: __SerdeContext
@@ -359,6 +491,10 @@ export declare const se_UpdateMembershipCommand: (
359
491
  input: UpdateMembershipCommandInput,
360
492
  context: __SerdeContext
361
493
  ) => Promise<__HttpRequest>;
494
+ export declare const se_UpdatePrivacyBudgetTemplateCommand: (
495
+ input: UpdatePrivacyBudgetTemplateCommandInput,
496
+ context: __SerdeContext
497
+ ) => Promise<__HttpRequest>;
362
498
  export declare const se_UpdateProtectedQueryCommand: (
363
499
  input: UpdateProtectedQueryCommandInput,
364
500
  context: __SerdeContext
@@ -379,6 +515,10 @@ export declare const de_CreateCollaborationCommand: (
379
515
  output: __HttpResponse,
380
516
  context: __SerdeContext
381
517
  ) => Promise<CreateCollaborationCommandOutput>;
518
+ export declare const de_CreateConfiguredAudienceModelAssociationCommand: (
519
+ output: __HttpResponse,
520
+ context: __SerdeContext
521
+ ) => Promise<CreateConfiguredAudienceModelAssociationCommandOutput>;
382
522
  export declare const de_CreateConfiguredTableCommand: (
383
523
  output: __HttpResponse,
384
524
  context: __SerdeContext
@@ -395,6 +535,10 @@ export declare const de_CreateMembershipCommand: (
395
535
  output: __HttpResponse,
396
536
  context: __SerdeContext
397
537
  ) => Promise<CreateMembershipCommandOutput>;
538
+ export declare const de_CreatePrivacyBudgetTemplateCommand: (
539
+ output: __HttpResponse,
540
+ context: __SerdeContext
541
+ ) => Promise<CreatePrivacyBudgetTemplateCommandOutput>;
398
542
  export declare const de_DeleteAnalysisTemplateCommand: (
399
543
  output: __HttpResponse,
400
544
  context: __SerdeContext
@@ -403,6 +547,10 @@ export declare const de_DeleteCollaborationCommand: (
403
547
  output: __HttpResponse,
404
548
  context: __SerdeContext
405
549
  ) => Promise<DeleteCollaborationCommandOutput>;
550
+ export declare const de_DeleteConfiguredAudienceModelAssociationCommand: (
551
+ output: __HttpResponse,
552
+ context: __SerdeContext
553
+ ) => Promise<DeleteConfiguredAudienceModelAssociationCommandOutput>;
406
554
  export declare const de_DeleteConfiguredTableCommand: (
407
555
  output: __HttpResponse,
408
556
  context: __SerdeContext
@@ -423,6 +571,10 @@ export declare const de_DeleteMembershipCommand: (
423
571
  output: __HttpResponse,
424
572
  context: __SerdeContext
425
573
  ) => Promise<DeleteMembershipCommandOutput>;
574
+ export declare const de_DeletePrivacyBudgetTemplateCommand: (
575
+ output: __HttpResponse,
576
+ context: __SerdeContext
577
+ ) => Promise<DeletePrivacyBudgetTemplateCommandOutput>;
426
578
  export declare const de_GetAnalysisTemplateCommand: (
427
579
  output: __HttpResponse,
428
580
  context: __SerdeContext
@@ -435,6 +587,18 @@ export declare const de_GetCollaborationAnalysisTemplateCommand: (
435
587
  output: __HttpResponse,
436
588
  context: __SerdeContext
437
589
  ) => Promise<GetCollaborationAnalysisTemplateCommandOutput>;
590
+ export declare const de_GetCollaborationConfiguredAudienceModelAssociationCommand: (
591
+ output: __HttpResponse,
592
+ context: __SerdeContext
593
+ ) => Promise<GetCollaborationConfiguredAudienceModelAssociationCommandOutput>;
594
+ export declare const de_GetCollaborationPrivacyBudgetTemplateCommand: (
595
+ output: __HttpResponse,
596
+ context: __SerdeContext
597
+ ) => Promise<GetCollaborationPrivacyBudgetTemplateCommandOutput>;
598
+ export declare const de_GetConfiguredAudienceModelAssociationCommand: (
599
+ output: __HttpResponse,
600
+ context: __SerdeContext
601
+ ) => Promise<GetConfiguredAudienceModelAssociationCommandOutput>;
438
602
  export declare const de_GetConfiguredTableCommand: (
439
603
  output: __HttpResponse,
440
604
  context: __SerdeContext
@@ -451,6 +615,10 @@ export declare const de_GetMembershipCommand: (
451
615
  output: __HttpResponse,
452
616
  context: __SerdeContext
453
617
  ) => Promise<GetMembershipCommandOutput>;
618
+ export declare const de_GetPrivacyBudgetTemplateCommand: (
619
+ output: __HttpResponse,
620
+ context: __SerdeContext
621
+ ) => Promise<GetPrivacyBudgetTemplateCommandOutput>;
454
622
  export declare const de_GetProtectedQueryCommand: (
455
623
  output: __HttpResponse,
456
624
  context: __SerdeContext
@@ -471,10 +639,26 @@ export declare const de_ListCollaborationAnalysisTemplatesCommand: (
471
639
  output: __HttpResponse,
472
640
  context: __SerdeContext
473
641
  ) => Promise<ListCollaborationAnalysisTemplatesCommandOutput>;
642
+ export declare const de_ListCollaborationConfiguredAudienceModelAssociationsCommand: (
643
+ output: __HttpResponse,
644
+ context: __SerdeContext
645
+ ) => Promise<ListCollaborationConfiguredAudienceModelAssociationsCommandOutput>;
646
+ export declare const de_ListCollaborationPrivacyBudgetsCommand: (
647
+ output: __HttpResponse,
648
+ context: __SerdeContext
649
+ ) => Promise<ListCollaborationPrivacyBudgetsCommandOutput>;
650
+ export declare const de_ListCollaborationPrivacyBudgetTemplatesCommand: (
651
+ output: __HttpResponse,
652
+ context: __SerdeContext
653
+ ) => Promise<ListCollaborationPrivacyBudgetTemplatesCommandOutput>;
474
654
  export declare const de_ListCollaborationsCommand: (
475
655
  output: __HttpResponse,
476
656
  context: __SerdeContext
477
657
  ) => Promise<ListCollaborationsCommandOutput>;
658
+ export declare const de_ListConfiguredAudienceModelAssociationsCommand: (
659
+ output: __HttpResponse,
660
+ context: __SerdeContext
661
+ ) => Promise<ListConfiguredAudienceModelAssociationsCommandOutput>;
478
662
  export declare const de_ListConfiguredTableAssociationsCommand: (
479
663
  output: __HttpResponse,
480
664
  context: __SerdeContext
@@ -491,6 +675,14 @@ export declare const de_ListMembershipsCommand: (
491
675
  output: __HttpResponse,
492
676
  context: __SerdeContext
493
677
  ) => Promise<ListMembershipsCommandOutput>;
678
+ export declare const de_ListPrivacyBudgetsCommand: (
679
+ output: __HttpResponse,
680
+ context: __SerdeContext
681
+ ) => Promise<ListPrivacyBudgetsCommandOutput>;
682
+ export declare const de_ListPrivacyBudgetTemplatesCommand: (
683
+ output: __HttpResponse,
684
+ context: __SerdeContext
685
+ ) => Promise<ListPrivacyBudgetTemplatesCommandOutput>;
494
686
  export declare const de_ListProtectedQueriesCommand: (
495
687
  output: __HttpResponse,
496
688
  context: __SerdeContext
@@ -503,6 +695,10 @@ export declare const de_ListTagsForResourceCommand: (
503
695
  output: __HttpResponse,
504
696
  context: __SerdeContext
505
697
  ) => Promise<ListTagsForResourceCommandOutput>;
698
+ export declare const de_PreviewPrivacyImpactCommand: (
699
+ output: __HttpResponse,
700
+ context: __SerdeContext
701
+ ) => Promise<PreviewPrivacyImpactCommandOutput>;
506
702
  export declare const de_StartProtectedQueryCommand: (
507
703
  output: __HttpResponse,
508
704
  context: __SerdeContext
@@ -523,6 +719,10 @@ export declare const de_UpdateCollaborationCommand: (
523
719
  output: __HttpResponse,
524
720
  context: __SerdeContext
525
721
  ) => Promise<UpdateCollaborationCommandOutput>;
722
+ export declare const de_UpdateConfiguredAudienceModelAssociationCommand: (
723
+ output: __HttpResponse,
724
+ context: __SerdeContext
725
+ ) => Promise<UpdateConfiguredAudienceModelAssociationCommandOutput>;
526
726
  export declare const de_UpdateConfiguredTableCommand: (
527
727
  output: __HttpResponse,
528
728
  context: __SerdeContext
@@ -539,6 +739,10 @@ export declare const de_UpdateMembershipCommand: (
539
739
  output: __HttpResponse,
540
740
  context: __SerdeContext
541
741
  ) => Promise<UpdateMembershipCommandOutput>;
742
+ export declare const de_UpdatePrivacyBudgetTemplateCommand: (
743
+ output: __HttpResponse,
744
+ context: __SerdeContext
745
+ ) => Promise<UpdatePrivacyBudgetTemplateCommandOutput>;
542
746
  export declare const de_UpdateProtectedQueryCommand: (
543
747
  output: __HttpResponse,
544
748
  context: __SerdeContext
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-cleanrooms",
3
3
  "description": "AWS SDK for JavaScript Cleanrooms Client for Node.js, Browser and React Native",
4
- "version": "3.461.0",
4
+ "version": "3.462.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -21,7 +21,7 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.461.0",
24
+ "@aws-sdk/client-sts": "3.462.0",
25
25
  "@aws-sdk/core": "3.451.0",
26
26
  "@aws-sdk/credential-provider-node": "3.460.0",
27
27
  "@aws-sdk/middleware-host-header": "3.460.0",