tencentcloud-sdk-nodejs 4.0.550 → 4.0.551

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 (59) hide show
  1. package/CHANGELOG.md +196 -0
  2. package/SERVICE_CHANGELOG.md +329 -317
  3. package/package.json +1 -1
  4. package/products.md +22 -22
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/clb/v20180317/clb_models.ts +7 -1
  7. package/src/services/cynosdb/v20190107/cynosdb_models.ts +13 -1
  8. package/src/services/dcdb/v20180411/dcdb_models.ts +9 -17
  9. package/src/services/dts/v20211206/dts_client.ts +1 -1
  10. package/src/services/dts/v20211206/dts_models.ts +11 -11
  11. package/src/services/essbasic/v20210526/essbasic_client.ts +1 -1
  12. package/src/services/essbasic/v20210526/essbasic_models.ts +5 -5
  13. package/src/services/kms/v20190118/kms_models.ts +14 -8
  14. package/src/services/live/v20180801/live_models.ts +3 -2
  15. package/src/services/mariadb/v20170312/mariadb_models.ts +8 -9
  16. package/src/services/monitor/v20180724/monitor_client.ts +1 -0
  17. package/src/services/monitor/v20180724/monitor_models.ts +73 -18
  18. package/src/services/redis/v20180412/redis_client.ts +58 -34
  19. package/src/services/redis/v20180412/redis_models.ts +143 -48
  20. package/src/services/tcr/v20190924/tcr_client.ts +0 -14
  21. package/src/services/tcr/v20190924/tcr_models.ts +0 -52
  22. package/src/services/teo/v20220901/teo_models.ts +2 -2
  23. package/src/services/tione/v20211111/tione_models.ts +1 -1
  24. package/src/services/trtc/v20190722/trtc_models.ts +24 -0
  25. package/src/services/vod/v20180717/vod_client.ts +1 -0
  26. package/src/services/vod/v20180717/vod_models.ts +42 -6
  27. package/src/services/waf/v20180125/waf_client.ts +12 -0
  28. package/src/services/waf/v20180125/waf_models.ts +40 -0
  29. package/tencentcloud/common/sdk_version.d.ts +1 -1
  30. package/tencentcloud/common/sdk_version.js +1 -1
  31. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +6 -1
  32. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +11 -1
  33. package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +7 -15
  34. package/tencentcloud/services/dts/v20211206/dts_client.d.ts +1 -1
  35. package/tencentcloud/services/dts/v20211206/dts_client.js +1 -1
  36. package/tencentcloud/services/dts/v20211206/dts_models.d.ts +11 -11
  37. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +1 -1
  38. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +1 -1
  39. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +5 -5
  40. package/tencentcloud/services/kms/v20190118/kms_models.d.ts +13 -8
  41. package/tencentcloud/services/live/v20180801/live_models.d.ts +1 -0
  42. package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +7 -8
  43. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +64 -18
  44. package/tencentcloud/services/redis/v20180412/redis_client.d.ts +19 -11
  45. package/tencentcloud/services/redis/v20180412/redis_client.js +27 -15
  46. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +125 -43
  47. package/tencentcloud/services/tcr/v20190924/tcr_client.d.ts +1 -7
  48. package/tencentcloud/services/tcr/v20190924/tcr_client.js +0 -8
  49. package/tencentcloud/services/tcr/v20190924/tcr_models.d.ts +0 -44
  50. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +2 -2
  51. package/tencentcloud/services/tione/v20211111/tione_models.d.ts +1 -1
  52. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +20 -0
  53. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +35 -4
  54. package/tencentcloud/services/waf/v20180125/waf_client.d.ts +5 -1
  55. package/tencentcloud/services/waf/v20180125/waf_client.js +6 -0
  56. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +33 -0
  57. package/test/redis.v20180412.test.js +30 -10
  58. package/test/tcr.v20190924.test.js +0 -10
  59. package/test/waf.v20180125.test.js +10 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.550",
