tencentcloud-sdk-nodejs 4.0.227 → 4.0.231
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 +417 -48
- package/package.json +1 -1
- package/products.md +27 -27
- package/src/common/sdk_version.ts +1 -1
- package/src/services/antiddos/v20200309/antiddos_client.ts +1 -1
- package/src/services/antiddos/v20200309/antiddos_models.ts +2 -2
- package/src/services/apigateway/v20180808/apigateway_models.ts +18 -0
- package/src/services/cam/v20190116/cam_models.ts +8 -3
- package/src/services/cdb/v20170320/cdb_models.ts +2 -2
- package/src/services/cdn/v20180606/cdn_models.ts +7 -0
- package/src/services/cfw/v20190904/cfw_models.ts +10 -10
- package/src/services/ckafka/v20190819/ckafka_models.ts +17 -1
- package/src/services/clb/v20180317/clb_models.ts +5 -0
- package/src/services/cpdp/v20190820/cpdp_client.ts +17 -4
- package/src/services/cpdp/v20190820/cpdp_models.ts +179 -66
- package/src/services/cvm/v20170312/cvm_models.ts +1 -1
- package/src/services/cwp/v20180228/cwp_models.ts +22 -0
- package/src/services/dts/v20180330/dts_client.ts +6 -84
- package/src/services/dts/v20180330/dts_models.ts +238 -610
- package/src/services/eiam/v20210420/eiam_models.ts +5 -5
- package/src/services/es/v20180416/es_models.ts +37 -0
- package/src/services/essbasic/v20210526/essbasic_models.ts +6 -0
- package/src/services/iotvideoindustry/v20201201/iotvideoindustry_models.ts +1 -1
- package/src/services/postgres/v20170312/postgres_client.ts +13 -1
- package/src/services/postgres/v20170312/postgres_models.ts +72 -2
- package/src/services/redis/v20180412/redis_models.ts +9 -2
- package/src/services/scf/v20180416/scf_client.ts +2 -0
- package/src/services/scf/v20180416/scf_models.ts +54 -0
- package/src/services/ses/v20201002/ses_models.ts +5 -3
- package/src/services/taf/v20200210/taf_client.ts +1 -1
- package/src/services/taf/v20200210/taf_models.ts +24 -4
- package/src/services/tke/v20180525/tke_models.ts +2 -2
- package/src/services/vod/v20180717/vod_models.ts +20 -10
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/antiddos/v20200309/antiddos_client.d.ts +1 -1
- package/tencentcloud/services/antiddos/v20200309/antiddos_client.js +1 -1
- package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +2 -2
- package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +15 -0
- package/tencentcloud/services/cam/v20190116/cam_models.d.ts +7 -3
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +2 -2
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +6 -0
- package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +10 -10
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +14 -1
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +4 -0
- package/tencentcloud/services/cpdp/v20190820/cpdp_client.d.ts +7 -3
- package/tencentcloud/services/cpdp/v20190820/cpdp_client.js +8 -2
- package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +156 -62
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +1 -1
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +18 -0
- package/tencentcloud/services/dts/v20180330/dts_client.d.ts +1 -27
- package/tencentcloud/services/dts/v20180330/dts_client.js +0 -38
- package/tencentcloud/services/dts/v20180330/dts_models.d.ts +206 -520
- package/tencentcloud/services/eiam/v20210420/eiam_models.d.ts +5 -5
- package/tencentcloud/services/es/v20180416/es_models.d.ts +30 -0
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +5 -0
- package/tencentcloud/services/iotvideoindustry/v20201201/iotvideoindustry_models.d.ts +1 -1
- package/tencentcloud/services/postgres/v20170312/postgres_client.d.ts +5 -1
- package/tencentcloud/services/postgres/v20170312/postgres_client.js +6 -0
- package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +60 -2
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +7 -1
- package/tencentcloud/services/scf/v20180416/scf_models.d.ts +46 -0
- package/tencentcloud/services/ses/v20201002/ses_models.d.ts +3 -1
- package/tencentcloud/services/taf/v20200210/taf_client.d.ts +1 -1
- package/tencentcloud/services/taf/v20200210/taf_client.js +1 -1
- package/tencentcloud/services/taf/v20200210/taf_models.d.ts +20 -4
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +2 -2
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +18 -10
- package/test/cpdp.v20190820.test.js +10 -0
- package/test/dts.v20180330.test.js +0 -60
- package/test/postgres.v20170312.test.js +10 -0
package/products.md
CHANGED
|
@@ -7,11 +7,11 @@
|
|
|
7
7
|
| afc | [定制建模](https://cloud.tencent.com/document/product/1029) | 2021-09-16 08:02:20 |
|
|
8
8
|
| ame | [正版曲库直通车](https://cloud.tencent.com/document/product/1155) | 2021-10-13 08:02:42 |
|
|
9
9
|
| ams | [音频内容检测](https://cloud.tencent.com/document/product/1219) | 2021-09-16 08:02:18 |
|
|
10
|
-
| antiddos | [DDoS 防护](https://cloud.tencent.com/document/product/1021) | 2021-
|
|
10
|
+
| antiddos | [DDoS 防护](https://cloud.tencent.com/document/product/1021) | 2021-11-08 08:01:16 |
|
|
11
11
|
| apcas | [汽车精准获客服务](https://cloud.tencent.com/document/product/1244) | 2021-09-16 08:01:20 |
|
|
12
12
|
| ape | [正版图库直通车](https://cloud.tencent.com/document/product/1181) | 2021-09-16 08:01:43 |
|
|
13
13
|
| api | [云 API](https://cloud.tencent.com/document/product/546) | 2021-04-25 10:09:57 |
|
|
14
|
-
| apigateway | [API网关](https://cloud.tencent.com/document/product/628) | 2021-
|
|
14
|
+
| apigateway | [API网关](https://cloud.tencent.com/document/product/628) | 2021-11-04 08:03:57 |
|
|
15
15
|
| as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2021-11-01 08:05:02 |
|
|
16
16
|
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2021-09-16 08:01:57 |
|
|
17
17
|
| asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2021-09-16 08:01:40 |
|
|
@@ -26,32 +26,32 @@
|
|
|
26
26
|
| bmvpc | [黑石私有网络](https://cloud.tencent.com/document/product/1024) | 2021-09-16 08:04:47 |
|
|
27
27
|
| bri | [业务风险情报](https://cloud.tencent.com/document/product/1064) | 2021-01-07 08:02:40 |
|
|
28
28
|
| btoe | [区块链可信取证](https://cloud.tencent.com/document/product/1259) | 2021-09-16 08:01:04 |
|
|
29
|
-
| cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2021-
|
|
29
|
+
| cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2021-11-08 08:02:23 |
|
|
30
30
|
| captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2021-09-16 08:05:04 |
|
|
31
31
|
| cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2021-09-16 08:03:51 |
|
|
32
32
|
| cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2021-10-27 08:03:51 |
|
|
33
33
|
| ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2021-11-01 08:06:08 |
|
|
34
|
-
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2021-11-
|
|
35
|
-
| cdn | [内容分发网络](https://cloud.tencent.com/document/product/228) | 2021-
|
|
34
|
+
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2021-11-02 08:03:22 |
|
|
35
|
+
| cdn | [内容分发网络](https://cloud.tencent.com/document/product/228) | 2021-11-02 08:03:38 |
|
|
36
36
|
| cds | [数据安全审计](https://cloud.tencent.com/document/product/856) | 2021-09-16 08:05:40 |
|
|
37
37
|
| cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2021-09-16 08:05:42 |
|
|
38
|
-
| cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2021-
|
|
38
|
+
| cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2021-11-04 08:05:50 |
|
|
39
39
|
| chdfs | [云 HDFS](https://cloud.tencent.com/document/product/1105) | 2021-09-16 08:05:46 |
|
|
40
40
|
| cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2021-09-30 08:02:25 |
|
|
41
41
|
| cim | [](https://cloud.tencent.com/document/product) | 2019-05-16 17:21:18 |
|
|
42
42
|
| cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
|
|
43
|
-
| ckafka | [消息队列 Ckafka](https://cloud.tencent.com/document/product/597) | 2021-
|
|
44
|
-
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2021-
|
|
43
|
+
| ckafka | [消息队列 Ckafka](https://cloud.tencent.com/document/product/597) | 2021-11-02 08:04:08 |
|
|
44
|
+
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2021-11-02 08:04:16 |
|
|
45
45
|
| cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2021-09-16 08:14:35 |
|
|
46
|
-
| cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2021-
|
|
47
|
-
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2021-11-
|
|
46
|
+
| cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2021-11-08 08:03:47 |
|
|
47
|
+
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2021-11-08 08:03:49 |
|
|
48
48
|
| cme | [腾讯云剪](https://cloud.tencent.com/document/product/1156) | 2021-11-01 08:07:26 |
|
|
49
49
|
| cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2021-09-16 08:03:08 |
|
|
50
50
|
| cms | [内容安全](https://cloud.tencent.com/document/product) | 2020-10-29 08:03:08 |
|
|
51
|
-
| cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2021-
|
|
51
|
+
| cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2021-11-05 08:05:28 |
|
|
52
52
|
| cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
|
|
53
|
-
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2021-
|
|
54
|
-
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2021-
|
|
53
|
+
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2021-11-04 08:07:03 |
|
|
54
|
+
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2021-11-02 08:05:13 |
|
|
55
55
|
| cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
|
|
56
56
|
| cynosdb | [云原生数据库 TDSQL-C](https://cloud.tencent.com/document/product/1003) | 2021-10-27 08:06:08 |
|
|
57
57
|
| dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2021-09-16 08:06:18 |
|
|
@@ -64,15 +64,15 @@
|
|
|
64
64
|
| drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2021-09-16 08:06:55 |
|
|
65
65
|
| ds | [电子合同服务](https://cloud.tencent.com/document/product/869) | 2021-09-16 08:06:57 |
|
|
66
66
|
| dtf | [分布式事务](https://cloud.tencent.com/document/product/1224) | 2021-09-16 08:00:16 |
|
|
67
|
-
| dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2021-
|
|
67
|
+
| dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2021-11-08 08:05:43 |
|
|
68
68
|
| ecc | [英文作文批改](https://cloud.tencent.com/document/product/1076) | 2021-09-16 08:07:05 |
|
|
69
69
|
| ecdn | [全站加速网络](https://cloud.tencent.com/document/product/570) | 2021-10-13 08:06:59 |
|
|
70
70
|
| ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2021-10-27 08:07:01 |
|
|
71
|
-
| eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2021-
|
|
71
|
+
| eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2021-11-08 08:06:07 |
|
|
72
72
|
| eis | [企业集成服务](https://cloud.tencent.com/document/product/1270) | 2021-09-16 08:00:40 |
|
|
73
73
|
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2021-09-16 08:07:07 |
|
|
74
|
-
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2021-
|
|
75
|
-
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2021-
|
|
74
|
+
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2021-11-08 08:06:16 |
|
|
75
|
+
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2021-11-08 08:06:21 |
|
|
76
76
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2021-09-16 08:07:14 |
|
|
77
77
|
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2021-10-29 08:05:31 |
|
|
78
78
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2021-09-24 09:57:29 |
|
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
| iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2021-10-28 08:08:02 |
|
|
95
95
|
| iottid | [物联网设备身份认证](https://cloud.tencent.com/document/product/1086) | 2021-09-16 08:08:06 |
|
|
96
96
|
| iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2021-09-16 08:03:15 |
|
|
97
|
-
| iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2021-
|
|
97
|
+
| iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2021-11-03 08:12:03 |
|
|
98
98
|
| kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2021-09-16 08:08:09 |
|
|
99
99
|
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2021-10-20 08:12:10 |
|
|
100
100
|
| live | [云直播](https://cloud.tencent.com/document/product/267) | 2021-10-21 11:29:49 |
|
|
@@ -118,15 +118,15 @@
|
|
|
118
118
|
| organization | [企业组织](https://cloud.tencent.com/document/product/850) | 2021-10-25 11:36:50 |
|
|
119
119
|
| partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2021-09-16 08:09:23 |
|
|
120
120
|
| pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2021-09-16 08:00:11 |
|
|
121
|
-
| postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2021-
|
|
121
|
+
| postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2021-11-04 08:11:48 |
|
|
122
122
|
| privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2021-09-16 08:00:52 |
|
|
123
123
|
| rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2021-10-27 08:10:34 |
|
|
124
|
-
| redis | [云数据库 Redis](https://cloud.tencent.com/document/product/239) | 2021-
|
|
124
|
+
| redis | [云数据库 Redis](https://cloud.tencent.com/document/product/239) | 2021-11-04 08:12:00 |
|
|
125
125
|
| rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2021-09-16 08:13:45 |
|
|
126
126
|
| rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2021-09-16 08:02:24 |
|
|
127
127
|
| rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2021-09-27 08:15:19 |
|
|
128
|
-
| scf | [云函数](https://cloud.tencent.com/document/product/583) | 2021-
|
|
129
|
-
| ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2021-
|
|
128
|
+
| scf | [云函数](https://cloud.tencent.com/document/product/583) | 2021-11-08 08:09:22 |
|
|
129
|
+
| ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2021-11-05 08:10:48 |
|
|
130
130
|
| smpn | [营销号码安全](https://cloud.tencent.com/document/product/1127) | 2021-09-16 08:04:09 |
|
|
131
131
|
| sms | [短信](https://cloud.tencent.com/document/product/382) | 2021-10-27 08:10:57 |
|
|
132
132
|
| soe | [智聆口语评测](https://cloud.tencent.com/document/product/884) | 2021-09-16 08:09:52 |
|
|
@@ -137,7 +137,7 @@
|
|
|
137
137
|
| sslpod | [SSL 证书监控](https://cloud.tencent.com/document/product/1084) | 2021-09-16 08:01:50 |
|
|
138
138
|
| ssm | [凭据管理系统](https://cloud.tencent.com/document/product/1140) | 2021-09-16 08:03:57 |
|
|
139
139
|
| sts | [安全凭证服务](https://cloud.tencent.com/document/product/1312) | 2021-09-16 08:13:47 |
|
|
140
|
-
| taf | [流量反欺诈](https://cloud.tencent.com/document/product/1031) | 2021-11-
|
|
140
|
+
| taf | [流量反欺诈](https://cloud.tencent.com/document/product/1031) | 2021-11-03 08:14:28 |
|
|
141
141
|
| tag | [标签](https://cloud.tencent.com/document/product/651) | 2021-09-16 08:10:15 |
|
|
142
142
|
| tat | [腾讯云自动化助手](https://cloud.tencent.com/document/product/1340) | 2021-10-11 08:09:12 |
|
|
143
143
|
| tav | [文件检测](https://cloud.tencent.com/document/product) | 2019-11-28 22:10:04 |
|
|
@@ -148,7 +148,7 @@
|
|
|
148
148
|
| tcb | [云开发 CloudBase](https://cloud.tencent.com/document/product/876) | 2021-10-26 08:13:05 |
|
|
149
149
|
| tcex | [腾讯云释义](https://cloud.tencent.com/document/product/1266) | 2021-09-16 08:01:55 |
|
|
150
150
|
| tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
|
|
151
|
-
| tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2021-
|
|
151
|
+
| tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2021-11-05 08:11:50 |
|
|
152
152
|
| tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2021-09-16 08:00:13 |
|
|
153
153
|
| tdmq | [分布式消息队列](https://cloud.tencent.com/document/product/1179) | 2021-10-29 08:10:04 |
|
|
154
154
|
| tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2021-10-29 08:10:14 |
|
|
@@ -160,19 +160,19 @@
|
|
|
160
160
|
| tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2021-10-29 08:10:24 |
|
|
161
161
|
| tione | [智能钛机器学习平台](https://cloud.tencent.com/document/product/851) | 2021-09-16 08:03:04 |
|
|
162
162
|
| tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2021-10-29 08:10:34 |
|
|
163
|
-
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2021-
|
|
163
|
+
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2021-11-02 08:12:02 |
|
|
164
164
|
| tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
|
|
165
165
|
| tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2021-09-16 08:02:16 |
|
|
166
166
|
| tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2021-10-11 08:10:28 |
|
|
167
167
|
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2021-10-29 08:10:53 |
|
|
168
|
-
| tse | [腾讯云微服务引擎](https://cloud.tencent.com/document/product/1364) | 2021-
|
|
168
|
+
| tse | [腾讯云微服务引擎](https://cloud.tencent.com/document/product/1364) | 2021-11-03 08:15:55 |
|
|
169
169
|
| tsf | [腾讯微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2021-10-27 08:12:46 |
|
|
170
170
|
| tsw | [腾讯微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2021-09-16 08:14:31 |
|
|
171
171
|
| tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2021-09-16 08:11:28 |
|
|
172
172
|
| ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2021-09-16 08:01:36 |
|
|
173
173
|
| vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2021-09-16 08:01:26 |
|
|
174
174
|
| vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2021-09-16 08:01:28 |
|
|
175
|
-
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2021-
|
|
175
|
+
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2021-11-02 08:12:52 |
|
|
176
176
|
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2021-10-27 08:13:36 |
|
|
177
177
|
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2021-09-16 08:14:32 |
|
|
178
178
|
| wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2021-09-30 08:11:50 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.231"
|
|
@@ -2553,7 +2553,7 @@ export interface DescribeCCTrendResponse {
|
|
|
2553
2553
|
Id: string
|
|
2554
2554
|
|
|
2555
2555
|
/**
|
|
2556
|
-
* 指标,取值[inqps(总请求峰值,dropqps(攻击请求峰值))]
|
|
2556
|
+
* 指标,取值[inqps(总请求峰值,dropqps(攻击请求峰值)),incount(请求次数), dropcount(攻击次数)]
|
|
2557
2557
|
*/
|
|
2558
2558
|
MetricName: string
|
|
2559
2559
|
|
|
@@ -3289,7 +3289,7 @@ export interface DescribeCCTrendRequest {
|
|
|
3289
3289
|
EndTime: string
|
|
3290
3290
|
|
|
3291
3291
|
/**
|
|
3292
|
-
* 指标,取值[inqps(总请求峰值,dropqps(攻击请求峰值))]
|
|
3292
|
+
* 指标,取值[inqps(总请求峰值,dropqps(攻击请求峰值)),incount(请求次数), dropcount(攻击次数)]
|
|
3293
3293
|
*/
|
|
3294
3294
|
MetricName: string
|
|
3295
3295
|
|
|
@@ -156,6 +156,12 @@ export interface Service {
|
|
|
156
156
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
157
157
|
*/
|
|
158
158
|
SetType: string
|
|
159
|
+
|
|
160
|
+
/**
|
|
161
|
+
* 服务部署的集群类型
|
|
162
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
163
|
+
*/
|
|
164
|
+
DeploymentType: string
|
|
159
165
|
}
|
|
160
166
|
|
|
161
167
|
/**
|
|
@@ -1516,6 +1522,18 @@ export interface DescribeServiceResponse {
|
|
|
1516
1522
|
*/
|
|
1517
1523
|
SetType: string
|
|
1518
1524
|
|
|
1525
|
+
/**
|
|
1526
|
+
* 服务部署的集群类型
|
|
1527
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1528
|
+
*/
|
|
1529
|
+
DeploymentType: string
|
|
1530
|
+
|
|
1531
|
+
/**
|
|
1532
|
+
* 特殊用途
|
|
1533
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1534
|
+
*/
|
|
1535
|
+
SpecialUse: string
|
|
1536
|
+
|
|
1519
1537
|
/**
|
|
1520
1538
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1521
1539
|
*/
|
|
@@ -805,15 +805,20 @@ export interface OffsiteFlag {
|
|
|
805
805
|
* 子用户和用户组关联信息
|
|
806
806
|
*/
|
|
807
807
|
export interface GroupIdOfUidInfo {
|
|
808
|
+
/**
|
|
809
|
+
* 用户组 ID
|
|
810
|
+
*/
|
|
811
|
+
GroupId: number
|
|
812
|
+
|
|
808
813
|
/**
|
|
809
814
|
* 子用户 UID
|
|
810
815
|
*/
|
|
811
|
-
Uid
|
|
816
|
+
Uid?: number
|
|
812
817
|
|
|
813
818
|
/**
|
|
814
|
-
*
|
|
819
|
+
* 子用户 Uin,Uid和Uin至少有一个必填
|
|
815
820
|
*/
|
|
816
|
-
|
|
821
|
+
Uin?: number
|
|
817
822
|
}
|
|
818
823
|
|
|
819
824
|
/**
|
|
@@ -370,7 +370,7 @@ export interface CreateDBImportJobRequest {
|
|
|
370
370
|
InstanceId: string
|
|
371
371
|
|
|
372
372
|
/**
|
|
373
|
-
*
|
|
373
|
+
* 文件名称。该文件是指用户已上传到腾讯云的文件,仅支持.sql文件。
|
|
374
374
|
*/
|
|
375
375
|
FileName: string
|
|
376
376
|
|
|
@@ -6376,7 +6376,7 @@ export interface CreateDBImportJobResponse {
|
|
|
6376
6376
|
/**
|
|
6377
6377
|
* 异步任务的请求 ID,可使用此 ID 查询异步任务的执行结果。
|
|
6378
6378
|
*/
|
|
6379
|
-
AsyncRequestId
|
|
6379
|
+
AsyncRequestId: string
|
|
6380
6380
|
|
|
6381
6381
|
/**
|
|
6382
6382
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -2087,6 +2087,7 @@ cos:对象存储源站
|
|
|
2087
2087
|
ip:IP 列表作为源站
|
|
2088
2088
|
ipv6:源站列表为一个单独的 IPv6 地址
|
|
2089
2089
|
ip_ipv6:源站列表为多个 IPv4 地址和IPv6 地址
|
|
2090
|
+
ip_domain: 支持IP和域名形式源站混填(白名单功能)
|
|
2090
2091
|
ipv6_domain: 源站列表为多个 IPv6 地址以及域名
|
|
2091
2092
|
ip_ipv6_domain:源站列表为多个 IPv4 地址IPv6 地址以及域名
|
|
2092
2093
|
出参增加以下几种类型:
|
|
@@ -10259,6 +10260,12 @@ export interface UrlRedirectRule {
|
|
|
10259
10260
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
10260
10261
|
*/
|
|
10261
10262
|
RedirectHost?: string
|
|
10263
|
+
|
|
10264
|
+
/**
|
|
10265
|
+
* 指定是全路径配置还是任意匹配
|
|
10266
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
10267
|
+
*/
|
|
10268
|
+
FullMatch?: boolean
|
|
10262
10269
|
}
|
|
10263
10270
|
|
|
10264
10271
|
/**
|
|
@@ -1116,7 +1116,7 @@ export interface CreateNatFwInstanceRequest {
|
|
|
1116
1116
|
ZoneBak?: string
|
|
1117
1117
|
|
|
1118
1118
|
/**
|
|
1119
|
-
* 异地灾备 1:使用异地灾备;0
|
|
1119
|
+
* 异地灾备 1:使用异地灾备;0:不使用异地灾备;为空则默认不使用异地灾备
|
|
1120
1120
|
*/
|
|
1121
1121
|
CrossAZone?: number
|
|
1122
1122
|
}
|
|
@@ -1430,7 +1430,7 @@ export interface DescribeSourceAssetRequest {
|
|
|
1430
1430
|
InsType?: string
|
|
1431
1431
|
|
|
1432
1432
|
/**
|
|
1433
|
-
*
|
|
1433
|
+
* ChooseType为1,查询已经分组的资产;ChooseType不为1查询没有分组的资产
|
|
1434
1434
|
*/
|
|
1435
1435
|
ChooseType?: string
|
|
1436
1436
|
|
|
@@ -1440,12 +1440,12 @@ export interface DescribeSourceAssetRequest {
|
|
|
1440
1440
|
Zone?: string
|
|
1441
1441
|
|
|
1442
1442
|
/**
|
|
1443
|
-
*
|
|
1443
|
+
* 查询单页的最大值;eg:10;则最多返回10条结果
|
|
1444
1444
|
*/
|
|
1445
1445
|
Limit?: number
|
|
1446
1446
|
|
|
1447
1447
|
/**
|
|
1448
|
-
*
|
|
1448
|
+
* 查询结果的偏移量
|
|
1449
1449
|
*/
|
|
1450
1450
|
Offset?: number
|
|
1451
1451
|
}
|
|
@@ -1480,7 +1480,7 @@ export interface DescribeSourceAssetResponse {
|
|
|
1480
1480
|
Data: Array<InstanceInfo>
|
|
1481
1481
|
|
|
1482
1482
|
/**
|
|
1483
|
-
*
|
|
1483
|
+
* 返回数据总数
|
|
1484
1484
|
*/
|
|
1485
1485
|
Total: number
|
|
1486
1486
|
|
|
@@ -2413,17 +2413,17 @@ export interface DescribeResourceGroupNewResponse {
|
|
|
2413
2413
|
Data: string
|
|
2414
2414
|
|
|
2415
2415
|
/**
|
|
2416
|
-
*
|
|
2416
|
+
* 未分类实例数量
|
|
2417
2417
|
*/
|
|
2418
2418
|
UnResourceNum: number
|
|
2419
2419
|
|
|
2420
2420
|
/**
|
|
2421
|
-
*
|
|
2421
|
+
* 接口返回消息
|
|
2422
2422
|
*/
|
|
2423
2423
|
ReturnMsg: string
|
|
2424
2424
|
|
|
2425
2425
|
/**
|
|
2426
|
-
*
|
|
2426
|
+
* 返回码;0为请求成功
|
|
2427
2427
|
*/
|
|
2428
2428
|
ReturnCode: number
|
|
2429
2429
|
|
|
@@ -2454,7 +2454,7 @@ export interface DescribeNatFwInstanceWithRegionResponse {
|
|
|
2454
2454
|
*/
|
|
2455
2455
|
export interface DescribeResourceGroupNewRequest {
|
|
2456
2456
|
/**
|
|
2457
|
-
* 查询类型
|
|
2457
|
+
* 查询类型 网络结构-vpc,业务识别-resource ,资源标签-tag
|
|
2458
2458
|
*/
|
|
2459
2459
|
QueryType: string
|
|
2460
2460
|
|
|
@@ -3649,7 +3649,7 @@ export interface CreateNatFwInstanceWithDomainRequest {
|
|
|
3649
3649
|
ZoneBak?: string
|
|
3650
3650
|
|
|
3651
3651
|
/**
|
|
3652
|
-
* 异地灾备 1:使用异地灾备;0
|
|
3652
|
+
* 异地灾备 1:使用异地灾备;0:不使用异地灾备;为空则默认不使用异地灾备
|
|
3653
3653
|
*/
|
|
3654
3654
|
CrossAZone?: number
|
|
3655
3655
|
|
|
@@ -1223,7 +1223,7 @@ export interface CreateTopicRequest {
|
|
|
1223
1223
|
InstanceId: string
|
|
1224
1224
|
|
|
1225
1225
|
/**
|
|
1226
|
-
* 主题名称,是一个不超过
|
|
1226
|
+
* 主题名称,是一个不超过 128 个字符的字符串,必须以字母为首字符,剩余部分可以包含字母、数字和横划线(-)
|
|
1227
1227
|
*/
|
|
1228
1228
|
TopicName: string
|
|
1229
1229
|
|
|
@@ -1286,6 +1286,11 @@ export interface CreateTopicRequest {
|
|
|
1286
1286
|
* 预设ACL规则的名称
|
|
1287
1287
|
*/
|
|
1288
1288
|
AclRuleName?: string
|
|
1289
|
+
|
|
1290
|
+
/**
|
|
1291
|
+
* 可选, 保留文件大小. 默认为-1,单位bytes, 当前最小值为1048576B
|
|
1292
|
+
*/
|
|
1293
|
+
RetentionBytes?: number
|
|
1289
1294
|
}
|
|
1290
1295
|
|
|
1291
1296
|
/**
|
|
@@ -1885,6 +1890,12 @@ delete:日志按保存时间删除;compact:日志按 key 压缩;compact,
|
|
|
1885
1890
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1886
1891
|
*/
|
|
1887
1892
|
MaxMessageBytes: number
|
|
1893
|
+
|
|
1894
|
+
/**
|
|
1895
|
+
* 消息保留文件大小
|
|
1896
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1897
|
+
*/
|
|
1898
|
+
RetentionBytes: number
|
|
1888
1899
|
}
|
|
1889
1900
|
|
|
1890
1901
|
/**
|
|
@@ -3116,6 +3127,11 @@ export interface ModifyTopicAttributesRequest {
|
|
|
3116
3127
|
* 预设ACL规则的名称
|
|
3117
3128
|
*/
|
|
3118
3129
|
AclRuleName?: string
|
|
3130
|
+
|
|
3131
|
+
/**
|
|
3132
|
+
* 可选, 保留文件大小. 默认为-1,单位bytes, 当前最小值为1048576B
|
|
3133
|
+
*/
|
|
3134
|
+
RetentionBytes?: number
|
|
3119
3135
|
}
|
|
3120
3136
|
|
|
3121
3137
|
/**
|
|
@@ -4077,6 +4077,11 @@ export interface CreateLoadBalancerSnatIpsRequest {
|
|
|
4077
4077
|
* 添加SnatIp信息,可指定IP申请,或者指定子网自动申请。
|
|
4078
4078
|
*/
|
|
4079
4079
|
SnatIps: Array<SnatIp>
|
|
4080
|
+
|
|
4081
|
+
/**
|
|
4082
|
+
* 添加SnatIp个数,与SnatIps一起使用,当指定Ip时,不能指定创建SnatIp个数。
|
|
4083
|
+
*/
|
|
4084
|
+
Number?: number
|
|
4080
4085
|
}
|
|
4081
4086
|
|
|
4082
4087
|
/**
|
|
@@ -67,6 +67,7 @@ import {
|
|
|
67
67
|
QueryAcctInfoListRequest,
|
|
68
68
|
CreateMerchantRequest,
|
|
69
69
|
ApplyDeclareResult,
|
|
70
|
+
QuerySmallAmountTransferResponse,
|
|
70
71
|
DeleteAgentTaxPaymentInfoRequest,
|
|
71
72
|
RefundTlinxOrderRequest,
|
|
72
73
|
QueryInvoiceResult,
|
|
@@ -130,6 +131,7 @@ import {
|
|
|
130
131
|
BindRelateAcctSmallAmountResponse,
|
|
131
132
|
ContractInfo,
|
|
132
133
|
QueryTransferBatchRequest,
|
|
134
|
+
MerchantRiskInfo,
|
|
133
135
|
CreateTransferBatchRequest,
|
|
134
136
|
ExecuteMemberTransactionResponse,
|
|
135
137
|
OrganizationInfo,
|
|
@@ -163,7 +165,7 @@ import {
|
|
|
163
165
|
Acct,
|
|
164
166
|
QueryBankTransactionDetailsResponse,
|
|
165
167
|
QueryTransferResultRequest,
|
|
166
|
-
|
|
168
|
+
QueryMaliciousRegistrationRequest,
|
|
167
169
|
CreateSinglePaymentData,
|
|
168
170
|
QueryMerchantBalanceData,
|
|
169
171
|
QueryMemberTransactionRequest,
|
|
@@ -201,6 +203,7 @@ import {
|
|
|
201
203
|
OrderItem,
|
|
202
204
|
CreateSinglePayRequest,
|
|
203
205
|
QueryTransferBatchResponse,
|
|
206
|
+
SyncContractDataResponse,
|
|
204
207
|
Order,
|
|
205
208
|
RegisterBillResponse,
|
|
206
209
|
WithdrawCashMembershipRequest,
|
|
@@ -255,7 +258,7 @@ import {
|
|
|
255
258
|
QueryBillDownloadURLRequest,
|
|
256
259
|
TransferSinglePayRequest,
|
|
257
260
|
ApplyOutwardOrderResult,
|
|
258
|
-
|
|
261
|
+
QueryMaliciousRegistrationResponse,
|
|
259
262
|
ApplyPayerInfoRequest,
|
|
260
263
|
CreateSinglePayResponse,
|
|
261
264
|
RefundMemberTransactionResponse,
|
|
@@ -607,7 +610,7 @@ export class Client extends AbstractClient {
|
|
|
607
610
|
}
|
|
608
611
|
|
|
609
612
|
/**
|
|
610
|
-
*
|
|
613
|
+
* 云支付订单退款接口
|
|
611
614
|
*/
|
|
612
615
|
async RefundTlinxOrder(
|
|
613
616
|
req: RefundTlinxOrderRequest,
|
|
@@ -756,6 +759,16 @@ export class Client extends AbstractClient {
|
|
|
756
759
|
return this.request("QueryOutwardOrder", req, cb)
|
|
757
760
|
}
|
|
758
761
|
|
|
762
|
+
/**
|
|
763
|
+
* 商户恶意注册接口
|
|
764
|
+
*/
|
|
765
|
+
async QueryMaliciousRegistration(
|
|
766
|
+
req: QueryMaliciousRegistrationRequest,
|
|
767
|
+
cb?: (error: string, rep: QueryMaliciousRegistrationResponse) => void
|
|
768
|
+
): Promise<QueryMaliciousRegistrationResponse> {
|
|
769
|
+
return this.request("QueryMaliciousRegistration", req, cb)
|
|
770
|
+
}
|
|
771
|
+
|
|
759
772
|
/**
|
|
760
773
|
* 山姆聚合支付项目-存量订单退款接口。可以通过本接口将支付款全部或部分退还给付款方,在收到用户退款请求并且验证成功之后,按照退款规则将支付款按原路退回到支付帐号。
|
|
761
774
|
*/
|
|
@@ -910,7 +923,7 @@ export class Client extends AbstractClient {
|
|
|
910
923
|
}
|
|
911
924
|
|
|
912
925
|
/**
|
|
913
|
-
*
|
|
926
|
+
* 云支付-统一下单接口
|
|
914
927
|
*/
|
|
915
928
|
async UnifiedTlinxOrder(
|
|
916
929
|
req: UnifiedTlinxOrderRequest,
|