@aws-sdk/client-cleanrooms 3.616.0 → 3.619.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (117) hide show
  1. package/README.md +136 -0
  2. package/dist-cjs/index.js +1123 -31
  3. package/dist-es/CleanRooms.js +34 -0
  4. package/dist-es/commands/CreateConfiguredTableAssociationAnalysisRuleCommand.js +24 -0
  5. package/dist-es/commands/CreateIdMappingTableCommand.js +24 -0
  6. package/dist-es/commands/CreateIdNamespaceAssociationCommand.js +24 -0
  7. package/dist-es/commands/DeleteConfiguredTableAssociationAnalysisRuleCommand.js +24 -0
  8. package/dist-es/commands/DeleteIdMappingTableCommand.js +24 -0
  9. package/dist-es/commands/DeleteIdNamespaceAssociationCommand.js +24 -0
  10. package/dist-es/commands/GetCollaborationIdNamespaceAssociationCommand.js +24 -0
  11. package/dist-es/commands/GetConfiguredTableAssociationAnalysisRuleCommand.js +24 -0
  12. package/dist-es/commands/GetIdMappingTableCommand.js +24 -0
  13. package/dist-es/commands/GetIdNamespaceAssociationCommand.js +24 -0
  14. package/dist-es/commands/ListCollaborationIdNamespaceAssociationsCommand.js +24 -0
  15. package/dist-es/commands/ListIdMappingTablesCommand.js +24 -0
  16. package/dist-es/commands/ListIdNamespaceAssociationsCommand.js +24 -0
  17. package/dist-es/commands/PopulateIdMappingTableCommand.js +24 -0
  18. package/dist-es/commands/UpdateConfiguredTableAssociationAnalysisRuleCommand.js +24 -0
  19. package/dist-es/commands/UpdateIdMappingTableCommand.js +24 -0
  20. package/dist-es/commands/UpdateIdNamespaceAssociationCommand.js +24 -0
  21. package/dist-es/commands/UpdateProtectedQueryCommand.js +1 -1
  22. package/dist-es/commands/index.js +17 -0
  23. package/dist-es/models/index.js +1 -0
  24. package/dist-es/models/models_0.js +75 -20
  25. package/dist-es/models/models_1.js +21 -0
  26. package/dist-es/pagination/ListCollaborationIdNamespaceAssociationsPaginator.js +4 -0
  27. package/dist-es/pagination/ListIdMappingTablesPaginator.js +4 -0
  28. package/dist-es/pagination/ListIdNamespaceAssociationsPaginator.js +4 -0
  29. package/dist-es/pagination/index.js +3 -0
  30. package/dist-es/protocols/Aws_restJson1.js +602 -0
  31. package/dist-types/CleanRooms.d.ts +119 -0
  32. package/dist-types/CleanRoomsClient.d.ts +19 -2
  33. package/dist-types/commands/BatchGetSchemaAnalysisRuleCommand.d.ts +20 -3
  34. package/dist-types/commands/BatchGetSchemaCommand.d.ts +15 -4
  35. package/dist-types/commands/CreateConfiguredTableAnalysisRuleCommand.d.ts +12 -0
  36. package/dist-types/commands/CreateConfiguredTableAssociationAnalysisRuleCommand.d.ts +143 -0
  37. package/dist-types/commands/CreateConfiguredTableAssociationCommand.d.ts +3 -0
  38. package/dist-types/commands/CreateIdMappingTableCommand.d.ts +115 -0
  39. package/dist-types/commands/CreateIdNamespaceAssociationCommand.d.ts +117 -0
  40. package/dist-types/commands/CreatePrivacyBudgetTemplateCommand.d.ts +1 -1
  41. package/dist-types/commands/DeleteConfiguredTableAssociationAnalysisRuleCommand.d.ts +79 -0
  42. package/dist-types/commands/DeleteIdMappingTableCommand.d.ts +74 -0
  43. package/dist-types/commands/DeleteIdNamespaceAssociationCommand.d.ts +74 -0
  44. package/dist-types/commands/DeletePrivacyBudgetTemplateCommand.d.ts +1 -1
  45. package/dist-types/commands/GetCollaborationIdNamespaceAssociationCommand.d.ts +99 -0
  46. package/dist-types/commands/GetConfiguredTableAnalysisRuleCommand.d.ts +6 -0
  47. package/dist-types/commands/GetConfiguredTableAssociationAnalysisRuleCommand.d.ts +114 -0
  48. package/dist-types/commands/GetConfiguredTableAssociationCommand.d.ts +3 -0
  49. package/dist-types/commands/GetIdMappingTableCommand.d.ts +100 -0
  50. package/dist-types/commands/GetIdNamespaceAssociationCommand.d.ts +100 -0
  51. package/dist-types/commands/GetPrivacyBudgetTemplateCommand.d.ts +1 -1
  52. package/dist-types/commands/GetProtectedQueryCommand.d.ts +3 -0
  53. package/dist-types/commands/GetSchemaAnalysisRuleCommand.d.ts +19 -2
  54. package/dist-types/commands/GetSchemaCommand.d.ts +15 -4
  55. package/dist-types/commands/ListCollaborationIdNamespaceAssociationsCommand.d.ts +97 -0
  56. package/dist-types/commands/ListIdMappingTablesCommand.d.ts +95 -0
  57. package/dist-types/commands/ListIdNamespaceAssociationsCommand.d.ts +98 -0
  58. package/dist-types/commands/ListPrivacyBudgetTemplatesCommand.d.ts +1 -1
  59. package/dist-types/commands/ListProtectedQueriesCommand.d.ts +12 -0
  60. package/dist-types/commands/ListSchemasCommand.d.ts +3 -3
  61. package/dist-types/commands/PopulateIdMappingTableCommand.d.ts +79 -0
  62. package/dist-types/commands/StartProtectedQueryCommand.d.ts +6 -0
  63. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  64. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  65. package/dist-types/commands/UpdateConfiguredTableAnalysisRuleCommand.d.ts +12 -0
  66. package/dist-types/commands/UpdateConfiguredTableAssociationAnalysisRuleCommand.d.ts +145 -0
  67. package/dist-types/commands/UpdateConfiguredTableAssociationCommand.d.ts +3 -0
  68. package/dist-types/commands/UpdateIdMappingTableCommand.d.ts +102 -0
  69. package/dist-types/commands/UpdateIdNamespaceAssociationCommand.d.ts +105 -0
  70. package/dist-types/commands/UpdatePrivacyBudgetTemplateCommand.d.ts +1 -1
  71. package/dist-types/commands/UpdateProtectedQueryCommand.d.ts +5 -1
  72. package/dist-types/commands/index.d.ts +17 -0
  73. package/dist-types/models/index.d.ts +1 -0
  74. package/dist-types/models/models_0.d.ts +2016 -903
  75. package/dist-types/models/models_1.d.ts +430 -0
  76. package/dist-types/pagination/ListCollaborationIdNamespaceAssociationsPaginator.d.ts +7 -0
  77. package/dist-types/pagination/ListIdMappingTablesPaginator.d.ts +7 -0
  78. package/dist-types/pagination/ListIdNamespaceAssociationsPaginator.d.ts +7 -0
  79. package/dist-types/pagination/index.d.ts +3 -0
  80. package/dist-types/protocols/Aws_restJson1.d.ts +153 -0
  81. package/dist-types/ts3.4/CleanRooms.d.ts +325 -0
  82. package/dist-types/ts3.4/CleanRoomsClient.d.ts +102 -0
  83. package/dist-types/ts3.4/commands/CreateConfiguredTableAssociationAnalysisRuleCommand.d.ts +40 -0
  84. package/dist-types/ts3.4/commands/CreateIdMappingTableCommand.d.ts +40 -0
  85. package/dist-types/ts3.4/commands/CreateIdNamespaceAssociationCommand.d.ts +40 -0
  86. package/dist-types/ts3.4/commands/CreatePrivacyBudgetTemplateCommand.d.ts +1 -1
  87. package/dist-types/ts3.4/commands/DeleteConfiguredTableAssociationAnalysisRuleCommand.d.ts +40 -0
  88. package/dist-types/ts3.4/commands/DeleteIdMappingTableCommand.d.ts +40 -0
  89. package/dist-types/ts3.4/commands/DeleteIdNamespaceAssociationCommand.d.ts +40 -0
  90. package/dist-types/ts3.4/commands/DeletePrivacyBudgetTemplateCommand.d.ts +1 -1
  91. package/dist-types/ts3.4/commands/GetCollaborationIdNamespaceAssociationCommand.d.ts +40 -0
  92. package/dist-types/ts3.4/commands/GetConfiguredTableAssociationAnalysisRuleCommand.d.ts +40 -0
  93. package/dist-types/ts3.4/commands/GetIdMappingTableCommand.d.ts +39 -0
  94. package/dist-types/ts3.4/commands/GetIdNamespaceAssociationCommand.d.ts +40 -0
  95. package/dist-types/ts3.4/commands/GetPrivacyBudgetTemplateCommand.d.ts +1 -1
  96. package/dist-types/ts3.4/commands/ListCollaborationIdNamespaceAssociationsCommand.d.ts +40 -0
  97. package/dist-types/ts3.4/commands/ListIdMappingTablesCommand.d.ts +40 -0
  98. package/dist-types/ts3.4/commands/ListIdNamespaceAssociationsCommand.d.ts +40 -0
  99. package/dist-types/ts3.4/commands/ListPrivacyBudgetTemplatesCommand.d.ts +1 -1
  100. package/dist-types/ts3.4/commands/PopulateIdMappingTableCommand.d.ts +40 -0
  101. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
  102. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
  103. package/dist-types/ts3.4/commands/UpdateConfiguredTableAssociationAnalysisRuleCommand.d.ts +40 -0
  104. package/dist-types/ts3.4/commands/UpdateIdMappingTableCommand.d.ts +40 -0
  105. package/dist-types/ts3.4/commands/UpdateIdNamespaceAssociationCommand.d.ts +40 -0
  106. package/dist-types/ts3.4/commands/UpdatePrivacyBudgetTemplateCommand.d.ts +1 -1
  107. package/dist-types/ts3.4/commands/UpdateProtectedQueryCommand.d.ts +2 -4
  108. package/dist-types/ts3.4/commands/index.d.ts +17 -0
  109. package/dist-types/ts3.4/models/index.d.ts +1 -0
  110. package/dist-types/ts3.4/models/models_0.d.ts +486 -134
  111. package/dist-types/ts3.4/models/models_1.d.ts +140 -0
  112. package/dist-types/ts3.4/pagination/ListCollaborationIdNamespaceAssociationsPaginator.d.ts +11 -0
  113. package/dist-types/ts3.4/pagination/ListIdMappingTablesPaginator.d.ts +11 -0
  114. package/dist-types/ts3.4/pagination/ListIdNamespaceAssociationsPaginator.d.ts +11 -0
  115. package/dist-types/ts3.4/pagination/index.d.ts +3 -0
  116. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +204 -0
  117. package/package.json +1 -1
