tencentcloud-sdk-nodejs 4.0.1035 → 4.0.1037

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 (45) hide show
  1. package/package.json +1 -1
  2. package/src/common/sdk_version.ts +1 -1
  3. package/src/services/apm/v20210622/apm_client.ts +12 -0
  4. package/src/services/apm/v20210622/apm_models.ts +66 -0
  5. package/src/services/asr/v20190614/asr_client.ts +1 -1
  6. package/src/services/batch/v20170312/batch_models.ts +0 -2
  7. package/src/services/ccc/v20200210/ccc_models.ts +5 -5
  8. package/src/services/cvm/v20170312/cvm_models.ts +0 -4
  9. package/src/services/dc/v20180410/dc_models.ts +4 -0
  10. package/src/services/emr/v20190103/emr_client.ts +33 -20
  11. package/src/services/emr/v20190103/emr_models.ts +338 -256
  12. package/src/services/ess/v20201111/ess_models.ts +2 -2
  13. package/src/services/essbasic/v20210526/essbasic_models.ts +2 -2
  14. package/src/services/live/v20180801/live_models.ts +4 -0
  15. package/src/services/mna/v20210119/mna_models.ts +7 -36
  16. package/src/services/ocr/v20181119/ocr_client.ts +5 -3
  17. package/src/services/rce/v20201103/rce_models.ts +15 -34
  18. package/src/services/scf/v20180416/scf_models.ts +1 -1
  19. package/src/services/trtc/v20190722/trtc_models.ts +4 -31
  20. package/src/services/waf/v20180125/waf_client.ts +1 -0
  21. package/src/services/waf/v20180125/waf_models.ts +102 -15
  22. package/tencentcloud/common/sdk_version.d.ts +1 -1
  23. package/tencentcloud/common/sdk_version.js +1 -1
  24. package/tencentcloud/services/apm/v20210622/apm_client.d.ts +5 -1
  25. package/tencentcloud/services/apm/v20210622/apm_client.js +6 -0
  26. package/tencentcloud/services/apm/v20210622/apm_models.d.ts +64 -0
  27. package/tencentcloud/services/asr/v20190614/asr_client.d.ts +1 -1
  28. package/tencentcloud/services/asr/v20190614/asr_client.js +1 -1
  29. package/tencentcloud/services/batch/v20170312/batch_models.d.ts +0 -2
  30. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +5 -5
  31. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +0 -4
  32. package/tencentcloud/services/dc/v20180410/dc_models.d.ts +4 -0
  33. package/tencentcloud/services/emr/v20190103/emr_client.d.ts +7 -3
  34. package/tencentcloud/services/emr/v20190103/emr_client.js +9 -3
  35. package/tencentcloud/services/emr/v20190103/emr_models.d.ts +335 -256
  36. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +2 -2
  37. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +2 -2
  38. package/tencentcloud/services/live/v20180801/live_models.d.ts +4 -0
  39. package/tencentcloud/services/mna/v20210119/mna_models.d.ts +6 -35
  40. package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +3 -1
  41. package/tencentcloud/services/ocr/v20181119/ocr_client.js +3 -1
  42. package/tencentcloud/services/rce/v20201103/rce_models.d.ts +15 -34
  43. package/tencentcloud/services/scf/v20180416/scf_models.d.ts +1 -1
  44. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +4 -31
  45. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +101 -15
@@ -965,27 +965,35 @@ export interface EmrProductConfigDetail {
965
965
  }
966
966
 
967
967
  /**
968
- * DescribeInstances返回参数结构体
968
+ * ResetYarnConfig请求参数结构体
969
969
  */
