tencentcloud-sdk-nodejs 4.0.850 → 4.0.851

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 (74) hide show
  1. package/CHANGELOG.md +166 -0
  2. package/SERVICE_CHANGELOG.md +223 -59
  3. package/package.json +1 -1
  4. package/products.md +21 -21
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/aiart/v20221229/aiart_client.ts +2 -2
  7. package/src/services/aiart/v20221229/aiart_models.ts +1 -1
  8. package/src/services/batch/v20170312/batch_models.ts +5 -1
  9. package/src/services/billing/v20180709/billing_models.ts +2 -2
  10. package/src/services/cdb/v20170320/cdb_models.ts +2 -2
  11. package/src/services/cvm/v20170312/cvm_models.ts +5 -1
  12. package/src/services/cynosdb/v20190107/cynosdb_client.ts +67 -7
  13. package/src/services/cynosdb/v20190107/cynosdb_models.ts +87 -12
  14. package/src/services/ess/v20201111/ess_client.ts +16 -3
  15. package/src/services/ess/v20201111/ess_models.ts +108 -70
  16. package/src/services/essbasic/v20210526/essbasic_client.ts +1 -1
  17. package/src/services/essbasic/v20210526/essbasic_models.ts +6 -3
  18. package/src/services/hai/v20230812/hai_models.ts +1 -1
  19. package/src/services/hunyuan/v20230901/hunyuan_client.ts +40 -10
  20. package/src/services/hunyuan/v20230901/hunyuan_models.ts +105 -1
  21. package/src/services/lighthouse/v20200324/lighthouse_models.ts +5 -0
  22. package/src/services/live/v20180801/live_client.ts +37 -13
  23. package/src/services/live/v20180801/live_models.ts +68 -2
  24. package/src/services/lke/v20231130/lke_client.ts +5 -4
  25. package/src/services/lke/v20231130/lke_models.ts +60 -0
  26. package/src/services/mrs/v20200910/mrs_models.ts +1 -1
  27. package/src/services/ssl/v20191205/ssl_client.ts +19 -7
  28. package/src/services/ssl/v20191205/ssl_models.ts +36 -4
  29. package/src/services/tke/v20220501/tke_client.ts +66 -17
  30. package/src/services/tke/v20220501/tke_models.ts +830 -165
  31. package/src/services/trtc/v20190722/trtc_models.ts +2 -2
  32. package/tencentcloud/common/sdk_version.d.ts +1 -1
  33. package/tencentcloud/common/sdk_version.js +1 -1
  34. package/tencentcloud/services/aiart/v20221229/aiart_client.d.ts +2 -2
  35. package/tencentcloud/services/aiart/v20221229/aiart_client.js +2 -2
  36. package/tencentcloud/services/aiart/v20221229/aiart_models.d.ts +1 -1
  37. package/tencentcloud/services/batch/v20170312/batch_models.d.ts +5 -1
  38. package/tencentcloud/services/billing/v20180709/billing_models.d.ts +2 -2
  39. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +2 -2
  40. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +5 -1
  41. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +23 -3
  42. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +33 -3
  43. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +77 -12
  44. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +8 -3
  45. package/tencentcloud/services/ess/v20201111/ess_client.js +9 -2
  46. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +106 -70
  47. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +1 -1
  48. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +1 -1
  49. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +6 -3
  50. package/tencentcloud/services/hai/v20230812/hai_models.d.ts +1 -1
  51. package/tencentcloud/services/hunyuan/v20230901/hunyuan_client.d.ts +21 -7
  52. package/tencentcloud/services/hunyuan/v20230901/hunyuan_client.js +25 -7
  53. package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +101 -1
  54. package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +5 -0
  55. package/tencentcloud/services/live/v20180801/live_client.d.ts +13 -5
  56. package/tencentcloud/services/live/v20180801/live_client.js +18 -6
  57. package/tencentcloud/services/live/v20180801/live_models.d.ts +64 -2
  58. package/tencentcloud/services/lke/v20231130/lke_client.d.ts +4 -4
  59. package/tencentcloud/services/lke/v20231130/lke_client.js +4 -4
  60. package/tencentcloud/services/lke/v20231130/lke_models.d.ts +59 -0
  61. package/tencentcloud/services/mrs/v20200910/mrs_models.d.ts +1 -1
  62. package/tencentcloud/services/ssl/v20191205/ssl_client.d.ts +7 -3
  63. package/tencentcloud/services/ssl/v20191205/ssl_client.js +9 -3
  64. package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +34 -4
  65. package/tencentcloud/services/tke/v20220501/tke_client.d.ts +17 -5
  66. package/tencentcloud/services/tke/v20220501/tke_client.js +24 -6
  67. package/tencentcloud/services/tke/v20220501/tke_models.d.ts +766 -120
  68. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +2 -2
  69. package/test/cynosdb.v20190107.test.js +52 -2
  70. package/test/ess.v20201111.test.js +10 -0
  71. package/test/hunyuan.v20230901.test.js +22 -2
  72. package/test/live.v20180801.test.js +24 -4
  73. package/test/ssl.v20191205.test.js +12 -2
  74. package/test/tke.v20220501.test.js +34 -4
