@aws-sdk/client-cleanrooms 3.618.0 → 3.619.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.
- package/README.md +32 -0
- package/dist-cjs/index.js +319 -30
- package/dist-es/CleanRooms.js +8 -0
- package/dist-es/commands/CreateConfiguredTableAssociationAnalysisRuleCommand.js +24 -0
- package/dist-es/commands/DeleteConfiguredTableAssociationAnalysisRuleCommand.js +24 -0
- package/dist-es/commands/GetConfiguredTableAssociationAnalysisRuleCommand.js +24 -0
- package/dist-es/commands/UpdateConfiguredTableAssociationAnalysisRuleCommand.js +24 -0
- package/dist-es/commands/UpdateProtectedQueryCommand.js +1 -1
- package/dist-es/commands/index.js +4 -0
- package/dist-es/models/index.js +1 -0
- package/dist-es/models/models_0.js +50 -24
- package/dist-es/models/models_1.js +21 -0
- package/dist-es/protocols/Aws_restJson1.js +119 -0
- package/dist-types/CleanRooms.d.ts +28 -0
- package/dist-types/CleanRoomsClient.d.ts +6 -2
- package/dist-types/commands/BatchGetSchemaAnalysisRuleCommand.d.ts +7 -3
- package/dist-types/commands/BatchGetSchemaCommand.d.ts +3 -2
- package/dist-types/commands/CreateConfiguredTableAnalysisRuleCommand.d.ts +12 -0
- package/dist-types/commands/CreateConfiguredTableAssociationAnalysisRuleCommand.d.ts +143 -0
- package/dist-types/commands/CreateConfiguredTableAssociationCommand.d.ts +3 -0
- package/dist-types/commands/CreatePrivacyBudgetTemplateCommand.d.ts +1 -1
- package/dist-types/commands/DeleteConfiguredTableAssociationAnalysisRuleCommand.d.ts +79 -0
- package/dist-types/commands/DeletePrivacyBudgetTemplateCommand.d.ts +1 -1
- package/dist-types/commands/GetConfiguredTableAnalysisRuleCommand.d.ts +6 -0
- package/dist-types/commands/GetConfiguredTableAssociationAnalysisRuleCommand.d.ts +114 -0
- package/dist-types/commands/GetConfiguredTableAssociationCommand.d.ts +3 -0
- package/dist-types/commands/GetPrivacyBudgetTemplateCommand.d.ts +1 -1
- package/dist-types/commands/GetProtectedQueryCommand.d.ts +3 -0
- package/dist-types/commands/GetSchemaAnalysisRuleCommand.d.ts +7 -3
- package/dist-types/commands/GetSchemaCommand.d.ts +3 -2
- package/dist-types/commands/ListPrivacyBudgetTemplatesCommand.d.ts +1 -1
- package/dist-types/commands/ListProtectedQueriesCommand.d.ts +12 -0
- package/dist-types/commands/StartProtectedQueryCommand.d.ts +6 -0
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateConfiguredTableAnalysisRuleCommand.d.ts +12 -0
- package/dist-types/commands/UpdateConfiguredTableAssociationAnalysisRuleCommand.d.ts +145 -0
- package/dist-types/commands/UpdateConfiguredTableAssociationCommand.d.ts +3 -0
- package/dist-types/commands/UpdatePrivacyBudgetTemplateCommand.d.ts +1 -1
- package/dist-types/commands/UpdateProtectedQueryCommand.d.ts +5 -1
- package/dist-types/commands/index.d.ts +4 -0
- package/dist-types/models/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +614 -502
- package/dist-types/models/models_1.d.ts +430 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +36 -0
- package/dist-types/ts3.4/CleanRooms.d.ts +92 -0
- package/dist-types/ts3.4/CleanRoomsClient.d.ts +24 -0
- package/dist-types/ts3.4/commands/CreateConfiguredTableAssociationAnalysisRuleCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/CreatePrivacyBudgetTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteConfiguredTableAssociationAnalysisRuleCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/DeletePrivacyBudgetTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetConfiguredTableAssociationAnalysisRuleCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/GetPrivacyBudgetTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListPrivacyBudgetTemplatesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateConfiguredTableAssociationAnalysisRuleCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/UpdatePrivacyBudgetTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateProtectedQueryCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/index.d.ts +4 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +188 -138
- package/dist-types/ts3.4/models/models_1.d.ts +140 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +48 -0
- package/package.json +1 -1
|
@@ -60,6 +60,7 @@ declare const GetSchemaAnalysisRuleCommand_base: {
|
|
|
60
60
|
* // listColumns: [ // required
|
|
61
61
|
* // "STRING_VALUE",
|
|
62
62
|
* // ],
|
|
63
|
+
* // additionalAnalyses: "ALLOWED" || "REQUIRED" || "NOT_ALLOWED",
|
|
63
64
|
* // },
|
|
64
65
|
* // aggregation: { // AnalysisRuleAggregation
|
|
65
66
|
* // aggregateColumns: [ // AggregateColumnList // required
|
|
@@ -90,6 +91,7 @@ declare const GetSchemaAnalysisRuleCommand_base: {
|
|
|
90
91
|
* // type: "STRING_VALUE", // required
|
|
91
92
|
* // },
|
|
92
93
|
* // ],
|
|
94
|
+
* // additionalAnalyses: "ALLOWED" || "REQUIRED" || "NOT_ALLOWED",
|
|
93
95
|
* // },
|
|
94
96
|
* // custom: { // AnalysisRuleCustom
|
|
95
97
|
* // allowedAnalyses: [ // AllowedAnalysesList // required
|
|
@@ -98,6 +100,10 @@ declare const GetSchemaAnalysisRuleCommand_base: {
|
|
|
98
100
|
* // allowedAnalysisProviders: [ // AllowedAnalysisProviderList
|
|
99
101
|
* // "STRING_VALUE",
|
|
100
102
|
* // ],
|
|
103
|
+
* // additionalAnalyses: "ALLOWED" || "REQUIRED" || "NOT_ALLOWED",
|
|
104
|
+
* // disallowedOutputColumns: [
|
|
105
|
+
* // "STRING_VALUE",
|
|
106
|
+
* // ],
|
|
101
107
|
* // differentialPrivacy: { // DifferentialPrivacyConfiguration
|
|
102
108
|
* // columns: [ // DifferentialPrivacyColumnList // required
|
|
103
109
|
* // { // DifferentialPrivacyColumn
|
|
@@ -107,9 +113,7 @@ declare const GetSchemaAnalysisRuleCommand_base: {
|
|
|
107
113
|
* // },
|
|
108
114
|
* // },
|
|
109
115
|
* // idMappingTable: { // AnalysisRuleIdMappingTable
|
|
110
|
-
* // joinColumns:
|
|
111
|
-
* // "STRING_VALUE",
|
|
112
|
-
* // ],
|
|
116
|
+
* // joinColumns: "<AnalysisRuleColumnList>", // required
|
|
113
117
|
* // queryConstraints: [ // QueryConstraintList // required
|
|
114
118
|
* // { // QueryConstraint Union: only one key present
|
|
115
119
|
* // requireOverlap: { // QueryConstraintRequireOverlap
|
|
@@ -71,14 +71,15 @@ declare const GetSchemaCommand_base: {
|
|
|
71
71
|
* // status: "READY" || "NOT_READY", // required
|
|
72
72
|
* // reasons: [ // SchemaStatusReasonList
|
|
73
73
|
* // { // SchemaStatusReason
|
|
74
|
-
* // code: "ANALYSIS_RULE_MISSING" || "ANALYSIS_TEMPLATES_NOT_CONFIGURED" || "ANALYSIS_PROVIDERS_NOT_CONFIGURED" || "DIFFERENTIAL_PRIVACY_POLICY_NOT_CONFIGURED" || "ID_MAPPING_TABLE_NOT_POPULATED", // required
|
|
74
|
+
* // 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
|
|
75
75
|
* // message: "STRING_VALUE", // required
|
|
76
76
|
* // },
|
|
77
77
|
* // ],
|
|
78
78
|
* // analysisRuleType: "AGGREGATION" || "LIST" || "CUSTOM" || "ID_MAPPING_TABLE",
|
|
79
79
|
* // configurations: [ // SchemaConfigurationList
|
|
80
|
-
* // "DIFFERENTIAL_PRIVACY"
|
|
80
|
+
* // "DIFFERENTIAL_PRIVACY",
|
|
81
81
|
* // ],
|
|
82
|
+
* // analysisType: "DIRECT_ANALYSIS" || "ADDITIONAL_ANALYSIS", // required
|
|
82
83
|
* // },
|
|
83
84
|
* // ],
|
|
84
85
|
* // schemaTypeProperties: { // SchemaTypeProperties Union: only one key present
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient";
|
|
4
|
-
import { ListPrivacyBudgetTemplatesInput, ListPrivacyBudgetTemplatesOutput } from "../models/
|
|
4
|
+
import { ListPrivacyBudgetTemplatesInput, ListPrivacyBudgetTemplatesOutput } from "../models/models_1";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -51,6 +51,18 @@ declare const ListProtectedQueriesCommand_base: {
|
|
|
51
51
|
* // membershipArn: "STRING_VALUE", // required
|
|
52
52
|
* // createTime: new Date("TIMESTAMP"), // required
|
|
53
53
|
* // status: "STRING_VALUE", // required
|
|
54
|
+
* // receiverConfigurations: [ // ReceiverConfigurationsList // required
|
|
55
|
+
* // { // ReceiverConfiguration
|
|
56
|
+
* // analysisType: "DIRECT_ANALYSIS" || "ADDITIONAL_ANALYSIS", // required
|
|
57
|
+
* // configurationDetails: { // ConfigurationDetails Union: only one key present
|
|
58
|
+
* // directAnalysisConfigurationDetails: { // DirectAnalysisConfigurationDetails
|
|
59
|
+
* // receiverAccountIds: [ // ReceiverAccountIds
|
|
60
|
+
* // "STRING_VALUE",
|
|
61
|
+
* // ],
|
|
62
|
+
* // },
|
|
63
|
+
* // },
|
|
64
|
+
* // },
|
|
65
|
+
* // ],
|
|
54
66
|
* // },
|
|
55
67
|
* // ],
|
|
56
68
|
* // };
|
|
@@ -51,6 +51,9 @@ declare const StartProtectedQueryCommand_base: {
|
|
|
51
51
|
* bucket: "STRING_VALUE", // required
|
|
52
52
|
* keyPrefix: "STRING_VALUE",
|
|
53
53
|
* },
|
|
54
|
+
* member: { // ProtectedQueryMemberOutputConfiguration
|
|
55
|
+
* accountId: "STRING_VALUE", // required
|
|
56
|
+
* },
|
|
54
57
|
* },
|
|
55
58
|
* },
|
|
56
59
|
* };
|
|
@@ -77,6 +80,9 @@ declare const StartProtectedQueryCommand_base: {
|
|
|
77
80
|
* // bucket: "STRING_VALUE", // required
|
|
78
81
|
* // keyPrefix: "STRING_VALUE",
|
|
79
82
|
* // },
|
|
83
|
+
* // member: { // ProtectedQueryMemberOutputConfiguration
|
|
84
|
+
* // accountId: "STRING_VALUE", // required
|
|
85
|
+
* // },
|
|
80
86
|
* // },
|
|
81
87
|
* // },
|
|
82
88
|
* // statistics: { // ProtectedQueryStatistics
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient";
|
|
4
|
-
import { TagResourceInput, TagResourceOutput } from "../models/
|
|
4
|
+
import { TagResourceInput, TagResourceOutput } from "../models/models_1";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient";
|
|
4
|
-
import { UntagResourceInput, UntagResourceOutput } from "../models/
|
|
4
|
+
import { UntagResourceInput, UntagResourceOutput } from "../models/models_1";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -49,6 +49,7 @@ declare const UpdateConfiguredTableAnalysisRuleCommand_base: {
|
|
|
49
49
|
* listColumns: [ // required
|
|
50
50
|
* "STRING_VALUE",
|
|
51
51
|
* ],
|
|
52
|
+
* additionalAnalyses: "ALLOWED" || "REQUIRED" || "NOT_ALLOWED",
|
|
52
53
|
* },
|
|
53
54
|
* aggregation: { // AnalysisRuleAggregation
|
|
54
55
|
* aggregateColumns: [ // AggregateColumnList // required
|
|
@@ -79,6 +80,7 @@ declare const UpdateConfiguredTableAnalysisRuleCommand_base: {
|
|
|
79
80
|
* type: "STRING_VALUE", // required
|
|
80
81
|
* },
|
|
81
82
|
* ],
|
|
83
|
+
* additionalAnalyses: "ALLOWED" || "REQUIRED" || "NOT_ALLOWED",
|
|
82
84
|
* },
|
|
83
85
|
* custom: { // AnalysisRuleCustom
|
|
84
86
|
* allowedAnalyses: [ // AllowedAnalysesList // required
|
|
@@ -87,6 +89,10 @@ declare const UpdateConfiguredTableAnalysisRuleCommand_base: {
|
|
|
87
89
|
* allowedAnalysisProviders: [ // AllowedAnalysisProviderList
|
|
88
90
|
* "STRING_VALUE",
|
|
89
91
|
* ],
|
|
92
|
+
* additionalAnalyses: "ALLOWED" || "REQUIRED" || "NOT_ALLOWED",
|
|
93
|
+
* disallowedOutputColumns: [
|
|
94
|
+
* "STRING_VALUE",
|
|
95
|
+
* ],
|
|
90
96
|
* differentialPrivacy: { // DifferentialPrivacyConfiguration
|
|
91
97
|
* columns: [ // DifferentialPrivacyColumnList // required
|
|
92
98
|
* { // DifferentialPrivacyColumn
|
|
@@ -116,6 +122,7 @@ declare const UpdateConfiguredTableAnalysisRuleCommand_base: {
|
|
|
116
122
|
* // listColumns: [ // required
|
|
117
123
|
* // "STRING_VALUE",
|
|
118
124
|
* // ],
|
|
125
|
+
* // additionalAnalyses: "ALLOWED" || "REQUIRED" || "NOT_ALLOWED",
|
|
119
126
|
* // },
|
|
120
127
|
* // aggregation: { // AnalysisRuleAggregation
|
|
121
128
|
* // aggregateColumns: [ // AggregateColumnList // required
|
|
@@ -146,6 +153,7 @@ declare const UpdateConfiguredTableAnalysisRuleCommand_base: {
|
|
|
146
153
|
* // type: "STRING_VALUE", // required
|
|
147
154
|
* // },
|
|
148
155
|
* // ],
|
|
156
|
+
* // additionalAnalyses: "ALLOWED" || "REQUIRED" || "NOT_ALLOWED",
|
|
149
157
|
* // },
|
|
150
158
|
* // custom: { // AnalysisRuleCustom
|
|
151
159
|
* // allowedAnalyses: [ // AllowedAnalysesList // required
|
|
@@ -154,6 +162,10 @@ declare const UpdateConfiguredTableAnalysisRuleCommand_base: {
|
|
|
154
162
|
* // allowedAnalysisProviders: [ // AllowedAnalysisProviderList
|
|
155
163
|
* // "STRING_VALUE",
|
|
156
164
|
* // ],
|
|
165
|
+
* // additionalAnalyses: "ALLOWED" || "REQUIRED" || "NOT_ALLOWED",
|
|
166
|
+
* // disallowedOutputColumns: [
|
|
167
|
+
* // "STRING_VALUE",
|
|
168
|
+
* // ],
|
|
157
169
|
* // differentialPrivacy: { // DifferentialPrivacyConfiguration
|
|
158
170
|
* // columns: [ // DifferentialPrivacyColumnList // required
|
|
159
171
|
* // { // DifferentialPrivacyColumn
|
|
@@ -0,0 +1,145 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient";
|
|
4
|
+
import { UpdateConfiguredTableAssociationAnalysisRuleInput, UpdateConfiguredTableAssociationAnalysisRuleOutput } from "../models/models_0";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link UpdateConfiguredTableAssociationAnalysisRuleCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface UpdateConfiguredTableAssociationAnalysisRuleCommandInput extends UpdateConfiguredTableAssociationAnalysisRuleInput {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link UpdateConfiguredTableAssociationAnalysisRuleCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface UpdateConfiguredTableAssociationAnalysisRuleCommandOutput extends UpdateConfiguredTableAssociationAnalysisRuleOutput, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const UpdateConfiguredTableAssociationAnalysisRuleCommand_base: {
|
|
25
|
+
new (input: UpdateConfiguredTableAssociationAnalysisRuleCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateConfiguredTableAssociationAnalysisRuleCommandInput, UpdateConfiguredTableAssociationAnalysisRuleCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (__0_0: UpdateConfiguredTableAssociationAnalysisRuleCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateConfiguredTableAssociationAnalysisRuleCommandInput, UpdateConfiguredTableAssociationAnalysisRuleCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>
|
|
31
|
+
* Updates
|
|
32
|
+
* the analysis rule for a configured table association.</p>
|
|
33
|
+
* @example
|
|
34
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
35
|
+
* ```javascript
|
|
36
|
+
* import { CleanRoomsClient, UpdateConfiguredTableAssociationAnalysisRuleCommand } from "@aws-sdk/client-cleanrooms"; // ES Modules import
|
|
37
|
+
* // const { CleanRoomsClient, UpdateConfiguredTableAssociationAnalysisRuleCommand } = require("@aws-sdk/client-cleanrooms"); // CommonJS import
|
|
38
|
+
* const client = new CleanRoomsClient(config);
|
|
39
|
+
* const input = { // UpdateConfiguredTableAssociationAnalysisRuleInput
|
|
40
|
+
* membershipIdentifier: "STRING_VALUE", // required
|
|
41
|
+
* configuredTableAssociationIdentifier: "STRING_VALUE", // required
|
|
42
|
+
* analysisRuleType: "AGGREGATION" || "LIST" || "CUSTOM", // required
|
|
43
|
+
* analysisRulePolicy: { // ConfiguredTableAssociationAnalysisRulePolicy Union: only one key present
|
|
44
|
+
* v1: { // ConfiguredTableAssociationAnalysisRulePolicyV1 Union: only one key present
|
|
45
|
+
* list: { // ConfiguredTableAssociationAnalysisRuleList
|
|
46
|
+
* allowedResultReceivers: [ // AllowedResultReceivers
|
|
47
|
+
* "STRING_VALUE",
|
|
48
|
+
* ],
|
|
49
|
+
* allowedAdditionalAnalyses: [ // AllowedAdditionalAnalyses
|
|
50
|
+
* "STRING_VALUE",
|
|
51
|
+
* ],
|
|
52
|
+
* },
|
|
53
|
+
* aggregation: { // ConfiguredTableAssociationAnalysisRuleAggregation
|
|
54
|
+
* allowedResultReceivers: [
|
|
55
|
+
* "STRING_VALUE",
|
|
56
|
+
* ],
|
|
57
|
+
* allowedAdditionalAnalyses: [
|
|
58
|
+
* "STRING_VALUE",
|
|
59
|
+
* ],
|
|
60
|
+
* },
|
|
61
|
+
* custom: { // ConfiguredTableAssociationAnalysisRuleCustom
|
|
62
|
+
* allowedResultReceivers: [
|
|
63
|
+
* "STRING_VALUE",
|
|
64
|
+
* ],
|
|
65
|
+
* allowedAdditionalAnalyses: [
|
|
66
|
+
* "STRING_VALUE",
|
|
67
|
+
* ],
|
|
68
|
+
* },
|
|
69
|
+
* },
|
|
70
|
+
* },
|
|
71
|
+
* };
|
|
72
|
+
* const command = new UpdateConfiguredTableAssociationAnalysisRuleCommand(input);
|
|
73
|
+
* const response = await client.send(command);
|
|
74
|
+
* // { // UpdateConfiguredTableAssociationAnalysisRuleOutput
|
|
75
|
+
* // analysisRule: { // ConfiguredTableAssociationAnalysisRule
|
|
76
|
+
* // membershipIdentifier: "STRING_VALUE", // required
|
|
77
|
+
* // configuredTableAssociationId: "STRING_VALUE", // required
|
|
78
|
+
* // configuredTableAssociationArn: "STRING_VALUE", // required
|
|
79
|
+
* // policy: { // ConfiguredTableAssociationAnalysisRulePolicy Union: only one key present
|
|
80
|
+
* // v1: { // ConfiguredTableAssociationAnalysisRulePolicyV1 Union: only one key present
|
|
81
|
+
* // list: { // ConfiguredTableAssociationAnalysisRuleList
|
|
82
|
+
* // allowedResultReceivers: [ // AllowedResultReceivers
|
|
83
|
+
* // "STRING_VALUE",
|
|
84
|
+
* // ],
|
|
85
|
+
* // allowedAdditionalAnalyses: [ // AllowedAdditionalAnalyses
|
|
86
|
+
* // "STRING_VALUE",
|
|
87
|
+
* // ],
|
|
88
|
+
* // },
|
|
89
|
+
* // aggregation: { // ConfiguredTableAssociationAnalysisRuleAggregation
|
|
90
|
+
* // allowedResultReceivers: [
|
|
91
|
+
* // "STRING_VALUE",
|
|
92
|
+
* // ],
|
|
93
|
+
* // allowedAdditionalAnalyses: [
|
|
94
|
+
* // "STRING_VALUE",
|
|
95
|
+
* // ],
|
|
96
|
+
* // },
|
|
97
|
+
* // custom: { // ConfiguredTableAssociationAnalysisRuleCustom
|
|
98
|
+
* // allowedResultReceivers: [
|
|
99
|
+
* // "STRING_VALUE",
|
|
100
|
+
* // ],
|
|
101
|
+
* // allowedAdditionalAnalyses: [
|
|
102
|
+
* // "STRING_VALUE",
|
|
103
|
+
* // ],
|
|
104
|
+
* // },
|
|
105
|
+
* // },
|
|
106
|
+
* // },
|
|
107
|
+
* // type: "AGGREGATION" || "LIST" || "CUSTOM", // required
|
|
108
|
+
* // createTime: new Date("TIMESTAMP"), // required
|
|
109
|
+
* // updateTime: new Date("TIMESTAMP"), // required
|
|
110
|
+
* // },
|
|
111
|
+
* // };
|
|
112
|
+
*
|
|
113
|
+
* ```
|
|
114
|
+
*
|
|
115
|
+
* @param UpdateConfiguredTableAssociationAnalysisRuleCommandInput - {@link UpdateConfiguredTableAssociationAnalysisRuleCommandInput}
|
|
116
|
+
* @returns {@link UpdateConfiguredTableAssociationAnalysisRuleCommandOutput}
|
|
117
|
+
* @see {@link UpdateConfiguredTableAssociationAnalysisRuleCommandInput} for command's `input` shape.
|
|
118
|
+
* @see {@link UpdateConfiguredTableAssociationAnalysisRuleCommandOutput} for command's `response` shape.
|
|
119
|
+
* @see {@link CleanRoomsClientResolvedConfig | config} for CleanRoomsClient's `config` shape.
|
|
120
|
+
*
|
|
121
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
122
|
+
* <p>Caller does not have sufficient access to perform this action.</p>
|
|
123
|
+
*
|
|
124
|
+
* @throws {@link ConflictException} (client fault)
|
|
125
|
+
* <p>Updating or deleting a resource can cause an inconsistent state.</p>
|
|
126
|
+
*
|
|
127
|
+
* @throws {@link InternalServerException} (server fault)
|
|
128
|
+
* <p>Unexpected error during processing of request.</p>
|
|
129
|
+
*
|
|
130
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
131
|
+
* <p>Request references a resource which does not exist.</p>
|
|
132
|
+
*
|
|
133
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
134
|
+
* <p>Request was denied due to request throttling.</p>
|
|
135
|
+
*
|
|
136
|
+
* @throws {@link ValidationException} (client fault)
|
|
137
|
+
* <p>The input fails to satisfy the specified constraints.</p>
|
|
138
|
+
*
|
|
139
|
+
* @throws {@link CleanRoomsServiceException}
|
|
140
|
+
* <p>Base exception class for all service exceptions from CleanRooms service.</p>
|
|
141
|
+
*
|
|
142
|
+
* @public
|
|
143
|
+
*/
|
|
144
|
+
export declare class UpdateConfiguredTableAssociationAnalysisRuleCommand extends UpdateConfiguredTableAssociationAnalysisRuleCommand_base {
|
|
145
|
+
}
|
|
@@ -53,6 +53,9 @@ declare const UpdateConfiguredTableAssociationCommand_base: {
|
|
|
53
53
|
* // roleArn: "STRING_VALUE", // required
|
|
54
54
|
* // name: "STRING_VALUE", // required
|
|
55
55
|
* // description: "STRING_VALUE",
|
|
56
|
+
* // analysisRuleTypes: [ // ConfiguredTableAssociationAnalysisRuleTypeList
|
|
57
|
+
* // "AGGREGATION" || "LIST" || "CUSTOM",
|
|
58
|
+
* // ],
|
|
56
59
|
* // createTime: new Date("TIMESTAMP"), // required
|
|
57
60
|
* // updateTime: new Date("TIMESTAMP"), // required
|
|
58
61
|
* // },
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient";
|
|
4
|
-
import { UpdatePrivacyBudgetTemplateInput, UpdatePrivacyBudgetTemplateOutput } from "../models/
|
|
4
|
+
import { UpdatePrivacyBudgetTemplateInput, UpdatePrivacyBudgetTemplateOutput } from "../models/models_1";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient";
|
|
4
|
-
import { UpdateProtectedQueryInput
|
|
4
|
+
import { UpdateProtectedQueryInput } from "../models/models_0";
|
|
5
|
+
import { UpdateProtectedQueryOutput } from "../models/models_1";
|
|
5
6
|
/**
|
|
6
7
|
* @public
|
|
7
8
|
*/
|
|
@@ -62,6 +63,9 @@ declare const UpdateProtectedQueryCommand_base: {
|
|
|
62
63
|
* // bucket: "STRING_VALUE", // required
|
|
63
64
|
* // keyPrefix: "STRING_VALUE",
|
|
64
65
|
* // },
|
|
66
|
+
* // member: { // ProtectedQueryMemberOutputConfiguration
|
|
67
|
+
* // accountId: "STRING_VALUE", // required
|
|
68
|
+
* // },
|
|
65
69
|
* // },
|
|
66
70
|
* // },
|
|
67
71
|
* // statistics: { // ProtectedQueryStatistics
|
|
@@ -5,6 +5,7 @@ export * from "./CreateAnalysisTemplateCommand";
|
|
|
5
5
|
export * from "./CreateCollaborationCommand";
|
|
6
6
|
export * from "./CreateConfiguredAudienceModelAssociationCommand";
|
|
7
7
|
export * from "./CreateConfiguredTableAnalysisRuleCommand";
|
|
8
|
+
export * from "./CreateConfiguredTableAssociationAnalysisRuleCommand";
|
|
8
9
|
export * from "./CreateConfiguredTableAssociationCommand";
|
|
9
10
|
export * from "./CreateConfiguredTableCommand";
|
|
10
11
|
export * from "./CreateIdMappingTableCommand";
|
|
@@ -15,6 +16,7 @@ export * from "./DeleteAnalysisTemplateCommand";
|
|
|
15
16
|
export * from "./DeleteCollaborationCommand";
|
|
16
17
|
export * from "./DeleteConfiguredAudienceModelAssociationCommand";
|
|
17
18
|
export * from "./DeleteConfiguredTableAnalysisRuleCommand";
|
|
19
|
+
export * from "./DeleteConfiguredTableAssociationAnalysisRuleCommand";
|
|
18
20
|
export * from "./DeleteConfiguredTableAssociationCommand";
|
|
19
21
|
export * from "./DeleteConfiguredTableCommand";
|
|
20
22
|
export * from "./DeleteIdMappingTableCommand";
|
|
@@ -30,6 +32,7 @@ export * from "./GetCollaborationIdNamespaceAssociationCommand";
|
|
|
30
32
|
export * from "./GetCollaborationPrivacyBudgetTemplateCommand";
|
|
31
33
|
export * from "./GetConfiguredAudienceModelAssociationCommand";
|
|
32
34
|
export * from "./GetConfiguredTableAnalysisRuleCommand";
|
|
35
|
+
export * from "./GetConfiguredTableAssociationAnalysisRuleCommand";
|
|
33
36
|
export * from "./GetConfiguredTableAssociationCommand";
|
|
34
37
|
export * from "./GetConfiguredTableCommand";
|
|
35
38
|
export * from "./GetIdMappingTableCommand";
|
|
@@ -67,6 +70,7 @@ export * from "./UpdateAnalysisTemplateCommand";
|
|
|
67
70
|
export * from "./UpdateCollaborationCommand";
|
|
68
71
|
export * from "./UpdateConfiguredAudienceModelAssociationCommand";
|
|
69
72
|
export * from "./UpdateConfiguredTableAnalysisRuleCommand";
|
|
73
|
+
export * from "./UpdateConfiguredTableAssociationAnalysisRuleCommand";
|
|
70
74
|
export * from "./UpdateConfiguredTableAssociationCommand";
|
|
71
75
|
export * from "./UpdateConfiguredTableCommand";
|
|
72
76
|
export * from "./UpdateIdMappingTableCommand";
|