@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
|
@@ -39,6 +39,14 @@ import {
|
|
|
39
39
|
CreateConfiguredTableCommandInput,
|
|
40
40
|
CreateConfiguredTableCommandOutput,
|
|
41
41
|
} from "../commands/CreateConfiguredTableCommand";
|
|
42
|
+
import {
|
|
43
|
+
CreateIdMappingTableCommandInput,
|
|
44
|
+
CreateIdMappingTableCommandOutput,
|
|
45
|
+
} from "../commands/CreateIdMappingTableCommand";
|
|
46
|
+
import {
|
|
47
|
+
CreateIdNamespaceAssociationCommandInput,
|
|
48
|
+
CreateIdNamespaceAssociationCommandOutput,
|
|
49
|
+
} from "../commands/CreateIdNamespaceAssociationCommand";
|
|
42
50
|
import {
|
|
43
51
|
CreateMembershipCommandInput,
|
|
44
52
|
CreateMembershipCommandOutput,
|
|
@@ -71,6 +79,14 @@ import {
|
|
|
71
79
|
DeleteConfiguredTableCommandInput,
|
|
72
80
|
DeleteConfiguredTableCommandOutput,
|
|
73
81
|
} from "../commands/DeleteConfiguredTableCommand";
|
|
82
|
+
import {
|
|
83
|
+
DeleteIdMappingTableCommandInput,
|
|
84
|
+
DeleteIdMappingTableCommandOutput,
|
|
85
|
+
} from "../commands/DeleteIdMappingTableCommand";
|
|
86
|
+
import {
|
|
87
|
+
DeleteIdNamespaceAssociationCommandInput,
|
|
88
|
+
DeleteIdNamespaceAssociationCommandOutput,
|
|
89
|
+
} from "../commands/DeleteIdNamespaceAssociationCommand";
|
|
74
90
|
import {
|
|
75
91
|
DeleteMemberCommandInput,
|
|
76
92
|
DeleteMemberCommandOutput,
|
|
@@ -99,6 +115,10 @@ import {
|
|
|
99
115
|
GetCollaborationConfiguredAudienceModelAssociationCommandInput,
|
|
100
116
|
GetCollaborationConfiguredAudienceModelAssociationCommandOutput,
|
|
101
117
|
} from "../commands/GetCollaborationConfiguredAudienceModelAssociationCommand";
|
|
118
|
+
import {
|
|
119
|
+
GetCollaborationIdNamespaceAssociationCommandInput,
|
|
120
|
+
GetCollaborationIdNamespaceAssociationCommandOutput,
|
|
121
|
+
} from "../commands/GetCollaborationIdNamespaceAssociationCommand";
|
|
102
122
|
import {
|
|
103
123
|
GetCollaborationPrivacyBudgetTemplateCommandInput,
|
|
104
124
|
GetCollaborationPrivacyBudgetTemplateCommandOutput,
|
|
@@ -119,6 +139,14 @@ import {
|
|
|
119
139
|
GetConfiguredTableCommandInput,
|
|
120
140
|
GetConfiguredTableCommandOutput,
|
|
121
141
|
} from "../commands/GetConfiguredTableCommand";
|
|
142
|
+
import {
|
|
143
|
+
GetIdMappingTableCommandInput,
|
|
144
|
+
GetIdMappingTableCommandOutput,
|
|
145
|
+
} from "../commands/GetIdMappingTableCommand";
|
|
146
|
+
import {
|
|
147
|
+
GetIdNamespaceAssociationCommandInput,
|
|
148
|
+
GetIdNamespaceAssociationCommandOutput,
|
|
149
|
+
} from "../commands/GetIdNamespaceAssociationCommand";
|
|
122
150
|
import {
|
|
123
151
|
GetMembershipCommandInput,
|
|
124
152
|
GetMembershipCommandOutput,
|
|
@@ -151,6 +179,10 @@ import {
|
|
|
151
179
|
ListCollaborationConfiguredAudienceModelAssociationsCommandInput,
|
|
152
180
|
ListCollaborationConfiguredAudienceModelAssociationsCommandOutput,
|
|
153
181
|
} from "../commands/ListCollaborationConfiguredAudienceModelAssociationsCommand";
|
|
182
|
+
import {
|
|
183
|
+
ListCollaborationIdNamespaceAssociationsCommandInput,
|
|
184
|
+
ListCollaborationIdNamespaceAssociationsCommandOutput,
|
|
185
|
+
} from "../commands/ListCollaborationIdNamespaceAssociationsCommand";
|
|
154
186
|
import {
|
|
155
187
|
ListCollaborationPrivacyBudgetsCommandInput,
|
|
156
188
|
ListCollaborationPrivacyBudgetsCommandOutput,
|
|
@@ -175,6 +207,14 @@ import {
|
|
|
175
207
|
ListConfiguredTablesCommandInput,
|
|
176
208
|
ListConfiguredTablesCommandOutput,
|
|
177
209
|
} from "../commands/ListConfiguredTablesCommand";
|
|
210
|
+
import {
|
|
211
|
+
ListIdMappingTablesCommandInput,
|
|
212
|
+
ListIdMappingTablesCommandOutput,
|
|
213
|
+
} from "../commands/ListIdMappingTablesCommand";
|
|
214
|
+
import {
|
|
215
|
+
ListIdNamespaceAssociationsCommandInput,
|
|
216
|
+
ListIdNamespaceAssociationsCommandOutput,
|
|
217
|
+
} from "../commands/ListIdNamespaceAssociationsCommand";
|
|
178
218
|
import {
|
|
179
219
|
ListMembersCommandInput,
|
|
180
220
|
ListMembersCommandOutput,
|
|
@@ -203,6 +243,10 @@ import {
|
|
|
203
243
|
ListTagsForResourceCommandInput,
|
|
204
244
|
ListTagsForResourceCommandOutput,
|
|
205
245
|
} from "../commands/ListTagsForResourceCommand";
|
|
246
|
+
import {
|
|
247
|
+
PopulateIdMappingTableCommandInput,
|
|
248
|
+
PopulateIdMappingTableCommandOutput,
|
|
249
|
+
} from "../commands/PopulateIdMappingTableCommand";
|
|
206
250
|
import {
|
|
207
251
|
PreviewPrivacyImpactCommandInput,
|
|
208
252
|
PreviewPrivacyImpactCommandOutput,
|
|
@@ -243,6 +287,14 @@ import {
|
|
|
243
287
|
UpdateConfiguredTableCommandInput,
|
|
244
288
|
UpdateConfiguredTableCommandOutput,
|
|
245
289
|
} from "../commands/UpdateConfiguredTableCommand";
|
|
290
|
+
import {
|
|
291
|
+
UpdateIdMappingTableCommandInput,
|
|
292
|
+
UpdateIdMappingTableCommandOutput,
|
|
293
|
+
} from "../commands/UpdateIdMappingTableCommand";
|
|
294
|
+
import {
|
|
295
|
+
UpdateIdNamespaceAssociationCommandInput,
|
|
296
|
+
UpdateIdNamespaceAssociationCommandOutput,
|
|
297
|
+
} from "../commands/UpdateIdNamespaceAssociationCommand";
|
|
246
298
|
import {
|
|
247
299
|
UpdateMembershipCommandInput,
|
|
248
300
|
UpdateMembershipCommandOutput,
|
|
@@ -291,6 +343,14 @@ export declare const se_CreateConfiguredTableAssociationCommand: (
|
|
|
291
343
|
input: CreateConfiguredTableAssociationCommandInput,
|
|
292
344
|
context: __SerdeContext
|
|
293
345
|
) => Promise<__HttpRequest>;
|
|
346
|
+
export declare const se_CreateIdMappingTableCommand: (
|
|
347
|
+
input: CreateIdMappingTableCommandInput,
|
|
348
|
+
context: __SerdeContext
|
|
349
|
+
) => Promise<__HttpRequest>;
|
|
350
|
+
export declare const se_CreateIdNamespaceAssociationCommand: (
|
|
351
|
+
input: CreateIdNamespaceAssociationCommandInput,
|
|
352
|
+
context: __SerdeContext
|
|
353
|
+
) => Promise<__HttpRequest>;
|
|
294
354
|
export declare const se_CreateMembershipCommand: (
|
|
295
355
|
input: CreateMembershipCommandInput,
|
|
296
356
|
context: __SerdeContext
|
|
@@ -323,6 +383,14 @@ export declare const se_DeleteConfiguredTableAssociationCommand: (
|
|
|
323
383
|
input: DeleteConfiguredTableAssociationCommandInput,
|
|
324
384
|
context: __SerdeContext
|
|
325
385
|
) => Promise<__HttpRequest>;
|
|
386
|
+
export declare const se_DeleteIdMappingTableCommand: (
|
|
387
|
+
input: DeleteIdMappingTableCommandInput,
|
|
388
|
+
context: __SerdeContext
|
|
389
|
+
) => Promise<__HttpRequest>;
|
|
390
|
+
export declare const se_DeleteIdNamespaceAssociationCommand: (
|
|
391
|
+
input: DeleteIdNamespaceAssociationCommandInput,
|
|
392
|
+
context: __SerdeContext
|
|
393
|
+
) => Promise<__HttpRequest>;
|
|
326
394
|
export declare const se_DeleteMemberCommand: (
|
|
327
395
|
input: DeleteMemberCommandInput,
|
|
328
396
|
context: __SerdeContext
|
|
@@ -351,6 +419,10 @@ export declare const se_GetCollaborationConfiguredAudienceModelAssociationComman
|
|
|
351
419
|
input: GetCollaborationConfiguredAudienceModelAssociationCommandInput,
|
|
352
420
|
context: __SerdeContext
|
|
353
421
|
) => Promise<__HttpRequest>;
|
|
422
|
+
export declare const se_GetCollaborationIdNamespaceAssociationCommand: (
|
|
423
|
+
input: GetCollaborationIdNamespaceAssociationCommandInput,
|
|
424
|
+
context: __SerdeContext
|
|
425
|
+
) => Promise<__HttpRequest>;
|
|
354
426
|
export declare const se_GetCollaborationPrivacyBudgetTemplateCommand: (
|
|
355
427
|
input: GetCollaborationPrivacyBudgetTemplateCommandInput,
|
|
356
428
|
context: __SerdeContext
|
|
@@ -371,6 +443,14 @@ export declare const se_GetConfiguredTableAssociationCommand: (
|
|
|
371
443
|
input: GetConfiguredTableAssociationCommandInput,
|
|
372
444
|
context: __SerdeContext
|
|
373
445
|
) => Promise<__HttpRequest>;
|
|
446
|
+
export declare const se_GetIdMappingTableCommand: (
|
|
447
|
+
input: GetIdMappingTableCommandInput,
|
|
448
|
+
context: __SerdeContext
|
|
449
|
+
) => Promise<__HttpRequest>;
|
|
450
|
+
export declare const se_GetIdNamespaceAssociationCommand: (
|
|
451
|
+
input: GetIdNamespaceAssociationCommandInput,
|
|
452
|
+
context: __SerdeContext
|
|
453
|
+
) => Promise<__HttpRequest>;
|
|
374
454
|
export declare const se_GetMembershipCommand: (
|
|
375
455
|
input: GetMembershipCommandInput,
|
|
376
456
|
context: __SerdeContext
|
|
@@ -403,6 +483,10 @@ export declare const se_ListCollaborationConfiguredAudienceModelAssociationsComm
|
|
|
403
483
|
input: ListCollaborationConfiguredAudienceModelAssociationsCommandInput,
|
|
404
484
|
context: __SerdeContext
|
|
405
485
|
) => Promise<__HttpRequest>;
|
|
486
|
+
export declare const se_ListCollaborationIdNamespaceAssociationsCommand: (
|
|
487
|
+
input: ListCollaborationIdNamespaceAssociationsCommandInput,
|
|
488
|
+
context: __SerdeContext
|
|
489
|
+
) => Promise<__HttpRequest>;
|
|
406
490
|
export declare const se_ListCollaborationPrivacyBudgetsCommand: (
|
|
407
491
|
input: ListCollaborationPrivacyBudgetsCommandInput,
|
|
408
492
|
context: __SerdeContext
|
|
@@ -427,6 +511,14 @@ export declare const se_ListConfiguredTablesCommand: (
|
|
|
427
511
|
input: ListConfiguredTablesCommandInput,
|
|
428
512
|
context: __SerdeContext
|
|
429
513
|
) => Promise<__HttpRequest>;
|
|
514
|
+
export declare const se_ListIdMappingTablesCommand: (
|
|
515
|
+
input: ListIdMappingTablesCommandInput,
|
|
516
|
+
context: __SerdeContext
|
|
517
|
+
) => Promise<__HttpRequest>;
|
|
518
|
+
export declare const se_ListIdNamespaceAssociationsCommand: (
|
|
519
|
+
input: ListIdNamespaceAssociationsCommandInput,
|
|
520
|
+
context: __SerdeContext
|
|
521
|
+
) => Promise<__HttpRequest>;
|
|
430
522
|
export declare const se_ListMembersCommand: (
|
|
431
523
|
input: ListMembersCommandInput,
|
|
432
524
|
context: __SerdeContext
|
|
@@ -455,6 +547,10 @@ export declare const se_ListTagsForResourceCommand: (
|
|
|
455
547
|
input: ListTagsForResourceCommandInput,
|
|
456
548
|
context: __SerdeContext
|
|
457
549
|
) => Promise<__HttpRequest>;
|
|
550
|
+
export declare const se_PopulateIdMappingTableCommand: (
|
|
551
|
+
input: PopulateIdMappingTableCommandInput,
|
|
552
|
+
context: __SerdeContext
|
|
553
|
+
) => Promise<__HttpRequest>;
|
|
458
554
|
export declare const se_PreviewPrivacyImpactCommand: (
|
|
459
555
|
input: PreviewPrivacyImpactCommandInput,
|
|
460
556
|
context: __SerdeContext
|
|
@@ -495,6 +591,14 @@ export declare const se_UpdateConfiguredTableAssociationCommand: (
|
|
|
495
591
|
input: UpdateConfiguredTableAssociationCommandInput,
|
|
496
592
|
context: __SerdeContext
|
|
497
593
|
) => Promise<__HttpRequest>;
|
|
594
|
+
export declare const se_UpdateIdMappingTableCommand: (
|
|
595
|
+
input: UpdateIdMappingTableCommandInput,
|
|
596
|
+
context: __SerdeContext
|
|
597
|
+
) => Promise<__HttpRequest>;
|
|
598
|
+
export declare const se_UpdateIdNamespaceAssociationCommand: (
|
|
599
|
+
input: UpdateIdNamespaceAssociationCommandInput,
|
|
600
|
+
context: __SerdeContext
|
|
601
|
+
) => Promise<__HttpRequest>;
|
|
498
602
|
export declare const se_UpdateMembershipCommand: (
|
|
499
603
|
input: UpdateMembershipCommandInput,
|
|
500
604
|
context: __SerdeContext
|
|
@@ -543,6 +647,14 @@ export declare const de_CreateConfiguredTableAssociationCommand: (
|
|
|
543
647
|
output: __HttpResponse,
|
|
544
648
|
context: __SerdeContext
|
|
545
649
|
) => Promise<CreateConfiguredTableAssociationCommandOutput>;
|
|
650
|
+
export declare const de_CreateIdMappingTableCommand: (
|
|
651
|
+
output: __HttpResponse,
|
|
652
|
+
context: __SerdeContext
|
|
653
|
+
) => Promise<CreateIdMappingTableCommandOutput>;
|
|
654
|
+
export declare const de_CreateIdNamespaceAssociationCommand: (
|
|
655
|
+
output: __HttpResponse,
|
|
656
|
+
context: __SerdeContext
|
|
657
|
+
) => Promise<CreateIdNamespaceAssociationCommandOutput>;
|
|
546
658
|
export declare const de_CreateMembershipCommand: (
|
|
547
659
|
output: __HttpResponse,
|
|
548
660
|
context: __SerdeContext
|
|
@@ -575,6 +687,14 @@ export declare const de_DeleteConfiguredTableAssociationCommand: (
|
|
|
575
687
|
output: __HttpResponse,
|
|
576
688
|
context: __SerdeContext
|
|
577
689
|
) => Promise<DeleteConfiguredTableAssociationCommandOutput>;
|
|
690
|
+
export declare const de_DeleteIdMappingTableCommand: (
|
|
691
|
+
output: __HttpResponse,
|
|
692
|
+
context: __SerdeContext
|
|
693
|
+
) => Promise<DeleteIdMappingTableCommandOutput>;
|
|
694
|
+
export declare const de_DeleteIdNamespaceAssociationCommand: (
|
|
695
|
+
output: __HttpResponse,
|
|
696
|
+
context: __SerdeContext
|
|
697
|
+
) => Promise<DeleteIdNamespaceAssociationCommandOutput>;
|
|
578
698
|
export declare const de_DeleteMemberCommand: (
|
|
579
699
|
output: __HttpResponse,
|
|
580
700
|
context: __SerdeContext
|
|
@@ -603,6 +723,10 @@ export declare const de_GetCollaborationConfiguredAudienceModelAssociationComman
|
|
|
603
723
|
output: __HttpResponse,
|
|
604
724
|
context: __SerdeContext
|
|
605
725
|
) => Promise<GetCollaborationConfiguredAudienceModelAssociationCommandOutput>;
|
|
726
|
+
export declare const de_GetCollaborationIdNamespaceAssociationCommand: (
|
|
727
|
+
output: __HttpResponse,
|
|
728
|
+
context: __SerdeContext
|
|
729
|
+
) => Promise<GetCollaborationIdNamespaceAssociationCommandOutput>;
|
|
606
730
|
export declare const de_GetCollaborationPrivacyBudgetTemplateCommand: (
|
|
607
731
|
output: __HttpResponse,
|
|
608
732
|
context: __SerdeContext
|
|
@@ -623,6 +747,14 @@ export declare const de_GetConfiguredTableAssociationCommand: (
|
|
|
623
747
|
output: __HttpResponse,
|
|
624
748
|
context: __SerdeContext
|
|
625
749
|
) => Promise<GetConfiguredTableAssociationCommandOutput>;
|
|
750
|
+
export declare const de_GetIdMappingTableCommand: (
|
|
751
|
+
output: __HttpResponse,
|
|
752
|
+
context: __SerdeContext
|
|
753
|
+
) => Promise<GetIdMappingTableCommandOutput>;
|
|
754
|
+
export declare const de_GetIdNamespaceAssociationCommand: (
|
|
755
|
+
output: __HttpResponse,
|
|
756
|
+
context: __SerdeContext
|
|
757
|
+
) => Promise<GetIdNamespaceAssociationCommandOutput>;
|
|
626
758
|
export declare const de_GetMembershipCommand: (
|
|
627
759
|
output: __HttpResponse,
|
|
628
760
|
context: __SerdeContext
|
|
@@ -655,6 +787,10 @@ export declare const de_ListCollaborationConfiguredAudienceModelAssociationsComm
|
|
|
655
787
|
output: __HttpResponse,
|
|
656
788
|
context: __SerdeContext
|
|
657
789
|
) => Promise<ListCollaborationConfiguredAudienceModelAssociationsCommandOutput>;
|
|
790
|
+
export declare const de_ListCollaborationIdNamespaceAssociationsCommand: (
|
|
791
|
+
output: __HttpResponse,
|
|
792
|
+
context: __SerdeContext
|
|
793
|
+
) => Promise<ListCollaborationIdNamespaceAssociationsCommandOutput>;
|
|
658
794
|
export declare const de_ListCollaborationPrivacyBudgetsCommand: (
|
|
659
795
|
output: __HttpResponse,
|
|
660
796
|
context: __SerdeContext
|
|
@@ -679,6 +815,14 @@ export declare const de_ListConfiguredTablesCommand: (
|
|
|
679
815
|
output: __HttpResponse,
|
|
680
816
|
context: __SerdeContext
|
|
681
817
|
) => Promise<ListConfiguredTablesCommandOutput>;
|
|
818
|
+
export declare const de_ListIdMappingTablesCommand: (
|
|
819
|
+
output: __HttpResponse,
|
|
820
|
+
context: __SerdeContext
|
|
821
|
+
) => Promise<ListIdMappingTablesCommandOutput>;
|
|
822
|
+
export declare const de_ListIdNamespaceAssociationsCommand: (
|
|
823
|
+
output: __HttpResponse,
|
|
824
|
+
context: __SerdeContext
|
|
825
|
+
) => Promise<ListIdNamespaceAssociationsCommandOutput>;
|
|
682
826
|
export declare const de_ListMembersCommand: (
|
|
683
827
|
output: __HttpResponse,
|
|
684
828
|
context: __SerdeContext
|
|
@@ -707,6 +851,10 @@ export declare const de_ListTagsForResourceCommand: (
|
|
|
707
851
|
output: __HttpResponse,
|
|
708
852
|
context: __SerdeContext
|
|
709
853
|
) => Promise<ListTagsForResourceCommandOutput>;
|
|
854
|
+
export declare const de_PopulateIdMappingTableCommand: (
|
|
855
|
+
output: __HttpResponse,
|
|
856
|
+
context: __SerdeContext
|
|
857
|
+
) => Promise<PopulateIdMappingTableCommandOutput>;
|
|
710
858
|
export declare const de_PreviewPrivacyImpactCommand: (
|
|
711
859
|
output: __HttpResponse,
|
|
712
860
|
context: __SerdeContext
|
|
@@ -747,6 +895,14 @@ export declare const de_UpdateConfiguredTableAssociationCommand: (
|
|
|
747
895
|
output: __HttpResponse,
|
|
748
896
|
context: __SerdeContext
|
|
749
897
|
) => Promise<UpdateConfiguredTableAssociationCommandOutput>;
|
|
898
|
+
export declare const de_UpdateIdMappingTableCommand: (
|
|
899
|
+
output: __HttpResponse,
|
|
900
|
+
context: __SerdeContext
|
|
901
|
+
) => Promise<UpdateIdMappingTableCommandOutput>;
|
|
902
|
+
export declare const de_UpdateIdNamespaceAssociationCommand: (
|
|
903
|
+
output: __HttpResponse,
|
|
904
|
+
context: __SerdeContext
|
|
905
|
+
) => Promise<UpdateIdNamespaceAssociationCommandOutput>;
|
|
750
906
|
export declare const de_UpdateMembershipCommand: (
|
|
751
907
|
output: __HttpResponse,
|
|
752
908
|
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.
|
|
4
|
+
"version": "3.618.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-cleanrooms",
|