tencentcloud-sdk-nodejs 4.0.586 → 4.0.587

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 (75) hide show
  1. package/CHANGELOG.md +347 -0
  2. package/SERVICE_CHANGELOG.md +462 -128
  3. package/package.json +1 -1
  4. package/products.md +29 -29
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/ccc/v20200210/ccc_models.ts +20 -5
  7. package/src/services/cdb/v20170320/cdb_client.ts +4 -2
  8. package/src/services/cdb/v20170320/cdb_models.ts +70 -17
  9. package/src/services/cfs/v20190719/cfs_client.ts +12 -0
  10. package/src/services/cfs/v20190719/cfs_models.ts +35 -0
  11. package/src/services/clb/v20180317/clb_models.ts +6 -1
  12. package/src/services/cls/v20201016/cls_models.ts +73 -129
  13. package/src/services/ecm/v20190719/ecm_models.ts +5 -0
  14. package/src/services/ess/v20201111/ess_models.ts +17 -5
  15. package/src/services/keewidb/v20220308/keewidb_client.ts +14 -2
  16. package/src/services/keewidb/v20220308/keewidb_models.ts +48 -13
  17. package/src/services/monitor/v20180724/monitor_models.ts +1 -1
  18. package/src/services/ocr/v20181119/ocr_client.ts +1 -0
  19. package/src/services/ocr/v20181119/ocr_models.ts +25 -0
  20. package/src/services/postgres/v20170312/postgres_client.ts +523 -487
  21. package/src/services/postgres/v20170312/postgres_models.ts +160 -31
  22. package/src/services/redis/v20180412/redis_client.ts +1 -1
  23. package/src/services/redis/v20180412/redis_models.ts +10 -9
  24. package/src/services/scf/v20180416/scf_models.ts +10 -3
  25. package/src/services/tdmq/v20200217/tdmq_client.ts +13 -1
  26. package/src/services/tdmq/v20200217/tdmq_models.ts +93 -48
  27. package/src/services/trp/v20210515/trp_client.ts +1 -1
  28. package/src/services/trp/v20210515/trp_models.ts +90 -77
  29. package/src/services/trtc/v20190722/trtc_client.ts +2 -0
  30. package/src/services/trtc/v20190722/trtc_models.ts +1 -1
  31. package/src/services/tts/v20190823/tts_models.ts +1 -1
  32. package/src/services/vod/v20180717/vod_models.ts +22 -3
  33. package/src/services/vpc/v20170312/vpc_models.ts +35 -12
  34. package/src/services/waf/v20180125/waf_models.ts +57 -13
  35. package/tencentcloud/common/sdk_version.d.ts +1 -1
  36. package/tencentcloud/common/sdk_version.js +1 -1
  37. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +17 -5
  38. package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +1 -1
  39. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +60 -16
  40. package/tencentcloud/services/cfs/v20190719/cfs_client.d.ts +5 -1
  41. package/tencentcloud/services/cfs/v20190719/cfs_client.js +6 -0
  42. package/tencentcloud/services/cfs/v20190719/cfs_models.d.ts +30 -0
  43. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +5 -1
  44. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +70 -126
  45. package/tencentcloud/services/ecm/v20190719/ecm_models.d.ts +4 -0
  46. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +15 -5
  47. package/tencentcloud/services/keewidb/v20220308/keewidb_client.d.ts +5 -1
  48. package/tencentcloud/services/keewidb/v20220308/keewidb_client.js +6 -0
  49. package/tencentcloud/services/keewidb/v20220308/keewidb_models.d.ts +42 -12
  50. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +1 -1
  51. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +21 -0
  52. package/tencentcloud/services/postgres/v20170312/postgres_client.d.ts +173 -161
  53. package/tencentcloud/services/postgres/v20170312/postgres_client.js +258 -240
  54. package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +136 -27
  55. package/tencentcloud/services/redis/v20180412/redis_client.d.ts +1 -1
  56. package/tencentcloud/services/redis/v20180412/redis_client.js +1 -1
  57. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +9 -8
  58. package/tencentcloud/services/scf/v20180416/scf_models.d.ts +8 -2
  59. package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +5 -1
  60. package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +6 -0
  61. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +78 -39
  62. package/tencentcloud/services/trp/v20210515/trp_client.d.ts +1 -1
  63. package/tencentcloud/services/trp/v20210515/trp_client.js +1 -1
  64. package/tencentcloud/services/trp/v20210515/trp_models.d.ts +53 -44
  65. package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +2 -0
  66. package/tencentcloud/services/trtc/v20190722/trtc_client.js +2 -0
  67. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +1 -1
  68. package/tencentcloud/services/tts/v20190823/tts_models.d.ts +1 -1
  69. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +20 -3
  70. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +32 -12
  71. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +42 -5
  72. package/test/cfs.v20190719.test.js +10 -0
  73. package/test/keewidb.v20220308.test.js +10 -0
  74. package/test/postgres.v20170312.test.js +192 -162
  75. package/test/tdmq.v20200217.test.js +10 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.586",
