tencentcloud-sdk-nodejs 4.0.575 → 4.0.576

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 (87) hide show
  1. package/CHANGELOG.md +273 -0
  2. package/SERVICE_CHANGELOG.md +380 -124
  3. package/package.json +1 -1
  4. package/products.md +23 -22
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/cdb/v20170320/cdb_models.ts +4 -4
  7. package/src/services/ckafka/v20190819/ckafka_models.ts +6 -0
  8. package/src/services/clb/v20180317/clb_models.ts +16 -0
  9. package/src/services/cls/v20201016/cls_models.ts +22 -0
  10. package/src/services/cwp/v20180228/cwp_client.ts +13 -0
  11. package/src/services/cwp/v20180228/cwp_models.ts +249 -0
  12. package/src/services/dbbrain/v20210527/dbbrain_client.ts +12 -0
  13. package/src/services/dbbrain/v20210527/dbbrain_models.ts +38 -2
  14. package/src/services/emr/v20190103/emr_client.ts +28 -1
  15. package/src/services/emr/v20190103/emr_models.ts +134 -5
  16. package/src/services/ess/v20201111/ess_client.ts +1 -1
  17. package/src/services/ess/v20201111/ess_models.ts +1 -1
  18. package/src/services/essbasic/v20210526/essbasic_client.ts +1 -1
  19. package/src/services/gaap/v20180529/gaap_models.ts +1 -1
  20. package/src/services/index.ts +1 -0
  21. package/src/services/lcic/v20220817/lcic_client.ts +14 -1
  22. package/src/services/lcic/v20220817/lcic_models.ts +130 -6
  23. package/src/services/mongodb/v20190725/mongodb_client.ts +3 -3
  24. package/src/services/mongodb/v20190725/mongodb_models.ts +13 -12
  25. package/src/services/monitor/v20180724/monitor_client.ts +1 -0
  26. package/src/services/monitor/v20180724/monitor_models.ts +59 -0
  27. package/src/services/ocr/v20181119/ocr_client.ts +25 -6
  28. package/src/services/ocr/v20181119/ocr_models.ts +282 -159
  29. package/src/services/rum/v20210622/rum_models.ts +10 -5
  30. package/src/services/teo/v20220901/teo_models.ts +18 -10
  31. package/src/services/tke/v20180525/tke_models.ts +5 -5
  32. package/src/services/tourism/index.ts +5 -0
  33. package/src/services/tourism/v20230215/index.ts +6 -0
  34. package/src/services/tourism/v20230215/tourism_client.ts +44 -0
  35. package/src/services/tourism/v20230215/tourism_models.ts +128 -0
  36. package/src/services/trtc/v20190722/trtc_models.ts +2 -2
  37. package/tencentcloud/common/sdk_version.d.ts +1 -1
  38. package/tencentcloud/common/sdk_version.js +1 -1
  39. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +4 -4
  40. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +5 -0
  41. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +13 -0
  42. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +18 -0
  43. package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +5 -1
  44. package/tencentcloud/services/cwp/v20180228/cwp_client.js +6 -0
  45. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +204 -0
  46. package/tencentcloud/services/dbbrain/v20210527/dbbrain_client.d.ts +5 -1
  47. package/tencentcloud/services/dbbrain/v20210527/dbbrain_client.js +6 -0
  48. package/tencentcloud/services/dbbrain/v20210527/dbbrain_models.d.ts +33 -2
  49. package/tencentcloud/services/emr/v20190103/emr_client.d.ts +9 -1
  50. package/tencentcloud/services/emr/v20190103/emr_client.js +12 -0
  51. package/tencentcloud/services/emr/v20190103/emr_models.d.ts +117 -4
  52. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +1 -1
  53. package/tencentcloud/services/ess/v20201111/ess_client.js +1 -1
  54. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +1 -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/gaap/v20180529/gaap_models.d.ts +1 -1
  58. package/tencentcloud/services/index.d.ts +1 -0
  59. package/tencentcloud/services/index.js +2 -0
  60. package/tencentcloud/services/lcic/v20220817/lcic_client.d.ts +5 -1
  61. package/tencentcloud/services/lcic/v20220817/lcic_client.js +6 -0
  62. package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +110 -5
  63. package/tencentcloud/services/mongodb/v20190725/mongodb_client.d.ts +3 -3
  64. package/tencentcloud/services/mongodb/v20190725/mongodb_client.js +3 -3
  65. package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +12 -11
  66. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +50 -0
  67. package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +7 -1
  68. package/tencentcloud/services/ocr/v20181119/ocr_client.js +8 -0
  69. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +245 -137
  70. package/tencentcloud/services/rum/v20210622/rum_models.d.ts +9 -5
  71. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +18 -10
  72. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +5 -5
  73. package/tencentcloud/services/tourism/index.d.ts +6 -0
  74. package/tencentcloud/services/tourism/index.js +7 -0
  75. package/tencentcloud/services/tourism/v20230215/index.d.ts +6 -0
  76. package/tencentcloud/services/tourism/v20230215/index.js +9 -0
  77. package/tencentcloud/services/tourism/v20230215/tourism_client.d.ts +14 -0
  78. package/tencentcloud/services/tourism/v20230215/tourism_client.js +37 -0
  79. package/tencentcloud/services/tourism/v20230215/tourism_models.d.ts +95 -0
  80. package/tencentcloud/services/tourism/v20230215/tourism_models.js +18 -0
  81. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +2 -2
  82. package/test/cwp.v20180228.test.js +10 -0
  83. package/test/dbbrain.v20210527.test.js +10 -0
  84. package/test/emr.v20190103.test.js +20 -0
  85. package/test/lcic.v20220817.test.js +10 -0
  86. package/test/ocr.v20181119.test.js +10 -0
  87. package/test/tourism.v20230215.test.js +31 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.575",
