tencentcloud-sdk-nodejs 4.0.954 → 4.0.955

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 +325 -0
  2. package/SERVICE_CHANGELOG.md +575 -7
  3. package/package.json +1 -1
  4. package/products.md +20 -20
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/cbs/v20170312/cbs_models.ts +3 -3
  7. package/src/services/cdn/v20180606/cdn_models.ts +1 -1
  8. package/src/services/cdwch/v20200915/cdwch_models.ts +10 -0
  9. package/src/services/clb/v20180317/clb_models.ts +11 -6
  10. package/src/services/cynosdb/v20190107/cynosdb_client.ts +4 -2
  11. package/src/services/cynosdb/v20190107/cynosdb_models.ts +77 -30
  12. package/src/services/dsgc/v20190723/dsgc_models.ts +70 -10
  13. package/src/services/ess/v20201111/ess_client.ts +9 -15
  14. package/src/services/ess/v20201111/ess_models.ts +53 -22
  15. package/src/services/essbasic/v20210526/essbasic_client.ts +25 -16
  16. package/src/services/essbasic/v20210526/essbasic_models.ts +65 -13
  17. package/src/services/iotexplorer/v20190423/iotexplorer_client.ts +28 -4
  18. package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +169 -66
  19. package/src/services/lke/v20231130/lke_models.ts +1 -2
  20. package/src/services/mongodb/v20190725/mongodb_models.ts +3 -4
  21. package/src/services/mps/v20190612/mps_client.ts +74 -21
  22. package/src/services/mps/v20190612/mps_models.ts +421 -35
  23. package/src/services/oceanus/v20190422/oceanus_client.ts +19 -6
  24. package/src/services/oceanus/v20190422/oceanus_models.ts +139 -91
  25. package/src/services/redis/v20180412/redis_client.ts +14 -2
  26. package/src/services/redis/v20180412/redis_models.ts +72 -37
  27. package/src/services/tcss/v20201101/tcss_client.ts +20 -10
  28. package/src/services/tms/v20201229/tms_models.ts +1 -1
  29. package/src/services/trtc/v20190722/trtc_models.ts +8 -5
  30. package/src/services/waf/v20180125/waf_client.ts +43 -15
  31. package/src/services/waf/v20180125/waf_models.ts +351 -22
  32. package/tencentcloud/common/sdk_version.d.ts +1 -1
  33. package/tencentcloud/common/sdk_version.js +1 -1
  34. package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +3 -3
  35. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +1 -1
  36. package/tencentcloud/services/cdwch/v20200915/cdwch_models.d.ts +10 -0
  37. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +11 -6
  38. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +2 -2
  39. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +1 -1
  40. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +75 -30
  41. package/tencentcloud/services/dsgc/v20190723/dsgc_models.d.ts +70 -10
  42. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +8 -15
  43. package/tencentcloud/services/ess/v20201111/ess_client.js +8 -15
  44. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +52 -22
  45. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +17 -16
  46. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +18 -15
  47. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +63 -13
  48. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +9 -1
  49. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.js +12 -0
  50. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +164 -65
  51. package/tencentcloud/services/lke/v20231130/lke_models.d.ts +1 -2
  52. package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +3 -4
  53. package/tencentcloud/services/mps/v20190612/mps_client.d.ts +24 -7
  54. package/tencentcloud/services/mps/v20190612/mps_client.js +34 -9
  55. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +409 -35
  56. package/tencentcloud/services/oceanus/v20190422/oceanus_client.d.ts +5 -1
  57. package/tencentcloud/services/oceanus/v20190422/oceanus_client.js +6 -0
  58. package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +135 -90
  59. package/tencentcloud/services/redis/v20180412/redis_client.d.ts +6 -2
  60. package/tencentcloud/services/redis/v20180412/redis_client.js +7 -1
  61. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +70 -37
  62. package/tencentcloud/services/tcss/v20201101/tcss_client.d.ts +15 -5
  63. package/tencentcloud/services/tcss/v20201101/tcss_client.js +15 -5
  64. package/tencentcloud/services/tms/v20201229/tms_models.d.ts +1 -1
  65. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +8 -5
  66. package/tencentcloud/services/waf/v20180125/waf_client.d.ts +13 -5
  67. package/tencentcloud/services/waf/v20180125/waf_client.js +18 -6
  68. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +343 -22
  69. package/test/essbasic.v20210526.test.js +10 -0
  70. package/test/iotexplorer.v20190423.test.js +20 -0
  71. package/test/mps.v20190612.test.js +46 -6
  72. package/test/oceanus.v20190422.test.js +10 -0
  73. package/test/redis.v20180412.test.js +10 -0
  74. package/test/waf.v20180125.test.js +24 -4
