@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,112 @@
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 { ListIntermediateTablesInput, ListIntermediateTablesOutput } from "../models/models_0";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link ListIntermediateTablesCommand}.
14
+ */
15
+ export interface ListIntermediateTablesCommandInput extends ListIntermediateTablesInput {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link ListIntermediateTablesCommand}.
21
+ */
22
+ export interface ListIntermediateTablesCommandOutput extends ListIntermediateTablesOutput, __MetadataBearer {
23
+ }
24
+ declare const ListIntermediateTablesCommand_base: {
25
+ new (input: ListIntermediateTablesCommandInput): import("@smithy/core/client").CommandImpl<ListIntermediateTablesCommandInput, ListIntermediateTablesCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListIntermediateTablesCommandInput): import("@smithy/core/client").CommandImpl<ListIntermediateTablesCommandInput, ListIntermediateTablesCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
30
+ };
31
+ /**
32
+ * <p>Lists intermediate tables owned by the caller in a membership. 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, ListIntermediateTablesCommand } from "@aws-sdk/client-cleanrooms"; // ES Modules import
37
+ * // const { CleanRoomsClient, ListIntermediateTablesCommand } = 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 = { // ListIntermediateTablesInput
42
+ * membershipIdentifier: "STRING_VALUE", // required
43
+ * nextToken: "STRING_VALUE",
44
+ * maxResults: Number("int"),
45
+ * };
46
+ * const command = new ListIntermediateTablesCommand(input);
47
+ * const response = await client.send(command);
48
+ * // { // ListIntermediateTablesOutput
49
+ * // intermediateTableSummaries: [ // IntermediateTableSummaryList // required
50
+ * // { // IntermediateTableSummary
51
+ * // id: "STRING_VALUE", // required
52
+ * // arn: "STRING_VALUE", // required
53
+ * // name: "STRING_VALUE", // required
54
+ * // description: "STRING_VALUE",
55
+ * // membershipArn: "STRING_VALUE", // required
56
+ * // membershipId: "STRING_VALUE", // required
57
+ * // collaborationArn: "STRING_VALUE", // required
58
+ * // collaborationId: "STRING_VALUE", // required
59
+ * // createTime: new Date("TIMESTAMP"), // required
60
+ * // updateTime: new Date("TIMESTAMP"), // required
61
+ * // status: "CREATED" || "POPULATE_STARTED" || "POPULATE_SUCCESS" || "POPULATE_FAILED" || "DISALLOWED_BY_DATA_PROVIDER" || "BASE_TABLE_REMOVED" || "RETENTION_PERIOD_EXPIRED", // required
62
+ * // retentionInDays: Number("int"),
63
+ * // analysisRuleTypes: [ // IntermediateTableAnalysisRuleTypeList
64
+ * // "CUSTOM",
65
+ * // ],
66
+ * // },
67
+ * // ],
68
+ * // nextToken: "STRING_VALUE",
69
+ * // };
70
+ *
71
+ * ```
72
+ *
73
+ * @param ListIntermediateTablesCommandInput - {@link ListIntermediateTablesCommandInput}
74
+ * @returns {@link ListIntermediateTablesCommandOutput}
75
+ * @see {@link ListIntermediateTablesCommandInput} for command's `input` shape.
76
+ * @see {@link ListIntermediateTablesCommandOutput} for command's `response` shape.
77
+ * @see {@link CleanRoomsClientResolvedConfig | config} for CleanRoomsClient's `config` shape.
78
+ *
79
+ * @throws {@link AccessDeniedException} (client fault)
80
+ * <p>Caller does not have sufficient access to perform this action.</p>
81
+ *
82
+ * @throws {@link InternalServerException} (server fault)
83
+ * <p>Unexpected error during processing of request.</p>
84
+ *
85
+ * @throws {@link ResourceNotFoundException} (client fault)
86
+ * <p>Request references a resource which does not exist.</p>
87
+ *
88
+ * @throws {@link ThrottlingException} (client fault)
89
+ * <p>Request was denied due to request throttling.</p>
90
+ *
91
+ * @throws {@link ValidationException} (client fault)
92
+ * <p>The input fails to satisfy the specified constraints.</p>
93
+ *
94
+ * @throws {@link CleanRoomsServiceException}
95
+ * <p>Base exception class for all service exceptions from CleanRooms service.</p>
96
+ *
97
+ *
98
+ * @public
99
+ */
100
+ export declare class ListIntermediateTablesCommand extends ListIntermediateTablesCommand_base {
101
+ /** @internal type navigation helper, not in runtime. */
102
+ protected static __types: {
103
+ api: {
104
+ input: ListIntermediateTablesInput;
105
+ output: ListIntermediateTablesOutput;
106
+ };
107
+ sdk: {
108
+ input: ListIntermediateTablesCommandInput;
109
+ output: ListIntermediateTablesCommandOutput;
110
+ };
111
+ };
112
+ }
@@ -68,6 +68,11 @@ declare const ListProtectedQueriesCommand_base: {
68
68
  * // },
69
69
  * // ],
70
70
  * // queryComputePayerAccountId: "STRING_VALUE",
71
+ * // intermediateTableConfiguration: { // IntermediateTableOutputConfiguration
72
+ * // id: "STRING_VALUE", // required
73
+ * // arn: "STRING_VALUE", // required
74
+ * // name: "STRING_VALUE", // required
75
+ * // },
71
76
  * // },
72
77
  * // ],
73
78
  * // };
@@ -40,7 +40,7 @@ declare const ListSchemasCommand_base: {
40
40
  * const client = new CleanRoomsClient(config);
41
41
  * const input = { // ListSchemasInput
42
42
  * collaborationIdentifier: "STRING_VALUE", // required
43
- * schemaType: "TABLE" || "ID_MAPPING_TABLE",
43
+ * schemaType: "TABLE" || "ID_MAPPING_TABLE" || "INTERMEDIATE_TABLE",
44
44
  * nextToken: "STRING_VALUE",
45
45
  * maxResults: Number("int"),
46
46
  * };
@@ -50,7 +50,7 @@ declare const ListSchemasCommand_base: {
50
50
  * // schemaSummaries: [ // SchemaSummaryList // required
51
51
  * // { // SchemaSummary
52
52
  * // name: "STRING_VALUE", // required
53
- * // type: "TABLE" || "ID_MAPPING_TABLE", // required
53
+ * // type: "TABLE" || "ID_MAPPING_TABLE" || "INTERMEDIATE_TABLE", // required
54
54
  * // creatorAccountId: "STRING_VALUE", // required
55
55
  * // createTime: new Date("TIMESTAMP"), // required
56
56
  * // updateTime: new Date("TIMESTAMP"), // required
@@ -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 { ListTagsForResourceInput, ListTagsForResourceOutput } from "../models/models_0";
4
+ import type { ListTagsForResourceInput, ListTagsForResourceOutput } from "../models/models_1";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -0,0 +1,115 @@
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 { PopulateIntermediateTableInput, PopulateIntermediateTableOutput } from "../models/models_0";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link PopulateIntermediateTableCommand}.
14
+ */
15
+ export interface PopulateIntermediateTableCommandInput extends PopulateIntermediateTableInput {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link PopulateIntermediateTableCommand}.
21
+ */
22
+ export interface PopulateIntermediateTableCommandOutput extends PopulateIntermediateTableOutput, __MetadataBearer {
23
+ }
24
+ declare const PopulateIntermediateTableCommand_base: {
25
+ new (input: PopulateIntermediateTableCommandInput): import("@smithy/core/client").CommandImpl<PopulateIntermediateTableCommandInput, PopulateIntermediateTableCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: PopulateIntermediateTableCommandInput): import("@smithy/core/client").CommandImpl<PopulateIntermediateTableCommandInput, PopulateIntermediateTableCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
30
+ };
31
+ /**
32
+ * <p>Executes the stored query of an intermediate table to materialize data into managed storage. With this operation, you can perform initial population and subsequent refreshes. Each call creates a new version. The returned analysis ID can be tracked using <code>GetProtectedQuery</code>. 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, PopulateIntermediateTableCommand } from "@aws-sdk/client-cleanrooms"; // ES Modules import
37
+ * // const { CleanRoomsClient, PopulateIntermediateTableCommand } = 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 = { // PopulateIntermediateTableInput
42
+ * intermediateTableIdentifier: "STRING_VALUE", // required
43
+ * membershipIdentifier: "STRING_VALUE", // required
44
+ * parameters: { // ParameterMap
45
+ * "<keys>": "STRING_VALUE",
46
+ * },
47
+ * computeConfiguration: { // IntermediateTableComputeConfiguration Union: only one key present
48
+ * queryComputeConfiguration: { // WorkerComputeConfiguration
49
+ * type: "CR.1X" || "CR.4X",
50
+ * number: Number("int"),
51
+ * properties: { // WorkerComputeConfigurationProperties Union: only one key present
52
+ * spark: { // SparkProperties
53
+ * "<keys>": "STRING_VALUE",
54
+ * },
55
+ * },
56
+ * },
57
+ * },
58
+ * analysisPayerAccountId: "STRING_VALUE",
59
+ * };
60
+ * const command = new PopulateIntermediateTableCommand(input);
61
+ * const response = await client.send(command);
62
+ * // { // PopulateIntermediateTableOutput
63
+ * // analysisId: "STRING_VALUE", // required
64
+ * // analysisType: "QUERY", // required
65
+ * // versionId: "STRING_VALUE", // required
66
+ * // };
67
+ *
68
+ * ```
69
+ *
70
+ * @param PopulateIntermediateTableCommandInput - {@link PopulateIntermediateTableCommandInput}
71
+ * @returns {@link PopulateIntermediateTableCommandOutput}
72
+ * @see {@link PopulateIntermediateTableCommandInput} for command's `input` shape.
73
+ * @see {@link PopulateIntermediateTableCommandOutput} for command's `response` shape.
74
+ * @see {@link CleanRoomsClientResolvedConfig | config} for CleanRoomsClient's `config` shape.
75
+ *
76
+ * @throws {@link AccessDeniedException} (client fault)
77
+ * <p>Caller does not have sufficient access to perform this action.</p>
78
+ *
79
+ * @throws {@link ConflictException} (client fault)
80
+ * <p>Updating or deleting a resource can cause an inconsistent state.</p>
81
+ *
82
+ * @throws {@link InternalServerException} (server fault)
83
+ * <p>Unexpected error during processing of request.</p>
84
+ *
85
+ * @throws {@link ResourceNotFoundException} (client fault)
86
+ * <p>Request references a resource which does not exist.</p>
87
+ *
88
+ * @throws {@link ServiceQuotaExceededException} (client fault)
89
+ * <p>Request denied because service quota has been exceeded.</p>
90
+ *
91
+ * @throws {@link ThrottlingException} (client fault)
92
+ * <p>Request was denied due to request throttling.</p>
93
+ *
94
+ * @throws {@link ValidationException} (client fault)
95
+ * <p>The input fails to satisfy the specified constraints.</p>
96
+ *
97
+ * @throws {@link CleanRoomsServiceException}
98
+ * <p>Base exception class for all service exceptions from CleanRooms service.</p>
99
+ *
100
+ *
101
+ * @public
102
+ */
103
+ export declare class PopulateIntermediateTableCommand extends PopulateIntermediateTableCommand_base {
104
+ /** @internal type navigation helper, not in runtime. */
105
+ protected static __types: {
106
+ api: {
107
+ input: PopulateIntermediateTableInput;
108
+ output: PopulateIntermediateTableOutput;
109
+ };
110
+ sdk: {
111
+ input: PopulateIntermediateTableCommandInput;
112
+ output: PopulateIntermediateTableCommandOutput;
113
+ };
114
+ };
115
+ }
@@ -74,6 +74,11 @@ declare const StartProtectedQueryCommand_base: {
74
74
  * },
75
75
  * ],
