tencentcloud-sdk-nodejs 4.0.518 → 4.0.520

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 (77) hide show
  1. package/CHANGELOG.md +343 -0
  2. package/SERVICE_CHANGELOG.md +322 -145
  3. package/package.json +1 -1
  4. package/products.md +27 -27
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/car/v20220110/car_models.ts +5 -0
  7. package/src/services/ccc/v20200210/ccc_models.ts +6 -0
  8. package/src/services/cdn/v20180606/cdn_models.ts +3 -3
  9. package/src/services/cfg/v20210820/cfg_models.ts +2 -2
  10. package/src/services/chdfs/v20201112/chdfs_models.ts +19 -1
  11. package/src/services/cwp/v20180228/cwp_models.ts +8 -3
  12. package/src/services/dbbrain/v20210527/dbbrain_client.ts +1 -0
  13. package/src/services/dbbrain/v20210527/dbbrain_models.ts +36 -1
  14. package/src/services/dlc/v20210125/dlc_client.ts +12 -0
  15. package/src/services/dlc/v20210125/dlc_models.ts +30 -0
  16. package/src/services/domain/v20180808/domain_models.ts +2 -0
  17. package/src/services/dts/v20211206/dts_client.ts +1 -1
  18. package/src/services/ecm/v20190719/ecm_models.ts +17 -1
  19. package/src/services/ess/v20201111/ess_models.ts +6 -1
  20. package/src/services/essbasic/v20210526/essbasic_client.ts +1 -1
  21. package/src/services/essbasic/v20210526/essbasic_models.ts +1 -1
  22. package/src/services/lcic/v20220817/lcic_models.ts +10 -8
  23. package/src/services/lighthouse/v20200324/lighthouse_models.ts +3 -3
  24. package/src/services/mmps/v20200710/mmps_models.ts +24 -0
  25. package/src/services/ocr/v20181119/ocr_models.ts +2 -0
  26. package/src/services/teo/v20220901/teo_client.ts +12 -0
  27. package/src/services/teo/v20220901/teo_models.ts +72 -0
  28. package/src/services/thpc/v20220401/thpc_client.ts +3 -0
  29. package/src/services/thpc/v20220401/thpc_models.ts +68 -0
  30. package/src/services/tke/v20180525/tke_client.ts +148 -49
  31. package/src/services/tke/v20180525/tke_models.ts +589 -199
  32. package/src/services/tsf/v20180326/tsf_client.ts +1 -0
  33. package/src/services/tsf/v20180326/tsf_models.ts +74 -1
  34. package/src/services/vod/v20180717/vod_client.ts +1 -0
  35. package/src/services/vod/v20180717/vod_models.ts +27 -1
  36. package/src/services/yinsuda/v20220527/yinsuda_client.ts +15 -3
  37. package/src/services/yinsuda/v20220527/yinsuda_models.ts +81 -31
  38. package/tencentcloud/common/sdk_version.d.ts +1 -1
  39. package/tencentcloud/common/sdk_version.js +1 -1
  40. package/tencentcloud/services/car/v20220110/car_models.d.ts +4 -0
  41. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +5 -0
  42. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +3 -3
  43. package/tencentcloud/services/cfg/v20210820/cfg_models.d.ts +2 -2
  44. package/tencentcloud/services/chdfs/v20201112/chdfs_models.d.ts +16 -1
  45. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +7 -3
  46. package/tencentcloud/services/dbbrain/v20210527/dbbrain_models.d.ts +31 -1
  47. package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +5 -1
  48. package/tencentcloud/services/dlc/v20210125/dlc_client.js +6 -0
  49. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +26 -0
  50. package/tencentcloud/services/domain/v20180808/domain_models.d.ts +2 -0
  51. package/tencentcloud/services/dts/v20211206/dts_client.d.ts +1 -1
  52. package/tencentcloud/services/dts/v20211206/dts_client.js +1 -1
  53. package/tencentcloud/services/ecm/v20190719/ecm_models.d.ts +14 -1
  54. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +5 -1
  55. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +1 -1
  56. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +1 -1
  57. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +1 -1
  58. package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +10 -8
  59. package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +3 -3
  60. package/tencentcloud/services/mmps/v20200710/mmps_models.d.ts +20 -0
  61. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +2 -0
  62. package/tencentcloud/services/teo/v20220901/teo_client.d.ts +5 -1
  63. package/tencentcloud/services/teo/v20220901/teo_client.js +6 -0
  64. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +62 -0
  65. package/tencentcloud/services/thpc/v20220401/thpc_models.d.ts +58 -0
  66. package/tencentcloud/services/tke/v20180525/tke_client.d.ts +47 -15
  67. package/tencentcloud/services/tke/v20180525/tke_client.js +69 -21
  68. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +503 -170
  69. package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +63 -1
  70. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +24 -1
  71. package/tencentcloud/services/yinsuda/v20220527/yinsuda_client.d.ts +5 -1
  72. package/tencentcloud/services/yinsuda/v20220527/yinsuda_client.js +6 -0
  73. package/tencentcloud/services/yinsuda/v20220527/yinsuda_models.d.ts +71 -29
  74. package/test/dlc.v20210125.test.js +10 -0
  75. package/test/teo.v20220901.test.js +10 -0
  76. package/test/tke.v20180525.test.js +100 -20
  77. package/test/yinsuda.v20220527.test.js +10 -0