970
- export interface DescribeInstancesResponse {
970
+ export interface ResetYarnConfigRequest {
971
971
  /**
972
- * 符合条件的实例总数。
972
+ * emr集群的英文id
973
973
  */
974
- TotalCnt?: number
974
+ InstanceId: string
975
975
  /**
976
- * EMR实例详细信息列表。
977
- 注意:此字段可能返回 null,表示取不到有效值。
976
+ * 要重置的配置别名,可选值:
977
+
978
+ - capacityLabel:重置标签管理的配置
979
+ - fair:重置公平调度的配置
980
+ - capacity:重置容量调度的配置
978
981
  */
979
- ClusterList?: Array<ClusterInstancesInfo>
982
+ Key?: string
983
+ }
984
+
985
+ /**
986
+ * 弹性扩缩容按天重复任务描述
987
+ */
988
+ export interface DayRepeatStrategy {
980
989
  /**
981
- * 实例关联的标签键列表。
982
- 注意:此字段可能返回 null,表示取不到有效值。
990
+ * 重复任务执行的具体时刻,例如"01:02:00"
983
991
  */
984
- TagKeys?: Array<string>
992
+ ExecuteAtTimeOfDay: string
985
993
  /**
986
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
994
+ * 每隔Step天执行一次
987
995
  */
988
- RequestId?: string
996
+ Step: number
989
997
  }
990
998
 
991
999
  /**
@@ -1200,13 +1208,33 @@ export interface Dps {
1200
1208
  }
1201
1209
 
1202
1210
  /**
1203
- * TerminateTasks返回参数结构体
1211
+ * DescribeSparkQueries请求参数结构体
1204
1212
  */
1205
- export interface TerminateTasksResponse {
1213
+ export interface DescribeSparkQueriesRequest {
1206
1214
  /**
1207
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1215
+ * 集群ID
1208
1216
  */
1209
- RequestId?: string
1217
+ InstanceId: string
1218
+ /**
1219
+ * 开始时间
1220
+ */
1221
+ StartTime: number
1222
+ /**
1223
+ * 结束时间
1224
+ */
1225
+ EndTime: number
1226
+ /**
1227
+ * 分页起始偏移,从0开始
1228
+ */
1229
+ Offset: number
1230
+ /**
1231
+ * 分页大小,合法范围[1,100]
1232
+ */
1233
+ Limit: number
1234
+ /**
1235
+ * 执行状态:RUNNING,COMPLETED,FAILED
1236
+ */
1237
+ Status?: Array<string>
1210
1238
  }
1211
1239
 
1212
1240
  /**
@@ -1338,11 +1366,38 @@ export interface LoadAutoScaleStrategy {
1338
1366
  "MEMORYGB"表示按照机器内存数计算。
1339
1367
  */
1340
1368
  MeasureMethod?: string
1369
+ /**
1370
+ * 节点部署服务列表,例如["HDFS-3.1.2","YARN-3.1.2"]。
1371
+ 注意:此字段可能返回 null,表示取不到有效值。
1372
+ */
1373
+ SoftDeployDesc?: Array<string>
1374
+ /**
1375
+ * 启动进程列表,例如["NodeManager"]。
1376
+ */
1377
+ ServiceNodeDesc?: string
1378
+ /**
1379
+ * 启动进程列表。
1380
+ 注意:此字段可能返回 null,表示取不到有效值。
1381
+ */
1382
+ ServiceNodeInfo?: Array<number | bigint>
1383
+ /**
1384
+ * 节点部署服务列表。部署服务仅填写HDFS、YARN。[组件名对应的映射关系表](https://cloud.tencent.com/document/product/589/98760)
1385
+ 注意:此字段可能返回 null,表示取不到有效值。
1386
+ */
1387
+ SoftDeployInfo?: Array<number | bigint>
1341
1388
  /**
1342
1389
  * 多指标触发条件
1343
1390
  注意:此字段可能返回 null,表示取不到有效值。
1344
1391
  */
1345
1392
  LoadMetricsConditions?: LoadMetricsConditions
1393
+ /**
1394
+ * 伸缩组Id
1395
+ */
1396
+ GroupId?: number
1397
+ /**
1398
+ * soft例如yarn
1399
+ */
1400
+ Soft?: string
1346
1401
  }
1347
1402
 
1348
1403
  /**
@@ -1895,21 +1950,27 @@ export interface ScaleOutInstanceRequest {
1895
1950
  }
1896
1951
 
1897
1952
  /**
1898
- * ResetYarnConfig请求参数结构体
1953
+ * DescribeInstanceRenewNodes返回参数结构体
1899
1954
  */
1900
- export interface ResetYarnConfigRequest {
1955
+ export interface DescribeInstanceRenewNodesResponse {
1901
1956
  /**
1902
- * emr集群的英文id
1957
+ * 查询到的节点总数
1903
1958
  */
1904
- InstanceId: string
1959
+ TotalCnt?: number
1905
1960
  /**
1906
- * 要重置的配置别名,可选值:
1907
-
1908
- - capacityLabel:重置标签管理的配置
1909
- - fair:重置公平调度的配置
1910
- - capacity:重置容量调度的配置
1961
+ * 节点详细信息列表
1962
+ 注意:此字段可能返回 null,表示取不到有效值。
1911
1963
  */
1912
- Key?: string
1964
+ NodeList?: Array<RenewInstancesInfo>
1965
+ /**
1966
+ * 用户所有的标签键列表
1967
+ 注意:此字段可能返回 null,表示取不到有效值。
1968
+ */
1969
+ MetaInfo?: Array<string>
1970
+ /**
1971
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1972
+ */
1973
+ RequestId?: string
1913
1974
  }
1914
1975
 
1915
1976
  /**
@@ -2075,33 +2136,27 @@ ALIGN_DEADLINE:自动对其到期时间
2075
2136
  }
2076
2137
 
2077
2138
  /**
2078
- * DescribeSparkQueries请求参数结构体
2139
+ * DescribeInstances返回参数结构体
2079
2140
  */
2080
- export interface DescribeSparkQueriesRequest {
2081
- /**
2082
- * 集群ID
2083
- */
2084
- InstanceId: string
2085
- /**
2086
- * 开始时间
2087
- */
2088
- StartTime: number
2141
+ export interface DescribeInstancesResponse {
2089
2142
  /**
2090
- * 结束时间
2143
+ * 符合条件的实例总数。
2091
2144
  */
2092
- EndTime: number
2145
+ TotalCnt?: number
2093
2146
  /**
2094
- * 分页起始偏移,从0开始
2147
+ * EMR实例详细信息列表。
2148
+ 注意:此字段可能返回 null,表示取不到有效值。
2095
2149
  */
2096
- Offset: number
2150
+ ClusterList?: Array<ClusterInstancesInfo>
2097
2151
  /**
2098
- * 分页大小,合法范围[1,100]
2152
+ * 实例关联的标签键列表。
2153
+ 注意:此字段可能返回 null,表示取不到有效值。
2099
2154
  */
2100
- Limit: number
2155
+ TagKeys?: Array<string>
2101
2156
  /**
2102
- * 执行状态:RUNNING,COMPLETED,FAILED
2157
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2103
2158
  */
2104
- Status?: Array<string>
2159
+ RequestId?: string
2105
2160
  }
2106
2161
 
2107
2162
  /**
@@ -3990,51 +4045,22 @@ export interface TerminateClusterNodesResponse {
3990
4045
  }
3991
4046
 
3992
4047
  /**
3993
- * 资源调度-配置集信息
4048
+ * DescribeDAGInfo返回参数结构体
3994
4049
  */
3995
- export interface ConfigSetInfo {
4050
+ export interface DescribeDAGInfoResponse {
3996
4051
  /**
3997
- * 配置集名称
4052
+ * 总数,分页查询时使用
3998
4053
  */
3999
- ConfigSet: string
4054
+ TotalCount?: number
4000
4055
  /**
4001
- * 容量调度器会使用,里面设置了标签相关的配置。key的取值与**DescribeYarnQueue**返回的字段一致。
4002
- key的取值信息如下:
4003
- - labelName,标签名称,标签管理里的标签。
4004
- - capacity,容量,取值为**数字字符串**
4005
- - maximum-capacity,最大容量,取值为**数字字符串**
4056
+ * Starrocks 查询信息列表
4006
4057
  注意:此字段可能返回 null,表示取不到有效值。
4007
4058
  */
4008
- LabelParams?: Array<ItemSeq>
4059
+ DAGInfoList?: Array<DAGInfo>
4009
4060
  /**
4010
- * 设置配置集相关的参数。key的取值与**DescribeYarnQueue**返回的字段一致。
4011
- ###### 公平调度器
4012
- key的取值信息如下:
4013
- - minResources,最大资源量,取值为**YarnResource类型的json串**或**null**
4014
- - maxResources,最大资源量,取值为**YarnResource类型的json串**或**null**
4015
- - maxChildResources,能够分配给为未声明子队列的最大资源量,取值为**数字字符串**或**null**
4016
- - maxRunningApps,最高可同时处于运行的App数量,取值为**数字字符串**或**null**
4017
- - weight,权重,取值为**数字字符串**或**null**
4018
- - maxAMShare,App Master最大份额,取值为**数字字符串**或**null**,其中数字的范围是[0,1]或-1
4019
-
4020
- ```
4021
- type YarnResource struct {
4022
- Vcores *int `json:"vcores"`
4023
- Memory *int `json:"memory"`
4024
- Type *string `json:"type"` // 取值为`percent`或`null`当值为`percent`时,表示使用的百分比,否则就是使用的绝对数值。只有maxResources、maxChildResources才可以取值为`percent`
4025
- }
4026
- ```
4027
-
4028
- ###### 容量调度器
4029
- key的取值信息如下:
4030
- - minimum-user-limit-percent,用户最小容量,取值为**YarnResource类型的json串**或**null**,其中数字的范围是[0,100]
4031
- - user-limit-factor,用户资源因子,取值为**YarnResource类型的json串**或**null**
4032
- - maximum-applications,最大应用数Max-Applications,取值为**数字字符串**或**null**,其中数字为正整数
4033
- - maximum-am-resource-percent,最大AM比例,取值为**数字字符串**或**null**,其中数字的范围是[0,1]或-1
4034
- - default-application-priority,资源池优先级,取值为**数字字符串**或**null**,其中数字为正整数
4035
- 注意:此字段可能返回 null,表示取不到有效值。
4061
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
4036
4062
  */
4037
- BasicParams?: Array<Item>
4063
+ RequestId?: string
4038
4064
  }
4039
4065
 
4040
4066
  /**
@@ -4092,37 +4118,33 @@ export interface DescribeInsightListRequest {
4092
4118
  }
4093
4119
 
4094
4120
  /**
4095
- * DescribeYarnScheduleHistory请求参数结构体
4121
+ * DescribeSLInstanceList请求参数结构体
4096
4122
  */
4097
- export interface DescribeYarnScheduleHistoryRequest {
4098
- /**
4099
- * 集群id
4100
- */
4101
- InstanceId: string
4123
+ export interface DescribeSLInstanceListRequest {
4102
4124
  /**
4103
- * 开始时间
4125
+ * 实例筛选策略。取值范围:<li>clusterList:表示查询除了已销毁实例之外的实例列表。</li><li>monitorManage:表示查询除了已销毁、创建中以及创建失败的实例之外的实例列表。</li>
4104
4126
  */
4105
- StartTime?: number
4127
+ DisplayStrategy: string
4106
4128
  /**
4107
- * 结束时间
4129
+ * 页编号,默认值为0,表示第一页。
4108
4130
  */
4109
- EndTime?: number
4131
+ Offset?: number
4110
4132
  /**
4111
- * 页码
4133
+ * 每页返回数量,默认值为10,最大值为100。
4112
4134
  */
4113
4135
  Limit?: number
4114
4136
  /**
4115
- * 页大小
4137
+ * 排序字段。取值范围:<li>clusterId:表示按照实例ID排序。</li><li>addTime:表示按照实例创建时间排序。</li><li>status:表示按照实例的状态码排序。</li>
4116
4138
  */
4117
- Offset?: number
4139
+ OrderField?: string
4118
4140
  /**
4119
- * 调度器类型 可选值为“ALL”,"Capacity Scheduler", "Fair Scheduler"
4141
+ * 按照OrderField升序或者降序进行排序。取值范围:<li>0:表示升序。</li><li>1:表示降序。</li>默认值为0。
4120
4142
  */
4121
- SchedulerType?: string
4143
+ Asc?: number
4122
4144
  /**
4123
- * 任务类型0:等待执行,1:执行中,2:完成,-1:失败 ,-99:全部
4145
+ * 自定义查询过滤器。示例:<li>根据ClusterId过滤实例:[{"Name":"ClusterId","Values":["emr-xxxxxxxx"]}]</li><li>根据clusterName过滤实例:[{"Name": "ClusterName","Values": ["cluster_name"]}]</li><li>根据ClusterStatus过滤实例:[{"Name": "ClusterStatus","Values": ["2"]}]</li>
4124
4146
  */
4125
- TaskState?: number
4147
+ Filters?: Array<Filters>
4126
4148
  }
4127
4149
 
4128
4150
  /**
@@ -4185,27 +4207,51 @@ export interface DescribeYarnQueueRequest {
4185
4207
  }
4186
4208
 
4187
4209
  /**
4188
- * DescribeInstanceRenewNodes返回参数结构体
4210
+ * 资源调度-配置集信息
4189
4211
  */
4190
- export interface DescribeInstanceRenewNodesResponse {
4212
+ export interface ConfigSetInfo {
4191
4213
  /**
4192
- * 查询到的节点总数
4214
+ * 配置集名称
4193
4215
  */
4194
- TotalCnt?: number
4216
+ ConfigSet: string
4195
4217
  /**
4196
- * 节点详细信息列表
4218
+ * 容量调度器会使用,里面设置了标签相关的配置。key的取值与**DescribeYarnQueue**返回的字段一致。
4219
+ key的取值信息如下:
4220
+ - labelName,标签名称,标签管理里的标签。
4221
+ - capacity,容量,取值为**数字字符串**
4222
+ - maximum-capacity,最大容量,取值为**数字字符串**
4197
4223
  注意:此字段可能返回 null,表示取不到有效值。
4198
4224
  */
4199
- NodeList?: Array<RenewInstancesInfo>
4225
+ LabelParams?: Array<ItemSeq>
4200
4226
  /**
4201
- * 用户所有的标签键列表
4227
+ * 设置配置集相关的参数。key的取值与**DescribeYarnQueue**返回的字段一致。
4228
+ ###### 公平调度器
4229
+ key的取值信息如下:
4230
+ - minResources,最大资源量,取值为**YarnResource类型的json串**或**null**
4231
+ - maxResources,最大资源量,取值为**YarnResource类型的json串**或**null**
4232
+ - maxChildResources,能够分配给为未声明子队列的最大资源量,取值为**数字字符串**或**null**
4233
+ - maxRunningApps,最高可同时处于运行的App数量,取值为**数字字符串**或**null**
4234
+ - weight,权重,取值为**数字字符串**或**null**
4235
+ - maxAMShare,App Master最大份额,取值为**数字字符串**或**null**,其中数字的范围是[0,1]或-1
4236
+
4237
+ ```
4238
+ type YarnResource struct {
4239
+ Vcores *int `json:"vcores"`
4240
+ Memory *int `json:"memory"`
4241
+ Type *string `json:"type"` // 取值为`percent`或`null`当值为`percent`时,表示使用的百分比,否则就是使用的绝对数值。只有maxResources、maxChildResources才可以取值为`percent`
4242
+ }
4243
+ ```
4244
+
4245
+ ###### 容量调度器
4246
+ key的取值信息如下:
4247
+ - minimum-user-limit-percent,用户最小容量,取值为**YarnResource类型的json串**或**null**,其中数字的范围是[0,100]
4248
+ - user-limit-factor,用户资源因子,取值为**YarnResource类型的json串**或**null**
4249
+ - maximum-applications,最大应用数Max-Applications,取值为**数字字符串**或**null**,其中数字为正整数
4250
+ - maximum-am-resource-percent,最大AM比例,取值为**数字字符串**或**null**,其中数字的范围是[0,1]或-1
4251
+ - default-application-priority,资源池优先级,取值为**数字字符串**或**null**,其中数字为正整数
4202
4252
  注意:此字段可能返回 null,表示取不到有效值。
4203
4253
  */
4204
- MetaInfo?: Array<string>
4205
- /**
4206
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
4207
- */
4208
- RequestId?: string
4254
+ BasicParams?: Array<Item>
4209
4255
  }
4210
4256
 
4211
4257
  /**
@@ -4447,6 +4493,24 @@ export interface DescribeYarnScheduleHistoryResponse {
4447
4493
  RequestId?: string
4448
4494
  }
4449
4495
 
4496
+ /**
4497
+ * DescribeDAGInfo请求参数结构体
4498
+ */
4499
+ export interface DescribeDAGInfoRequest {
4500
+ /**
4501
+ * 集群ID
4502
+ */
4503
+ InstanceID: string
4504
+ /**
4505
+ * DAG类型,目前只支持STARROCKS
4506
+ */
4507
+ Type: string
4508
+ /**
4509
+ * 查询ID列表,最大长度为1
4510
+ */
4511
+ IDList: Array<string>
4512
+ }
4513
+
4450
4514
  /**
4451
4515
  * DescribeAutoScaleGroupGlobalConf返回参数结构体
4452
4516
  */
@@ -4503,83 +4567,43 @@ export interface Resource {
4503
4567
  /**
4504
4568
  * 数据盘容量
4505
4569
  */
4506
- DiskSize: number
4507
- /**
4508
- * 系统盘容量
4509
- */
4510
- RootSize?: number
4511
- /**
4512
- * 云盘列表,当数据盘为一块云盘时,直接使用DiskType和DiskSize参数,超出部分使用MultiDisks
4513
- 注意:此字段可能返回 null,表示取不到有效值。
4514
- */
4515
- MultiDisks?: Array<MultiDisk>
4516
- /**
4517
- * 需要绑定的标签列表
4518
- 注意:此字段可能返回 null,表示取不到有效值。
4519
- */
4520
- Tags?: Array<Tag>
4521
- /**
4522
- * 规格类型,如S2.MEDIUM8
4523
- */
4524
- InstanceType?: string
4525
- /**
4526
- * 本地盘数量,该字段已废弃
4527
- */
4528
- LocalDiskNum?: number
4529
- /**
4530
- * 本地盘数量,如2
4531
- */
4532
- DiskNum?: number
4533
- }
4534
-
4535
- /**
4536
- * DescribeEmrApplicationStatics请求参数结构体
4537
- */
4538
- export interface DescribeEmrApplicationStaticsRequest {
4539
- /**
4540
- * 集群id
4541
- */
4542
- InstanceId: string
4543
- /**
4544
- * 起始时间,时间戳(秒)
4545
- */
4546
- StartTime?: number
4547
- /**
4548
- * 结束时间,时间戳(秒)
4549
- */
4550
- EndTime?: number
4551
- /**
4552
- * 过滤的队列名
4553
- */
4554
- Queues?: Array<string>
4570
+ DiskSize: number
4555
4571
  /**
4556
- * 过滤的用户名
4572
+ * 系统盘容量
4557
4573
  */
4558
- Users?: Array<string>
4574
+ RootSize?: number
4559
4575
  /**
4560
- * 过滤的作业类型
4576
+ * 云盘列表,当数据盘为一块云盘时,直接使用DiskType和DiskSize参数,超出部分使用MultiDisks
4577
+ 注意:此字段可能返回 null,表示取不到有效值。
4561
4578
  */
4562
- ApplicationTypes?: Array<string>
4579
+ MultiDisks?: Array<MultiDisk>
4563
4580
  /**
4564
- * 分组字段,可选:queue, user, applicationType
4581
+ * 需要绑定的标签列表
4582
+ 注意:此字段可能返回 null,表示取不到有效值。
4565
4583
  */
4566
- GroupBy?: Array<string>
4584
+ Tags?: Array<Tag>
4567
4585
  /**
4568
- * 排序字段,可选:sumMemorySeconds, sumVCoreSeconds, sumHDFSBytesWritten, sumHDFSBytesRead
4586
+ * 规格类型,如S2.MEDIUM8
4569
4587
  */
4570
- OrderBy?: string
4588
+ InstanceType?: string
4571
4589
  /**
4572
- * 是否顺序排序,0-逆序,1-正序
4590
+ * 本地盘数量,该字段已废弃
4573
4591
  */
4574
- IsAsc?: number
4592
+ LocalDiskNum?: number
4575
4593
  /**
4576
- * 页号
4594
+ * 本地盘数量,如2
4577
4595
  */
4578
- Offset?: number
4596
+ DiskNum?: number
4597
+ }
4598
+
4599
+ /**
4600
+ * ResetYarnConfig返回参数结构体
4601
+ */
4602
+ export interface ResetYarnConfigResponse {
4579
4603
  /**
4580
- * 页容量,范围为[10,100]
4604
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
4581
4605
  */
4582
- Limit?: number
4606
+ RequestId?: string
4583
4607
  }
4584
4608
 
4585
4609
  /**
@@ -4638,41 +4662,37 @@ export interface DescribeYarnApplicationsRequest {
4638
4662
  }
4639
4663
 
4640
4664
  /**
4641
- * InquiryPriceUpdateInstance返回参数结构体
4665
+ * DescribeYarnScheduleHistory请求参数结构体
4642
4666
  */
4643
- export interface InquiryPriceUpdateInstanceResponse {
4667
+ export interface DescribeYarnScheduleHistoryRequest {
4644
4668
  /**
4645
- * 原价,单位为元。
4669
+ * 集群id
4646
4670
  */
4647
- OriginalCost?: number
4671
+ InstanceId: string
4648
4672
  /**
4649
- * 折扣价,单位为元。
4673
+ * 开始时间
4650
4674
  */
4651
- DiscountCost?: number
4675
+ StartTime?: number
4652
4676
  /**
4653
- * 变配的时间单位。取值范围:
4654
- <li>s:表示秒。</li>
4655
- <li>m:表示月份。</li>
4677
+ * 结束时间
4656
4678
  */
4657
- TimeUnit?: string
4679
+ EndTime?: number
4658
4680
  /**
4659
- * 变配的时长。
4681
+ * 页码
4660
4682
  */
4661
- TimeSpan?: number
4683
+ Limit?: number
4662
4684
  /**
4663
- * 价格详情
4664
- 注意:此字段可能返回 null,表示取不到有效值。
4685
+ * 页大小
4665
4686
  */
4666
- PriceDetail?: Array<PriceDetail>
4687
+ Offset?: number
4667
4688
  /**
4668
- * 新配置价格
4669
- 注意:此字段可能返回 null,表示取不到有效值。
4689
+ * 调度器类型 可选值为“ALL”,"Capacity Scheduler", "Fair Scheduler"
4670
4690
  */
4671
- NewConfigPrice?: PriceResult
4691
+ SchedulerType?: string
4672
4692
  /**
4673
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
4693
+ * 任务类型0:等待执行,1:执行中,2:完成,-1:失败 ,-99:全部
4674
4694
  */
4675
- RequestId?: string
4695
+ TaskState?: number
4676
4696
  }
4677
4697
 
4678
4698
  /**
@@ -4981,6 +5001,37 @@ export interface ModifyResourceSchedulerRequest {
4981
5001
  NewValue: string
4982
5002
  }
4983
5003
 
5004
+ /**
5005
+ * 表格schema信息
5006
+ */
5007
+ export interface TableSchemaItem {
5008
+ /**
5009
+ * 列标识
5010
+ */
5011
+ Name?: string
5012
+ /**
5013
+ * 是否可按该列排序
5014
+ */
5015
+ Sortable?: boolean
5016
+ /**
5017
+ * 是否可筛选
5018
+ */
5019
+ WithFilter?: boolean
5020
+ /**
5021
+ * 筛选的候选集
5022
+ 注意:此字段可能返回 null,表示取不到有效值。
5023
+ */
5024
+ Candidates?: Array<string>
5025
+ /**
5026
+ * 是否可点击
5027
+ */
5028
+ Clickable?: boolean
5029
+ /**
5030
+ * 展示的名字
5031
+ */
5032
+ Title?: string
5033
+ }
5034
+
4984
5035
  /**
4985
5036
  * 登录设置
4986
5037
  */
@@ -5444,33 +5495,21 @@ export interface DescribeCvmQuotaResponse {
5444
5495
  }
5445
5496
 
5446
5497
  /**
5447
- * DescribeSLInstanceList请求参数结构体
5498
+ * DAG信息
5448
5499
  */
5449
- export interface DescribeSLInstanceListRequest {
5450
- /**
5451
- * 实例筛选策略。取值范围:<li>clusterList:表示查询除了已销毁实例之外的实例列表。</li><li>monitorManage:表示查询除了已销毁、创建中以及创建失败的实例之外的实例列表。</li>
5452
- */
5453
- DisplayStrategy: string
5454
- /**
5455
- * 页编号,默认值为0,表示第一页。
5456
- */
5457
- Offset?: number
5458
- /**
5459
- * 每页返回数量,默认值为10,最大值为100。
5460
- */
5461
- Limit?: number
5500
+ export interface DAGInfo {
5462
5501
  /**
5463
- * 排序字段。取值范围:<li>clusterId:表示按照实例ID排序。</li><li>addTime:表示按照实例创建时间排序。</li><li>status:表示按照实例的状态码排序。</li>
5502
+ * 查询ID
5464
5503
  */
5465
- OrderField?: string
5504
+ ID?: string
5466
5505
  /**
5467
- * 按照OrderField升序或者降序进行排序。取值范围:<li>0:表示升序。</li><li>1:表示降序。</li>默认值为0。
5506
+ * DAG类型,目前只支持starrocks
5468
5507
  */
5469
- Asc?: number
5508
+ Type?: string
5470
5509
  /**
5471
- * 自定义查询过滤器。示例:<li>根据ClusterId过滤实例:[{"Name":"ClusterId","Values":["emr-xxxxxxxx"]}]</li><li>根据clusterName过滤实例:[{"Name": "ClusterName","Values": ["cluster_name"]}]</li><li>根据ClusterStatus过滤实例:[{"Name": "ClusterStatus","Values": ["2"]}]</li>
5510
+ * 返回的DAG的JSON字符串
5472
5511
  */
5473
- Filters?: Array<Filters>
5512
+ Content?: string
5474
5513
  }
5475
5514
 
5476
5515
  /**
@@ -6885,17 +6924,53 @@ export interface Period {
6885
6924
  }
6886
6925
 
6887
6926
  /**
6888
- * 弹性扩缩容按天重复任务描述
6927
+ * DescribeEmrApplicationStatics请求参数结构体
6889
6928
  */
6890
- export interface DayRepeatStrategy {
6929
+ export interface DescribeEmrApplicationStaticsRequest {
6891
6930
  /**
6892
- * 重复任务执行的具体时刻,例如"01:02:00"
6931
+ * 集群id
6893
6932
  */
6894
- ExecuteAtTimeOfDay: string
6933
+ InstanceId: string
6895
6934
  /**
6896
- * 每隔Step天执行一次
6935
+ * 起始时间,时间戳(秒)
6897
6936
  */
6898
- Step: number
6937
+ StartTime?: number
6938
+ /**
6939
+ * 结束时间,时间戳(秒)
6940
+ */
6941
+ EndTime?: number
6942
+ /**
6943
+ * 过滤的队列名
6944
+ */
6945
+ Queues?: Array<string>
6946
+ /**
6947
+ * 过滤的用户名
6948
+ */
6949
+ Users?: Array<string>
6950
+ /**
6951
+ * 过滤的作业类型
6952
+ */
6953
+ ApplicationTypes?: Array<string>
6954
+ /**
6955
+ * 分组字段,可选:queue, user, applicationType
6956
+ */
6957
+ GroupBy?: Array<string>
6958
+ /**
6959
+ * 排序字段,可选:sumMemorySeconds, sumVCoreSeconds, sumHDFSBytesWritten, sumHDFSBytesRead
6960
+ */
6961
+ OrderBy?: string
6962
+ /**
6963
+ * 是否顺序排序,0-逆序,1-正序
6964
+ */
6965
+ IsAsc?: number
6966
+ /**
6967
+ * 页号
6968
+ */
6969
+ Offset?: number
6970
+ /**
6971
+ * 页容量,范围为[10,100]
6972
+ */
6973
+ Limit?: number
6899
6974
  }
6900
6975
 
6901
6976
  /**
@@ -8321,9 +8396,37 @@ export interface RestartPolicy {
8321
8396
  }
8322
8397
 
8323
8398
  /**
8324
- * ModifyYarnQueueV2返回参数结构体
8399
+ * InquiryPriceUpdateInstance返回参数结构体
8325
8400
  */
8326
- export interface ModifyYarnQueueV2Response {
8401
+ export interface InquiryPriceUpdateInstanceResponse {
8402
+ /**
8403
+ * 原价,单位为元。
8404
+ */
8405
+ OriginalCost?: number
8406
+ /**
8407
+ * 折扣价,单位为元。
8408
+ */
8409
+ DiscountCost?: number
8410
+ /**
8411
+ * 变配的时间单位。取值范围:
8412
+ <li>s:表示秒。</li>
8413
+ <li>m:表示月份。</li>
8414
+ */
8415
+ TimeUnit?: string
8416
+ /**
8417
+ * 变配的时长。
8418
+ */
8419
+ TimeSpan?: number
8420
+ /**
8421
+ * 价格详情
8422
+ 注意:此字段可能返回 null,表示取不到有效值。
8423
+ */
8424
+ PriceDetail?: Array<PriceDetail>
8425
+ /**
8426
+ * 新配置价格
8427
+ 注意:此字段可能返回 null,表示取不到有效值。
8428
+ */
8429
+ NewConfigPrice?: PriceResult
8327
8430
  /**
8328
8431
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
8329
8432
  */
@@ -8698,16 +8801,6 @@ export interface Item {
8698
8801
  Value: string
8699
8802
  }
8700
8803
 
8701
- /**
8702
- * ResetYarnConfig返回参数结构体
8703
- */
8704
- export interface ResetYarnConfigResponse {
8705
- /**
8706
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
8707
- */
8708
- RequestId?: string
8709
- }
8710
-
8711
8804
  /**
8712
8805
  * SetNodeResourceConfigDefault返回参数结构体
8713
8806
  */
@@ -8738,34 +8831,13 @@ export interface DescribeStarRocksQueryInfoResponse {
8738
8831
  }
8739
8832
 
8740
8833
  /**
8741
- * 表格schema信息
8834
+ * ModifyYarnQueueV2返回参数结构体
8742
8835
  */
8743
- export interface TableSchemaItem {
8744
- /**
8745
- * 列标识
8746
- */
8747
- Name?: string
8748
- /**
8749
- * 是否可按该列排序
8750
- */
8751
- Sortable?: boolean
8752
- /**
8753
- * 是否可筛选
8754
- */
8755
- WithFilter?: boolean
8756
- /**
8757
- * 筛选的候选集
8758
- 注意:此字段可能返回 null,表示取不到有效值。
8759
- */
8760
- Candidates?: Array<string>
8761
- /**
8762
- * 是否可点击
8763
- */
8764
- Clickable?: boolean
8836
+ export interface ModifyYarnQueueV2Response {
8765
8837
  /**
8766
- * 展示的名字
8838
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
8767
8839
  */
8768
- Title?: string
8840
+ RequestId?: string
8769
8841
  }
8770
8842
 
8771
8843
  /**
@@ -9091,6 +9163,16 @@ export interface EmrPrice {
9091
9163
  SupportSpotPaid?: boolean
9092
9164
  }
9093
9165
 
9166
+ /**
9167
+ * TerminateTasks返回参数结构体
9168
+ */
9169
+ export interface TerminateTasksResponse {
9170
+ /**
9171
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
9172
+ */
9173
+ RequestId?: string
9174
+ }
9175
+
9094
9176
  /**
9095
9177
  * 节点硬件信息
9096
9178
  */