@@ -1447,6 +1447,28 @@ export interface DeleteLiveTranscodeTemplateRequest {
1447
1447
  TemplateId: number
1448
1448
  }
1449
1449
 
1450
+ /**
1451
+ * StopLivePadProcessor请求参数结构体
1452
+ */
1453
+ export interface StopLivePadProcessorRequest {
1454
+ /**
1455
+ * 推流路径,与推流和播放地址中的AppName保持一致,默认为 live。
1456
+ */
1457
+ AppName: string
1458
+ /**
1459
+ * 您的推流域名。
1460
+ */
1461
+ PushDomainName: string
1462
+ /**
1463
+ * 流名称。
1464
+ */
1465
+ StreamName: string
1466
+ /**
1467
+ * 操作人备注信息。
1468
+ */
1469
+ Operator?: string
1470
+ }
1471
+
1450
1472
  /**
1451
1473
  * StopRecordTask返回参数结构体
1452
1474
  */
@@ -1507,9 +1529,14 @@ export interface DescribeLivePullStreamTaskStatusResponse {
1507
1529
  }
1508
1530
 
1509
1531
  /**
1510
- * ModifyLiveStreamMonitor返回参数结构体
1532
+ * DescribeLivePadProcessorList返回参数结构体
1511
1533
  */
