@aws-sdk/client-cleanrooms 3.1075.0 → 3.1077.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 (118) hide show
  1. package/README.md +84 -0
  2. package/dist-cjs/index.js +4668 -19
  3. package/dist-es/CleanRooms.js +28 -0
  4. package/dist-es/commands/CreateIntermediateTableAnalysisRuleCommand.js +16 -0
  5. package/dist-es/commands/CreateIntermediateTableCommand.js +16 -0
  6. package/dist-es/commands/DeleteIntermediateTableAnalysisRuleCommand.js +16 -0
  7. package/dist-es/commands/DeleteIntermediateTableCommand.js +16 -0
  8. package/dist-es/commands/DisallowIntermediateTableCommand.js +16 -0
  9. package/dist-es/commands/GetIntermediateTableAnalysisRuleCommand.js +16 -0
  10. package/dist-es/commands/GetIntermediateTableCommand.js +16 -0
  11. package/dist-es/commands/ListIntermediateTableVersionsCommand.js +16 -0
  12. package/dist-es/commands/ListIntermediateTablesCommand.js +16 -0
  13. package/dist-es/commands/PopulateIntermediateTableCommand.js +16 -0
  14. package/dist-es/commands/UpdateIntermediateTableAnalysisRuleCommand.js +16 -0
  15. package/dist-es/commands/UpdateIntermediateTableCommand.js +16 -0
  16. package/dist-es/commands/index.js +12 -0
  17. package/dist-es/models/enums.js +53 -4
  18. package/dist-es/pagination/ListIntermediateTableVersionsPaginator.js +4 -0
  19. package/dist-es/pagination/ListIntermediateTablesPaginator.js +4 -0
  20. package/dist-es/pagination/index.js +2 -0
  21. package/dist-es/runtimeConfig.browser.js +0 -2
  22. package/dist-es/runtimeConfig.js +1 -2
  23. package/dist-es/runtimeConfig.native.js +0 -2
  24. package/dist-es/runtimeConfig.shared.js +2 -0
  25. package/dist-es/schemas/schemas_0.js +467 -36
  26. package/dist-types/CleanRooms.d.ts +98 -0
  27. package/dist-types/CleanRoomsClient.d.ts +14 -2
  28. package/dist-types/commands/BatchGetSchemaAnalysisRuleCommand.d.ts +10 -8
  29. package/dist-types/commands/BatchGetSchemaCommand.d.ts +9 -2
  30. package/dist-types/commands/CreateCollaborationCommand.d.ts +1 -1
  31. package/dist-types/commands/CreateConfiguredTableAnalysisRuleCommand.d.ts +12 -0
  32. package/dist-types/commands/CreateConfiguredTableAssociationCommand.d.ts +9 -0
  33. package/dist-types/commands/CreateIdMappingTableCommand.d.ts +9 -0
  34. package/dist-types/commands/CreateIntermediateTableAnalysisRuleCommand.d.ts +163 -0
  35. package/dist-types/commands/CreateIntermediateTableCommand.d.ts +231 -0
  36. package/dist-types/commands/CreateMembershipCommand.d.ts +1 -1
  37. package/dist-types/commands/DeleteIntermediateTableAnalysisRuleCommand.d.ts +94 -0
  38. package/dist-types/commands/DeleteIntermediateTableCommand.d.ts +93 -0
  39. package/dist-types/commands/DeleteMembershipCommand.d.ts +1 -1
  40. package/dist-types/commands/DisallowIntermediateTableCommand.d.ts +94 -0
  41. package/dist-types/commands/GetConfiguredTableAnalysisRuleCommand.d.ts +6 -0
  42. package/dist-types/commands/GetConfiguredTableAssociationCommand.d.ts +9 -0
  43. package/dist-types/commands/GetIdMappingTableCommand.d.ts +9 -0
  44. package/dist-types/commands/GetIntermediateTableAnalysisRuleCommand.d.ts +128 -0
  45. package/dist-types/commands/GetIntermediateTableCommand.d.ts +213 -0
  46. package/dist-types/commands/GetMembershipCommand.d.ts +1 -1
  47. package/dist-types/commands/GetProtectedJobCommand.d.ts +1 -1
  48. package/dist-types/commands/GetProtectedQueryCommand.d.ts +6 -2
  49. package/dist-types/commands/GetSchemaAnalysisRuleCommand.d.ts +10 -8
  50. package/dist-types/commands/GetSchemaCommand.d.ts +9 -2
  51. package/dist-types/commands/ListIntermediateTableVersionsCommand.d.ts +106 -0
  52. package/dist-types/commands/ListIntermediateTablesCommand.d.ts +112 -0
  53. package/dist-types/commands/ListProtectedQueriesCommand.d.ts +5 -0
  54. package/dist-types/commands/ListSchemasCommand.d.ts +2 -2
  55. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  56. package/dist-types/commands/PopulateIntermediateTableCommand.d.ts +115 -0
  57. package/dist-types/commands/StartProtectedQueryCommand.d.ts +10 -0
  58. package/dist-types/commands/UpdateConfiguredTableAnalysisRuleCommand.d.ts +12 -0
  59. package/dist-types/commands/UpdateConfiguredTableAssociationCommand.d.ts +9 -0
  60. package/dist-types/commands/UpdateIdMappingTableCommand.d.ts +9 -0
  61. package/dist-types/commands/UpdateIntermediateTableAnalysisRuleCommand.d.ts +161 -0
  62. package/dist-types/commands/UpdateIntermediateTableCommand.d.ts +221 -0
  63. package/dist-types/commands/UpdateProtectedQueryCommand.d.ts +5 -0
  64. package/dist-types/commands/index.d.ts +12 -0
  65. package/dist-types/models/enums.d.ts +125 -12
  66. package/dist-types/models/models_0.d.ts +729 -436
  67. package/dist-types/models/models_1.d.ts +1032 -3
  68. package/dist-types/pagination/ListIntermediateTableVersionsPaginator.d.ts +7 -0
  69. package/dist-types/pagination/ListIntermediateTablesPaginator.d.ts +7 -0
  70. package/dist-types/pagination/index.d.ts +2 -0
  71. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  72. package/dist-types/runtimeConfig.d.ts +2 -2
  73. package/dist-types/runtimeConfig.native.d.ts +2 -2
  74. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  75. package/dist-types/schemas/schemas_0.d.ts +63 -0
  76. package/dist-types/ts3.4/CleanRooms.d.ts +236 -0
  77. package/dist-types/ts3.4/CleanRoomsClient.d.ts +72 -0
  78. package/dist-types/ts3.4/commands/CreateIntermediateTableAnalysisRuleCommand.d.ts +53 -0
  79. package/dist-types/ts3.4/commands/CreateIntermediateTableCommand.d.ts +53 -0
  80. package/dist-types/ts3.4/commands/CreateMembershipCommand.d.ts +1 -1
  81. package/dist-types/ts3.4/commands/DeleteIntermediateTableAnalysisRuleCommand.d.ts +53 -0
  82. package/dist-types/ts3.4/commands/DeleteIntermediateTableCommand.d.ts +53 -0
  83. package/dist-types/ts3.4/commands/DeleteMembershipCommand.d.ts +1 -1
  84. package/dist-types/ts3.4/commands/DisallowIntermediateTableCommand.d.ts +53 -0
  85. package/dist-types/ts3.4/commands/GetIntermediateTableAnalysisRuleCommand.d.ts +53 -0
  86. package/dist-types/ts3.4/commands/GetIntermediateTableCommand.d.ts +53 -0
  87. package/dist-types/ts3.4/commands/GetMembershipCommand.d.ts +1 -1
  88. package/dist-types/ts3.4/commands/GetProtectedJobCommand.d.ts +1 -1
  89. package/dist-types/ts3.4/commands/GetProtectedQueryCommand.d.ts +4 -2
  90. package/dist-types/ts3.4/commands/ListIntermediateTableVersionsCommand.d.ts +53 -0
  91. package/dist-types/ts3.4/commands/ListIntermediateTablesCommand.d.ts +53 -0
  92. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -1
  93. package/dist-types/ts3.4/commands/PopulateIntermediateTableCommand.d.ts +53 -0
  94. package/dist-types/ts3.4/commands/UpdateIntermediateTableAnalysisRuleCommand.d.ts +51 -0
  95. package/dist-types/ts3.4/commands/UpdateIntermediateTableCommand.d.ts +53 -0
  96. package/dist-types/ts3.4/commands/index.d.ts +12 -0
  97. package/dist-types/ts3.4/models/enums.d.ts +71 -6
  98. package/dist-types/ts3.4/models/models_0.d.ts +299 -261
  99. package/dist-types/ts3.4/models/models_1.d.ts +345 -17
  100. package/dist-types/ts3.4/pagination/ListIntermediateTableVersionsPaginator.d.ts +11 -0
  101. package/dist-types/ts3.4/pagination/ListIntermediateTablesPaginator.d.ts +11 -0
  102. package/dist-types/ts3.4/pagination/index.d.ts +2 -0
  103. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +8 -2
  104. package/dist-types/ts3.4/runtimeConfig.d.ts +8 -2
  105. package/dist-types/ts3.4/runtimeConfig.native.d.ts +8 -2
  106. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
  107. package/dist-types/ts3.4/schemas/schemas_0.d.ts +63 -0
  108. package/package.json +8 -10
  109. package/dist-cjs/auth/httpAuthSchemeProvider.js +0 -40
  110. package/dist-cjs/endpoint/bdd.js +0 -46
  111. package/dist-cjs/endpoint/endpointResolver.js +0 -14
  112. package/dist-cjs/models/CleanRoomsServiceException.js +0 -8
  113. package/dist-cjs/models/errors.js +0 -105
  114. package/dist-cjs/runtimeConfig.browser.js +0 -32
  115. package/dist-cjs/runtimeConfig.js +0 -45
  116. package/dist-cjs/runtimeConfig.native.js +0 -12
  117. package/dist-cjs/runtimeConfig.shared.js +0 -38
  118. package/dist-cjs/schemas/schemas_0.js +0 -3580
