tencentcloud-sdk-nodejs 4.0.538 → 4.0.540
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 +618 -0
- package/SERVICE_CHANGELOG.md +733 -70
- package/package.json +1 -1
- package/products.md +37 -37
- package/src/common/sdk_version.ts +1 -1
- package/src/services/asr/v20190614/asr_models.ts +4 -4
- package/src/services/bma/index.ts +2 -0
- package/src/services/bma/v20221115/bma_client.ts +170 -0
- package/src/services/bma/v20221115/bma_models.ts +869 -0
- package/src/services/bma/v20221115/index.ts +6 -0
- package/src/services/bmeip/v20180625/bmeip_client.ts +2 -2
- package/src/services/bmeip/v20180625/bmeip_models.ts +5 -5
- package/src/services/car/v20220110/car_models.ts +1 -1
- package/src/services/cdb/v20170320/cdb_client.ts +22 -0
- package/src/services/cdb/v20170320/cdb_models.ts +30 -0
- package/src/services/ckafka/v20190819/ckafka_models.ts +6 -0
- package/src/services/clb/v20180317/clb_client.ts +21 -9
- package/src/services/clb/v20180317/clb_models.ts +45 -0
- package/src/services/cls/v20201016/cls_client.ts +2 -2
- package/src/services/cls/v20201016/cls_models.ts +3 -3
- package/src/services/cwp/v20180228/cwp_client.ts +18 -6
- package/src/services/cwp/v20180228/cwp_models.ts +50 -1
- package/src/services/cynosdb/v20190107/cynosdb_client.ts +29 -14
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +172 -42
- package/src/services/dlc/v20210125/dlc_models.ts +26 -2
- package/src/services/dnspod/v20210323/dnspod_client.ts +115 -36
- package/src/services/dnspod/v20210323/dnspod_models.ts +531 -19
- package/src/services/domain/v20180808/domain_models.ts +1 -0
- package/src/services/dts/v20211206/dts_models.ts +17 -5
- package/src/services/eb/v20210416/eb_models.ts +16 -1
- package/src/services/essbasic/v20210526/essbasic_client.ts +12 -0
- package/src/services/essbasic/v20210526/essbasic_models.ts +40 -0
- package/src/services/faceid/v20180301/faceid_models.ts +5 -5
- package/src/services/iotvideo/v20211125/iotvideo_models.ts +6 -0
- package/src/services/lcic/v20220817/lcic_client.ts +12 -0
- package/src/services/lcic/v20220817/lcic_models.ts +55 -0
- package/src/services/monitor/v20180724/monitor_models.ts +4 -4
- package/src/services/nlp/v20190408/nlp_client.ts +0 -5
- package/src/services/nlp/v20190408/nlp_models.ts +2 -2
- package/src/services/redis/v20180412/redis_models.ts +3 -3
- package/src/services/tcb/v20180608/tcb_models.ts +20 -10
- package/src/services/tem/v20210701/tem_models.ts +42 -0
- package/src/services/tione/v20211111/tione_models.ts +36 -1
- package/src/services/tke/v20180525/tke_models.ts +23 -13
- package/src/services/tsf/v20180326/tsf_models.ts +17 -0
- package/src/services/tts/v20190823/tts_models.ts +7 -3
- package/src/services/vod/v20180717/vod_client.ts +23 -6
- package/src/services/vod/v20180717/vod_models.ts +760 -140
- package/src/services/vpc/v20170312/vpc_models.ts +7 -2
- package/src/services/wedata/v20210820/wedata_client.ts +2 -0
- package/src/services/wedata/v20210820/wedata_models.ts +85 -0
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/asr/v20190614/asr_models.d.ts +4 -4
- package/tencentcloud/services/bma/index.d.ts +4 -0
- package/tencentcloud/services/bma/index.js +2 -0
- package/tencentcloud/services/bma/v20221115/bma_client.d.ts +54 -0
- package/tencentcloud/services/bma/v20221115/bma_client.js +97 -0
- package/tencentcloud/services/bma/v20221115/bma_models.d.ts +719 -0
- package/tencentcloud/services/bma/v20221115/bma_models.js +18 -0
- package/tencentcloud/services/bma/v20221115/index.d.ts +6 -0
- package/tencentcloud/services/bma/v20221115/index.js +9 -0
- package/tencentcloud/services/bmeip/v20180625/bmeip_client.d.ts +2 -2
- package/tencentcloud/services/bmeip/v20180625/bmeip_client.js +2 -2
- package/tencentcloud/services/bmeip/v20180625/bmeip_models.d.ts +5 -5
- package/tencentcloud/services/car/v20220110/car_models.d.ts +1 -1
- package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +15 -1
- package/tencentcloud/services/cdb/v20170320/cdb_client.js +16 -0
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +26 -0
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +5 -0
- package/tencentcloud/services/clb/v20180317/clb_client.d.ts +9 -5
- package/tencentcloud/services/clb/v20180317/clb_client.js +11 -5
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +38 -0
- package/tencentcloud/services/cls/v20201016/cls_client.d.ts +2 -2
- package/tencentcloud/services/cls/v20201016/cls_client.js +2 -2
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +3 -3
- package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +7 -3
- package/tencentcloud/services/cwp/v20180228/cwp_client.js +9 -3
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +43 -1
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +9 -5
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +12 -6
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +146 -36
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +22 -2
- package/tencentcloud/services/dnspod/v20210323/dnspod_client.d.ts +37 -13
- package/tencentcloud/services/dnspod/v20210323/dnspod_client.js +54 -18
- package/tencentcloud/services/dnspod/v20210323/dnspod_models.d.ts +450 -17
- package/tencentcloud/services/domain/v20180808/domain_models.d.ts +1 -0
- package/tencentcloud/services/dts/v20211206/dts_models.d.ts +15 -5
- package/tencentcloud/services/eb/v20210416/eb_models.d.ts +13 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +5 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +6 -0
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +34 -0
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +5 -5
- package/tencentcloud/services/iotvideo/v20211125/iotvideo_models.d.ts +5 -0
- package/tencentcloud/services/lcic/v20220817/lcic_client.d.ts +5 -1
- package/tencentcloud/services/lcic/v20220817/lcic_client.js +6 -0
- package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +46 -0
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +4 -4
- package/tencentcloud/services/nlp/v20190408/nlp_client.d.ts +0 -5
- package/tencentcloud/services/nlp/v20190408/nlp_client.js +0 -5
- package/tencentcloud/services/nlp/v20190408/nlp_models.d.ts +2 -2
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +3 -3
- package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +18 -10
- package/tencentcloud/services/tem/v20210701/tem_models.d.ts +35 -0
- package/tencentcloud/services/tione/v20211111/tione_models.d.ts +30 -1
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +21 -13
- package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +14 -0
- package/tencentcloud/services/tts/v20190823/tts_models.d.ts +6 -2
- package/tencentcloud/services/vod/v20180717/vod_client.d.ts +1 -2
- package/tencentcloud/services/vod/v20180717/vod_client.js +0 -1
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +673 -134
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +6 -2
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +70 -0
- package/test/bma.v20221115.test.js +131 -0
- package/test/cdb.v20170320.test.js +10 -0
- package/test/clb.v20180317.test.js +12 -2
- package/test/cwp.v20180228.test.js +12 -2
- package/test/cynosdb.v20190107.test.js +14 -4
- package/test/dnspod.v20210323.test.js +74 -14
- package/test/essbasic.v20210526.test.js +10 -0
- package/test/lcic.v20220817.test.js +10 -0
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
| advisor | [云顾问](https://cloud.tencent.com/document/product/1264) | 2023-02-01 01:01:26 |
|
|
7
7
|
| af | [借贷反欺诈](https://cloud.tencent.com/document/product/668) | 2022-05-23 06:01:54 |
|
|
8
8
|
| afc | [定制建模](https://cloud.tencent.com/document/product/1029) | 2023-02-01 01:01:37 |
|
|
9
|
-
| ame | [正版曲库直通车](https://cloud.tencent.com/document/product/1155) | 2023-02-
|
|
9
|
+
| ame | [正版曲库直通车](https://cloud.tencent.com/document/product/1155) | 2023-02-15 01:06:04 |
|
|
10
10
|
| ams | [音频内容安全](https://cloud.tencent.com/document/product/1219) | 2022-12-29 10:01:58 |
|
|
11
11
|
| anicloud | [动效素材服务](https://cloud.tencent.com/document/product/1641) | 2022-12-21 18:48:21 |
|
|
12
12
|
| antiddos | [T-Sec-DDoS防护(Anti-DDoS)](https://cloud.tencent.com/document/product/1021) | 2023-02-10 01:02:06 |
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
| apigateway | [API 网关](https://cloud.tencent.com/document/product/628) | 2022-11-09 06:09:16 |
|
|
17
17
|
| apm | [应用性能观测](https://cloud.tencent.com/document/product/1463) | 2023-02-13 01:07:47 |
|
|
18
18
|
| as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2023-02-06 01:03:29 |
|
|
19
|
-
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2023-02-
|
|
19
|
+
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2023-02-16 01:07:50 |
|
|
20
20
|
| asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2022-04-04 06:08:40 |
|
|
21
21
|
| ba | [网站备案](https://cloud.tencent.com/document/product/243) | 2022-04-04 06:08:45 |
|
|
22
22
|
| batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2022-12-09 01:11:02 |
|
|
@@ -25,8 +25,8 @@
|
|
|
25
25
|
| billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2023-02-09 01:05:16 |
|
|
26
26
|
| bizlive | [商业直播](https://cloud.tencent.com/document/product) | 2020-03-10 01:08:07 |
|
|
27
27
|
| bm | [黑石物理服务器CPM](https://cloud.tencent.com/document/product/386) | 2023-01-11 11:01:36 |
|
|
28
|
-
| bma | [品牌经营管家](https://cloud.tencent.com/document/product/1296) | 2023-
|
|
29
|
-
| bmeip | [黑石弹性公网IP](https://cloud.tencent.com/document/product/1028) |
|
|
28
|
+
| bma | [品牌经营管家](https://cloud.tencent.com/document/product/1296) | 2023-02-16 01:09:07 |
|
|
29
|
+
| bmeip | [黑石弹性公网IP](https://cloud.tencent.com/document/product/1028) | 2023-02-15 01:10:21 |
|
|
30
30
|
| bmlb | [黑石负载均衡](https://cloud.tencent.com/document/product/1027) | 2022-04-04 06:09:37 |
|
|
31
31
|
| bmvpc | [黑石私有网络](https://cloud.tencent.com/document/product/1024) | 2022-04-15 06:02:36 |
|
|
32
32
|
| bpaas | [商业流程服务](https://cloud.tencent.com/document/product/1083) | 2022-12-15 01:10:28 |
|
|
@@ -35,12 +35,12 @@
|
|
|
35
35
|
| btoe | [区块链可信取证](https://cloud.tencent.com/document/product/1259) | 2023-01-12 01:05:12 |
|
|
36
36
|
| cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2023-02-01 01:06:11 |
|
|
37
37
|
| captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2022-12-15 01:11:14 |
|
|
38
|
-
| car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2023-
|
|
38
|
+
| car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2023-02-15 01:12:22 |
|
|
39
39
|
| casb | [云访问安全代理](https://cloud.tencent.com/document/product/1303) | 2022-12-26 10:53:16 |
|
|
40
40
|
| cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2022-12-12 01:11:14 |
|
|
41
41
|
| cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2023-02-10 01:08:35 |
|
|
42
42
|
| ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2023-02-09 01:09:05 |
|
|
43
|
-
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-02-
|
|
43
|
+
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-02-16 01:11:25 |
|
|
44
44
|
| cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2022-12-15 01:12:58 |
|
|
45
45
|
| cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2023-02-10 01:10:44 |
|
|
46
46
|
| cds | [T-Sec-数据安全审计(DSA)](https://cloud.tencent.com/document/product/856) | 2022-10-31 06:15:53 |
|
|
@@ -53,21 +53,21 @@
|
|
|
53
53
|
| cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2022-06-27 06:06:02 |
|
|
54
54
|
| cim | [](https://cloud.tencent.com/document/product) | 2019-05-16 17:21:18 |
|
|
55
55
|
| cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
|
|
56
|
-
| ckafka | [消息队列 CKafka](https://cloud.tencent.com/document/product/597) | 2023-02-
|
|
57
|
-
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2023-02-
|
|
56
|
+
| ckafka | [消息队列 CKafka](https://cloud.tencent.com/document/product/597) | 2023-02-16 01:14:17 |
|
|
57
|
+
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2023-02-16 01:14:51 |
|
|
58
58
|
| cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2023-02-07 01:15:35 |
|
|
59
59
|
| cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2022-12-14 01:17:29 |
|
|
60
60
|
| cloudstudio | [Cloud Studio(云端 IDE)](https://cloud.tencent.com/document/product/1039) | 2022-10-31 06:18:55 |
|
|
61
|
-
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2023-02-
|
|
61
|
+
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2023-02-15 01:18:16 |
|
|
62
62
|
| cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2023-02-09 01:15:56 |
|
|
63
63
|
| cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2022-11-16 06:15:44 |
|
|
64
64
|
| cms | [内容安全](https://cloud.tencent.com/document/product) | 2020-10-29 08:03:08 |
|
|
65
65
|
| cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2023-02-01 01:13:56 |
|
|
66
66
|
| cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
|
|
67
67
|
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2023-02-10 01:22:56 |
|
|
68
|
-
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2023-02-
|
|
68
|
+
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2023-02-16 01:18:30 |
|
|
69
69
|
| cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
|
|
70
|
-
| cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2023-02-
|
|
70
|
+
| cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2023-02-15 01:22:55 |
|
|
71
71
|
| dasb | [T-Sec-堡垒机(BH)](https://cloud.tencent.com/document/product/1025) | 2023-02-07 01:23:16 |
|
|
72
72
|
| dataintegration | [数据接入平台](https://cloud.tencent.com/document/product/1591) | 2022-07-26 15:32:15 |
|
|
73
73
|
| dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2023-01-13 01:19:41 |
|
|
@@ -75,14 +75,14 @@
|
|
|
75
75
|
| dbdc | [云数据库独享集群](https://cloud.tencent.com/document/product/1322) | 2022-11-23 06:23:05 |
|
|
76
76
|
| dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2022-10-26 06:29:47 |
|
|
77
77
|
| dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2023-02-02 01:18:41 |
|
|
78
|
-
| dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2023-02-
|
|
79
|
-
| dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2023-02-
|
|
80
|
-
| domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2023-02-
|
|
78
|
+
| dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2023-02-16 01:22:07 |
|
|
79
|
+
| dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2023-02-16 01:22:40 |
|
|
80
|
+
| domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2023-02-15 01:27:06 |
|
|
81
81
|
| drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2022-04-04 06:38:48 |
|
|
82
82
|
| ds | [文档服务](https://cloud.tencent.com/document/product/869) | 2023-02-01 01:21:28 |
|
|
83
83
|
| dtf | [分布式事务](https://cloud.tencent.com/document/product/1224) | 2022-04-04 06:38:57 |
|
|
84
|
-
| dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2023-02-
|
|
85
|
-
| eb | [事件总线](https://cloud.tencent.com/document/product/1359) | 2023-02-
|
|
84
|
+
| dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2023-02-16 01:24:00 |
|
|
85
|
+
| eb | [事件总线](https://cloud.tencent.com/document/product/1359) | 2023-02-16 01:24:24 |
|
|
86
86
|
| ecc | [英文作文批改](https://cloud.tencent.com/document/product/1076) | 2022-04-04 06:39:27 |
|
|
87
87
|
| ecdn | [全站加速网络](https://cloud.tencent.com/document/product/570) | 2022-04-08 06:06:57 |
|
|
88
88
|
| ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2023-02-06 01:39:29 |
|
|
@@ -90,10 +90,10 @@
|
|
|
90
90
|
| eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2022-11-16 06:22:42 |
|
|
91
91
|
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2023-02-14 01:26:03 |
|
|
92
92
|
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2023-02-01 01:24:04 |
|
|
93
|
-
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-02-14 01:
|
|
94
|
-
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-02-
|
|
93
|
+
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-02-14 15:01:40 |
|
|
94
|
+
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-02-15 17:31:06 |
|
|
95
95
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2023-02-14 01:27:28 |
|
|
96
|
-
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-02-
|
|
96
|
+
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-02-15 01:31:45 |
|
|
97
97
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2023-02-02 01:28:41 |
|
|
98
98
|
| ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2022-04-04 06:43:12 |
|
|
99
99
|
| gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2023-02-01 01:25:50 |
|
|
@@ -116,15 +116,15 @@
|
|
|
116
116
|
| iotcloud | [物联网通信](https://cloud.tencent.com/document/product/634) | 2022-08-16 06:27:22 |
|
|
117
117
|
| iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2022-12-12 01:29:57 |
|
|
118
118
|
| iottid | [物联网设备身份认证](https://cloud.tencent.com/document/product/1086) | 2022-04-04 06:49:46 |
|
|
119
|
-
| iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2023-02-
|
|
119
|
+
| iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2023-02-15 01:37:52 |
|
|
120
120
|
| iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2022-11-17 06:31:48 |
|
|
121
121
|
| irp | [智能推荐平台](https://cloud.tencent.com/document/product/1541) | 2023-02-14 01:34:13 |
|
|
122
122
|
| ivld | [媒体智能标签](https://cloud.tencent.com/document/product/1509) | 2022-10-28 11:32:11 |
|
|
123
123
|
| keewidb | [云数据库 KeeWiDB](https://cloud.tencent.com/document/product/1520) | 2023-02-07 16:41:11 |
|
|
124
124
|
| kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2022-12-13 10:37:12 |
|
|
125
|
-
| lcic | [低代码互动课堂](https://cloud.tencent.com/document/product/1639) | 2023-02-
|
|
125
|
+
| lcic | [低代码互动课堂](https://cloud.tencent.com/document/product/1639) | 2023-02-16 01:33:21 |
|
|
126
126
|
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2023-02-02 01:35:45 |
|
|
127
|
-
| live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-02-
|
|
127
|
+
| live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-02-16 01:34:01 |
|
|
128
128
|
| lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
|
|
129
129
|
| lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
|
|
130
130
|
| mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2023-01-31 01:40:45 |
|
|
@@ -134,13 +134,13 @@
|
|
|
134
134
|
| mmps | [小程序安全](https://cloud.tencent.com/document/product/1223) | 2023-01-10 01:33:47 |
|
|
135
135
|
| mna | [移动网络加速](https://cloud.tencent.com/document/product/1385) | 2022-11-17 11:16:37 |
|
|
136
136
|
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2023-02-03 01:32:59 |
|
|
137
|
-
| monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2023-02-
|
|
137
|
+
| monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2023-02-16 01:41:36 |
|
|
138
138
|
| mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2023-02-02 01:40:19 |
|
|
139
139
|
| mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2022-12-08 01:38:36 |
|
|
140
140
|
| ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2023-01-11 01:32:47 |
|
|
141
141
|
| msp | [迁移服务平台](https://cloud.tencent.com/document/product/659) | 2022-04-04 07:00:13 |
|
|
142
142
|
| mvj | [营销价值判断](https://cloud.tencent.com/document/product) | 2020-03-19 08:11:44 |
|
|
143
|
-
| nlp | [自然语言处理](https://cloud.tencent.com/document/product/271) |
|
|
143
|
+
| nlp | [自然语言处理](https://cloud.tencent.com/document/product/271) | 2023-02-15 01:45:01 |
|
|
144
144
|
| npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
|
|
145
145
|
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2023-01-31 01:44:52 |
|
|
146
146
|
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-01-10 01:36:47 |
|
|
@@ -151,7 +151,7 @@
|
|
|
151
151
|
| privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2022-12-09 01:52:05 |
|
|
152
152
|
| pts | [云压测](https://cloud.tencent.com/document/product/1484) | 2023-02-07 01:48:09 |
|
|
153
153
|
| rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2022-09-23 06:43:17 |
|
|
154
|
-
| redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2023-02-
|
|
154
|
+
| redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2023-02-15 01:47:47 |
|
|
155
155
|
| region | [地域管理系统](https://cloud.tencent.com/document/product/1596) | 2022-12-28 01:09:18 |
|
|
156
156
|
| rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2022-04-04 07:04:04 |
|
|
157
157
|
| rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-04-04 07:04:06 |
|
|
@@ -178,7 +178,7 @@
|
|
|
178
178
|
| tbm | [](https://cloud.tencent.com/document/product) | 2019-03-29 14:49:11 |
|
|
179
179
|
| tbp | [腾讯智能对话平台](https://cloud.tencent.com/document/product/1060) | 2022-04-04 07:09:07 |
|
|
180
180
|
| tcaplusdb | [游戏数据库 TcaplusDB](https://cloud.tencent.com/document/product/596) | 2023-01-11 01:39:23 |
|
|
181
|
-
| tcb | [云开发 CloudBase](https://cloud.tencent.com/document/product/876) | 2023-02-
|
|
181
|
+
| tcb | [云开发 CloudBase](https://cloud.tencent.com/document/product/876) | 2023-02-16 01:54:52 |
|
|
182
182
|
| tcbr | [云托管 CloudBase Run](https://cloud.tencent.com/document/product/1243) | 2023-02-14 01:48:14 |
|
|
183
183
|
| tcex | [腾讯云释义](https://cloud.tencent.com/document/product/1266) | 2022-07-21 06:17:29 |
|
|
184
184
|
| tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
|
|
@@ -189,36 +189,36 @@
|
|
|
189
189
|
| tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2023-01-31 01:58:44 |
|
|
190
190
|
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-02-10 02:03:51 |
|
|
191
191
|
| tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2022-12-06 07:10:10 |
|
|
192
|
-
| tem | [弹性微服务 TEM](https://cloud.tencent.com/document/product/1371) | 2023-02-
|
|
193
|
-
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-02-
|
|
194
|
-
| thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2023-02-
|
|
192
|
+
| tem | [弹性微服务 TEM](https://cloud.tencent.com/document/product/1371) | 2023-02-16 01:58:58 |
|
|
193
|
+
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-02-15 01:58:46 |
|
|
194
|
+
| thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2023-02-15 02:03:41 |
|
|
195
195
|
| tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
|
|
196
196
|
| tic | [资源编排 TIC](https://cloud.tencent.com/document/product/1213) | 2022-10-31 06:55:14 |
|
|
197
197
|
| ticm | [智能鉴黄](https://cloud.tencent.com/document/product/864) | 2021-01-07 08:08:15 |
|
|
198
198
|
| tics | [威胁情报云查服务](https://cloud.tencent.com/document/product/1013) | 2022-04-04 07:16:59 |
|
|
199
199
|
| tiems | [腾讯云 TI 平台 TI-EMS ](https://cloud.tencent.com/document/product/1120) | 2022-07-19 06:19:39 |
|
|
200
200
|
| tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2023-02-08 02:09:17 |
|
|
201
|
-
| tione | [腾讯云 TI 平台 TI-ONE](https://cloud.tencent.com/document/product/851) | 2023-02-
|
|
201
|
+
| tione | [腾讯云 TI 平台 TI-ONE](https://cloud.tencent.com/document/product/851) | 2023-02-15 02:04:48 |
|
|
202
202
|
| tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2023-01-16 02:13:33 |
|
|
203
|
-
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2023-02-
|
|
203
|
+
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2023-02-16 02:02:16 |
|
|
204
204
|
| tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
|
|
205
205
|
| tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2022-11-18 06:55:59 |
|
|
206
206
|
| tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2023-01-09 01:52:45 |
|
|
207
207
|
| trdp | [流量风险决策平台](https://cloud.tencent.com/document/product/1604) | 2022-12-07 07:14:03 |
|
|
208
208
|
| trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2023-01-31 02:06:12 |
|
|
209
|
-
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2023-
|
|
209
|
+
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2023-02-15 02:08:18 |
|
|
210
210
|
| tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2023-02-10 02:12:51 |
|
|
211
|
-
| tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2023-02-
|
|
211
|
+
| tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2023-02-16 02:04:15 |
|
|
212
212
|
| tsw | [微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2022-10-31 06:59:44 |
|
|
213
|
-
| tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2023-02-
|
|
213
|
+
| tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2023-02-15 02:10:16 |
|
|
214
214
|
| ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2022-04-04 07:22:44 |
|
|
215
215
|
| vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2022-11-16 06:46:30 |
|
|
216
216
|
| vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2022-04-04 07:22:54 |
|
|
217
|
-
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-02-
|
|
218
|
-
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-02-
|
|
217
|
+
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-02-16 02:06:38 |
|
|
218
|
+
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-02-16 02:07:49 |
|
|
219
219
|
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-02-06 02:56:05 |
|
|
220
220
|
| wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2022-10-12 07:10:28 |
|
|
221
|
-
| wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-02-
|
|
221
|
+
| wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-02-15 02:14:22 |
|
|
222
222
|
| wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
|
|
223
223
|
| yinsuda | [音速达直播音乐版权引擎](https://cloud.tencent.com/document/product/1592) | 2023-01-09 01:59:51 |
|
|
224
224
|
| youmall | [](https://cloud.tencent.com/document/product) | 2019-01-11 11:24:15 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.540"
|
|
@@ -1055,24 +1055,24 @@ export interface SentenceRecognitionResponse {
|
|
|
1055
1055
|
/**
|
|
1056
1056
|
* 识别结果。
|
|
1057
1057
|
*/
|
|
1058
|
-
Result
|
|
1058
|
+
Result?: string
|
|
1059
1059
|
|
|
1060
1060
|
/**
|
|
1061
1061
|
* 请求的音频时长,单位为ms
|
|
1062
1062
|
*/
|
|
1063
|
-
AudioDuration
|
|
1063
|
+
AudioDuration?: number
|
|
1064
1064
|
|
|
1065
1065
|
/**
|
|
1066
1066
|
* 词时间戳列表的长度
|
|
1067
1067
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1068
1068
|
*/
|
|
1069
|
-
WordSize
|
|
1069
|
+
WordSize?: number
|
|
1070
1070
|
|
|
1071
1071
|
/**
|
|
1072
1072
|
* 词时间戳列表
|
|
1073
1073
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1074
1074
|
*/
|
|
1075
|
-
WordList
|
|
1075
|
+
WordList?: Array<SentenceWord>
|
|
1076
1076
|
|
|
1077
1077
|
/**
|
|
1078
1078
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -0,0 +1,170 @@
|
|
|
1
|
+
/* eslint-disable @typescript-eslint/no-unused-vars */
|
|
2
|
+
/*
|
|
3
|
+
* Copyright (c) 2018 THL A29 Limited, a Tencent company. All Rights Reserved.
|
|
4
|
+
*
|
|
5
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
|
+
* you may not use this file except in compliance with the License.
|
|
7
|
+
* You may obtain a copy of the License at
|
|
8
|
+
*
|
|
9
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
10
|
+
*
|
|
11
|
+
* Unless required by applicable law or agreed to in writing,
|
|
12
|
+
* software distributed under the License is distributed on an
|
|
13
|
+
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
14
|
+
* KIND, either express or implied. See the License for the
|
|
15
|
+
* specific language governing permissions and limitations
|
|
16
|
+
* under the License.
|
|
17
|
+
*/
|
|
18
|
+
import { AbstractClient } from "../../../common/abstract_client"
|
|
19
|
+
import { ClientConfig } from "../../../common/interface"
|
|
20
|
+
import {
|
|
21
|
+
CreateBPFakeAPPResponse,
|
|
22
|
+
DeleteBPWhiteListResponse,
|
|
23
|
+
DescribeBPBrandsResponse,
|
|
24
|
+
DescribeBPBrandsRequest,
|
|
25
|
+
CreateBPBrandRequest,
|
|
26
|
+
DescribeBPFakeURLsRequest,
|
|
27
|
+
FakeAPPData,
|
|
28
|
+
WhiteListData,
|
|
29
|
+
TrademarkData,
|
|
30
|
+
DescribeBPFakeURLsResponse,
|
|
31
|
+
CreateBPFakeURLRequest,
|
|
32
|
+
CreateBPFakeAPPListResponse,
|
|
33
|
+
DescribeBPWhiteListsResponse,
|
|
34
|
+
CreateBPFakeAPPListRequest,
|
|
35
|
+
Filter,
|
|
36
|
+
CreateBPWhiteListResponse,
|
|
37
|
+
ServiceData,
|
|
38
|
+
FakeURLData,
|
|
39
|
+
DeleteBPWhiteListRequest,
|
|
40
|
+
DescribeBPWhiteListsRequest,
|
|
41
|
+
CreateBPFakeURLsResponse,
|
|
42
|
+
DescribeBPFakeAPPListRequest,
|
|
43
|
+
CreateBPFakeAPPRequest,
|
|
44
|
+
BrandData,
|
|
45
|
+
CreateBPBrandResponse,
|
|
46
|
+
CreateBPFakeURLResponse,
|
|
47
|
+
CreateBPWhiteListRequest,
|
|
48
|
+
CreateBPFakeURLsRequest,
|
|
49
|
+
DescribeBPFakeAPPListResponse,
|
|
50
|
+
} from "./bma_models"
|
|
51
|
+
|
|
52
|
+
/**
|
|
53
|
+
* bma client
|
|
54
|
+
* @class
|
|
55
|
+
*/
|
|
56
|
+
export class Client extends AbstractClient {
|
|
57
|
+
constructor(clientConfig: ClientConfig) {
|
|
58
|
+
super("bma.tencentcloudapi.com", "2022-11-15", clientConfig)
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
/**
|
|
62
|
+
* 查询白名单列表
|
|
63
|
+
*/
|
|
64
|
+
async DescribeBPWhiteLists(
|
|
65
|
+
req: DescribeBPWhiteListsRequest,
|
|
66
|
+
cb?: (error: string, rep: DescribeBPWhiteListsResponse) => void
|
|
67
|
+
): Promise<DescribeBPWhiteListsResponse> {
|
|
68
|
+
return this.request("DescribeBPWhiteLists", req, cb)
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
/**
|
|
72
|
+
* 添加白名单
|
|
73
|
+
*/
|
|
74
|
+
async CreateBPWhiteList(
|
|
75
|
+
req: CreateBPWhiteListRequest,
|
|
76
|
+
cb?: (error: string, rep: CreateBPWhiteListResponse) => void
|
|
77
|
+
): Promise<CreateBPWhiteListResponse> {
|
|
78
|
+
return this.request("CreateBPWhiteList", req, cb)
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
/**
|
|
82
|
+
* 仿冒应用举报
|
|
83
|
+
*/
|
|
84
|
+
async CreateBPFakeAPP(
|
|
85
|
+
req: CreateBPFakeAPPRequest,
|
|
86
|
+
cb?: (error: string, rep: CreateBPFakeAPPResponse) => void
|
|
87
|
+
): Promise<CreateBPFakeAPPResponse> {
|
|
88
|
+
return this.request("CreateBPFakeAPP", req, cb)
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
/**
|
|
92
|
+
* 删除白名单
|
|
93
|
+
*/
|
|
94
|
+
async DeleteBPWhiteList(
|
|
95
|
+
req: DeleteBPWhiteListRequest,
|
|
96
|
+
cb?: (error: string, rep: DeleteBPWhiteListResponse) => void
|
|
97
|
+
): Promise<DeleteBPWhiteListResponse> {
|
|
98
|
+
return this.request("DeleteBPWhiteList", req, cb)
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
/**
|
|
102
|
+
* 批量仿冒网址举报
|
|
103
|
+
*/
|
|
104
|
+
async CreateBPFakeURLs(
|
|
105
|
+
req: CreateBPFakeURLsRequest,
|
|
106
|
+
cb?: (error: string, rep: CreateBPFakeURLsResponse) => void
|
|
107
|
+
): Promise<CreateBPFakeURLsResponse> {
|
|
108
|
+
return this.request("CreateBPFakeURLs", req, cb)
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
/**
|
|
112
|
+
* 添加品牌
|
|
113
|
+
*/
|
|
114
|
+
async CreateBPBrand(
|
|
115
|
+
req: CreateBPBrandRequest,
|
|
116
|
+
cb?: (error: string, rep: CreateBPBrandResponse) => void
|
|
117
|
+
): Promise<CreateBPBrandResponse> {
|
|
118
|
+
return this.request("CreateBPBrand", req, cb)
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
/**
|
|
122
|
+
* 查询品牌列表
|
|
123
|
+
*/
|
|
124
|
+
async DescribeBPBrands(
|
|
125
|
+
req?: DescribeBPBrandsRequest,
|
|
126
|
+
cb?: (error: string, rep: DescribeBPBrandsResponse) => void
|
|
127
|
+
): Promise<DescribeBPBrandsResponse> {
|
|
128
|
+
return this.request("DescribeBPBrands", req, cb)
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
/**
|
|
132
|
+
* 批量仿冒应用举报
|
|
133
|
+
*/
|
|
134
|
+
async CreateBPFakeAPPList(
|
|
135
|
+
req: CreateBPFakeAPPListRequest,
|
|
136
|
+
cb?: (error: string, rep: CreateBPFakeAPPListResponse) => void
|
|
137
|
+
): Promise<CreateBPFakeAPPListResponse> {
|
|
138
|
+
return this.request("CreateBPFakeAPPList", req, cb)
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
/**
|
|
142
|
+
* 查询仿冒应用列表
|
|
143
|
+
*/
|
|
144
|
+
async DescribeBPFakeAPPList(
|
|
145
|
+
req: DescribeBPFakeAPPListRequest,
|
|
146
|
+
cb?: (error: string, rep: DescribeBPFakeAPPListResponse) => void
|
|
147
|
+
): Promise<DescribeBPFakeAPPListResponse> {
|
|
148
|
+
return this.request("DescribeBPFakeAPPList", req, cb)
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
/**
|
|
152
|
+
* 查询仿冒网址列表
|
|
153
|
+
*/
|
|
154
|
+
async DescribeBPFakeURLs(
|
|
155
|
+
req: DescribeBPFakeURLsRequest,
|
|
156
|
+
cb?: (error: string, rep: DescribeBPFakeURLsResponse) => void
|
|
157
|
+
): Promise<DescribeBPFakeURLsResponse> {
|
|
158
|
+
return this.request("DescribeBPFakeURLs", req, cb)
|
|
159
|
+
}
|
|
160
|
+
|
|
161
|
+
/**
|
|
162
|
+
* 仿冒网址举报
|
|
163
|
+
*/
|
|
164
|
+
async CreateBPFakeURL(
|
|
165
|
+
req: CreateBPFakeURLRequest,
|
|
166
|
+
cb?: (error: string, rep: CreateBPFakeURLResponse) => void
|
|
167
|
+
): Promise<CreateBPFakeURLResponse> {
|
|
168
|
+
return this.request("CreateBPFakeURL", req, cb)
|
|
169
|
+
}
|
|
170
|
+
}
|