1512
- export interface ModifyLiveStreamMonitorResponse {
1534
+ export interface DescribeLivePadProcessorListResponse {
1535
+ /**
1536
+ * 当前正在拉取垫片的流名称列表。
1537
+ 注意:此字段可能返回 null,表示取不到有效值。
1538
+ */
1539
+ StreamNameList?: Array<string>
1513
1540
  /**
1514
1541
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1515
1542
  */
@@ -6693,6 +6720,20 @@ export interface CertInfo {
6693
6720
  */
6694
6721
  export type DescribeLiveCallbackRulesRequest = null
6695
6722
 
6723
+ /**
6724
+ * DescribeLivePadProcessorList请求参数结构体
6725
+ */
6726
+ export interface DescribeLivePadProcessorListRequest {
6727
+ /**
6728
+ * 推流路径,与推流和播放地址中的AppName保持一致,默认为 live。
6729
+ */
6730
+ AppName: string
6731
+ /**
6732
+ * 您的推流域名。
6733
+ */
6734
+ PushDomainName: string
6735
+ }
6736
+
6696
6737
  /**
6697
6738
  * DescribeConcurrentRecordStreamNum请求参数结构体
6698
6739
  */
@@ -6786,6 +6827,21 @@ export interface CreateLiveRecordTemplateResponse {
6786
6827
  RequestId?: string
6787
6828
  }
6788
6829
 
6830
+ /**
6831
+ * StopLivePadProcessor返回参数结构体
6832
+ */
6833
+ export interface StopLivePadProcessorResponse {
6834
+ /**
6835
+ * 处理结果信息。
6836
+ 注意:此字段可能返回 null,表示取不到有效值。
6837
+ */
6838
+ ResultMessage?: string
6839
+ /**
6840
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
6841
+ */
6842
+ RequestId?: string
6843
+ }
6844
+
6789
6845
  /**
6790
6846
  * EnableLiveDomain请求参数结构体
6791
6847
  */
@@ -8938,6 +8994,16 @@ export interface LiveStreamMonitorNotifyPolicy {
8938
8994
  CallbackUrl?: string
8939
8995
  }
8940
8996
 
8997
+ /**
8998
+ * ModifyLiveStreamMonitor返回参数结构体
8999
+ */
9000
+ export interface ModifyLiveStreamMonitorResponse {
9001
+ /**
9002
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
9003
+ */
9004
+ RequestId?: string
9005
+ }
9006
+
8941
9007
  /**
8942
9008
  * 直播监播任务信息。
8943
9009
  */
@@ -63,6 +63,7 @@ import {
63
63
  ModifyAppResponse,
64
64
  ListDocResponse,
65
65
  ModifyQARequest,
66
+ TaskFlowInfo,
66
67
  GetDocPreviewRequest,
67
68
  ListRejectedQuestionPreviewResponse,
68
69
  DescribeCorpRequest,
@@ -326,8 +327,8 @@ export class Client extends AbstractClient {
326
327
  }
327
328
 
328
329
  /**
329
- * 多轮改写
330
- 本接口有单账号调用上限控制,如您有提高并发限制的需求请 [联系我们](https://cloud.tencent.com/act/event/Online_service) 。
330
+ * 多轮改写(QueryRewrite)主要用于多轮对话中,进行指代消解和省略补全。使用本接口,无需输入prompt描述,根据对话历史即可生成更精确的用户查询。在应用场景上,本接口可应用于智能问答、对话式搜索等多种场景。
331
+ 本接口(QueryRewrite)有单账号调用上限控制,如您有提高并发限制的需求请 [联系我们](https://cloud.tencent.com/act/event/Online_service) 。
331
332
  */
332
333
  async QueryRewrite(
333
334
  req: QueryRewriteRequest,
@@ -377,8 +378,8 @@ export class Client extends AbstractClient {
377
378
  }
378
379
 
379
380
  /**
380
- * 获取特征向量
381
- 本接口有单账号调用上限控制,如您有提高并发限制的需求请 [联系我们](https://cloud.tencent.com/act/event/Online_service) 。
381
+ * 本接口(GetEmbedding)调用文本表示模型,将文本转化为用数值表示的向量形式,可用于文本检索、信息推荐、知识挖掘等场景。
382
+ 本接口(GetEmbedding)有单账号调用上限控制,如您有提高并发限制的需求请 [联系我们](https://cloud.tencent.com/act/event/Online_service) 。
382
383
  */
383
384
  async GetEmbedding(
384
385
  req: GetEmbeddingRequest,
@@ -379,6 +379,11 @@ export interface MsgRecord {
379
379
  * 内容
380
380
  */
381
381
  Content?: string
382
+ /**
383
+ * 当前记录所对应的 Session ID
384
+ 注意:此字段可能返回 null,表示取不到有效值。
385
+ */
386
+ SessionId?: string
382
387
  /**
383
388
  * 记录ID
384
389
  */
@@ -415,6 +420,11 @@ export interface MsgRecord {
415
420
  * 是否评分
416
421
  */
417
422
  CanRating?: boolean
423
+ /**
424
+ * 是否展示反馈按钮
425
+ 注意:此字段可能返回 null,表示取不到有效值。
426
+ */
427
+ CanFeedback?: boolean
418
428
  /**
419
429
  * 记录类型
420
430
  */
@@ -440,6 +450,21 @@ export interface MsgRecord {
440
450
  注意:此字段可能返回 null,表示取不到有效值。
441
451
  */
442
452
  TokenStat?: TokenStat
453
+ /**
454
+ * 回复方式
455
+ 注意:此字段可能返回 null,表示取不到有效值。
456
+ */
457
+ ReplyMethod?: number
458
+ /**
459
+ * 选项卡, 用于多轮对话
460
+ 注意:此字段可能返回 null,表示取不到有效值。
461
+ */
462
+ OptionCards?: Array<string>
463
+ /**
464
+ * 任务信息
465
+ 注意:此字段可能返回 null,表示取不到有效值。
466
+ */
467
+ TaskFlow?: TaskFlowInfo
443
468
  }
444
469
 
445
470
  /**
@@ -1243,6 +1268,41 @@ export interface ModifyQARequest {
1243
1268
  ExpireEnd?: string
1244
1269
  }
1245
1270
 
1271
+ /**
1272
+ * 任务流程信息
1273
+ */
1274
+ export interface TaskFlowInfo {
1275
+ /**
1276
+ * 任务流程ID
1277
+ 注意:此字段可能返回 null,表示取不到有效值。
1278
+ */
1279
+ TaskFlowId?: string
1280
+ /**
1281
+ * 任务流程名称
1282
+ 注意:此字段可能返回 null,表示取不到有效值。
1283
+ */
1284
+ TaskFlowName?: string
1285
+ /**
1286
+ * Query 重写结果
1287
+ 注意:此字段可能返回 null,表示取不到有效值。
1288
+ */
1289
+ QueryRewrite?: string
1290
+ /**
1291
+ * 命中意图
1292
+ 注意:此字段可能返回 null,表示取不到有效值。
1293
+ */
1294
+ HitIntent?: string
1295
+ /**
1296
+ * 任务流程回复类型
1297
+ 0: 任务流回复
1298
+ 1: 任务流静默
1299
+ 2: 任务流拉回话术
1300
+ 3: 任务流自定义回复
1301
+ 注意:此字段可能返回 null,表示取不到有效值。
1302
+ */
1303
+ Type?: number
1304
+ }
1305
+
1246
1306
  /**
1247
1307
  * GetDocPreview请求参数结构体
1248
1308
  */
@@ -6218,7 +6218,7 @@ export interface BiologicalProductInfoValidityPeriod {
6218
6218
  */
6219
6219
  export interface DrugInstructionObjectRequest {
6220
6220
  /**
6221
- * 药品说明书PDF文件信息(目前只支持传PDF文件的Base64编码字符(PDF文件不能超过10MB,如果超过建议先压缩PDF,再转成base64)
6221
+ * 药品说明书PDF文件信息, 目前只支持传PDF文件的Base64编码字符(PDF文件不能超过10MB,如果超过建议先压缩PDF,再转成base64).
6222
6222
  */
6223
6223
  PdfInfo: PdfInfo
6224
6224
  }
@@ -101,6 +101,7 @@ import {
101
101
  DescribeCertificatesResponse,
102
102
  CommitCertificateInformationResponse,
103
103
  DeleteManagerResponse,
104
+ SubmitAuditManagerRequest,
104
105
  UploadCertificateResponse,
105
106
  DeployCertificateInstanceResponse,
106
107
  LiveInstanceDetail,
@@ -126,7 +127,7 @@ import {
126
127
  TkeSecretDetail,
127
128
  DescribeHostDeployRecordResponse,
128
129
  Tags,
129
- SubmitAuditManagerRequest,
130
+ DescribeDownloadCertificateUrlResponse,
130
131
  DescribeHostTkeInstanceListRequest,
131
132
  DeployCertificateRecordRollbackRequest,
132
133
  DeleteCertificateResponse,
@@ -149,6 +150,7 @@ import {
149
150
  DescribeHostApiGatewayInstanceListRequest,
150
151
  TCBAccessService,
151
152
  DdosInstanceList,
153
+ DescribeDownloadCertificateUrlRequest,
152
154
  SubmittedData,
153
155
  DeployCertificateRecordRollbackResponse,
154
156
  TCBInstanceList,
@@ -283,13 +285,13 @@ export class Client extends AbstractClient {
283
285
  }
284
286
 
285
287
  /**
286
- * 查询证书Vod云资源部署实例列表
288
+ * 获取下载证书链接
287
289
  */
288
- async DescribeHostVodInstanceList(
289
- req: DescribeHostVodInstanceListRequest,
290
- cb?: (error: string, rep: DescribeHostVodInstanceListResponse) => void
291
- ): Promise<DescribeHostVodInstanceListResponse> {
292
- return this.request("DescribeHostVodInstanceList", req, cb)
290
+ async DescribeDownloadCertificateUrl(
291
+ req: DescribeDownloadCertificateUrlRequest,
292
+ cb?: (error: string, rep: DescribeDownloadCertificateUrlResponse) => void
293
+ ): Promise<DescribeDownloadCertificateUrlResponse> {
294
+ return this.request("DescribeDownloadCertificateUrl", req, cb)
293
295
  }
294
296
 
295
297
  /**
@@ -482,6 +484,16 @@ export class Client extends AbstractClient {
482
484
  return this.request("DescribeCertificateDetail", req, cb)
483
485
  }
484
486
 
487
+ /**
488
+ * 查询证书Vod云资源部署实例列表
489
+ */
490
+ async DescribeHostVodInstanceList(
491
+ req: DescribeHostVodInstanceListRequest,
492
+ cb?: (error: string, rep: DescribeHostVodInstanceListResponse) => void
493
+ ): Promise<DescribeHostVodInstanceListResponse> {
494
+ return this.request("DescribeHostVodInstanceList", req, cb)
495
+ }
496
+
485
497
  /**
486
498
  * 查询证书live云资源部署实例列表
487
499
  */
@@ -2635,6 +2635,16 @@ export interface DeleteManagerResponse {
2635
2635
  RequestId?: string
2636
2636
  }
2637
2637
 
2638
+ /**
2639
+ * SubmitAuditManager请求参数结构体
2640
+ */
2641
+ export interface SubmitAuditManagerRequest {
2642
+ /**
2643
+ * 管理人ID
2644
+ */
2645
+ ManagerId: number
2646
+ }
2647
+
2638
2648
  /**
2639
2649
  * UploadCertificate返回参数结构体
2640
2650
  */
@@ -3489,13 +3499,21 @@ export interface Tags {
3489
3499
  }
3490
3500
 
3491
3501
  /**
3492
- * SubmitAuditManager请求参数结构体
3502
+ * DescribeDownloadCertificateUrl返回参数结构体
3493
3503
  */
3494
- export interface SubmitAuditManagerRequest {
3504
+ export interface DescribeDownloadCertificateUrlResponse {
3495
3505
  /**
3496
- * 管理人ID
3506
+ * 下载链接
3497
3507
  */
3498
- ManagerId: number
3508
+ DownloadCertificateUrl: string
3509
+ /**
3510
+ * 下载文件的名称
3511
+ */
3512
+ DownloadFilename: string
3513
+ /**
3514
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3515
+ */
3516
+ RequestId?: string
3499
3517
  }
3500
3518
 
3501
3519
  /**
@@ -3918,6 +3936,20 @@ export interface DdosInstanceList {
3918
3936
  InstanceList?: Array<DdosInstanceDetail>
3919
3937
  }
3920
3938
 
3939
+ /**
3940
+ * DescribeDownloadCertificateUrl请求参数结构体
3941
+ */
3942
+ export interface DescribeDownloadCertificateUrlRequest {
3943
+ /**
3944
+ * 证书ID
3945
+ */
3946
+ CertificateId: string
3947
+ /**
3948
+ * 下载的服务类型: nginx tomcat apache iis jks other root
3949
+ */
3950
+ ServiceType?: string
3951
+ }
3952
+
3921
3953
  /**
3922
3954
  * 获取证书列表(DescribeCertificate)返回参数键为 SubmittedData 的内容。
3923
3955
  */
@@ -20,30 +20,49 @@ import { ClientConfig } from "../../../common/interface"
20
20
  import {
21
21
  RuntimeConfig,
22
22
  Label,
23
+ CreateNodePoolResponse,
24
+ CreateNativeNodePoolParam,
23
25
  DescribeNodePoolsResponse,
24
- Instance,
26
+ ExternalNodeInfo,
25
27
  DescribeClusterInstancesResponse,
28
+ AutoUpgradeOptions,
26
29
  AutoscalingAdded,
27
30
  SuperNodePoolInfo,
28
- InternetAccessible,
31
+ NodeCountSummary,
29
32
  RegularNodePoolInfo,
30
33
  InstanceExtraArgs,
31
- SuperNodeInfo,
34
+ MachineUpgradeSettings,
35
+ UpdateNativeNodePoolParam,
36
+ InstanceChargePrepaid,
37
+ DeleteNodePoolResponse,
38
+ Tag,
39
+ MachineSetScaling,
40
+ ModifyNodePoolRequest,
32
41
  Annotation,
33
42
  DescribeClusterInstancesRequest,
43
+ TagSpecification,
44
+ LifecycleConfig,
45
+ ModifyNodePoolResponse,
34
46
  Taint,
35
47
  Filter,
36
- RegularNodeInfo,
48
+ ManagementConfig,
49
+ CreateNodePoolRequest,
37
50
  NativeNodePoolInfo,
38
51
  DescribeNodePoolsRequest,
39
52
  NodePool,
53
+ DeleteNodePoolRequest,
40
54
  InstanceAdvancedSettings,
41
- ExternalNodeInfo,
55
+ IntOrString,
56
+ ExternalNodePoolInfo,
57
+ Instance,
42
58
  NativeNodeInfo,
43
- NodeCountSummary,
59
+ InternetAccessible,
60
+ SuperNodeInfo,
44
61
  ManuallyAdded,
62
+ RegularNodeInfo,
45
63
  SortBy,
46
- ExternalNodePoolInfo,
64
+ Disk,
65
+ DataDisk,
47
66
  } from "./tke_models"
48
67
 
49
68
  /**
@@ -55,16 +74,6 @@ export class Client extends AbstractClient {
55
74
  super("tke.tencentcloudapi.com", "2022-05-01", clientConfig)
56
75
  }
57
76
 
58
- /**
59
- * 查询集群下节点实例信息
60
- */
61
- async DescribeClusterInstances(
62
- req: DescribeClusterInstancesRequest,
63
- cb?: (error: string, rep: DescribeClusterInstancesResponse) => void
64
- ): Promise<DescribeClusterInstancesResponse> {
65
- return this.request("DescribeClusterInstances", req, cb)
66
- }
67
-
68
77
  /**
69
78
  * 查询 TKE 节点池列表
70
79
  */
@@ -74,4 +83,44 @@ export class Client extends AbstractClient {
74
83
  ): Promise<DescribeNodePoolsResponse> {
75
84
  return this.request("DescribeNodePools", req, cb)
76
85
  }
86
+
87
+ /**
88
+ * 创建 TKE 节点池
89
+ */
90
+ async CreateNodePool(
91
+ req: CreateNodePoolRequest,
92
+ cb?: (error: string, rep: CreateNodePoolResponse) => void
93
+ ): Promise<CreateNodePoolResponse> {
94
+ return this.request("CreateNodePool", req, cb)
95
+ }
96
+
97
+ /**
98
+ * 删除 TKE 节点池
99
+ */
100
+ async DeleteNodePool(
101
+ req: DeleteNodePoolRequest,
102
+ cb?: (error: string, rep: DeleteNodePoolResponse) => void
103
+ ): Promise<DeleteNodePoolResponse> {
104
+ return this.request("DeleteNodePool", req, cb)
105
+ }
106
+
107
+ /**
108
+ * 更新 TKE 节点池
109
+ */
110
+ async ModifyNodePool(
111
+ req: ModifyNodePoolRequest,
112
+ cb?: (error: string, rep: ModifyNodePoolResponse) => void
113
+ ): Promise<ModifyNodePoolResponse> {
114
+ return this.request("ModifyNodePool", req, cb)
115
+ }
116
+
117
+ /**
118
+ * 查询集群下节点实例信息
119
+ */
120
+ async DescribeClusterInstances(
121
+ req: DescribeClusterInstancesRequest,
122
+ cb?: (error: string, rep: DescribeClusterInstancesResponse) => void
123
+ ): Promise<DescribeClusterInstancesResponse> {
124
+ return this.request("DescribeClusterInstances", req, cb)
125
+ }
77
126
  }