@@ -13,6 +13,8 @@ import { type CreateConfiguredTableAssociationCommandInput, type CreateConfigure
13
13
  import { type CreateConfiguredTableCommandInput, type CreateConfiguredTableCommandOutput } from "./commands/CreateConfiguredTableCommand";
14
14
  import { type CreateIdMappingTableCommandInput, type CreateIdMappingTableCommandOutput } from "./commands/CreateIdMappingTableCommand";
15
15
  import { type CreateIdNamespaceAssociationCommandInput, type CreateIdNamespaceAssociationCommandOutput } from "./commands/CreateIdNamespaceAssociationCommand";
16
+ import { type CreateIntermediateTableAnalysisRuleCommandInput, type CreateIntermediateTableAnalysisRuleCommandOutput } from "./commands/CreateIntermediateTableAnalysisRuleCommand";
17
+ import { type CreateIntermediateTableCommandInput, type CreateIntermediateTableCommandOutput } from "./commands/CreateIntermediateTableCommand";
16
18
  import { type CreateMembershipCommandInput, type CreateMembershipCommandOutput } from "./commands/CreateMembershipCommand";
17
19
  import { type CreatePrivacyBudgetTemplateCommandInput, type CreatePrivacyBudgetTemplateCommandOutput } from "./commands/CreatePrivacyBudgetTemplateCommand";
18
20
  import { type DeleteAnalysisTemplateCommandInput, type DeleteAnalysisTemplateCommandOutput } from "./commands/DeleteAnalysisTemplateCommand";
@@ -24,9 +26,12 @@ import { type DeleteConfiguredTableAssociationCommandInput, type DeleteConfigure
24
26
  import { type DeleteConfiguredTableCommandInput, type DeleteConfiguredTableCommandOutput } from "./commands/DeleteConfiguredTableCommand";
25
27
  import { type DeleteIdMappingTableCommandInput, type DeleteIdMappingTableCommandOutput } from "./commands/DeleteIdMappingTableCommand";
26
28
  import { type DeleteIdNamespaceAssociationCommandInput, type DeleteIdNamespaceAssociationCommandOutput } from "./commands/DeleteIdNamespaceAssociationCommand";
29
+ import { type DeleteIntermediateTableAnalysisRuleCommandInput, type DeleteIntermediateTableAnalysisRuleCommandOutput } from "./commands/DeleteIntermediateTableAnalysisRuleCommand";
30
+ import { type DeleteIntermediateTableCommandInput, type DeleteIntermediateTableCommandOutput } from "./commands/DeleteIntermediateTableCommand";
27
31
  import { type DeleteMemberCommandInput, type DeleteMemberCommandOutput } from "./commands/DeleteMemberCommand";
28
32
  import { type DeleteMembershipCommandInput, type DeleteMembershipCommandOutput } from "./commands/DeleteMembershipCommand";
29
33
  import { type DeletePrivacyBudgetTemplateCommandInput, type DeletePrivacyBudgetTemplateCommandOutput } from "./commands/DeletePrivacyBudgetTemplateCommand";
34
+ import { type DisallowIntermediateTableCommandInput, type DisallowIntermediateTableCommandOutput } from "./commands/DisallowIntermediateTableCommand";
30
35
  import { type GetAnalysisTemplateCommandInput, type GetAnalysisTemplateCommandOutput } from "./commands/GetAnalysisTemplateCommand";
31
36
  import { type GetCollaborationAnalysisTemplateCommandInput, type GetCollaborationAnalysisTemplateCommandOutput } from "./commands/GetCollaborationAnalysisTemplateCommand";
32
37
  import { type GetCollaborationChangeRequestCommandInput, type GetCollaborationChangeRequestCommandOutput } from "./commands/GetCollaborationChangeRequestCommand";
@@ -41,6 +46,8 @@ import { type GetConfiguredTableAssociationCommandInput, type GetConfiguredTable
41
46
  import { type GetConfiguredTableCommandInput, type GetConfiguredTableCommandOutput } from "./commands/GetConfiguredTableCommand";
42
47
  import { type GetIdMappingTableCommandInput, type GetIdMappingTableCommandOutput } from "./commands/GetIdMappingTableCommand";
43
48
  import { type GetIdNamespaceAssociationCommandInput, type GetIdNamespaceAssociationCommandOutput } from "./commands/GetIdNamespaceAssociationCommand";
49
+ import { type GetIntermediateTableAnalysisRuleCommandInput, type GetIntermediateTableAnalysisRuleCommandOutput } from "./commands/GetIntermediateTableAnalysisRuleCommand";
50
+ import { type GetIntermediateTableCommandInput, type GetIntermediateTableCommandOutput } from "./commands/GetIntermediateTableCommand";
44
51
  import { type GetMembershipCommandInput, type GetMembershipCommandOutput } from "./commands/GetMembershipCommand";
45
52
  import { type GetPrivacyBudgetTemplateCommandInput, type GetPrivacyBudgetTemplateCommandOutput } from "./commands/GetPrivacyBudgetTemplateCommand";
46
53
  import { type GetProtectedJobCommandInput, type GetProtectedJobCommandOutput } from "./commands/GetProtectedJobCommand";
@@ -60,6 +67,8 @@ import { type ListConfiguredTableAssociationsCommandInput, type ListConfiguredTa
60
67
  import { type ListConfiguredTablesCommandInput, type ListConfiguredTablesCommandOutput } from "./commands/ListConfiguredTablesCommand";
61
68
  import { type ListIdMappingTablesCommandInput, type ListIdMappingTablesCommandOutput } from "./commands/ListIdMappingTablesCommand";
62
69
  import { type ListIdNamespaceAssociationsCommandInput, type ListIdNamespaceAssociationsCommandOutput } from "./commands/ListIdNamespaceAssociationsCommand";
70
+ import { type ListIntermediateTablesCommandInput, type ListIntermediateTablesCommandOutput } from "./commands/ListIntermediateTablesCommand";
71
+ import { type ListIntermediateTableVersionsCommandInput, type ListIntermediateTableVersionsCommandOutput } from "./commands/ListIntermediateTableVersionsCommand";
63
72
  import { type ListMembersCommandInput, type ListMembersCommandOutput } from "./commands/ListMembersCommand";
64
73
  import { type ListMembershipsCommandInput, type ListMembershipsCommandOutput } from "./commands/ListMembershipsCommand";
65
74
  import { type ListPrivacyBudgetsCommandInput, type ListPrivacyBudgetsCommandOutput } from "./commands/ListPrivacyBudgetsCommand";
@@ -69,6 +78,7 @@ import { type ListProtectedQueriesCommandInput, type ListProtectedQueriesCommand
69
78
  import { type ListSchemasCommandInput, type ListSchemasCommandOutput } from "./commands/ListSchemasCommand";
70
79
  import { type ListTagsForResourceCommandInput, type ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
71
80
  import { type PopulateIdMappingTableCommandInput, type PopulateIdMappingTableCommandOutput } from "./commands/PopulateIdMappingTableCommand";
81
+ import { type PopulateIntermediateTableCommandInput, type PopulateIntermediateTableCommandOutput } from "./commands/PopulateIntermediateTableCommand";
72
82
  import { type PreviewPrivacyImpactCommandInput, type PreviewPrivacyImpactCommandOutput } from "./commands/PreviewPrivacyImpactCommand";
73
83
  import { type StartProtectedJobCommandInput, type StartProtectedJobCommandOutput } from "./commands/StartProtectedJobCommand";
74
84
  import { type StartProtectedQueryCommandInput, type StartProtectedQueryCommandOutput } from "./commands/StartProtectedQueryCommand";
@@ -84,6 +94,8 @@ import { type UpdateConfiguredTableAssociationCommandInput, type UpdateConfigure
84
94
  import { type UpdateConfiguredTableCommandInput, type UpdateConfiguredTableCommandOutput } from "./commands/UpdateConfiguredTableCommand";
85
95
  import { type UpdateIdMappingTableCommandInput, type UpdateIdMappingTableCommandOutput } from "./commands/UpdateIdMappingTableCommand";
86
96
  import { type UpdateIdNamespaceAssociationCommandInput, type UpdateIdNamespaceAssociationCommandOutput } from "./commands/UpdateIdNamespaceAssociationCommand";
97
+ import { type UpdateIntermediateTableAnalysisRuleCommandInput, type UpdateIntermediateTableAnalysisRuleCommandOutput } from "./commands/UpdateIntermediateTableAnalysisRuleCommand";
98
+ import { type UpdateIntermediateTableCommandInput, type UpdateIntermediateTableCommandOutput } from "./commands/UpdateIntermediateTableCommand";
87
99
  import { type UpdateMembershipCommandInput, type UpdateMembershipCommandOutput } from "./commands/UpdateMembershipCommand";
88
100
  import { type UpdatePrivacyBudgetTemplateCommandInput, type UpdatePrivacyBudgetTemplateCommandOutput } from "./commands/UpdatePrivacyBudgetTemplateCommand";
89
101
  import { type UpdateProtectedJobCommandInput, type UpdateProtectedJobCommandOutput } from "./commands/UpdateProtectedJobCommand";
@@ -167,6 +179,18 @@ export interface CleanRooms {
167
179
  createIdNamespaceAssociation(args: CreateIdNamespaceAssociationCommandInput, options?: __HttpHandlerOptions): Promise<CreateIdNamespaceAssociationCommandOutput>;
168
180
  createIdNamespaceAssociation(args: CreateIdNamespaceAssociationCommandInput, cb: (err: any, data?: CreateIdNamespaceAssociationCommandOutput) => void): void;
169
181
  createIdNamespaceAssociation(args: CreateIdNamespaceAssociationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateIdNamespaceAssociationCommandOutput) => void): void;
182
+ /**
183
+ * @see {@link CreateIntermediateTableCommand}
184
+ */
185
+ createIntermediateTable(args: CreateIntermediateTableCommandInput, options?: __HttpHandlerOptions): Promise<CreateIntermediateTableCommandOutput>;
186
+ createIntermediateTable(args: CreateIntermediateTableCommandInput, cb: (err: any, data?: CreateIntermediateTableCommandOutput) => void): void;
187
+ createIntermediateTable(args: CreateIntermediateTableCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateIntermediateTableCommandOutput) => void): void;
188
+ /**
189
+ * @see {@link CreateIntermediateTableAnalysisRuleCommand}
190
+ */
191
+ createIntermediateTableAnalysisRule(args: CreateIntermediateTableAnalysisRuleCommandInput, options?: __HttpHandlerOptions): Promise<CreateIntermediateTableAnalysisRuleCommandOutput>;
192
+ createIntermediateTableAnalysisRule(args: CreateIntermediateTableAnalysisRuleCommandInput, cb: (err: any, data?: CreateIntermediateTableAnalysisRuleCommandOutput) => void): void;
193
+ createIntermediateTableAnalysisRule(args: CreateIntermediateTableAnalysisRuleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateIntermediateTableAnalysisRuleCommandOutput) => void): void;
170
194
  /**
171
195
  * @see {@link CreateMembershipCommand}
172
196
  */
@@ -233,6 +257,18 @@ export interface CleanRooms {
233
257
  deleteIdNamespaceAssociation(args: DeleteIdNamespaceAssociationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteIdNamespaceAssociationCommandOutput>;
234
258
  deleteIdNamespaceAssociation(args: DeleteIdNamespaceAssociationCommandInput, cb: (err: any, data?: DeleteIdNamespaceAssociationCommandOutput) => void): void;
235
259
  deleteIdNamespaceAssociation(args: DeleteIdNamespaceAssociationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteIdNamespaceAssociationCommandOutput) => void): void;
260
+ /**
261
+ * @see {@link DeleteIntermediateTableCommand}
262
+ */
263
+ deleteIntermediateTable(args: DeleteIntermediateTableCommandInput, options?: __HttpHandlerOptions): Promise<DeleteIntermediateTableCommandOutput>;
264
+ deleteIntermediateTable(args: DeleteIntermediateTableCommandInput, cb: (err: any, data?: DeleteIntermediateTableCommandOutput) => void): void;
265
+ deleteIntermediateTable(args: DeleteIntermediateTableCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteIntermediateTableCommandOutput) => void): void;
266
+ /**
267
+ * @see {@link DeleteIntermediateTableAnalysisRuleCommand}
268
+ */
269
+ deleteIntermediateTableAnalysisRule(args: DeleteIntermediateTableAnalysisRuleCommandInput, options?: __HttpHandlerOptions): Promise<DeleteIntermediateTableAnalysisRuleCommandOutput>;
270
+ deleteIntermediateTableAnalysisRule(args: DeleteIntermediateTableAnalysisRuleCommandInput, cb: (err: any, data?: DeleteIntermediateTableAnalysisRuleCommandOutput) => void): void;
271
+ deleteIntermediateTableAnalysisRule(args: DeleteIntermediateTableAnalysisRuleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteIntermediateTableAnalysisRuleCommandOutput) => void): void;
236
272
  /**
237
273
  * @see {@link DeleteMemberCommand}
238
274
  */
@@ -251,6 +287,12 @@ export interface CleanRooms {
251
287
  deletePrivacyBudgetTemplate(args: DeletePrivacyBudgetTemplateCommandInput, options?: __HttpHandlerOptions): Promise<DeletePrivacyBudgetTemplateCommandOutput>;
252
288
  deletePrivacyBudgetTemplate(args: DeletePrivacyBudgetTemplateCommandInput, cb: (err: any, data?: DeletePrivacyBudgetTemplateCommandOutput) => void): void;
253
289
  deletePrivacyBudgetTemplate(args: DeletePrivacyBudgetTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeletePrivacyBudgetTemplateCommandOutput) => void): void;
290
+ /**
291
+ * @see {@link DisallowIntermediateTableCommand}
292
+ */
293
+ disallowIntermediateTable(args: DisallowIntermediateTableCommandInput, options?: __HttpHandlerOptions): Promise<DisallowIntermediateTableCommandOutput>;
294
+ disallowIntermediateTable(args: DisallowIntermediateTableCommandInput, cb: (err: any, data?: DisallowIntermediateTableCommandOutput) => void): void;
295
+ disallowIntermediateTable(args: DisallowIntermediateTableCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisallowIntermediateTableCommandOutput) => void): void;
254
296
  /**
255
297
  * @see {@link GetAnalysisTemplateCommand}
256
298
  */
@@ -335,6 +377,18 @@ export interface CleanRooms {
335
377
  getIdNamespaceAssociation(args: GetIdNamespaceAssociationCommandInput, options?: __HttpHandlerOptions): Promise<GetIdNamespaceAssociationCommandOutput>;
336
378
  getIdNamespaceAssociation(args: GetIdNamespaceAssociationCommandInput, cb: (err: any, data?: GetIdNamespaceAssociationCommandOutput) => void): void;
337
379
  getIdNamespaceAssociation(args: GetIdNamespaceAssociationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetIdNamespaceAssociationCommandOutput) => void): void;
380
+ /**
381
+ * @see {@link GetIntermediateTableCommand}
382
+ */
383
+ getIntermediateTable(args: GetIntermediateTableCommandInput, options?: __HttpHandlerOptions): Promise<GetIntermediateTableCommandOutput>;
384
+ getIntermediateTable(args: GetIntermediateTableCommandInput, cb: (err: any, data?: GetIntermediateTableCommandOutput) => void): void;
385
+ getIntermediateTable(args: GetIntermediateTableCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetIntermediateTableCommandOutput) => void): void;
386
+ /**
387
+ * @see {@link GetIntermediateTableAnalysisRuleCommand}
388
+ */
389
+ getIntermediateTableAnalysisRule(args: GetIntermediateTableAnalysisRuleCommandInput, options?: __HttpHandlerOptions): Promise<GetIntermediateTableAnalysisRuleCommandOutput>;
390
+ getIntermediateTableAnalysisRule(args: GetIntermediateTableAnalysisRuleCommandInput, cb: (err: any, data?: GetIntermediateTableAnalysisRuleCommandOutput) => void): void;
391
+ getIntermediateTableAnalysisRule(args: GetIntermediateTableAnalysisRuleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetIntermediateTableAnalysisRuleCommandOutput) => void): void;
338
392
  /**
339
393
  * @see {@link GetMembershipCommand}
340
394
  */
@@ -451,6 +505,18 @@ export interface CleanRooms {
451
505
  listIdNamespaceAssociations(args: ListIdNamespaceAssociationsCommandInput, options?: __HttpHandlerOptions): Promise<ListIdNamespaceAssociationsCommandOutput>;
452
506
  listIdNamespaceAssociations(args: ListIdNamespaceAssociationsCommandInput, cb: (err: any, data?: ListIdNamespaceAssociationsCommandOutput) => void): void;
453
507
  listIdNamespaceAssociations(args: ListIdNamespaceAssociationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListIdNamespaceAssociationsCommandOutput) => void): void;
508
+ /**
509
+ * @see {@link ListIntermediateTablesCommand}
510
+ */
511
+ listIntermediateTables(args: ListIntermediateTablesCommandInput, options?: __HttpHandlerOptions): Promise<ListIntermediateTablesCommandOutput>;
512
+ listIntermediateTables(args: ListIntermediateTablesCommandInput, cb: (err: any, data?: ListIntermediateTablesCommandOutput) => void): void;
513
+ listIntermediateTables(args: ListIntermediateTablesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListIntermediateTablesCommandOutput) => void): void;
514
+ /**
515
+ * @see {@link ListIntermediateTableVersionsCommand}
516
+ */
517
+ listIntermediateTableVersions(args: ListIntermediateTableVersionsCommandInput, options?: __HttpHandlerOptions): Promise<ListIntermediateTableVersionsCommandOutput>;
518
+ listIntermediateTableVersions(args: ListIntermediateTableVersionsCommandInput, cb: (err: any, data?: ListIntermediateTableVersionsCommandOutput) => void): void;
519
+ listIntermediateTableVersions(args: ListIntermediateTableVersionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListIntermediateTableVersionsCommandOutput) => void): void;
454
520
  /**
455
521
  * @see {@link ListMembersCommand}
456
522
  */
