tencentcloud-sdk-nodejs 4.1.18 → 4.1.19
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/es/common/sdk_version.js +1 -1
- package/es/services/bh/v20230418/bh_client.js +3 -0
- package/es/services/emr/v20190103/emr_client.js +3 -0
- package/es/services/ioa/v20220601/ioa_client.js +13 -7
- package/es/services/iotexplorer/v20190423/iotexplorer_client.js +6 -0
- package/es/services/trocket/v20230308/trocket_client.js +33 -6
- package/package.json +1 -1
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/bh/v20230418/bh_client.d.ts +5 -1
- package/tencentcloud/services/bh/v20230418/bh_client.js +6 -0
- package/tencentcloud/services/bh/v20230418/bh_models.d.ts +38 -0
- package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +1 -1
- package/tencentcloud/services/cdb/v20170320/cdb_client.js +1 -1
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +3 -3
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +93 -93
- package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_models.d.ts +8 -0
- package/tencentcloud/services/cdwpg/v20201230/cdwpg_models.d.ts +7 -101
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +10 -5
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +12 -0
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +57 -310
- package/tencentcloud/services/dsgc/v20190723/dsgc_models.d.ts +8 -0
- package/tencentcloud/services/emr/v20190103/emr_client.d.ts +5 -1
- package/tencentcloud/services/emr/v20190103/emr_client.js +6 -0
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +167 -109
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +256 -0
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +281 -13
- package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +22 -105
- package/tencentcloud/services/ioa/v20220601/ioa_client.d.ts +17 -9
- package/tencentcloud/services/ioa/v20220601/ioa_client.js +24 -12
- package/tencentcloud/services/ioa/v20220601/ioa_models.d.ts +96 -0
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +9 -1
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.js +12 -0
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +171 -0
- package/tencentcloud/services/kms/v20190118/kms_models.d.ts +17 -0
- package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +10 -0
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.d.ts +4 -1
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.js +4 -1
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +7 -5
- package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +1 -1
- package/tencentcloud/services/monitor/v20180724/monitor_client.js +1 -1
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +1 -1
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +2 -2
- package/tencentcloud/services/privatedns/v20201028/privatedns_models.d.ts +3 -3
- package/tencentcloud/services/tan/v20220420/tan_client.d.ts +3 -1
- package/tencentcloud/services/tan/v20220420/tan_client.js +3 -1
- package/tencentcloud/services/trocket/v20230308/trocket_client.d.ts +50 -7
- package/tencentcloud/services/trocket/v20230308/trocket_client.js +70 -9
- package/tencentcloud/services/trocket/v20230308/trocket_models.d.ts +492 -131
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +3 -3
|
@@ -31,22 +31,18 @@ export interface DescribeResultDownloadResponse {
|
|
|
31
31
|
Status?: string;
|
|
32
32
|
/**
|
|
33
33
|
* 任务异常原因
|
|
34
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
35
34
|
*/
|
|
36
35
|
Reason?: string;
|
|
37
36
|
/**
|
|
38
37
|
* 临时SecretId
|
|
39
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
40
38
|
*/
|
|
41
39
|
SecretId?: string;
|
|
42
40
|
/**
|
|
43
41
|
* 临时SecretKey
|
|
44
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
45
42
|
*/
|
|
46
43
|
SecretKey?: string;
|
|
47
44
|
/**
|
|
48
45
|
* 临时Token
|
|
49
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
50
46
|
*/
|
|
51
47
|
Token?: string;
|
|
52
48
|
/**
|
|
@@ -210,7 +206,6 @@ export interface PythonSparkImage {
|
|
|
210
206
|
SparkImageVersion?: string;
|
|
211
207
|
/**
|
|
212
208
|
* spark镜像描述信息
|
|
213
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
214
209
|
*/
|
|
215
210
|
Description?: string;
|
|
216
211
|
/**
|
|
@@ -270,27 +265,22 @@ export interface DescribeNotebookSessionsRequest {
|
|
|
270
265
|
export interface SmartOptimizerLifecyclePolicy {
|
|
271
266
|
/**
|
|
272
267
|
* 生命周期启用
|
|
273
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
274
268
|
*/
|
|
275
269
|
LifecycleEnable?: string;
|
|
276
270
|
/**
|
|
277
271
|
* 过期时间
|
|
278
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
279
272
|
*/
|
|
280
273
|
Expiration?: number;
|
|
281
274
|
/**
|
|
282
275
|
* 是否删表
|
|
283
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
284
276
|
*/
|
|
285
277
|
DropTable?: boolean;
|
|
286
278
|
/**
|
|
287
279
|
* 过期字段
|
|
288
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
289
280
|
*/
|
|
290
281
|
ExpiredField?: string;
|
|
291
282
|
/**
|
|
292
283
|
* 过期字段格式
|
|
293
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
294
284
|
*/
|
|
295
285
|
ExpiredFieldFormat?: string;
|
|
296
286
|
}
|
|
@@ -300,22 +290,18 @@ export interface SmartOptimizerLifecyclePolicy {
|
|
|
300
290
|
export interface DescribeDMSDatabaseResponse {
|
|
301
291
|
/**
|
|
302
292
|
* 数据库名称
|
|
303
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
304
293
|
*/
|
|
305
294
|
Name?: string;
|
|
306
295
|
/**
|
|
307
296
|
* schema名称
|
|
308
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
309
297
|
*/
|
|
310
298
|
SchemaName?: string;
|
|
311
299
|
/**
|
|
312
300
|
* 存储地址
|
|
313
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
314
301
|
*/
|
|
315
302
|
Location?: string;
|
|
316
303
|
/**
|
|
317
304
|
* 数据对象
|
|
318
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
319
305
|
*/
|
|
320
306
|
Asset?: Asset;
|
|
321
307
|
/**
|
|
@@ -331,12 +317,11 @@ export interface Policys {
|
|
|
331
317
|
* 策略集合
|
|
332
318
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
333
319
|
*/
|
|
334
|
-
PolicySet
|
|
320
|
+
PolicySet?: Array<Policy>;
|
|
335
321
|
/**
|
|
336
322
|
* 策略总数
|
|
337
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
338
323
|
*/
|
|
339
|
-
TotalCount
|
|
324
|
+
TotalCount?: number;
|
|
340
325
|
}
|
|
341
326
|
/**
|
|
342
327
|
* DropDMSDatabase请求参数结构体
|
|
@@ -370,12 +355,10 @@ export interface NotebookSessionStatementBatchInformation {
|
|
|
370
355
|
NotebookSessionStatementBatch?: Array<NotebookSessionStatementInfo>;
|
|
371
356
|
/**
|
|
372
357
|
* 当前批任务是否运行完成
|
|
373
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
374
358
|
*/
|
|
375
359
|
IsAvailable?: boolean;
|
|
376
360
|
/**
|
|
377
361
|
* Session唯一标识
|
|
378
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
379
362
|
*/
|
|
380
363
|
SessionId?: string;
|
|
381
364
|
/**
|
|
@@ -412,22 +395,18 @@ export interface DescribeDataEngineEventsResponse {
|
|
|
412
395
|
Events?: Array<HouseEventsInfo>;
|
|
413
396
|
/**
|
|
414
397
|
* 分页号
|
|
415
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
416
398
|
*/
|
|
417
399
|
Page?: number;
|
|
418
400
|
/**
|
|
419
401
|
* 分页大小
|
|
420
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
421
402
|
*/
|
|
422
403
|
Size?: number;
|
|
423
404
|
/**
|
|
424
405
|
* 总页数
|
|
425
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
426
406
|
*/
|
|
427
407
|
TotalPages?: number;
|
|
428
408
|
/**
|
|
429
409
|
* 总条数
|
|
430
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
431
410
|
*/
|
|
432
411
|
TotalCount?: number;
|
|
433
412
|
/**
|
|
@@ -441,24 +420,24 @@ export interface DescribeDataEngineEventsResponse {
|
|
|
441
420
|
export interface SessionResourceTemplate {
|
|
442
421
|
/**
|
|
443
422
|
* driver规格:small,medium,large,xlarge;内存型(引擎类型):m.small,m.medium,m.large,m.xlarge
|
|
444
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
445
423
|
*/
|
|
446
424
|
DriverSize?: string;
|
|
447
425
|
/**
|
|
448
426
|
* executor规格:small,medium,large,xlarge;内存型(引擎类型):m.small,m.medium,m.large,m.xlarge
|
|
449
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
450
427
|
*/
|
|
451
428
|
ExecutorSize?: string;
|
|
452
429
|
/**
|
|
453
430
|
* 指定executor数量,最小值为1,最大值小于集群规格
|
|
454
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
455
431
|
*/
|
|
456
432
|
ExecutorNums?: number;
|
|
457
433
|
/**
|
|
458
434
|
* 指定executor max数量(动态配置场景下),最小值为1,最大值小于集群规格(当ExecutorMaxNumbers小于ExecutorNums时,改值设定为ExecutorNums)
|
|
459
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
460
435
|
*/
|
|
461
436
|
ExecutorMaxNumbers?: number;
|
|
437
|
+
/**
|
|
438
|
+
* 运行时参数
|
|
439
|
+
*/
|
|
440
|
+
RunningTimeParameters?: Array<DataEngineConfigPair>;
|
|
462
441
|
}
|
|
463
442
|
/**
|
|
464
443
|
* DescribeDMSPartitions请求参数结构体
|
|
@@ -523,27 +502,22 @@ export interface DescribeDMSPartitionsRequest {
|
|
|
523
502
|
export interface DescribeDMSTableResponse {
|
|
524
503
|
/**
|
|
525
504
|
* 基础对象
|
|
526
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
527
505
|
*/
|
|
528
506
|
Asset?: Asset;
|
|
529
507
|
/**
|
|
530
508
|
* 视图文本
|
|
531
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
532
509
|
*/
|
|
533
510
|
ViewOriginalText?: string;
|
|
534
511
|
/**
|
|
535
512
|
* 视图文本
|
|
536
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
537
513
|
*/
|
|
538
514
|
ViewExpandedText?: string;
|
|
539
515
|
/**
|
|
540
516
|
* hive维护版本
|
|
541
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
542
517
|
*/
|
|
543
518
|
Retention?: number;
|
|
544
519
|
/**
|
|
545
520
|
* 存储对象
|
|
546
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
547
521
|
*/
|
|
548
522
|
Sds?: DMSSds;
|
|
549
523
|
/**
|
|
@@ -558,47 +532,38 @@ export interface DescribeDMSTableResponse {
|
|
|
558
532
|
Partitions?: Array<DMSPartition>;
|
|
559
533
|
/**
|
|
560
534
|
* 表类型
|
|
561
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
562
535
|
*/
|
|
563
536
|
Type?: string;
|
|
564
537
|
/**
|
|
565
538
|
* 数据库名称
|
|
566
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
567
539
|
*/
|
|
568
540
|
DbName?: string;
|
|
569
541
|
/**
|
|
570
542
|
* Schame名称
|
|
571
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
572
543
|
*/
|
|
573
544
|
SchemaName?: string;
|
|
574
545
|
/**
|
|
575
546
|
* 存储大小
|
|
576
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
577
547
|
*/
|
|
578
548
|
StorageSize?: number;
|
|
579
549
|
/**
|
|
580
550
|
* 记录数量
|
|
581
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
582
551
|
*/
|
|
583
552
|
RecordCount?: number;
|
|
584
553
|
/**
|
|
585
554
|
* 生命周期
|
|
586
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
587
555
|
*/
|
|
588
556
|
LifeTime?: number;
|
|
589
557
|
/**
|
|
590
558
|
* 最后访问时间
|
|
591
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
592
559
|
*/
|
|
593
560
|
LastAccessTime?: string;
|
|
594
561
|
/**
|
|
595
562
|
* 数据更新时间
|
|
596
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
597
563
|
*/
|
|
598
564
|
DataUpdateTime?: string;
|
|
599
565
|
/**
|
|
600
566
|
* 结构更新时间
|
|
601
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
602
567
|
*/
|
|
603
568
|
StructUpdateTime?: string;
|
|
604
569
|
/**
|
|
@@ -608,7 +573,6 @@ export interface DescribeDMSTableResponse {
|
|
|
608
573
|
Columns?: Array<DMSColumn>;
|
|
609
574
|
/**
|
|
610
575
|
* 表名称
|
|
611
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
612
576
|
*/
|
|
613
577
|
Name?: string;
|
|
614
578
|
/**
|
|
@@ -657,7 +621,6 @@ export interface DescribeDMSTablesResponse {
|
|
|
657
621
|
TableList?: Array<DMSTableInfo>;
|
|
658
622
|
/**
|
|
659
623
|
* 统计值
|
|
660
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
661
624
|
*/
|
|
662
625
|
TotalCount?: number;
|
|
663
626
|
/**
|
|
@@ -672,20 +635,24 @@ export interface DescribeAdvancedStoreLocationResponse {
|
|
|
672
635
|
/**
|
|
673
636
|
* 是否启用高级设置:0-否,1-是
|
|
674
637
|
*/
|
|
675
|
-
Enable
|
|
638
|
+
Enable?: number;
|
|
676
639
|
/**
|
|
677
640
|
* 查询结果保存cos路径
|
|
678
641
|
*/
|
|
679
|
-
StoreLocation
|
|
642
|
+
StoreLocation?: string;
|
|
680
643
|
/**
|
|
681
644
|
* 是否有托管存储权限
|
|
682
645
|
*/
|
|
683
|
-
HasLakeFs
|
|
646
|
+
HasLakeFs?: boolean;
|
|
684
647
|
/**
|
|
685
648
|
* 托管存储状态,HasLakeFs等于true时,该值才有意义
|
|
649
|
+
*/
|
|
650
|
+
LakeFsStatus?: string;
|
|
651
|
+
/**
|
|
652
|
+
* 托管存储桶类型
|
|
686
653
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
687
654
|
*/
|
|
688
|
-
|
|
655
|
+
BucketType?: string;
|
|
689
656
|
/**
|
|
690
657
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
691
658
|
*/
|
|
@@ -727,7 +694,6 @@ export interface CancelNotebookSessionStatementBatchResponse {
|
|
|
727
694
|
export interface SmartOptimizerChangeTablePolicy {
|
|
728
695
|
/**
|
|
729
696
|
* change表的数据保存时间,单位为天
|
|
730
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
731
697
|
*/
|
|
732
698
|
DataRetentionTime?: number;
|
|
733
699
|
}
|
|
@@ -737,17 +703,14 @@ export interface SmartOptimizerChangeTablePolicy {
|
|
|
737
703
|
export interface BatchSqlTask {
|
|
738
704
|
/**
|
|
739
705
|
* SQL子任务唯一标识
|
|
740
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
741
706
|
*/
|
|
742
707
|
TaskId?: string;
|
|
743
708
|
/**
|
|
744
709
|
* 运行SQL
|
|
745
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
746
710
|
*/
|
|
747
711
|
ExecuteSQL?: string;
|
|
748
712
|
/**
|
|
749
713
|
* 任务信息,成功则返回:Task Success!,失败则返回异常信息
|
|
750
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
751
714
|
*/
|
|
752
715
|
Message?: string;
|
|
753
716
|
}
|
|
@@ -894,7 +857,6 @@ export interface UpdateDataEngineRequest {
|
|
|
894
857
|
export interface SmartOptimizerWrittenPolicy {
|
|
895
858
|
/**
|
|
896
859
|
* none/enable/disable/default
|
|
897
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
898
860
|
*/
|
|
899
861
|
WrittenEnable?: string;
|
|
900
862
|
}
|
|
@@ -985,7 +947,6 @@ export interface DescribeUsersResponse {
|
|
|
985
947
|
export interface SmartOptimizerPolicy {
|
|
986
948
|
/**
|
|
987
949
|
* 是否继承
|
|
988
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
989
950
|
*/
|
|
990
951
|
Inherit?: string;
|
|
991
952
|
/**
|
|
@@ -1450,22 +1411,18 @@ export interface DMSSds {
|
|
|
1450
1411
|
export interface OpendThirdAccessUserInfo {
|
|
1451
1412
|
/**
|
|
1452
1413
|
* id信息
|
|
1453
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1454
1414
|
*/
|
|
1455
1415
|
Id?: number;
|
|
1456
1416
|
/**
|
|
1457
1417
|
* 用户主UIN
|
|
1458
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1459
1418
|
*/
|
|
1460
1419
|
Uin?: string;
|
|
1461
1420
|
/**
|
|
1462
1421
|
* 用户AppId
|
|
1463
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1464
1422
|
*/
|
|
1465
1423
|
AppId?: string;
|
|
1466
1424
|
/**
|
|
1467
1425
|
* 开通时间
|
|
1468
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1469
1426
|
*/
|
|
1470
1427
|
CreateTime?: string;
|
|
1471
1428
|
}
|
|
@@ -1668,7 +1625,6 @@ export interface QueryResultResponse {
|
|
|
1668
1625
|
ResultSchema?: Array<Column>;
|
|
1669
1626
|
/**
|
|
1670
1627
|
* 分页信息
|
|
1671
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1672
1628
|
*/
|
|
1673
1629
|
NextToken?: string;
|
|
1674
1630
|
/**
|
|
@@ -1691,12 +1647,10 @@ export interface RevokeDLCCatalogAccessRequest {
|
|
|
1691
1647
|
export interface DataGovernPolicy {
|
|
1692
1648
|
/**
|
|
1693
1649
|
* 治理规则类型,Customize: 自定义;Intelligence: 智能治理
|
|
1694
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1695
1650
|
*/
|
|
1696
1651
|
RuleType?: string;
|
|
1697
1652
|
/**
|
|
1698
1653
|
* 治理引擎
|
|
1699
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1700
1654
|
*/
|
|
1701
1655
|
GovernEngine?: string;
|
|
1702
1656
|
}
|
|
@@ -2079,7 +2033,6 @@ export interface TableResponseInfo {
|
|
|
2079
2033
|
Partitions?: Array<Partition>;
|
|
2080
2034
|
/**
|
|
2081
2035
|
* 数据存储路径。
|
|
2082
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2083
2036
|
*/
|
|
2084
2037
|
Location?: string;
|
|
2085
2038
|
/**
|
|
@@ -2089,37 +2042,30 @@ export interface TableResponseInfo {
|
|
|
2089
2042
|
Properties?: Array<Property>;
|
|
2090
2043
|
/**
|
|
2091
2044
|
* 数据表更新时间, 单位: ms。
|
|
2092
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2093
2045
|
*/
|
|
2094
2046
|
ModifiedTime?: string;
|
|
2095
2047
|
/**
|
|
2096
2048
|
* 数据表创建时间,单位: ms。
|
|
2097
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2098
2049
|
*/
|
|
2099
2050
|
CreateTime?: string;
|
|
2100
2051
|
/**
|
|
2101
2052
|
* 数据格式。
|
|
2102
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2103
2053
|
*/
|
|
2104
2054
|
InputFormat?: string;
|
|
2105
2055
|
/**
|
|
2106
2056
|
* 数据表存储大小(单位:Byte)
|
|
2107
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2108
2057
|
*/
|
|
2109
2058
|
StorageSize?: number;
|
|
2110
2059
|
/**
|
|
2111
2060
|
* 数据表行数
|
|
2112
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2113
2061
|
*/
|
|
2114
2062
|
RecordCount?: number;
|
|
2115
2063
|
/**
|
|
2116
2064
|
* xxxx
|
|
2117
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2118
2065
|
*/
|
|
2119
2066
|
MapMaterializedViewName?: string;
|
|
2120
2067
|
/**
|
|
2121
2068
|
* 访问热点
|
|
2122
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2123
2069
|
*/
|
|
2124
2070
|
HeatValue?: number;
|
|
2125
2071
|
/**
|
|
@@ -2342,32 +2288,26 @@ export interface DescribeNotebookSessionStatementSqlResultResponse {
|
|
|
2342
2288
|
ResultSchema?: Array<Column>;
|
|
2343
2289
|
/**
|
|
2344
2290
|
* 分页信息
|
|
2345
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2346
2291
|
*/
|
|
2347
2292
|
NextToken?: string;
|
|
2348
2293
|
/**
|
|
2349
2294
|
* 存储结果地址
|
|
2350
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2351
2295
|
*/
|
|
2352
2296
|
OutputPath?: string;
|
|
2353
2297
|
/**
|
|
2354
2298
|
* 引擎计算耗时
|
|
2355
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2356
2299
|
*/
|
|
2357
2300
|
UseTime?: number;
|
|
2358
2301
|
/**
|
|
2359
2302
|
* 结果条数
|
|
2360
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2361
2303
|
*/
|
|
2362
2304
|
AffectRows?: number;
|
|
2363
2305
|
/**
|
|
2364
2306
|
* 数据扫描量
|
|
2365
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2366
2307
|
*/
|
|
2367
2308
|
DataAmount?: number;
|
|
2368
2309
|
/**
|
|
2369
2310
|
* spark ui地址
|
|
2370
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2371
2311
|
*/
|
|
2372
2312
|
UiUrl?: string;
|
|
2373
2313
|
/**
|
|
@@ -2394,12 +2334,10 @@ export interface ModifyUserRequest {
|
|
|
2394
2334
|
export interface DescribeTasksCostInfoResponse {
|
|
2395
2335
|
/**
|
|
2396
2336
|
* 下一页的标识
|
|
2397
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2398
2337
|
*/
|
|
2399
2338
|
SearchAfter?: string;
|
|
2400
2339
|
/**
|
|
2401
2340
|
* 返回的数据,字符串类型的二维数组,首行为列中文名称
|
|
2402
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2403
2341
|
*/
|
|
2404
2342
|
Data?: string;
|
|
2405
2343
|
/**
|
|
@@ -2476,32 +2414,26 @@ export interface CreateStoreLocationResponse {
|
|
|
2476
2414
|
export interface BatchSQLCostInfo {
|
|
2477
2415
|
/**
|
|
2478
2416
|
* 任务id
|
|
2479
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2480
2417
|
*/
|
|
2481
2418
|
BatchId?: string;
|
|
2482
2419
|
/**
|
|
2483
2420
|
* 引擎名称
|
|
2484
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2485
2421
|
*/
|
|
2486
2422
|
DataEngineName?: string;
|
|
2487
2423
|
/**
|
|
2488
2424
|
* 引擎id
|
|
2489
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2490
2425
|
*/
|
|
2491
2426
|
DataEngineId?: string;
|
|
2492
2427
|
/**
|
|
2493
2428
|
* 本次消耗,单位cu
|
|
2494
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2495
2429
|
*/
|
|
2496
2430
|
Cost?: number;
|
|
2497
2431
|
/**
|
|
2498
2432
|
* 时间开销,秒
|
|
2499
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2500
2433
|
*/
|
|
2501
2434
|
TimeCost?: number;
|
|
2502
2435
|
/**
|
|
2503
2436
|
* 操作者
|
|
2504
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2505
2437
|
*/
|
|
2506
2438
|
Operator?: string;
|
|
2507
2439
|
}
|
|
@@ -2570,7 +2502,6 @@ export interface WorkGroupInfo {
|
|
|
2570
2502
|
WorkGroupName?: string;
|
|
2571
2503
|
/**
|
|
2572
2504
|
* 工作组描述
|
|
2573
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2574
2505
|
*/
|
|
2575
2506
|
WorkGroupDescription?: string;
|
|
2576
2507
|
/**
|
|
@@ -2615,22 +2546,18 @@ export interface SwitchDataEngineRequest {
|
|
|
2615
2546
|
export interface DLCCatalogAccess {
|
|
2616
2547
|
/**
|
|
2617
2548
|
* VPCID
|
|
2618
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2619
2549
|
*/
|
|
2620
2550
|
VpcId: string;
|
|
2621
2551
|
/**
|
|
2622
2552
|
* 产品类型
|
|
2623
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2624
2553
|
*/
|
|
2625
2554
|
Product: string;
|
|
2626
2555
|
/**
|
|
2627
2556
|
* 描述信息
|
|
2628
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2629
2557
|
*/
|
|
2630
2558
|
Description?: string;
|
|
2631
2559
|
/**
|
|
2632
2560
|
* 创建时间
|
|
2633
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2634
2561
|
*/
|
|
2635
2562
|
CreateTime?: string;
|
|
2636
2563
|
}
|
|
@@ -2675,7 +2602,6 @@ export interface Task {
|
|
|
2675
2602
|
export interface DataEngineConfigInstanceInfo {
|
|
2676
2603
|
/**
|
|
2677
2604
|
* 引擎ID
|
|
2678
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2679
2605
|
*/
|
|
2680
2606
|
DataEngineId?: string;
|
|
2681
2607
|
/**
|
|
@@ -2710,22 +2636,18 @@ export interface CrontabResumeSuspendStrategy {
|
|
|
2710
2636
|
export interface VpcInfo {
|
|
2711
2637
|
/**
|
|
2712
2638
|
* vpc Id
|
|
2713
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2714
2639
|
*/
|
|
2715
2640
|
VpcId?: string;
|
|
2716
2641
|
/**
|
|
2717
2642
|
* vpc子网
|
|
2718
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2719
2643
|
*/
|
|
2720
2644
|
VpcCidrBlock?: string;
|
|
2721
2645
|
/**
|
|
2722
2646
|
* 规则Id
|
|
2723
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2724
2647
|
*/
|
|
2725
2648
|
RuleId?: number;
|
|
2726
2649
|
/**
|
|
2727
2650
|
* 权限组Id
|
|
2728
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2729
2651
|
*/
|
|
2730
2652
|
AccessGroupId?: string;
|
|
2731
2653
|
}
|
|
@@ -2743,7 +2665,6 @@ export interface NotebookSessions {
|
|
|
2743
2665
|
SessionId?: string;
|
|
2744
2666
|
/**
|
|
2745
2667
|
* 代理用户,默认为root
|
|
2746
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2747
2668
|
*/
|
|
2748
2669
|
ProxyUser?: string;
|
|
2749
2670
|
/**
|
|
@@ -2752,7 +2673,6 @@ export interface NotebookSessions {
|
|
|
2752
2673
|
State?: string;
|
|
2753
2674
|
/**
|
|
2754
2675
|
* Spark任务返回的AppId
|
|
2755
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2756
2676
|
*/
|
|
2757
2677
|
SparkAppId?: string;
|
|
2758
2678
|
/**
|
|
@@ -2769,7 +2689,6 @@ export interface NotebookSessions {
|
|
|
2769
2689
|
DataEngineName?: string;
|
|
2770
2690
|
/**
|
|
2771
2691
|
* 最新的运行时间
|
|
2772
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2773
2692
|
*/
|
|
2774
2693
|
LastRunningTime?: string;
|
|
2775
2694
|
/**
|
|
@@ -2778,27 +2697,22 @@ export interface NotebookSessions {
|
|
|
2778
2697
|
Creator?: string;
|
|
2779
2698
|
/**
|
|
2780
2699
|
* spark ui地址
|
|
2781
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2782
2700
|
*/
|
|
2783
2701
|
SparkUiUrl?: string;
|
|
2784
2702
|
/**
|
|
2785
2703
|
* session类型,group:资源组session independent:独立资源session,不依赖资源组
|
|
2786
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2787
2704
|
*/
|
|
2788
2705
|
SessionType?: string;
|
|
2789
2706
|
/**
|
|
2790
2707
|
* 引擎id
|
|
2791
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2792
2708
|
*/
|
|
2793
2709
|
DataEngineId?: string;
|
|
2794
2710
|
/**
|
|
2795
2711
|
* 资源组id
|
|
2796
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2797
2712
|
*/
|
|
2798
2713
|
ResourceGroupId?: string;
|
|
2799
2714
|
/**
|
|
2800
2715
|
* 资源组名字
|
|
2801
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2802
2716
|
*/
|
|
2803
2717
|
ResourceGroupName?: string;
|
|
2804
2718
|
}
|
|
@@ -2869,7 +2783,6 @@ export declare type DescribeLakeFsInfoRequest = null;
|
|
|
2869
2783
|
export interface CreateCHDFSBindingProductResponse {
|
|
2870
2784
|
/**
|
|
2871
2785
|
* 绑定信息
|
|
2872
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2873
2786
|
*/
|
|
2874
2787
|
MountPointAssociates?: Array<MountPointAssociates>;
|
|
2875
2788
|
/**
|
|
@@ -2940,7 +2853,6 @@ export interface DescribeUserInfoRequest {
|
|
|
2940
2853
|
export interface DescribeUserTypeResponse {
|
|
2941
2854
|
/**
|
|
2942
2855
|
* 用户类型。ADMIN:管理员 COMMON:普通用户
|
|
2943
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2944
2856
|
*/
|
|
2945
2857
|
UserType?: string;
|
|
2946
2858
|
/**
|
|
@@ -2993,12 +2905,10 @@ export interface DescribeDataEngineRequest {
|
|
|
2993
2905
|
export interface GroupInfo {
|
|
2994
2906
|
/**
|
|
2995
2907
|
* 用户组ID
|
|
2996
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2997
2908
|
*/
|
|
2998
2909
|
WorkGroupId?: number;
|
|
2999
2910
|
/**
|
|
3000
2911
|
* 策略类型
|
|
3001
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
3002
2912
|
*/
|
|
3003
2913
|
StrategyType?: string;
|
|
3004
2914
|
}
|
|
@@ -3301,45 +3211,45 @@ export interface UserInfo {
|
|
|
3301
3211
|
/**
|
|
3302
3212
|
* 用户Id,和子用户uin相同
|
|
3303
3213
|
*/
|
|
3304
|
-
UserId
|
|
3214
|
+
UserId?: string;
|
|
3305
3215
|
/**
|
|
3306
3216
|
* 用户描述信息,方便区分不同用户
|
|
3307
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
3308
3217
|
*/
|
|
3309
|
-
UserDescription
|
|
3218
|
+
UserDescription?: string;
|
|
3310
3219
|
/**
|
|
3311
3220
|
* 单独给用户绑定的权限集合
|
|
3312
3221
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3313
3222
|
*/
|
|
3314
|
-
PolicySet
|
|
3223
|
+
PolicySet?: Array<Policy>;
|
|
3315
3224
|
/**
|
|
3316
3225
|
* 当前用户的创建者
|
|
3317
3226
|
*/
|
|
3318
|
-
Creator
|
|
3227
|
+
Creator?: string;
|
|
3319
3228
|
/**
|
|
3320
3229
|
* 创建时间,格式如2021-07-28 16:19:32
|
|
3321
3230
|
*/
|
|
3322
|
-
CreateTime
|
|
3231
|
+
CreateTime?: string;
|
|
3323
3232
|
/**
|
|
3324
3233
|
* 关联的工作组集合
|
|
3325
3234
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3326
3235
|
*/
|
|
3327
|
-
WorkGroupSet
|
|
3236
|
+
WorkGroupSet?: Array<WorkGroupMessage>;
|
|
3328
3237
|
/**
|
|
3329
3238
|
* 是否是主账号
|
|
3330
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
3331
3239
|
*/
|
|
3332
|
-
IsOwner
|
|
3240
|
+
IsOwner?: boolean;
|
|
3333
3241
|
/**
|
|
3334
3242
|
* 用户类型。ADMIN:管理员 COMMON:普通用户。
|
|
3335
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
3336
3243
|
*/
|
|
3337
|
-
UserType
|
|
3244
|
+
UserType?: string;
|
|
3338
3245
|
/**
|
|
3339
3246
|
* 用户别名
|
|
3340
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
3341
3247
|
*/
|
|
3342
|
-
UserAlias
|
|
3248
|
+
UserAlias?: string;
|
|
3249
|
+
/**
|
|
3250
|
+
* 账号类型
|
|
3251
|
+
*/
|
|
3252
|
+
AccountType?: string;
|
|
3343
3253
|
}
|
|
3344
3254
|
/**
|
|
3345
3255
|
* GetOptimizerPolicy请求参数结构体
|
|
@@ -3358,12 +3268,11 @@ export interface Users {
|
|
|
3358
3268
|
* 用户信息集合
|
|
3359
3269
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3360
3270
|
*/
|
|
3361
|
-
UserSet
|
|
3271
|
+
UserSet?: Array<UserMessage>;
|
|
3362
3272
|
/**
|
|
3363
3273
|
* 用户总数
|
|
3364
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
3365
3274
|
*/
|
|
3366
|
-
TotalCount
|
|
3275
|
+
TotalCount?: number;
|
|
3367
3276
|
}
|
|
3368
3277
|
/**
|
|
3369
3278
|
* 引擎配置
|
|
@@ -3444,7 +3353,6 @@ export interface TextFile {
|
|
|
3444
3353
|
Format?: string;
|
|
3445
3354
|
/**
|
|
3446
3355
|
* 处理文本用的正则表达式。
|
|
3447
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
3448
3356
|
*/
|
|
3449
3357
|
Regex?: string;
|
|
3450
3358
|
}
|
|
@@ -3456,12 +3364,11 @@ export interface WorkGroups {
|
|
|
3456
3364
|
* 工作组信息集合
|
|
3457
3365
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3458
3366
|
*/
|
|
3459
|
-
WorkGroupSet
|
|
3367
|
+
WorkGroupSet?: Array<WorkGroupMessage>;
|
|
3460
3368
|
/**
|
|
3461
3369
|
* 工作组总数
|
|
3462
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
3463
3370
|
*/
|
|
3464
|
-
TotalCount
|
|
3371
|
+
TotalCount?: number;
|
|
3465
3372
|
}
|
|
3466
3373
|
/**
|
|
3467
3374
|
* CreateNotebookSessionStatement返回参数结构体
|
|
@@ -3875,22 +3782,18 @@ export interface KafkaInfo {
|
|
|
3875
3782
|
export interface FavorInfo {
|
|
3876
3783
|
/**
|
|
3877
3784
|
* 优先事项
|
|
3878
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
3879
3785
|
*/
|
|
3880
3786
|
Priority?: number;
|
|
3881
3787
|
/**
|
|
3882
3788
|
* Catalog名称
|
|
3883
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
3884
3789
|
*/
|
|
3885
3790
|
Catalog?: string;
|
|
3886
3791
|
/**
|
|
3887
3792
|
* DataBase名称
|
|
3888
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
3889
3793
|
*/
|
|
3890
3794
|
DataBase?: string;
|
|
3891
3795
|
/**
|
|
3892
3796
|
* Table名称
|
|
3893
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
3894
3797
|
*/
|
|
3895
3798
|
Table?: string;
|
|
3896
3799
|
}
|
|
@@ -3976,7 +3879,6 @@ export interface Other {
|
|
|
3976
3879
|
export interface CreateSparkAppResponse {
|
|
3977
3880
|
/**
|
|
3978
3881
|
* App唯一标识
|
|
3979
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
3980
3882
|
*/
|
|
3981
3883
|
SparkAppId?: string;
|
|
3982
3884
|
/**
|
|
@@ -3990,7 +3892,6 @@ export interface CreateSparkAppResponse {
|
|
|
3990
3892
|
export interface CreateTaskResponse {
|
|
3991
3893
|
/**
|
|
3992
3894
|
* 任务ID
|
|
3993
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
3994
3895
|
*/
|
|
3995
3896
|
TaskId?: string;
|
|
3996
3897
|
/**
|
|
@@ -4004,27 +3905,22 @@ export interface CreateTaskResponse {
|
|
|
4004
3905
|
export interface MountPointAssociates {
|
|
4005
3906
|
/**
|
|
4006
3907
|
* 桶Id
|
|
4007
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4008
3908
|
*/
|
|
4009
3909
|
BucketId?: string;
|
|
4010
3910
|
/**
|
|
4011
3911
|
* vpcId
|
|
4012
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4013
3912
|
*/
|
|
4014
3913
|
VpcId?: string;
|
|
4015
3914
|
/**
|
|
4016
3915
|
* 子网地址
|
|
4017
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4018
3916
|
*/
|
|
4019
3917
|
VpcCidrBlock?: string;
|
|
4020
3918
|
/**
|
|
4021
3919
|
* 权限组Id
|
|
4022
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4023
3920
|
*/
|
|
4024
3921
|
AccessGroupId?: string;
|
|
4025
3922
|
/**
|
|
4026
3923
|
* 权限规则Id
|
|
4027
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4028
3924
|
*/
|
|
4029
3925
|
AccessRuleId?: number;
|
|
4030
3926
|
}
|
|
@@ -4073,7 +3969,6 @@ export interface AnalysisTaskResults {
|
|
|
4073
3969
|
InstanceStartTime?: number;
|
|
4074
3970
|
/**
|
|
4075
3971
|
* 任务结束时间,毫秒时间戳
|
|
4076
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4077
3972
|
*/
|
|
4078
3973
|
InstanceCompleteTime?: number;
|
|
4079
3974
|
/**
|
|
@@ -4086,54 +3981,52 @@ export interface AnalysisTaskResults {
|
|
|
4086
3981
|
SQL?: string;
|
|
4087
3982
|
/**
|
|
4088
3983
|
* 计算资源名字
|
|
4089
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4090
3984
|
*/
|
|
4091
3985
|
DataEngineName?: string;
|
|
4092
3986
|
/**
|
|
4093
3987
|
* 单位毫秒,引擎内执行耗时
|
|
4094
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4095
3988
|
*/
|
|
4096
3989
|
JobTimeSum?: number;
|
|
4097
3990
|
/**
|
|
4098
|
-
*
|
|
4099
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
3991
|
+
* 单位秒,统计参与计算所用 Spark Executor 每个 core 的 CPU 执行时长总和
|
|
4100
3992
|
*/
|
|
4101
3993
|
TaskTimeSum?: number;
|
|
4102
3994
|
/**
|
|
4103
3995
|
* 数据扫描总行数
|
|
4104
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4105
3996
|
*/
|
|
4106
3997
|
InputRecordsSum?: number;
|
|
4107
3998
|
/**
|
|
4108
3999
|
* 数据扫描总 bytes
|
|
4109
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4110
4000
|
*/
|
|
4111
4001
|
InputBytesSum?: number;
|
|
4112
4002
|
/**
|
|
4113
4003
|
* 输出总行数
|
|
4114
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4115
4004
|
*/
|
|
4116
4005
|
OutputRecordsSum?: number;
|
|
4117
4006
|
/**
|
|
4118
4007
|
* 输出总 bytes
|
|
4119
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4120
4008
|
*/
|
|
4121
4009
|
OutputBytesSum?: number;
|
|
4122
4010
|
/**
|
|
4123
4011
|
* shuffle read 总 bytes
|
|
4124
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4125
4012
|
*/
|
|
4126
4013
|
ShuffleReadBytesSum?: number;
|
|
4127
4014
|
/**
|
|
4128
4015
|
* shuffle read 总行数
|
|
4129
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4130
4016
|
*/
|
|
4131
4017
|
ShuffleReadRecordsSum?: number;
|
|
4132
4018
|
/**
|
|
4133
4019
|
* 洞察结果类型分类,一个 json 数组,有如下几种类型:SPARK-StageScheduleDelay(资源抢占), SPARK-ShuffleFailure(Shuffle异常), SPARK-SlowTask(慢task), SPARK-DataSkew(数据倾斜), SPARK-InsufficientResource(磁盘或内存不足)
|
|
4134
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4135
4020
|
*/
|
|
4136
4021
|
AnalysisStatus?: string;
|
|
4022
|
+
/**
|
|
4023
|
+
* 任务输出文件总数
|
|
4024
|
+
*/
|
|
4025
|
+
OutputFilesNum?: number;
|
|
4026
|
+
/**
|
|
4027
|
+
* 任务输出小文件总数
|
|
4028
|
+
*/
|
|
4029
|
+
OutputSmallFilesNum?: number;
|
|
4137
4030
|
}
|
|
4138
4031
|
/**
|
|
4139
4032
|
* UnbindWorkGroupsFromUser返回参数结构体
|
|
@@ -4616,7 +4509,6 @@ export interface DescribeDataEnginesResponse {
|
|
|
4616
4509
|
DataEngines?: Array<DataEngineInfo>;
|
|
4617
4510
|
/**
|
|
4618
4511
|
* 总条数
|
|
4619
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4620
4512
|
*/
|
|
4621
4513
|
TotalCount?: number;
|
|
4622
4514
|
/**
|
|
@@ -4702,48 +4594,39 @@ export interface UpdateRowFilterRequest {
|
|
|
4702
4594
|
export interface TColumn {
|
|
4703
4595
|
/**
|
|
4704
4596
|
* 字段名称
|
|
4705
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4706
4597
|
*/
|
|
4707
4598
|
Name: string;
|
|
4708
4599
|
/**
|
|
4709
4600
|
* 字段类型
|
|
4710
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4711
4601
|
*/
|
|
4712
4602
|
Type: string;
|
|
4713
4603
|
/**
|
|
4714
4604
|
* 字段描述
|
|
4715
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4716
4605
|
*/
|
|
4717
4606
|
Comment?: string;
|
|
4718
4607
|
/**
|
|
4719
4608
|
* 字段默认值
|
|
4720
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4721
4609
|
*/
|
|
4722
4610
|
Default?: string;
|
|
4723
4611
|
/**
|
|
4724
4612
|
* 字段是否是非空
|
|
4725
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4726
4613
|
*/
|
|
4727
4614
|
NotNull?: boolean;
|
|
4728
4615
|
/**
|
|
4729
4616
|
* 表示整个 numeric 的长度,取值1-38
|
|
4730
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4731
4617
|
*/
|
|
4732
4618
|
Precision?: number;
|
|
4733
4619
|
/**
|
|
4734
4620
|
* 表示小数部分的长度
|
|
4735
4621
|
Scale小于Precision
|
|
4736
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4737
4622
|
*/
|
|
4738
4623
|
Scale?: number;
|
|
4739
4624
|
/**
|
|
4740
4625
|
* 字段位置,小的在前
|
|
4741
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4742
4626
|
*/
|
|
4743
4627
|
Position?: number;
|
|
4744
4628
|
/**
|
|
4745
4629
|
* 是否为分区字段
|
|
4746
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4747
4630
|
*/
|
|
4748
4631
|
IsPartition?: boolean;
|
|
4749
4632
|
}
|
|
@@ -4989,32 +4872,26 @@ export interface NotebookSessionInfo {
|
|
|
4989
4872
|
ProgramArchives?: Array<string>;
|
|
4990
4873
|
/**
|
|
4991
4874
|
* 指定的Driver规格,当前支持:small(默认,1cu)、medium(2cu)、large(4cu)、xlarge(8cu)
|
|
4992
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4993
4875
|
*/
|
|
4994
4876
|
DriverSize?: string;
|
|
4995
4877
|
/**
|
|
4996
4878
|
* 指定的Executor规格,当前支持:small(默认,1cu)、medium(2cu)、large(4cu)、xlarge(8cu)
|
|
4997
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4998
4879
|
*/
|
|
4999
4880
|
ExecutorSize?: string;
|
|
5000
4881
|
/**
|
|
5001
4882
|
* 指定的Executor数量,默认为1
|
|
5002
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
5003
4883
|
*/
|
|
5004
4884
|
ExecutorNumbers?: number;
|
|
5005
4885
|
/**
|
|
5006
4886
|
* 代理用户,默认为root
|
|
5007
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
5008
4887
|
*/
|
|
5009
4888
|
ProxyUser?: string;
|
|
5010
4889
|
/**
|
|
5011
4890
|
* 指定的Session超时时间,单位秒,默认3600秒
|
|
5012
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
5013
4891
|
*/
|
|
5014
4892
|
TimeoutInSecond?: number;
|
|
5015
4893
|
/**
|
|
5016
4894
|
* Spark任务返回的AppId
|
|
5017
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
5018
4895
|
*/
|
|
5019
4896
|
SparkAppId?: string;
|
|
5020
4897
|
/**
|
|
@@ -5036,42 +4913,34 @@ export interface NotebookSessionInfo {
|
|
|
5036
4913
|
AppInfo?: Array<KVPair>;
|
|
5037
4914
|
/**
|
|
5038
4915
|
* Spark ui地址
|
|
5039
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
5040
4916
|
*/
|
|
5041
4917
|
SparkUiUrl?: string;
|
|
5042
4918
|
/**
|
|
5043
4919
|
* 指定的Executor数量(最大值),默认为1,当开启动态分配有效,若未开启,则该值等于ExecutorNumbers
|
|
5044
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
5045
4920
|
*/
|
|
5046
4921
|
ExecutorMaxNumbers?: number;
|
|
5047
4922
|
/**
|
|
5048
4923
|
* session类型,group:资源组下session independent:独立资源session, 不依赖资源组
|
|
5049
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
5050
4924
|
*/
|
|
5051
4925
|
SessionType?: string;
|
|
5052
4926
|
/**
|
|
5053
4927
|
* 引擎id
|
|
5054
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
5055
4928
|
*/
|
|
5056
4929
|
DataEngineId?: string;
|
|
5057
4930
|
/**
|
|
5058
4931
|
* 资源组id
|
|
5059
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
5060
4932
|
*/
|
|
5061
4933
|
ResourceGroupId?: string;
|
|
5062
4934
|
/**
|
|
5063
4935
|
* 资源组名称
|
|
5064
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
5065
4936
|
*/
|
|
5066
4937
|
ResourceGroupName?: string;
|
|
5067
4938
|
/**
|
|
5068
4939
|
* session,pod大小
|
|
5069
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
5070
4940
|
*/
|
|
5071
4941
|
PodSize?: number;
|
|
5072
4942
|
/**
|
|
5073
4943
|
* pod数量
|
|
5074
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
5075
4944
|
*/
|
|
5076
4945
|
PodNumbers?: number;
|
|
5077
4946
|
}
|
|
@@ -5332,12 +5201,10 @@ export interface QueryInternalTableWarehouseResponse {
|
|
|
5332
5201
|
export interface Script {
|
|
5333
5202
|
/**
|
|
5334
5203
|
* 脚本Id,长度36字节。
|
|
5335
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
5336
5204
|
*/
|
|
5337
5205
|
ScriptId?: string;
|
|
5338
5206
|
/**
|
|
5339
5207
|
* 脚本名称,长度0-25。
|
|
5340
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
5341
5208
|
*/
|
|
5342
5209
|
ScriptName?: string;
|
|
5343
5210
|
/**
|
|
@@ -5347,7 +5214,6 @@ export interface Script {
|
|
|
5347
5214
|
ScriptDesc?: string;
|
|
5348
5215
|
/**
|
|
5349
5216
|
* 默认关联数据库。
|
|
5350
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
5351
5217
|
*/
|
|
5352
5218
|
DatabaseName?: string;
|
|
5353
5219
|
/**
|
|
@@ -5357,7 +5223,6 @@ export interface Script {
|
|
|
5357
5223
|
SQLStatement?: string;
|
|
5358
5224
|
/**
|
|
5359
5225
|
* 更新时间戳, 单位:ms。
|
|
5360
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
5361
5226
|
*/
|
|
5362
5227
|
UpdateTime?: number;
|
|
5363
5228
|
}
|
|
@@ -5617,22 +5482,18 @@ export interface LakeFsInfo {
|
|
|
5617
5482
|
CreateTimeStamp?: number;
|
|
5618
5483
|
/**
|
|
5619
5484
|
* 是否是用户默认桶,0:默认桶,1:非默认桶
|
|
5620
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
5621
5485
|
*/
|
|
5622
5486
|
DefaultBucket?: number;
|
|
5623
5487
|
/**
|
|
5624
5488
|
* 托管存储short name
|
|
5625
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
5626
5489
|
*/
|
|
5627
5490
|
ShortName?: string;
|
|
5628
5491
|
/**
|
|
5629
5492
|
* 桶描述信息
|
|
5630
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
5631
5493
|
*/
|
|
5632
5494
|
Description?: string;
|
|
5633
5495
|
/**
|
|
5634
5496
|
* 托管桶状态,当前取值为:creating、bind、readOnly、isolate
|
|
5635
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
5636
5497
|
*/
|
|
5637
5498
|
Status?: string;
|
|
5638
5499
|
}
|
|
@@ -5645,7 +5506,7 @@ export interface QueryResultRequest {
|
|
|
5645
5506
|
*/
|
|
5646
5507
|
TaskId: string;
|
|
5647
5508
|
/**
|
|
5648
|
-
* lastReadFile为上一次读取的文件,lastReadOffset为上一次读取到的位置
|
|
5509
|
+
* objectListMarker={marker}&lastReadFile={filename}&lastReadOffsetlastReadFile为上一次读取的文件,lastReadOffset为上一次读取到的位置
|
|
5649
5510
|
*/
|
|
5650
5511
|
NextToken?: string;
|
|
5651
5512
|
}
|
|
@@ -6013,7 +5874,6 @@ export interface DatasourceConnectionInfo {
|
|
|
6013
5874
|
DataEngines?: Array<DataEngineInfo>;
|
|
6014
5875
|
/**
|
|
6015
5876
|
* 创建人
|
|
6016
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6017
5877
|
*/
|
|
6018
5878
|
UserAlias?: string;
|
|
6019
5879
|
/**
|
|
@@ -6023,12 +5883,10 @@ export interface DatasourceConnectionInfo {
|
|
|
6023
5883
|
NetworkConnectionSet?: Array<NetworkConnection>;
|
|
6024
5884
|
/**
|
|
6025
5885
|
* 连通性状态:0(未测试,默认)、1(正常)、2(失败)
|
|
6026
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6027
5886
|
*/
|
|
6028
5887
|
ConnectivityState?: number;
|
|
6029
5888
|
/**
|
|
6030
5889
|
* 连通性测试提示信息
|
|
6031
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6032
5890
|
*/
|
|
6033
5891
|
ConnectivityTips?: string;
|
|
6034
5892
|
}
|
|
@@ -6077,17 +5935,14 @@ export interface AssignMangedTablePropertiesResponse {
|
|
|
6077
5935
|
export interface SparkSessionBatchLog {
|
|
6078
5936
|
/**
|
|
6079
5937
|
* 日志步骤:BEG/CS/DS/DSS/DSF/FINF/RTO/CANCEL/CT/DT/DTS/DTF/FINT/EXCE
|
|
6080
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6081
5938
|
*/
|
|
6082
5939
|
Step?: string;
|
|
6083
5940
|
/**
|
|
6084
5941
|
* 时间
|
|
6085
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6086
5942
|
*/
|
|
6087
5943
|
Time?: string;
|
|
6088
5944
|
/**
|
|
6089
5945
|
* 日志提示
|
|
6090
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6091
5946
|
*/
|
|
6092
5947
|
Message?: string;
|
|
6093
5948
|
/**
|
|
@@ -6145,22 +6000,18 @@ export interface DescribeUserRolesRequest {
|
|
|
6145
6000
|
export interface ResourceInfo {
|
|
6146
6001
|
/**
|
|
6147
6002
|
* 归属类型
|
|
6148
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6149
6003
|
*/
|
|
6150
6004
|
AttributionType?: string;
|
|
6151
6005
|
/**
|
|
6152
6006
|
* 资源类型
|
|
6153
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6154
6007
|
*/
|
|
6155
6008
|
ResourceType?: string;
|
|
6156
6009
|
/**
|
|
6157
6010
|
* 引擎名称
|
|
6158
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6159
6011
|
*/
|
|
6160
6012
|
Name?: string;
|
|
6161
6013
|
/**
|
|
6162
6014
|
* 如资源类型为spark-sql 取值为Name, 如为spark-batch 取值为session app_name
|
|
6163
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6164
6015
|
*/
|
|
6165
6016
|
Instance?: string;
|
|
6166
6017
|
/**
|
|
@@ -6170,12 +6021,10 @@ export interface ResourceInfo {
|
|
|
6170
6021
|
Favor?: Array<FavorInfo>;
|
|
6171
6022
|
/**
|
|
6172
6023
|
* 状态
|
|
6173
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6174
6024
|
*/
|
|
6175
6025
|
Status?: number;
|
|
6176
6026
|
/**
|
|
6177
6027
|
* 标准引擎资源组信息
|
|
6178
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6179
6028
|
*/
|
|
6180
6029
|
ResourceGroupName?: string;
|
|
6181
6030
|
}
|
|
@@ -6198,7 +6047,6 @@ export interface CreateImportTaskResponse {
|
|
|
6198
6047
|
export interface SmartOptimizerIndexPolicy {
|
|
6199
6048
|
/**
|
|
6200
6049
|
* 开启索引
|
|
6201
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6202
6050
|
*/
|
|
6203
6051
|
IndexEnable?: string;
|
|
6204
6052
|
}
|
|
@@ -6324,22 +6172,18 @@ export interface ViewResponseInfo {
|
|
|
6324
6172
|
export interface NetworkConnection {
|
|
6325
6173
|
/**
|
|
6326
6174
|
* 网络配置id
|
|
6327
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6328
6175
|
*/
|
|
6329
6176
|
Id?: number;
|
|
6330
6177
|
/**
|
|
6331
6178
|
* 网络配置唯一标志符
|
|
6332
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6333
6179
|
*/
|
|
6334
6180
|
AssociateId?: string;
|
|
6335
6181
|
/**
|
|
6336
6182
|
* 计算引擎id
|
|
6337
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6338
6183
|
*/
|
|
6339
6184
|
HouseId?: string;
|
|
6340
6185
|
/**
|
|
6341
6186
|
* 数据源id(已废弃)
|
|
6342
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6343
6187
|
*/
|
|
6344
6188
|
DatasourceConnectionId?: string;
|
|
6345
6189
|
/**
|
|
@@ -6349,7 +6193,6 @@ export interface NetworkConnection {
|
|
|
6349
6193
|
State?: number;
|
|
6350
6194
|
/**
|
|
6351
6195
|
* 创建时间
|
|
6352
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6353
6196
|
*/
|
|
6354
6197
|
CreateTime?: number;
|
|
6355
6198
|
/**
|
|
@@ -6364,12 +6207,10 @@ export interface NetworkConnection {
|
|
|
6364
6207
|
Appid?: number;
|
|
6365
6208
|
/**
|
|
6366
6209
|
* 计算引擎名称
|
|
6367
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6368
6210
|
*/
|
|
6369
6211
|
HouseName?: string;
|
|
6370
6212
|
/**
|
|
6371
6213
|
* 网络配置名称
|
|
6372
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6373
6214
|
*/
|
|
6374
6215
|
DatasourceConnectionName?: string;
|
|
6375
6216
|
/**
|
|
@@ -6453,32 +6294,26 @@ export interface ModifyWorkGroupRequest {
|
|
|
6453
6294
|
export interface SmartPolicyBaseInfo {
|
|
6454
6295
|
/**
|
|
6455
6296
|
* 用户uin
|
|
6456
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6457
6297
|
*/
|
|
6458
6298
|
Uin: string;
|
|
6459
6299
|
/**
|
|
6460
6300
|
* Catalog/Database/Table
|
|
6461
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6462
6301
|
*/
|
|
6463
6302
|
PolicyType?: string;
|
|
6464
6303
|
/**
|
|
6465
6304
|
* Catalog名称
|
|
6466
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6467
6305
|
*/
|
|
6468
6306
|
Catalog?: string;
|
|
6469
6307
|
/**
|
|
6470
6308
|
* 数据库名称
|
|
6471
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6472
6309
|
*/
|
|
6473
6310
|
Database?: string;
|
|
6474
6311
|
/**
|
|
6475
6312
|
* 表名称
|
|
6476
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6477
6313
|
*/
|
|
6478
6314
|
Table?: string;
|
|
6479
6315
|
/**
|
|
6480
6316
|
* 用户appid
|
|
6481
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6482
6317
|
*/
|
|
6483
6318
|
AppId?: string;
|
|
6484
6319
|
}
|
|
@@ -6581,42 +6416,34 @@ export interface DMSPartition {
|
|
|
6581
6416
|
export interface WorkGroupDetailInfo {
|
|
6582
6417
|
/**
|
|
6583
6418
|
* 工作组Id
|
|
6584
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6585
6419
|
*/
|
|
6586
6420
|
WorkGroupId?: number;
|
|
6587
6421
|
/**
|
|
6588
6422
|
* 工作组名称
|
|
6589
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6590
6423
|
*/
|
|
6591
6424
|
WorkGroupName?: string;
|
|
6592
6425
|
/**
|
|
6593
6426
|
* 包含的信息类型。User:用户信息;DataAuth:数据权限;EngineAuth:引擎权限
|
|
6594
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6595
6427
|
*/
|
|
6596
6428
|
Type?: string;
|
|
6597
6429
|
/**
|
|
6598
6430
|
* 工作组上绑定的用户集合
|
|
6599
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6600
6431
|
*/
|
|
6601
6432
|
UserInfo?: Users;
|
|
6602
6433
|
/**
|
|
6603
6434
|
* 数据权限集合
|
|
6604
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6605
6435
|
*/
|
|
6606
6436
|
DataPolicyInfo?: Policys;
|
|
6607
6437
|
/**
|
|
6608
6438
|
* 引擎权限集合
|
|
6609
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6610
6439
|
*/
|
|
6611
6440
|
EnginePolicyInfo?: Policys;
|
|
6612
6441
|
/**
|
|
6613
6442
|
* 工作组描述信息
|
|
6614
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6615
6443
|
*/
|
|
6616
6444
|
WorkGroupDescription?: string;
|
|
6617
6445
|
/**
|
|
6618
6446
|
* 行过滤信息集合
|
|
6619
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6620
6447
|
*/
|
|
6621
6448
|
RowFilterInfo?: Policys;
|
|
6622
6449
|
/**
|
|
@@ -6635,12 +6462,10 @@ export declare type DescribeThirdPartyAccessUserRequest = null;
|
|
|
6635
6462
|
export interface OptimizerEngineInfo {
|
|
6636
6463
|
/**
|
|
6637
6464
|
* 引擎资源名称
|
|
6638
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6639
6465
|
*/
|
|
6640
6466
|
HouseName: string;
|
|
6641
6467
|
/**
|
|
6642
6468
|
* 引擎资源ID
|
|
6643
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6644
6469
|
*/
|
|
6645
6470
|
HouseId: string;
|
|
6646
6471
|
/**
|
|
@@ -6665,40 +6490,39 @@ export interface DataEngineImageVersion {
|
|
|
6665
6490
|
/**
|
|
6666
6491
|
* 镜像大版本ID
|
|
6667
6492
|
*/
|
|
6668
|
-
ImageVersionId
|
|
6493
|
+
ImageVersionId?: string;
|
|
6669
6494
|
/**
|
|
6670
6495
|
* 镜像大版本名称
|
|
6671
6496
|
*/
|
|
6672
|
-
ImageVersion
|
|
6497
|
+
ImageVersion?: string;
|
|
6673
6498
|
/**
|
|
6674
6499
|
* 镜像大版本描述
|
|
6675
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6676
6500
|
*/
|
|
6677
|
-
Description
|
|
6501
|
+
Description?: string;
|
|
6678
6502
|
/**
|
|
6679
6503
|
* 是否为公共版本:1:公共;2:私有
|
|
6680
6504
|
*/
|
|
6681
|
-
IsPublic
|
|
6505
|
+
IsPublic?: number;
|
|
6682
6506
|
/**
|
|
6683
6507
|
* 集群类型:SparkSQL/PrestoSQL/SparkBatch
|
|
6684
6508
|
*/
|
|
6685
|
-
EngineType
|
|
6509
|
+
EngineType?: string;
|
|
6686
6510
|
/**
|
|
6687
6511
|
* 版本状态:1:初始化;2:上线;3:下线
|
|
6688
6512
|
*/
|
|
6689
|
-
IsSharedEngine
|
|
6513
|
+
IsSharedEngine?: number;
|
|
6690
6514
|
/**
|
|
6691
6515
|
* 版本状态:1:初始化;2:上线;3:下线
|
|
6692
6516
|
*/
|
|
6693
|
-
State
|
|
6517
|
+
State?: number;
|
|
6694
6518
|
/**
|
|
6695
6519
|
* 插入时间
|
|
6696
6520
|
*/
|
|
6697
|
-
InsertTime
|
|
6521
|
+
InsertTime?: string;
|
|
6698
6522
|
/**
|
|
6699
6523
|
* 更新时间
|
|
6700
6524
|
*/
|
|
6701
|
-
UpdateTime
|
|
6525
|
+
UpdateTime?: string;
|
|
6702
6526
|
}
|
|
6703
6527
|
/**
|
|
6704
6528
|
* Mysql类型数据源信息
|
|
@@ -7184,22 +7008,18 @@ export interface CreateSparkSessionBatchSQLRequest {
|
|
|
7184
7008
|
export interface ListTaskJobLogDetailResponse {
|
|
7185
7009
|
/**
|
|
7186
7010
|
* 下一次分页参数
|
|
7187
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
7188
7011
|
*/
|
|
7189
7012
|
Context?: string;
|
|
7190
7013
|
/**
|
|
7191
7014
|
* 是否获取完结
|
|
7192
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
7193
7015
|
*/
|
|
7194
7016
|
ListOver?: boolean;
|
|
7195
7017
|
/**
|
|
7196
7018
|
* 日志详情
|
|
7197
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
7198
7019
|
*/
|
|
7199
7020
|
Results?: Array<JobLogResult>;
|
|
7200
7021
|
/**
|
|
7201
|
-
* 日志url
|
|
7202
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
7022
|
+
* 日志url(字段已废弃)
|
|
7203
7023
|
*/
|
|
7204
7024
|
LogUrl?: string;
|
|
7205
7025
|
/**
|
|
@@ -7411,22 +7231,18 @@ export interface DescribeTasksCostInfoRequest {
|
|
|
7411
7231
|
export interface UserDetailInfo {
|
|
7412
7232
|
/**
|
|
7413
7233
|
* 用户Id
|
|
7414
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
7415
7234
|
*/
|
|
7416
7235
|
UserId?: string;
|
|
7417
7236
|
/**
|
|
7418
7237
|
* 返回的信息类型,Group:返回的当前用户的工作组信息;DataAuth:返回的当前用户的数据权限信息;EngineAuth:返回的当前用户的引擎权限信息
|
|
7419
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
7420
7238
|
*/
|
|
7421
7239
|
Type?: string;
|
|
7422
7240
|
/**
|
|
7423
7241
|
* 用户类型:ADMIN:管理员 COMMON:一般用户
|
|
7424
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
7425
7242
|
*/
|
|
7426
7243
|
UserType?: string;
|
|
7427
7244
|
/**
|
|
7428
7245
|
* 用户描述信息
|
|
7429
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
7430
7246
|
*/
|
|
7431
7247
|
UserDescription?: string;
|
|
7432
7248
|
/**
|
|
@@ -7446,7 +7262,6 @@ export interface UserDetailInfo {
|
|
|
7446
7262
|
WorkGroupInfo?: WorkGroups;
|
|
7447
7263
|
/**
|
|
7448
7264
|
* 用户别名
|
|
7449
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
7450
7265
|
*/
|
|
7451
7266
|
UserAlias?: string;
|
|
7452
7267
|
/**
|
|
@@ -7456,9 +7271,13 @@ export interface UserDetailInfo {
|
|
|
7456
7271
|
RowFilterInfo?: Policys;
|
|
7457
7272
|
/**
|
|
7458
7273
|
* 账号类型
|
|
7459
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
7460
7274
|
*/
|
|
7461
7275
|
AccountType?: string;
|
|
7276
|
+
/**
|
|
7277
|
+
* 数据源权限集合
|
|
7278
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
7279
|
+
*/
|
|
7280
|
+
CatalogPolicyInfo?: Policys;
|
|
7462
7281
|
}
|
|
7463
7282
|
/**
|
|
7464
7283
|
* DescribeTaskResult返回参数结构体
|
|
@@ -7559,7 +7378,6 @@ export interface WorkGroupMessage {
|
|
|
7559
7378
|
WorkGroupName?: string;
|
|
7560
7379
|
/**
|
|
7561
7380
|
* 工作组描述
|
|
7562
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
7563
7381
|
*/
|
|
7564
7382
|
WorkGroupDescription?: string;
|
|
7565
7383
|
/**
|
|
@@ -7577,7 +7395,6 @@ export interface WorkGroupMessage {
|
|
|
7577
7395
|
export interface DescribeUserDataEngineConfigResponse {
|
|
7578
7396
|
/**
|
|
7579
7397
|
* 用户引擎自定义配置项列表。
|
|
7580
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
7581
7398
|
*/
|
|
7582
7399
|
DataEngineConfigInstanceInfos?: Array<DataEngineConfigInstanceInfo>;
|
|
7583
7400
|
/**
|
|
@@ -7802,22 +7619,18 @@ export interface DetachUserPolicyRequest {
|
|
|
7802
7619
|
export interface DescribeTaskLogResponse {
|
|
7803
7620
|
/**
|
|
7804
7621
|
* 下一次分页参数
|
|
7805
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
7806
7622
|
*/
|
|
7807
7623
|
Context?: string;
|
|
7808
7624
|
/**
|
|
7809
7625
|
* 是否获取完结
|
|
7810
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
7811
7626
|
*/
|
|
7812
7627
|
ListOver?: boolean;
|
|
7813
7628
|
/**
|
|
7814
7629
|
* 日志详情
|
|
7815
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
7816
7630
|
*/
|
|
7817
7631
|
Results?: Array<JobLogResult>;
|
|
7818
7632
|
/**
|
|
7819
7633
|
* 日志url
|
|
7820
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
7821
7634
|
*/
|
|
7822
7635
|
LogUrl?: string;
|
|
7823
7636
|
/**
|
|
@@ -7970,22 +7783,18 @@ export interface UserRole {
|
|
|
7970
7783
|
Desc?: string;
|
|
7971
7784
|
/**
|
|
7972
7785
|
* 角色名称
|
|
7973
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
7974
7786
|
*/
|
|
7975
7787
|
RoleName?: string;
|
|
7976
7788
|
/**
|
|
7977
7789
|
* 创建者UIN
|
|
7978
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
7979
7790
|
*/
|
|
7980
7791
|
Creator?: string;
|
|
7981
7792
|
/**
|
|
7982
7793
|
* cos授权路径列表
|
|
7983
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
7984
7794
|
*/
|
|
7985
7795
|
CosPermissionList?: Array<CosPermission>;
|
|
7986
7796
|
/**
|
|
7987
7797
|
* cam策略json
|
|
7988
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
7989
7798
|
*/
|
|
7990
7799
|
PermissionJson?: string;
|
|
7991
7800
|
}
|
|
@@ -8101,27 +7910,22 @@ export interface CHDFSProductVpcInfo {
|
|
|
8101
7910
|
/**
|
|
8102
7911
|
* vpc id
|
|
8103
7912
|
|
|
8104
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
8105
7913
|
*/
|
|
8106
7914
|
VpcId?: string;
|
|
8107
7915
|
/**
|
|
8108
7916
|
* vpc名称
|
|
8109
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
8110
7917
|
*/
|
|
8111
7918
|
VpcName?: string;
|
|
8112
7919
|
/**
|
|
8113
7920
|
* vpc子网信息列表
|
|
8114
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
8115
7921
|
*/
|
|
8116
7922
|
VpcCidrBlock?: Array<VpcCidrBlock>;
|
|
8117
7923
|
/**
|
|
8118
7924
|
* 规则Id
|
|
8119
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
8120
7925
|
*/
|
|
8121
7926
|
RuleId?: number;
|
|
8122
7927
|
/**
|
|
8123
7928
|
* 权限组Id
|
|
8124
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
8125
7929
|
*/
|
|
8126
7930
|
AccessGroupId?: string;
|
|
8127
7931
|
}
|
|
@@ -8275,7 +8079,6 @@ export interface TableBaseInfo {
|
|
|
8275
8079
|
TableName: string;
|
|
8276
8080
|
/**
|
|
8277
8081
|
* 该数据表所属数据源名字
|
|
8278
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
8279
8082
|
*/
|
|
8280
8083
|
DatasourceConnectionName?: string;
|
|
8281
8084
|
/**
|
|
@@ -8285,22 +8088,18 @@ export interface TableBaseInfo {
|
|
|
8285
8088
|
TableComment?: string;
|
|
8286
8089
|
/**
|
|
8287
8090
|
* 具体类型,表or视图
|
|
8288
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
8289
8091
|
*/
|
|
8290
8092
|
Type?: string;
|
|
8291
8093
|
/**
|
|
8292
8094
|
* 数据格式类型,hive,iceberg等
|
|
8293
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
8294
8095
|
*/
|
|
8295
8096
|
TableFormat?: string;
|
|
8296
8097
|
/**
|
|
8297
8098
|
* 建表用户昵称
|
|
8298
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
8299
8099
|
*/
|
|
8300
8100
|
UserAlias?: string;
|
|
8301
8101
|
/**
|
|
8302
8102
|
* 建表用户ID
|
|
8303
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
8304
8103
|
*/
|
|
8305
8104
|
UserSubUin?: string;
|
|
8306
8105
|
/**
|
|
@@ -8399,12 +8198,10 @@ export interface ListTaskJobLogDetailRequest {
|
|
|
8399
8198
|
export interface SparkSessionBatchLogOperate {
|
|
8400
8199
|
/**
|
|
8401
8200
|
* 操作提示
|
|
8402
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
8403
8201
|
*/
|
|
8404
8202
|
Text?: string;
|
|
8405
8203
|
/**
|
|
8406
8204
|
* 操作类型:COPY、LOG、UI、RESULT、List、TAB
|
|
8407
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
8408
8205
|
*/
|
|
8409
8206
|
Operate?: string;
|
|
8410
8207
|
/**
|
|
@@ -8540,17 +8337,14 @@ export interface DescribeEngineUsageInfoRequest {
|
|
|
8540
8337
|
export interface DataMaskStrategyInfo {
|
|
8541
8338
|
/**
|
|
8542
8339
|
* 策略名称
|
|
8543
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
8544
8340
|
*/
|
|
8545
8341
|
StrategyName?: string;
|
|
8546
8342
|
/**
|
|
8547
8343
|
* MASK_SHOW_FIRST_4; MASK_SHOW_LAST_4;MASK_HASH; MASK_DATE_SHOW_YEAR; MASK_NULL; MASK_DEFAULT 等
|
|
8548
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
8549
8344
|
*/
|
|
8550
8345
|
StrategyType?: string;
|
|
8551
8346
|
/**
|
|
8552
8347
|
* 策略描述
|
|
8553
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
8554
8348
|
*/
|
|
8555
8349
|
StrategyDesc?: string;
|
|
8556
8350
|
/**
|
|
@@ -8560,12 +8354,10 @@ export interface DataMaskStrategyInfo {
|
|
|
8560
8354
|
Groups?: Array<GroupInfo>;
|
|
8561
8355
|
/**
|
|
8562
8356
|
* 用户子账号uin列表,按;拼接
|
|
8563
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
8564
8357
|
*/
|
|
8565
8358
|
Users?: string;
|
|
8566
8359
|
/**
|
|
8567
8360
|
* 策略Id
|
|
8568
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
8569
8361
|
*/
|
|
8570
8362
|
StrategyId?: string;
|
|
8571
8363
|
}
|
|
@@ -8617,7 +8409,6 @@ export interface Partition {
|
|
|
8617
8409
|
Comment?: string;
|
|
8618
8410
|
/**
|
|
8619
8411
|
* 隐式分区转换策略
|
|
8620
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
8621
8412
|
*/
|
|
8622
8413
|
Transform?: string;
|
|
8623
8414
|
/**
|
|
@@ -8627,7 +8418,6 @@ export interface Partition {
|
|
|
8627
8418
|
TransformArgs?: Array<string>;
|
|
8628
8419
|
/**
|
|
8629
8420
|
* 创建时间
|
|
8630
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
8631
8421
|
*/
|
|
8632
8422
|
CreateTime?: number;
|
|
8633
8423
|
}
|
|
@@ -9069,7 +8859,6 @@ export interface TaskResponseInfo {
|
|
|
9069
8859
|
RowAffectInfo?: string;
|
|
9070
8860
|
/**
|
|
9071
8861
|
* 任务结果数据表。
|
|
9072
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
9073
8862
|
*/
|
|
9074
8863
|
DataSet?: string;
|
|
9075
8864
|
/**
|
|
@@ -9090,22 +8879,18 @@ export interface TaskResponseInfo {
|
|
|
9090
8879
|
TaskType?: string;
|
|
9091
8880
|
/**
|
|
9092
8881
|
* 任务进度明细
|
|
9093
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
9094
8882
|
*/
|
|
9095
8883
|
ProgressDetail?: string;
|
|
9096
8884
|
/**
|
|
9097
8885
|
* 任务结束时间
|
|
9098
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
9099
8886
|
*/
|
|
9100
8887
|
UpdateTime?: string;
|
|
9101
8888
|
/**
|
|
9102
8889
|
* 计算资源id
|
|
9103
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
9104
8890
|
*/
|
|
9105
8891
|
DataEngineId?: string;
|
|
9106
8892
|
/**
|
|
9107
8893
|
* 执行sql的子uin
|
|
9108
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
9109
8894
|
*/
|
|
9110
8895
|
OperateUin?: string;
|
|
9111
8896
|
/**
|
|
@@ -9115,82 +8900,66 @@ export interface TaskResponseInfo {
|
|
|
9115
8900
|
DataEngineName?: string;
|
|
9116
8901
|
/**
|
|
9117
8902
|
* 导入类型是本地导入还是cos
|
|
9118
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
9119
8903
|
*/
|
|
9120
8904
|
InputType?: string;
|
|
9121
8905
|
/**
|
|
9122
8906
|
* 导入配置
|
|
9123
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
9124
8907
|
*/
|
|
9125
8908
|
InputConf?: string;
|
|
9126
8909
|
/**
|
|
9127
8910
|
* 数据条数
|
|
9128
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
9129
8911
|
*/
|
|
9130
8912
|
DataNumber?: number;
|
|
9131
8913
|
/**
|
|
9132
8914
|
* 查询数据能不能下载
|
|
9133
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
9134
8915
|
*/
|
|
9135
8916
|
CanDownload?: boolean;
|
|
9136
8917
|
/**
|
|
9137
8918
|
* 用户别名
|
|
9138
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
9139
8919
|
*/
|
|
9140
8920
|
UserAlias?: string;
|
|
9141
8921
|
/**
|
|
9142
8922
|
* spark应用作业名
|
|
9143
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
9144
8923
|
*/
|
|
9145
8924
|
SparkJobName?: string;
|
|
9146
8925
|
/**
|
|
9147
8926
|
* spark应用作业Id
|
|
9148
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
9149
8927
|
*/
|
|
9150
8928
|
SparkJobId?: string;
|
|
9151
8929
|
/**
|
|
9152
8930
|
* spark应用入口jar文件
|
|
9153
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
9154
8931
|
*/
|
|
9155
8932
|
SparkJobFile?: string;
|
|
9156
8933
|
/**
|
|
9157
8934
|
* spark ui url
|
|
9158
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
9159
8935
|
*/
|
|
9160
8936
|
UiUrl?: string;
|
|
9161
8937
|
/**
|
|
9162
8938
|
* 任务耗时,单位: ms
|
|
9163
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
9164
8939
|
*/
|
|
9165
8940
|
TotalTime?: number;
|
|
9166
8941
|
/**
|
|
9167
8942
|
* spark app job执行task的程序入口参数
|
|
9168
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
9169
8943
|
*/
|
|
9170
8944
|
CmdArgs?: string;
|
|
9171
8945
|
/**
|
|
9172
8946
|
* 集群镜像大版本名称
|
|
9173
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
9174
8947
|
*/
|
|
9175
8948
|
ImageVersion?: string;
|
|
9176
8949
|
/**
|
|
9177
8950
|
* driver规格:small,medium,large,xlarge;内存型(引擎类型):m.small,m.medium,m.large,m.xlarge
|
|
9178
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
9179
8951
|
*/
|
|
9180
8952
|
DriverSize?: string;
|
|
9181
8953
|
/**
|
|
9182
8954
|
* executor规格:small,medium,large,xlarge;内存型(引擎类型):m.small,m.medium,m.large,m.xlarge
|
|
9183
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
9184
8955
|
*/
|
|
9185
8956
|
ExecutorSize?: string;
|
|
9186
8957
|
/**
|
|
9187
8958
|
* 指定executor数量,最小值为1,最大值小于集群规格
|
|
9188
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
9189
8959
|
*/
|
|
9190
8960
|
ExecutorNums?: number;
|
|
9191
8961
|
/**
|
|
9192
8962
|
* 指定executor max数量(动态配置场景下),最小值为1,最大值小于集群规格(当ExecutorMaxNumbers小于ExecutorNums时,改值设定为ExecutorNums)
|
|
9193
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
9194
8963
|
*/
|
|
9195
8964
|
ExecutorMaxNumbers?: number;
|
|
9196
8965
|
/**
|
|
@@ -9210,17 +8979,14 @@ export interface TaskResponseInfo {
|
|
|
9210
8979
|
PrestoMonitorMetrics?: PrestoMonitorMetrics;
|
|
9211
8980
|
/**
|
|
9212
8981
|
* 结果文件格式:默认为csv
|
|
9213
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
9214
8982
|
*/
|
|
9215
8983
|
ResultFormat?: string;
|
|
9216
8984
|
/**
|
|
9217
8985
|
* 引擎类型,SparkSQL:SparkSQL 引擎;SparkBatch:Spark作业引擎;PrestoSQL:Presto引擎
|
|
9218
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
9219
8986
|
*/
|
|
9220
8987
|
EngineTypeDetail?: string;
|
|
9221
8988
|
/**
|
|
9222
8989
|
* spark引擎资源组名称
|
|
9223
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
9224
8990
|
*/
|
|
9225
8991
|
ResourceGroupName?: string;
|
|
9226
8992
|
}
|
|
@@ -9230,9 +8996,8 @@ export interface TaskResponseInfo {
|
|
|
9230
8996
|
export interface DescribeStoreLocationResponse {
|
|
9231
8997
|
/**
|
|
9232
8998
|
* 返回用户设置的结果存储位置路径,如果未设置则返回空字符串:""
|
|
9233
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
9234
8999
|
*/
|
|
9235
|
-
StoreLocation
|
|
9000
|
+
StoreLocation?: string;
|
|
9236
9001
|
/**
|
|
9237
9002
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
9238
9003
|
*/
|
|
@@ -9244,12 +9009,10 @@ export interface DescribeStoreLocationResponse {
|
|
|
9244
9009
|
export interface QueryTaskCostDetailResponse {
|
|
9245
9010
|
/**
|
|
9246
9011
|
* 下一页的标识
|
|
9247
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
9248
9012
|
*/
|
|
9249
9013
|
SearchAfter?: string;
|
|
9250
9014
|
/**
|
|
9251
9015
|
* 返回的数据
|
|
9252
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
9253
9016
|
*/
|
|
9254
9017
|
Data?: string;
|
|
9255
9018
|
/**
|
|
@@ -9307,37 +9070,30 @@ export interface Column {
|
|
|
9307
9070
|
Comment?: string;
|
|
9308
9071
|
/**
|
|
9309
9072
|
* 表示整个 numeric 的长度
|
|
9310
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
9311
9073
|
*/
|
|
9312
9074
|
Precision?: number;
|
|
9313
9075
|
/**
|
|
9314
9076
|
* 表示小数部分的长度
|
|
9315
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
9316
9077
|
*/
|
|
9317
9078
|
Scale?: number;
|
|
9318
9079
|
/**
|
|
9319
9080
|
* 是否为null
|
|
9320
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
9321
9081
|
*/
|
|
9322
9082
|
Nullable?: string;
|
|
9323
9083
|
/**
|
|
9324
9084
|
* 字段位置,小的在前
|
|
9325
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
9326
9085
|
*/
|
|
9327
9086
|
Position?: number;
|
|
9328
9087
|
/**
|
|
9329
9088
|
* 字段创建时间
|
|
9330
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
9331
9089
|
*/
|
|
9332
9090
|
CreateTime?: string;
|
|
9333
9091
|
/**
|
|
9334
9092
|
* 字段修改时间
|
|
9335
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
9336
9093
|
*/
|
|
9337
9094
|
ModifiedTime?: string;
|
|
9338
9095
|
/**
|
|
9339
9096
|
* 是否为分区字段
|
|
9340
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
9341
9097
|
*/
|
|
9342
9098
|
IsPartition?: boolean;
|
|
9343
9099
|
/**
|
|
@@ -9480,7 +9236,6 @@ export interface DatabaseInfo {
|
|
|
9480
9236
|
Properties?: Array<Property>;
|
|
9481
9237
|
/**
|
|
9482
9238
|
* 数据库cos路径
|
|
9483
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
9484
9239
|
*/
|
|
9485
9240
|
Location?: string;
|
|
9486
9241
|
}
|
|
@@ -9586,12 +9341,10 @@ export interface DropDMSDatabaseResponse {
|
|
|
9586
9341
|
export interface VpcCidrBlock {
|
|
9587
9342
|
/**
|
|
9588
9343
|
* 子网Id
|
|
9589
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
9590
9344
|
*/
|
|
9591
9345
|
CidrId?: string;
|
|
9592
9346
|
/**
|
|
9593
9347
|
* 子网网段
|
|
9594
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
9595
9348
|
*/
|
|
9596
9349
|
CidrAddr?: string;
|
|
9597
9350
|
}
|
|
@@ -9709,7 +9462,6 @@ export interface CreateNotebookSessionResponse {
|
|
|
9709
9462
|
SessionId?: string;
|
|
9710
9463
|
/**
|
|
9711
9464
|
* Spark任务返回的AppId
|
|
9712
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
9713
9465
|
*/
|
|
9714
9466
|
SparkAppId?: string;
|
|
9715
9467
|
/**
|
|
@@ -9979,7 +9731,6 @@ export interface DatabaseResponseInfo {
|
|
|
9979
9731
|
DatabaseName?: string;
|
|
9980
9732
|
/**
|
|
9981
9733
|
* 数据库描述信息,长度 0~256。
|
|
9982
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
9983
9734
|
*/
|
|
9984
9735
|
Comment?: string;
|
|
9985
9736
|
/**
|
|
@@ -9999,17 +9750,14 @@ export interface DatabaseResponseInfo {
|
|
|
9999
9750
|
ModifiedTime?: string;
|
|
10000
9751
|
/**
|
|
10001
9752
|
* cos存储路径
|
|
10002
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
10003
9753
|
*/
|
|
10004
9754
|
Location?: string;
|
|
10005
9755
|
/**
|
|
10006
9756
|
* 建库用户昵称
|
|
10007
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
10008
9757
|
*/
|
|
10009
9758
|
UserAlias?: string;
|
|
10010
9759
|
/**
|
|
10011
9760
|
* 建库用户ID
|
|
10012
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
10013
9761
|
*/
|
|
10014
9762
|
UserSubUin?: string;
|
|
10015
9763
|
/**
|
|
@@ -10019,7 +9767,6 @@ export interface DatabaseResponseInfo {
|
|
|
10019
9767
|
GovernPolicy?: DataGovernPolicy;
|
|
10020
9768
|
/**
|
|
10021
9769
|
* 数据库ID(无效字段)
|
|
10022
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
10023
9770
|
*/
|
|
10024
9771
|
DatabaseId?: string;
|
|
10025
9772
|
}
|