3
+ "version": "4.0.576",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {
package/products.md CHANGED
@@ -23,7 +23,7 @@
23
23
  | batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2023-03-30 01:03:40 |
24
24
  | bda | [人体分析](https://cloud.tencent.com/document/product/1208) | 2023-03-30 01:03:52 |
25
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-07 01:09:17 |
26
+ | billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2023-04-10 01:05:00 |
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 |
@@ -41,7 +41,7 @@
41
41
  | cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2023-03-30 01:06:39 |
42
42
  | cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2023-04-05 01:10:00 |
43
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-04 01:05:52 |
44
+ | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-04-10 01:09:14 |
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-07 01:14:24 |
47
47
  | cds | [T-Sec-数据安全审计(DSA)](https://cloud.tencent.com/document/product/856) | 2023-03-30 01:08:37 |
@@ -54,29 +54,29 @@
54
54
  | cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2023-03-30 01:09:33 |
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
- | ckafka | [消息队列 CKafka](https://cloud.tencent.com/document/product/597) | 2023-03-30 01:09:40 |
58
- | clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2023-04-07 01:16:50 |
57
+ | ckafka | [消息队列 CKafka](https://cloud.tencent.com/document/product/597) | 2023-04-10 01:12:49 |
58
+ | clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2023-04-10 01:13:36 |
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-06 01:09:02 |
62
+ | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2023-04-10 01:14:51 |
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 |
66
66
  | cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2023-03-30 01:11:55 |
67
67
  | cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
68
68
  | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2023-04-07 01:20:16 |
69
- | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2023-04-07 01:21:04 |
69
+ | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2023-04-10 01:18:59 |
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
72
  | dasb | [T-Sec-堡垒机(BH)](https://cloud.tencent.com/document/product/1025) | 2023-03-30 01:33:45 |
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
- | dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2023-04-03 01:14:22 |
75
+ | dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2023-04-10 01:23:09 |
76
76
  | dbdc | [云数据库独享集群](https://cloud.tencent.com/document/product/1322) | 2023-03-30 01:34:45 |
77
77
  | dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2023-04-07 01:43:48 |
78
78
  | dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2023-04-04 01:14:38 |
79
- | dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2023-03-31 01:20:34 |
79
+ | dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2023-04-10 01:24:25 |
80
80
  | dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2023-03-31 01:23:52 |
81
81
  | domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2023-03-30 01:35:59 |
82
82
  | drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2023-03-30 01:36:07 |
@@ -89,15 +89,15 @@
89
89
  | ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2023-03-30 01:36:56 |
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-03-30 01:37:41 |
92
- | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2023-03-30 01:37:44 |
92
+ | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2023-04-10 01:29:11 |
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-03-31 01:26:47 |
95
- | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-04-05 01:39:36 |
94
+ | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-04-10 01:29:57 |
95
+ | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-04-10 01:31:21 |
96
96
  | facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2023-03-30 01:38:40 |
97
97
  | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-03-29 17:00:58 |
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-03-30 01:39:02 |
100
+ | gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2023-04-10 01:32:20 |
101
101
  | gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2023-03-31 01:28:20 |
102
102
  | goosefs | [数据加速器 GooseFS](https://cloud.tencent.com/document/product/1424) | 2023-03-30 01:39:37 |
103
103
  | gpm | [游戏玩家匹配](https://cloud.tencent.com/document/product/1294) | 2022-07-11 06:12:36 |
@@ -123,7 +123,7 @@
123
123
  | ivld | [媒体智能标签](https://cloud.tencent.com/document/product/1509) | 2023-03-30 01:43:25 |
124
124
  | keewidb | [云数据库 KeeWiDB](https://cloud.tencent.com/document/product/1520) | 2023-03-30 01:43:33 |
125
125
  | kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2023-03-30 01:43:44 |
126
- | lcic | [低代码互动课堂](https://cloud.tencent.com/document/product/1639) | 2023-04-07 01:54:55 |
126
+ | lcic | [低代码互动课堂](https://cloud.tencent.com/document/product/1639) | 2023-04-10 01:39:57 |
127
127
  | lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2023-04-03 01:23:59 |
128
128
  | live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-03-30 01:46:01 |
129
129
  | lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
@@ -134,8 +134,8 @@
134
134
  | mgobe | [游戏联机对战引擎](https://cloud.tencent.com/document/product/1038) | 2022-07-08 06:11:32 |
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
- | mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2023-04-07 01:58:18 |
138
- | monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2023-04-07 01:58:41 |
137
+ | mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2023-04-10 01:42:56 |
138
+ | monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2023-04-10 01:43:28 |
139
139
  | mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2023-04-07 02:02:58 |
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-03-30 01:49:16 |
@@ -144,7 +144,7 @@
144
144
  | nlp | [自然语言处理](https://cloud.tencent.com/document/product/271) | 2023-03-30 01:49:26 |
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-07 02:04:38 |
147
+ | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-04-10 01:46:41 |
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 |
@@ -157,7 +157,7 @@
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
- | rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2023-03-30 01:51:57 |
160
+ | rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2023-04-10 01:49:56 |
161
161
  | scf | [云函数](https://cloud.tencent.com/document/product/583) | 2023-04-04 01:39:21 |
162
162
  | ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2023-03-30 01:52:27 |
163
163
  | smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2023-03-30 01:52:35 |
@@ -193,7 +193,7 @@
193
193
  | tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-04-05 01:56:03 |
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-03-30 02:27:51 |
196
- | teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-04-05 01:58:24 |
196
+ | teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-04-10 02:01:09 |
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 |
@@ -203,14 +203,15 @@
203
203
  | tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2023-03-30 02:30:09 |
204
204
  | tione | [TI-ONE 训练平台](https://cloud.tencent.com/document/product/851) | 2023-04-07 02:48:14 |
205
205
  | tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2023-03-30 02:30:43 |
206
- | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2023-04-07 02:49:45 |
206
+ | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2023-04-10 02:04:46 |
207
207
  | tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
208
208
  | tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2023-03-30 02:45:27 |
209
209
  | tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2023-03-30 02:45:29 |
210
+ | tourism | [文旅客情平台](https://cloud.tencent.com/document/product/1684) | 2023-04-07 10:20:53 |
210
211
  | trdp | [流量风险决策平台](https://cloud.tencent.com/document/product/1604) | 2023-03-30 02:45:33 |
211
212
  | trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2023-04-05 02:05:09 |
212
- | trro | [远程实时操控](https://cloud.tencent.com/document/product/1584) | 2023-04-05 02:05:51 |
213
- | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2023-03-30 02:45:48 |
213
+ | trro | [远程实时操控](https://cloud.tencent.com/document/product/1584) | 2023-04-10 02:06:44 |
214
+ | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2023-04-10 02:07:06 |
214
215
  | tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2023-03-30 02:46:07 |
215
216
  | tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2023-04-07 02:51:53 |
216
217
  | tsw | [微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2023-03-30 02:47:12 |
@@ -218,7 +219,7 @@
218
219
  | ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2023-03-30 02:47:18 |
219
220
  | vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2023-03-30 02:47:27 |
220
221
  | vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2023-03-30 02:47:30 |
221
- | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-04-07 02:53:24 |
222
+ | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-04-10 02:10:57 |
222
223
  | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-04-04 01:53:39 |
223
224
  | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-04-05 02:09:55 |
224
225
  | wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2023-03-30 02:49:55 |
@@ -1 +1 @@
1
- export const sdkVersion = "4.0.575"
1
+ export const sdkVersion = "4.0.576"
@@ -1608,12 +1608,12 @@ export interface UpgradeDBInstanceRequest {
1608
1608
  DeviceType?: string
1609
1609
 
1610
1610
  /**
1611
- * 升级后的实例cpu核数, 如果不传将根据 Memory 指定的内存值自动填充对应的cpu值。
1611
+ * 升级后的实例cpu核数,如果不传将根据 Memory 指定的内存值自动填充对应的cpu值。
1612
1612
  */
1613
1613
  Cpu?: number
1614
1614
 
1615
1615
  /**
1616
- * 是否极速变配。0-普通升级,1-极速变配,,2 极速优先。选择极速变配会根据资源状况校验是否可以进行极速变配,满足条件则进行极速变配,不满足条件会返回报错信息。
1616
+ * 是否极速变配。0-普通升级,1-极速变配,2 极速优先。选择极速变配会根据资源状况校验是否可以进行极速变配,满足条件则进行极速变配,不满足条件会返回报错信息。
1617
1617
  */
1618
1618
  FastUpgrade?: number
1619
1619
 
@@ -9616,12 +9616,12 @@ export interface UpgradeDBInstanceResponse {
9616
9616
  /**
9617
9617
  * 订单 ID。
9618
9618
  */
9619
- DealIds: Array<string>
9619
+ DealIds?: Array<string>
9620
9620
 
9621
9621
  /**
9622
9622
  * 异步任务的请求 ID,可使用此 ID 查询异步任务的执行结果。
9623
9623
  */
9624
- AsyncRequestId: string
9624
+ AsyncRequestId?: string
9625
9625
 
9626
9626
  /**
9627
9627
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -4138,6 +4138,12 @@ export interface DatahubTopicResp {
4138
4138
  * Topic名称
4139
4139
  */
4140
4140
  TopicName: string
4141
+
4142
+ /**
4143
+ * TopicId
4144
+ 注意:此字段可能返回 null,表示取不到有效值。
4145
+ */
4146
+ TopicId?: string
4141
4147
  }
4142
4148
 
4143
4149
  /**
@@ -2065,6 +2065,12 @@ export interface Listener {
2065
2065
  注意:此字段可能返回 null,表示取不到有效值。
2066
2066
  */
2067
2067
  MaxCps: number
2068
+
2069
+ /**
2070
+ * 空闲连接超时时间,仅支持TCP监听器。默认值:900;共享型实例和独占型实例取值范围:300~900,性能容量型实例取值范围:300~1980。
2071
+ 注意:此字段可能返回 null,表示取不到有效值。
2072
+ */
2073
+ IdleConnectTimeout?: number
2068
2074
  }
2069
2075
 
2070
2076
  /**
@@ -2269,6 +2275,11 @@ export interface ModifyListenerRequest {
2269
2275
  * 监听器粒度新建连接数上限,当前仅性能容量型实例且仅TCP/UDP/TCP_SSL/QUIC监听器支持。取值范围:1-实例规格新建连接上限,其中-1表示关闭监听器粒度新建连接数限速。
2270
2276
  */
2271
2277
  MaxCps?: number
2278
+
2279
+ /**
2280
+ * 空闲连接超时时间,此参数仅适用于TCP监听器,单位:秒。默认值:900,取值范围:共享型实例和独占型实例支持:300~900,性能容量型实例支持:300~2000。如需设置超过2000s,请通过 [工单申请](https://console.cloud.tencent.com/workorder/category),最大可设置到3600s。
2281
+ */
2282
+ IdleConnectTimeout?: number
2272
2283
  }
2273
2284
 
2274
2285
  /**
@@ -3863,6 +3874,11 @@ export interface CreateListenerRequest {
3863
3874
  * 监听器最大新增连接数,只有TCP/UDP/TCP_SSL/QUIC监听器支持,不传或者传-1表示监听器维度不限速。
3864
3875
  */
3865
3876
  MaxCps?: number
3877
+
3878
+ /**
3879
+ * 空闲连接超时时间,此参数仅适用于TCP监听器,单位:秒。默认值:900,取值范围:共享型实例和独占型实例支持:300~900,性能容量型实例支持:300~2000。如需设置超过2000s,请通过 [工单申请](https://console.cloud.tencent.com/workorder/category),最大可设置到3600s。
3880
+ */
3881
+ IdleConnectTimeout?: number
3866
3882
  }
3867
3883
 
3868
3884
  /**
@@ -305,6 +305,17 @@ export interface ModifyTopicRequest {
305
305
  * 生命周期,单位天,标准存储取值范围1\~3600,低频存储取值范围7\~3600。取值为3640时代表永久保存
306
306
  */
307
307
  Period?: number
308
+
309
+ /**
310
+ * 日志主题描述
311
+ */
312
+ Describes?: string
313
+
314
+ /**
315
+ * 0:关闭日志沉降。
316
+ 非0:开启日志沉降后标准存储的天数。HotPeriod需要大于等于7,且小于Period。仅在StorageType为 hot 时生效
317
+ */
318
+ HotPeriod?: number
308
319
  }
309
320
 
310
321
  /**
@@ -2208,6 +2219,17 @@ export interface CreateTopicRequest {
2208
2219
  * 生命周期,单位天,标准存储取值范围1\~3600,低频存储取值范围7\~3600天。取值为3640时代表永久保存
2209
2220
  */
2210
2221
  Period?: number
2222
+
2223
+ /**
2224
+ * 日志主题描述
2225
+ */
2226
+ Describes?: string
2227
+
2228
+ /**
2229
+ * 0:关闭日志沉降。
2230
+ 非0:开启日志沉降后标准存储的天数。HotPeriod需要大于等于7,且小于Period。仅在StorageType为 hot 时生效
2231
+ */
2232
+ HotPeriod?: number
2211
2233
  }
2212
2234
 
2213
2235
  /**
@@ -111,6 +111,7 @@ import {
111
111
  ExportAttackLogsRequest,
112
112
  IgnoreRuleEffectHostInfo,
113
113
  HostRiskLevelCount,
114
+ DescribeFileTamperEventsRequest,
114
115
  AssetJarDetail,
115
116
  DescribeBanModeRequest,
116
117
  DescribeSecurityEventStatRequest,
@@ -169,6 +170,7 @@ import {
169
170
  DescribeBaselineWeakPasswordListRequest,
170
171
  AssetUserDetail,
171
172
  ModifyOrderAttributeResponse,
173
+ DescribeFileTamperEventsResponse,
172
174
  DescribeMachinesRequest,
173
175
  DescribeVulEffectHostListRequest,
174
176
  ExportLicenseDetailRequest,
@@ -372,6 +374,7 @@ import {
372
374
  DescribeProtectDirListRequest,
373
375
  ExportPrivilegeEventsRequest,
374
376
  MachineExtraInfo,
377
+ FileTamperEvent,
375
378
  DescribeMalwareFileResponse,
376
379
  StopBaselineDetectRequest,
377
380
  TaskStatus,
@@ -2329,6 +2332,16 @@ export class Client extends AbstractClient {
2329
2332
  return this.request("DescribeBashEventsNew", req, cb)
2330
2333
  }
2331
2334
 
2335
+ /**
2336
+ * 核心文件监控事件列表
2337
+ */
2338
+ async DescribeFileTamperEvents(
2339
+ req: DescribeFileTamperEventsRequest,
2340
+ cb?: (error: string, rep: DescribeFileTamperEventsResponse) => void
2341
+ ): Promise<DescribeFileTamperEventsResponse> {
2342
+ return this.request("DescribeFileTamperEvents", req, cb)
2343
+ }
2344
+
2332
2345
  /**
2333
2346
  * 本接口 (ExportNonlocalLoginPlaces) 用于导出异地登录事件记录CSV文件。
2334
2347
  */
@@ -2623,6 +2623,40 @@ export interface HostRiskLevelCount {
2623
2623
  LowCount: number
2624
2624
  }
2625
2625
 
2626
+ /**
2627
+ * DescribeFileTamperEvents请求参数结构体
2628
+ */
2629
+ export interface DescribeFileTamperEventsRequest {
2630
+ /**
2631
+ * 过滤条件。
2632
+ <li>Status - String - 是否必填:否 - 处理状态 0 -- 待处理 1 -- 已加白 2 -- 已删除 3 - 已忽略</li>
2633
+ <li>ModifyTime - String - 是否必填:否 - 最近发生时间</li>
2634
+ <li>Uuid- String - 是否必填:否 - 主机uuid查询</li>
2635
+ <li>RuleCategory- string - 是否必填:否 - 规则类别 0 系统规则 1 自定义规则</li>
2636
+ */
2637
+ Filters?: Array<Filters>
2638
+
2639
+ /**
2640
+ * 偏移量,默认为0。
2641
+ */
2642
+ Offset?: number
2643
+
2644
+ /**
2645
+ * 需要返回的数量,默认为10,最大值为100
2646
+ */
2647
+ Limit?: number
2648
+
2649
+ /**
2650
+ * 排序方式 ASC,DESC
2651
+ */
2652
+ Order?: string
2653
+
2654
+ /**
2655
+ * 排序字段 CreateTime、ModifyTime
2656
+ */
2657
+ By?: string
2658
+ }
2659
+
2626
2660
  /**
2627
2661
  * 资产管理jar包详情
2628
2662
  */
@@ -4232,6 +4266,27 @@ export interface ModifyOrderAttributeResponse {
4232
4266
  RequestId?: string
4233
4267
  }
4234
4268
 
4269
+ /**
4270
+ * DescribeFileTamperEvents返回参数结构体
4271
+ */
4272
+ export interface DescribeFileTamperEventsResponse {
4273
+ /**
4274
+ * 核心文件事件列表
4275
+ 注意:此字段可能返回 null,表示取不到有效值。
4276
+ */
4277
+ List: Array<FileTamperEvent>
4278
+
4279
+ /**
4280
+ * 数据总条数
4281
+ */
4282
+ TotalCount: number
4283
+
4284
+ /**
4285
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
4286
+ */
4287
+ RequestId?: string
4288
+ }
4289
+
4235
4290
  /**
4236
4291
  * DescribeMachines请求参数结构体
4237
4292
  */
@@ -9795,6 +9850,200 @@ export interface MachineExtraInfo {
9795
9850
  HostName?: string
9796
9851
  }
9797
9852
 
9853
+ /**
9854
+ * 核心文件监控事件
9855
+ */
9856
+ export interface FileTamperEvent {
9857
+ /**
9858
+ * 机器名称
9859
+ */
9860
+ HostName?: string
9861
+
9862
+ /**
9863
+ * 机器IP
9864
+ */
9865
+ HostIp?: string
9866
+
9867
+ /**
9868
+ * 发生时间
9869
+ */
9870
+ CreateTime?: string
9871
+
9872
+ /**
9873
+ * 最近发生时间
9874
+ */
9875
+ ModifyTime?: string
9876
+
9877
+ /**
9878
+ * 事件id
9879
+ */
9880
+ Id?: number
9881
+
9882
+ /**
9883
+ * 主机uuid
9884
+ */
9885
+ Uuid?: string
9886
+
9887
+ /**
9888
+ * cvm id
9889
+ */
9890
+ Quuid?: string
9891
+
9892
+ /**
9893
+ * 事件类型/动作 0 -- 告警
9894
+ */
9895
+ Type?: number
9896
+
9897
+ /**
9898
+ * 进程路径
9899
+ */
9900
+ ProcessExe?: string
9901
+
9902
+ /**
9903
+ * 进程参数
9904
+ */
9905
+ ProcessArgv?: string
9906
+
9907
+ /**
9908
+ * 目标文件路径
9909
+ */
9910
+ Target?: string
9911
+
9912
+ /**
9913
+ * 处理状态 0 -- 待处理 1 -- 已加白 2 -- 已删除 3 - 已忽略 4-已手动处理
9914
+ */
9915
+ Status?: number
9916
+
9917
+ /**
9918
+ * 事件产生次数
9919
+ */
9920
+ EventCount?: number
9921
+
9922
+ /**
9923
+ * 规则id
9924
+ */
9925
+ RuleId?: number
9926
+
9927
+ /**
9928
+ * 规则名称
9929
+ */
9930
+ RuleName?: string
9931
+
9932
+ /**
9933
+ * 事件详情: json格式
9934
+ */
9935
+ Pstree?: string
9936
+
9937
+ /**
9938
+ * 规则类型 0系统规则 1自定义规则
9939
+ */
9940
+ RuleCategory?: number
9941
+
9942
+ /**
9943
+ * 主机在线信息 ONLINE、OFFLINE
9944
+ */
9945
+ MachineStatus?: string
9946
+
9947
+ /**
9948
+ * 危害描述
9949
+ */
9950
+ Description?: string
9951
+
9952
+ /**
9953
+ * 修护建议
9954
+ */
9955
+ Suggestion?: string
9956
+
9957
+ /**
9958
+ * 内网ip
9959
+ */
9960
+ PrivateIp?: string
9961
+
9962
+ /**
9963
+ * 进程权限
9964
+ */
9965
+ ExePermission?: string
9966
+
9967
+ /**
9968
+ * 用户名
9969
+ */
9970
+ UserName?: string
9971
+
9972
+ /**
9973
+ * 用户组
9974
+ */
9975
+ UserGroup?: string
9976
+
9977
+ /**
9978
+ * 进程名
9979
+ */
9980
+ ExeMd5?: string
9981
+
9982
+ /**
9983
+ * 进程文件大小
9984
+ */
9985
+ ExeSize?: number
9986
+
9987
+ /**
9988
+ * 进程执行时长
9989
+ */
9990
+ ExeTime?: number
9991
+
9992
+ /**
9993
+ * 目标文件大小
9994
+ */
9995
+ TargetSize?: number
9996
+
9997
+ /**
9998
+ * 目标文件权限
9999
+ */
10000
+ TargetPermission?: string
10001
+
10002
+ /**
10003
+ * 目标文件更新时间
10004
+ 注意:此字段可能返回 null,表示取不到有效值。
10005
+ */
10006
+ TargetModifyTime?: string
10007
+
10008
+ /**
10009
+ * 目标文件创建时间
10010
+ 注意:此字段可能返回 null,表示取不到有效值。
10011
+ */
10012
+ TargetCreatTime?: string
10013
+
10014
+ /**
10015
+ * 进程pid
10016
+ */
10017
+ ExePid?: number
10018
+
10019
+ /**
10020
+ * 文件名称
10021
+ */
10022
+ TargetName?: string
10023
+
10024
+ /**
10025
+ * 参考链接
10026
+ */
10027
+ Reference?: string
10028
+
10029
+ /**
10030
+ * 风险等级 0:无, 1: 高危, 2:中危, 3: 低危
10031
+ */
10032
+ Level?: number
10033
+
10034
+ /**
10035
+ * 进程名称
10036
+ 注意:此字段可能返回 null,表示取不到有效值。
10037
+ */
10038
+ ExeName?: string
10039
+
10040
+ /**
10041
+ * 主机额外信息
10042
+ 注意:此字段可能返回 null,表示取不到有效值。
10043
+ */
10044
+ MachineExtraInfo?: MachineExtraInfo
10045
+ }
10046
+
9798
10047
  /**
9799
10048
  * DescribeMalwareFile返回参数结构体
9800
10049
  */
@@ -50,6 +50,7 @@ import {
50
50
  ContactItem,
51
51
  DescribeDBSpaceStatusRequest,
52
52
  TimeSlice,
53
+ DeleteDBDiagReportTasksRequest,
53
54
  ModifyDiagDBInstanceConfRequest,
54
55
  DescribeSecurityAuditLogDownloadUrlsRequest,
55
56
  CreateDBDiagReportTaskResponse,
@@ -64,6 +65,7 @@ import {
64
65
  DescribeDBDiagEventsRequest,
65
66
  CreateDBDiagReportUrlResponse,
66
67
  CreateKillTaskRequest,
68
+ DeleteDBDiagReportTasksResponse,
67
69
  DescribeProxyProcessStatisticsResponse,
68
70
  SlowLogHost,
69
71
  CreateMailProfileRequest,
@@ -164,6 +166,16 @@ export class Client extends AbstractClient {
164
166
  return this.request("DescribeSecurityAuditLogDownloadUrls", req, cb)
165
167
  }
166
168
 
169
+ /**
170
+ * 根据任务id删除健康报告生成任务
171
+ */
172
+ async DeleteDBDiagReportTasks(
173
+ req: DeleteDBDiagReportTasksRequest,
174
+ cb?: (error: string, rep: DeleteDBDiagReportTasksResponse) => void
175
+ ): Promise<DeleteDBDiagReportTasksResponse> {
176
+ return this.request("DeleteDBDiagReportTasks", req, cb)
177
+ }
178
+
167
179
  /**
168
180
  * 获取发送邮件的配置, 包括数据库巡检的邮件配置以及定期生成健康报告的邮件发送配置。
169
181
  */