tencentcloud-sdk-nodejs 4.0.832 → 4.0.834

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 (87) hide show
  1. package/CHANGELOG.md +511 -0
  2. package/SERVICE_CHANGELOG.md +771 -55
  3. package/package.json +1 -1
  4. package/products.md +25 -24
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/aiart/v20221229/aiart_client.ts +4 -11
  7. package/src/services/aiart/v20221229/aiart_models.ts +6 -5
  8. package/src/services/antiddos/v20200309/antiddos_models.ts +5 -0
  9. package/src/services/asr/v20190614/asr_client.ts +1 -1
  10. package/src/services/asr/v20190614/asr_models.ts +9 -4
  11. package/src/services/captcha/v20190722/captcha_models.ts +12 -12
  12. package/src/services/cdb/v20170320/cdb_client.ts +30 -4
  13. package/src/services/cdb/v20170320/cdb_models.ts +148 -28
  14. package/src/services/csip/v20221121/csip_models.ts +3 -0
  15. package/src/services/es/v20180416/es_models.ts +7 -7
  16. package/src/services/faceid/v20180301/faceid_client.ts +1 -1
  17. package/src/services/faceid/v20180301/faceid_models.ts +4 -0
  18. package/src/services/hunyuan/v20230901/hunyuan_client.ts +8 -8
  19. package/src/services/hunyuan/v20230901/hunyuan_models.ts +79 -30
  20. package/src/services/index.ts +1 -0
  21. package/src/services/iss/v20230517/iss_models.ts +18 -0
  22. package/src/services/lke/index.ts +5 -0
  23. package/src/services/lke/v20231130/index.ts +6 -0
  24. package/src/services/lke/v20231130/lke_client.ts +974 -0
  25. package/src/services/lke/v20231130/lke_models.ts +4560 -0
  26. package/src/services/mna/v20210119/mna_models.ts +127 -7
  27. package/src/services/monitor/v20180724/monitor_client.ts +0 -12
  28. package/src/services/monitor/v20180724/monitor_models.ts +0 -28
  29. package/src/services/redis/v20180412/redis_models.ts +1 -1
  30. package/src/services/sms/v20210111/sms_models.ts +1 -0
  31. package/src/services/soe/v20180724/soe_models.ts +13 -13
  32. package/src/services/tione/v20211111/tione_client.ts +1 -0
  33. package/src/services/tione/v20211111/tione_models.ts +15 -1
  34. package/src/services/trtc/v20190722/trtc_client.ts +4 -3
  35. package/src/services/trtc/v20190722/trtc_models.ts +37 -7
  36. package/src/services/wedata/v20210820/wedata_client.ts +61 -198
  37. package/src/services/wedata/v20210820/wedata_models.ts +652 -1237
  38. package/tencentcloud/common/sdk_version.d.ts +1 -1
  39. package/tencentcloud/common/sdk_version.js +1 -1
  40. package/tencentcloud/services/aiart/v20221229/aiart_client.d.ts +4 -11
  41. package/tencentcloud/services/aiart/v20221229/aiart_client.js +4 -11
  42. package/tencentcloud/services/aiart/v20221229/aiart_models.d.ts +6 -5
  43. package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +5 -0
  44. package/tencentcloud/services/asr/v20190614/asr_client.d.ts +1 -1
  45. package/tencentcloud/services/asr/v20190614/asr_client.js +1 -1
  46. package/tencentcloud/services/asr/v20190614/asr_models.d.ts +9 -4
  47. package/tencentcloud/services/captcha/v20190722/captcha_models.d.ts +12 -12
  48. package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +9 -1
  49. package/tencentcloud/services/cdb/v20170320/cdb_client.js +12 -0
  50. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +142 -28
  51. package/tencentcloud/services/csip/v20221121/csip_models.d.ts +3 -0
  52. package/tencentcloud/services/es/v20180416/es_models.d.ts +7 -7
  53. package/tencentcloud/services/faceid/v20180301/faceid_client.d.ts +1 -1
  54. package/tencentcloud/services/faceid/v20180301/faceid_client.js +1 -1
  55. package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +4 -0
  56. package/tencentcloud/services/hunyuan/v20230901/hunyuan_client.d.ts +8 -8
  57. package/tencentcloud/services/hunyuan/v20230901/hunyuan_client.js +8 -8
  58. package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +79 -30
  59. package/tencentcloud/services/index.d.ts +1 -0
  60. package/tencentcloud/services/index.js +2 -0
  61. package/tencentcloud/services/iss/v20230517/iss_models.d.ts +18 -0
  62. package/tencentcloud/services/lke/index.d.ts +6 -0
  63. package/tencentcloud/services/lke/index.js +7 -0
  64. package/tencentcloud/services/lke/v20231130/index.d.ts +6 -0
  65. package/tencentcloud/services/lke/v20231130/index.js +9 -0
  66. package/tencentcloud/services/lke/v20231130/lke_client.d.ts +310 -0
  67. package/tencentcloud/services/lke/v20231130/lke_client.js +481 -0
  68. package/tencentcloud/services/lke/v20231130/lke_models.d.ts +4351 -0
  69. package/tencentcloud/services/lke/v20231130/lke_models.js +18 -0
  70. package/tencentcloud/services/mna/v20210119/mna_models.d.ts +127 -7
  71. package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +1 -5
  72. package/tencentcloud/services/monitor/v20180724/monitor_client.js +0 -6
  73. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +0 -26
  74. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +1 -1
  75. package/tencentcloud/services/sms/v20210111/sms_models.d.ts +1 -0
  76. package/tencentcloud/services/soe/v20180724/soe_models.d.ts +13 -13
  77. package/tencentcloud/services/tione/v20211111/tione_models.d.ts +14 -1
  78. package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +3 -3
  79. package/tencentcloud/services/trtc/v20190722/trtc_client.js +3 -3
  80. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +36 -7
  81. package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +17 -61
  82. package/tencentcloud/services/wedata/v20210820/wedata_client.js +22 -88
  83. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +660 -1218
  84. package/test/cdb.v20170320.test.js +20 -0
  85. package/test/lke.v20231130.test.js +771 -0
  86. package/test/monitor.v20180724.test.js +0 -10
  87. package/test/wedata.v20210820.test.js +12 -122
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.832",
3
+ "version": "4.0.834",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {
package/products.md CHANGED
@@ -6,18 +6,18 @@
6
6
  | advisor | [云顾问](https://cloud.tencent.com/document/product/1264) | 2024-03-20 01:07:31 |
7
7
  | af | [借贷反欺诈](https://cloud.tencent.com/document/product/668) | 2024-03-20 01:07:31 |
8
8
  | afc | [定制建模](https://cloud.tencent.com/document/product/1029) | 2024-03-27 01:07:50 |
9
- | aiart | [大模型图像创作引擎](https://cloud.tencent.com/document/product/1668) | 2024-04-10 01:07:40 |
9
+ | aiart | [大模型图像创作引擎](https://cloud.tencent.com/document/product/1668) | 2024-04-12 01:07:15 |
10
10
  | ame | [正版曲库直通车](https://cloud.tencent.com/document/product/1155) | 2023-08-17 01:06:14 |
11
11
  | ams | [音频内容安全](https://cloud.tencent.com/document/product/1219) | 2024-03-20 01:07:34 |
12
12
  | anicloud | [动效素材服务](https://cloud.tencent.com/document/product/1641) | 2023-05-18 01:01:53 |
13
- | antiddos | [T-Sec-DDoS防护(Anti-DDoS)](https://cloud.tencent.com/document/product/297) | 2024-03-20 01:07:36 |
13
+ | antiddos | [T-Sec-DDoS防护(Anti-DDoS)](https://cloud.tencent.com/document/product/297) | 2024-04-12 01:07:18 |
14
14
  | apcas | [汽车精准获客服务](https://cloud.tencent.com/document/product/1244) | 2022-04-04 06:05:36 |
15
15
  | ape | [正版图库直通车](https://cloud.tencent.com/document/product/1181) | 2022-04-04 06:05:40 |
16
16
  | api | [云 API](https://cloud.tencent.com/document/product/1278) | 2023-01-05 01:02:52 |
17
17
  | apigateway | [API 网关](https://cloud.tencent.com/document/product/628) | 2024-03-25 01:07:43 |
18
18
  | apm | [应用性能监控](https://cloud.tencent.com/document/product/1463) | 2024-03-20 01:08:03 |
19
19
  | as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2024-03-20 01:08:05 |
20
- | asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2024-03-29 01:08:27 |
20
+ | asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2024-04-11 01:07:46 |
21
21
  | asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2023-05-18 01:04:02 |
22
22
  | ba | [ICP备案](https://cloud.tencent.com/document/product/243) | 2024-03-20 01:08:17 |
23
23
  | batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2024-04-01 01:08:28 |
@@ -35,14 +35,14 @@
35
35
  | bsca | [二进制软件成分分析](https://cloud.tencent.com/document/product/1483) | 2024-03-20 01:09:11 |
36
36
  | btoe | [区块链可信取证](https://cloud.tencent.com/document/product/1259) | 2024-03-20 01:09:12 |
37
37
  | cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2024-03-20 01:09:14 |
38
- | captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2024-04-10 01:09:19 |
38
+ | captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2024-04-11 01:08:49 |
39
39
  | car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2024-03-20 01:09:27 |
40
40
  | cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2024-03-20 01:09:28 |
41
41
  | cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2024-03-21 01:09:20 |
42
42
  | ccc | [云联络中心](https://cloud.tencent.com/document/product/679) | 2024-04-10 01:09:30 |
43
- | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2024-03-27 01:10:04 |
43
+ | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2024-04-12 01:09:15 |
44
44
  | cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2024-03-20 01:10:04 |
45
- | cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2024-03-21 01:09:58 |
45
+ | cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2024-04-12 01:09:42 |
46
46
  | cds | [T-Sec-数据安全审计(DSA)](https://cloud.tencent.com/document/product/856) | 2024-03-20 01:10:22 |
47
47
  | cdwch | [云数据仓库 ClickHouse](https://cloud.tencent.com/document/product/1299) | 2024-04-04 01:10:06 |
48
48
  | cdwdoris | [腾讯云数据仓库 TCHouse-D](https://cloud.tencent.com/document/product/1387) | 2024-04-09 01:09:52 |
@@ -55,11 +55,11 @@
55
55
  | cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2023-05-18 01:12:07 |
56
56
  | cim | [](https://cloud.tencent.com/document/product) | 2019-05-16 17:21:18 |
57
57
  | cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
58
- | ckafka | [消息队列 CKafka 版](https://cloud.tencent.com/document/product/597) | 2024-03-28 01:11:33 |
58
+ | ckafka | [消息队列 CKafka 版](https://cloud.tencent.com/document/product/597) | 2024-04-12 01:10:35 |
59
59
  | clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2024-03-28 01:11:53 |
60
60
  | cloudaudit | [操作审计](https://cloud.tencent.com/document/product/629) | 2024-01-15 01:09:37 |
61
61
  | cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2024-03-20 01:11:31 |
62
- | cloudstudio | [Cloud Studio(云端 IDE)](https://cloud.tencent.com/document/product/1039) | 2024-03-29 01:12:12 |
62
+ | cloudstudio | [Cloud Studio(云端 IDE)](https://cloud.tencent.com/document/product/1039) | 2024-04-12 01:11:02 |
63
63
  | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2024-03-27 01:12:06 |
64
64
  | cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2024-03-20 01:12:05 |
65
65
  | cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2024-03-20 01:12:14 |
@@ -67,7 +67,7 @@
67
67
  | config | [配置审计](https://cloud.tencent.com/document/product/1579) | 2024-03-20 01:12:18 |
68
68
  | cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2023-09-21 02:09:54 |
69
69
  | cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
70
- | csip | [云安全一体化平台](https://cloud.tencent.com/document/product/664) | 2024-04-08 01:11:35 |
70
+ | csip | [云安全一体化平台](https://cloud.tencent.com/document/product/664) | 2024-04-11 01:11:04 |
71
71
  | csxg | [5G入云服务](https://cloud.tencent.com/document/product/1687) | 2024-03-20 01:12:25 |
72
72
  | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2024-04-08 01:11:44 |
73
73
  | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2024-03-29 01:13:05 |
@@ -95,11 +95,11 @@
95
95
  | eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2024-03-20 01:16:13 |
96
96
  | eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-08-10 01:17:44 |
97
97
  | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2024-03-27 01:16:55 |
98
- | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2024-03-28 10:47:55 |
98
+ | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2024-04-11 16:23:06 |
99
99
  | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-04-10 01:15:19 |
100
100
  | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-04-10 01:15:33 |
101
101
  | facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2024-03-20 01:17:05 |
102
- | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2024-04-10 01:15:48 |
102
+ | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2024-04-12 01:15:49 |
103
103
  | fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2024-03-20 01:17:11 |
104
104
  | ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2024-03-20 01:17:13 |
105
105
  | gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2024-04-04 01:15:50 |
@@ -112,7 +112,7 @@
112
112
  | hai | [高性能应用服务](https://cloud.tencent.com/document/product/1721) | 2024-03-22 01:16:13 |
113
113
  | hasim | [高可用物联网卡](https://cloud.tencent.com/document/product/1482) | 2023-05-18 01:29:47 |
114
114
  | hcm | [数学作业批改](https://cloud.tencent.com/document/product/1004) | 2024-03-20 01:17:36 |
115
- | hunyuan | [腾讯混元大模型](https://cloud.tencent.com/document/product/1729) | 2024-03-20 01:17:37 |
115
+ | hunyuan | [腾讯混元大模型](https://cloud.tencent.com/document/product/1729) | 2024-04-11 20:52:21 |
116
116
  | iai | [人脸识别](https://cloud.tencent.com/document/product/867) | 2024-03-20 01:17:43 |
117
117
  | ic | [图片瘦身](https://cloud.tencent.com/document/product/636) | 2023-03-02 01:23:21 |
118
118
  | icr | [对话机器人](https://cloud.tencent.com/document/product/1268) | 2024-03-20 01:17:48 |
@@ -128,13 +128,14 @@
128
128
  | iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2024-03-20 01:18:42 |
129
129
  | iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2024-03-20 01:18:54 |
130
130
  | irp | [智能推荐平台](https://cloud.tencent.com/document/product/1541) | 2024-03-20 01:19:05 |
131
- | iss | [智能视图计算平台](https://cloud.tencent.com/document/product/1344) | 2024-03-20 01:19:07 |
131
+ | iss | [智能视图计算平台](https://cloud.tencent.com/document/product/1344) | 2024-04-11 01:17:04 |
132
132
  | ivld | [媒体智能标签](https://cloud.tencent.com/document/product/1509) | 2024-03-20 01:19:17 |
133
133
  | keewidb | [云数据库 KeeWiDB](https://cloud.tencent.com/document/product/1520) | 2024-03-20 01:19:20 |
134
134
  | kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2024-03-20 01:19:25 |
135
135
  | lcic | [实时互动-教育版](https://cloud.tencent.com/document/product/1639) | 2024-04-09 01:17:28 |
136
136
  | lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2024-04-09 01:17:37 |
137
- | live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2024-04-08 01:18:24 |
137
+ | live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2024-04-11 01:17:46 |
138
+ | lke | [大模型知识引擎](https://cloud.tencent.com/document/product/1759) | 2024-04-11 17:23:26 |
138
139
  | lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
139
140
  | lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
140
141
  | mall | [商场客留大数据](https://cloud.tencent.com/document/product/1707) | 2024-03-20 01:20:11 |
@@ -143,9 +144,9 @@
143
144
  | memcached | [云数据库Memcached](https://cloud.tencent.com/document/product/241) | 2024-03-20 01:20:22 |
144
145
  | mgobe | [游戏联机对战引擎](https://cloud.tencent.com/document/product/1038) | 2022-07-08 06:11:32 |
145
146
  | mmps | [小程序安全](https://cloud.tencent.com/document/product/1223) | 2024-03-20 01:20:23 |
146
- | mna | [多网聚合加速](https://cloud.tencent.com/document/product/1385) | 2024-03-20 01:20:25 |
147
+ | mna | [多网聚合加速](https://cloud.tencent.com/document/product/1385) | 2024-04-12 01:19:07 |
147
148
  | mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2024-04-09 01:18:23 |
148
- | monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2024-03-20 01:20:37 |
149
+ | monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2024-04-11 01:18:27 |
149
150
  | mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2024-04-02 01:19:24 |
150
151
  | mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2024-04-03 11:24:07 |
151
152
  | ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2024-04-01 01:22:02 |
@@ -163,7 +164,7 @@
163
164
  | privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2024-03-20 01:22:42 |
164
165
  | pts | [云压测](https://cloud.tencent.com/document/product/1484) | 2024-03-27 01:23:10 |
165
166
  | rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2024-03-20 01:22:53 |
166
- | redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2024-04-02 01:20:49 |
167
+ | redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2024-04-12 01:21:07 |
167
168
  | region | [地域管理系统](https://cloud.tencent.com/document/product/1596) | 2024-03-20 01:23:06 |
168
169
  | rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2023-12-25 00:16:39 |
169
170
  | rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-04-04 07:04:06 |
@@ -171,10 +172,10 @@
171
172
  | scf | [云函数](https://cloud.tencent.com/document/product/583) | 2024-03-20 01:23:16 |
172
173
  | ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2024-03-20 01:23:23 |
173
174
  | smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2024-03-20 01:23:27 |
174
- | smop | [腾讯安心用户运营平台](https://cloud.tencent.com/document/product/1310) | 2024-03-20 01:23:28 |
175
+ | smop | [腾讯安心用户运营平台](https://cloud.tencent.com/document/product/1310) | 2024-04-11 01:20:38 |
175
176
  | smpn | [营销号码安全](https://cloud.tencent.com/document/product/1127) | 2024-03-20 01:23:29 |
176
- | sms | [短信](https://cloud.tencent.com/document/product/382) | 2024-03-20 01:23:30 |
177
- | soe | [智聆口语评测](https://cloud.tencent.com/document/product/884) | 2024-03-20 01:23:33 |
177
+ | sms | [短信](https://cloud.tencent.com/document/product/382) | 2024-04-12 01:21:45 |
178
+ | soe | [智聆口语评测](https://cloud.tencent.com/document/product/884) | 2024-04-11 01:20:45 |
178
179
  | solar | [智汇零售](https://cloud.tencent.com/document/product) | 2020-03-19 08:01:59 |
179
180
  | sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2024-04-10 01:21:30 |
180
181
  | ssa | [安全运营中心](https://cloud.tencent.com/document/product/664) | 2023-11-15 02:18:28 |
@@ -205,7 +206,7 @@
205
206
  | tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2024-04-02 01:23:41 |
206
207
  | tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2024-03-20 01:26:12 |
207
208
  | tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2024-03-20 01:26:14 |
208
- | teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2024-04-10 01:23:57 |
209
+ | teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2024-04-12 01:24:21 |
209
210
  | thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2024-03-20 01:27:05 |
210
211
  | tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
211
212
  | tic | [资源编排 TIC](https://cloud.tencent.com/document/product/1213) | 2023-08-17 05:26:08 |
@@ -213,7 +214,7 @@
213
214
  | tics | [威胁情报云查服务](https://cloud.tencent.com/document/product/1013) | 2024-03-20 01:27:08 |
214
215
  | tiems | [腾讯云 TI 平台 TI-EMS ](https://cloud.tencent.com/document/product/1120) | 2022-07-19 06:19:39 |
215
216
  | tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2024-03-20 01:27:09 |
216
- | tione | [TI-ONE 训练平台](https://cloud.tencent.com/document/product/851) | 2024-04-10 01:24:24 |
217
+ | tione | [TI-ONE 训练平台](https://cloud.tencent.com/document/product/851) | 2024-04-12 01:25:11 |
217
218
  | tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2024-03-20 01:27:28 |
218
219
  | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2024-03-20 01:28:56 |
219
220
  | tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
@@ -224,7 +225,7 @@
224
225
  | trocket | [消息队列 RocketMQ 版](https://cloud.tencent.com/document/product/1493) | 2024-04-04 01:25:24 |
225
226
  | trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2024-03-26 01:27:42 |
226
227
  | trro | [远程实时操控](https://cloud.tencent.com/document/product/1584) | 2024-03-20 01:29:13 |
227
- | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2024-04-10 01:25:26 |
228
+ | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2024-04-12 01:26:18 |
228
229
  | tse | [微服务引擎](https://cloud.tencent.com/document/product/1364) | 2024-04-02 01:25:46 |
229
230
  | tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2024-03-20 01:29:39 |
230
231
  | tsw | [微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2024-03-20 01:30:06 |
@@ -237,7 +238,7 @@
237
238
  | vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2024-04-02 01:27:45 |
238
239
  | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2024-03-20 01:31:28 |
239
240
  | wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2024-03-20 01:32:09 |
240
- | wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2024-04-01 01:31:06 |
241
+ | wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2024-04-12 01:28:34 |
241
242
  | weilingwith | [微瓴同业开放平台](https://cloud.tencent.com/document/product/1693) | 2024-04-03 11:34:07 |
242
243
  | wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
243
244
  | yinsuda | [音速达直播音乐版权引擎](https://cloud.tencent.com/document/product/1592) | 2024-03-20 01:33:11 |
@@ -1 +1 @@
1
- export const sdkVersion = "4.0.832"
1
+ export const sdkVersion = "4.0.834"
@@ -67,12 +67,9 @@ export class Client extends AbstractClient {
67
67
  }
68
68
 
69
69
  /**
70
- * 智能文生图接口将根据输入的描述文本,智能生成与之相关的结果图。
71
- 输入:256个字符以内的描述性文本,推荐使用中文。
72
- 输出:对应风格及分辨率的 AI 生成图。
73
- 可支持的风格详见 [智能文生图风格列表](https://cloud.tencent.com/document/product/1668/86249),请将列表中的“风格编号”传入 Styles 数组,建议选择一种风格。
70
+ * 智能文生图接口提供基础版文生图能力,将根据输入的文本描述,智能生成与之相关的结果图。
74
71
 
75
- 请求频率限制为1次/秒。
72
+ 智能文生图默认提供3个并发任务数,代表最多能同时处理3个已提交的任务,上一个任务处理完毕后才能开始处理下一个任务。
76
73
  */
77
74
  async TextToImage(
78
75
  req: TextToImageRequest,
@@ -82,12 +79,8 @@ export class Client extends AbstractClient {
82
79
  }
83
80
 
84
81
  /**
85
- * 智能图生图接口将根据输入的图片及辅助描述文本,智能生成与之相关的结果图。
86
- 输入:单边分辨率小于2000、转成 Base64 字符串后小于 5MB 的图片,建议同时输入描述文本。
87
- 输出:对应风格及分辨率的 AI 生成图。
88
- 可支持的风格详见 [智能图生图风格列表](https://cloud.tencent.com/document/product/1668/86250),请将列表中的“风格编号”传入 Styles 数组,建议选择一种风格。
89
-
90
- 请求频率限制为1次/秒。
82
+ * 智能图生图接口提供基础版图生图能力,将根据输入的图像及文本描述,智能生成风格转化后的图像。建议避免输入人像过小、姿势复杂、人数较多的人像图片。
83
+ 智能图生图默认提供3个并发任务数,代表最多能同时处理3个已提交的任务,上一个任务处理完毕后才能开始处理下一个任务。
91
84
  */
92
85
  async ImageToImage(
93
86
  req: ImageToImageRequest,
@@ -95,14 +95,14 @@ export interface ImageToImageRequest {
95
95
  * 输入图 Base64 数据。
96
96
  算法将根据输入的图片,结合文本描述智能生成与之相关的图像。
97
97
  Base64 和 Url 必须提供一个,如果都提供以 Base64 为准。
98
- 图片限制:单边分辨率小于2000,转成 Base64 字符串后小于 5MB
98
+ 图片限制:单边分辨率小于5000,转成 Base64 字符串后小于 8MB
99
99
  */
100
100
  InputImage?: string
101
101
  /**
102
102
  * 输入图 Url。
103
103
  算法将根据输入的图片,结合文本描述智能生成与之相关的图像。
104
104
  Base64 和 Url 必须提供一个,如果都提供以 Base64 为准。
105
- 图片限制:单边分辨率小于2000,转成 Base64 字符串后小于 5MB
105
+ 图片限制:单边分辨率小于5000,转成 Base64 字符串后小于8MB
106
106
  */
107
107
  InputUrl?: string
108
108
  /**
@@ -125,7 +125,8 @@ Base64 和 Url 必须提供一个,如果都提供以 Base64 为准。
125
125
  Styles?: Array<string>
126
126
  /**
127
127
  * 生成图结果的配置,包括输出图片分辨率和尺寸等。
128
- 支持生成以下分辨率的图片:origin(与输入图分辨率一致)、768:768(1:1)、768:1024(3:4)、1024:768(4:3),不传默认使用origin。
128
+ 支持生成以下分辨率的图片:origin(与输入图分辨率一致,长边最高为2000,超出将做等比例缩小)、768:768(1:1)、768:1024(3:4)、1024:768(4:3)。
129
+ 不传默认使用origin。
129
130
  */
130
131
  ResultConfig?: ResultConfig
131
132
  /**
@@ -232,9 +233,9 @@ export interface ResultConfig {
232
233
  /**
233
234
  * 生成图分辨率
234
235
 
235
- 智能文生图支持生成以下分辨率的图片:768:768(1:1)、768:1024(3:4)、1024:768(4:3)、1024:1024(1:1)、720:1280(9:16)、1280:720(16:9)、768:1280(3:5)、1280:768(5:3)、1080:1920(9:16)、1920:1080(16:9),不传默认使用768:768
236
+ 智能文生图支持生成以下分辨率的图片:768:768(1:1)、768:1024(3:4)、1024:768(4:3)、1024:1024(1:1)、720:1280(9:16)、1280:720(16:9)、768:1280(3:5)、1280:768(5:3)、1080:1920(9:16)、1920:1080(16:9),不传默认使用768:768
236
237
 
237
- 智能图生图支持生成以下分辨率的图片:origin(与输入图分辨率一致)、768:768(1:1)、768:1024(3:4)、1024:768(4:3),不传默认使用origin,如果指定生成的长宽比与输入图长宽比差异过大可能导致图片内容被裁剪
238
+ 智能图生图支持生成以下分辨率的图片:origin(与输入图分辨率一致,长边最高为2000,超出将做等比例缩小)、768:768(1:1)、768:1024(3:4)、1024:768(4:3),不传默认使用origin,如果指定生成的长宽比与输入图长宽比差异过大可能导致图片内容被裁剪。
238
239
  */
239
240
  Resolution?: string
240
241
  }
@@ -5464,6 +5464,11 @@ export interface BGPInstance {
5464
5464
  注意:此字段可能返回 null,表示取不到有效值。
5465
5465
  */
5466
5466
  PlanCntFlag?: number
5467
+ /**
5468
+ * 是否为超级高防包
5469
+ 注意:此字段可能返回 null,表示取不到有效值。
5470
+ */
5471
+ SuperPackFlag?: number
5467
5472
  }
5468
5473
 
5469
5474
  /**
@@ -359,7 +359,7 @@ export class Client extends AbstractClient {
359
359
  <br>• 每个热词表最多可添加1000个词,每个词最长10个汉字或30个英文字符,不能超出限制。
360
360
  <br>• 热词表可以通过数组或者本地文件形式上传。
361
361
  <br>• 本地文件必须为UTF-8编码格式,每行仅添加一个热词且不能包含标点和特殊字符。
362
- <br>• 热词权重取值范围为[1,11]之间的整数,权重越大代表该词被识别出来的概率越大。
362
+ <br>• 热词权重取值范围为[1,11]之间的整数或者100,权重越大代表该词被识别出来的概率越大。
363
363
  <br>• 注意: 热词权重设置为11时,当前热词将升级为超级热词,建议仅将重要且必须生效的热词设置到11,设置过多权重为11的热词将影响整体字准率。
364
364
  */
365
365
  async CreateAsrVocab(
@@ -349,11 +349,12 @@ export interface SentenceRecognitionRequest {
349
349
  CustomizationId?: string
350
350
  /**
351
351
  * 热词增强功能。1:开启后(仅支持8k_zh,16k_zh),将开启同音替换功能,同音字、词在热词中配置。举例:热词配置“蜜制”并开启增强功能后,与“蜜制”同拼音(mizhi)的“秘制”的识别结果会被强制替换成“蜜制”。因此建议客户根据自己的实际情况开启该功能。
352
+ * @deprecated
352
353
  */
353
354
  ReinforceHotword?: number
354
355
  /**
355
356
  * 临时热词表:该参数用于提升识别准确率。
356
- 单个热词限制:"热词|权重",单个热词不超过30个字符(最多10个汉字),权重1-11,如:“腾讯云|5” 或 “ASR|11”;
357
+ 单个热词限制:"热词|权重",单个热词不超过30个字符(最多10个汉字),权重1-11或者100,如:“腾讯云|5” 或 “ASR|11”;
357
358
  临时热词表限制:多个热词用英文逗号分割,最多支持128个热词,如:“腾讯云|10,语音识别|5,ASR|11”;
358
359
  参数 hotword_list(热词表) 与 hotword_id(临时热词表) 区别:
359
360
  hotword_id:热词表。需要先在控制台或接口创建热词表,获得对应hotword_id传入参数来使用热词功能;
@@ -361,6 +362,7 @@ hotword_list:临时热词表。每次请求时直接传入临时热词表来
361
362
  注意:
362
363
  • 如果同时传入了 hotword_id 和 hotword_list,会优先使用 hotword_list;
363
364
  • 热词权重设置为11时,当前热词将升级为超级热词,建议仅将重要且必须生效的热词设置到11,设置过多权重为11的热词将影响整体字准率。
365
+ • 热词权重设置为100时,当前热词开启热词增强同音替换功能(仅支持8k_zh,16k_zh),举例:热词配置“蜜制|100”时,与“蜜制”同拼音(mizhi)的“秘制”的识别结果会被强制替换成“蜜制”。因此建议客户根据自己的实际情况开启该功能。建议仅将重要且必须生效的热词设置到100,设置过多权重为100的热词将影响整体字准率。
364
366
  */
365
367
  HotwordList?: string
366
368
  /**
@@ -742,6 +744,7 @@ export interface CreateRecTaskRequest {
742
744
  1:开启热词增强功能
743
745
 
744
746
  注意:热词增强功能开启后,将对传入的热词表id开启同音替换功能,可以在这里查看[热词表配置方法](https://cloud.tencent.com/document/product/1093/40996)。效果举例:在热词表中配置“蜜制”一词,并开启增强功能,与“蜜制”(mìzhì)同音同调的“秘制”(mìzhì)的识别结果会被强制替换成“蜜制”。**建议客户根据实际的业务需求开启该功能**
747
+ * @deprecated
745
748
  */
746
749
  ReinforceHotword?: number
747
750
  /**
@@ -1186,8 +1189,10 @@ export interface CreateAsrVocabRequest {
1186
1189
  */
1187
1190
  Description?: string
1188
1191
  /**
1189
- * 词权重数组,包含全部的热词和对应的权重。每个热词的长度不大于10个汉字或30个英文字符,权重为[1,11]之间整数,数组长度不大于1000
1190
- 注意: 热词权重设置为11时,当前热词将升级为超级热词,建议仅将重要且必须生效的热词设置到11,设置过多权重为11的热词将影响整体字准率。
1192
+ * 词权重数组,包含全部的热词和对应的权重。每个热词的长度不大于10个汉字或30个英文字符,权重为[1,11]之间整数或者100,数组长度不大于1000
1193
+ 注意:
1194
+ - 热词权重设置为11时,当前热词将升级为超级热词,建议仅将重要且必须生效的热词设置到11,设置过多权重为11的热词将影响整体字准率。
1195
+ - 热词权重设置为100时,当前热词开启热词增强同音替换功能(仅支持8k_zh,16k_zh),举例:热词配置“蜜制|100”时,与“蜜制”同拼音(mizhi)的“秘制”的识别结果会被强制替换成“蜜制”。因此建议客户根据自己的实际情况开启该功能。建议仅将重要且必须生效的热词设置到100,设置过多权重为100的热词将影响整体字准率。
1191
1196
  */
1192
1197
  WordWeights?: Array<HotWord>
1193
1198
  /**
@@ -1224,7 +1229,7 @@ export interface UpdateAsrVocabRequest {
1224
1229
  */
1225
1230
  Name?: string
1226
1231
  /**
1227
- * 词权重数组,包含全部的热词和对应的权重。每个热词的长度不大于10个汉字或30个英文字符,权重为[1,11]之间整数,数组长度不大于1000
1232
+ * 词权重数组,包含全部的热词和对应的权重。每个热词的长度不大于10个汉字或30个英文字符,权重为[1,11]之间整数或100,数组长度不大于1000
1228
1233
  */
1229
1234
  WordWeights?: Array<HotWord>
1230
1235
  /**
@@ -82,17 +82,17 @@ export interface DescribeCaptchaMiniOperDataResponse {
82
82
  /**
83
83
  * 成功返回 0 其它失败
84
84
  */
85
- CaptchaCode: number
85
+ CaptchaCode?: number
86
86
  /**
87
87
  * 返回信息
88
88
  注意:此字段可能返回 null,表示取不到有效值。
89
89
  */
90
- CaptchaMsg: string
90
+ CaptchaMsg?: string
91
91
  /**
92
92
  * 用户操作数据
93
93
  注意:此字段可能返回 null,表示取不到有效值。
94
94
  */
95
- Data: CaptchaOperDataRes
95
+ Data?: CaptchaOperDataRes
96
96
  /**
97
97
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
98
98
  */
@@ -460,15 +460,15 @@ export interface GetTotalTicketStatisticsResponse {
460
460
  * 返回数据
461
461
  注意:此字段可能返回 null,表示取不到有效值。
462
462
  */
463
- Data: CaptchaStatisticObj
463
+ Data?: CaptchaStatisticObj
464
464
  /**
465
465
  * 返回码
466
466
  */
467
- CaptchaCode: number
467
+ CaptchaCode?: number
468
468
  /**
469
469
  * 返回信息
470
470
  */
471
- CaptchaMsg: string
471
+ CaptchaMsg?: string
472
472
  /**
473
473
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
474
474
  */
@@ -504,17 +504,17 @@ export interface DescribeCaptchaMiniDataResponse {
504
504
  /**
505
505
  * 返回码 0 成功 其它失败
506
506
  */
507
- CaptchaCode: number
507
+ CaptchaCode?: number
508
508
  /**
509
509
  * 数据数组
510
510
  注意:此字段可能返回 null,表示取不到有效值。
511
511
  */
512
- Data: Array<CaptchaQueryData>
512
+ Data?: Array<CaptchaQueryData>
513
513
  /**
514
514
  * 返回信息描述
515
515
  注意:此字段可能返回 null,表示取不到有效值。
516
516
  */
517
- CaptchaMsg: string
517
+ CaptchaMsg?: string
518
518
  /**
519
519
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
520
520
  */
@@ -1437,17 +1437,17 @@ export interface DescribeCaptchaTicketDataResponse {
1437
1437
  /**
1438
1438
  * 成功返回 0 其它失败
1439
1439
  */
1440
- CaptchaCode: number
1440
+ CaptchaCode?: number
1441
1441
  /**
1442
1442
  * 返回信息
1443
1443
  注意:此字段可能返回 null,表示取不到有效值。
1444
1444
  */
1445
- CaptchaMsg: string
1445
+ CaptchaMsg?: string
1446
1446
  /**
1447
1447
  * 验证码票据信息
1448
1448
  注意:此字段可能返回 null,表示取不到有效值。
1449
1449
  */
1450
- Data: CaptchaTicketDataRes
1450
+ Data?: CaptchaTicketDataRes
1451
1451
  /**
1452
1452
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1453
1453
  */
@@ -138,11 +138,12 @@ import {
138
138
  ReleaseIsolatedDBInstancesRequest,
139
139
  BinlogInfo,
140
140
  CreateDatabaseResponse,
141
+ CheckMigrateClusterResponse,
141
142
  DescribeErrorLogDataResponse,
142
143
  AddTimeWindowRequest,
143
144
  ImportRecord,
144
145
  DeleteAuditLogFileResponse,
145
- Parameter,
146
+ DescribeSlowLogsResponse,
146
147
  SlaveInfo,
147
148
  DescribeDBSecurityGroupsRequest,
148
149
  DescribeDBSwitchRecordsResponse,
@@ -173,7 +174,7 @@ import {
173
174
  StartCpuExpandResponse,
174
175
  CreateCloneInstanceResponse,
175
176
  DescribeCdbZoneConfigRequest,
176
- DeviceCpuInfo,
177
+ OpenDBInstanceGTIDRequest,
177
178
  DescribeAsyncRequestInfoRequest,
178
179
  BalanceRoGroupLoadRequest,
179
180
  DescribeBackupOverviewResponse,
@@ -188,6 +189,7 @@ import {
188
189
  LogToCLSConfig,
189
190
  ResetRootAccountRequest,
190
191
  DescribeDBInstanceConfigRequest,
192
+ ClusterNodeInfo,
191
193
  ModifyAuditServiceRequest,
192
194
  DescribeProxyCustomConfResponse,
193
195
  ModifyAuditConfigResponse,
@@ -239,6 +241,7 @@ import {
239
241
  ResetRootAccountResponse,
240
242
  Account,
241
243
  ModifyNameOrDescByDpIdResponse,
244
+ DescribeClusterInfoRequest,
242
245
  DescribeDBPriceResponse,
243
246
  AuditLogFilter,
244
247
  OpenDBInstanceGTIDResponse,
@@ -333,6 +336,7 @@ import {
333
336
  ModifyAuditServiceResponse,
334
337
  ModifyInstancePasswordComplexityRequest,
335
338
  OpenWanServiceResponse,
339
+ CheckMigrateClusterRequest,
336
340
  DescribeDBInstanceGTIDRequest,
337
341
  DescribeBackupEncryptionStatusResponse,
338
342
  DescribeCdbProxyInfoResponse,
@@ -388,6 +392,7 @@ import {
388
392
  AutoStrategy,
389
393
  ModifyAccountMaxUserConnectionsResponse,
390
394
  Outbound,
395
+ DescribeClusterInfoResponse,
391
396
  AuditInstanceFilters,
392
397
  ParamInfo,
393
398
  DescribeBackupDecryptionKeyResponse,
@@ -399,7 +404,7 @@ import {
399
404
  DescribeUploadedFilesResponse,
400
405
  InitDBInstancesRequest,
401
406
  CreateBackupResponse,
402
- OpenDBInstanceGTIDRequest,
407
+ DeviceCpuInfo,
403
408
  OpenDBInstanceEncryptionResponse,
404
409
  CdbZoneDataResult,
405
410
  SqlFileInfo,
@@ -423,7 +428,7 @@ import {
423
428
  DescribeSlowLogDataRequest,
424
429
  ReleaseIsolatedDBInstancesResponse,
425
430
  DeleteAuditLogFileRequest,
426
- DescribeSlowLogsResponse,
431
+ Parameter,
427
432
  DeleteTimeWindowRequest,
428
433
  SwitchCDBProxyResponse,
429
434
  RestartDBInstancesRequest,
@@ -435,6 +440,7 @@ import {
435
440
  UpgradeCDBProxyVersionRequest,
436
441
  DeleteAuditRuleTemplatesResponse,
437
442
  DescribeDeviceMonitorInfoResponse,
443
+ AddressInfo,
438
444
  ModifyAuditRuleTemplatesResponse,
439
445
  } from "./cdb_models"
440
446
 
@@ -685,6 +691,16 @@ export class Client extends AbstractClient {
685
691
  return this.request("DescribeRollbackTaskDetail", req, cb)
686
692
  }
687
693
 
694
+ /**
695
+ * 高可用实例一键迁移到集群版校验
696
+ */
697
+ async CheckMigrateCluster(
698
+ req?: CheckMigrateClusterRequest,
699
+ cb?: (error: string, rep: CheckMigrateClusterResponse) => void
700
+ ): Promise<CheckMigrateClusterResponse> {
701
+ return this.request("CheckMigrateCluster", req, cb)
702
+ }
703
+
688
704
  /**
689
705
  * 该接口用于修改用户当前地域的备份文件限制下载来源,可以设置内外网均可下载、仅内网可下载,或内网指定的vpc、ip可以下载。
690
706
  */
@@ -1343,6 +1359,16 @@ export class Client extends AbstractClient {
1343
1359
  return this.request("DescribeDBInstanceInfo", req, cb)
1344
1360
  }
1345
1361
 
1362
+ /**
1363
+ * 本接口(DescribeClusterInfo)用于查询集群版实例信息。
1364
+ */
1365
+ async DescribeClusterInfo(
1366
+ req: DescribeClusterInfoRequest,
1367
+ cb?: (error: string, rep: DescribeClusterInfoResponse) => void
1368
+ ): Promise<DescribeClusterInfoResponse> {
1369
+ return this.request("DescribeClusterInfo", req, cb)
1370
+ }
1371
+
1346
1372
  /**
1347
1373
  * 本接口(DescribeRollbackRangeTime)用于查询云数据库实例可回档的时间范围。
1348
1374
  */