@aws-sdk/client-cleanrooms 3.933.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.
Files changed (31) hide show
  1. package/dist-cjs/index.js +278 -391
  2. package/dist-es/index.js +2 -1
  3. package/dist-es/models/enums.js +277 -0
  4. package/dist-es/models/errors.js +105 -0
  5. package/dist-es/models/models_0.js +5 -349
  6. package/dist-es/models/models_1.js +0 -38
  7. package/dist-es/schemas/schemas_0.js +1 -1
  8. package/dist-types/commands/CreateMembershipCommand.d.ts +1 -1
  9. package/dist-types/commands/DeleteMembershipCommand.d.ts +1 -1
  10. package/dist-types/commands/GetMembershipCommand.d.ts +1 -1
  11. package/dist-types/commands/GetProtectedJobCommand.d.ts +1 -1
  12. package/dist-types/commands/GetProtectedQueryCommand.d.ts +2 -1
  13. package/dist-types/index.d.ts +4 -1
  14. package/dist-types/models/enums.d.ts +613 -0
  15. package/dist-types/models/errors.d.ts +137 -0
  16. package/dist-types/models/models_0.d.ts +856 -652
  17. package/dist-types/models/models_1.d.ts +2 -953
  18. package/dist-types/ts3.4/commands/CreateMembershipCommand.d.ts +1 -1
  19. package/dist-types/ts3.4/commands/DeleteMembershipCommand.d.ts +1 -1
  20. package/dist-types/ts3.4/commands/GetMembershipCommand.d.ts +1 -1
  21. package/dist-types/ts3.4/commands/GetProtectedJobCommand.d.ts +1 -1
  22. package/dist-types/ts3.4/commands/GetProtectedQueryCommand.d.ts +2 -4
  23. package/dist-types/ts3.4/index.d.ts +4 -1
  24. package/dist-types/ts3.4/models/enums.d.ts +354 -0
  25. package/dist-types/ts3.4/models/errors.d.ts +66 -0
  26. package/dist-types/ts3.4/models/models_0.d.ts +328 -364
  27. package/dist-types/ts3.4/models/models_1.d.ts +23 -341
  28. package/package.json +12 -12
  29. package/dist-es/models/index.js +0 -2
  30. package/dist-types/models/index.d.ts +0 -2
  31. package/dist-types/ts3.4/models/index.d.ts +0 -2
