@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,128 @@
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 { GetIntermediateTableAnalysisRuleInput, GetIntermediateTableAnalysisRuleOutput } from "../models/models_0";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link GetIntermediateTableAnalysisRuleCommand}.
14
+ */
15
+ export interface GetIntermediateTableAnalysisRuleCommandInput extends GetIntermediateTableAnalysisRuleInput {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link GetIntermediateTableAnalysisRuleCommand}.
21
+ */
22
+ export interface GetIntermediateTableAnalysisRuleCommandOutput extends GetIntermediateTableAnalysisRuleOutput, __MetadataBearer {
23
+ }
24
+ declare const GetIntermediateTableAnalysisRuleCommand_base: {
25
+ new (input: GetIntermediateTableAnalysisRuleCommandInput): import("@smithy/core/client").CommandImpl<GetIntermediateTableAnalysisRuleCommandInput, GetIntermediateTableAnalysisRuleCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetIntermediateTableAnalysisRuleCommandInput): import("@smithy/core/client").CommandImpl<GetIntermediateTableAnalysisRuleCommandInput, GetIntermediateTableAnalysisRuleCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
30
+ };
31
+ /**
32
+ * <p>Retrieves the analysis rule for an intermediate table.</p>
33
+ * @example
34
+ * Use a bare-bones client and the command you need to make an API call.
35
+ * ```javascript
36
+ * import { CleanRoomsClient, GetIntermediateTableAnalysisRuleCommand } from "@aws-sdk/client-cleanrooms"; // ES Modules import
37
+ * // const { CleanRoomsClient, GetIntermediateTableAnalysisRuleCommand } = 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 = { // GetIntermediateTableAnalysisRuleInput
42
+ * membershipIdentifier: "STRING_VALUE", // required
43
+ * intermediateTableIdentifier: "STRING_VALUE", // required
44
+ * analysisRuleType: "CUSTOM", // required
45
+ * };
46
+ * const command = new GetIntermediateTableAnalysisRuleCommand(input);
47
+ * const response = await client.send(command);
48
+ * // { // GetIntermediateTableAnalysisRuleOutput
49
+ * // analysisRule: { // IntermediateTableAnalysisRule
50
+ * // intermediateTableIdentifier: "STRING_VALUE", // required
51
+ * // intermediateTableArn: "STRING_VALUE", // required
52
+ * // analysisRulePolicy: { // IntermediateTableAnalysisRulePolicy Union: only one key present
53
+ * // v1: { // IntermediateTableAnalysisRulePolicyV1 Union: only one key present
54
+ * // custom: { // IntermediateTableAnalysisRuleCustom
55
+ * // allowedAnalyses: [ // AllowedAnalysesList
56
+ * // "STRING_VALUE",
57
+ * // ],
58
+ * // additionalAnalyses: "ALLOWED" || "REQUIRED" || "NOT_ALLOWED",
59
+ * // allowedAdditionalAnalyses: [ // AllowedAdditionalAnalyses
60
+ * // "STRING_VALUE",
61
+ * // ],
62
+ * // allowedAnalysisProviders: [ // AllowedAnalysisProviderList
63
+ * // "STRING_VALUE",
64
+ * // ],
65
+ * // allowedResultReceivers: [ // AllowedResultReceivers
66
+ * // "STRING_VALUE",
67
+ * // ],
68
+ * // differentialPrivacy: { // DifferentialPrivacyConfiguration
69
+ * // columns: [ // DifferentialPrivacyColumnList // required
70
+ * // { // DifferentialPrivacyColumn
71
+ * // name: "STRING_VALUE", // required
72
+ * // },
73
+ * // ],
74
+ * // },
75
+ * // disallowedOutputColumns: [ // AnalysisRuleColumnList
76
+ * // "STRING_VALUE",
77
+ * // ],
78
+ * // },
79
+ * // },
80
+ * // },
81
+ * // analysisRuleType: "CUSTOM", // required
82
+ * // createTime: new Date("TIMESTAMP"), // required
83
+ * // updateTime: new Date("TIMESTAMP"), // required
84
+ * // },
85
+ * // };
86
+ *
87
+ * ```
88
+ *
89
+ * @param GetIntermediateTableAnalysisRuleCommandInput - {@link GetIntermediateTableAnalysisRuleCommandInput}
90
+ * @returns {@link GetIntermediateTableAnalysisRuleCommandOutput}
91
+ * @see {@link GetIntermediateTableAnalysisRuleCommandInput} for command's `input` shape.
92
+ * @see {@link GetIntermediateTableAnalysisRuleCommandOutput} for command's `response` shape.
93
+ * @see {@link CleanRoomsClientResolvedConfig | config} for CleanRoomsClient's `config` shape.
94
+ *
95
+ * @throws {@link AccessDeniedException} (client fault)
96
+ * <p>Caller does not have sufficient access to perform this action.</p>
97
+ *
98
+ * @throws {@link InternalServerException} (server fault)
99
+ * <p>Unexpected error during processing of request.</p>
100
+ *
101
+ * @throws {@link ResourceNotFoundException} (client fault)
102
+ * <p>Request references a resource which does not exist.</p>
103
+ *
104
+ * @throws {@link ThrottlingException} (client fault)
105
+ * <p>Request was denied due to request throttling.</p>
106
+ *
107
+ * @throws {@link ValidationException} (client fault)
108
+ * <p>The input fails to satisfy the specified constraints.</p>
109
+ *
110
+ * @throws {@link CleanRoomsServiceException}
111
+ * <p>Base exception class for all service exceptions from CleanRooms service.</p>
112
+ *
113
+ *
114
+ * @public
115
+ */
116
+ export declare class GetIntermediateTableAnalysisRuleCommand extends GetIntermediateTableAnalysisRuleCommand_base {
117
+ /** @internal type navigation helper, not in runtime. */
118
+ protected static __types: {
119
+ api: {
120
+ input: GetIntermediateTableAnalysisRuleInput;
121
+ output: GetIntermediateTableAnalysisRuleOutput;
122
+ };
123
+ sdk: {
124
+ input: GetIntermediateTableAnalysisRuleCommandInput;
125
+ output: GetIntermediateTableAnalysisRuleCommandOutput;
126
+ };
127
+ };
128
+ }
@@ -0,0 +1,213 @@
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 { GetIntermediateTableInput, GetIntermediateTableOutput } from "../models/models_0";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link GetIntermediateTableCommand}.
14
+ */
15
+ export interface GetIntermediateTableCommandInput extends GetIntermediateTableInput {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link GetIntermediateTableCommand}.
21
+ */
22
+ export interface GetIntermediateTableCommandOutput extends GetIntermediateTableOutput, __MetadataBearer {
23
+ }
24
+ declare const GetIntermediateTableCommand_base: {
25
+ new (input: GetIntermediateTableCommandInput): import("@smithy/core/client").CommandImpl<GetIntermediateTableCommandInput, GetIntermediateTableCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetIntermediateTableCommandInput): import("@smithy/core/client").CommandImpl<GetIntermediateTableCommandInput, GetIntermediateTableCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
30
+ };
31
+ /**
32
+ * <p>Retrieves an intermediate table. Returns the full details of the intermediate table, including schema, table dependencies, inherited constraints, child resources, and status. 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, GetIntermediateTableCommand } from "@aws-sdk/client-cleanrooms"; // ES Modules import
37
+ * // const { CleanRoomsClient, GetIntermediateTableCommand } = 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 = { // GetIntermediateTableInput
42
+ * intermediateTableIdentifier: "STRING_VALUE", // required
43
+ * membershipIdentifier: "STRING_VALUE", // required
44
+ * };
45
+ * const command = new GetIntermediateTableCommand(input);
46
+ * const response = await client.send(command);
47
+ * // { // GetIntermediateTableOutput
48
+ * // intermediateTable: { // IntermediateTable
49
+ * // id: "STRING_VALUE", // required
50
+ * // arn: "STRING_VALUE", // required
51
+ * // name: "STRING_VALUE", // required
52
+ * // description: "STRING_VALUE",
53
+ * // membershipArn: "STRING_VALUE", // required
54
+ * // membershipId: "STRING_VALUE", // required
55
+ * // collaborationArn: "STRING_VALUE", // required
56
+ * // collaborationId: "STRING_VALUE", // required
57
+ * // childResources: [ // ChildResourceList
58
+ * // { // ChildResource
59
+ * // resourceId: "STRING_VALUE",
60
+ * // resourceType: "INTERMEDIATE_TABLE", // required
61
+ * // resourceName: "STRING_VALUE", // required
62
+ * // ownerAccountId: "STRING_VALUE", // required
63
+ * // resourceStatus: "CREATED" || "POPULATE_STARTED" || "POPULATE_SUCCESS" || "POPULATE_FAILED" || "DISALLOWED_BY_DATA_PROVIDER" || "BASE_TABLE_REMOVED" || "RETENTION_PERIOD_EXPIRED",
64
+ * // },
65
+ * // ],
66
+ * // createTime: new Date("TIMESTAMP"), // required
67
+ * // updateTime: new Date("TIMESTAMP"), // required
68
+ * // status: "CREATED" || "POPULATE_STARTED" || "POPULATE_SUCCESS" || "POPULATE_FAILED" || "DISALLOWED_BY_DATA_PROVIDER" || "BASE_TABLE_REMOVED" || "RETENTION_PERIOD_EXPIRED", // required
69
+ * // statusReason: "STRING_VALUE",
70
+ * // kmsKeyArn: "STRING_VALUE",
71
+ * // populationAnalysisConfiguration: { // PopulationAnalysisConfiguration Union: only one key present
72
+ * // sqlParameters: { // PopulationAnalysisSqlParameters
73
+ * // queryString: "STRING_VALUE",
74
+ * // analysisTemplateArn: "STRING_VALUE",
75
+ * // },
76
+ * // },
77
+ * // retentionInDays: Number("int"),
78
+ * // tableDependencies: [ // DependencyList
79
+ * // { // IntermediateTableDependency
80
+ * // id: "STRING_VALUE", // required
81
+ * // name: "STRING_VALUE", // required
82
+ * // type: "TABLE" || "INTERMEDIATE_TABLE" || "ID_MAPPING_TABLE", // required
83
+ * // parentType: "DIRECT" || "INDIRECT", // required
84
+ * // creatorAccountId: "STRING_VALUE", // required
85
+ * // },
86
+ * // ],
87
+ * // intermediateTableVersion: { // IntermediateTableActiveVersion
88
+ * // versionId: "STRING_VALUE", // required
89
+ * // analysisId: "STRING_VALUE", // required
90
+ * // analysisType: "QUERY", // required
91
+ * // kmsKeyArn: "STRING_VALUE",
92
+ * // parameters: { // ParameterMap
93
+ * // "<keys>": "STRING_VALUE",
94
+ * // },
95
+ * // inheritedConstraints: { // IntermediateTableInheritedConstraints
96
+ * // additionalAnalyses: { // InheritedAdditionalAnalyses
97
+ * // value: "ALLOWED" || "REQUIRED" || "NOT_ALLOWED", // required
98
+ * // sources: [ // InheritedAdditionalAnalysesSourceList // required
99
+ * // { // InheritedAdditionalAnalysesSource
100
+ * // name: "STRING_VALUE", // required
101
+ * // id: "STRING_VALUE", // required
102
+ * // type: "TABLE" || "INTERMEDIATE_TABLE" || "ID_MAPPING_TABLE", // required
103
+ * // value: "ALLOWED" || "REQUIRED" || "NOT_ALLOWED", // required
104
+ * // sourceAccountId: "STRING_VALUE", // required
105
+ * // },
106
+ * // ],
107
+ * // },
108
+ * // allowedAdditionalAnalyses: { // InheritedAllowedAdditionalAnalyses
109
+ * // value: [ // AllowedAdditionalAnalyses // required
110
+ * // "STRING_VALUE",
111
+ * // ],
112
+ * // sources: [ // InheritedAllowedAdditionalAnalysesSourceList // required
113
+ * // { // InheritedAllowedAdditionalAnalysesSource
114
+ * // name: "STRING_VALUE", // required
115
+ * // id: "STRING_VALUE", // required
116
+ * // type: "TABLE" || "INTERMEDIATE_TABLE" || "ID_MAPPING_TABLE", // required
117
+ * // value: [ // required
118
+ * // "STRING_VALUE",
119
+ * // ],
120
+ * // sourceAccountId: "STRING_VALUE", // required
121
+ * // },
122
+ * // ],
123
+ * // },
124
+ * // allowedResultReceivers: { // InheritedAllowedResultReceivers
125
+ * // value: [ // AccountIdList // required
126
+ * // "STRING_VALUE",
127
+ * // ],
128
+ * // sources: [ // InheritedAllowedResultReceiversSourceList // required
129
+ * // { // InheritedAllowedResultReceiversSource
130
+ * // name: "STRING_VALUE", // required
131
+ * // id: "STRING_VALUE", // required
132
+ * // type: "TABLE" || "INTERMEDIATE_TABLE" || "ID_MAPPING_TABLE", // required
133
+ * // value: [ // required
134
+ * // "STRING_VALUE",
135
+ * // ],
136
+ * // sourceAccountId: "STRING_VALUE", // required
137
+ * // },
138
+ * // ],
139
+ * // },
140
+ * // disallowedOutputColumns: { // InheritedDisallowedOutputColumns
141
+ * // value: [ // AnalysisRuleColumnNameList // required
142
+ * // "STRING_VALUE",
143
+ * // ],
144
+ * // columnLineage: [ // ColumnLineageList // required
145
+ * // { // ColumnLineageEntry
146
+ * // column: "STRING_VALUE", // required
147
+ * // sourceColumn: "STRING_VALUE", // required
148
+ * // sourceName: "STRING_VALUE", // required
149
+ * // sourceId: "STRING_VALUE", // required
150
+ * // sourceType: "TABLE" || "INTERMEDIATE_TABLE" || "ID_MAPPING_TABLE", // required
151
+ * // sourceAccountId: "STRING_VALUE", // required
152
+ * // },
153
+ * // ],
154
+ * // },
155
+ * // },
156
+ * // expirationTime: new Date("TIMESTAMP"),
157
+ * // },
158
+ * // analysisRuleTypes: [ // IntermediateTableAnalysisRuleTypeList
159
+ * // "CUSTOM",
160
+ * // ],
161
+ * // schema: { // IntermediateTableSchema
162
+ * // columns: [ // ColumnList // required
163
+ * // { // Column
164
+ * // name: "STRING_VALUE", // required
165
+ * // type: "STRING_VALUE", // required
166
+ * // },
167
+ * // ],
168
+ * // },
169
+ * // },
170
+ * // };
171
+ *
172
+ * ```
173
+ *
174
+ * @param GetIntermediateTableCommandInput - {@link GetIntermediateTableCommandInput}
175
+ * @returns {@link GetIntermediateTableCommandOutput}
176
+ * @see {@link GetIntermediateTableCommandInput} for command's `input` shape.
177
+ * @see {@link GetIntermediateTableCommandOutput} for command's `response` shape.
178
+ * @see {@link CleanRoomsClientResolvedConfig | config} for CleanRoomsClient's `config` shape.
179
+ *
180
+ * @throws {@link AccessDeniedException} (client fault)
181
+ * <p>Caller does not have sufficient access to perform this action.</p>
182
+ *
183
+ * @throws {@link InternalServerException} (server fault)
184
+ * <p>Unexpected error during processing of request.</p>
185
+ *
186
+ * @throws {@link ResourceNotFoundException} (client fault)
187
+ * <p>Request references a resource which does not exist.</p>
188
+ *
189
+ * @throws {@link ThrottlingException} (client fault)
190
+ * <p>Request was denied due to request throttling.</p>
191
+ *
192
+ * @throws {@link ValidationException} (client fault)
193
+ * <p>The input fails to satisfy the specified constraints.</p>
194
+ *
195
+ * @throws {@link CleanRoomsServiceException}
196
+ * <p>Base exception class for all service exceptions from CleanRooms service.</p>
197
+ *
198
+ *
199
+ * @public
200
+ */
201
+ export declare class GetIntermediateTableCommand extends GetIntermediateTableCommand_base {
202
+ /** @internal type navigation helper, not in runtime. */
203
+ protected static __types: {
204
+ api: {
205
+ input: GetIntermediateTableInput;
206
+ output: GetIntermediateTableOutput;
207
+ };
208
+ sdk: {
209
+ input: GetIntermediateTableCommandInput;
210
+ output: GetIntermediateTableCommandOutput;
211
+ };
212
+ };
213
+ }
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient";
4
- import type { GetMembershipInput, GetMembershipOutput } from "../models/models_0";
4
+ import type { GetMembershipInput, GetMembershipOutput } from "../models/models_1";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient";
4
- import type { GetProtectedJobInput, GetProtectedJobOutput } from "../models/models_0";
4
+ import type { GetProtectedJobInput, GetProtectedJobOutput } from "../models/models_1";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,8 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient";
4
- import type { GetProtectedQueryInput } from "../models/models_0";
5
- import type { GetProtectedQueryOutput } from "../models/models_1";
4
+ import type { GetProtectedQueryInput, GetProtectedQueryOutput } from "../models/models_1";
6
5
  /**
7
6
  * @public
8
7
  */
