@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,53 @@
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ CleanRoomsClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../CleanRoomsClient";
8
+ import {
9
+ ListIntermediateTablesInput,
10
+ ListIntermediateTablesOutput,
11
+ } from "../models/models_0";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface ListIntermediateTablesCommandInput
15
+ extends ListIntermediateTablesInput {}
16
+ export interface ListIntermediateTablesCommandOutput
17
+ extends ListIntermediateTablesOutput,
18
+ __MetadataBearer {}
19
+ declare const ListIntermediateTablesCommand_base: {
20
+ new (
21
+ input: ListIntermediateTablesCommandInput
22
+ ): import("@smithy/core/client").CommandImpl<
23
+ ListIntermediateTablesCommandInput,
24
+ ListIntermediateTablesCommandOutput,
25
+ CleanRoomsClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ input: ListIntermediateTablesCommandInput
31
+ ): import("@smithy/core/client").CommandImpl<
32
+ ListIntermediateTablesCommandInput,
33
+ ListIntermediateTablesCommandOutput,
34
+ CleanRoomsClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
41
+ };
42
+ export declare class ListIntermediateTablesCommand extends ListIntermediateTablesCommand_base {
43
+ protected static __types: {
44
+ api: {
45
+ input: ListIntermediateTablesInput;
46
+ output: ListIntermediateTablesOutput;
47
+ };
48
+ sdk: {
49
+ input: ListIntermediateTablesCommandInput;
50
+ output: ListIntermediateTablesCommandOutput;
51
+ };
52
+ };
53
+ }
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  ListTagsForResourceInput,
10
10
  ListTagsForResourceOutput,