76
76
  * },
77
+ * intermediateTable: { // IntermediateTableOutputConfiguration
78
+ * id: "STRING_VALUE", // required
79
+ * arn: "STRING_VALUE", // required
80
+ * name: "STRING_VALUE", // required
81
+ * },
77
82
  * },
78
83
  * },
79
84
  * computeConfiguration: { // ComputeConfiguration Union: only one key present
@@ -131,6 +136,11 @@ declare const StartProtectedQueryCommand_base: {
131
136
  * // },
132
137
  * // ],
133
138
  * // },
139
+ * // intermediateTable: { // IntermediateTableOutputConfiguration
140
+ * // id: "STRING_VALUE", // required
141
+ * // arn: "STRING_VALUE", // required
142
+ * // name: "STRING_VALUE", // required
143
+ * // },
134
144
  * // },
135
145
  * // },
136
146
  * // statistics: { // ProtectedQueryStatistics
@@ -104,6 +104,12 @@ declare const UpdateConfiguredTableAnalysisRuleCommand_base: {
104
104
  * },
105
105
  * ],
106
106
  * },
107
+ * allowedResultReceivers: [ // AllowedResultReceivers
108
+ * "STRING_VALUE",
109
+ * ],
110
+ * allowedAdditionalAnalyses: [ // AllowedAdditionalAnalyses
111
+ * "STRING_VALUE",
112
+ * ],
107
113
  * },