package/products.md CHANGED
@@ -35,20 +35,20 @@
35
35
  | btoe | [区块链可信取证](https://cloud.tencent.com/document/product/1259) | 2022-04-04 06:10:17 |
36
36
  | cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2022-12-23 01:11:34 |
37
37
  | captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2022-12-15 01:11:14 |
38
- | car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2022-11-18 06:12:01 |
38
+ | car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2023-01-09 01:07:04 |
39
39
  | casb | [云访问安全代理](https://cloud.tencent.com/document/product/1303) | 2022-12-26 10:53:16 |
40
40
  | cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2022-12-12 01:11:14 |
41
41
  | cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2022-12-28 01:04:48 |
42
- | ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2023-01-06 01:07:10 |
42
+ | ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2023-01-09 01:07:34 |
43
43
  | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-01-04 01:07:30 |
44
44
  | cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2022-12-15 01:12:58 |
45
- | cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2023-01-05 01:08:26 |
45
+ | cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2023-01-09 01:08:51 |
46
46
  | cds | [T-Sec-数据安全审计(DSA)](https://cloud.tencent.com/document/product/856) | 2022-10-31 06:15:53 |
47
47
  | cdwch | [云数据仓库 ClickHouse](https://cloud.tencent.com/document/product/1299) | 2022-12-20 14:06:27 |
48
- | cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2022-12-26 01:15:15 |
48
+ | cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2023-01-09 01:09:44 |
49
49
  | cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2022-12-19 01:23:20 |
50
50
  | cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2023-01-04 01:09:46 |
51
- | chdfs | [云 HDFS](https://cloud.tencent.com/document/product/1105) | 2022-07-04 06:04:36 |
51
+ | chdfs | [云 HDFS](https://cloud.tencent.com/document/product/1105) | 2023-01-06 18:21:15 |
52
52
  | ciam | [账号风控平台](https://cloud.tencent.com/document/product/1441) | 2023-01-04 01:10:27 |
53
53
  | cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2022-06-27 06:06:02 |
54
54
  | cim | [](https://cloud.tencent.com/document/product) | 2019-05-16 17:21:18 |
@@ -65,33 +65,33 @@
65
65
  | cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2022-12-28 11:40:24 |
66
66
  | cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
67
67
  | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2022-12-28 01:05:55 |
68
- | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2023-01-04 01:15:09 |
68
+ | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2023-01-10 01:16:24 |
69
69
  | cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
70
70
  | cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2023-01-02 01:17:01 |
71
71
  | dasb | [T-Sec-堡垒机(BH)](https://cloud.tencent.com/document/product/1025) | 2022-11-04 06:19:07 |
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) | 2022-07-29 06:07:15 |
74
- | dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2023-01-06 01:17:56 |
74
+ | dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2023-01-09 01:18:23 |
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
77
  | dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2022-11-29 06:37:37 |
78
- | dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2022-12-28 01:06:32 |
78
+ | dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2023-01-10 01:20:24 |
79
79
  | dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2022-12-29 10:19:39 |
80
- | domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2022-05-24 06:11:36 |
80
+ | domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2023-01-10 01:21:29 |
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) | 2022-10-31 06:27:09 |
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-01-06 01:20:15 |
84
+ | dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2023-01-09 01:20:52 |
85
85
  | eb | [事件总线](https://cloud.tencent.com/document/product/1359) | 2022-08-23 06:27:55 |
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 |
88
- | ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2022-12-27 01:37:12 |
88
+ | ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2023-01-09 01:21:37 |
89
89
  | eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2022-05-13 06:11:29 |
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-01-04 01:22:01 |
92
92
  | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2022-12-12 01:25:49 |
93
- | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2022-12-28 13:01:07 |
94
- | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-01-02 01:23:18 |
93
+ | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-01-09 01:23:34 |
94
+ | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-01-09 01:24:27 |
95
95
  | facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2022-06-15 06:09:10 |
96
96
  | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-01-06 01:23:24 |
97
97
  | fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2022-04-04 06:43:06 |
@@ -120,16 +120,16 @@
120
120
  | irp | [智能推荐平台](https://cloud.tencent.com/document/product/1541) | 2022-12-20 01:38:37 |
121
121
  | ivld | [媒体智能标签](https://cloud.tencent.com/document/product/1509) | 2022-10-28 11:32:11 |
122
122
  | kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2022-12-13 10:37:12 |
123
- | lcic | [低代码互动课堂](https://cloud.tencent.com/document/product/1639) | 2022-12-28 13:56:24 |
124
- | lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2022-12-23 01:40:27 |
125
- | live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2022-12-30 01:32:32 |
123
+ | lcic | [低代码互动课堂](https://cloud.tencent.com/document/product/1639) | 2023-01-10 01:31:38 |
124
+ | lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2023-01-09 01:31:39 |
125
+ | live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-01-09 01:32:15 |
126
126
  | lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
127
127
  | lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
128
128
  | mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2022-11-23 06:38:36 |
129
129
  | market | [云市场](https://cloud.tencent.com/document/product/306) | 2022-04-04 06:57:43 |
130
130
  | memcached | [云数据库Memcached](https://cloud.tencent.com/document/product/241) | 2022-10-31 06:39:12 |
131
131
  | mgobe | [游戏联机对战引擎](https://cloud.tencent.com/document/product/1038) | 2022-07-08 06:11:32 |
132
- | mmps | [小程序安全](https://cloud.tencent.com/document/product/1223) | 2022-08-25 06:38:57 |
132
+ | mmps | [小程序安全](https://cloud.tencent.com/document/product/1223) | 2023-01-10 01:33:47 |
133
133
  | mna | [移动网络加速](https://cloud.tencent.com/document/product/1385) | 2022-11-17 11:16:37 |
134
134
  | mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2023-01-05 01:31:47 |
135
135
  | monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2023-01-02 01:32:07 |
@@ -141,7 +141,7 @@
141
141
  | nlp | [自然语言处理](https://cloud.tencent.com/document/product/271) | 2022-12-15 10:27:58 |
142
142
  | npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
143
143
  | oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2022-11-24 06:45:29 |
144
- | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2022-12-22 01:53:11 |
144
+ | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-01-10 01:36:47 |
145
145
  | organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2022-12-07 06:54:25 |
146
146
  | partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2022-11-17 06:38:25 |
147
147
  | pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2022-04-04 07:02:02 |
@@ -166,7 +166,7 @@
166
166
  | ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) | 2022-12-28 14:53:49 |
167
167
  | sslpod | [SSL证书监控SSLPod](https://cloud.tencent.com/document/product/1084) | 2022-10-31 06:47:43 |
168
168
  | ssm | [凭据管理系统](https://cloud.tencent.com/document/product/1140) | 2022-10-20 06:38:33 |
169
- | sts | [安全凭证服务](https://cloud.tencent.com/document/product/1312) | 2023-01-06 01:40:29 |
169
+ | sts | [安全凭证服务](https://cloud.tencent.com/document/product/1312) | 2023-01-09 01:42:07 |
170
170
  | taf | [流量反欺诈](https://cloud.tencent.com/document/product/1031) | 2022-09-12 06:39:19 |
171
171
  | tag | [标签](https://cloud.tencent.com/document/product/651) | 2022-11-04 06:36:49 |
172
172
  | tan | [碳引擎](https://cloud.tencent.com/document/product/1498) | 2022-07-19 06:17:34 |
@@ -188,8 +188,8 @@
188
188
  | tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2022-12-30 01:47:00 |
189
189
  | tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2022-12-06 07:10:10 |
190
190
  | tem | [弹性微服务 TEM](https://cloud.tencent.com/document/product/1371) | 2022-12-27 02:10:16 |
191
- | teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-01-06 01:46:38 |
192
- | thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2022-12-21 02:09:45 |
191
+ | teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-01-10 01:48:46 |
192
+ | thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2023-01-10 01:50:30 |
193
193
  | tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
194
194
  | tic | [资源编排 TIC](https://cloud.tencent.com/document/product/1213) | 2022-10-31 06:55:14 |
195
195
  | ticm | [智能鉴黄](https://cloud.tencent.com/document/product/864) | 2021-01-07 08:08:15 |
@@ -198,27 +198,27 @@
198
198
  | tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2022-12-15 01:51:46 |
199
199
  | tione | [腾讯云 TI 平台 TI-ONE](https://cloud.tencent.com/document/product/851) | 2023-01-06 01:48:47 |
200
200
  | tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2022-12-13 10:56:59 |
201
- | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2022-12-14 01:52:28 |
201
+ | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2023-01-09 01:50:43 |
202
202
  | tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
203
203
  | tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2022-11-18 06:55:59 |
204
- | tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2022-12-09 02:09:44 |
204
+ | tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2023-01-09 01:52:45 |
205
205
  | trdp | [流量风险决策平台](https://cloud.tencent.com/document/product/1604) | 2022-12-07 07:14:03 |
206
206
  | trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2022-12-28 16:01:40 |
207
207
  | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2023-01-06 01:51:15 |
208
208
  | tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2022-10-31 06:58:14 |
209
- | tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2022-12-16 01:48:54 |
209
+ | tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2023-01-10 01:53:48 |
210
210
  | tsw | [微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2022-10-31 06:59:44 |
211
211
  | tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2023-01-06 01:53:06 |
212
212
  | ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2022-04-04 07:22:44 |
213
213
  | vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2022-11-16 06:46:30 |
214
214
  | vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2022-04-04 07:22:54 |
215
- | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-01-06 01:53:33 |
216
- | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-01-06 01:54:52 |
215
+ | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-01-10 01:56:06 |
216
+ | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-01-10 01:57:25 |
217
217
  | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-01-04 01:53:21 |
218
218
  | wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2022-10-12 07:10:28 |
219
219
  | wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2022-12-30 01:58:31 |
220
220
  | wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
221
- | yinsuda | [音速达直播音乐版权引擎](https://cloud.tencent.com/document/product/1592) | 2022-12-27 02:26:58 |
221
+ | yinsuda | [音速达直播音乐版权引擎](https://cloud.tencent.com/document/product/1592) | 2023-01-09 01:59:51 |
222
222
  | youmall | [](https://cloud.tencent.com/document/product) | 2019-01-11 11:24:15 |
223
223
  | yunjing | [主机安全](https://cloud.tencent.com/document/product) | 2020-09-15 08:08:47 |
224
224
  | yunsou | [腾讯云搜TCS](https://cloud.tencent.com/document/product/270) | 2022-10-31 07:04:25 |
@@ -1 +1 @@
1
- export const sdkVersion = "4.0.518"
1
+ export const sdkVersion = "4.0.520"
@@ -73,6 +73,11 @@ export interface ApplyConcurrentRequest {
73
73
  * 应用版本ID
74
74
  */
75
75
  ApplicationVersionId?: string
76
+
77
+ /**
78
+ * 应用ID。如果是独享项目,将忽略该参数,使用项目绑定的应用。如果是共享项目,使用该参数来指定应用。
79
+ */
80
+ ApplicationId?: string
76
81
  }
77
82
 
78
83
  /**
@@ -1824,6 +1824,12 @@ notInService 不在服务区
1824
1824
  注意:此字段可能返回 null,表示取不到有效值。
1825
1825
  */
1826
1826
  Remark?: string
1827
+
1828
+ /**
1829
+ * 排队技能组名称
1830
+ 注意:此字段可能返回 null,表示取不到有效值。
1831
+ */
1832
+ QueuedSkillGroupName?: string
1827
1833
  }
1828
1834
 
1829
1835
  /**
@@ -7004,7 +7004,7 @@ off:不支持
7004
7004
  QnPrivateAccess: QnPrivateAccess
7005
7005
 
7006
7006
  /**
7007
- * HTTPS服务
7007
+ * HTTPS服务,缺省时默认开启
7008
7008
  注意:此字段可能返回 null,表示取不到有效值。
7009
7009
  */
7010
7010
  HttpsBilling: HttpsBilling
@@ -9499,11 +9499,11 @@ export interface DescribeDomainsConfigResponse {
9499
9499
  }
9500
9500
 
9501
9501
  /**
9502
- * 支持 https 请求开关,若关闭,下发配置拦截https请求
9502
+ * HTTPS服务,若关闭,下发配置拦截https请求,开启时会产生计费
9503
9503
  */
9504
9504
  export interface HttpsBilling {
9505
9505
  /**
9506
- * HTTPS服务
9506
+ * HTTPS服务,缺省时默认开启【会产生计费】
9507
9507
  */
9508
9508
  Switch: string
9509
9509
  }
@@ -775,7 +775,7 @@ export interface CreateTaskFromTemplateResponse {
775
775
  /**
776
776
  * 创建成功的演练ID
777
777
  */
778
- TaskId: number
778
+ TaskId?: number
779
779
 
780
780
  /**
781
781
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -965,7 +965,7 @@ export interface TaskReportInfo {
965
965
  */
966
966
  export interface CreateTaskFromTemplateRequest {
967
967
  /**
968
- * 从经验库中查询到的经验模版ID
968
+ * 从经验库中查询到的经验模板ID
969
969
  */
970
970
  TemplateId: number
971
971
 
@@ -118,6 +118,18 @@ export interface DescribeFileSystemResponse {
118
118
  */
119
119
  DegradeCapacityUsed: number
120
120
 
121
+ /**
122
+ * 已使用COS深度归档存储容量(byte)
123
+ 注意:此字段可能返回 null,表示取不到有效值。
124
+ */
125
+ DeepArchiveCapacityUsed: number
126
+
127
+ /**
128
+ * 已使用COS智能分层存储容量(byte)
129
+ 注意:此字段可能返回 null,表示取不到有效值。
130
+ */
131
+ IntelligentCapacityUsed: number
132
+
121
133
  /**
122
134
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
123
135
  */
@@ -576,6 +588,12 @@ export interface CreateLifeCycleRulesRequest {
576
588
  * CreateAccessRules返回参数结构体
577
589
  */
578
590
  export interface CreateAccessRulesResponse {
591
+ /**
592
+ * 权限规则列表
593
+ 注意:此字段可能返回 null,表示取不到有效值。
594
+ */
595
+ AccessRules: Array<AccessRule>
596
+
579
597
  /**
580
598
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
581
599
  */
@@ -769,7 +787,7 @@ export interface Transition {
769
787
  Days: number
770
788
 
771
789
  /**
772
- * 转换类型(1:归档;2:删除;3:低频)
790
+ * 转换类型(1:归档;2:删除;3:低频;4:深度归档;5:智能分层)
773
791
  */
774
792
  Type: number
775
793
  }
@@ -10974,17 +10974,22 @@ export interface DescribeVersionStatisticsResponse {
10974
10974
  /**
10975
10975
  * 基础版数量
10976
10976
  */
10977
- BasicVersionNum: number
10977
+ BasicVersionNum?: number
10978
10978
 
10979
10979
  /**
10980
10980
  * 专业版数量
10981
10981
  */
10982
- ProVersionNum: number
10982
+ ProVersionNum?: number
10983
10983
 
10984
10984
  /**
10985
10985
  * 旗舰版数量
10986
10986
  */
10987
- UltimateVersionNum: number
10987
+ UltimateVersionNum?: number
10988
+
10989
+ /**
10990
+ * 普惠版数量
10991
+ */
10992
+ GeneralVersionNum?: number
10988
10993
 
10989
10994
  /**
10990
10995
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -40,6 +40,7 @@ import {
40
40
  DiagHistoryEventItem,
41
41
  DescribeProxySessionKillTasksRequest,
42
42
  DescribeMySqlProcessListResponse,
43
+ SessionItem,
43
44
  HealthStatus,
44
45
  DescribeTopSpaceTablesResponse,
45
46
  TaskInfo,
@@ -732,6 +732,26 @@ export interface DescribeMySqlProcessListResponse {
732
732
  RequestId?: string
733
733
  }
734
734
 
735
+ /**
736
+ * 实时会话访问来源详情。
737
+ */
738
+ export interface SessionItem {
739
+ /**
740
+ * 访问来源。
741
+ */
742
+ Ip: string
743
+
744
+ /**
745
+ * 当前访问来源活跃连接数
746
+ */
747
+ ActiveConn: string
748
+
749
+ /**
750
+ * 当前访问来源总连接数
751
+ */
752
+ AllConn: number
753
+ }
754
+
735
755
  /**
736
756
  * 实例健康详情。
737
757
  */
@@ -1018,7 +1038,22 @@ export interface CreateDBDiagReportTaskResponse {
1018
1038
  /**
1019
1039
  * 实时会话统计详情。
1020
1040
  */
1021
- export type ProcessStatistic = null
1041
+ export interface ProcessStatistic {
1042
+ /**
1043
+ * 会话详情数组。
1044
+ */
1045
+ Items: Array<SessionItem>
1046
+
1047
+ /**
1048
+ * 总连接数。
1049
+ */
1050
+ AllConnSum: number
1051
+
1052
+ /**
1053
+ * 总活跃连接数。
1054
+ */
1055
+ ActiveConnSum: number
1056
+ }
1022
1057
 
1023
1058
  /**
1024
1059
  * CreateMailProfile返回参数结构体
@@ -36,6 +36,7 @@ import {
36
36
  CreateTasksInOrderResponse,
37
37
  DescribeTablesResponse,
38
38
  SparkJobInfo,
39
+ SuspendResumeDataEngineResponse,
39
40
  DeleteSparkAppRequest,
40
41
  ModifyUserResponse,
41
42
  DeleteScriptResponse,
@@ -156,6 +157,7 @@ import {
156
157
  DeleteSparkAppResponse,
157
158
  AlterDMSPartitionResponse,
158
159
  CreateTasksRequest,
160
+ SuspendResumeDataEngineRequest,
159
161
  DescribeTableResponse,
160
162
  DescribeSparkAppJobsResponse,
161
163
  TableResponseInfo,
@@ -687,6 +689,16 @@ export class Client extends AbstractClient {
687
689
  return this.request("DeleteUser", req, cb)
688
690
  }
689
691
 
692
+ /**
693
+ * 本接口用于控制暂停或恢复数据引擎
694
+ */
695
+ async SuspendResumeDataEngine(
696
+ req: SuspendResumeDataEngineRequest,
697
+ cb?: (error: string, rep: SuspendResumeDataEngineResponse) => void
698
+ ): Promise<SuspendResumeDataEngineResponse> {
699
+ return this.request("SuspendResumeDataEngine", req, cb)
700
+ }
701
+
690
702
  /**
691
703
  * 本接口(DescribeDatabases)用于查询数据库列表。
692
704
  */
@@ -607,6 +607,21 @@ export interface SparkJobInfo {
607
607
  DataEngineStatus: number
608
608
  }
609
609
 
610
+ /**
611
+ * SuspendResumeDataEngine返回参数结构体
612
+ */
613
+ export interface SuspendResumeDataEngineResponse {
614
+ /**
615
+ * 虚拟集群详细信息
616
+ */
617
+ DataEngineName: string
618
+
619
+ /**
620
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
621
+ */
622
+ RequestId?: string
623
+ }
624
+
610
625
  /**
611
626
  * DeleteSparkApp请求参数结构体
612
627
  */
@@ -4043,6 +4058,21 @@ export interface CreateTasksRequest {
4043
4058
  DataEngineName?: string
4044
4059
  }
4045
4060
 
4061
+ /**
4062
+ * SuspendResumeDataEngine请求参数结构体
4063
+ */
4064
+ export interface SuspendResumeDataEngineRequest {
4065
+ /**
4066
+ * 虚拟集群名称
4067
+ */
4068
+ DataEngineName: string
4069
+
4070
+ /**
4071
+ * 操作类型 suspend/resume
4072
+ */
4073
+ Operate: string
4074
+ }
4075
+
4046
4076
  /**
4047
4077
  * DescribeTable返回参数结构体
4048
4078
  */
@@ -1303,6 +1303,8 @@ serverDeleteProhibited:注册局禁止删除
1303
1303
  clientTransferProhibited:注册商禁止转移
1304
1304
  clientUpdateProhibited:注册商禁止更新
1305
1305
  clientDeleteProhibited:注册商禁止删除
1306
+ serverRenewProhibited: 注册局禁止续费
1307
+ clientRenewProhobited: 注册商禁止续费
1306
1308
  */
1307
1309
  DomainStatus: Array<string>
1308
1310
 
@@ -365,7 +365,7 @@ export class Client extends AbstractClient {
365
365
  }
366
366
 
367
367
  /**
368
- * 恢复处于暂停中中的数据同步任务。
368
+ * 恢复处于暂停中的数据同步任务。
369
369
  */
370
370
  async ContinueSyncJob(
371
371
  req: ContinueSyncJobRequest,
@@ -1996,6 +1996,12 @@ export interface LoadBalancer {
1996
1996
  注意:此字段可能返回 null,表示取不到有效值。
1997
1997
  */
1998
1998
  LoadBalancerPassToTarget: boolean
1999
+
2000
+ /**
2001
+ * 负载均衡实例的IPv6地址
2002
+ 注意:此字段可能返回 null,表示取不到有效值。
2003
+ */
2004
+ AddressIPv6: string
1999
2005
  }
2000
2006
 
2001
2007
  /**
@@ -3908,7 +3914,7 @@ export interface CreateLoadBalancerResponse {
3908
3914
  * 由负载均衡实例ID组成的数组
3909
3915
  注意:此字段可能返回 null,表示取不到有效值。
3910
3916
  */
3911
- LoadBalancerIds?: Array<string>
3917
+ LoadBalancerIds: Array<string>
3912
3918
 
3913
3919
  /**
3914
3920
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -6412,6 +6418,16 @@ export interface CreateLoadBalancerRequest {
6412
6418
  * 安全组。
6413
6419
  */
6414
6420
  SecurityGroups?: Array<string>
6421
+
6422
+ /**
6423
+ * 仅适用于公网负载均衡。IP版本,可取值:IPV4、IPv6FullChain,默认值 IPV4。说明:取值为IPv6FullChain,表示为IPv6版本。
6424
+ */
6425
+ AddressIPVersion?: string
6426
+
6427
+ /**
6428
+ * 在购买IPV6负载均衡实例的情况下,必须指定子网 ID, 此参数必填。
6429
+ */
6430
+ SubnetId?: string
6415
6431
  }
6416
6432
 
6417
6433
  /**
@@ -377,7 +377,7 @@ export interface CreateConvertTaskApiRequest {
377
377
  ResourceId: string
378
378
 
379
379
  /**
380
- * 操作者信息
380
+ * 调用方用户信息,userId 必填
381
381
  */
382
382
  Operator?: UserInfo
383
383
 
@@ -2731,6 +2731,11 @@ export interface VerifyPdfResponse {
2731
2731
  */
2732
2732
  PdfVerifyResults: Array<PdfVerifyResult>
2733
2733
 
2734
+ /**
2735
+ * 验签序列号
2736
+ */
2737
+ VerifySerialNo: string
2738
+
2734
2739
  /**
2735
2740
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2736
2741
  */
@@ -277,7 +277,7 @@ export class Client extends AbstractClient {
277
277
  }
278
278
 
279
279
  /**
280
- * 指定需要批量撤销的签署流程Id,获取批量撤销链接
280
+ * 指定需要批量撤销的签署流程Id,获取批量撤销链接 - 不建议使用此接口,可使用ChannelBatchCancelFlows
281
281
  客户指定需要撤销的签署流程Id,最多100个,超过100不处理;
282
282
  接口调用成功返回批量撤销合同的链接,通过链接跳转到电子签小程序完成批量撤销;
283
283
  可以撤回:未全部签署完成;不可以撤回(终态):已全部签署完成、已拒签、已过期、已撤回。
@@ -482,7 +482,7 @@ export interface ChannelCreateConvertTaskApiRequest {
482
482
  ResourceId: string
483
483
 
484
484
  /**
485
- * 操作者信息
485
+ * 调用方用户信息,userId 必填
486
486
  */
487
487
  Operator?: UserInfo
488
488
 
@@ -66,8 +66,8 @@ coteaching 双师
66
66
  TeacherId?: string
67
67
 
68
68
  /**
69
- * 进入房间时是否自动连麦。可以有以下取值:
70
- 0 不自动连麦(默认值)
69
+ * 进入课堂时是否自动连麦。可以有以下取值:
70
+ 0 不自动连麦(需要手动申请上麦,默认值)
71
71
  1 自动连麦
72
72
  */
73
73
  AutoMic?: number
@@ -80,9 +80,10 @@ coteaching 双师
80
80
  AudioQuality?: number
81
81
 
82
82
  /**
83
- * 禁止录制。可以有以下取值:
84
- 0 不禁止录制(默认值)
83
+ * 上课后是否禁止自动录制。可以有以下取值:
84
+ 0 不禁止录制(自动开启录制,默认值)
85
85
  1 禁止录制
86
+ 注:如果该配置取值为0,录制将从上课后开始,课堂结束后停止。
86
87
  */
87
88
  DisableRecord?: number
88
89
 
@@ -331,8 +332,8 @@ export interface DescribeRoomResponse {
331
332
  MaxMicNumber?: number
332
333
 
333
334
  /**
334
- * 进入房间时是否自动连麦。可以有以下取值:
335
- 0 不自动连麦(默认值)
335
+ * 进入课堂时是否自动连麦。可以有以下取值:
336
+ 0 不自动连麦(需要手动申请上麦,默认值)
336
337
  1 自动连麦
337
338
  */
338
339
  AutoMic?: number
@@ -353,9 +354,10 @@ coteaching 双师
353
354
  SubType?: string
354
355
 
355
356
  /**
356
- * 禁止录制。可以有以下取值:
357
- 0 不禁止录制(默认值)
357
+ * 上课后是否禁止自动录制。可以有以下取值:
358
+ 0 不禁止录制(自动开启录制,默认值)
358
359
  1 禁止录制
360
+ 注:如果该配置取值为0,录制将从上课后开始,课堂结束后停止。
359
361
  */
360
362
  DisableRecord?: number
361
363
 
@@ -1488,7 +1488,7 @@ export interface DescribeBlueprintsRequest {
1488
1488
  类型:String
1489
1489
  必选:否
1490
1490
  <li>blueprint-type</li>按照【镜像类型】进行过滤。
1491
- 取值:APP_OS(应用镜像 );PURE_OS(系统镜像);PRIVATE(自定义镜像);SHARED(共享镜像)。
1491
+ 取值:APP_OS(应用镜像 );PURE_OS(系统镜像);DOCKER(Docker容器镜像);PRIVATE(自定义镜像);SHARED(共享镜像)。
1492
1492
  类型:String
1493
1493
  必选:否
1494
1494
  <li>platform-type</li>按照【镜像平台类型】进行过滤。
@@ -2066,12 +2066,12 @@ export interface DescribeBlueprintsResponse {
2066
2066
  /**
2067
2067
  * 符合条件的镜像数量。
2068
2068
  */
2069
- TotalCount: number
2069
+ TotalCount?: number
2070
2070
 
2071
2071
  /**
2072
2072
  * 镜像详细信息列表。
2073
2073
  */
2074
- BlueprintSet: Array<Blueprint>
2074
+ BlueprintSet?: Array<Blueprint>
2075
2075
 
2076
2076
  /**
2077
2077
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -934,6 +934,24 @@ export interface AppInfoItem {
934
934
  注意:此字段可能返回 null,表示取不到有效值。
935
935
  */
936
936
  HighRiskCount: number
937
+
938
+ /**
939
+ * 隐私申明文件名称
940
+ 注意:此字段可能返回 null,表示取不到有效值。
941
+ */
942
+ PrivacyTextName?: string
943
+
944
+ /**
945
+ * 软件MD5
946
+ 注意:此字段可能返回 null,表示取不到有效值。
947
+ */
948
+ SoftwareMD5?: string
949
+
950
+ /**
951
+ * 隐私文本MD5
952
+ 注意:此字段可能返回 null,表示取不到有效值。
953
+ */
954
+ PrivacyTextMD5?: string
937
955
  }
938
956
 
939
957
  /**
@@ -1097,6 +1115,12 @@ export interface AppTaskData {
1097
1115
  * 任务完成时间(更新时间)
1098
1116
  */
1099
1117
  EndTime: string
1118
+
1119
+ /**
1120
+ * 联系人信息
1121
+ 注意:此字段可能返回 null,表示取不到有效值。
1122
+ */
1123
+ ContactName?: string
1100
1124
  }
1101
1125
 
1102
1126
  /**