11
- } from "../models/models_0";
11
+ } from "../models/models_1";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface ListTagsForResourceCommandInput
@@ -0,0 +1,53 @@
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ CleanRoomsClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../CleanRoomsClient";
8
+ import {
9
+ PopulateIntermediateTableInput,
10
+ PopulateIntermediateTableOutput,
11
+ } from "../models/models_0";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface PopulateIntermediateTableCommandInput
15
+ extends PopulateIntermediateTableInput {}
16
+ export interface PopulateIntermediateTableCommandOutput
17
+ extends PopulateIntermediateTableOutput,
18
+ __MetadataBearer {}
19
+ declare const PopulateIntermediateTableCommand_base: {
20
+ new (
21
+ input: PopulateIntermediateTableCommandInput
22
+ ): import("@smithy/core/client").CommandImpl<
23
+ PopulateIntermediateTableCommandInput,
24
+ PopulateIntermediateTableCommandOutput,
25
+ CleanRoomsClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ input: PopulateIntermediateTableCommandInput
31
+ ): import("@smithy/core/client").CommandImpl<
32
+ PopulateIntermediateTableCommandInput,
33
+ PopulateIntermediateTableCommandOutput,
34
+ CleanRoomsClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
41
+ };
42
+ export declare class PopulateIntermediateTableCommand extends PopulateIntermediateTableCommand_base {
43
+ protected static __types: {
44
+ api: {
45
+ input: PopulateIntermediateTableInput;
46
+ output: PopulateIntermediateTableOutput;
47
+ };
48
+ sdk: {
49
+ input: PopulateIntermediateTableCommandInput;
50
+ output: PopulateIntermediateTableCommandOutput;
51
+ };
52
+ };
53
+ }
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ CleanRoomsClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../CleanRoomsClient";
8
+ import { UpdateIntermediateTableAnalysisRuleInput } from "../models/models_0";
9
+ import { UpdateIntermediateTableAnalysisRuleOutput } from "../models/models_1";
10
+ export { __MetadataBearer };
11
+ export { $Command };
12
+ export interface UpdateIntermediateTableAnalysisRuleCommandInput
13
+ extends UpdateIntermediateTableAnalysisRuleInput {}
14
+ export interface UpdateIntermediateTableAnalysisRuleCommandOutput
15
+ extends UpdateIntermediateTableAnalysisRuleOutput,
16
+ __MetadataBearer {}
17
+ declare const UpdateIntermediateTableAnalysisRuleCommand_base: {
18
+ new (
19
+ input: UpdateIntermediateTableAnalysisRuleCommandInput
20
+ ): import("@smithy/core/client").CommandImpl<
21
+ UpdateIntermediateTableAnalysisRuleCommandInput,
22
+ UpdateIntermediateTableAnalysisRuleCommandOutput,
23
+ CleanRoomsClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ new (
28
+ input: UpdateIntermediateTableAnalysisRuleCommandInput
29
+ ): import("@smithy/core/client").CommandImpl<
30
+ UpdateIntermediateTableAnalysisRuleCommandInput,
31
+ UpdateIntermediateTableAnalysisRuleCommandOutput,
32
+ CleanRoomsClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
36
+ getEndpointParameterInstructions(): {
37
+ [x: string]: unknown;
38
+ };
39
+ };
40
+ export declare class UpdateIntermediateTableAnalysisRuleCommand extends UpdateIntermediateTableAnalysisRuleCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: UpdateIntermediateTableAnalysisRuleInput;
44
+ output: UpdateIntermediateTableAnalysisRuleOutput;
45
+ };
46
+ sdk: {
47
+ input: UpdateIntermediateTableAnalysisRuleCommandInput;
48
+ output: UpdateIntermediateTableAnalysisRuleCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -0,0 +1,53 @@
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ CleanRoomsClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../CleanRoomsClient";
8
+ import {
9
+ UpdateIntermediateTableInput,
10
+ UpdateIntermediateTableOutput,
11
+ } from "../models/models_0";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface UpdateIntermediateTableCommandInput
15
+ extends UpdateIntermediateTableInput {}
16
+ export interface UpdateIntermediateTableCommandOutput
17
+ extends UpdateIntermediateTableOutput,
18
+ __MetadataBearer {}
19
+ declare const UpdateIntermediateTableCommand_base: {
20
+ new (
21
+ input: UpdateIntermediateTableCommandInput
22
+ ): import("@smithy/core/client").CommandImpl<
23
+ UpdateIntermediateTableCommandInput,
24
+ UpdateIntermediateTableCommandOutput,
25
+ CleanRoomsClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ input: UpdateIntermediateTableCommandInput
31
+ ): import("@smithy/core/client").CommandImpl<
32
+ UpdateIntermediateTableCommandInput,
33
+ UpdateIntermediateTableCommandOutput,
34
+ CleanRoomsClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
41
+ };
42
+ export declare class UpdateIntermediateTableCommand extends UpdateIntermediateTableCommand_base {
43
+ protected static __types: {
44
+ api: {
45
+ input: UpdateIntermediateTableInput;
46
+ output: UpdateIntermediateTableOutput;
47
+ };
48
+ sdk: {
49
+ input: UpdateIntermediateTableCommandInput;
50
+ output: UpdateIntermediateTableCommandOutput;
51
+ };
52
+ };
53
+ }
@@ -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";
@@ -287,6 +287,12 @@ export declare const SchemaStatusReasonCode: {
287
287
  readonly COLLABORATION_ANALYSIS_RULE_NOT_CONFIGURED: "COLLABORATION_ANALYSIS_RULE_NOT_CONFIGURED";
288
288
  readonly DIFFERENTIAL_PRIVACY_POLICY_NOT_CONFIGURED: "DIFFERENTIAL_PRIVACY_POLICY_NOT_CONFIGURED";
289
289
  readonly ID_MAPPING_TABLE_NOT_POPULATED: "ID_MAPPING_TABLE_NOT_POPULATED";
290
+ readonly INTERMEDIATE_TABLE_ANALYSIS_RULE_MISSING: "INTERMEDIATE_TABLE_ANALYSIS_RULE_MISSING";
291
+ readonly INTERMEDIATE_TABLE_BASE_TABLE_REMOVED: "INTERMEDIATE_TABLE_BASE_TABLE_REMOVED";
292
+ readonly INTERMEDIATE_TABLE_DISALLOWED_BY_DATA_PROVIDER: "INTERMEDIATE_TABLE_DISALLOWED_BY_DATA_PROVIDER";
293
+ readonly INTERMEDIATE_TABLE_INHERITED_CONSTRAINTS_VIOLATED: "INTERMEDIATE_TABLE_INHERITED_CONSTRAINTS_VIOLATED";
294
+ readonly INTERMEDIATE_TABLE_NOT_POPULATED: "INTERMEDIATE_TABLE_NOT_POPULATED";
295
+ readonly INTERMEDIATE_TABLE_RETENTION_PERIOD_EXPIRED: "INTERMEDIATE_TABLE_RETENTION_PERIOD_EXPIRED";
290
296
  readonly RESULT_RECEIVERS_NOT_ALLOWED: "RESULT_RECEIVERS_NOT_ALLOWED";
291
297
  readonly RESULT_RECEIVERS_NOT_CONFIGURED: "RESULT_RECEIVERS_NOT_CONFIGURED";
292
298
  };