3
+ "version": "4.0.551",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {
package/products.md CHANGED
@@ -54,7 +54,7 @@
54
54
  | cim | [](https://cloud.tencent.com/document/product) | 2019-05-16 17:21:18 |
55
55
  | cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
56
56
  | ckafka | [消息队列 CKafka](https://cloud.tencent.com/document/product/597) | 2023-02-24 01:08:10 |
57
- | clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2023-02-27 01:13:11 |
57
+ | clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2023-03-03 01:09:04 |
58
58
  | cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2023-02-07 01:15:35 |
59
59
  | cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2022-12-14 01:17:29 |
60
60
  | cloudstudio | [Cloud Studio(云端 IDE)](https://cloud.tencent.com/document/product/1039) | 2023-03-02 01:11:42 |
@@ -67,21 +67,21 @@
67
67
  | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2023-03-01 01:14:49 |
68
68
  | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2023-02-21 01:18:09 |
69
69
  | cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
70
- | cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2023-02-27 01:18:09 |
70
+ | cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2023-03-03 01:13:15 |
71
71
  | dasb | [T-Sec-堡垒机(BH)](https://cloud.tencent.com/document/product/1025) | 2023-02-27 17:21:05 |
72
72
  | dataintegration | [数据接入平台](https://cloud.tencent.com/document/product/1591) | 2022-07-26 15:32:15 |
73
73
  | dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2023-01-13 01:19:41 |
74
74
  | dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2023-02-23 01:19:20 |
75
75
  | dbdc | [云数据库独享集群](https://cloud.tencent.com/document/product/1322) | 2022-11-23 06:23:05 |
76
76
  | dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2022-10-26 06:29:47 |
77
- | dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2023-02-27 01:19:52 |
77
+ | dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2023-03-03 01:15:06 |
78
78
  | dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2023-02-24 01:10:57 |
79
79
  | dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2023-02-27 01:20:45 |
80
80
  | domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2023-02-22 01:23:19 |
81
81
  | drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2022-04-04 06:38:48 |
82
82
  | ds | [文档服务](https://cloud.tencent.com/document/product/869) | 2023-02-01 01:21:28 |
83
83
  | dtf | [分布式事务](https://cloud.tencent.com/document/product/1224) | 2022-04-04 06:38:57 |
84
- | dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2023-02-27 01:22:55 |
84
+ | dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2023-03-03 01:17:26 |
85
85
  | eb | [事件总线](https://cloud.tencent.com/document/product/1359) | 2023-02-28 01:29:39 |
86
86
  | ecc | [英文作文批改](https://cloud.tencent.com/document/product/1076) | 2022-04-04 06:39:27 |
87
87
  | ecdn | [全站加速网络](https://cloud.tencent.com/document/product/570) | 2022-04-08 06:06:57 |
@@ -90,8 +90,8 @@
90
90
  | eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2022-11-16 06:22:42 |
91
91
  | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2023-02-14 01:26:03 |
92
92
  | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2023-02-01 01:24:04 |
93
- | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-03-02 01:21:05 |
94
- | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-03-01 18:01:07 |
93
+ | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-03-03 01:19:30 |
94
+ | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-03-03 01:20:29 |
95
95
  | facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2023-02-27 01:25:30 |
96
96
  | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-03-01 01:27:36 |
97
97
  | fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2023-02-02 01:28:41 |
@@ -103,7 +103,7 @@
103
103
  | gs | [云游戏](https://cloud.tencent.com/document/product/1162) | 2023-03-01 01:28:37 |
104
104
  | gse | [游戏服务器伸缩](https://cloud.tencent.com/document/product/1165) | 2022-07-11 06:12:44 |
105
105
  | habo | [](https://cloud.tencent.com/document/product) | 2019-05-09 19:37:22 |
106
- | hasim | [高可用物联网卡](https://cloud.tencent.com/document/product/1482) | 2023-01-13 01:28:00 |
106
+ | hasim | [高可用物联网卡](https://cloud.tencent.com/document/product/1482) | 2023-03-03 01:21:56 |
107
107
  | hcm | [数学作业批改](https://cloud.tencent.com/document/product/1004) | 2023-01-12 01:21:36 |
108
108
  | iai | [人脸识别](https://cloud.tencent.com/document/product/867) | 2023-02-10 01:38:04 |
109
109
  | ic | [图片瘦身](https://cloud.tencent.com/document/product/636) | 2023-03-02 01:23:21 |
@@ -121,20 +121,20 @@
121
121
  | irp | [智能推荐平台](https://cloud.tencent.com/document/product/1541) | 2023-02-17 04:09:06 |
122
122
  | ivld | [媒体智能标签](https://cloud.tencent.com/document/product/1509) | 2022-10-28 11:32:11 |
123
123
  | keewidb | [云数据库 KeeWiDB](https://cloud.tencent.com/document/product/1520) | 2023-03-01 01:32:51 |
124
- | kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2022-12-13 10:37:12 |
124
+ | kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2023-03-03 01:26:52 |
125
125
  | lcic | [低代码互动课堂](https://cloud.tencent.com/document/product/1639) | 2023-02-28 01:44:45 |
126
126
  | lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2023-03-02 01:27:22 |
127
- | live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-03-02 01:27:59 |
127
+ | live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-03-03 01:27:47 |
128
128
  | lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
129
129
  | lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
130
- | mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2023-02-20 01:41:08 |
130
+ | mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2023-03-03 01:28:28 |
131
131
  | market | [云市场](https://cloud.tencent.com/document/product/306) | 2022-04-04 06:57:43 |
132
132
  | memcached | [云数据库Memcached](https://cloud.tencent.com/document/product/241) | 2022-10-31 06:39:12 |
133
133
  | mgobe | [游戏联机对战引擎](https://cloud.tencent.com/document/product/1038) | 2022-07-08 06:11:32 |
134
134
  | mmps | [小程序安全](https://cloud.tencent.com/document/product/1223) | 2023-01-10 01:33:47 |
135
135
  | mna | [移动网络加速](https://cloud.tencent.com/document/product/1385) | 2023-02-24 01:20:12 |
136
136
  | mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2023-03-01 01:35:11 |
137
- | monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2023-02-17 04:29:53 |
137
+ | monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2023-03-03 01:29:23 |
138
138
  | mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2023-02-02 01:40:19 |
139
139
  | mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2023-03-02 01:30:06 |
140
140
  | ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2023-01-11 01:32:47 |
@@ -143,7 +143,7 @@
143
143
  | nlp | [自然语言处理](https://cloud.tencent.com/document/product/271) | 2023-02-15 01:45:01 |
144
144
  | npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
145
145
  | oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2023-03-01 01:36:28 |
146
- | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-03-02 01:30:53 |
146
+ | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-03-03 01:34:33 |
147
147
  | organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2023-02-17 04:46:25 |
148
148
  | partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2023-02-20 01:44:36 |
149
149
  | pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2022-04-04 07:02:02 |
@@ -151,7 +151,7 @@
151
151
  | privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2022-12-09 01:52:05 |
152
152
  | pts | [云压测](https://cloud.tencent.com/document/product/1484) | 2023-03-02 01:32:50 |
153
153
  | rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2022-09-23 06:43:17 |
154
- | redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2023-02-23 01:48:21 |
154
+ | redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2023-03-03 01:39:15 |
155
155
  | region | [地域管理系统](https://cloud.tencent.com/document/product/1596) | 2022-12-28 01:09:18 |
156
156
  | rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2022-04-04 07:04:04 |
157
157
  | rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-04-04 07:04:06 |
@@ -165,12 +165,12 @@
165
165
  | solar | [智汇零售](https://cloud.tencent.com/document/product) | 2020-03-19 08:01:59 |
166
166
  | sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2023-03-01 01:40:19 |
167
167
  | ssa | [安全运营中心](https://cloud.tencent.com/document/product/664) | 2023-02-21 02:01:02 |
168
- | ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) | 2022-12-28 14:53:49 |
168
+ | ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) | 2023-03-03 01:41:47 |
169
169
  | sslpod | [证书监控 SSLPod](https://cloud.tencent.com/document/product/1084) | 2023-03-02 01:35:41 |
170
170
  | ssm | [凭据管理系统](https://cloud.tencent.com/document/product/1140) | 2022-10-20 06:38:33 |
171
171
  | sts | [安全凭证服务](https://cloud.tencent.com/document/product/1312) | 2023-01-09 01:42:07 |
172
172
  | taf | [流量反欺诈](https://cloud.tencent.com/document/product/1031) | 2022-09-12 06:39:19 |
173
- | tag | [标签](https://cloud.tencent.com/document/product/651) | 2022-11-04 06:36:49 |
173
+ | tag | [标签](https://cloud.tencent.com/document/product/651) | 2023-03-03 01:42:58 |
174
174
  | tan | [碳引擎](https://cloud.tencent.com/document/product/1498) | 2022-07-19 06:17:34 |
175
175
  | tat | [自动化助手](https://cloud.tencent.com/document/product/1340) | 2023-02-20 01:49:40 |
176
176
  | tav | [文件检测](https://cloud.tencent.com/document/product) | 2019-11-28 22:10:04 |
@@ -183,14 +183,14 @@
183
183
  | tcex | [腾讯云释义](https://cloud.tencent.com/document/product/1266) | 2022-07-21 06:17:29 |
184
184
  | tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
185
185
  | tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2023-02-23 01:54:00 |
186
- | tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2023-03-01 01:43:01 |
186
+ | tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2023-03-03 01:45:06 |
187
187
  | tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2023-02-28 01:55:02 |
188
188
  | tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2022-10-21 06:47:14 |
189
189
  | tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2023-01-31 01:58:44 |
190
190
  | tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-02-21 02:10:01 |
191
191
  | tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2022-12-06 07:10:10 |
192
192
  | tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2023-03-02 01:40:29 |
193
- | teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-03-01 01:51:04 |
193
+ | teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-03-03 01:53:02 |
194
194
  | thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2023-02-28 02:19:52 |
195
195
  | tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
196
196
  | tic | [资源编排 TIC](https://cloud.tencent.com/document/product/1213) | 2022-10-31 06:55:14 |
@@ -198,15 +198,15 @@
198
198
  | tics | [威胁情报云查服务](https://cloud.tencent.com/document/product/1013) | 2022-04-04 07:16:59 |
199
199
  | tiems | [腾讯云 TI 平台 TI-EMS ](https://cloud.tencent.com/document/product/1120) | 2022-07-19 06:19:39 |
200
200
  | tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2023-02-08 02:09:17 |
201
- | tione | [TI-ONE 训练平台](https://cloud.tencent.com/document/product/851) | 2023-03-02 01:43:10 |
201
+ | tione | [TI-ONE 训练平台](https://cloud.tencent.com/document/product/851) | 2023-03-03 01:55:44 |
202
202
  | tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2023-01-16 02:13:33 |
203
- | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2023-03-01 01:55:40 |
203
+ | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2023-03-03 01:56:18 |
204
204
  | tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
205
205
  | tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2022-11-18 06:55:59 |
206
206
  | tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2023-01-09 01:52:45 |
207
207
  | trdp | [流量风险决策平台](https://cloud.tencent.com/document/product/1604) | 2022-12-07 07:14:03 |
208
208
  | trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2023-01-31 02:06:12 |
209
- | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2023-03-02 01:44:59 |
209
+ | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2023-03-03 01:57:42 |
210
210
  | tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2023-03-01 01:57:41 |
211
211
  | tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2023-02-23 02:05:41 |
212
212
  | tsw | [微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2022-10-31 06:59:44 |
@@ -214,9 +214,9 @@
214
214
  | ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2022-04-04 07:22:44 |
215
215
  | vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2022-11-16 06:46:30 |
216
216
  | vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2022-04-04 07:22:54 |
217
- | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-02-22 02:07:08 |
217
+ | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-03-03 01:59:32 |
218
218
  | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-03-02 01:47:50 |
219
- | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-02-06 02:56:05 |
219
+ | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-03-03 02:02:13 |
220
220
  | wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2022-10-12 07:10:28 |
221
221
  | wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-02-28 02:28:46 |
222
222
  | wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
@@ -1 +1 @@
1
- export const sdkVersion = "4.0.550"
1
+ export const sdkVersion = "4.0.551"
@@ -517,7 +517,7 @@ export interface DescribeLoadBalancerTrafficResponse {
517
517
  * 按出带宽从高到低排序后的负载均衡信息。
518
518
  注意:此字段可能返回 null,表示取不到有效值。
519
519
  */
520
- LoadBalancerTraffic: Array<LoadBalancerTraffic>
520
+ LoadBalancerTraffic?: Array<LoadBalancerTraffic>
521
521
 
522
522
  /**
523
523
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -2089,6 +2089,12 @@ export interface LoadBalancerTraffic {
2089
2089
  * 最大出带宽,单位:Mbps
2090
2090
  */
2091
2091
  OutBandwidth: number
2092
+
2093
+ /**
2094
+ * CLB域名
2095
+ 注意:此字段可能返回 null,表示取不到有效值。
2096
+ */
2097
+ Domain: string
2092
2098
  }
2093
2099
 
2094
2100
  /**
@@ -2380,6 +2380,18 @@ pause
2380
2380
  注意:此字段可能返回 null,表示取不到有效值。
2381
2381
  */
2382
2382
  ResourceTags: Array<Tag>
2383
+
2384
+ /**
2385
+ * 主可用区
2386
+ 注意:此字段可能返回 null,表示取不到有效值。
2387
+ */
2388
+ MasterZone?: string
2389
+
2390
+ /**
2391
+ * 备可用区
2392
+ 注意:此字段可能返回 null,表示取不到有效值。
2393
+ */
2394
+ SlaveZones?: Array<string>
2383
2395
  }
2384
2396
 
2385
2397
  /**
@@ -5863,7 +5875,7 @@ export interface DescribeInstanceSpecsResponse {
5863
5875
  /**
5864
5876
  * 规格信息
5865
5877
  */
5866
- InstanceSpecSet: Array<InstanceSpec>
5878
+ InstanceSpecSet?: Array<InstanceSpec>
5867
5879
 
5868
5880
  /**
5869
5881
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -760,13 +760,13 @@ export interface CreateDCDBInstanceResponse {
760
760
  * 长订单号。可以据此调用 DescribeOrders
761
761
  查询订单详细信息,或在支付失败时调用用户账号相关接口进行支付。
762
762
  */
763
- DealName: string
763
+ DealName?: string
764
764
 
765
765
  /**
766
766
  * 订单对应的实例 ID 列表,如果此处没有返回实例 ID,可以通过订单查询接口获取。还可通过实例查询接口查询实例是否创建完成。
767
767
  注意:此字段可能返回 null,表示取不到有效值。
768
768
  */
769
- InstanceIds: Array<string>
769
+ InstanceIds?: Array<string>
770
770
 
771
771
  /**
772
772
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -938,12 +938,8 @@ export interface CreateHourDCDBInstanceRequest {
938
938
  ShardCpu?: number
939
939
 
940
940
  /**
941
- * 数据库引擎版本,当前可选:10.0.10,10.1.95.7.17
942
- 10.0.10 - Mariadb 10.0.10;
943
- 10.1.9 - Mariadb 10.1.9;
944
- 5.7.17 - Percona 5.7.17。
945
- 如果不填的话,默认为10.1.9,表示Mariadb 10.1.9。
946
- */
941
+ * 数据库引擎版本,当前可选:8.0,5.7,10.1,10.0
942
+ */
947
943
  DbVersionId?: string
948
944
 
949
945
  /**
@@ -2537,18 +2533,18 @@ export interface CreateHourDCDBInstanceResponse {
2537
2533
  /**
2538
2534
  * 订单对应的实例 ID 列表,如果此处没有返回实例 ID,可以通过订单查询接口获取。还可通过实例查询接口查询实例是否创建完成。
2539
2535
  */
2540
- InstanceIds: Array<string>
2536
+ InstanceIds?: Array<string>
2541
2537
 
2542
2538
  /**
2543
2539
  * 流程id,可以根据流程id查询创建进度
2544
2540
  */
2545
- FlowId: number
2541
+ FlowId?: number
2546
2542
 
2547
2543
  /**
2548
2544
  * 订单号。可以据此调用 DescribeOrders
2549
2545
  查询订单详细信息,或在支付失败时调用用户账号相关接口进行支付。
2550
2546
  */
2551
- DealName: string
2547
+ DealName?: string
2552
2548
 
2553
2549
  /**
2554
2550
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -3377,12 +3373,8 @@ export interface CreateDCDBInstanceRequest {
3377
3373
  SubnetId?: string
3378
3374
 
3379
3375
  /**
3380
- * 数据库引擎版本,当前可选:8.0.18,10.1.95.7.17
3381
- 8.0.18 - MySQL 8.0.18;
3382
- 10.1.9 - Mariadb 10.1.9;
3383
- 5.7.17 - Percona 5.7.17。
3384
- 如果不填的话,默认为5.7.17,表示Percona 5.7.17。
3385
- */
3376
+ * 数据库引擎版本,当前可选:8.0,5.7,10.1,10.0
3377
+ */
3386
3378
  DbVersionId?: string
3387
3379
 
3388
3380
  /**
@@ -418,7 +418,7 @@ export class Client extends AbstractClient {
418
418
  }
419
419
 
420
420
  /**
421
- * 查询同步校验任务结果
421
+ * 查询同步校验任务结果,检查必要参数和周边配置
422
422
  */
423
423
  async DescribeCheckSyncJobResult(
424
424
  req: DescribeCheckSyncJobResultRequest,
@@ -263,7 +263,7 @@ export interface ContinueMigrateJobRequest {
263
263
  */
264
264
  export interface DescribeCheckSyncJobResultRequest {
265
265
  /**
266
- * 同步任务id
266
+ * 同步实例id(即标识一个同步作业),形如sync-werwfs23,此值必填
267
267
  */
268
268
  JobId?: string
269
269
  }
@@ -948,34 +948,34 @@ export interface StopCompareRequest {
948
948
  */
949
949
  export interface DescribeCheckSyncJobResultResponse {
950
950
  /**
951
- * 校验结果
951
+ * 校验任务执行状态,如:notStarted(未开始)、running(校验中)、failed(校验任务失败)、success(任务成功)
952
952
  注意:此字段可能返回 null,表示取不到有效值。
953
953
  */
954
- Status: string
954
+ Status?: string
955
955
 
956
956
  /**
957
957
  * 步骤总数
958
958
  注意:此字段可能返回 null,表示取不到有效值。
959
959
  */
960
- StepCount: number
960
+ StepCount?: number
961
961
 
962
962
  /**
963
963
  * 当前所在步骤
964
964
  注意:此字段可能返回 null,表示取不到有效值。
965
965
  */
966
- StepCur: number
966
+ StepCur?: number
967
967
 
968
968
  /**
969
- * 总体进度
969
+ * 总体进度,范围为[0,100]
970
970
  注意:此字段可能返回 null,表示取不到有效值。
971
971
  */
972
- Progress: number
972
+ Progress?: number
973
973
 
974
974
  /**
975
975
  * 步骤信息
976
976
  注意:此字段可能返回 null,表示取不到有效值。
977
977
  */
978
- StepInfos: Array<StepInfo>
978
+ StepInfos?: Array<StepInfo>
979
979
 
980
980
  /**
981
981
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -2327,13 +2327,13 @@ export interface StepInfo {
2327
2327
  StepId?: string
2328
2328
 
2329
2329
  /**
2330
- * 当前状态,是否完成
2330
+ * 当前步骤状态,可能返回有 notStarted(未开始)、running(校验中)、failed(校验任务失败)、finished(完成)、skipped(跳过)、paused(暂停)
2331
2331
  注意:此字段可能返回 null,表示取不到有效值。
2332
2332
  */
2333
2333
  Status?: string
2334
2334
 
2335
2335
  /**
2336
- * 步骤开始时间
2336
+ * 步骤开始时间,可能为空
2337
2337
  注意:此字段可能返回 null,表示取不到有效值。
2338
2338
  */
2339
2339
  StartTime?: string
@@ -2351,7 +2351,7 @@ export interface StepInfo {
2351
2351
  Warnings?: Array<StepTip>
2352
2352
 
2353
2353
  /**
2354
- * 当前步骤进度
2354
+ * 当前步骤进度,范围为[0-100]
2355
2355
  注意:此字段可能返回 null,表示取不到有效值。
2356
2356
  */
2357
2357
  Progress?: number
@@ -309,7 +309,7 @@ export class Client extends AbstractClient {
309
309
  }
310
310
 
311
311
  /**
312
- * 此接口(CreateConsoleLoginUrl)用于创建渠道子客企业控制台Web/移动登录链接。登录链接是子客控制台的唯一入口。
312
+ * 此接口(CreateConsoleLoginUrl)用于创建子客企业控制台Web/移动登录链接。登录链接是子客控制台的唯一入口。
313
313
  若子客企业未激活,会进入企业激活流程,首次参与激活流程的经办人会成为超管。(若企业激活过程中填写信息有误,需要重置激活流程,可以换一个经办人OpenId获取新的链接进入。)
314
314
  若子客企业已激活,使用了新的经办人OpenId进入,则会进入经办人的实名流程。
315
315
  若子客企业、经办人均已完成认证,则会直接进入子客Web控制台。
@@ -403,7 +403,7 @@ export interface FlowFileInfo {
403
403
  */
404
404
  export interface CreateConsoleLoginUrlResponse {
405
405
  /**
406
- * 子客Web控制台url注意事项:
406
+ * 子客企业Web控制台url注意事项:
407
407
  1. 所有类型的链接在企业未认证/员工未认证完成时,只要在有效期内(一年)都可以访问
408
408
  2. 若企业认证完成且员工认证完成后,重新获取pc端的链接5分钟之内有效,且只能访问一次
409
409
  3. 若企业认证完成且员工认证完成后,重新获取H5/APP的链接只要在有效期内(一年)都可以访问
@@ -413,7 +413,7 @@ export interface CreateConsoleLoginUrlResponse {
413
413
  ConsoleUrl?: string
414
414
 
415
415
  /**
416
- * 渠道子客企业是否已开通腾讯电子签
416
+ * 子客企业是否已开通腾讯电子签
417
417
  */
418
418
  IsActivated?: boolean
419
419
 
@@ -1315,12 +1315,12 @@ export interface CreateConsoleLoginUrlRequest {
1315
1315
  Agent: Agent
1316
1316
 
1317
1317
  /**
1318
- * 渠道子客企业名称,最大长度64个字符
1318
+ * 子客企业名称,最大长度64个字符
1319
1319
  */
1320
1320
  ProxyOrganizationName: string
1321
1321
 
1322
1322
  /**
1323
- * 渠道子客企业经办人的姓名,最大长度50个字符
1323
+ * 子客企业经办人的姓名,最大长度50个字符
1324
1324
  */
1325
1325
  ProxyOperatorName?: string
1326
1326
 
@@ -1335,7 +1335,7 @@ export interface CreateConsoleLoginUrlRequest {
1335
1335
  ModuleId?: string
1336
1336
 
1337
1337
  /**
1338
- * 渠道子客企业统一社会信用代码,最大长度200个字符
1338
+ * 子客企业统一社会信用代码,最大长度200个字符
1339
1339
  */
1340
1340
  UniformSocialCreditCode?: string
1341
1341
 
@@ -1176,48 +1176,54 @@ export interface GetServiceStatusResponse {
1176
1176
  /**
1177
1177
  * KMS服务是否开通, true 表示已开通
1178
1178
  */
1179
- ServiceEnabled: boolean
1179
+ ServiceEnabled?: boolean
1180
1180
 
1181
1181
  /**
1182
1182
  * 服务不可用类型: 0-未购买,1-正常, 2-欠费停服, 3-资源释放
1183
1183
  注意:此字段可能返回 null,表示取不到有效值。
1184
1184
  */
1185
- InvalidType: number
1185
+ InvalidType?: number
1186
1186
 
1187
1187
  /**
1188
1188
  * 0-普通版,1-旗舰版
1189
1189
  */
1190
- UserLevel: number
1190
+ UserLevel?: number
1191
1191
 
1192
1192
  /**
1193
1193
  * 旗舰版到期时间(Epoch Unix Timestamp)。
1194
1194
  注意:此字段可能返回 null,表示取不到有效值。
1195
1195
  */
1196
- ProExpireTime: number
1196
+ ProExpireTime?: number
1197
1197
 
1198
1198
  /**
1199
1199
  * 旗舰版是否自动续费:0-不自动续费,1-自动续费
1200
1200
  注意:此字段可能返回 null,表示取不到有效值。
1201
1201
  */
1202
- ProRenewFlag: number
1202
+ ProRenewFlag?: number
1203
1203
 
1204
1204
  /**
1205
1205
  * 旗舰版购买记录的唯一性标识。如果为开通旗舰版,则返回值为空
1206
1206
  注意:此字段可能返回 null,表示取不到有效值。
1207
1207
  */
1208
- ProResourceId: string
1208
+ ProResourceId?: string
1209
1209
 
1210
1210
  /**
1211
1211
  * 是否开通 KMS 托管版
1212
1212
  注意:此字段可能返回 null,表示取不到有效值。
1213
1213
  */
1214
- ExclusiveVSMEnabled: boolean
1214
+ ExclusiveVSMEnabled?: boolean
1215
1215
 
1216
1216
  /**
1217
1217
  * 是否开通 KMS 独享版
1218
1218
  注意:此字段可能返回 null,表示取不到有效值。
1219
1219
  */
1220
- ExclusiveHSMEnabled: boolean
1220
+ ExclusiveHSMEnabled?: boolean
1221
+
1222
+ /**
1223
+ * KMS 订阅信息。
1224
+ 注意:此字段可能返回 null,表示取不到有效值。
1225
+ */
1226
+ SubscriptionInfo?: string
1221
1227
 
1222
1228
  /**
1223
1229
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -3712,8 +3712,9 @@ UTC 格式时间,例如:2019-01-07T15:00:00Z。
3712
3712
  Duration: number
3713
3713
 
3714
3714
  /**
3715
- * 主播 IP。
3716
- */
3715
+ * 主播 IP。
3716
+ 当客户端为内网推流时,展示为: - 。
3717
+ */
3717
3718
  ClientIp: string
3718
3719
 
3719
3720
  /**
@@ -98,7 +98,7 @@ export interface CreateDBInstanceRequest {
98
98
  ProjectId?: number
99
99
 
100
100
  /**
101
- * 数据库引擎版本,当前可选:8.0.18,10.1.95.7.17。如果不传的话,默认为 Percona 5.7.17
101
+ * 数据库引擎版本,当前可选:8.0,5.7,10.1,10.0
102
102
  */
103
103
  DbVersionId?: string
104
104
 
@@ -1588,13 +1588,13 @@ export interface CreateDBInstanceResponse {
1588
1588
  * 长订单号。可以据此调用 DescribeOrders
1589
1589
  查询订单详细信息,或在支付失败时调用用户账号相关接口进行支付。
1590
1590
  */
1591
- DealName: string
1591
+ DealName?: string
1592
1592
 
1593
1593
  /**
1594
1594
  * 订单对应的实例 ID 列表,如果此处没有返回实例 ID,可以通过订单查询接口获取。还可通过实例查询接口查询实例是否创建完成。
1595
1595
  注意:此字段可能返回 null,表示取不到有效值。
1596
1596
  */
1597
- InstanceIds: Array<string>
1597
+ InstanceIds?: Array<string>
1598
1598
 
1599
1599
  /**
1600
1600
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -3379,19 +3379,19 @@ export interface CreateHourDBInstanceResponse {
3379
3379
  * 订单号。可以据此调用 DescribeOrders
3380
3380
  查询订单详细信息,或在支付失败时调用用户账号相关接口进行支付。
3381
3381
  */
3382
- DealName: string
3382
+ DealName?: string
3383
3383
 
3384
3384
  /**
3385
3385
  * 订单对应的实例 ID 列表,如果此处没有返回实例 ID,可以通过订单查询接口获取。还可通过实例查询接口查询实例是否创建完成。
3386
3386
  注意:此字段可能返回 null,表示取不到有效值。
3387
3387
  */
3388
- InstanceIds: Array<string>
3388
+ InstanceIds?: Array<string>
3389
3389
 
3390
3390
  /**
3391
3391
  * 异步任务的请求 ID,可使用此 ID [查询异步任务的执行结果](https://cloud.tencent.com/document/product/237/16177)。
3392
3392
  注意:此字段可能返回 null,表示取不到有效值。
3393
3393
  */
3394
- FlowId: number
3394
+ FlowId?: number
3395
3395
 
3396
3396
  /**
3397
3397
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -3777,9 +3777,8 @@ export interface CreateHourDBInstanceRequest {
3777
3777
  SubnetId?: string
3778
3778
 
3779
3779
  /**
3780
- * 数据库引擎版本,当前可选:10.0.10,10.1.95.7.17
3781
- 如果不填的话,默认为10.1.9,表示Mariadb 10.1.9。
3782
- */
3780
+ * 数据库引擎版本,当前可选:8.0,5.7,10.1,10.0
3781
+ */
3783
3782
  DbVersionId?: string
3784
3783
 
3785
3784
  /**
@@ -34,6 +34,7 @@ import {
34
34
  CreatePolicyGroupResponse,
35
35
  DescribeBaseMetricsResponse,
36
36
  CreatePrometheusMultiTenantInstancePostPayModeRequest,
37
+ DescribePolicyConditionListResponseDeprecatingInfo,
37
38
  PrometheusTempModify,
38
39
  SendCustomAlarmMsgRequest,
39
40
  UnBindingPolicyObjectRequest,