3
+ "version": "4.0.587",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {
package/products.md CHANGED
@@ -22,8 +22,8 @@
22
22
  | ba | [网站备案](https://cloud.tencent.com/document/product/243) | 2023-04-20 01:03:43 |
23
23
  | batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2023-04-12 01:04:10 |
24
24
  | bda | [人体分析](https://cloud.tencent.com/document/product/1208) | 2023-03-30 01:03:52 |
25
- | bi | [商业智能分析 BI](https://cloud.tencent.com/document/product/590) | 2023-03-30 01:03:59 |
26
- | billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2023-04-17 01:04:16 |
25
+ | bi | [商业智能分析 BI](https://cloud.tencent.com/document/product/590) | 2023-04-24 01:03:28 |
26
+ | billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2023-04-24 01:03:32 |
27
27
  | bizlive | [商业直播](https://cloud.tencent.com/document/product) | 2020-03-10 01:08:07 |
28
28
  | bm | [黑石物理服务器CPM](https://cloud.tencent.com/document/product/386) | 2023-03-30 01:04:12 |
29
29
  | bma | [品牌经营管家](https://cloud.tencent.com/document/product/1296) | 2023-03-30 01:04:35 |
@@ -38,16 +38,16 @@
38
38
  | captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2023-04-06 20:55:55 |
39
39
  | car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2023-04-12 01:08:36 |
40
40
  | casb | [云访问安全代理](https://cloud.tencent.com/document/product/1303) | 2022-12-26 10:53:16 |
41
- | cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2023-04-21 01:11:17 |
41
+ | cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2023-04-24 01:05:46 |
42
42
  | cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2023-04-05 01:10:00 |
43
- | ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2023-04-05 01:11:35 |
44
- | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-04-19 01:10:00 |
43
+ | ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2023-04-24 01:06:05 |
44
+ | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-04-24 01:06:23 |
45
45
  | cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2023-03-30 01:08:00 |
46
46
  | cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2023-04-19 01:11:05 |
47
47
  | cds | [T-Sec-数据安全审计(DSA)](https://cloud.tencent.com/document/product/856) | 2023-03-30 01:08:37 |
48
48
  | cdwch | [云数据仓库 ClickHouse](https://cloud.tencent.com/document/product/1299) | 2023-04-21 01:13:12 |
49
49
  | cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2023-04-19 01:11:52 |
50
- | cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2023-04-20 01:08:12 |
50
+ | cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2023-04-24 01:08:05 |
51
51
  | cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2023-04-05 01:16:43 |
52
52
  | chdfs | [云 HDFS](https://cloud.tencent.com/document/product/1105) | 2023-03-30 01:09:19 |
53
53
  | ciam | [账号风控平台](https://cloud.tencent.com/document/product/1441) | 2023-03-30 01:09:27 |
@@ -55,11 +55,11 @@
55
55
  | cim | [](https://cloud.tencent.com/document/product) | 2019-05-16 17:21:18 |
56
56
  | cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
57
57
  | ckafka | [消息队列 CKafka](https://cloud.tencent.com/document/product/597) | 2023-04-19 01:12:57 |
58
- | clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2023-04-10 01:13:36 |
58
+ | clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2023-04-24 01:09:35 |
59
59
  | cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2023-04-05 01:18:15 |
60
60
  | cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2023-03-30 01:10:35 |
61
61
  | cloudstudio | [Cloud Studio(云端 IDE)](https://cloud.tencent.com/document/product/1039) | 2023-04-05 01:18:28 |
62
- | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2023-04-19 01:14:14 |
62
+ | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2023-04-24 01:10:23 |
63
63
  | cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2023-03-30 01:11:29 |
64
64
  | cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2023-03-30 01:11:46 |
65
65
  | cms | [内容安全](https://cloud.tencent.com/document/product) | 2020-10-29 08:03:08 |
@@ -69,7 +69,7 @@
69
69
  | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2023-04-19 01:23:40 |
70
70
  | cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
71
71
  | cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2023-03-30 01:33:24 |
72
- | dasb | [T-Sec-堡垒机(BH)](https://cloud.tencent.com/document/product/1025) | 2023-04-11 01:14:47 |
72
+ | dasb | [T-Sec-堡垒机(BH)](https://cloud.tencent.com/document/product/1025) | 2023-04-24 01:14:18 |
73
73
  | dataintegration | [数据接入平台](https://cloud.tencent.com/document/product/1591) | 2022-07-26 15:32:15 |
74
74
  | dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2023-03-30 01:33:58 |
75
75
  | dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2023-04-21 01:20:02 |
@@ -86,18 +86,18 @@
86
86
  | eb | [事件总线](https://cloud.tencent.com/document/product/1359) | 2023-04-11 01:18:48 |
87
87
  | ecc | [英文作文批改](https://cloud.tencent.com/document/product/1076) | 2023-03-30 01:36:45 |
88
88
  | ecdn | [全站加速网络](https://cloud.tencent.com/document/product/570) | 2023-03-30 01:36:48 |
89
- | ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2023-03-30 01:36:56 |
89
+ | ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2023-04-24 01:17:53 |
90
90
  | eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2023-03-30 01:37:29 |
91
91
  | eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-04-20 01:20:51 |
92
92
  | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2023-04-11 01:19:59 |
93
93
  | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2023-03-31 01:26:31 |
94
- | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-04-20 16:31:25 |
94
+ | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-04-24 01:19:11 |
95
95
  | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-04-20 16:37:39 |
96
96
  | facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2023-04-20 16:06:06 |
97
97
  | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-04-17 01:20:00 |
98
98
  | fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2023-03-30 01:38:53 |
99
99
  | ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2023-03-30 01:38:57 |
100
- | gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2023-04-10 01:32:20 |
100
+ | gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2023-04-24 01:20:10 |
101
101
  | gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2023-04-21 01:25:14 |
102
102
  | goosefs | [数据加速器 GooseFS](https://cloud.tencent.com/document/product/1424) | 2023-04-20 01:23:06 |
103
103
  | gpm | [游戏玩家匹配](https://cloud.tencent.com/document/product/1294) | 2022-07-11 06:12:36 |
@@ -119,13 +119,13 @@
119
119
  | iottid | [物联网设备身份认证](https://cloud.tencent.com/document/product/1086) | 2023-03-30 01:41:53 |
120
120
  | iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2023-04-12 01:33:34 |
121
121
  | iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2023-03-30 01:42:57 |
122
- | irp | [智能推荐平台](https://cloud.tencent.com/document/product/1541) | 2023-03-30 01:43:21 |
122
+ | irp | [智能推荐平台](https://cloud.tencent.com/document/product/1541) | 2023-04-24 01:28:14 |
123
123
  | ivld | [媒体智能标签](https://cloud.tencent.com/document/product/1509) | 2023-03-30 01:43:25 |
124
- | keewidb | [云数据库 KeeWiDB](https://cloud.tencent.com/document/product/1520) | 2023-03-30 01:43:33 |
124
+ | keewidb | [云数据库 KeeWiDB](https://cloud.tencent.com/document/product/1520) | 2023-04-24 01:28:29 |
125
125
  | kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2023-03-30 01:43:44 |
126
126
  | lcic | [低代码互动课堂](https://cloud.tencent.com/document/product/1639) | 2023-04-21 01:29:46 |
127
127
  | lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2023-04-20 01:27:41 |
128
- | live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-04-19 01:38:43 |
128
+ | live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-04-24 01:29:32 |
129
129
  | lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
130
130
  | lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
131
131
  | mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2023-03-30 01:46:35 |
@@ -135,30 +135,30 @@
135
135
  | mmps | [小程序安全](https://cloud.tencent.com/document/product/1223) | 2023-03-30 01:46:57 |
136
136
  | mna | [移动网络加速](https://cloud.tencent.com/document/product/1385) | 2023-03-30 01:47:02 |
137
137
  | mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2023-04-11 01:28:42 |
138
- | monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2023-04-21 01:31:58 |
138
+ | monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2023-04-24 01:31:01 |
139
139
  | mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2023-04-12 01:45:49 |
140
140
  | mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2023-03-30 01:49:08 |
141
141
  | ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2023-04-17 01:29:42 |
142
142
  | msp | [迁移服务平台](https://cloud.tencent.com/document/product/659) | 2023-03-30 01:49:22 |
143
143
  | mvj | [营销价值判断](https://cloud.tencent.com/document/product) | 2020-03-19 08:11:44 |
144
- | nlp | [自然语言处理](https://cloud.tencent.com/document/product/271) | 2023-03-30 01:49:26 |
144
+ | nlp | [自然语言处理](https://cloud.tencent.com/document/product/271) | 2023-04-24 01:32:41 |
145
145
  | npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
146
146
  | oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2023-03-30 01:49:33 |
147
- | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-04-20 01:31:28 |
147
+ | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-04-24 01:33:06 |
148
148
  | omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2023-03-31 01:39:55 |
149
149
  | organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2023-03-30 01:50:22 |
150
150
  | partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2023-03-30 01:50:28 |
151
151
  | pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2023-03-30 01:50:40 |
152
- | postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2023-04-19 01:42:53 |
152
+ | postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2023-04-24 01:34:02 |
153
153
  | privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2023-03-30 01:51:05 |
154
154
  | pts | [云压测](https://cloud.tencent.com/document/product/1484) | 2023-04-07 02:06:22 |
155
155
  | rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2023-03-30 01:51:25 |
156
- | redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2023-04-19 01:46:32 |
156
+ | redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2023-04-24 01:34:59 |
157
157
  | region | [地域管理系统](https://cloud.tencent.com/document/product/1596) | 2023-03-30 01:51:52 |
158
158
  | rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2023-03-30 01:51:54 |
159
159
  | rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-04-04 07:04:06 |
160
160
  | rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2023-04-18 01:36:49 |
161
- | scf | [云函数](https://cloud.tencent.com/document/product/583) | 2023-04-20 01:34:05 |
161
+ | scf | [云函数](https://cloud.tencent.com/document/product/583) | 2023-04-24 01:35:50 |
162
162
  | ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2023-04-20 01:34:23 |
163
163
  | smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2023-03-30 01:52:35 |
164
164
  | smop | [腾讯安心用户运营平台](https://cloud.tencent.com/document/product/1310) | 2023-04-03 01:30:29 |
@@ -190,10 +190,10 @@
190
190
  | tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2023-04-19 01:50:55 |
191
191
  | tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2023-03-30 02:27:00 |
192
192
  | tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2023-03-30 02:27:07 |
193
- | tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-04-21 01:42:37 |
193
+ | tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-04-24 01:40:56 |
194
194
  | tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2023-03-30 02:27:47 |
195
195
  | tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2023-04-20 01:41:18 |
196
- | teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-04-21 01:43:33 |
196
+ | teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-04-24 01:41:53 |
197
197
  | thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2023-03-30 02:29:55 |
198
198
  | tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
199
199
  | tic | [资源编排 TIC](https://cloud.tencent.com/document/product/1213) | 2023-03-30 02:30:02 |
@@ -209,20 +209,20 @@
209
209
  | tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2023-03-30 02:45:29 |
210
210
  | tourism | [文旅客情平台](https://cloud.tencent.com/document/product/1684) | 2023-04-07 10:20:53 |
211
211
  | trdp | [流量风险决策平台](https://cloud.tencent.com/document/product/1604) | 2023-03-30 02:45:33 |
212
- | trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2023-04-18 01:48:00 |
212
+ | trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2023-04-24 01:46:22 |
213
213
  | trro | [远程实时操控](https://cloud.tencent.com/document/product/1584) | 2023-04-12 02:06:17 |
214
- | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2023-04-21 01:47:52 |
214
+ | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2023-04-24 01:46:52 |
215
215
  | tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2023-04-20 01:48:06 |
216
216
  | tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2023-04-19 01:58:00 |
217
217
  | tsw | [微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2023-03-30 02:47:12 |
218
- | tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2023-04-21 01:49:37 |
218
+ | tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2023-04-24 01:48:24 |
219
219
  | ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2023-03-30 02:47:18 |
220
220
  | vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2023-03-30 02:47:27 |
221
221
  | vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2023-03-30 02:47:30 |
222
- | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-04-21 01:49:58 |
223
- | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-04-21 01:51:07 |
222
+ | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-04-24 01:48:45 |
223
+ | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-04-24 01:49:51 |
224
224
  | vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2023-04-14 02:04:14 |
225
- | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-04-21 01:52:42 |
225
+ | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-04-24 01:51:56 |
226
226
  | wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2023-03-30 02:49:55 |
227
227
  | wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-04-13 01:50:59 |
228
228
  | wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
@@ -1 +1 @@
1
- export const sdkVersion = "4.0.586"
1
+ export const sdkVersion = "4.0.587"
@@ -2501,24 +2501,24 @@ export interface DescribeCallInMetricsResponse {
2501
2501
  /**
2502
2502
  * 时间戳
2503
2503
  */
2504
- Timestamp: number
2504
+ Timestamp?: number
2505
2505
 
2506
2506
  /**
2507
2507
  * 总体指标
2508
2508
  */
2509
- TotalMetrics: CallInMetrics
2509
+ TotalMetrics?: CallInMetrics
2510
2510
 
2511
2511
  /**
2512
2512
  * 线路维度指标
2513
2513
  注意:此字段可能返回 null,表示取不到有效值。
2514
2514
  */
2515
- NumberMetrics: Array<CallInNumberMetrics>
2515
+ NumberMetrics?: Array<CallInNumberMetrics>
2516
2516
 
2517
2517
  /**
2518
2518
  * 技能组维度指标
2519
2519
  注意:此字段可能返回 null,表示取不到有效值。
2520
2520
  */
2521
- SkillGroupMetrics: Array<CallInSkillGroupMetrics>
2521
+ SkillGroupMetrics?: Array<CallInSkillGroupMetrics>
2522
2522
 
2523
2523
  /**
2524
2524
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -2601,6 +2601,16 @@ export interface DescribeStaffStatusMetricsRequest {
2601
2601
  * 筛选坐席列表,默认不传返回全部坐席信息
2602
2602
  */
2603
2603
  StaffList?: Array<string>
2604
+
2605
+ /**
2606
+ * 筛选技能组ID列表
2607
+ */
2608
+ GroupIdList?: Array<number>
2609
+
2610
+ /**
2611
+ * 筛选坐席状态列表
2612
+ */
2613
+ StatusList?: Array<string>
2604
2614
  }
2605
2615
 
2606
2616
  /**
@@ -2889,7 +2899,7 @@ export interface DescribeStaffStatusMetricsResponse {
2889
2899
  /**
2890
2900
  * 坐席状态实时信息
2891
2901
  */
2892
- Metrics: Array<StaffStatusMetrics>
2902
+ Metrics?: Array<StaffStatusMetrics>
2893
2903
 
2894
2904
  /**
2895
2905
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -3080,6 +3090,11 @@ export interface DescribeCallInMetricsRequest {
3080
3090
  * 是否返回线路维度信息,默认“否”
3081
3091
  */
3082
3092
  EnabledNumber?: boolean
3093
+
3094
+ /**
3095
+ * 筛选技能组列表
3096
+ */
3097
+ GroupIdList?: Array<number>
3083
3098
  }
3084
3099
 
3085
3100
  /**
@@ -52,7 +52,7 @@ import {
52
52
  DescribeInstanceParamRecordsRequest,
53
53
  StopRollbackResponse,
54
54
  AnalyzeAuditLogsRequest,
55
- StopReplicationResponse,
55
+ ModifyBackupEncryptionStatusResponse,
56
56
  DatabaseName,
57
57
  DescribeInstanceParamsRequest,
58
58
  DescribeRoMinScaleResponse,
@@ -92,6 +92,7 @@ import {
92
92
  DescribeInstanceParamsResponse,
93
93
  UploadInfo,
94
94
  DisassociateSecurityGroupsRequest,
95
+ AuditRuleFilters,
95
96
  ModifyLocalBinlogConfigRequest,
96
97
  StartBatchRollbackResponse,
97
98
  ModifyAccountHostResponse,
@@ -102,6 +103,7 @@ import {
102
103
  AuditRule,
103
104
  DescribeBinlogsRequest,
104
105
  RollbackDBName,
106
+ RuleFilters,
105
107
  CreateAuditRuleResponse,
106
108
  ModifyRemoteBackupConfigResponse,
107
109
  DescribeDBInstanceInfoResponse,
@@ -286,7 +288,7 @@ import {
286
288
  DescribeTagsOfInstanceIdsRequest,
287
289
  RWInfos,
288
290
  CloseCDBProxyResponse,
289
- ModifyBackupEncryptionStatusResponse,
291
+ StopReplicationResponse,
290
292
  UpgradeDBInstanceEngineVersionRequest,
291
293
  DescribeDataBackupOverviewRequest,
292
294
  DescribeDBInstanceInfoRequest,
@@ -1094,15 +1094,9 @@ export interface AnalyzeAuditLogsRequest {
1094
1094
  }
1095
1095
 
1096
1096
  /**
1097
- * StopReplication返回参数结构体
1097
+ * ModifyBackupEncryptionStatus返回参数结构体
1098
1098
  */
1099
- export interface StopReplicationResponse {
1100
- /**
1101
- * 异步任务 ID。
1102
- 注意:此字段可能返回 null,表示取不到有效值。
1103
- */
1104
- AsyncRequestId: string
1105
-
1099
+ export interface ModifyBackupEncryptionStatusResponse {
1106
1100
  /**
1107
1101
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1108
1102
  */
@@ -1212,6 +1206,7 @@ export interface OpenAuditServiceRequest {
1212
1206
  * 审计日志保存时长。支持值包括:
1213
1207
  7 - 一周
1214
1208
  30 - 一个月;
1209
+ 90 - 三个月;
1215
1210
  180 - 六个月;
1216
1211
  365 - 一年;
1217
1212
  1095 - 三年;
@@ -1223,12 +1218,18 @@ export interface OpenAuditServiceRequest {
1223
1218
  * 高频审计日志保存时长。支持值包括:
1224
1219
  7 - 一周
1225
1220
  30 - 一个月;
1226
- 180 - 六个月;
1227
- 365 - 一年;
1228
- 1095 - 三年;
1229
- 1825 - 五年;
1230
1221
  */
1231
1222
  HighLogExpireDay?: number
1223
+
1224
+ /**
1225
+ * 审计规则。同RuleTemplateIds都不填是全审计。
1226
+ */
1227
+ AuditRuleFilters?: Array<AuditRuleFilters>
1228
+
1229
+ /**
1230
+ * 规则模版ID。同AuditRuleFilters都不填是全审计。
1231
+ */
1232
+ RuleTemplateIds?: Array<string>
1232
1233
  }
1233
1234
 
1234
1235
  /**
@@ -2083,6 +2084,17 @@ export interface DisassociateSecurityGroupsRequest {
2083
2084
  ForReadonlyInstance?: boolean
2084
2085
  }
2085
2086
 
2087
+ /**
2088
+ * 审计规则的过滤条件
2089
+ */
2090
+ export interface AuditRuleFilters {
2091
+ /**
2092
+ * 单条审计规则。
2093
+ 注意:此字段可能返回 null,表示取不到有效值。
2094
+ */
2095
+ RuleFilters?: Array<RuleFilters>
2096
+ }
2097
+
2086
2098
  /**
2087
2099
  * ModifyLocalBinlogConfig请求参数结构体
2088
2100
  */
@@ -2318,6 +2330,26 @@ export interface RollbackDBName {
2318
2330
  NewDatabaseName: string
2319
2331
  }
2320
2332
 
2333
+ /**
2334
+ * 审计规则的规则过滤条件
2335
+ */
2336
+ export interface RuleFilters {
2337
+ /**
2338
+ * 审计规则过滤条件的参数名称。可选值:host – 客户端 IP;user – 数据库账户;dbName – 数据库名称;sqlType-SQL类型;sql-sql语句;affectRows -影响行数;sentRows-返回行数;checkRows-扫描行数;execTime-执行时间。
2339
+ */
2340
+ Type: string
2341
+
2342
+ /**
2343
+ * 审计规则过滤条件的匹配类型。可选值:INC – 包含;EXC – 不包含;EQS – 等于;NEQ – 不等于;REG-正则;GT-大于;LT-小于。
2344
+ */
2345
+ Compare: string
2346
+
2347
+ /**
2348
+ * 审计规则过滤条件的匹配值。sqlType条件的Value需在一下选择"alter", "changeuser", "create", "delete", "drop", "execute", "insert", "login", "logout", "other", "replace", "select", "set", "update"。
2349
+ */
2350
+ Value: Array<string>
2351
+ }
2352
+
2321
2353
  /**
2322
2354
  * CreateAuditRule返回参数结构体
2323
2355
  */
@@ -5207,6 +5239,21 @@ export interface AuditLogFilter {
5207
5239
  * 事务持续时间,格式为M-N,例如:10-200
5208
5240
  */
5209
5241
  TransactionLivingTimeSection?: string
5242
+
5243
+ /**
5244
+ * 线程ID
5245
+ */
5246
+ ThreadId?: Array<string>
5247
+
5248
+ /**
5249
+ * 返回行数。表示筛选返回行数大于该值的审计日志。
5250
+ */
5251
+ SentRows?: number
5252
+
5253
+ /**
5254
+ * mysql错误码
5255
+ */
5256
+ ErrCode?: Array<number>
5210
5257
  }
5211
5258
 
5212
5259
  /**
@@ -5469,12 +5516,12 @@ export interface CreateDBInstanceHourResponse {
5469
5516
  /**
5470
5517
  * 短订单 ID。
5471
5518
  */
5472
- DealIds: Array<string>
5519
+ DealIds?: Array<string>
5473
5520
 
5474
5521
  /**
5475
5522
  * 实例 ID 列表。
5476
5523
  */
5477
- InstanceIds: Array<string>
5524
+ InstanceIds?: Array<string>
5478
5525
 
5479
5526
  /**
5480
5527
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -7220,9 +7267,15 @@ export interface CloseCDBProxyResponse {
7220
7267
  }
7221
7268
 
7222
7269
  /**
7223
- * ModifyBackupEncryptionStatus返回参数结构体
7270
+ * StopReplication返回参数结构体
7224
7271
  */
7225
- export interface ModifyBackupEncryptionStatusResponse {
7272
+ export interface StopReplicationResponse {
7273
+ /**
7274
+ * 异步任务 ID。
7275
+ 注意:此字段可能返回 null,表示取不到有效值。
7276
+ */
7277
+ AsyncRequestId: string
7278
+
7226
7279
  /**
7227
7280
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
7228
7281
  */
@@ -8157,7 +8210,7 @@ export interface CreateDBInstanceHourRequest {
8157
8210
  InstanceRole?: string
8158
8211
 
8159
8212
  /**
8160
- * 主实例的可用区信息,购买灾备、RO实例时必填。
8213
+ * 主实例地域信息,购买灾备、RO实例时,该字段必填。
8161
8214
  */
8162
8215
  MasterRegion?: string
8163
8216
 
@@ -19,6 +19,7 @@ import { AbstractClient } from "../../../common/abstract_client"
19
19
  import { ClientConfig } from "../../../common/interface"
20
20
  import {
21
21
  CreateMigrationTaskRequest,
22
+ ScaleUpFileSystemResponse,
22
23
  SnapshotStatistics,
23
24
  DescribeCfsPGroupsResponse,
24
25
  DescribeMountTargetsResponse,
@@ -29,6 +30,7 @@ import {
29
30
  CreateCfsFileSystemResponse,
30
31
  FileSystemInfo,
31
32
  BindAutoSnapshotPolicyRequest,
33
+ ScaleUpFileSystemRequest,
32
34
  CreateCfsPGroupRequest,
33
35
  DescribeMigrationTasksResponse,
34
36
  DescribeAutoSnapshotPoliciesRequest,
@@ -293,6 +295,16 @@ export class Client extends AbstractClient {
293
295
  return this.request("DeleteMigrationTask", req, cb)
294
296
  }
295
297
 
298
+ /**
299
+ * 该接口用于对turbo 文件系统扩容使用
300
+ */
301
+ async ScaleUpFileSystem(
302
+ req: ScaleUpFileSystemRequest,
303
+ cb?: (error: string, rep: ScaleUpFileSystemResponse) => void
304
+ ): Promise<ScaleUpFileSystemResponse> {
305
+ return this.request("ScaleUpFileSystem", req, cb)
306
+ }
307
+
296
308
  /**
297
309
  * 本接口(UpdateCfsFileSystemSizeLimit)用于更新文件系统存储容量限制。
298
310
  */
@@ -95,6 +95,26 @@ export interface CreateMigrationTaskRequest {
95
95
  BucketPath?: string
96
96
  }
97
97
 
98
+ /**
99
+ * ScaleUpFileSystem返回参数结构体
100
+ */
101
+ export interface ScaleUpFileSystemResponse {
102
+ /**
103
+ * 文件系统Id
104
+ */
105
+ FileSystemId?: string
106
+
107
+ /**
108
+ * 扩容的目标容量
109
+ */
110
+ TargetCapacity?: number
111
+
112
+ /**
113
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
114
+ */
115
+ RequestId?: string
116
+ }
117
+
98
118
  /**
99
119
  * 文件系统快照统计
100
120
  */
@@ -558,6 +578,21 @@ export interface BindAutoSnapshotPolicyRequest {
558
578
  FileSystemIds: string
559
579
  }
560
580
 
581
+ /**
582
+ * ScaleUpFileSystem请求参数结构体
583
+ */
584
+ export interface ScaleUpFileSystemRequest {
585
+ /**
586
+ * 文件系统Id
587
+ */
588
+ FileSystemId: string
589
+
590
+ /**
591
+ * 扩容的目标容量
592
+ */
593
+ TargetCapacity: number
594
+ }
595
+
561
596
  /**
562
597
  * CreateCfsPGroup请求参数结构体
563
598
  */
@@ -669,7 +669,7 @@ export interface ModifyLoadBalancerAttributesResponse {
669
669
  * 切换负载均衡计费方式时,可用此参数查询切换任务是否成功。
670
670
  注意:此字段可能返回 null,表示取不到有效值。
671
671
  */
672
- DealName: string
672
+ DealName?: string
673
673
 
674
674
  /**
675
675
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -1800,6 +1800,11 @@ export interface ModifyLoadBalancerAttributesRequest {
1800
1800
  * 是否开启删除保护
1801
1801
  */
1802
1802
  DeleteProtect?: boolean
1803
+
1804
+ /**
1805
+ * 将负载均衡二级域名由mycloud.com改为tencentclb.com,子域名也会变换。修改后mycloud.com域名将失效。
1806
+ */
1807
+ ModifyClassicDomain?: boolean
1803
1808
  }
1804
1809
 
1805
1810
  /**