@aws-sdk/client-cleanrooms 3.616.0 → 3.618.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 +104 -0
- package/dist-cjs/index.js +811 -8
- package/dist-es/CleanRooms.js +26 -0
- package/dist-es/commands/CreateIdMappingTableCommand.js +24 -0
- package/dist-es/commands/CreateIdNamespaceAssociationCommand.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/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/UpdateIdMappingTableCommand.js +24 -0
- package/dist-es/commands/UpdateIdNamespaceAssociationCommand.js +24 -0
- package/dist-es/commands/index.js +13 -0
- package/dist-es/models/models_0.js +29 -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 +483 -0
- package/dist-types/CleanRooms.d.ts +91 -0
- package/dist-types/CleanRoomsClient.d.ts +15 -2
- package/dist-types/commands/BatchGetSchemaAnalysisRuleCommand.d.ts +16 -3
- package/dist-types/commands/BatchGetSchemaCommand.d.ts +15 -5
- package/dist-types/commands/CreateIdMappingTableCommand.d.ts +115 -0
- package/dist-types/commands/CreateIdNamespaceAssociationCommand.d.ts +117 -0
- package/dist-types/commands/DeleteIdMappingTableCommand.d.ts +74 -0
- package/dist-types/commands/DeleteIdNamespaceAssociationCommand.d.ts +74 -0
- package/dist-types/commands/GetCollaborationIdNamespaceAssociationCommand.d.ts +99 -0
- package/dist-types/commands/GetIdMappingTableCommand.d.ts +100 -0
- package/dist-types/commands/GetIdNamespaceAssociationCommand.d.ts +100 -0
- package/dist-types/commands/GetSchemaAnalysisRuleCommand.d.ts +15 -2
- package/dist-types/commands/GetSchemaCommand.d.ts +15 -5
- 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/ListSchemasCommand.d.ts +3 -3
- package/dist-types/commands/PopulateIdMappingTableCommand.d.ts +79 -0
- package/dist-types/commands/UpdateIdMappingTableCommand.d.ts +102 -0
- package/dist-types/commands/UpdateIdNamespaceAssociationCommand.d.ts +105 -0
- package/dist-types/commands/index.d.ts +13 -0
- package/dist-types/models/models_0.d.ts +1334 -333
- 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 +117 -0
- package/dist-types/ts3.4/CleanRooms.d.ts +233 -0
- package/dist-types/ts3.4/CleanRoomsClient.d.ts +78 -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/DeleteIdMappingTableCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/DeleteIdNamespaceAssociationCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/GetCollaborationIdNamespaceAssociationCommand.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/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/PopulateIdMappingTableCommand.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/index.d.ts +13 -0
- package/dist-types/ts3.4/models/models_0.d.ts +302 -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 +156 -0
- package/package.json +1 -1
|
@@ -81,6 +81,14 @@ import {
|
|
|
81
81
|
CreateConfiguredTableCommandInput,
|
|
82
82
|
CreateConfiguredTableCommandOutput,
|
|
83
83
|
} from "./commands/CreateConfiguredTableCommand";
|
|
84
|
+
import {
|
|
85
|
+
CreateIdMappingTableCommandInput,
|
|
86
|
+
CreateIdMappingTableCommandOutput,
|
|
87
|
+
} from "./commands/CreateIdMappingTableCommand";
|
|
88
|
+
import {
|
|
89
|
+
CreateIdNamespaceAssociationCommandInput,
|
|
90
|
+
CreateIdNamespaceAssociationCommandOutput,
|
|
91
|
+
} from "./commands/CreateIdNamespaceAssociationCommand";
|
|
84
92
|
import {
|
|
85
93
|
CreateMembershipCommandInput,
|
|
86
94
|
CreateMembershipCommandOutput,
|
|
@@ -113,6 +121,14 @@ import {
|
|
|
113
121
|
DeleteConfiguredTableCommandInput,
|
|
114
122
|
DeleteConfiguredTableCommandOutput,
|
|
115
123
|
} from "./commands/DeleteConfiguredTableCommand";
|
|
124
|
+
import {
|
|
125
|
+
DeleteIdMappingTableCommandInput,
|
|
126
|
+
DeleteIdMappingTableCommandOutput,
|
|
127
|
+
} from "./commands/DeleteIdMappingTableCommand";
|
|
128
|
+
import {
|
|
129
|
+
DeleteIdNamespaceAssociationCommandInput,
|
|
130
|
+
DeleteIdNamespaceAssociationCommandOutput,
|
|
131
|
+
} from "./commands/DeleteIdNamespaceAssociationCommand";
|
|
116
132
|
import {
|
|
117
133
|
DeleteMemberCommandInput,
|
|
118
134
|
DeleteMemberCommandOutput,
|
|
@@ -141,6 +157,10 @@ import {
|
|
|
141
157
|
GetCollaborationConfiguredAudienceModelAssociationCommandInput,
|
|
142
158
|
GetCollaborationConfiguredAudienceModelAssociationCommandOutput,
|
|
143
159
|
} from "./commands/GetCollaborationConfiguredAudienceModelAssociationCommand";
|
|
160
|
+
import {
|
|
161
|
+
GetCollaborationIdNamespaceAssociationCommandInput,
|
|
162
|
+
GetCollaborationIdNamespaceAssociationCommandOutput,
|
|
163
|
+
} from "./commands/GetCollaborationIdNamespaceAssociationCommand";
|
|
144
164
|
import {
|
|
145
165
|
GetCollaborationPrivacyBudgetTemplateCommandInput,
|
|
146
166
|
GetCollaborationPrivacyBudgetTemplateCommandOutput,
|
|
@@ -161,6 +181,14 @@ import {
|
|
|
161
181
|
GetConfiguredTableCommandInput,
|
|
162
182
|
GetConfiguredTableCommandOutput,
|
|
163
183
|
} from "./commands/GetConfiguredTableCommand";
|
|
184
|
+
import {
|
|
185
|
+
GetIdMappingTableCommandInput,
|
|
186
|
+
GetIdMappingTableCommandOutput,
|
|
187
|
+
} from "./commands/GetIdMappingTableCommand";
|
|
188
|
+
import {
|
|
189
|
+
GetIdNamespaceAssociationCommandInput,
|
|
190
|
+
GetIdNamespaceAssociationCommandOutput,
|
|
191
|
+
} from "./commands/GetIdNamespaceAssociationCommand";
|
|
164
192
|
import {
|
|
165
193
|
GetMembershipCommandInput,
|
|
166
194
|
GetMembershipCommandOutput,
|
|
@@ -193,6 +221,10 @@ import {
|
|
|
193
221
|
ListCollaborationConfiguredAudienceModelAssociationsCommandInput,
|
|
194
222
|
ListCollaborationConfiguredAudienceModelAssociationsCommandOutput,
|
|
195
223
|
} from "./commands/ListCollaborationConfiguredAudienceModelAssociationsCommand";
|
|
224
|
+
import {
|
|
225
|
+
ListCollaborationIdNamespaceAssociationsCommandInput,
|
|
226
|
+
ListCollaborationIdNamespaceAssociationsCommandOutput,
|
|
227
|
+
} from "./commands/ListCollaborationIdNamespaceAssociationsCommand";
|
|
196
228
|
import {
|
|
197
229
|
ListCollaborationPrivacyBudgetsCommandInput,
|
|
198
230
|
ListCollaborationPrivacyBudgetsCommandOutput,
|
|
@@ -217,6 +249,14 @@ import {
|
|
|
217
249
|
ListConfiguredTablesCommandInput,
|
|
218
250
|
ListConfiguredTablesCommandOutput,
|
|
219
251
|
} from "./commands/ListConfiguredTablesCommand";
|
|
252
|
+
import {
|
|
253
|
+
ListIdMappingTablesCommandInput,
|
|
254
|
+
ListIdMappingTablesCommandOutput,
|
|
255
|
+
} from "./commands/ListIdMappingTablesCommand";
|
|
256
|
+
import {
|
|
257
|
+
ListIdNamespaceAssociationsCommandInput,
|
|
258
|
+
ListIdNamespaceAssociationsCommandOutput,
|
|
259
|
+
} from "./commands/ListIdNamespaceAssociationsCommand";
|
|
220
260
|
import {
|
|
221
261
|
ListMembersCommandInput,
|
|
222
262
|
ListMembersCommandOutput,
|
|
@@ -245,6 +285,10 @@ import {
|
|
|
245
285
|
ListTagsForResourceCommandInput,
|
|
246
286
|
ListTagsForResourceCommandOutput,
|
|
247
287
|
} from "./commands/ListTagsForResourceCommand";
|
|
288
|
+
import {
|
|
289
|
+
PopulateIdMappingTableCommandInput,
|
|
290
|
+
PopulateIdMappingTableCommandOutput,
|
|
291
|
+
} from "./commands/PopulateIdMappingTableCommand";
|
|
248
292
|
import {
|
|
249
293
|
PreviewPrivacyImpactCommandInput,
|
|
250
294
|
PreviewPrivacyImpactCommandOutput,
|
|
@@ -285,6 +329,14 @@ import {
|
|
|
285
329
|
UpdateConfiguredTableCommandInput,
|
|
286
330
|
UpdateConfiguredTableCommandOutput,
|
|
287
331
|
} from "./commands/UpdateConfiguredTableCommand";
|
|
332
|
+
import {
|
|
333
|
+
UpdateIdMappingTableCommandInput,
|
|
334
|
+
UpdateIdMappingTableCommandOutput,
|
|
335
|
+
} from "./commands/UpdateIdMappingTableCommand";
|
|
336
|
+
import {
|
|
337
|
+
UpdateIdNamespaceAssociationCommandInput,
|
|
338
|
+
UpdateIdNamespaceAssociationCommandOutput,
|
|
339
|
+
} from "./commands/UpdateIdNamespaceAssociationCommand";
|
|
288
340
|
import {
|
|
289
341
|
UpdateMembershipCommandInput,
|
|
290
342
|
UpdateMembershipCommandOutput,
|
|
@@ -314,6 +366,8 @@ export type ServiceInputTypes =
|
|
|
314
366
|
| CreateConfiguredTableAnalysisRuleCommandInput
|
|
315
367
|
| CreateConfiguredTableAssociationCommandInput
|
|
316
368
|
| CreateConfiguredTableCommandInput
|
|
369
|
+
| CreateIdMappingTableCommandInput
|
|
370
|
+
| CreateIdNamespaceAssociationCommandInput
|
|
317
371
|
| CreateMembershipCommandInput
|
|
318
372
|
| CreatePrivacyBudgetTemplateCommandInput
|
|
319
373
|
| DeleteAnalysisTemplateCommandInput
|
|
@@ -322,6 +376,8 @@ export type ServiceInputTypes =
|
|
|
322
376
|
| DeleteConfiguredTableAnalysisRuleCommandInput
|
|
323
377
|
| DeleteConfiguredTableAssociationCommandInput
|
|
324
378
|
| DeleteConfiguredTableCommandInput
|
|
379
|
+
| DeleteIdMappingTableCommandInput
|
|
380
|
+
| DeleteIdNamespaceAssociationCommandInput
|
|
325
381
|
| DeleteMemberCommandInput
|
|
326
382
|
| DeleteMembershipCommandInput
|
|
327
383
|
| DeletePrivacyBudgetTemplateCommandInput
|
|
@@ -329,11 +385,14 @@ export type ServiceInputTypes =
|
|
|
329
385
|
| GetCollaborationAnalysisTemplateCommandInput
|
|
330
386
|
| GetCollaborationCommandInput
|
|
331
387
|
| GetCollaborationConfiguredAudienceModelAssociationCommandInput
|
|
388
|
+
| GetCollaborationIdNamespaceAssociationCommandInput
|
|
332
389
|
| GetCollaborationPrivacyBudgetTemplateCommandInput
|
|
333
390
|
| GetConfiguredAudienceModelAssociationCommandInput
|
|
334
391
|
| GetConfiguredTableAnalysisRuleCommandInput
|
|
335
392
|
| GetConfiguredTableAssociationCommandInput
|
|
336
393
|
| GetConfiguredTableCommandInput
|
|
394
|
+
| GetIdMappingTableCommandInput
|
|
395
|
+
| GetIdNamespaceAssociationCommandInput
|
|
337
396
|
| GetMembershipCommandInput
|
|
338
397
|
| GetPrivacyBudgetTemplateCommandInput
|
|
339
398
|
| GetProtectedQueryCommandInput
|
|
@@ -342,12 +401,15 @@ export type ServiceInputTypes =
|
|
|
342
401
|
| ListAnalysisTemplatesCommandInput
|
|
343
402
|
| ListCollaborationAnalysisTemplatesCommandInput
|
|
344
403
|
| ListCollaborationConfiguredAudienceModelAssociationsCommandInput
|
|
404
|
+
| ListCollaborationIdNamespaceAssociationsCommandInput
|
|
345
405
|
| ListCollaborationPrivacyBudgetTemplatesCommandInput
|
|
346
406
|
| ListCollaborationPrivacyBudgetsCommandInput
|
|
347
407
|
| ListCollaborationsCommandInput
|
|
348
408
|
| ListConfiguredAudienceModelAssociationsCommandInput
|
|
349
409
|
| ListConfiguredTableAssociationsCommandInput
|
|
350
410
|
| ListConfiguredTablesCommandInput
|
|
411
|
+
| ListIdMappingTablesCommandInput
|
|
412
|
+
| ListIdNamespaceAssociationsCommandInput
|
|
351
413
|
| ListMembersCommandInput
|
|
352
414
|
| ListMembershipsCommandInput
|
|
353
415
|
| ListPrivacyBudgetTemplatesCommandInput
|
|
@@ -355,6 +417,7 @@ export type ServiceInputTypes =
|
|
|
355
417
|
| ListProtectedQueriesCommandInput
|
|
356
418
|
| ListSchemasCommandInput
|
|
357
419
|
| ListTagsForResourceCommandInput
|
|
420
|
+
| PopulateIdMappingTableCommandInput
|
|
358
421
|
| PreviewPrivacyImpactCommandInput
|
|
359
422
|
| StartProtectedQueryCommandInput
|
|
360
423
|
| TagResourceCommandInput
|
|
@@ -365,6 +428,8 @@ export type ServiceInputTypes =
|
|
|
365
428
|
| UpdateConfiguredTableAnalysisRuleCommandInput
|
|
366
429
|
| UpdateConfiguredTableAssociationCommandInput
|
|
367
430
|
| UpdateConfiguredTableCommandInput
|
|
431
|
+
| UpdateIdMappingTableCommandInput
|
|
432
|
+
| UpdateIdNamespaceAssociationCommandInput
|
|
368
433
|
| UpdateMembershipCommandInput
|
|
369
434
|
| UpdatePrivacyBudgetTemplateCommandInput
|
|
370
435
|
| UpdateProtectedQueryCommandInput;
|
|
@@ -378,6 +443,8 @@ export type ServiceOutputTypes =
|
|
|
378
443
|
| CreateConfiguredTableAnalysisRuleCommandOutput
|
|
379
444
|
| CreateConfiguredTableAssociationCommandOutput
|
|
380
445
|
| CreateConfiguredTableCommandOutput
|
|
446
|
+
| CreateIdMappingTableCommandOutput
|
|
447
|
+
| CreateIdNamespaceAssociationCommandOutput
|
|
381
448
|
| CreateMembershipCommandOutput
|
|
382
449
|
| CreatePrivacyBudgetTemplateCommandOutput
|
|
383
450
|
| DeleteAnalysisTemplateCommandOutput
|
|
@@ -386,6 +453,8 @@ export type ServiceOutputTypes =
|
|
|
386
453
|
| DeleteConfiguredTableAnalysisRuleCommandOutput
|
|
387
454
|
| DeleteConfiguredTableAssociationCommandOutput
|
|
388
455
|
| DeleteConfiguredTableCommandOutput
|
|
456
|
+
| DeleteIdMappingTableCommandOutput
|
|
457
|
+
| DeleteIdNamespaceAssociationCommandOutput
|
|
389
458
|
| DeleteMemberCommandOutput
|
|
390
459
|
| DeleteMembershipCommandOutput
|
|
391
460
|
| DeletePrivacyBudgetTemplateCommandOutput
|
|
@@ -393,11 +462,14 @@ export type ServiceOutputTypes =
|
|
|
393
462
|
| GetCollaborationAnalysisTemplateCommandOutput
|
|
394
463
|
| GetCollaborationCommandOutput
|
|
395
464
|
| GetCollaborationConfiguredAudienceModelAssociationCommandOutput
|
|
465
|
+
| GetCollaborationIdNamespaceAssociationCommandOutput
|
|
396
466
|
| GetCollaborationPrivacyBudgetTemplateCommandOutput
|
|
397
467
|
| GetConfiguredAudienceModelAssociationCommandOutput
|
|
398
468
|
| GetConfiguredTableAnalysisRuleCommandOutput
|
|
399
469
|
| GetConfiguredTableAssociationCommandOutput
|
|
400
470
|
| GetConfiguredTableCommandOutput
|
|
471
|
+
| GetIdMappingTableCommandOutput
|
|
472
|
+
| GetIdNamespaceAssociationCommandOutput
|
|
401
473
|
| GetMembershipCommandOutput
|
|
402
474
|
| GetPrivacyBudgetTemplateCommandOutput
|
|
403
475
|
| GetProtectedQueryCommandOutput
|
|
@@ -406,12 +478,15 @@ export type ServiceOutputTypes =
|
|
|
406
478
|
| ListAnalysisTemplatesCommandOutput
|
|
407
479
|
| ListCollaborationAnalysisTemplatesCommandOutput
|
|
408
480
|
| ListCollaborationConfiguredAudienceModelAssociationsCommandOutput
|
|
481
|
+
| ListCollaborationIdNamespaceAssociationsCommandOutput
|
|
409
482
|
| ListCollaborationPrivacyBudgetTemplatesCommandOutput
|
|
410
483
|
| ListCollaborationPrivacyBudgetsCommandOutput
|
|
411
484
|
| ListCollaborationsCommandOutput
|
|
412
485
|
| ListConfiguredAudienceModelAssociationsCommandOutput
|
|
413
486
|
| ListConfiguredTableAssociationsCommandOutput
|
|
414
487
|
| ListConfiguredTablesCommandOutput
|
|
488
|
+
| ListIdMappingTablesCommandOutput
|
|
489
|
+
| ListIdNamespaceAssociationsCommandOutput
|
|
415
490
|
| ListMembersCommandOutput
|
|
416
491
|
| ListMembershipsCommandOutput
|
|
417
492
|
| ListPrivacyBudgetTemplatesCommandOutput
|
|
@@ -419,6 +494,7 @@ export type ServiceOutputTypes =
|
|
|
419
494
|
| ListProtectedQueriesCommandOutput
|
|
420
495
|
| ListSchemasCommandOutput
|
|
421
496
|
| ListTagsForResourceCommandOutput
|
|
497
|
+
| PopulateIdMappingTableCommandOutput
|
|
422
498
|
| PreviewPrivacyImpactCommandOutput
|
|
423
499
|
| StartProtectedQueryCommandOutput
|
|
424
500
|
| TagResourceCommandOutput
|
|
@@ -429,6 +505,8 @@ export type ServiceOutputTypes =
|
|
|
429
505
|
| UpdateConfiguredTableAnalysisRuleCommandOutput
|
|
430
506
|
| UpdateConfiguredTableAssociationCommandOutput
|
|
431
507
|
| UpdateConfiguredTableCommandOutput
|
|
508
|
+
| UpdateIdMappingTableCommandOutput
|
|
509
|
+
| UpdateIdNamespaceAssociationCommandOutput
|
|
432
510
|
| UpdateMembershipCommandOutput
|
|
433
511
|
| UpdatePrivacyBudgetTemplateCommandOutput
|
|
434
512
|
| 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
|
+
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 {}
|
|
@@ -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 {}
|
|
@@ -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,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 {}
|
|
@@ -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
|
+
GetIdNamespaceAssociationInput,
|
|
10
|
+
GetIdNamespaceAssociationOutput,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface GetIdNamespaceAssociationCommandInput
|
|
15
|
+
extends GetIdNamespaceAssociationInput {}
|
|
16
|
+
export interface GetIdNamespaceAssociationCommandOutput
|
|
17
|
+
extends GetIdNamespaceAssociationOutput,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const GetIdNamespaceAssociationCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: GetIdNamespaceAssociationCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
GetIdNamespaceAssociationCommandInput,
|
|
24
|
+
GetIdNamespaceAssociationCommandOutput,
|
|
25
|
+
CleanRoomsClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: GetIdNamespaceAssociationCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
GetIdNamespaceAssociationCommandInput,
|
|
33
|
+
GetIdNamespaceAssociationCommandOutput,
|
|
34
|
+
CleanRoomsClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class GetIdNamespaceAssociationCommand extends GetIdNamespaceAssociationCommand_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
|
+
ListCollaborationIdNamespaceAssociationsInput,
|
|
10
|
+
ListCollaborationIdNamespaceAssociationsOutput,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface ListCollaborationIdNamespaceAssociationsCommandInput
|
|
15
|
+
extends ListCollaborationIdNamespaceAssociationsInput {}
|
|
16
|
+
export interface ListCollaborationIdNamespaceAssociationsCommandOutput
|
|
17
|
+
extends ListCollaborationIdNamespaceAssociationsOutput,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const ListCollaborationIdNamespaceAssociationsCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: ListCollaborationIdNamespaceAssociationsCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
ListCollaborationIdNamespaceAssociationsCommandInput,
|
|
24
|
+
ListCollaborationIdNamespaceAssociationsCommandOutput,
|
|
25
|
+
CleanRoomsClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: ListCollaborationIdNamespaceAssociationsCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
ListCollaborationIdNamespaceAssociationsCommandInput,
|
|
33
|
+
ListCollaborationIdNamespaceAssociationsCommandOutput,
|
|
34
|
+
CleanRoomsClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class ListCollaborationIdNamespaceAssociationsCommand extends ListCollaborationIdNamespaceAssociationsCommand_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
|
+
ListIdMappingTablesInput,
|
|
10
|
+
ListIdMappingTablesOutput,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface ListIdMappingTablesCommandInput
|
|
15
|
+
extends ListIdMappingTablesInput {}
|
|
16
|
+
export interface ListIdMappingTablesCommandOutput
|
|
17
|
+
extends ListIdMappingTablesOutput,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const ListIdMappingTablesCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: ListIdMappingTablesCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
ListIdMappingTablesCommandInput,
|
|
24
|
+
ListIdMappingTablesCommandOutput,
|
|
25
|
+
CleanRoomsClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: ListIdMappingTablesCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
ListIdMappingTablesCommandInput,
|
|
33
|
+
ListIdMappingTablesCommandOutput,
|
|
34
|
+
CleanRoomsClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class ListIdMappingTablesCommand extends ListIdMappingTablesCommand_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
|
+
ListIdNamespaceAssociationsInput,
|
|
10
|
+
ListIdNamespaceAssociationsOutput,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface ListIdNamespaceAssociationsCommandInput
|
|
15
|
+
extends ListIdNamespaceAssociationsInput {}
|
|
16
|
+
export interface ListIdNamespaceAssociationsCommandOutput
|
|
17
|
+
extends ListIdNamespaceAssociationsOutput,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const ListIdNamespaceAssociationsCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: ListIdNamespaceAssociationsCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
ListIdNamespaceAssociationsCommandInput,
|
|
24
|
+
ListIdNamespaceAssociationsCommandOutput,
|
|
25
|
+
CleanRoomsClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: ListIdNamespaceAssociationsCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
ListIdNamespaceAssociationsCommandInput,
|
|
33
|
+
ListIdNamespaceAssociationsCommandOutput,
|
|
34
|
+
CleanRoomsClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class ListIdNamespaceAssociationsCommand extends ListIdNamespaceAssociationsCommand_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
|
+
PopulateIdMappingTableInput,
|
|
10
|
+
PopulateIdMappingTableOutput,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface PopulateIdMappingTableCommandInput
|
|
15
|
+
extends PopulateIdMappingTableInput {}
|
|
16
|
+
export interface PopulateIdMappingTableCommandOutput
|
|
17
|
+
extends PopulateIdMappingTableOutput,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const PopulateIdMappingTableCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: PopulateIdMappingTableCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
PopulateIdMappingTableCommandInput,
|
|
24
|
+
PopulateIdMappingTableCommandOutput,
|
|
25
|
+
CleanRoomsClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: PopulateIdMappingTableCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
PopulateIdMappingTableCommandInput,
|
|
33
|
+
PopulateIdMappingTableCommandOutput,
|
|
34
|
+
CleanRoomsClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class PopulateIdMappingTableCommand extends PopulateIdMappingTableCommand_base {}
|