tencentcloud-sdk-nodejs 4.0.540 → 4.0.541
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 +272 -0
- package/SERVICE_CHANGELOG.md +347 -250
- package/package.json +1 -1
- package/products.md +20 -20
- package/src/common/sdk_version.ts +1 -1
- package/src/services/captcha/v20190722/captcha_client.ts +25 -1
- package/src/services/captcha/v20190722/captcha_models.ts +94 -64
- package/src/services/cbs/v20170312/cbs_client.ts +7 -3
- package/src/services/cdb/v20170320/cdb_client.ts +0 -14
- package/src/services/cdb/v20170320/cdb_models.ts +4 -60
- package/src/services/cme/v20191029/cme_models.ts +2 -2
- package/src/services/cwp/v20180228/cwp_models.ts +1 -1
- package/src/services/cynosdb/v20190107/cynosdb_client.ts +12 -0
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +40 -0
- package/src/services/lcic/v20220817/lcic_client.ts +204 -58
- package/src/services/lcic/v20220817/lcic_models.ts +1350 -828
- package/src/services/lighthouse/v20200324/lighthouse_models.ts +6 -0
- package/src/services/organization/v20210331/organization_client.ts +2 -1
- package/src/services/organization/v20210331/organization_models.ts +33 -5
- package/src/services/partners/v20180321/partners_client.ts +15 -0
- package/src/services/partners/v20180321/partners_models.ts +55 -8
- package/src/services/redis/v20180412/redis_client.ts +3 -3
- package/src/services/redis/v20180412/redis_models.ts +2 -2
- package/src/services/rum/v20210622/rum_models.ts +3 -3
- package/src/services/ssa/v20180608/ssa_client.ts +16 -2
- package/src/services/ssa/v20180608/ssa_models.ts +183 -33
- package/src/services/teo/v20220901/teo_models.ts +8 -0
- package/src/services/tsf/v20180326/tsf_models.ts +90 -0
- package/src/services/vod/v20180717/vod_client.ts +12 -0
- package/src/services/vod/v20180717/vod_models.ts +164 -26
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/captcha/v20190722/captcha_client.d.ts +9 -1
- package/tencentcloud/services/captcha/v20190722/captcha_client.js +12 -0
- package/tencentcloud/services/captcha/v20190722/captcha_models.d.ts +78 -52
- package/tencentcloud/services/cbs/v20170312/cbs_client.d.ts +6 -2
- package/tencentcloud/services/cbs/v20170312/cbs_client.js +6 -2
- package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +1 -7
- package/tencentcloud/services/cdb/v20170320/cdb_client.js +0 -8
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +4 -51
- package/tencentcloud/services/cme/v20191029/cme_models.d.ts +2 -2
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +1 -1
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +5 -1
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +6 -0
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +34 -0
- package/tencentcloud/services/lcic/v20220817/lcic_client.d.ts +53 -5
- package/tencentcloud/services/lcic/v20220817/lcic_client.js +78 -6
- package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +1191 -744
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +5 -0
- package/tencentcloud/services/organization/v20210331/organization_client.d.ts +1 -1
- package/tencentcloud/services/organization/v20210331/organization_client.js +1 -1
- package/tencentcloud/services/organization/v20210331/organization_models.d.ts +29 -5
- package/tencentcloud/services/partners/v20180321/partners_client.d.ts +8 -1
- package/tencentcloud/services/partners/v20180321/partners_client.js +9 -0
- package/tencentcloud/services/partners/v20180321/partners_models.d.ts +48 -8
- package/tencentcloud/services/redis/v20180412/redis_client.d.ts +3 -3
- package/tencentcloud/services/redis/v20180412/redis_client.js +3 -3
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +2 -2
- package/tencentcloud/services/rum/v20210622/rum_models.d.ts +3 -3
- package/tencentcloud/services/ssa/v20180608/ssa_client.d.ts +5 -1
- package/tencentcloud/services/ssa/v20180608/ssa_client.js +6 -0
- package/tencentcloud/services/ssa/v20180608/ssa_models.d.ts +152 -28
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +7 -0
- package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +75 -0
- package/tencentcloud/services/vod/v20180717/vod_client.d.ts +5 -1
- package/tencentcloud/services/vod/v20180717/vod_client.js +6 -0
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +140 -26
- package/test/captcha.v20190722.test.js +20 -0
- package/test/cdb.v20170320.test.js +0 -10
- package/test/cynosdb.v20190107.test.js +10 -0
- package/test/lcic.v20220817.test.js +124 -4
- package/test/partners.v20180321.test.js +10 -0
- package/test/ssa.v20180608.test.js +10 -0
- package/test/vod.v20180717.test.js +10 -0
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -34,20 +34,20 @@
|
|
|
34
34
|
| bsca | [二进制软件成分分析](https://cloud.tencent.com/document/product/1483) | 2022-09-29 06:12:03 |
|
|
35
35
|
| btoe | [区块链可信取证](https://cloud.tencent.com/document/product/1259) | 2023-01-12 01:05:12 |
|
|
36
36
|
| cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2023-02-01 01:06:11 |
|
|
37
|
-
| captcha | [验证码](https://cloud.tencent.com/document/product/1110) |
|
|
37
|
+
| captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2023-02-17 01:29:11 |
|
|
38
38
|
| car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2023-02-15 01:12:22 |
|
|
39
39
|
| casb | [云访问安全代理](https://cloud.tencent.com/document/product/1303) | 2022-12-26 10:53:16 |
|
|
40
40
|
| cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2022-12-12 01:11:14 |
|
|
41
|
-
| cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2023-02-
|
|
41
|
+
| cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2023-02-17 01:30:02 |
|
|
42
42
|
| ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2023-02-09 01:09:05 |
|
|
43
|
-
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-02-
|
|
43
|
+
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-02-17 01:33:04 |
|
|
44
44
|
| cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2022-12-15 01:12:58 |
|
|
45
45
|
| cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2023-02-10 01:10:44 |
|
|
46
46
|
| cds | [T-Sec-数据安全审计(DSA)](https://cloud.tencent.com/document/product/856) | 2022-10-31 06:15:53 |
|
|
47
47
|
| cdwch | [云数据仓库 ClickHouse](https://cloud.tencent.com/document/product/1299) | 2023-02-08 01:18:00 |
|
|
48
48
|
| cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2023-02-01 01:09:52 |
|
|
49
49
|
| cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2022-12-19 01:23:20 |
|
|
50
|
-
| cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2023-02-
|
|
50
|
+
| cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2023-02-17 01:48:27 |
|
|
51
51
|
| chdfs | [云 HDFS](https://cloud.tencent.com/document/product/1105) | 2023-01-06 18:21:15 |
|
|
52
52
|
| ciam | [账号风控平台](https://cloud.tencent.com/document/product/1441) | 2023-01-04 01:10:27 |
|
|
53
53
|
| cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2022-06-27 06:06:02 |
|
|
@@ -59,15 +59,15 @@
|
|
|
59
59
|
| cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2022-12-14 01:17:29 |
|
|
60
60
|
| cloudstudio | [Cloud Studio(云端 IDE)](https://cloud.tencent.com/document/product/1039) | 2022-10-31 06:18:55 |
|
|
61
61
|
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2023-02-15 01:18:16 |
|
|
62
|
-
| cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2023-02-
|
|
62
|
+
| cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2023-02-17 02:04:21 |
|
|
63
63
|
| cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2022-11-16 06:15:44 |
|
|
64
64
|
| cms | [内容安全](https://cloud.tencent.com/document/product) | 2020-10-29 08:03:08 |
|
|
65
65
|
| cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2023-02-01 01:13:56 |
|
|
66
66
|
| cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
|
|
67
67
|
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2023-02-10 01:22:56 |
|
|
68
|
-
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2023-02-
|
|
68
|
+
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2023-02-17 02:28:38 |
|
|
69
69
|
| cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
|
|
70
|
-
| cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2023-02-
|
|
70
|
+
| cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2023-02-17 02:45:25 |
|
|
71
71
|
| dasb | [T-Sec-堡垒机(BH)](https://cloud.tencent.com/document/product/1025) | 2023-02-07 01:23:16 |
|
|
72
72
|
| dataintegration | [数据接入平台](https://cloud.tencent.com/document/product/1591) | 2022-07-26 15:32:15 |
|
|
73
73
|
| dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2023-01-13 01:19:41 |
|
|
@@ -118,12 +118,12 @@
|
|
|
118
118
|
| iottid | [物联网设备身份认证](https://cloud.tencent.com/document/product/1086) | 2022-04-04 06:49:46 |
|
|
119
119
|
| iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2023-02-15 01:37:52 |
|
|
120
120
|
| iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2022-11-17 06:31:48 |
|
|
121
|
-
| irp | [智能推荐平台](https://cloud.tencent.com/document/product/1541) | 2023-02-
|
|
121
|
+
| irp | [智能推荐平台](https://cloud.tencent.com/document/product/1541) | 2023-02-17 04:09:06 |
|
|
122
122
|
| ivld | [媒体智能标签](https://cloud.tencent.com/document/product/1509) | 2022-10-28 11:32:11 |
|
|
123
123
|
| keewidb | [云数据库 KeeWiDB](https://cloud.tencent.com/document/product/1520) | 2023-02-07 16:41:11 |
|
|
124
124
|
| kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2022-12-13 10:37:12 |
|
|
125
|
-
| lcic | [低代码互动课堂](https://cloud.tencent.com/document/product/1639) | 2023-02-
|
|
126
|
-
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2023-02-
|
|
125
|
+
| lcic | [低代码互动课堂](https://cloud.tencent.com/document/product/1639) | 2023-02-17 04:12:57 |
|
|
126
|
+
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2023-02-17 04:14:14 |
|
|
127
127
|
| live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-02-16 01:34:01 |
|
|
128
128
|
| lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
|
|
129
129
|
| lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
|
|
@@ -134,7 +134,7 @@
|
|
|
134
134
|
| mmps | [小程序安全](https://cloud.tencent.com/document/product/1223) | 2023-01-10 01:33:47 |
|
|
135
135
|
| mna | [移动网络加速](https://cloud.tencent.com/document/product/1385) | 2022-11-17 11:16:37 |
|
|
136
136
|
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2023-02-03 01:32:59 |
|
|
137
|
-
| monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2023-02-
|
|
137
|
+
| monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2023-02-17 04:29:53 |
|
|
138
138
|
| mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2023-02-02 01:40:19 |
|
|
139
139
|
| mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2022-12-08 01:38:36 |
|
|
140
140
|
| ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2023-01-11 01:32:47 |
|
|
@@ -144,18 +144,18 @@
|
|
|
144
144
|
| npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
|
|
145
145
|
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2023-01-31 01:44:52 |
|
|
146
146
|
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-01-10 01:36:47 |
|
|
147
|
-
| organization | [集团账号管理](https://cloud.tencent.com/document/product/850) |
|
|
148
|
-
| partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2023-02-
|
|
147
|
+
| organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2023-02-17 04:46:25 |
|
|
148
|
+
| partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2023-02-17 04:47:03 |
|
|
149
149
|
| pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2022-04-04 07:02:02 |
|
|
150
150
|
| postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2022-12-15 01:38:47 |
|
|
151
151
|
| privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2022-12-09 01:52:05 |
|
|
152
152
|
| pts | [云压测](https://cloud.tencent.com/document/product/1484) | 2023-02-07 01:48:09 |
|
|
153
153
|
| rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2022-09-23 06:43:17 |
|
|
154
|
-
| redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2023-02-
|
|
154
|
+
| redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2023-02-17 04:52:01 |
|
|
155
155
|
| region | [地域管理系统](https://cloud.tencent.com/document/product/1596) | 2022-12-28 01:09:18 |
|
|
156
156
|
| rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2022-04-04 07:04:04 |
|
|
157
157
|
| rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-04-04 07:04:06 |
|
|
158
|
-
| rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2023-02-
|
|
158
|
+
| rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2023-02-17 04:56:22 |
|
|
159
159
|
| scf | [云函数](https://cloud.tencent.com/document/product/583) | 2023-02-08 01:56:26 |
|
|
160
160
|
| ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2022-12-16 01:37:37 |
|
|
161
161
|
| smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2022-11-23 06:47:21 |
|
|
@@ -164,7 +164,7 @@
|
|
|
164
164
|
| soe | [智聆口语评测](https://cloud.tencent.com/document/product/884) | 2022-11-07 06:33:46 |
|
|
165
165
|
| solar | [智汇零售](https://cloud.tencent.com/document/product) | 2020-03-19 08:01:59 |
|
|
166
166
|
| sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2023-02-13 02:01:30 |
|
|
167
|
-
| ssa | [安全运营中心](https://cloud.tencent.com/document/product/664) | 2023-
|
|
167
|
+
| ssa | [安全运营中心](https://cloud.tencent.com/document/product/664) | 2023-02-17 05:08:17 |
|
|
168
168
|
| ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) | 2022-12-28 14:53:49 |
|
|
169
169
|
| sslpod | [SSL证书监控SSLPod](https://cloud.tencent.com/document/product/1084) | 2022-10-31 06:47:43 |
|
|
170
170
|
| ssm | [凭据管理系统](https://cloud.tencent.com/document/product/1140) | 2022-10-20 06:38:33 |
|
|
@@ -178,7 +178,7 @@
|
|
|
178
178
|
| tbm | [](https://cloud.tencent.com/document/product) | 2019-03-29 14:49:11 |
|
|
179
179
|
| tbp | [腾讯智能对话平台](https://cloud.tencent.com/document/product/1060) | 2022-04-04 07:09:07 |
|
|
180
180
|
| tcaplusdb | [游戏数据库 TcaplusDB](https://cloud.tencent.com/document/product/596) | 2023-01-11 01:39:23 |
|
|
181
|
-
| tcb | [云开发 CloudBase](https://cloud.tencent.com/document/product/876) | 2023-02-
|
|
181
|
+
| tcb | [云开发 CloudBase](https://cloud.tencent.com/document/product/876) | 2023-02-17 05:15:43 |
|
|
182
182
|
| tcbr | [云托管 CloudBase Run](https://cloud.tencent.com/document/product/1243) | 2023-02-14 01:48:14 |
|
|
183
183
|
| tcex | [腾讯云释义](https://cloud.tencent.com/document/product/1266) | 2022-07-21 06:17:29 |
|
|
184
184
|
| tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
|
|
@@ -190,7 +190,7 @@
|
|
|
190
190
|
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-02-10 02:03:51 |
|
|
191
191
|
| tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2022-12-06 07:10:10 |
|
|
192
192
|
| tem | [弹性微服务 TEM](https://cloud.tencent.com/document/product/1371) | 2023-02-16 01:58:58 |
|
|
193
|
-
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-02-
|
|
193
|
+
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-02-17 06:04:54 |
|
|
194
194
|
| thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2023-02-15 02:03:41 |
|
|
195
195
|
| tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
|
|
196
196
|
| tic | [资源编排 TIC](https://cloud.tencent.com/document/product/1213) | 2022-10-31 06:55:14 |
|
|
@@ -208,13 +208,13 @@
|
|
|
208
208
|
| trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2023-01-31 02:06:12 |
|
|
209
209
|
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2023-02-15 02:08:18 |
|
|
210
210
|
| tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2023-02-10 02:12:51 |
|
|
211
|
-
| tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2023-02-
|
|
211
|
+
| tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2023-02-17 06:34:04 |
|
|
212
212
|
| tsw | [微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2022-10-31 06:59:44 |
|
|
213
213
|
| tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2023-02-15 02:10:16 |
|
|
214
214
|
| ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2022-04-04 07:22:44 |
|
|
215
215
|
| vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2022-11-16 06:46:30 |
|
|
216
216
|
| vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2022-04-04 07:22:54 |
|
|
217
|
-
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-02-
|
|
217
|
+
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-02-17 06:48:43 |
|
|
218
218
|
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-02-16 02:07:49 |
|
|
219
219
|
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-02-06 02:56:05 |
|
|
220
220
|
| wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2022-10-12 07:10:28 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.541"
|
|
@@ -24,7 +24,8 @@ import {
|
|
|
24
24
|
DescribeCaptchaMiniOperDataResponse,
|
|
25
25
|
GetTotalTicketStatisticsRequest,
|
|
26
26
|
DescribeCaptchaMiniDataSumResponse,
|
|
27
|
-
|
|
27
|
+
GetRequestStatisticsResponse,
|
|
28
|
+
GetRequestStatisticsRequest,
|
|
28
29
|
OutputManageMarketingRiskValue,
|
|
29
30
|
CaptchaOperDataRes,
|
|
30
31
|
GetTicketStatisticsRequest,
|
|
@@ -47,12 +48,15 @@ import {
|
|
|
47
48
|
DescribeCaptchaDataSumRequest,
|
|
48
49
|
DescribeCaptchaMiniRiskResultResponse,
|
|
49
50
|
GetTicketStatisticsResponse,
|
|
51
|
+
GetTotalRequestStatisticsRequest,
|
|
50
52
|
TicketAmountUnit,
|
|
53
|
+
GetTotalRequestStatisticsResponse,
|
|
51
54
|
CaptchaQueryData,
|
|
52
55
|
RequestTrendObj,
|
|
53
56
|
DescribeCaptchaDataResponse,
|
|
54
57
|
DescribeCaptchaResultRequest,
|
|
55
58
|
CaptchaStatisticObj,
|
|
59
|
+
UpdateCaptchaAppIdInfoRequest,
|
|
56
60
|
CaptchaOperDataLoadTimeUnit,
|
|
57
61
|
DescribeCaptchaMiniOperDataRequest,
|
|
58
62
|
DescribeCaptchaAppIdInfoRequest,
|
|
@@ -95,6 +99,16 @@ export class Client extends AbstractClient {
|
|
|
95
99
|
return this.request("DescribeCaptchaTicketData", req, cb)
|
|
96
100
|
}
|
|
97
101
|
|
|
102
|
+
/**
|
|
103
|
+
* 查询全部验证的统计数据,包括:总请求量、总验证量、总验证通过量、总验证拦截量等数据。
|
|
104
|
+
*/
|
|
105
|
+
async GetTotalRequestStatistics(
|
|
106
|
+
req?: GetTotalRequestStatisticsRequest,
|
|
107
|
+
cb?: (error: string, rep: GetTotalRequestStatisticsResponse) => void
|
|
108
|
+
): Promise<GetTotalRequestStatisticsResponse> {
|
|
109
|
+
return this.request("GetTotalRequestStatistics", req, cb)
|
|
110
|
+
}
|
|
111
|
+
|
|
98
112
|
/**
|
|
99
113
|
* 安全验证码查询请求数据概况,例如:按照时间段查询数据 昨日请求量、昨日恶意比例、昨日验证量、昨日通过量、昨日恶意拦截量……
|
|
100
114
|
*/
|
|
@@ -205,6 +219,16 @@ export class Client extends AbstractClient {
|
|
|
205
219
|
return this.request("DescribeCaptchaUserAllAppId", req, cb)
|
|
206
220
|
}
|
|
207
221
|
|
|
222
|
+
/**
|
|
223
|
+
* 查询单个CaptchaAppID验证的统计数据,包括:请求量、验证量、验证通过量、验证拦截量。
|
|
224
|
+
*/
|
|
225
|
+
async GetRequestStatistics(
|
|
226
|
+
req?: GetRequestStatisticsRequest,
|
|
227
|
+
cb?: (error: string, rep: GetRequestStatisticsResponse) => void
|
|
228
|
+
): Promise<GetRequestStatisticsResponse> {
|
|
229
|
+
return this.request("GetRequestStatistics", req, cb)
|
|
230
|
+
}
|
|
231
|
+
|
|
208
232
|
/**
|
|
209
233
|
* 查询安全验证码应用APPId信息
|
|
210
234
|
*/
|
|
@@ -197,75 +197,20 @@ export interface DescribeCaptchaMiniDataSumResponse {
|
|
|
197
197
|
}
|
|
198
198
|
|
|
199
199
|
/**
|
|
200
|
-
*
|
|
200
|
+
* GetRequestStatistics返回参数结构体
|
|
201
201
|
*/
|
|
202
|
-
export interface
|
|
203
|
-
/**
|
|
204
|
-
* 验证码应用ID
|
|
205
|
-
*/
|
|
206
|
-
CaptchaAppId: number
|
|
207
|
-
|
|
208
|
-
/**
|
|
209
|
-
* 应用名
|
|
210
|
-
*/
|
|
211
|
-
AppName: string
|
|
212
|
-
|
|
213
|
-
/**
|
|
214
|
-
* 域名限制
|
|
215
|
-
*/
|
|
216
|
-
DomainLimit: string
|
|
217
|
-
|
|
218
|
-
/**
|
|
219
|
-
* 场景类型
|
|
220
|
-
*/
|
|
221
|
-
SceneType: number
|
|
222
|
-
|
|
223
|
-
/**
|
|
224
|
-
* 验证码类型
|
|
225
|
-
*/
|
|
226
|
-
CapType: number
|
|
227
|
-
|
|
202
|
+
export interface GetRequestStatisticsResponse {
|
|
228
203
|
/**
|
|
229
|
-
*
|
|
230
|
-
*/
|
|
231
|
-
EvilInterceptGrade: number
|
|
232
|
-
|
|
233
|
-
/**
|
|
234
|
-
* 智能检测
|
|
235
|
-
*/
|
|
236
|
-
SmartVerify: number
|
|
237
|
-
|
|
238
|
-
/**
|
|
239
|
-
* 开启智能引擎
|
|
240
|
-
*/
|
|
241
|
-
SmartEngine: number
|
|
242
|
-
|
|
243
|
-
/**
|
|
244
|
-
* web风格
|
|
245
|
-
*/
|
|
246
|
-
SchemeColor: string
|
|
247
|
-
|
|
248
|
-
/**
|
|
249
|
-
* 语言
|
|
250
|
-
*/
|
|
251
|
-
CaptchaLanguage: number
|
|
252
|
-
|
|
253
|
-
/**
|
|
254
|
-
* 告警邮箱
|
|
255
|
-
*/
|
|
256
|
-
MailAlarm: string
|
|
257
|
-
|
|
258
|
-
/**
|
|
259
|
-
* 是否全屏
|
|
260
|
-
*/
|
|
261
|
-
TopFullScreen: number
|
|
262
|
-
|
|
263
|
-
/**
|
|
264
|
-
* 流量限制
|
|
204
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
265
205
|
*/
|
|
266
|
-
|
|
206
|
+
RequestId?: string
|
|
267
207
|
}
|
|
268
208
|
|
|
209
|
+
/**
|
|
210
|
+
* GetRequestStatistics请求参数结构体
|
|
211
|
+
*/
|
|
212
|
+
export type GetRequestStatisticsRequest = null
|
|
213
|
+
|
|
269
214
|
/**
|
|
270
215
|
* 拦截策略返回信息
|
|
271
216
|
*/
|
|
@@ -903,6 +848,11 @@ export interface GetTicketStatisticsResponse {
|
|
|
903
848
|
RequestId?: string
|
|
904
849
|
}
|
|
905
850
|
|
|
851
|
+
/**
|
|
852
|
+
* GetTotalRequestStatistics请求参数结构体
|
|
853
|
+
*/
|
|
854
|
+
export type GetTotalRequestStatisticsRequest = null
|
|
855
|
+
|
|
906
856
|
/**
|
|
907
857
|
* DescribeCaptchaTicketData 返回的数据结构
|
|
908
858
|
*/
|
|
@@ -918,6 +868,16 @@ export interface TicketAmountUnit {
|
|
|
918
868
|
Amount: number
|
|
919
869
|
}
|
|
920
870
|
|
|
871
|
+
/**
|
|
872
|
+
* GetTotalRequestStatistics返回参数结构体
|
|
873
|
+
*/
|
|
874
|
+
export interface GetTotalRequestStatisticsResponse {
|
|
875
|
+
/**
|
|
876
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
877
|
+
*/
|
|
878
|
+
RequestId?: string
|
|
879
|
+
}
|
|
880
|
+
|
|
921
881
|
/**
|
|
922
882
|
* 该类型为DescribeCaptchaData 方法返回数据类型
|
|
923
883
|
*/
|
|
@@ -1108,6 +1068,76 @@ export interface CaptchaStatisticObj {
|
|
|
1108
1068
|
TicketCheckTrend: Array<TicketCheckTrendObj>
|
|
1109
1069
|
}
|
|
1110
1070
|
|
|
1071
|
+
/**
|
|
1072
|
+
* UpdateCaptchaAppIdInfo请求参数结构体
|
|
1073
|
+
*/
|
|
1074
|
+
export interface UpdateCaptchaAppIdInfoRequest {
|
|
1075
|
+
/**
|
|
1076
|
+
* 验证码应用ID
|
|
1077
|
+
*/
|
|
1078
|
+
CaptchaAppId: number
|
|
1079
|
+
|
|
1080
|
+
/**
|
|
1081
|
+
* 应用名
|
|
1082
|
+
*/
|
|
1083
|
+
AppName: string
|
|
1084
|
+
|
|
1085
|
+
/**
|
|
1086
|
+
* 域名限制
|
|
1087
|
+
*/
|
|
1088
|
+
DomainLimit: string
|
|
1089
|
+
|
|
1090
|
+
/**
|
|
1091
|
+
* 场景类型
|
|
1092
|
+
*/
|
|
1093
|
+
SceneType: number
|
|
1094
|
+
|
|
1095
|
+
/**
|
|
1096
|
+
* 验证码类型
|
|
1097
|
+
*/
|
|
1098
|
+
CapType: number
|
|
1099
|
+
|
|
1100
|
+
/**
|
|
1101
|
+
* 风险级别
|
|
1102
|
+
*/
|
|
1103
|
+
EvilInterceptGrade: number
|
|
1104
|
+
|
|
1105
|
+
/**
|
|
1106
|
+
* 智能检测
|
|
1107
|
+
*/
|
|
1108
|
+
SmartVerify: number
|
|
1109
|
+
|
|
1110
|
+
/**
|
|
1111
|
+
* 开启智能引擎
|
|
1112
|
+
*/
|
|
1113
|
+
SmartEngine: number
|
|
1114
|
+
|
|
1115
|
+
/**
|
|
1116
|
+
* web风格
|
|
1117
|
+
*/
|
|
1118
|
+
SchemeColor: string
|
|
1119
|
+
|
|
1120
|
+
/**
|
|
1121
|
+
* 语言
|
|
1122
|
+
*/
|
|
1123
|
+
CaptchaLanguage: number
|
|
1124
|
+
|
|
1125
|
+
/**
|
|
1126
|
+
* 告警邮箱
|
|
1127
|
+
*/
|
|
1128
|
+
MailAlarm: string
|
|
1129
|
+
|
|
1130
|
+
/**
|
|
1131
|
+
* 是否全屏
|
|
1132
|
+
*/
|
|
1133
|
+
TopFullScreen: number
|
|
1134
|
+
|
|
1135
|
+
/**
|
|
1136
|
+
* 流量限制
|
|
1137
|
+
*/
|
|
1138
|
+
TrafficThreshold: number
|
|
1139
|
+
}
|
|
1140
|
+
|
|
1111
1141
|
/**
|
|
1112
1142
|
* 操作数据查询方法DescribeCaptchaOperData 的返回结果,安全验证码加载耗时type = 1
|
|
1113
1143
|
*/
|
|
@@ -318,8 +318,10 @@ export class Client extends AbstractClient {
|
|
|
318
318
|
}
|
|
319
319
|
|
|
320
320
|
/**
|
|
321
|
-
|
|
322
|
-
|
|
321
|
+
* 接口已废弃,切换至云审计接口。见https://tapd.woa.com/pro/prong/stories/view/1010114221880719007
|
|
322
|
+
|
|
323
|
+
查询云盘操作日志功能已迁移至LookUpEvents接口(https://cloud.tencent.com/document/product/629/12359),本接口(DescribeDiskOperationLogs)即将下线,后续不再提供调用,请知悉。
|
|
324
|
+
*/
|
|
323
325
|
async DescribeDiskOperationLogs(
|
|
324
326
|
req: DescribeDiskOperationLogsRequest,
|
|
325
327
|
cb?: (error: string, rep: DescribeDiskOperationLogsResponse) => void
|
|
@@ -578,7 +580,9 @@ export class Client extends AbstractClient {
|
|
|
578
580
|
}
|
|
579
581
|
|
|
580
582
|
/**
|
|
581
|
-
*
|
|
583
|
+
* 接口已废弃,切换至云审计接口。见https://tapd.woa.com/pro/prong/stories/view/1010114221880719007
|
|
584
|
+
|
|
585
|
+
查询快照操作日志功能已迁移至LookUpEvents接口(https://cloud.tencent.com/document/product/629/12359),本接口(DescribeSnapshotOperationLogs)即将下线,后续不再提供调用,请知悉。
|
|
582
586
|
|
|
583
587
|
*/
|
|
584
588
|
async DescribeSnapshotOperationLogs(
|
|
@@ -67,7 +67,6 @@ import {
|
|
|
67
67
|
ModifyCDBProxyDescRequest,
|
|
68
68
|
BackupConfig,
|
|
69
69
|
DescribeCDBProxyResponse,
|
|
70
|
-
UpgradeCDBProxyResponse,
|
|
71
70
|
Rule,
|
|
72
71
|
AuditPolicy,
|
|
73
72
|
DescribeBackupTablesRequest,
|
|
@@ -337,7 +336,6 @@ import {
|
|
|
337
336
|
CreateDBInstanceResponse,
|
|
338
337
|
StartReplicationRequest,
|
|
339
338
|
DescribeDBInstanceCharsetResponse,
|
|
340
|
-
UpgradeCDBProxyRequest,
|
|
341
339
|
DescribeDBFeaturesRequest,
|
|
342
340
|
DescribeBackupSummariesResponse,
|
|
343
341
|
DescribeBinlogBackupOverviewRequest,
|
|
@@ -1094,18 +1092,6 @@ export class Client extends AbstractClient {
|
|
|
1094
1092
|
return this.request("CreateAccounts", req, cb)
|
|
1095
1093
|
}
|
|
1096
1094
|
|
|
1097
|
-
/**
|
|
1098
|
-
* 接口已经废弃,请使用AdjustCdbProxy进行数据库代理的配置
|
|
1099
|
-
|
|
1100
|
-
调整数据库代理配置
|
|
1101
|
-
*/
|
|
1102
|
-
async UpgradeCDBProxy(
|
|
1103
|
-
req: UpgradeCDBProxyRequest,
|
|
1104
|
-
cb?: (error: string, rep: UpgradeCDBProxyResponse) => void
|
|
1105
|
-
): Promise<UpgradeCDBProxyResponse> {
|
|
1106
|
-
return this.request("UpgradeCDBProxy", req, cb)
|
|
1107
|
-
}
|
|
1108
|
-
|
|
1109
1095
|
/**
|
|
1110
1096
|
* 本接口(UpgradeDBInstanceEngineVersion)用于升级云数据库实例版本,实例类型支持主实例、灾备实例和只读实例。
|
|
1111
1097
|
*/
|
|
@@ -1365,22 +1365,6 @@ export interface DescribeCDBProxyResponse {
|
|
|
1365
1365
|
RequestId?: string
|
|
1366
1366
|
}
|
|
1367
1367
|
|
|
1368
|
-
/**
|
|
1369
|
-
* UpgradeCDBProxy返回参数结构体
|
|
1370
|
-
*/
|
|
1371
|
-
export interface UpgradeCDBProxyResponse {
|
|
1372
|
-
/**
|
|
1373
|
-
* 异步处理ID
|
|
1374
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1375
|
-
*/
|
|
1376
|
-
AsyncRequestId: string
|
|
1377
|
-
|
|
1378
|
-
/**
|
|
1379
|
-
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1380
|
-
*/
|
|
1381
|
-
RequestId?: string
|
|
1382
|
-
}
|
|
1383
|
-
|
|
1384
1368
|
/**
|
|
1385
1369
|
* 权重分配规则
|
|
1386
1370
|
*/
|
|
@@ -4810,12 +4794,12 @@ export interface DescribeErrorLogDataRequest {
|
|
|
4810
4794
|
InstanceId: string
|
|
4811
4795
|
|
|
4812
4796
|
/**
|
|
4813
|
-
*
|
|
4797
|
+
* 开始时间戳。例如 1585142640 。
|
|
4814
4798
|
*/
|
|
4815
4799
|
StartTime: number
|
|
4816
4800
|
|
|
4817
4801
|
/**
|
|
4818
|
-
*
|
|
4802
|
+
* 结束时间戳。例如 1585142640 。
|
|
4819
4803
|
*/
|
|
4820
4804
|
EndTime: number
|
|
4821
4805
|
|
|
@@ -8481,46 +8465,6 @@ export interface DescribeDBInstanceCharsetResponse {
|
|
|
8481
8465
|
RequestId?: string
|
|
8482
8466
|
}
|
|
8483
8467
|
|
|
8484
|
-
/**
|
|
8485
|
-
* UpgradeCDBProxy请求参数结构体
|
|
8486
|
-
*/
|
|
8487
|
-
export interface UpgradeCDBProxyRequest {
|
|
8488
|
-
/**
|
|
8489
|
-
* 实例ID
|
|
8490
|
-
*/
|
|
8491
|
-
InstanceId: string
|
|
8492
|
-
|
|
8493
|
-
/**
|
|
8494
|
-
* 数据库代理ID
|
|
8495
|
-
*/
|
|
8496
|
-
ProxyGroupId: string
|
|
8497
|
-
|
|
8498
|
-
/**
|
|
8499
|
-
* 代理节点个数
|
|
8500
|
-
*/
|
|
8501
|
-
ProxyCount: number
|
|
8502
|
-
|
|
8503
|
-
/**
|
|
8504
|
-
* 代理节点核数
|
|
8505
|
-
*/
|
|
8506
|
-
Cpu: number
|
|
8507
|
-
|
|
8508
|
-
/**
|
|
8509
|
-
* 代理节点内存大小
|
|
8510
|
-
*/
|
|
8511
|
-
Mem: number
|
|
8512
|
-
|
|
8513
|
-
/**
|
|
8514
|
-
* 重新负载均衡:auto(自动),manual(手动)
|
|
8515
|
-
*/
|
|
8516
|
-
ReloadBalance: string
|
|
8517
|
-
|
|
8518
|
-
/**
|
|
8519
|
-
* 升级时间 nowTime(升级完成时)timeWindow(实例维护时间)
|
|
8520
|
-
*/
|
|
8521
|
-
UpgradeTime: string
|
|
8522
|
-
}
|
|
8523
|
-
|
|
8524
8468
|
/**
|
|
8525
8469
|
* DescribeDBFeatures请求参数结构体
|
|
8526
8470
|
*/
|
|
@@ -9310,12 +9254,12 @@ export interface DescribeSlowLogDataRequest {
|
|
|
9310
9254
|
InstanceId: string
|
|
9311
9255
|
|
|
9312
9256
|
/**
|
|
9313
|
-
*
|
|
9257
|
+
* 开始时间戳。例如 1585142640 。
|
|
9314
9258
|
*/
|
|
9315
9259
|
StartTime: number
|
|
9316
9260
|
|
|
9317
9261
|
/**
|
|
9318
|
-
*
|
|
9262
|
+
* 结束时间戳。例如 1585142640 。
|
|
9319
9263
|
*/
|
|
9320
9264
|
EndTime: number
|
|
9321
9265
|
|
|
@@ -1303,7 +1303,7 @@ export interface ExportVideoByEditorTrackDataRequest {
|
|
|
1303
1303
|
ExportDestination: string
|
|
1304
1304
|
|
|
1305
1305
|
/**
|
|
1306
|
-
*
|
|
1306
|
+
* 轨道数据,用于描述待导出视频的内容。关于轨道数据的格式请查看 [视频合成协议](https://cloud.tencent.com/document/product/1156/51225)。文档中也描述了如何在页面上查看一个剪辑项目的轨道数据,该能力可以帮助开发者更方便地构造自己的轨道数据。
|
|
1307
1307
|
*/
|
|
1308
1308
|
TrackData: string
|
|
1309
1309
|
|
|
@@ -5041,7 +5041,7 @@ export interface ExportVideoByEditorTrackDataResponse {
|
|
|
5041
5041
|
/**
|
|
5042
5042
|
* 任务 Id。
|
|
5043
5043
|
*/
|
|
5044
|
-
TaskId
|
|
5044
|
+
TaskId?: string
|
|
5045
5045
|
|
|
5046
5046
|
/**
|
|
5047
5047
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -13621,7 +13621,7 @@ export interface RiskDnsList {
|
|
|
13621
13621
|
MachineWanIp: string
|
|
13622
13622
|
|
|
13623
13623
|
/**
|
|
13624
|
-
* 主机在线状态
|
|
13624
|
+
* 主机在线状态[OFFLINE:离线|ONLINE:在线|UNKNOWN:未知]
|
|
13625
13625
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
13626
13626
|
*/
|
|
13627
13627
|
MachineStatus: string
|
|
@@ -89,6 +89,7 @@ import {
|
|
|
89
89
|
UpgradeInstanceRequest,
|
|
90
90
|
RollbackTable,
|
|
91
91
|
IsolateInstanceRequest,
|
|
92
|
+
SwitchClusterVpcResponse,
|
|
92
93
|
DescribeClusterDetailRequest,
|
|
93
94
|
DeleteBackupResponse,
|
|
94
95
|
Tag,
|
|
@@ -106,6 +107,7 @@ import {
|
|
|
106
107
|
UpgradeInstanceResponse,
|
|
107
108
|
DescribeBackupListRequest,
|
|
108
109
|
SearchClusterDatabasesRequest,
|
|
110
|
+
SwitchClusterVpcRequest,
|
|
109
111
|
CynosdbInstance,
|
|
110
112
|
DescribeAuditRuleWithInstanceIdsRequest,
|
|
111
113
|
DbTable,
|
|
@@ -657,6 +659,16 @@ export class Client extends AbstractClient {
|
|
|
657
659
|
return this.request("DescribeBackupDownloadUrl", req, cb)
|
|
658
660
|
}
|
|
659
661
|
|
|
662
|
+
/**
|
|
663
|
+
* 更换集群vpc
|
|
664
|
+
*/
|
|
665
|
+
async SwitchClusterVpc(
|
|
666
|
+
req: SwitchClusterVpcRequest,
|
|
667
|
+
cb?: (error: string, rep: SwitchClusterVpcResponse) => void
|
|
668
|
+
): Promise<SwitchClusterVpcResponse> {
|
|
669
|
+
return this.request("SwitchClusterVpc", req, cb)
|
|
670
|
+
}
|
|
671
|
+
|
|
660
672
|
/**
|
|
661
673
|
* 安全组批量绑定云资源
|
|
662
674
|
*/
|
|
@@ -1665,6 +1665,21 @@ export interface IsolateInstanceRequest {
|
|
|
1665
1665
|
DbType?: string
|
|
1666
1666
|
}
|
|
1667
1667
|
|
|
1668
|
+
/**
|
|
1669
|
+
* SwitchClusterVpc返回参数结构体
|
|
1670
|
+
*/
|
|
1671
|
+
export interface SwitchClusterVpcResponse {
|
|
1672
|
+
/**
|
|
1673
|
+
* 异步任务id。
|
|
1674
|
+
*/
|
|
1675
|
+
FlowId: number
|
|
1676
|
+
|
|
1677
|
+
/**
|
|
1678
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1679
|
+
*/
|
|
1680
|
+
RequestId?: string
|
|
1681
|
+
}
|
|
1682
|
+
|
|
1668
1683
|
/**
|
|
1669
1684
|
* DescribeClusterDetail请求参数结构体
|
|
1670
1685
|
*/
|
|
@@ -2059,6 +2074,31 @@ export interface SearchClusterDatabasesRequest {
|
|
|
2059
2074
|
MatchType?: number
|
|
2060
2075
|
}
|
|
2061
2076
|
|
|
2077
|
+
/**
|
|
2078
|
+
* SwitchClusterVpc请求参数结构体
|
|
2079
|
+
*/
|
|
2080
|
+
export interface SwitchClusterVpcRequest {
|
|
2081
|
+
/**
|
|
2082
|
+
* 集群ID
|
|
2083
|
+
*/
|
|
2084
|
+
ClusterId: string
|
|
2085
|
+
|
|
2086
|
+
/**
|
|
2087
|
+
* 字符串vpc id
|
|
2088
|
+
*/
|
|
2089
|
+
UniqVpcId: string
|
|
2090
|
+
|
|
2091
|
+
/**
|
|
2092
|
+
* 字符串子网id
|
|
2093
|
+
*/
|
|
2094
|
+
UniqSubnetId: string
|
|
2095
|
+
|
|
2096
|
+
/**
|
|
2097
|
+
* 旧地址回收时间
|
|
2098
|
+
*/
|
|
2099
|
+
OldIpReserveHours: number
|
|
2100
|
+
}
|
|
2101
|
+
|
|
2062
2102
|
/**
|
|
2063
2103
|
* 实例信息
|
|
2064
2104
|
*/
|