@@ -0,0 +1,613 @@
1
+ /**
2
+ * @public
3
+ * @enum
4
+ */
5
+ export declare const AutoRefreshMode: {
6
+ readonly DISABLED: "DISABLED";
7
+ readonly ENABLED: "ENABLED";
8
+ };
9
+ /**
10
+ * @public
11
+ */
12
+ export type AutoRefreshMode = (typeof AutoRefreshMode)[keyof typeof AutoRefreshMode];
13
+ /**
14
+ * @public
15
+ * @enum
16
+ */
17
+ export declare const AccessBudgetType: {
18
+ readonly CALENDAR_DAY: "CALENDAR_DAY";
19
+ readonly CALENDAR_MONTH: "CALENDAR_MONTH";
20
+ readonly CALENDAR_WEEK: "CALENDAR_WEEK";
21
+ readonly LIFETIME: "LIFETIME";
22
+ };
23
+ /**
24
+ * @public
25
+ */
26
+ export type AccessBudgetType = (typeof AccessBudgetType)[keyof typeof AccessBudgetType];
27
+ /**
28
+ * @public
29
+ * @enum
30
+ */
31
+ export declare const AdditionalAnalyses: {
32
+ readonly ALLOWED: "ALLOWED";
33
+ readonly NOT_ALLOWED: "NOT_ALLOWED";
34
+ readonly REQUIRED: "REQUIRED";
35
+ };
36
+ /**
37
+ * @public
38
+ */
39
+ export type AdditionalAnalyses = (typeof AdditionalAnalyses)[keyof typeof AdditionalAnalyses];
40
+ /**
41
+ * @public
42
+ * @enum
43
+ */
44
+ export declare const SupportedS3Region: {
45
+ readonly AF_SOUTH_1: "af-south-1";
46
+ readonly AP_EAST_1: "ap-east-1";
47
+ readonly AP_EAST_2: "ap-east-2";
48
+ readonly AP_NORTHEAST_1: "ap-northeast-1";
49
+ readonly AP_NORTHEAST_2: "ap-northeast-2";
50
+ readonly AP_NORTHEAST_3: "ap-northeast-3";
51
+ readonly AP_SOUTHEAST_1: "ap-southeast-1";
52
+ readonly AP_SOUTHEAST_2: "ap-southeast-2";
53
+ readonly AP_SOUTHEAST_3: "ap-southeast-3";
54
+ readonly AP_SOUTHEAST_4: "ap-southeast-4";
55
+ readonly AP_SOUTHEAST_5: "ap-southeast-5";
56
+ readonly AP_SOUTHEAST_7: "ap-southeast-7";
57
+ readonly AP_SOUTH_1: "ap-south-1";
58
+ readonly AP_SOUTH_2: "ap-south-2";
59
+ readonly CA_CENTRAL_1: "ca-central-1";
60
+ readonly CA_WEST_1: "ca-west-1";
61
+ readonly EU_CENTRAL_1: "eu-central-1";
62
+ readonly EU_CENTRAL_2: "eu-central-2";
63
+ readonly EU_NORTH_1: "eu-north-1";
64
+ readonly EU_SOUTH_1: "eu-south-1";
65
+ readonly EU_SOUTH_2: "eu-south-2";
66
+ readonly EU_WEST_1: "eu-west-1";
67
+ readonly EU_WEST_2: "eu-west-2";
68
+ readonly EU_WEST_3: "eu-west-3";
69
+ readonly IL_CENTRAL_1: "il-central-1";
70
+ readonly ME_CENTRAL_1: "me-central-1";
71
+ readonly ME_SOUTH_1: "me-south-1";
72
+ readonly MX_CENTRAL_1: "mx-central-1";
73
+ readonly SA_EAST_1: "sa-east-1";
74
+ readonly US_EAST_1: "us-east-1";
75
+ readonly US_EAST_2: "us-east-2";
76
+ readonly US_WEST_1: "us-west-1";
77
+ readonly US_WEST_2: "us-west-2";
78
+ };
79
+ /**
80
+ * @public
81
+ */
82
+ export type SupportedS3Region = (typeof SupportedS3Region)[keyof typeof SupportedS3Region];
83
+ /**
84
+ * @public
85
+ * @enum
86
+ */
87
+ export declare const AnalysisFormat: {
88
+ readonly PYSPARK_1_0: "PYSPARK_1_0";
89
+ readonly SQL: "SQL";
90
+ };
91
+ /**
92
+ * @public
93
+ */
94
+ export type AnalysisFormat = (typeof AnalysisFormat)[keyof typeof AnalysisFormat];
95
+ /**
96
+ * @public
97
+ * @enum
98
+ */
99
+ export declare const AnalysisMethod: {
100
+ readonly DIRECT_JOB: "DIRECT_JOB";
101
+ readonly DIRECT_QUERY: "DIRECT_QUERY";
102
+ readonly MULTIPLE: "MULTIPLE";
103
+ };
104
+ /**
105
+ * @public
106
+ */
107
+ export type AnalysisMethod = (typeof AnalysisMethod)[keyof typeof AnalysisMethod];
108
+ /**
109
+ * @public
110
+ * @enum
111
+ */
112
+ export declare const ParameterType: {
113
+ readonly BIGINT: "BIGINT";
114
+ readonly BINARY: "BINARY";
115
+ readonly BOOLEAN: "BOOLEAN";
116
+ readonly BYTE: "BYTE";
117
+ readonly CHAR: "CHAR";
118
+ readonly CHARACTER: "CHARACTER";
119
+ readonly DATE: "DATE";
120
+ readonly DECIMAL: "DECIMAL";
121
+ readonly DOUBLE: "DOUBLE";
122
+ readonly DOUBLE_PRECISION: "DOUBLE_PRECISION";
123
+ readonly FLOAT: "FLOAT";
124
+ readonly INT: "INT";
125
+ readonly INTEGER: "INTEGER";
126
+ readonly LONG: "LONG";
127
+ readonly NUMERIC: "NUMERIC";
128
+ readonly REAL: "REAL";
129
+ readonly SHORT: "SHORT";
130
+ readonly SMALLINT: "SMALLINT";
131
+ readonly STRING: "STRING";
132
+ readonly TIME: "TIME";
133
+ readonly TIMESTAMP: "TIMESTAMP";
134
+ readonly TIMESTAMPTZ: "TIMESTAMPTZ";
135
+ readonly TIMESTAMP_LTZ: "TIMESTAMP_LTZ";
136
+ readonly TIMESTAMP_NTZ: "TIMESTAMP_NTZ";
137
+ readonly TIMETZ: "TIMETZ";
138
+ readonly TINYINT: "TINYINT";
139
+ readonly VARBYTE: "VARBYTE";
140
+ readonly VARCHAR: "VARCHAR";
141
+ };
142
+ /**
143
+ * @public
144
+ */
145
+ export type ParameterType = (typeof ParameterType)[keyof typeof ParameterType];
146
+ /**
147
+ * @public
148
+ * @enum
149
+ */
150
+ export declare const AnalysisRuleType: {
151
+ readonly AGGREGATION: "AGGREGATION";
152
+ readonly CUSTOM: "CUSTOM";
153
+ readonly ID_MAPPING_TABLE: "ID_MAPPING_TABLE";
154
+ readonly LIST: "LIST";
155
+ };
156
+ /**
157
+ * @public
158
+ */
159
+ export type AnalysisRuleType = (typeof AnalysisRuleType)[keyof typeof AnalysisRuleType];
160
+ /**
161
+ * @public
162
+ * @enum
163
+ */
164
+ export declare const ErrorMessageType: {
165
+ readonly DETAILED: "DETAILED";
166
+ };
167
+ /**
168
+ * @public
169
+ */
170
+ export type ErrorMessageType = (typeof ErrorMessageType)[keyof typeof ErrorMessageType];
171
+ /**
172
+ * @public
173
+ * @enum
174
+ */
175
+ export declare const AnalysisTemplateValidationStatus: {
176
+ readonly INVALID: "INVALID";
177
+ readonly UNABLE_TO_VALIDATE: "UNABLE_TO_VALIDATE";
178
+ readonly VALID: "VALID";
179
+ };
180
+ /**
181
+ * @public
182
+ */
183
+ export type AnalysisTemplateValidationStatus = (typeof AnalysisTemplateValidationStatus)[keyof typeof AnalysisTemplateValidationStatus];
184
+ /**
185
+ * @public
186
+ * @enum
187
+ */
188
+ export declare const AnalysisTemplateValidationType: {
189
+ readonly DIFFERENTIAL_PRIVACY: "DIFFERENTIAL_PRIVACY";
190
+ };
191
+ /**
192
+ * @public
193
+ */
194
+ export type AnalysisTemplateValidationType = (typeof AnalysisTemplateValidationType)[keyof typeof AnalysisTemplateValidationType];
195
+ /**
196
+ * @public
197
+ * @enum
198
+ */
199
+ export declare const AnalysisType: {
200
+ readonly ADDITIONAL_ANALYSIS: "ADDITIONAL_ANALYSIS";
201
+ readonly DIRECT_ANALYSIS: "DIRECT_ANALYSIS";
202
+ };
203
+ /**
204
+ * @public
205
+ */
206
+ export type AnalysisType = (typeof AnalysisType)[keyof typeof AnalysisType];
207
+ /**
208
+ * @public
209
+ * @enum
210
+ */
211
+ export declare const AnalyticsEngine: {
212
+ readonly CLEAN_ROOMS_SQL: "CLEAN_ROOMS_SQL";
213
+ readonly SPARK: "SPARK";
214
+ };
215
+ /**
216
+ * @public
217
+ */
218
+ export type AnalyticsEngine = (typeof AnalyticsEngine)[keyof typeof AnalyticsEngine];
219
+ /**
220
+ * @public
221
+ * @enum
222
+ */
223
+ export declare const CommercialRegion: {
224
+ readonly AF_SOUTH_1: "af-south-1";
225
+ readonly AP_EAST_1: "ap-east-1";
226
+ readonly AP_EAST_2: "ap-east-2";
227
+ readonly AP_NORTHEAST_1: "ap-northeast-1";
228
+ readonly AP_NORTHEAST_2: "ap-northeast-2";
229
+ readonly AP_NORTHEAST_3: "ap-northeast-3";
230
+ readonly AP_SOUTHEAST_1: "ap-southeast-1";
231
+ readonly AP_SOUTHEAST_2: "ap-southeast-2";
232
+ readonly AP_SOUTHEAST_3: "ap-southeast-3";
233
+ readonly AP_SOUTHEAST_4: "ap-southeast-4";
234
+ readonly AP_SOUTHEAST_5: "ap-southeast-5";
235
+ readonly AP_SOUTHEAST_7: "ap-southeast-7";
236
+ readonly AP_SOUTH_1: "ap-south-1";
237
+ readonly AP_SOUTH_2: "ap-south-2";
238
+ readonly CA_CENTRAL_1: "ca-central-1";
239
+ readonly CA_WEST_1: "ca-west-1";
240
+ readonly EU_CENTRAL_1: "eu-central-1";
241
+ readonly EU_CENTRAL_2: "eu-central-2";
242
+ readonly EU_NORTH_1: "eu-north-1";
243
+ readonly EU_SOUTH_1: "eu-south-1";
244
+ readonly EU_SOUTH_2: "eu-south-2";
245
+ readonly EU_WEST_1: "eu-west-1";
246
+ readonly EU_WEST_2: "eu-west-2";
247
+ readonly EU_WEST_3: "eu-west-3";
248
+ readonly IL_CENTRAL_1: "il-central-1";
249
+ readonly ME_CENTRAL_1: "me-central-1";
250
+ readonly ME_SOUTH_1: "me-south-1";
251
+ readonly MX_CENTRAL_1: "mx-central-1";
252
+ readonly SA_EAST_1: "sa-east-1";
253
+ readonly US_EAST_1: "us-east-1";
254
+ readonly US_EAST_2: "us-east-2";
255
+ readonly US_WEST_1: "us-west-1";
256
+ readonly US_WEST_2: "us-west-2";
257
+ };
258
+ /**
259
+ * @public
260
+ */
261
+ export type CommercialRegion = (typeof CommercialRegion)[keyof typeof CommercialRegion];
262
+ /**
263
+ * @public
264
+ * @enum
265
+ */
266
+ export declare const AutoApprovedChangeType: {
267
+ readonly ADD_MEMBER: "ADD_MEMBER";
268
+ };
269
+ /**
270
+ * @public
271
+ */
272
+ export type AutoApprovedChangeType = (typeof AutoApprovedChangeType)[keyof typeof AutoApprovedChangeType];
273
+ /**
274
+ * @public
275
+ * @enum
276
+ */
277
+ export declare const SchemaConfiguration: {
278
+ readonly DIFFERENTIAL_PRIVACY: "DIFFERENTIAL_PRIVACY";
279
+ };
280
+ /**
281
+ * @public
282
+ */
283
+ export type SchemaConfiguration = (typeof SchemaConfiguration)[keyof typeof SchemaConfiguration];
284
+ /**
285
+ * @public
286
+ * @enum
287
+ */
288
+ export declare const SchemaStatusReasonCode: {
289
+ readonly ADDITIONAL_ANALYSES_NOT_ALLOWED: "ADDITIONAL_ANALYSES_NOT_ALLOWED";
290
+ readonly ADDITIONAL_ANALYSES_NOT_CONFIGURED: "ADDITIONAL_ANALYSES_NOT_CONFIGURED";
291
+ readonly ANALYSIS_PROVIDERS_NOT_CONFIGURED: "ANALYSIS_PROVIDERS_NOT_CONFIGURED";
292
+ readonly ANALYSIS_RULE_MISSING: "ANALYSIS_RULE_MISSING";
293
+ readonly ANALYSIS_RULE_TYPES_NOT_COMPATIBLE: "ANALYSIS_RULE_TYPES_NOT_COMPATIBLE";
294
+ readonly ANALYSIS_TEMPLATES_NOT_CONFIGURED: "ANALYSIS_TEMPLATES_NOT_CONFIGURED";
295
+ readonly COLLABORATION_ANALYSIS_RULE_NOT_CONFIGURED: "COLLABORATION_ANALYSIS_RULE_NOT_CONFIGURED";
296
+ readonly DIFFERENTIAL_PRIVACY_POLICY_NOT_CONFIGURED: "DIFFERENTIAL_PRIVACY_POLICY_NOT_CONFIGURED";
297
+ readonly ID_MAPPING_TABLE_NOT_POPULATED: "ID_MAPPING_TABLE_NOT_POPULATED";
298
+ readonly RESULT_RECEIVERS_NOT_ALLOWED: "RESULT_RECEIVERS_NOT_ALLOWED";
299
+ readonly RESULT_RECEIVERS_NOT_CONFIGURED: "RESULT_RECEIVERS_NOT_CONFIGURED";
300
+ };
301
+ /**
302
+ * @public
303
+ */
304
+ export type SchemaStatusReasonCode = (typeof SchemaStatusReasonCode)[keyof typeof SchemaStatusReasonCode];
305
+ /**
306
+ * @public
307
+ * @enum
308
+ */
309
+ export declare const SchemaStatus: {
310
+ readonly NOT_READY: "NOT_READY";
311
+ readonly READY: "READY";
312
+ };
313
+ /**
314
+ * @public
315
+ */
316
+ export type SchemaStatus = (typeof SchemaStatus)[keyof typeof SchemaStatus];
317
+ /**
318
+ * @public
319
+ * @enum
320
+ */
321
+ export declare const IdNamespaceType: {
322
+ readonly SOURCE: "SOURCE";
323
+ readonly TARGET: "TARGET";
324
+ };
325
+ /**
326
+ * @public
327
+ */
328
+ export type IdNamespaceType = (typeof IdNamespaceType)[keyof typeof IdNamespaceType];
329
+ /**
330
+ * @public
331
+ * @enum
332
+ */
333
+ export declare const SelectedAnalysisMethod: {
334
+ readonly DIRECT_JOB: "DIRECT_JOB";
335
+ readonly DIRECT_QUERY: "DIRECT_QUERY";
336
+ };
337
+ /**
338
+ * @public
339
+ */
340
+ export type SelectedAnalysisMethod = (typeof SelectedAnalysisMethod)[keyof typeof SelectedAnalysisMethod];
341
+ /**
342
+ * @public
343
+ * @enum
344
+ */
345
+ export declare const SchemaType: {
346
+ readonly ID_MAPPING_TABLE: "ID_MAPPING_TABLE";
347
+ readonly TABLE: "TABLE";
348
+ };
349
+ /**
350
+ * @public
351
+ */
352
+ export type SchemaType = (typeof SchemaType)[keyof typeof SchemaType];
353
+ /**
354
+ * @public
355
+ * @enum
356
+ */
357
+ export declare const MemberAbility: {
358
+ readonly CAN_QUERY: "CAN_QUERY";
359
+ readonly CAN_RECEIVE_RESULTS: "CAN_RECEIVE_RESULTS";
360
+ readonly CAN_RUN_JOB: "CAN_RUN_JOB";
361
+ };
362
+ /**
363
+ * @public
364
+ */
365
+ export type MemberAbility = (typeof MemberAbility)[keyof typeof MemberAbility];
366
+ /**
367
+ * @public
368
+ * @enum
369
+ */
370
+ export declare const CustomMLMemberAbility: {
371
+ readonly CAN_RECEIVE_INFERENCE_OUTPUT: "CAN_RECEIVE_INFERENCE_OUTPUT";
372
+ readonly CAN_RECEIVE_MODEL_OUTPUT: "CAN_RECEIVE_MODEL_OUTPUT";
373
+ };
374
+ /**
375
+ * @public
376
+ */
377
+ export type CustomMLMemberAbility = (typeof CustomMLMemberAbility)[keyof typeof CustomMLMemberAbility];
378
+ /**
379
+ * @public
380
+ * @enum
381
+ */
382
+ export declare const CollaborationJobLogStatus: {
383
+ readonly DISABLED: "DISABLED";
384
+ readonly ENABLED: "ENABLED";
385
+ };
386
+ /**
387
+ * @public
388
+ */
389
+ export type CollaborationJobLogStatus = (typeof CollaborationJobLogStatus)[keyof typeof CollaborationJobLogStatus];
390
+ /**
391
+ * @public
392
+ * @enum
393
+ */
394
+ export declare const CollaborationQueryLogStatus: {
395
+ readonly DISABLED: "DISABLED";
396
+ readonly ENABLED: "ENABLED";
397
+ };
398
+ /**
399
+ * @public
400
+ */
401
+ export type CollaborationQueryLogStatus = (typeof CollaborationQueryLogStatus)[keyof typeof CollaborationQueryLogStatus];
402
+ /**
403
+ * @public
404
+ * @enum
405
+ */
406
+ export declare const ChangeSpecificationType: {
407
+ readonly MEMBER: "MEMBER";
408
+ };
409
+ /**
410
+ * @public
411
+ */
412
+ export type ChangeSpecificationType = (typeof ChangeSpecificationType)[keyof typeof ChangeSpecificationType];
413
+ /**
414
+ * @public
415
+ * @enum
416
+ */
417
+ export declare const ChangeType: {
418
+ readonly ADD_MEMBER: "ADD_MEMBER";
419
+ };
420
+ /**
421
+ * @public
422
+ */
423
+ export type ChangeType = (typeof ChangeType)[keyof typeof ChangeType];
424
+ /**
425
+ * @public
426
+ * @enum
427
+ */
428
+ export declare const ChangeRequestStatus: {
429
+ readonly APPROVED: "APPROVED";
430
+ readonly CANCELLED: "CANCELLED";
431
+ readonly COMMITTED: "COMMITTED";
432
+ readonly DENIED: "DENIED";
433
+ readonly PENDING: "PENDING";
434
+ };
435
+ /**
436
+ * @public
437
+ */
438
+ export type ChangeRequestStatus = (typeof ChangeRequestStatus)[keyof typeof ChangeRequestStatus];
439
+ /**
440
+ * @public
441
+ * @enum
442
+ */
443
+ export declare const PrivacyBudgetTemplateAutoRefresh: {
444
+ readonly CALENDAR_MONTH: "CALENDAR_MONTH";
445
+ readonly NONE: "NONE";
446
+ };
447
+ /**
448
+ * @public
449
+ */
450
+ export type PrivacyBudgetTemplateAutoRefresh = (typeof PrivacyBudgetTemplateAutoRefresh)[keyof typeof PrivacyBudgetTemplateAutoRefresh];
451
+ /**
452
+ * @public
453
+ * @enum
454
+ */
455
+ export declare const PrivacyBudgetType: {
456
+ readonly ACCESS_BUDGET: "ACCESS_BUDGET";
457
+ readonly DIFFERENTIAL_PRIVACY: "DIFFERENTIAL_PRIVACY";
458
+ };
459
+ /**
460
+ * @public
461
+ */
462
+ export type PrivacyBudgetType = (typeof PrivacyBudgetType)[keyof typeof PrivacyBudgetType];
463
+ /**
464
+ * @public
465
+ * @enum
466
+ */
467
+ export declare const DifferentialPrivacyAggregationType: {
468
+ readonly AVG: "AVG";
469
+ readonly COUNT: "COUNT";
470
+ readonly COUNT_DISTINCT: "COUNT_DISTINCT";
471
+ readonly STDDEV: "STDDEV";
472
+ readonly SUM: "SUM";
473
+ };
474
+ /**
475
+ * @public
476
+ */
477
+ export type DifferentialPrivacyAggregationType = (typeof DifferentialPrivacyAggregationType)[keyof typeof DifferentialPrivacyAggregationType];
478
+ /**
479
+ * @public
480
+ * @enum
481
+ */
482
+ export declare const ConfiguredTableAssociationAnalysisRuleType: {
483
+ readonly AGGREGATION: "AGGREGATION";
484
+ readonly CUSTOM: "CUSTOM";
485
+ readonly LIST: "LIST";
486
+ };
487
+ /**
488
+ * @public
489
+ */
490
+ export type ConfiguredTableAssociationAnalysisRuleType = (typeof ConfiguredTableAssociationAnalysisRuleType)[keyof typeof ConfiguredTableAssociationAnalysisRuleType];
491
+ /**
492
+ * @public
493
+ * @enum
494
+ */
495
+ export declare const ConfiguredTableAnalysisRuleType: {
496
+ readonly AGGREGATION: "AGGREGATION";
497
+ readonly CUSTOM: "CUSTOM";
498
+ readonly LIST: "LIST";
499
+ };
500
+ /**
501
+ * @public
502
+ */
503
+ export type ConfiguredTableAnalysisRuleType = (typeof ConfiguredTableAnalysisRuleType)[keyof typeof ConfiguredTableAnalysisRuleType];
504
+ /**
505
+ * @public
506
+ * @enum
507
+ */
508
+ export declare const JobType: {
509
+ readonly BATCH: "BATCH";
510
+ readonly DELETE_ONLY: "DELETE_ONLY";
511
+ readonly INCREMENTAL: "INCREMENTAL";
512
+ };
513
+ /**
514
+ * @public
515
+ */
516
+ export type JobType = (typeof JobType)[keyof typeof JobType];
517
+ /**
518
+ * @public
519
+ * @enum
520
+ */
521
+ export declare const MembershipJobLogStatus: {
522
+ readonly DISABLED: "DISABLED";
523
+ readonly ENABLED: "ENABLED";
524
+ };
525
+ /**
526
+ * @public
527
+ */
528
+ export type MembershipJobLogStatus = (typeof MembershipJobLogStatus)[keyof typeof MembershipJobLogStatus];
529
+ /**
530
+ * @public
531
+ * @enum
532
+ */
533
+ export declare const MembershipQueryLogStatus: {
534
+ readonly DISABLED: "DISABLED";
535
+ readonly ENABLED: "ENABLED";
536
+ };
537
+ /**
538
+ * @public
539
+ */
540
+ export type MembershipQueryLogStatus = (typeof MembershipQueryLogStatus)[keyof typeof MembershipQueryLogStatus];
541
+ /**
542
+ * @public
543
+ * @enum
544
+ */
545
+ export declare const ProtectedJobWorkerComputeType: {
546
+ readonly CR1X: "CR.1X";
547
+ readonly CR4X: "CR.4X";
548
+ };
549
+ /**
550
+ * @public
551
+ */
552
+ export type ProtectedJobWorkerComputeType = (typeof ProtectedJobWorkerComputeType)[keyof typeof ProtectedJobWorkerComputeType];
553
+ /**
554
+ * @public
555
+ * @enum
556
+ */
557
+ export declare const ProtectedJobStatus: {
558
+ readonly CANCELLED: "CANCELLED";
559
+ readonly CANCELLING: "CANCELLING";
560
+ readonly FAILED: "FAILED";
561
+ readonly STARTED: "STARTED";
562
+ readonly SUBMITTED: "SUBMITTED";
563
+ readonly SUCCESS: "SUCCESS";
564
+ };
565
+ /**
566
+ * @public
567
+ */
568
+ export type ProtectedJobStatus = (typeof ProtectedJobStatus)[keyof typeof ProtectedJobStatus];
569
+ /**
570
+ * @public
571
+ * @enum
572
+ */
573
+ export declare const WorkerComputeType: {
574
+ readonly CR1X: "CR.1X";
575
+ readonly CR4X: "CR.4X";
576
+ };
577
+ /**
578
+ * @public
579
+ */
580
+ export type WorkerComputeType = (typeof WorkerComputeType)[keyof typeof WorkerComputeType];
581
+ /**
582
+ * @public
583
+ * @enum
584
+ */
585
+ export declare const ProtectedJobAnalysisType: {
586
+ readonly DIRECT_ANALYSIS: "DIRECT_ANALYSIS";
587
+ };
588
+ /**
589
+ * @public
590
+ */
591
+ export type ProtectedJobAnalysisType = (typeof ProtectedJobAnalysisType)[keyof typeof ProtectedJobAnalysisType];
592
+ /**
593
+ * @public
594
+ * @enum
595
+ */
596
+ export declare const ProtectedJobType: {
597
+ readonly PYSPARK: "PYSPARK";
598
+ };
599
+ /**
600
+ * @public
601
+ */
602
+ export type ProtectedJobType = (typeof ProtectedJobType)[keyof typeof ProtectedJobType];
603
+ /**
604
+ * @public
605
+ * @enum
606
+ */
607
+ export declare const TargetProtectedJobStatus: {
608
+ readonly CANCELLED: "CANCELLED";
609
+ };
610
+ /**
611
+ * @public
612
+ */
613
+ export type TargetProtectedJobStatus = (typeof TargetProtectedJobStatus)[keyof typeof TargetProtectedJobStatus];