@@ -311,6 +317,7 @@ export type SelectedAnalysisMethod =
311
317
  (typeof SelectedAnalysisMethod)[keyof typeof SelectedAnalysisMethod];
312
318
  export declare const SchemaType: {
313
319
  readonly ID_MAPPING_TABLE: "ID_MAPPING_TABLE";
320
+ readonly INTERMEDIATE_TABLE: "INTERMEDIATE_TABLE";
314
321
  readonly TABLE: "TABLE";
315
322
  };
316
323
  export type SchemaType = (typeof SchemaType)[keyof typeof SchemaType];
@@ -415,6 +422,22 @@ export declare const ConfiguredTableAssociationAnalysisRuleType: {
415
422
  };
416
423
  export type ConfiguredTableAssociationAnalysisRuleType =
417
424
  (typeof ConfiguredTableAssociationAnalysisRuleType)[keyof typeof ConfiguredTableAssociationAnalysisRuleType];
425
+ export declare const ResourceStatus: {
426
+ readonly BASE_TABLE_REMOVED: "BASE_TABLE_REMOVED";
427
+ readonly CREATED: "CREATED";
428
+ readonly DISALLOWED_BY_DATA_PROVIDER: "DISALLOWED_BY_DATA_PROVIDER";
429
+ readonly POPULATE_FAILED: "POPULATE_FAILED";
430
+ readonly POPULATE_STARTED: "POPULATE_STARTED";
431
+ readonly POPULATE_SUCCESS: "POPULATE_SUCCESS";
432
+ readonly RETENTION_PERIOD_EXPIRED: "RETENTION_PERIOD_EXPIRED";
433
+ };
434
+ export type ResourceStatus =
435
+ (typeof ResourceStatus)[keyof typeof ResourceStatus];
436
+ export declare const ChildResourceType: {
437
+ readonly INTERMEDIATE_TABLE: "INTERMEDIATE_TABLE";
438
+ };
439
+ export type ChildResourceType =
440
+ (typeof ChildResourceType)[keyof typeof ChildResourceType];
418
441
  export declare const ConfiguredTableAnalysisRuleType: {
419
442
  readonly AGGREGATION: "AGGREGATION";
420
443
  readonly CUSTOM: "CUSTOM";
@@ -428,6 +451,54 @@ export declare const JobType: {
428
451
  readonly INCREMENTAL: "INCREMENTAL";
429
452
  };
430
453
  export type JobType = (typeof JobType)[keyof typeof JobType];
454
+ export declare const IntermediateTableAnalysisRuleType: {
455
+ readonly CUSTOM: "CUSTOM";
456
+ };
457
+ export type IntermediateTableAnalysisRuleType =
458
+ (typeof IntermediateTableAnalysisRuleType)[keyof typeof IntermediateTableAnalysisRuleType];
459
+ export declare const PopulateIntermediateTableAnalysisType: {
460
+ readonly QUERY: "QUERY";
461
+ };
462
+ export type PopulateIntermediateTableAnalysisType =
463
+ (typeof PopulateIntermediateTableAnalysisType)[keyof typeof PopulateIntermediateTableAnalysisType];
464
+ export declare const BaseTableDependencyType: {
465
+ readonly ID_MAPPING_TABLE: "ID_MAPPING_TABLE";
466
+ readonly INTERMEDIATE_TABLE: "INTERMEDIATE_TABLE";
467
+ readonly TABLE: "TABLE";
468
+ };
469
+ export type BaseTableDependencyType =
470
+ (typeof BaseTableDependencyType)[keyof typeof BaseTableDependencyType];
471
+ export declare const IntermediateTableStatus: {
472
+ readonly BASE_TABLE_REMOVED: "BASE_TABLE_REMOVED";
473
+ readonly CREATED: "CREATED";
474
+ readonly DISALLOWED_BY_DATA_PROVIDER: "DISALLOWED_BY_DATA_PROVIDER";
475
+ readonly POPULATE_FAILED: "POPULATE_FAILED";
476
+ readonly POPULATE_STARTED: "POPULATE_STARTED";
477
+ readonly POPULATE_SUCCESS: "POPULATE_SUCCESS";
478
+ readonly RETENTION_PERIOD_EXPIRED: "RETENTION_PERIOD_EXPIRED";
479
+ };
480
+ export type IntermediateTableStatus =
481
+ (typeof IntermediateTableStatus)[keyof typeof IntermediateTableStatus];
482
+ export declare const BaseTableParentType: {
483
+ readonly DIRECT: "DIRECT";
484
+ readonly INDIRECT: "INDIRECT";
485
+ };
486
+ export type BaseTableParentType =
487
+ (typeof BaseTableParentType)[keyof typeof BaseTableParentType];
488
+ export declare const IntermediateTableVersionStatus: {
489
+ readonly POPULATE_FAILED: "POPULATE_FAILED";
490
+ readonly POPULATE_STARTED: "POPULATE_STARTED";
491
+ readonly POPULATE_SUCCESS: "POPULATE_SUCCESS";
492
+ readonly RETENTION_PERIOD_EXPIRED: "RETENTION_PERIOD_EXPIRED";
493
+ };
494
+ export type IntermediateTableVersionStatus =
495
+ (typeof IntermediateTableVersionStatus)[keyof typeof IntermediateTableVersionStatus];
496
+ export declare const WorkerComputeType: {
497
+ readonly CR1X: "CR.1X";
498
+ readonly CR4X: "CR.4X";
499
+ };
500
+ export type WorkerComputeType =
501
+ (typeof WorkerComputeType)[keyof typeof WorkerComputeType];
431
502
  export declare const ResultFormat: {
432
503
  readonly CSV: "CSV";
433
504
  readonly PARQUET: "PARQUET";
@@ -468,12 +539,6 @@ export declare const ProtectedJobStatus: {
468
539
  };
469
540
  export type ProtectedJobStatus =
470
541
  (typeof ProtectedJobStatus)[keyof typeof ProtectedJobStatus];
471
- export declare const WorkerComputeType: {
472
- readonly CR1X: "CR.1X";
473
- readonly CR4X: "CR.4X";
474
- };
475
- export type WorkerComputeType =
476
- (typeof WorkerComputeType)[keyof typeof WorkerComputeType];
477
542
  export declare const ProtectedQueryStatus: {
478
543
  readonly CANCELLED: "CANCELLED";
479
544
  readonly CANCELLING: "CANCELLING";