tencentcloud-sdk-nodejs 4.0.455 → 4.0.457
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 +343 -0
- package/SERVICE_CHANGELOG.md +353 -56
- package/package.json +1 -1
- package/products.md +19 -19
- package/src/common/sdk_version.ts +1 -1
- package/src/services/batch/v20170312/batch_models.ts +1 -1
- package/src/services/captcha/v20190722/captcha_models.ts +18 -8
- package/src/services/cdb/v20170320/cdb_client.ts +2 -1
- package/src/services/cdb/v20170320/cdb_models.ts +162 -10
- package/src/services/cpdp/v20190820/cpdp_client.ts +13 -0
- package/src/services/cpdp/v20190820/cpdp_models.ts +92 -0
- package/src/services/cvm/v20170312/cvm_models.ts +1 -1
- package/src/services/cwp/v20180228/cwp_client.ts +28 -16
- package/src/services/cwp/v20180228/cwp_models.ts +168 -123
- package/src/services/essbasic/v20210526/essbasic_models.ts +1 -1
- package/src/services/mongodb/v20190725/mongodb_client.ts +1 -1
- package/src/services/mongodb/v20190725/mongodb_models.ts +48 -13
- package/src/services/monitor/v20180724/monitor_models.ts +11 -0
- package/src/services/redis/v20180412/redis_client.ts +498 -474
- package/src/services/redis/v20180412/redis_models.ts +75 -24
- package/src/services/rum/v20210622/rum_models.ts +17 -7
- package/src/services/tcm/v20210413/tcm_client.ts +44 -8
- package/src/services/tcm/v20210413/tcm_models.ts +165 -39
- package/src/services/teo/v20220901/teo_client.ts +85 -12
- package/src/services/teo/v20220901/teo_models.ts +497 -208
- package/src/services/tke/v20180525/tke_client.ts +25 -1
- package/src/services/tke/v20180525/tke_models.ts +92 -2
- package/src/services/tsf/v20180326/tsf_client.ts +2 -0
- package/src/services/tsf/v20180326/tsf_models.ts +74 -1
- package/src/services/vod/v20180717/vod_client.ts +2 -2
- package/src/services/vpc/v20170312/vpc_client.ts +4 -4
- package/src/services/vpc/v20170312/vpc_models.ts +2 -2
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/batch/v20170312/batch_models.d.ts +1 -1
- package/tencentcloud/services/captcha/v20190722/captcha_models.d.ts +16 -8
- package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +1 -1
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +133 -10
- package/tencentcloud/services/cpdp/v20190820/cpdp_client.d.ts +5 -1
- package/tencentcloud/services/cpdp/v20190820/cpdp_client.js +6 -0
- package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +78 -0
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +1 -1
- package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +9 -5
- package/tencentcloud/services/cwp/v20180228/cwp_client.js +12 -6
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +142 -101
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +1 -1
- package/tencentcloud/services/mongodb/v20190725/mongodb_client.d.ts +1 -1
- package/tencentcloud/services/mongodb/v20190725/mongodb_client.js +1 -1
- package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +41 -13
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +9 -0
- package/tencentcloud/services/redis/v20180412/redis_client.d.ts +171 -163
- package/tencentcloud/services/redis/v20180412/redis_client.js +255 -243
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +68 -23
- package/tencentcloud/services/rum/v20210622/rum_models.d.ts +15 -7
- package/tencentcloud/services/tcm/v20210413/tcm_client.d.ts +15 -3
- package/tencentcloud/services/tcm/v20210413/tcm_client.js +21 -3
- package/tencentcloud/services/tcm/v20210413/tcm_models.d.ts +141 -34
- package/tencentcloud/services/teo/v20220901/teo_client.d.ts +27 -3
- package/tencentcloud/services/teo/v20220901/teo_client.js +39 -3
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +401 -151
- package/tencentcloud/services/tke/v20180525/tke_client.d.ts +9 -1
- package/tencentcloud/services/tke/v20180525/tke_client.js +12 -0
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +79 -2
- package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +62 -1
- package/tencentcloud/services/vod/v20180717/vod_client.d.ts +2 -2
- package/tencentcloud/services/vod/v20180717/vod_client.js +2 -2
- package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +1 -1
- package/tencentcloud/services/vpc/v20170312/vpc_client.js +1 -1
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +2 -2
- package/test/cpdp.v20190820.test.js +10 -0
- package/test/cwp.v20180228.test.js +14 -4
- package/test/redis.v20180412.test.js +182 -162
- package/test/tcm.v20210413.test.js +32 -2
- package/test/teo.v20220901.test.js +62 -2
- package/test/tke.v20180525.test.js +20 -0
package/products.md
CHANGED
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2022-09-02 06:09:54 |
|
|
19
19
|
| asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2022-04-04 06:08:40 |
|
|
20
20
|
| ba | [网站备案](https://cloud.tencent.com/document/product/243) | 2022-04-04 06:08:45 |
|
|
21
|
-
| batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2022-
|
|
21
|
+
| batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2022-10-11 06:10:09 |
|
|
22
22
|
| bda | [人体分析](https://cloud.tencent.com/document/product/1208) | 2022-09-06 06:10:38 |
|
|
23
23
|
| bi | [商业智能分析 BI](https://cloud.tencent.com/document/product/590) | 2022-08-09 10:42:14 |
|
|
24
24
|
| billing | [计费相关](https://cloud.tencent.com/document/product/555) | 2022-08-15 06:09:23 |
|
|
@@ -33,13 +33,13 @@
|
|
|
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-
|
|
36
|
+
| captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2022-10-10 06:11:02 |
|
|
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 |
|
|
40
40
|
| cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2022-09-08 06:11:23 |
|
|
41
41
|
| ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2022-09-22 06:12:48 |
|
|
42
|
-
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2022-
|
|
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
44
|
| cdn | [内容分发网络](https://cloud.tencent.com/document/product/228) | 2022-09-30 06:15:35 |
|
|
45
45
|
| cds | [数据安全审计](https://cloud.tencent.com/document/product/856) | 2022-04-04 06:17:07 |
|
|
@@ -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-04-04 06:23:04 |
|
|
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-
|
|
63
|
+
| cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2022-10-11 06:20:53 |
|
|
64
64
|
| cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
|
|
65
|
-
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2022-
|
|
66
|
-
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2022-
|
|
65
|
+
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2022-10-11 06:22:48 |
|
|
66
|
+
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2022-10-10 06:18:10 |
|
|
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-09-22 06:22:08 |
|
|
69
69
|
| dasb | [堡垒机](https://cloud.tencent.com/document/product/1025) | 2022-08-16 06:19:02 |
|
|
@@ -89,7 +89,7 @@
|
|
|
89
89
|
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2022-09-06 06:30:34 |
|
|
90
90
|
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2022-09-28 06:30:23 |
|
|
91
91
|
| ess | [电子签服务](https://cloud.tencent.com/document/product/1323) | 2022-09-30 06:31:46 |
|
|
92
|
-
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2022-
|
|
92
|
+
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2022-10-10 15:36:47 |
|
|
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-09-20 06:29:06 |
|
|
95
95
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2022-04-04 06:43:06 |
|
|
@@ -128,8 +128,8 @@
|
|
|
128
128
|
| mgobe | [游戏联机对战引擎](https://cloud.tencent.com/document/product/1038) | 2022-07-08 06:11:32 |
|
|
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
|
-
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2022-
|
|
132
|
-
| monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2022-
|
|
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-11 06:43:21 |
|
|
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 |
|
|
@@ -146,11 +146,11 @@
|
|
|
146
146
|
| privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2022-09-19 06:43:11 |
|
|
147
147
|
| pts | [云压测](https://cloud.tencent.com/document/product/1484) | 2022-09-19 06:43:24 |
|
|
148
148
|
| rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2022-09-23 06:43:17 |
|
|
149
|
-
| redis | [云数据库 Redis](https://cloud.tencent.com/document/product/239) | 2022-
|
|
149
|
+
| redis | [云数据库 Redis](https://cloud.tencent.com/document/product/239) | 2022-10-11 06:48:18 |
|
|
150
150
|
| region | [地域管理系统](https://cloud.tencent.com/document/product/1596) | 2022-07-27 21:10:02 |
|
|
151
151
|
| rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2022-04-04 07:04:04 |
|
|
152
152
|
| rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-04-04 07:04:06 |
|
|
153
|
-
| rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2022-
|
|
153
|
+
| rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2022-10-10 06:36:43 |
|
|
154
154
|
| scf | [云函数](https://cloud.tencent.com/document/product/583) | 2022-09-30 06:49:15 |
|
|
155
155
|
| ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2022-09-06 06:49:17 |
|
|
156
156
|
| smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2022-04-25 06:11:28 |
|
|
@@ -158,7 +158,7 @@
|
|
|
158
158
|
| sms | [短信](https://cloud.tencent.com/document/product/382) | 2022-08-17 06:36:01 |
|
|
159
159
|
| soe | [智聆口语评测](https://cloud.tencent.com/document/product/884) | 2022-06-07 06:12:07 |
|
|
160
160
|
| solar | [智汇零售](https://cloud.tencent.com/document/product) | 2020-03-19 08:01:59 |
|
|
161
|
-
| sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2022-
|
|
161
|
+
| sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2022-10-11 06:50:59 |
|
|
162
162
|
| ssa | [安全运营中心](https://cloud.tencent.com/document/product/664) | 2022-08-16 06:39:20 |
|
|
163
163
|
| ssl | [证书](https://cloud.tencent.com/document/product/400) | 2022-09-08 06:38:47 |
|
|
164
164
|
| sslpod | [SSL 证书监控](https://cloud.tencent.com/document/product/1084) | 2022-04-04 07:07:55 |
|
|
@@ -177,15 +177,15 @@
|
|
|
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-
|
|
180
|
+
| tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2022-10-11 06:54:36 |
|
|
181
181
|
| tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2022-09-26 06:53:07 |
|
|
182
182
|
| tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2022-09-08 06:41:25 |
|
|
183
183
|
| tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2022-07-05 06:21:49 |
|
|
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-09-22 06:48:45 |
|
|
186
|
-
| tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2022-
|
|
186
|
+
| tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2022-10-10 06:42:56 |
|
|
187
187
|
| tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2022-09-28 06:54:52 |
|
|
188
|
-
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2022-
|
|
188
|
+
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2022-10-11 06:58:18 |
|
|
189
189
|
| thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2022-06-02 06:15:03 |
|
|
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 |
|
|
@@ -195,21 +195,21 @@
|
|
|
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-
|
|
198
|
+
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2022-10-10 06:45:41 |
|
|
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-09-02 07:00:24 |
|
|
203
203
|
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2022-09-28 06:58:25 |
|
|
204
204
|
| tse | [腾讯云微服务引擎](https://cloud.tencent.com/document/product/1364) | 2022-09-27 06:48:42 |
|
|
205
|
-
| tsf | [腾讯微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2022-
|
|
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
209
|
| vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2022-09-16 06:48:14 |
|
|
210
210
|
| vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2022-04-04 07:22:54 |
|
|
211
|
-
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2022-
|
|
212
|
-
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2022-
|
|
211
|
+
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2022-10-11 07:05:20 |
|
|
212
|
+
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2022-10-10 06:50:01 |
|
|
213
213
|
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2022-09-15 06:49:04 |
|
|
214
214
|
| wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2022-04-04 07:39:05 |
|
|
215
215
|
| wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2022-09-21 17:26:55 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.457"
|
|
@@ -2359,7 +2359,7 @@ export interface Placement {
|
|
|
2359
2359
|
Zone: string
|
|
2360
2360
|
|
|
2361
2361
|
/**
|
|
2362
|
-
* 实例所属项目ID。该参数可以通过调用 [DescribeProject](/document/api/
|
|
2362
|
+
* 实例所属项目ID。该参数可以通过调用 [DescribeProject](https://cloud.tencent.com/document/api/651/78725) 的返回值中的 projectId 字段来获取。不填为默认项目。
|
|
2363
2363
|
*/
|
|
2364
2364
|
ProjectId?: number
|
|
2365
2365
|
|
|
@@ -504,38 +504,48 @@ export interface DescribeCaptchaDataSumResponse {
|
|
|
504
504
|
/**
|
|
505
505
|
* 请求总量
|
|
506
506
|
*/
|
|
507
|
-
GetSum
|
|
507
|
+
GetSum: number
|
|
508
508
|
|
|
509
509
|
/**
|
|
510
510
|
* 请求验证成功量
|
|
511
511
|
*/
|
|
512
|
-
VfySuccSum
|
|
512
|
+
VfySuccSum: number
|
|
513
513
|
|
|
514
514
|
/**
|
|
515
515
|
* 请求验证量
|
|
516
516
|
*/
|
|
517
|
-
VfySum
|
|
517
|
+
VfySum: number
|
|
518
518
|
|
|
519
519
|
/**
|
|
520
520
|
* 拦截攻击量
|
|
521
521
|
*/
|
|
522
|
-
AttackSum
|
|
522
|
+
AttackSum: number
|
|
523
523
|
|
|
524
524
|
/**
|
|
525
525
|
* 返回信息
|
|
526
526
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
527
527
|
*/
|
|
528
|
-
CaptchaMsg
|
|
528
|
+
CaptchaMsg: string
|
|
529
529
|
|
|
530
530
|
/**
|
|
531
531
|
* 成功返回0 其它失败
|
|
532
532
|
*/
|
|
533
|
-
CaptchaCode
|
|
533
|
+
CaptchaCode: number
|
|
534
534
|
|
|
535
535
|
/**
|
|
536
|
-
*
|
|
536
|
+
* 票据校验总量
|
|
537
537
|
*/
|
|
538
|
-
CheckTicketSum
|
|
538
|
+
CheckTicketSum: number
|
|
539
|
+
|
|
540
|
+
/**
|
|
541
|
+
* 票据验证通过量
|
|
542
|
+
*/
|
|
543
|
+
TicketThroughputSum: number
|
|
544
|
+
|
|
545
|
+
/**
|
|
546
|
+
* 票据验证拦截量
|
|
547
|
+
*/
|
|
548
|
+
TicketInterceptSum: number
|
|
539
549
|
|
|
540
550
|
/**
|
|
541
551
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -38,6 +38,7 @@ import {
|
|
|
38
38
|
BackupSummaryItem,
|
|
39
39
|
ModifyInstanceParamRequest,
|
|
40
40
|
CreateParamTemplateRequest,
|
|
41
|
+
DescribeSupportedPrivilegesRequest,
|
|
41
42
|
RWInstanceInfo,
|
|
42
43
|
DescribeParamTemplateInfoRequest,
|
|
43
44
|
DescribeDBInstancesRequest,
|
|
@@ -136,7 +137,7 @@ import {
|
|
|
136
137
|
CreateAuditLogFileResponse,
|
|
137
138
|
ModifyInstanceTagResponse,
|
|
138
139
|
DescribeDBSwitchRecordsRequest,
|
|
139
|
-
|
|
140
|
+
RemoteBackupInfo,
|
|
140
141
|
DescribeAsyncRequestInfoResponse,
|
|
141
142
|
DescribeRoGroupsRequest,
|
|
142
143
|
ParamTemplateInfo,
|
|
@@ -527,15 +527,25 @@ export interface DescribeDataBackupOverviewResponse {
|
|
|
527
527
|
ManualBackupCount: number
|
|
528
528
|
|
|
529
529
|
/**
|
|
530
|
-
*
|
|
530
|
+
* 异地备份总容量。
|
|
531
531
|
*/
|
|
532
532
|
RemoteBackupVolume: number
|
|
533
533
|
|
|
534
534
|
/**
|
|
535
|
-
*
|
|
535
|
+
* 异地备份总个数。
|
|
536
536
|
*/
|
|
537
537
|
RemoteBackupCount: number
|
|
538
538
|
|
|
539
|
+
/**
|
|
540
|
+
* 当前地域归档备份总容量。
|
|
541
|
+
*/
|
|
542
|
+
DataBackupArchiveVolume: number
|
|
543
|
+
|
|
544
|
+
/**
|
|
545
|
+
* 当前地域归档备份总个数。
|
|
546
|
+
*/
|
|
547
|
+
DataBackupArchiveCount: number
|
|
548
|
+
|
|
539
549
|
/**
|
|
540
550
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
541
551
|
*/
|
|
@@ -687,6 +697,16 @@ export interface CreateParamTemplateRequest {
|
|
|
687
697
|
EngineType?: string
|
|
688
698
|
}
|
|
689
699
|
|
|
700
|
+
/**
|
|
701
|
+
* DescribeSupportedPrivileges请求参数结构体
|
|
702
|
+
*/
|
|
703
|
+
export interface DescribeSupportedPrivilegesRequest {
|
|
704
|
+
/**
|
|
705
|
+
* 实例 ID,格式如:cdb-c1nl9rpv,与云数据库控制台页面中显示的实例 ID 相同。
|
|
706
|
+
*/
|
|
707
|
+
InstanceId: string
|
|
708
|
+
}
|
|
709
|
+
|
|
690
710
|
/**
|
|
691
711
|
* 代理实例信息
|
|
692
712
|
*/
|
|
@@ -1695,6 +1715,16 @@ export interface DescribeBinlogBackupOverviewResponse {
|
|
|
1695
1715
|
*/
|
|
1696
1716
|
RemoteBinlogCount: number
|
|
1697
1717
|
|
|
1718
|
+
/**
|
|
1719
|
+
* 归档日志备份容量(单位为字节)。
|
|
1720
|
+
*/
|
|
1721
|
+
BinlogArchiveVolume: number
|
|
1722
|
+
|
|
1723
|
+
/**
|
|
1724
|
+
* 归档日志备份个数。
|
|
1725
|
+
*/
|
|
1726
|
+
BinlogArchiveCount: number
|
|
1727
|
+
|
|
1698
1728
|
/**
|
|
1699
1729
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1700
1730
|
*/
|
|
@@ -2375,12 +2405,12 @@ export interface DescribeBinlogsResponse {
|
|
|
2375
2405
|
/**
|
|
2376
2406
|
* 符合查询条件的日志文件总数。
|
|
2377
2407
|
*/
|
|
2378
|
-
TotalCount
|
|
2408
|
+
TotalCount: number
|
|
2379
2409
|
|
|
2380
2410
|
/**
|
|
2381
2411
|
* 符合查询条件的二进制日志文件详情。
|
|
2382
2412
|
*/
|
|
2383
|
-
Items
|
|
2413
|
+
Items: Array<BinlogInfo>
|
|
2384
2414
|
|
|
2385
2415
|
/**
|
|
2386
2416
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -2726,6 +2756,31 @@ export interface BinlogInfo {
|
|
|
2726
2756
|
* binlog 文件截止时间
|
|
2727
2757
|
*/
|
|
2728
2758
|
BinlogFinishTime: string
|
|
2759
|
+
|
|
2760
|
+
/**
|
|
2761
|
+
* 本地binlog文件所在地域
|
|
2762
|
+
*/
|
|
2763
|
+
Region: string
|
|
2764
|
+
|
|
2765
|
+
/**
|
|
2766
|
+
* 备份任务状态。可能的值有 "SUCCESS": 备份成功, "FAILED": 备份失败, "RUNNING": 备份进行中。
|
|
2767
|
+
*/
|
|
2768
|
+
Status: string
|
|
2769
|
+
|
|
2770
|
+
/**
|
|
2771
|
+
* binlog异地备份详细信息
|
|
2772
|
+
*/
|
|
2773
|
+
RemoteInfo: Array<RemoteBackupInfo>
|
|
2774
|
+
|
|
2775
|
+
/**
|
|
2776
|
+
* 存储方式,0-常规存储,1-归档存储,默认为0
|
|
2777
|
+
*/
|
|
2778
|
+
CosStorageType: number
|
|
2779
|
+
|
|
2780
|
+
/**
|
|
2781
|
+
* 实例 ID,格式如:cdb-c1nl9rpv。与云数据库控制台页面中显示的实例 ID 相同。
|
|
2782
|
+
*/
|
|
2783
|
+
InstanceId: string
|
|
2729
2784
|
}
|
|
2730
2785
|
|
|
2731
2786
|
/**
|
|
@@ -3022,13 +3077,38 @@ export interface DescribeDBSwitchRecordsRequest {
|
|
|
3022
3077
|
}
|
|
3023
3078
|
|
|
3024
3079
|
/**
|
|
3025
|
-
*
|
|
3080
|
+
* 异地备份信息
|
|
3026
3081
|
*/
|
|
3027
|
-
export interface
|
|
3082
|
+
export interface RemoteBackupInfo {
|
|
3028
3083
|
/**
|
|
3029
|
-
*
|
|
3084
|
+
* 异地备份子任务的ID
|
|
3030
3085
|
*/
|
|
3031
|
-
|
|
3086
|
+
SubBackupId: Array<number>
|
|
3087
|
+
|
|
3088
|
+
/**
|
|
3089
|
+
* 异地备份所在地域
|
|
3090
|
+
*/
|
|
3091
|
+
Region: string
|
|
3092
|
+
|
|
3093
|
+
/**
|
|
3094
|
+
* 备份任务状态。可能的值有 "SUCCESS": 备份成功, "FAILED": 备份失败, "RUNNING": 备份进行中。
|
|
3095
|
+
*/
|
|
3096
|
+
Status: string
|
|
3097
|
+
|
|
3098
|
+
/**
|
|
3099
|
+
* 异地备份任务的开始时间
|
|
3100
|
+
*/
|
|
3101
|
+
StartTime: string
|
|
3102
|
+
|
|
3103
|
+
/**
|
|
3104
|
+
* 异地备份任务的结束时间
|
|
3105
|
+
*/
|
|
3106
|
+
FinishTime: string
|
|
3107
|
+
|
|
3108
|
+
/**
|
|
3109
|
+
* 下载地址
|
|
3110
|
+
*/
|
|
3111
|
+
Url: string
|
|
3032
3112
|
}
|
|
3033
3113
|
|
|
3034
3114
|
/**
|
|
@@ -3110,12 +3190,12 @@ export interface DescribeBackupsResponse {
|
|
|
3110
3190
|
/**
|
|
3111
3191
|
* 符合查询条件的实例总数。
|
|
3112
3192
|
*/
|
|
3113
|
-
TotalCount
|
|
3193
|
+
TotalCount: number
|
|
3114
3194
|
|
|
3115
3195
|
/**
|
|
3116
3196
|
* 符合查询条件的备份信息详情。
|
|
3117
3197
|
*/
|
|
3118
|
-
Items
|
|
3198
|
+
Items: Array<BackupInfo>
|
|
3119
3199
|
|
|
3120
3200
|
/**
|
|
3121
3201
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -3284,6 +3364,26 @@ export interface DescribeBackupConfigResponse {
|
|
|
3284
3364
|
*/
|
|
3285
3365
|
StartBackupPeriodSaveDate: string
|
|
3286
3366
|
|
|
3367
|
+
/**
|
|
3368
|
+
* 是否开启数据备份归档策略,off-关闭,on-打开,默认为off
|
|
3369
|
+
*/
|
|
3370
|
+
EnableBackupArchive: string
|
|
3371
|
+
|
|
3372
|
+
/**
|
|
3373
|
+
* 数据备份归档起始天数,数据备份达到归档起始天数时进行归档,最小为180天,不得大于数据备份保留天数
|
|
3374
|
+
*/
|
|
3375
|
+
BackupArchiveDays: number
|
|
3376
|
+
|
|
3377
|
+
/**
|
|
3378
|
+
* 是否开启日志备份归档策略,off-关闭,on-打开,默认为off
|
|
3379
|
+
*/
|
|
3380
|
+
EnableBinlogArchive: string
|
|
3381
|
+
|
|
3382
|
+
/**
|
|
3383
|
+
* 日志备份归档起始天数,日志备份达到归档起始天数时进行归档,最小为180天,不得大于日志备份保留天数
|
|
3384
|
+
*/
|
|
3385
|
+
BinlogArchiveDays: number
|
|
3386
|
+
|
|
3287
3387
|
/**
|
|
3288
3388
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
3289
3389
|
*/
|
|
@@ -3474,6 +3574,18 @@ export interface DescribeBackupOverviewResponse {
|
|
|
3474
3574
|
*/
|
|
3475
3575
|
FreeVolume: number
|
|
3476
3576
|
|
|
3577
|
+
/**
|
|
3578
|
+
* 用户在当前地域的异地备份总容量。
|
|
3579
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3580
|
+
*/
|
|
3581
|
+
RemoteBackupVolume: number
|
|
3582
|
+
|
|
3583
|
+
/**
|
|
3584
|
+
* 归档备份容量,包含数据备份以及日志备份。
|
|
3585
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3586
|
+
*/
|
|
3587
|
+
BackupArchiveVolume: number
|
|
3588
|
+
|
|
3477
3589
|
/**
|
|
3478
3590
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
3479
3591
|
*/
|
|
@@ -4179,6 +4291,26 @@ export interface ModifyBackupConfigRequest {
|
|
|
4179
4291
|
* 定期保留策略周期起始日期,格式:YYYY-MM-dd HH:mm:ss
|
|
4180
4292
|
*/
|
|
4181
4293
|
StartBackupPeriodSaveDate?: string
|
|
4294
|
+
|
|
4295
|
+
/**
|
|
4296
|
+
* 是否开启数据备份归档策略,off-关闭,on-打开,默认为off
|
|
4297
|
+
*/
|
|
4298
|
+
EnableBackupArchive?: string
|
|
4299
|
+
|
|
4300
|
+
/**
|
|
4301
|
+
* 数据备份归档起始天数,数据备份达到归档起始天数时进行归档,最小为180天,不得大于数据备份保留天数
|
|
4302
|
+
*/
|
|
4303
|
+
BackupArchiveDays?: number
|
|
4304
|
+
|
|
4305
|
+
/**
|
|
4306
|
+
* 日志备份归档起始天数,日志备份达到归档起始天数时进行归档,最小为180天,不得大于日志备份保留天数
|
|
4307
|
+
*/
|
|
4308
|
+
BinlogArchiveDays?: number
|
|
4309
|
+
|
|
4310
|
+
/**
|
|
4311
|
+
* 是否开启日志备份归档策略,off-关闭,on-打开,默认为off
|
|
4312
|
+
*/
|
|
4313
|
+
EnableBinlogArchive?: string
|
|
4182
4314
|
}
|
|
4183
4315
|
|
|
4184
4316
|
/**
|
|
@@ -5521,6 +5653,26 @@ export interface BackupInfo {
|
|
|
5521
5653
|
* 备份保留类型,save_mode_regular - 常规保存备份,save_mode_period - 定期保存备份
|
|
5522
5654
|
*/
|
|
5523
5655
|
SaveMode: string
|
|
5656
|
+
|
|
5657
|
+
/**
|
|
5658
|
+
* 本地备份所在地域
|
|
5659
|
+
*/
|
|
5660
|
+
Region: string
|
|
5661
|
+
|
|
5662
|
+
/**
|
|
5663
|
+
* 异地备份详细信息
|
|
5664
|
+
*/
|
|
5665
|
+
RemoteInfo: Array<RemoteBackupInfo>
|
|
5666
|
+
|
|
5667
|
+
/**
|
|
5668
|
+
* 存储方式,0-常规存储,1-归档存储,默认为0
|
|
5669
|
+
*/
|
|
5670
|
+
CosStorageType: number
|
|
5671
|
+
|
|
5672
|
+
/**
|
|
5673
|
+
* 实例 ID,格式如:cdb-c1nl9rpv。与云数据库控制台页面中显示的实例 ID 相同。
|
|
5674
|
+
*/
|
|
5675
|
+
InstanceId: string
|
|
5524
5676
|
}
|
|
5525
5677
|
|
|
5526
5678
|
/**
|
|
@@ -20,6 +20,7 @@ import { ClientConfig } from "../../../common/interface"
|
|
|
20
20
|
import {
|
|
21
21
|
QueryFlexPaymentOrderStatusRequest,
|
|
22
22
|
QueryAcctBindingRequest,
|
|
23
|
+
QueryCompanyTitleResponse,
|
|
23
24
|
ReviseMbrPropertyResponse,
|
|
24
25
|
ApplyPayerInfoResponse,
|
|
25
26
|
RevokeRechargeByThirdPayRequest,
|
|
@@ -208,6 +209,7 @@ import {
|
|
|
208
209
|
CreateRedInvoiceResultV2,
|
|
209
210
|
QueryAnchorContractInfoRequest,
|
|
210
211
|
CreateRedInvoiceResult,
|
|
212
|
+
CompanyTitleResult,
|
|
211
213
|
CreateOpenBankPaymentOrderRequest,
|
|
212
214
|
QueryOpenBankOrderDetailReceiptInfoResult,
|
|
213
215
|
QueryReconciliationDocumentRequest,
|
|
@@ -335,6 +337,7 @@ import {
|
|
|
335
337
|
CreateMerchantResponse,
|
|
336
338
|
CreateSinglePaymentResponse,
|
|
337
339
|
CloseOpenBankPaymentOrderRequest,
|
|
340
|
+
QueryCompanyTitleRequest,
|
|
338
341
|
GetPayRollAuthRequest,
|
|
339
342
|
ViewContractResult,
|
|
340
343
|
QueryAcctItem,
|
|
@@ -2307,6 +2310,16 @@ export class Client extends AbstractClient {
|
|
|
2307
2310
|
return this.request("QueryPayerInfo", req, cb)
|
|
2308
2311
|
}
|
|
2309
2312
|
|
|
2313
|
+
/**
|
|
2314
|
+
* 智慧零售-查询公司抬头
|
|
2315
|
+
*/
|
|
2316
|
+
async QueryCompanyTitle(
|
|
2317
|
+
req: QueryCompanyTitleRequest,
|
|
2318
|
+
cb?: (error: string, rep: QueryCompanyTitleResponse) => void
|
|
2319
|
+
): Promise<QueryCompanyTitleResponse> {
|
|
2320
|
+
return this.request("QueryCompanyTitle", req, cb)
|
|
2321
|
+
}
|
|
2322
|
+
|
|
2310
2323
|
/**
|
|
2311
2324
|
* 商户提现
|
|
2312
2325
|
*/
|
|
@@ -81,6 +81,32 @@ development: 开发环境
|
|
|
81
81
|
MidasEnvironment?: string
|
|
82
82
|
}
|
|
83
83
|
|
|
84
|
+
/**
|
|
85
|
+
* QueryCompanyTitle返回参数结构体
|
|
86
|
+
*/
|
|
87
|
+
export interface QueryCompanyTitleResponse {
|
|
88
|
+
/**
|
|
89
|
+
* 错误码
|
|
90
|
+
*/
|
|
91
|
+
ErrCode: string
|
|
92
|
+
|
|
93
|
+
/**
|
|
94
|
+
* 错误消息
|
|
95
|
+
*/
|
|
96
|
+
ErrMessage: string
|
|
97
|
+
|
|
98
|
+
/**
|
|
99
|
+
* 公司抬头结果
|
|
100
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
101
|
+
*/
|
|
102
|
+
Result: Array<CompanyTitleResult>
|
|
103
|
+
|
|
104
|
+
/**
|
|
105
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
106
|
+
*/
|
|
107
|
+
RequestId?: string
|
|
108
|
+
}
|
|
109
|
+
|
|
84
110
|
/**
|
|
85
111
|
* ReviseMbrProperty返回参数结构体
|
|
86
112
|
*/
|
|
@@ -7919,6 +7945,47 @@ export interface CreateRedInvoiceResult {
|
|
|
7919
7945
|
Data: Array<CreateRedInvoiceResultData>
|
|
7920
7946
|
}
|
|
7921
7947
|
|
|
7948
|
+
/**
|
|
7949
|
+
* 公司抬头结果
|
|
7950
|
+
*/
|
|
7951
|
+
export interface CompanyTitleResult {
|
|
7952
|
+
/**
|
|
7953
|
+
* 公司银行账号
|
|
7954
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
7955
|
+
*/
|
|
7956
|
+
CompanyBankAccount: string
|
|
7957
|
+
|
|
7958
|
+
/**
|
|
7959
|
+
* 公司地址
|
|
7960
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
7961
|
+
*/
|
|
7962
|
+
CompanyAddress: string
|
|
7963
|
+
|
|
7964
|
+
/**
|
|
7965
|
+
* 公司税号
|
|
7966
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
7967
|
+
*/
|
|
7968
|
+
CompanyTaxpayerNum: string
|
|
7969
|
+
|
|
7970
|
+
/**
|
|
7971
|
+
* 公司名称
|
|
7972
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
7973
|
+
*/
|
|
7974
|
+
CompanyName: string
|
|
7975
|
+
|
|
7976
|
+
/**
|
|
7977
|
+
* 公司银行名称
|
|
7978
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
7979
|
+
*/
|
|
7980
|
+
CompanyBankName: string
|
|
7981
|
+
|
|
7982
|
+
/**
|
|
7983
|
+
* 公司电话
|
|
7984
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
7985
|
+
*/
|
|
7986
|
+
CompanyPhone: string
|
|
7987
|
+
}
|
|
7988
|
+
|
|
7922
7989
|
/**
|
|
7923
7990
|
* CreateOpenBankPaymentOrder请求参数结构体
|
|
7924
7991
|
*/
|
|
@@ -13139,6 +13206,31 @@ export interface CloseOpenBankPaymentOrderRequest {
|
|
|
13139
13206
|
Environment?: string
|
|
13140
13207
|
}
|
|
13141
13208
|
|
|
13209
|
+
/**
|
|
13210
|
+
* QueryCompanyTitle请求参数结构体
|
|
13211
|
+
*/
|
|
13212
|
+
export interface QueryCompanyTitleRequest {
|
|
13213
|
+
/**
|
|
13214
|
+
* 公司抬头关键字
|
|
13215
|
+
*/
|
|
13216
|
+
CompanyTitleKeyword: string
|
|
13217
|
+
|
|
13218
|
+
/**
|
|
13219
|
+
* 开票平台ID。0:高灯,1:票易通
|
|
13220
|
+
*/
|
|
13221
|
+
InvoicePlatformId: number
|
|
13222
|
+
|
|
13223
|
+
/**
|
|
13224
|
+
* 销方纳税人识别号
|
|
13225
|
+
*/
|
|
13226
|
+
SellerTaxpayerNum: string
|
|
13227
|
+
|
|
13228
|
+
/**
|
|
13229
|
+
* 接入环境。沙箱环境填sandbox。
|
|
13230
|
+
*/
|
|
13231
|
+
Profile?: string
|
|
13232
|
+
}
|
|
13233
|
+
|
|
13142
13234
|
/**
|
|
13143
13235
|
* GetPayRollAuth请求参数结构体
|
|
13144
13236
|
*/
|
|
@@ -1727,7 +1727,7 @@ export interface Placement {
|
|
|
1727
1727
|
Zone: string
|
|
1728
1728
|
|
|
1729
1729
|
/**
|
|
1730
|
-
* 实例所属项目ID。该参数可以通过调用 [DescribeProject](/document/api/
|
|
1730
|
+
* 实例所属项目ID。该参数可以通过调用 [DescribeProject](https://cloud.tencent.com/document/api/651/78725) 的返回值中的 projectId 字段来获取。不填为默认项目。
|
|
1731
1731
|
*/
|
|
1732
1732
|
ProjectId?: number
|
|
1733
1733
|
|