@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
@@ -0,0 +1,7 @@
1
+ import type { Paginator } from "@smithy/types";
2
+ import { ListIntermediateTableVersionsCommandInput, ListIntermediateTableVersionsCommandOutput } from "../commands/ListIntermediateTableVersionsCommand";
3
+ import type { CleanRoomsPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
7
+ export declare const paginateListIntermediateTableVersions: (config: CleanRoomsPaginationConfiguration, input: ListIntermediateTableVersionsCommandInput, ...rest: any[]) => Paginator<ListIntermediateTableVersionsCommandOutput>;
@@ -0,0 +1,7 @@
1
+ import type { Paginator } from "@smithy/types";
2
+ import { ListIntermediateTablesCommandInput, ListIntermediateTablesCommandOutput } from "../commands/ListIntermediateTablesCommand";
3
+ import type { CleanRoomsPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
7
+ export declare const paginateListIntermediateTables: (config: CleanRoomsPaginationConfiguration, input: ListIntermediateTablesCommandInput, ...rest: any[]) => Paginator<ListIntermediateTablesCommandOutput>;
@@ -12,6 +12,8 @@ export * from "./ListConfiguredTableAssociationsPaginator";
12
12
  export * from "./ListConfiguredTablesPaginator";
13
13
  export * from "./ListIdMappingTablesPaginator";
14
14
  export * from "./ListIdNamespaceAssociationsPaginator";
15
+ export * from "./ListIntermediateTablesPaginator";
16
+ export * from "./ListIntermediateTableVersionsPaginator";
15
17
  export * from "./ListMembersPaginator";
16
18
  export * from "./ListMembershipsPaginator";
17
19
  export * from "./ListPrivacyBudgetsPaginator";
@@ -13,8 +13,7 @@ export declare const getRuntimeConfig: (config: CleanRoomsClientConfig) => {
13
13
  region: string | import("@smithy/types").Provider<any>;
14
14
  requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
15
15
  retryMode: string | import("@smithy/types").Provider<string>;
16
- sha256: import("@smithy/types").HashConstructor;
17
- streamCollector: import("@smithy/types").StreamCollector;
16
+ streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
18
17
  useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
19
18
  useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
20
19
  cacheMiddleware?: boolean | undefined;
@@ -24,6 +23,7 @@ export declare const getRuntimeConfig: (config: CleanRoomsClientConfig) => {
24
23
  [setting: string]: unknown;
25
24
  };
26
25
  apiVersion: string;
26
+ sha256: import("@smithy/types").HashConstructor;
27
27
  urlParser: import("@smithy/types").UrlParser;
28
28
  base64Decoder: import("@smithy/types").Decoder;
29
29
  base64Encoder: (_input: Uint8Array | string) => string;
@@ -14,8 +14,7 @@ export declare const getRuntimeConfig: (config: CleanRoomsClientConfig) => {
14
14
  region: string | import("@smithy/types").Provider<string>;
15
15
  requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
16
16
  retryMode: string | import("@smithy/types").Provider<string>;
17
- sha256: import("@smithy/types").HashConstructor;
18
- streamCollector: import("@smithy/types").StreamCollector;
17
+ streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
19
18
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
20
19
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
21
20
  userAgentAppId: string | import("@smithy/types").Provider<string | undefined>;
@@ -26,6 +25,7 @@ export declare const getRuntimeConfig: (config: CleanRoomsClientConfig) => {
26
25
  [setting: string]: unknown;
27
26
  };
28
27
  apiVersion: string;
28
+ sha256: import("@smithy/types").HashConstructor;
29
29
  urlParser: import("@smithy/types").UrlParser;
30
30
  base64Decoder: import("@smithy/types").Decoder;
31
31
  base64Encoder: (_input: Uint8Array | string) => string;
@@ -4,7 +4,6 @@ import type { CleanRoomsClientConfig } from "./CleanRoomsClient";
4
4
  */
5
5
  export declare const getRuntimeConfig: (config: CleanRoomsClientConfig) => {
6
6
  runtime: string;
7
- sha256: import("@smithy/types").HashConstructor;
8
7
  requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/core/protocols").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
9
8
  cacheMiddleware?: boolean;
10
9
  protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsRestJsonProtocol;
@@ -13,9 +12,10 @@ export declare const getRuntimeConfig: (config: CleanRoomsClientConfig) => {
13
12
  [setting: string]: unknown;
14
13
  };
15
14
  apiVersion: string;
15
+ sha256: import("@smithy/types").HashConstructor;
16
16
  urlParser: import("@smithy/types").UrlParser;
17
17
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
18
- streamCollector: import("@smithy/types").StreamCollector;
18
+ streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
19
19
  base64Decoder: import("@smithy/types").Decoder;
20
20
  base64Encoder: (_input: Uint8Array | string) => string;
21
21
  utf8Decoder: import("@smithy/types").Decoder;
@@ -21,6 +21,7 @@ export declare const getRuntimeConfig: (config: CleanRoomsClientConfig) => {
21
21
  defaultNamespace?: string;
22
22
  };
23
23
  serviceId: string;
24
+ sha256: import("@smithy/types").HashConstructor;
24
25
  urlParser: import("@smithy/types").UrlParser;
25
26
  utf8Decoder: import("@smithy/types").Decoder;
26
27
  utf8Encoder: (input: Uint8Array | string) => string;
@@ -51,6 +51,7 @@ export declare var BilledResourceUtilization$: StaticStructureSchema;
51
51
  export declare var BudgetParameter$: StaticStructureSchema;
52
52
  export declare var Change$: StaticStructureSchema;
53
53
  export declare var ChangeInput$: StaticStructureSchema;
54
+ export declare var ChildResource$: StaticStructureSchema;
54
55
  export declare var Collaboration$: StaticStructureSchema;
55
56
  export declare var CollaborationAnalysisTemplate$: StaticStructureSchema;
56
57
  export declare var CollaborationAnalysisTemplateSummary$: StaticStructureSchema;
@@ -67,6 +68,7 @@ export declare var CollaborationPrivacyBudgetTemplateSummary$: StaticStructureSc
67
68
  export declare var CollaborationSummary$: StaticStructureSchema;
68
69
  export declare var Column$: StaticStructureSchema;
69
70
  export declare var ColumnClassificationDetails$: StaticStructureSchema;
71
+ export declare var ColumnLineageEntry$: StaticStructureSchema;
70
72
  export declare var ConfiguredAudienceModelAssociation$: StaticStructureSchema;
71
73
  export declare var ConfiguredAudienceModelAssociationSummary$: StaticStructureSchema;
72
74
  export declare var ConfiguredTable$: StaticStructureSchema;
@@ -76,6 +78,7 @@ export declare var ConfiguredTableAssociationAnalysisRule$: StaticStructureSchem
76
78
  export declare var ConfiguredTableAssociationAnalysisRuleAggregation$: StaticStructureSchema;
77
79
  export declare var ConfiguredTableAssociationAnalysisRuleCustom$: StaticStructureSchema;
78
80
  export declare var ConfiguredTableAssociationAnalysisRuleList$: StaticStructureSchema;
81
+ export declare var ConfiguredTableAssociationSchemaTypeProperties$: StaticStructureSchema;
79
82
  export declare var ConfiguredTableAssociationSummary$: StaticStructureSchema;
80
83
  export declare var ConfiguredTableSummary$: StaticStructureSchema;
81
84
  export declare var ConsolidatedPolicyAggregation$: StaticStructureSchema;
@@ -101,6 +104,10 @@ export declare var CreateIdMappingTableInput$: StaticStructureSchema;
101
104
  export declare var CreateIdMappingTableOutput$: StaticStructureSchema;
102
105
  export declare var CreateIdNamespaceAssociationInput$: StaticStructureSchema;
103
106
  export declare var CreateIdNamespaceAssociationOutput$: StaticStructureSchema;
107
+ export declare var CreateIntermediateTableAnalysisRuleInput$: StaticStructureSchema;
108
+ export declare var CreateIntermediateTableAnalysisRuleOutput$: StaticStructureSchema;
109
+ export declare var CreateIntermediateTableInput$: StaticStructureSchema;
110
+ export declare var CreateIntermediateTableOutput$: StaticStructureSchema;
104
111
  export declare var CreateMembershipInput$: StaticStructureSchema;
105
112
  export declare var CreateMembershipOutput$: StaticStructureSchema;
106
113
  export declare var CreatePrivacyBudgetTemplateInput$: StaticStructureSchema;
@@ -124,6 +131,10 @@ export declare var DeleteIdMappingTableInput$: StaticStructureSchema;
124
131
  export declare var DeleteIdMappingTableOutput$: StaticStructureSchema;
125
132
  export declare var DeleteIdNamespaceAssociationInput$: StaticStructureSchema;
126
133
  export declare var DeleteIdNamespaceAssociationOutput$: StaticStructureSchema;
134
+ export declare var DeleteIntermediateTableAnalysisRuleInput$: StaticStructureSchema;
135
+ export declare var DeleteIntermediateTableAnalysisRuleOutput$: StaticStructureSchema;
136
+ export declare var DeleteIntermediateTableInput$: StaticStructureSchema;
137
+ export declare var DeleteIntermediateTableOutput$: StaticStructureSchema;
127
138
  export declare var DeleteMemberInput$: StaticStructureSchema;
128
139
  export declare var DeleteMemberOutput$: StaticStructureSchema;
129
140
  export declare var DeleteMembershipInput$: StaticStructureSchema;
@@ -143,6 +154,8 @@ export declare var DifferentialPrivacyTemplateParametersInput$: StaticStructureS
143
154
  export declare var DifferentialPrivacyTemplateParametersOutput$: StaticStructureSchema;
144
155
  export declare var DifferentialPrivacyTemplateUpdateParameters$: StaticStructureSchema;
145
156
  export declare var DirectAnalysisConfigurationDetails$: StaticStructureSchema;
157
+ export declare var DisallowIntermediateTableInput$: StaticStructureSchema;
158
+ export declare var DisallowIntermediateTableOutput$: StaticStructureSchema;
146
159
  export declare var ErrorMessageConfiguration$: StaticStructureSchema;
147
160
  export declare var GetAnalysisTemplateInput$: StaticStructureSchema;
148
161
  export declare var GetAnalysisTemplateOutput$: StaticStructureSchema;
@@ -172,6 +185,10 @@ export declare var GetIdMappingTableInput$: StaticStructureSchema;
172
185
  export declare var GetIdMappingTableOutput$: StaticStructureSchema;
173
186
  export declare var GetIdNamespaceAssociationInput$: StaticStructureSchema;
174
187
  export declare var GetIdNamespaceAssociationOutput$: StaticStructureSchema;
188
+ export declare var GetIntermediateTableAnalysisRuleInput$: StaticStructureSchema;
189
+ export declare var GetIntermediateTableAnalysisRuleOutput$: StaticStructureSchema;
190
+ export declare var GetIntermediateTableInput$: StaticStructureSchema;
191
+ export declare var GetIntermediateTableOutput$: StaticStructureSchema;
175
192
  export declare var GetMembershipInput$: StaticStructureSchema;
176
193
  export declare var GetMembershipOutput$: StaticStructureSchema;
177
194
  export declare var GetPrivacyBudgetTemplateInput$: StaticStructureSchema;
@@ -198,6 +215,25 @@ export declare var IdNamespaceAssociationInputReferenceConfig$: StaticStructureS
198
215
  export declare var IdNamespaceAssociationInputReferenceProperties$: StaticStructureSchema;
199
216
  export declare var IdNamespaceAssociationInputReferencePropertiesSummary$: StaticStructureSchema;
200
217
  export declare var IdNamespaceAssociationSummary$: StaticStructureSchema;
218
+ export declare var InheritedAdditionalAnalyses$: StaticStructureSchema;
219
+ export declare var InheritedAdditionalAnalysesSource$: StaticStructureSchema;
220
+ export declare var InheritedAllowedAdditionalAnalyses$: StaticStructureSchema;
221
+ export declare var InheritedAllowedAdditionalAnalysesSource$: StaticStructureSchema;
222
+ export declare var InheritedAllowedResultReceivers$: StaticStructureSchema;
223
+ export declare var InheritedAllowedResultReceiversSource$: StaticStructureSchema;
224
+ export declare var InheritedDisallowedOutputColumns$: StaticStructureSchema;
225
+ export declare var IntermediateTable$: StaticStructureSchema;
226
+ export declare var IntermediateTableActiveVersion$: StaticStructureSchema;
227
+ export declare var IntermediateTableAnalysisRule$: StaticStructureSchema;
228
+ export declare var IntermediateTableAnalysisRuleCustom$: StaticStructureSchema;
229
+ export declare var IntermediateTableColumn$: StaticStructureSchema;
230
+ export declare var IntermediateTableDependency$: StaticStructureSchema;
231
+ export declare var IntermediateTableInheritedConstraints$: StaticStructureSchema;
232
+ export declare var IntermediateTableOutputConfiguration$: StaticStructureSchema;
233
+ export declare var IntermediateTableSchema$: StaticStructureSchema;
234
+ export declare var IntermediateTableSchemaTypeProperties$: StaticStructureSchema;
235
+ export declare var IntermediateTableSummary$: StaticStructureSchema;
236
+ export declare var IntermediateTableVersionSummary$: StaticStructureSchema;
201
237
  export declare var JobComputePaymentConfig$: StaticStructureSchema;
202
238
  export declare var ListAnalysisTemplatesInput$: StaticStructureSchema;
203
239
  export declare var ListAnalysisTemplatesOutput$: StaticStructureSchema;
@@ -225,6 +261,10 @@ export declare var ListIdMappingTablesInput$: StaticStructureSchema;
225
261
  export declare var ListIdMappingTablesOutput$: StaticStructureSchema;
226
262
  export declare var ListIdNamespaceAssociationsInput$: StaticStructureSchema;
227
263
  export declare var ListIdNamespaceAssociationsOutput$: StaticStructureSchema;
264
+ export declare var ListIntermediateTablesInput$: StaticStructureSchema;
265
+ export declare var ListIntermediateTablesOutput$: StaticStructureSchema;
266
+ export declare var ListIntermediateTableVersionsInput$: StaticStructureSchema;
267
+ export declare var ListIntermediateTableVersionsOutput$: StaticStructureSchema;
228
268
  export declare var ListMembershipsInput$: StaticStructureSchema;
229
269
  export declare var ListMembershipsOutput$: StaticStructureSchema;
230
270
  export declare var ListMembersInput$: StaticStructureSchema;
@@ -263,6 +303,9 @@ export declare var ModelTrainingPaymentConfig$: StaticStructureSchema;
263
303
  export declare var PaymentConfiguration$: StaticStructureSchema;
264
304
  export declare var PopulateIdMappingTableInput$: StaticStructureSchema;
265
305
  export declare var PopulateIdMappingTableOutput$: StaticStructureSchema;
306
+ export declare var PopulateIntermediateTableInput$: StaticStructureSchema;
307
+ export declare var PopulateIntermediateTableOutput$: StaticStructureSchema;
308
+ export declare var PopulationAnalysisSqlParameters$: StaticStructureSchema;
266
309
  export declare var PreviewPrivacyImpactInput$: StaticStructureSchema;
267
310
  export declare var PreviewPrivacyImpactOutput$: StaticStructureSchema;
268
311
  export declare var PrivacyBudgetSummary$: StaticStructureSchema;
@@ -339,6 +382,10 @@ export declare var UpdateIdMappingTableInput$: StaticStructureSchema;
339
382
  export declare var UpdateIdMappingTableOutput$: StaticStructureSchema;
340
383
  export declare var UpdateIdNamespaceAssociationInput$: StaticStructureSchema;
341
384
  export declare var UpdateIdNamespaceAssociationOutput$: StaticStructureSchema;
385
+ export declare var UpdateIntermediateTableAnalysisRuleInput$: StaticStructureSchema;
386
+ export declare var UpdateIntermediateTableAnalysisRuleOutput$: StaticStructureSchema;
387
+ export declare var UpdateIntermediateTableInput$: StaticStructureSchema;
388
+ export declare var UpdateIntermediateTableOutput$: StaticStructureSchema;
342
389
  export declare var UpdateMembershipInput$: StaticStructureSchema;
343
390
  export declare var UpdateMembershipOutput$: StaticStructureSchema;
344
391
  export declare var UpdateMembershipPaymentConfiguration$: StaticStructureSchema;
@@ -363,8 +410,12 @@ export declare var ConfiguredTableAssociationAnalysisRulePolicy$: StaticUnionSch
363
410
  export declare var ConfiguredTableAssociationAnalysisRulePolicyV1$: StaticUnionSchema;
364
411
  export declare var ConsolidatedPolicy$: StaticUnionSchema;
365
412
  export declare var ConsolidatedPolicyV1$: StaticUnionSchema;
413
+ export declare var IntermediateTableAnalysisRulePolicy$: StaticUnionSchema;
414
+ export declare var IntermediateTableAnalysisRulePolicyV1$: StaticUnionSchema;
415
+ export declare var IntermediateTableComputeConfiguration$: StaticUnionSchema;
366
416
  export declare var MembershipProtectedJobOutputConfiguration$: StaticUnionSchema;
367
417
  export declare var MembershipProtectedQueryOutputConfiguration$: StaticUnionSchema;
418
+ export declare var PopulationAnalysisConfiguration$: StaticUnionSchema;
368
419
  export declare var PreviewPrivacyImpactParametersInput$: StaticUnionSchema;
369
420
  export declare var PrivacyBudget$: StaticUnionSchema;
370
421
  export declare var PrivacyBudgetTemplateParametersInput$: StaticUnionSchema;
@@ -398,6 +449,8 @@ export declare var CreateConfiguredTableAssociation$: StaticOperationSchema;
398
449
  export declare var CreateConfiguredTableAssociationAnalysisRule$: StaticOperationSchema;
399
450
  export declare var CreateIdMappingTable$: StaticOperationSchema;
400
451
  export declare var CreateIdNamespaceAssociation$: StaticOperationSchema;
452
+ export declare var CreateIntermediateTable$: StaticOperationSchema;
453
+ export declare var CreateIntermediateTableAnalysisRule$: StaticOperationSchema;
401
454
  export declare var CreateMembership$: StaticOperationSchema;
402
455
  export declare var CreatePrivacyBudgetTemplate$: StaticOperationSchema;
403
456
  export declare var DeleteAnalysisTemplate$: StaticOperationSchema;
@@ -409,9 +462,12 @@ export declare var DeleteConfiguredTableAssociation$: StaticOperationSchema;
409
462
  export declare var DeleteConfiguredTableAssociationAnalysisRule$: StaticOperationSchema;
410
463
  export declare var DeleteIdMappingTable$: StaticOperationSchema;
411
464
  export declare var DeleteIdNamespaceAssociation$: StaticOperationSchema;
465
+ export declare var DeleteIntermediateTable$: StaticOperationSchema;
466
+ export declare var DeleteIntermediateTableAnalysisRule$: StaticOperationSchema;
412
467
  export declare var DeleteMember$: StaticOperationSchema;
413
468
  export declare var DeleteMembership$: StaticOperationSchema;
414
469
  export declare var DeletePrivacyBudgetTemplate$: StaticOperationSchema;
470
+ export declare var DisallowIntermediateTable$: StaticOperationSchema;
415
471
  export declare var GetAnalysisTemplate$: StaticOperationSchema;
416
472
  export declare var GetCollaboration$: StaticOperationSchema;
417
473
  export declare var GetCollaborationAnalysisTemplate$: StaticOperationSchema;
@@ -426,6 +482,8 @@ export declare var GetConfiguredTableAssociation$: StaticOperationSchema;
426
482
  export declare var GetConfiguredTableAssociationAnalysisRule$: StaticOperationSchema;
427
483
  export declare var GetIdMappingTable$: StaticOperationSchema;
428
484
  export declare var GetIdNamespaceAssociation$: StaticOperationSchema;
485
+ export declare var GetIntermediateTable$: StaticOperationSchema;
486
+ export declare var GetIntermediateTableAnalysisRule$: StaticOperationSchema;
429
487
  export declare var GetMembership$: StaticOperationSchema;
430
488
  export declare var GetPrivacyBudgetTemplate$: StaticOperationSchema;
431
489
  export declare var GetProtectedJob$: StaticOperationSchema;
@@ -445,6 +503,8 @@ export declare var ListConfiguredTableAssociations$: StaticOperationSchema;
445
503
  export declare var ListConfiguredTables$: StaticOperationSchema;
446
504
  export declare var ListIdMappingTables$: StaticOperationSchema;
447
505
  export declare var ListIdNamespaceAssociations$: StaticOperationSchema;
506
+ export declare var ListIntermediateTables$: StaticOperationSchema;
507
+ export declare var ListIntermediateTableVersions$: StaticOperationSchema;
448
508
  export declare var ListMembers$: StaticOperationSchema;
449
509
  export declare var ListMemberships$: StaticOperationSchema;
450
510
  export declare var ListPrivacyBudgets$: StaticOperationSchema;
@@ -454,6 +514,7 @@ export declare var ListProtectedQueries$: StaticOperationSchema;
454
514
  export declare var ListSchemas$: StaticOperationSchema;
455
515
  export declare var ListTagsForResource$: StaticOperationSchema;
456
516
  export declare var PopulateIdMappingTable$: StaticOperationSchema;
517
+ export declare var PopulateIntermediateTable$: StaticOperationSchema;
457
518
  export declare var PreviewPrivacyImpact$: StaticOperationSchema;
458
519
  export declare var StartProtectedJob$: StaticOperationSchema;
459
520
  export declare var StartProtectedQuery$: StaticOperationSchema;
@@ -469,6 +530,8 @@ export declare var UpdateConfiguredTableAssociation$: StaticOperationSchema;
469
530
  export declare var UpdateConfiguredTableAssociationAnalysisRule$: StaticOperationSchema;
470
531
  export declare var UpdateIdMappingTable$: StaticOperationSchema;
471
532
  export declare var UpdateIdNamespaceAssociation$: StaticOperationSchema;
533
+ export declare var UpdateIntermediateTable$: StaticOperationSchema;
534
+ export declare var UpdateIntermediateTableAnalysisRule$: StaticOperationSchema;
472
535
  export declare var UpdateMembership$: StaticOperationSchema;
473
536
  export declare var UpdatePrivacyBudgetTemplate$: StaticOperationSchema;
474
537
  export declare var UpdateProtectedJob$: StaticOperationSchema;
@@ -56,6 +56,14 @@ import {
56
56
  CreateIdNamespaceAssociationCommandInput,
57
57
  CreateIdNamespaceAssociationCommandOutput,
58
58
  } from "./commands/CreateIdNamespaceAssociationCommand";
59
+ import {
60
+ CreateIntermediateTableAnalysisRuleCommandInput,
61
+ CreateIntermediateTableAnalysisRuleCommandOutput,
62
+ } from "./commands/CreateIntermediateTableAnalysisRuleCommand";
63
+ import {
64
+ CreateIntermediateTableCommandInput,
65
+ CreateIntermediateTableCommandOutput,
66
+ } from "./commands/CreateIntermediateTableCommand";
59
67
  import {
60
68
  CreateMembershipCommandInput,
61
69
  CreateMembershipCommandOutput,
@@ -100,6 +108,14 @@ import {
100
108
  DeleteIdNamespaceAssociationCommandInput,
101
109
  DeleteIdNamespaceAssociationCommandOutput,
102
110
  } from "./commands/DeleteIdNamespaceAssociationCommand";
111
+ import {
112
+ DeleteIntermediateTableAnalysisRuleCommandInput,
113
+ DeleteIntermediateTableAnalysisRuleCommandOutput,
114
+ } from "./commands/DeleteIntermediateTableAnalysisRuleCommand";
115
+ import {
116
+ DeleteIntermediateTableCommandInput,
117
+ DeleteIntermediateTableCommandOutput,
118
+ } from "./commands/DeleteIntermediateTableCommand";
103
119
  import {
104
120
  DeleteMemberCommandInput,
105
121
  DeleteMemberCommandOutput,
@@ -112,6 +128,10 @@ import {
112
128
  DeletePrivacyBudgetTemplateCommandInput,
113
129
  DeletePrivacyBudgetTemplateCommandOutput,
114
130
  } from "./commands/DeletePrivacyBudgetTemplateCommand";
131
+ import {
132
+ DisallowIntermediateTableCommandInput,
133
+ DisallowIntermediateTableCommandOutput,
134
+ } from "./commands/DisallowIntermediateTableCommand";
115
135
  import {
116
136
  GetAnalysisTemplateCommandInput,
117
137
  GetAnalysisTemplateCommandOutput,
@@ -168,6 +188,14 @@ import {
168
188
  GetIdNamespaceAssociationCommandInput,
169
189
  GetIdNamespaceAssociationCommandOutput,
170
190
  } from "./commands/GetIdNamespaceAssociationCommand";
191
+ import {
192
+ GetIntermediateTableAnalysisRuleCommandInput,
193
+ GetIntermediateTableAnalysisRuleCommandOutput,
194
+ } from "./commands/GetIntermediateTableAnalysisRuleCommand";
195
+ import {
196
+ GetIntermediateTableCommandInput,
197
+ GetIntermediateTableCommandOutput,
198
+ } from "./commands/GetIntermediateTableCommand";
171
199
  import {
172
200
  GetMembershipCommandInput,
173
201
  GetMembershipCommandOutput,
@@ -244,6 +272,14 @@ import {
244
272
  ListIdNamespaceAssociationsCommandInput,
245
273
  ListIdNamespaceAssociationsCommandOutput,
246
274
  } from "./commands/ListIdNamespaceAssociationsCommand";
275
+ import {
276
+ ListIntermediateTablesCommandInput,
277
+ ListIntermediateTablesCommandOutput,
278
+ } from "./commands/ListIntermediateTablesCommand";
279
+ import {
280
+ ListIntermediateTableVersionsCommandInput,
281
+ ListIntermediateTableVersionsCommandOutput,
282
+ } from "./commands/ListIntermediateTableVersionsCommand";
247
283
  import {
248
284
  ListMembersCommandInput,
249
285
  ListMembersCommandOutput,
@@ -280,6 +316,10 @@ import {
280
316
  PopulateIdMappingTableCommandInput,
281
317
  PopulateIdMappingTableCommandOutput,
282
318
  } from "./commands/PopulateIdMappingTableCommand";
319
+ import {
320
+ PopulateIntermediateTableCommandInput,
321
+ PopulateIntermediateTableCommandOutput,
322
+ } from "./commands/PopulateIntermediateTableCommand";
283
323
  import {
284
324
  PreviewPrivacyImpactCommandInput,
285
325
  PreviewPrivacyImpactCommandOutput,
@@ -340,6 +380,14 @@ import {
340
380
  UpdateIdNamespaceAssociationCommandInput,
341
381
  UpdateIdNamespaceAssociationCommandOutput,
342
382
  } from "./commands/UpdateIdNamespaceAssociationCommand";
383
+ import {
384
+ UpdateIntermediateTableAnalysisRuleCommandInput,
385
+ UpdateIntermediateTableAnalysisRuleCommandOutput,
386
+ } from "./commands/UpdateIntermediateTableAnalysisRuleCommand";
387
+ import {
388
+ UpdateIntermediateTableCommandInput,
389
+ UpdateIntermediateTableCommandOutput,
390
+ } from "./commands/UpdateIntermediateTableCommand";
343
391
  import {
344
392
  UpdateMembershipCommandInput,
345
393
  UpdateMembershipCommandOutput,
@@ -550,6 +598,38 @@ export interface CleanRooms {
550
598
  options: __HttpHandlerOptions,
551
599
  cb: (err: any, data?: CreateIdNamespaceAssociationCommandOutput) => void
552
600
  ): void;
601
+ createIntermediateTable(
602
+ args: CreateIntermediateTableCommandInput,
603
+ options?: __HttpHandlerOptions
604
+ ): Promise<CreateIntermediateTableCommandOutput>;
605
+ createIntermediateTable(
606
+ args: CreateIntermediateTableCommandInput,
607
+ cb: (err: any, data?: CreateIntermediateTableCommandOutput) => void
608
+ ): void;
609
+ createIntermediateTable(
610
+ args: CreateIntermediateTableCommandInput,
611
+ options: __HttpHandlerOptions,
612
+ cb: (err: any, data?: CreateIntermediateTableCommandOutput) => void
613
+ ): void;
614
+ createIntermediateTableAnalysisRule(
615
+ args: CreateIntermediateTableAnalysisRuleCommandInput,
616
+ options?: __HttpHandlerOptions
617
+ ): Promise<CreateIntermediateTableAnalysisRuleCommandOutput>;
618
+ createIntermediateTableAnalysisRule(
619
+ args: CreateIntermediateTableAnalysisRuleCommandInput,
620
+ cb: (
621
+ err: any,
622
+ data?: CreateIntermediateTableAnalysisRuleCommandOutput
623
+ ) => void
624
+ ): void;
625
+ createIntermediateTableAnalysisRule(
626
+ args: CreateIntermediateTableAnalysisRuleCommandInput,
627
+ options: __HttpHandlerOptions,
628
+ cb: (
629
+ err: any,
630
+ data?: CreateIntermediateTableAnalysisRuleCommandOutput
631
+ ) => void
632
+ ): void;
553
633
  createMembership(
554
634
  args: CreateMembershipCommandInput,
555
635
  options?: __HttpHandlerOptions
@@ -711,6 +791,38 @@ export interface CleanRooms {
711
791
  options: __HttpHandlerOptions,
712
792
  cb: (err: any, data?: DeleteIdNamespaceAssociationCommandOutput) => void
713
793
  ): void;
794
+ deleteIntermediateTable(
795
+ args: DeleteIntermediateTableCommandInput,
796
+ options?: __HttpHandlerOptions
797
+ ): Promise<DeleteIntermediateTableCommandOutput>;
798
+ deleteIntermediateTable(
799
+ args: DeleteIntermediateTableCommandInput,
800
+ cb: (err: any, data?: DeleteIntermediateTableCommandOutput) => void
801
+ ): void;
802
+ deleteIntermediateTable(
803
+ args: DeleteIntermediateTableCommandInput,
804
+ options: __HttpHandlerOptions,
805
+ cb: (err: any, data?: DeleteIntermediateTableCommandOutput) => void
806
+ ): void;
807
+ deleteIntermediateTableAnalysisRule(
808
+ args: DeleteIntermediateTableAnalysisRuleCommandInput,
809
+ options?: __HttpHandlerOptions
810
+ ): Promise<DeleteIntermediateTableAnalysisRuleCommandOutput>;
811
+ deleteIntermediateTableAnalysisRule(
812
+ args: DeleteIntermediateTableAnalysisRuleCommandInput,
813
+ cb: (
814
+ err: any,
815
+ data?: DeleteIntermediateTableAnalysisRuleCommandOutput
816
+ ) => void
817
+ ): void;
818
+ deleteIntermediateTableAnalysisRule(
819
+ args: DeleteIntermediateTableAnalysisRuleCommandInput,
820
+ options: __HttpHandlerOptions,
821
+ cb: (
822
+ err: any,
823
+ data?: DeleteIntermediateTableAnalysisRuleCommandOutput
824
+ ) => void
825
+ ): void;
714
826
  deleteMember(
715
827
  args: DeleteMemberCommandInput,
716
828
  options?: __HttpHandlerOptions
@@ -750,6 +862,19 @@ export interface CleanRooms {
750
862
  options: __HttpHandlerOptions,
751
863
  cb: (err: any, data?: DeletePrivacyBudgetTemplateCommandOutput) => void
752
864
  ): void;
865
+ disallowIntermediateTable(
866
+ args: DisallowIntermediateTableCommandInput,
867
+ options?: __HttpHandlerOptions
868
+ ): Promise<DisallowIntermediateTableCommandOutput>;
869
+ disallowIntermediateTable(
870
+ args: DisallowIntermediateTableCommandInput,
871
+ cb: (err: any, data?: DisallowIntermediateTableCommandOutput) => void
872
+ ): void;
873
+ disallowIntermediateTable(
874
+ args: DisallowIntermediateTableCommandInput,
875
+ options: __HttpHandlerOptions,
876
+ cb: (err: any, data?: DisallowIntermediateTableCommandOutput) => void
877
+ ): void;
753
878
  getAnalysisTemplate(
754
879
  args: GetAnalysisTemplateCommandInput,
755
880
  options?: __HttpHandlerOptions
@@ -962,6 +1087,32 @@ export interface CleanRooms {
962
1087
  options: __HttpHandlerOptions,
963
1088
  cb: (err: any, data?: GetIdNamespaceAssociationCommandOutput) => void
964
1089
  ): void;
1090
+ getIntermediateTable(
1091
+ args: GetIntermediateTableCommandInput,
1092
+ options?: __HttpHandlerOptions
1093
+ ): Promise<GetIntermediateTableCommandOutput>;
1094
+ getIntermediateTable(
1095
+ args: GetIntermediateTableCommandInput,
1096
+ cb: (err: any, data?: GetIntermediateTableCommandOutput) => void
1097
+ ): void;
1098
+ getIntermediateTable(
1099
+ args: GetIntermediateTableCommandInput,
1100
+ options: __HttpHandlerOptions,
1101
+ cb: (err: any, data?: GetIntermediateTableCommandOutput) => void
1102
+ ): void;
1103
+ getIntermediateTableAnalysisRule(
1104
+ args: GetIntermediateTableAnalysisRuleCommandInput,
1105
+ options?: __HttpHandlerOptions
1106
+ ): Promise<GetIntermediateTableAnalysisRuleCommandOutput>;
1107
+ getIntermediateTableAnalysisRule(
1108
+ args: GetIntermediateTableAnalysisRuleCommandInput,
1109
+ cb: (err: any, data?: GetIntermediateTableAnalysisRuleCommandOutput) => void
1110
+ ): void;
1111
+ getIntermediateTableAnalysisRule(
1112
+ args: GetIntermediateTableAnalysisRuleCommandInput,
1113
+ options: __HttpHandlerOptions,
1114
+ cb: (err: any, data?: GetIntermediateTableAnalysisRuleCommandOutput) => void
1115
+ ): void;
965
1116
  getMembership(
966
1117
  args: GetMembershipCommandInput,
967
1118
  options?: __HttpHandlerOptions
@@ -1241,6 +1392,32 @@ export interface CleanRooms {
1241
1392
  options: __HttpHandlerOptions,
1242
1393
  cb: (err: any, data?: ListIdNamespaceAssociationsCommandOutput) => void
1243
1394
  ): void;
1395
+ listIntermediateTables(
1396
+ args: ListIntermediateTablesCommandInput,
1397
+ options?: __HttpHandlerOptions
1398
+ ): Promise<ListIntermediateTablesCommandOutput>;
1399
+ listIntermediateTables(
1400
+ args: ListIntermediateTablesCommandInput,
1401
+ cb: (err: any, data?: ListIntermediateTablesCommandOutput) => void
1402
+ ): void;
1403
+ listIntermediateTables(
1404
+ args: ListIntermediateTablesCommandInput,
1405
+ options: __HttpHandlerOptions,
1406
+ cb: (err: any, data?: ListIntermediateTablesCommandOutput) => void
1407
+ ): void;
1408
+ listIntermediateTableVersions(
1409
+ args: ListIntermediateTableVersionsCommandInput,
1410
+ options?: __HttpHandlerOptions
1411
+ ): Promise<ListIntermediateTableVersionsCommandOutput>;
1412
+ listIntermediateTableVersions(
1413
+ args: ListIntermediateTableVersionsCommandInput,
1414
+ cb: (err: any, data?: ListIntermediateTableVersionsCommandOutput) => void
1415
+ ): void;
1416
+ listIntermediateTableVersions(
1417
+ args: ListIntermediateTableVersionsCommandInput,
1418
+ options: __HttpHandlerOptions,
1419
+ cb: (err: any, data?: ListIntermediateTableVersionsCommandOutput) => void
1420
+ ): void;
1244
1421
  listMembers(
1245
1422
  args: ListMembersCommandInput,
1246
1423
  options?: __HttpHandlerOptions
@@ -1359,6 +1536,19 @@ export interface CleanRooms {
1359
1536
  options: __HttpHandlerOptions,
1360
1537
  cb: (err: any, data?: PopulateIdMappingTableCommandOutput) => void
1361
1538
  ): void;
1539
+ populateIntermediateTable(
1540
+ args: PopulateIntermediateTableCommandInput,
1541
+ options?: __HttpHandlerOptions
1542
+ ): Promise<PopulateIntermediateTableCommandOutput>;
1543
+ populateIntermediateTable(
1544
+ args: PopulateIntermediateTableCommandInput,
1545
+ cb: (err: any, data?: PopulateIntermediateTableCommandOutput) => void
1546
+ ): void;
1547
+ populateIntermediateTable(
1548
+ args: PopulateIntermediateTableCommandInput,
1549
+ options: __HttpHandlerOptions,
1550
+ cb: (err: any, data?: PopulateIntermediateTableCommandOutput) => void
1551
+ ): void;
1362
1552
  previewPrivacyImpact(
1363
1553
  args: PreviewPrivacyImpactCommandInput,
1364
1554
  options?: __HttpHandlerOptions
@@ -1572,6 +1762,38 @@ export interface CleanRooms {
1572
1762
  options: __HttpHandlerOptions,
1573
1763
  cb: (err: any, data?: UpdateIdNamespaceAssociationCommandOutput) => void
1574
1764
  ): void;
1765
+ updateIntermediateTable(
1766
+ args: UpdateIntermediateTableCommandInput,
1767
+ options?: __HttpHandlerOptions
1768
+ ): Promise<UpdateIntermediateTableCommandOutput>;
1769
+ updateIntermediateTable(
1770
+ args: UpdateIntermediateTableCommandInput,
1771
+ cb: (err: any, data?: UpdateIntermediateTableCommandOutput) => void
1772
+ ): void;
1773
+ updateIntermediateTable(
1774
+ args: UpdateIntermediateTableCommandInput,
1775
+ options: __HttpHandlerOptions,
1776
+ cb: (err: any, data?: UpdateIntermediateTableCommandOutput) => void
1777
+ ): void;
1778
+ updateIntermediateTableAnalysisRule(
1779
+ args: UpdateIntermediateTableAnalysisRuleCommandInput,
1780
+ options?: __HttpHandlerOptions
1781
+ ): Promise<UpdateIntermediateTableAnalysisRuleCommandOutput>;
1782
+ updateIntermediateTableAnalysisRule(
1783
+ args: UpdateIntermediateTableAnalysisRuleCommandInput,
1784
+ cb: (
1785
+ err: any,
1786
+ data?: UpdateIntermediateTableAnalysisRuleCommandOutput
1787
+ ) => void
1788
+ ): void;
1789
+ updateIntermediateTableAnalysisRule(
1790
+ args: UpdateIntermediateTableAnalysisRuleCommandInput,
1791
+ options: __HttpHandlerOptions,
1792
+ cb: (
1793
+ err: any,
1794
+ data?: UpdateIntermediateTableAnalysisRuleCommandOutput
1795
+ ) => void
1796
+ ): void;
1575
1797
  updateMembership(
1576
1798
  args: UpdateMembershipCommandInput,
1577
1799
  options?: __HttpHandlerOptions
@@ -1715,6 +1937,20 @@ export interface CleanRooms {
1715
1937
  Exclude<keyof PaginationConfiguration, "client">
1716
1938
  >
1717
1939
  ): Paginator<ListIdNamespaceAssociationsCommandOutput>;
1940
+ paginateListIntermediateTables(
1941
+ args: ListIntermediateTablesCommandInput,
1942
+ paginationConfig?: Pick<
1943
+ PaginationConfiguration,
1944
+ Exclude<keyof PaginationConfiguration, "client">
1945
+ >
1946
+ ): Paginator<ListIntermediateTablesCommandOutput>;
1947
+ paginateListIntermediateTableVersions(
1948
+ args: ListIntermediateTableVersionsCommandInput,
1949
+ paginationConfig?: Pick<
1950
+ PaginationConfiguration,
1951
+ Exclude<keyof PaginationConfiguration, "client">
1952
+ >
1953
+ ): Paginator<ListIntermediateTableVersionsCommandOutput>;
1718
1954
  paginateListMembers(
1719
1955
  args: ListMembersCommandInput,
1720
1956
  paginationConfig?: Pick<