@@ -506,6 +572,12 @@ export interface CleanRooms {
506
572
  populateIdMappingTable(args: PopulateIdMappingTableCommandInput, options?: __HttpHandlerOptions): Promise<PopulateIdMappingTableCommandOutput>;
507
573
  populateIdMappingTable(args: PopulateIdMappingTableCommandInput, cb: (err: any, data?: PopulateIdMappingTableCommandOutput) => void): void;
508
574
  populateIdMappingTable(args: PopulateIdMappingTableCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PopulateIdMappingTableCommandOutput) => void): void;
575
+ /**
576
+ * @see {@link PopulateIntermediateTableCommand}
577
+ */
578
+ populateIntermediateTable(args: PopulateIntermediateTableCommandInput, options?: __HttpHandlerOptions): Promise<PopulateIntermediateTableCommandOutput>;
579
+ populateIntermediateTable(args: PopulateIntermediateTableCommandInput, cb: (err: any, data?: PopulateIntermediateTableCommandOutput) => void): void;
580
+ populateIntermediateTable(args: PopulateIntermediateTableCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PopulateIntermediateTableCommandOutput) => void): void;
509
581
  /**
510
582
  * @see {@link PreviewPrivacyImpactCommand}
511
583
  */
@@ -596,6 +668,18 @@ export interface CleanRooms {
596
668
  updateIdNamespaceAssociation(args: UpdateIdNamespaceAssociationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateIdNamespaceAssociationCommandOutput>;
597
669
  updateIdNamespaceAssociation(args: UpdateIdNamespaceAssociationCommandInput, cb: (err: any, data?: UpdateIdNamespaceAssociationCommandOutput) => void): void;
598
670
  updateIdNamespaceAssociation(args: UpdateIdNamespaceAssociationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateIdNamespaceAssociationCommandOutput) => void): void;
671
+ /**
672
+ * @see {@link UpdateIntermediateTableCommand}
673
+ */
674
+ updateIntermediateTable(args: UpdateIntermediateTableCommandInput, options?: __HttpHandlerOptions): Promise<UpdateIntermediateTableCommandOutput>;
675
+ updateIntermediateTable(args: UpdateIntermediateTableCommandInput, cb: (err: any, data?: UpdateIntermediateTableCommandOutput) => void): void;
676
+ updateIntermediateTable(args: UpdateIntermediateTableCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateIntermediateTableCommandOutput) => void): void;
677
+ /**
678
+ * @see {@link UpdateIntermediateTableAnalysisRuleCommand}
679
+ */
680
+ updateIntermediateTableAnalysisRule(args: UpdateIntermediateTableAnalysisRuleCommandInput, options?: __HttpHandlerOptions): Promise<UpdateIntermediateTableAnalysisRuleCommandOutput>;
681
+ updateIntermediateTableAnalysisRule(args: UpdateIntermediateTableAnalysisRuleCommandInput, cb: (err: any, data?: UpdateIntermediateTableAnalysisRuleCommandOutput) => void): void;
682
+ updateIntermediateTableAnalysisRule(args: UpdateIntermediateTableAnalysisRuleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateIntermediateTableAnalysisRuleCommandOutput) => void): void;
599
683
  /**
600
684
  * @see {@link UpdateMembershipCommand}
601
685
  */
