@aws-sdk/client-cleanrooms 3.934.0 → 3.935.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/dist-cjs/index.js +278 -391
- package/dist-es/index.js +2 -1
- package/dist-es/models/enums.js +277 -0
- package/dist-es/models/errors.js +105 -0
- package/dist-es/models/models_0.js +5 -349
- package/dist-es/models/models_1.js +0 -38
- package/dist-es/schemas/schemas_0.js +1 -1
- package/dist-types/commands/CreateMembershipCommand.d.ts +1 -1
- package/dist-types/commands/DeleteMembershipCommand.d.ts +1 -1
- package/dist-types/commands/GetMembershipCommand.d.ts +1 -1
- package/dist-types/commands/GetProtectedJobCommand.d.ts +1 -1
- package/dist-types/commands/GetProtectedQueryCommand.d.ts +2 -1
- package/dist-types/index.d.ts +4 -1
- package/dist-types/models/enums.d.ts +613 -0
- package/dist-types/models/errors.d.ts +137 -0
- package/dist-types/models/models_0.d.ts +856 -652
- package/dist-types/models/models_1.d.ts +2 -953
- package/dist-types/ts3.4/commands/CreateMembershipCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteMembershipCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetMembershipCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetProtectedJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetProtectedQueryCommand.d.ts +2 -4
- package/dist-types/ts3.4/index.d.ts +4 -1
- package/dist-types/ts3.4/models/enums.d.ts +354 -0
- package/dist-types/ts3.4/models/errors.d.ts +66 -0
- package/dist-types/ts3.4/models/models_0.d.ts +328 -364
- package/dist-types/ts3.4/models/models_1.d.ts +23 -341
- package/package.json +12 -12
- package/dist-es/models/index.js +0 -2
- package/dist-types/models/index.d.ts +0 -2
- package/dist-types/ts3.4/models/index.d.ts +0 -2
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
CreateMembershipInput,
|
|
10
10
|
CreateMembershipOutput,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_0";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface CreateMembershipCommandInput extends CreateMembershipInput {}
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
DeleteMembershipInput,
|
|
10
10
|
DeleteMembershipOutput,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_0";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface DeleteMembershipCommandInput extends DeleteMembershipInput {}
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../CleanRoomsClient";
|
|
8
|
-
import { GetMembershipInput, GetMembershipOutput } from "../models/
|
|
8
|
+
import { GetMembershipInput, GetMembershipOutput } from "../models/models_0";
|
|
9
9
|
export { __MetadataBearer };
|
|
10
10
|
export { $Command };
|
|
11
11
|
export interface GetMembershipCommandInput extends GetMembershipInput {}
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
GetProtectedJobInput,
|
|
10
10
|
GetProtectedJobOutput,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_0";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface GetProtectedJobCommandInput extends GetProtectedJobInput {}
|
|
@@ -5,10 +5,8 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../CleanRoomsClient";
|
|
8
|
-
import {
|
|
9
|
-
|
|
10
|
-
GetProtectedQueryOutput,
|
|
11
|
-
} from "../models/models_1";
|
|
8
|
+
import { GetProtectedQueryInput } from "../models/models_0";
|
|
9
|
+
import { GetProtectedQueryOutput } from "../models/models_1";
|
|
12
10
|
export { __MetadataBearer };
|
|
13
11
|
export { $Command };
|
|
14
12
|
export interface GetProtectedQueryCommandInput extends GetProtectedQueryInput {}
|
|
@@ -5,5 +5,8 @@ export { RuntimeExtension } from "./runtimeExtensions";
|
|
|
5
5
|
export { CleanRoomsExtensionConfiguration } from "./extensionConfiguration";
|
|
6
6
|
export * from "./commands";
|
|
7
7
|
export * from "./pagination";
|
|
8
|
-
export * from "./models";
|
|
8
|
+
export * from "./models/enums";
|
|
9
|
+
export * from "./models/errors";
|
|
10
|
+
export * from "./models/models_0";
|
|
11
|
+
export * from "./models/models_1";
|
|
9
12
|
export { CleanRoomsServiceException } from "./models/CleanRoomsServiceException";
|
|
@@ -0,0 +1,354 @@
|
|
|
1
|
+
export declare const AutoRefreshMode: {
|
|
2
|
+
readonly DISABLED: "DISABLED";
|
|
3
|
+
readonly ENABLED: "ENABLED";
|
|
4
|
+
};
|
|
5
|
+
export type AutoRefreshMode =
|
|
6
|
+
(typeof AutoRefreshMode)[keyof typeof AutoRefreshMode];
|
|
7
|
+
export declare const AccessBudgetType: {
|
|
8
|
+
readonly CALENDAR_DAY: "CALENDAR_DAY";
|
|
9
|
+
readonly CALENDAR_MONTH: "CALENDAR_MONTH";
|
|
10
|
+
readonly CALENDAR_WEEK: "CALENDAR_WEEK";
|
|
11
|
+
readonly LIFETIME: "LIFETIME";
|
|
12
|
+
};
|
|
13
|
+
export type AccessBudgetType =
|
|
14
|
+
(typeof AccessBudgetType)[keyof typeof AccessBudgetType];
|
|
15
|
+
export declare const AdditionalAnalyses: {
|
|
16
|
+
readonly ALLOWED: "ALLOWED";
|
|
17
|
+
readonly NOT_ALLOWED: "NOT_ALLOWED";
|
|
18
|
+
readonly REQUIRED: "REQUIRED";
|
|
19
|
+
};
|
|
20
|
+
export type AdditionalAnalyses =
|
|
21
|
+
(typeof AdditionalAnalyses)[keyof typeof AdditionalAnalyses];
|
|
22
|
+
export declare const SupportedS3Region: {
|
|
23
|
+
readonly AF_SOUTH_1: "af-south-1";
|
|
24
|
+
readonly AP_EAST_1: "ap-east-1";
|
|
25
|
+
readonly AP_EAST_2: "ap-east-2";
|
|
26
|
+
readonly AP_NORTHEAST_1: "ap-northeast-1";
|
|
27
|
+
readonly AP_NORTHEAST_2: "ap-northeast-2";
|
|
28
|
+
readonly AP_NORTHEAST_3: "ap-northeast-3";
|
|
29
|
+
readonly AP_SOUTHEAST_1: "ap-southeast-1";
|
|
30
|
+
readonly AP_SOUTHEAST_2: "ap-southeast-2";
|
|
31
|
+
readonly AP_SOUTHEAST_3: "ap-southeast-3";
|
|
32
|
+
readonly AP_SOUTHEAST_4: "ap-southeast-4";
|
|
33
|
+
readonly AP_SOUTHEAST_5: "ap-southeast-5";
|
|
34
|
+
readonly AP_SOUTHEAST_7: "ap-southeast-7";
|
|
35
|
+
readonly AP_SOUTH_1: "ap-south-1";
|
|
36
|
+
readonly AP_SOUTH_2: "ap-south-2";
|
|
37
|
+
readonly CA_CENTRAL_1: "ca-central-1";
|
|
38
|
+
readonly CA_WEST_1: "ca-west-1";
|
|
39
|
+
readonly EU_CENTRAL_1: "eu-central-1";
|
|
40
|
+
readonly EU_CENTRAL_2: "eu-central-2";
|
|
41
|
+
readonly EU_NORTH_1: "eu-north-1";
|
|
42
|
+
readonly EU_SOUTH_1: "eu-south-1";
|
|
43
|
+
readonly EU_SOUTH_2: "eu-south-2";
|
|
44
|
+
readonly EU_WEST_1: "eu-west-1";
|
|
45
|
+
readonly EU_WEST_2: "eu-west-2";
|
|
46
|
+
readonly EU_WEST_3: "eu-west-3";
|
|
47
|
+
readonly IL_CENTRAL_1: "il-central-1";
|
|
48
|
+
readonly ME_CENTRAL_1: "me-central-1";
|
|
49
|
+
readonly ME_SOUTH_1: "me-south-1";
|
|
50
|
+
readonly MX_CENTRAL_1: "mx-central-1";
|
|
51
|
+
readonly SA_EAST_1: "sa-east-1";
|
|
52
|
+
readonly US_EAST_1: "us-east-1";
|
|
53
|
+
readonly US_EAST_2: "us-east-2";
|
|
54
|
+
readonly US_WEST_1: "us-west-1";
|
|
55
|
+
readonly US_WEST_2: "us-west-2";
|
|
56
|
+
};
|
|
57
|
+
export type SupportedS3Region =
|
|
58
|
+
(typeof SupportedS3Region)[keyof typeof SupportedS3Region];
|
|
59
|
+
export declare const AnalysisFormat: {
|
|
60
|
+
readonly PYSPARK_1_0: "PYSPARK_1_0";
|
|
61
|
+
readonly SQL: "SQL";
|
|
62
|
+
};
|
|
63
|
+
export type AnalysisFormat =
|
|
64
|
+
(typeof AnalysisFormat)[keyof typeof AnalysisFormat];
|
|
65
|
+
export declare const AnalysisMethod: {
|
|
66
|
+
readonly DIRECT_JOB: "DIRECT_JOB";
|
|
67
|
+
readonly DIRECT_QUERY: "DIRECT_QUERY";
|
|
68
|
+
readonly MULTIPLE: "MULTIPLE";
|
|
69
|
+
};
|
|
70
|
+
export type AnalysisMethod =
|
|
71
|
+
(typeof AnalysisMethod)[keyof typeof AnalysisMethod];
|
|
72
|
+
export declare const ParameterType: {
|
|
73
|
+
readonly BIGINT: "BIGINT";
|
|
74
|
+
readonly BINARY: "BINARY";
|
|
75
|
+
readonly BOOLEAN: "BOOLEAN";
|
|
76
|
+
readonly BYTE: "BYTE";
|
|
77
|
+
readonly CHAR: "CHAR";
|
|
78
|
+
readonly CHARACTER: "CHARACTER";
|
|
79
|
+
readonly DATE: "DATE";
|
|
80
|
+
readonly DECIMAL: "DECIMAL";
|
|
81
|
+
readonly DOUBLE: "DOUBLE";
|
|
82
|
+
readonly DOUBLE_PRECISION: "DOUBLE_PRECISION";
|
|
83
|
+
readonly FLOAT: "FLOAT";
|
|
84
|
+
readonly INT: "INT";
|
|
85
|
+
readonly INTEGER: "INTEGER";
|
|
86
|
+
readonly LONG: "LONG";
|
|
87
|
+
readonly NUMERIC: "NUMERIC";
|
|
88
|
+
readonly REAL: "REAL";
|
|
89
|
+
readonly SHORT: "SHORT";
|
|
90
|
+
readonly SMALLINT: "SMALLINT";
|
|
91
|
+
readonly STRING: "STRING";
|
|
92
|
+
readonly TIME: "TIME";
|
|
93
|
+
readonly TIMESTAMP: "TIMESTAMP";
|
|
94
|
+
readonly TIMESTAMPTZ: "TIMESTAMPTZ";
|
|
95
|
+
readonly TIMESTAMP_LTZ: "TIMESTAMP_LTZ";
|
|
96
|
+
readonly TIMESTAMP_NTZ: "TIMESTAMP_NTZ";
|
|
97
|
+
readonly TIMETZ: "TIMETZ";
|
|
98
|
+
readonly TINYINT: "TINYINT";
|
|
99
|
+
readonly VARBYTE: "VARBYTE";
|
|
100
|
+
readonly VARCHAR: "VARCHAR";
|
|
101
|
+
};
|
|
102
|
+
export type ParameterType = (typeof ParameterType)[keyof typeof ParameterType];
|
|
103
|
+
export declare const AnalysisRuleType: {
|
|
104
|
+
readonly AGGREGATION: "AGGREGATION";
|
|
105
|
+
readonly CUSTOM: "CUSTOM";
|
|
106
|
+
readonly ID_MAPPING_TABLE: "ID_MAPPING_TABLE";
|
|
107
|
+
readonly LIST: "LIST";
|
|
108
|
+
};
|
|
109
|
+
export type AnalysisRuleType =
|
|
110
|
+
(typeof AnalysisRuleType)[keyof typeof AnalysisRuleType];
|
|
111
|
+
export declare const ErrorMessageType: {
|
|
112
|
+
readonly DETAILED: "DETAILED";
|
|
113
|
+
};
|
|
114
|
+
export type ErrorMessageType =
|
|
115
|
+
(typeof ErrorMessageType)[keyof typeof ErrorMessageType];
|
|
116
|
+
export declare const AnalysisTemplateValidationStatus: {
|
|
117
|
+
readonly INVALID: "INVALID";
|
|
118
|
+
readonly UNABLE_TO_VALIDATE: "UNABLE_TO_VALIDATE";
|
|
119
|
+
readonly VALID: "VALID";
|
|
120
|
+
};
|
|
121
|
+
export type AnalysisTemplateValidationStatus =
|
|
122
|
+
(typeof AnalysisTemplateValidationStatus)[keyof typeof AnalysisTemplateValidationStatus];
|
|
123
|
+
export declare const AnalysisTemplateValidationType: {
|
|
124
|
+
readonly DIFFERENTIAL_PRIVACY: "DIFFERENTIAL_PRIVACY";
|
|
125
|
+
};
|
|
126
|
+
export type AnalysisTemplateValidationType =
|
|
127
|
+
(typeof AnalysisTemplateValidationType)[keyof typeof AnalysisTemplateValidationType];
|
|
128
|
+
export declare const AnalysisType: {
|
|
129
|
+
readonly ADDITIONAL_ANALYSIS: "ADDITIONAL_ANALYSIS";
|
|
130
|
+
readonly DIRECT_ANALYSIS: "DIRECT_ANALYSIS";
|
|
131
|
+
};
|
|
132
|
+
export type AnalysisType = (typeof AnalysisType)[keyof typeof AnalysisType];
|
|
133
|
+
export declare const AnalyticsEngine: {
|
|
134
|
+
readonly CLEAN_ROOMS_SQL: "CLEAN_ROOMS_SQL";
|
|
135
|
+
readonly SPARK: "SPARK";
|
|
136
|
+
};
|
|
137
|
+
export type AnalyticsEngine =
|
|
138
|
+
(typeof AnalyticsEngine)[keyof typeof AnalyticsEngine];
|
|
139
|
+
export declare const CommercialRegion: {
|
|
140
|
+
readonly AF_SOUTH_1: "af-south-1";
|
|
141
|
+
readonly AP_EAST_1: "ap-east-1";
|
|
142
|
+
readonly AP_EAST_2: "ap-east-2";
|
|
143
|
+
readonly AP_NORTHEAST_1: "ap-northeast-1";
|
|
144
|
+
readonly AP_NORTHEAST_2: "ap-northeast-2";
|
|
145
|
+
readonly AP_NORTHEAST_3: "ap-northeast-3";
|
|
146
|
+
readonly AP_SOUTHEAST_1: "ap-southeast-1";
|
|
147
|
+
readonly AP_SOUTHEAST_2: "ap-southeast-2";
|
|
148
|
+
readonly AP_SOUTHEAST_3: "ap-southeast-3";
|
|
149
|
+
readonly AP_SOUTHEAST_4: "ap-southeast-4";
|
|
150
|
+
readonly AP_SOUTHEAST_5: "ap-southeast-5";
|
|
151
|
+
readonly AP_SOUTHEAST_7: "ap-southeast-7";
|
|
152
|
+
readonly AP_SOUTH_1: "ap-south-1";
|
|
153
|
+
readonly AP_SOUTH_2: "ap-south-2";
|
|
154
|
+
readonly CA_CENTRAL_1: "ca-central-1";
|
|
155
|
+
readonly CA_WEST_1: "ca-west-1";
|
|
156
|
+
readonly EU_CENTRAL_1: "eu-central-1";
|
|
157
|
+
readonly EU_CENTRAL_2: "eu-central-2";
|
|
158
|
+
readonly EU_NORTH_1: "eu-north-1";
|
|
159
|
+
readonly EU_SOUTH_1: "eu-south-1";
|
|
160
|
+
readonly EU_SOUTH_2: "eu-south-2";
|
|
161
|
+
readonly EU_WEST_1: "eu-west-1";
|
|
162
|
+
readonly EU_WEST_2: "eu-west-2";
|
|
163
|
+
readonly EU_WEST_3: "eu-west-3";
|
|
164
|
+
readonly IL_CENTRAL_1: "il-central-1";
|
|
165
|
+
readonly ME_CENTRAL_1: "me-central-1";
|
|
166
|
+
readonly ME_SOUTH_1: "me-south-1";
|
|
167
|
+
readonly MX_CENTRAL_1: "mx-central-1";
|
|
168
|
+
readonly SA_EAST_1: "sa-east-1";
|
|
169
|
+
readonly US_EAST_1: "us-east-1";
|
|
170
|
+
readonly US_EAST_2: "us-east-2";
|
|
171
|
+
readonly US_WEST_1: "us-west-1";
|
|
172
|
+
readonly US_WEST_2: "us-west-2";
|
|
173
|
+
};
|
|
174
|
+
export type CommercialRegion =
|
|
175
|
+
(typeof CommercialRegion)[keyof typeof CommercialRegion];
|
|
176
|
+
export declare const AutoApprovedChangeType: {
|
|
177
|
+
readonly ADD_MEMBER: "ADD_MEMBER";
|
|
178
|
+
};
|
|
179
|
+
export type AutoApprovedChangeType =
|
|
180
|
+
(typeof AutoApprovedChangeType)[keyof typeof AutoApprovedChangeType];
|
|
181
|
+
export declare const SchemaConfiguration: {
|
|
182
|
+
readonly DIFFERENTIAL_PRIVACY: "DIFFERENTIAL_PRIVACY";
|
|
183
|
+
};
|
|
184
|
+
export type SchemaConfiguration =
|
|
185
|
+
(typeof SchemaConfiguration)[keyof typeof SchemaConfiguration];
|
|
186
|
+
export declare const SchemaStatusReasonCode: {
|
|
187
|
+
readonly ADDITIONAL_ANALYSES_NOT_ALLOWED: "ADDITIONAL_ANALYSES_NOT_ALLOWED";
|
|
188
|
+
readonly ADDITIONAL_ANALYSES_NOT_CONFIGURED: "ADDITIONAL_ANALYSES_NOT_CONFIGURED";
|
|
189
|
+
readonly ANALYSIS_PROVIDERS_NOT_CONFIGURED: "ANALYSIS_PROVIDERS_NOT_CONFIGURED";
|
|
190
|
+
readonly ANALYSIS_RULE_MISSING: "ANALYSIS_RULE_MISSING";
|
|
191
|
+
readonly ANALYSIS_RULE_TYPES_NOT_COMPATIBLE: "ANALYSIS_RULE_TYPES_NOT_COMPATIBLE";
|
|
192
|
+
readonly ANALYSIS_TEMPLATES_NOT_CONFIGURED: "ANALYSIS_TEMPLATES_NOT_CONFIGURED";
|
|
193
|
+
readonly COLLABORATION_ANALYSIS_RULE_NOT_CONFIGURED: "COLLABORATION_ANALYSIS_RULE_NOT_CONFIGURED";
|
|
194
|
+
readonly DIFFERENTIAL_PRIVACY_POLICY_NOT_CONFIGURED: "DIFFERENTIAL_PRIVACY_POLICY_NOT_CONFIGURED";
|
|
195
|
+
readonly ID_MAPPING_TABLE_NOT_POPULATED: "ID_MAPPING_TABLE_NOT_POPULATED";
|
|
196
|
+
readonly RESULT_RECEIVERS_NOT_ALLOWED: "RESULT_RECEIVERS_NOT_ALLOWED";
|
|
197
|
+
readonly RESULT_RECEIVERS_NOT_CONFIGURED: "RESULT_RECEIVERS_NOT_CONFIGURED";
|
|
198
|
+
};
|
|
199
|
+
export type SchemaStatusReasonCode =
|
|
200
|
+
(typeof SchemaStatusReasonCode)[keyof typeof SchemaStatusReasonCode];
|
|
201
|
+
export declare const SchemaStatus: {
|
|
202
|
+
readonly NOT_READY: "NOT_READY";
|
|
203
|
+
readonly READY: "READY";
|
|
204
|
+
};
|
|
205
|
+
export type SchemaStatus = (typeof SchemaStatus)[keyof typeof SchemaStatus];
|
|
206
|
+
export declare const IdNamespaceType: {
|
|
207
|
+
readonly SOURCE: "SOURCE";
|
|
208
|
+
readonly TARGET: "TARGET";
|
|
209
|
+
};
|
|
210
|
+
export type IdNamespaceType =
|
|
211
|
+
(typeof IdNamespaceType)[keyof typeof IdNamespaceType];
|
|
212
|
+
export declare const SelectedAnalysisMethod: {
|
|
213
|
+
readonly DIRECT_JOB: "DIRECT_JOB";
|
|
214
|
+
readonly DIRECT_QUERY: "DIRECT_QUERY";
|
|
215
|
+
};
|
|
216
|
+
export type SelectedAnalysisMethod =
|
|
217
|
+
(typeof SelectedAnalysisMethod)[keyof typeof SelectedAnalysisMethod];
|
|
218
|
+
export declare const SchemaType: {
|
|
219
|
+
readonly ID_MAPPING_TABLE: "ID_MAPPING_TABLE";
|
|
220
|
+
readonly TABLE: "TABLE";
|
|
221
|
+
};
|
|
222
|
+
export type SchemaType = (typeof SchemaType)[keyof typeof SchemaType];
|
|
223
|
+
export declare const MemberAbility: {
|
|
224
|
+
readonly CAN_QUERY: "CAN_QUERY";
|
|
225
|
+
readonly CAN_RECEIVE_RESULTS: "CAN_RECEIVE_RESULTS";
|
|
226
|
+
readonly CAN_RUN_JOB: "CAN_RUN_JOB";
|
|
227
|
+
};
|
|
228
|
+
export type MemberAbility = (typeof MemberAbility)[keyof typeof MemberAbility];
|
|
229
|
+
export declare const CustomMLMemberAbility: {
|
|
230
|
+
readonly CAN_RECEIVE_INFERENCE_OUTPUT: "CAN_RECEIVE_INFERENCE_OUTPUT";
|
|
231
|
+
readonly CAN_RECEIVE_MODEL_OUTPUT: "CAN_RECEIVE_MODEL_OUTPUT";
|
|
232
|
+
};
|
|
233
|
+
export type CustomMLMemberAbility =
|
|
234
|
+
(typeof CustomMLMemberAbility)[keyof typeof CustomMLMemberAbility];
|
|
235
|
+
export declare const CollaborationJobLogStatus: {
|
|
236
|
+
readonly DISABLED: "DISABLED";
|
|
237
|
+
readonly ENABLED: "ENABLED";
|
|
238
|
+
};
|
|
239
|
+
export type CollaborationJobLogStatus =
|
|
240
|
+
(typeof CollaborationJobLogStatus)[keyof typeof CollaborationJobLogStatus];
|
|
241
|
+
export declare const CollaborationQueryLogStatus: {
|
|
242
|
+
readonly DISABLED: "DISABLED";
|
|
243
|
+
readonly ENABLED: "ENABLED";
|
|
244
|
+
};
|
|
245
|
+
export type CollaborationQueryLogStatus =
|
|
246
|
+
(typeof CollaborationQueryLogStatus)[keyof typeof CollaborationQueryLogStatus];
|
|
247
|
+
export declare const ChangeSpecificationType: {
|
|
248
|
+
readonly MEMBER: "MEMBER";
|
|
249
|
+
};
|
|
250
|
+
export type ChangeSpecificationType =
|
|
251
|
+
(typeof ChangeSpecificationType)[keyof typeof ChangeSpecificationType];
|
|
252
|
+
export declare const ChangeType: {
|
|
253
|
+
readonly ADD_MEMBER: "ADD_MEMBER";
|
|
254
|
+
};
|
|
255
|
+
export type ChangeType = (typeof ChangeType)[keyof typeof ChangeType];
|
|
256
|
+
export declare const ChangeRequestStatus: {
|
|
257
|
+
readonly APPROVED: "APPROVED";
|
|
258
|
+
readonly CANCELLED: "CANCELLED";
|
|
259
|
+
readonly COMMITTED: "COMMITTED";
|
|
260
|
+
readonly DENIED: "DENIED";
|
|
261
|
+
readonly PENDING: "PENDING";
|
|
262
|
+
};
|
|
263
|
+
export type ChangeRequestStatus =
|
|
264
|
+
(typeof ChangeRequestStatus)[keyof typeof ChangeRequestStatus];
|
|
265
|
+
export declare const PrivacyBudgetTemplateAutoRefresh: {
|
|
266
|
+
readonly CALENDAR_MONTH: "CALENDAR_MONTH";
|
|
267
|
+
readonly NONE: "NONE";
|
|
268
|
+
};
|
|
269
|
+
export type PrivacyBudgetTemplateAutoRefresh =
|
|
270
|
+
(typeof PrivacyBudgetTemplateAutoRefresh)[keyof typeof PrivacyBudgetTemplateAutoRefresh];
|
|
271
|
+
export declare const PrivacyBudgetType: {
|
|
272
|
+
readonly ACCESS_BUDGET: "ACCESS_BUDGET";
|
|
273
|
+
readonly DIFFERENTIAL_PRIVACY: "DIFFERENTIAL_PRIVACY";
|
|
274
|
+
};
|
|
275
|
+
export type PrivacyBudgetType =
|
|
276
|
+
(typeof PrivacyBudgetType)[keyof typeof PrivacyBudgetType];
|
|
277
|
+
export declare const DifferentialPrivacyAggregationType: {
|
|
278
|
+
readonly AVG: "AVG";
|
|
279
|
+
readonly COUNT: "COUNT";
|
|
280
|
+
readonly COUNT_DISTINCT: "COUNT_DISTINCT";
|
|
281
|
+
readonly STDDEV: "STDDEV";
|
|
282
|
+
readonly SUM: "SUM";
|
|
283
|
+
};
|
|
284
|
+
export type DifferentialPrivacyAggregationType =
|
|
285
|
+
(typeof DifferentialPrivacyAggregationType)[keyof typeof DifferentialPrivacyAggregationType];
|
|
286
|
+
export declare const ConfiguredTableAssociationAnalysisRuleType: {
|
|
287
|
+
readonly AGGREGATION: "AGGREGATION";
|
|
288
|
+
readonly CUSTOM: "CUSTOM";
|
|
289
|
+
readonly LIST: "LIST";
|
|
290
|
+
};
|
|
291
|
+
export type ConfiguredTableAssociationAnalysisRuleType =
|
|
292
|
+
(typeof ConfiguredTableAssociationAnalysisRuleType)[keyof typeof ConfiguredTableAssociationAnalysisRuleType];
|
|
293
|
+
export declare const ConfiguredTableAnalysisRuleType: {
|
|
294
|
+
readonly AGGREGATION: "AGGREGATION";
|
|
295
|
+
readonly CUSTOM: "CUSTOM";
|
|
296
|
+
readonly LIST: "LIST";
|
|
297
|
+
};
|
|
298
|
+
export type ConfiguredTableAnalysisRuleType =
|
|
299
|
+
(typeof ConfiguredTableAnalysisRuleType)[keyof typeof ConfiguredTableAnalysisRuleType];
|
|
300
|
+
export declare const JobType: {
|
|
301
|
+
readonly BATCH: "BATCH";
|
|
302
|
+
readonly DELETE_ONLY: "DELETE_ONLY";
|
|
303
|
+
readonly INCREMENTAL: "INCREMENTAL";
|
|
304
|
+
};
|
|
305
|
+
export type JobType = (typeof JobType)[keyof typeof JobType];
|
|
306
|
+
export declare const MembershipJobLogStatus: {
|
|
307
|
+
readonly DISABLED: "DISABLED";
|
|
308
|
+
readonly ENABLED: "ENABLED";
|
|
309
|
+
};
|
|
310
|
+
export type MembershipJobLogStatus =
|
|
311
|
+
(typeof MembershipJobLogStatus)[keyof typeof MembershipJobLogStatus];
|
|
312
|
+
export declare const MembershipQueryLogStatus: {
|
|
313
|
+
readonly DISABLED: "DISABLED";
|
|
314
|
+
readonly ENABLED: "ENABLED";
|
|
315
|
+
};
|
|
316
|
+
export type MembershipQueryLogStatus =
|
|
317
|
+
(typeof MembershipQueryLogStatus)[keyof typeof MembershipQueryLogStatus];
|
|
318
|
+
export declare const ProtectedJobWorkerComputeType: {
|
|
319
|
+
readonly CR1X: "CR.1X";
|
|
320
|
+
readonly CR4X: "CR.4X";
|
|
321
|
+
};
|
|
322
|
+
export type ProtectedJobWorkerComputeType =
|
|
323
|
+
(typeof ProtectedJobWorkerComputeType)[keyof typeof ProtectedJobWorkerComputeType];
|
|
324
|
+
export declare const ProtectedJobStatus: {
|
|
325
|
+
readonly CANCELLED: "CANCELLED";
|
|
326
|
+
readonly CANCELLING: "CANCELLING";
|
|
327
|
+
readonly FAILED: "FAILED";
|
|
328
|
+
readonly STARTED: "STARTED";
|
|
329
|
+
readonly SUBMITTED: "SUBMITTED";
|
|
330
|
+
readonly SUCCESS: "SUCCESS";
|
|
331
|
+
};
|
|
332
|
+
export type ProtectedJobStatus =
|
|
333
|
+
(typeof ProtectedJobStatus)[keyof typeof ProtectedJobStatus];
|
|
334
|
+
export declare const WorkerComputeType: {
|
|
335
|
+
readonly CR1X: "CR.1X";
|
|
336
|
+
readonly CR4X: "CR.4X";
|
|
337
|
+
};
|
|
338
|
+
export type WorkerComputeType =
|
|
339
|
+
(typeof WorkerComputeType)[keyof typeof WorkerComputeType];
|
|
340
|
+
export declare const ProtectedJobAnalysisType: {
|
|
341
|
+
readonly DIRECT_ANALYSIS: "DIRECT_ANALYSIS";
|
|
342
|
+
};
|
|
343
|
+
export type ProtectedJobAnalysisType =
|
|
344
|
+
(typeof ProtectedJobAnalysisType)[keyof typeof ProtectedJobAnalysisType];
|
|
345
|
+
export declare const ProtectedJobType: {
|
|
346
|
+
readonly PYSPARK: "PYSPARK";
|
|
347
|
+
};
|
|
348
|
+
export type ProtectedJobType =
|
|
349
|
+
(typeof ProtectedJobType)[keyof typeof ProtectedJobType];
|
|
350
|
+
export declare const TargetProtectedJobStatus: {
|
|
351
|
+
readonly CANCELLED: "CANCELLED";
|
|
352
|
+
};
|
|
353
|
+
export type TargetProtectedJobStatus =
|
|
354
|
+
(typeof TargetProtectedJobStatus)[keyof typeof TargetProtectedJobStatus];
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
|
+
import { CleanRoomsServiceException as __BaseException } from "./CleanRoomsServiceException";
|
|
3
|
+
import {
|
|
4
|
+
AccessDeniedExceptionReason,
|
|
5
|
+
ConflictExceptionReason,
|
|
6
|
+
ResourceType,
|
|
7
|
+
ValidationExceptionField,
|
|
8
|
+
ValidationExceptionReason,
|
|
9
|
+
} from "./models_0";
|
|
10
|
+
export declare class AccessDeniedException extends __BaseException {
|
|
11
|
+
readonly name: "AccessDeniedException";
|
|
12
|
+
readonly $fault: "client";
|
|
13
|
+
reason?: AccessDeniedExceptionReason | undefined;
|
|
14
|
+
constructor(
|
|
15
|
+
opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
|
|
16
|
+
);
|
|
17
|
+
}
|
|
18
|
+
export declare class ConflictException extends __BaseException {
|
|
19
|
+
readonly name: "ConflictException";
|
|
20
|
+
readonly $fault: "client";
|
|
21
|
+
resourceId?: string | undefined;
|
|
22
|
+
resourceType?: ResourceType | undefined;
|
|
23
|
+
reason?: ConflictExceptionReason | undefined;
|
|
24
|
+
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
25
|
+
}
|
|
26
|
+
export declare class InternalServerException extends __BaseException {
|
|
27
|
+
readonly name: "InternalServerException";
|
|
28
|
+
readonly $fault: "server";
|
|
29
|
+
constructor(
|
|
30
|
+
opts: __ExceptionOptionType<InternalServerException, __BaseException>
|
|
31
|
+
);
|
|
32
|
+
}
|
|
33
|
+
export declare class ResourceNotFoundException extends __BaseException {
|
|
34
|
+
readonly name: "ResourceNotFoundException";
|
|
35
|
+
readonly $fault: "client";
|
|
36
|
+
resourceId: string | undefined;
|
|
37
|
+
resourceType: ResourceType | undefined;
|
|
38
|
+
constructor(
|
|
39
|
+
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
40
|
+
);
|
|
41
|
+
}
|
|
42
|
+
export declare class ServiceQuotaExceededException extends __BaseException {
|
|
43
|
+
readonly name: "ServiceQuotaExceededException";
|
|
44
|
+
readonly $fault: "client";
|
|
45
|
+
quotaName: string | undefined;
|
|
46
|
+
quotaValue: number | undefined;
|
|
47
|
+
constructor(
|
|
48
|
+
opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>
|
|
49
|
+
);
|
|
50
|
+
}
|
|
51
|
+
export declare class ThrottlingException extends __BaseException {
|
|
52
|
+
readonly name: "ThrottlingException";
|
|
53
|
+
readonly $fault: "client";
|
|
54
|
+
constructor(
|
|
55
|
+
opts: __ExceptionOptionType<ThrottlingException, __BaseException>
|
|
56
|
+
);
|
|
57
|
+
}
|
|
58
|
+
export declare class ValidationException extends __BaseException {
|
|
59
|
+
readonly name: "ValidationException";
|
|
60
|
+
readonly $fault: "client";
|
|
61
|
+
reason?: ValidationExceptionReason | undefined;
|
|
62
|
+
fieldList?: ValidationExceptionField[] | undefined;
|
|
63
|
+
constructor(
|
|
64
|
+
opts: __ExceptionOptionType<ValidationException, __BaseException>
|
|
65
|
+
);
|
|
66
|
+
}
|