108
114
  * },
109
115
  * },
@@ -177,6 +183,12 @@ declare const UpdateConfiguredTableAnalysisRuleCommand_base: {
177
183
  * // },
178
184
  * // ],
179
185
  * // },
186
+ * // allowedResultReceivers: [ // AllowedResultReceivers
187
+ * // "STRING_VALUE",
188
+ * // ],
189
+ * // allowedAdditionalAnalyses: [ // AllowedAdditionalAnalyses
190
+ * // "STRING_VALUE",
191
+ * // ],
180
192
  * // },
181
193
  * // },
182
194
  * // },
@@ -62,6 +62,15 @@ declare const UpdateConfiguredTableAssociationCommand_base: {
62
62
  * // ],
63
63
  * // createTime: new Date("TIMESTAMP"), // required
64
64
  * // updateTime: new Date("TIMESTAMP"), // required
65
+ * // childResources: [ // ChildResourceList
66
+ * // { // ChildResource
67
+ * // resourceId: "STRING_VALUE",
68
+ * // resourceType: "INTERMEDIATE_TABLE", // required
69
+ * // resourceName: "STRING_VALUE", // required
70
+ * // ownerAccountId: "STRING_VALUE", // required
71
+ * // resourceStatus: "CREATED" || "POPULATE_STARTED" || "POPULATE_SUCCESS" || "POPULATE_FAILED" || "DISALLOWED_BY_DATA_PROVIDER" || "BASE_TABLE_REMOVED" || "RETENTION_PERIOD_EXPIRED",
72
+ * // },
73
+ * // ],
65
74
  * // },
66
75
  * // };
67
76
  *
@@ -71,6 +71,15 @@ declare const UpdateIdMappingTableCommand_base: {
71
71
  * // ],
72
72
  * // },
73
73
  * // kmsKeyArn: "STRING_VALUE",
74
+ * // childResources: [ // ChildResourceList
75
+ * // { // ChildResource
76
+ * // resourceId: "STRING_VALUE",
77
+ * // resourceType: "INTERMEDIATE_TABLE", // required
78
+ * // resourceName: "STRING_VALUE", // required
79
+ * // ownerAccountId: "STRING_VALUE", // required
80
+ * // resourceStatus: "CREATED" || "POPULATE_STARTED" || "POPULATE_SUCCESS" || "POPULATE_FAILED" || "DISALLOWED_BY_DATA_PROVIDER" || "BASE_TABLE_REMOVED" || "RETENTION_PERIOD_EXPIRED",
81
+ * // },
82
+ * // ],
74
83
  * // },
75
84
  * // };
76
85
  *
@@ -0,0 +1,161 @@
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 { UpdateIntermediateTableAnalysisRuleInput } from "../models/models_0";
5
+ import type { UpdateIntermediateTableAnalysisRuleOutput } from "../models/models_1";
6
+ /**
7
+ * @public
8
+ */
9
+ export type { __MetadataBearer };
10
+ export { $Command };
11
+ /**
12
+ * @public
13
+ *
14
+ * The input for {@link UpdateIntermediateTableAnalysisRuleCommand}.
15
+ */
16
+ export interface UpdateIntermediateTableAnalysisRuleCommandInput extends UpdateIntermediateTableAnalysisRuleInput {
17
+ }
18
+ /**
19
+ * @public
20
+ *
21
+ * The output of {@link UpdateIntermediateTableAnalysisRuleCommand}.
22
+ */
23
+ export interface UpdateIntermediateTableAnalysisRuleCommandOutput extends UpdateIntermediateTableAnalysisRuleOutput, __MetadataBearer {
24
+ }
25
+ declare const UpdateIntermediateTableAnalysisRuleCommand_base: {
26
+ new (input: UpdateIntermediateTableAnalysisRuleCommandInput): import("@smithy/core/client").CommandImpl<UpdateIntermediateTableAnalysisRuleCommandInput, UpdateIntermediateTableAnalysisRuleCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ new (input: UpdateIntermediateTableAnalysisRuleCommandInput): import("@smithy/core/client").CommandImpl<UpdateIntermediateTableAnalysisRuleCommandInput, UpdateIntermediateTableAnalysisRuleCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
28
+ getEndpointParameterInstructions(): {
29
+ [x: string]: unknown;
30
+ };
31
+ };
32
+ /**
33
+ * <p>Updates the analysis rule policy for an intermediate table. Only the intermediate table owner can call this operation.</p>
34
+ * @example
35
+ * Use a bare-bones client and the command you need to make an API call.
36
+ * ```javascript
37
+ * import { CleanRoomsClient, UpdateIntermediateTableAnalysisRuleCommand } from "@aws-sdk/client-cleanrooms"; // ES Modules import
38
+ * // const { CleanRoomsClient, UpdateIntermediateTableAnalysisRuleCommand } = require("@aws-sdk/client-cleanrooms"); // CommonJS import
39
+ * // import type { CleanRoomsClientConfig } from "@aws-sdk/client-cleanrooms";
40
+ * const config = {}; // type is CleanRoomsClientConfig
41
+ * const client = new CleanRoomsClient(config);
42
+ * const input = { // UpdateIntermediateTableAnalysisRuleInput
43
+ * membershipIdentifier: "STRING_VALUE", // required
44
+ * intermediateTableIdentifier: "STRING_VALUE", // required
45
+ * analysisRuleType: "CUSTOM", // required
46
+ * analysisRulePolicy: { // IntermediateTableAnalysisRulePolicy Union: only one key present
47
+ * v1: { // IntermediateTableAnalysisRulePolicyV1 Union: only one key present
48
+ * custom: { // IntermediateTableAnalysisRuleCustom
49
+ * allowedAnalyses: [ // AllowedAnalysesList
50
+ * "STRING_VALUE",
51
+ * ],
52
+ * additionalAnalyses: "ALLOWED" || "REQUIRED" || "NOT_ALLOWED",
53
+ * allowedAdditionalAnalyses: [ // AllowedAdditionalAnalyses
54
+ * "STRING_VALUE",
55
+ * ],
56
+ * allowedAnalysisProviders: [ // AllowedAnalysisProviderList
57
+ * "STRING_VALUE",
58
+ * ],
59
+ * allowedResultReceivers: [ // AllowedResultReceivers
60
+ * "STRING_VALUE",
61
+ * ],
62
+ * differentialPrivacy: { // DifferentialPrivacyConfiguration
63
+ * columns: [ // DifferentialPrivacyColumnList // required
64
+ * { // DifferentialPrivacyColumn
65
+ * name: "STRING_VALUE", // required
66
+ * },
67
+ * ],
68
+ * },
69
+ * disallowedOutputColumns: [ // AnalysisRuleColumnList
70
+ * "STRING_VALUE",
71
+ * ],
72
+ * },
73
+ * },
74
+ * },
75
+ * };
76
+ * const command = new UpdateIntermediateTableAnalysisRuleCommand(input);
77
+ * const response = await client.send(command);
78
+ * // { // UpdateIntermediateTableAnalysisRuleOutput
79
+ * // analysisRule: { // IntermediateTableAnalysisRule
80
+ * // intermediateTableIdentifier: "STRING_VALUE", // required
81
+ * // intermediateTableArn: "STRING_VALUE", // required
82
+ * // analysisRulePolicy: { // IntermediateTableAnalysisRulePolicy Union: only one key present
83
+ * // v1: { // IntermediateTableAnalysisRulePolicyV1 Union: only one key present
84
+ * // custom: { // IntermediateTableAnalysisRuleCustom
85
+ * // allowedAnalyses: [ // AllowedAnalysesList
86
+ * // "STRING_VALUE",
87
+ * // ],
88
+ * // additionalAnalyses: "ALLOWED" || "REQUIRED" || "NOT_ALLOWED",
89
+ * // allowedAdditionalAnalyses: [ // AllowedAdditionalAnalyses
90
+ * // "STRING_VALUE",
91
+ * // ],
92
+ * // allowedAnalysisProviders: [ // AllowedAnalysisProviderList
93
+ * // "STRING_VALUE",
94
+ * // ],
95
+ * // allowedResultReceivers: [ // AllowedResultReceivers
96
+ * // "STRING_VALUE",
97
+ * // ],
98
+ * // differentialPrivacy: { // DifferentialPrivacyConfiguration
99
+ * // columns: [ // DifferentialPrivacyColumnList // required
100
+ * // { // DifferentialPrivacyColumn
101
+ * // name: "STRING_VALUE", // required
102
+ * // },
103
+ * // ],
104
+ * // },
105
+ * // disallowedOutputColumns: [ // AnalysisRuleColumnList
106
+ * // "STRING_VALUE",
107
+ * // ],
108
+ * // },
109
+ * // },
110
+ * // },
111
+ * // analysisRuleType: "CUSTOM", // required
112
+ * // createTime: new Date("TIMESTAMP"), // required
113
+ * // updateTime: new Date("TIMESTAMP"), // required
114
+ * // },
115
+ * // };
116
+ *
117
+ * ```
118
+ *
119
+ * @param UpdateIntermediateTableAnalysisRuleCommandInput - {@link UpdateIntermediateTableAnalysisRuleCommandInput}
120
+ * @returns {@link UpdateIntermediateTableAnalysisRuleCommandOutput}
121
+ * @see {@link UpdateIntermediateTableAnalysisRuleCommandInput} for command's `input` shape.
122
+ * @see {@link UpdateIntermediateTableAnalysisRuleCommandOutput} for command's `response` shape.
123
+ * @see {@link CleanRoomsClientResolvedConfig | config} for CleanRoomsClient's `config` shape.
124
+ *
125
+ * @throws {@link AccessDeniedException} (client fault)
126
+ * <p>Caller does not have sufficient access to perform this action.</p>
127
+ *
128
+ * @throws {@link ConflictException} (client fault)
129
+ * <p>Updating or deleting a resource can cause an inconsistent state.</p>
130
+ *
131
+ * @throws {@link InternalServerException} (server fault)
132
+ * <p>Unexpected error during processing of request.</p>
133
+ *
134
+ * @throws {@link ResourceNotFoundException} (client fault)
135
+ * <p>Request references a resource which does not exist.</p>
136
+ *
137
+ * @throws {@link ThrottlingException} (client fault)
138
+ * <p>Request was denied due to request throttling.</p>
139
+ *
140
+ * @throws {@link ValidationException} (client fault)
141
+ * <p>The input fails to satisfy the specified constraints.</p>
142
+ *
143
+ * @throws {@link CleanRoomsServiceException}
144
+ * <p>Base exception class for all service exceptions from CleanRooms service.</p>
145
+ *
146
+ *
147
+ * @public
148
+ */
149
+ export declare class UpdateIntermediateTableAnalysisRuleCommand extends UpdateIntermediateTableAnalysisRuleCommand_base {
150
+ /** @internal type navigation helper, not in runtime. */
151
+ protected static __types: {
152
+ api: {
153
+ input: UpdateIntermediateTableAnalysisRuleInput;
154
+ output: UpdateIntermediateTableAnalysisRuleOutput;
155
+ };
156
+ sdk: {
157
+ input: UpdateIntermediateTableAnalysisRuleCommandInput;
158
+ output: UpdateIntermediateTableAnalysisRuleCommandOutput;
159
+ };
160
+ };
161
+ }