tencentcloud-sdk-nodejs 4.0.471 → 4.0.473
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 +526 -0
- package/SERVICE_CHANGELOG.md +728 -226
- 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 +13 -1
- package/src/services/antiddos/v20200309/antiddos_models.ts +87 -47
- package/src/services/asr/v20190614/asr_models.ts +2 -2
- package/src/services/batch/v20170312/batch_models.ts +1 -1
- package/src/services/captcha/v20190722/captcha_client.ts +12 -0
- package/src/services/captcha/v20190722/captcha_models.ts +51 -0
- package/src/services/clb/v20180317/clb_client.ts +4 -2
- package/src/services/clb/v20180317/clb_models.ts +80 -20
- package/src/services/cloudhsm/v20191112/cloudhsm_models.ts +10 -10
- package/src/services/cls/v20201016/cls_models.ts +25 -1
- package/src/services/cvm/v20170312/cvm_client.ts +0 -1
- package/src/services/cvm/v20170312/cvm_models.ts +6 -1
- package/src/services/cynosdb/v20190107/cynosdb_client.ts +19 -7
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +29 -4
- package/src/services/es/v20180416/es_models.ts +6 -0
- package/src/services/ess/v20201111/ess_models.ts +15 -5
- package/src/services/essbasic/v20210526/essbasic_models.ts +7 -4
- package/src/services/kms/v20190118/kms_models.ts +3 -3
- package/src/services/live/v20180801/live_models.ts +2 -2
- package/src/services/ocr/v20181119/ocr_client.ts +1 -1
- package/src/services/ocr/v20181119/ocr_models.ts +18 -1
- package/src/services/organization/v20210331/organization_models.ts +5 -0
- package/src/services/ssl/v20191205/ssl_client.ts +12 -0
- package/src/services/ssl/v20191205/ssl_models.ts +30 -0
- package/src/services/tcm/v20210413/tcm_client.ts +37 -1
- package/src/services/tcm/v20210413/tcm_models.ts +94 -9
- package/src/services/tcr/v20190924/tcr_client.ts +2 -2
- package/src/services/tcr/v20190924/tcr_models.ts +11 -1
- package/src/services/tcss/v20201101/tcss_client.ts +15 -2
- package/src/services/tcss/v20201101/tcss_models.ts +106 -13
- package/src/services/tdmq/v20200217/tdmq_client.ts +26 -0
- package/src/services/tdmq/v20200217/tdmq_models.ts +169 -0
- package/src/services/tem/v20210701/tem_client.ts +1 -0
- package/src/services/tem/v20210701/tem_models.ts +72 -2
- package/src/services/teo/v20220901/teo_client.ts +12 -73
- package/src/services/teo/v20220901/teo_models.ts +165 -419
- package/src/services/tione/v20211111/tione_client.ts +196 -35
- package/src/services/tione/v20211111/tione_models.ts +1687 -281
- package/src/services/tke/v20180525/tke_models.ts +1 -1
- package/src/services/vod/v20180717/vod_client.ts +0 -2
- package/src/services/vod/v20180717/vod_models.ts +31 -18
- 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 +5 -1
- package/tencentcloud/services/antiddos/v20200309/antiddos_client.js +6 -0
- package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +74 -41
- package/tencentcloud/services/asr/v20190614/asr_models.d.ts +2 -2
- package/tencentcloud/services/batch/v20170312/batch_models.d.ts +1 -1
- package/tencentcloud/services/captcha/v20190722/captcha_client.d.ts +5 -1
- package/tencentcloud/services/captcha/v20190722/captcha_client.js +6 -0
- package/tencentcloud/services/captcha/v20190722/captcha_models.d.ts +43 -0
- package/tencentcloud/services/clb/v20180317/clb_client.d.ts +1 -1
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +70 -20
- package/tencentcloud/services/cloudhsm/v20191112/cloudhsm_models.d.ts +10 -10
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +21 -1
- package/tencentcloud/services/cvm/v20170312/cvm_client.d.ts +0 -1
- package/tencentcloud/services/cvm/v20170312/cvm_client.js +0 -1
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +5 -1
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +7 -3
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +9 -3
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +26 -4
- package/tencentcloud/services/es/v20180416/es_models.d.ts +5 -0
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +13 -5
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +7 -4
- package/tencentcloud/services/kms/v20190118/kms_models.d.ts +3 -3
- package/tencentcloud/services/live/v20180801/live_models.d.ts +2 -2
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +1 -1
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +1 -1
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +15 -1
- package/tencentcloud/services/organization/v20210331/organization_models.d.ts +4 -0
- package/tencentcloud/services/ssl/v20191205/ssl_client.d.ts +5 -1
- package/tencentcloud/services/ssl/v20191205/ssl_client.js +6 -0
- package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +26 -0
- package/tencentcloud/services/tcm/v20210413/tcm_client.d.ts +13 -1
- package/tencentcloud/services/tcm/v20210413/tcm_client.js +18 -0
- package/tencentcloud/services/tcm/v20210413/tcm_models.d.ts +82 -8
- package/tencentcloud/services/tcr/v20190924/tcr_client.d.ts +2 -2
- package/tencentcloud/services/tcr/v20190924/tcr_client.js +1 -1
- package/tencentcloud/services/tcr/v20190924/tcr_models.d.ts +10 -1
- package/tencentcloud/services/tcss/v20201101/tcss_client.d.ts +5 -1
- package/tencentcloud/services/tcss/v20201101/tcss_client.js +6 -0
- package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +93 -12
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +9 -1
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +12 -0
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +142 -0
- package/tencentcloud/services/tem/v20210701/tem_models.d.ts +61 -2
- package/tencentcloud/services/teo/v20220901/teo_client.d.ts +3 -23
- package/tencentcloud/services/teo/v20220901/teo_client.js +3 -33
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +141 -359
- package/tencentcloud/services/tione/v20211111/tione_client.d.ts +55 -7
- package/tencentcloud/services/tione/v20211111/tione_client.js +81 -9
- package/tencentcloud/services/tione/v20211111/tione_models.d.ts +1453 -254
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +1 -1
- package/tencentcloud/services/vod/v20180717/vod_client.d.ts +0 -2
- package/tencentcloud/services/vod/v20180717/vod_client.js +0 -2
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +27 -16
- package/test/antiddos.v20200309.test.js +10 -0
- package/test/captcha.v20190722.test.js +10 -0
- package/test/cynosdb.v20190107.test.js +12 -2
- package/test/ssl.v20191205.test.js +10 -0
- package/test/tcm.v20210413.test.js +30 -0
- package/test/tcss.v20201101.test.js +10 -0
- package/test/tdmq.v20200217.test.js +20 -0
- package/test/teo.v20220901.test.js +2 -52
- package/test/tione.v20211111.test.js +126 -6
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -8,17 +8,17 @@
|
|
|
8
8
|
| afc | [定制建模](https://cloud.tencent.com/document/product/1029) | 2022-05-23 06:01:56 |
|
|
9
9
|
| ame | [正版曲库直通车](https://cloud.tencent.com/document/product/1155) | 2022-04-15 06:01:25 |
|
|
10
10
|
| ams | [音频内容安全](https://cloud.tencent.com/document/product/1219) | 2022-10-31 06:07:18 |
|
|
11
|
-
| antiddos | [T-Sec-DDoS防护(Anti-DDoS)](https://cloud.tencent.com/document/product/1021) | 2022-
|
|
11
|
+
| antiddos | [T-Sec-DDoS防护(Anti-DDoS)](https://cloud.tencent.com/document/product/1021) | 2022-11-01 06:06:58 |
|
|
12
12
|
| apcas | [汽车精准获客服务](https://cloud.tencent.com/document/product/1244) | 2022-04-04 06:05:36 |
|
|
13
13
|
| ape | [正版图库直通车](https://cloud.tencent.com/document/product/1181) | 2022-04-04 06:05:40 |
|
|
14
14
|
| api | [云 API](https://cloud.tencent.com/document/product/1278) | 2022-06-07 06:00:45 |
|
|
15
15
|
| apigateway | [API 网关](https://cloud.tencent.com/document/product/628) | 2022-10-31 06:08:19 |
|
|
16
16
|
| apm | [应用性能观测](https://cloud.tencent.com/document/product/1463) | 2022-08-22 06:08:36 |
|
|
17
17
|
| as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2022-09-29 06:09:05 |
|
|
18
|
-
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2022-
|
|
18
|
+
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2022-11-01 06:08:50 |
|
|
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-11-01 06:09:07 |
|
|
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-10-31 06:10:22 |
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
| bsca | [二进制软件成分分析](https://cloud.tencent.com/document/product/1483) | 2022-09-29 06:12:03 |
|
|
34
34
|
| btoe | [区块链可信取证](https://cloud.tencent.com/document/product/1259) | 2022-04-04 06:10:17 |
|
|
35
35
|
| cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2022-09-23 06:11:49 |
|
|
36
|
-
| captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2022-
|
|
36
|
+
| captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2022-11-02 06:08:36 |
|
|
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-10-31 06:12:52 |
|
|
39
39
|
| cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2022-09-15 11:03:22 |
|
|
@@ -52,20 +52,20 @@
|
|
|
52
52
|
| cim | [](https://cloud.tencent.com/document/product) | 2019-05-16 17:21:18 |
|
|
53
53
|
| cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
|
|
54
54
|
| ckafka | [消息队列 CKafka](https://cloud.tencent.com/document/product/597) | 2022-10-31 06:17:22 |
|
|
55
|
-
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2022-
|
|
55
|
+
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2022-11-01 06:15:44 |
|
|
56
56
|
| cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2022-07-08 06:05:30 |
|
|
57
|
-
| cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2022-
|
|
57
|
+
| cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2022-11-02 06:13:26 |
|
|
58
58
|
| cloudstudio | [Cloud Studio(云端 IDE)](https://cloud.tencent.com/document/product/1039) | 2022-10-31 06:18:55 |
|
|
59
|
-
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2022-
|
|
59
|
+
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2022-11-01 06:16:55 |
|
|
60
60
|
| cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2022-08-24 06:19:05 |
|
|
61
61
|
| cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2022-10-17 06:17:26 |
|
|
62
62
|
| cms | [内容安全](https://cloud.tencent.com/document/product) | 2020-10-29 08:03:08 |
|
|
63
63
|
| cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2022-10-26 06:23:03 |
|
|
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-
|
|
65
|
+
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2022-11-02 06:16:11 |
|
|
66
66
|
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2022-10-26 06:25:43 |
|
|
67
67
|
| cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
|
|
68
|
-
| cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2022-
|
|
68
|
+
| cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2022-11-01 06:21:27 |
|
|
69
69
|
| dasb | [T-Sec-堡垒机(BH)](https://cloud.tencent.com/document/product/1025) | 2022-10-31 06:24:08 |
|
|
70
70
|
| dataintegration | [数据接入平台](https://cloud.tencent.com/document/product/1591) | 2022-07-26 15:32:15 |
|
|
71
71
|
| dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2022-07-29 06:07:15 |
|
|
@@ -87,9 +87,9 @@
|
|
|
87
87
|
| eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2022-05-13 06:11:29 |
|
|
88
88
|
| eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2022-10-31 06:29:52 |
|
|
89
89
|
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2022-10-27 06:31:19 |
|
|
90
|
-
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2022-
|
|
91
|
-
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2022-
|
|
92
|
-
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2022-
|
|
90
|
+
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2022-11-02 06:23:18 |
|
|
91
|
+
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2022-11-01 17:32:04 |
|
|
92
|
+
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2022-11-01 17:32:22 |
|
|
93
93
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2022-06-15 06:09:10 |
|
|
94
94
|
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2022-10-17 06:26:28 |
|
|
95
95
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2022-04-04 06:43:06 |
|
|
@@ -116,10 +116,10 @@
|
|
|
116
116
|
| iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2022-08-11 06:37:02 |
|
|
117
117
|
| irp | [智能推荐平台](https://cloud.tencent.com/document/product/1541) | 2022-08-19 06:27:03 |
|
|
118
118
|
| ivld | [媒体智能标签](https://cloud.tencent.com/document/product/1509) | 2022-10-28 11:32:11 |
|
|
119
|
-
| kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2022-
|
|
119
|
+
| kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2022-11-01 06:32:51 |
|
|
120
120
|
| lcic | [低代码互动课堂](https://cloud.tencent.com/document/product/1639) | 2022-10-19 06:31:50 |
|
|
121
121
|
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2022-09-14 06:27:13 |
|
|
122
|
-
| live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2022-
|
|
122
|
+
| live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2022-11-02 06:30:01 |
|
|
123
123
|
| lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
|
|
124
124
|
| lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
|
|
125
125
|
| mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2022-10-26 06:46:25 |
|
|
@@ -138,8 +138,8 @@
|
|
|
138
138
|
| nlp | [自然语言处理](https://cloud.tencent.com/document/product/271) | 2022-04-13 07:00:13 |
|
|
139
139
|
| npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
|
|
140
140
|
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2022-10-27 06:45:50 |
|
|
141
|
-
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2022-
|
|
142
|
-
| organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2022-
|
|
141
|
+
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2022-11-02 06:33:46 |
|
|
142
|
+
| organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2022-11-02 06:34:29 |
|
|
143
143
|
| partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2022-10-28 06:40:32 |
|
|
144
144
|
| pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2022-04-04 07:02:02 |
|
|
145
145
|
| postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2022-09-23 06:42:05 |
|
|
@@ -160,7 +160,7 @@
|
|
|
160
160
|
| solar | [智汇零售](https://cloud.tencent.com/document/product) | 2020-03-19 08:01:59 |
|
|
161
161
|
| sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2022-10-13 06:43:00 |
|
|
162
162
|
| ssa | [安全运营中心](https://cloud.tencent.com/document/product/664) | 2022-08-16 06:39:20 |
|
|
163
|
-
| ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) | 2022-
|
|
163
|
+
| ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) | 2022-11-02 06:38:26 |
|
|
164
164
|
| sslpod | [SSL证书监控SSLPod](https://cloud.tencent.com/document/product/1084) | 2022-10-31 06:47:43 |
|
|
165
165
|
| ssm | [凭据管理系统](https://cloud.tencent.com/document/product/1140) | 2022-10-20 06:38:33 |
|
|
166
166
|
| sts | [安全凭证服务](https://cloud.tencent.com/document/product/1312) | 2022-07-07 06:15:25 |
|
|
@@ -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-
|
|
181
|
-
| tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2022-
|
|
182
|
-
| tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2022-
|
|
180
|
+
| tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2022-11-02 06:40:38 |
|
|
181
|
+
| tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2022-11-02 06:40:49 |
|
|
182
|
+
| tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2022-11-02 06:41:34 |
|
|
183
183
|
| tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2022-10-21 06:47:14 |
|
|
184
184
|
| tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2022-04-04 07:15:50 |
|
|
185
|
-
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2022-
|
|
185
|
+
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2022-11-01 06:46:31 |
|
|
186
186
|
| tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2022-10-10 06:42:56 |
|
|
187
|
-
| tem | [弹性微服务 TEM](https://cloud.tencent.com/document/product/1371) | 2022-
|
|
188
|
-
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2022-
|
|
187
|
+
| tem | [弹性微服务 TEM](https://cloud.tencent.com/document/product/1371) | 2022-11-02 06:44:20 |
|
|
188
|
+
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2022-11-01 06:48:56 |
|
|
189
189
|
| thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2022-10-27 07:00:42 |
|
|
190
190
|
| tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
|
|
191
191
|
| tic | [资源编排 TIC](https://cloud.tencent.com/document/product/1213) | 2022-10-31 06:55:14 |
|
|
@@ -193,12 +193,12 @@
|
|
|
193
193
|
| tics | [威胁情报云查服务](https://cloud.tencent.com/document/product/1013) | 2022-04-04 07:16:59 |
|
|
194
194
|
| tiems | [腾讯云 TI 平台 TI-EMS ](https://cloud.tencent.com/document/product/1120) | 2022-07-19 06:19:39 |
|
|
195
195
|
| tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2022-09-20 06:53:40 |
|
|
196
|
-
| tione | [腾讯云 TI 平台 TI-ONE](https://cloud.tencent.com/document/product/851) | 2022-
|
|
196
|
+
| tione | [腾讯云 TI 平台 TI-ONE](https://cloud.tencent.com/document/product/851) | 2022-11-02 06:46:06 |
|
|
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-11-01 06:51:59 |
|
|
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
|
-
| tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2022-
|
|
201
|
+
| tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2022-11-02 06:48:15 |
|
|
202
202
|
| trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2022-10-26 07:10:48 |
|
|
203
203
|
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2022-10-19 15:31:57 |
|
|
204
204
|
| tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2022-10-31 06:58:14 |
|
|
@@ -208,7 +208,7 @@
|
|
|
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-10-21 06:54:07 |
|
|
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-
|
|
211
|
+
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2022-11-02 06:50:30 |
|
|
212
212
|
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2022-10-27 07:09:19 |
|
|
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-10-12 07:10:28 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.473"
|
|
@@ -131,6 +131,7 @@ import {
|
|
|
131
131
|
DescribeBasicDeviceStatusResponse,
|
|
132
132
|
DescribeBgpBizTrendResponse,
|
|
133
133
|
L4RuleSource,
|
|
134
|
+
DescribePendingRiskInfoResponse,
|
|
134
135
|
ProtocolBlockConfig,
|
|
135
136
|
DeleteCCPrecisionPolicyRequest,
|
|
136
137
|
BGPIPInstance,
|
|
@@ -162,7 +163,7 @@ import {
|
|
|
162
163
|
DescribeCcBlackWhiteIpListRequest,
|
|
163
164
|
DescribeListListenerResponse,
|
|
164
165
|
DeletePortAclConfigRequest,
|
|
165
|
-
|
|
166
|
+
DescribePendingRiskInfoRequest,
|
|
166
167
|
CreatePortAclConfigResponse,
|
|
167
168
|
ModifyDDoSLevelResponse,
|
|
168
169
|
CreateL7RuleCertsResponse,
|
|
@@ -170,6 +171,7 @@ import {
|
|
|
170
171
|
ConnectLimitConfig,
|
|
171
172
|
DDoSSpeedLimitConfig,
|
|
172
173
|
AnycastOutPackRelation,
|
|
174
|
+
ProtectThresholdRelation,
|
|
173
175
|
DescribeListProtectThresholdConfigResponse,
|
|
174
176
|
CertIdInsL7Rules,
|
|
175
177
|
IpSegment,
|
|
@@ -299,6 +301,16 @@ export class Client extends AbstractClient {
|
|
|
299
301
|
return this.request("ModifyDDoSBlackWhiteIpList", req, cb)
|
|
300
302
|
}
|
|
301
303
|
|
|
304
|
+
/**
|
|
305
|
+
* 查询账号维度待处理风险信息,包括是否为付费用户,查询攻击中、封堵中、过期资源数量等
|
|
306
|
+
*/
|
|
307
|
+
async DescribePendingRiskInfo(
|
|
308
|
+
req?: DescribePendingRiskInfoRequest,
|
|
309
|
+
cb?: (error: string, rep: DescribePendingRiskInfoResponse) => void
|
|
310
|
+
): Promise<DescribePendingRiskInfoResponse> {
|
|
311
|
+
return this.request("DescribePendingRiskInfo", req, cb)
|
|
312
|
+
}
|
|
313
|
+
|
|
302
314
|
/**
|
|
303
315
|
* 查询与证书ID对于域名匹配的七层规则
|
|
304
316
|
*/
|
|
@@ -2592,6 +2592,41 @@ export interface L4RuleSource {
|
|
|
2592
2592
|
Backup?: number
|
|
2593
2593
|
}
|
|
2594
2594
|
|
|
2595
|
+
/**
|
|
2596
|
+
* DescribePendingRiskInfo返回参数结构体
|
|
2597
|
+
*/
|
|
2598
|
+
export interface DescribePendingRiskInfoResponse {
|
|
2599
|
+
/**
|
|
2600
|
+
* 是否为付费用户
|
|
2601
|
+
*/
|
|
2602
|
+
IsPaidUsr: boolean
|
|
2603
|
+
|
|
2604
|
+
/**
|
|
2605
|
+
* 攻击中的资源数量
|
|
2606
|
+
*/
|
|
2607
|
+
AttackingCount: number
|
|
2608
|
+
|
|
2609
|
+
/**
|
|
2610
|
+
* 封堵中的资源数量
|
|
2611
|
+
*/
|
|
2612
|
+
BlockingCount: number
|
|
2613
|
+
|
|
2614
|
+
/**
|
|
2615
|
+
* 已过期的资源数量
|
|
2616
|
+
*/
|
|
2617
|
+
ExpiredCount: number
|
|
2618
|
+
|
|
2619
|
+
/**
|
|
2620
|
+
* 所有待处理风险事件总数
|
|
2621
|
+
*/
|
|
2622
|
+
Total: number
|
|
2623
|
+
|
|
2624
|
+
/**
|
|
2625
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2626
|
+
*/
|
|
2627
|
+
RequestId?: string
|
|
2628
|
+
}
|
|
2629
|
+
|
|
2595
2630
|
/**
|
|
2596
2631
|
* 协议封禁配置
|
|
2597
2632
|
*/
|
|
@@ -3397,54 +3432,9 @@ export interface DeletePortAclConfigRequest {
|
|
|
3397
3432
|
}
|
|
3398
3433
|
|
|
3399
3434
|
/**
|
|
3400
|
-
*
|
|
3435
|
+
* DescribePendingRiskInfo请求参数结构体
|
|
3401
3436
|
*/
|
|
3402
|
-
export
|
|
3403
|
-
/**
|
|
3404
|
-
* DDoS防护等级,取值[
|
|
3405
|
-
low(宽松)
|
|
3406
|
-
middle(适中)
|
|
3407
|
-
high(严格)
|
|
3408
|
-
]
|
|
3409
|
-
*/
|
|
3410
|
-
DDoSLevel: string
|
|
3411
|
-
|
|
3412
|
-
/**
|
|
3413
|
-
* DDoS清洗阈值,单位Mbps
|
|
3414
|
-
*/
|
|
3415
|
-
DDoSThreshold: number
|
|
3416
|
-
|
|
3417
|
-
/**
|
|
3418
|
-
* DDoS的AI防护开关,取值[
|
|
3419
|
-
on(开启)
|
|
3420
|
-
off(关闭)
|
|
3421
|
-
]
|
|
3422
|
-
*/
|
|
3423
|
-
DDoSAI: string
|
|
3424
|
-
|
|
3425
|
-
/**
|
|
3426
|
-
* CC清洗开关,取值[
|
|
3427
|
-
0(关闭)
|
|
3428
|
-
1(开启)
|
|
3429
|
-
]
|
|
3430
|
-
*/
|
|
3431
|
-
CCEnable: number
|
|
3432
|
-
|
|
3433
|
-
/**
|
|
3434
|
-
* CC清洗阈值,单位QPS
|
|
3435
|
-
*/
|
|
3436
|
-
CCThreshold: number
|
|
3437
|
-
|
|
3438
|
-
/**
|
|
3439
|
-
* 所属的资源实例
|
|
3440
|
-
*/
|
|
3441
|
-
InstanceDetailList: Array<InstanceRelation>
|
|
3442
|
-
|
|
3443
|
-
/**
|
|
3444
|
-
* 域名与协议纬度的防护阈值
|
|
3445
|
-
*/
|
|
3446
|
-
ListenerCcThresholdList: Array<ListenerCcThreholdConfig>
|
|
3447
|
-
}
|
|
3437
|
+
export type DescribePendingRiskInfoRequest = null
|
|
3448
3438
|
|
|
3449
3439
|
/**
|
|
3450
3440
|
* CreatePortAclConfig返回参数结构体
|
|
@@ -3650,6 +3640,56 @@ export interface AnycastOutPackRelation {
|
|
|
3650
3640
|
CurDeadline: string
|
|
3651
3641
|
}
|
|
3652
3642
|
|
|
3643
|
+
/**
|
|
3644
|
+
* 防护阈值配置相关信息
|
|
3645
|
+
*/
|
|
3646
|
+
export interface ProtectThresholdRelation {
|
|
3647
|
+
/**
|
|
3648
|
+
* DDoS防护等级,取值[
|
|
3649
|
+
low(宽松)
|
|
3650
|
+
middle(适中)
|
|
3651
|
+
high(严格)
|
|
3652
|
+
]
|
|
3653
|
+
*/
|
|
3654
|
+
DDoSLevel: string
|
|
3655
|
+
|
|
3656
|
+
/**
|
|
3657
|
+
* DDoS清洗阈值,单位Mbps
|
|
3658
|
+
*/
|
|
3659
|
+
DDoSThreshold: number
|
|
3660
|
+
|
|
3661
|
+
/**
|
|
3662
|
+
* DDoS的AI防护开关,取值[
|
|
3663
|
+
on(开启)
|
|
3664
|
+
off(关闭)
|
|
3665
|
+
]
|
|
3666
|
+
*/
|
|
3667
|
+
DDoSAI: string
|
|
3668
|
+
|
|
3669
|
+
/**
|
|
3670
|
+
* CC清洗开关,取值[
|
|
3671
|
+
0(关闭)
|
|
3672
|
+
1(开启)
|
|
3673
|
+
]
|
|
3674
|
+
*/
|
|
3675
|
+
CCEnable: number
|
|
3676
|
+
|
|
3677
|
+
/**
|
|
3678
|
+
* CC清洗阈值,单位QPS
|
|
3679
|
+
*/
|
|
3680
|
+
CCThreshold: number
|
|
3681
|
+
|
|
3682
|
+
/**
|
|
3683
|
+
* 所属的资源实例
|
|
3684
|
+
*/
|
|
3685
|
+
InstanceDetailList: Array<InstanceRelation>
|
|
3686
|
+
|
|
3687
|
+
/**
|
|
3688
|
+
* 域名与协议纬度的防护阈值
|
|
3689
|
+
*/
|
|
3690
|
+
ListenerCcThresholdList: Array<ListenerCcThreholdConfig>
|
|
3691
|
+
}
|
|
3692
|
+
|
|
3653
3693
|
/**
|
|
3654
3694
|
* DescribeListProtectThresholdConfig返回参数结构体
|
|
3655
3695
|
*/
|
|
@@ -258,7 +258,7 @@ export interface SentenceRecognitionRequest {
|
|
|
258
258
|
UsrAudioKey: string
|
|
259
259
|
|
|
260
260
|
/**
|
|
261
|
-
*
|
|
261
|
+
* 语音的URL地址,需要公网环境浏览器可下载。当 SourceType 值为 0时须填写该字段,为 1 时不填。音频时长不能超过60s,音频文件大小不能超过3MB。
|
|
262
262
|
*/
|
|
263
263
|
Url?: string
|
|
264
264
|
|
|
@@ -503,7 +503,7 @@ export interface CreateRecTaskRequest {
|
|
|
503
503
|
CallbackUrl?: string
|
|
504
504
|
|
|
505
505
|
/**
|
|
506
|
-
* 语音的URL
|
|
506
|
+
* 语音的URL地址,需要公网环境浏览器可下载。当 SourceType 值为 0 时须填写该字段,为 1 时不需要填写。注意:请确保录音文件时长在5个小时之内,否则可能识别失败。请保证文件的下载速度,否则可能下载失败。
|
|
507
507
|
*/
|
|
508
508
|
Url?: string
|
|
509
509
|
|
|
@@ -2026,7 +2026,7 @@ export interface EnhancedService {
|
|
|
2026
2026
|
MonitorService?: RunMonitorServiceEnabled
|
|
2027
2027
|
|
|
2028
2028
|
/**
|
|
2029
|
-
*
|
|
2029
|
+
* 开启云自动化助手服务(TencentCloud Automation Tools,TAT)。若不指定该参数,则公共镜像默认开启云自动化助手服务,其他镜像默认不开启云自动化助手服务。
|
|
2030
2030
|
*/
|
|
2031
2031
|
AutomationService?: RunAutomationServiceEnabled
|
|
2032
2032
|
}
|
|
@@ -27,6 +27,7 @@ import {
|
|
|
27
27
|
UpdateCaptchaAppIdInfoRequest,
|
|
28
28
|
OutputManageMarketingRiskValue,
|
|
29
29
|
CaptchaOperDataRes,
|
|
30
|
+
GetTicketStatisticsRequest,
|
|
30
31
|
TicketInterceptUnit,
|
|
31
32
|
DescribeCaptchaUserAllAppIdRequest,
|
|
32
33
|
GetTotalTicketStatisticsResponse,
|
|
@@ -45,6 +46,7 @@ import {
|
|
|
45
46
|
DescribeCaptchaOperDataRequest,
|
|
46
47
|
DescribeCaptchaDataSumRequest,
|
|
47
48
|
DescribeCaptchaMiniRiskResultResponse,
|
|
49
|
+
GetTicketStatisticsResponse,
|
|
48
50
|
TicketAmountUnit,
|
|
49
51
|
CaptchaQueryData,
|
|
50
52
|
RequestTrendObj,
|
|
@@ -153,6 +155,16 @@ export class Client extends AbstractClient {
|
|
|
153
155
|
return this.request("DescribeCaptchaMiniDataSum", req, cb)
|
|
154
156
|
}
|
|
155
157
|
|
|
158
|
+
/**
|
|
159
|
+
* 查询单个验证的统计数据,包括:票据校验量、票据校验通过量、票据校验拦截量。
|
|
160
|
+
*/
|
|
161
|
+
async GetTicketStatistics(
|
|
162
|
+
req: GetTicketStatisticsRequest,
|
|
163
|
+
cb?: (error: string, rep: GetTicketStatisticsResponse) => void
|
|
164
|
+
): Promise<GetTicketStatisticsResponse> {
|
|
165
|
+
return this.request("GetTicketStatistics", req, cb)
|
|
166
|
+
}
|
|
167
|
+
|
|
156
168
|
/**
|
|
157
169
|
* 核查验证码票据结果(小程序插件)
|
|
158
170
|
*/
|
|
@@ -367,6 +367,31 @@ export interface CaptchaOperDataRes {
|
|
|
367
367
|
OperDataTryTimesDistributeUnitArray: Array<CaptchaOperDataTryTimesDistributeUnit>
|
|
368
368
|
}
|
|
369
369
|
|
|
370
|
+
/**
|
|
371
|
+
* GetTicketStatistics请求参数结构体
|
|
372
|
+
*/
|
|
373
|
+
export interface GetTicketStatisticsRequest {
|
|
374
|
+
/**
|
|
375
|
+
* 验证码appid
|
|
376
|
+
*/
|
|
377
|
+
CaptchaAppId: string
|
|
378
|
+
|
|
379
|
+
/**
|
|
380
|
+
* 开始时间字符串
|
|
381
|
+
*/
|
|
382
|
+
StartTimeStr: string
|
|
383
|
+
|
|
384
|
+
/**
|
|
385
|
+
* 结束时间字符串
|
|
386
|
+
*/
|
|
387
|
+
EndTimeStr: string
|
|
388
|
+
|
|
389
|
+
/**
|
|
390
|
+
* 查询粒度
|
|
391
|
+
*/
|
|
392
|
+
Dimension: string
|
|
393
|
+
}
|
|
394
|
+
|
|
370
395
|
/**
|
|
371
396
|
* DescribeCaptchaTicketData 返回的数据结构
|
|
372
397
|
*/
|
|
@@ -852,6 +877,32 @@ export interface DescribeCaptchaMiniRiskResultResponse {
|
|
|
852
877
|
RequestId?: string
|
|
853
878
|
}
|
|
854
879
|
|
|
880
|
+
/**
|
|
881
|
+
* GetTicketStatistics返回参数结构体
|
|
882
|
+
*/
|
|
883
|
+
export interface GetTicketStatisticsResponse {
|
|
884
|
+
/**
|
|
885
|
+
* 查询后数据块
|
|
886
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
887
|
+
*/
|
|
888
|
+
Data: CaptchaStatisticObj
|
|
889
|
+
|
|
890
|
+
/**
|
|
891
|
+
* 验证码返回码
|
|
892
|
+
*/
|
|
893
|
+
CaptchaCode: number
|
|
894
|
+
|
|
895
|
+
/**
|
|
896
|
+
* 验证码返回信息
|
|
897
|
+
*/
|
|
898
|
+
CaptchaMsg: string
|
|
899
|
+
|
|
900
|
+
/**
|
|
901
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
902
|
+
*/
|
|
903
|
+
RequestId?: string
|
|
904
|
+
}
|
|
905
|
+
|
|
855
906
|
/**
|
|
856
907
|
* DescribeCaptchaTicketData 返回的数据结构
|
|
857
908
|
*/
|
|
@@ -35,6 +35,7 @@ import {
|
|
|
35
35
|
DisassociateTargetGroupsResponse,
|
|
36
36
|
SetLoadBalancerClsLogResponse,
|
|
37
37
|
DescribeLoadBalancerTrafficResponse,
|
|
38
|
+
MultiCertInfo,
|
|
38
39
|
ModifyRuleRequest,
|
|
39
40
|
DescribeCustomizedConfigListResponse,
|
|
40
41
|
DescribeBlockIPListResponse,
|
|
@@ -112,6 +113,7 @@ import {
|
|
|
112
113
|
TargetGroupBackend,
|
|
113
114
|
DescribeClassicalLBByInstanceIdRequest,
|
|
114
115
|
DescribeResourcesResponse,
|
|
116
|
+
ModifyTargetGroupInstancesWeightRequest,
|
|
115
117
|
ManualRewriteResponse,
|
|
116
118
|
ModifyBlockIPListRequest,
|
|
117
119
|
DescribeClusterResourcesResponse,
|
|
@@ -145,7 +147,7 @@ import {
|
|
|
145
147
|
ManualRewriteRequest,
|
|
146
148
|
ModifyListenerResponse,
|
|
147
149
|
DescribeTargetHealthResponse,
|
|
148
|
-
|
|
150
|
+
CertInfo,
|
|
149
151
|
CreateTargetGroupRequest,
|
|
150
152
|
ClusterItem,
|
|
151
153
|
BindDetailItem,
|
|
@@ -185,7 +187,7 @@ import {
|
|
|
185
187
|
ModifyLoadBalancerMixIpTargetResponse,
|
|
186
188
|
InternetAccessible,
|
|
187
189
|
CreateLoadBalancerSnatIpsRequest,
|
|
188
|
-
|
|
190
|
+
DescribeTargetGroupInstancesResponse,
|
|
189
191
|
DescribeQuotaResponse,
|
|
190
192
|
DeleteTargetGroupsResponse,
|
|
191
193
|
ModifyTargetGroupInstancesPortRequest,
|