tencentcloud-sdk-nodejs 4.0.1003 → 4.0.1005

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (78) hide show
  1. package/CHANGELOG.md +312 -0
  2. package/SERVICE_CHANGELOG.md +333 -354
  3. package/package.json +1 -1
  4. package/products.md +32 -32
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/aca/v20210323/aca_models.ts +1 -6
  7. package/src/services/cbs/v20170312/cbs_models.ts +4 -0
  8. package/src/services/cdwdoris/v20211228/cdwdoris_models.ts +10 -2
  9. package/src/services/ckafka/v20190819/ckafka_models.ts +5 -0
  10. package/src/services/clb/v20180317/clb_client.ts +2 -3
  11. package/src/services/clb/v20180317/clb_models.ts +2 -2
  12. package/src/services/cls/v20201016/cls_models.ts +40 -27
  13. package/src/services/cvm/v20170312/cvm_models.ts +3 -3
  14. package/src/services/cwp/v20180228/cwp_models.ts +1 -1
  15. package/src/services/dts/v20211206/dts_models.ts +4 -0
  16. package/src/services/ecm/v20190719/ecm_models.ts +4 -4
  17. package/src/services/emr/v20190103/emr_models.ts +55 -411
  18. package/src/services/ess/v20201111/ess_models.ts +6 -5
  19. package/src/services/essbasic/v20210526/essbasic_models.ts +6 -5
  20. package/src/services/gwlb/v20240906/gwlb_models.ts +0 -7
  21. package/src/services/hunyuan/v20230901/hunyuan_models.ts +1 -1
  22. package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +1 -1
  23. package/src/services/iotvideoindustry/v20201201/iotvideoindustry_models.ts +45 -46
  24. package/src/services/mna/v20210119/mna_models.ts +12 -21
  25. package/src/services/ocr/v20181119/ocr_client.ts +95 -109
  26. package/src/services/ocr/v20181119/ocr_models.ts +117 -209
  27. package/src/services/pts/v20210728/pts_models.ts +6 -6
  28. package/src/services/scf/v20180416/scf_client.ts +36 -24
  29. package/src/services/scf/v20180416/scf_models.ts +158 -168
  30. package/src/services/sqlserver/v20180328/sqlserver_models.ts +13 -1
  31. package/src/services/tcb/v20180608/tcb_models.ts +14 -20
  32. package/src/services/tcr/v20190924/tcr_models.ts +86 -81
  33. package/src/services/thpc/v20211109/thpc_models.ts +6 -14
  34. package/src/services/thpc/v20220401/thpc_models.ts +6 -14
  35. package/src/services/thpc/v20230321/thpc_models.ts +9 -14
  36. package/src/services/tke/v20180525/tke_models.ts +144 -144
  37. package/src/services/tke/v20220501/tke_models.ts +15 -15
  38. package/src/services/vpc/v20170312/vpc_models.ts +51 -77
  39. package/tencentcloud/common/sdk_version.d.ts +1 -1
  40. package/tencentcloud/common/sdk_version.js +1 -1
  41. package/tencentcloud/services/aca/v20210323/aca_models.d.ts +1 -6
  42. package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +4 -0
  43. package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_models.d.ts +10 -2
  44. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +5 -0
  45. package/tencentcloud/services/clb/v20180317/clb_client.d.ts +0 -1
  46. package/tencentcloud/services/clb/v20180317/clb_client.js +0 -1
  47. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +2 -2
  48. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +40 -27
  49. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +3 -3
  50. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +1 -1
  51. package/tencentcloud/services/dts/v20211206/dts_models.d.ts +4 -0
  52. package/tencentcloud/services/ecm/v20190719/ecm_models.d.ts +4 -4
  53. package/tencentcloud/services/emr/v20190103/emr_models.d.ts +54 -410
  54. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +6 -5
  55. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +6 -5
  56. package/tencentcloud/services/gwlb/v20240906/gwlb_models.d.ts +0 -7
  57. package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +1 -1
  58. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +1 -1
  59. package/tencentcloud/services/iotvideoindustry/v20201201/iotvideoindustry_models.d.ts +45 -46
  60. package/tencentcloud/services/mna/v20210119/mna_models.d.ts +12 -21
  61. package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +76 -82
  62. package/tencentcloud/services/ocr/v20181119/ocr_client.js +79 -87
  63. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +116 -206
  64. package/tencentcloud/services/pts/v20210728/pts_models.d.ts +6 -6
  65. package/tencentcloud/services/scf/v20180416/scf_client.d.ts +13 -9
  66. package/tencentcloud/services/scf/v20180416/scf_client.js +18 -12
  67. package/tencentcloud/services/scf/v20180416/scf_models.d.ts +156 -168
  68. package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +13 -1
  69. package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +14 -20
  70. package/tencentcloud/services/tcr/v20190924/tcr_models.d.ts +86 -81
  71. package/tencentcloud/services/thpc/v20211109/thpc_models.d.ts +6 -14
  72. package/tencentcloud/services/thpc/v20220401/thpc_models.d.ts +6 -14
  73. package/tencentcloud/services/thpc/v20230321/thpc_models.d.ts +9 -14
  74. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +144 -144
  75. package/tencentcloud/services/tke/v20220501/tke_models.d.ts +15 -15
  76. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +51 -77
  77. package/test/ocr.v20181119.test.js +14 -24
  78. package/test/scf.v20180416.test.js +24 -14
