@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,231 @@
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 { CreateIntermediateTableInput, CreateIntermediateTableOutput } from "../models/models_0";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link CreateIntermediateTableCommand}.
14
+ */
15
+ export interface CreateIntermediateTableCommandInput extends CreateIntermediateTableInput {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link CreateIntermediateTableCommand}.
21
+ */
22
+ export interface CreateIntermediateTableCommandOutput extends CreateIntermediateTableOutput, __MetadataBearer {
23
+ }
24
+ declare const CreateIntermediateTableCommand_base: {
25
+ new (input: CreateIntermediateTableCommandInput): import("@smithy/core/client").CommandImpl<CreateIntermediateTableCommandInput, CreateIntermediateTableCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateIntermediateTableCommandInput): import("@smithy/core/client").CommandImpl<CreateIntermediateTableCommandInput, CreateIntermediateTableCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
30
+ };
31
+ /**
32
+ * <p>Creates an intermediate table in a membership. An intermediate table stores a query definition that you can execute later using <code>PopulateIntermediateTable</code> to materialize cached results. The intermediate table is owned by the member with the CAN_QUERY ability. This operation does not execute the stored query.</p>
33
+ * @example
34
+ * Use a bare-bones client and the command you need to make an API call.
35
+ * ```javascript
36
+ * import { CleanRoomsClient, CreateIntermediateTableCommand } from "@aws-sdk/client-cleanrooms"; // ES Modules import
37
+ * // const { CleanRoomsClient, CreateIntermediateTableCommand } = 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 = { // CreateIntermediateTableInput
42
+ * membershipIdentifier: "STRING_VALUE", // required
43
+ * name: "STRING_VALUE", // required
44
+ * description: "STRING_VALUE",
45
+ * populationAnalysisConfiguration: { // PopulationAnalysisConfiguration Union: only one key present
46
+ * sqlParameters: { // PopulationAnalysisSqlParameters
47
+ * queryString: "STRING_VALUE",
48
+ * analysisTemplateArn: "STRING_VALUE",
49
+ * },
50
+ * },
51
+ * kmsKeyArn: "STRING_VALUE",
52
+ * retentionInDays: Number("int"),
53
+ * tags: { // TagMap
54
+ * "<keys>": "STRING_VALUE",
55
+ * },
56
+ * };
57
+ * const command = new CreateIntermediateTableCommand(input);
58
+ * const response = await client.send(command);
59
+ * // { // CreateIntermediateTableOutput
60
+ * // intermediateTable: { // IntermediateTable
61
+ * // id: "STRING_VALUE", // required
62
+ * // arn: "STRING_VALUE", // required
63
+ * // name: "STRING_VALUE", // required
64
+ * // description: "STRING_VALUE",
65
+ * // membershipArn: "STRING_VALUE", // required
66
+ * // membershipId: "STRING_VALUE", // required
67
+ * // collaborationArn: "STRING_VALUE", // required
68
+ * // collaborationId: "STRING_VALUE", // required
69
+ * // childResources: [ // ChildResourceList
70
+ * // { // ChildResource
71
+ * // resourceId: "STRING_VALUE",
72
+ * // resourceType: "INTERMEDIATE_TABLE", // required
73
+ * // resourceName: "STRING_VALUE", // required
74
+ * // ownerAccountId: "STRING_VALUE", // required
75
+ * // resourceStatus: "CREATED" || "POPULATE_STARTED" || "POPULATE_SUCCESS" || "POPULATE_FAILED" || "DISALLOWED_BY_DATA_PROVIDER" || "BASE_TABLE_REMOVED" || "RETENTION_PERIOD_EXPIRED",
76
+ * // },
77
+ * // ],
78
+ * // createTime: new Date("TIMESTAMP"), // required
79
+ * // updateTime: new Date("TIMESTAMP"), // required
80
+ * // status: "CREATED" || "POPULATE_STARTED" || "POPULATE_SUCCESS" || "POPULATE_FAILED" || "DISALLOWED_BY_DATA_PROVIDER" || "BASE_TABLE_REMOVED" || "RETENTION_PERIOD_EXPIRED", // required
81
+ * // statusReason: "STRING_VALUE",
82
+ * // kmsKeyArn: "STRING_VALUE",
83
+ * // populationAnalysisConfiguration: { // PopulationAnalysisConfiguration Union: only one key present
84
+ * // sqlParameters: { // PopulationAnalysisSqlParameters
85
+ * // queryString: "STRING_VALUE",
86
+ * // analysisTemplateArn: "STRING_VALUE",
87
+ * // },
88
+ * // },
89
+ * // retentionInDays: Number("int"),
90
+ * // tableDependencies: [ // DependencyList
91
+ * // { // IntermediateTableDependency
92
+ * // id: "STRING_VALUE", // required
93
+ * // name: "STRING_VALUE", // required
94
+ * // type: "TABLE" || "INTERMEDIATE_TABLE" || "ID_MAPPING_TABLE", // required
95
+ * // parentType: "DIRECT" || "INDIRECT", // required
96
+ * // creatorAccountId: "STRING_VALUE", // required
97
+ * // },
98
+ * // ],
99
+ * // intermediateTableVersion: { // IntermediateTableActiveVersion
100
+ * // versionId: "STRING_VALUE", // required
101
+ * // analysisId: "STRING_VALUE", // required
102
+ * // analysisType: "QUERY", // required
103
+ * // kmsKeyArn: "STRING_VALUE",
104
+ * // parameters: { // ParameterMap
105
+ * // "<keys>": "STRING_VALUE",
106
+ * // },
107
+ * // inheritedConstraints: { // IntermediateTableInheritedConstraints
108
+ * // additionalAnalyses: { // InheritedAdditionalAnalyses
109
+ * // value: "ALLOWED" || "REQUIRED" || "NOT_ALLOWED", // required
110
+ * // sources: [ // InheritedAdditionalAnalysesSourceList // required
111
+ * // { // InheritedAdditionalAnalysesSource
112
+ * // name: "STRING_VALUE", // required
113
+ * // id: "STRING_VALUE", // required
114
+ * // type: "TABLE" || "INTERMEDIATE_TABLE" || "ID_MAPPING_TABLE", // required
115
+ * // value: "ALLOWED" || "REQUIRED" || "NOT_ALLOWED", // required
116
+ * // sourceAccountId: "STRING_VALUE", // required
117
+ * // },
118
+ * // ],
119
+ * // },
120
+ * // allowedAdditionalAnalyses: { // InheritedAllowedAdditionalAnalyses
121
+ * // value: [ // AllowedAdditionalAnalyses // required
122
+ * // "STRING_VALUE",
123
+ * // ],
124
+ * // sources: [ // InheritedAllowedAdditionalAnalysesSourceList // required
125
+ * // { // InheritedAllowedAdditionalAnalysesSource
126
+ * // name: "STRING_VALUE", // required
127
+ * // id: "STRING_VALUE", // required
128
+ * // type: "TABLE" || "INTERMEDIATE_TABLE" || "ID_MAPPING_TABLE", // required
129
+ * // value: [ // required
130
+ * // "STRING_VALUE",
131
+ * // ],
132
+ * // sourceAccountId: "STRING_VALUE", // required
133
+ * // },
134
+ * // ],
135
+ * // },
136
+ * // allowedResultReceivers: { // InheritedAllowedResultReceivers
137
+ * // value: [ // AccountIdList // required
138
+ * // "STRING_VALUE",
139
+ * // ],
140
+ * // sources: [ // InheritedAllowedResultReceiversSourceList // required
141
+ * // { // InheritedAllowedResultReceiversSource
142
+ * // name: "STRING_VALUE", // required
143
+ * // id: "STRING_VALUE", // required
144
+ * // type: "TABLE" || "INTERMEDIATE_TABLE" || "ID_MAPPING_TABLE", // required
145
+ * // value: [ // required
146
+ * // "STRING_VALUE",
147
+ * // ],
148
+ * // sourceAccountId: "STRING_VALUE", // required
149
+ * // },
150
+ * // ],
151
+ * // },
152
+ * // disallowedOutputColumns: { // InheritedDisallowedOutputColumns
153
+ * // value: [ // AnalysisRuleColumnNameList // required
154
+ * // "STRING_VALUE",
155
+ * // ],
156
+ * // columnLineage: [ // ColumnLineageList // required
157
+ * // { // ColumnLineageEntry
158
+ * // column: "STRING_VALUE", // required
159
+ * // sourceColumn: "STRING_VALUE", // required
160
+ * // sourceName: "STRING_VALUE", // required
161
+ * // sourceId: "STRING_VALUE", // required
162
+ * // sourceType: "TABLE" || "INTERMEDIATE_TABLE" || "ID_MAPPING_TABLE", // required
163
+ * // sourceAccountId: "STRING_VALUE", // required
164
+ * // },
165
+ * // ],
166
+ * // },
167
+ * // },
168
+ * // expirationTime: new Date("TIMESTAMP"),
169
+ * // },
170
+ * // analysisRuleTypes: [ // IntermediateTableAnalysisRuleTypeList
171
+ * // "CUSTOM",
172
+ * // ],
173
+ * // schema: { // IntermediateTableSchema
174
+ * // columns: [ // ColumnList // required
175
+ * // { // Column
176
+ * // name: "STRING_VALUE", // required
177
+ * // type: "STRING_VALUE", // required
178
+ * // },
179
+ * // ],
180
+ * // },
181
+ * // },
182
+ * // };
183
+ *
184
+ * ```
185
+ *
186
+ * @param CreateIntermediateTableCommandInput - {@link CreateIntermediateTableCommandInput}
187
+ * @returns {@link CreateIntermediateTableCommandOutput}
188
+ * @see {@link CreateIntermediateTableCommandInput} for command's `input` shape.
189
+ * @see {@link CreateIntermediateTableCommandOutput} for command's `response` shape.
190
+ * @see {@link CleanRoomsClientResolvedConfig | config} for CleanRoomsClient's `config` shape.
191
+ *
192
+ * @throws {@link AccessDeniedException} (client fault)
193
+ * <p>Caller does not have sufficient access to perform this action.</p>
194
+ *
195
+ * @throws {@link ConflictException} (client fault)
196
+ * <p>Updating or deleting a resource can cause an inconsistent state.</p>
197
+ *
198
+ * @throws {@link InternalServerException} (server fault)
199
+ * <p>Unexpected error during processing of request.</p>
200
+ *
201
+ * @throws {@link ResourceNotFoundException} (client fault)
202
+ * <p>Request references a resource which does not exist.</p>
203
+ *
204
+ * @throws {@link ServiceQuotaExceededException} (client fault)
205
+ * <p>Request denied because service quota has been exceeded.</p>
206
+ *
207
+ * @throws {@link ThrottlingException} (client fault)
208
+ * <p>Request was denied due to request throttling.</p>
209
+ *
210
+ * @throws {@link ValidationException} (client fault)
211
+ * <p>The input fails to satisfy the specified constraints.</p>
212
+ *
213
+ * @throws {@link CleanRoomsServiceException}
214
+ * <p>Base exception class for all service exceptions from CleanRooms service.</p>
215
+ *
216
+ *
217
+ * @public
218
+ */
219
+ export declare class CreateIntermediateTableCommand extends CreateIntermediateTableCommand_base {
220
+ /** @internal type navigation helper, not in runtime. */
221
+ protected static __types: {
222
+ api: {
223
+ input: CreateIntermediateTableInput;
224
+ output: CreateIntermediateTableOutput;
225
+ };
226
+ sdk: {
227
+ input: CreateIntermediateTableCommandInput;
228
+ output: CreateIntermediateTableCommandOutput;
229
+ };
230
+ };
231
+ }
@@ -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 { CreateMembershipInput, CreateMembershipOutput } from "../models/models_0";
4
+ import type { CreateMembershipInput, CreateMembershipOutput } from "../models/models_1";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -0,0 +1,94 @@
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 { DeleteIntermediateTableAnalysisRuleInput, DeleteIntermediateTableAnalysisRuleOutput } from "../models/models_0";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link DeleteIntermediateTableAnalysisRuleCommand}.
14
+ */
15
+ export interface DeleteIntermediateTableAnalysisRuleCommandInput extends DeleteIntermediateTableAnalysisRuleInput {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link DeleteIntermediateTableAnalysisRuleCommand}.
21
+ */
22
+ export interface DeleteIntermediateTableAnalysisRuleCommandOutput extends DeleteIntermediateTableAnalysisRuleOutput, __MetadataBearer {
23
+ }
24
+ declare const DeleteIntermediateTableAnalysisRuleCommand_base: {
25
+ new (input: DeleteIntermediateTableAnalysisRuleCommandInput): import("@smithy/core/client").CommandImpl<DeleteIntermediateTableAnalysisRuleCommandInput, DeleteIntermediateTableAnalysisRuleCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteIntermediateTableAnalysisRuleCommandInput): import("@smithy/core/client").CommandImpl<DeleteIntermediateTableAnalysisRuleCommandInput, DeleteIntermediateTableAnalysisRuleCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
30
+ };
31
+ /**
32
+ * <p>Deletes an analysis rule from an intermediate table. After the analysis rule is deleted, the intermediate table becomes unqueryable until a new analysis rule is attached. 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, DeleteIntermediateTableAnalysisRuleCommand } from "@aws-sdk/client-cleanrooms"; // ES Modules import
37
+ * // const { CleanRoomsClient, DeleteIntermediateTableAnalysisRuleCommand } = 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 = { // DeleteIntermediateTableAnalysisRuleInput
42
+ * membershipIdentifier: "STRING_VALUE", // required
43
+ * intermediateTableIdentifier: "STRING_VALUE", // required
44
+ * analysisRuleType: "CUSTOM", // required
45
+ * };
46
+ * const command = new DeleteIntermediateTableAnalysisRuleCommand(input);
47
+ * const response = await client.send(command);
48
+ * // {};
49
+ *
50
+ * ```
51
+ *
52
+ * @param DeleteIntermediateTableAnalysisRuleCommandInput - {@link DeleteIntermediateTableAnalysisRuleCommandInput}
53
+ * @returns {@link DeleteIntermediateTableAnalysisRuleCommandOutput}
54
+ * @see {@link DeleteIntermediateTableAnalysisRuleCommandInput} for command's `input` shape.
55
+ * @see {@link DeleteIntermediateTableAnalysisRuleCommandOutput} for command's `response` shape.
56
+ * @see {@link CleanRoomsClientResolvedConfig | config} for CleanRoomsClient's `config` shape.
57
+ *
58
+ * @throws {@link AccessDeniedException} (client fault)
59
+ * <p>Caller does not have sufficient access to perform this action.</p>
60
+ *
61
+ * @throws {@link ConflictException} (client fault)
62
+ * <p>Updating or deleting a resource can cause an inconsistent state.</p>
63
+ *
64
+ * @throws {@link InternalServerException} (server fault)
65
+ * <p>Unexpected error during processing of request.</p>
66
+ *
67
+ * @throws {@link ResourceNotFoundException} (client fault)
68
+ * <p>Request references a resource which does not exist.</p>
69
+ *
70
+ * @throws {@link ThrottlingException} (client fault)
71
+ * <p>Request was denied due to request throttling.</p>
72
+ *
73
+ * @throws {@link ValidationException} (client fault)
74
+ * <p>The input fails to satisfy the specified constraints.</p>
75
+ *
76
+ * @throws {@link CleanRoomsServiceException}
77
+ * <p>Base exception class for all service exceptions from CleanRooms service.</p>
78
+ *
79
+ *
80
+ * @public
81
+ */
82
+ export declare class DeleteIntermediateTableAnalysisRuleCommand extends DeleteIntermediateTableAnalysisRuleCommand_base {
83
+ /** @internal type navigation helper, not in runtime. */
84
+ protected static __types: {
85
+ api: {
86
+ input: DeleteIntermediateTableAnalysisRuleInput;
87
+ output: {};
88
+ };
89
+ sdk: {
90
+ input: DeleteIntermediateTableAnalysisRuleCommandInput;
91
+ output: DeleteIntermediateTableAnalysisRuleCommandOutput;
92
+ };
93
+ };
94
+ }
@@ -0,0 +1,93 @@
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 { DeleteIntermediateTableInput, DeleteIntermediateTableOutput } from "../models/models_0";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link DeleteIntermediateTableCommand}.
14
+ */
15
+ export interface DeleteIntermediateTableCommandInput extends DeleteIntermediateTableInput {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link DeleteIntermediateTableCommand}.
21
+ */
22
+ export interface DeleteIntermediateTableCommandOutput extends DeleteIntermediateTableOutput, __MetadataBearer {
23
+ }
24
+ declare const DeleteIntermediateTableCommand_base: {
25
+ new (input: DeleteIntermediateTableCommandInput): import("@smithy/core/client").CommandImpl<DeleteIntermediateTableCommandInput, DeleteIntermediateTableCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteIntermediateTableCommandInput): import("@smithy/core/client").CommandImpl<DeleteIntermediateTableCommandInput, DeleteIntermediateTableCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
30
+ };
31
+ /**
32
+ * <p>Deletes an intermediate table. When you delete the table, the service marks it as DELETED, removes its analysis rule and schema, and triggers storage cleanup. This operation is idempotent. 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, DeleteIntermediateTableCommand } from "@aws-sdk/client-cleanrooms"; // ES Modules import
37
+ * // const { CleanRoomsClient, DeleteIntermediateTableCommand } = 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 = { // DeleteIntermediateTableInput
42
+ * membershipIdentifier: "STRING_VALUE", // required
43
+ * intermediateTableIdentifier: "STRING_VALUE", // required
44
+ * };
45
+ * const command = new DeleteIntermediateTableCommand(input);
46
+ * const response = await client.send(command);
47
+ * // {};
48
+ *
49
+ * ```
50
+ *
51
+ * @param DeleteIntermediateTableCommandInput - {@link DeleteIntermediateTableCommandInput}
52
+ * @returns {@link DeleteIntermediateTableCommandOutput}
53
+ * @see {@link DeleteIntermediateTableCommandInput} for command's `input` shape.
54
+ * @see {@link DeleteIntermediateTableCommandOutput} for command's `response` shape.
55
+ * @see {@link CleanRoomsClientResolvedConfig | config} for CleanRoomsClient's `config` shape.
56
+ *
57
+ * @throws {@link AccessDeniedException} (client fault)
58
+ * <p>Caller does not have sufficient access to perform this action.</p>
59
+ *
60
+ * @throws {@link ConflictException} (client fault)
61
+ * <p>Updating or deleting a resource can cause an inconsistent state.</p>
62
+ *
63
+ * @throws {@link InternalServerException} (server fault)
64
+ * <p>Unexpected error during processing of request.</p>
65
+ *
66
+ * @throws {@link ResourceNotFoundException} (client fault)
67
+ * <p>Request references a resource which does not exist.</p>
68
+ *
69
+ * @throws {@link ThrottlingException} (client fault)
70
+ * <p>Request was denied due to request throttling.</p>
71
+ *
72
+ * @throws {@link ValidationException} (client fault)
73
+ * <p>The input fails to satisfy the specified constraints.</p>
74
+ *
75
+ * @throws {@link CleanRoomsServiceException}
76
+ * <p>Base exception class for all service exceptions from CleanRooms service.</p>
77
+ *
78
+ *
79
+ * @public
80
+ */
81
+ export declare class DeleteIntermediateTableCommand extends DeleteIntermediateTableCommand_base {
82
+ /** @internal type navigation helper, not in runtime. */
83
+ protected static __types: {
84
+ api: {
85
+ input: DeleteIntermediateTableInput;
86
+ output: {};
87
+ };
88
+ sdk: {
89
+ input: DeleteIntermediateTableCommandInput;
90
+ output: DeleteIntermediateTableCommandOutput;
91
+ };
92
+ };
93
+ }
@@ -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 { DeleteMembershipInput, DeleteMembershipOutput } from "../models/models_0";
4
+ import type { DeleteMembershipInput, DeleteMembershipOutput } from "../models/models_1";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -0,0 +1,94 @@
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 { DisallowIntermediateTableInput, DisallowIntermediateTableOutput } from "../models/models_1";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link DisallowIntermediateTableCommand}.
14
+ */
15
+ export interface DisallowIntermediateTableCommandInput extends DisallowIntermediateTableInput {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link DisallowIntermediateTableCommand}.
21
+ */
22
+ export interface DisallowIntermediateTableCommandOutput extends DisallowIntermediateTableOutput, __MetadataBearer {
23
+ }
24
+ declare const DisallowIntermediateTableCommand_base: {
25
+ new (input: DisallowIntermediateTableCommandInput): import("@smithy/core/client").CommandImpl<DisallowIntermediateTableCommandInput, DisallowIntermediateTableCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DisallowIntermediateTableCommandInput): import("@smithy/core/client").CommandImpl<DisallowIntermediateTableCommandInput, DisallowIntermediateTableCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
30
+ };
31
+ /**
32
+ * <p>Invalidates a specific intermediate table that references the caller's base table. The data provider (base table owner) calls this operation, not the intermediate table owner. By default, invalidation cascades to descendant intermediate tables.</p>
33
+ * @example
34
+ * Use a bare-bones client and the command you need to make an API call.
35
+ * ```javascript
36
+ * import { CleanRoomsClient, DisallowIntermediateTableCommand } from "@aws-sdk/client-cleanrooms"; // ES Modules import
37
+ * // const { CleanRoomsClient, DisallowIntermediateTableCommand } = 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 = { // DisallowIntermediateTableInput
42
+ * membershipIdentifier: "STRING_VALUE", // required
43
+ * intermediateTableName: "STRING_VALUE", // required
44
+ * includeDescendants: true || false,
45
+ * };
46
+ * const command = new DisallowIntermediateTableCommand(input);
47
+ * const response = await client.send(command);
48
+ * // {};
49
+ *
50
+ * ```
51
+ *
52
+ * @param DisallowIntermediateTableCommandInput - {@link DisallowIntermediateTableCommandInput}
53
+ * @returns {@link DisallowIntermediateTableCommandOutput}
54
+ * @see {@link DisallowIntermediateTableCommandInput} for command's `input` shape.
55
+ * @see {@link DisallowIntermediateTableCommandOutput} for command's `response` shape.
56
+ * @see {@link CleanRoomsClientResolvedConfig | config} for CleanRoomsClient's `config` shape.
57
+ *
58
+ * @throws {@link AccessDeniedException} (client fault)
59
+ * <p>Caller does not have sufficient access to perform this action.</p>
60
+ *
61
+ * @throws {@link ConflictException} (client fault)
62
+ * <p>Updating or deleting a resource can cause an inconsistent state.</p>
63
+ *
64
+ * @throws {@link InternalServerException} (server fault)
65
+ * <p>Unexpected error during processing of request.</p>
66
+ *
67
+ * @throws {@link ResourceNotFoundException} (client fault)
68
+ * <p>Request references a resource which does not exist.</p>
69
+ *
70
+ * @throws {@link ThrottlingException} (client fault)
71
+ * <p>Request was denied due to request throttling.</p>
72
+ *
73
+ * @throws {@link ValidationException} (client fault)
74
+ * <p>The input fails to satisfy the specified constraints.</p>
75
+ *
76
+ * @throws {@link CleanRoomsServiceException}
77
+ * <p>Base exception class for all service exceptions from CleanRooms service.</p>
78
+ *
79
+ *
80
+ * @public
81
+ */
82
+ export declare class DisallowIntermediateTableCommand extends DisallowIntermediateTableCommand_base {
83
+ /** @internal type navigation helper, not in runtime. */
84
+ protected static __types: {
85
+ api: {
86
+ input: DisallowIntermediateTableInput;
87
+ output: {};
88
+ };
89
+ sdk: {
90
+ input: DisallowIntermediateTableCommandInput;
91
+ output: DisallowIntermediateTableCommandOutput;
92
+ };
93
+ };
94
+ }
@@ -111,6 +111,12 @@ declare const GetConfiguredTableAnalysisRuleCommand_base: {
111
111
  * // },
112
112
  * // ],
113
113
  * // },
114
+ * // allowedResultReceivers: [ // AllowedResultReceivers
115
+ * // "STRING_VALUE",
116
+ * // ],
117
+ * // allowedAdditionalAnalyses: [ // AllowedAdditionalAnalyses
118
+ * // "STRING_VALUE",
119
+ * // ],
114
120
  * // },
115
121
  * // },
116
122
  * // },
@@ -60,6 +60,15 @@ declare const GetConfiguredTableAssociationCommand_base: {
60
60
  * // ],
61
61
  * // createTime: new Date("TIMESTAMP"), // required
62
62
  * // updateTime: new Date("TIMESTAMP"), // required
63
+ * // childResources: [ // ChildResourceList
64
+ * // { // ChildResource
65
+ * // resourceId: "STRING_VALUE",
66
+ * // resourceType: "INTERMEDIATE_TABLE", // required
67
+ * // resourceName: "STRING_VALUE", // required
68
+ * // ownerAccountId: "STRING_VALUE", // required
69
+ * // resourceStatus: "CREATED" || "POPULATE_STARTED" || "POPULATE_SUCCESS" || "POPULATE_FAILED" || "DISALLOWED_BY_DATA_PROVIDER" || "BASE_TABLE_REMOVED" || "RETENTION_PERIOD_EXPIRED",
70
+ * // },
71
+ * // ],
63
72
  * // },
64
73
  * // };
65
74
  *
@@ -69,6 +69,15 @@ declare const GetIdMappingTableCommand_base: {
69
69
  * // ],
70
70
  * // },
71
71
  * // kmsKeyArn: "STRING_VALUE",
72
+ * // childResources: [ // ChildResourceList
73
+ * // { // ChildResource
74
+ * // resourceId: "STRING_VALUE",
75
+ * // resourceType: "INTERMEDIATE_TABLE", // required
76
+ * // resourceName: "STRING_VALUE", // required
77
+ * // ownerAccountId: "STRING_VALUE", // required
78
+ * // resourceStatus: "CREATED" || "POPULATE_STARTED" || "POPULATE_SUCCESS" || "POPULATE_FAILED" || "DISALLOWED_BY_DATA_PROVIDER" || "BASE_TABLE_REMOVED" || "RETENTION_PERIOD_EXPIRED",
79
+ * // },
80
+ * // ],
72
81
  * // },
73
82
  * // };
74
83
  *