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