@aws-sdk/client-cleanrooms 3.301.0 → 3.306.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/models/models_0.js +107 -129
- package/dist-es/models/models_0.js +107 -129
- package/dist-types/models/models_0.d.ts +217 -107
- package/dist-types/ts3.4/models/models_0.d.ts +146 -107
- package/package.json +34 -34
|
@@ -3,10 +3,9 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.UpdateProtectedQueryOutputFilterSensitiveLog = exports.StartProtectedQueryOutputFilterSensitiveLog = exports.StartProtectedQueryInputFilterSensitiveLog = exports.GetProtectedQueryOutputFilterSensitiveLog = exports.ProtectedQueryFilterSensitiveLog = exports.ProtectedQuerySQLParametersFilterSensitiveLog = exports.TargetProtectedQueryStatus = exports.ProtectedQueryType = exports.ProtectedQueryStatus = exports.ProtectedQueryOutputConfiguration = exports.ResultFormat = exports.ProtectedQueryOutput = exports.MembershipStatus = exports.MembershipQueryLogStatus = exports.ConfiguredTableAnalysisRulePolicy = exports.ConfiguredTableAnalysisRulePolicyV1 = exports.ConfiguredTableAnalysisRuleType = exports.TableReference = exports.FilterableMemberStatus = exports.ConflictException = exports.ConflictExceptionReason = exports.ServiceQuotaExceededException = exports.MemberStatus = exports.CollaborationQueryLogStatus = exports.MemberAbility = exports.ValidationException = exports.ValidationExceptionReason = exports.ThrottlingException = exports.ResourceNotFoundException = exports.ResourceType = exports.InternalServerException = exports.SchemaType = exports.AnalysisRuleType = exports.AnalysisRulePolicy = exports.AnalysisRulePolicyV1 = exports.ScalarFunctions = exports.JoinRequiredOption = exports.AnalysisMethod = exports.AggregationType = exports.AggregateFunctionName = exports.AccessDeniedException = exports.AccessDeniedExceptionReason = void 0;
|
|
4
4
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
5
5
|
const CleanRoomsServiceException_1 = require("./CleanRoomsServiceException");
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
})(AccessDeniedExceptionReason = exports.AccessDeniedExceptionReason || (exports.AccessDeniedExceptionReason = {}));
|
|
6
|
+
exports.AccessDeniedExceptionReason = {
|
|
7
|
+
INSUFFICIENT_PERMISSIONS: "INSUFFICIENT_PERMISSIONS",
|
|
8
|
+
};
|
|
10
9
|
class AccessDeniedException extends CleanRoomsServiceException_1.CleanRoomsServiceException {
|
|
11
10
|
constructor(opts) {
|
|
12
11
|
super({
|
|
@@ -21,42 +20,37 @@ class AccessDeniedException extends CleanRoomsServiceException_1.CleanRoomsServi
|
|
|
21
20
|
}
|
|
22
21
|
}
|
|
23
22
|
exports.AccessDeniedException = AccessDeniedException;
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
ScalarFunctions["RTRIM"] = "RTRIM";
|
|
56
|
-
ScalarFunctions["SQRT"] = "SQRT";
|
|
57
|
-
ScalarFunctions["TRUNC"] = "TRUNC";
|
|
58
|
-
ScalarFunctions["UPPER"] = "UPPER";
|
|
59
|
-
})(ScalarFunctions = exports.ScalarFunctions || (exports.ScalarFunctions = {}));
|
|
23
|
+
exports.AggregateFunctionName = {
|
|
24
|
+
AVG: "AVG",
|
|
25
|
+
COUNT: "COUNT",
|
|
26
|
+
COUNT_DISTINCT: "COUNT_DISTINCT",
|
|
27
|
+
SUM: "SUM",
|
|
28
|
+
SUM_DISTINCT: "SUM_DISTINCT",
|
|
29
|
+
};
|
|
30
|
+
exports.AggregationType = {
|
|
31
|
+
COUNT_DISTINCT: "COUNT_DISTINCT",
|
|
32
|
+
};
|
|
33
|
+
exports.AnalysisMethod = {
|
|
34
|
+
DIRECT_QUERY: "DIRECT_QUERY",
|
|
35
|
+
};
|
|
36
|
+
exports.JoinRequiredOption = {
|
|
37
|
+
QUERY_RUNNER: "QUERY_RUNNER",
|
|
38
|
+
};
|
|
39
|
+
exports.ScalarFunctions = {
|
|
40
|
+
ABS: "ABS",
|
|
41
|
+
CAST: "CAST",
|
|
42
|
+
CEILING: "CEILING",
|
|
43
|
+
COALESCE: "COALESCE",
|
|
44
|
+
FLOOR: "FLOOR",
|
|
45
|
+
LN: "LN",
|
|
46
|
+
LOG: "LOG",
|
|
47
|
+
LOWER: "LOWER",
|
|
48
|
+
ROUND: "ROUND",
|
|
49
|
+
RTRIM: "RTRIM",
|
|
50
|
+
SQRT: "SQRT",
|
|
51
|
+
TRUNC: "TRUNC",
|
|
52
|
+
UPPER: "UPPER",
|
|
53
|
+
};
|
|
60
54
|
var AnalysisRulePolicyV1;
|
|
61
55
|
(function (AnalysisRulePolicyV1) {
|
|
62
56
|
AnalysisRulePolicyV1.visit = (value, visitor) => {
|
|
@@ -75,15 +69,13 @@ var AnalysisRulePolicy;
|
|
|
75
69
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
76
70
|
};
|
|
77
71
|
})(AnalysisRulePolicy = exports.AnalysisRulePolicy || (exports.AnalysisRulePolicy = {}));
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
SchemaType["TABLE"] = "TABLE";
|
|
86
|
-
})(SchemaType = exports.SchemaType || (exports.SchemaType = {}));
|
|
72
|
+
exports.AnalysisRuleType = {
|
|
73
|
+
AGGREGATION: "AGGREGATION",
|
|
74
|
+
LIST: "LIST",
|
|
75
|
+
};
|
|
76
|
+
exports.SchemaType = {
|
|
77
|
+
TABLE: "TABLE",
|
|
78
|
+
};
|
|
87
79
|
class InternalServerException extends CleanRoomsServiceException_1.CleanRoomsServiceException {
|
|
88
80
|
constructor(opts) {
|
|
89
81
|
super({
|
|
@@ -97,13 +89,12 @@ class InternalServerException extends CleanRoomsServiceException_1.CleanRoomsSer
|
|
|
97
89
|
}
|
|
98
90
|
}
|
|
99
91
|
exports.InternalServerException = InternalServerException;
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
})(ResourceType = exports.ResourceType || (exports.ResourceType = {}));
|
|
92
|
+
exports.ResourceType = {
|
|
93
|
+
COLLABORATION: "COLLABORATION",
|
|
94
|
+
CONFIGURED_TABLE: "CONFIGURED_TABLE",
|
|
95
|
+
CONFIGURED_TABLE_ASSOCIATION: "CONFIGURED_TABLE_ASSOCIATION",
|
|
96
|
+
MEMBERSHIP: "MEMBERSHIP",
|
|
97
|
+
};
|
|
107
98
|
class ResourceNotFoundException extends CleanRoomsServiceException_1.CleanRoomsServiceException {
|
|
108
99
|
constructor(opts) {
|
|
109
100
|
super({
|
|
@@ -132,12 +123,11 @@ class ThrottlingException extends CleanRoomsServiceException_1.CleanRoomsService
|
|
|
132
123
|
}
|
|
133
124
|
}
|
|
134
125
|
exports.ThrottlingException = ThrottlingException;
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
})(ValidationExceptionReason = exports.ValidationExceptionReason || (exports.ValidationExceptionReason = {}));
|
|
126
|
+
exports.ValidationExceptionReason = {
|
|
127
|
+
FIELD_VALIDATION_FAILED: "FIELD_VALIDATION_FAILED",
|
|
128
|
+
INVALID_CONFIGURATION: "INVALID_CONFIGURATION",
|
|
129
|
+
INVALID_QUERY: "INVALID_QUERY",
|
|
130
|
+
};
|
|
141
131
|
class ValidationException extends CleanRoomsServiceException_1.CleanRoomsServiceException {
|
|
142
132
|
constructor(opts) {
|
|
143
133
|
super({
|
|
@@ -153,23 +143,20 @@ class ValidationException extends CleanRoomsServiceException_1.CleanRoomsService
|
|
|
153
143
|
}
|
|
154
144
|
}
|
|
155
145
|
exports.ValidationException = ValidationException;
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
MemberStatus["LEFT"] = "LEFT";
|
|
171
|
-
MemberStatus["REMOVED"] = "REMOVED";
|
|
172
|
-
})(MemberStatus = exports.MemberStatus || (exports.MemberStatus = {}));
|
|
146
|
+
exports.MemberAbility = {
|
|
147
|
+
CAN_QUERY: "CAN_QUERY",
|
|
148
|
+
CAN_RECEIVE_RESULTS: "CAN_RECEIVE_RESULTS",
|
|
149
|
+
};
|
|
150
|
+
exports.CollaborationQueryLogStatus = {
|
|
151
|
+
DISABLED: "DISABLED",
|
|
152
|
+
ENABLED: "ENABLED",
|
|
153
|
+
};
|
|
154
|
+
exports.MemberStatus = {
|
|
155
|
+
ACTIVE: "ACTIVE",
|
|
156
|
+
INVITED: "INVITED",
|
|
157
|
+
LEFT: "LEFT",
|
|
158
|
+
REMOVED: "REMOVED",
|
|
159
|
+
};
|
|
173
160
|
class ServiceQuotaExceededException extends CleanRoomsServiceException_1.CleanRoomsServiceException {
|
|
174
161
|
constructor(opts) {
|
|
175
162
|
super({
|
|
@@ -185,12 +172,11 @@ class ServiceQuotaExceededException extends CleanRoomsServiceException_1.CleanRo
|
|
|
185
172
|
}
|
|
186
173
|
}
|
|
187
174
|
exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
})(ConflictExceptionReason = exports.ConflictExceptionReason || (exports.ConflictExceptionReason = {}));
|
|
175
|
+
exports.ConflictExceptionReason = {
|
|
176
|
+
ALREADY_EXISTS: "ALREADY_EXISTS",
|
|
177
|
+
INVALID_STATE: "INVALID_STATE",
|
|
178
|
+
SUBRESOURCES_EXIST: "SUBRESOURCES_EXIST",
|
|
179
|
+
};
|
|
194
180
|
class ConflictException extends CleanRoomsServiceException_1.CleanRoomsServiceException {
|
|
195
181
|
constructor(opts) {
|
|
196
182
|
super({
|
|
@@ -207,11 +193,10 @@ class ConflictException extends CleanRoomsServiceException_1.CleanRoomsServiceEx
|
|
|
207
193
|
}
|
|
208
194
|
}
|
|
209
195
|
exports.ConflictException = ConflictException;
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
})(FilterableMemberStatus = exports.FilterableMemberStatus || (exports.FilterableMemberStatus = {}));
|
|
196
|
+
exports.FilterableMemberStatus = {
|
|
197
|
+
ACTIVE: "ACTIVE",
|
|
198
|
+
INVITED: "INVITED",
|
|
199
|
+
};
|
|
215
200
|
var TableReference;
|
|
216
201
|
(function (TableReference) {
|
|
217
202
|
TableReference.visit = (value, visitor) => {
|
|
@@ -220,11 +205,10 @@ var TableReference;
|
|
|
220
205
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
221
206
|
};
|
|
222
207
|
})(TableReference = exports.TableReference || (exports.TableReference = {}));
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
})(ConfiguredTableAnalysisRuleType = exports.ConfiguredTableAnalysisRuleType || (exports.ConfiguredTableAnalysisRuleType = {}));
|
|
208
|
+
exports.ConfiguredTableAnalysisRuleType = {
|
|
209
|
+
AGGREGATION: "AGGREGATION",
|
|
210
|
+
LIST: "LIST",
|
|
211
|
+
};
|
|
228
212
|
var ConfiguredTableAnalysisRulePolicyV1;
|
|
229
213
|
(function (ConfiguredTableAnalysisRulePolicyV1) {
|
|
230
214
|
ConfiguredTableAnalysisRulePolicyV1.visit = (value, visitor) => {
|
|
@@ -243,17 +227,15 @@ var ConfiguredTableAnalysisRulePolicy;
|
|
|
243
227
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
244
228
|
};
|
|
245
229
|
})(ConfiguredTableAnalysisRulePolicy = exports.ConfiguredTableAnalysisRulePolicy || (exports.ConfiguredTableAnalysisRulePolicy = {}));
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
MembershipStatus["REMOVED"] = "REMOVED";
|
|
256
|
-
})(MembershipStatus = exports.MembershipStatus || (exports.MembershipStatus = {}));
|
|
230
|
+
exports.MembershipQueryLogStatus = {
|
|
231
|
+
DISABLED: "DISABLED",
|
|
232
|
+
ENABLED: "ENABLED",
|
|
233
|
+
};
|
|
234
|
+
exports.MembershipStatus = {
|
|
235
|
+
ACTIVE: "ACTIVE",
|
|
236
|
+
COLLABORATION_DELETED: "COLLABORATION_DELETED",
|
|
237
|
+
REMOVED: "REMOVED",
|
|
238
|
+
};
|
|
257
239
|
var ProtectedQueryOutput;
|
|
258
240
|
(function (ProtectedQueryOutput) {
|
|
259
241
|
ProtectedQueryOutput.visit = (value, visitor) => {
|
|
@@ -262,11 +244,10 @@ var ProtectedQueryOutput;
|
|
|
262
244
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
263
245
|
};
|
|
264
246
|
})(ProtectedQueryOutput = exports.ProtectedQueryOutput || (exports.ProtectedQueryOutput = {}));
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
})(ResultFormat = exports.ResultFormat || (exports.ResultFormat = {}));
|
|
247
|
+
exports.ResultFormat = {
|
|
248
|
+
CSV: "CSV",
|
|
249
|
+
PARQUET: "PARQUET",
|
|
250
|
+
};
|
|
270
251
|
var ProtectedQueryOutputConfiguration;
|
|
271
252
|
(function (ProtectedQueryOutputConfiguration) {
|
|
272
253
|
ProtectedQueryOutputConfiguration.visit = (value, visitor) => {
|
|
@@ -275,24 +256,21 @@ var ProtectedQueryOutputConfiguration;
|
|
|
275
256
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
276
257
|
};
|
|
277
258
|
})(ProtectedQueryOutputConfiguration = exports.ProtectedQueryOutputConfiguration || (exports.ProtectedQueryOutputConfiguration = {}));
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
(function (TargetProtectedQueryStatus) {
|
|
294
|
-
TargetProtectedQueryStatus["CANCELLED"] = "CANCELLED";
|
|
295
|
-
})(TargetProtectedQueryStatus = exports.TargetProtectedQueryStatus || (exports.TargetProtectedQueryStatus = {}));
|
|
259
|
+
exports.ProtectedQueryStatus = {
|
|
260
|
+
CANCELLED: "CANCELLED",
|
|
261
|
+
CANCELLING: "CANCELLING",
|
|
262
|
+
FAILED: "FAILED",
|
|
263
|
+
STARTED: "STARTED",
|
|
264
|
+
SUBMITTED: "SUBMITTED",
|
|
265
|
+
SUCCESS: "SUCCESS",
|
|
266
|
+
TIMED_OUT: "TIMED_OUT",
|
|
267
|
+
};
|
|
268
|
+
exports.ProtectedQueryType = {
|
|
269
|
+
SQL: "SQL",
|
|
270
|
+
};
|
|
271
|
+
exports.TargetProtectedQueryStatus = {
|
|
272
|
+
CANCELLED: "CANCELLED",
|
|
273
|
+
};
|
|
296
274
|
const ProtectedQuerySQLParametersFilterSensitiveLog = (obj) => ({
|
|
297
275
|
...obj,
|
|
298
276
|
});
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
import { SENSITIVE_STRING } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { CleanRoomsServiceException as __BaseException } from "./CleanRoomsServiceException";
|
|
3
|
-
export
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
})(AccessDeniedExceptionReason || (AccessDeniedExceptionReason = {}));
|
|
3
|
+
export const AccessDeniedExceptionReason = {
|
|
4
|
+
INSUFFICIENT_PERMISSIONS: "INSUFFICIENT_PERMISSIONS",
|
|
5
|
+
};
|
|
7
6
|
export class AccessDeniedException extends __BaseException {
|
|
8
7
|
constructor(opts) {
|
|
9
8
|
super({
|
|
@@ -17,42 +16,37 @@ export class AccessDeniedException extends __BaseException {
|
|
|
17
16
|
this.reason = opts.reason;
|
|
18
17
|
}
|
|
19
18
|
}
|
|
20
|
-
export
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
}
|
|
36
|
-
export
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
ScalarFunctions["RTRIM"] = "RTRIM";
|
|
52
|
-
ScalarFunctions["SQRT"] = "SQRT";
|
|
53
|
-
ScalarFunctions["TRUNC"] = "TRUNC";
|
|
54
|
-
ScalarFunctions["UPPER"] = "UPPER";
|
|
55
|
-
})(ScalarFunctions || (ScalarFunctions = {}));
|
|
19
|
+
export const AggregateFunctionName = {
|
|
20
|
+
AVG: "AVG",
|
|
21
|
+
COUNT: "COUNT",
|
|
22
|
+
COUNT_DISTINCT: "COUNT_DISTINCT",
|
|
23
|
+
SUM: "SUM",
|
|
24
|
+
SUM_DISTINCT: "SUM_DISTINCT",
|
|
25
|
+
};
|
|
26
|
+
export const AggregationType = {
|
|
27
|
+
COUNT_DISTINCT: "COUNT_DISTINCT",
|
|
28
|
+
};
|
|
29
|
+
export const AnalysisMethod = {
|
|
30
|
+
DIRECT_QUERY: "DIRECT_QUERY",
|
|
31
|
+
};
|
|
32
|
+
export const JoinRequiredOption = {
|
|
33
|
+
QUERY_RUNNER: "QUERY_RUNNER",
|
|
34
|
+
};
|
|
35
|
+
export const ScalarFunctions = {
|
|
36
|
+
ABS: "ABS",
|
|
37
|
+
CAST: "CAST",
|
|
38
|
+
CEILING: "CEILING",
|
|
39
|
+
COALESCE: "COALESCE",
|
|
40
|
+
FLOOR: "FLOOR",
|
|
41
|
+
LN: "LN",
|
|
42
|
+
LOG: "LOG",
|
|
43
|
+
LOWER: "LOWER",
|
|
44
|
+
ROUND: "ROUND",
|
|
45
|
+
RTRIM: "RTRIM",
|
|
46
|
+
SQRT: "SQRT",
|
|
47
|
+
TRUNC: "TRUNC",
|
|
48
|
+
UPPER: "UPPER",
|
|
49
|
+
};
|
|
56
50
|
export var AnalysisRulePolicyV1;
|
|
57
51
|
(function (AnalysisRulePolicyV1) {
|
|
58
52
|
AnalysisRulePolicyV1.visit = (value, visitor) => {
|
|
@@ -71,15 +65,13 @@ export var AnalysisRulePolicy;
|
|
|
71
65
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
72
66
|
};
|
|
73
67
|
})(AnalysisRulePolicy || (AnalysisRulePolicy = {}));
|
|
74
|
-
export
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
SchemaType["TABLE"] = "TABLE";
|
|
82
|
-
})(SchemaType || (SchemaType = {}));
|
|
68
|
+
export const AnalysisRuleType = {
|
|
69
|
+
AGGREGATION: "AGGREGATION",
|
|
70
|
+
LIST: "LIST",
|
|
71
|
+
};
|
|
72
|
+
export const SchemaType = {
|
|
73
|
+
TABLE: "TABLE",
|
|
74
|
+
};
|
|
83
75
|
export class InternalServerException extends __BaseException {
|
|
84
76
|
constructor(opts) {
|
|
85
77
|
super({
|
|
@@ -92,13 +84,12 @@ export class InternalServerException extends __BaseException {
|
|
|
92
84
|
Object.setPrototypeOf(this, InternalServerException.prototype);
|
|
93
85
|
}
|
|
94
86
|
}
|
|
95
|
-
export
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
})(ResourceType || (ResourceType = {}));
|
|
87
|
+
export const ResourceType = {
|
|
88
|
+
COLLABORATION: "COLLABORATION",
|
|
89
|
+
CONFIGURED_TABLE: "CONFIGURED_TABLE",
|
|
90
|
+
CONFIGURED_TABLE_ASSOCIATION: "CONFIGURED_TABLE_ASSOCIATION",
|
|
91
|
+
MEMBERSHIP: "MEMBERSHIP",
|
|
92
|
+
};
|
|
102
93
|
export class ResourceNotFoundException extends __BaseException {
|
|
103
94
|
constructor(opts) {
|
|
104
95
|
super({
|
|
@@ -125,12 +116,11 @@ export class ThrottlingException extends __BaseException {
|
|
|
125
116
|
Object.setPrototypeOf(this, ThrottlingException.prototype);
|
|
126
117
|
}
|
|
127
118
|
}
|
|
128
|
-
export
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
})(ValidationExceptionReason || (ValidationExceptionReason = {}));
|
|
119
|
+
export const ValidationExceptionReason = {
|
|
120
|
+
FIELD_VALIDATION_FAILED: "FIELD_VALIDATION_FAILED",
|
|
121
|
+
INVALID_CONFIGURATION: "INVALID_CONFIGURATION",
|
|
122
|
+
INVALID_QUERY: "INVALID_QUERY",
|
|
123
|
+
};
|
|
134
124
|
export class ValidationException extends __BaseException {
|
|
135
125
|
constructor(opts) {
|
|
136
126
|
super({
|
|
@@ -145,23 +135,20 @@ export class ValidationException extends __BaseException {
|
|
|
145
135
|
this.fieldList = opts.fieldList;
|
|
146
136
|
}
|
|
147
137
|
}
|
|
148
|
-
export
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
MemberStatus["LEFT"] = "LEFT";
|
|
163
|
-
MemberStatus["REMOVED"] = "REMOVED";
|
|
164
|
-
})(MemberStatus || (MemberStatus = {}));
|
|
138
|
+
export const MemberAbility = {
|
|
139
|
+
CAN_QUERY: "CAN_QUERY",
|
|
140
|
+
CAN_RECEIVE_RESULTS: "CAN_RECEIVE_RESULTS",
|
|
141
|
+
};
|
|
142
|
+
export const CollaborationQueryLogStatus = {
|
|
143
|
+
DISABLED: "DISABLED",
|
|
144
|
+
ENABLED: "ENABLED",
|
|
145
|
+
};
|
|
146
|
+
export const MemberStatus = {
|
|
147
|
+
ACTIVE: "ACTIVE",
|
|
148
|
+
INVITED: "INVITED",
|
|
149
|
+
LEFT: "LEFT",
|
|
150
|
+
REMOVED: "REMOVED",
|
|
151
|
+
};
|
|
165
152
|
export class ServiceQuotaExceededException extends __BaseException {
|
|
166
153
|
constructor(opts) {
|
|
167
154
|
super({
|
|
@@ -176,12 +163,11 @@ export class ServiceQuotaExceededException extends __BaseException {
|
|
|
176
163
|
this.quotaValue = opts.quotaValue;
|
|
177
164
|
}
|
|
178
165
|
}
|
|
179
|
-
export
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
})(ConflictExceptionReason || (ConflictExceptionReason = {}));
|
|
166
|
+
export const ConflictExceptionReason = {
|
|
167
|
+
ALREADY_EXISTS: "ALREADY_EXISTS",
|
|
168
|
+
INVALID_STATE: "INVALID_STATE",
|
|
169
|
+
SUBRESOURCES_EXIST: "SUBRESOURCES_EXIST",
|
|
170
|
+
};
|
|
185
171
|
export class ConflictException extends __BaseException {
|
|
186
172
|
constructor(opts) {
|
|
187
173
|
super({
|
|
@@ -197,11 +183,10 @@ export class ConflictException extends __BaseException {
|
|
|
197
183
|
this.reason = opts.reason;
|
|
198
184
|
}
|
|
199
185
|
}
|
|
200
|
-
export
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
})(FilterableMemberStatus || (FilterableMemberStatus = {}));
|
|
186
|
+
export const FilterableMemberStatus = {
|
|
187
|
+
ACTIVE: "ACTIVE",
|
|
188
|
+
INVITED: "INVITED",
|
|
189
|
+
};
|
|
205
190
|
export var TableReference;
|
|
206
191
|
(function (TableReference) {
|
|
207
192
|
TableReference.visit = (value, visitor) => {
|
|
@@ -210,11 +195,10 @@ export var TableReference;
|
|
|
210
195
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
211
196
|
};
|
|
212
197
|
})(TableReference || (TableReference = {}));
|
|
213
|
-
export
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
})(ConfiguredTableAnalysisRuleType || (ConfiguredTableAnalysisRuleType = {}));
|
|
198
|
+
export const ConfiguredTableAnalysisRuleType = {
|
|
199
|
+
AGGREGATION: "AGGREGATION",
|
|
200
|
+
LIST: "LIST",
|
|
201
|
+
};
|
|
218
202
|
export var ConfiguredTableAnalysisRulePolicyV1;
|
|
219
203
|
(function (ConfiguredTableAnalysisRulePolicyV1) {
|
|
220
204
|
ConfiguredTableAnalysisRulePolicyV1.visit = (value, visitor) => {
|
|
@@ -233,17 +217,15 @@ export var ConfiguredTableAnalysisRulePolicy;
|
|
|
233
217
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
234
218
|
};
|
|
235
219
|
})(ConfiguredTableAnalysisRulePolicy || (ConfiguredTableAnalysisRulePolicy = {}));
|
|
236
|
-
export
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
MembershipStatus["REMOVED"] = "REMOVED";
|
|
246
|
-
})(MembershipStatus || (MembershipStatus = {}));
|
|
220
|
+
export const MembershipQueryLogStatus = {
|
|
221
|
+
DISABLED: "DISABLED",
|
|
222
|
+
ENABLED: "ENABLED",
|
|
223
|
+
};
|
|
224
|
+
export const MembershipStatus = {
|
|
225
|
+
ACTIVE: "ACTIVE",
|
|
226
|
+
COLLABORATION_DELETED: "COLLABORATION_DELETED",
|
|
227
|
+
REMOVED: "REMOVED",
|
|
228
|
+
};
|
|
247
229
|
export var ProtectedQueryOutput;
|
|
248
230
|
(function (ProtectedQueryOutput) {
|
|
249
231
|
ProtectedQueryOutput.visit = (value, visitor) => {
|
|
@@ -252,11 +234,10 @@ export var ProtectedQueryOutput;
|
|
|
252
234
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
253
235
|
};
|
|
254
236
|
})(ProtectedQueryOutput || (ProtectedQueryOutput = {}));
|
|
255
|
-
export
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
})(ResultFormat || (ResultFormat = {}));
|
|
237
|
+
export const ResultFormat = {
|
|
238
|
+
CSV: "CSV",
|
|
239
|
+
PARQUET: "PARQUET",
|
|
240
|
+
};
|
|
260
241
|
export var ProtectedQueryOutputConfiguration;
|
|
261
242
|
(function (ProtectedQueryOutputConfiguration) {
|
|
262
243
|
ProtectedQueryOutputConfiguration.visit = (value, visitor) => {
|
|
@@ -265,24 +246,21 @@ export var ProtectedQueryOutputConfiguration;
|
|
|
265
246
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
266
247
|
};
|
|
267
248
|
})(ProtectedQueryOutputConfiguration || (ProtectedQueryOutputConfiguration = {}));
|
|
268
|
-
export
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
(function (TargetProtectedQueryStatus) {
|
|
284
|
-
TargetProtectedQueryStatus["CANCELLED"] = "CANCELLED";
|
|
285
|
-
})(TargetProtectedQueryStatus || (TargetProtectedQueryStatus = {}));
|
|
249
|
+
export const ProtectedQueryStatus = {
|
|
250
|
+
CANCELLED: "CANCELLED",
|
|
251
|
+
CANCELLING: "CANCELLING",
|
|
252
|
+
FAILED: "FAILED",
|
|
253
|
+
STARTED: "STARTED",
|
|
254
|
+
SUBMITTED: "SUBMITTED",
|
|
255
|
+
SUCCESS: "SUCCESS",
|
|
256
|
+
TIMED_OUT: "TIMED_OUT",
|
|
257
|
+
};
|
|
258
|
+
export const ProtectedQueryType = {
|
|
259
|
+
SQL: "SQL",
|
|
260
|
+
};
|
|
261
|
+
export const TargetProtectedQueryStatus = {
|
|
262
|
+
CANCELLED: "CANCELLED",
|
|
263
|
+
};
|
|
286
264
|
export const ProtectedQuerySQLParametersFilterSensitiveLog = (obj) => ({
|
|
287
265
|
...obj,
|
|
288
266
|
});
|