@aws-sdk/client-cleanrooms 3.616.0 → 3.619.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.
- package/README.md +136 -0
- package/dist-cjs/index.js +1123 -31
- package/dist-es/CleanRooms.js +34 -0
- package/dist-es/commands/CreateConfiguredTableAssociationAnalysisRuleCommand.js +24 -0
- package/dist-es/commands/CreateIdMappingTableCommand.js +24 -0
- package/dist-es/commands/CreateIdNamespaceAssociationCommand.js +24 -0
- package/dist-es/commands/DeleteConfiguredTableAssociationAnalysisRuleCommand.js +24 -0
- package/dist-es/commands/DeleteIdMappingTableCommand.js +24 -0
- package/dist-es/commands/DeleteIdNamespaceAssociationCommand.js +24 -0
- package/dist-es/commands/GetCollaborationIdNamespaceAssociationCommand.js +24 -0
- package/dist-es/commands/GetConfiguredTableAssociationAnalysisRuleCommand.js +24 -0
- package/dist-es/commands/GetIdMappingTableCommand.js +24 -0
- package/dist-es/commands/GetIdNamespaceAssociationCommand.js +24 -0
- package/dist-es/commands/ListCollaborationIdNamespaceAssociationsCommand.js +24 -0
- package/dist-es/commands/ListIdMappingTablesCommand.js +24 -0
- package/dist-es/commands/ListIdNamespaceAssociationsCommand.js +24 -0
- package/dist-es/commands/PopulateIdMappingTableCommand.js +24 -0
- package/dist-es/commands/UpdateConfiguredTableAssociationAnalysisRuleCommand.js +24 -0
- package/dist-es/commands/UpdateIdMappingTableCommand.js +24 -0
- package/dist-es/commands/UpdateIdNamespaceAssociationCommand.js +24 -0
- package/dist-es/commands/UpdateProtectedQueryCommand.js +1 -1
- package/dist-es/commands/index.js +17 -0
- package/dist-es/models/index.js +1 -0
- package/dist-es/models/models_0.js +75 -20
- package/dist-es/models/models_1.js +21 -0
- package/dist-es/pagination/ListCollaborationIdNamespaceAssociationsPaginator.js +4 -0
- package/dist-es/pagination/ListIdMappingTablesPaginator.js +4 -0
- package/dist-es/pagination/ListIdNamespaceAssociationsPaginator.js +4 -0
- package/dist-es/pagination/index.js +3 -0
- package/dist-es/protocols/Aws_restJson1.js +602 -0
- package/dist-types/CleanRooms.d.ts +119 -0
- package/dist-types/CleanRoomsClient.d.ts +19 -2
- package/dist-types/commands/BatchGetSchemaAnalysisRuleCommand.d.ts +20 -3
- package/dist-types/commands/BatchGetSchemaCommand.d.ts +15 -4
- package/dist-types/commands/CreateConfiguredTableAnalysisRuleCommand.d.ts +12 -0
- package/dist-types/commands/CreateConfiguredTableAssociationAnalysisRuleCommand.d.ts +143 -0
- package/dist-types/commands/CreateConfiguredTableAssociationCommand.d.ts +3 -0
- package/dist-types/commands/CreateIdMappingTableCommand.d.ts +115 -0
- package/dist-types/commands/CreateIdNamespaceAssociationCommand.d.ts +117 -0
- package/dist-types/commands/CreatePrivacyBudgetTemplateCommand.d.ts +1 -1
- package/dist-types/commands/DeleteConfiguredTableAssociationAnalysisRuleCommand.d.ts +79 -0
- package/dist-types/commands/DeleteIdMappingTableCommand.d.ts +74 -0
- package/dist-types/commands/DeleteIdNamespaceAssociationCommand.d.ts +74 -0
- package/dist-types/commands/DeletePrivacyBudgetTemplateCommand.d.ts +1 -1
- package/dist-types/commands/GetCollaborationIdNamespaceAssociationCommand.d.ts +99 -0
- package/dist-types/commands/GetConfiguredTableAnalysisRuleCommand.d.ts +6 -0
- package/dist-types/commands/GetConfiguredTableAssociationAnalysisRuleCommand.d.ts +114 -0
- package/dist-types/commands/GetConfiguredTableAssociationCommand.d.ts +3 -0
- package/dist-types/commands/GetIdMappingTableCommand.d.ts +100 -0
- package/dist-types/commands/GetIdNamespaceAssociationCommand.d.ts +100 -0
- package/dist-types/commands/GetPrivacyBudgetTemplateCommand.d.ts +1 -1
- package/dist-types/commands/GetProtectedQueryCommand.d.ts +3 -0
- package/dist-types/commands/GetSchemaAnalysisRuleCommand.d.ts +19 -2
- package/dist-types/commands/GetSchemaCommand.d.ts +15 -4
- package/dist-types/commands/ListCollaborationIdNamespaceAssociationsCommand.d.ts +97 -0
- package/dist-types/commands/ListIdMappingTablesCommand.d.ts +95 -0
- package/dist-types/commands/ListIdNamespaceAssociationsCommand.d.ts +98 -0
- package/dist-types/commands/ListPrivacyBudgetTemplatesCommand.d.ts +1 -1
- package/dist-types/commands/ListProtectedQueriesCommand.d.ts +12 -0
- package/dist-types/commands/ListSchemasCommand.d.ts +3 -3
- package/dist-types/commands/PopulateIdMappingTableCommand.d.ts +79 -0
- package/dist-types/commands/StartProtectedQueryCommand.d.ts +6 -0
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateConfiguredTableAnalysisRuleCommand.d.ts +12 -0
- package/dist-types/commands/UpdateConfiguredTableAssociationAnalysisRuleCommand.d.ts +145 -0
- package/dist-types/commands/UpdateConfiguredTableAssociationCommand.d.ts +3 -0
- package/dist-types/commands/UpdateIdMappingTableCommand.d.ts +102 -0
- package/dist-types/commands/UpdateIdNamespaceAssociationCommand.d.ts +105 -0
- package/dist-types/commands/UpdatePrivacyBudgetTemplateCommand.d.ts +1 -1
- package/dist-types/commands/UpdateProtectedQueryCommand.d.ts +5 -1
- package/dist-types/commands/index.d.ts +17 -0
- package/dist-types/models/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +2016 -903
- package/dist-types/models/models_1.d.ts +430 -0
- package/dist-types/pagination/ListCollaborationIdNamespaceAssociationsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListIdMappingTablesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListIdNamespaceAssociationsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +3 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +153 -0
- package/dist-types/ts3.4/CleanRooms.d.ts +325 -0
- package/dist-types/ts3.4/CleanRoomsClient.d.ts +102 -0
- package/dist-types/ts3.4/commands/CreateConfiguredTableAssociationAnalysisRuleCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/CreateIdMappingTableCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/CreateIdNamespaceAssociationCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/CreatePrivacyBudgetTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteConfiguredTableAssociationAnalysisRuleCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/DeleteIdMappingTableCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/DeleteIdNamespaceAssociationCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/DeletePrivacyBudgetTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetCollaborationIdNamespaceAssociationCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/GetConfiguredTableAssociationAnalysisRuleCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/GetIdMappingTableCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/GetIdNamespaceAssociationCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/GetPrivacyBudgetTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListCollaborationIdNamespaceAssociationsCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/ListIdMappingTablesCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/ListIdNamespaceAssociationsCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/ListPrivacyBudgetTemplatesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PopulateIdMappingTableCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateConfiguredTableAssociationAnalysisRuleCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/UpdateIdMappingTableCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/UpdateIdNamespaceAssociationCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/UpdatePrivacyBudgetTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateProtectedQueryCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/index.d.ts +17 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +486 -134
- package/dist-types/ts3.4/models/models_1.d.ts +140 -0
- package/dist-types/ts3.4/pagination/ListCollaborationIdNamespaceAssociationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListIdMappingTablesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListIdNamespaceAssociationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +3 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +204 -0
- package/package.json +1 -1
|
@@ -73,6 +73,10 @@ import {
|
|
|
73
73
|
CreateConfiguredTableAnalysisRuleCommandInput,
|
|
74
74
|
CreateConfiguredTableAnalysisRuleCommandOutput,
|
|
75
75
|
} from "./commands/CreateConfiguredTableAnalysisRuleCommand";
|
|
76
|
+
import {
|
|
77
|
+
CreateConfiguredTableAssociationAnalysisRuleCommandInput,
|
|
78
|
+
CreateConfiguredTableAssociationAnalysisRuleCommandOutput,
|
|
79
|
+
} from "./commands/CreateConfiguredTableAssociationAnalysisRuleCommand";
|
|
76
80
|
import {
|
|
77
81
|
CreateConfiguredTableAssociationCommandInput,
|
|
78
82
|
CreateConfiguredTableAssociationCommandOutput,
|
|
@@ -81,6 +85,14 @@ import {
|
|
|
81
85
|
CreateConfiguredTableCommandInput,
|
|
82
86
|
CreateConfiguredTableCommandOutput,
|
|
83
87
|
} from "./commands/CreateConfiguredTableCommand";
|
|
88
|
+
import {
|
|
89
|
+
CreateIdMappingTableCommandInput,
|
|
90
|
+
CreateIdMappingTableCommandOutput,
|
|
91
|
+
} from "./commands/CreateIdMappingTableCommand";
|
|
92
|
+
import {
|
|
93
|
+
CreateIdNamespaceAssociationCommandInput,
|
|
94
|
+
CreateIdNamespaceAssociationCommandOutput,
|
|
95
|
+
} from "./commands/CreateIdNamespaceAssociationCommand";
|
|
84
96
|
import {
|
|
85
97
|
CreateMembershipCommandInput,
|
|
86
98
|
CreateMembershipCommandOutput,
|
|
@@ -105,6 +117,10 @@ import {
|
|
|
105
117
|
DeleteConfiguredTableAnalysisRuleCommandInput,
|
|
106
118
|
DeleteConfiguredTableAnalysisRuleCommandOutput,
|
|
107
119
|
} from "./commands/DeleteConfiguredTableAnalysisRuleCommand";
|
|
120
|
+
import {
|
|
121
|
+
DeleteConfiguredTableAssociationAnalysisRuleCommandInput,
|
|
122
|
+
DeleteConfiguredTableAssociationAnalysisRuleCommandOutput,
|
|
123
|
+
} from "./commands/DeleteConfiguredTableAssociationAnalysisRuleCommand";
|
|
108
124
|
import {
|
|
109
125
|
DeleteConfiguredTableAssociationCommandInput,
|
|
110
126
|
DeleteConfiguredTableAssociationCommandOutput,
|
|
@@ -113,6 +129,14 @@ import {
|
|
|
113
129
|
DeleteConfiguredTableCommandInput,
|
|
114
130
|
DeleteConfiguredTableCommandOutput,
|
|
115
131
|
} from "./commands/DeleteConfiguredTableCommand";
|
|
132
|
+
import {
|
|
133
|
+
DeleteIdMappingTableCommandInput,
|
|
134
|
+
DeleteIdMappingTableCommandOutput,
|
|
135
|
+
} from "./commands/DeleteIdMappingTableCommand";
|
|
136
|
+
import {
|
|
137
|
+
DeleteIdNamespaceAssociationCommandInput,
|
|
138
|
+
DeleteIdNamespaceAssociationCommandOutput,
|
|
139
|
+
} from "./commands/DeleteIdNamespaceAssociationCommand";
|
|
116
140
|
import {
|
|
117
141
|
DeleteMemberCommandInput,
|
|
118
142
|
DeleteMemberCommandOutput,
|
|
@@ -141,6 +165,10 @@ import {
|
|
|
141
165
|
GetCollaborationConfiguredAudienceModelAssociationCommandInput,
|
|
142
166
|
GetCollaborationConfiguredAudienceModelAssociationCommandOutput,
|
|
143
167
|
} from "./commands/GetCollaborationConfiguredAudienceModelAssociationCommand";
|
|
168
|
+
import {
|
|
169
|
+
GetCollaborationIdNamespaceAssociationCommandInput,
|
|
170
|
+
GetCollaborationIdNamespaceAssociationCommandOutput,
|
|
171
|
+
} from "./commands/GetCollaborationIdNamespaceAssociationCommand";
|
|
144
172
|
import {
|
|
145
173
|
GetCollaborationPrivacyBudgetTemplateCommandInput,
|
|
146
174
|
GetCollaborationPrivacyBudgetTemplateCommandOutput,
|
|
@@ -153,6 +181,10 @@ import {
|
|
|
153
181
|
GetConfiguredTableAnalysisRuleCommandInput,
|
|
154
182
|
GetConfiguredTableAnalysisRuleCommandOutput,
|
|
155
183
|
} from "./commands/GetConfiguredTableAnalysisRuleCommand";
|
|
184
|
+
import {
|
|
185
|
+
GetConfiguredTableAssociationAnalysisRuleCommandInput,
|
|
186
|
+
GetConfiguredTableAssociationAnalysisRuleCommandOutput,
|
|
187
|
+
} from "./commands/GetConfiguredTableAssociationAnalysisRuleCommand";
|
|
156
188
|
import {
|
|
157
189
|
GetConfiguredTableAssociationCommandInput,
|
|
158
190
|
GetConfiguredTableAssociationCommandOutput,
|
|
@@ -161,6 +193,14 @@ import {
|
|
|
161
193
|
GetConfiguredTableCommandInput,
|
|
162
194
|
GetConfiguredTableCommandOutput,
|
|
163
195
|
} from "./commands/GetConfiguredTableCommand";
|
|
196
|
+
import {
|
|
197
|
+
GetIdMappingTableCommandInput,
|
|
198
|
+
GetIdMappingTableCommandOutput,
|
|
199
|
+
} from "./commands/GetIdMappingTableCommand";
|
|
200
|
+
import {
|
|
201
|
+
GetIdNamespaceAssociationCommandInput,
|
|
202
|
+
GetIdNamespaceAssociationCommandOutput,
|
|
203
|
+
} from "./commands/GetIdNamespaceAssociationCommand";
|
|
164
204
|
import {
|
|
165
205
|
GetMembershipCommandInput,
|
|
166
206
|
GetMembershipCommandOutput,
|
|
@@ -193,6 +233,10 @@ import {
|
|
|
193
233
|
ListCollaborationConfiguredAudienceModelAssociationsCommandInput,
|
|
194
234
|
ListCollaborationConfiguredAudienceModelAssociationsCommandOutput,
|
|
195
235
|
} from "./commands/ListCollaborationConfiguredAudienceModelAssociationsCommand";
|
|
236
|
+
import {
|
|
237
|
+
ListCollaborationIdNamespaceAssociationsCommandInput,
|
|
238
|
+
ListCollaborationIdNamespaceAssociationsCommandOutput,
|
|
239
|
+
} from "./commands/ListCollaborationIdNamespaceAssociationsCommand";
|
|
196
240
|
import {
|
|
197
241
|
ListCollaborationPrivacyBudgetsCommandInput,
|
|
198
242
|
ListCollaborationPrivacyBudgetsCommandOutput,
|
|
@@ -217,6 +261,14 @@ import {
|
|
|
217
261
|
ListConfiguredTablesCommandInput,
|
|
218
262
|
ListConfiguredTablesCommandOutput,
|
|
219
263
|
} from "./commands/ListConfiguredTablesCommand";
|
|
264
|
+
import {
|
|
265
|
+
ListIdMappingTablesCommandInput,
|
|
266
|
+
ListIdMappingTablesCommandOutput,
|
|
267
|
+
} from "./commands/ListIdMappingTablesCommand";
|
|
268
|
+
import {
|
|
269
|
+
ListIdNamespaceAssociationsCommandInput,
|
|
270
|
+
ListIdNamespaceAssociationsCommandOutput,
|
|
271
|
+
} from "./commands/ListIdNamespaceAssociationsCommand";
|
|
220
272
|
import {
|
|
221
273
|
ListMembersCommandInput,
|
|
222
274
|
ListMembersCommandOutput,
|
|
@@ -245,6 +297,10 @@ import {
|
|
|
245
297
|
ListTagsForResourceCommandInput,
|
|
246
298
|
ListTagsForResourceCommandOutput,
|
|
247
299
|
} from "./commands/ListTagsForResourceCommand";
|
|
300
|
+
import {
|
|
301
|
+
PopulateIdMappingTableCommandInput,
|
|
302
|
+
PopulateIdMappingTableCommandOutput,
|
|
303
|
+
} from "./commands/PopulateIdMappingTableCommand";
|
|
248
304
|
import {
|
|
249
305
|
PreviewPrivacyImpactCommandInput,
|
|
250
306
|
PreviewPrivacyImpactCommandOutput,
|
|
@@ -277,6 +333,10 @@ import {
|
|
|
277
333
|
UpdateConfiguredTableAnalysisRuleCommandInput,
|
|
278
334
|
UpdateConfiguredTableAnalysisRuleCommandOutput,
|
|
279
335
|
} from "./commands/UpdateConfiguredTableAnalysisRuleCommand";
|
|
336
|
+
import {
|
|
337
|
+
UpdateConfiguredTableAssociationAnalysisRuleCommandInput,
|
|
338
|
+
UpdateConfiguredTableAssociationAnalysisRuleCommandOutput,
|
|
339
|
+
} from "./commands/UpdateConfiguredTableAssociationAnalysisRuleCommand";
|
|
280
340
|
import {
|
|
281
341
|
UpdateConfiguredTableAssociationCommandInput,
|
|
282
342
|
UpdateConfiguredTableAssociationCommandOutput,
|
|
@@ -285,6 +345,14 @@ import {
|
|
|
285
345
|
UpdateConfiguredTableCommandInput,
|
|
286
346
|
UpdateConfiguredTableCommandOutput,
|
|
287
347
|
} from "./commands/UpdateConfiguredTableCommand";
|
|
348
|
+
import {
|
|
349
|
+
UpdateIdMappingTableCommandInput,
|
|
350
|
+
UpdateIdMappingTableCommandOutput,
|
|
351
|
+
} from "./commands/UpdateIdMappingTableCommand";
|
|
352
|
+
import {
|
|
353
|
+
UpdateIdNamespaceAssociationCommandInput,
|
|
354
|
+
UpdateIdNamespaceAssociationCommandOutput,
|
|
355
|
+
} from "./commands/UpdateIdNamespaceAssociationCommand";
|
|
288
356
|
import {
|
|
289
357
|
UpdateMembershipCommandInput,
|
|
290
358
|
UpdateMembershipCommandOutput,
|
|
@@ -312,16 +380,22 @@ export type ServiceInputTypes =
|
|
|
312
380
|
| CreateCollaborationCommandInput
|
|
313
381
|
| CreateConfiguredAudienceModelAssociationCommandInput
|
|
314
382
|
| CreateConfiguredTableAnalysisRuleCommandInput
|
|
383
|
+
| CreateConfiguredTableAssociationAnalysisRuleCommandInput
|
|
315
384
|
| CreateConfiguredTableAssociationCommandInput
|
|
316
385
|
| CreateConfiguredTableCommandInput
|
|
386
|
+
| CreateIdMappingTableCommandInput
|
|
387
|
+
| CreateIdNamespaceAssociationCommandInput
|
|
317
388
|
| CreateMembershipCommandInput
|
|
318
389
|
| CreatePrivacyBudgetTemplateCommandInput
|
|
319
390
|
| DeleteAnalysisTemplateCommandInput
|
|
320
391
|
| DeleteCollaborationCommandInput
|
|
321
392
|
| DeleteConfiguredAudienceModelAssociationCommandInput
|
|
322
393
|
| DeleteConfiguredTableAnalysisRuleCommandInput
|
|
394
|
+
| DeleteConfiguredTableAssociationAnalysisRuleCommandInput
|
|
323
395
|
| DeleteConfiguredTableAssociationCommandInput
|
|
324
396
|
| DeleteConfiguredTableCommandInput
|
|
397
|
+
| DeleteIdMappingTableCommandInput
|
|
398
|
+
| DeleteIdNamespaceAssociationCommandInput
|
|
325
399
|
| DeleteMemberCommandInput
|
|
326
400
|
| DeleteMembershipCommandInput
|
|
327
401
|
| DeletePrivacyBudgetTemplateCommandInput
|
|
@@ -329,11 +403,15 @@ export type ServiceInputTypes =
|
|
|
329
403
|
| GetCollaborationAnalysisTemplateCommandInput
|
|
330
404
|
| GetCollaborationCommandInput
|
|
331
405
|
| GetCollaborationConfiguredAudienceModelAssociationCommandInput
|
|
406
|
+
| GetCollaborationIdNamespaceAssociationCommandInput
|
|
332
407
|
| GetCollaborationPrivacyBudgetTemplateCommandInput
|
|
333
408
|
| GetConfiguredAudienceModelAssociationCommandInput
|
|
334
409
|
| GetConfiguredTableAnalysisRuleCommandInput
|
|
410
|
+
| GetConfiguredTableAssociationAnalysisRuleCommandInput
|
|
335
411
|
| GetConfiguredTableAssociationCommandInput
|
|
336
412
|
| GetConfiguredTableCommandInput
|
|
413
|
+
| GetIdMappingTableCommandInput
|
|
414
|
+
| GetIdNamespaceAssociationCommandInput
|
|
337
415
|
| GetMembershipCommandInput
|
|
338
416
|
| GetPrivacyBudgetTemplateCommandInput
|
|
339
417
|
| GetProtectedQueryCommandInput
|
|
@@ -342,12 +420,15 @@ export type ServiceInputTypes =
|
|
|
342
420
|
| ListAnalysisTemplatesCommandInput
|
|
343
421
|
| ListCollaborationAnalysisTemplatesCommandInput
|
|
344
422
|
| ListCollaborationConfiguredAudienceModelAssociationsCommandInput
|
|
423
|
+
| ListCollaborationIdNamespaceAssociationsCommandInput
|
|
345
424
|
| ListCollaborationPrivacyBudgetTemplatesCommandInput
|
|
346
425
|
| ListCollaborationPrivacyBudgetsCommandInput
|
|
347
426
|
| ListCollaborationsCommandInput
|
|
348
427
|
| ListConfiguredAudienceModelAssociationsCommandInput
|
|
349
428
|
| ListConfiguredTableAssociationsCommandInput
|
|
350
429
|
| ListConfiguredTablesCommandInput
|
|
430
|
+
| ListIdMappingTablesCommandInput
|
|
431
|
+
| ListIdNamespaceAssociationsCommandInput
|
|
351
432
|
| ListMembersCommandInput
|
|
352
433
|
| ListMembershipsCommandInput
|
|
353
434
|
| ListPrivacyBudgetTemplatesCommandInput
|
|
@@ -355,6 +436,7 @@ export type ServiceInputTypes =
|
|
|
355
436
|
| ListProtectedQueriesCommandInput
|
|
356
437
|
| ListSchemasCommandInput
|
|
357
438
|
| ListTagsForResourceCommandInput
|
|
439
|
+
| PopulateIdMappingTableCommandInput
|
|
358
440
|
| PreviewPrivacyImpactCommandInput
|
|
359
441
|
| StartProtectedQueryCommandInput
|
|
360
442
|
| TagResourceCommandInput
|
|
@@ -363,8 +445,11 @@ export type ServiceInputTypes =
|
|
|
363
445
|
| UpdateCollaborationCommandInput
|
|
364
446
|
| UpdateConfiguredAudienceModelAssociationCommandInput
|
|
365
447
|
| UpdateConfiguredTableAnalysisRuleCommandInput
|
|
448
|
+
| UpdateConfiguredTableAssociationAnalysisRuleCommandInput
|
|
366
449
|
| UpdateConfiguredTableAssociationCommandInput
|
|
367
450
|
| UpdateConfiguredTableCommandInput
|
|
451
|
+
| UpdateIdMappingTableCommandInput
|
|
452
|
+
| UpdateIdNamespaceAssociationCommandInput
|
|
368
453
|
| UpdateMembershipCommandInput
|
|
369
454
|
| UpdatePrivacyBudgetTemplateCommandInput
|
|
370
455
|
| UpdateProtectedQueryCommandInput;
|
|
@@ -376,16 +461,22 @@ export type ServiceOutputTypes =
|
|
|
376
461
|
| CreateCollaborationCommandOutput
|
|
377
462
|
| CreateConfiguredAudienceModelAssociationCommandOutput
|
|
378
463
|
| CreateConfiguredTableAnalysisRuleCommandOutput
|
|
464
|
+
| CreateConfiguredTableAssociationAnalysisRuleCommandOutput
|
|
379
465
|
| CreateConfiguredTableAssociationCommandOutput
|
|
380
466
|
| CreateConfiguredTableCommandOutput
|
|
467
|
+
| CreateIdMappingTableCommandOutput
|
|
468
|
+
| CreateIdNamespaceAssociationCommandOutput
|
|
381
469
|
| CreateMembershipCommandOutput
|
|
382
470
|
| CreatePrivacyBudgetTemplateCommandOutput
|
|
383
471
|
| DeleteAnalysisTemplateCommandOutput
|
|
384
472
|
| DeleteCollaborationCommandOutput
|
|
385
473
|
| DeleteConfiguredAudienceModelAssociationCommandOutput
|
|
386
474
|
| DeleteConfiguredTableAnalysisRuleCommandOutput
|
|
475
|
+
| DeleteConfiguredTableAssociationAnalysisRuleCommandOutput
|
|
387
476
|
| DeleteConfiguredTableAssociationCommandOutput
|
|
388
477
|
| DeleteConfiguredTableCommandOutput
|
|
478
|
+
| DeleteIdMappingTableCommandOutput
|
|
479
|
+
| DeleteIdNamespaceAssociationCommandOutput
|
|
389
480
|
| DeleteMemberCommandOutput
|
|
390
481
|
| DeleteMembershipCommandOutput
|
|
391
482
|
| DeletePrivacyBudgetTemplateCommandOutput
|
|
@@ -393,11 +484,15 @@ export type ServiceOutputTypes =
|
|
|
393
484
|
| GetCollaborationAnalysisTemplateCommandOutput
|
|
394
485
|
| GetCollaborationCommandOutput
|
|
395
486
|
| GetCollaborationConfiguredAudienceModelAssociationCommandOutput
|
|
487
|
+
| GetCollaborationIdNamespaceAssociationCommandOutput
|
|
396
488
|
| GetCollaborationPrivacyBudgetTemplateCommandOutput
|
|
397
489
|
| GetConfiguredAudienceModelAssociationCommandOutput
|
|
398
490
|
| GetConfiguredTableAnalysisRuleCommandOutput
|
|
491
|
+
| GetConfiguredTableAssociationAnalysisRuleCommandOutput
|
|
399
492
|
| GetConfiguredTableAssociationCommandOutput
|
|
400
493
|
| GetConfiguredTableCommandOutput
|
|
494
|
+
| GetIdMappingTableCommandOutput
|
|
495
|
+
| GetIdNamespaceAssociationCommandOutput
|
|
401
496
|
| GetMembershipCommandOutput
|
|
402
497
|
| GetPrivacyBudgetTemplateCommandOutput
|
|
403
498
|
| GetProtectedQueryCommandOutput
|
|
@@ -406,12 +501,15 @@ export type ServiceOutputTypes =
|
|
|
406
501
|
| ListAnalysisTemplatesCommandOutput
|
|
407
502
|
| ListCollaborationAnalysisTemplatesCommandOutput
|
|
408
503
|
| ListCollaborationConfiguredAudienceModelAssociationsCommandOutput
|
|
504
|
+
| ListCollaborationIdNamespaceAssociationsCommandOutput
|
|
409
505
|
| ListCollaborationPrivacyBudgetTemplatesCommandOutput
|
|
410
506
|
| ListCollaborationPrivacyBudgetsCommandOutput
|
|
411
507
|
| ListCollaborationsCommandOutput
|
|
412
508
|
| ListConfiguredAudienceModelAssociationsCommandOutput
|
|
413
509
|
| ListConfiguredTableAssociationsCommandOutput
|
|
414
510
|
| ListConfiguredTablesCommandOutput
|
|
511
|
+
| ListIdMappingTablesCommandOutput
|
|
512
|
+
| ListIdNamespaceAssociationsCommandOutput
|
|
415
513
|
| ListMembersCommandOutput
|
|
416
514
|
| ListMembershipsCommandOutput
|
|
417
515
|
| ListPrivacyBudgetTemplatesCommandOutput
|
|
@@ -419,6 +517,7 @@ export type ServiceOutputTypes =
|
|
|
419
517
|
| ListProtectedQueriesCommandOutput
|
|
420
518
|
| ListSchemasCommandOutput
|
|
421
519
|
| ListTagsForResourceCommandOutput
|
|
520
|
+
| PopulateIdMappingTableCommandOutput
|
|
422
521
|
| PreviewPrivacyImpactCommandOutput
|
|
423
522
|
| StartProtectedQueryCommandOutput
|
|
424
523
|
| TagResourceCommandOutput
|
|
@@ -427,8 +526,11 @@ export type ServiceOutputTypes =
|
|
|
427
526
|
| UpdateCollaborationCommandOutput
|
|
428
527
|
| UpdateConfiguredAudienceModelAssociationCommandOutput
|
|
429
528
|
| UpdateConfiguredTableAnalysisRuleCommandOutput
|
|
529
|
+
| UpdateConfiguredTableAssociationAnalysisRuleCommandOutput
|
|
430
530
|
| UpdateConfiguredTableAssociationCommandOutput
|
|
431
531
|
| UpdateConfiguredTableCommandOutput
|
|
532
|
+
| UpdateIdMappingTableCommandOutput
|
|
533
|
+
| UpdateIdNamespaceAssociationCommandOutput
|
|
432
534
|
| UpdateMembershipCommandOutput
|
|
433
535
|
| UpdatePrivacyBudgetTemplateCommandOutput
|
|
434
536
|
| UpdateProtectedQueryCommandOutput;
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
CleanRoomsClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../CleanRoomsClient";
|
|
8
|
+
import {
|
|
9
|
+
CreateConfiguredTableAssociationAnalysisRuleInput,
|
|
10
|
+
CreateConfiguredTableAssociationAnalysisRuleOutput,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface CreateConfiguredTableAssociationAnalysisRuleCommandInput
|
|
15
|
+
extends CreateConfiguredTableAssociationAnalysisRuleInput {}
|
|
16
|
+
export interface CreateConfiguredTableAssociationAnalysisRuleCommandOutput
|
|
17
|
+
extends CreateConfiguredTableAssociationAnalysisRuleOutput,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const CreateConfiguredTableAssociationAnalysisRuleCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: CreateConfiguredTableAssociationAnalysisRuleCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
CreateConfiguredTableAssociationAnalysisRuleCommandInput,
|
|
24
|
+
CreateConfiguredTableAssociationAnalysisRuleCommandOutput,
|
|
25
|
+
CleanRoomsClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: CreateConfiguredTableAssociationAnalysisRuleCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
CreateConfiguredTableAssociationAnalysisRuleCommandInput,
|
|
33
|
+
CreateConfiguredTableAssociationAnalysisRuleCommandOutput,
|
|
34
|
+
CleanRoomsClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class CreateConfiguredTableAssociationAnalysisRuleCommand extends CreateConfiguredTableAssociationAnalysisRuleCommand_base {}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
CleanRoomsClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../CleanRoomsClient";
|
|
8
|
+
import {
|
|
9
|
+
CreateIdMappingTableInput,
|
|
10
|
+
CreateIdMappingTableOutput,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface CreateIdMappingTableCommandInput
|
|
15
|
+
extends CreateIdMappingTableInput {}
|
|
16
|
+
export interface CreateIdMappingTableCommandOutput
|
|
17
|
+
extends CreateIdMappingTableOutput,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const CreateIdMappingTableCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: CreateIdMappingTableCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
CreateIdMappingTableCommandInput,
|
|
24
|
+
CreateIdMappingTableCommandOutput,
|
|
25
|
+
CleanRoomsClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: CreateIdMappingTableCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
CreateIdMappingTableCommandInput,
|
|
33
|
+
CreateIdMappingTableCommandOutput,
|
|
34
|
+
CleanRoomsClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class CreateIdMappingTableCommand extends CreateIdMappingTableCommand_base {}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
CleanRoomsClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../CleanRoomsClient";
|
|
8
|
+
import {
|
|
9
|
+
CreateIdNamespaceAssociationInput,
|
|
10
|
+
CreateIdNamespaceAssociationOutput,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface CreateIdNamespaceAssociationCommandInput
|
|
15
|
+
extends CreateIdNamespaceAssociationInput {}
|
|
16
|
+
export interface CreateIdNamespaceAssociationCommandOutput
|
|
17
|
+
extends CreateIdNamespaceAssociationOutput,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const CreateIdNamespaceAssociationCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: CreateIdNamespaceAssociationCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
CreateIdNamespaceAssociationCommandInput,
|
|
24
|
+
CreateIdNamespaceAssociationCommandOutput,
|
|
25
|
+
CleanRoomsClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: CreateIdNamespaceAssociationCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
CreateIdNamespaceAssociationCommandInput,
|
|
33
|
+
CreateIdNamespaceAssociationCommandOutput,
|
|
34
|
+
CleanRoomsClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class CreateIdNamespaceAssociationCommand extends CreateIdNamespaceAssociationCommand_base {}
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
CreatePrivacyBudgetTemplateInput,
|
|
10
10
|
CreatePrivacyBudgetTemplateOutput,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_1";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface CreatePrivacyBudgetTemplateCommandInput
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
CleanRoomsClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../CleanRoomsClient";
|
|
8
|
+
import {
|
|
9
|
+
DeleteConfiguredTableAssociationAnalysisRuleInput,
|
|
10
|
+
DeleteConfiguredTableAssociationAnalysisRuleOutput,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface DeleteConfiguredTableAssociationAnalysisRuleCommandInput
|
|
15
|
+
extends DeleteConfiguredTableAssociationAnalysisRuleInput {}
|
|
16
|
+
export interface DeleteConfiguredTableAssociationAnalysisRuleCommandOutput
|
|
17
|
+
extends DeleteConfiguredTableAssociationAnalysisRuleOutput,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const DeleteConfiguredTableAssociationAnalysisRuleCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: DeleteConfiguredTableAssociationAnalysisRuleCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
DeleteConfiguredTableAssociationAnalysisRuleCommandInput,
|
|
24
|
+
DeleteConfiguredTableAssociationAnalysisRuleCommandOutput,
|
|
25
|
+
CleanRoomsClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: DeleteConfiguredTableAssociationAnalysisRuleCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
DeleteConfiguredTableAssociationAnalysisRuleCommandInput,
|
|
33
|
+
DeleteConfiguredTableAssociationAnalysisRuleCommandOutput,
|
|
34
|
+
CleanRoomsClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class DeleteConfiguredTableAssociationAnalysisRuleCommand extends DeleteConfiguredTableAssociationAnalysisRuleCommand_base {}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
CleanRoomsClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../CleanRoomsClient";
|
|
8
|
+
import {
|
|
9
|
+
DeleteIdMappingTableInput,
|
|
10
|
+
DeleteIdMappingTableOutput,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface DeleteIdMappingTableCommandInput
|
|
15
|
+
extends DeleteIdMappingTableInput {}
|
|
16
|
+
export interface DeleteIdMappingTableCommandOutput
|
|
17
|
+
extends DeleteIdMappingTableOutput,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const DeleteIdMappingTableCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: DeleteIdMappingTableCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
DeleteIdMappingTableCommandInput,
|
|
24
|
+
DeleteIdMappingTableCommandOutput,
|
|
25
|
+
CleanRoomsClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: DeleteIdMappingTableCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
DeleteIdMappingTableCommandInput,
|
|
33
|
+
DeleteIdMappingTableCommandOutput,
|
|
34
|
+
CleanRoomsClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class DeleteIdMappingTableCommand extends DeleteIdMappingTableCommand_base {}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
CleanRoomsClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../CleanRoomsClient";
|
|
8
|
+
import {
|
|
9
|
+
DeleteIdNamespaceAssociationInput,
|
|
10
|
+
DeleteIdNamespaceAssociationOutput,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface DeleteIdNamespaceAssociationCommandInput
|
|
15
|
+
extends DeleteIdNamespaceAssociationInput {}
|
|
16
|
+
export interface DeleteIdNamespaceAssociationCommandOutput
|
|
17
|
+
extends DeleteIdNamespaceAssociationOutput,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const DeleteIdNamespaceAssociationCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: DeleteIdNamespaceAssociationCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
DeleteIdNamespaceAssociationCommandInput,
|
|
24
|
+
DeleteIdNamespaceAssociationCommandOutput,
|
|
25
|
+
CleanRoomsClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: DeleteIdNamespaceAssociationCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
DeleteIdNamespaceAssociationCommandInput,
|
|
33
|
+
DeleteIdNamespaceAssociationCommandOutput,
|
|
34
|
+
CleanRoomsClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class DeleteIdNamespaceAssociationCommand extends DeleteIdNamespaceAssociationCommand_base {}
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
DeletePrivacyBudgetTemplateInput,
|
|
10
10
|
DeletePrivacyBudgetTemplateOutput,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_1";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface DeletePrivacyBudgetTemplateCommandInput
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
CleanRoomsClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../CleanRoomsClient";
|
|
8
|
+
import {
|
|
9
|
+
GetCollaborationIdNamespaceAssociationInput,
|
|
10
|
+
GetCollaborationIdNamespaceAssociationOutput,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface GetCollaborationIdNamespaceAssociationCommandInput
|
|
15
|
+
extends GetCollaborationIdNamespaceAssociationInput {}
|
|
16
|
+
export interface GetCollaborationIdNamespaceAssociationCommandOutput
|
|
17
|
+
extends GetCollaborationIdNamespaceAssociationOutput,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const GetCollaborationIdNamespaceAssociationCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: GetCollaborationIdNamespaceAssociationCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
GetCollaborationIdNamespaceAssociationCommandInput,
|
|
24
|
+
GetCollaborationIdNamespaceAssociationCommandOutput,
|
|
25
|
+
CleanRoomsClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: GetCollaborationIdNamespaceAssociationCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
GetCollaborationIdNamespaceAssociationCommandInput,
|
|
33
|
+
GetCollaborationIdNamespaceAssociationCommandOutput,
|
|
34
|
+
CleanRoomsClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class GetCollaborationIdNamespaceAssociationCommand extends GetCollaborationIdNamespaceAssociationCommand_base {}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
CleanRoomsClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../CleanRoomsClient";
|
|
8
|
+
import {
|
|
9
|
+
GetConfiguredTableAssociationAnalysisRuleInput,
|
|
10
|
+
GetConfiguredTableAssociationAnalysisRuleOutput,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface GetConfiguredTableAssociationAnalysisRuleCommandInput
|
|
15
|
+
extends GetConfiguredTableAssociationAnalysisRuleInput {}
|
|
16
|
+
export interface GetConfiguredTableAssociationAnalysisRuleCommandOutput
|
|
17
|
+
extends GetConfiguredTableAssociationAnalysisRuleOutput,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const GetConfiguredTableAssociationAnalysisRuleCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: GetConfiguredTableAssociationAnalysisRuleCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
GetConfiguredTableAssociationAnalysisRuleCommandInput,
|
|
24
|
+
GetConfiguredTableAssociationAnalysisRuleCommandOutput,
|
|
25
|
+
CleanRoomsClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: GetConfiguredTableAssociationAnalysisRuleCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
GetConfiguredTableAssociationAnalysisRuleCommandInput,
|
|
33
|
+
GetConfiguredTableAssociationAnalysisRuleCommandOutput,
|
|
34
|
+
CleanRoomsClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class GetConfiguredTableAssociationAnalysisRuleCommand extends GetConfiguredTableAssociationAnalysisRuleCommand_base {}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
CleanRoomsClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../CleanRoomsClient";
|
|
8
|
+
import {
|
|
9
|
+
GetIdMappingTableInput,
|
|
10
|
+
GetIdMappingTableOutput,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface GetIdMappingTableCommandInput extends GetIdMappingTableInput {}
|
|
15
|
+
export interface GetIdMappingTableCommandOutput
|
|
16
|
+
extends GetIdMappingTableOutput,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
declare const GetIdMappingTableCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: GetIdMappingTableCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
GetIdMappingTableCommandInput,
|
|
23
|
+
GetIdMappingTableCommandOutput,
|
|
24
|
+
CleanRoomsClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: GetIdMappingTableCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
GetIdMappingTableCommandInput,
|
|
32
|
+
GetIdMappingTableCommandOutput,
|
|
33
|
+
CleanRoomsClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
37
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
|
+
};
|
|
39
|
+
export declare class GetIdMappingTableCommand extends GetIdMappingTableCommand_base {}
|