@aws-sdk/client-cleanrooms 3.614.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.
Files changed (80) hide show
  1. package/README.md +104 -0
  2. package/dist-cjs/index.js +814 -11
  3. package/dist-es/CleanRooms.js +26 -0
  4. package/dist-es/CleanRoomsClient.js +5 -5
  5. package/dist-es/commands/CreateIdMappingTableCommand.js +24 -0
  6. package/dist-es/commands/CreateIdNamespaceAssociationCommand.js +24 -0
  7. package/dist-es/commands/DeleteIdMappingTableCommand.js +24 -0
  8. package/dist-es/commands/DeleteIdNamespaceAssociationCommand.js +24 -0
  9. package/dist-es/commands/GetCollaborationIdNamespaceAssociationCommand.js +24 -0
  10. package/dist-es/commands/GetIdMappingTableCommand.js +24 -0
  11. package/dist-es/commands/GetIdNamespaceAssociationCommand.js +24 -0
  12. package/dist-es/commands/ListCollaborationIdNamespaceAssociationsCommand.js +24 -0
  13. package/dist-es/commands/ListIdMappingTablesCommand.js +24 -0
  14. package/dist-es/commands/ListIdNamespaceAssociationsCommand.js +24 -0
  15. package/dist-es/commands/PopulateIdMappingTableCommand.js +24 -0
  16. package/dist-es/commands/UpdateIdMappingTableCommand.js +24 -0
  17. package/dist-es/commands/UpdateIdNamespaceAssociationCommand.js +24 -0
  18. package/dist-es/commands/index.js +13 -0
  19. package/dist-es/models/models_0.js +29 -0
  20. package/dist-es/pagination/ListCollaborationIdNamespaceAssociationsPaginator.js +4 -0
  21. package/dist-es/pagination/ListIdMappingTablesPaginator.js +4 -0
  22. package/dist-es/pagination/ListIdNamespaceAssociationsPaginator.js +4 -0
  23. package/dist-es/pagination/index.js +3 -0
  24. package/dist-es/protocols/Aws_restJson1.js +483 -0
  25. package/dist-types/CleanRooms.d.ts +91 -0
  26. package/dist-types/CleanRoomsClient.d.ts +17 -4
  27. package/dist-types/commands/BatchGetSchemaAnalysisRuleCommand.d.ts +16 -3
  28. package/dist-types/commands/BatchGetSchemaCommand.d.ts +15 -5
  29. package/dist-types/commands/CreateIdMappingTableCommand.d.ts +115 -0
  30. package/dist-types/commands/CreateIdNamespaceAssociationCommand.d.ts +117 -0
  31. package/dist-types/commands/DeleteIdMappingTableCommand.d.ts +74 -0
  32. package/dist-types/commands/DeleteIdNamespaceAssociationCommand.d.ts +74 -0
  33. package/dist-types/commands/GetCollaborationIdNamespaceAssociationCommand.d.ts +99 -0
  34. package/dist-types/commands/GetIdMappingTableCommand.d.ts +100 -0
  35. package/dist-types/commands/GetIdNamespaceAssociationCommand.d.ts +100 -0
  36. package/dist-types/commands/GetSchemaAnalysisRuleCommand.d.ts +15 -2
  37. package/dist-types/commands/GetSchemaCommand.d.ts +15 -5
  38. package/dist-types/commands/ListCollaborationIdNamespaceAssociationsCommand.d.ts +97 -0
  39. package/dist-types/commands/ListIdMappingTablesCommand.d.ts +95 -0
  40. package/dist-types/commands/ListIdNamespaceAssociationsCommand.d.ts +98 -0
  41. package/dist-types/commands/ListSchemasCommand.d.ts +3 -3
  42. package/dist-types/commands/PopulateIdMappingTableCommand.d.ts +79 -0
  43. package/dist-types/commands/UpdateIdMappingTableCommand.d.ts +102 -0
  44. package/dist-types/commands/UpdateIdNamespaceAssociationCommand.d.ts +105 -0
  45. package/dist-types/commands/index.d.ts +13 -0
  46. package/dist-types/models/models_0.d.ts +1334 -333
  47. package/dist-types/pagination/ListCollaborationIdNamespaceAssociationsPaginator.d.ts +7 -0
  48. package/dist-types/pagination/ListIdMappingTablesPaginator.d.ts +7 -0
  49. package/dist-types/pagination/ListIdNamespaceAssociationsPaginator.d.ts +7 -0
  50. package/dist-types/pagination/index.d.ts +3 -0
  51. package/dist-types/protocols/Aws_restJson1.d.ts +117 -0
  52. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  53. package/dist-types/runtimeConfig.d.ts +1 -1
  54. package/dist-types/runtimeConfig.native.d.ts +1 -1
  55. package/dist-types/ts3.4/CleanRooms.d.ts +233 -0
  56. package/dist-types/ts3.4/CleanRoomsClient.d.ts +80 -2
  57. package/dist-types/ts3.4/commands/CreateIdMappingTableCommand.d.ts +40 -0
  58. package/dist-types/ts3.4/commands/CreateIdNamespaceAssociationCommand.d.ts +40 -0
  59. package/dist-types/ts3.4/commands/DeleteIdMappingTableCommand.d.ts +40 -0
  60. package/dist-types/ts3.4/commands/DeleteIdNamespaceAssociationCommand.d.ts +40 -0
  61. package/dist-types/ts3.4/commands/GetCollaborationIdNamespaceAssociationCommand.d.ts +40 -0
  62. package/dist-types/ts3.4/commands/GetIdMappingTableCommand.d.ts +39 -0
  63. package/dist-types/ts3.4/commands/GetIdNamespaceAssociationCommand.d.ts +40 -0
  64. package/dist-types/ts3.4/commands/ListCollaborationIdNamespaceAssociationsCommand.d.ts +40 -0
  65. package/dist-types/ts3.4/commands/ListIdMappingTablesCommand.d.ts +40 -0
  66. package/dist-types/ts3.4/commands/ListIdNamespaceAssociationsCommand.d.ts +40 -0
  67. package/dist-types/ts3.4/commands/PopulateIdMappingTableCommand.d.ts +40 -0
  68. package/dist-types/ts3.4/commands/UpdateIdMappingTableCommand.d.ts +40 -0
  69. package/dist-types/ts3.4/commands/UpdateIdNamespaceAssociationCommand.d.ts +40 -0
  70. package/dist-types/ts3.4/commands/index.d.ts +13 -0
  71. package/dist-types/ts3.4/models/models_0.d.ts +302 -0
  72. package/dist-types/ts3.4/pagination/ListCollaborationIdNamespaceAssociationsPaginator.d.ts +11 -0
  73. package/dist-types/ts3.4/pagination/ListIdMappingTablesPaginator.d.ts +11 -0
  74. package/dist-types/ts3.4/pagination/ListIdNamespaceAssociationsPaginator.d.ts +11 -0
  75. package/dist-types/ts3.4/pagination/index.d.ts +3 -0
  76. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +156 -0
  77. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  78. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  79. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  80. package/package.json +17 -17
