tencentcloud-sdk-nodejs 4.0.654 → 4.0.655

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 (71) hide show
  1. package/CHANGELOG.md +313 -0
  2. package/SERVICE_CHANGELOG.md +431 -156
  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/cls/v20201016/cls_client.ts +12 -0
  7. package/src/services/cls/v20201016/cls_models.ts +24 -0
  8. package/src/services/cynosdb/v20190107/cynosdb_client.ts +15 -3
  9. package/src/services/cynosdb/v20190107/cynosdb_models.ts +93 -78
  10. package/src/services/dasb/v20191018/dasb_models.ts +52 -43
  11. package/src/services/ess/v20201111/ess_client.ts +12 -0
  12. package/src/services/ess/v20201111/ess_models.ts +121 -9
  13. package/src/services/essbasic/v20210526/essbasic_models.ts +35 -30
  14. package/src/services/goosefs/v20220519/goosefs_client.ts +201 -12
  15. package/src/services/goosefs/v20220519/goosefs_models.ts +697 -73
  16. package/src/services/live/v20180801/live_models.ts +1 -1
  17. package/src/services/ms/v20180408/ms_client.ts +18 -8
  18. package/src/services/ms/v20180408/ms_models.ts +27 -27
  19. package/src/services/nlp/v20190408/nlp_client.ts +66 -475
  20. package/src/services/nlp/v20190408/nlp_models.ts +262 -1301
  21. package/src/services/scf/v20180416/scf_models.ts +1 -1
  22. package/src/services/sqlserver/v20180328/sqlserver_client.ts +13 -0
  23. package/src/services/sqlserver/v20180328/sqlserver_models.ts +38 -0
  24. package/src/services/tcss/v20201101/tcss_models.ts +1 -1
  25. package/src/services/tdmq/v20200217/tdmq_client.ts +22 -10
  26. package/src/services/tdmq/v20200217/tdmq_models.ts +266 -227
  27. package/src/services/trtc/v20190722/trtc_client.ts +2 -1
  28. package/src/services/trtc/v20190722/trtc_models.ts +1 -1
  29. package/src/services/tsf/v20180326/tsf_models.ts +40 -31
  30. package/tencentcloud/common/sdk_version.d.ts +1 -1
  31. package/tencentcloud/common/sdk_version.js +1 -1
  32. package/tencentcloud/services/cls/v20201016/cls_client.d.ts +5 -1
  33. package/tencentcloud/services/cls/v20201016/cls_client.js +6 -0
  34. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +22 -0
  35. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +5 -1
  36. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +6 -0
  37. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +91 -78
  38. package/tencentcloud/services/dasb/v20191018/dasb_models.d.ts +52 -43
  39. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +5 -1
  40. package/tencentcloud/services/ess/v20201111/ess_client.js +6 -0
  41. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +119 -9
  42. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +35 -30
  43. package/tencentcloud/services/goosefs/v20220519/goosefs_client.d.ts +63 -3
  44. package/tencentcloud/services/goosefs/v20220519/goosefs_client.js +93 -3
  45. package/tencentcloud/services/goosefs/v20220519/goosefs_models.d.ts +642 -57
  46. package/tencentcloud/services/live/v20180801/live_models.d.ts +1 -1
  47. package/tencentcloud/services/ms/v20180408/ms_client.d.ts +15 -5
  48. package/tencentcloud/services/ms/v20180408/ms_client.js +15 -5
  49. package/tencentcloud/services/ms/v20180408/ms_models.d.ts +27 -27
  50. package/tencentcloud/services/nlp/v20190408/nlp_client.d.ts +15 -206
  51. package/tencentcloud/services/nlp/v20190408/nlp_client.js +21 -264
  52. package/tencentcloud/services/nlp/v20190408/nlp_models.d.ts +242 -1219
  53. package/tencentcloud/services/scf/v20180416/scf_models.d.ts +1 -1
  54. package/tencentcloud/services/sqlserver/v20180328/sqlserver_client.d.ts +5 -1
  55. package/tencentcloud/services/sqlserver/v20180328/sqlserver_client.js +6 -0
  56. package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +35 -0
  57. package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +1 -1
  58. package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +5 -1
  59. package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +6 -0
  60. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +262 -225
  61. package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +2 -1
  62. package/tencentcloud/services/trtc/v20190722/trtc_client.js +2 -1
  63. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +1 -1
  64. package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +40 -31
  65. package/test/cls.v20201016.test.js +10 -0
  66. package/test/cynosdb.v20190107.test.js +10 -0
  67. package/test/ess.v20201111.test.js +10 -0
  68. package/test/goosefs.v20220519.test.js +152 -2
  69. package/test/nlp.v20190408.test.js +14 -274
  70. package/test/sqlserver.v20180328.test.js +10 -0
  71. package/test/tdmq.v20200217.test.js +10 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.654",
