tencentcloud-sdk-nodejs 4.0.464 → 4.0.466
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.
- package/CHANGELOG.md +483 -0
- package/README.md +6 -4
- package/SERVICE_CHANGELOG.md +1043 -498
- package/package.json +1 -1
- package/products.md +26 -26
- package/src/common/sdk_version.ts +1 -1
- package/src/services/cdn/v20180606/cdn_client.ts +5 -3
- package/src/services/cdn/v20180606/cdn_models.ts +75 -24
- package/src/services/cfw/v20190904/cfw_client.ts +1 -1
- package/src/services/cfw/v20190904/cfw_models.ts +19 -19
- package/src/services/ckafka/v20190819/ckafka_models.ts +31 -2
- package/src/services/cpdp/v20190820/cpdp_client.ts +31 -1
- package/src/services/cpdp/v20190820/cpdp_models.ts +655 -95
- package/src/services/cwp/v20180228/cwp_client.ts +106 -19
- package/src/services/cwp/v20180228/cwp_models.ts +636 -194
- package/src/services/emr/v20190103/emr_models.ts +1 -1
- package/src/services/es/v20180416/es_models.ts +24 -1
- package/src/services/ess/v20201111/ess_models.ts +1 -1
- package/src/services/essbasic/v20210526/essbasic_client.ts +20 -5
- package/src/services/essbasic/v20210526/essbasic_models.ts +135 -77
- package/src/services/ie/v20200304/ie_models.ts +6 -1
- package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +28 -0
- package/src/services/live/v20180801/live_client.ts +1 -0
- package/src/services/live/v20180801/live_models.ts +3 -2
- package/src/services/monitor/v20180724/monitor_client.ts +2 -1
- package/src/services/monitor/v20180724/monitor_models.ts +32 -5
- package/src/services/tcb/v20180608/tcb_models.ts +7 -0
- package/src/services/tcm/v20210413/tcm_client.ts +1 -0
- package/src/services/tcm/v20210413/tcm_models.ts +45 -0
- package/src/services/tcss/v20201101/tcss_client.ts +127 -37
- package/src/services/tcss/v20201101/tcss_models.ts +631 -310
- package/src/services/tdcpg/v20211118/tdcpg_models.ts +13 -0
- package/src/services/tem/v20210701/tem_client.ts +1 -0
- package/src/services/tem/v20210701/tem_models.ts +257 -0
- package/src/services/teo/v20220901/teo_models.ts +31 -5
- package/src/services/thpc/v20220401/thpc_client.ts +16 -2
- package/src/services/thpc/v20220401/thpc_models.ts +145 -15
- package/src/services/tke/v20180525/tke_client.ts +1 -1
- package/src/services/tke/v20180525/tke_models.ts +24 -0
- package/src/services/tse/v20201207/tse_client.ts +1 -0
- package/src/services/tse/v20201207/tse_models.ts +23 -1
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/cdn/v20180606/cdn_client.d.ts +3 -3
- package/tencentcloud/services/cdn/v20180606/cdn_client.js +2 -2
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +65 -21
- package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +1 -1
- package/tencentcloud/services/cfw/v20190904/cfw_client.js +1 -1
- package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +19 -19
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +26 -2
- package/tencentcloud/services/cpdp/v20190820/cpdp_client.d.ts +9 -1
- package/tencentcloud/services/cpdp/v20190820/cpdp_client.js +12 -0
- package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +550 -79
- package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +33 -5
- package/tencentcloud/services/cwp/v20180228/cwp_client.js +48 -6
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +517 -143
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +1 -1
- package/tencentcloud/services/es/v20180416/es_models.d.ts +20 -1
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +1 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +10 -3
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +11 -2
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +117 -67
- package/tencentcloud/services/ie/v20200304/ie_models.d.ts +5 -1
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +23 -0
- package/tencentcloud/services/live/v20180801/live_client.d.ts +1 -0
- package/tencentcloud/services/live/v20180801/live_client.js +1 -0
- package/tencentcloud/services/live/v20180801/live_models.d.ts +3 -2
- package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +1 -1
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +27 -4
- package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +6 -0
- package/tencentcloud/services/tcm/v20210413/tcm_models.d.ts +37 -0
- package/tencentcloud/services/tcss/v20201101/tcss_client.d.ts +39 -8
- package/tencentcloud/services/tcss/v20201101/tcss_client.js +54 -9
- package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +524 -248
- package/tencentcloud/services/tdcpg/v20211118/tdcpg_models.d.ts +11 -0
- package/tencentcloud/services/tem/v20210701/tem_models.d.ts +214 -0
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +27 -5
- package/tencentcloud/services/thpc/v20220401/thpc_client.d.ts +5 -1
- package/tencentcloud/services/thpc/v20220401/thpc_client.js +6 -0
- package/tencentcloud/services/thpc/v20220401/thpc_models.d.ts +124 -15
- package/tencentcloud/services/tke/v20180525/tke_client.d.ts +1 -1
- package/tencentcloud/services/tke/v20180525/tke_client.js +1 -1
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +20 -0
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +20 -1
- package/test/cpdp.v20190820.test.js +20 -0
- package/test/cwp.v20180228.test.js +74 -4
- package/test/essbasic.v20210526.test.js +10 -0
- package/test/tcss.v20201101.test.js +76 -6
- package/test/thpc.v20220401.test.js +10 -0
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
| billing | [计费相关](https://cloud.tencent.com/document/product/555) | 2022-08-15 06:09:23 |
|
|
25
25
|
| bizlive | [商业直播](https://cloud.tencent.com/document/product) | 2020-03-10 01:08:07 |
|
|
26
26
|
| bm | [黑石物理服务器1.0](https://cloud.tencent.com/document/product/386) | 2022-08-09 11:50:03 |
|
|
27
|
-
| bma | [品牌经营管家](https://cloud.tencent.com/document/product/1296) | 2022-10-
|
|
27
|
+
| bma | [品牌经营管家](https://cloud.tencent.com/document/product/1296) | 2022-10-24 14:26:38 |
|
|
28
28
|
| bmeip | [黑石弹性公网IP](https://cloud.tencent.com/document/product/1028) | 2022-04-19 06:04:56 |
|
|
29
29
|
| bmlb | [黑石负载均衡](https://cloud.tencent.com/document/product/1027) | 2022-04-04 06:09:37 |
|
|
30
30
|
| bmvpc | [黑石私有网络](https://cloud.tencent.com/document/product/1024) | 2022-04-15 06:02:36 |
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
| bsca | [二进制软件成分分析](https://cloud.tencent.com/document/product/1483) | 2022-09-29 06:12:03 |
|
|
34
34
|
| btoe | [区块链可信取证](https://cloud.tencent.com/document/product/1259) | 2022-04-04 06:10:17 |
|
|
35
35
|
| cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2022-09-23 06:11:49 |
|
|
36
|
-
| captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2022-10-
|
|
36
|
+
| captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2022-10-21 06:11:52 |
|
|
37
37
|
| car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2022-08-03 06:08:12 |
|
|
38
38
|
| casb | [云数据加密代理网关](https://cloud.tencent.com/document/product/1303) | 2022-04-04 06:11:55 |
|
|
39
39
|
| cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2022-09-15 11:03:22 |
|
|
@@ -41,17 +41,17 @@
|
|
|
41
41
|
| ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2022-09-22 06:12:48 |
|
|
42
42
|
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2022-10-11 06:14:09 |
|
|
43
43
|
| cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2022-07-30 15:07:54 |
|
|
44
|
-
| cdn | [内容分发网络](https://cloud.tencent.com/document/product/228) | 2022-
|
|
44
|
+
| cdn | [内容分发网络](https://cloud.tencent.com/document/product/228) | 2022-10-25 06:16:59 |
|
|
45
45
|
| cds | [数据安全审计](https://cloud.tencent.com/document/product/856) | 2022-04-04 06:17:07 |
|
|
46
46
|
| cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2022-09-26 06:16:02 |
|
|
47
47
|
| cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2022-09-07 06:15:13 |
|
|
48
|
-
| cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2022-
|
|
48
|
+
| cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2022-10-25 06:18:27 |
|
|
49
49
|
| chdfs | [云 HDFS](https://cloud.tencent.com/document/product/1105) | 2022-07-04 06:04:36 |
|
|
50
50
|
| ciam | [账号风控平台](https://cloud.tencent.com/document/product/1441) | 2022-09-27 06:14:52 |
|
|
51
51
|
| cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2022-06-27 06:06:02 |
|
|
52
52
|
| cim | [](https://cloud.tencent.com/document/product) | 2019-05-16 17:21:18 |
|
|
53
53
|
| cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
|
|
54
|
-
| ckafka | [消息队列 Ckafka](https://cloud.tencent.com/document/product/597) | 2022-10-
|
|
54
|
+
| ckafka | [消息队列 Ckafka](https://cloud.tencent.com/document/product/597) | 2022-10-25 06:19:36 |
|
|
55
55
|
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2022-09-22 06:16:46 |
|
|
56
56
|
| cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2022-07-08 06:05:30 |
|
|
57
57
|
| cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2022-06-22 06:04:38 |
|
|
@@ -60,10 +60,10 @@
|
|
|
60
60
|
| cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2022-08-24 06:19:05 |
|
|
61
61
|
| cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2022-10-17 06:17:26 |
|
|
62
62
|
| cms | [内容安全](https://cloud.tencent.com/document/product) | 2020-10-29 08:03:08 |
|
|
63
|
-
| cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2022-10-
|
|
63
|
+
| cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2022-10-25 06:22:30 |
|
|
64
64
|
| cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
|
|
65
65
|
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2022-10-12 06:23:14 |
|
|
66
|
-
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2022-10-
|
|
66
|
+
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2022-10-25 06:25:41 |
|
|
67
67
|
| cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
|
|
68
68
|
| cynosdb | [云原生数据库 TDSQL-C](https://cloud.tencent.com/document/product/1003) | 2022-10-17 13:57:08 |
|
|
69
69
|
| dasb | [堡垒机](https://cloud.tencent.com/document/product/1025) | 2022-08-16 06:19:02 |
|
|
@@ -86,10 +86,10 @@
|
|
|
86
86
|
| ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2022-09-09 06:24:10 |
|
|
87
87
|
| eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2022-05-13 06:11:29 |
|
|
88
88
|
| eis | [企业集成服务](https://cloud.tencent.com/document/product/1270) | 2022-08-16 06:23:41 |
|
|
89
|
-
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2022-
|
|
90
|
-
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2022-
|
|
91
|
-
| ess | [电子签服务](https://cloud.tencent.com/document/product/1323) | 2022-10-
|
|
92
|
-
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2022-10-
|
|
89
|
+
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2022-10-25 06:33:28 |
|
|
90
|
+
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2022-10-25 06:33:48 |
|
|
91
|
+
| ess | [电子签服务](https://cloud.tencent.com/document/product/1323) | 2022-10-21 06:26:34 |
|
|
92
|
+
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2022-10-24 15:26:34 |
|
|
93
93
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2022-06-15 06:09:10 |
|
|
94
94
|
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2022-10-17 06:26:28 |
|
|
95
95
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2022-04-04 06:43:06 |
|
|
@@ -104,13 +104,13 @@
|
|
|
104
104
|
| iai | [人脸识别](https://cloud.tencent.com/document/product/867) | 2022-09-19 06:31:39 |
|
|
105
105
|
| ic | [物联卡](https://cloud.tencent.com/document/product/636) | 2022-08-30 06:33:17 |
|
|
106
106
|
| icr | [对话机器人](https://cloud.tencent.com/document/product/1268) | 2022-04-13 06:46:31 |
|
|
107
|
-
| ie | [智能编辑](https://cloud.tencent.com/document/product/1186) | 2022-
|
|
107
|
+
| ie | [智能编辑](https://cloud.tencent.com/document/product/1186) | 2022-10-25 06:37:05 |
|
|
108
108
|
| iecp | [物联网边缘计算平台](https://cloud.tencent.com/document/product/1118) | 2022-04-12 06:15:04 |
|
|
109
109
|
| iir | [智能识图](https://cloud.tencent.com/document/product/1217) | 2022-04-04 06:48:05 |
|
|
110
110
|
| ims | [图片内容安全](https://cloud.tencent.com/document/product/1125) | 2022-09-29 06:34:25 |
|
|
111
111
|
| iot | [加速物联网套件](https://cloud.tencent.com/document/product/568) | 2022-04-04 06:48:08 |
|
|
112
112
|
| iotcloud | [物联网通信](https://cloud.tencent.com/document/product/634) | 2022-08-16 06:27:22 |
|
|
113
|
-
| iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2022-
|
|
113
|
+
| iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2022-10-25 06:38:53 |
|
|
114
114
|
| iottid | [物联网设备身份认证](https://cloud.tencent.com/document/product/1086) | 2022-04-04 06:49:46 |
|
|
115
115
|
| iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2022-10-18 06:34:47 |
|
|
116
116
|
| iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2022-08-11 06:37:02 |
|
|
@@ -119,7 +119,7 @@
|
|
|
119
119
|
| kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2022-08-05 06:26:44 |
|
|
120
120
|
| lcic | [低代码互动课堂](https://cloud.tencent.com/document/product/1639) | 2022-10-19 06:31:50 |
|
|
121
121
|
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2022-09-14 06:27:13 |
|
|
122
|
-
| live | [云直播](https://cloud.tencent.com/document/product/267) | 2022-10-
|
|
122
|
+
| live | [云直播](https://cloud.tencent.com/document/product/267) | 2022-10-25 06:43:03 |
|
|
123
123
|
| lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
|
|
124
124
|
| lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
|
|
125
125
|
| mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2022-10-13 06:35:29 |
|
|
@@ -129,7 +129,7 @@
|
|
|
129
129
|
| mmps | [小程序安全](https://cloud.tencent.com/document/product/1223) | 2022-08-25 06:38:57 |
|
|
130
130
|
| mna | [移动网络加速](https://cloud.tencent.com/document/product/1385) | 2022-09-14 20:21:28 |
|
|
131
131
|
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2022-10-10 06:31:49 |
|
|
132
|
-
| monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2022-10-
|
|
132
|
+
| monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2022-10-21 06:35:12 |
|
|
133
133
|
| mps | [视频处理](https://cloud.tencent.com/document/product/862) | 2022-09-20 06:38:58 |
|
|
134
134
|
| mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2022-06-28 06:14:04 |
|
|
135
135
|
| ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2022-09-16 17:41:33 |
|
|
@@ -144,7 +144,7 @@
|
|
|
144
144
|
| pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2022-04-04 07:02:02 |
|
|
145
145
|
| postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2022-09-23 06:42:05 |
|
|
146
146
|
| privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2022-09-19 06:43:11 |
|
|
147
|
-
| pts | [云压测](https://cloud.tencent.com/document/product/1484) | 2022-10-
|
|
147
|
+
| pts | [云压测](https://cloud.tencent.com/document/product/1484) | 2022-10-25 06:49:31 |
|
|
148
148
|
| rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2022-09-23 06:43:17 |
|
|
149
149
|
| redis | [云数据库 Redis](https://cloud.tencent.com/document/product/239) | 2022-10-18 06:44:04 |
|
|
150
150
|
| region | [地域管理系统](https://cloud.tencent.com/document/product/1596) | 2022-07-27 21:10:02 |
|
|
@@ -173,20 +173,20 @@
|
|
|
173
173
|
| tbm | [](https://cloud.tencent.com/document/product) | 2019-03-29 14:49:11 |
|
|
174
174
|
| tbp | [腾讯智能对话平台](https://cloud.tencent.com/document/product/1060) | 2022-04-04 07:09:07 |
|
|
175
175
|
| tcaplusdb | [游戏数据库 TcaplusDB](https://cloud.tencent.com/document/product/596) | 2022-08-23 06:49:36 |
|
|
176
|
-
| tcb | [云开发 CloudBase](https://cloud.tencent.com/document/product/876) | 2022-10-
|
|
176
|
+
| tcb | [云开发 CloudBase](https://cloud.tencent.com/document/product/876) | 2022-10-21 06:43:29 |
|
|
177
177
|
| tcbr | [云托管 CloudBase Run](https://cloud.tencent.com/document/product/1243) | 2022-08-23 06:50:39 |
|
|
178
178
|
| tcex | [腾讯云释义](https://cloud.tencent.com/document/product/1266) | 2022-07-21 06:17:29 |
|
|
179
179
|
| tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
|
|
180
|
-
| tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2022-10-
|
|
180
|
+
| tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2022-10-21 06:44:08 |
|
|
181
181
|
| tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2022-09-26 06:53:07 |
|
|
182
|
-
| tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2022-10-
|
|
183
|
-
| tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2022-10-
|
|
182
|
+
| tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2022-10-25 06:57:07 |
|
|
183
|
+
| tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2022-10-21 06:47:14 |
|
|
184
184
|
| tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2022-04-04 07:15:50 |
|
|
185
185
|
| tdmq | [分布式消息队列](https://cloud.tencent.com/document/product/1179) | 2022-10-17 06:45:52 |
|
|
186
186
|
| tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2022-10-10 06:42:56 |
|
|
187
|
-
| tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2022-
|
|
188
|
-
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2022-10-
|
|
189
|
-
| thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2022-
|
|
187
|
+
| tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2022-10-25 07:01:06 |
|
|
188
|
+
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2022-10-25 07:02:19 |
|
|
189
|
+
| thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2022-10-21 06:49:31 |
|
|
190
190
|
| tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
|
|
191
191
|
| tic | [腾讯云IaC平台](https://cloud.tencent.com/document/product/1213) | 2022-04-04 07:16:52 |
|
|
192
192
|
| ticm | [智能鉴黄](https://cloud.tencent.com/document/product/864) | 2021-01-07 08:08:15 |
|
|
@@ -195,18 +195,18 @@
|
|
|
195
195
|
| tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2022-09-20 06:53:40 |
|
|
196
196
|
| tione | [腾讯云 TI 平台 TI-ONE](https://cloud.tencent.com/document/product/851) | 2022-09-30 07:00:21 |
|
|
197
197
|
| tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2022-05-17 06:17:19 |
|
|
198
|
-
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2022-10-
|
|
198
|
+
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2022-10-21 06:50:37 |
|
|
199
199
|
| tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
|
|
200
200
|
| tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2022-04-04 07:18:11 |
|
|
201
201
|
| tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2022-08-31 06:55:53 |
|
|
202
202
|
| trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2022-10-20 06:56:09 |
|
|
203
203
|
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2022-10-19 15:31:57 |
|
|
204
|
-
| tse | [腾讯云微服务引擎](https://cloud.tencent.com/document/product/1364) | 2022-10-
|
|
204
|
+
| tse | [腾讯云微服务引擎](https://cloud.tencent.com/document/product/1364) | 2022-10-25 07:07:46 |
|
|
205
205
|
| tsf | [腾讯微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2022-10-11 07:02:55 |
|
|
206
206
|
| tsw | [腾讯微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2022-04-04 07:22:40 |
|
|
207
207
|
| tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2022-09-08 06:47:44 |
|
|
208
208
|
| ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2022-04-04 07:22:44 |
|
|
209
|
-
| vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2022-
|
|
209
|
+
| vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2022-10-21 06:54:07 |
|
|
210
210
|
| vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2022-04-04 07:22:54 |
|
|
211
211
|
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2022-10-14 06:59:02 |
|
|
212
212
|
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2022-10-10 06:50:01 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.466"
|
|
@@ -108,7 +108,7 @@ import {
|
|
|
108
108
|
ReportData,
|
|
109
109
|
AdvanceHttps,
|
|
110
110
|
DescribePurgeQuotaResponse,
|
|
111
|
-
|
|
111
|
+
AvifAdapter,
|
|
112
112
|
RemoteAuthenticationRule,
|
|
113
113
|
PurgePathCacheResponse,
|
|
114
114
|
DescribeTopDataRequest,
|
|
@@ -201,6 +201,7 @@ import {
|
|
|
201
201
|
DescribePushQuotaResponse,
|
|
202
202
|
Authentication,
|
|
203
203
|
CreateClsLogTopicResponse,
|
|
204
|
+
MaxAgeCodeRule,
|
|
204
205
|
ScdnAclRule,
|
|
205
206
|
DomainFilter,
|
|
206
207
|
DescribePurgeQuotaRequest,
|
|
@@ -221,6 +222,7 @@ import {
|
|
|
221
222
|
DescribeReportDataResponse,
|
|
222
223
|
ListClsTopicDomainsResponse,
|
|
223
224
|
Ipv6,
|
|
225
|
+
DescribeTrafficPackagesRequest,
|
|
224
226
|
ManageClsTopicDomainsResponse,
|
|
225
227
|
OverseaConfig,
|
|
226
228
|
AdvancedCache,
|
|
@@ -730,7 +732,7 @@ export class Client extends AbstractClient {
|
|
|
730
732
|
}
|
|
731
733
|
|
|
732
734
|
/**
|
|
733
|
-
* DescribeImageConfig 用于获取域名图片优化的当前配置,支持Webp、TPG 和
|
|
735
|
+
* DescribeImageConfig 用于获取域名图片优化的当前配置,支持Webp、TPG、 Guetzli 和 Avif。
|
|
734
736
|
*/
|
|
735
737
|
async DescribeImageConfig(
|
|
736
738
|
req: DescribeImageConfigRequest,
|
|
@@ -986,7 +988,7 @@ export class Client extends AbstractClient {
|
|
|
986
988
|
}
|
|
987
989
|
|
|
988
990
|
/**
|
|
989
|
-
* UpdateImageConfig 用于更新控制台图片优化的相关配置,支持Webp、TPG 和
|
|
991
|
+
* UpdateImageConfig 用于更新控制台图片优化的相关配置,支持Webp、TPG、 Guetzli 和 Avif。
|
|
990
992
|
*/
|
|
991
993
|
async UpdateImageConfig(
|
|
992
994
|
req: UpdateImageConfigRequest,
|
|
@@ -95,8 +95,9 @@ DefenceMode映射如下:
|
|
|
95
95
|
*/
|
|
96
96
|
export interface DescribeCdnDomainLogsResponse {
|
|
97
97
|
/**
|
|
98
|
-
|
|
99
|
-
|
|
98
|
+
* 日志包下载链接。
|
|
99
|
+
下载内容是gz后缀的压缩包,解压后是无扩展名的文本文件。
|
|
100
|
+
*/
|
|
100
101
|
DomainLogs: Array<DomainLog>
|
|
101
102
|
|
|
102
103
|
/**
|
|
@@ -175,6 +176,12 @@ export interface ImageOptimization {
|
|
|
175
176
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
176
177
|
*/
|
|
177
178
|
GuetzliAdapter: GuetzliAdapter
|
|
179
|
+
|
|
180
|
+
/**
|
|
181
|
+
* AvifAdapter配置
|
|
182
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
183
|
+
*/
|
|
184
|
+
AvifAdapter: AvifAdapter
|
|
178
185
|
}
|
|
179
186
|
|
|
180
187
|
/**
|
|
@@ -216,8 +223,8 @@ global:同时获取境内、境外加速日志包下载链接(分开打包
|
|
|
216
223
|
Area?: string
|
|
217
224
|
|
|
218
225
|
/**
|
|
219
|
-
*
|
|
220
|
-
access
|
|
226
|
+
* 指定下载日志的类型,目前仅支持访问日志(access)。
|
|
227
|
+
access:访问日志
|
|
221
228
|
*/
|
|
222
229
|
LogType?: string
|
|
223
230
|
}
|
|
@@ -2280,6 +2287,12 @@ off:关闭
|
|
|
2280
2287
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2281
2288
|
*/
|
|
2282
2289
|
MaxAgeRules?: Array<MaxAgeRule>
|
|
2290
|
+
|
|
2291
|
+
/**
|
|
2292
|
+
* MaxAge 状态码相关规则
|
|
2293
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2294
|
+
*/
|
|
2295
|
+
MaxAgeCodeRule?: MaxAgeCodeRule
|
|
2283
2296
|
}
|
|
2284
2297
|
|
|
2285
2298
|
/**
|
|
@@ -2784,29 +2797,14 @@ export interface DescribePurgeQuotaResponse {
|
|
|
2784
2797
|
}
|
|
2785
2798
|
|
|
2786
2799
|
/**
|
|
2787
|
-
*
|
|
2800
|
+
* 图片优化-AvifAdapter配置
|
|
2788
2801
|
*/
|
|
2789
|
-
export interface
|
|
2790
|
-
/**
|
|
2791
|
-
* 分页查询起始地址,默认 0
|
|
2792
|
-
*/
|
|
2793
|
-
Offset?: number
|
|
2794
|
-
|
|
2802
|
+
export interface AvifAdapter {
|
|
2795
2803
|
/**
|
|
2796
|
-
|
|
2797
|
-
|
|
2798
|
-
Limit?: number
|
|
2799
|
-
|
|
2800
|
-
/**
|
|
2801
|
-
* 流量包排序方式,支持以下值:
|
|
2802
|
-
expireTimeDesc:默认值,按过期时间倒序
|
|
2803
|
-
expireTimeAsc:按过期时间正序
|
|
2804
|
-
createTimeDesc:按创建时间倒序
|
|
2805
|
-
createTimeAsc:按创建时间正序
|
|
2806
|
-
status:按状态排序,正常抵扣>未生效>已用尽>已过期
|
|
2807
|
-
channel:按来源排序,主动购买>自动续订>CDN赠送
|
|
2804
|
+
* 开关,"on/off"
|
|
2805
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2808
2806
|
*/
|
|
2809
|
-
|
|
2807
|
+
Switch?: string
|
|
2810
2808
|
}
|
|
2811
2809
|
|
|
2812
2810
|
/**
|
|
@@ -4633,6 +4631,11 @@ export interface UpdateImageConfigRequest {
|
|
|
4633
4631
|
* GuetzliAdapter配置项
|
|
4634
4632
|
*/
|
|
4635
4633
|
GuetzliAdapter?: GuetzliAdapter
|
|
4634
|
+
|
|
4635
|
+
/**
|
|
4636
|
+
* AvifAdapter配置项
|
|
4637
|
+
*/
|
|
4638
|
+
AvifAdapter?: AvifAdapter
|
|
4636
4639
|
}
|
|
4637
4640
|
|
|
4638
4641
|
/**
|
|
@@ -5315,6 +5318,12 @@ export interface DescribeImageConfigResponse {
|
|
|
5315
5318
|
*/
|
|
5316
5319
|
GuetzliAdapter: GuetzliAdapter
|
|
5317
5320
|
|
|
5321
|
+
/**
|
|
5322
|
+
* AvifAdapter配置项
|
|
5323
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5324
|
+
*/
|
|
5325
|
+
AvifAdapter: AvifAdapter
|
|
5326
|
+
|
|
5318
5327
|
/**
|
|
5319
5328
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
5320
5329
|
*/
|
|
@@ -5516,6 +5525,22 @@ export interface CreateClsLogTopicResponse {
|
|
|
5516
5525
|
RequestId?: string
|
|
5517
5526
|
}
|
|
5518
5527
|
|
|
5528
|
+
/**
|
|
5529
|
+
* MaxAge 状态码相关规则配置
|
|
5530
|
+
*/
|
|
5531
|
+
export interface MaxAgeCodeRule {
|
|
5532
|
+
/**
|
|
5533
|
+
* 处理动作
|
|
5534
|
+
clear:清除 cache-control 头部
|
|
5535
|
+
*/
|
|
5536
|
+
Action: string
|
|
5537
|
+
|
|
5538
|
+
/**
|
|
5539
|
+
* 指定HTTP状态码生效,当前仅支持填写"400-599"
|
|
5540
|
+
*/
|
|
5541
|
+
StatusCodes: Array<string>
|
|
5542
|
+
}
|
|
5543
|
+
|
|
5519
5544
|
/**
|
|
5520
5545
|
* 精准访问控制匹配规则
|
|
5521
5546
|
*/
|
|
@@ -6098,6 +6123,32 @@ export interface Ipv6 {
|
|
|
6098
6123
|
Switch: string
|
|
6099
6124
|
}
|
|
6100
6125
|
|
|
6126
|
+
/**
|
|
6127
|
+
* DescribeTrafficPackages请求参数结构体
|
|
6128
|
+
*/
|
|
6129
|
+
export interface DescribeTrafficPackagesRequest {
|
|
6130
|
+
/**
|
|
6131
|
+
* 分页查询起始地址,默认 0
|
|
6132
|
+
*/
|
|
6133
|
+
Offset?: number
|
|
6134
|
+
|
|
6135
|
+
/**
|
|
6136
|
+
* 分页查询记录个数,默认100,最大1000
|
|
6137
|
+
*/
|
|
6138
|
+
Limit?: number
|
|
6139
|
+
|
|
6140
|
+
/**
|
|
6141
|
+
* 流量包排序方式,支持以下值:
|
|
6142
|
+
expireTimeDesc:默认值,按过期时间倒序
|
|
6143
|
+
expireTimeAsc:按过期时间正序
|
|
6144
|
+
createTimeDesc:按创建时间倒序
|
|
6145
|
+
createTimeAsc:按创建时间正序
|
|
6146
|
+
status:按状态排序,正常抵扣>未生效>已用尽>已过期
|
|
6147
|
+
channel:按来源排序,主动购买>自动续订>CDN赠送
|
|
6148
|
+
*/
|
|
6149
|
+
SortBy?: string
|
|
6150
|
+
}
|
|
6151
|
+
|
|
6101
6152
|
/**
|
|
6102
6153
|
* ManageClsTopicDomains返回参数结构体
|
|
6103
6154
|
*/
|
|
@@ -49,31 +49,31 @@ export interface DescribeRuleOverviewResponse {
|
|
|
49
49
|
* 规则总数
|
|
50
50
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
51
51
|
*/
|
|
52
|
-
AllTotal
|
|
52
|
+
AllTotal: number
|
|
53
53
|
|
|
54
54
|
/**
|
|
55
55
|
* 阻断策略规则数量
|
|
56
56
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
57
57
|
*/
|
|
58
|
-
StrategyNum
|
|
58
|
+
StrategyNum: number
|
|
59
59
|
|
|
60
60
|
/**
|
|
61
61
|
* 启用规则数量
|
|
62
62
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
63
63
|
*/
|
|
64
|
-
StartRuleNum
|
|
64
|
+
StartRuleNum: number
|
|
65
65
|
|
|
66
66
|
/**
|
|
67
67
|
* 停用规则数量
|
|
68
68
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
69
69
|
*/
|
|
70
|
-
StopRuleNum
|
|
70
|
+
StopRuleNum: number
|
|
71
71
|
|
|
72
72
|
/**
|
|
73
73
|
* 剩余配额
|
|
74
74
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
75
75
|
*/
|
|
76
|
-
RemainingNum
|
|
76
|
+
RemainingNum: number
|
|
77
77
|
|
|
78
78
|
/**
|
|
79
79
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -180,13 +180,13 @@ export interface ModifyAcRuleResponse {
|
|
|
180
180
|
/**
|
|
181
181
|
* 状态值,0:操作成功,非0:操作失败
|
|
182
182
|
*/
|
|
183
|
-
Status
|
|
183
|
+
Status: number
|
|
184
184
|
|
|
185
185
|
/**
|
|
186
186
|
* 返回多余的信息
|
|
187
187
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
188
188
|
*/
|
|
189
|
-
Info
|
|
189
|
+
Info: string
|
|
190
190
|
|
|
191
191
|
/**
|
|
192
192
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -202,7 +202,7 @@ export interface DescribeTableStatusResponse {
|
|
|
202
202
|
* 0:正常,其它:不正常
|
|
203
203
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
204
204
|
*/
|
|
205
|
-
Status
|
|
205
|
+
Status: number
|
|
206
206
|
|
|
207
207
|
/**
|
|
208
208
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -687,13 +687,13 @@ export interface DescribeAssociatedInstanceListResponse {
|
|
|
687
687
|
* 实例数量
|
|
688
688
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
689
689
|
*/
|
|
690
|
-
Total
|
|
690
|
+
Total: number
|
|
691
691
|
|
|
692
692
|
/**
|
|
693
693
|
* 实例列表
|
|
694
694
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
695
695
|
*/
|
|
696
|
-
Data
|
|
696
|
+
Data: Array<AssociatedInstanceInfo>
|
|
697
697
|
|
|
698
698
|
/**
|
|
699
699
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -2420,7 +2420,7 @@ export interface ModifySequenceRulesResponse {
|
|
|
2420
2420
|
* 0: 修改成功, 非0: 修改失败
|
|
2421
2421
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2422
2422
|
*/
|
|
2423
|
-
Status
|
|
2423
|
+
Status: number
|
|
2424
2424
|
|
|
2425
2425
|
/**
|
|
2426
2426
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -3720,29 +3720,29 @@ export interface DescribeSwitchListsResponse {
|
|
|
3720
3720
|
/**
|
|
3721
3721
|
* 总条数
|
|
3722
3722
|
*/
|
|
3723
|
-
Total
|
|
3723
|
+
Total: number
|
|
3724
3724
|
|
|
3725
3725
|
/**
|
|
3726
3726
|
* 列表数据
|
|
3727
3727
|
*/
|
|
3728
|
-
Data
|
|
3728
|
+
Data: Array<SwitchListsData>
|
|
3729
3729
|
|
|
3730
3730
|
/**
|
|
3731
3731
|
* 区域列表
|
|
3732
3732
|
*/
|
|
3733
|
-
AreaLists
|
|
3733
|
+
AreaLists: Array<string>
|
|
3734
3734
|
|
|
3735
3735
|
/**
|
|
3736
3736
|
* 打开个数
|
|
3737
3737
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3738
3738
|
*/
|
|
3739
|
-
OnNum
|
|
3739
|
+
OnNum: number
|
|
3740
3740
|
|
|
3741
3741
|
/**
|
|
3742
3742
|
* 关闭个数
|
|
3743
3743
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3744
3744
|
*/
|
|
3745
|
-
OffNum
|
|
3745
|
+
OffNum: number
|
|
3746
3746
|
|
|
3747
3747
|
/**
|
|
3748
3748
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -3847,13 +3847,13 @@ export interface CreateAcRulesResponse {
|
|
|
3847
3847
|
/**
|
|
3848
3848
|
* 状态值,0:操作成功
|
|
3849
3849
|
*/
|
|
3850
|
-
Status
|
|
3850
|
+
Status: number
|
|
3851
3851
|
|
|
3852
3852
|
/**
|
|
3853
3853
|
* 返回多余的信息
|
|
3854
3854
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3855
3855
|
*/
|
|
3856
|
-
Info
|
|
3856
|
+
Info: string
|
|
3857
3857
|
|
|
3858
3858
|
/**
|
|
3859
3859
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -4098,7 +4098,7 @@ export interface ModifyTableStatusResponse {
|
|
|
4098
4098
|
* 0:正常,-1:不正常
|
|
4099
4099
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
4100
4100
|
*/
|
|
4101
|
-
Status
|
|
4101
|
+
Status: number
|
|
4102
4102
|
|
|
4103
4103
|
/**
|
|
4104
4104
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -6326,6 +6326,18 @@ export interface KafkaParam {
|
|
|
6326
6326
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
6327
6327
|
*/
|
|
6328
6328
|
UseTableMapping?: boolean
|
|
6329
|
+
|
|
6330
|
+
/**
|
|
6331
|
+
* 使用的Topic是否需要自动创建(目前只支持SOURCE流入任务,如果不使用分发到多个topic,需要在Topic字段填写需要自动创建的topic名)
|
|
6332
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
6333
|
+
*/
|
|
6334
|
+
UseAutoCreateTopic?: boolean
|
|
6335
|
+
|
|
6336
|
+
/**
|
|
6337
|
+
* 写入Topic时是否进行压缩,不开启填"none",开启的话,可选择"gzip", "snappy", "lz4"中的一个进行填写。
|
|
6338
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
6339
|
+
*/
|
|
6340
|
+
CompressionType?: string
|
|
6329
6341
|
}
|
|
6330
6342
|
|
|
6331
6343
|
/**
|
|
@@ -6777,7 +6789,7 @@ export interface PostgreSQLParam {
|
|
|
6777
6789
|
Database: string
|
|
6778
6790
|
|
|
6779
6791
|
/**
|
|
6780
|
-
* PostgreSQL的数据表名称,"*"为所监听的所有数据库中的非系统表,可以","间隔,监听多个数据表,但数据表需要以"
|
|
6792
|
+
* PostgreSQL的数据表名称,"*"为所监听的所有数据库中的非系统表,可以","间隔,监听多个数据表,但数据表需要以"Schema名.数据表名"的格式进行填写,需要填入正则表达式时,格式为"Schema名\\.数据表名"
|
|
6781
6793
|
*/
|
|
6782
6794
|
Table: string
|
|
6783
6795
|
|
|
@@ -7255,6 +7267,18 @@ export interface TopicParam {
|
|
|
7255
7267
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
7256
7268
|
*/
|
|
7257
7269
|
TopicId?: string
|
|
7270
|
+
|
|
7271
|
+
/**
|
|
7272
|
+
* 写入Topic时是否进行压缩,不开启填"none",开启的话,可选择"gzip", "snappy", "lz4"中的一个进行填写。
|
|
7273
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
7274
|
+
*/
|
|
7275
|
+
CompressionType?: string
|
|
7276
|
+
|
|
7277
|
+
/**
|
|
7278
|
+
* 使用的Topic是否需要自动创建(目前只支持SOURCE流入任务)
|
|
7279
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
7280
|
+
*/
|
|
7281
|
+
UseAutoCreateTopic?: boolean
|
|
7258
7282
|
}
|
|
7259
7283
|
|
|
7260
7284
|
/**
|
|
@@ -7625,7 +7649,7 @@ export interface MySQLParam {
|
|
|
7625
7649
|
Database: string
|
|
7626
7650
|
|
|
7627
7651
|
/**
|
|
7628
|
-
* MySQL的数据表名称,"*"为所监听的所有数据库中的非系统表,可以","间隔,监听多个数据表,但数据表需要以"数据库名.数据表名"
|
|
7652
|
+
* MySQL的数据表名称,"*"为所监听的所有数据库中的非系统表,可以","间隔,监听多个数据表,但数据表需要以"数据库名.数据表名"的格式进行填写,需要填入正则表达式时,格式为"数据库名\\.数据表名"
|
|
7629
7653
|
*/
|
|
7630
7654
|
Table: string
|
|
7631
7655
|
|
|
@@ -7738,6 +7762,11 @@ export interface MySQLParam {
|
|
|
7738
7762
|
* 存放信令表的数据库名称
|
|
7739
7763
|
*/
|
|
7740
7764
|
SignalDatabase?: string
|
|
7765
|
+
|
|
7766
|
+
/**
|
|
7767
|
+
* 输入的table是否为正则表达式,如果该选项以及IsTablePrefix同时为true,该选项的判断优先级高于IsTablePrefix
|
|
7768
|
+
*/
|
|
7769
|
+
IsTableRegular?: boolean
|
|
7741
7770
|
}
|
|
7742
7771
|
|
|
7743
7772
|
/**
|