@aws-sdk/client-cleanrooms 3.936.0 → 3.940.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 CHANGED
@@ -6110,11 +6110,24 @@ const AccessBudgetType = {
6110
6110
  CALENDAR_WEEK: "CALENDAR_WEEK",
6111
6111
  LIFETIME: "LIFETIME",
6112
6112
  };
6113
+ const AccessDeniedExceptionReason = {
6114
+ INSUFFICIENT_PERMISSIONS: "INSUFFICIENT_PERMISSIONS",
6115
+ };
6113
6116
  const AdditionalAnalyses = {
6114
6117
  ALLOWED: "ALLOWED",
6115
6118
  NOT_ALLOWED: "NOT_ALLOWED",
6116
6119
  REQUIRED: "REQUIRED",
6117
6120
  };
6121
+ const AggregateFunctionName = {
6122
+ AVG: "AVG",
6123
+ COUNT: "COUNT",
6124
+ COUNT_DISTINCT: "COUNT_DISTINCT",
6125
+ SUM: "SUM",
6126
+ SUM_DISTINCT: "SUM_DISTINCT",
6127
+ };
6128
+ const AggregationType = {
6129
+ COUNT_DISTINCT: "COUNT_DISTINCT",
6130
+ };
6118
6131
  const SupportedS3Region = {
6119
6132
  AF_SOUTH_1: "af-south-1",
6120
6133
  AP_EAST_1: "ap-east-1",
@@ -6189,6 +6202,39 @@ const ParameterType = {
6189
6202
  VARBYTE: "VARBYTE",
6190
6203
  VARCHAR: "VARCHAR",
6191
6204
  };
6205
+ const JoinOperator = {
6206
+ AND: "AND",
6207
+ OR: "OR",
6208
+ };
6209
+ const JoinRequiredOption = {
6210
+ QUERY_RUNNER: "QUERY_RUNNER",
6211
+ };
6212
+ const ScalarFunctions = {
6213
+ ABS: "ABS",
6214
+ CAST: "CAST",
6215
+ CEILING: "CEILING",
6216
+ COALESCE: "COALESCE",
6217
+ CONVERT: "CONVERT",
6218
+ CURRENT_DATE: "CURRENT_DATE",
6219
+ DATEADD: "DATEADD",
6220
+ EXTRACT: "EXTRACT",
6221
+ FLOOR: "FLOOR",
6222
+ GETDATE: "GETDATE",
6223
+ LN: "LN",
6224
+ LOG: "LOG",
6225
+ LOWER: "LOWER",
6226
+ ROUND: "ROUND",
6227
+ RTRIM: "RTRIM",
6228
+ SQRT: "SQRT",
6229
+ SUBSTRING: "SUBSTRING",
6230
+ TO_CHAR: "TO_CHAR",
6231
+ TO_DATE: "TO_DATE",
6232
+ TO_NUMBER: "TO_NUMBER",
6233
+ TO_TIMESTAMP: "TO_TIMESTAMP",
6234
+ TRIM: "TRIM",
6235
+ TRUNC: "TRUNC",
6236
+ UPPER: "UPPER",
6237
+ };
6192
6238
  const AnalysisRuleType = {
6193
6239
  AGGREGATION: "AGGREGATION",
6194
6240
  CUSTOM: "CUSTOM",
@@ -6206,6 +6252,23 @@ const AnalysisTemplateValidationStatus = {
6206
6252
  const AnalysisTemplateValidationType = {
6207
6253
  DIFFERENTIAL_PRIVACY: "DIFFERENTIAL_PRIVACY",
6208
6254
  };
6255
+ const ConflictExceptionReason = {
6256
+ ALREADY_EXISTS: "ALREADY_EXISTS",
6257
+ INVALID_STATE: "INVALID_STATE",
6258
+ SUBRESOURCES_EXIST: "SUBRESOURCES_EXIST",
6259
+ };
6260
+ const ResourceType = {
6261
+ COLLABORATION: "COLLABORATION",
6262
+ CONFIGURED_TABLE: "CONFIGURED_TABLE",
6263
+ CONFIGURED_TABLE_ASSOCIATION: "CONFIGURED_TABLE_ASSOCIATION",
6264
+ MEMBERSHIP: "MEMBERSHIP",
6265
+ };
6266
+ const ValidationExceptionReason = {
6267
+ FIELD_VALIDATION_FAILED: "FIELD_VALIDATION_FAILED",
6268
+ IAM_SYNCHRONIZATION_DELAY: "IAM_SYNCHRONIZATION_DELAY",
6269
+ INVALID_CONFIGURATION: "INVALID_CONFIGURATION",
6270
+ INVALID_QUERY: "INVALID_QUERY",
6271
+ };
6209
6272
  const AnalysisType = {
6210
6273
  ADDITIONAL_ANALYSIS: "ADDITIONAL_ANALYSIS",
6211
6274
  DIRECT_ANALYSIS: "DIRECT_ANALYSIS",
@@ -6301,6 +6364,12 @@ const CollaborationQueryLogStatus = {
6301
6364
  DISABLED: "DISABLED",
6302
6365
  ENABLED: "ENABLED",
6303
6366
  };
6367
+ const MemberStatus = {
6368
+ ACTIVE: "ACTIVE",
6369
+ INVITED: "INVITED",
6370
+ LEFT: "LEFT",
6371
+ REMOVED: "REMOVED",
6372
+ };
6304
6373
  const ChangeSpecificationType = {
6305
6374
  MEMBER: "MEMBER",
6306
6375
  };
@@ -6329,6 +6398,10 @@ const DifferentialPrivacyAggregationType = {
6329
6398
  STDDEV: "STDDEV",
6330
6399
  SUM: "SUM",
6331
6400
  };
6401
+ const FilterableMemberStatus = {
6402
+ ACTIVE: "ACTIVE",
6403
+ INVITED: "INVITED",
6404
+ };
6332
6405
  const ConfiguredTableAssociationAnalysisRuleType = {
6333
6406
  AGGREGATION: "AGGREGATION",
6334
6407
  CUSTOM: "CUSTOM",
@@ -6344,6 +6417,10 @@ const JobType = {
6344
6417
  DELETE_ONLY: "DELETE_ONLY",
6345
6418
  INCREMENTAL: "INCREMENTAL",
6346
6419
  };
6420
+ const ResultFormat = {
6421
+ CSV: "CSV",
6422
+ PARQUET: "PARQUET",
6423
+ };
6347
6424
  const MembershipJobLogStatus = {
6348
6425
  DISABLED: "DISABLED",
6349
6426
  ENABLED: "ENABLED",
@@ -6352,6 +6429,11 @@ const MembershipQueryLogStatus = {
6352
6429
  DISABLED: "DISABLED",
6353
6430
  ENABLED: "ENABLED",
6354
6431
  };
6432
+ const MembershipStatus = {
6433
+ ACTIVE: "ACTIVE",
6434
+ COLLABORATION_DELETED: "COLLABORATION_DELETED",
6435
+ REMOVED: "REMOVED",
6436
+ };
6355
6437
  const ProtectedJobWorkerComputeType = {
6356
6438
  CR1X: "CR.1X",
6357
6439
  CR4X: "CR.4X",
@@ -6368,15 +6450,30 @@ const WorkerComputeType = {
6368
6450
  CR1X: "CR.1X",
6369
6451
  CR4X: "CR.4X",
6370
6452
  };
6453
+ const ProtectedQueryStatus = {
6454
+ CANCELLED: "CANCELLED",
6455
+ CANCELLING: "CANCELLING",
6456
+ FAILED: "FAILED",
6457
+ STARTED: "STARTED",
6458
+ SUBMITTED: "SUBMITTED",
6459
+ SUCCESS: "SUCCESS",
6460
+ TIMED_OUT: "TIMED_OUT",
6461
+ };
6371
6462
  const ProtectedJobAnalysisType = {
6372
6463
  DIRECT_ANALYSIS: "DIRECT_ANALYSIS",
6373
6464
  };
6374
6465
  const ProtectedJobType = {
6375
6466
  PYSPARK: "PYSPARK",
6376
6467
  };
6468
+ const ProtectedQueryType = {
6469
+ SQL: "SQL",
6470
+ };
6377
6471
  const TargetProtectedJobStatus = {
6378
6472
  CANCELLED: "CANCELLED",
6379
6473
  };
6474
+ const TargetProtectedQueryStatus = {
6475
+ CANCELLED: "CANCELLED",
6476
+ };
6380
6477
 
6381
6478
  Object.defineProperty(exports, "$Command", {
6382
6479
  enumerable: true,
@@ -6388,7 +6485,10 @@ Object.defineProperty(exports, "__Client", {
6388
6485
  });
6389
6486
  exports.AccessBudgetType = AccessBudgetType;
6390
6487
  exports.AccessDeniedException = AccessDeniedException$1;
6488
+ exports.AccessDeniedExceptionReason = AccessDeniedExceptionReason;
6391
6489
  exports.AdditionalAnalyses = AdditionalAnalyses;
6490
+ exports.AggregateFunctionName = AggregateFunctionName;
6491
+ exports.AggregationType = AggregationType;
6392
6492
  exports.AnalysisFormat = AnalysisFormat;
6393
6493
  exports.AnalysisMethod = AnalysisMethod;
6394
6494
  exports.AnalysisRuleType = AnalysisRuleType;
@@ -6413,6 +6513,7 @@ exports.CommercialRegion = CommercialRegion;
6413
6513
  exports.ConfiguredTableAnalysisRuleType = ConfiguredTableAnalysisRuleType;
6414
6514
  exports.ConfiguredTableAssociationAnalysisRuleType = ConfiguredTableAssociationAnalysisRuleType;
6415
6515
  exports.ConflictException = ConflictException$1;
6516
+ exports.ConflictExceptionReason = ConflictExceptionReason;
6416
6517
  exports.CreateAnalysisTemplateCommand = CreateAnalysisTemplateCommand;
6417
6518
  exports.CreateCollaborationChangeRequestCommand = CreateCollaborationChangeRequestCommand;
6418
6519
  exports.CreateCollaborationCommand = CreateCollaborationCommand;
@@ -6440,6 +6541,7 @@ exports.DeleteMembershipCommand = DeleteMembershipCommand;
6440
6541
  exports.DeletePrivacyBudgetTemplateCommand = DeletePrivacyBudgetTemplateCommand;
6441
6542
  exports.DifferentialPrivacyAggregationType = DifferentialPrivacyAggregationType;
6442
6543
  exports.ErrorMessageType = ErrorMessageType;
6544
+ exports.FilterableMemberStatus = FilterableMemberStatus;
6443
6545
  exports.GetAnalysisTemplateCommand = GetAnalysisTemplateCommand;
6444
6546
  exports.GetCollaborationAnalysisTemplateCommand = GetCollaborationAnalysisTemplateCommand;
6445
6547
  exports.GetCollaborationChangeRequestCommand = GetCollaborationChangeRequestCommand;
@@ -6463,6 +6565,8 @@ exports.GetSchemaCommand = GetSchemaCommand;
6463
6565
  exports.IdNamespaceType = IdNamespaceType;
6464
6566
  exports.InternalServerException = InternalServerException$1;
6465
6567
  exports.JobType = JobType;
6568
+ exports.JoinOperator = JoinOperator;
6569
+ exports.JoinRequiredOption = JoinRequiredOption;
6466
6570
  exports.ListAnalysisTemplatesCommand = ListAnalysisTemplatesCommand;
6467
6571
  exports.ListCollaborationAnalysisTemplatesCommand = ListCollaborationAnalysisTemplatesCommand;
6468
6572
  exports.ListCollaborationChangeRequestsCommand = ListCollaborationChangeRequestsCommand;
@@ -6485,8 +6589,10 @@ exports.ListProtectedQueriesCommand = ListProtectedQueriesCommand;
6485
6589
  exports.ListSchemasCommand = ListSchemasCommand;
6486
6590
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
6487
6591
  exports.MemberAbility = MemberAbility;
6592
+ exports.MemberStatus = MemberStatus;
6488
6593
  exports.MembershipJobLogStatus = MembershipJobLogStatus;
6489
6594
  exports.MembershipQueryLogStatus = MembershipQueryLogStatus;
6595
+ exports.MembershipStatus = MembershipStatus;
6490
6596
  exports.ParameterType = ParameterType;
6491
6597
  exports.PopulateIdMappingTableCommand = PopulateIdMappingTableCommand;
6492
6598
  exports.PreviewPrivacyImpactCommand = PreviewPrivacyImpactCommand;
@@ -6496,7 +6602,12 @@ exports.ProtectedJobAnalysisType = ProtectedJobAnalysisType;
6496
6602
  exports.ProtectedJobStatus = ProtectedJobStatus;
6497
6603
  exports.ProtectedJobType = ProtectedJobType;
6498
6604
  exports.ProtectedJobWorkerComputeType = ProtectedJobWorkerComputeType;
6605
+ exports.ProtectedQueryStatus = ProtectedQueryStatus;
6606
+ exports.ProtectedQueryType = ProtectedQueryType;
6499
6607
  exports.ResourceNotFoundException = ResourceNotFoundException$1;
6608
+ exports.ResourceType = ResourceType;
6609
+ exports.ResultFormat = ResultFormat;
6610
+ exports.ScalarFunctions = ScalarFunctions;
6500
6611
  exports.SchemaConfiguration = SchemaConfiguration;
6501
6612
  exports.SchemaStatus = SchemaStatus;
6502
6613
  exports.SchemaStatusReasonCode = SchemaStatusReasonCode;
@@ -6508,6 +6619,7 @@ exports.StartProtectedQueryCommand = StartProtectedQueryCommand;
6508
6619
  exports.SupportedS3Region = SupportedS3Region;
6509
6620
  exports.TagResourceCommand = TagResourceCommand;
6510
6621
  exports.TargetProtectedJobStatus = TargetProtectedJobStatus;
6622
+ exports.TargetProtectedQueryStatus = TargetProtectedQueryStatus;
6511
6623
  exports.ThrottlingException = ThrottlingException$1;
6512
6624
  exports.UntagResourceCommand = UntagResourceCommand;
6513
6625
  exports.UpdateAnalysisTemplateCommand = UpdateAnalysisTemplateCommand;
@@ -6524,6 +6636,7 @@ exports.UpdatePrivacyBudgetTemplateCommand = UpdatePrivacyBudgetTemplateCommand;
6524
6636
  exports.UpdateProtectedJobCommand = UpdateProtectedJobCommand;
6525
6637
  exports.UpdateProtectedQueryCommand = UpdateProtectedQueryCommand;
6526
6638
  exports.ValidationException = ValidationException$1;
6639
+ exports.ValidationExceptionReason = ValidationExceptionReason;
6527
6640
  exports.WorkerComputeType = WorkerComputeType;
6528
6641
  exports.paginateListAnalysisTemplates = paginateListAnalysisTemplates;
6529
6642
  exports.paginateListCollaborationAnalysisTemplates = paginateListCollaborationAnalysisTemplates;
@@ -8,11 +8,24 @@ export const AccessBudgetType = {
8
8
  CALENDAR_WEEK: "CALENDAR_WEEK",
9
9
  LIFETIME: "LIFETIME",
10
10
  };
11
+ export const AccessDeniedExceptionReason = {
12
+ INSUFFICIENT_PERMISSIONS: "INSUFFICIENT_PERMISSIONS",
13
+ };
11
14
  export const AdditionalAnalyses = {
12
15
  ALLOWED: "ALLOWED",
13
16
  NOT_ALLOWED: "NOT_ALLOWED",
14
17
  REQUIRED: "REQUIRED",
15
18
  };
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
+ };
16
29
  export const SupportedS3Region = {
17
30
  AF_SOUTH_1: "af-south-1",
18
31
  AP_EAST_1: "ap-east-1",
@@ -87,6 +100,39 @@ export const ParameterType = {
87
100
  VARBYTE: "VARBYTE",
88
101
  VARCHAR: "VARCHAR",
89
102
  };
103
+ export const JoinOperator = {
104
+ AND: "AND",
105
+ OR: "OR",
106
+ };
107
+ export const JoinRequiredOption = {
108
+ QUERY_RUNNER: "QUERY_RUNNER",
109
+ };
110
+ export const ScalarFunctions = {
111
+ ABS: "ABS",
112
+ CAST: "CAST",
113
+ CEILING: "CEILING",
114
+ COALESCE: "COALESCE",
115
+ CONVERT: "CONVERT",
116
+ CURRENT_DATE: "CURRENT_DATE",
117
+ DATEADD: "DATEADD",
118
+ EXTRACT: "EXTRACT",
119
+ FLOOR: "FLOOR",
120
+ GETDATE: "GETDATE",
121
+ LN: "LN",
122
+ LOG: "LOG",
123
+ LOWER: "LOWER",
124
+ ROUND: "ROUND",
125
+ RTRIM: "RTRIM",
126
+ SQRT: "SQRT",
127
+ SUBSTRING: "SUBSTRING",
128
+ TO_CHAR: "TO_CHAR",
129
+ TO_DATE: "TO_DATE",
130
+ TO_NUMBER: "TO_NUMBER",
131
+ TO_TIMESTAMP: "TO_TIMESTAMP",
132
+ TRIM: "TRIM",
133
+ TRUNC: "TRUNC",
134
+ UPPER: "UPPER",
135
+ };
90
136
  export const AnalysisRuleType = {
91
137
  AGGREGATION: "AGGREGATION",
92
138
  CUSTOM: "CUSTOM",
@@ -104,6 +150,23 @@ export const AnalysisTemplateValidationStatus = {
104
150
  export const AnalysisTemplateValidationType = {
105
151
  DIFFERENTIAL_PRIVACY: "DIFFERENTIAL_PRIVACY",
106
152
  };
153
+ export const ConflictExceptionReason = {
154
+ ALREADY_EXISTS: "ALREADY_EXISTS",
155
+ INVALID_STATE: "INVALID_STATE",
156
+ SUBRESOURCES_EXIST: "SUBRESOURCES_EXIST",
157
+ };
158
+ export const ResourceType = {
159
+ COLLABORATION: "COLLABORATION",
160
+ CONFIGURED_TABLE: "CONFIGURED_TABLE",
161
+ CONFIGURED_TABLE_ASSOCIATION: "CONFIGURED_TABLE_ASSOCIATION",
162
+ MEMBERSHIP: "MEMBERSHIP",
163
+ };
164
+ export const ValidationExceptionReason = {
165
+ FIELD_VALIDATION_FAILED: "FIELD_VALIDATION_FAILED",
166
+ IAM_SYNCHRONIZATION_DELAY: "IAM_SYNCHRONIZATION_DELAY",
167
+ INVALID_CONFIGURATION: "INVALID_CONFIGURATION",
168
+ INVALID_QUERY: "INVALID_QUERY",
169
+ };
107
170
  export const AnalysisType = {
108
171
  ADDITIONAL_ANALYSIS: "ADDITIONAL_ANALYSIS",
109
172
  DIRECT_ANALYSIS: "DIRECT_ANALYSIS",
@@ -199,6 +262,12 @@ export const CollaborationQueryLogStatus = {
199
262
  DISABLED: "DISABLED",
200
263
  ENABLED: "ENABLED",
201
264
  };
265
+ export const MemberStatus = {
266
+ ACTIVE: "ACTIVE",
267
+ INVITED: "INVITED",
268
+ LEFT: "LEFT",
269
+ REMOVED: "REMOVED",
270
+ };
202
271
  export const ChangeSpecificationType = {
203
272
  MEMBER: "MEMBER",
204
273
  };
@@ -227,6 +296,10 @@ export const DifferentialPrivacyAggregationType = {
227
296
  STDDEV: "STDDEV",
228
297
  SUM: "SUM",
229
298
  };
299
+ export const FilterableMemberStatus = {
300
+ ACTIVE: "ACTIVE",
301
+ INVITED: "INVITED",
302
+ };
230
303
  export const ConfiguredTableAssociationAnalysisRuleType = {
231
304
  AGGREGATION: "AGGREGATION",
232
305
  CUSTOM: "CUSTOM",
@@ -242,6 +315,10 @@ export const JobType = {
242
315
  DELETE_ONLY: "DELETE_ONLY",
243
316
  INCREMENTAL: "INCREMENTAL",
244
317
  };
318
+ export const ResultFormat = {
319
+ CSV: "CSV",
320
+ PARQUET: "PARQUET",
321
+ };
245
322
  export const MembershipJobLogStatus = {
246
323
  DISABLED: "DISABLED",
247
324
  ENABLED: "ENABLED",
@@ -250,6 +327,11 @@ export const MembershipQueryLogStatus = {
250
327
  DISABLED: "DISABLED",
251
328
  ENABLED: "ENABLED",
252
329
  };
330
+ export const MembershipStatus = {
331
+ ACTIVE: "ACTIVE",
332
+ COLLABORATION_DELETED: "COLLABORATION_DELETED",
333
+ REMOVED: "REMOVED",
334
+ };
253
335
  export const ProtectedJobWorkerComputeType = {
254
336
  CR1X: "CR.1X",
255
337
  CR4X: "CR.4X",
@@ -266,12 +348,27 @@ export const WorkerComputeType = {
266
348
  CR1X: "CR.1X",
267
349
  CR4X: "CR.4X",
268
350
  };
351
+ export const ProtectedQueryStatus = {
352
+ CANCELLED: "CANCELLED",
353
+ CANCELLING: "CANCELLING",
354
+ FAILED: "FAILED",
355
+ STARTED: "STARTED",
356
+ SUBMITTED: "SUBMITTED",
357
+ SUCCESS: "SUCCESS",
358
+ TIMED_OUT: "TIMED_OUT",
359
+ };
269
360
  export const ProtectedJobAnalysisType = {
270
361
  DIRECT_ANALYSIS: "DIRECT_ANALYSIS",
271
362
  };
272
363
  export const ProtectedJobType = {
273
364
  PYSPARK: "PYSPARK",
274
365
  };
366
+ export const ProtectedQueryType = {
367
+ SQL: "SQL",
368
+ };
275
369
  export const TargetProtectedJobStatus = {
276
370
  CANCELLED: "CANCELLED",
277
371
  };
372
+ export const TargetProtectedQueryStatus = {
373
+ CANCELLED: "CANCELLED",
374
+ };
@@ -1,82 +1 @@
1
- export const AccessDeniedExceptionReason = {
2
- INSUFFICIENT_PERMISSIONS: "INSUFFICIENT_PERMISSIONS",
3
- };
4
- export const AggregateFunctionName = {
5
- AVG: "AVG",
6
- COUNT: "COUNT",
7
- COUNT_DISTINCT: "COUNT_DISTINCT",
8
- SUM: "SUM",
9
- SUM_DISTINCT: "SUM_DISTINCT",
10
- };
11
- export const AggregationType = {
12
- COUNT_DISTINCT: "COUNT_DISTINCT",
13
- };
14
- export const JoinOperator = {
15
- AND: "AND",
16
- OR: "OR",
17
- };
18
- export const JoinRequiredOption = {
19
- QUERY_RUNNER: "QUERY_RUNNER",
20
- };
21
- export const ScalarFunctions = {
22
- ABS: "ABS",
23
- CAST: "CAST",
24
- CEILING: "CEILING",
25
- COALESCE: "COALESCE",
26
- CONVERT: "CONVERT",
27
- CURRENT_DATE: "CURRENT_DATE",
28
- DATEADD: "DATEADD",
29
- EXTRACT: "EXTRACT",
30
- FLOOR: "FLOOR",
31
- GETDATE: "GETDATE",
32
- LN: "LN",
33
- LOG: "LOG",
34
- LOWER: "LOWER",
35
- ROUND: "ROUND",
36
- RTRIM: "RTRIM",
37
- SQRT: "SQRT",
38
- SUBSTRING: "SUBSTRING",
39
- TO_CHAR: "TO_CHAR",
40
- TO_DATE: "TO_DATE",
41
- TO_NUMBER: "TO_NUMBER",
42
- TO_TIMESTAMP: "TO_TIMESTAMP",
43
- TRIM: "TRIM",
44
- TRUNC: "TRUNC",
45
- UPPER: "UPPER",
46
- };
47
- export const ConflictExceptionReason = {
48
- ALREADY_EXISTS: "ALREADY_EXISTS",
49
- INVALID_STATE: "INVALID_STATE",
50
- SUBRESOURCES_EXIST: "SUBRESOURCES_EXIST",
51
- };
52
- export const ResourceType = {
53
- COLLABORATION: "COLLABORATION",
54
- CONFIGURED_TABLE: "CONFIGURED_TABLE",
55
- CONFIGURED_TABLE_ASSOCIATION: "CONFIGURED_TABLE_ASSOCIATION",
56
- MEMBERSHIP: "MEMBERSHIP",
57
- };
58
- export const ValidationExceptionReason = {
59
- FIELD_VALIDATION_FAILED: "FIELD_VALIDATION_FAILED",
60
- IAM_SYNCHRONIZATION_DELAY: "IAM_SYNCHRONIZATION_DELAY",
61
- INVALID_CONFIGURATION: "INVALID_CONFIGURATION",
62
- INVALID_QUERY: "INVALID_QUERY",
63
- };
64
- export const MemberStatus = {
65
- ACTIVE: "ACTIVE",
66
- INVITED: "INVITED",
67
- LEFT: "LEFT",
68
- REMOVED: "REMOVED",
69
- };
70
- export const FilterableMemberStatus = {
71
- ACTIVE: "ACTIVE",
72
- INVITED: "INVITED",
73
- };
74
- export const ResultFormat = {
75
- CSV: "CSV",
76
- PARQUET: "PARQUET",
77
- };
78
- export const MembershipStatus = {
79
- ACTIVE: "ACTIVE",
80
- COLLABORATION_DELETED: "COLLABORATION_DELETED",
81
- REMOVED: "REMOVED",
82
- };
1
+ export {};
@@ -1,15 +1 @@
1
- export const ProtectedQueryStatus = {
2
- CANCELLED: "CANCELLED",
3
- CANCELLING: "CANCELLING",
4
- FAILED: "FAILED",
5
- STARTED: "STARTED",
6
- SUBMITTED: "SUBMITTED",
7
- SUCCESS: "SUCCESS",
8
- TIMED_OUT: "TIMED_OUT",
9
- };
10
- export const ProtectedQueryType = {
11
- SQL: "SQL",
12
- };
13
- export const TargetProtectedQueryStatus = {
14
- CANCELLED: "CANCELLED",
15
- };
1
+ export {};