@@ -711,6 +795,20 @@ export interface CleanRooms {
711
795
  * @returns AsyncIterable of {@link ListIdNamespaceAssociationsCommandOutput}.
712
796
  */
713
797
  paginateListIdNamespaceAssociations(args: ListIdNamespaceAssociationsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListIdNamespaceAssociationsCommandOutput>;
798
+ /**
799
+ * @see {@link ListIntermediateTablesCommand}
800
+ * @param args - command input.
801
+ * @param paginationConfig - optional pagination config.
802
+ * @returns AsyncIterable of {@link ListIntermediateTablesCommandOutput}.
803
+ */
804
+ paginateListIntermediateTables(args: ListIntermediateTablesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListIntermediateTablesCommandOutput>;
805
+ /**
806
+ * @see {@link ListIntermediateTableVersionsCommand}
807
+ * @param args - command input.
808
+ * @param paginationConfig - optional pagination config.
809
+ * @returns AsyncIterable of {@link ListIntermediateTableVersionsCommandOutput}.
810
+ */
811
+ paginateListIntermediateTableVersions(args: ListIntermediateTableVersionsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListIntermediateTableVersionsCommandOutput>;
714
812
  /**
715
813
  * @see {@link ListMembersCommand}
716
814
  * @param args - command input.
@@ -19,6 +19,8 @@ import type { CreateConfiguredTableAssociationCommandInput, CreateConfiguredTabl
19
19
  import type { CreateConfiguredTableCommandInput, CreateConfiguredTableCommandOutput } from "./commands/CreateConfiguredTableCommand";
20
20
  import type { CreateIdMappingTableCommandInput, CreateIdMappingTableCommandOutput } from "./commands/CreateIdMappingTableCommand";
21
21
  import type { CreateIdNamespaceAssociationCommandInput, CreateIdNamespaceAssociationCommandOutput } from "./commands/CreateIdNamespaceAssociationCommand";
22
+ import type { CreateIntermediateTableAnalysisRuleCommandInput, CreateIntermediateTableAnalysisRuleCommandOutput } from "./commands/CreateIntermediateTableAnalysisRuleCommand";
23
+ import type { CreateIntermediateTableCommandInput, CreateIntermediateTableCommandOutput } from "./commands/CreateIntermediateTableCommand";
22
24
  import type { CreateMembershipCommandInput, CreateMembershipCommandOutput } from "./commands/CreateMembershipCommand";
23
25
  import type { CreatePrivacyBudgetTemplateCommandInput, CreatePrivacyBudgetTemplateCommandOutput } from "./commands/CreatePrivacyBudgetTemplateCommand";
24
26
  import type { DeleteAnalysisTemplateCommandInput, DeleteAnalysisTemplateCommandOutput } from "./commands/DeleteAnalysisTemplateCommand";
@@ -30,9 +32,12 @@ import type { DeleteConfiguredTableAssociationCommandInput, DeleteConfiguredTabl
30
32
  import type { DeleteConfiguredTableCommandInput, DeleteConfiguredTableCommandOutput } from "./commands/DeleteConfiguredTableCommand";
31
33
  import type { DeleteIdMappingTableCommandInput, DeleteIdMappingTableCommandOutput } from "./commands/DeleteIdMappingTableCommand";
32
34
  import type { DeleteIdNamespaceAssociationCommandInput, DeleteIdNamespaceAssociationCommandOutput } from "./commands/DeleteIdNamespaceAssociationCommand";
35
+ import type { DeleteIntermediateTableAnalysisRuleCommandInput, DeleteIntermediateTableAnalysisRuleCommandOutput } from "./commands/DeleteIntermediateTableAnalysisRuleCommand";
36
+ import type { DeleteIntermediateTableCommandInput, DeleteIntermediateTableCommandOutput } from "./commands/DeleteIntermediateTableCommand";
33
37
  import type { DeleteMemberCommandInput, DeleteMemberCommandOutput } from "./commands/DeleteMemberCommand";
34
38
  import type { DeleteMembershipCommandInput, DeleteMembershipCommandOutput } from "./commands/DeleteMembershipCommand";
35
39
  import type { DeletePrivacyBudgetTemplateCommandInput, DeletePrivacyBudgetTemplateCommandOutput } from "./commands/DeletePrivacyBudgetTemplateCommand";
40
+ import type { DisallowIntermediateTableCommandInput, DisallowIntermediateTableCommandOutput } from "./commands/DisallowIntermediateTableCommand";
36
41
  import type { GetAnalysisTemplateCommandInput, GetAnalysisTemplateCommandOutput } from "./commands/GetAnalysisTemplateCommand";
37
42
  import type { GetCollaborationAnalysisTemplateCommandInput, GetCollaborationAnalysisTemplateCommandOutput } from "./commands/GetCollaborationAnalysisTemplateCommand";
38
43
  import type { GetCollaborationChangeRequestCommandInput, GetCollaborationChangeRequestCommandOutput } from "./commands/GetCollaborationChangeRequestCommand";
@@ -47,6 +52,8 @@ import type { GetConfiguredTableAssociationCommandInput, GetConfiguredTableAssoc
47
52
  import type { GetConfiguredTableCommandInput, GetConfiguredTableCommandOutput } from "./commands/GetConfiguredTableCommand";
48
53
  import type { GetIdMappingTableCommandInput, GetIdMappingTableCommandOutput } from "./commands/GetIdMappingTableCommand";
49
54
  import type { GetIdNamespaceAssociationCommandInput, GetIdNamespaceAssociationCommandOutput } from "./commands/GetIdNamespaceAssociationCommand";
55
+ import type { GetIntermediateTableAnalysisRuleCommandInput, GetIntermediateTableAnalysisRuleCommandOutput } from "./commands/GetIntermediateTableAnalysisRuleCommand";
56
+ import type { GetIntermediateTableCommandInput, GetIntermediateTableCommandOutput } from "./commands/GetIntermediateTableCommand";
50
57
  import type { GetMembershipCommandInput, GetMembershipCommandOutput } from "./commands/GetMembershipCommand";
51
58
  import type { GetPrivacyBudgetTemplateCommandInput, GetPrivacyBudgetTemplateCommandOutput } from "./commands/GetPrivacyBudgetTemplateCommand";
52
59
  import type { GetProtectedJobCommandInput, GetProtectedJobCommandOutput } from "./commands/GetProtectedJobCommand";
@@ -66,6 +73,8 @@ import type { ListConfiguredTableAssociationsCommandInput, ListConfiguredTableAs
66
73
  import type { ListConfiguredTablesCommandInput, ListConfiguredTablesCommandOutput } from "./commands/ListConfiguredTablesCommand";
67
74
  import type { ListIdMappingTablesCommandInput, ListIdMappingTablesCommandOutput } from "./commands/ListIdMappingTablesCommand";
68
75
  import type { ListIdNamespaceAssociationsCommandInput, ListIdNamespaceAssociationsCommandOutput } from "./commands/ListIdNamespaceAssociationsCommand";
76
+ import type { ListIntermediateTablesCommandInput, ListIntermediateTablesCommandOutput } from "./commands/ListIntermediateTablesCommand";
77
+ import type { ListIntermediateTableVersionsCommandInput, ListIntermediateTableVersionsCommandOutput } from "./commands/ListIntermediateTableVersionsCommand";
69
78
  import type { ListMembersCommandInput, ListMembersCommandOutput } from "./commands/ListMembersCommand";
70
79
  import type { ListMembershipsCommandInput, ListMembershipsCommandOutput } from "./commands/ListMembershipsCommand";
71
80
  import type { ListPrivacyBudgetsCommandInput, ListPrivacyBudgetsCommandOutput } from "./commands/ListPrivacyBudgetsCommand";
@@ -75,6 +84,7 @@ import type { ListProtectedQueriesCommandInput, ListProtectedQueriesCommandOutpu
75
84
  import type { ListSchemasCommandInput, ListSchemasCommandOutput } from "./commands/ListSchemasCommand";
76
85
  import type { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
77
86
  import type { PopulateIdMappingTableCommandInput, PopulateIdMappingTableCommandOutput } from "./commands/PopulateIdMappingTableCommand";
87
+ import type { PopulateIntermediateTableCommandInput, PopulateIntermediateTableCommandOutput } from "./commands/PopulateIntermediateTableCommand";
78
88
  import type { PreviewPrivacyImpactCommandInput, PreviewPrivacyImpactCommandOutput } from "./commands/PreviewPrivacyImpactCommand";
79
89
  import type { StartProtectedJobCommandInput, StartProtectedJobCommandOutput } from "./commands/StartProtectedJobCommand";
80
90
  import type { StartProtectedQueryCommandInput, StartProtectedQueryCommandOutput } from "./commands/StartProtectedQueryCommand";
@@ -90,6 +100,8 @@ import type { UpdateConfiguredTableAssociationCommandInput, UpdateConfiguredTabl
90
100
  import type { UpdateConfiguredTableCommandInput, UpdateConfiguredTableCommandOutput } from "./commands/UpdateConfiguredTableCommand";
91
101
  import type { UpdateIdMappingTableCommandInput, UpdateIdMappingTableCommandOutput } from "./commands/UpdateIdMappingTableCommand";
92
102
  import type { UpdateIdNamespaceAssociationCommandInput, UpdateIdNamespaceAssociationCommandOutput } from "./commands/UpdateIdNamespaceAssociationCommand";
103
+ import type { UpdateIntermediateTableAnalysisRuleCommandInput, UpdateIntermediateTableAnalysisRuleCommandOutput } from "./commands/UpdateIntermediateTableAnalysisRuleCommand";
104
+ import type { UpdateIntermediateTableCommandInput, UpdateIntermediateTableCommandOutput } from "./commands/UpdateIntermediateTableCommand";
93
105
  import type { UpdateMembershipCommandInput, UpdateMembershipCommandOutput } from "./commands/UpdateMembershipCommand";
94
106
  import type { UpdatePrivacyBudgetTemplateCommandInput, UpdatePrivacyBudgetTemplateCommandOutput } from "./commands/UpdatePrivacyBudgetTemplateCommand";
95
107
  import type { UpdateProtectedJobCommandInput, UpdateProtectedJobCommandOutput } from "./commands/UpdateProtectedJobCommand";
@@ -100,11 +112,11 @@ export { __Client };
100
112
  /**
101
113
  * @public
102
114
  */
103
- export type ServiceInputTypes = BatchGetCollaborationAnalysisTemplateCommandInput | BatchGetSchemaAnalysisRuleCommandInput | BatchGetSchemaCommandInput | CreateAnalysisTemplateCommandInput | CreateCollaborationChangeRequestCommandInput | CreateCollaborationCommandInput | CreateConfiguredAudienceModelAssociationCommandInput | CreateConfiguredTableAnalysisRuleCommandInput | CreateConfiguredTableAssociationAnalysisRuleCommandInput | CreateConfiguredTableAssociationCommandInput | CreateConfiguredTableCommandInput | CreateIdMappingTableCommandInput | CreateIdNamespaceAssociationCommandInput | CreateMembershipCommandInput | CreatePrivacyBudgetTemplateCommandInput | DeleteAnalysisTemplateCommandInput | DeleteCollaborationCommandInput | DeleteConfiguredAudienceModelAssociationCommandInput | DeleteConfiguredTableAnalysisRuleCommandInput | DeleteConfiguredTableAssociationAnalysisRuleCommandInput | DeleteConfiguredTableAssociationCommandInput | DeleteConfiguredTableCommandInput | DeleteIdMappingTableCommandInput | DeleteIdNamespaceAssociationCommandInput | DeleteMemberCommandInput | DeleteMembershipCommandInput | DeletePrivacyBudgetTemplateCommandInput | GetAnalysisTemplateCommandInput | GetCollaborationAnalysisTemplateCommandInput | GetCollaborationChangeRequestCommandInput | GetCollaborationCommandInput | GetCollaborationConfiguredAudienceModelAssociationCommandInput | GetCollaborationIdNamespaceAssociationCommandInput | GetCollaborationPrivacyBudgetTemplateCommandInput | GetConfiguredAudienceModelAssociationCommandInput | GetConfiguredTableAnalysisRuleCommandInput | GetConfiguredTableAssociationAnalysisRuleCommandInput | GetConfiguredTableAssociationCommandInput | GetConfiguredTableCommandInput | GetIdMappingTableCommandInput | GetIdNamespaceAssociationCommandInput | GetMembershipCommandInput | GetPrivacyBudgetTemplateCommandInput | GetProtectedJobCommandInput | GetProtectedQueryCommandInput | GetSchemaAnalysisRuleCommandInput | GetSchemaCommandInput | ListAnalysisTemplatesCommandInput | ListCollaborationAnalysisTemplatesCommandInput | ListCollaborationChangeRequestsCommandInput | ListCollaborationConfiguredAudienceModelAssociationsCommandInput | ListCollaborationIdNamespaceAssociationsCommandInput | ListCollaborationPrivacyBudgetTemplatesCommandInput | ListCollaborationPrivacyBudgetsCommandInput | ListCollaborationsCommandInput | ListConfiguredAudienceModelAssociationsCommandInput | ListConfiguredTableAssociationsCommandInput | ListConfiguredTablesCommandInput | ListIdMappingTablesCommandInput | ListIdNamespaceAssociationsCommandInput | ListMembersCommandInput | ListMembershipsCommandInput | ListPrivacyBudgetTemplatesCommandInput | ListPrivacyBudgetsCommandInput | ListProtectedJobsCommandInput | ListProtectedQueriesCommandInput | ListSchemasCommandInput | ListTagsForResourceCommandInput | PopulateIdMappingTableCommandInput | PreviewPrivacyImpactCommandInput | StartProtectedJobCommandInput | StartProtectedQueryCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAnalysisTemplateCommandInput | UpdateCollaborationChangeRequestCommandInput | UpdateCollaborationCommandInput | UpdateConfiguredAudienceModelAssociationCommandInput | UpdateConfiguredTableAnalysisRuleCommandInput | UpdateConfiguredTableAssociationAnalysisRuleCommandInput | UpdateConfiguredTableAssociationCommandInput | UpdateConfiguredTableCommandInput | UpdateIdMappingTableCommandInput | UpdateIdNamespaceAssociationCommandInput | UpdateMembershipCommandInput | UpdatePrivacyBudgetTemplateCommandInput | UpdateProtectedJobCommandInput | UpdateProtectedQueryCommandInput;
115
+ export type ServiceInputTypes = BatchGetCollaborationAnalysisTemplateCommandInput | BatchGetSchemaAnalysisRuleCommandInput | BatchGetSchemaCommandInput | CreateAnalysisTemplateCommandInput | CreateCollaborationChangeRequestCommandInput | CreateCollaborationCommandInput | CreateConfiguredAudienceModelAssociationCommandInput | CreateConfiguredTableAnalysisRuleCommandInput | CreateConfiguredTableAssociationAnalysisRuleCommandInput | CreateConfiguredTableAssociationCommandInput | CreateConfiguredTableCommandInput | CreateIdMappingTableCommandInput | CreateIdNamespaceAssociationCommandInput | CreateIntermediateTableAnalysisRuleCommandInput | CreateIntermediateTableCommandInput | CreateMembershipCommandInput | CreatePrivacyBudgetTemplateCommandInput | DeleteAnalysisTemplateCommandInput | DeleteCollaborationCommandInput | DeleteConfiguredAudienceModelAssociationCommandInput | DeleteConfiguredTableAnalysisRuleCommandInput | DeleteConfiguredTableAssociationAnalysisRuleCommandInput | DeleteConfiguredTableAssociationCommandInput | DeleteConfiguredTableCommandInput | DeleteIdMappingTableCommandInput | DeleteIdNamespaceAssociationCommandInput | DeleteIntermediateTableAnalysisRuleCommandInput | DeleteIntermediateTableCommandInput | DeleteMemberCommandInput | DeleteMembershipCommandInput | DeletePrivacyBudgetTemplateCommandInput | DisallowIntermediateTableCommandInput | GetAnalysisTemplateCommandInput | GetCollaborationAnalysisTemplateCommandInput | GetCollaborationChangeRequestCommandInput | GetCollaborationCommandInput | GetCollaborationConfiguredAudienceModelAssociationCommandInput | GetCollaborationIdNamespaceAssociationCommandInput | GetCollaborationPrivacyBudgetTemplateCommandInput | GetConfiguredAudienceModelAssociationCommandInput | GetConfiguredTableAnalysisRuleCommandInput | GetConfiguredTableAssociationAnalysisRuleCommandInput | GetConfiguredTableAssociationCommandInput | GetConfiguredTableCommandInput | GetIdMappingTableCommandInput | GetIdNamespaceAssociationCommandInput | GetIntermediateTableAnalysisRuleCommandInput | GetIntermediateTableCommandInput | GetMembershipCommandInput | GetPrivacyBudgetTemplateCommandInput | GetProtectedJobCommandInput | GetProtectedQueryCommandInput | GetSchemaAnalysisRuleCommandInput | GetSchemaCommandInput | ListAnalysisTemplatesCommandInput | ListCollaborationAnalysisTemplatesCommandInput | ListCollaborationChangeRequestsCommandInput | ListCollaborationConfiguredAudienceModelAssociationsCommandInput | ListCollaborationIdNamespaceAssociationsCommandInput | ListCollaborationPrivacyBudgetTemplatesCommandInput | ListCollaborationPrivacyBudgetsCommandInput | ListCollaborationsCommandInput | ListConfiguredAudienceModelAssociationsCommandInput | ListConfiguredTableAssociationsCommandInput | ListConfiguredTablesCommandInput | ListIdMappingTablesCommandInput | ListIdNamespaceAssociationsCommandInput | ListIntermediateTableVersionsCommandInput | ListIntermediateTablesCommandInput | ListMembersCommandInput | ListMembershipsCommandInput | ListPrivacyBudgetTemplatesCommandInput | ListPrivacyBudgetsCommandInput | ListProtectedJobsCommandInput | ListProtectedQueriesCommandInput | ListSchemasCommandInput | ListTagsForResourceCommandInput | PopulateIdMappingTableCommandInput | PopulateIntermediateTableCommandInput | PreviewPrivacyImpactCommandInput | StartProtectedJobCommandInput | StartProtectedQueryCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAnalysisTemplateCommandInput | UpdateCollaborationChangeRequestCommandInput | UpdateCollaborationCommandInput | UpdateConfiguredAudienceModelAssociationCommandInput | UpdateConfiguredTableAnalysisRuleCommandInput | UpdateConfiguredTableAssociationAnalysisRuleCommandInput | UpdateConfiguredTableAssociationCommandInput | UpdateConfiguredTableCommandInput | UpdateIdMappingTableCommandInput | UpdateIdNamespaceAssociationCommandInput | UpdateIntermediateTableAnalysisRuleCommandInput | UpdateIntermediateTableCommandInput | UpdateMembershipCommandInput | UpdatePrivacyBudgetTemplateCommandInput | UpdateProtectedJobCommandInput | UpdateProtectedQueryCommandInput;
104
116
  /**
105
117
  * @public
106
118
  */
107
- export type ServiceOutputTypes = BatchGetCollaborationAnalysisTemplateCommandOutput | BatchGetSchemaAnalysisRuleCommandOutput | BatchGetSchemaCommandOutput | CreateAnalysisTemplateCommandOutput | CreateCollaborationChangeRequestCommandOutput | CreateCollaborationCommandOutput | CreateConfiguredAudienceModelAssociationCommandOutput | CreateConfiguredTableAnalysisRuleCommandOutput | CreateConfiguredTableAssociationAnalysisRuleCommandOutput | CreateConfiguredTableAssociationCommandOutput | CreateConfiguredTableCommandOutput | CreateIdMappingTableCommandOutput | CreateIdNamespaceAssociationCommandOutput | CreateMembershipCommandOutput | CreatePrivacyBudgetTemplateCommandOutput | DeleteAnalysisTemplateCommandOutput | DeleteCollaborationCommandOutput | DeleteConfiguredAudienceModelAssociationCommandOutput | DeleteConfiguredTableAnalysisRuleCommandOutput | DeleteConfiguredTableAssociationAnalysisRuleCommandOutput | DeleteConfiguredTableAssociationCommandOutput | DeleteConfiguredTableCommandOutput | DeleteIdMappingTableCommandOutput | DeleteIdNamespaceAssociationCommandOutput | DeleteMemberCommandOutput | DeleteMembershipCommandOutput | DeletePrivacyBudgetTemplateCommandOutput | GetAnalysisTemplateCommandOutput | GetCollaborationAnalysisTemplateCommandOutput | GetCollaborationChangeRequestCommandOutput | GetCollaborationCommandOutput | GetCollaborationConfiguredAudienceModelAssociationCommandOutput | GetCollaborationIdNamespaceAssociationCommandOutput | GetCollaborationPrivacyBudgetTemplateCommandOutput | GetConfiguredAudienceModelAssociationCommandOutput | GetConfiguredTableAnalysisRuleCommandOutput | GetConfiguredTableAssociationAnalysisRuleCommandOutput | GetConfiguredTableAssociationCommandOutput | GetConfiguredTableCommandOutput | GetIdMappingTableCommandOutput | GetIdNamespaceAssociationCommandOutput | GetMembershipCommandOutput | GetPrivacyBudgetTemplateCommandOutput | GetProtectedJobCommandOutput | GetProtectedQueryCommandOutput | GetSchemaAnalysisRuleCommandOutput | GetSchemaCommandOutput | ListAnalysisTemplatesCommandOutput | ListCollaborationAnalysisTemplatesCommandOutput | ListCollaborationChangeRequestsCommandOutput | ListCollaborationConfiguredAudienceModelAssociationsCommandOutput | ListCollaborationIdNamespaceAssociationsCommandOutput | ListCollaborationPrivacyBudgetTemplatesCommandOutput | ListCollaborationPrivacyBudgetsCommandOutput | ListCollaborationsCommandOutput | ListConfiguredAudienceModelAssociationsCommandOutput | ListConfiguredTableAssociationsCommandOutput | ListConfiguredTablesCommandOutput | ListIdMappingTablesCommandOutput | ListIdNamespaceAssociationsCommandOutput | ListMembersCommandOutput | ListMembershipsCommandOutput | ListPrivacyBudgetTemplatesCommandOutput | ListPrivacyBudgetsCommandOutput | ListProtectedJobsCommandOutput | ListProtectedQueriesCommandOutput | ListSchemasCommandOutput | ListTagsForResourceCommandOutput | PopulateIdMappingTableCommandOutput | PreviewPrivacyImpactCommandOutput | StartProtectedJobCommandOutput | StartProtectedQueryCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAnalysisTemplateCommandOutput | UpdateCollaborationChangeRequestCommandOutput | UpdateCollaborationCommandOutput | UpdateConfiguredAudienceModelAssociationCommandOutput | UpdateConfiguredTableAnalysisRuleCommandOutput | UpdateConfiguredTableAssociationAnalysisRuleCommandOutput | UpdateConfiguredTableAssociationCommandOutput | UpdateConfiguredTableCommandOutput | UpdateIdMappingTableCommandOutput | UpdateIdNamespaceAssociationCommandOutput | UpdateMembershipCommandOutput | UpdatePrivacyBudgetTemplateCommandOutput | UpdateProtectedJobCommandOutput | UpdateProtectedQueryCommandOutput;
119
+ export type ServiceOutputTypes = BatchGetCollaborationAnalysisTemplateCommandOutput | BatchGetSchemaAnalysisRuleCommandOutput | BatchGetSchemaCommandOutput | CreateAnalysisTemplateCommandOutput | CreateCollaborationChangeRequestCommandOutput | CreateCollaborationCommandOutput | CreateConfiguredAudienceModelAssociationCommandOutput | CreateConfiguredTableAnalysisRuleCommandOutput | CreateConfiguredTableAssociationAnalysisRuleCommandOutput | CreateConfiguredTableAssociationCommandOutput | CreateConfiguredTableCommandOutput | CreateIdMappingTableCommandOutput | CreateIdNamespaceAssociationCommandOutput | CreateIntermediateTableAnalysisRuleCommandOutput | CreateIntermediateTableCommandOutput | CreateMembershipCommandOutput | CreatePrivacyBudgetTemplateCommandOutput | DeleteAnalysisTemplateCommandOutput | DeleteCollaborationCommandOutput | DeleteConfiguredAudienceModelAssociationCommandOutput | DeleteConfiguredTableAnalysisRuleCommandOutput | DeleteConfiguredTableAssociationAnalysisRuleCommandOutput | DeleteConfiguredTableAssociationCommandOutput | DeleteConfiguredTableCommandOutput | DeleteIdMappingTableCommandOutput | DeleteIdNamespaceAssociationCommandOutput | DeleteIntermediateTableAnalysisRuleCommandOutput | DeleteIntermediateTableCommandOutput | DeleteMemberCommandOutput | DeleteMembershipCommandOutput | DeletePrivacyBudgetTemplateCommandOutput | DisallowIntermediateTableCommandOutput | GetAnalysisTemplateCommandOutput | GetCollaborationAnalysisTemplateCommandOutput | GetCollaborationChangeRequestCommandOutput | GetCollaborationCommandOutput | GetCollaborationConfiguredAudienceModelAssociationCommandOutput | GetCollaborationIdNamespaceAssociationCommandOutput | GetCollaborationPrivacyBudgetTemplateCommandOutput | GetConfiguredAudienceModelAssociationCommandOutput | GetConfiguredTableAnalysisRuleCommandOutput | GetConfiguredTableAssociationAnalysisRuleCommandOutput | GetConfiguredTableAssociationCommandOutput | GetConfiguredTableCommandOutput | GetIdMappingTableCommandOutput | GetIdNamespaceAssociationCommandOutput | GetIntermediateTableAnalysisRuleCommandOutput | GetIntermediateTableCommandOutput | GetMembershipCommandOutput | GetPrivacyBudgetTemplateCommandOutput | GetProtectedJobCommandOutput | GetProtectedQueryCommandOutput | GetSchemaAnalysisRuleCommandOutput | GetSchemaCommandOutput | ListAnalysisTemplatesCommandOutput | ListCollaborationAnalysisTemplatesCommandOutput | ListCollaborationChangeRequestsCommandOutput | ListCollaborationConfiguredAudienceModelAssociationsCommandOutput | ListCollaborationIdNamespaceAssociationsCommandOutput | ListCollaborationPrivacyBudgetTemplatesCommandOutput | ListCollaborationPrivacyBudgetsCommandOutput | ListCollaborationsCommandOutput | ListConfiguredAudienceModelAssociationsCommandOutput | ListConfiguredTableAssociationsCommandOutput | ListConfiguredTablesCommandOutput | ListIdMappingTablesCommandOutput | ListIdNamespaceAssociationsCommandOutput | ListIntermediateTableVersionsCommandOutput | ListIntermediateTablesCommandOutput | ListMembersCommandOutput | ListMembershipsCommandOutput | ListPrivacyBudgetTemplatesCommandOutput | ListPrivacyBudgetsCommandOutput | ListProtectedJobsCommandOutput | ListProtectedQueriesCommandOutput | ListSchemasCommandOutput | ListTagsForResourceCommandOutput | PopulateIdMappingTableCommandOutput | PopulateIntermediateTableCommandOutput | PreviewPrivacyImpactCommandOutput | StartProtectedJobCommandOutput | StartProtectedQueryCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAnalysisTemplateCommandOutput | UpdateCollaborationChangeRequestCommandOutput | UpdateCollaborationCommandOutput | UpdateConfiguredAudienceModelAssociationCommandOutput | UpdateConfiguredTableAnalysisRuleCommandOutput | UpdateConfiguredTableAssociationAnalysisRuleCommandOutput | UpdateConfiguredTableAssociationCommandOutput | UpdateConfiguredTableCommandOutput | UpdateIdMappingTableCommandOutput | UpdateIdNamespaceAssociationCommandOutput | UpdateIntermediateTableAnalysisRuleCommandOutput | UpdateIntermediateTableCommandOutput | UpdateMembershipCommandOutput | UpdatePrivacyBudgetTemplateCommandOutput | UpdateProtectedJobCommandOutput | UpdateProtectedQueryCommandOutput;
108
120
  /**
109
121
  * @public
110
122
  */
@@ -120,6 +120,12 @@ declare const BatchGetSchemaAnalysisRuleCommand_base: {
120
120
  * // },
121
121
  * // ],
122
122
  * // },
123
+ * // allowedResultReceivers: [ // AllowedResultReceivers
124
+ * // "STRING_VALUE",
125
+ * // ],
126
+ * // allowedAdditionalAnalyses: [ // AllowedAdditionalAnalyses
127
+ * // "STRING_VALUE",
128
+ * // ],
123
129
  * // },
124
130
  * // idMappingTable: { // AnalysisRuleIdMappingTable
125
131
  * // joinColumns: "<AnalysisRuleColumnList>", // required
@@ -137,10 +143,10 @@ declare const BatchGetSchemaAnalysisRuleCommand_base: {
137
143
  * // collaborationPolicy: { // ConfiguredTableAssociationAnalysisRulePolicy Union: only one key present
138
144
  * // v1: { // ConfiguredTableAssociationAnalysisRulePolicyV1 Union: only one key present
139
145
  * // list: { // ConfiguredTableAssociationAnalysisRuleList
140
- * // allowedResultReceivers: [ // AllowedResultReceivers
146
+ * // allowedResultReceivers: [
141
147
  * // "STRING_VALUE",
142
148
  * // ],
143
- * // allowedAdditionalAnalyses: [ // AllowedAdditionalAnalyses
149
+ * // allowedAdditionalAnalyses: [
144
150
  * // "STRING_VALUE",
145
151
  * // ],
146
152
  * // },
@@ -204,12 +210,8 @@ declare const BatchGetSchemaAnalysisRuleCommand_base: {
204
210
  * // },
205
211
  * // ],
206
212
  * // additionalAnalyses: "ALLOWED" || "REQUIRED" || "NOT_ALLOWED",
207
- * // allowedResultReceivers: [
208
- * // "STRING_VALUE",
209
- * // ],
210
- * // allowedAdditionalAnalyses: [
211
- * // "STRING_VALUE",
212
- * // ],
213
+ * // allowedResultReceivers: "<AllowedResultReceivers>",
214
+ * // allowedAdditionalAnalyses: "<AllowedAdditionalAnalyses>",
213
215
  * // },
214
216
  * // custom: { // ConsolidatedPolicyCustom
215
217
  * // allowedAnalyses: [ // required
@@ -75,13 +75,13 @@ declare const BatchGetSchemaCommand_base: {
75
75
  * // description: "STRING_VALUE", // required
76
76
  * // createTime: new Date("TIMESTAMP"), // required
77
77
  * // updateTime: new Date("TIMESTAMP"), // required
78
- * // type: "TABLE" || "ID_MAPPING_TABLE", // required
78
+ * // type: "TABLE" || "ID_MAPPING_TABLE" || "INTERMEDIATE_TABLE", // required
79
79
  * // schemaStatusDetails: [ // SchemaStatusDetailList // required
80
80
  * // { // SchemaStatusDetail
81
81
  * // status: "READY" || "NOT_READY", // required
82
82
  * // reasons: [ // SchemaStatusReasonList
83
83
  * // { // SchemaStatusReason
84
- * // code: "ANALYSIS_RULE_MISSING" || "ANALYSIS_TEMPLATES_NOT_CONFIGURED" || "ANALYSIS_PROVIDERS_NOT_CONFIGURED" || "DIFFERENTIAL_PRIVACY_POLICY_NOT_CONFIGURED" || "ID_MAPPING_TABLE_NOT_POPULATED" || "COLLABORATION_ANALYSIS_RULE_NOT_CONFIGURED" || "ADDITIONAL_ANALYSES_NOT_CONFIGURED" || "RESULT_RECEIVERS_NOT_CONFIGURED" || "ADDITIONAL_ANALYSES_NOT_ALLOWED" || "RESULT_RECEIVERS_NOT_ALLOWED" || "ANALYSIS_RULE_TYPES_NOT_COMPATIBLE", // required
84
+ * // code: "ANALYSIS_RULE_MISSING" || "ANALYSIS_TEMPLATES_NOT_CONFIGURED" || "ANALYSIS_PROVIDERS_NOT_CONFIGURED" || "DIFFERENTIAL_PRIVACY_POLICY_NOT_CONFIGURED" || "ID_MAPPING_TABLE_NOT_POPULATED" || "COLLABORATION_ANALYSIS_RULE_NOT_CONFIGURED" || "ADDITIONAL_ANALYSES_NOT_CONFIGURED" || "RESULT_RECEIVERS_NOT_CONFIGURED" || "ADDITIONAL_ANALYSES_NOT_ALLOWED" || "RESULT_RECEIVERS_NOT_ALLOWED" || "ANALYSIS_RULE_TYPES_NOT_COMPATIBLE" || "INTERMEDIATE_TABLE_NOT_POPULATED" || "INTERMEDIATE_TABLE_ANALYSIS_RULE_MISSING" || "INTERMEDIATE_TABLE_BASE_TABLE_REMOVED" || "INTERMEDIATE_TABLE_INHERITED_CONSTRAINTS_VIOLATED" || "INTERMEDIATE_TABLE_DISALLOWED_BY_DATA_PROVIDER" || "INTERMEDIATE_TABLE_RETENTION_PERIOD_EXPIRED", // required
85
85
  * // message: "STRING_VALUE", // required
86
86
  * // },
87
87
  * // ],
@@ -101,6 +101,13 @@ declare const BatchGetSchemaCommand_base: {
101
101
  * // type: "SOURCE" || "TARGET", // required
102
102
  * // },
103
103
  * // ],
104
+ * // idMappingTableId: "STRING_VALUE",
105
+ * // },
106
+ * // intermediateTable: { // IntermediateTableSchemaTypeProperties
107
+ * // intermediateTableId: "STRING_VALUE", // required
108
+ * // },
109
+ * // configuredTableAssociation: { // ConfiguredTableAssociationSchemaTypeProperties
110
+ * // configuredTableAssociationId: "STRING_VALUE", // required
104
111
  * // },
105
112
  * // },
106
113
  * // },
@@ -73,7 +73,7 @@ declare const CreateCollaborationCommand_base: {
73
73
  * },
74
74
  * ],
75
75
  * name: "STRING_VALUE", // required
76
- * description: "STRING_VALUE", // required
76
+ * description: "STRING_VALUE",
77
77
  * creatorMemberAbilities: [ // required
78
78
  * "CAN_QUERY" || "CAN_RECEIVE_RESULTS" || "CAN_RUN_JOB",
79
79
  * ],
@@ -104,6 +104,12 @@ declare const CreateConfiguredTableAnalysisRuleCommand_base: {
104
104
  * },
105
105
  * ],
106
106
  * },
107
+ * allowedResultReceivers: [ // AllowedResultReceivers
108
+ * "STRING_VALUE",
109
+ * ],
110
+ * allowedAdditionalAnalyses: [ // AllowedAdditionalAnalyses
111
+ * "STRING_VALUE",
112
+ * ],
107
113
  * },
108
114
  * },
109
115
  * },
@@ -177,6 +183,12 @@ declare const CreateConfiguredTableAnalysisRuleCommand_base: {
177
183
  * // },
178
184
  * // ],
179
185
  * // },
186
+ * // allowedResultReceivers: [ // AllowedResultReceivers
187
+ * // "STRING_VALUE",
188
+ * // ],
189
+ * // allowedAdditionalAnalyses: [ // AllowedAdditionalAnalyses
190
+ * // "STRING_VALUE",
191
+ * // ],
180
192
  * // },
181
193
  * // },
182
194
  * // },
@@ -66,6 +66,15 @@ declare const CreateConfiguredTableAssociationCommand_base: {
66
66
  * // ],
67
67
  * // createTime: new Date("TIMESTAMP"), // required
68
68
  * // updateTime: new Date("TIMESTAMP"), // required
69
+ * // childResources: [ // ChildResourceList
70
+ * // { // ChildResource
71
+ * // resourceId: "STRING_VALUE",
72
+ * // resourceType: "INTERMEDIATE_TABLE", // required
73
+ * // resourceName: "STRING_VALUE", // required
74
+ * // ownerAccountId: "STRING_VALUE", // required
75
+ * // resourceStatus: "CREATED" || "POPULATE_STARTED" || "POPULATE_SUCCESS" || "POPULATE_FAILED" || "DISALLOWED_BY_DATA_PROVIDER" || "BASE_TABLE_REMOVED" || "RETENTION_PERIOD_EXPIRED",
76
+ * // },
77
+ * // ],
69
78
  * // },
70
79
  * // };
71
80
  *
@@ -78,6 +78,15 @@ declare const CreateIdMappingTableCommand_base: {
78
78
  * // ],
79
79
  * // },
80
80
  * // kmsKeyArn: "STRING_VALUE",
81
+ * // childResources: [ // ChildResourceList
82
+ * // { // ChildResource
83
+ * // resourceId: "STRING_VALUE",
84
+ * // resourceType: "INTERMEDIATE_TABLE", // required
85
+ * // resourceName: "STRING_VALUE", // required
86
+ * // ownerAccountId: "STRING_VALUE", // required
87
+ * // resourceStatus: "CREATED" || "POPULATE_STARTED" || "POPULATE_SUCCESS" || "POPULATE_FAILED" || "DISALLOWED_BY_DATA_PROVIDER" || "BASE_TABLE_REMOVED" || "RETENTION_PERIOD_EXPIRED",
88
+ * // },
89
+ * // ],
81
90
  * // },
82
91
  * // };
83
92
  *
@@ -0,0 +1,163 @@
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient";
4
+ import type { CreateIntermediateTableAnalysisRuleInput, CreateIntermediateTableAnalysisRuleOutput } from "../models/models_0";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link CreateIntermediateTableAnalysisRuleCommand}.
14
+ */
15
+ export interface CreateIntermediateTableAnalysisRuleCommandInput extends CreateIntermediateTableAnalysisRuleInput {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link CreateIntermediateTableAnalysisRuleCommand}.
21
+ */
22
+ export interface CreateIntermediateTableAnalysisRuleCommandOutput extends CreateIntermediateTableAnalysisRuleOutput, __MetadataBearer {
23
+ }
24
+ declare const CreateIntermediateTableAnalysisRuleCommand_base: {
25
+ new (input: CreateIntermediateTableAnalysisRuleCommandInput): import("@smithy/core/client").CommandImpl<CreateIntermediateTableAnalysisRuleCommandInput, CreateIntermediateTableAnalysisRuleCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateIntermediateTableAnalysisRuleCommandInput): import("@smithy/core/client").CommandImpl<CreateIntermediateTableAnalysisRuleCommandInput, CreateIntermediateTableAnalysisRuleCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
30
+ };
31
+ /**
32
+ * <p>Creates an analysis rule for an intermediate table. Only the CUSTOM analysis rule type is supported. The service automatically determines whether the rule is first-party or multi-party restricted based on the intermediate table's inherited constraints. Only the intermediate table owner can call this operation.</p>
33
+ * @example
34
+ * Use a bare-bones client and the command you need to make an API call.
35
+ * ```javascript
36
+ * import { CleanRoomsClient, CreateIntermediateTableAnalysisRuleCommand } from "@aws-sdk/client-cleanrooms"; // ES Modules import
37
+ * // const { CleanRoomsClient, CreateIntermediateTableAnalysisRuleCommand } = require("@aws-sdk/client-cleanrooms"); // CommonJS import
38
+ * // import type { CleanRoomsClientConfig } from "@aws-sdk/client-cleanrooms";
39
+ * const config = {}; // type is CleanRoomsClientConfig
40
+ * const client = new CleanRoomsClient(config);
41
+ * const input = { // CreateIntermediateTableAnalysisRuleInput
42
+ * membershipIdentifier: "STRING_VALUE", // required
43
+ * intermediateTableIdentifier: "STRING_VALUE", // required
44
+ * analysisRuleType: "CUSTOM", // required
45
+ * analysisRulePolicy: { // IntermediateTableAnalysisRulePolicy Union: only one key present
46
+ * v1: { // IntermediateTableAnalysisRulePolicyV1 Union: only one key present
47
+ * custom: { // IntermediateTableAnalysisRuleCustom
48
+ * allowedAnalyses: [ // AllowedAnalysesList
49
+ * "STRING_VALUE",
50
+ * ],
51
+ * additionalAnalyses: "ALLOWED" || "REQUIRED" || "NOT_ALLOWED",
52
+ * allowedAdditionalAnalyses: [ // AllowedAdditionalAnalyses
53
+ * "STRING_VALUE",
54
+ * ],
55
+ * allowedAnalysisProviders: [ // AllowedAnalysisProviderList
56
+ * "STRING_VALUE",
57
+ * ],
58
+ * allowedResultReceivers: [ // AllowedResultReceivers
59
+ * "STRING_VALUE",
60
+ * ],
61
+ * differentialPrivacy: { // DifferentialPrivacyConfiguration
62
+ * columns: [ // DifferentialPrivacyColumnList // required
63
+ * { // DifferentialPrivacyColumn
64
+ * name: "STRING_VALUE", // required
65
+ * },
66
+ * ],
67
+ * },
68
+ * disallowedOutputColumns: [ // AnalysisRuleColumnList
69
+ * "STRING_VALUE",
70
+ * ],
71
+ * },
72
+ * },
73
+ * },
74
+ * };
75
+ * const command = new CreateIntermediateTableAnalysisRuleCommand(input);
76
+ * const response = await client.send(command);
77
+ * // { // CreateIntermediateTableAnalysisRuleOutput
78
+ * // analysisRule: { // IntermediateTableAnalysisRule
79
+ * // intermediateTableIdentifier: "STRING_VALUE", // required
80
+ * // intermediateTableArn: "STRING_VALUE", // required
81
+ * // analysisRulePolicy: { // IntermediateTableAnalysisRulePolicy Union: only one key present
82
+ * // v1: { // IntermediateTableAnalysisRulePolicyV1 Union: only one key present
83
+ * // custom: { // IntermediateTableAnalysisRuleCustom
84
+ * // allowedAnalyses: [ // AllowedAnalysesList
85
+ * // "STRING_VALUE",
86
+ * // ],
87
+ * // additionalAnalyses: "ALLOWED" || "REQUIRED" || "NOT_ALLOWED",
88
+ * // allowedAdditionalAnalyses: [ // AllowedAdditionalAnalyses
89
+ * // "STRING_VALUE",
90
+ * // ],
91
+ * // allowedAnalysisProviders: [ // AllowedAnalysisProviderList
92
+ * // "STRING_VALUE",
93
+ * // ],
94
+ * // allowedResultReceivers: [ // AllowedResultReceivers
95
+ * // "STRING_VALUE",
96
+ * // ],
97
+ * // differentialPrivacy: { // DifferentialPrivacyConfiguration
98
+ * // columns: [ // DifferentialPrivacyColumnList // required
99
+ * // { // DifferentialPrivacyColumn
100
+ * // name: "STRING_VALUE", // required
101
+ * // },
102
+ * // ],
103
+ * // },
104
+ * // disallowedOutputColumns: [ // AnalysisRuleColumnList
105
+ * // "STRING_VALUE",
106
+ * // ],
107
+ * // },
108
+ * // },
109
+ * // },
110
+ * // analysisRuleType: "CUSTOM", // required
111
+ * // createTime: new Date("TIMESTAMP"), // required
112
+ * // updateTime: new Date("TIMESTAMP"), // required
113
+ * // },
114
+ * // };
115
+ *
116
+ * ```
117
+ *
118
+ * @param CreateIntermediateTableAnalysisRuleCommandInput - {@link CreateIntermediateTableAnalysisRuleCommandInput}
119
+ * @returns {@link CreateIntermediateTableAnalysisRuleCommandOutput}
120
+ * @see {@link CreateIntermediateTableAnalysisRuleCommandInput} for command's `input` shape.
121
+ * @see {@link CreateIntermediateTableAnalysisRuleCommandOutput} for command's `response` shape.
122
+ * @see {@link CleanRoomsClientResolvedConfig | config} for CleanRoomsClient's `config` shape.
123
+ *
124
+ * @throws {@link AccessDeniedException} (client fault)
125
+ * <p>Caller does not have sufficient access to perform this action.</p>
126
+ *
127
+ * @throws {@link ConflictException} (client fault)
128
+ * <p>Updating or deleting a resource can cause an inconsistent state.</p>
129
+ *
130
+ * @throws {@link InternalServerException} (server fault)
131
+ * <p>Unexpected error during processing of request.</p>
132
+ *
133
+ * @throws {@link ResourceNotFoundException} (client fault)
134
+ * <p>Request references a resource which does not exist.</p>
135
+ *
136
+ * @throws {@link ServiceQuotaExceededException} (client fault)
137
+ * <p>Request denied because service quota has been exceeded.</p>
138
+ *
139
+ * @throws {@link ThrottlingException} (client fault)
140
+ * <p>Request was denied due to request throttling.</p>
141
+ *
142
+ * @throws {@link ValidationException} (client fault)
143
+ * <p>The input fails to satisfy the specified constraints.</p>
144
+ *
145
+ * @throws {@link CleanRoomsServiceException}
146
+ * <p>Base exception class for all service exceptions from CleanRooms service.</p>
147
+ *
148
+ *
149
+ * @public
150
+ */
151
+ export declare class CreateIntermediateTableAnalysisRuleCommand extends CreateIntermediateTableAnalysisRuleCommand_base {
152
+ /** @internal type navigation helper, not in runtime. */
153
+ protected static __types: {
154
+ api: {
155
+ input: CreateIntermediateTableAnalysisRuleInput;
156
+ output: CreateIntermediateTableAnalysisRuleOutput;
157
+ };
158
+ sdk: {
159
+ input: CreateIntermediateTableAnalysisRuleCommandInput;
160
+ output: CreateIntermediateTableAnalysisRuleCommandOutput;
161
+ };
162
+ };
163
+ }