tencentcloud-sdk-nodejs 4.0.540 → 4.0.542

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 (106) hide show
  1. package/CHANGELOG.md +383 -0
  2. package/SERVICE_CHANGELOG.md +378 -353
  3. package/package.json +1 -1
  4. package/products.md +32 -32
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/ame/v20190916/ame_models.ts +20 -1
  7. package/src/services/antiddos/v20200309/antiddos_models.ts +2 -2
  8. package/src/services/captcha/v20190722/captcha_client.ts +25 -1
  9. package/src/services/captcha/v20190722/captcha_models.ts +141 -44
  10. package/src/services/cbs/v20170312/cbs_client.ts +7 -3
  11. package/src/services/cdb/v20170320/cdb_client.ts +0 -14
  12. package/src/services/cdb/v20170320/cdb_models.ts +4 -60
  13. package/src/services/cfw/v20190904/cfw_client.ts +23 -10
  14. package/src/services/cfw/v20190904/cfw_models.ts +236 -71
  15. package/src/services/cls/v20201016/cls_models.ts +8 -8
  16. package/src/services/cme/v20191029/cme_models.ts +2 -2
  17. package/src/services/cwp/v20180228/cwp_models.ts +1 -1
  18. package/src/services/cynosdb/v20190107/cynosdb_client.ts +12 -0
  19. package/src/services/cynosdb/v20190107/cynosdb_models.ts +40 -0
  20. package/src/services/dts/v20211206/dts_models.ts +7 -7
  21. package/src/services/lcic/v20220817/lcic_client.ts +204 -58
  22. package/src/services/lcic/v20220817/lcic_models.ts +1350 -828
  23. package/src/services/lighthouse/v20200324/lighthouse_models.ts +6 -0
  24. package/src/services/live/v20180801/live_client.ts +2 -2
  25. package/src/services/mariadb/v20170312/mariadb_client.ts +12 -0
  26. package/src/services/mariadb/v20170312/mariadb_models.ts +25 -0
  27. package/src/services/organization/v20210331/organization_client.ts +2 -1
  28. package/src/services/organization/v20210331/organization_models.ts +33 -5
  29. package/src/services/partners/v20180321/partners_client.ts +15 -0
  30. package/src/services/partners/v20180321/partners_models.ts +55 -8
  31. package/src/services/redis/v20180412/redis_client.ts +3 -3
  32. package/src/services/redis/v20180412/redis_models.ts +2 -2
  33. package/src/services/rum/v20210622/rum_models.ts +3 -3
  34. package/src/services/ssa/v20180608/ssa_client.ts +16 -2
  35. package/src/services/ssa/v20180608/ssa_models.ts +183 -33
  36. package/src/services/tat/v20201028/tat_models.ts +15 -0
  37. package/src/services/teo/v20220901/teo_models.ts +8 -0
  38. package/src/services/tke/v20180525/tke_models.ts +12 -12
  39. package/src/services/tsf/v20180326/tsf_models.ts +90 -0
  40. package/src/services/vod/v20180717/vod_client.ts +12 -0
  41. package/src/services/vod/v20180717/vod_models.ts +164 -26
  42. package/src/services/vpc/v20170312/vpc_client.ts +2 -2
  43. package/src/services/vpc/v20170312/vpc_models.ts +52 -33
  44. package/tencentcloud/common/sdk_version.d.ts +1 -1
  45. package/tencentcloud/common/sdk_version.js +1 -1
  46. package/tencentcloud/services/ame/v20190916/ame_models.d.ts +17 -1
  47. package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +2 -2
  48. package/tencentcloud/services/captcha/v20190722/captcha_client.d.ts +9 -1
  49. package/tencentcloud/services/captcha/v20190722/captcha_client.js +12 -0
  50. package/tencentcloud/services/captcha/v20190722/captcha_models.d.ts +120 -38
  51. package/tencentcloud/services/cbs/v20170312/cbs_client.d.ts +6 -2
  52. package/tencentcloud/services/cbs/v20170312/cbs_client.js +6 -2
  53. package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +1 -7
  54. package/tencentcloud/services/cdb/v20170320/cdb_client.js +0 -8
  55. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +4 -51
  56. package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +7 -3
  57. package/tencentcloud/services/cfw/v20190904/cfw_client.js +9 -3
  58. package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +202 -64
  59. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +8 -8
  60. package/tencentcloud/services/cme/v20191029/cme_models.d.ts +2 -2
  61. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +1 -1
  62. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +5 -1
  63. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +6 -0
  64. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +34 -0
  65. package/tencentcloud/services/dts/v20211206/dts_models.d.ts +7 -7
  66. package/tencentcloud/services/lcic/v20220817/lcic_client.d.ts +53 -5
  67. package/tencentcloud/services/lcic/v20220817/lcic_client.js +78 -6
  68. package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +1191 -744
  69. package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +5 -0
  70. package/tencentcloud/services/live/v20180801/live_client.d.ts +2 -2
  71. package/tencentcloud/services/live/v20180801/live_client.js +2 -2
  72. package/tencentcloud/services/mariadb/v20170312/mariadb_client.d.ts +5 -1
  73. package/tencentcloud/services/mariadb/v20170312/mariadb_client.js +6 -0
  74. package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +22 -0
  75. package/tencentcloud/services/organization/v20210331/organization_client.d.ts +1 -1
  76. package/tencentcloud/services/organization/v20210331/organization_client.js +1 -1
  77. package/tencentcloud/services/organization/v20210331/organization_models.d.ts +29 -5
  78. package/tencentcloud/services/partners/v20180321/partners_client.d.ts +8 -1
  79. package/tencentcloud/services/partners/v20180321/partners_client.js +9 -0
  80. package/tencentcloud/services/partners/v20180321/partners_models.d.ts +48 -8
  81. package/tencentcloud/services/redis/v20180412/redis_client.d.ts +3 -3
  82. package/tencentcloud/services/redis/v20180412/redis_client.js +3 -3
  83. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +2 -2
  84. package/tencentcloud/services/rum/v20210622/rum_models.d.ts +3 -3
  85. package/tencentcloud/services/ssa/v20180608/ssa_client.d.ts +5 -1
  86. package/tencentcloud/services/ssa/v20180608/ssa_client.js +6 -0
  87. package/tencentcloud/services/ssa/v20180608/ssa_models.d.ts +152 -28
  88. package/tencentcloud/services/tat/v20201028/tat_models.d.ts +12 -0
  89. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +7 -0
  90. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +12 -12
  91. package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +75 -0
  92. package/tencentcloud/services/vod/v20180717/vod_client.d.ts +5 -1
  93. package/tencentcloud/services/vod/v20180717/vod_client.js +6 -0
  94. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +140 -26
  95. package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +2 -2
  96. package/tencentcloud/services/vpc/v20170312/vpc_client.js +2 -2
  97. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +52 -33
  98. package/test/captcha.v20190722.test.js +20 -0
  99. package/test/cdb.v20170320.test.js +0 -10
  100. package/test/cfw.v20190904.test.js +12 -2
  101. package/test/cynosdb.v20190107.test.js +10 -0
  102. package/test/lcic.v20220817.test.js +124 -4
  103. package/test/mariadb.v20170312.test.js +10 -0
  104. package/test/partners.v20180321.test.js +10 -0
  105. package/test/ssa.v20180608.test.js +10 -0
  106. package/test/vod.v20180717.test.js +10 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.540",