@@ -371,137 +371,110 @@ export interface ModifyUserManagerPwdResponse {
371
371
  export interface ImpalaQuery {
372
372
  /**
373
373
  * 执行语句
374
- 注意:此字段可能返回 null,表示取不到有效值。
375
374
  */
376
375
  Statement?: string
377
376
  /**
378
377
  * 查询ID
379
- 注意:此字段可能返回 null,表示取不到有效值。
380
378
  */
381
379
  Id?: string
382
380
  /**
383
381
  * 开始时间
384
- 注意:此字段可能返回 null,表示取不到有效值。
385
382
  */
386
383
  StartTime?: number
387
384
  /**
388
385
  * 运行时间
389
- 注意:此字段可能返回 null,表示取不到有效值。
390
386
  */
391
387
  Duration?: string
392
388
  /**
393
389
  * 结束时间
394
- 注意:此字段可能返回 null,表示取不到有效值。
395
390
  */
396
391
  EndTime?: number
397
392
  /**
398
393
  * 执行状态
399
- 注意:此字段可能返回 null,表示取不到有效值。
400
394
  */
401
395
  State?: string
402
396
  /**
403
397
  * 获取行数
404
- 注意:此字段可能返回 null,表示取不到有效值。
405
398
  */
406
399
  RowsFetched?: number
407
400
  /**
408
401
  * 用户
409
- 注意:此字段可能返回 null,表示取不到有效值。
410
402
  */
411
403
  User?: string
412
404
  /**
413
405
  * 默认DB
414
- 注意:此字段可能返回 null,表示取不到有效值。
415
406
  */
416
407
  DefaultDB?: string
417
408
  /**
418
409
  * 执行的Coordinator节点
419
- 注意:此字段可能返回 null,表示取不到有效值。
420
410
  */
421
411
  Coordinator?: string
422
412
  /**
423
413
  * 单节点内存峰值
424
- 注意:此字段可能返回 null,表示取不到有效值。
425
414
  */
426
415
  MaxNodePeakMemoryUsage?: string
427
416
  /**
428
417
  * 查询类型
429
- 注意:此字段可能返回 null,表示取不到有效值。
430
418
  */
431
419
  QueryType?: string
432
420
  /**
433
421
  * 扫描的HDFS行数
434
- 注意:此字段可能返回 null,表示取不到有效值。
435
422
  */
436
423
  ScanHDFSRows?: number
437
424
  /**
438
425
  * 扫描的Kudu行数
439
- 注意:此字段可能返回 null,表示取不到有效值。
440
426
  */
441
427
  ScanKUDURows?: number
442
428
  /**
443
429
  * 扫描的总行数
444
- 注意:此字段可能返回 null,表示取不到有效值。
445
430
  */
446
431
  ScanRowsTotal?: number
447
432
  /**
448
433
  * 读取的总字节数
449
- 注意:此字段可能返回 null,表示取不到有效值。
450
434
  */
451
435
  TotalBytesRead?: number
452
436
  /**
453
437
  * 发送的总字节数
454
- 注意:此字段可能返回 null,表示取不到有效值。
455
438
  */
456
439
  TotalBytesSent?: number
457
440
  /**
458
441
  * CPU总时间
459
- 注意:此字段可能返回 null,表示取不到有效值。
460
442
  */
461
443
  TotalCpuTime?: number
462
444
  /**
463
445
  * 内部数据发送总量(Bytes)
464
- 注意:此字段可能返回 null,表示取不到有效值。
465
446
  */
466
447
  TotalInnerBytesSent?: number
467
448
  /**
468
449
  * 内部扫描数据发送总量(Bytes)
469
- 注意:此字段可能返回 null,表示取不到有效值。
470
450
  */
471
451
  TotalScanBytesSent?: number
472
452
  /**
473
453
  * 预估单节点内存
474
- 注意:此字段可能返回 null,表示取不到有效值。
475
454
  */
476
455
  EstimatedPerHostMemBytes?: number
477
456
  /**
478
457
  * 从缓存中获取的数据行数
479
- 注意:此字段可能返回 null,表示取不到有效值。
480
458
  */
481
459
  NumRowsFetchedFromCache?: number
482
460
  /**
483
461
  * 会话ID
484
- 注意:此字段可能返回 null,表示取不到有效值。
485
462
  */
486
463
  SessionId?: string
487
464
  /**
488
465
  * 单节点内存峰值和(Bytes)
489
- 注意:此字段可能返回 null,表示取不到有效值。
490
466
  */
491
467
  PerNodePeakMemoryBytesSum?: number
492
468
  /**
493
469
  * 后端个数
494
- 注意:此字段可能返回 null,表示取不到有效值。
495
470
  */
496
471
  BackendsCount?: number
497
472
  /**
498
473
  * fragment数
499
- 注意:此字段可能返回 null,表示取不到有效值。
500
474
  */
501
475
  FragmentInstancesCount?: number
502
476
  /**
503
477
  * 剩余未完成Fragment数
504
- 注意:此字段可能返回 null,表示取不到有效值。
505
478
  */
506
479
  RemainingFragmentCount?: number
507
480
  }
@@ -585,17 +558,14 @@ export interface CreateInstanceResponse {
585
558
  export interface PersistentVolumeContext {
586
559
  /**
587
560
  * 磁盘大小,单位为GB。
588
- 注意:此字段可能返回 null,表示取不到有效值。
589
561
  */
590
562
  DiskSize?: number
591
563
  /**
592
564
  * 磁盘类型。CLOUD_PREMIUM;CLOUD_SSD
593
- 注意:此字段可能返回 null,表示取不到有效值。
594
565
  */
595
566
  DiskType?: string
596
567
  /**
597
568
  * 磁盘数量
598
- 注意:此字段可能返回 null,表示取不到有效值。
599
569
  */
600
570
  DiskNum?: number
601
571
  }
@@ -620,7 +590,6 @@ export interface TerminateTasksRequest {
620
590
  export interface HostVolumeContext {
621
591
  /**
622
592
  * Pod挂载宿主机的目录。资源对宿主机的挂载点,指定的挂载点对应了宿主机的路径,该挂载点在Pod中作为数据存储目录使用
623
- 注意:此字段可能返回 null,表示取不到有效值。
624
593
  */
625
594
  VolumePath: string
626
595
  }
@@ -700,7 +669,6 @@ export interface DescribeServiceNodeInfosRequest {
700
669
  export interface DiskSpecInfo {
701
670
  /**
702
671
  * 磁盘数量
703
- 注意:此字段可能返回 null,表示取不到有效值。
704
672
  */
705
673
  Count: number
706
674
  /**
@@ -720,17 +688,14 @@ export interface DiskSpecInfo {
720
688
  <li>CLOUD_HSSD:表示增强型SSD云硬盘。</li>
721
689
  <li>CLOUD_THROUGHPUT:表示吞吐型云硬盘。</li>
722
690
  <li>CLOUD_TSSD:表示极速型SSD云硬盘。</li>
723
- 注意:此字段可能返回 null,表示取不到有效值。
724
691
  */
725
692
  DiskType: string
726
693
  /**
727
694
  * 数据容量,单位为GB
728
- 注意:此字段可能返回 null,表示取不到有效值。
729
695
  */
730
696
  DiskSize: number
731
697
  /**
732
698
  * 额外性能
733
- 注意:此字段可能返回 null,表示取不到有效值。
734
699
  */
735
700
  ExtraPerformance?: number
736
701
  }
@@ -741,32 +706,26 @@ export interface DiskSpecInfo {
741
706
  export interface HiveQuery {
742
707
  /**
743
708
  * 查询语句
744
- 注意:此字段可能返回 null,表示取不到有效值。
745
709
  */
746
710
  Statement?: string
747
711
  /**
748
712
  * 执行时长
749
- 注意:此字段可能返回 null,表示取不到有效值。
750
713
  */
751
714
  Duration?: string
752
715
  /**
753
716
  * 开始时间毫秒
754
- 注意:此字段可能返回 null,表示取不到有效值。
755
717
  */
756
718
  StartTime?: number
757
719
  /**
758
720
  * 结束时间毫秒
759
- 注意:此字段可能返回 null,表示取不到有效值。
760
721
  */
761
722
  EndTime?: number
762
723
  /**
763
724
  * 状态
764
- 注意:此字段可能返回 null,表示取不到有效值。
765
725
  */
766
726
  State?: string
767
727
  /**
768
728
  * 用户
769
- 注意:此字段可能返回 null,表示取不到有效值。
770
729
  */
771
730
  User?: string
772
731
  /**
@@ -776,12 +735,10 @@ export interface HiveQuery {
776
735
  JobIds?: Array<string>
777
736
  /**
778
737
  * 执行引擎
779
- 注意:此字段可能返回 null,表示取不到有效值。
780
738
  */
781
739
  ExecutionEngine?: string
782
740
  /**
783
741
  * 查询ID
784
- 注意:此字段可能返回 null,表示取不到有效值。
785
742
  */
786
743
  Id?: string
787
744
  }
@@ -885,12 +842,10 @@ export interface PreExecuteFileSettings {
885
842
  export interface KeyValue {
886
843
  /**
887
844
  * 键
888
- 注意:此字段可能返回 null,表示取不到有效值。
889
845
  */
890
846
  Key: string
891
847
  /**
892
848
  * 值
893
- 注意:此字段可能返回 null,表示取不到有效值。
894
849
  */
895
850
  Value: string
896
851
  }
@@ -936,22 +891,18 @@ export interface EmrProductConfigDetail {
936
891
  SoftInfo?: Array<string>
937
892
  /**
938
893
  * Master节点个数
939
- 注意:此字段可能返回 null,表示取不到有效值。
940
894
  */
941
895
  MasterNodeSize?: number
942
896
  /**
943
897
  * Core节点个数
944
- 注意:此字段可能返回 null,表示取不到有效值。
945
898
  */
946
899
  CoreNodeSize?: number
947
900
  /**
948
901
  * Task节点个数
949
- 注意:此字段可能返回 null,表示取不到有效值。
950
902
  */
951
903
  TaskNodeSize?: number
952
904
  /**
953
905
  * Common节点个数
954
- 注意:此字段可能返回 null,表示取不到有效值。
955
906
  */
956
907
  ComNodeSize?: number
957
908
  /**
@@ -976,42 +927,34 @@ export interface EmrProductConfigDetail {
976
927
  ComResource?: ResourceDetail
977
928
  /**
978
929
  * 是否使用COS
979
- 注意:此字段可能返回 null,表示取不到有效值。
980
930
  */
981
931
  OnCos?: boolean
982
932
  /**
983
933
  * 收费类型
984
- 注意:此字段可能返回 null,表示取不到有效值。
985
934
  */
986
935
  ChargeType?: number
987
936
  /**
988
937
  * Router节点个数
989
- 注意:此字段可能返回 null,表示取不到有效值。
990
938
  */
991
939
  RouterNodeSize?: number
992
940
  /**
993
941
  * 是否支持HA
994
- 注意:此字段可能返回 null,表示取不到有效值。
995
942
  */
996
943
  SupportHA?: boolean
997
944
  /**
998
945
  * 是否支持安全模式
999
- 注意:此字段可能返回 null,表示取不到有效值。
1000
946
  */
1001
947
  SecurityOn?: boolean
1002
948
  /**
1003
949
  * 安全组名称
1004
- 注意:此字段可能返回 null,表示取不到有效值。
1005
950
  */
1006
951
  SecurityGroup?: string
1007
952
  /**
1008
953
  * 是否开启Cbs加密
1009
- 注意:此字段可能返回 null,表示取不到有效值。
1010
954
  */
1011
955
  CbsEncrypt?: number
1012
956
  /**
1013
957
  * 自定义应用角色。
1014
- 注意:此字段可能返回 null,表示取不到有效值。
1015
958
  */
1016
959
  ApplicationRole?: string
1017
960
  /**
@@ -1021,7 +964,6 @@ export interface EmrProductConfigDetail {
1021
964
  SecurityGroups?: Array<string>
1022
965
  /**
1023
966
  * SSH密钥Id
1024
- 注意:此字段可能返回 null,表示取不到有效值。
1025
967
  */
1026
968
  PublicKeyId?: string
1027
969
  }
@@ -1075,12 +1017,10 @@ export interface DescribeTrinoQueryInfoResponse {
1075
1017
  export interface PriceResult {
1076
1018
  /**
1077
1019
  * 原价
1078
- 注意:此字段可能返回 null,表示取不到有效值。
1079
1020
  */
1080
1021
  OriginalCost?: number
1081
1022
  /**
1082
1023
  * 折扣价
1083
- 注意:此字段可能返回 null,表示取不到有效值。
1084
1024
  */
1085
1025
  DiscountCost?: number
1086
1026
  }
@@ -1091,97 +1031,78 @@ export interface PriceResult {
1091
1031
  export interface TrinoQueryInfo {
1092
1032
  /**
1093
1033
  * catalog
1094
- 注意:此字段可能返回 null,表示取不到有效值。
1095
1034
  */
1096
1035
  Catalog?: string
1097
1036
  /**
1098
1037
  * 提交IP
1099
- 注意:此字段可能返回 null,表示取不到有效值。
1100
1038
  */
1101
1039
  ClientIpAddr?: string
1102
1040
  /**
1103
1041
  * 切片数
1104
- 注意:此字段可能返回 null,表示取不到有效值。
1105
1042
  */
1106
1043
  CompletedSplits?: string
1107
1044
  /**
1108
1045
  * CPU时间
1109
- 注意:此字段可能返回 null,表示取不到有效值。
1110
1046
  */
1111
1047
  CpuTime?: number
1112
1048
  /**
1113
1049
  * 累计内存
1114
- 注意:此字段可能返回 null,表示取不到有效值。
1115
1050
  */
1116
1051
  CumulativeMemory?: number
1117
1052
  /**
1118
1053
  * 执行时长
1119
- 注意:此字段可能返回 null,表示取不到有效值。
1120
1054
  */
1121
1055
  DurationMillis?: number
1122
1056
  /**
1123
1057
  * 结束时间 (s)
1124
- 注意:此字段可能返回 null,表示取不到有效值。
1125
1058
  */
1126
1059
  EndTime?: number
1127
1060
  /**
1128
1061
  * 查询ID
1129
- 注意:此字段可能返回 null,表示取不到有效值。
1130
1062
  */
1131
1063
  Id?: string
1132
1064
  /**
1133
1065
  * 内部传输量
1134
- 注意:此字段可能返回 null,表示取不到有效值。
1135
1066
  */
1136
1067
  InternalNetworkBytes?: number
1137
1068
  /**
1138
1069
  * 输出字节数
1139
- 注意:此字段可能返回 null,表示取不到有效值。
1140
1070
  */
1141
1071
  OutputBytes?: number
1142
1072
  /**
1143
1073
  * 峰值内存量
1144
- 注意:此字段可能返回 null,表示取不到有效值。
1145
1074
  */
1146
1075
  PeakUserMemoryBytes?: number
1147
1076
  /**
1148
1077
  * 物理输入量
1149
- 注意:此字段可能返回 null,表示取不到有效值。
1150
1078
  */
1151
1079
  PhysicalInputBytes?: number
1152
1080
  /**
1153
1081
  * 处理输入量
1154
- 注意:此字段可能返回 null,表示取不到有效值。
1155
1082
  */
1156
1083
  ProcessedInputBytes?: number
1157
1084
  /**
1158
1085
  * 编译时长
1159
- 注意:此字段可能返回 null,表示取不到有效值。
1160
1086
  */
1161
1087
  SqlCompileTime?: number
1162
1088
  /**
1163
1089
  * 开始时间 (s)
1164
- 注意:此字段可能返回 null,表示取不到有效值。
1165
1090
  */
1166
1091
  StartTime?: number
1167
1092
  /**
1168
1093
  * 执行状态
1169
- 注意:此字段可能返回 null,表示取不到有效值。
1170
1094
  */
1171
1095
  State?: string
1172
1096
  /**
1173
1097
  * 执行语句
1174
- 注意:此字段可能返回 null,表示取不到有效值。
1175
1098
  */
1176
1099
  Statement?: string
1177
1100
  /**
1178
1101
  * 提交用户
1179
- 注意:此字段可能返回 null,表示取不到有效值。
1180
1102
  */
1181
1103
  User?: string
1182
1104
  /**
1183
1105
  * 写入字节数
1184
- 注意:此字段可能返回 null,表示取不到有效值。
1185
1106
  */
1186
1107
  WrittenBytes?: number
1187
1108
  }
@@ -1192,7 +1113,6 @@ export interface TrinoQueryInfo {
1192
1113
  export interface PreferredSchedulingTerm {
1193
1114
  /**
1194
1115
  * 权重,范围1-100
1195
- 注意:此字段可能返回 null,表示取不到有效值。
1196
1116
  */
1197
1117
  Weight?: number
1198
1118
  /**
@@ -1224,22 +1144,18 @@ export interface SparkQuery {
1224
1144
  Id?: string
1225
1145
  /**
1226
1146
  * 扫描分区数
1227
- 注意:此字段可能返回 null,表示取不到有效值。
1228
1147
  */
1229
1148
  ScanPartitionNum?: number
1230
1149
  /**
1231
1150
  * 扫描总行数
1232
- 注意:此字段可能返回 null,表示取不到有效值。
1233
1151
  */
1234
1152
  ScanRowNum?: number
1235
1153
  /**
1236
1154
  * 扫描总文件数
1237
- 注意:此字段可能返回 null,表示取不到有效值。
1238
1155
  */
1239
1156
  ScanFileNum?: number
1240
1157
  /**
1241
1158
  * 查询扫描总数据量(单位B)
1242
- 注意:此字段可能返回 null,表示取不到有效值。
1243
1159
  */
1244
1160
  ScanTotalData?: number
1245
1161
  /**
@@ -1249,32 +1165,26 @@ export interface SparkQuery {
1249
1165
  ApplicationId?: Array<string>
1250
1166
  /**
1251
1167
  * 输出总行数
1252
- 注意:此字段可能返回 null,表示取不到有效值。
1253
1168
  */
1254
1169
  OutputRowNum?: number
1255
1170
  /**
1256
1171
  * 输出总文件数
1257
- 注意:此字段可能返回 null,表示取不到有效值。
1258
1172
  */
1259
1173
  OutputFileNum?: number
1260
1174
  /**
1261
1175
  * 输出分区数
1262
- 注意:此字段可能返回 null,表示取不到有效值。
1263
1176
  */
1264
1177
  OutputPartitionNum?: number
1265
1178
  /**
1266
1179
  * 输出总数据量(单位B)
1267
- 注意:此字段可能返回 null,表示取不到有效值。
1268
1180
  */
1269
1181
  OutputTotalData?: number
1270
1182
  /**
1271
1183
  * 开始时间
1272
- 注意:此字段可能返回 null,表示取不到有效值。
1273
1184
  */
1274
1185
  BeginTime?: number
1275
1186
  /**
1276
1187
  * 结束时间
1277
- 注意:此字段可能返回 null,表示取不到有效值。
1278
1188
  */
1279
1189
  EndTime?: number
1280
1190
  }
@@ -1285,12 +1195,10 @@ export interface SparkQuery {
1285
1195
  export interface Dps {
1286
1196
  /**
1287
1197
  * 时间戳
1288
- 注意:此字段可能返回 null,表示取不到有效值。
1289
1198
  */
1290
1199
  Timestamp?: string
1291
1200
  /**
1292
1201
  * 采样值
1293
- 注意:此字段可能返回 null,表示取不到有效值。
1294
1202
  */
1295
1203
  Value?: string
1296
1204
  }
@@ -1576,7 +1484,6 @@ export interface DefaultSetting {
1576
1484
  Key?: string
1577
1485
  /**
1578
1486
  * Name对应的值
1579
- 注意:此字段可能返回 null,表示取不到有效值。
1580
1487
  */
1581
1488
  Value?: string
1582
1489
  }
@@ -2057,62 +1964,50 @@ export interface ResetYarnConfigRequest {
2057
1964
  export interface KyuubiQueryInfo {
2058
1965
  /**
2059
1966
  * 提交IP
2060
- 注意:此字段可能返回 null,表示取不到有效值。
2061
1967
  */
2062
1968
  ClientIP?: string
2063
1969
  /**
2064
1970
  * 执行时长
2065
- 注意:此字段可能返回 null,表示取不到有效值。
2066
1971
  */
2067
1972
  Duration?: number
2068
1973
  /**
2069
1974
  * 结束时间
2070
- 注意:此字段可能返回 null,表示取不到有效值。
2071
1975
  */
2072
1976
  EndTime?: number
2073
1977
  /**
2074
1978
  * Engine Id
2075
- 注意:此字段可能返回 null,表示取不到有效值。
2076
1979
  */
2077
1980
  EngineID?: string
2078
1981
  /**
2079
1982
  * 计算引擎
2080
- 注意:此字段可能返回 null,表示取不到有效值。
2081
1983
  */
2082
1984
  EngineType?: string
2083
1985
  /**
2084
1986
  * ID
2085
- 注意:此字段可能返回 null,表示取不到有效值。
2086
1987
  */
2087
1988
  Id?: string
2088
1989
  /**
2089
1990
  * Session Id
2090
- 注意:此字段可能返回 null,表示取不到有效值。
2091
1991
  */
2092
1992
  SessionID?: string
2093
1993
  /**
2094
1994
  * 开始时间
2095
- 注意:此字段可能返回 null,表示取不到有效值。
2096
1995
  */
2097
1996
  BeginTime?: number
2098
1997
  /**
2099
1998
  * 执行状态
2100
- 注意:此字段可能返回 null,表示取不到有效值。
2101
1999
  */
2102
2000
  ExecutionState?: string
2103
2001
  /**
2104
2002
  * 执行语句
2105
- 注意:此字段可能返回 null,表示取不到有效值。
2106
2003
  */
2107
2004
  ExecutionStatement?: string
2108
2005
  /**
2109
2006
  * Statement Id
2110
- 注意:此字段可能返回 null,表示取不到有效值。
2111
2007
  */
2112
2008
  StatementID?: string
2113
2009
  /**
2114
2010
  * 提交用户
2115
- 注意:此字段可能返回 null,表示取不到有效值。
2116
2011
  */
2117
2012
  User?: string
2118
2013
  }
@@ -2182,12 +2077,11 @@ export interface FlowParamsDesc {
2182
2077
  /**
2183
2078
  * 参数key
2184
2079
  */
2185
- PKey: string
2080
+ PKey?: string
2186
2081
  /**
2187
2082
  * 参数value
2188
- 注意:此字段可能返回 null,表示取不到有效值。
2189
2083
  */
2190
- PValue: string
2084
+ PValue?: string
2191
2085
  }
2192
2086
 
2193
2087
  /**
@@ -2306,12 +2200,10 @@ export interface ModifyResourceScheduleConfigResponse {
2306
2200
  export interface InsightResult {
2307
2201
  /**
2308
2202
  * 当Type为HIVE时,是Hive查询ID,当Type为MAPREDUCE,SPARK,TEZ时则是YarnAppID
2309
- 注意:此字段可能返回 null,表示取不到有效值。
2310
2203
  */
2311
2204
  ID?: string
2312
2205
  /**
2313
2206
  * 洞察应用的类型,HIVE,SPARK,MAPREDUCE,TEZ
2314
- 注意:此字段可能返回 null,表示取不到有效值。
2315
2207
  */
2316
2208
  Type?: string
2317
2209
  /**
@@ -2344,52 +2236,42 @@ TEZ-ReducerDataSkew:Reduce数据倾斜
2344
2236
  TEZ-TezMemWaste:Memory资源浪费
2345
2237
  TEZ-TezSlowTask:慢Task
2346
2238
  TEZ-TezTaskGC:TasksGC
2347
- 注意:此字段可能返回 null,表示取不到有效值。
2348
2239
  */
2349
2240
  RuleID?: string
2350
2241
  /**
2351
2242
  * 洞察规则名字,可参考RuleID的说明
2352
- 注意:此字段可能返回 null,表示取不到有效值。
2353
2243
  */
2354
2244
  RuleName?: string
2355
2245
  /**
2356
2246
  * 洞察规则解释
2357
- 注意:此字段可能返回 null,表示取不到有效值。
2358
2247
  */
2359
2248
  RuleExplain?: string
2360
2249
  /**
2361
2250
  * 详情
2362
- 注意:此字段可能返回 null,表示取不到有效值。
2363
2251
  */
2364
2252
  Detail?: string
2365
2253
  /**
2366
2254
  * 建议信息
2367
- 注意:此字段可能返回 null,表示取不到有效值。
2368
2255
  */
2369
2256
  Suggestion?: string
2370
2257
  /**
2371
2258
  * 洞察异常衡量值,同类型的洞察项越大越严重,不同类型的洞察项无对比意义
2372
- 注意:此字段可能返回 null,表示取不到有效值。
2373
2259
  */
2374
2260
  Value?: number
2375
2261
  /**
2376
2262
  * 调度任务执行ID
2377
- 注意:此字段可能返回 null,表示取不到有效值。
2378
2263
  */
2379
2264
  ScheduleTaskExecID?: string
2380
2265
  /**
2381
2266
  * 调度流,DAG
2382
- 注意:此字段可能返回 null,表示取不到有效值。
2383
2267
  */
2384
2268
  ScheduleFlowName?: string
2385
2269
  /**
2386
2270
  * 调度flow中的某个task节点
2387
- 注意:此字段可能返回 null,表示取不到有效值。
2388
2271
  */
2389
2272
  ScheduleTaskName?: string
2390
2273
  /**
2391
2274
  * Yarn任务的部分核心配置
2392
- 注意:此字段可能返回 null,表示取不到有效值。
2393
2275
  */
2394
2276
  JobConf?: string
2395
2277
  }
@@ -2400,13 +2282,12 @@ TEZ-TezTaskGC:TasksGC
2400
2282
  export interface NodeDetailPriceResult {
2401
2283
  /**
2402
2284
  * 节点类型 master core task common router mysql
2403
- 注意:此字段可能返回 null,表示取不到有效值。
2404
2285
  */
2405
- NodeType: string
2286
+ NodeType?: string
2406
2287
  /**
2407
2288
  * 节点组成部分价格详情
2408
2289
  */
2409
- PartDetailPrice: Array<PartDetailPriceItem>
2290
+ PartDetailPrice?: Array<PartDetailPriceItem>
2410
2291
  }
2411
2292
 
2412
2293
  /**
@@ -2415,12 +2296,10 @@ export interface NodeDetailPriceResult {
2415
2296
  export interface UserAndGroup {
2416
2297
  /**
2417
2298
  * 用户名
2418
- 注意:此字段可能返回 null,表示取不到有效值。
2419
2299
  */
2420
2300
  UserName: string
2421
2301
  /**
2422
2302
  * 用户组
2423
- 注意:此字段可能返回 null,表示取不到有效值。
2424
2303
  */
2425
2304
  UserGroup: string
2426
2305
  }
@@ -2434,7 +2313,6 @@ export interface VolumeSetting {
2434
2313
  <li>HOST_PATH表示支持本机路径</li>
2435
2314
  <li>NEW_PVC表示新建PVC</li>
2436
2315
  组件角色支持的数据卷类型可参考 EMR on TKE 集群部署说明:[部署说明](https://cloud.tencent.com/document/product/589/94254)
2437
- 注意:此字段可能返回 null,表示取不到有效值。
2438
2316
  */
2439
2317
  VolumeType?: string
2440
2318
  /**
@@ -2493,7 +2371,6 @@ export interface TerminateSLInstanceRequest {
2493
2371
  export interface Arg {
2494
2372
  /**
2495
2373
  * key
2496
- 注意:此字段可能返回 null,表示取不到有效值。
2497
2374
  */
2498
2375
  Key?: string
2499
2376
  /**
@@ -2509,12 +2386,10 @@ export interface Arg {
2509
2386
  export interface ClusterIDToFlowID {
2510
2387
  /**
2511
2388
  * 集群id
2512
- 注意:此字段可能返回 null,表示取不到有效值。
2513
2389
  */
2514
2390
  ClusterId?: string
2515
2391
  /**
2516
2392
  * 流程id
2517
- 注意:此字段可能返回 null,表示取不到有效值。
2518
2393
  */
2519
2394
  FlowId?: number
2520
2395
  }
@@ -2678,17 +2553,14 @@ export interface Disk {
2678
2553
  * 数据盘类型,创建EMR容器集群实例可选
2679
2554
  <li> SSD云盘: CLOUD_SSD</li>
2680
2555
  <li>高效云盘: CLOUD_PREMIUM</li>
2681
- 注意:此字段可能返回 null,表示取不到有效值。
2682
2556
  */
2683
2557
  DiskType?: string
2684
2558
  /**
2685
2559
  * 单块大小GB
2686
- 注意:此字段可能返回 null,表示取不到有效值。
2687
2560
  */
2688
2561
  DiskCapacity?: number
2689
2562
  /**
2690
2563
  * 数据盘数量
2691
- 注意:此字段可能返回 null,表示取不到有效值。
2692
2564
  */
2693
2565
  DiskNumber?: number
2694
2566
  }
@@ -2699,13 +2571,12 @@ export interface Disk {
2699
2571
  export interface ZoneDetailPriceResult {
2700
2572
  /**
2701
2573
  * 可用区Id
2702
- 注意:此字段可能返回 null,表示取不到有效值。
2703
2574
  */
2704
- ZoneId: string
2575
+ ZoneId?: string
2705
2576
  /**
2706
2577
  * 不同节点的价格详情
2707
2578
  */
2708
- NodeDetailPrice: Array<NodeDetailPriceResult>
2579
+ NodeDetailPrice?: Array<NodeDetailPriceResult>
2709
2580
  }
2710
2581
 
2711
2582
  /**
@@ -2734,12 +2605,10 @@ export interface AddUsersForUserManagerResponse {
2734
2605
  export interface SearchItem {
2735
2606
  /**
2736
2607
  * 支持搜索的类型
2737
- 注意:此字段可能返回 null,表示取不到有效值。
2738
2608
  */
2739
2609
  SearchType: string
2740
2610
  /**
2741
2611
  * 支持搜索的值
2742
- 注意:此字段可能返回 null,表示取不到有效值。
2743
2612
  */
2744
2613
  SearchValue: string
2745
2614
  }
@@ -2783,12 +2652,10 @@ export interface DescribeYarnQueueResponse {
2783
2652
  export interface TopologyInfo {
2784
2653
  /**
2785
2654
  * 可用区ID
2786
- 注意:此字段可能返回 null,表示取不到有效值。
2787
2655
  */
2788
2656
  ZoneId?: number
2789
2657
  /**
2790
2658
  * 可用区信息
2791
- 注意:此字段可能返回 null,表示取不到有效值。
2792
2659
  */
2793
2660
  Zone?: string
2794
2661
  /**
@@ -2809,22 +2676,18 @@ export interface TopologyInfo {
2809
2676
  export interface SchedulerTaskDetail {
2810
2677
  /**
2811
2678
  * 步骤
2812
- 注意:此字段可能返回 null,表示取不到有效值。
2813
2679
  */
2814
2680
  Step?: string
2815
2681
  /**
2816
2682
  * 进度
2817
- 注意:此字段可能返回 null,表示取不到有效值。
2818
2683
  */
2819
2684
  Progress?: string
2820
2685
  /**
2821
2686
  * 失败信息
2822
- 注意:此字段可能返回 null,表示取不到有效值。
2823
2687
  */
2824
2688
  FailReason?: string
2825
2689
  /**
2826
2690
  * 用来获取详情的id
2827
- 注意:此字段可能返回 null,表示取不到有效值。
2828
2691
  */
2829
2692
  JobId?: number
2830
2693
  }
@@ -2874,7 +2737,6 @@ export interface ScaleOutInstanceResponse {
2874
2737
  export interface NodeResourceSpec {
2875
2738
  /**
2876
2739
  * 规格类型,如S2.MEDIUM8
2877
- 注意:此字段可能返回 null,表示取不到有效值。
2878
2740
  */
2879
2741
  InstanceType: string
2880
2742
  /**
@@ -3054,12 +2916,10 @@ export interface EmrProductConfigOutter {
3054
2916
  export interface HostPathVolumeSource {
3055
2917
  /**
3056
2918
  * 主机路径
3057
- 注意:此字段可能返回 null,表示取不到有效值。
3058
2919
  */
3059
2920
  Path?: string
3060
2921
  /**
3061
2922
  * 主机路径类型,当前默认DirectoryOrCreate
3062
- 注意:此字段可能返回 null,表示取不到有效值。
3063
2923
  */
3064
2924
  Type?: string
3065
2925
  }
@@ -3145,7 +3005,6 @@ export interface DescribeSparkQueriesResponse {
3145
3005
  export interface JobResult {
3146
3006
  /**
3147
3007
  * 任务步骤名称。
3148
- 注意:此字段可能返回 null,表示取不到有效值。
3149
3008
  */
3150
3009
  Name: string
3151
3010
  /**
@@ -3153,7 +3012,6 @@ export interface JobResult {
3153
3012
  "CONTINUE",跳过当前失败步骤,继续后续步骤。
3154
3013
  “TERMINATE_CLUSTER”,终止当前及后续步骤,并销毁集群。
3155
3014
  “CANCEL_AND_WAIT”,取消当前步骤并阻塞等待处理。
3156
- 注意:此字段可能返回 null,表示取不到有效值。
3157
3015
  */
3158
3016
  ActionOnFailure: string
3159
3017
  /**
@@ -3162,12 +3020,10 @@ export interface JobResult {
3162
3020
  “JobFlowStepStatusRunning”,任务步骤正在执行。
3163
3021
  “JobFlowStepStatusFailed”,任务步骤执行失败。
3164
3022
  “JobFlowStepStatusSucceed”,任务步骤执行成功。
3165
- 注意:此字段可能返回 null,表示取不到有效值。
3166
3023
  */
3167
3024
  JobState: string
3168
3025
  /**
3169
3026
  * YARN任务ID
3170
- 注意:此字段可能返回 null,表示取不到有效值。
3171
3027
  */
3172
3028
  ApplicationId?: string
3173
3029
  }
@@ -3183,7 +3039,6 @@ export interface PrePaySetting {
3183
3039
  Period: Period
3184
3040
  /**
3185
3041
  * 自动续费标记,0:表示通知即将过期,但不自动续费 1:表示通知即将过期,而且自动续费 2:表示不通知即将过期,也不自动续费
3186
- 注意:此字段可能返回 null,表示取不到有效值。
3187
3042
  */
3188
3043
  AutoRenewFlag: number
3189
3044
  }
@@ -3538,97 +3393,78 @@ export interface StartStopServiceOrMonitorRequest {
3538
3393
  export interface StarRocksQueryInfo {
3539
3394
  /**
3540
3395
  * 提交IP
3541
- 注意:此字段可能返回 null,表示取不到有效值。
3542
3396
  */
3543
3397
  ClientIP?: string
3544
3398
  /**
3545
3399
  * CPU总时间(ns)
3546
- 注意:此字段可能返回 null,表示取不到有效值。
3547
3400
  */
3548
3401
  CPUCost?: number
3549
3402
  /**
3550
3403
  * 默认DB
3551
- 注意:此字段可能返回 null,表示取不到有效值。
3552
3404
  */
3553
3405
  DefaultDB?: string
3554
3406
  /**
3555
3407
  * 结束时间
3556
- 注意:此字段可能返回 null,表示取不到有效值。
3557
3408
  */
3558
3409
  EndTime?: number
3559
3410
  /**
3560
3411
  * 执行IP
3561
- 注意:此字段可能返回 null,表示取不到有效值。
3562
3412
  */
3563
3413
  ExecutionIP?: string
3564
3414
  /**
3565
3415
  * 查询ID
3566
- 注意:此字段可能返回 null,表示取不到有效值。
3567
3416
  */
3568
3417
  QueryID?: string
3569
3418
  /**
3570
3419
  * 查询类型
3571
- 注意:此字段可能返回 null,表示取不到有效值。
3572
3420
  */
3573
3421
  QueryType?: string
3574
3422
  /**
3575
3423
  * 消耗总内存(bytes)
3576
- 注意:此字段可能返回 null,表示取不到有效值。
3577
3424
  */
3578
3425
  MemCost?: number
3579
3426
  /**
3580
3427
  * plan阶段CPU占用(ns)
3581
- 注意:此字段可能返回 null,表示取不到有效值。
3582
3428
  */
3583
3429
  PlanCpuCosts?: number
3584
3430
  /**
3585
3431
  * plan阶段内存占用(bytes)
3586
- 注意:此字段可能返回 null,表示取不到有效值。
3587
3432
  */
3588
3433
  PlanMemCosts?: number
3589
3434
  /**
3590
3435
  * 执行时长
3591
- 注意:此字段可能返回 null,表示取不到有效值。
3592
3436
  */
3593
3437
  QueryTime?: number
3594
3438
  /**
3595
3439
  * 资源组
3596
- 注意:此字段可能返回 null,表示取不到有效值。
3597
3440
  */
3598
3441
  ResourceGroup?: string
3599
3442
  /**
3600
3443
  * 获取行数
3601
- 注意:此字段可能返回 null,表示取不到有效值。
3602
3444
  */
3603
3445
  ReturnRows?: number
3604
3446
  /**
3605
3447
  * 扫描数据量(bytes)
3606
- 注意:此字段可能返回 null,表示取不到有效值。
3607
3448
  */
3608
3449
  ScanBytes?: number
3609
3450
  /**
3610
3451
  * 扫描行数
3611
- 注意:此字段可能返回 null,表示取不到有效值。
3612
3452
  */
3613
3453
  ScanRows?: number
3614
3454
  /**
3615
3455
  * 开始时间
3616
- 注意:此字段可能返回 null,表示取不到有效值。
3617
3456
  */
3618
3457
  BeginTime?: number
3619
3458
  /**
3620
3459
  * 执行状态
3621
- 注意:此字段可能返回 null,表示取不到有效值。
3622
3460
  */
3623
3461
  ExecutionState?: string
3624
3462
  /**
3625
3463
  * 执行语句
3626
- 注意:此字段可能返回 null,表示取不到有效值。
3627
3464
  */
3628
3465
  ExecutionStatement?: string
3629
3466
  /**
3630
3467
  * 用户
3631
- 注意:此字段可能返回 null,表示取不到有效值。
3632
3468
  */
3633
3469
  User?: string
3634
3470
  }
@@ -3657,22 +3493,18 @@ export interface DescribeHDFSStorageInfoRequest {
3657
3493
  export interface OverviewMetricData {
3658
3494
  /**
3659
3495
  * 指标名
3660
- 注意:此字段可能返回 null,表示取不到有效值。
3661
3496
  */
3662
3497
  Metric?: string
3663
3498
  /**
3664
3499
  * 第一个数据时间戳
3665
- 注意:此字段可能返回 null,表示取不到有效值。
3666
3500
  */
3667
3501
  First?: number
3668
3502
  /**
3669
3503
  * 最后一个数据时间戳
3670
- 注意:此字段可能返回 null,表示取不到有效值。
3671
3504
  */
3672
3505
  Last?: number
3673
3506
  /**
3674
3507
  * 采样点时间间隔
3675
- 注意:此字段可能返回 null,表示取不到有效值。
3676
3508
  */
3677
3509
  Interval?: number
3678
3510
  /**
@@ -3693,7 +3525,6 @@ export interface OverviewMetricData {
3693
3525
  export interface WeekRepeatStrategy {
3694
3526
  /**
3695
3527
  * 重复任务执行的具体时刻,例如"01:02:00"
3696
- 注意:此字段可能返回 null,表示取不到有效值。
3697
3528
  */
3698
3529
  ExecuteAtTimeOfDay: string
3699
3530
  /**
@@ -3717,17 +3548,14 @@ export interface SchedulerTaskInfo {
3717
3548
  OperatorName?: string
3718
3549
  /**
3719
3550
  * 开始时间
3720
- 注意:此字段可能返回 null,表示取不到有效值。
3721
3551
  */
3722
3552
  CreateTime?: string
3723
3553
  /**
3724
3554
  * 结束时间
3725
- 注意:此字段可能返回 null,表示取不到有效值。
3726
3555
  */
3727
3556
  EndTime?: string
3728
3557
  /**
3729
3558
  * 状态
3730
- 注意:此字段可能返回 null,表示取不到有效值。
3731
3559
  */
3732
3560
  State?: number
3733
3561
  /**
@@ -3779,32 +3607,26 @@ export interface AutoScaleRecord {
3779
3607
  SpecInfo?: string
3780
3608
  /**
3781
3609
  * 补偿扩容,0表示不开启,1表示开启
3782
- 注意:此字段可能返回 null,表示取不到有效值。
3783
3610
  */
3784
3611
  CompensateFlag?: number
3785
3612
  /**
3786
3613
  * 补偿次数
3787
- 注意:此字段可能返回 null,表示取不到有效值。
3788
3614
  */
3789
3615
  CompensateCount?: number
3790
3616
  /**
3791
3617
  * 重试次数
3792
- 注意:此字段可能返回 null,表示取不到有效值。
3793
3618
  */
3794
3619
  RetryCount?: number
3795
3620
  /**
3796
3621
  * 重试信息
3797
- 注意:此字段可能返回 null,表示取不到有效值。
3798
3622
  */
3799
3623
  RetryInfo?: string
3800
3624
  /**
3801
3625
  * 重试英文描述
3802
- 注意:此字段可能返回 null,表示取不到有效值。
3803
3626
  */
3804
3627
  RetryEnReason?: string
3805
3628
  /**
3806
3629
  * 重试描述
3807
- 注意:此字段可能返回 null,表示取不到有效值。
3808
3630
  */
3809
3631
  RetryReason?: string
3810
3632
  }
@@ -4032,29 +3854,27 @@ export interface UserManagerUserBriefInfo {
4032
3854
  /**
4033
3855
  * 用户名
4034
3856
  */
4035
- UserName: string
3857
+ UserName?: string
4036
3858
  /**
4037
3859
  * 用户所属的组
4038
3860
  */
4039
- UserGroup: string
3861
+ UserGroup?: string
4040
3862
  /**
4041
3863
  * Manager表示管理员、NormalUser表示普通用户
4042
3864
  */
4043
- UserType: string
3865
+ UserType?: string
4044
3866
  /**
4045
3867
  * 用户创建时间
4046
- 注意:此字段可能返回 null,表示取不到有效值。
4047
3868
  */
4048
- CreateTime: string
3869
+ CreateTime?: string
4049
3870
  /**
4050
3871
  * 是否可以下载用户对应的keytab文件,对开启kerberos的集群才有意义
4051
3872
  */
4052
- SupportDownLoadKeyTab: boolean
3873
+ SupportDownLoadKeyTab?: boolean
4053
3874
  /**
4054
3875
  * keytab文件的下载地址
4055
- 注意:此字段可能返回 null,表示取不到有效值。
4056
3876
  */
4057
- DownLoadKeyTabUrl: string
3877
+ DownLoadKeyTabUrl?: string
4058
3878
  }
4059
3879
 
4060
3880
  /**
@@ -4243,7 +4063,6 @@ export interface TerminateClusterNodesResponse {
4243
4063
  export interface ConfigSetInfo {
4244
4064
  /**
4245
4065
  * 配置集名称
4246
- 注意:此字段可能返回 null,表示取不到有效值。
4247
4066
  */
4248
4067
  ConfigSet: string
4249
4068
  /**
@@ -4503,17 +4322,14 @@ export interface GroupGlobalConfs {
4503
4322
  GroupGlobalConf?: AutoScaleResourceConf
4504
4323
  /**
4505
4324
  * 当前伸缩组扩容出来的节点数量。
4506
- 注意:此字段可能返回 null,表示取不到有效值。
4507
4325
  */
4508
4326
  CurrentNodes?: number
4509
4327
  /**
4510
4328
  * 当前伸缩组扩容出来的后付费节点数量。
4511
- 注意:此字段可能返回 null,表示取不到有效值。
4512
4329
  */
4513
4330
  CurrentPostPaidNodes?: number
4514
4331
  /**
4515
4332
  * 当前伸缩组扩容出来的竞价实例节点数量。
4516
- 注意:此字段可能返回 null,表示取不到有效值。
4517
4333
  */
4518
4334
  CurrentSpotPaidNodes?: number
4519
4335
  }
@@ -4577,7 +4393,6 @@ export interface ServiceNodeDetailInfo {
4577
4393
  ServiceDetectionInfo?: Array<ServiceProcessFunctionInfo>
4578
4394
  /**
4579
4395
  * 节点类型
4580
- 注意:此字段可能返回 null,表示取不到有效值。
4581
4396
  */
4582
4397
  NodeFlagFilter?: string
4583
4398
  /**
@@ -4587,7 +4402,6 @@ export interface ServiceNodeDetailInfo {
4587
4402
  HealthStatus?: HealthStatus
4588
4403
  /**
4589
4404
  * 角色是否支持监控
4590
- 注意:此字段可能返回 null,表示取不到有效值。
4591
4405
  */
4592
4406
  IsSupportRoleMonitor?: boolean
4593
4407
  /**
@@ -4597,22 +4411,18 @@ export interface ServiceNodeDetailInfo {
4597
4411
  StopPolicies?: Array<RestartPolicy>
4598
4412
  /**
4599
4413
  * 测试环境api强校验,现网没有,emrcc接口返回有。不加会报错
4600
- 注意:此字段可能返回 null,表示取不到有效值。
4601
4414
  */
4602
4415
  HAState?: string
4603
4416
  /**
4604
4417
  * NameService名称
4605
- 注意:此字段可能返回 null,表示取不到有效值。
4606
4418
  */
4607
4419
  NameService?: string
4608
4420
  /**
4609
4421
  * 是否支持联邦
4610
- 注意:此字段可能返回 null,表示取不到有效值。
4611
4422
  */
4612
4423
  IsFederation?: boolean
4613
4424
  /**
4614
4425
  * datanode是否是维护状态
4615
- 注意:此字段可能返回 null,表示取不到有效值。
4616
4426
  */
4617
4427
  DataNodeMaintenanceState?: number
4618
4428
  }
@@ -5055,7 +4865,6 @@ export interface DeleteUserManagerUserListRequest {
5055
4865
  export interface PodVolume {
5056
4866
  /**
5057
4867
  * 存储类型,可为"pvc","hostpath"。
5058
- 注意:此字段可能返回 null,表示取不到有效值。
5059
4868
  */
5060
4869
  VolumeType: string
5061
4870
  /**
@@ -5077,19 +4886,19 @@ export interface PriceDetail {
5077
4886
  /**
5078
4887
  * 节点ID
5079
4888
  */
5080
- ResourceId: string
4889
+ ResourceId?: string
5081
4890
  /**
5082
4891
  * 价格计算公式
5083
4892
  */
5084
- Formula: string
4893
+ Formula?: string
5085
4894
  /**
5086
4895
  * 原价
5087
4896
  */
5088
- OriginalCost: number
4897
+ OriginalCost?: number
5089
4898
  /**
5090
4899
  * 折扣价
5091
4900
  */
5092
- DiscountCost: number
4901
+ DiscountCost?: number
5093
4902
  }
5094
4903
 
5095
4904
  /**
@@ -5124,9 +4933,12 @@ export interface DescribeResourceScheduleResponse {
5124
4933
  export interface UserManagerFilter {
5125
4934
  /**
5126
4935
  * 用户名
5127
- 注意:此字段可能返回 null,表示取不到有效值。
5128
4936
  */
5129
4937
  UserName?: string
4938
+ /**
4939
+ * 用户来源
4940
+ */
4941
+ UserType?: string
5130
4942
  }
5131
4943
 
5132
4944
  /**
@@ -5215,12 +5027,10 @@ export interface DescribeNodeResourceConfigFastRequest {
5215
5027
  export interface MetricTags {
5216
5028
  /**
5217
5029
  * 指标单位
5218
- 注意:此字段可能返回 null,表示取不到有效值。
5219
5030
  */
5220
5031
  Unit?: string
5221
5032
  /**
5222
5033
  * 指标Type
5223
- 注意:此字段可能返回 null,表示取不到有效值。
5224
5034
  */
5225
5035
  Type?: string
5226
5036
  }
@@ -5231,7 +5041,6 @@ export interface MetricTags {
5231
5041
  export interface ExternalAccess {
5232
5042
  /**
5233
5043
  * 外部访问类型,当前仅支持CLB字段
5234
- 注意:此字段可能返回 null,表示取不到有效值。
5235
5044
  */
5236
5045
  Type?: string
5237
5046
  /**
@@ -5633,7 +5442,6 @@ export interface StageInfoDetail {
5633
5442
  Stage?: string
5634
5443
  /**
5635
5444
  * 步骤名
5636
- 注意:此字段可能返回 null,表示取不到有效值。
5637
5445
  */
5638
5446
  Name?: string
5639
5447
  /**
@@ -5646,7 +5454,6 @@ export interface StageInfoDetail {
5646
5454
  IsSubFlow?: boolean
5647
5455
  /**
5648
5456
  * 子流程标签
5649
- 注意:此字段可能返回 null,表示取不到有效值。
5650
5457
  */
5651
5458
  SubFlowFlag?: string
5652
5459
  /**
@@ -5655,12 +5462,10 @@ export interface StageInfoDetail {
5655
5462
  Status?: number
5656
5463
  /**
5657
5464
  * 步骤运行状态描述
5658
- 注意:此字段可能返回 null,表示取不到有效值。
5659
5465
  */
5660
5466
  Desc?: string
5661
5467
  /**
5662
5468
  * 运行进度
5663
- 注意:此字段可能返回 null,表示取不到有效值。
5664
5469
  */
5665
5470
  Progress?: number
5666
5471
  /**
@@ -5675,27 +5480,22 @@ export interface StageInfoDetail {
5675
5480
  Endtime?: string
5676
5481
  /**
5677
5482
  * 是否有详情信息
5678
- 注意:此字段可能返回 null,表示取不到有效值。
5679
5483
  */
5680
5484
  HadWoodDetail?: boolean
5681
5485
  /**
5682
5486
  * Wood子流程Id
5683
- 注意:此字段可能返回 null,表示取不到有效值。
5684
5487
  */
5685
5488
  WoodJobId?: number
5686
5489
  /**
5687
5490
  * 多语言版本Key
5688
- 注意:此字段可能返回 null,表示取不到有效值。
5689
5491
  */
5690
5492
  LanguageKey?: string
5691
5493
  /**
5692
5494
  * 如果stage失败,失败原因
5693
- 注意:此字段可能返回 null,表示取不到有效值。
5694
5495
  */
5695
5496
  FailedReason?: string
5696
5497
  /**
5697
5498
  * 步骤耗时
5698
- 注意:此字段可能返回 null,表示取不到有效值。
5699
5499
  */
5700
5500
  TimeConsuming?: string
5701
5501
  }
@@ -5995,12 +5795,10 @@ export interface AddMetricScaleStrategyResponse {
5995
5795
  export interface SubnetInfo {
5996
5796
  /**
5997
5797
  * 子网信息(名字)
5998
- 注意:此字段可能返回 null,表示取不到有效值。
5999
5798
  */
6000
5799
  SubnetName?: string
6001
5800
  /**
6002
5801
  * 子网信息(ID)
6003
- 注意:此字段可能返回 null,表示取不到有效值。
6004
5802
  */
6005
5803
  SubnetId?: string
6006
5804
  }
@@ -6208,7 +6006,6 @@ export interface DescribeImpalaQueriesRequest {
6208
6006
  export interface ComponentBasicRestartInfo {
6209
6007
  /**
6210
6008
  * 进程名,必填,如NameNode
6211
- 注意:此字段可能返回 null,表示取不到有效值。
6212
6009
  */
6213
6010
  ComponentName?: string
6214
6011
  /**
@@ -6401,67 +6198,54 @@ Hadoop-Hbase
6401
6198
  export interface DiffDetailItem {
6402
6199
  /**
6403
6200
  * 属性
6404
- 注意:此字段可能返回 null,表示取不到有效值。
6405
6201
  */
6406
6202
  Attribute?: string
6407
6203
  /**
6408
6204
  * 当前生效
6409
- 注意:此字段可能返回 null,表示取不到有效值。
6410
6205
  */
6411
6206
  InEffect?: string
6412
6207
  /**
6413
6208
  * 待生效
6414
- 注意:此字段可能返回 null,表示取不到有效值。
6415
6209
  */
6416
6210
  PendingEffectiveness?: string
6417
6211
  /**
6418
6212
  * 操作
6419
- 注意:此字段可能返回 null,表示取不到有效值。
6420
6213
  */
6421
6214
  Operation?: string
6422
6215
  /**
6423
6216
  * 队列
6424
- 注意:此字段可能返回 null,表示取不到有效值。
6425
6217
  */
6426
6218
  Queue?: string
6427
6219
  /**
6428
6220
  * 配置集
6429
- 注意:此字段可能返回 null,表示取不到有效值。
6430
6221
  */
6431
6222
  ConfigSet?: string
6432
6223
  /**
6433
6224
  * 标签
6434
- 注意:此字段可能返回 null,表示取不到有效值。
6435
6225
  */
6436
6226
  LabelName?: string
6437
6227
  /**
6438
6228
  * 当前所在位置
6439
- 注意:此字段可能返回 null,表示取不到有效值。
6440
6229
  */
6441
6230
  InEffectIndex?: string
6442
6231
  /**
6443
6232
  * 待生效的位置
6444
- 注意:此字段可能返回 null,表示取不到有效值。
6445
6233
  */
6446
6234
  PendingEffectIndex?: string
6447
6235
  /**
6448
6236
  * 计划模式名称
6449
- 注意:此字段可能返回 null,表示取不到有效值。
6450
6237
  */
6451
6238
  PlanName?: string
6452
6239
  /**
6453
6240
  * 标签
6454
- 注意:此字段可能返回 null,表示取不到有效值。
6455
6241
  */
6456
6242
  Label?: string
6457
6243
  /**
6458
6244
  * 放置规则
6459
- 注意:此字段可能返回 null,表示取不到有效值。
6460
6245
  */
6461
6246
  RuleName?: string
6462
6247
  /**
6463
6248
  * 用户名
6464
- 注意:此字段可能返回 null,表示取不到有效值。
6465
6249
  */
6466
6250
  UserName?: string
6467
6251
  }
@@ -6659,7 +6443,6 @@ export interface DescribeInstancesRequest {
6659
6443
  export interface NotRepeatStrategy {
6660
6444
  /**
6661
6445
  * 该次任务执行的具体完整时间,格式为"2020-07-13 00:00:00"
6662
- 注意:此字段可能返回 null,表示取不到有效值。
6663
6446
  */
6664
6447
  ExecuteAt: string
6665
6448
  }
@@ -6719,17 +6502,14 @@ export interface PodNewSpec {
6719
6502
  DynamicPodSpec?: DynamicPodSpec
6720
6503
  /**
6721
6504
  * 代表vpc网络唯一id
6722
- 注意:此字段可能返回 null,表示取不到有效值。
6723
6505
  */
6724
6506
  VpcId?: string
6725
6507
  /**
6726
6508
  * 代表vpc子网唯一id
6727
- 注意:此字段可能返回 null,表示取不到有效值。
6728
6509
  */
6729
6510
  SubnetId?: string
6730
6511
  /**
6731
6512
  * pod name
6732
- 注意:此字段可能返回 null,表示取不到有效值。
6733
6513
  */
6734
6514
  PodName?: string
6735
6515
  }
@@ -6948,22 +6728,18 @@ export interface AttachDisksResponse {
6948
6728
  export interface QuotaEntity {
6949
6729
  /**
6950
6730
  * 已使用配额
6951
- 注意:此字段可能返回 null,表示取不到有效值。
6952
6731
  */
6953
6732
  UsedQuota?: number
6954
6733
  /**
6955
6734
  * 剩余配额
6956
- 注意:此字段可能返回 null,表示取不到有效值。
6957
6735
  */
6958
6736
  RemainingQuota?: number
6959
6737
  /**
6960
6738
  * 总配额
6961
- 注意:此字段可能返回 null,表示取不到有效值。
6962
6739
  */
6963
6740
  TotalQuota?: number
6964
6741
  /**
6965
6742
  * 可用区
6966
- 注意:此字段可能返回 null,表示取不到有效值。
6967
6743
  */
6968
6744
  Zone?: string
6969
6745
  }
@@ -7011,12 +6787,10 @@ export interface RenewInstancesInfo {
7011
6787
  StorageType?: number
7012
6788
  /**
7013
6789
  * 系统盘大小
7014
- 注意:此字段可能返回 null,表示取不到有效值。
7015
6790
  */
7016
6791
  RootSize?: number
7017
6792
  /**
7018
6793
  * 系统盘类型
7019
- 注意:此字段可能返回 null,表示取不到有效值。
7020
6794
  */
7021
6795
  RootStorageType?: number
7022
6796
  /**
@@ -7138,22 +6912,18 @@ export interface DeleteAutoScaleStrategyRequest {
7138
6912
  export interface NodeSpecDiskV2 {
7139
6913
  /**
7140
6914
  * 数量
7141
- 注意:此字段可能返回 null,表示取不到有效值。
7142
6915
  */
7143
6916
  Count?: number
7144
6917
  /**
7145
6918
  * 名字
7146
- 注意:此字段可能返回 null,表示取不到有效值。
7147
6919
  */
7148
6920
  Name?: string
7149
6921
  /**
7150
6922
  * 磁盘类型
7151
- 注意:此字段可能返回 null,表示取不到有效值。
7152
6923
  */
7153
6924
  DiskType?: string
7154
6925
  /**
7155
6926
  * 指定磁盘大小
7156
- 注意:此字段可能返回 null,表示取不到有效值。
7157
6927
  */
7158
6928
  DefaultDiskSize?: number
7159
6929
  }
@@ -7163,8 +6933,7 @@ export interface NodeSpecDiskV2 {
7163
6933
  */
7164
6934
  export interface CLBSetting {
7165
6935
  /**
7166
- * CLB类型,PUBLIC_IP表示支持公网CLB和INTERNAL_IP表示支持内网CLB字段
7167
- 注意:此字段可能返回 null,表示取不到有效值。
6936
+ * CLB类型,PUBLIC_IP表示支持公网CLB和INTERNAL_IP表示支持内网CLB字段
7168
6937
  */
7169
6938
  CLBType?: string
7170
6939
  /**
@@ -7223,12 +6992,10 @@ export interface ModifyResourcePoolsResponse {
7223
6992
  export interface ShortNodeInfo {
7224
6993
  /**
7225
6994
  * 节点类型,Master/Core/Task/Router/Common
7226
- 注意:此字段可能返回 null,表示取不到有效值。
7227
6995
  */
7228
6996
  NodeType?: string
7229
6997
  /**
7230
6998
  * 节点数量
7231
- 注意:此字段可能返回 null,表示取不到有效值。
7232
6999
  */
7233
7000
  NodeSize?: number
7234
7001
  }
@@ -7239,12 +7006,10 @@ export interface ShortNodeInfo {
7239
7006
  export interface Period {
7240
7007
  /**
7241
7008
  * 时间跨度
7242
- 注意:此字段可能返回 null,表示取不到有效值。
7243
7009
  */
7244
7010
  TimeSpan: number
7245
7011
  /**
7246
7012
  * 时间单位,"m"代表月。
7247
- 注意:此字段可能返回 null,表示取不到有效值。
7248
7013
  */
7249
7014
  TimeUnit?: string
7250
7015
  }
@@ -7255,12 +7020,10 @@ export interface Period {
7255
7020
  export interface DayRepeatStrategy {
7256
7021
  /**
7257
7022
  * 重复任务执行的具体时刻,例如"01:02:00"
7258
- 注意:此字段可能返回 null,表示取不到有效值。
7259
7023
  */
7260
7024
  ExecuteAtTimeOfDay: string
7261
7025
  /**
7262
7026
  * 每隔Step天执行一次
7263
- 注意:此字段可能返回 null,表示取不到有效值。
7264
7027
  */
7265
7028
  Step: number
7266
7029
  }
@@ -7330,247 +7093,198 @@ export interface DescribeUsersForUserManagerResponse {
7330
7093
  export interface YarnApplication {
7331
7094
  /**
7332
7095
  * 应用ID
7333
- 注意:此字段可能返回 null,表示取不到有效值。
7334
7096
  */
7335
7097
  Id?: string
7336
7098
  /**
7337
7099
  * 用户
7338
- 注意:此字段可能返回 null,表示取不到有效值。
7339
7100
  */
7340
7101
  User?: string
7341
7102
  /**
7342
7103
  * 应用名
7343
- 注意:此字段可能返回 null,表示取不到有效值。
7344
7104
  */
7345
7105
  Name?: string
7346
7106
  /**
7347
7107
  * 队列
7348
- 注意:此字段可能返回 null,表示取不到有效值。
7349
7108
  */
7350
7109
  Queue?: string
7351
7110
  /**
7352
7111
  * 应用类型
7353
- 注意:此字段可能返回 null,表示取不到有效值。
7354
7112
  */
7355
7113
  ApplicationType?: string
7356
7114
  /**
7357
7115
  * 运行时间
7358
- 注意:此字段可能返回 null,表示取不到有效值。
7359
7116
  */
7360
7117
  ElapsedTime?: string
7361
7118
  /**
7362
7119
  * 状态
7363
- 注意:此字段可能返回 null,表示取不到有效值。
7364
7120
  */
7365
7121
  State?: string
7366
7122
  /**
7367
7123
  * 最终状态
7368
- 注意:此字段可能返回 null,表示取不到有效值。
7369
7124
  */
7370
7125
  FinalStatus?: string
7371
7126
  /**
7372
7127
  * 进度
7373
- 注意:此字段可能返回 null,表示取不到有效值。
7374
7128
  */
7375
7129
  Progress?: number
7376
7130
  /**
7377
7131
  * 开始时间毫秒
7378
- 注意:此字段可能返回 null,表示取不到有效值。
7379
7132
  */
7380
7133
  StartedTime?: number
7381
7134
  /**
7382
7135
  * 结束时间毫秒
7383
- 注意:此字段可能返回 null,表示取不到有效值。
7384
7136
  */
7385
7137
  FinishedTime?: number
7386
7138
  /**
7387
7139
  * 申请内存MB
7388
- 注意:此字段可能返回 null,表示取不到有效值。
7389
7140
  */
7390
7141
  AllocatedMB?: number
7391
7142
  /**
7392
7143
  * 申请VCores
7393
- 注意:此字段可能返回 null,表示取不到有效值。
7394
7144
  */
7395
7145
  AllocatedVCores?: number
7396
7146
  /**
7397
7147
  * 运行的Containers数
7398
- 注意:此字段可能返回 null,表示取不到有效值。
7399
7148
  */
7400
7149
  RunningContainers?: number
7401
7150
  /**
7402
7151
  * 内存MB*时间秒
7403
- 注意:此字段可能返回 null,表示取不到有效值。
7404
7152
  */
7405
7153
  MemorySeconds?: number
7406
7154
  /**
7407
7155
  * VCores*时间秒
7408
- 注意:此字段可能返回 null,表示取不到有效值。
7409
7156
  */
7410
7157
  VCoreSeconds?: number
7411
7158
  /**
7412
7159
  * 队列资源占比
7413
- 注意:此字段可能返回 null,表示取不到有效值。
7414
7160
  */
7415
7161
  QueueUsagePercentage?: number
7416
7162
  /**
7417
7163
  * 集群资源占比
7418
- 注意:此字段可能返回 null,表示取不到有效值。
7419
7164
  */
7420
7165
  ClusterUsagePercentage?: number
7421
7166
  /**
7422
7167
  * 预占用的内存
7423
- 注意:此字段可能返回 null,表示取不到有效值。
7424
7168
  */
7425
7169
  PreemptedResourceMB?: number
7426
7170
  /**
7427
7171
  * 预占用的VCore
7428
- 注意:此字段可能返回 null,表示取不到有效值。
7429
7172
  */
7430
7173
  PreemptedResourceVCores?: number
7431
7174
  /**
7432
7175
  * 预占的非应用程序主节点容器数量
7433
- 注意:此字段可能返回 null,表示取不到有效值。
7434
7176
  */
7435
7177
  NumNonAMContainerPreempted?: number
7436
7178
  /**
7437
7179
  * AM预占用的容器数量
7438
- 注意:此字段可能返回 null,表示取不到有效值。
7439
7180
  */
7440
7181
  NumAMContainerPreempted?: number
7441
7182
  /**
7442
7183
  * Map总数
7443
- 注意:此字段可能返回 null,表示取不到有效值。
7444
7184
  */
7445
7185
  MapsTotal?: number
7446
7186
  /**
7447
7187
  * 完成的Map数
7448
- 注意:此字段可能返回 null,表示取不到有效值。
7449
7188
  */
7450
7189
  MapsCompleted?: number
7451
7190
  /**
7452
7191
  * Reduce总数
7453
- 注意:此字段可能返回 null,表示取不到有效值。
7454
7192
  */
7455
7193
  ReducesTotal?: number
7456
7194
  /**
7457
7195
  * 完成的Reduce数
7458
- 注意:此字段可能返回 null,表示取不到有效值。
7459
7196
  */
7460
7197
  ReducesCompleted?: number
7461
7198
  /**
7462
7199
  * 平均Map时间
7463
- 注意:此字段可能返回 null,表示取不到有效值。
7464
7200
  */
7465
7201
  AvgMapTime?: number
7466
7202
  /**
7467
7203
  * 平均Reduce时间
7468
- 注意:此字段可能返回 null,表示取不到有效值。
7469
7204
  */
7470
7205
  AvgReduceTime?: number
7471
7206
  /**
7472
7207
  * 平均Shuffle时间毫秒
7473
- 注意:此字段可能返回 null,表示取不到有效值。
7474
7208
  */
7475
7209
  AvgShuffleTime?: number
7476
7210
  /**
7477
7211
  * 平均Merge时间毫秒
7478
- 注意:此字段可能返回 null,表示取不到有效值。
7479
7212
  */
7480
7213
  AvgMergeTime?: number
7481
7214
  /**
7482
7215
  * 失败的Reduce执行次数
7483
- 注意:此字段可能返回 null,表示取不到有效值。
7484
7216
  */
7485
7217
  FailedReduceAttempts?: number
7486
7218
  /**
7487
7219
  * Kill的Reduce执行次数
7488
- 注意:此字段可能返回 null,表示取不到有效值。
7489
7220
  */
7490
7221
  KilledReduceAttempts?: number
7491
7222
  /**
7492
7223
  * 成功的Reduce执行次数
7493
- 注意:此字段可能返回 null,表示取不到有效值。
7494
7224
  */
7495
7225
  SuccessfulReduceAttempts?: number
7496
7226
  /**
7497
7227
  * 失败的Map执行次数
7498
- 注意:此字段可能返回 null,表示取不到有效值。
7499
7228
  */
7500
7229
  FailedMapAttempts?: number
7501
7230
  /**
7502
7231
  * Kill的Map执行次数
7503
- 注意:此字段可能返回 null,表示取不到有效值。
7504
7232
  */
7505
7233
  KilledMapAttempts?: number
7506
7234
  /**
7507
7235
  * 成功的Map执行次数
7508
- 注意:此字段可能返回 null,表示取不到有效值。
7509
7236
  */
7510
7237
  SuccessfulMapAttempts?: number
7511
7238
  /**
7512
7239
  * GC毫秒
7513
- 注意:此字段可能返回 null,表示取不到有效值。
7514
7240
  */
7515
7241
  GcTimeMillis?: number
7516
7242
  /**
7517
7243
  * Map使用的VCore毫秒
7518
- 注意:此字段可能返回 null,表示取不到有效值。
7519
7244
  */
7520
7245
  VCoreMillisMaps?: number
7521
7246
  /**
7522
7247
  * Map使用的内存毫秒
7523
- 注意:此字段可能返回 null,表示取不到有效值。
7524
7248
  */
7525
7249
  MbMillisMaps?: number
7526
7250
  /**
7527
7251
  * Reduce使用的VCore毫秒
7528
- 注意:此字段可能返回 null,表示取不到有效值。
7529
7252
  */
7530
7253
  VCoreMillisReduces?: number
7531
7254
  /**
7532
7255
  * Reduce使用的内存毫秒
7533
- 注意:此字段可能返回 null,表示取不到有效值。
7534
7256
  */
7535
7257
  MbMillisReduces?: number
7536
7258
  /**
7537
7259
  * 启动Map的总数
7538
- 注意:此字段可能返回 null,表示取不到有效值。
7539
7260
  */
7540
7261
  TotalLaunchedMaps?: number
7541
7262
  /**
7542
7263
  * 启动Reduce的总数
7543
- 注意:此字段可能返回 null,表示取不到有效值。
7544
7264
  */
7545
7265
  TotalLaunchedReduces?: number
7546
7266
  /**
7547
7267
  * Map输入记录数
7548
- 注意:此字段可能返回 null,表示取不到有效值。
7549
7268
  */
7550
7269
  MapInputRecords?: number
7551
7270
  /**
7552
7271
  * Map输出记录数
7553
- 注意:此字段可能返回 null,表示取不到有效值。
7554
7272
  */
7555
7273
  MapOutputRecords?: number
7556
7274
  /**
7557
7275
  * Reduce输入记录数
7558
- 注意:此字段可能返回 null,表示取不到有效值。
7559
7276
  */
7560
7277
  ReduceInputRecords?: number
7561
7278
  /**
7562
7279
  * Reduce输出记录数
7563
- 注意:此字段可能返回 null,表示取不到有效值。
7564
7280
  */
7565
7281
  ReduceOutputRecords?: number
7566
7282
  /**
7567
7283
  * HDFS写入字节数
7568
- 注意:此字段可能返回 null,表示取不到有效值。
7569
7284
  */
7570
7285
  HDFSBytesWritten?: number
7571
7286
  /**
7572
7287
  * HDFS读取字节数
7573
- 注意:此字段可能返回 null,表示取不到有效值。
7574
7288
  */
7575
7289
  HDFSBytesRead?: number
7576
7290
  }
@@ -7595,7 +7309,6 @@ export interface DescribeResourceScheduleDiffDetailRequest {
7595
7309
  export interface FlowExtraDetail {
7596
7310
  /**
7597
7311
  * 额外信息Title
7598
- 注意:此字段可能返回 null,表示取不到有效值。
7599
7312
  */
7600
7313
  Title?: string
7601
7314
  /**
@@ -7781,7 +7494,6 @@ export interface InquirePriceRenewEmrResponse {
7781
7494
  export interface MultiDiskMC {
7782
7495
  /**
7783
7496
  * 该类型云盘个数
7784
- 注意:此字段可能返回 null,表示取不到有效值。
7785
7497
  */
7786
7498
  Count: number
7787
7499
  /**
@@ -7798,17 +7510,14 @@ export interface MultiDiskMC {
7798
7510
  14 : 大数据型云硬盘
7799
7511
  15 : 高IO型云硬盘
7800
7512
  16 : 远端SSD盘
7801
- 注意:此字段可能返回 null,表示取不到有效值。
7802
7513
  */
7803
7514
  Type?: number
7804
7515
  /**
7805
7516
  * 磁盘大小
7806
- 注意:此字段可能返回 null,表示取不到有效值。
7807
7517
  */
7808
7518
  Size?: string
7809
7519
  /**
7810
7520
  * 云盘大小,单位b
7811
- 注意:此字段可能返回 null,表示取不到有效值。
7812
7521
  */
7813
7522
  Volume?: number
7814
7523
  }
@@ -7851,7 +7560,6 @@ export interface ZoneResourceConfiguration {
7851
7560
  <li>master</li>
7852
7561
  <li>standby</li>
7853
7562
  <li>third-party</li>
7854
- 注意:此字段可能返回 null,表示取不到有效值。
7855
7563
  */
7856
7564
  ZoneTag?: string
7857
7565
  }
@@ -7862,12 +7570,10 @@ export interface ZoneResourceConfiguration {
7862
7570
  export interface StorageSummaryDistribution {
7863
7571
  /**
7864
7572
  * 数据项
7865
- 注意:此字段可能返回 null,表示取不到有效值。
7866
7573
  */
7867
7574
  MetricItem?: string
7868
7575
  /**
7869
7576
  * 数据项描述
7870
- 注意:此字段可能返回 null,表示取不到有效值。
7871
7577
  */
7872
7578
  MetricName?: string
7873
7579
  /**
@@ -8286,79 +7992,65 @@ export interface AddNodeResourceConfigResponse {
8286
7992
  export interface CBSInstance {
8287
7993
  /**
8288
7994
  * 云硬盘ID
8289
- 注意:此字段可能返回 null,表示取不到有效值。
8290
7995
  */
8291
- DiskId: string
7996
+ DiskId?: string
8292
7997
  /**
8293
7998
  * 云硬盘类型
8294
- 注意:此字段可能返回 null,表示取不到有效值。
8295
7999
  */
8296
- DiskUsage: string
8000
+ DiskUsage?: string
8297
8001
  /**
8298
8002
  * 云硬盘名称
8299
- 注意:此字段可能返回 null,表示取不到有效值。
8300
8003
  */
8301
- DiskName: string
8004
+ DiskName?: string
8302
8005
  /**
8303
8006
  * 云硬盘大小
8304
- 注意:此字段可能返回 null,表示取不到有效值。
8305
8007
  */
8306
- DiskSize: number
8008
+ DiskSize?: number
8307
8009
  /**
8308
8010
  * 云盘介质类型
8309
- 注意:此字段可能返回 null,表示取不到有效值。
8310
8011
  */
8311
- DiskType: string
8012
+ DiskType?: string
8312
8013
  /**
8313
8014
  * 是否跟随实例删除
8314
- 注意:此字段可能返回 null,表示取不到有效值。
8315
8015
  */
8316
- DeleteWithInstance: boolean
8016
+ DeleteWithInstance?: boolean
8317
8017
  /**
8318
8018
  * 云硬盘收费类型
8319
- 注意:此字段可能返回 null,表示取不到有效值。
8320
8019
  */
8321
- DiskChargeType: string
8020
+ DiskChargeType?: string
8322
8021
  /**
8323
8022
  * 云硬盘运行状态
8324
- 注意:此字段可能返回 null,表示取不到有效值。
8325
8023
  */
8326
- DiskState: string
8024
+ DiskState?: string
8327
8025
  /**
8328
8026
  * 是否自动续费
8329
- 注意:此字段可能返回 null,表示取不到有效值。
8330
8027
  */
8331
- RenewFlag: string
8028
+ RenewFlag?: string
8332
8029
  /**
8333
8030
  * 到期时间
8334
- 注意:此字段可能返回 null,表示取不到有效值。
8335
8031
  */
8336
- DeadlineTime: string
8032
+ DeadlineTime?: string
8337
8033
  /**
8338
8034
  * 云盘是否挂载到云主机上
8339
- 注意:此字段可能返回 null,表示取不到有效值。
8340
8035
  */
8341
- Attached: boolean
8036
+ Attached?: boolean
8342
8037
  /**
8343
8038
  * 当前时间距离盘到期的天数
8344
- 注意:此字段可能返回 null,表示取不到有效值。
8345
8039
  */
8346
- DifferDaysOfDeadline: number
8040
+ DifferDaysOfDeadline?: number
8347
8041
  /**
8348
8042
  * 该云盘当前被挂载到的CVM实例InstanceId
8349
8043
  注意:此字段可能返回 null,表示取不到有效值。
8350
8044
  */
8351
- InstanceIdList: Array<string>
8045
+ InstanceIdList?: Array<string>
8352
8046
  /**
8353
8047
  * 云硬盘挂载的云主机ID
8354
- 注意:此字段可能返回 null,表示取不到有效值。
8355
8048
  */
8356
- InstanceId: string
8049
+ InstanceId?: string
8357
8050
  /**
8358
8051
  * 云盘是否为共享型云盘。
8359
- 注意:此字段可能返回 null,表示取不到有效值。
8360
8052
  */
8361
- Shareable: boolean
8053
+ Shareable?: boolean
8362
8054
  }
8363
8055
 
8364
8056
  /**
@@ -8386,22 +8078,18 @@ export interface StrategyConfig {
8386
8078
  /**
8387
8079
  * 0:关闭滚动重启
8388
8080
  1:开启滚动启动
8389
- 注意:此字段可能返回 null,表示取不到有效值。
8390
8081
  */
8391
8082
  RollingRestartSwitch?: number
8392
8083
  /**
8393
8084
  * 滚动重启每批次的重启数量,最大重启台数为 99999 台
8394
- 注意:此字段可能返回 null,表示取不到有效值。
8395
8085
  */
8396
8086
  BatchSize?: number
8397
8087
  /**
8398
8088
  * 滚动重启每批停止等待时间 ,最大间隔为 5 分钟 单位是秒
8399
- 注意:此字段可能返回 null,表示取不到有效值。
8400
8089
  */
8401
8090
  TimeWait?: number
8402
8091
  /**
8403
8092
  * 操作失败处理策略,0:失败阻塞, 1:失败自动跳过
8404
- 注意:此字段可能返回 null,表示取不到有效值。
8405
8093
  */
8406
8094
  DealOnFail?: number
8407
8095
  /**
@@ -8646,7 +8334,6 @@ export interface ScaleOutClusterResponse {
8646
8334
  export interface ServiceProcessFunctionInfo {
8647
8335
  /**
8648
8336
  * 探测告警级别
8649
- 注意:此字段可能返回 null,表示取不到有效值。
8650
8337
  */
8651
8338
  DetectAlert?: string
8652
8339
  /**
@@ -8669,17 +8356,14 @@ export interface ServiceProcessFunctionInfo {
8669
8356
  DetetcTime?: string
8670
8357
  /**
8671
8358
  * 探测功能描述
8672
- 注意:此字段可能返回 null,表示取不到有效值。
8673
8359
  */
8674
8360
  DetectFunctionKey?: string
8675
8361
  /**
8676
8362
  * 探测功能结果
8677
- 注意:此字段可能返回 null,表示取不到有效值。
8678
8363
  */
8679
8364
  DetectFunctionValue?: string
8680
8365
  /**
8681
8366
  * 探测结果
8682
- 注意:此字段可能返回 null,表示取不到有效值。
8683
8367
  */
8684
8368
  DetectTime?: string
8685
8369
  }
@@ -8690,32 +8374,26 @@ export interface ServiceProcessFunctionInfo {
8690
8374
  export interface PartDetailPriceItem {
8691
8375
  /**
8692
8376
  * 类型包括:节点->node、系统盘->rootDisk、云数据盘->dataDisk、metaDB
8693
- 注意:此字段可能返回 null,表示取不到有效值。
8694
8377
  */
8695
8378
  InstanceType?: string
8696
8379
  /**
8697
8380
  * 单价(原价)
8698
- 注意:此字段可能返回 null,表示取不到有效值。
8699
8381
  */
8700
8382
  Price?: number
8701
8383
  /**
8702
8384
  * 单价(折扣价)
8703
- 注意:此字段可能返回 null,表示取不到有效值。
8704
8385
  */
8705
8386
  RealCost?: number
8706
8387
  /**
8707
8388
  * 总价(折扣价)
8708
- 注意:此字段可能返回 null,表示取不到有效值。
8709
8389
  */
8710
8390
  RealTotalCost?: number
8711
8391
  /**
8712
8392
  * 折扣
8713
- 注意:此字段可能返回 null,表示取不到有效值。
8714
8393
  */
8715
8394
  Policy?: number
8716
8395
  /**
8717
8396
  * 数量
8718
- 注意:此字段可能返回 null,表示取不到有效值。
8719
8397
  */
8720
8398
  GoodsNum?: number
8721
8399
  }
@@ -8784,24 +8462,20 @@ export interface ModifyYarnQueueV2Response {
8784
8462
  export interface ClusterExternalServiceInfo {
8785
8463
  /**
8786
8464
  * 依赖关系,0:被其他集群依赖,1:依赖其他集群
8787
- 注意:此字段可能返回 null,表示取不到有效值。
8788
8465
  */
8789
- DependType: number
8466
+ DependType?: number
8790
8467
  /**
8791
8468
  * 共用组件
8792
- 注意:此字段可能返回 null,表示取不到有效值。
8793
8469
  */
8794
- Service: string
8470
+ Service?: string
8795
8471
  /**
8796
8472
  * 共用集群
8797
- 注意:此字段可能返回 null,表示取不到有效值。
8798
8473
  */
8799
- ClusterId: string
8474
+ ClusterId?: string
8800
8475
  /**
8801
8476
  * 共用集群状态
8802
- 注意:此字段可能返回 null,表示取不到有效值。
8803
8477
  */
8804
- ClusterStatus: number
8478
+ ClusterStatus?: number
8805
8479
  }
8806
8480
 
8807
8481
  /**
@@ -9146,12 +8820,10 @@ export interface CustomMetaDBInfo {
9146
8820
  export interface Item {
9147
8821
  /**
9148
8822
  * 健值
9149
- 注意:此字段可能返回 null,表示取不到有效值。
9150
8823
  */
9151
8824
  Key: string
9152
8825
  /**
9153
8826
  * 值
9154
- 注意:此字段可能返回 null,表示取不到有效值。
9155
8827
  */
9156
8828
  Value: string
9157
8829
  }
@@ -9202,30 +8874,28 @@ export interface TableSchemaItem {
9202
8874
  /**
9203
8875
  * 列标识
9204
8876
  */
9205
- Name: string
8877
+ Name?: string
9206
8878
  /**
9207
8879
  * 是否可按该列排序
9208
8880
  */
9209
- Sortable: boolean
8881
+ Sortable?: boolean
9210
8882
  /**
9211
8883
  * 是否可筛选
9212
8884
  */
9213
- WithFilter: boolean
8885
+ WithFilter?: boolean
9214
8886
  /**
9215
8887
  * 筛选的候选集
9216
8888
  注意:此字段可能返回 null,表示取不到有效值。
9217
8889
  */
9218
- Candidates: Array<string>
8890
+ Candidates?: Array<string>
9219
8891
  /**
9220
8892
  * 是否可点击
9221
- 注意:此字段可能返回 null,表示取不到有效值。
9222
8893
  */
9223
- Clickable: boolean
8894
+ Clickable?: boolean
9224
8895
  /**
9225
8896
  * 展示的名字
9226
- 注意:此字段可能返回 null,表示取不到有效值。
9227
8897
  */
9228
- Title: string
8898
+ Title?: string
9229
8899
  }
9230
8900
 
9231
8901
  /**
@@ -9241,7 +8911,6 @@ export interface ConfigModifyInfoV2 {
9241
8911
  - 3:删除
9242
8912
  - 4:克隆,与新建子队列的行为一样,特别的对于`fair`,可以复制子队列到新建队列
9243
8913
  - 6:编辑-增量更新
9244
- 注意:此字段可能返回 null,表示取不到有效值。
9245
8914
  */
9246
8915
  OpType: number
9247
8916
  /**
@@ -9250,12 +8919,10 @@ export interface ConfigModifyInfoV2 {
9250
8919
  Name?: string
9251
8920
  /**
9252
8921
  * 新建队列 传root的MyId;新建子队列 传 选中队列的 myId;克隆 要传 选中队列 parentId
9253
- 注意:此字段可能返回 null,表示取不到有效值。
9254
8922
  */
9255
8923
  ParentId?: string
9256
8924
  /**
9257
8925
  * 编辑、删除 传选中队列的 myId。克隆只有在调度器是`fair`时才需要传,用来复制子队列到新队列。
9258
- 注意:此字段可能返回 null,表示取不到有效值。
9259
8926
  */
9260
8927
  MyId?: string
9261
8928
  /**
@@ -9369,7 +9036,6 @@ export interface InquiryPriceScaleOutInstanceResponse {
9369
9036
  export interface AutoScaleResourceConf {
9370
9037
  /**
9371
9038
  * 配置ID。
9372
- 注意:此字段可能返回 null,表示取不到有效值。
9373
9039
  */
9374
9040
  Id?: number
9375
9041
  /**
@@ -9390,57 +9056,46 @@ export interface AutoScaleResourceConf {
9390
9056
  StrategyType?: number
9391
9057
  /**
9392
9058
  * 下次能可扩容时间。
9393
- 注意:此字段可能返回 null,表示取不到有效值。
9394
9059
  */
9395
9060
  NextTimeCanScale?: number
9396
9061
  /**
9397
9062
  * 优雅缩容开关
9398
- 注意:此字段可能返回 null,表示取不到有效值。
9399
9063
  */
9400
9064
  GraceDownFlag?: boolean
9401
9065
  /**
9402
9066
  * "CVM"表示规格全部使用CVM相关类型,"POD"表示规格使用容器相关类型,默认为"CVM"。
9403
- 注意:此字段可能返回 null,表示取不到有效值。
9404
9067
  */
9405
9068
  HardwareType?: string
9406
9069
  /**
9407
9070
  * "POSTPAY"表示只使用按量计费,"SPOT_FIRST"表示竞价实例优先,只有HardwareType为"HOST"时支持竞价实例优先,"POD"只支持纯按量计费。
9408
- 注意:此字段可能返回 null,表示取不到有效值。
9409
9071
  */
9410
9072
  PayMode?: string
9411
9073
  /**
9412
9074
  * 竞价实例优先的场景下,按量计费资源数量的最低百分比,整数
9413
- 注意:此字段可能返回 null,表示取不到有效值。
9414
9075
  */
9415
9076
  PostPayPercentMin?: number
9416
9077
  /**
9417
9078
  * 预设资源类型为HOST时,支持勾选“资源不足时切换POD”;支持取消勾选;默认不勾选(0),勾选(1)
9418
- 注意:此字段可能返回 null,表示取不到有效值。
9419
9079
  */
9420
9080
  ChangeToPod?: number
9421
9081
  /**
9422
9082
  * 伸缩组名
9423
- 注意:此字段可能返回 null,表示取不到有效值。
9424
9083
  */
9425
9084
  GroupName?: string
9426
9085
  /**
9427
9086
  * 标签
9428
- 注意:此字段可能返回 null,表示取不到有效值。
9429
9087
  */
9430
9088
  YarnNodeLabel?: string
9431
9089
  /**
9432
9090
  * 伸缩组状态
9433
- 注意:此字段可能返回 null,表示取不到有效值。
9434
9091
  */
9435
9092
  GroupStatus?: number
9436
9093
  /**
9437
9094
  * 并行伸缩 0关闭;1开启
9438
- 注意:此字段可能返回 null,表示取不到有效值。
9439
9095
  */
9440
9096
  Parallel?: number
9441
9097
  /**
9442
9098
  * 是否支持MNode
9443
- 注意:此字段可能返回 null,表示取不到有效值。
9444
9099
  */
9445
9100
  EnableMNode?: number
9446
9101
  }
@@ -9475,12 +9130,10 @@ export interface VirtualPrivateCloud {
9475
9130
  export interface NodeSelectorRequirement {
9476
9131
  /**
9477
9132
  * 节点选择项Key值
9478
- 注意:此字段可能返回 null,表示取不到有效值。
9479
9133
  */
9480
9134
  Key?: string
9481
9135
  /**
9482
9136
  * 节点选择项Operator值,支持In, NotIn, Exists, DoesNotExist. Gt, and Lt.
9483
- 注意:此字段可能返回 null,表示取不到有效值。
9484
9137
  */
9485
9138
  Operator?: string
9486
9139
  /**
@@ -9496,49 +9149,40 @@ export interface NodeSelectorRequirement {
9496
9149
  export interface ResourceDetail {
9497
9150
  /**
9498
9151
  * 规格
9499
- 注意:此字段可能返回 null,表示取不到有效值。
9500
9152
  */
9501
- Spec: string
9153
+ Spec?: string
9502
9154
  /**
9503
9155
  * 规格名
9504
- 注意:此字段可能返回 null,表示取不到有效值。
9505
9156
  */
9506
- SpecName: string
9157
+ SpecName?: string
9507
9158
  /**
9508
9159
  * 硬盘类型
9509
- 注意:此字段可能返回 null,表示取不到有效值。
9510
9160
  */
9511
- StorageType: number
9161
+ StorageType?: number
9512
9162
  /**
9513
9163
  * 硬盘类型
9514
- 注意:此字段可能返回 null,表示取不到有效值。
9515
9164
  */
9516
- DiskType: string
9165
+ DiskType?: string
9517
9166
  /**
9518
9167
  * 系统盘大小
9519
- 注意:此字段可能返回 null,表示取不到有效值。
9520
9168
  */
9521
- RootSize: number
9169
+ RootSize?: number
9522
9170
  /**
9523
9171
  * 内存大小
9524
- 注意:此字段可能返回 null,表示取不到有效值。
9525
9172
  */
9526
- MemSize: number
9173
+ MemSize?: number
9527
9174
  /**
9528
9175
  * CPU个数
9529
- 注意:此字段可能返回 null,表示取不到有效值。
9530
9176
  */
9531
- Cpu: number
9177
+ Cpu?: number
9532
9178
  /**
9533
9179
  * 硬盘大小
9534
- 注意:此字段可能返回 null,表示取不到有效值。
9535
9180
  */
9536
- DiskSize: number
9181
+ DiskSize?: number
9537
9182
  /**
9538
9183
  * 规格
9539
- 注意:此字段可能返回 null,表示取不到有效值。
9540
9184
  */
9541
- InstanceType: string
9185
+ InstanceType?: string
9542
9186
  }
9543
9187
 
9544
9188
  /**