@@ -36,6 +36,14 @@ import {
36
36
  CreateConfiguredTableCommandInput,
37
37
  CreateConfiguredTableCommandOutput,
38
38
  } from "./commands/CreateConfiguredTableCommand";
39
+ import {
40
+ CreateIdMappingTableCommandInput,
41
+ CreateIdMappingTableCommandOutput,
42
+ } from "./commands/CreateIdMappingTableCommand";
43
+ import {
44
+ CreateIdNamespaceAssociationCommandInput,
45
+ CreateIdNamespaceAssociationCommandOutput,
46
+ } from "./commands/CreateIdNamespaceAssociationCommand";
39
47
  import {
40
48
  CreateMembershipCommandInput,
41
49
  CreateMembershipCommandOutput,
@@ -68,6 +76,14 @@ import {
68
76
  DeleteConfiguredTableCommandInput,
69
77
  DeleteConfiguredTableCommandOutput,
70
78
  } from "./commands/DeleteConfiguredTableCommand";
79
+ import {
80
+ DeleteIdMappingTableCommandInput,
81
+ DeleteIdMappingTableCommandOutput,
82
+ } from "./commands/DeleteIdMappingTableCommand";
83
+ import {
84
+ DeleteIdNamespaceAssociationCommandInput,
85
+ DeleteIdNamespaceAssociationCommandOutput,
86
+ } from "./commands/DeleteIdNamespaceAssociationCommand";
71
87
  import {
72
88
  DeleteMemberCommandInput,
73
89
  DeleteMemberCommandOutput,
@@ -96,6 +112,10 @@ import {
96
112
  GetCollaborationConfiguredAudienceModelAssociationCommandInput,
97
113
  GetCollaborationConfiguredAudienceModelAssociationCommandOutput,
98
114
  } from "./commands/GetCollaborationConfiguredAudienceModelAssociationCommand";
115
+ import {
116
+ GetCollaborationIdNamespaceAssociationCommandInput,
117
+ GetCollaborationIdNamespaceAssociationCommandOutput,
118
+ } from "./commands/GetCollaborationIdNamespaceAssociationCommand";
99
119
  import {
100
120
  GetCollaborationPrivacyBudgetTemplateCommandInput,
101
121
  GetCollaborationPrivacyBudgetTemplateCommandOutput,
@@ -116,6 +136,14 @@ import {
116
136
  GetConfiguredTableCommandInput,
117
137
  GetConfiguredTableCommandOutput,
118
138
  } from "./commands/GetConfiguredTableCommand";
139
+ import {
140
+ GetIdMappingTableCommandInput,
141
+ GetIdMappingTableCommandOutput,
142
+ } from "./commands/GetIdMappingTableCommand";
143
+ import {
144
+ GetIdNamespaceAssociationCommandInput,
145
+ GetIdNamespaceAssociationCommandOutput,
146
+ } from "./commands/GetIdNamespaceAssociationCommand";
119
147
  import {
120
148
  GetMembershipCommandInput,
121
149
  GetMembershipCommandOutput,
@@ -148,6 +176,10 @@ import {
148
176
  ListCollaborationConfiguredAudienceModelAssociationsCommandInput,
149
177
  ListCollaborationConfiguredAudienceModelAssociationsCommandOutput,
150
178
  } from "./commands/ListCollaborationConfiguredAudienceModelAssociationsCommand";
179
+ import {
180
+ ListCollaborationIdNamespaceAssociationsCommandInput,
181
+ ListCollaborationIdNamespaceAssociationsCommandOutput,
182
+ } from "./commands/ListCollaborationIdNamespaceAssociationsCommand";
151
183
  import {
152
184
  ListCollaborationPrivacyBudgetsCommandInput,
153
185
  ListCollaborationPrivacyBudgetsCommandOutput,
@@ -172,6 +204,14 @@ import {
172
204
  ListConfiguredTablesCommandInput,
173
205
  ListConfiguredTablesCommandOutput,
174
206
  } from "./commands/ListConfiguredTablesCommand";
207
+ import {
208
+ ListIdMappingTablesCommandInput,
209
+ ListIdMappingTablesCommandOutput,
210
+ } from "./commands/ListIdMappingTablesCommand";
211
+ import {
212
+ ListIdNamespaceAssociationsCommandInput,
213
+ ListIdNamespaceAssociationsCommandOutput,
214
+ } from "./commands/ListIdNamespaceAssociationsCommand";
175
215
  import {
176
216
  ListMembersCommandInput,
177
217
  ListMembersCommandOutput,
@@ -200,6 +240,10 @@ import {
200
240
  ListTagsForResourceCommandInput,
201
241
  ListTagsForResourceCommandOutput,
202
242
  } from "./commands/ListTagsForResourceCommand";
243
+ import {
244
+ PopulateIdMappingTableCommandInput,
245
+ PopulateIdMappingTableCommandOutput,
246
+ } from "./commands/PopulateIdMappingTableCommand";
203
247
  import {
204
248
  PreviewPrivacyImpactCommandInput,
205
249
  PreviewPrivacyImpactCommandOutput,
@@ -240,6 +284,14 @@ import {
240
284
  UpdateConfiguredTableCommandInput,
241
285
  UpdateConfiguredTableCommandOutput,
242
286
  } from "./commands/UpdateConfiguredTableCommand";
287
+ import {
288
+ UpdateIdMappingTableCommandInput,
289
+ UpdateIdMappingTableCommandOutput,
290
+ } from "./commands/UpdateIdMappingTableCommand";
291
+ import {
292
+ UpdateIdNamespaceAssociationCommandInput,
293
+ UpdateIdNamespaceAssociationCommandOutput,
294
+ } from "./commands/UpdateIdNamespaceAssociationCommand";
243
295
  import {
244
296
  UpdateMembershipCommandInput,
245
297
  UpdateMembershipCommandOutput,
@@ -388,6 +440,32 @@ export interface CleanRooms {
388
440
  options: __HttpHandlerOptions,
389
441
  cb: (err: any, data?: CreateConfiguredTableAssociationCommandOutput) => void
390
442
  ): void;
443
+ createIdMappingTable(
444
+ args: CreateIdMappingTableCommandInput,
445
+ options?: __HttpHandlerOptions
446
+ ): Promise<CreateIdMappingTableCommandOutput>;
447
+ createIdMappingTable(
448
+ args: CreateIdMappingTableCommandInput,
449
+ cb: (err: any, data?: CreateIdMappingTableCommandOutput) => void
450
+ ): void;
451
+ createIdMappingTable(
452
+ args: CreateIdMappingTableCommandInput,
453
+ options: __HttpHandlerOptions,
454
+ cb: (err: any, data?: CreateIdMappingTableCommandOutput) => void
455
+ ): void;
456
+ createIdNamespaceAssociation(
457
+ args: CreateIdNamespaceAssociationCommandInput,
458
+ options?: __HttpHandlerOptions
459
+ ): Promise<CreateIdNamespaceAssociationCommandOutput>;
460
+ createIdNamespaceAssociation(
461
+ args: CreateIdNamespaceAssociationCommandInput,
462
+ cb: (err: any, data?: CreateIdNamespaceAssociationCommandOutput) => void
463
+ ): void;
464
+ createIdNamespaceAssociation(
465
+ args: CreateIdNamespaceAssociationCommandInput,
466
+ options: __HttpHandlerOptions,
467
+ cb: (err: any, data?: CreateIdNamespaceAssociationCommandOutput) => void
468
+ ): void;
391
469
  createMembership(
392
470
  args: CreateMembershipCommandInput,
393
471
  options?: __HttpHandlerOptions
@@ -504,6 +582,32 @@ export interface CleanRooms {
504
582
  options: __HttpHandlerOptions,
505
583
  cb: (err: any, data?: DeleteConfiguredTableAssociationCommandOutput) => void
506
584
  ): void;
585
+ deleteIdMappingTable(
586
+ args: DeleteIdMappingTableCommandInput,
587
+ options?: __HttpHandlerOptions
588
+ ): Promise<DeleteIdMappingTableCommandOutput>;
589
+ deleteIdMappingTable(
590
+ args: DeleteIdMappingTableCommandInput,
591
+ cb: (err: any, data?: DeleteIdMappingTableCommandOutput) => void
592
+ ): void;
593
+ deleteIdMappingTable(
594
+ args: DeleteIdMappingTableCommandInput,
595
+ options: __HttpHandlerOptions,
596
+ cb: (err: any, data?: DeleteIdMappingTableCommandOutput) => void
597
+ ): void;
598
+ deleteIdNamespaceAssociation(
599
+ args: DeleteIdNamespaceAssociationCommandInput,
600
+ options?: __HttpHandlerOptions
601
+ ): Promise<DeleteIdNamespaceAssociationCommandOutput>;
602
+ deleteIdNamespaceAssociation(
603
+ args: DeleteIdNamespaceAssociationCommandInput,
604
+ cb: (err: any, data?: DeleteIdNamespaceAssociationCommandOutput) => void
605
+ ): void;
606
+ deleteIdNamespaceAssociation(
607
+ args: DeleteIdNamespaceAssociationCommandInput,
608
+ options: __HttpHandlerOptions,
609
+ cb: (err: any, data?: DeleteIdNamespaceAssociationCommandOutput) => void
610
+ ): void;
507
611
  deleteMember(
508
612
  args: DeleteMemberCommandInput,
509
613
  options?: __HttpHandlerOptions
@@ -601,6 +705,25 @@ export interface CleanRooms {
601
705
  data?: GetCollaborationConfiguredAudienceModelAssociationCommandOutput
602
706
  ) => void
603
707
  ): void;
708
+ getCollaborationIdNamespaceAssociation(
709
+ args: GetCollaborationIdNamespaceAssociationCommandInput,
710
+ options?: __HttpHandlerOptions
711
+ ): Promise<GetCollaborationIdNamespaceAssociationCommandOutput>;
712
+ getCollaborationIdNamespaceAssociation(
713
+ args: GetCollaborationIdNamespaceAssociationCommandInput,
714
+ cb: (
715
+ err: any,
716
+ data?: GetCollaborationIdNamespaceAssociationCommandOutput
717
+ ) => void
718
+ ): void;
719
+ getCollaborationIdNamespaceAssociation(
720
+ args: GetCollaborationIdNamespaceAssociationCommandInput,
721
+ options: __HttpHandlerOptions,
722
+ cb: (
723
+ err: any,
724
+ data?: GetCollaborationIdNamespaceAssociationCommandOutput
725
+ ) => void
726
+ ): void;
604
727
  getCollaborationPrivacyBudgetTemplate(
605
728
  args: GetCollaborationPrivacyBudgetTemplateCommandInput,
606
729
  options?: __HttpHandlerOptions
@@ -678,6 +801,32 @@ export interface CleanRooms {
678
801
  options: __HttpHandlerOptions,
679
802
  cb: (err: any, data?: GetConfiguredTableAssociationCommandOutput) => void
680
803
  ): void;
804
+ getIdMappingTable(
805
+ args: GetIdMappingTableCommandInput,
806
+ options?: __HttpHandlerOptions
807
+ ): Promise<GetIdMappingTableCommandOutput>;
808
+ getIdMappingTable(
809
+ args: GetIdMappingTableCommandInput,
810
+ cb: (err: any, data?: GetIdMappingTableCommandOutput) => void
811
+ ): void;
812
+ getIdMappingTable(
813
+ args: GetIdMappingTableCommandInput,
814
+ options: __HttpHandlerOptions,
815
+ cb: (err: any, data?: GetIdMappingTableCommandOutput) => void
816
+ ): void;
817
+ getIdNamespaceAssociation(
818
+ args: GetIdNamespaceAssociationCommandInput,
819
+ options?: __HttpHandlerOptions
820
+ ): Promise<GetIdNamespaceAssociationCommandOutput>;
821
+ getIdNamespaceAssociation(
822
+ args: GetIdNamespaceAssociationCommandInput,
823
+ cb: (err: any, data?: GetIdNamespaceAssociationCommandOutput) => void
824
+ ): void;
825
+ getIdNamespaceAssociation(
826
+ args: GetIdNamespaceAssociationCommandInput,
827
+ options: __HttpHandlerOptions,
828
+ cb: (err: any, data?: GetIdNamespaceAssociationCommandOutput) => void
829
+ ): void;
681
830
  getMembership(
682
831
  args: GetMembershipCommandInput,
683
832
  options?: __HttpHandlerOptions
@@ -794,6 +943,25 @@ export interface CleanRooms {
794
943
  data?: ListCollaborationConfiguredAudienceModelAssociationsCommandOutput
795
944
  ) => void
796
945
  ): void;
946
+ listCollaborationIdNamespaceAssociations(
947
+ args: ListCollaborationIdNamespaceAssociationsCommandInput,
948
+ options?: __HttpHandlerOptions
949
+ ): Promise<ListCollaborationIdNamespaceAssociationsCommandOutput>;
950
+ listCollaborationIdNamespaceAssociations(
951
+ args: ListCollaborationIdNamespaceAssociationsCommandInput,
952
+ cb: (
953
+ err: any,
954
+ data?: ListCollaborationIdNamespaceAssociationsCommandOutput
955
+ ) => void
956
+ ): void;
957
+ listCollaborationIdNamespaceAssociations(
958
+ args: ListCollaborationIdNamespaceAssociationsCommandInput,
959
+ options: __HttpHandlerOptions,
960
+ cb: (
961
+ err: any,
962
+ data?: ListCollaborationIdNamespaceAssociationsCommandOutput
963
+ ) => void
964
+ ): void;
797
965
  listCollaborationPrivacyBudgets(
798
966
  args: ListCollaborationPrivacyBudgetsCommandInput,
799
967
  options?: __HttpHandlerOptions
@@ -886,6 +1054,32 @@ export interface CleanRooms {
886
1054
  options: __HttpHandlerOptions,
887
1055
  cb: (err: any, data?: ListConfiguredTablesCommandOutput) => void
888
1056
  ): void;
1057
+ listIdMappingTables(
1058
+ args: ListIdMappingTablesCommandInput,
1059
+ options?: __HttpHandlerOptions
1060
+ ): Promise<ListIdMappingTablesCommandOutput>;
1061
+ listIdMappingTables(
1062
+ args: ListIdMappingTablesCommandInput,
1063
+ cb: (err: any, data?: ListIdMappingTablesCommandOutput) => void
1064
+ ): void;
1065
+ listIdMappingTables(
1066
+ args: ListIdMappingTablesCommandInput,
1067
+ options: __HttpHandlerOptions,
1068
+ cb: (err: any, data?: ListIdMappingTablesCommandOutput) => void
1069
+ ): void;
1070
+ listIdNamespaceAssociations(
1071
+ args: ListIdNamespaceAssociationsCommandInput,
1072
+ options?: __HttpHandlerOptions
1073
+ ): Promise<ListIdNamespaceAssociationsCommandOutput>;
1074
+ listIdNamespaceAssociations(
1075
+ args: ListIdNamespaceAssociationsCommandInput,
1076
+ cb: (err: any, data?: ListIdNamespaceAssociationsCommandOutput) => void
1077
+ ): void;
1078
+ listIdNamespaceAssociations(
1079
+ args: ListIdNamespaceAssociationsCommandInput,
1080
+ options: __HttpHandlerOptions,
1081
+ cb: (err: any, data?: ListIdNamespaceAssociationsCommandOutput) => void
1082
+ ): void;
889
1083
  listMembers(
890
1084
  args: ListMembersCommandInput,
891
1085
  options?: __HttpHandlerOptions
@@ -978,6 +1172,19 @@ export interface CleanRooms {
978
1172
  options: __HttpHandlerOptions,
979
1173
  cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
980
1174
  ): void;
1175
+ populateIdMappingTable(
1176
+ args: PopulateIdMappingTableCommandInput,
1177
+ options?: __HttpHandlerOptions
1178
+ ): Promise<PopulateIdMappingTableCommandOutput>;
1179
+ populateIdMappingTable(
1180
+ args: PopulateIdMappingTableCommandInput,
1181
+ cb: (err: any, data?: PopulateIdMappingTableCommandOutput) => void
1182
+ ): void;
1183
+ populateIdMappingTable(
1184
+ args: PopulateIdMappingTableCommandInput,
1185
+ options: __HttpHandlerOptions,
1186
+ cb: (err: any, data?: PopulateIdMappingTableCommandOutput) => void
1187
+ ): void;
981
1188
  previewPrivacyImpact(
982
1189
  args: PreviewPrivacyImpactCommandInput,
983
1190
  options?: __HttpHandlerOptions
@@ -1120,6 +1327,32 @@ export interface CleanRooms {
1120
1327
  options: __HttpHandlerOptions,
1121
1328
  cb: (err: any, data?: UpdateConfiguredTableAssociationCommandOutput) => void
1122
1329
  ): void;
1330
+ updateIdMappingTable(
1331
+ args: UpdateIdMappingTableCommandInput,
1332
+ options?: __HttpHandlerOptions
1333
+ ): Promise<UpdateIdMappingTableCommandOutput>;
1334
+ updateIdMappingTable(
1335
+ args: UpdateIdMappingTableCommandInput,
1336
+ cb: (err: any, data?: UpdateIdMappingTableCommandOutput) => void
1337
+ ): void;
1338
+ updateIdMappingTable(
1339
+ args: UpdateIdMappingTableCommandInput,
1340
+ options: __HttpHandlerOptions,
1341
+ cb: (err: any, data?: UpdateIdMappingTableCommandOutput) => void
1342
+ ): void;
1343
+ updateIdNamespaceAssociation(
1344
+ args: UpdateIdNamespaceAssociationCommandInput,
1345
+ options?: __HttpHandlerOptions
1346
+ ): Promise<UpdateIdNamespaceAssociationCommandOutput>;
1347
+ updateIdNamespaceAssociation(
1348
+ args: UpdateIdNamespaceAssociationCommandInput,
1349
+ cb: (err: any, data?: UpdateIdNamespaceAssociationCommandOutput) => void
1350
+ ): void;
1351
+ updateIdNamespaceAssociation(
1352
+ args: UpdateIdNamespaceAssociationCommandInput,
1353
+ options: __HttpHandlerOptions,
1354
+ cb: (err: any, data?: UpdateIdNamespaceAssociationCommandOutput) => void
1355
+ ): void;
1123
1356
  updateMembership(
1124
1357
  args: UpdateMembershipCommandInput,
1125
1358
  options?: __HttpHandlerOptions
@@ -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;
@@ -463,9 +541,9 @@ export type CleanRoomsClientConfigType = Partial<
463
541
  ClientDefaults &
464
542
  RegionInputConfig &
465
543
  EndpointInputConfig<EndpointParameters> &
466
- RetryInputConfig &
467
544
  HostHeaderInputConfig &
468
545
  UserAgentInputConfig &
546
+ RetryInputConfig &
469
547
  HttpAuthSchemeInputConfig &
470
548
  ClientInputEndpointParameters;
471
549
  export interface CleanRoomsClientConfig extends CleanRoomsClientConfigType {}
@@ -475,9 +553,9 @@ export type CleanRoomsClientResolvedConfigType =
475
553
  RuntimeExtensionsConfig &
476
554
  RegionResolvedConfig &
477
555
  EndpointResolvedConfig<EndpointParameters> &
478
- RetryResolvedConfig &
479
556
  HostHeaderResolvedConfig &
480
557
  UserAgentResolvedConfig &
558
+ RetryResolvedConfig &
481
559
  HttpAuthSchemeResolvedConfig &
482
560
  ClientResolvedEndpointParameters;
483
561
  export interface CleanRoomsClientResolvedConfig
@@ -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 {}