@aws-sdk/client-cleanrooms 3.1076.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 (108) hide show
  1. package/README.md +84 -0
  2. package/dist-cjs/index.js +769 -42
  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 +1 -1
  72. package/dist-types/runtimeConfig.d.ts +1 -1
  73. package/dist-types/runtimeConfig.native.d.ts +1 -1
  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 +1 -1
  104. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  105. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  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 +6 -8
@@ -0,0 +1,221 @@
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 { UpdateIntermediateTableInput, UpdateIntermediateTableOutput } from "../models/models_0";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link UpdateIntermediateTableCommand}.
14
+ */
15
+ export interface UpdateIntermediateTableCommandInput extends UpdateIntermediateTableInput {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link UpdateIntermediateTableCommand}.
21
+ */
22
+ export interface UpdateIntermediateTableCommandOutput extends UpdateIntermediateTableOutput, __MetadataBearer {
23
+ }
24
+ declare const UpdateIntermediateTableCommand_base: {
25
+ new (input: UpdateIntermediateTableCommandInput): import("@smithy/core/client").CommandImpl<UpdateIntermediateTableCommandInput, UpdateIntermediateTableCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: UpdateIntermediateTableCommandInput): import("@smithy/core/client").CommandImpl<UpdateIntermediateTableCommandInput, UpdateIntermediateTableCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
30
+ };
31
+ /**
32
+ * <p>Updates an intermediate table. You can update the description, KMS key ARN, and column types of existing columns. 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, UpdateIntermediateTableCommand } from "@aws-sdk/client-cleanrooms"; // ES Modules import
37
+ * // const { CleanRoomsClient, UpdateIntermediateTableCommand } = 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 = { // UpdateIntermediateTableInput
42
+ * intermediateTableIdentifier: "STRING_VALUE", // required
43
+ * membershipIdentifier: "STRING_VALUE", // required
44
+ * description: "STRING_VALUE",
45
+ * kmsKeyArn: "STRING_VALUE",
46
+ * columns: [ // IntermediateTableColumnList
47
+ * { // IntermediateTableColumn
48
+ * name: "STRING_VALUE", // required
49
+ * type: "STRING_VALUE", // required
50
+ * },
51
+ * ],
52
+ * };
53
+ * const command = new UpdateIntermediateTableCommand(input);
54
+ * const response = await client.send(command);
55
+ * // { // UpdateIntermediateTableOutput
56
+ * // intermediateTable: { // IntermediateTable
57
+ * // id: "STRING_VALUE", // required
58
+ * // arn: "STRING_VALUE", // required
59
+ * // name: "STRING_VALUE", // required
60
+ * // description: "STRING_VALUE",
61
+ * // membershipArn: "STRING_VALUE", // required
62
+ * // membershipId: "STRING_VALUE", // required
63
+ * // collaborationArn: "STRING_VALUE", // required
64
+ * // collaborationId: "STRING_VALUE", // required
65
+ * // childResources: [ // ChildResourceList
66
+ * // { // ChildResource
67
+ * // resourceId: "STRING_VALUE",
68
+ * // resourceType: "INTERMEDIATE_TABLE", // required
69
+ * // resourceName: "STRING_VALUE", // required
70
+ * // ownerAccountId: "STRING_VALUE", // required
71
+ * // resourceStatus: "CREATED" || "POPULATE_STARTED" || "POPULATE_SUCCESS" || "POPULATE_FAILED" || "DISALLOWED_BY_DATA_PROVIDER" || "BASE_TABLE_REMOVED" || "RETENTION_PERIOD_EXPIRED",
72
+ * // },
73
+ * // ],
74
+ * // createTime: new Date("TIMESTAMP"), // required
75
+ * // updateTime: new Date("TIMESTAMP"), // required
76
+ * // status: "CREATED" || "POPULATE_STARTED" || "POPULATE_SUCCESS" || "POPULATE_FAILED" || "DISALLOWED_BY_DATA_PROVIDER" || "BASE_TABLE_REMOVED" || "RETENTION_PERIOD_EXPIRED", // required
77
+ * // statusReason: "STRING_VALUE",
78
+ * // kmsKeyArn: "STRING_VALUE",
79
+ * // populationAnalysisConfiguration: { // PopulationAnalysisConfiguration Union: only one key present
80
+ * // sqlParameters: { // PopulationAnalysisSqlParameters
81
+ * // queryString: "STRING_VALUE",
82
+ * // analysisTemplateArn: "STRING_VALUE",
83
+ * // },
84
+ * // },
85
+ * // retentionInDays: Number("int"),
86
+ * // tableDependencies: [ // DependencyList
87
+ * // { // IntermediateTableDependency
88
+ * // id: "STRING_VALUE", // required
89
+ * // name: "STRING_VALUE", // required
90
+ * // type: "TABLE" || "INTERMEDIATE_TABLE" || "ID_MAPPING_TABLE", // required
91
+ * // parentType: "DIRECT" || "INDIRECT", // required
92
+ * // creatorAccountId: "STRING_VALUE", // required
93
+ * // },
94
+ * // ],
95
+ * // intermediateTableVersion: { // IntermediateTableActiveVersion
96
+ * // versionId: "STRING_VALUE", // required
97
+ * // analysisId: "STRING_VALUE", // required
98
+ * // analysisType: "QUERY", // required
99
+ * // kmsKeyArn: "STRING_VALUE",
100
+ * // parameters: { // ParameterMap
101
+ * // "<keys>": "STRING_VALUE",
102
+ * // },
103
+ * // inheritedConstraints: { // IntermediateTableInheritedConstraints
104
+ * // additionalAnalyses: { // InheritedAdditionalAnalyses
105
+ * // value: "ALLOWED" || "REQUIRED" || "NOT_ALLOWED", // required
106
+ * // sources: [ // InheritedAdditionalAnalysesSourceList // required
107
+ * // { // InheritedAdditionalAnalysesSource
108
+ * // name: "STRING_VALUE", // required
109
+ * // id: "STRING_VALUE", // required
110
+ * // type: "TABLE" || "INTERMEDIATE_TABLE" || "ID_MAPPING_TABLE", // required
111
+ * // value: "ALLOWED" || "REQUIRED" || "NOT_ALLOWED", // required
112
+ * // sourceAccountId: "STRING_VALUE", // required
113
+ * // },
114
+ * // ],
115
+ * // },
116
+ * // allowedAdditionalAnalyses: { // InheritedAllowedAdditionalAnalyses
117
+ * // value: [ // AllowedAdditionalAnalyses // required
118
+ * // "STRING_VALUE",
119
+ * // ],
120
+ * // sources: [ // InheritedAllowedAdditionalAnalysesSourceList // required
121
+ * // { // InheritedAllowedAdditionalAnalysesSource
122
+ * // name: "STRING_VALUE", // required
123
+ * // id: "STRING_VALUE", // required
124
+ * // type: "TABLE" || "INTERMEDIATE_TABLE" || "ID_MAPPING_TABLE", // required
125
+ * // value: [ // required
126
+ * // "STRING_VALUE",
127
+ * // ],
128
+ * // sourceAccountId: "STRING_VALUE", // required
129
+ * // },
130
+ * // ],
131
+ * // },
132
+ * // allowedResultReceivers: { // InheritedAllowedResultReceivers
133
+ * // value: [ // AccountIdList // required
134
+ * // "STRING_VALUE",
135
+ * // ],
136
+ * // sources: [ // InheritedAllowedResultReceiversSourceList // required
137
+ * // { // InheritedAllowedResultReceiversSource
138
+ * // name: "STRING_VALUE", // required
139
+ * // id: "STRING_VALUE", // required
140
+ * // type: "TABLE" || "INTERMEDIATE_TABLE" || "ID_MAPPING_TABLE", // required
141
+ * // value: [ // required
142
+ * // "STRING_VALUE",
143
+ * // ],
144
+ * // sourceAccountId: "STRING_VALUE", // required
145
+ * // },
146
+ * // ],
147
+ * // },
148
+ * // disallowedOutputColumns: { // InheritedDisallowedOutputColumns
149
+ * // value: [ // AnalysisRuleColumnNameList // required
150
+ * // "STRING_VALUE",
151
+ * // ],
152
+ * // columnLineage: [ // ColumnLineageList // required
153
+ * // { // ColumnLineageEntry
154
+ * // column: "STRING_VALUE", // required
155
+ * // sourceColumn: "STRING_VALUE", // required
156
+ * // sourceName: "STRING_VALUE", // required
157
+ * // sourceId: "STRING_VALUE", // required
158
+ * // sourceType: "TABLE" || "INTERMEDIATE_TABLE" || "ID_MAPPING_TABLE", // required
159
+ * // sourceAccountId: "STRING_VALUE", // required
160
+ * // },
161
+ * // ],
162
+ * // },
163
+ * // },
164
+ * // expirationTime: new Date("TIMESTAMP"),
165
+ * // },
166
+ * // analysisRuleTypes: [ // IntermediateTableAnalysisRuleTypeList
167
+ * // "CUSTOM",
168
+ * // ],
169
+ * // schema: { // IntermediateTableSchema
170
+ * // columns: [ // ColumnList // required
171
+ * // { // Column
172
+ * // name: "STRING_VALUE", // required
173
+ * // type: "STRING_VALUE", // required
174
+ * // },
175
+ * // ],
176
+ * // },
177
+ * // },
178
+ * // };
179
+ *
180
+ * ```
181
+ *
182
+ * @param UpdateIntermediateTableCommandInput - {@link UpdateIntermediateTableCommandInput}
183
+ * @returns {@link UpdateIntermediateTableCommandOutput}
184
+ * @see {@link UpdateIntermediateTableCommandInput} for command's `input` shape.
185
+ * @see {@link UpdateIntermediateTableCommandOutput} for command's `response` shape.
186
+ * @see {@link CleanRoomsClientResolvedConfig | config} for CleanRoomsClient's `config` shape.
187
+ *
188
+ * @throws {@link AccessDeniedException} (client fault)
189
+ * <p>Caller does not have sufficient access to perform this action.</p>
190
+ *
191
+ * @throws {@link InternalServerException} (server fault)
192
+ * <p>Unexpected error during processing of request.</p>
193
+ *
194
+ * @throws {@link ResourceNotFoundException} (client fault)
195
+ * <p>Request references a resource which does not exist.</p>
196
+ *
197
+ * @throws {@link ThrottlingException} (client fault)
198
+ * <p>Request was denied due to request throttling.</p>
199
+ *
200
+ * @throws {@link ValidationException} (client fault)
201
+ * <p>The input fails to satisfy the specified constraints.</p>
202
+ *
203
+ * @throws {@link CleanRoomsServiceException}
204
+ * <p>Base exception class for all service exceptions from CleanRooms service.</p>
205
+ *
206
+ *
207
+ * @public
208
+ */
209
+ export declare class UpdateIntermediateTableCommand extends UpdateIntermediateTableCommand_base {
210
+ /** @internal type navigation helper, not in runtime. */
211
+ protected static __types: {
212
+ api: {
213
+ input: UpdateIntermediateTableInput;
214
+ output: UpdateIntermediateTableOutput;
215
+ };
216
+ sdk: {
217
+ input: UpdateIntermediateTableCommandInput;
218
+ output: UpdateIntermediateTableCommandOutput;
219
+ };
220
+ };
221
+ }
@@ -85,6 +85,11 @@ declare const UpdateProtectedQueryCommand_base: {
85
85
  * // },
86
86
  * // ],
87
87
  * // },
88
+ * // intermediateTable: { // IntermediateTableOutputConfiguration
89
+ * // id: "STRING_VALUE", // required
90
+ * // arn: "STRING_VALUE", // required
91
+ * // name: "STRING_VALUE", // required
92
+ * // },
88
93
  * // },
89
94
  * // },
90
95
  * // statistics: { // ProtectedQueryStatistics
@@ -11,6 +11,8 @@ export * from "./CreateConfiguredTableAssociationCommand";
11
11
  export * from "./CreateConfiguredTableCommand";
12
12
  export * from "./CreateIdMappingTableCommand";
13
13
  export * from "./CreateIdNamespaceAssociationCommand";
14
+ export * from "./CreateIntermediateTableAnalysisRuleCommand";
15
+ export * from "./CreateIntermediateTableCommand";
14
16
  export * from "./CreateMembershipCommand";
15
17
  export * from "./CreatePrivacyBudgetTemplateCommand";
16
18
  export * from "./DeleteAnalysisTemplateCommand";
@@ -22,9 +24,12 @@ export * from "./DeleteConfiguredTableAssociationCommand";
22
24
  export * from "./DeleteConfiguredTableCommand";
23
25
  export * from "./DeleteIdMappingTableCommand";
24
26
  export * from "./DeleteIdNamespaceAssociationCommand";
27
+ export * from "./DeleteIntermediateTableAnalysisRuleCommand";
28
+ export * from "./DeleteIntermediateTableCommand";
25
29
  export * from "./DeleteMemberCommand";
26
30
  export * from "./DeleteMembershipCommand";
27
31
  export * from "./DeletePrivacyBudgetTemplateCommand";
32
+ export * from "./DisallowIntermediateTableCommand";
28
33
  export * from "./GetAnalysisTemplateCommand";
29
34
  export * from "./GetCollaborationAnalysisTemplateCommand";
30
35
  export * from "./GetCollaborationChangeRequestCommand";
@@ -39,6 +44,8 @@ export * from "./GetConfiguredTableAssociationCommand";
39
44
  export * from "./GetConfiguredTableCommand";
40
45
  export * from "./GetIdMappingTableCommand";
41
46
  export * from "./GetIdNamespaceAssociationCommand";
47
+ export * from "./GetIntermediateTableAnalysisRuleCommand";
48
+ export * from "./GetIntermediateTableCommand";
42
49
  export * from "./GetMembershipCommand";
43
50
  export * from "./GetPrivacyBudgetTemplateCommand";
44
51
  export * from "./GetProtectedJobCommand";
@@ -58,6 +65,8 @@ export * from "./ListConfiguredTableAssociationsCommand";
58
65
  export * from "./ListConfiguredTablesCommand";
59
66
  export * from "./ListIdMappingTablesCommand";
60
67
  export * from "./ListIdNamespaceAssociationsCommand";
68
+ export * from "./ListIntermediateTableVersionsCommand";
69
+ export * from "./ListIntermediateTablesCommand";
61
70
  export * from "./ListMembersCommand";
62
71
  export * from "./ListMembershipsCommand";
63
72
  export * from "./ListPrivacyBudgetTemplatesCommand";
@@ -67,6 +76,7 @@ export * from "./ListProtectedQueriesCommand";
67
76
  export * from "./ListSchemasCommand";
68
77
  export * from "./ListTagsForResourceCommand";
69
78
  export * from "./PopulateIdMappingTableCommand";
79
+ export * from "./PopulateIntermediateTableCommand";
70
80
  export * from "./PreviewPrivacyImpactCommand";
71
81
  export * from "./StartProtectedJobCommand";
72
82
  export * from "./StartProtectedQueryCommand";
@@ -82,6 +92,8 @@ export * from "./UpdateConfiguredTableAssociationCommand";
82
92
  export * from "./UpdateConfiguredTableCommand";
83
93
  export * from "./UpdateIdMappingTableCommand";
84
94
  export * from "./UpdateIdNamespaceAssociationCommand";
95
+ export * from "./UpdateIntermediateTableAnalysisRuleCommand";
96
+ export * from "./UpdateIntermediateTableCommand";
85
97
  export * from "./UpdateMembershipCommand";
86
98
  export * from "./UpdatePrivacyBudgetTemplateCommand";
87
99
  export * from "./UpdateProtectedJobCommand";
@@ -457,6 +457,12 @@ export declare const SchemaStatusReasonCode: {
457
457
  readonly COLLABORATION_ANALYSIS_RULE_NOT_CONFIGURED: "COLLABORATION_ANALYSIS_RULE_NOT_CONFIGURED";
458
458
  readonly DIFFERENTIAL_PRIVACY_POLICY_NOT_CONFIGURED: "DIFFERENTIAL_PRIVACY_POLICY_NOT_CONFIGURED";
459
459
  readonly ID_MAPPING_TABLE_NOT_POPULATED: "ID_MAPPING_TABLE_NOT_POPULATED";
460
+ readonly INTERMEDIATE_TABLE_ANALYSIS_RULE_MISSING: "INTERMEDIATE_TABLE_ANALYSIS_RULE_MISSING";
461
+ readonly INTERMEDIATE_TABLE_BASE_TABLE_REMOVED: "INTERMEDIATE_TABLE_BASE_TABLE_REMOVED";
462
+ readonly INTERMEDIATE_TABLE_DISALLOWED_BY_DATA_PROVIDER: "INTERMEDIATE_TABLE_DISALLOWED_BY_DATA_PROVIDER";
463
+ readonly INTERMEDIATE_TABLE_INHERITED_CONSTRAINTS_VIOLATED: "INTERMEDIATE_TABLE_INHERITED_CONSTRAINTS_VIOLATED";
464
+ readonly INTERMEDIATE_TABLE_NOT_POPULATED: "INTERMEDIATE_TABLE_NOT_POPULATED";
465
+ readonly INTERMEDIATE_TABLE_RETENTION_PERIOD_EXPIRED: "INTERMEDIATE_TABLE_RETENTION_PERIOD_EXPIRED";
460
466
  readonly RESULT_RECEIVERS_NOT_ALLOWED: "RESULT_RECEIVERS_NOT_ALLOWED";
461
467
  readonly RESULT_RECEIVERS_NOT_CONFIGURED: "RESULT_RECEIVERS_NOT_CONFIGURED";
462
468
  };
@@ -506,6 +512,7 @@ export type SelectedAnalysisMethod = (typeof SelectedAnalysisMethod)[keyof typeo
506
512
  */
507
513
  export declare const SchemaType: {
508
514
  readonly ID_MAPPING_TABLE: "ID_MAPPING_TABLE";
515
+ readonly INTERMEDIATE_TABLE: "INTERMEDIATE_TABLE";
509
516
  readonly TABLE: "TABLE";
510
517
  };
511
518
  /**
@@ -700,6 +707,34 @@ export declare const ConfiguredTableAssociationAnalysisRuleType: {
700
707
  * @public
701
708
  */
702
709
  export type ConfiguredTableAssociationAnalysisRuleType = (typeof ConfiguredTableAssociationAnalysisRuleType)[keyof typeof ConfiguredTableAssociationAnalysisRuleType];
710
+ /**
711
+ * @public
712
+ * @enum
713
+ */
714
+ export declare const ResourceStatus: {
715
+ readonly BASE_TABLE_REMOVED: "BASE_TABLE_REMOVED";
716
+ readonly CREATED: "CREATED";
717
+ readonly DISALLOWED_BY_DATA_PROVIDER: "DISALLOWED_BY_DATA_PROVIDER";
718
+ readonly POPULATE_FAILED: "POPULATE_FAILED";
719
+ readonly POPULATE_STARTED: "POPULATE_STARTED";
720
+ readonly POPULATE_SUCCESS: "POPULATE_SUCCESS";
721
+ readonly RETENTION_PERIOD_EXPIRED: "RETENTION_PERIOD_EXPIRED";
722
+ };
723
+ /**
724
+ * @public
725
+ */
726
+ export type ResourceStatus = (typeof ResourceStatus)[keyof typeof ResourceStatus];
727
+ /**
728
+ * @public
729
+ * @enum
730
+ */
731
+ export declare const ChildResourceType: {
732
+ readonly INTERMEDIATE_TABLE: "INTERMEDIATE_TABLE";
733
+ };
734
+ /**
735
+ * @public
736
+ */
737
+ export type ChildResourceType = (typeof ChildResourceType)[keyof typeof ChildResourceType];
703
738
  /**
704
739
  * @public
705
740
  * @enum
@@ -726,6 +761,96 @@ export declare const JobType: {
726
761
  * @public
727
762
  */
728
763
  export type JobType = (typeof JobType)[keyof typeof JobType];
764
+ /**
765
+ * @public
766
+ * @enum
767
+ */
768
+ export declare const IntermediateTableAnalysisRuleType: {
769
+ readonly CUSTOM: "CUSTOM";
770
+ };
771
+ /**
772
+ * @public
773
+ */
774
+ export type IntermediateTableAnalysisRuleType = (typeof IntermediateTableAnalysisRuleType)[keyof typeof IntermediateTableAnalysisRuleType];
775
+ /**
776
+ * @public
777
+ * @enum
778
+ */
779
+ export declare const PopulateIntermediateTableAnalysisType: {
780
+ readonly QUERY: "QUERY";
781
+ };
782
+ /**
783
+ * @public
784
+ */
785
+ export type PopulateIntermediateTableAnalysisType = (typeof PopulateIntermediateTableAnalysisType)[keyof typeof PopulateIntermediateTableAnalysisType];
786
+ /**
787
+ * @public
788
+ * @enum
789
+ */
790
+ export declare const BaseTableDependencyType: {
791
+ readonly ID_MAPPING_TABLE: "ID_MAPPING_TABLE";
792
+ readonly INTERMEDIATE_TABLE: "INTERMEDIATE_TABLE";
793
+ readonly TABLE: "TABLE";
794
+ };
795
+ /**
796
+ * @public
797
+ */
798
+ export type BaseTableDependencyType = (typeof BaseTableDependencyType)[keyof typeof BaseTableDependencyType];
799
+ /**
800
+ * @public
801
+ * @enum
802
+ */
803
+ export declare const IntermediateTableStatus: {
804
+ readonly BASE_TABLE_REMOVED: "BASE_TABLE_REMOVED";
805
+ readonly CREATED: "CREATED";
806
+ readonly DISALLOWED_BY_DATA_PROVIDER: "DISALLOWED_BY_DATA_PROVIDER";
807
+ readonly POPULATE_FAILED: "POPULATE_FAILED";
808
+ readonly POPULATE_STARTED: "POPULATE_STARTED";
809
+ readonly POPULATE_SUCCESS: "POPULATE_SUCCESS";
810
+ readonly RETENTION_PERIOD_EXPIRED: "RETENTION_PERIOD_EXPIRED";
811
+ };
812
+ /**
813
+ * @public
814
+ */
815
+ export type IntermediateTableStatus = (typeof IntermediateTableStatus)[keyof typeof IntermediateTableStatus];
816
+ /**
817
+ * @public
818
+ * @enum
819
+ */
820
+ export declare const BaseTableParentType: {
821
+ readonly DIRECT: "DIRECT";
822
+ readonly INDIRECT: "INDIRECT";
823
+ };
824
+ /**
825
+ * @public
826
+ */
827
+ export type BaseTableParentType = (typeof BaseTableParentType)[keyof typeof BaseTableParentType];
828
+ /**
829
+ * @public
830
+ * @enum
831
+ */
832
+ export declare const IntermediateTableVersionStatus: {
833
+ readonly POPULATE_FAILED: "POPULATE_FAILED";
834
+ readonly POPULATE_STARTED: "POPULATE_STARTED";
835
+ readonly POPULATE_SUCCESS: "POPULATE_SUCCESS";
836
+ readonly RETENTION_PERIOD_EXPIRED: "RETENTION_PERIOD_EXPIRED";
837
+ };
838
+ /**
839
+ * @public
840
+ */
841
+ export type IntermediateTableVersionStatus = (typeof IntermediateTableVersionStatus)[keyof typeof IntermediateTableVersionStatus];
842
+ /**
843
+ * @public
844
+ * @enum
845
+ */
846
+ export declare const WorkerComputeType: {
847
+ readonly CR1X: "CR.1X";
848
+ readonly CR4X: "CR.4X";
849
+ };
850
+ /**
851
+ * @public
852
+ */
853
+ export type WorkerComputeType = (typeof WorkerComputeType)[keyof typeof WorkerComputeType];
729
854
  /**
730
855
  * @public
731
856
  * @enum
@@ -803,18 +928,6 @@ export declare const ProtectedJobStatus: {
803
928
  * @public
804
929
  */
805
930
  export type ProtectedJobStatus = (typeof ProtectedJobStatus)[keyof typeof ProtectedJobStatus];
806
- /**
807
- * @public
808
- * @enum
809
- */
810
- export declare const WorkerComputeType: {
811
- readonly CR1X: "CR.1X";
812
- readonly CR4X: "CR.4X";
813
- };
814
- /**
815
- * @public
816
- */
817
- export type WorkerComputeType = (typeof WorkerComputeType)[keyof typeof WorkerComputeType];
818
931
  /**
819
932
  * @public
820
933
  * @enum