3
+ "version": "4.0.655",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {
package/products.md CHANGED
@@ -17,7 +17,7 @@
17
17
  | apigateway | [API 网关](https://cloud.tencent.com/document/product/628) | 2023-08-01 01:01:56 |
18
18
  | apm | [应用性能监控](https://cloud.tencent.com/document/product/1463) | 2023-07-18 01:07:24 |
19
19
  | as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2023-07-19 01:07:14 |
20
- | asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2023-08-01 01:03:12 |
20
+ | asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2023-08-02 01:06:17 |
21
21
  | asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2023-05-18 01:04:02 |
22
22
  | ba | [网站备案](https://cloud.tencent.com/document/product/243) | 2023-05-18 01:04:06 |
23
23
  | batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2023-07-19 01:07:48 |
@@ -59,19 +59,19 @@
59
59
  | cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2023-05-18 01:13:28 |
60
60
  | cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2023-05-18 01:13:36 |
61
61
  | cloudstudio | [Cloud Studio(云端 IDE)](https://cloud.tencent.com/document/product/1039) | 2023-07-24 01:17:40 |
62
- | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2023-08-01 01:11:03 |
62
+ | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2023-08-02 01:08:23 |
63
63
  | cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2023-07-26 01:11:19 |
64
- | cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2023-05-18 01:14:51 |
64
+ | cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2023-08-02 01:08:44 |
65
65
  | cms | [内容安全](https://cloud.tencent.com/document/product/669) | 2023-07-11 01:11:56 |
66
66
  | cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2023-07-31 01:15:43 |
67
67
  | cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
68
68
  | csip | [云安全一体化平台](https://cloud.tencent.com/document/product/664) | 2023-07-18 01:21:16 |
69
69
  | csxg | [5G入云服务](https://cloud.tencent.com/document/product/1687) | 2023-05-19 11:26:14 |
70
- | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2023-07-27 01:10:40 |
70
+ | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2023-08-02 01:09:12 |
71
71
  | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2023-07-28 01:18:37 |
72
72
  | cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
73
- | cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2023-08-01 01:15:19 |
74
- | dasb | [T-Sec-堡垒机(BH)](https://cloud.tencent.com/document/product/1025) | 2023-07-07 01:21:45 |
73
+ | cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2023-08-02 01:13:37 |
74
+ | dasb | [T-Sec-堡垒机(BH)](https://cloud.tencent.com/document/product/1025) | 2023-08-02 01:13:55 |
75
75
  | dataintegration | [数据接入平台](https://cloud.tencent.com/document/product/1591) | 2022-07-26 15:32:15 |
76
76
  | dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2023-05-18 01:20:11 |
77
77
  | dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2023-07-14 01:15:28 |
@@ -93,15 +93,15 @@
93
93
  | eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-05-18 01:25:58 |
94
94
  | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2023-08-01 01:21:59 |
95
95
  | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2023-07-12 01:24:00 |
96
- | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-08-01 01:22:32 |
97
- | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-08-01 01:24:13 |
96
+ | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-08-02 01:15:29 |
97
+ | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-08-02 01:15:45 |
98
98
  | facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2023-07-27 01:13:31 |
99
99
  | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-08-01 01:24:47 |
100
100
  | fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2023-07-14 14:55:45 |
101
101
  | ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2023-05-18 01:28:35 |
102
102
  | gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2023-07-28 01:27:13 |
103
103
  | gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2023-07-21 01:25:06 |
104
- | goosefs | [数据加速器 GooseFS](https://cloud.tencent.com/document/product/1424) | 2023-07-19 01:25:47 |
104
+ | goosefs | [数据加速器 GooseFS](https://cloud.tencent.com/document/product/1424) | 2023-08-02 01:16:12 |
105
105
  | gpm | [游戏玩家匹配](https://cloud.tencent.com/document/product/1294) | 2022-07-11 06:12:36 |
106
106
  | gs | [云游戏](https://cloud.tencent.com/document/product/1162) | 2023-05-18 01:29:42 |
107
107
  | gse | [游戏服务器伸缩](https://cloud.tencent.com/document/product/1165) | 2022-07-11 06:12:44 |
@@ -127,7 +127,7 @@
127
127
  | kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2023-05-18 01:35:58 |
128
128
  | lcic | [低代码互动课堂](https://cloud.tencent.com/document/product/1639) | 2023-07-31 01:30:04 |
129
129
  | lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2023-07-25 11:04:43 |
130
- | live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-08-01 01:30:51 |
130
+ | live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-08-02 01:18:05 |
131
131
  | lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
132
132
  | lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
133
133
  | mall | [商场客留大数据](https://cloud.tencent.com/document/product/1707) | 2023-07-17 10:16:02 |
@@ -141,10 +141,10 @@
141
141
  | monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2023-07-19 01:32:20 |
142
142
  | mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2023-08-01 01:33:24 |
143
143
  | mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2023-05-18 01:42:01 |
144
- | ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2023-08-01 01:34:16 |
144
+ | ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2023-08-02 01:19:05 |
145
145
  | msp | [迁移服务平台](https://cloud.tencent.com/document/product/659) | 2023-05-18 01:42:21 |
146
146
  | mvj | [营销价值判断](https://cloud.tencent.com/document/product) | 2020-03-19 08:11:44 |
147
- | nlp | [NLP 服务](https://cloud.tencent.com/document/product/271) | 2023-07-31 01:34:03 |
147
+ | nlp | [NLP 服务](https://cloud.tencent.com/document/product/271) | 2023-08-02 01:19:12 |
148
148
  | npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
149
149
  | oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2023-08-01 01:34:42 |
150
150
  | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-07-31 01:34:27 |
@@ -157,11 +157,11 @@
157
157
  | pts | [云压测](https://cloud.tencent.com/document/product/1484) | 2023-07-26 01:31:49 |
158
158
  | rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2023-05-18 01:45:58 |
159
159
  | redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2023-07-18 01:42:27 |
160
- | region | [地域管理系统](https://cloud.tencent.com/document/product/1596) | 2023-07-07 01:46:17 |
160
+ | region | [地域管理系统](https://cloud.tencent.com/document/product/1596) | 2023-08-02 01:20:32 |
161
161
  | rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2023-05-18 01:46:50 |
162
162
  | rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-04-04 07:04:06 |
163
163
  | rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2023-05-18 01:46:54 |
164
- | scf | [云函数](https://cloud.tencent.com/document/product/583) | 2023-07-20 01:39:23 |
164
+ | scf | [云函数](https://cloud.tencent.com/document/product/583) | 2023-08-02 01:20:41 |
165
165
  | ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2023-06-28 01:37:26 |
166
166
  | smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2023-07-11 01:37:49 |
167
167
  | smop | [腾讯安心用户运营平台](https://cloud.tencent.com/document/product/1310) | 2023-05-18 01:47:59 |
@@ -169,7 +169,7 @@
169
169
  | sms | [短信](https://cloud.tencent.com/document/product/382) | 2023-06-28 01:37:53 |
170
170
  | soe | [智聆口语评测](https://cloud.tencent.com/document/product/884) | 2023-07-10 01:39:48 |
171
171
  | solar | [智汇零售](https://cloud.tencent.com/document/product) | 2020-03-19 08:01:59 |
172
- | sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2023-07-17 01:33:25 |
172
+ | sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2023-08-02 01:20:58 |
173
173
  | ssa | [安全运营中心](https://cloud.tencent.com/document/product/664) | 2023-07-26 01:34:12 |
174
174
  | ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) | 2023-07-19 01:38:38 |
175
175
  | sslpod | [证书监控 SSLPod](https://cloud.tencent.com/document/product/1084) | 2023-05-18 01:49:36 |
@@ -191,13 +191,13 @@
191
191
  | tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
192
192
  | tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2023-06-06 01:55:42 |
193
193
  | tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2023-07-07 01:50:00 |
194
- | tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2023-07-28 01:47:50 |
194
+ | tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2023-08-02 01:22:05 |
195
195
  | tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2023-06-21 01:36:25 |
196
196
  | tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2023-07-24 01:49:20 |
197
- | tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-08-01 01:43:47 |
197
+ | tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-08-02 01:22:40 |
198
198
  | tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2023-05-18 01:55:50 |
199
199
  | tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2023-05-22 02:01:01 |
200
- | teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-07-31 01:43:23 |
200
+ | teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-08-02 01:23:00 |
201
201
  | thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2023-07-07 01:53:45 |
202
202
  | tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
203
203
  | tic | [资源编排 TIC](https://cloud.tencent.com/document/product/1213) | 2023-05-18 01:58:19 |
@@ -215,9 +215,9 @@
215
215
  | trdp | [流量风险决策平台](https://cloud.tencent.com/document/product/1604) | 2023-05-18 02:01:19 |
216
216
  | trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2023-07-10 01:51:20 |
217
217
  | trro | [远程实时操控](https://cloud.tencent.com/document/product/1584) | 2023-07-18 01:53:24 |
218
- | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2023-07-28 01:54:49 |
219
- | tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2023-07-19 01:46:53 |
220
- | tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2023-07-28 01:55:23 |
218
+ | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2023-08-02 01:26:09 |
219
+ | tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2023-08-02 01:26:15 |
220
+ | tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2023-08-02 01:26:52 |
221
221
  | tsw | [微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2023-05-18 02:04:00 |
222
222
  | tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2023-08-01 01:49:43 |
223
223
  | ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2023-05-18 02:04:06 |
@@ -1 +1 @@
1
- export const sdkVersion = "4.0.654"
1
+ export const sdkVersion = "4.0.655"
@@ -76,6 +76,7 @@ import {
76
76
  DescribeCosRechargesRequest,
77
77
  MetaTagInfo,
78
78
  CreateCosRechargeRequest,
79
+ DescribeKafkaUserRequest,
79
80
  ExtractRuleInfo,
80
81
  TopicInfo,
81
82
  DeleteDataTransformResponse,
@@ -241,6 +242,7 @@ import {
241
242
  CheckRechargeKafkaServerResponse,
242
243
  ModifyCosRechargeRequest,
243
244
  DescribeLogsetsRequest,
245
+ DescribeKafkaUserResponse,
244
246
  ParquetInfo,
245
247
  DeleteTopicResponse,
246
248
  CosRechargeInfo,
@@ -469,6 +471,16 @@ cls.pb.cc cls.pb.h cls.proto
469
471
  return this.request("CreateConsumer", req, cb)
470
472
  }
471
473
 
474
+ /**
475
+ * 本接口用于获取kafka用户信息
476
+ */
477
+ async DescribeKafkaUser(
478
+ req: DescribeKafkaUserRequest,
479
+ cb?: (error: string, rep: DescribeKafkaUserResponse) => void
480
+ ): Promise<DescribeKafkaUserResponse> {
481
+ return this.request("DescribeKafkaUser", req, cb)
482
+ }
483
+
472
484
  /**
473
485
  * 本接口用于修改日志主题。
474
486
  */
@@ -1319,6 +1319,16 @@ export interface CreateCosRechargeRequest {
1319
1319
  ExtractRuleInfo?: ExtractRuleInfo
1320
1320
  }
1321
1321
 
1322
+ /**
1323
+ * DescribeKafkaUser请求参数结构体
1324
+ */
1325
+ export interface DescribeKafkaUserRequest {
1326
+ /**
1327
+ * kafka消费用户名
1328
+ */
1329
+ UserName: string
1330
+ }
1331
+
1322
1332
  /**
1323
1333
  * 日志提取规则
1324
1334
  */
@@ -5719,6 +5729,20 @@ tag:tagKey
5719
5729
  Limit?: number
5720
5730
  }
5721
5731
 
5732
+ /**
5733
+ * DescribeKafkaUser返回参数结构体
5734
+ */
5735
+ export interface DescribeKafkaUserResponse {
5736
+ /**
5737
+ * kafka消费用户名
5738
+ */
5739
+ UserName: string
5740
+ /**
5741
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
5742
+ */
5743
+ RequestId?: string
5744
+ }
5745
+
5722
5746
  /**
5723
5747
  * Parquet内容
5724
5748
  */
@@ -81,7 +81,7 @@ import {
81
81
  DeleteParamTemplateRequest,
82
82
  DbInfo,
83
83
  DescribeFlowResponse,
84
- SetRenewFlagResponse,
84
+ ParamDetail,
85
85
  DescribeResourcePackageSaleSpecRequest,
86
86
  ExportInstanceErrorLogsRequest,
87
87
  SearchClusterTablesResponse,
@@ -131,8 +131,9 @@ import {
131
131
  UpgradeInstanceRequest,
132
132
  ModifyMaintainPeriodConfigResponse,
133
133
  IsolateInstanceRequest,
134
- SwitchClusterVpcResponse,
134
+ SetRenewFlagResponse,
135
135
  DescribeClusterDetailRequest,
136
+ SwitchClusterVpcResponse,
136
137
  SearchClusterTablesRequest,
137
138
  DeleteBackupResponse,
138
139
  ModifyInstanceParamRequest,
@@ -141,7 +142,7 @@ import {
141
142
  CreateAuditLogFileResponse,
142
143
  OpenWanResponse,
143
144
  PauseServerlessResponse,
144
- ParamDetail,
145
+ OpenClusterReadOnlyInstanceGroupAccessResponse,
145
146
  DescribeAuditRuleWithInstanceIdsResponse,
146
147
  UpgradeProxyVersionResponse,
147
148
  ResetAccountPasswordResponse,
@@ -263,6 +264,7 @@ import {
263
264
  DescribeParamTemplateDetailRequest,
264
265
  ModifyAccountHostRequest,
265
266
  CreateParamTemplateRequest,
267
+ OpenClusterReadOnlyInstanceGroupAccessRequest,
266
268
  DescribeAuditRuleTemplatesRequest,
267
269
  InstanceSpec,
268
270
  DescribeFlowRequest,
@@ -980,6 +982,16 @@ export class Client extends AbstractClient {
980
982
  return this.request("RevokeAccountPrivileges", req, cb)
981
983
  }
982
984
 
985
+ /**
986
+ * 开启只读实例组接入
987
+ */
988
+ async OpenClusterReadOnlyInstanceGroupAccess(
989
+ req?: OpenClusterReadOnlyInstanceGroupAccessRequest,
990
+ cb?: (error: string, rep: OpenClusterReadOnlyInstanceGroupAccessResponse) => void
991
+ ): Promise<OpenClusterReadOnlyInstanceGroupAccessResponse> {
992
+ return this.request("OpenClusterReadOnlyInstanceGroupAccess", req, cb)
993
+ }
994
+
983
995
  /**
984
996
  * 本接口(SearchClusterTables)搜索集群数据表列表
985
997
  */
@@ -1385,17 +1385,77 @@ export interface DescribeFlowResponse {
1385
1385
  }
1386
1386
 
1387
1387
  /**
1388
- * SetRenewFlag返回参数结构体
1388
+ * 实例参数详细描述
1389
1389
  */
1390
- export interface SetRenewFlagResponse {
1390
+ export interface ParamDetail {
1391
1391
  /**
1392
- * 操作成功实例数
1392
+ * 参数名称
1393
1393
  */
1394
- Count: number
1394
+ ParamName: string
1395
1395
  /**
1396
- * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1396
+ * 参数类型:integer,enum,float,string,func
1397
1397
  */
1398
- RequestId?: string
1398
+ ParamType: string
1399
+ /**
1400
+ * true-支持"func",false-不支持公式
1401
+ */
1402
+ SupportFunc: boolean
1403
+ /**
1404
+ * 默认值
1405
+ */
1406
+ Default: string
1407
+ /**
1408
+ * 参数描述
1409
+ */
1410
+ Description: string
1411
+ /**
1412
+ * 参数当前值
1413
+ */
1414
+ CurrentValue: string
1415
+ /**
1416
+ * 修改参数后,是否需要重启数据库以使参数生效。0-不需要重启,1-需要重启。
1417
+ */
1418
+ NeedReboot: number
1419
+ /**
1420
+ * 参数容许的最大值
1421
+ */
1422
+ Max: string
1423
+ /**
1424
+ * 参数容许的最小值
1425
+ */
1426
+ Min: string
1427
+ /**
1428
+ * 参数的可选枚举值。如果为非枚举值,则为空
1429
+ 注意:此字段可能返回 null,表示取不到有效值。
1430
+ */
1431
+ EnumValue: Array<string>
1432
+ /**
1433
+ * 1:全局参数,0:非全局参数
1434
+ */
1435
+ IsGlobal: number
1436
+ /**
1437
+ * 匹配类型,multiVal
1438
+ */
1439
+ MatchType: string
1440
+ /**
1441
+ * 匹配目标值,当multiVal时,各个key用,分割
1442
+ */
1443
+ MatchValue: string
1444
+ /**
1445
+ * true-为公式,false-非公式
1446
+ 注意:此字段可能返回 null,表示取不到有效值。
1447
+ */
1448
+ IsFunc: boolean
1449
+ /**
1450
+ * 参数设置为公式时,Func返回设置的公式内容
1451
+ 注意:此字段可能返回 null,表示取不到有效值。
1452
+ */
1453
+ Func: string
1454
+ /**
1455
+ * 参数是否可修改
1456
+ 注意:此字段可能返回 null,表示取不到有效值。
1457
+ */
1458
+ ModifiableInfo: ModifiableInfo
1399
1459
  }
1400
1460
 
1401
1461
  /**
@@ -2530,13 +2590,13 @@ export interface IsolateInstanceRequest {
2530
2590
  }
2531
2591
 
2532
2592
  /**
2533
- * SwitchClusterVpc返回参数结构体
2593
+ * SetRenewFlag返回参数结构体
2534
2594
  */
2535
- export interface SwitchClusterVpcResponse {
2595
+ export interface SetRenewFlagResponse {
2536
2596
  /**
2537
- * 异步任务id。
2597
+ * 操作成功实例数
2538
2598
  */
2539
- FlowId: number
2599
+ Count: number
2540
2600
  /**
2541
2601
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2542
2602
  */
@@ -2553,6 +2613,20 @@ export interface DescribeClusterDetailRequest {
2553
2613
  ClusterId: string
2554
2614
  }
2555
2615
 
2616
+ /**
2617
+ * SwitchClusterVpc返回参数结构体
2618
+ */
2619
+ export interface SwitchClusterVpcResponse {
2620
+ /**
2621
+ * 异步任务id。
2622
+ */
2623
+ FlowId: number
2624
+ /**
2625
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2626
+ */
2627
+ RequestId?: string
2628
+ }
2629
+
2556
2630
  /**
2557
2631
  * SearchClusterTables请求参数结构体
2558
2632
  */
@@ -2689,77 +2763,13 @@ export interface PauseServerlessResponse {
2689
2763
  }
2690
2764
 
2691
2765
  /**
2692
- * 实例参数详细描述
2766
+ * OpenClusterReadOnlyInstanceGroupAccess返回参数结构体
2693
2767
  */
2694
- export interface ParamDetail {
2695
- /**
2696
- * 参数名称
2697
- */
2698
- ParamName: string
2699
- /**
2700
- * 参数类型:integer,enum,float,string,func
2701
- */
2702
- ParamType: string
2703
- /**
2704
- * true-支持"func",false-不支持公式
2705
- */
2706
- SupportFunc: boolean
2707
- /**
2708
- * 默认值
2709
- */
2710
- Default: string
2711
- /**
2712
- * 参数描述
2713
- */
2714
- Description: string
2768
+ export interface OpenClusterReadOnlyInstanceGroupAccessResponse {
2715
2769
  /**
2716
- * 参数当前值
2717
- */
2718
- CurrentValue: string
2719
- /**
2720
- * 修改参数后,是否需要重启数据库以使参数生效。0-不需要重启,1-需要重启。
2721
- */
2722
- NeedReboot: number
2723
- /**
2724
- * 参数容许的最大值
2725
- */
2726
- Max: string
2727
- /**
2728
- * 参数容许的最小值
2729
- */
2730
- Min: string
2731
- /**
2732
- * 参数的可选枚举值。如果为非枚举值,则为空
2733
- 注意:此字段可能返回 null,表示取不到有效值。
2734
- */
2735
- EnumValue: Array<string>
2736
- /**
2737
- * 1:全局参数,0:非全局参数
2738
- */
2739
- IsGlobal: number
2740
- /**
2741
- * 匹配类型,multiVal
2742
- */
2743
- MatchType: string
2744
- /**
2745
- * 匹配目标值,当multiVal时,各个key用,分割
2746
- */
2747
- MatchValue: string
2748
- /**
2749
- * true-为公式,false-非公式
2750
- 注意:此字段可能返回 null,表示取不到有效值。
2751
- */
2752
- IsFunc: boolean
2753
- /**
2754
- * 参数设置为公式时,Func返回设置的公式内容
2755
- 注意:此字段可能返回 null,表示取不到有效值。
2756
- */
2757
- Func: string
2758
- /**
2759
- * 参数是否可修改
2760
- 注意:此字段可能返回 null,表示取不到有效值。
2770
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2761
2771
  */
2762
- ModifiableInfo: ModifiableInfo
2772
+ RequestId?: string
2763
2773
  }
2764
2774
 
2765
2775
  /**
@@ -6104,6 +6114,11 @@ export interface CreateParamTemplateRequest {
6104
6114
  ParamList?: Array<ParamItem>
6105
6115
  }
6106
6116
 
6117
+ /**
6118
+ * OpenClusterReadOnlyInstanceGroupAccess请求参数结构体
6119
+ */
6120
+ export type OpenClusterReadOnlyInstanceGroupAccessRequest = null
6121
+
6107
6122
  /**
6108
6123
  * DescribeAuditRuleTemplates请求参数结构体
6109
6124
  */