3
+ "version": "4.0.542",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {
package/products.md CHANGED
@@ -6,10 +6,10 @@
6
6
  | advisor | [云顾问](https://cloud.tencent.com/document/product/1264) | 2023-02-01 01:01:26 |
7
7
  | af | [借贷反欺诈](https://cloud.tencent.com/document/product/668) | 2022-05-23 06:01:54 |
8
8
  | afc | [定制建模](https://cloud.tencent.com/document/product/1029) | 2023-02-01 01:01:37 |
9
- | ame | [正版曲库直通车](https://cloud.tencent.com/document/product/1155) | 2023-02-15 01:06:04 |
9
+ | ame | [正版曲库直通车](https://cloud.tencent.com/document/product/1155) | 2023-02-20 01:06:05 |
10
10
  | ams | [音频内容安全](https://cloud.tencent.com/document/product/1219) | 2022-12-29 10:01:58 |
11
11
  | anicloud | [动效素材服务](https://cloud.tencent.com/document/product/1641) | 2022-12-21 18:48:21 |
12
- | antiddos | [T-Sec-DDoS防护(Anti-DDoS)](https://cloud.tencent.com/document/product/1021) | 2023-02-10 01:02:06 |
12
+ | antiddos | [T-Sec-DDoS防护(Anti-DDoS)](https://cloud.tencent.com/document/product/1021) | 2023-02-20 01:07:04 |
13
13
  | apcas | [汽车精准获客服务](https://cloud.tencent.com/document/product/1244) | 2022-04-04 06:05:36 |
14
14
  | ape | [正版图库直通车](https://cloud.tencent.com/document/product/1181) | 2022-04-04 06:05:40 |
15
15
  | api | [云 API](https://cloud.tencent.com/document/product/1278) | 2023-01-05 01:02:52 |
@@ -22,7 +22,7 @@
22
22
  | batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2022-12-09 01:11:02 |
23
23
  | bda | [人体分析](https://cloud.tencent.com/document/product/1208) | 2022-12-15 01:09:06 |
24
24
  | bi | [商业智能分析 BI](https://cloud.tencent.com/document/product/590) | 2022-08-09 10:42:14 |
25
- | billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2023-02-09 01:05:16 |
25
+ | billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2023-02-20 01:09:50 |
26
26
  | bizlive | [商业直播](https://cloud.tencent.com/document/product) | 2020-03-10 01:08:07 |
27
27
  | bm | [黑石物理服务器CPM](https://cloud.tencent.com/document/product/386) | 2023-01-11 11:01:36 |
28
28
  | bma | [品牌经营管家](https://cloud.tencent.com/document/product/1296) | 2023-02-16 01:09:07 |
@@ -34,20 +34,20 @@
34
34
  | bsca | [二进制软件成分分析](https://cloud.tencent.com/document/product/1483) | 2022-09-29 06:12:03 |
35
35
  | btoe | [区块链可信取证](https://cloud.tencent.com/document/product/1259) | 2023-01-12 01:05:12 |
36
36
  | cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2023-02-01 01:06:11 |
37
- | captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2022-12-15 01:11:14 |
37
+ | captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2023-02-17 11:41:16 |
38
38
  | car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2023-02-15 01:12:22 |
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
- | cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2023-02-10 01:08:35 |
41
+ | cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2023-02-17 01:30:02 |
42
42
  | ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2023-02-09 01:09:05 |
43
- | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-02-16 01:11:25 |
43
+ | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-02-17 01:33:04 |
44
44
  | cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2022-12-15 01:12:58 |
45
45
  | cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2023-02-10 01:10:44 |
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) | 2023-02-08 01:18:00 |
48
48
  | cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2023-02-01 01:09:52 |
49
49
  | cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2022-12-19 01:23:20 |
50
- | cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2023-02-13 01:16:57 |
50
+ | cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2023-02-20 01:16:09 |
51
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 |
@@ -58,16 +58,16 @@
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) | 2022-10-31 06:18:55 |
61
- | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2023-02-15 01:18:16 |
62
- | cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2023-02-09 01:15:56 |
61
+ | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2023-02-20 01:18:47 |
62
+ | cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2023-02-17 02:04:21 |
63
63
  | cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2022-11-16 06:15:44 |
64
64
  | cms | [内容安全](https://cloud.tencent.com/document/product) | 2020-10-29 08:03:08 |
65
65
  | cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2023-02-01 01:13:56 |
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) | 2023-02-10 01:22:56 |
68
- | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2023-02-16 01:18:30 |
68
+ | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2023-02-17 02:28:38 |
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-15 01:22:55 |
70
+ | cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2023-02-17 02:45:25 |
71
71
  | dasb | [T-Sec-堡垒机(BH)](https://cloud.tencent.com/document/product/1025) | 2023-02-07 01:23:16 |
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 |
@@ -77,11 +77,11 @@
77
77
  | dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2023-02-02 01:18:41 |
78
78
  | dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2023-02-16 01:22:07 |
79
79
  | dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2023-02-16 01:22:40 |
80
- | domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2023-02-15 01:27:06 |
80
+ | domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2023-02-20 01:27:17 |
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-16 01:24:00 |
84
+ | dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2023-02-17 22:35:49 |
85
85
  | eb | [事件总线](https://cloud.tencent.com/document/product/1359) | 2023-02-16 01:24:24 |
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 |
@@ -118,23 +118,23 @@
118
118
  | iottid | [物联网设备身份认证](https://cloud.tencent.com/document/product/1086) | 2022-04-04 06:49:46 |
119
119
  | iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2023-02-15 01:37:52 |
120
120
  | iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2022-11-17 06:31:48 |
121
- | irp | [智能推荐平台](https://cloud.tencent.com/document/product/1541) | 2023-02-14 01:34:13 |
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-02-07 16:41:11 |
124
124
  | kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2022-12-13 10:37:12 |
125
- | lcic | [低代码互动课堂](https://cloud.tencent.com/document/product/1639) | 2023-02-16 01:33:21 |
126
- | lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2023-02-02 01:35:45 |
127
- | live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-02-16 01:34:01 |
125
+ | lcic | [低代码互动课堂](https://cloud.tencent.com/document/product/1639) | 2023-02-17 04:12:57 |
126
+ | lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2023-02-17 04:14:14 |
127
+ | live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-02-20 01:40:05 |
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-01-31 01:40:45 |
130
+ | mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2023-02-20 01:41:08 |
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) | 2022-11-17 11:16:37 |
136
136
  | mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2023-02-03 01:32:59 |
137
- | monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2023-02-16 01:41:36 |
137
+ | monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2023-02-17 04:29:53 |
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) | 2022-12-08 01:38:36 |
140
140
  | ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2023-01-11 01:32:47 |
@@ -144,18 +144,18 @@
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-01-31 01:44:52 |
146
146
  | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-01-10 01:36:47 |
147
- | organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2022-12-07 06:54:25 |
148
- | partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2023-02-14 01:41:53 |
147
+ | organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2023-02-17 04:46:25 |
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 |
150
150
  | postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2022-12-15 01:38:47 |
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-02-07 01:48:09 |
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-15 01:47:47 |
154
+ | redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2023-02-17 04:52:01 |
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 |
158
- | rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2023-02-10 01:54:01 |
158
+ | rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2023-02-17 04:56:22 |
159
159
  | scf | [云函数](https://cloud.tencent.com/document/product/583) | 2023-02-08 01:56:26 |
160
160
  | ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2022-12-16 01:37:37 |
161
161
  | smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2022-11-23 06:47:21 |
@@ -164,7 +164,7 @@
164
164
  | soe | [智聆口语评测](https://cloud.tencent.com/document/product/884) | 2022-11-07 06:33:46 |
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-02-13 02:01:30 |
167
- | ssa | [安全运营中心](https://cloud.tencent.com/document/product/664) | 2023-01-05 01:39:20 |
167
+ | ssa | [安全运营中心](https://cloud.tencent.com/document/product/664) | 2023-02-17 05:08:17 |
168
168
  | ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) | 2022-12-28 14:53:49 |
169
169
  | sslpod | [SSL证书监控SSLPod](https://cloud.tencent.com/document/product/1084) | 2022-10-31 06:47:43 |
170
170
  | ssm | [凭据管理系统](https://cloud.tencent.com/document/product/1140) | 2022-10-20 06:38:33 |
@@ -172,13 +172,13 @@
172
172
  | taf | [流量反欺诈](https://cloud.tencent.com/document/product/1031) | 2022-09-12 06:39:19 |
173
173
  | tag | [标签](https://cloud.tencent.com/document/product/651) | 2022-11-04 06:36:49 |
174
174
  | tan | [碳引擎](https://cloud.tencent.com/document/product/1498) | 2022-07-19 06:17:34 |
175
- | tat | [自动化助手](https://cloud.tencent.com/document/product/1340) | 2022-10-31 06:48:20 |
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 |
177
177
  | tbaas | [腾讯云区块链服务平台 TBaaS](https://cloud.tencent.com/document/product/663) | 2023-02-02 01:47:33 |
178
178
  | tbm | [](https://cloud.tencent.com/document/product) | 2019-03-29 14:49:11 |
179
179
  | tbp | [腾讯智能对话平台](https://cloud.tencent.com/document/product/1060) | 2022-04-04 07:09:07 |
180
180
  | tcaplusdb | [游戏数据库 TcaplusDB](https://cloud.tencent.com/document/product/596) | 2023-01-11 01:39:23 |
181
- | tcb | [云开发 CloudBase](https://cloud.tencent.com/document/product/876) | 2023-02-16 01:54:52 |
181
+ | tcb | [云开发 CloudBase](https://cloud.tencent.com/document/product/876) | 2023-02-17 05:15:43 |
182
182
  | tcbr | [云托管 CloudBase Run](https://cloud.tencent.com/document/product/1243) | 2023-02-14 01:48: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 |
@@ -190,7 +190,7 @@
190
190
  | tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-02-10 02:03:51 |
191
191
  | tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2022-12-06 07:10:10 |
192
192
  | tem | [弹性微服务 TEM](https://cloud.tencent.com/document/product/1371) | 2023-02-16 01:58:58 |
193
- | teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-02-15 01:58:46 |
193
+ | teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-02-20 01:56:52 |
194
194
  | thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2023-02-15 02:03:41 |
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 |
@@ -200,22 +200,22 @@
200
200
  | tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2023-02-08 02:09:17 |
201
201
  | tione | [腾讯云 TI 平台 TI-ONE](https://cloud.tencent.com/document/product/851) | 2023-02-15 02:04:48 |
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-02-16 02:02:16 |
203
+ | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2023-02-20 02:02: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-02-15 02:08:18 |
209
+ | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2023-02-17 12:10:05 |
210
210
  | tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2023-02-10 02:12:51 |
211
- | tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2023-02-16 02:04:15 |
211
+ | tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2023-02-17 06:34:04 |
212
212
  | tsw | [微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2022-10-31 06:59:44 |
213
213
  | tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2023-02-15 02:10:16 |
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-16 02:06:38 |
218
- | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-02-16 02:07:49 |
217
+ | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-02-17 06:48:43 |
218
+ | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-02-20 02:08:58 |
219
219
  | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-02-06 02:56:05 |
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-15 02:14:22 |
@@ -1 +1 @@
1
- export const sdkVersion = "4.0.540"
1
+ export const sdkVersion = "4.0.542"
@@ -1381,6 +1381,19 @@ export interface TRTCJoinRoomInput {
1381
1381
  * 用户唯一标识。
1382
1382
  */
1383
1383
  UserId: string
1384
+
1385
+ /**
1386
+ * 进房钥匙,若需要权限控制请携带该参数。
1387
+ [privateMapKey 权限设置](/document/product/647/32240)
1388
+ */
1389
+ PrivateMapKey?: string
1390
+
1391
+ /**
1392
+ * 用户角色,目前支持两种角色:
1393
+ <li>anchor:主播</li>
1394
+ <li>audience:观众</li>
1395
+ */
1396
+ Role?: string
1384
1397
  }
1385
1398
 
1386
1399
  /**
@@ -1608,9 +1621,15 @@ export interface SetPlaylistCommandInput {
1608
1621
  ChangedIndex?: number
1609
1622
 
1610
1623
  /**
1611
- * 歌曲 ID 列表,当 Type 取 Add 时,必填。
1624
+ * 歌曲 ID 列表,当 Type 取 Add 时,与MusicURLs必填其中一项。
1612
1625
  */
1613
1626
  MusicIds?: Array<string>
1627
+
1628
+ /**
1629
+ * 歌曲 URL 列表,当 Type 取 Add 时,与MusicIds必填其中一项。
1630
+ 注:URL必须以.mp3结尾且必须是mp3编码文件。
1631
+ */
1632
+ MusicURLs?: Array<string>
1614
1633
  }
1615
1634
 
1616
1635
  /**
@@ -4917,12 +4917,12 @@ export interface DescribeBizTrendResponse {
4917
4917
  /**
4918
4918
  * 曲线图各个时间点的值
4919
4919
  */
4920
- DataList: Array<number>
4920
+ DataList?: Array<number>
4921
4921
 
4922
4922
  /**
4923
4923
  * 统计纬度
4924
4924
  */
4925
- MetricName: string
4925
+ MetricName?: string
4926
4926
 
4927
4927
  /**
4928
4928
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -24,7 +24,8 @@ import {
24
24
  DescribeCaptchaMiniOperDataResponse,
25
25
  GetTotalTicketStatisticsRequest,
26
26
  DescribeCaptchaMiniDataSumResponse,
27
- UpdateCaptchaAppIdInfoRequest,
27
+ GetRequestStatisticsResponse,
28
+ GetRequestStatisticsRequest,
28
29
  OutputManageMarketingRiskValue,
29
30
  CaptchaOperDataRes,
30
31
  GetTicketStatisticsRequest,
@@ -47,12 +48,15 @@ import {
47
48
  DescribeCaptchaDataSumRequest,
48
49
  DescribeCaptchaMiniRiskResultResponse,
49
50
  GetTicketStatisticsResponse,
51
+ GetTotalRequestStatisticsRequest,
50
52
  TicketAmountUnit,
53
+ GetTotalRequestStatisticsResponse,
51
54
  CaptchaQueryData,
52
55
  RequestTrendObj,
53
56
  DescribeCaptchaDataResponse,
54
57
  DescribeCaptchaResultRequest,
55
58
  CaptchaStatisticObj,
59
+ UpdateCaptchaAppIdInfoRequest,
56
60
  CaptchaOperDataLoadTimeUnit,
57
61
  DescribeCaptchaMiniOperDataRequest,
58
62
  DescribeCaptchaAppIdInfoRequest,
@@ -95,6 +99,16 @@ export class Client extends AbstractClient {
95
99
  return this.request("DescribeCaptchaTicketData", req, cb)
96
100
  }
97
101
 
102
+ /**
103
+ * 查询全部验证的统计数据,包括:总请求量、总验证量、总验证通过量、总验证拦截量等数据。
104
+ */
105
+ async GetTotalRequestStatistics(
106
+ req: GetTotalRequestStatisticsRequest,
107
+ cb?: (error: string, rep: GetTotalRequestStatisticsResponse) => void
108
+ ): Promise<GetTotalRequestStatisticsResponse> {
109
+ return this.request("GetTotalRequestStatistics", req, cb)
110
+ }
111
+
98
112
  /**
99
113
  * 安全验证码查询请求数据概况,例如:按照时间段查询数据 昨日请求量、昨日恶意比例、昨日验证量、昨日通过量、昨日恶意拦截量……
100
114
  */
@@ -205,6 +219,16 @@ export class Client extends AbstractClient {
205
219
  return this.request("DescribeCaptchaUserAllAppId", req, cb)
206
220
  }
207
221
 
222
+ /**
223
+ * 查询单个CaptchaAppID验证的统计数据,包括:请求量、验证量、验证通过量、验证拦截量。
224
+ */
225
+ async GetRequestStatistics(
226
+ req: GetRequestStatisticsRequest,
227
+ cb?: (error: string, rep: GetRequestStatisticsResponse) => void
228
+ ): Promise<GetRequestStatisticsResponse> {
229
+ return this.request("GetRequestStatistics", req, cb)
230
+ }
231
+
208
232
  /**
209
233
  * 查询安全验证码应用APPId信息
210
234
  */
@@ -197,73 +197,54 @@ export interface DescribeCaptchaMiniDataSumResponse {
197
197
  }
198
198
 
199
199
  /**
200
- * UpdateCaptchaAppIdInfo请求参数结构体
200
+ * GetRequestStatistics返回参数结构体
201
201
  */
202
- export interface UpdateCaptchaAppIdInfoRequest {
203
- /**
204
- * 验证码应用ID
205
- */
206
- CaptchaAppId: number
207
-
208
- /**
209
- * 应用名
210
- */
211
- AppName: string
212
-
213
- /**
214
- * 域名限制
215
- */
216
- DomainLimit: string
217
-
218
- /**
219
- * 场景类型
220
- */
221
- SceneType: number
222
-
202
+ export interface GetRequestStatisticsResponse {
223
203
  /**
224
- * 验证码类型
225
- */
226
- CapType: number
227
-
228
- /**
229
- * 风险级别
230
- */
231
- EvilInterceptGrade: number
204
+ * 查询后数据块
205
+ 注意:此字段可能返回 null,表示取不到有效值。
206
+ */
207
+ Data?: CaptchaStatisticObj
232
208
 
233
209
  /**
234
- * 智能检测
210
+ * 验证码返回码
235
211
  */
236
- SmartVerify: number
212
+ CaptchaCode?: number
237
213
 
238
214
  /**
239
- * 开启智能引擎
215
+ * 验证码返回信息
240
216
  */
241
- SmartEngine: number
217
+ CaptchaMsg?: string
242
218
 
243
219
  /**
244
- * web风格
220
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
245
221
  */
246
- SchemeColor: string
222
+ RequestId?: string
223
+ }
247
224
 
225
+ /**
226
+ * GetRequestStatistics请求参数结构体
227
+ */
228
+ export interface GetRequestStatisticsRequest {
248
229
  /**
249
- * 语言
230
+ * 验证码AppId
250
231
  */
251
- CaptchaLanguage: number
232
+ CaptchaAppId: string
252
233
 
253
234
  /**
254
- * 告警邮箱
235
+ * 开始时间字符串
255
236
  */
256
- MailAlarm: string
237
+ StartTimeStr: string
257
238
 
258
239
  /**
259
- * 是否全屏
240
+ * 结束时间字符串
260
241
  */
261
- TopFullScreen: number
242
+ EndTimeStr: string
262
243
 
263
244
  /**
264
- * 流量限制
245
+ * 查询粒度
265
246
  */
266
- TrafficThreshold: number
247
+ Dimension: string
267
248
  }
268
249
 
269
250
  /**
@@ -903,6 +884,26 @@ export interface GetTicketStatisticsResponse {
903
884
  RequestId?: string
904
885
  }
905
886
 
887
+ /**
888
+ * GetTotalRequestStatistics请求参数结构体
889
+ */
890
+ export interface GetTotalRequestStatisticsRequest {
891
+ /**
892
+ * 开始时间字符串
893
+ */
894
+ StartTimeStr: string
895
+
896
+ /**
897
+ * 结束时间字符串
898
+ */
899
+ EndTimeStr: string
900
+
901
+ /**
902
+ * 查询粒度
903
+ */
904
+ Dimension: string
905
+ }
906
+
906
907
  /**
907
908
  * DescribeCaptchaTicketData 返回的数据结构
908
909
  */
@@ -918,6 +919,32 @@ export interface TicketAmountUnit {
918
919
  Amount: number
919
920
  }
920
921
 
922
+ /**
923
+ * GetTotalRequestStatistics返回参数结构体
924
+ */
925
+ export interface GetTotalRequestStatisticsResponse {
926
+ /**
927
+ * 查询后数据块
928
+ 注意:此字段可能返回 null,表示取不到有效值。
929
+ */
930
+ Data?: CaptchaStatisticObj
931
+
932
+ /**
933
+ * 验证码返回码
934
+ */
935
+ CaptchaCode?: number
936
+
937
+ /**
938
+ * 验证码返回信息
939
+ */
940
+ CaptchaMsg?: string
941
+
942
+ /**
943
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
944
+ */
945
+ RequestId?: string
946
+ }
947
+
921
948
  /**
922
949
  * 该类型为DescribeCaptchaData 方法返回数据类型
923
950
  */
@@ -1108,6 +1135,76 @@ export interface CaptchaStatisticObj {
1108
1135
  TicketCheckTrend: Array<TicketCheckTrendObj>
1109
1136
  }
1110
1137
 
1138
+ /**
1139
+ * UpdateCaptchaAppIdInfo请求参数结构体
1140
+ */
1141
+ export interface UpdateCaptchaAppIdInfoRequest {
1142
+ /**
1143
+ * 验证码应用ID
1144
+ */
1145
+ CaptchaAppId: number
1146
+
1147
+ /**
1148
+ * 应用名
1149
+ */
1150
+ AppName: string
1151
+
1152
+ /**
1153
+ * 域名限制
1154
+ */
1155
+ DomainLimit: string
1156
+
1157
+ /**
1158
+ * 场景类型
1159
+ */
1160
+ SceneType: number
1161
+
1162
+ /**
1163
+ * 验证码类型
1164
+ */
1165
+ CapType: number
1166
+
1167
+ /**
1168
+ * 风险级别
1169
+ */
1170
+ EvilInterceptGrade: number
1171
+
1172
+ /**
1173
+ * 智能检测
1174
+ */
1175
+ SmartVerify: number
1176
+
1177
+ /**
1178
+ * 开启智能引擎
1179
+ */
1180
+ SmartEngine: number
1181
+
1182
+ /**
1183
+ * web风格
1184
+ */
1185
+ SchemeColor: string
1186
+
1187
+ /**
1188
+ * 语言
1189
+ */
1190
+ CaptchaLanguage: number
1191
+
1192
+ /**
1193
+ * 告警邮箱
1194
+ */
1195
+ MailAlarm: string
1196
+
1197
+ /**
1198
+ * 是否全屏
1199
+ */
1200
+ TopFullScreen: number
1201
+
1202
+ /**
1203
+ * 流量限制
1204
+ */
1205
+ TrafficThreshold: number
1206
+ }
1207
+
1111
1208
  /**
1112
1209
  * 操作数据查询方法DescribeCaptchaOperData 的返回结果,安全验证码加载耗时type = 1
1113
1210
  */
@@ -318,8 +318,10 @@ export class Client extends AbstractClient {
318
318
  }
319
319
 
320
320
  /**
321
- * 查询云盘操作日志功能已迁移至LookUpEvents接口(https://cloud.tencent.com/document/product/629/12359),本接口(DescribeDiskOperationLogs)即将下线,后续不再提供调用,请知悉。
322
- */
321
+ * 接口已废弃,切换至云审计接口。见https://tapd.woa.com/pro/prong/stories/view/1010114221880719007
322
+
323
+ 查询云盘操作日志功能已迁移至LookUpEvents接口(https://cloud.tencent.com/document/product/629/12359),本接口(DescribeDiskOperationLogs)即将下线,后续不再提供调用,请知悉。
324
+ */
323
325
  async DescribeDiskOperationLogs(
324
326
  req: DescribeDiskOperationLogsRequest,
325
327
  cb?: (error: string, rep: DescribeDiskOperationLogsResponse) => void
@@ -578,7 +580,9 @@ export class Client extends AbstractClient {
578
580
  }
579
581
 
580
582
  /**
581
- * 查询快照操作日志功能已迁移至LookUpEvents接口(https://cloud.tencent.com/document/product/629/12359),本接口(DescribeSnapshotOperationLogs)即将下线,后续不再提供调用,请知悉。
583
+ * 接口已废弃,切换至云审计接口。见https://tapd.woa.com/pro/prong/stories/view/1010114221880719007
584
+
585
+ 查询快照操作日志功能已迁移至LookUpEvents接口(https://cloud.tencent.com/document/product/629/12359),本接口(DescribeSnapshotOperationLogs)即将下线,后续不再提供调用,请知悉。
582
586
 
583
587
  */
584
588
  async DescribeSnapshotOperationLogs(
@@ -67,7 +67,6 @@ import {
67
67
  ModifyCDBProxyDescRequest,
68
68
  BackupConfig,
69
69
  DescribeCDBProxyResponse,
70
- UpgradeCDBProxyResponse,
71
70
  Rule,
72
71
  AuditPolicy,
73
72
  DescribeBackupTablesRequest,
@@ -337,7 +336,6 @@ import {
337
336
  CreateDBInstanceResponse,
338
337
  StartReplicationRequest,
339
338
  DescribeDBInstanceCharsetResponse,
340
- UpgradeCDBProxyRequest,
341
339
  DescribeDBFeaturesRequest,
342
340
  DescribeBackupSummariesResponse,
343
341
  DescribeBinlogBackupOverviewRequest,
@@ -1094,18 +1092,6 @@ export class Client extends AbstractClient {
1094
1092
  return this.request("CreateAccounts", req, cb)
1095
1093
  }
1096
1094
 
1097
- /**
1098
- * 接口已经废弃,请使用AdjustCdbProxy进行数据库代理的配置
1099
-
1100
- 调整数据库代理配置
1101
- */
1102
- async UpgradeCDBProxy(
1103
- req: UpgradeCDBProxyRequest,
1104
- cb?: (error: string, rep: UpgradeCDBProxyResponse) => void
1105
- ): Promise<UpgradeCDBProxyResponse> {
1106
- return this.request("UpgradeCDBProxy", req, cb)
1107
- }
1108
-
1109
1095
  /**
1110
1096
  * 本接口(UpgradeDBInstanceEngineVersion)用于升级云数据库实例版本,实例类型支持主实例、灾备实例和只读实例。
1111
1097
  */