package/dist-cjs/index.js CHANGED
@@ -23,6 +23,7 @@ var src_exports = {};
23
23
  __export(src_exports, {
24
24
  AccessDeniedException: () => AccessDeniedException,
25
25
  AccessDeniedExceptionReason: () => AccessDeniedExceptionReason,
26
+ AdditionalAnalyses: () => AdditionalAnalyses,
26
27
  AggregateFunctionName: () => AggregateFunctionName,
27
28
  AggregationType: () => AggregationType,
28
29
  AnalysisFormat: () => AnalysisFormat,
@@ -36,6 +37,7 @@ __export(src_exports, {
36
37
  AnalysisTemplateFilterSensitiveLog: () => AnalysisTemplateFilterSensitiveLog,
37
38
  AnalysisTemplateValidationStatus: () => AnalysisTemplateValidationStatus,
38
39
  AnalysisTemplateValidationType: () => AnalysisTemplateValidationType,
40
+ AnalysisType: () => AnalysisType,
39
41
  BatchGetCollaborationAnalysisTemplateCommand: () => BatchGetCollaborationAnalysisTemplateCommand,
40
42
  BatchGetCollaborationAnalysisTemplateOutputFilterSensitiveLog: () => BatchGetCollaborationAnalysisTemplateOutputFilterSensitiveLog,
41
43
  BatchGetSchemaAnalysisRuleCommand: () => BatchGetSchemaAnalysisRuleCommand,
@@ -45,9 +47,13 @@ __export(src_exports, {
45
47
  CleanRoomsServiceException: () => CleanRoomsServiceException,
46
48
  CollaborationAnalysisTemplateFilterSensitiveLog: () => CollaborationAnalysisTemplateFilterSensitiveLog,
47
49
  CollaborationQueryLogStatus: () => CollaborationQueryLogStatus,
50
+ ConfigurationDetails: () => ConfigurationDetails,
48
51
  ConfiguredTableAnalysisRulePolicy: () => ConfiguredTableAnalysisRulePolicy,
49
52
  ConfiguredTableAnalysisRulePolicyV1: () => ConfiguredTableAnalysisRulePolicyV1,
50
53
  ConfiguredTableAnalysisRuleType: () => ConfiguredTableAnalysisRuleType,
54
+ ConfiguredTableAssociationAnalysisRulePolicy: () => ConfiguredTableAssociationAnalysisRulePolicy,
55
+ ConfiguredTableAssociationAnalysisRulePolicyV1: () => ConfiguredTableAssociationAnalysisRulePolicyV1,
56
+ ConfiguredTableAssociationAnalysisRuleType: () => ConfiguredTableAssociationAnalysisRuleType,
51
57
  ConflictException: () => ConflictException,
52
58
  ConflictExceptionReason: () => ConflictExceptionReason,
53
59
  CreateAnalysisTemplateCommand: () => CreateAnalysisTemplateCommand,
@@ -56,16 +62,22 @@ __export(src_exports, {
56
62
  CreateCollaborationCommand: () => CreateCollaborationCommand,
57
63
  CreateConfiguredAudienceModelAssociationCommand: () => CreateConfiguredAudienceModelAssociationCommand,
58
64
  CreateConfiguredTableAnalysisRuleCommand: () => CreateConfiguredTableAnalysisRuleCommand,
65
+ CreateConfiguredTableAssociationAnalysisRuleCommand: () => CreateConfiguredTableAssociationAnalysisRuleCommand,
59
66
  CreateConfiguredTableAssociationCommand: () => CreateConfiguredTableAssociationCommand,
60
67
  CreateConfiguredTableCommand: () => CreateConfiguredTableCommand,
68
+ CreateIdMappingTableCommand: () => CreateIdMappingTableCommand,
69
+ CreateIdNamespaceAssociationCommand: () => CreateIdNamespaceAssociationCommand,
61
70
  CreateMembershipCommand: () => CreateMembershipCommand,
62
71
  CreatePrivacyBudgetTemplateCommand: () => CreatePrivacyBudgetTemplateCommand,
63
72
  DeleteAnalysisTemplateCommand: () => DeleteAnalysisTemplateCommand,
64
73
  DeleteCollaborationCommand: () => DeleteCollaborationCommand,
65
74
  DeleteConfiguredAudienceModelAssociationCommand: () => DeleteConfiguredAudienceModelAssociationCommand,
66
75
  DeleteConfiguredTableAnalysisRuleCommand: () => DeleteConfiguredTableAnalysisRuleCommand,
76
+ DeleteConfiguredTableAssociationAnalysisRuleCommand: () => DeleteConfiguredTableAssociationAnalysisRuleCommand,
67
77
  DeleteConfiguredTableAssociationCommand: () => DeleteConfiguredTableAssociationCommand,
68
78
  DeleteConfiguredTableCommand: () => DeleteConfiguredTableCommand,
79
+ DeleteIdMappingTableCommand: () => DeleteIdMappingTableCommand,
80
+ DeleteIdNamespaceAssociationCommand: () => DeleteIdNamespaceAssociationCommand,
69
81
  DeleteMemberCommand: () => DeleteMemberCommand,
70
82
  DeleteMembershipCommand: () => DeleteMembershipCommand,
71
83
  DeletePrivacyBudgetTemplateCommand: () => DeletePrivacyBudgetTemplateCommand,
@@ -77,29 +89,37 @@ __export(src_exports, {
77
89
  GetCollaborationAnalysisTemplateOutputFilterSensitiveLog: () => GetCollaborationAnalysisTemplateOutputFilterSensitiveLog,
78
90
  GetCollaborationCommand: () => GetCollaborationCommand,
79
91
  GetCollaborationConfiguredAudienceModelAssociationCommand: () => GetCollaborationConfiguredAudienceModelAssociationCommand,
92
+ GetCollaborationIdNamespaceAssociationCommand: () => GetCollaborationIdNamespaceAssociationCommand,
80
93
  GetCollaborationPrivacyBudgetTemplateCommand: () => GetCollaborationPrivacyBudgetTemplateCommand,
81
94
  GetConfiguredAudienceModelAssociationCommand: () => GetConfiguredAudienceModelAssociationCommand,
82
95
  GetConfiguredTableAnalysisRuleCommand: () => GetConfiguredTableAnalysisRuleCommand,
96
+ GetConfiguredTableAssociationAnalysisRuleCommand: () => GetConfiguredTableAssociationAnalysisRuleCommand,
83
97
  GetConfiguredTableAssociationCommand: () => GetConfiguredTableAssociationCommand,
84
98
  GetConfiguredTableCommand: () => GetConfiguredTableCommand,
99
+ GetIdMappingTableCommand: () => GetIdMappingTableCommand,
100
+ GetIdNamespaceAssociationCommand: () => GetIdNamespaceAssociationCommand,
85
101
  GetMembershipCommand: () => GetMembershipCommand,
86
102
  GetPrivacyBudgetTemplateCommand: () => GetPrivacyBudgetTemplateCommand,
87
103
  GetProtectedQueryCommand: () => GetProtectedQueryCommand,
88
104
  GetProtectedQueryOutputFilterSensitiveLog: () => GetProtectedQueryOutputFilterSensitiveLog,
89
105
  GetSchemaAnalysisRuleCommand: () => GetSchemaAnalysisRuleCommand,
90
106
  GetSchemaCommand: () => GetSchemaCommand,
107
+ IdNamespaceType: () => IdNamespaceType,
91
108
  InternalServerException: () => InternalServerException,
92
109
  JoinOperator: () => JoinOperator,
93
110
  JoinRequiredOption: () => JoinRequiredOption,
94
111
  ListAnalysisTemplatesCommand: () => ListAnalysisTemplatesCommand,
95
112
  ListCollaborationAnalysisTemplatesCommand: () => ListCollaborationAnalysisTemplatesCommand,
96
113
  ListCollaborationConfiguredAudienceModelAssociationsCommand: () => ListCollaborationConfiguredAudienceModelAssociationsCommand,
114
+ ListCollaborationIdNamespaceAssociationsCommand: () => ListCollaborationIdNamespaceAssociationsCommand,
97
115
  ListCollaborationPrivacyBudgetTemplatesCommand: () => ListCollaborationPrivacyBudgetTemplatesCommand,
98
116
  ListCollaborationPrivacyBudgetsCommand: () => ListCollaborationPrivacyBudgetsCommand,
99
117
  ListCollaborationsCommand: () => ListCollaborationsCommand,
100
118
  ListConfiguredAudienceModelAssociationsCommand: () => ListConfiguredAudienceModelAssociationsCommand,
101
119
  ListConfiguredTableAssociationsCommand: () => ListConfiguredTableAssociationsCommand,
102
120
  ListConfiguredTablesCommand: () => ListConfiguredTablesCommand,
121
+ ListIdMappingTablesCommand: () => ListIdMappingTablesCommand,
122
+ ListIdNamespaceAssociationsCommand: () => ListIdNamespaceAssociationsCommand,
103
123
  ListMembersCommand: () => ListMembersCommand,
104
124
  ListMembershipsCommand: () => ListMembershipsCommand,
105
125
  ListPrivacyBudgetTemplatesCommand: () => ListPrivacyBudgetTemplatesCommand,
@@ -113,6 +133,7 @@ __export(src_exports, {
113
133
  MembershipQueryLogStatus: () => MembershipQueryLogStatus,
114
134
  MembershipStatus: () => MembershipStatus,
115
135
  ParameterType: () => ParameterType,
136
+ PopulateIdMappingTableCommand: () => PopulateIdMappingTableCommand,
116
137
  PreviewPrivacyImpactCommand: () => PreviewPrivacyImpactCommand,
117
138
  PreviewPrivacyImpactParametersInput: () => PreviewPrivacyImpactParametersInput,
118
139
  PrivacyBudget: () => PrivacyBudget,
@@ -128,6 +149,7 @@ __export(src_exports, {
128
149
  ProtectedQuerySQLParametersFilterSensitiveLog: () => ProtectedQuerySQLParametersFilterSensitiveLog,
129
150
  ProtectedQueryStatus: () => ProtectedQueryStatus,
130
151
  ProtectedQueryType: () => ProtectedQueryType,
152
+ QueryConstraint: () => QueryConstraint,
131
153
  ResourceNotFoundException: () => ResourceNotFoundException,
132
154
  ResourceType: () => ResourceType,
133
155
  ResultFormat: () => ResultFormat,
@@ -136,6 +158,7 @@ __export(src_exports, {
136
158
  SchemaStatus: () => SchemaStatus,
137
159
  SchemaStatusReasonCode: () => SchemaStatusReasonCode,
138
160
  SchemaType: () => SchemaType,
161
+ SchemaTypeProperties: () => SchemaTypeProperties,
139
162
  ServiceQuotaExceededException: () => ServiceQuotaExceededException,
140
163
  StartProtectedQueryCommand: () => StartProtectedQueryCommand,
141
164
  StartProtectedQueryInputFilterSensitiveLog: () => StartProtectedQueryInputFilterSensitiveLog,
@@ -150,8 +173,11 @@ __export(src_exports, {
150
173
  UpdateCollaborationCommand: () => UpdateCollaborationCommand,
151
174
  UpdateConfiguredAudienceModelAssociationCommand: () => UpdateConfiguredAudienceModelAssociationCommand,
152
175
  UpdateConfiguredTableAnalysisRuleCommand: () => UpdateConfiguredTableAnalysisRuleCommand,
176
+ UpdateConfiguredTableAssociationAnalysisRuleCommand: () => UpdateConfiguredTableAssociationAnalysisRuleCommand,
153
177
  UpdateConfiguredTableAssociationCommand: () => UpdateConfiguredTableAssociationCommand,
154
178
  UpdateConfiguredTableCommand: () => UpdateConfiguredTableCommand,
179
+ UpdateIdMappingTableCommand: () => UpdateIdMappingTableCommand,
180
+ UpdateIdNamespaceAssociationCommand: () => UpdateIdNamespaceAssociationCommand,
155
181
  UpdateMembershipCommand: () => UpdateMembershipCommand,
156
182
  UpdatePrivacyBudgetTemplateCommand: () => UpdatePrivacyBudgetTemplateCommand,
157
183
  UpdateProtectedQueryCommand: () => UpdateProtectedQueryCommand,
@@ -162,12 +188,15 @@ __export(src_exports, {
162
188
  paginateListAnalysisTemplates: () => paginateListAnalysisTemplates,
163
189
  paginateListCollaborationAnalysisTemplates: () => paginateListCollaborationAnalysisTemplates,
164
190
  paginateListCollaborationConfiguredAudienceModelAssociations: () => paginateListCollaborationConfiguredAudienceModelAssociations,
191
+ paginateListCollaborationIdNamespaceAssociations: () => paginateListCollaborationIdNamespaceAssociations,
165
192
  paginateListCollaborationPrivacyBudgetTemplates: () => paginateListCollaborationPrivacyBudgetTemplates,
166
193
  paginateListCollaborationPrivacyBudgets: () => paginateListCollaborationPrivacyBudgets,
167
194
  paginateListCollaborations: () => paginateListCollaborations,
168
195
  paginateListConfiguredAudienceModelAssociations: () => paginateListConfiguredAudienceModelAssociations,
169
196
  paginateListConfiguredTableAssociations: () => paginateListConfiguredTableAssociations,
170
197
  paginateListConfiguredTables: () => paginateListConfiguredTables,
198
+ paginateListIdMappingTables: () => paginateListIdMappingTables,
199
+ paginateListIdNamespaceAssociations: () => paginateListIdNamespaceAssociations,
171
200
  paginateListMembers: () => paginateListMembers,
172
201
  paginateListMemberships: () => paginateListMemberships,
173
202
  paginateListPrivacyBudgetTemplates: () => paginateListPrivacyBudgetTemplates,
@@ -367,6 +396,11 @@ var _AccessDeniedException = class _AccessDeniedException extends CleanRoomsServ
367
396
  };
368
397
  __name(_AccessDeniedException, "AccessDeniedException");
369
398
  var AccessDeniedException = _AccessDeniedException;
399
+ var AdditionalAnalyses = {
400
+ ALLOWED: "ALLOWED",
401
+ NOT_ALLOWED: "NOT_ALLOWED",
402
+ REQUIRED: "REQUIRED"
403
+ };
370
404
  var AggregateFunctionName = {
371
405
  AVG: "AVG",
372
406
  COUNT: "COUNT",
@@ -433,6 +467,14 @@ var ScalarFunctions = {
433
467
  TRUNC: "TRUNC",
434
468
  UPPER: "UPPER"
435
469
  };
470
+ var QueryConstraint;
471
+ ((QueryConstraint2) => {
472
+ QueryConstraint2.visit = /* @__PURE__ */ __name((value, visitor) => {
473
+ if (value.requireOverlap !== void 0)
474
+ return visitor.requireOverlap(value.requireOverlap);
475
+ return visitor._(value.$unknown[0], value.$unknown[1]);
476
+ }, "visit");
477
+ })(QueryConstraint || (QueryConstraint = {}));
436
478
  var AnalysisRulePolicyV1;
437
479
  ((AnalysisRulePolicyV12) => {
438
480
  AnalysisRulePolicyV12.visit = /* @__PURE__ */ __name((value, visitor) => {
@@ -442,6 +484,8 @@ var AnalysisRulePolicyV1;
442
484
  return visitor.aggregation(value.aggregation);
443
485
  if (value.custom !== void 0)
444
486
  return visitor.custom(value.custom);
487
+ if (value.idMappingTable !== void 0)
488
+ return visitor.idMappingTable(value.idMappingTable);
445
489
  return visitor._(value.$unknown[0], value.$unknown[1]);
446
490
  }, "visit");
447
491
  })(AnalysisRulePolicyV1 || (AnalysisRulePolicyV1 = {}));
@@ -456,6 +500,7 @@ var AnalysisRulePolicy;
456
500
  var AnalysisRuleType = {
457
501
  AGGREGATION: "AGGREGATION",
458
502
  CUSTOM: "CUSTOM",
503
+ ID_MAPPING_TABLE: "ID_MAPPING_TABLE",
459
504
  LIST: "LIST"
460
505
  };
461
506
  var AnalysisSource;
@@ -602,20 +647,44 @@ var _ValidationException = class _ValidationException extends CleanRoomsServiceE
602
647
  };
603
648
  __name(_ValidationException, "ValidationException");
604
649
  var ValidationException = _ValidationException;
650
+ var AnalysisType = {
651
+ ADDITIONAL_ANALYSIS: "ADDITIONAL_ANALYSIS",
652
+ DIRECT_ANALYSIS: "DIRECT_ANALYSIS"
653
+ };
605
654
  var SchemaConfiguration = {
606
655
  DIFFERENTIAL_PRIVACY: "DIFFERENTIAL_PRIVACY"
607
656
  };
608
657
  var SchemaStatusReasonCode = {
658
+ ADDITIONAL_ANALYSES_NOT_ALLOWED: "ADDITIONAL_ANALYSES_NOT_ALLOWED",
659
+ ADDITIONAL_ANALYSES_NOT_CONFIGURED: "ADDITIONAL_ANALYSES_NOT_CONFIGURED",
609
660
  ANALYSIS_PROVIDERS_NOT_CONFIGURED: "ANALYSIS_PROVIDERS_NOT_CONFIGURED",
610
661
  ANALYSIS_RULE_MISSING: "ANALYSIS_RULE_MISSING",
662
+ ANALYSIS_RULE_TYPES_NOT_COMPATIBLE: "ANALYSIS_RULE_TYPES_NOT_COMPATIBLE",
611
663
  ANALYSIS_TEMPLATES_NOT_CONFIGURED: "ANALYSIS_TEMPLATES_NOT_CONFIGURED",
612
- DIFFERENTIAL_PRIVACY_POLICY_NOT_CONFIGURED: "DIFFERENTIAL_PRIVACY_POLICY_NOT_CONFIGURED"
664
+ COLLABORATION_ANALYSIS_RULE_NOT_CONFIGURED: "COLLABORATION_ANALYSIS_RULE_NOT_CONFIGURED",
665
+ DIFFERENTIAL_PRIVACY_POLICY_NOT_CONFIGURED: "DIFFERENTIAL_PRIVACY_POLICY_NOT_CONFIGURED",
666
+ ID_MAPPING_TABLE_NOT_POPULATED: "ID_MAPPING_TABLE_NOT_POPULATED",
667
+ RESULT_RECEIVERS_NOT_ALLOWED: "RESULT_RECEIVERS_NOT_ALLOWED",
668
+ RESULT_RECEIVERS_NOT_CONFIGURED: "RESULT_RECEIVERS_NOT_CONFIGURED"
613
669
  };
614
670
  var SchemaStatus = {
615
671
  NOT_READY: "NOT_READY",
616
672
  READY: "READY"
617
673
  };
674
+ var IdNamespaceType = {
675
+ SOURCE: "SOURCE",
676
+ TARGET: "TARGET"
677
+ };
678
+ var SchemaTypeProperties;
679
+ ((SchemaTypeProperties2) => {
680
+ SchemaTypeProperties2.visit = /* @__PURE__ */ __name((value, visitor) => {
681
+ if (value.idMappingTable !== void 0)
682
+ return visitor.idMappingTable(value.idMappingTable);
683
+ return visitor._(value.$unknown[0], value.$unknown[1]);
684
+ }, "visit");
685
+ })(SchemaTypeProperties || (SchemaTypeProperties = {}));
618
686
  var SchemaType = {
687
+ ID_MAPPING_TABLE: "ID_MAPPING_TABLE",
619
688
  TABLE: "TABLE"
620
689
  };
621
690
  var MemberAbility = {
@@ -637,8 +706,8 @@ var PrivacyBudgetTemplateAutoRefresh = {
637
706
  NONE: "NONE"
638
707
  };
639
708
  var PrivacyBudgetTemplateParametersOutput;
640
- ((PrivacyBudgetTemplateParametersOutput2) => {
641
- PrivacyBudgetTemplateParametersOutput2.visit = /* @__PURE__ */ __name((value, visitor) => {
709
+ ((PrivacyBudgetTemplateParametersOutput3) => {
710
+ PrivacyBudgetTemplateParametersOutput3.visit = /* @__PURE__ */ __name((value, visitor) => {
642
711
  if (value.differentialPrivacy !== void 0)
643
712
  return visitor.differentialPrivacy(value.differentialPrivacy);
644
713
  return visitor._(value.$unknown[0], value.$unknown[1]);
@@ -666,6 +735,31 @@ var FilterableMemberStatus = {
666
735
  ACTIVE: "ACTIVE",
667
736
  INVITED: "INVITED"
668
737
  };
738
+ var ConfiguredTableAssociationAnalysisRuleType = {
739
+ AGGREGATION: "AGGREGATION",
740
+ CUSTOM: "CUSTOM",
741
+ LIST: "LIST"
742
+ };
743
+ var ConfiguredTableAssociationAnalysisRulePolicyV1;
744
+ ((ConfiguredTableAssociationAnalysisRulePolicyV13) => {
745
+ ConfiguredTableAssociationAnalysisRulePolicyV13.visit = /* @__PURE__ */ __name((value, visitor) => {
746
+ if (value.list !== void 0)
747
+ return visitor.list(value.list);
748
+ if (value.aggregation !== void 0)
749
+ return visitor.aggregation(value.aggregation);
750
+ if (value.custom !== void 0)
751
+ return visitor.custom(value.custom);
752
+ return visitor._(value.$unknown[0], value.$unknown[1]);
753
+ }, "visit");
754
+ })(ConfiguredTableAssociationAnalysisRulePolicyV1 || (ConfiguredTableAssociationAnalysisRulePolicyV1 = {}));
755
+ var ConfiguredTableAssociationAnalysisRulePolicy;
756
+ ((ConfiguredTableAssociationAnalysisRulePolicy3) => {
757
+ ConfiguredTableAssociationAnalysisRulePolicy3.visit = /* @__PURE__ */ __name((value, visitor) => {
758
+ if (value.v1 !== void 0)
759
+ return visitor.v1(value.v1);
760
+ return visitor._(value.$unknown[0], value.$unknown[1]);
761
+ }, "visit");
762
+ })(ConfiguredTableAssociationAnalysisRulePolicy || (ConfiguredTableAssociationAnalysisRulePolicy = {}));
669
763
  var TableReference;
670
764
  ((TableReference3) => {
671
765
  TableReference3.visit = /* @__PURE__ */ __name((value, visitor) => {
@@ -735,6 +829,8 @@ var ProtectedQueryOutputConfiguration;
735
829
  ProtectedQueryOutputConfiguration3.visit = /* @__PURE__ */ __name((value, visitor) => {
736
830
  if (value.s3 !== void 0)
737
831
  return visitor.s3(value.s3);
832
+ if (value.member !== void 0)
833
+ return visitor.member(value.member);
738
834
  return visitor._(value.$unknown[0], value.$unknown[1]);
739
835
  }, "visit");
740
836
  })(ProtectedQueryOutputConfiguration || (ProtectedQueryOutputConfiguration = {}));
@@ -747,6 +843,14 @@ var ProtectedQueryStatus = {
747
843
  SUCCESS: "SUCCESS",
748
844
  TIMED_OUT: "TIMED_OUT"
749
845
  };
846
+ var ConfigurationDetails;
847
+ ((ConfigurationDetails2) => {
848
+ ConfigurationDetails2.visit = /* @__PURE__ */ __name((value, visitor) => {
849
+ if (value.directAnalysisConfigurationDetails !== void 0)
850
+ return visitor.directAnalysisConfigurationDetails(value.directAnalysisConfigurationDetails);
851
+ return visitor._(value.$unknown[0], value.$unknown[1]);
852
+ }, "visit");
853
+ })(ConfigurationDetails || (ConfigurationDetails = {}));
750
854
  var PreviewPrivacyImpactParametersInput;
751
855
  ((PreviewPrivacyImpactParametersInput3) => {
752
856
  PreviewPrivacyImpactParametersInput3.visit = /* @__PURE__ */ __name((value, visitor) => {
@@ -769,22 +873,6 @@ var ProtectedQueryType = {
769
873
  var TargetProtectedQueryStatus = {
770
874
  CANCELLED: "CANCELLED"
771
875
  };
772
- var PrivacyBudgetTemplateParametersInput;
773
- ((PrivacyBudgetTemplateParametersInput3) => {
774
- PrivacyBudgetTemplateParametersInput3.visit = /* @__PURE__ */ __name((value, visitor) => {
775
- if (value.differentialPrivacy !== void 0)
776
- return visitor.differentialPrivacy(value.differentialPrivacy);
777
- return visitor._(value.$unknown[0], value.$unknown[1]);
778
- }, "visit");
779
- })(PrivacyBudgetTemplateParametersInput || (PrivacyBudgetTemplateParametersInput = {}));
780
- var PrivacyBudgetTemplateUpdateParameters;
781
- ((PrivacyBudgetTemplateUpdateParameters3) => {
782
- PrivacyBudgetTemplateUpdateParameters3.visit = /* @__PURE__ */ __name((value, visitor) => {
783
- if (value.differentialPrivacy !== void 0)
784
- return visitor.differentialPrivacy(value.differentialPrivacy);
785
- return visitor._(value.$unknown[0], value.$unknown[1]);
786
- }, "visit");
787
- })(PrivacyBudgetTemplateUpdateParameters || (PrivacyBudgetTemplateUpdateParameters = {}));
788
876
  var AnalysisParameterFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
789
877
  ...obj
790
878
  }), "AnalysisParameterFilterSensitiveLog");
@@ -857,10 +945,6 @@ var StartProtectedQueryOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) =
857
945
  ...obj,
858
946
  ...obj.protectedQuery && { protectedQuery: ProtectedQueryFilterSensitiveLog(obj.protectedQuery) }
859
947
  }), "StartProtectedQueryOutputFilterSensitiveLog");
860
- var UpdateProtectedQueryOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
861
- ...obj,
862
- ...obj.protectedQuery && { protectedQuery: ProtectedQueryFilterSensitiveLog(obj.protectedQuery) }
863
- }), "UpdateProtectedQueryOutputFilterSensitiveLog");
864
948
 
865
949
  // src/protocols/Aws_restJson1.ts
866
950
  var import_core2 = require("@aws-sdk/core");
@@ -1035,6 +1119,71 @@ var se_CreateConfiguredTableAssociationCommand = /* @__PURE__ */ __name(async (i
1035
1119
  b.m("POST").h(headers).b(body);
1036
1120
  return b.build();
1037
1121
  }, "se_CreateConfiguredTableAssociationCommand");
1122
+ var se_CreateConfiguredTableAssociationAnalysisRuleCommand = /* @__PURE__ */ __name(async (input, context) => {
1123
+ const b = (0, import_core.requestBuilder)(input, context);
1124
+ const headers = {
1125
+ "content-type": "application/json"
1126
+ };
1127
+ b.bp(
1128
+ "/memberships/{membershipIdentifier}/configuredTableAssociations/{configuredTableAssociationIdentifier}/analysisRule"
1129
+ );
1130
+ b.p("membershipIdentifier", () => input.membershipIdentifier, "{membershipIdentifier}", false);
1131
+ b.p(
1132
+ "configuredTableAssociationIdentifier",
1133
+ () => input.configuredTableAssociationIdentifier,
1134
+ "{configuredTableAssociationIdentifier}",
1135
+ false
1136
+ );
1137
+ let body;
1138
+ body = JSON.stringify(
1139
+ (0, import_smithy_client.take)(input, {
1140
+ analysisRulePolicy: (_) => (0, import_smithy_client._json)(_),
1141
+ analysisRuleType: []
1142
+ })
1143
+ );
1144
+ b.m("POST").h(headers).b(body);
1145
+ return b.build();
1146
+ }, "se_CreateConfiguredTableAssociationAnalysisRuleCommand");
1147
+ var se_CreateIdMappingTableCommand = /* @__PURE__ */ __name(async (input, context) => {
1148
+ const b = (0, import_core.requestBuilder)(input, context);
1149
+ const headers = {
1150
+ "content-type": "application/json"
1151
+ };
1152
+ b.bp("/memberships/{membershipIdentifier}/idmappingtables");
1153
+ b.p("membershipIdentifier", () => input.membershipIdentifier, "{membershipIdentifier}", false);
1154
+ let body;
1155
+ body = JSON.stringify(
1156
+ (0, import_smithy_client.take)(input, {
1157
+ description: [],
1158
+ inputReferenceConfig: (_) => (0, import_smithy_client._json)(_),
1159
+ kmsKeyArn: [],
1160
+ name: [],
1161
+ tags: (_) => (0, import_smithy_client._json)(_)
1162
+ })
1163
+ );
1164
+ b.m("POST").h(headers).b(body);
1165
+ return b.build();
1166
+ }, "se_CreateIdMappingTableCommand");
1167
+ var se_CreateIdNamespaceAssociationCommand = /* @__PURE__ */ __name(async (input, context) => {
1168
+ const b = (0, import_core.requestBuilder)(input, context);
1169
+ const headers = {
1170
+ "content-type": "application/json"
1171
+ };
1172
+ b.bp("/memberships/{membershipIdentifier}/idnamespaceassociations");
1173
+ b.p("membershipIdentifier", () => input.membershipIdentifier, "{membershipIdentifier}", false);
1174
+ let body;
1175
+ body = JSON.stringify(
1176
+ (0, import_smithy_client.take)(input, {
1177
+ description: [],
1178
+ idMappingConfig: (_) => (0, import_smithy_client._json)(_),
1179
+ inputReferenceConfig: (_) => (0, import_smithy_client._json)(_),
1180
+ name: [],
1181
+ tags: (_) => (0, import_smithy_client._json)(_)
1182
+ })
1183
+ );
1184
+ b.m("POST").h(headers).b(body);
1185
+ return b.build();
1186
+ }, "se_CreateIdNamespaceAssociationCommand");
1038
1187
  var se_CreateMembershipCommand = /* @__PURE__ */ __name(async (input, context) => {
1039
1188
  const b = (0, import_core.requestBuilder)(input, context);
1040
1189
  const headers = {
@@ -1143,6 +1292,49 @@ var se_DeleteConfiguredTableAssociationCommand = /* @__PURE__ */ __name(async (i
1143
1292
  b.m("DELETE").h(headers).b(body);
1144
1293
  return b.build();
1145
1294
  }, "se_DeleteConfiguredTableAssociationCommand");
1295
+ var se_DeleteConfiguredTableAssociationAnalysisRuleCommand = /* @__PURE__ */ __name(async (input, context) => {
1296
+ const b = (0, import_core.requestBuilder)(input, context);
1297
+ const headers = {};
1298
+ b.bp(
1299
+ "/memberships/{membershipIdentifier}/configuredTableAssociations/{configuredTableAssociationIdentifier}/analysisRule/{analysisRuleType}"
1300
+ );
1301
+ b.p("membershipIdentifier", () => input.membershipIdentifier, "{membershipIdentifier}", false);
1302
+ b.p(
1303
+ "configuredTableAssociationIdentifier",
1304
+ () => input.configuredTableAssociationIdentifier,
1305
+ "{configuredTableAssociationIdentifier}",
1306
+ false
1307
+ );
1308
+ b.p("analysisRuleType", () => input.analysisRuleType, "{analysisRuleType}", false);
1309
+ let body;
1310
+ b.m("DELETE").h(headers).b(body);
1311
+ return b.build();
1312
+ }, "se_DeleteConfiguredTableAssociationAnalysisRuleCommand");
1313
+ var se_DeleteIdMappingTableCommand = /* @__PURE__ */ __name(async (input, context) => {
1314
+ const b = (0, import_core.requestBuilder)(input, context);
1315
+ const headers = {};
1316
+ b.bp("/memberships/{membershipIdentifier}/idmappingtables/{idMappingTableIdentifier}");
1317
+ b.p("idMappingTableIdentifier", () => input.idMappingTableIdentifier, "{idMappingTableIdentifier}", false);
1318
+ b.p("membershipIdentifier", () => input.membershipIdentifier, "{membershipIdentifier}", false);
1319
+ let body;
1320
+ b.m("DELETE").h(headers).b(body);
1321
+ return b.build();
1322
+ }, "se_DeleteIdMappingTableCommand");
1323
+ var se_DeleteIdNamespaceAssociationCommand = /* @__PURE__ */ __name(async (input, context) => {
1324
+ const b = (0, import_core.requestBuilder)(input, context);
1325
+ const headers = {};
1326
+ b.bp("/memberships/{membershipIdentifier}/idnamespaceassociations/{idNamespaceAssociationIdentifier}");
1327
+ b.p(
1328
+ "idNamespaceAssociationIdentifier",
1329
+ () => input.idNamespaceAssociationIdentifier,
1330
+ "{idNamespaceAssociationIdentifier}",
1331
+ false
1332
+ );
1333
+ b.p("membershipIdentifier", () => input.membershipIdentifier, "{membershipIdentifier}", false);
1334
+ let body;
1335
+ b.m("DELETE").h(headers).b(body);
1336
+ return b.build();
1337
+ }, "se_DeleteIdNamespaceAssociationCommand");
1146
1338
  var se_DeleteMemberCommand = /* @__PURE__ */ __name(async (input, context) => {
1147
1339
  const b = (0, import_core.requestBuilder)(input, context);
1148
1340
  const headers = {};
@@ -1223,6 +1415,21 @@ var se_GetCollaborationConfiguredAudienceModelAssociationCommand = /* @__PURE__
1223
1415
  b.m("GET").h(headers).b(body);
1224
1416
  return b.build();
1225
1417
  }, "se_GetCollaborationConfiguredAudienceModelAssociationCommand");
1418
+ var se_GetCollaborationIdNamespaceAssociationCommand = /* @__PURE__ */ __name(async (input, context) => {
1419
+ const b = (0, import_core.requestBuilder)(input, context);
1420
+ const headers = {};
1421
+ b.bp("/collaborations/{collaborationIdentifier}/idnamespaceassociations/{idNamespaceAssociationIdentifier}");
1422
+ b.p("collaborationIdentifier", () => input.collaborationIdentifier, "{collaborationIdentifier}", false);
1423
+ b.p(
1424
+ "idNamespaceAssociationIdentifier",
1425
+ () => input.idNamespaceAssociationIdentifier,
1426
+ "{idNamespaceAssociationIdentifier}",
1427
+ false
1428
+ );
1429
+ let body;
1430
+ b.m("GET").h(headers).b(body);
1431
+ return b.build();
1432
+ }, "se_GetCollaborationIdNamespaceAssociationCommand");
1226
1433
  var se_GetCollaborationPrivacyBudgetTemplateCommand = /* @__PURE__ */ __name(async (input, context) => {
1227
1434
  const b = (0, import_core.requestBuilder)(input, context);
1228
1435
  const headers = {};
@@ -1289,6 +1496,49 @@ var se_GetConfiguredTableAssociationCommand = /* @__PURE__ */ __name(async (inpu
1289
1496
  b.m("GET").h(headers).b(body);
1290
1497
  return b.build();
1291
1498
  }, "se_GetConfiguredTableAssociationCommand");
1499
+ var se_GetConfiguredTableAssociationAnalysisRuleCommand = /* @__PURE__ */ __name(async (input, context) => {
1500
+ const b = (0, import_core.requestBuilder)(input, context);
1501
+ const headers = {};
1502
+ b.bp(
1503
+ "/memberships/{membershipIdentifier}/configuredTableAssociations/{configuredTableAssociationIdentifier}/analysisRule/{analysisRuleType}"
1504
+ );
1505
+ b.p("membershipIdentifier", () => input.membershipIdentifier, "{membershipIdentifier}", false);
1506
+ b.p(
1507
+ "configuredTableAssociationIdentifier",
1508
+ () => input.configuredTableAssociationIdentifier,
1509
+ "{configuredTableAssociationIdentifier}",
1510
+ false
1511
+ );
1512
+ b.p("analysisRuleType", () => input.analysisRuleType, "{analysisRuleType}", false);
1513
+ let body;
1514
+ b.m("GET").h(headers).b(body);
1515
+ return b.build();
1516
+ }, "se_GetConfiguredTableAssociationAnalysisRuleCommand");
1517
+ var se_GetIdMappingTableCommand = /* @__PURE__ */ __name(async (input, context) => {
1518
+ const b = (0, import_core.requestBuilder)(input, context);
1519
+ const headers = {};
1520
+ b.bp("/memberships/{membershipIdentifier}/idmappingtables/{idMappingTableIdentifier}");
1521
+ b.p("idMappingTableIdentifier", () => input.idMappingTableIdentifier, "{idMappingTableIdentifier}", false);
1522
+ b.p("membershipIdentifier", () => input.membershipIdentifier, "{membershipIdentifier}", false);
1523
+ let body;
1524
+ b.m("GET").h(headers).b(body);
1525
+ return b.build();
1526
+ }, "se_GetIdMappingTableCommand");
1527
+ var se_GetIdNamespaceAssociationCommand = /* @__PURE__ */ __name(async (input, context) => {
1528
+ const b = (0, import_core.requestBuilder)(input, context);
1529
+ const headers = {};
1530
+ b.bp("/memberships/{membershipIdentifier}/idnamespaceassociations/{idNamespaceAssociationIdentifier}");
1531
+ b.p(
1532
+ "idNamespaceAssociationIdentifier",
1533
+ () => input.idNamespaceAssociationIdentifier,
1534
+ "{idNamespaceAssociationIdentifier}",
1535
+ false
1536
+ );
1537
+ b.p("membershipIdentifier", () => input.membershipIdentifier, "{membershipIdentifier}", false);
1538
+ let body;
1539
+ b.m("GET").h(headers).b(body);
1540
+ return b.build();
1541
+ }, "se_GetIdNamespaceAssociationCommand");
1292
1542
  var se_GetMembershipCommand = /* @__PURE__ */ __name(async (input, context) => {
1293
1543
  const b = (0, import_core.requestBuilder)(input, context);
1294
1544
  const headers = {};
@@ -1383,6 +1633,19 @@ var se_ListCollaborationConfiguredAudienceModelAssociationsCommand = /* @__PURE_
1383
1633
  b.m("GET").h(headers).q(query).b(body);
1384
1634
  return b.build();
1385
1635
  }, "se_ListCollaborationConfiguredAudienceModelAssociationsCommand");
1636
+ var se_ListCollaborationIdNamespaceAssociationsCommand = /* @__PURE__ */ __name(async (input, context) => {
1637
+ const b = (0, import_core.requestBuilder)(input, context);
1638
+ const headers = {};
1639
+ b.bp("/collaborations/{collaborationIdentifier}/idnamespaceassociations");
1640
+ b.p("collaborationIdentifier", () => input.collaborationIdentifier, "{collaborationIdentifier}", false);
1641
+ const query = (0, import_smithy_client.map)({
1642
+ [_nT]: [, input[_nT]],
1643
+ [_mR]: [() => input.maxResults !== void 0, () => input[_mR].toString()]
1644
+ });
1645
+ let body;
1646
+ b.m("GET").h(headers).q(query).b(body);
1647
+ return b.build();
1648
+ }, "se_ListCollaborationIdNamespaceAssociationsCommand");
1386
1649
  var se_ListCollaborationPrivacyBudgetsCommand = /* @__PURE__ */ __name(async (input, context) => {
1387
1650
  const b = (0, import_core.requestBuilder)(input, context);
1388
1651
  const headers = {};
@@ -1461,6 +1724,32 @@ var se_ListConfiguredTablesCommand = /* @__PURE__ */ __name(async (input, contex
1461
1724
  b.m("GET").h(headers).q(query).b(body);
1462
1725
  return b.build();
1463
1726
  }, "se_ListConfiguredTablesCommand");
1727
+ var se_ListIdMappingTablesCommand = /* @__PURE__ */ __name(async (input, context) => {
1728
+ const b = (0, import_core.requestBuilder)(input, context);
1729
+ const headers = {};
1730
+ b.bp("/memberships/{membershipIdentifier}/idmappingtables");
1731
+ b.p("membershipIdentifier", () => input.membershipIdentifier, "{membershipIdentifier}", false);
1732
+ const query = (0, import_smithy_client.map)({
1733
+ [_nT]: [, input[_nT]],
1734
+ [_mR]: [() => input.maxResults !== void 0, () => input[_mR].toString()]
1735
+ });
1736
+ let body;
1737
+ b.m("GET").h(headers).q(query).b(body);
1738
+ return b.build();
1739
+ }, "se_ListIdMappingTablesCommand");
1740
+ var se_ListIdNamespaceAssociationsCommand = /* @__PURE__ */ __name(async (input, context) => {
1741
+ const b = (0, import_core.requestBuilder)(input, context);
1742
+ const headers = {};
1743
+ b.bp("/memberships/{membershipIdentifier}/idnamespaceassociations");
1744
+ b.p("membershipIdentifier", () => input.membershipIdentifier, "{membershipIdentifier}", false);
1745
+ const query = (0, import_smithy_client.map)({
1746
+ [_nT]: [, input[_nT]],
1747
+ [_mR]: [() => input.maxResults !== void 0, () => input[_mR].toString()]
1748
+ });
1749
+ let body;
1750
+ b.m("GET").h(headers).q(query).b(body);
1751
+ return b.build();
1752
+ }, "se_ListIdNamespaceAssociationsCommand");
1464
1753
  var se_ListMembersCommand = /* @__PURE__ */ __name(async (input, context) => {
1465
1754
  const b = (0, import_core.requestBuilder)(input, context);
1466
1755
  const headers = {};
@@ -1551,6 +1840,16 @@ var se_ListTagsForResourceCommand = /* @__PURE__ */ __name(async (input, context
1551
1840
  b.m("GET").h(headers).b(body);
1552
1841
  return b.build();
1553
1842
  }, "se_ListTagsForResourceCommand");
1843
+ var se_PopulateIdMappingTableCommand = /* @__PURE__ */ __name(async (input, context) => {
1844
+ const b = (0, import_core.requestBuilder)(input, context);
1845
+ const headers = {};
1846
+ b.bp("/memberships/{membershipIdentifier}/idmappingtables/{idMappingTableIdentifier}/populate");
1847
+ b.p("idMappingTableIdentifier", () => input.idMappingTableIdentifier, "{idMappingTableIdentifier}", false);
1848
+ b.p("membershipIdentifier", () => input.membershipIdentifier, "{membershipIdentifier}", false);
1849
+ let body;
1850
+ b.m("POST").h(headers).b(body);
1851
+ return b.build();
1852
+ }, "se_PopulateIdMappingTableCommand");
1554
1853
  var se_PreviewPrivacyImpactCommand = /* @__PURE__ */ __name(async (input, context) => {
1555
1854
  const b = (0, import_core.requestBuilder)(input, context);
1556
1855
  const headers = {
@@ -1732,6 +2031,73 @@ var se_UpdateConfiguredTableAssociationCommand = /* @__PURE__ */ __name(async (i
1732
2031
  b.m("PATCH").h(headers).b(body);
1733
2032
  return b.build();
1734
2033
  }, "se_UpdateConfiguredTableAssociationCommand");
2034
+ var se_UpdateConfiguredTableAssociationAnalysisRuleCommand = /* @__PURE__ */ __name(async (input, context) => {
2035
+ const b = (0, import_core.requestBuilder)(input, context);
2036
+ const headers = {
2037
+ "content-type": "application/json"
2038
+ };
2039
+ b.bp(
2040
+ "/memberships/{membershipIdentifier}/configuredTableAssociations/{configuredTableAssociationIdentifier}/analysisRule/{analysisRuleType}"
2041
+ );
2042
+ b.p("membershipIdentifier", () => input.membershipIdentifier, "{membershipIdentifier}", false);
2043
+ b.p(
2044
+ "configuredTableAssociationIdentifier",
2045
+ () => input.configuredTableAssociationIdentifier,
2046
+ "{configuredTableAssociationIdentifier}",
2047
+ false
2048
+ );
2049
+ b.p("analysisRuleType", () => input.analysisRuleType, "{analysisRuleType}", false);
2050
+ let body;
2051
+ body = JSON.stringify(
2052
+ (0, import_smithy_client.take)(input, {
2053
+ analysisRulePolicy: (_) => (0, import_smithy_client._json)(_)
2054
+ })
2055
+ );
2056
+ b.m("PATCH").h(headers).b(body);
2057
+ return b.build();
2058
+ }, "se_UpdateConfiguredTableAssociationAnalysisRuleCommand");
2059
+ var se_UpdateIdMappingTableCommand = /* @__PURE__ */ __name(async (input, context) => {
2060
+ const b = (0, import_core.requestBuilder)(input, context);
2061
+ const headers = {
2062
+ "content-type": "application/json"
2063
+ };
2064
+ b.bp("/memberships/{membershipIdentifier}/idmappingtables/{idMappingTableIdentifier}");
2065
+ b.p("idMappingTableIdentifier", () => input.idMappingTableIdentifier, "{idMappingTableIdentifier}", false);
2066
+ b.p("membershipIdentifier", () => input.membershipIdentifier, "{membershipIdentifier}", false);
2067
+ let body;
2068
+ body = JSON.stringify(
2069
+ (0, import_smithy_client.take)(input, {
2070
+ description: [],
2071
+ kmsKeyArn: []
2072
+ })
2073
+ );
2074
+ b.m("PATCH").h(headers).b(body);
2075
+ return b.build();
2076
+ }, "se_UpdateIdMappingTableCommand");
2077
+ var se_UpdateIdNamespaceAssociationCommand = /* @__PURE__ */ __name(async (input, context) => {
2078
+ const b = (0, import_core.requestBuilder)(input, context);
2079
+ const headers = {
2080
+ "content-type": "application/json"
2081
+ };
2082
+ b.bp("/memberships/{membershipIdentifier}/idnamespaceassociations/{idNamespaceAssociationIdentifier}");
2083
+ b.p(
2084
+ "idNamespaceAssociationIdentifier",
2085
+ () => input.idNamespaceAssociationIdentifier,
2086
+ "{idNamespaceAssociationIdentifier}",
2087
+ false
2088
+ );
2089
+ b.p("membershipIdentifier", () => input.membershipIdentifier, "{membershipIdentifier}", false);
2090
+ let body;
2091
+ body = JSON.stringify(
2092
+ (0, import_smithy_client.take)(input, {
2093
+ description: [],
2094
+ idMappingConfig: (_) => (0, import_smithy_client._json)(_),
2095
+ name: []
2096
+ })
2097
+ );
2098
+ b.m("PATCH").h(headers).b(body);
2099
+ return b.build();
2100
+ }, "se_UpdateIdNamespaceAssociationCommand");
1735
2101
  var se_UpdateMembershipCommand = /* @__PURE__ */ __name(async (input, context) => {
1736
2102
  const b = (0, import_core.requestBuilder)(input, context);
1737
2103
  const headers = {
@@ -1918,7 +2284,7 @@ var de_CreateConfiguredTableAssociationCommand = /* @__PURE__ */ __name(async (o
1918
2284
  Object.assign(contents, doc);
1919
2285
  return contents;
1920
2286
  }, "de_CreateConfiguredTableAssociationCommand");
1921
- var de_CreateMembershipCommand = /* @__PURE__ */ __name(async (output, context) => {
2287
+ var de_CreateConfiguredTableAssociationAnalysisRuleCommand = /* @__PURE__ */ __name(async (output, context) => {
1922
2288
  if (output.statusCode !== 200 && output.statusCode >= 300) {
1923
2289
  return de_CommandError(output, context);
1924
2290
  }
@@ -1927,12 +2293,12 @@ var de_CreateMembershipCommand = /* @__PURE__ */ __name(async (output, context)
1927
2293
  });
1928
2294
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
1929
2295
  const doc = (0, import_smithy_client.take)(data, {
1930
- membership: (_) => de_Membership(_, context)
2296
+ analysisRule: (_) => de_ConfiguredTableAssociationAnalysisRule(_, context)
1931
2297
  });
1932
2298
  Object.assign(contents, doc);
1933
2299
  return contents;
1934
- }, "de_CreateMembershipCommand");
1935
- var de_CreatePrivacyBudgetTemplateCommand = /* @__PURE__ */ __name(async (output, context) => {
2300
+ }, "de_CreateConfiguredTableAssociationAnalysisRuleCommand");
2301
+ var de_CreateIdMappingTableCommand = /* @__PURE__ */ __name(async (output, context) => {
1936
2302
  if (output.statusCode !== 200 && output.statusCode >= 300) {
1937
2303
  return de_CommandError(output, context);
1938
2304
  }
@@ -1941,11 +2307,53 @@ var de_CreatePrivacyBudgetTemplateCommand = /* @__PURE__ */ __name(async (output
1941
2307
  });
1942
2308
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
1943
2309
  const doc = (0, import_smithy_client.take)(data, {
1944
- privacyBudgetTemplate: (_) => de_PrivacyBudgetTemplate(_, context)
2310
+ idMappingTable: (_) => de_IdMappingTable(_, context)
1945
2311
  });
1946
2312
  Object.assign(contents, doc);
1947
2313
  return contents;
1948
- }, "de_CreatePrivacyBudgetTemplateCommand");
2314
+ }, "de_CreateIdMappingTableCommand");
2315
+ var de_CreateIdNamespaceAssociationCommand = /* @__PURE__ */ __name(async (output, context) => {
2316
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
2317
+ return de_CommandError(output, context);
2318
+ }
2319
+ const contents = (0, import_smithy_client.map)({
2320
+ $metadata: deserializeMetadata(output)
2321
+ });
2322
+ const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
2323
+ const doc = (0, import_smithy_client.take)(data, {
2324
+ idNamespaceAssociation: (_) => de_IdNamespaceAssociation(_, context)
2325
+ });
2326
+ Object.assign(contents, doc);
2327
+ return contents;
2328
+ }, "de_CreateIdNamespaceAssociationCommand");
2329
+ var de_CreateMembershipCommand = /* @__PURE__ */ __name(async (output, context) => {
2330
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
2331
+ return de_CommandError(output, context);
2332
+ }
2333
+ const contents = (0, import_smithy_client.map)({
2334
+ $metadata: deserializeMetadata(output)
2335
+ });
2336
+ const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
2337
+ const doc = (0, import_smithy_client.take)(data, {
2338
+ membership: (_) => de_Membership(_, context)
2339
+ });
2340
+ Object.assign(contents, doc);
2341
+ return contents;
2342
+ }, "de_CreateMembershipCommand");
2343
+ var de_CreatePrivacyBudgetTemplateCommand = /* @__PURE__ */ __name(async (output, context) => {
2344
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
2345
+ return de_CommandError(output, context);
2346
+ }
2347
+ const contents = (0, import_smithy_client.map)({
2348
+ $metadata: deserializeMetadata(output)
2349
+ });
2350
+ const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
2351
+ const doc = (0, import_smithy_client.take)(data, {
2352
+ privacyBudgetTemplate: (_) => de_PrivacyBudgetTemplate(_, context)
2353
+ });
2354
+ Object.assign(contents, doc);
2355
+ return contents;
2356
+ }, "de_CreatePrivacyBudgetTemplateCommand");
1949
2357
  var de_DeleteAnalysisTemplateCommand = /* @__PURE__ */ __name(async (output, context) => {
1950
2358
  if (output.statusCode !== 204 && output.statusCode >= 300) {
1951
2359
  return de_CommandError(output, context);
@@ -2006,6 +2414,36 @@ var de_DeleteConfiguredTableAssociationCommand = /* @__PURE__ */ __name(async (o
2006
2414
  await (0, import_smithy_client.collectBody)(output.body, context);
2007
2415
  return contents;
2008
2416
  }, "de_DeleteConfiguredTableAssociationCommand");
2417
+ var de_DeleteConfiguredTableAssociationAnalysisRuleCommand = /* @__PURE__ */ __name(async (output, context) => {
2418
+ if (output.statusCode !== 204 && output.statusCode >= 300) {
2419
+ return de_CommandError(output, context);
2420
+ }
2421
+ const contents = (0, import_smithy_client.map)({
2422
+ $metadata: deserializeMetadata(output)
2423
+ });
2424
+ await (0, import_smithy_client.collectBody)(output.body, context);
2425
+ return contents;
2426
+ }, "de_DeleteConfiguredTableAssociationAnalysisRuleCommand");
2427
+ var de_DeleteIdMappingTableCommand = /* @__PURE__ */ __name(async (output, context) => {
2428
+ if (output.statusCode !== 204 && output.statusCode >= 300) {
2429
+ return de_CommandError(output, context);
2430
+ }
2431
+ const contents = (0, import_smithy_client.map)({
2432
+ $metadata: deserializeMetadata(output)
2433
+ });
2434
+ await (0, import_smithy_client.collectBody)(output.body, context);
2435
+ return contents;
2436
+ }, "de_DeleteIdMappingTableCommand");
2437
+ var de_DeleteIdNamespaceAssociationCommand = /* @__PURE__ */ __name(async (output, context) => {
2438
+ if (output.statusCode !== 204 && output.statusCode >= 300) {
2439
+ return de_CommandError(output, context);
2440
+ }
2441
+ const contents = (0, import_smithy_client.map)({
2442
+ $metadata: deserializeMetadata(output)
2443
+ });
2444
+ await (0, import_smithy_client.collectBody)(output.body, context);
2445
+ return contents;
2446
+ }, "de_DeleteIdNamespaceAssociationCommand");
2009
2447
  var de_DeleteMemberCommand = /* @__PURE__ */ __name(async (output, context) => {
2010
2448
  if (output.statusCode !== 204 && output.statusCode >= 300) {
2011
2449
  return de_CommandError(output, context);
@@ -2092,6 +2530,20 @@ var de_GetCollaborationConfiguredAudienceModelAssociationCommand = /* @__PURE__
2092
2530
  Object.assign(contents, doc);
2093
2531
  return contents;
2094
2532
  }, "de_GetCollaborationConfiguredAudienceModelAssociationCommand");
2533
+ var de_GetCollaborationIdNamespaceAssociationCommand = /* @__PURE__ */ __name(async (output, context) => {
2534
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
2535
+ return de_CommandError(output, context);
2536
+ }
2537
+ const contents = (0, import_smithy_client.map)({
2538
+ $metadata: deserializeMetadata(output)
2539
+ });
2540
+ const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
2541
+ const doc = (0, import_smithy_client.take)(data, {
2542
+ collaborationIdNamespaceAssociation: (_) => de_CollaborationIdNamespaceAssociation(_, context)
2543
+ });
2544
+ Object.assign(contents, doc);
2545
+ return contents;
2546
+ }, "de_GetCollaborationIdNamespaceAssociationCommand");
2095
2547
  var de_GetCollaborationPrivacyBudgetTemplateCommand = /* @__PURE__ */ __name(async (output, context) => {
2096
2548
  if (output.statusCode !== 200 && output.statusCode >= 300) {
2097
2549
  return de_CommandError(output, context);
@@ -2162,6 +2614,48 @@ var de_GetConfiguredTableAssociationCommand = /* @__PURE__ */ __name(async (outp
2162
2614
  Object.assign(contents, doc);
2163
2615
  return contents;
2164
2616
  }, "de_GetConfiguredTableAssociationCommand");
2617
+ var de_GetConfiguredTableAssociationAnalysisRuleCommand = /* @__PURE__ */ __name(async (output, context) => {
2618
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
2619
+ return de_CommandError(output, context);
2620
+ }
2621
+ const contents = (0, import_smithy_client.map)({
2622
+ $metadata: deserializeMetadata(output)
2623
+ });
2624
+ const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
2625
+ const doc = (0, import_smithy_client.take)(data, {
2626
+ analysisRule: (_) => de_ConfiguredTableAssociationAnalysisRule(_, context)
2627
+ });
2628
+ Object.assign(contents, doc);
2629
+ return contents;
2630
+ }, "de_GetConfiguredTableAssociationAnalysisRuleCommand");
2631
+ var de_GetIdMappingTableCommand = /* @__PURE__ */ __name(async (output, context) => {
2632
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
2633
+ return de_CommandError(output, context);
2634
+ }
2635
+ const contents = (0, import_smithy_client.map)({
2636
+ $metadata: deserializeMetadata(output)
2637
+ });
2638
+ const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
2639
+ const doc = (0, import_smithy_client.take)(data, {
2640
+ idMappingTable: (_) => de_IdMappingTable(_, context)
2641
+ });
2642
+ Object.assign(contents, doc);
2643
+ return contents;
2644
+ }, "de_GetIdMappingTableCommand");
2645
+ var de_GetIdNamespaceAssociationCommand = /* @__PURE__ */ __name(async (output, context) => {
2646
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
2647
+ return de_CommandError(output, context);
2648
+ }
2649
+ const contents = (0, import_smithy_client.map)({
2650
+ $metadata: deserializeMetadata(output)
2651
+ });
2652
+ const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
2653
+ const doc = (0, import_smithy_client.take)(data, {
2654
+ idNamespaceAssociation: (_) => de_IdNamespaceAssociation(_, context)
2655
+ });
2656
+ Object.assign(contents, doc);
2657
+ return contents;
2658
+ }, "de_GetIdNamespaceAssociationCommand");
2165
2659
  var de_GetMembershipCommand = /* @__PURE__ */ __name(async (output, context) => {
2166
2660
  if (output.statusCode !== 200 && output.statusCode >= 300) {
2167
2661
  return de_CommandError(output, context);
@@ -2277,6 +2771,21 @@ var de_ListCollaborationConfiguredAudienceModelAssociationsCommand = /* @__PURE_
2277
2771
  Object.assign(contents, doc);
2278
2772
  return contents;
2279
2773
  }, "de_ListCollaborationConfiguredAudienceModelAssociationsCommand");
2774
+ var de_ListCollaborationIdNamespaceAssociationsCommand = /* @__PURE__ */ __name(async (output, context) => {
2775
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
2776
+ return de_CommandError(output, context);
2777
+ }
2778
+ const contents = (0, import_smithy_client.map)({
2779
+ $metadata: deserializeMetadata(output)
2780
+ });
2781
+ const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
2782
+ const doc = (0, import_smithy_client.take)(data, {
2783
+ collaborationIdNamespaceAssociationSummaries: (_) => de_CollaborationIdNamespaceAssociationSummaryList(_, context),
2784
+ nextToken: import_smithy_client.expectString
2785
+ });
2786
+ Object.assign(contents, doc);
2787
+ return contents;
2788
+ }, "de_ListCollaborationIdNamespaceAssociationsCommand");
2280
2789
  var de_ListCollaborationPrivacyBudgetsCommand = /* @__PURE__ */ __name(async (output, context) => {
2281
2790
  if (output.statusCode !== 200 && output.statusCode >= 300) {
2282
2791
  return de_CommandError(output, context);
@@ -2367,6 +2876,36 @@ var de_ListConfiguredTablesCommand = /* @__PURE__ */ __name(async (output, conte
2367
2876
  Object.assign(contents, doc);
2368
2877
  return contents;
2369
2878
  }, "de_ListConfiguredTablesCommand");
2879
+ var de_ListIdMappingTablesCommand = /* @__PURE__ */ __name(async (output, context) => {
2880
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
2881
+ return de_CommandError(output, context);
2882
+ }
2883
+ const contents = (0, import_smithy_client.map)({
2884
+ $metadata: deserializeMetadata(output)
2885
+ });
2886
+ const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
2887
+ const doc = (0, import_smithy_client.take)(data, {
2888
+ idMappingTableSummaries: (_) => de_IdMappingTableSummaryList(_, context),
2889
+ nextToken: import_smithy_client.expectString
2890
+ });
2891
+ Object.assign(contents, doc);
2892
+ return contents;
2893
+ }, "de_ListIdMappingTablesCommand");
2894
+ var de_ListIdNamespaceAssociationsCommand = /* @__PURE__ */ __name(async (output, context) => {
2895
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
2896
+ return de_CommandError(output, context);
2897
+ }
2898
+ const contents = (0, import_smithy_client.map)({
2899
+ $metadata: deserializeMetadata(output)
2900
+ });
2901
+ const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
2902
+ const doc = (0, import_smithy_client.take)(data, {
2903
+ idNamespaceAssociationSummaries: (_) => de_IdNamespaceAssociationSummaryList(_, context),
2904
+ nextToken: import_smithy_client.expectString
2905
+ });
2906
+ Object.assign(contents, doc);
2907
+ return contents;
2908
+ }, "de_ListIdNamespaceAssociationsCommand");
2370
2909
  var de_ListMembersCommand = /* @__PURE__ */ __name(async (output, context) => {
2371
2910
  if (output.statusCode !== 200 && output.statusCode >= 300) {
2372
2911
  return de_CommandError(output, context);
@@ -2471,6 +3010,20 @@ var de_ListTagsForResourceCommand = /* @__PURE__ */ __name(async (output, contex
2471
3010
  Object.assign(contents, doc);
2472
3011
  return contents;
2473
3012
  }, "de_ListTagsForResourceCommand");
3013
+ var de_PopulateIdMappingTableCommand = /* @__PURE__ */ __name(async (output, context) => {
3014
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
3015
+ return de_CommandError(output, context);
3016
+ }
3017
+ const contents = (0, import_smithy_client.map)({
3018
+ $metadata: deserializeMetadata(output)
3019
+ });
3020
+ const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
3021
+ const doc = (0, import_smithy_client.take)(data, {
3022
+ idMappingJobId: import_smithy_client.expectString
3023
+ });
3024
+ Object.assign(contents, doc);
3025
+ return contents;
3026
+ }, "de_PopulateIdMappingTableCommand");
2474
3027
  var de_PreviewPrivacyImpactCommand = /* @__PURE__ */ __name(async (output, context) => {
2475
3028
  if (output.statusCode !== 200 && output.statusCode >= 300) {
2476
3029
  return de_CommandError(output, context);
@@ -2603,6 +3156,48 @@ var de_UpdateConfiguredTableAssociationCommand = /* @__PURE__ */ __name(async (o
2603
3156
  Object.assign(contents, doc);
2604
3157
  return contents;
2605
3158
  }, "de_UpdateConfiguredTableAssociationCommand");
3159
+ var de_UpdateConfiguredTableAssociationAnalysisRuleCommand = /* @__PURE__ */ __name(async (output, context) => {
3160
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
3161
+ return de_CommandError(output, context);
3162
+ }
3163
+ const contents = (0, import_smithy_client.map)({
3164
+ $metadata: deserializeMetadata(output)
3165
+ });
3166
+ const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
3167
+ const doc = (0, import_smithy_client.take)(data, {
3168
+ analysisRule: (_) => de_ConfiguredTableAssociationAnalysisRule(_, context)
3169
+ });
3170
+ Object.assign(contents, doc);
3171
+ return contents;
3172
+ }, "de_UpdateConfiguredTableAssociationAnalysisRuleCommand");
3173
+ var de_UpdateIdMappingTableCommand = /* @__PURE__ */ __name(async (output, context) => {
3174
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
3175
+ return de_CommandError(output, context);
3176
+ }
3177
+ const contents = (0, import_smithy_client.map)({
3178
+ $metadata: deserializeMetadata(output)
3179
+ });
3180
+ const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
3181
+ const doc = (0, import_smithy_client.take)(data, {
3182
+ idMappingTable: (_) => de_IdMappingTable(_, context)
3183
+ });
3184
+ Object.assign(contents, doc);
3185
+ return contents;
3186
+ }, "de_UpdateIdMappingTableCommand");
3187
+ var de_UpdateIdNamespaceAssociationCommand = /* @__PURE__ */ __name(async (output, context) => {
3188
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
3189
+ return de_CommandError(output, context);
3190
+ }
3191
+ const contents = (0, import_smithy_client.map)({
3192
+ $metadata: deserializeMetadata(output)
3193
+ });
3194
+ const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
3195
+ const doc = (0, import_smithy_client.take)(data, {
3196
+ idNamespaceAssociation: (_) => de_IdNamespaceAssociation(_, context)
3197
+ });
3198
+ Object.assign(contents, doc);
3199
+ return contents;
3200
+ }, "de_UpdateIdNamespaceAssociationCommand");
2606
3201
  var de_UpdateMembershipCommand = /* @__PURE__ */ __name(async (output, context) => {
2607
3202
  if (output.statusCode !== 200 && output.statusCode >= 300) {
2608
3203
  return de_CommandError(output, context);
@@ -2926,6 +3521,43 @@ var de_CollaborationConfiguredAudienceModelAssociationSummaryList = /* @__PURE__
2926
3521
  });
2927
3522
  return retVal;
2928
3523
  }, "de_CollaborationConfiguredAudienceModelAssociationSummaryList");
3524
+ var de_CollaborationIdNamespaceAssociation = /* @__PURE__ */ __name((output, context) => {
3525
+ return (0, import_smithy_client.take)(output, {
3526
+ arn: import_smithy_client.expectString,
3527
+ collaborationArn: import_smithy_client.expectString,
3528
+ collaborationId: import_smithy_client.expectString,
3529
+ createTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
3530
+ creatorAccountId: import_smithy_client.expectString,
3531
+ description: import_smithy_client.expectString,
3532
+ id: import_smithy_client.expectString,
3533
+ idMappingConfig: import_smithy_client._json,
3534
+ inputReferenceConfig: import_smithy_client._json,
3535
+ inputReferenceProperties: (_) => de_IdNamespaceAssociationInputReferenceProperties(_, context),
3536
+ name: import_smithy_client.expectString,
3537
+ updateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
3538
+ });
3539
+ }, "de_CollaborationIdNamespaceAssociation");
3540
+ var de_CollaborationIdNamespaceAssociationSummary = /* @__PURE__ */ __name((output, context) => {
3541
+ return (0, import_smithy_client.take)(output, {
3542
+ arn: import_smithy_client.expectString,
3543
+ collaborationArn: import_smithy_client.expectString,
3544
+ collaborationId: import_smithy_client.expectString,
3545
+ createTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
3546
+ creatorAccountId: import_smithy_client.expectString,
3547
+ description: import_smithy_client.expectString,
3548
+ id: import_smithy_client.expectString,
3549
+ inputReferenceConfig: import_smithy_client._json,
3550
+ inputReferenceProperties: import_smithy_client._json,
3551
+ name: import_smithy_client.expectString,
3552
+ updateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
3553
+ });
3554
+ }, "de_CollaborationIdNamespaceAssociationSummary");
3555
+ var de_CollaborationIdNamespaceAssociationSummaryList = /* @__PURE__ */ __name((output, context) => {
3556
+ const retVal = (output || []).filter((e) => e != null).map((entry) => {
3557
+ return de_CollaborationIdNamespaceAssociationSummary(entry, context);
3558
+ });
3559
+ return retVal;
3560
+ }, "de_CollaborationIdNamespaceAssociationSummaryList");
2929
3561
  var de_CollaborationPrivacyBudgetSummary = /* @__PURE__ */ __name((output, context) => {
2930
3562
  return (0, import_smithy_client.take)(output, {
2931
3563
  budget: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
@@ -3061,6 +3693,7 @@ var de_ConfiguredTableAnalysisRule = /* @__PURE__ */ __name((output, context) =>
3061
3693
  }, "de_ConfiguredTableAnalysisRule");
3062
3694
  var de_ConfiguredTableAssociation = /* @__PURE__ */ __name((output, context) => {
3063
3695
  return (0, import_smithy_client.take)(output, {
3696
+ analysisRuleTypes: import_smithy_client._json,
3064
3697
  arn: import_smithy_client.expectString,
3065
3698
  configuredTableArn: import_smithy_client.expectString,
3066
3699
  configuredTableId: import_smithy_client.expectString,
@@ -3074,6 +3707,17 @@ var de_ConfiguredTableAssociation = /* @__PURE__ */ __name((output, context) =>
3074
3707
  updateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
3075
3708
  });
3076
3709
  }, "de_ConfiguredTableAssociation");
3710
+ var de_ConfiguredTableAssociationAnalysisRule = /* @__PURE__ */ __name((output, context) => {
3711
+ return (0, import_smithy_client.take)(output, {
3712
+ configuredTableAssociationArn: import_smithy_client.expectString,
3713
+ configuredTableAssociationId: import_smithy_client.expectString,
3714
+ createTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
3715
+ membershipIdentifier: import_smithy_client.expectString,
3716
+ policy: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
3717
+ type: import_smithy_client.expectString,
3718
+ updateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
3719
+ });
3720
+ }, "de_ConfiguredTableAssociationAnalysisRule");
3077
3721
  var de_ConfiguredTableAssociationSummary = /* @__PURE__ */ __name((output, context) => {
3078
3722
  return (0, import_smithy_client.take)(output, {
3079
3723
  arn: import_smithy_client.expectString,
@@ -3129,6 +3773,95 @@ var de_DifferentialPrivacySensitivityParametersList = /* @__PURE__ */ __name((ou
3129
3773
  });
3130
3774
  return retVal;
3131
3775
  }, "de_DifferentialPrivacySensitivityParametersList");
3776
+ var de_IdMappingTable = /* @__PURE__ */ __name((output, context) => {
3777
+ return (0, import_smithy_client.take)(output, {
3778
+ arn: import_smithy_client.expectString,
3779
+ collaborationArn: import_smithy_client.expectString,
3780
+ collaborationId: import_smithy_client.expectString,
3781
+ createTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
3782
+ description: import_smithy_client.expectString,
3783
+ id: import_smithy_client.expectString,
3784
+ inputReferenceConfig: import_smithy_client._json,
3785
+ inputReferenceProperties: import_smithy_client._json,
3786
+ kmsKeyArn: import_smithy_client.expectString,
3787
+ membershipArn: import_smithy_client.expectString,
3788
+ membershipId: import_smithy_client.expectString,
3789
+ name: import_smithy_client.expectString,
3790
+ updateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
3791
+ });
3792
+ }, "de_IdMappingTable");
3793
+ var de_IdMappingTableSummary = /* @__PURE__ */ __name((output, context) => {
3794
+ return (0, import_smithy_client.take)(output, {
3795
+ arn: import_smithy_client.expectString,
3796
+ collaborationArn: import_smithy_client.expectString,
3797
+ collaborationId: import_smithy_client.expectString,
3798
+ createTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
3799
+ description: import_smithy_client.expectString,
3800
+ id: import_smithy_client.expectString,
3801
+ inputReferenceConfig: import_smithy_client._json,
3802
+ membershipArn: import_smithy_client.expectString,
3803
+ membershipId: import_smithy_client.expectString,
3804
+ name: import_smithy_client.expectString,
3805
+ updateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
3806
+ });
3807
+ }, "de_IdMappingTableSummary");
3808
+ var de_IdMappingTableSummaryList = /* @__PURE__ */ __name((output, context) => {
3809
+ const retVal = (output || []).filter((e) => e != null).map((entry) => {
3810
+ return de_IdMappingTableSummary(entry, context);
3811
+ });
3812
+ return retVal;
3813
+ }, "de_IdMappingTableSummaryList");
3814
+ var de_IdMappingWorkflowsSupported = /* @__PURE__ */ __name((output, context) => {
3815
+ const retVal = (output || []).filter((e) => e != null).map((entry) => {
3816
+ return de_Document(entry, context);
3817
+ });
3818
+ return retVal;
3819
+ }, "de_IdMappingWorkflowsSupported");
3820
+ var de_IdNamespaceAssociation = /* @__PURE__ */ __name((output, context) => {
3821
+ return (0, import_smithy_client.take)(output, {
3822
+ arn: import_smithy_client.expectString,
3823
+ collaborationArn: import_smithy_client.expectString,
3824
+ collaborationId: import_smithy_client.expectString,
3825
+ createTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
3826
+ description: import_smithy_client.expectString,
3827
+ id: import_smithy_client.expectString,
3828
+ idMappingConfig: import_smithy_client._json,
3829
+ inputReferenceConfig: import_smithy_client._json,
3830
+ inputReferenceProperties: (_) => de_IdNamespaceAssociationInputReferenceProperties(_, context),
3831
+ membershipArn: import_smithy_client.expectString,
3832
+ membershipId: import_smithy_client.expectString,
3833
+ name: import_smithy_client.expectString,
3834
+ updateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
3835
+ });
3836
+ }, "de_IdNamespaceAssociation");
3837
+ var de_IdNamespaceAssociationInputReferenceProperties = /* @__PURE__ */ __name((output, context) => {
3838
+ return (0, import_smithy_client.take)(output, {
3839
+ idMappingWorkflowsSupported: (_) => de_IdMappingWorkflowsSupported(_, context),
3840
+ idNamespaceType: import_smithy_client.expectString
3841
+ });
3842
+ }, "de_IdNamespaceAssociationInputReferenceProperties");
3843
+ var de_IdNamespaceAssociationSummary = /* @__PURE__ */ __name((output, context) => {
3844
+ return (0, import_smithy_client.take)(output, {
3845
+ arn: import_smithy_client.expectString,
3846
+ collaborationArn: import_smithy_client.expectString,
3847
+ collaborationId: import_smithy_client.expectString,
3848
+ createTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
3849
+ description: import_smithy_client.expectString,
3850
+ id: import_smithy_client.expectString,
3851
+ inputReferenceConfig: import_smithy_client._json,
3852
+ inputReferenceProperties: import_smithy_client._json,
3853
+ membershipArn: import_smithy_client.expectString,
3854
+ membershipId: import_smithy_client.expectString,
3855
+ name: import_smithy_client.expectString,
3856
+ updateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
3857
+ });
3858
+ }, "de_IdNamespaceAssociationSummary");
3859
+ var de_IdNamespaceAssociationSummaryList = /* @__PURE__ */ __name((output, context) => {
3860
+ const retVal = (output || []).filter((e) => e != null).map((entry) => {
3861
+ return de_IdNamespaceAssociationSummary(entry, context);
3862
+ });
3863
+ return retVal;
3864
+ }, "de_IdNamespaceAssociationSummaryList");
3132
3865
  var de_Membership = /* @__PURE__ */ __name((output, context) => {
3133
3866
  return (0, import_smithy_client.take)(output, {
3134
3867
  arn: import_smithy_client.expectString,
@@ -3264,6 +3997,7 @@ var de_ProtectedQuerySummary = /* @__PURE__ */ __name((output, context) => {
3264
3997
  id: import_smithy_client.expectString,
3265
3998
  membershipArn: import_smithy_client.expectString,
3266
3999
  membershipId: import_smithy_client.expectString,
4000
+ receiverConfigurations: import_smithy_client._json,
3267
4001
  status: import_smithy_client.expectString
3268
4002
  });
3269
4003
  }, "de_ProtectedQuerySummary");
@@ -3286,6 +4020,7 @@ var de_Schema = /* @__PURE__ */ __name((output, context) => {
3286
4020
  name: import_smithy_client.expectString,
3287
4021
  partitionKeys: import_smithy_client._json,
3288
4022
  schemaStatusDetails: import_smithy_client._json,
4023
+ schemaTypeProperties: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
3289
4024
  type: import_smithy_client.expectString,
3290
4025
  updateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
3291
4026
  });
@@ -3321,6 +4056,9 @@ var de_SchemaSummaryList = /* @__PURE__ */ __name((output, context) => {
3321
4056
  });
3322
4057
  return retVal;
3323
4058
  }, "de_SchemaSummaryList");
4059
+ var de_Document = /* @__PURE__ */ __name((output, context) => {
4060
+ return output;
4061
+ }, "de_Document");
3324
4062
  var deserializeMetadata = /* @__PURE__ */ __name((output) => ({
3325
4063
  httpStatusCode: output.statusCode,
3326
4064
  requestId: output.headers["x-amzn-requestid"] ?? output.headers["x-amzn-request-id"] ?? output.headers["x-amz-request-id"],
@@ -3444,6 +4182,22 @@ var _CreateConfiguredTableAnalysisRuleCommand = class _CreateConfiguredTableAnal
3444
4182
  __name(_CreateConfiguredTableAnalysisRuleCommand, "CreateConfiguredTableAnalysisRuleCommand");
3445
4183
  var CreateConfiguredTableAnalysisRuleCommand = _CreateConfiguredTableAnalysisRuleCommand;
3446
4184
 
4185
+ // src/commands/CreateConfiguredTableAssociationAnalysisRuleCommand.ts
4186
+
4187
+
4188
+
4189
+ var _CreateConfiguredTableAssociationAnalysisRuleCommand = class _CreateConfiguredTableAssociationAnalysisRuleCommand extends import_smithy_client.Command.classBuilder().ep({
4190
+ ...commonParams
4191
+ }).m(function(Command, cs, config, o) {
4192
+ return [
4193
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4194
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4195
+ ];
4196
+ }).s("AWSBastionControlPlaneServiceLambda", "CreateConfiguredTableAssociationAnalysisRule", {}).n("CleanRoomsClient", "CreateConfiguredTableAssociationAnalysisRuleCommand").f(void 0, void 0).ser(se_CreateConfiguredTableAssociationAnalysisRuleCommand).de(de_CreateConfiguredTableAssociationAnalysisRuleCommand).build() {
4197
+ };
4198
+ __name(_CreateConfiguredTableAssociationAnalysisRuleCommand, "CreateConfiguredTableAssociationAnalysisRuleCommand");
4199
+ var CreateConfiguredTableAssociationAnalysisRuleCommand = _CreateConfiguredTableAssociationAnalysisRuleCommand;
4200
+
3447
4201
  // src/commands/CreateConfiguredTableAssociationCommand.ts
3448
4202
 
3449
4203
 
@@ -3476,6 +4230,38 @@ var _CreateConfiguredTableCommand = class _CreateConfiguredTableCommand extends
3476
4230
  __name(_CreateConfiguredTableCommand, "CreateConfiguredTableCommand");
3477
4231
  var CreateConfiguredTableCommand = _CreateConfiguredTableCommand;
3478
4232
 
4233
+ // src/commands/CreateIdMappingTableCommand.ts
4234
+
4235
+
4236
+
4237
+ var _CreateIdMappingTableCommand = class _CreateIdMappingTableCommand extends import_smithy_client.Command.classBuilder().ep({
4238
+ ...commonParams
4239
+ }).m(function(Command, cs, config, o) {
4240
+ return [
4241
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4242
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4243
+ ];
4244
+ }).s("AWSBastionControlPlaneServiceLambda", "CreateIdMappingTable", {}).n("CleanRoomsClient", "CreateIdMappingTableCommand").f(void 0, void 0).ser(se_CreateIdMappingTableCommand).de(de_CreateIdMappingTableCommand).build() {
4245
+ };
4246
+ __name(_CreateIdMappingTableCommand, "CreateIdMappingTableCommand");
4247
+ var CreateIdMappingTableCommand = _CreateIdMappingTableCommand;
4248
+
4249
+ // src/commands/CreateIdNamespaceAssociationCommand.ts
4250
+
4251
+
4252
+
4253
+ var _CreateIdNamespaceAssociationCommand = class _CreateIdNamespaceAssociationCommand extends import_smithy_client.Command.classBuilder().ep({
4254
+ ...commonParams
4255
+ }).m(function(Command, cs, config, o) {
4256
+ return [
4257
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4258
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4259
+ ];
4260
+ }).s("AWSBastionControlPlaneServiceLambda", "CreateIdNamespaceAssociation", {}).n("CleanRoomsClient", "CreateIdNamespaceAssociationCommand").f(void 0, void 0).ser(se_CreateIdNamespaceAssociationCommand).de(de_CreateIdNamespaceAssociationCommand).build() {
4261
+ };
4262
+ __name(_CreateIdNamespaceAssociationCommand, "CreateIdNamespaceAssociationCommand");
4263
+ var CreateIdNamespaceAssociationCommand = _CreateIdNamespaceAssociationCommand;
4264
+
3479
4265
  // src/commands/CreateMembershipCommand.ts
3480
4266
 
3481
4267
 
@@ -3572,6 +4358,22 @@ var _DeleteConfiguredTableAnalysisRuleCommand = class _DeleteConfiguredTableAnal
3572
4358
  __name(_DeleteConfiguredTableAnalysisRuleCommand, "DeleteConfiguredTableAnalysisRuleCommand");
3573
4359
  var DeleteConfiguredTableAnalysisRuleCommand = _DeleteConfiguredTableAnalysisRuleCommand;
3574
4360
 
4361
+ // src/commands/DeleteConfiguredTableAssociationAnalysisRuleCommand.ts
4362
+
4363
+
4364
+
4365
+ var _DeleteConfiguredTableAssociationAnalysisRuleCommand = class _DeleteConfiguredTableAssociationAnalysisRuleCommand extends import_smithy_client.Command.classBuilder().ep({
4366
+ ...commonParams
4367
+ }).m(function(Command, cs, config, o) {
4368
+ return [
4369
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4370
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4371
+ ];
4372
+ }).s("AWSBastionControlPlaneServiceLambda", "DeleteConfiguredTableAssociationAnalysisRule", {}).n("CleanRoomsClient", "DeleteConfiguredTableAssociationAnalysisRuleCommand").f(void 0, void 0).ser(se_DeleteConfiguredTableAssociationAnalysisRuleCommand).de(de_DeleteConfiguredTableAssociationAnalysisRuleCommand).build() {
4373
+ };
4374
+ __name(_DeleteConfiguredTableAssociationAnalysisRuleCommand, "DeleteConfiguredTableAssociationAnalysisRuleCommand");
4375
+ var DeleteConfiguredTableAssociationAnalysisRuleCommand = _DeleteConfiguredTableAssociationAnalysisRuleCommand;
4376
+
3575
4377
  // src/commands/DeleteConfiguredTableAssociationCommand.ts
3576
4378
 
3577
4379
 
@@ -3604,6 +4406,38 @@ var _DeleteConfiguredTableCommand = class _DeleteConfiguredTableCommand extends
3604
4406
  __name(_DeleteConfiguredTableCommand, "DeleteConfiguredTableCommand");
3605
4407
  var DeleteConfiguredTableCommand = _DeleteConfiguredTableCommand;
3606
4408
 
4409
+ // src/commands/DeleteIdMappingTableCommand.ts
4410
+
4411
+
4412
+
4413
+ var _DeleteIdMappingTableCommand = class _DeleteIdMappingTableCommand extends import_smithy_client.Command.classBuilder().ep({
4414
+ ...commonParams
4415
+ }).m(function(Command, cs, config, o) {
4416
+ return [
4417
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4418
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4419
+ ];
4420
+ }).s("AWSBastionControlPlaneServiceLambda", "DeleteIdMappingTable", {}).n("CleanRoomsClient", "DeleteIdMappingTableCommand").f(void 0, void 0).ser(se_DeleteIdMappingTableCommand).de(de_DeleteIdMappingTableCommand).build() {
4421
+ };
4422
+ __name(_DeleteIdMappingTableCommand, "DeleteIdMappingTableCommand");
4423
+ var DeleteIdMappingTableCommand = _DeleteIdMappingTableCommand;
4424
+
4425
+ // src/commands/DeleteIdNamespaceAssociationCommand.ts
4426
+
4427
+
4428
+
4429
+ var _DeleteIdNamespaceAssociationCommand = class _DeleteIdNamespaceAssociationCommand extends import_smithy_client.Command.classBuilder().ep({
4430
+ ...commonParams
4431
+ }).m(function(Command, cs, config, o) {
4432
+ return [
4433
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4434
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4435
+ ];
4436
+ }).s("AWSBastionControlPlaneServiceLambda", "DeleteIdNamespaceAssociation", {}).n("CleanRoomsClient", "DeleteIdNamespaceAssociationCommand").f(void 0, void 0).ser(se_DeleteIdNamespaceAssociationCommand).de(de_DeleteIdNamespaceAssociationCommand).build() {
4437
+ };
4438
+ __name(_DeleteIdNamespaceAssociationCommand, "DeleteIdNamespaceAssociationCommand");
4439
+ var DeleteIdNamespaceAssociationCommand = _DeleteIdNamespaceAssociationCommand;
4440
+
3607
4441
  // src/commands/DeleteMemberCommand.ts
3608
4442
 
3609
4443
 
@@ -3716,6 +4550,22 @@ var _GetCollaborationConfiguredAudienceModelAssociationCommand = class _GetColla
3716
4550
  __name(_GetCollaborationConfiguredAudienceModelAssociationCommand, "GetCollaborationConfiguredAudienceModelAssociationCommand");
3717
4551
  var GetCollaborationConfiguredAudienceModelAssociationCommand = _GetCollaborationConfiguredAudienceModelAssociationCommand;
3718
4552
 
4553
+ // src/commands/GetCollaborationIdNamespaceAssociationCommand.ts
4554
+
4555
+
4556
+
4557
+ var _GetCollaborationIdNamespaceAssociationCommand = class _GetCollaborationIdNamespaceAssociationCommand extends import_smithy_client.Command.classBuilder().ep({
4558
+ ...commonParams
4559
+ }).m(function(Command, cs, config, o) {
4560
+ return [
4561
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4562
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4563
+ ];
4564
+ }).s("AWSBastionControlPlaneServiceLambda", "GetCollaborationIdNamespaceAssociation", {}).n("CleanRoomsClient", "GetCollaborationIdNamespaceAssociationCommand").f(void 0, void 0).ser(se_GetCollaborationIdNamespaceAssociationCommand).de(de_GetCollaborationIdNamespaceAssociationCommand).build() {
4565
+ };
4566
+ __name(_GetCollaborationIdNamespaceAssociationCommand, "GetCollaborationIdNamespaceAssociationCommand");
4567
+ var GetCollaborationIdNamespaceAssociationCommand = _GetCollaborationIdNamespaceAssociationCommand;
4568
+
3719
4569
  // src/commands/GetCollaborationPrivacyBudgetTemplateCommand.ts
3720
4570
 
3721
4571
 
@@ -3764,6 +4614,22 @@ var _GetConfiguredTableAnalysisRuleCommand = class _GetConfiguredTableAnalysisRu
3764
4614
  __name(_GetConfiguredTableAnalysisRuleCommand, "GetConfiguredTableAnalysisRuleCommand");
3765
4615
  var GetConfiguredTableAnalysisRuleCommand = _GetConfiguredTableAnalysisRuleCommand;
3766
4616
 
4617
+ // src/commands/GetConfiguredTableAssociationAnalysisRuleCommand.ts
4618
+
4619
+
4620
+
4621
+ var _GetConfiguredTableAssociationAnalysisRuleCommand = class _GetConfiguredTableAssociationAnalysisRuleCommand extends import_smithy_client.Command.classBuilder().ep({
4622
+ ...commonParams
4623
+ }).m(function(Command, cs, config, o) {
4624
+ return [
4625
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4626
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4627
+ ];
4628
+ }).s("AWSBastionControlPlaneServiceLambda", "GetConfiguredTableAssociationAnalysisRule", {}).n("CleanRoomsClient", "GetConfiguredTableAssociationAnalysisRuleCommand").f(void 0, void 0).ser(se_GetConfiguredTableAssociationAnalysisRuleCommand).de(de_GetConfiguredTableAssociationAnalysisRuleCommand).build() {
4629
+ };
4630
+ __name(_GetConfiguredTableAssociationAnalysisRuleCommand, "GetConfiguredTableAssociationAnalysisRuleCommand");
4631
+ var GetConfiguredTableAssociationAnalysisRuleCommand = _GetConfiguredTableAssociationAnalysisRuleCommand;
4632
+
3767
4633
  // src/commands/GetConfiguredTableAssociationCommand.ts
3768
4634
 
3769
4635
 
@@ -3796,6 +4662,38 @@ var _GetConfiguredTableCommand = class _GetConfiguredTableCommand extends import
3796
4662
  __name(_GetConfiguredTableCommand, "GetConfiguredTableCommand");
3797
4663
  var GetConfiguredTableCommand = _GetConfiguredTableCommand;
3798
4664
 
4665
+ // src/commands/GetIdMappingTableCommand.ts
4666
+
4667
+
4668
+
4669
+ var _GetIdMappingTableCommand = class _GetIdMappingTableCommand extends import_smithy_client.Command.classBuilder().ep({
4670
+ ...commonParams
4671
+ }).m(function(Command, cs, config, o) {
4672
+ return [
4673
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4674
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4675
+ ];
4676
+ }).s("AWSBastionControlPlaneServiceLambda", "GetIdMappingTable", {}).n("CleanRoomsClient", "GetIdMappingTableCommand").f(void 0, void 0).ser(se_GetIdMappingTableCommand).de(de_GetIdMappingTableCommand).build() {
4677
+ };
4678
+ __name(_GetIdMappingTableCommand, "GetIdMappingTableCommand");
4679
+ var GetIdMappingTableCommand = _GetIdMappingTableCommand;
4680
+
4681
+ // src/commands/GetIdNamespaceAssociationCommand.ts
4682
+
4683
+
4684
+
4685
+ var _GetIdNamespaceAssociationCommand = class _GetIdNamespaceAssociationCommand extends import_smithy_client.Command.classBuilder().ep({
4686
+ ...commonParams
4687
+ }).m(function(Command, cs, config, o) {
4688
+ return [
4689
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4690
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4691
+ ];
4692
+ }).s("AWSBastionControlPlaneServiceLambda", "GetIdNamespaceAssociation", {}).n("CleanRoomsClient", "GetIdNamespaceAssociationCommand").f(void 0, void 0).ser(se_GetIdNamespaceAssociationCommand).de(de_GetIdNamespaceAssociationCommand).build() {
4693
+ };
4694
+ __name(_GetIdNamespaceAssociationCommand, "GetIdNamespaceAssociationCommand");
4695
+ var GetIdNamespaceAssociationCommand = _GetIdNamespaceAssociationCommand;
4696
+
3799
4697
  // src/commands/GetMembershipCommand.ts
3800
4698
 
3801
4699
 
@@ -3924,6 +4822,22 @@ var _ListCollaborationConfiguredAudienceModelAssociationsCommand = class _ListCo
3924
4822
  __name(_ListCollaborationConfiguredAudienceModelAssociationsCommand, "ListCollaborationConfiguredAudienceModelAssociationsCommand");
3925
4823
  var ListCollaborationConfiguredAudienceModelAssociationsCommand = _ListCollaborationConfiguredAudienceModelAssociationsCommand;
3926
4824
 
4825
+ // src/commands/ListCollaborationIdNamespaceAssociationsCommand.ts
4826
+
4827
+
4828
+
4829
+ var _ListCollaborationIdNamespaceAssociationsCommand = class _ListCollaborationIdNamespaceAssociationsCommand extends import_smithy_client.Command.classBuilder().ep({
4830
+ ...commonParams
4831
+ }).m(function(Command, cs, config, o) {
4832
+ return [
4833
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4834
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4835
+ ];
4836
+ }).s("AWSBastionControlPlaneServiceLambda", "ListCollaborationIdNamespaceAssociations", {}).n("CleanRoomsClient", "ListCollaborationIdNamespaceAssociationsCommand").f(void 0, void 0).ser(se_ListCollaborationIdNamespaceAssociationsCommand).de(de_ListCollaborationIdNamespaceAssociationsCommand).build() {
4837
+ };
4838
+ __name(_ListCollaborationIdNamespaceAssociationsCommand, "ListCollaborationIdNamespaceAssociationsCommand");
4839
+ var ListCollaborationIdNamespaceAssociationsCommand = _ListCollaborationIdNamespaceAssociationsCommand;
4840
+
3927
4841
  // src/commands/ListCollaborationPrivacyBudgetsCommand.ts
3928
4842
 
3929
4843
 
@@ -4020,6 +4934,38 @@ var _ListConfiguredTablesCommand = class _ListConfiguredTablesCommand extends im
4020
4934
  __name(_ListConfiguredTablesCommand, "ListConfiguredTablesCommand");
4021
4935
  var ListConfiguredTablesCommand = _ListConfiguredTablesCommand;
4022
4936
 
4937
+ // src/commands/ListIdMappingTablesCommand.ts
4938
+
4939
+
4940
+
4941
+ var _ListIdMappingTablesCommand = class _ListIdMappingTablesCommand extends import_smithy_client.Command.classBuilder().ep({
4942
+ ...commonParams
4943
+ }).m(function(Command, cs, config, o) {
4944
+ return [
4945
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4946
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4947
+ ];
4948
+ }).s("AWSBastionControlPlaneServiceLambda", "ListIdMappingTables", {}).n("CleanRoomsClient", "ListIdMappingTablesCommand").f(void 0, void 0).ser(se_ListIdMappingTablesCommand).de(de_ListIdMappingTablesCommand).build() {
4949
+ };
4950
+ __name(_ListIdMappingTablesCommand, "ListIdMappingTablesCommand");
4951
+ var ListIdMappingTablesCommand = _ListIdMappingTablesCommand;
4952
+
4953
+ // src/commands/ListIdNamespaceAssociationsCommand.ts
4954
+
4955
+
4956
+
4957
+ var _ListIdNamespaceAssociationsCommand = class _ListIdNamespaceAssociationsCommand extends import_smithy_client.Command.classBuilder().ep({
4958
+ ...commonParams
4959
+ }).m(function(Command, cs, config, o) {
4960
+ return [
4961
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4962
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4963
+ ];
4964
+ }).s("AWSBastionControlPlaneServiceLambda", "ListIdNamespaceAssociations", {}).n("CleanRoomsClient", "ListIdNamespaceAssociationsCommand").f(void 0, void 0).ser(se_ListIdNamespaceAssociationsCommand).de(de_ListIdNamespaceAssociationsCommand).build() {
4965
+ };
4966
+ __name(_ListIdNamespaceAssociationsCommand, "ListIdNamespaceAssociationsCommand");
4967
+ var ListIdNamespaceAssociationsCommand = _ListIdNamespaceAssociationsCommand;
4968
+
4023
4969
  // src/commands/ListMembersCommand.ts
4024
4970
 
4025
4971
 
@@ -4132,6 +5078,22 @@ var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends impo
4132
5078
  __name(_ListTagsForResourceCommand, "ListTagsForResourceCommand");
4133
5079
  var ListTagsForResourceCommand = _ListTagsForResourceCommand;
4134
5080
 
5081
+ // src/commands/PopulateIdMappingTableCommand.ts
5082
+
5083
+
5084
+
5085
+ var _PopulateIdMappingTableCommand = class _PopulateIdMappingTableCommand extends import_smithy_client.Command.classBuilder().ep({
5086
+ ...commonParams
5087
+ }).m(function(Command, cs, config, o) {
5088
+ return [
5089
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5090
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5091
+ ];
5092
+ }).s("AWSBastionControlPlaneServiceLambda", "PopulateIdMappingTable", {}).n("CleanRoomsClient", "PopulateIdMappingTableCommand").f(void 0, void 0).ser(se_PopulateIdMappingTableCommand).de(de_PopulateIdMappingTableCommand).build() {
5093
+ };
5094
+ __name(_PopulateIdMappingTableCommand, "PopulateIdMappingTableCommand");
5095
+ var PopulateIdMappingTableCommand = _PopulateIdMappingTableCommand;
5096
+
4135
5097
  // src/commands/PreviewPrivacyImpactCommand.ts
4136
5098
 
4137
5099
 
@@ -4260,6 +5222,22 @@ var _UpdateConfiguredTableAnalysisRuleCommand = class _UpdateConfiguredTableAnal
4260
5222
  __name(_UpdateConfiguredTableAnalysisRuleCommand, "UpdateConfiguredTableAnalysisRuleCommand");
4261
5223
  var UpdateConfiguredTableAnalysisRuleCommand = _UpdateConfiguredTableAnalysisRuleCommand;
4262
5224
 
5225
+ // src/commands/UpdateConfiguredTableAssociationAnalysisRuleCommand.ts
5226
+
5227
+
5228
+
5229
+ var _UpdateConfiguredTableAssociationAnalysisRuleCommand = class _UpdateConfiguredTableAssociationAnalysisRuleCommand extends import_smithy_client.Command.classBuilder().ep({
5230
+ ...commonParams
5231
+ }).m(function(Command, cs, config, o) {
5232
+ return [
5233
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5234
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5235
+ ];
5236
+ }).s("AWSBastionControlPlaneServiceLambda", "UpdateConfiguredTableAssociationAnalysisRule", {}).n("CleanRoomsClient", "UpdateConfiguredTableAssociationAnalysisRuleCommand").f(void 0, void 0).ser(se_UpdateConfiguredTableAssociationAnalysisRuleCommand).de(de_UpdateConfiguredTableAssociationAnalysisRuleCommand).build() {
5237
+ };
5238
+ __name(_UpdateConfiguredTableAssociationAnalysisRuleCommand, "UpdateConfiguredTableAssociationAnalysisRuleCommand");
5239
+ var UpdateConfiguredTableAssociationAnalysisRuleCommand = _UpdateConfiguredTableAssociationAnalysisRuleCommand;
5240
+
4263
5241
  // src/commands/UpdateConfiguredTableAssociationCommand.ts
4264
5242
 
4265
5243
 
@@ -4292,6 +5270,38 @@ var _UpdateConfiguredTableCommand = class _UpdateConfiguredTableCommand extends
4292
5270
  __name(_UpdateConfiguredTableCommand, "UpdateConfiguredTableCommand");
4293
5271
  var UpdateConfiguredTableCommand = _UpdateConfiguredTableCommand;
4294
5272
 
5273
+ // src/commands/UpdateIdMappingTableCommand.ts
5274
+
5275
+
5276
+
5277
+ var _UpdateIdMappingTableCommand = class _UpdateIdMappingTableCommand extends import_smithy_client.Command.classBuilder().ep({
5278
+ ...commonParams
5279
+ }).m(function(Command, cs, config, o) {
5280
+ return [
5281
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5282
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5283
+ ];
5284
+ }).s("AWSBastionControlPlaneServiceLambda", "UpdateIdMappingTable", {}).n("CleanRoomsClient", "UpdateIdMappingTableCommand").f(void 0, void 0).ser(se_UpdateIdMappingTableCommand).de(de_UpdateIdMappingTableCommand).build() {
5285
+ };
5286
+ __name(_UpdateIdMappingTableCommand, "UpdateIdMappingTableCommand");
5287
+ var UpdateIdMappingTableCommand = _UpdateIdMappingTableCommand;
5288
+
5289
+ // src/commands/UpdateIdNamespaceAssociationCommand.ts
5290
+
5291
+
5292
+
5293
+ var _UpdateIdNamespaceAssociationCommand = class _UpdateIdNamespaceAssociationCommand extends import_smithy_client.Command.classBuilder().ep({
5294
+ ...commonParams
5295
+ }).m(function(Command, cs, config, o) {
5296
+ return [
5297
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5298
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5299
+ ];
5300
+ }).s("AWSBastionControlPlaneServiceLambda", "UpdateIdNamespaceAssociation", {}).n("CleanRoomsClient", "UpdateIdNamespaceAssociationCommand").f(void 0, void 0).ser(se_UpdateIdNamespaceAssociationCommand).de(de_UpdateIdNamespaceAssociationCommand).build() {
5301
+ };
5302
+ __name(_UpdateIdNamespaceAssociationCommand, "UpdateIdNamespaceAssociationCommand");
5303
+ var UpdateIdNamespaceAssociationCommand = _UpdateIdNamespaceAssociationCommand;
5304
+
4295
5305
  // src/commands/UpdateMembershipCommand.ts
4296
5306
 
4297
5307
 
@@ -4328,6 +5338,30 @@ var UpdatePrivacyBudgetTemplateCommand = _UpdatePrivacyBudgetTemplateCommand;
4328
5338
 
4329
5339
 
4330
5340
 
5341
+
5342
+ // src/models/models_1.ts
5343
+ var PrivacyBudgetTemplateParametersInput;
5344
+ ((PrivacyBudgetTemplateParametersInput2) => {
5345
+ PrivacyBudgetTemplateParametersInput2.visit = /* @__PURE__ */ __name((value, visitor) => {
5346
+ if (value.differentialPrivacy !== void 0)
5347
+ return visitor.differentialPrivacy(value.differentialPrivacy);
5348
+ return visitor._(value.$unknown[0], value.$unknown[1]);
5349
+ }, "visit");
5350
+ })(PrivacyBudgetTemplateParametersInput || (PrivacyBudgetTemplateParametersInput = {}));
5351
+ var PrivacyBudgetTemplateUpdateParameters;
5352
+ ((PrivacyBudgetTemplateUpdateParameters2) => {
5353
+ PrivacyBudgetTemplateUpdateParameters2.visit = /* @__PURE__ */ __name((value, visitor) => {
5354
+ if (value.differentialPrivacy !== void 0)
5355
+ return visitor.differentialPrivacy(value.differentialPrivacy);
5356
+ return visitor._(value.$unknown[0], value.$unknown[1]);
5357
+ }, "visit");
5358
+ })(PrivacyBudgetTemplateUpdateParameters || (PrivacyBudgetTemplateUpdateParameters = {}));
5359
+ var UpdateProtectedQueryOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
5360
+ ...obj,
5361
+ ...obj.protectedQuery && { protectedQuery: ProtectedQueryFilterSensitiveLog(obj.protectedQuery) }
5362
+ }), "UpdateProtectedQueryOutputFilterSensitiveLog");
5363
+
5364
+ // src/commands/UpdateProtectedQueryCommand.ts
4331
5365
  var _UpdateProtectedQueryCommand = class _UpdateProtectedQueryCommand extends import_smithy_client.Command.classBuilder().ep({
4332
5366
  ...commonParams
4333
5367
  }).m(function(Command, cs, config, o) {
@@ -4351,6 +5385,9 @@ var commands = {
4351
5385
  CreateConfiguredTableCommand,
4352
5386
  CreateConfiguredTableAnalysisRuleCommand,
4353
5387
  CreateConfiguredTableAssociationCommand,
5388
+ CreateConfiguredTableAssociationAnalysisRuleCommand,
5389
+ CreateIdMappingTableCommand,
5390
+ CreateIdNamespaceAssociationCommand,
4354
5391
  CreateMembershipCommand,
4355
5392
  CreatePrivacyBudgetTemplateCommand,
4356
5393
  DeleteAnalysisTemplateCommand,
@@ -4359,6 +5396,9 @@ var commands = {
4359
5396
  DeleteConfiguredTableCommand,
4360
5397
  DeleteConfiguredTableAnalysisRuleCommand,
4361
5398
  DeleteConfiguredTableAssociationCommand,
5399
+ DeleteConfiguredTableAssociationAnalysisRuleCommand,
5400
+ DeleteIdMappingTableCommand,
5401
+ DeleteIdNamespaceAssociationCommand,
4362
5402
  DeleteMemberCommand,
4363
5403
  DeleteMembershipCommand,
4364
5404
  DeletePrivacyBudgetTemplateCommand,
@@ -4366,11 +5406,15 @@ var commands = {
4366
5406
  GetCollaborationCommand,
4367
5407
  GetCollaborationAnalysisTemplateCommand,
4368
5408
  GetCollaborationConfiguredAudienceModelAssociationCommand,
5409
+ GetCollaborationIdNamespaceAssociationCommand,
4369
5410
  GetCollaborationPrivacyBudgetTemplateCommand,
4370
5411
  GetConfiguredAudienceModelAssociationCommand,
4371
5412
  GetConfiguredTableCommand,
4372
5413
  GetConfiguredTableAnalysisRuleCommand,
4373
5414
  GetConfiguredTableAssociationCommand,
5415
+ GetConfiguredTableAssociationAnalysisRuleCommand,
5416
+ GetIdMappingTableCommand,
5417
+ GetIdNamespaceAssociationCommand,
4374
5418
  GetMembershipCommand,
4375
5419
  GetPrivacyBudgetTemplateCommand,
4376
5420
  GetProtectedQueryCommand,
@@ -4379,12 +5423,15 @@ var commands = {
4379
5423
  ListAnalysisTemplatesCommand,
4380
5424
  ListCollaborationAnalysisTemplatesCommand,
4381
5425
  ListCollaborationConfiguredAudienceModelAssociationsCommand,
5426
+ ListCollaborationIdNamespaceAssociationsCommand,
4382
5427
  ListCollaborationPrivacyBudgetsCommand,
4383
5428
  ListCollaborationPrivacyBudgetTemplatesCommand,
4384
5429
  ListCollaborationsCommand,
4385
5430
  ListConfiguredAudienceModelAssociationsCommand,
4386
5431
  ListConfiguredTableAssociationsCommand,
4387
5432
  ListConfiguredTablesCommand,
5433
+ ListIdMappingTablesCommand,
5434
+ ListIdNamespaceAssociationsCommand,
4388
5435
  ListMembersCommand,
4389
5436
  ListMembershipsCommand,
4390
5437
  ListPrivacyBudgetsCommand,
@@ -4392,6 +5439,7 @@ var commands = {
4392
5439
  ListProtectedQueriesCommand,
4393
5440
  ListSchemasCommand,
4394
5441
  ListTagsForResourceCommand,
5442
+ PopulateIdMappingTableCommand,
4395
5443
  PreviewPrivacyImpactCommand,
4396
5444
  StartProtectedQueryCommand,
4397
5445
  TagResourceCommand,
@@ -4402,6 +5450,9 @@ var commands = {
4402
5450
  UpdateConfiguredTableCommand,
4403
5451
  UpdateConfiguredTableAnalysisRuleCommand,
4404
5452
  UpdateConfiguredTableAssociationCommand,
5453
+ UpdateConfiguredTableAssociationAnalysisRuleCommand,
5454
+ UpdateIdMappingTableCommand,
5455
+ UpdateIdNamespaceAssociationCommand,
4405
5456
  UpdateMembershipCommand,
4406
5457
  UpdatePrivacyBudgetTemplateCommand,
4407
5458
  UpdateProtectedQueryCommand
@@ -4430,6 +5481,10 @@ var paginateListCollaborationConfiguredAudienceModelAssociations = (0, import_co
4430
5481
  "maxResults"
4431
5482
  );
4432
5483
 
5484
+ // src/pagination/ListCollaborationIdNamespaceAssociationsPaginator.ts
5485
+
5486
+ var paginateListCollaborationIdNamespaceAssociations = (0, import_core.createPaginator)(CleanRoomsClient, ListCollaborationIdNamespaceAssociationsCommand, "nextToken", "nextToken", "maxResults");
5487
+
4433
5488
  // src/pagination/ListCollaborationPrivacyBudgetTemplatesPaginator.ts
4434
5489
 
4435
5490
  var paginateListCollaborationPrivacyBudgetTemplates = (0, import_core.createPaginator)(CleanRoomsClient, ListCollaborationPrivacyBudgetTemplatesCommand, "nextToken", "nextToken", "maxResults");
@@ -4454,6 +5509,14 @@ var paginateListConfiguredTableAssociations = (0, import_core.createPaginator)(C
4454
5509
 
4455
5510
  var paginateListConfiguredTables = (0, import_core.createPaginator)(CleanRoomsClient, ListConfiguredTablesCommand, "nextToken", "nextToken", "maxResults");
4456
5511
 
5512
+ // src/pagination/ListIdMappingTablesPaginator.ts
5513
+
5514
+ var paginateListIdMappingTables = (0, import_core.createPaginator)(CleanRoomsClient, ListIdMappingTablesCommand, "nextToken", "nextToken", "maxResults");
5515
+
5516
+ // src/pagination/ListIdNamespaceAssociationsPaginator.ts
5517
+
5518
+ var paginateListIdNamespaceAssociations = (0, import_core.createPaginator)(CleanRoomsClient, ListIdNamespaceAssociationsCommand, "nextToken", "nextToken", "maxResults");
5519
+
4457
5520
  // src/pagination/ListMembersPaginator.ts
4458
5521
 
4459
5522
  var paginateListMembers = (0, import_core.createPaginator)(CleanRoomsClient, ListMembersCommand, "nextToken", "nextToken", "maxResults");
@@ -4492,16 +5555,22 @@ var paginateListSchemas = (0, import_core.createPaginator)(CleanRoomsClient, Lis
4492
5555
  CreateCollaborationCommand,
4493
5556
  CreateConfiguredAudienceModelAssociationCommand,
4494
5557
  CreateConfiguredTableAnalysisRuleCommand,
5558
+ CreateConfiguredTableAssociationAnalysisRuleCommand,
4495
5559
  CreateConfiguredTableAssociationCommand,
4496
5560
  CreateConfiguredTableCommand,
5561
+ CreateIdMappingTableCommand,
5562
+ CreateIdNamespaceAssociationCommand,
4497
5563
  CreateMembershipCommand,
4498
5564
  CreatePrivacyBudgetTemplateCommand,
4499
5565
  DeleteAnalysisTemplateCommand,
4500
5566
  DeleteCollaborationCommand,
4501
5567
  DeleteConfiguredAudienceModelAssociationCommand,
4502
5568
  DeleteConfiguredTableAnalysisRuleCommand,
5569
+ DeleteConfiguredTableAssociationAnalysisRuleCommand,
4503
5570
  DeleteConfiguredTableAssociationCommand,
4504
5571
  DeleteConfiguredTableCommand,
5572
+ DeleteIdMappingTableCommand,
5573
+ DeleteIdNamespaceAssociationCommand,
4505
5574
  DeleteMemberCommand,
4506
5575
  DeleteMembershipCommand,
4507
5576
  DeletePrivacyBudgetTemplateCommand,
@@ -4509,11 +5578,15 @@ var paginateListSchemas = (0, import_core.createPaginator)(CleanRoomsClient, Lis
4509
5578
  GetCollaborationAnalysisTemplateCommand,
4510
5579
  GetCollaborationCommand,
4511
5580
  GetCollaborationConfiguredAudienceModelAssociationCommand,
5581
+ GetCollaborationIdNamespaceAssociationCommand,
4512
5582
  GetCollaborationPrivacyBudgetTemplateCommand,
4513
5583
  GetConfiguredAudienceModelAssociationCommand,
4514
5584
  GetConfiguredTableAnalysisRuleCommand,
5585
+ GetConfiguredTableAssociationAnalysisRuleCommand,
4515
5586
  GetConfiguredTableAssociationCommand,
4516
5587
  GetConfiguredTableCommand,
5588
+ GetIdMappingTableCommand,
5589
+ GetIdNamespaceAssociationCommand,
4517
5590
  GetMembershipCommand,
4518
5591
  GetPrivacyBudgetTemplateCommand,
4519
5592
  GetProtectedQueryCommand,
@@ -4522,12 +5595,15 @@ var paginateListSchemas = (0, import_core.createPaginator)(CleanRoomsClient, Lis
4522
5595
  ListAnalysisTemplatesCommand,
4523
5596
  ListCollaborationAnalysisTemplatesCommand,
4524
5597
  ListCollaborationConfiguredAudienceModelAssociationsCommand,
5598
+ ListCollaborationIdNamespaceAssociationsCommand,
4525
5599
  ListCollaborationPrivacyBudgetTemplatesCommand,
4526
5600
  ListCollaborationPrivacyBudgetsCommand,
4527
5601
  ListCollaborationsCommand,
4528
5602
  ListConfiguredAudienceModelAssociationsCommand,
4529
5603
  ListConfiguredTableAssociationsCommand,
4530
5604
  ListConfiguredTablesCommand,
5605
+ ListIdMappingTablesCommand,
5606
+ ListIdNamespaceAssociationsCommand,
4531
5607
  ListMembersCommand,
4532
5608
  ListMembershipsCommand,
4533
5609
  ListPrivacyBudgetTemplatesCommand,
@@ -4535,6 +5611,7 @@ var paginateListSchemas = (0, import_core.createPaginator)(CleanRoomsClient, Lis
4535
5611
  ListProtectedQueriesCommand,
4536
5612
  ListSchemasCommand,
4537
5613
  ListTagsForResourceCommand,
5614
+ PopulateIdMappingTableCommand,
4538
5615
  PreviewPrivacyImpactCommand,
4539
5616
  StartProtectedQueryCommand,
4540
5617
  TagResourceCommand,
@@ -4543,20 +5620,26 @@ var paginateListSchemas = (0, import_core.createPaginator)(CleanRoomsClient, Lis
4543
5620
  UpdateCollaborationCommand,
4544
5621
  UpdateConfiguredAudienceModelAssociationCommand,
4545
5622
  UpdateConfiguredTableAnalysisRuleCommand,
5623
+ UpdateConfiguredTableAssociationAnalysisRuleCommand,
4546
5624
  UpdateConfiguredTableAssociationCommand,
4547
5625
  UpdateConfiguredTableCommand,
5626
+ UpdateIdMappingTableCommand,
5627
+ UpdateIdNamespaceAssociationCommand,
4548
5628
  UpdateMembershipCommand,
4549
5629
  UpdatePrivacyBudgetTemplateCommand,
4550
5630
  UpdateProtectedQueryCommand,
4551
5631
  paginateListAnalysisTemplates,
4552
5632
  paginateListCollaborationAnalysisTemplates,
4553
5633
  paginateListCollaborationConfiguredAudienceModelAssociations,
5634
+ paginateListCollaborationIdNamespaceAssociations,
4554
5635
  paginateListCollaborationPrivacyBudgetTemplates,
4555
5636
  paginateListCollaborationPrivacyBudgets,
4556
5637
  paginateListCollaborations,
4557
5638
  paginateListConfiguredAudienceModelAssociations,
4558
5639
  paginateListConfiguredTableAssociations,
4559
5640
  paginateListConfiguredTables,
5641
+ paginateListIdMappingTables,
5642
+ paginateListIdNamespaceAssociations,
4560
5643
  paginateListMembers,
4561
5644
  paginateListMemberships,
4562
5645
  paginateListPrivacyBudgetTemplates,
@@ -4565,6 +5648,7 @@ var paginateListSchemas = (0, import_core.createPaginator)(CleanRoomsClient, Lis
4565
5648
  paginateListSchemas,
4566
5649
  AccessDeniedExceptionReason,
4567
5650
  AccessDeniedException,
5651
+ AdditionalAnalyses,
4568
5652
  AggregateFunctionName,
4569
5653
  AggregationType,
4570
5654
  AnalysisFormat,
@@ -4573,6 +5657,7 @@ var paginateListSchemas = (0, import_core.createPaginator)(CleanRoomsClient, Lis
4573
5657
  JoinOperator,
4574
5658
  JoinRequiredOption,
4575
5659
  ScalarFunctions,
5660
+ QueryConstraint,
4576
5661
  AnalysisRulePolicyV1,
4577
5662
  AnalysisRulePolicy,
4578
5663
  AnalysisRuleType,
@@ -4588,9 +5673,12 @@ var paginateListSchemas = (0, import_core.createPaginator)(CleanRoomsClient, Lis
4588
5673
  ThrottlingException,
4589
5674
  ValidationExceptionReason,
4590
5675
  ValidationException,
5676
+ AnalysisType,
4591
5677
  SchemaConfiguration,
4592
5678
  SchemaStatusReasonCode,
4593
5679
  SchemaStatus,
5680
+ IdNamespaceType,
5681
+ SchemaTypeProperties,
4594
5682
  SchemaType,
4595
5683
  MemberAbility,
4596
5684
  CollaborationQueryLogStatus,
@@ -4601,6 +5689,9 @@ var paginateListSchemas = (0, import_core.createPaginator)(CleanRoomsClient, Lis
4601
5689
  DifferentialPrivacyAggregationType,
4602
5690
  PrivacyBudget,
4603
5691
  FilterableMemberStatus,
5692
+ ConfiguredTableAssociationAnalysisRuleType,
5693
+ ConfiguredTableAssociationAnalysisRulePolicyV1,
5694
+ ConfiguredTableAssociationAnalysisRulePolicy,
4604
5695
  TableReference,
4605
5696
  ConfiguredTableAnalysisRuleType,
4606
5697
  ConfiguredTableAnalysisRulePolicyV1,
@@ -4612,12 +5703,11 @@ var paginateListSchemas = (0, import_core.createPaginator)(CleanRoomsClient, Lis
4612
5703
  ProtectedQueryOutput,
4613
5704
  ProtectedQueryOutputConfiguration,
4614
5705
  ProtectedQueryStatus,
5706
+ ConfigurationDetails,
4615
5707
  PreviewPrivacyImpactParametersInput,
4616
5708
  PrivacyImpact,
4617
5709
  ProtectedQueryType,
4618
5710
  TargetProtectedQueryStatus,
4619
- PrivacyBudgetTemplateParametersInput,
4620
- PrivacyBudgetTemplateUpdateParameters,
4621
5711
  AnalysisParameterFilterSensitiveLog,
4622
5712
  AnalysisSourceFilterSensitiveLog,
4623
5713
  AnalysisTemplateFilterSensitiveLog,
@@ -4633,6 +5723,8 @@ var paginateListSchemas = (0, import_core.createPaginator)(CleanRoomsClient, Lis
4633
5723
  GetProtectedQueryOutputFilterSensitiveLog,
4634
5724
  StartProtectedQueryInputFilterSensitiveLog,
4635
5725
  StartProtectedQueryOutputFilterSensitiveLog,
5726
+ PrivacyBudgetTemplateParametersInput,
5727
+ PrivacyBudgetTemplateUpdateParameters,
4636
5728
  UpdateProtectedQueryOutputFilterSensitiveLog
4637
5729
  });
4638
5730