@@ -85,6 +84,11 @@ declare const GetProtectedQueryCommand_base: {
85
84
  * // },
86
85
  * // ],
87
86
  * // },
87
+ * // intermediateTable: { // IntermediateTableOutputConfiguration
88
+ * // id: "STRING_VALUE", // required
89
+ * // arn: "STRING_VALUE", // required
90
+ * // name: "STRING_VALUE", // required
91
+ * // },
88
92
  * // },
89
93
  * // },
90
94
  * // statistics: { // ProtectedQueryStatistics
@@ -115,6 +115,12 @@ declare const GetSchemaAnalysisRuleCommand_base: {
115
115
  * // },
116
116
  * // ],
117
117
  * // },
118
+ * // allowedResultReceivers: [ // AllowedResultReceivers
119
+ * // "STRING_VALUE",
120
+ * // ],
121
+ * // allowedAdditionalAnalyses: [ // AllowedAdditionalAnalyses
122
+ * // "STRING_VALUE",
123
+ * // ],
118
124
  * // },
119
125
  * // idMappingTable: { // AnalysisRuleIdMappingTable
120
126
  * // joinColumns: "<AnalysisRuleColumnList>", // required
@@ -132,10 +138,10 @@ declare const GetSchemaAnalysisRuleCommand_base: {
132
138
  * // collaborationPolicy: { // ConfiguredTableAssociationAnalysisRulePolicy Union: only one key present
133
139
  * // v1: { // ConfiguredTableAssociationAnalysisRulePolicyV1 Union: only one key present
134
140
  * // list: { // ConfiguredTableAssociationAnalysisRuleList
135
- * // allowedResultReceivers: [ // AllowedResultReceivers
141
+ * // allowedResultReceivers: [
136
142
  * // "STRING_VALUE",
137
143
  * // ],
138
- * // allowedAdditionalAnalyses: [ // AllowedAdditionalAnalyses
144
+ * // allowedAdditionalAnalyses: [
139
145
  * // "STRING_VALUE",
140
146
  * // ],
141
147
  * // },
@@ -199,12 +205,8 @@ declare const GetSchemaAnalysisRuleCommand_base: {
199
205
  * // },
200
206
  * // ],
201
207
  * // additionalAnalyses: "ALLOWED" || "REQUIRED" || "NOT_ALLOWED",
202
- * // allowedResultReceivers: [
203
- * // "STRING_VALUE",
204
- * // ],
205
- * // allowedAdditionalAnalyses: [
206
- * // "STRING_VALUE",
207
- * // ],
208
+ * // allowedResultReceivers: "<AllowedResultReceivers>",
209
+ * // allowedAdditionalAnalyses: "<AllowedAdditionalAnalyses>",
208
210
  * // },
209
211
  * // custom: { // ConsolidatedPolicyCustom
210
212
  * // allowedAnalyses: [ // required
@@ -72,13 +72,13 @@ declare const GetSchemaCommand_base: {
72
72
  * // description: "STRING_VALUE", // required
73
73
  * // createTime: new Date("TIMESTAMP"), // required
74
74
  * // updateTime: new Date("TIMESTAMP"), // required
75
- * // type: "TABLE" || "ID_MAPPING_TABLE", // required
75
+ * // type: "TABLE" || "ID_MAPPING_TABLE" || "INTERMEDIATE_TABLE", // required
76
76
  * // schemaStatusDetails: [ // SchemaStatusDetailList // required
77
77
  * // { // SchemaStatusDetail
78
78
  * // status: "READY" || "NOT_READY", // required
79
79
  * // reasons: [ // SchemaStatusReasonList
80
80
  * // { // SchemaStatusReason
81
- * // code: "ANALYSIS_RULE_MISSING" || "ANALYSIS_TEMPLATES_NOT_CONFIGURED" || "ANALYSIS_PROVIDERS_NOT_CONFIGURED" || "DIFFERENTIAL_PRIVACY_POLICY_NOT_CONFIGURED" || "ID_MAPPING_TABLE_NOT_POPULATED" || "COLLABORATION_ANALYSIS_RULE_NOT_CONFIGURED" || "ADDITIONAL_ANALYSES_NOT_CONFIGURED" || "RESULT_RECEIVERS_NOT_CONFIGURED" || "ADDITIONAL_ANALYSES_NOT_ALLOWED" || "RESULT_RECEIVERS_NOT_ALLOWED" || "ANALYSIS_RULE_TYPES_NOT_COMPATIBLE", // required
81
+ * // code: "ANALYSIS_RULE_MISSING" || "ANALYSIS_TEMPLATES_NOT_CONFIGURED" || "ANALYSIS_PROVIDERS_NOT_CONFIGURED" || "DIFFERENTIAL_PRIVACY_POLICY_NOT_CONFIGURED" || "ID_MAPPING_TABLE_NOT_POPULATED" || "COLLABORATION_ANALYSIS_RULE_NOT_CONFIGURED" || "ADDITIONAL_ANALYSES_NOT_CONFIGURED" || "RESULT_RECEIVERS_NOT_CONFIGURED" || "ADDITIONAL_ANALYSES_NOT_ALLOWED" || "RESULT_RECEIVERS_NOT_ALLOWED" || "ANALYSIS_RULE_TYPES_NOT_COMPATIBLE" || "INTERMEDIATE_TABLE_NOT_POPULATED" || "INTERMEDIATE_TABLE_ANALYSIS_RULE_MISSING" || "INTERMEDIATE_TABLE_BASE_TABLE_REMOVED" || "INTERMEDIATE_TABLE_INHERITED_CONSTRAINTS_VIOLATED" || "INTERMEDIATE_TABLE_DISALLOWED_BY_DATA_PROVIDER" || "INTERMEDIATE_TABLE_RETENTION_PERIOD_EXPIRED", // required
82
82
  * // message: "STRING_VALUE", // required
83
83
  * // },
84
84
  * // ],
@@ -98,6 +98,13 @@ declare const GetSchemaCommand_base: {
98
98
  * // type: "SOURCE" || "TARGET", // required
99
99
  * // },
100
100
  * // ],
101
+ * // idMappingTableId: "STRING_VALUE",
102
+ * // },
103
+ * // intermediateTable: { // IntermediateTableSchemaTypeProperties
104
+ * // intermediateTableId: "STRING_VALUE", // required
105
+ * // },
106
+ * // configuredTableAssociation: { // ConfiguredTableAssociationSchemaTypeProperties
107
+ * // configuredTableAssociationId: "STRING_VALUE", // required
101
108
  * // },
102
109
  * // },
103
110
  * // },
@@ -0,0 +1,106 @@
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 { ListIntermediateTableVersionsInput, ListIntermediateTableVersionsOutput } from "../models/models_0";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link ListIntermediateTableVersionsCommand}.
14
+ */
15
+ export interface ListIntermediateTableVersionsCommandInput extends ListIntermediateTableVersionsInput {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link ListIntermediateTableVersionsCommand}.
21
+ */
22
+ export interface ListIntermediateTableVersionsCommandOutput extends ListIntermediateTableVersionsOutput, __MetadataBearer {
23
+ }
24
+ declare const ListIntermediateTableVersionsCommand_base: {
25
+ new (input: ListIntermediateTableVersionsCommandInput): import("@smithy/core/client").CommandImpl<ListIntermediateTableVersionsCommandInput, ListIntermediateTableVersionsCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListIntermediateTableVersionsCommandInput): import("@smithy/core/client").CommandImpl<ListIntermediateTableVersionsCommandInput, ListIntermediateTableVersionsCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
30
+ };
31
+ /**
32
+ * <p>Lists the version history of an intermediate table. Each call to <code>PopulateIntermediateTable</code> creates a new version. We recommend using pagination to ensure that the operation returns quickly and successfully.</p>
33
+ * @example
34
+ * Use a bare-bones client and the command you need to make an API call.
35
+ * ```javascript
36
+ * import { CleanRoomsClient, ListIntermediateTableVersionsCommand } from "@aws-sdk/client-cleanrooms"; // ES Modules import
37
+ * // const { CleanRoomsClient, ListIntermediateTableVersionsCommand } = 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 = { // ListIntermediateTableVersionsInput
42
+ * membershipIdentifier: "STRING_VALUE", // required
43
+ * intermediateTableIdentifier: "STRING_VALUE", // required
44
+ * nextToken: "STRING_VALUE",
45
+ * maxResults: Number("int"),
46
+ * };
47
+ * const command = new ListIntermediateTableVersionsCommand(input);
48
+ * const response = await client.send(command);
49
+ * // { // ListIntermediateTableVersionsOutput
50
+ * // intermediateTableVersionSummaries: [ // IntermediateTableVersionSummaryList // required
51
+ * // { // IntermediateTableVersionSummary
52
+ * // versionId: "STRING_VALUE", // required
53
+ * // tableId: "STRING_VALUE", // required
54
+ * // createTime: new Date("TIMESTAMP"), // required
55
+ * // analysisId: "STRING_VALUE", // required
56
+ * // status: "POPULATE_STARTED" || "POPULATE_SUCCESS" || "POPULATE_FAILED" || "RETENTION_PERIOD_EXPIRED", // required
57
+ * // analysisType: "QUERY", // required
58
+ * // kmsKeyArn: "STRING_VALUE",
59
+ * // expirationTime: new Date("TIMESTAMP"),
60
+ * // },
61
+ * // ],
62
+ * // nextToken: "STRING_VALUE",
63
+ * // };
64
+ *
65
+ * ```
66
+ *
67
+ * @param ListIntermediateTableVersionsCommandInput - {@link ListIntermediateTableVersionsCommandInput}
68
+ * @returns {@link ListIntermediateTableVersionsCommandOutput}
69
+ * @see {@link ListIntermediateTableVersionsCommandInput} for command's `input` shape.
70
+ * @see {@link ListIntermediateTableVersionsCommandOutput} for command's `response` shape.
71
+ * @see {@link CleanRoomsClientResolvedConfig | config} for CleanRoomsClient's `config` shape.
72
+ *
73
+ * @throws {@link AccessDeniedException} (client fault)
74
+ * <p>Caller does not have sufficient access to perform this action.</p>
75
+ *
76
+ * @throws {@link InternalServerException} (server fault)
77
+ * <p>Unexpected error during processing of request.</p>
78
+ *
79
+ * @throws {@link ResourceNotFoundException} (client fault)
80
+ * <p>Request references a resource which does not exist.</p>
81
+ *
82
+ * @throws {@link ThrottlingException} (client fault)
83
+ * <p>Request was denied due to request throttling.</p>
84
+ *
85
+ * @throws {@link ValidationException} (client fault)
86
+ * <p>The input fails to satisfy the specified constraints.</p>
87
+ *
88
+ * @throws {@link CleanRoomsServiceException}
89
+ * <p>Base exception class for all service exceptions from CleanRooms service.</p>
90
+ *
91
+ *
92
+ * @public
93
+ */
94
+ export declare class ListIntermediateTableVersionsCommand extends ListIntermediateTableVersionsCommand_base {
95
+ /** @internal type navigation helper, not in runtime. */
96
+ protected static __types: {
97
+ api: {
98
+ input: ListIntermediateTableVersionsInput;
99
+ output: ListIntermediateTableVersionsOutput;
100
+ };
101
+ sdk: {
102
+ input: ListIntermediateTableVersionsCommandInput;
103
+ output: ListIntermediateTableVersionsCommandOutput;
104
+ };
105
+ };
106
+ }