package/products.md CHANGED
@@ -20,7 +20,7 @@
20
20
  | asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2024-09-23 01:07:54 |
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-04-22 01:08:02 |
23
- | batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2024-09-30 01:08:18 |
23
+ | batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2024-10-14 01:08:09 |
24
24
  | bda | [人体分析](https://cloud.tencent.com/document/product/1208) | 2024-03-20 01:08:23 |
25
25
  | bi | [商业智能分析 BI](https://cloud.tencent.com/document/product/590) | 2024-09-05 01:05:48 |
26
26
  | billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2024-09-11 01:11:08 |
@@ -39,13 +39,13 @@
39
39
  | captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2024-07-26 01:14:48 |
40
40
  | car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2024-06-19 01:14:59 |
41
41
  | cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2024-07-26 01:15:04 |
42
- | cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2024-08-28 01:11:56 |
42
+ | cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2024-10-14 01:09:40 |
43
43
  | ccc | [云联络中心](https://cloud.tencent.com/document/product/679) | 2024-09-30 01:10:03 |
44
44
  | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2024-09-19 01:11:20 |
45
45
  | cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2024-08-28 01:14:49 |
46
- | cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2024-09-27 01:06:23 |
46
+ | cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2024-10-14 01:10:31 |
47
47
  | cds | [T-Sec-数据安全审计(DSA)](https://cloud.tencent.com/document/product/856) | 2024-06-18 01:18:51 |
48
- | cdwch | [腾讯云数据仓库TCHouse-C](https://cloud.tencent.com/document/product/1299) | 2024-09-06 01:13:27 |
48
+ | cdwch | [腾讯云数据仓库TCHouse-C](https://cloud.tencent.com/document/product/1299) | 2024-10-14 01:10:53 |
49
49
  | cdwdoris | [腾讯云数据仓库 TCHouse-D](https://cloud.tencent.com/document/product/1387) | 2024-10-09 01:10:49 |
50
50
  | cdwpg | [云数据仓库 PostgreSQL](https://cloud.tencent.com/document/product/878) | 2024-03-28 01:10:53 |
51
51
  | cdz | [专属可用区](https://cloud.tencent.com/document/product/1629) | 2024-08-28 01:17:24 |
@@ -58,7 +58,7 @@
58
58
  | cim | [](https://cloud.tencent.com/document/product) | 2019-05-16 17:21:18 |
59
59
  | cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
60
60
  | ckafka | [消息队列 CKafka 版](https://cloud.tencent.com/document/product/597) | 2024-09-16 01:22:56 |
61
- | clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2024-09-25 01:12:46 |
61
+ | clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2024-10-14 01:12:12 |
62
62
  | cloudapp | [云应用](https://cloud.tencent.com/document/product/1689) | 2024-07-18 10:12:45 |
63
63
  | cloudaudit | [操作审计](https://cloud.tencent.com/document/product/629) | 2024-01-15 01:09:37 |
64
64
  | cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2024-03-20 01:11:31 |
@@ -76,7 +76,7 @@
76
76
  | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2024-10-11 01:13:23 |
77
77
  | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2024-09-26 01:14:22 |
78
78
  | cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
79
- | cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2024-10-11 01:14:58 |
79
+ | cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2024-10-14 01:14:55 |
80
80
  | dasb | [运维安全中心(堡垒机)](https://cloud.tencent.com/document/product/1025) | 2024-09-26 01:16:16 |
81
81
  | dataintegration | [数据接入平台](https://cloud.tencent.com/document/product/1591) | 2022-07-26 15:32:15 |
82
82
  | dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2023-05-18 01:20:11 |
@@ -89,7 +89,7 @@
89
89
  | domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2024-07-31 01:30:16 |
90
90
  | drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2024-07-12 01:14:44 |
91
91
  | ds | [文档服务](https://cloud.tencent.com/document/product/869) | 2024-03-20 01:15:13 |
92
- | dsgc | [数据安全治理中心](https://cloud.tencent.com/document/product/1087) | 2024-09-20 13:01:30 |
92
+ | dsgc | [数据安全治理中心](https://cloud.tencent.com/document/product/1087) | 2024-10-14 01:17:08 |
93
93
  | dtf | [分布式事务](https://cloud.tencent.com/document/product/1224) | 2022-04-04 06:38:57 |
94
94
  | dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2024-09-27 01:14:07 |
95
95
  | eb | [事件总线](https://cloud.tencent.com/document/product/1359) | 2024-08-19 01:36:09 |
@@ -100,8 +100,8 @@
100
100
  | eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-08-10 01:17:44 |
101
101
  | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2024-09-27 01:15:03 |
102
102
  | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2024-09-10 15:12:32 |
103
- | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-10-11 01:18:55 |
104
- | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-10-10 01:18:55 |
103
+ | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-10-14 01:18:57 |
104
+ | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-10-14 01:19:22 |
105
105
  | facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2024-09-11 01:42:57 |
106
106
  | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2024-09-25 01:20:56 |
107
107
  | fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2024-07-05 01:10:44 |
@@ -127,7 +127,7 @@
127
127
  | ioa | [iOA 零信任安全管理系统](https://cloud.tencent.com/document/product/1092) | 2024-08-13 01:52:20 |
128
128
  | iot | [加速物联网套件](https://cloud.tencent.com/document/product/568) | 2023-07-17 01:22:28 |
129
129
  | iotcloud | [物联网通信](https://cloud.tencent.com/document/product/634) | 2024-06-05 01:47:50 |
130
- | iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2024-09-24 01:21:40 |
130
+ | iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2024-10-12 13:22:15 |
131
131
  | iottid | [物联网设备身份认证](https://cloud.tencent.com/document/product/1086) | 2023-05-18 01:33:02 |
132
132
  | iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2024-07-08 01:16:48 |
133
133
  | iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2024-03-20 01:18:54 |
@@ -139,7 +139,7 @@
139
139
  | lcic | [实时互动-教育版](https://cloud.tencent.com/document/product/1639) | 2024-09-27 01:19:59 |
140
140
  | lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2024-09-27 01:20:12 |
141
141
  | live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2024-09-12 01:53:31 |
142
- | lke | [大模型知识引擎](https://cloud.tencent.com/document/product/1759) | 2024-10-11 01:23:47 |
142
+ | lke | [大模型知识引擎](https://cloud.tencent.com/document/product/1759) | 2024-10-14 01:23:56 |
143
143
  | lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
144
144
  | lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
145
145
  | mall | [商场客留大数据](https://cloud.tencent.com/document/product/1707) | 2024-03-20 01:20:11 |
@@ -149,9 +149,9 @@
149
149
  | mgobe | [游戏联机对战引擎](https://cloud.tencent.com/document/product/1038) | 2022-07-08 06:11:32 |
150
150
  | mmps | [小程序安全](https://cloud.tencent.com/document/product/1223) | 2024-07-02 01:19:41 |
151
151
  | mna | [多网聚合加速](https://cloud.tencent.com/document/product/1385) | 2024-08-23 01:55:12 |
152
- | mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2024-08-28 02:04:37 |
152
+ | mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2024-10-14 01:24:42 |
153
153
  | monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2024-09-25 01:26:32 |
154
- | mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2024-09-20 13:07:52 |
154
+ | mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2024-10-12 14:57:22 |
155
155
  | mqtt | [消息队列 MQTT 版](https://cloud.tencent.com/document/product/1778) | 2024-09-30 01:26:55 |
156
156
  | mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2024-10-09 01:25:21 |
157
157
  | ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2024-08-16 02:04:04 |
@@ -159,8 +159,8 @@
159
159
  | mvj | [营销价值判断](https://cloud.tencent.com/document/product) | 2020-03-19 08:11:44 |
160
160
  | nlp | [NLP 服务](https://cloud.tencent.com/document/product/271) | 2024-09-27 01:23:18 |
161
161
  | npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
162
- | oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2024-09-04 01:54:37 |
163
- | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2024-10-09 01:25:48 |
162
+ | oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2024-10-14 01:26:06 |
163
+ | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2024-10-14 01:26:17 |
164
164
  | omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2024-09-26 01:28:34 |
165
165
  | organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2024-09-23 12:16:37 |
166
166
  | partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2024-06-26 01:21:35 |
@@ -169,7 +169,7 @@
169
169
  | privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2024-08-28 02:14:34 |
170
170
  | pts | [云压测](https://cloud.tencent.com/document/product/1484) | 2024-08-09 02:01:53 |
171
171
  | rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2024-09-25 01:29:30 |
172
- | redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2024-10-11 01:27:27 |
172
+ | redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2024-10-14 01:27:42 |
173
173
  | region | [地域管理系统](https://cloud.tencent.com/document/product/1596) | 2024-09-13 02:02:09 |
174
174
  | rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2023-12-25 00:16:39 |
175
175
  | rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-04-04 07:04:06 |
@@ -205,7 +205,7 @@
205
205
  | tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
206
206
  | tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2024-06-18 02:13:19 |
207
207
  | tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2024-09-05 02:07:24 |
208
- | tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2024-10-10 01:30:02 |
208
+ | tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2024-10-14 01:30:34 |
209
209
  | tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2024-07-10 01:25:35 |
210
210
  | tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2024-06-04 02:17:43 |
211
211
  | tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2024-09-26 01:34:12 |
@@ -223,14 +223,14 @@
223
223
  | tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2024-03-20 01:27:28 |
224
224
  | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2024-09-27 01:31:35 |
225
225
  | tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
226
- | tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2024-08-27 10:28:06 |
226
+ | tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2024-10-14 01:33:49 |
227
227
  | tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2024-09-13 02:18:44 |
228
228
  | tourism | [文旅客情大数据](https://cloud.tencent.com/document/product/1684) | 2024-03-20 01:28:59 |
229
229
  | trdp | [流量风险决策平台](https://cloud.tencent.com/document/product/1604) | 2023-05-18 02:01:19 |
230
230
  | trocket | [消息队列 RocketMQ 版](https://cloud.tencent.com/document/product/1493) | 2024-09-10 02:17:47 |
231
231
  | trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2024-09-09 02:22:32 |
232
232
  | trro | [远程实时操控](https://cloud.tencent.com/document/product/1584) | 2024-07-31 02:17:29 |
233
- | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2024-10-11 01:34:01 |
233
+ | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2024-10-14 01:34:15 |
234
234
  | tse | [微服务引擎](https://cloud.tencent.com/document/product/1364) | 2024-09-25 01:36:42 |
235
235
  | tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2024-09-25 01:37:11 |
236
236
  | tsi | [腾讯同传系统](https://cloud.tencent.com/document/product/1399) | 2024-08-02 02:22:13 |
@@ -246,7 +246,7 @@
246
246
  | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2024-10-11 01:36:00 |
247
247
  | vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2024-09-06 02:27:27 |
248
248
  | vtc | [视频转译](https://cloud.tencent.com/document/product/1769) | 2024-09-10 02:27:11 |
249
- | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2024-10-10 01:36:42 |
249
+ | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2024-10-14 01:37:11 |
250
250
  | wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2024-03-20 01:32:09 |
251
251
  | wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2024-09-25 01:40:14 |
252
252
  | weilingwith | [微瓴同业开放平台](https://cloud.tencent.com/document/product/1693) | 2024-05-15 01:38:36 |
@@ -1 +1 @@
1
- export const sdkVersion = "4.0.954"
1
+ export const sdkVersion = "4.0.955"
@@ -1553,15 +1553,15 @@ export interface DiskChargePrepaid {
1553
1553
  export type DescribeSnapshotOverviewRequest = null
1554
1554
 
1555
1555
  /**
1556
- * 描述键值对过滤器,用于条件过滤查询。
1556
+ * 过滤条件
1557
1557
  */
1558
1558
  export interface Filter {
1559
1559
  /**
1560
- * 过滤键的名称。
1560
+ * 过滤键的名称
1561
1561
  */
1562
1562
  Name: string
1563
1563
  /**
1564
- * 一个或者多个过滤值。
1564
+ * 一个或者多个过滤值
1565
1565
  */
1566
1566
  Values: Array<string>
1567
1567
  }
@@ -5358,7 +5358,7 @@ export interface DomainFilter {
5358
5358
  */
5359
5359
  Name: string
5360
5360
  /**
5361
- * 过滤字段值。
5361
+ * 过滤字段值,默认最多传 5 个。当 Name 是 origin/domain 且 Fuzzy 传 true,最多传 1 个。
5362
5362
  */
5363
5363
  Value: Array<string>
5364
5364
  /**
@@ -970,6 +970,16 @@ Modify 集群变更中;
970
970
  注意:此字段可能返回 null,表示取不到有效值。
971
971
  */
972
972
  Details?: InstanceDetail
973
+ /**
974
+ * 安全组白名单
975
+ 注意:此字段可能返回 null,表示取不到有效值。
976
+ */
977
+ IsWhiteSGs?: boolean
978
+ /**
979
+ * 绑定的安全组
980
+ 注意:此字段可能返回 null,表示取不到有效值。
981
+ */
982
+ BindSGs?: Array<string>
973
983
  }
974
984
 
975
985
  /**
@@ -3158,23 +3158,28 @@ export interface DescribeCustomizedConfigAssociateListResponse {
3158
3158
  */
3159
3159
  export interface SetCustomizedConfigForLoadBalancerRequest {
3160
3160
  /**
3161
- * 操作类型:'ADD', 'DELETE', 'UPDATE', 'BIND', 'UNBIND'
3161
+ * 操作类型。
3162
+ - ADD:添加
3163
+ - DELETE:删除
3164
+ - UPDATE:修改
3165
+ - BIND:绑定
3166
+ - UNBIND:解绑
3162
3167
  */
3163
3168
  OperationType: string
3164
3169
  /**
3165
- * 除了创建个性化配置外,必传此字段,如:pz-1234abcd
3170
+ * 个性化配置ID。除了创建个性化配置外,必传此字段,如:pz-1234abcd
3166
3171
  */
3167
3172
  UconfigId?: string
3168
3173
  /**
3169
- * 创建个性化配置或修改个性化配置的内容时,必传此字段
3174
+ * 个性化配置内容。创建个性化配置或修改个性化配置的内容时,必传此字段
3170
3175
  */
3171
3176
  ConfigContent?: string
3172
3177
  /**
3173
- * 创建个性化配置或修改个性化配置的名字时,必传此字段
3178
+ * 个性化配置名称。创建个性化配置或修改个性化配置的名字时,必传此字段
3174
3179
  */
3175
3180
  ConfigName?: string
3176
3181
  /**
3177
- * 绑定解绑时,必传此字段
3182
+ * 负载均衡实例ID。绑定解绑时,必传此字段
3178
3183
  */
3179
3184
  LoadBalancerIds?: Array<string>
3180
3185
  }
@@ -3916,7 +3921,7 @@ export interface SetCustomizedConfigForLoadBalancerResponse {
3916
3921
  /**
3917
3922
  * 个性化配置ID,如:pz-1234abcd
3918
3923
  */
3919
- ConfigId: string
3924
+ ConfigId?: string
3920
3925
  /**
3921
3926
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3922
3927
  */
@@ -177,6 +177,7 @@ import {
177
177
  InquirePriceCreateRequest,
178
178
  ModifyAuditServiceRequest,
179
179
  ModifyClusterNameResponse,
180
+ CrossRegionBackupItem,
180
181
  ExportInstanceSlowQueriesRequest,
181
182
  ModifyAuditServiceResponse,
182
183
  ResumeServerlessResponse,
@@ -208,7 +209,7 @@ import {
208
209
  BizTaskModifyParamsData,
209
210
  RollBackClusterRequest,
210
211
  Module,
211
- ModifyBackupConfigRequest,
212
+ ProxyVersionInfo,
212
213
  DisassociateSecurityGroupsResponse,
213
214
  DescribeClusterDatabasesRequest,
214
215
  BizTaskInfo,
@@ -403,6 +404,7 @@ import {
403
404
  DescribeBinlogConfigResponse,
404
405
  DescribeAuditLogFilesRequest,
405
406
  SaleRegion,
407
+ ModifyBackupConfigRequest,
406
408
  DeleteAuditLogFileRequest,
407
409
  DescribeIsolatedInstancesResponse,
408
410
  GrantAccountPrivilegesResponse,
@@ -636,7 +638,7 @@ export class Client extends AbstractClient {
636
638
  }
637
639
 
638
640
  /**
639
- * 查询任务列表
641
+ * 本接口(DescribeTasks)用于查询任务列表。
640
642
  */
641
643
  async DescribeTasks(
642
644
  req: DescribeTasksRequest,
@@ -2647,6 +2647,11 @@ export interface ManualBackupData {
2647
2647
  * 备份时间
2648
2648
  */
2649
2649
  SnapshotTime?: string
2650
+ /**
2651
+ * 跨地域备份项详细信息
2652
+ 注意:此字段可能返回 null,表示取不到有效值。
2653
+ */
2654
+ CrossRegionBackupInfos?: Array<CrossRegionBackupItem>
2650
2655
  }
2651
2656
 
2652
2657
  /**
@@ -4213,6 +4218,27 @@ export interface ModifyClusterNameResponse {
4213
4218
  RequestId?: string
4214
4219
  }
4215
4220
 
4221
+ /**
4222
+ * 跨地域备份各地域备份信息
4223
+ */
4224
+ export interface CrossRegionBackupItem {
4225
+ /**
4226
+ * 备份的目标地域
4227
+ 注意:此字段可能返回 null,表示取不到有效值。
4228
+ */
4229
+ CrossRegion?: string
4230
+ /**
4231
+ * 目标地域的备份任务ID
4232
+ 注意:此字段可能返回 null,表示取不到有效值。
4233
+ */
4234
+ BackupId?: string
4235
+ /**
4236
+ * 目标地域的备份状态
4237
+ 注意:此字段可能返回 null,表示取不到有效值。
4238
+ */
4239
+ BackupStatus?: string
4240
+ }
4241
+
4216
4242
  /**
4217
4243
  * ExportInstanceSlowQueries请求参数结构体
4218
4244
  */
@@ -5199,41 +5225,19 @@ export interface Module {
5199
5225
  }
5200
5226
 
5201
5227
  /**
5202
- * ModifyBackupConfig请求参数结构体
5228
+ * TDSQL-C MySQL支持的proxy版本信息
5203
5229
  */
5204
- export interface ModifyBackupConfigRequest {
5205
- /**
5206
- * 集群ID
5207
- */
5208
- ClusterId: string
5230
+ export interface ProxyVersionInfo {
5209
5231
  /**
5210
- * 表示全备开始时间,[0-24*3600], 如0:00, 1:00, 2:00 分别为 0,3600, 7200
5211
- */
5212
- BackupTimeBeg?: number
5213
- /**
5214
- * 表示全备结束时间,[0-24*3600], 如0:00, 1:00, 2:00 分别为 0,3600, 7200
5215
- */
5216
- BackupTimeEnd?: number
5217
- /**
5218
- * 表示保留备份时长, 单位秒,超过该时间将被清理, 七天表示为3600*24*7=604800,最大为158112000
5219
- */
5220
- ReserveDuration?: number
5221
- /**
5222
- * 该参数目前不支持修改,无需填写。备份频率,长度为7的数组,分别对应周一到周日的备份方式,full-全量备份,increment-增量备份
5223
- */
5224
- BackupFreq?: Array<string>
5225
- /**
5226
- * 该参数目前不支持修改,无需填写。备份方式,logic-逻辑备份,snapshot-快照备份
5227
- */
5228
- BackupType?: string
5229
- /**
5230
- * 逻辑备份配置
5232
+ * proxy版本号
5233
+ 注意:此字段可能返回 null,表示取不到有效值。
5231
5234
  */
5232
- LogicBackupConfig?: LogicBackupConfigInfo
5235
+ ProxyVersion?: string
5233
5236
  /**
5234
- * 是否删除自动逻辑备份
5237
+ * 版本描述:GA:稳定版 BETA:尝鲜版,DEPRECATED:过旧,
5238
+ 注意:此字段可能返回 null,表示取不到有效值。
5235
5239
  */
5236
- DeleteAutoLogicBackup?: boolean
5240
+ ProxyVersionType?: string
5237
5241
  }
5238
5242
 
5239
5243
  /**
@@ -5375,6 +5379,7 @@ export interface BizTaskInfo {
5375
5379
  /**
5376
5380
  * 修改参数任务信息
5377
5381
  注意:此字段可能返回 null,表示取不到有效值。
5382
+ * @deprecated
5378
5383
  */
5379
5384
  ModifyParamsData?: Array<ModifyParamsData>
5380
5385
  /**
@@ -7739,6 +7744,10 @@ export interface DescribeSupportProxyVersionResponse {
7739
7744
  注意:此字段可能返回 null,表示取不到有效值。
7740
7745
  */
7741
7746
  CurrentProxyVersion?: string
7747
+ /**
7748
+ * 代理版本详情
7749
+ */
7750
+ SupportProxyVersionDetail?: Array<ProxyVersionInfo>
7742
7751
  /**
7743
7752
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
7744
7753
  */
@@ -10365,6 +10374,44 @@ export interface SaleRegion {
10365
10374
  Modules: Array<Module>
10366
10375
  }
10367
10376
 
10377
+ /**
10378
+ * ModifyBackupConfig请求参数结构体
10379
+ */
10380
+ export interface ModifyBackupConfigRequest {
10381
+ /**
10382
+ * 集群ID
10383
+ */
10384
+ ClusterId: string
10385
+ /**
10386
+ * 表示全备开始时间,[0-24*3600], 如0:00, 1:00, 2:00 分别为 0,3600, 7200
10387
+ */
10388
+ BackupTimeBeg?: number
10389
+ /**
10390
+ * 表示全备结束时间,[0-24*3600], 如0:00, 1:00, 2:00 分别为 0,3600, 7200
10391
+ */
10392
+ BackupTimeEnd?: number
10393
+ /**
10394
+ * 表示保留备份时长, 单位秒,超过该时间将被清理, 七天表示为3600*24*7=604800,最大为158112000
10395
+ */
10396
+ ReserveDuration?: number
10397
+ /**
10398
+ * 该参数目前不支持修改,无需填写。备份频率,长度为7的数组,分别对应周一到周日的备份方式,full-全量备份,increment-增量备份
10399
+ */
10400
+ BackupFreq?: Array<string>
10401
+ /**
10402
+ * 该参数目前不支持修改,无需填写。备份方式,logic-逻辑备份,snapshot-快照备份
10403
+ */
10404
+ BackupType?: string
10405
+ /**
10406
+ * 逻辑备份配置
10407
+ */
10408
+ LogicBackupConfig?: LogicBackupConfigInfo
10409
+ /**
10410
+ * 是否删除自动逻辑备份
10411
+ */
10412
+ DeleteAutoLogicBackup?: boolean
10413
+ }
10414
+
10368
10415
  /**
10369
10416
  * DeleteAuditLogFile请求参数结构体
10370
10417
  */
@@ -522,6 +522,10 @@ export interface DSPACosMetaDataInfo {
522
522
  * COS桶存储量
523
523
  */
524
524
  Storage?: number
525
+ /**
526
+ * 治理授权状态,0:关闭 1:开启
527
+ */
528
+ GovernAuthStatus?: number
525
529
  }
526
530
 
527
531
  /**
@@ -837,6 +841,11 @@ export interface ReportInfo {
837
841
  注意:此字段可能返回 null,表示取不到有效值。
838
842
  */
839
843
  ProgressPercent?: number
844
+ /**
845
+ * 报告模版名称
846
+ 注意:此字段可能返回 null,表示取不到有效值。
847
+ */
848
+ ReportTemplateName?: string
840
849
  }
841
850
 
842
851
  /**
@@ -1920,14 +1929,6 @@ postgre_like_proto -- Postgre协议类关系型数据库。
1920
1929
  * 自建云资源ID。
1921
1930
  */
1922
1931
  ResourceId: string
1923
- /**
1924
- * 可用于访问自建云资源的IP。
1925
- */
1926
- ResourceVip: string
1927
- /**
1928
- * 可用于访问自建云资源的端口。
1929
- */
1930
- ResourceVPort: number
1931
1932
  /**
1932
1933
  * 自建云资源的VPC ID。
1933
1934
  */
@@ -1943,11 +1944,21 @@ clb - 通过LB的方式进行访问。
1943
1944
  */
1944
1945
  ResourceAccessType: string
1945
1946
  /**
1946
- * 账户名。
1947
+ * 可用于访问自建云资源的IP。
1948
+ emr的连接不需要使用该字段
1949
+ */
1950
+ ResourceVip: string
1951
+ /**
1952
+ * 可用于访问自建云资源的端口。
1953
+ emr的连接不需要使用该字段
1954
+ */
1955
+ ResourceVPort: number
1956
+ /**
1957
+ * 账户名。如果emr_hive的连接方式为“LDAP”,则复用该字段
1947
1958
  */
1948
1959
  UserName: string
1949
1960
  /**
1950
- * 账户密码。
1961
+ * 账户密码。如果emr_hive的连接方式为“LDAP”,则复用该字段
1951
1962
  */
1952
1963
  Password: string
1953
1964
  /**
@@ -1965,6 +1976,10 @@ serviceName
1965
1976
  * 实例值
1966
1977
  */
1967
1978
  InstanceValue?: string
1979
+ /**
1980
+ * 授权范围(all:授权整个数据源 manual:手动指定数据库)
1981
+ */
1982
+ AuthRange?: string
1968
1983
  }
1969
1984
 
1970
1985
  /**
@@ -3118,6 +3133,8 @@ BuildType - cloud(云原生资源)、build(用户自建资源),不支
3118
3133
  MetaType - cdb(云数据Mysql)、dcdb(TDSQL MySQL版)、mariadb(云数据库 MariaDB)、postgres(云数据库 PostgreSQL)、cynosdbmysql(TDSQL-C MySQL版)、cos(对象存储)、mysql_like_proto(自建型Mysql协议类关系型数据库)、postgre_like_proto(自建型Postgre协议类关系型数据库)。
3119
3134
 
3120
3135
  ResourceId - 资源ID,支持模糊搜索。
3136
+
3137
+ CvmID - 自建资源对应CvmId,如:ins-xxxxxxxx。该字段用于casb调用dsgc接口时,根据cvmId和vport确定具体的自建实例
3121
3138
  */
3122
3139
  Filters?: Array<DspaDataSourceMngFilter>
3123
3140
  /**
@@ -5490,6 +5507,14 @@ export interface AuthorizeDSPAMetaResourcesRequest {
5490
5507
  * 用户授权的账户信息,如果是一键自动授权模式,则不需要填写账户名与密码。
5491
5508
  */
5492
5509
  ResourcesAccount: Array<DspaResourceAccount>
5510
+ /**
5511
+ * 创建默认主模板扫描任务
5512
+ */
5513
+ CreateDefaultTask?: boolean
5514
+ /**
5515
+ * 授权范围(all:授权整个数据源 manual:手动指定数据库)
5516
+ */
5517
+ AuthRange?: string
5493
5518
  }
5494
5519
 
5495
5520
  /**
@@ -5673,6 +5698,18 @@ export interface GetUserQuotaInfoResponse {
5673
5698
  * cos月解绑次数
5674
5699
  */
5675
5700
  COSUnbindNum?: number
5701
+ /**
5702
+ * 用户购买的实例配额。
5703
+ */
5704
+ InsTotalQuota?: number
5705
+ /**
5706
+ * 用户可用的实例配额。
5707
+ */
5708
+ InsRemainQuota?: number
5709
+ /**
5710
+ * 用户购买的版本
5711
+ */
5712
+ Version?: string
5676
5713
  /**
5677
5714
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
5678
5715
  */
@@ -5994,6 +6031,15 @@ export interface DspaUserResourceMeta {
5994
6031
  注意:此字段可能返回 null,表示取不到有效值。
5995
6032
  */
5996
6033
  InstanceValue?: string
6034
+ /**
6035
+ * //治理授权状态(0:关闭 1:开启)
6036
+ */
6037
+ GovernAuthStatus?: number
6038
+ /**
6039
+ * 授权范围:all - 授权整个数据源 manual:手动指定数据源
6040
+ 注意:此字段可能返回 null,表示取不到有效值。
6041
+ */
6042
+ AuthRange?: string
5997
6043
  }
5998
6044
 
5999
6045
  /**
@@ -6874,6 +6920,16 @@ export interface DspaInstance {
6874
6920
  注意:此字段可能返回 null,表示取不到有效值。
6875
6921
  */
6876
6922
  Channel?: string
6923
+ /**
6924
+ * 已授权的实例数量
6925
+ 注意:此字段可能返回 null,表示取不到有效值。
6926
+ */
6927
+ InsAuthCount?: number
6928
+ /**
6929
+ * 已购买的实例数量
6930
+ 注意:此字段可能返回 null,表示取不到有效值。
6931
+ */
6932
+ InsTotalQuota?: number
6877
6933
  }
6878
6934
 
6879
6935
  /**
@@ -7355,6 +7411,10 @@ UserName和Password必须同时填写或同时为空。
7355
7411
  UserName和Password必须同时填写或同时为空。
7356
7412
  */
7357
7413
  Password: string
7414
+ /**
7415
+ * 授权范围:all 授权全部 manual:手动指定
7416
+ */
7417
+ AuthRange?: string
7358
7418
  }
7359
7419
 
7360
7420
  /**
@@ -200,6 +200,7 @@ import {
200
200
  DescribeFlowEvidenceReportRequest,
201
201
  FailedCreateRoleData,
202
202
  DescribeBillUsageRequest,
203
+ ExtendScene,
203
204
  DescribeBillUsageResponse,
204
205
  ApproverInfo,
205
206
  CreateFlowSignReviewResponse,
@@ -1249,26 +1250,19 @@ export class Client extends AbstractClient {
1249
1250
  }
1250
1251
 
1251
1252
  /**
1252
- * 管理企业扩展服务 ,企业经办人需要是企业超管或者法人。
1253
+ * 管理企业扩展服务
1253
1254
 
1254
- 跳转小程序的几种方式:主要是设置不同的EndPoint
1255
- 1. 通过链接Url直接跳转到小程序,不需要返回
1256
- 设置EndPoint为WEIXINAPP,得到链接打开即可。
1255
+ - **直接开通的情形:** 若在操作过程中接口没有返回跳转链接,这表明无需进行任何跳转操作。此时,相应的企业拓展服务将会直接被开通或关闭。
1257
1256
 
1258
- 2. 客户App直接跳转到小程序-->腾讯电子签小程序操作完成-->返回App
1259
- 跳转到小程序的实现,参考官方文档<a href="https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/launchApp.html">打开 App</a>
1260
- 设置EndPoint为APP,得到path。
1257
+ - **需要法人或者超管签署开通协议的情形:** 当需要开通以下企业拓展服务时, 系统将返回一个操作链接。贵方需要主动联系并通知企业的超级管理员(超管)或法人。由他们点击该链接,完成服务的开通操作。
1258
+ - **OPEN_SERVER_SIGN(企业自动签)**
1259
+ - **OVERSEA_SIGN(企业与港澳台居民签署合同)**
1261
1260
 
1262
- 3. 客户小程序直接跳到电子签小程序-->腾讯电子签小程序操作完成--->回到客户小程序
1263
- 跳转到小程序的实现,参考官方文档(分为<a href="https://developers.weixin.qq.com/miniprogram/dev/api/navigate/wx.navigateToMiniProgram.html">全屏</a>、<a href="https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/openEmbeddedMiniProgram.html">半屏</a>两种方式),如何配置也可以请参考: <a href="https://qian.tencent.com/developers/company/openwxminiprogram">跳转电子签小程序配置</a>
1264
- 设置EndPoint为APP,得到path。
1261
+ 注意: `在调用此接口以管理企业扩展服务时,操作者(入参中的Operator)必须是企业的超级管理员(超管)或法人`
1265
1262
 
1266
- 4.其中小程序的原始Id如下,或者查看小程序信息自助获取。
1267
1263
 
1268
- | 小程序 | AppID | 原始ID |
1269
- | ------------ | ------------ | ------------ |
1270
- | 腾讯电子签(正式版) | wxa023b292fd19d41d | gh_da88f6188665 |
1271
- | 腾讯电子签Demo | wx371151823f6f3edf | gh_39a5d3de69fa |
1264
+ 对应的扩展服务能力可以在控制台的【扩展服务】中找到
1265
+ ![image](https://qcloudimg.tencent-cloud.cn/raw/7eb35d2473d6c29784f3b35617bca9a9.png)
1272
1266
  */
1273
1267
  async ModifyExtendedService(
1274
1268
  req: ModifyExtendedServiceRequest,