tencentcloud-sdk-nodejs 4.0.659 → 4.0.661
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 +690 -0
- package/SERVICE_CHANGELOG.md +873 -214
- package/package.json +1 -1
- package/products.md +28 -28
- package/src/common/sdk_version.ts +1 -1
- package/src/services/asr/v20190614/asr_client.ts +14 -1
- package/src/services/asr/v20190614/asr_models.ts +41 -11
- package/src/services/ccc/v20200210/ccc_client.ts +25 -13
- package/src/services/ccc/v20200210/ccc_models.ts +32 -4
- package/src/services/cls/v20201016/cls_client.ts +2 -1
- package/src/services/cls/v20201016/cls_models.ts +46 -6
- package/src/services/cme/v20191029/cme_models.ts +4 -0
- package/src/services/csip/v20221121/csip_client.ts +13 -0
- package/src/services/csip/v20221121/csip_models.ts +169 -2
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +54 -54
- package/src/services/dasb/v20191018/dasb_models.ts +6 -2
- package/src/services/dlc/v20210125/dlc_models.ts +8 -0
- package/src/services/dts/v20211206/dts_client.ts +6 -4
- package/src/services/dts/v20211206/dts_models.ts +308 -168
- package/src/services/eis/v20210601/eis_models.ts +17 -8
- package/src/services/ess/v20201111/ess_client.ts +16 -10
- package/src/services/ess/v20201111/ess_models.ts +57 -42
- package/src/services/essbasic/v20210526/essbasic_client.ts +4 -4
- package/src/services/essbasic/v20210526/essbasic_models.ts +20 -19
- package/src/services/iotcloud/v20210408/iotcloud_models.ts +79 -59
- package/src/services/iotvideo/v20211125/iotvideo_client.ts +18 -6
- package/src/services/iotvideo/v20211125/iotvideo_models.ts +28 -0
- package/src/services/live/v20180801/live_client.ts +43 -30
- package/src/services/live/v20180801/live_models.ts +123 -82
- package/src/services/ms/v20180408/ms_client.ts +1 -1
- package/src/services/ocr/v20181119/ocr_client.ts +3 -38
- package/src/services/ocr/v20181119/ocr_models.ts +42 -381
- package/src/services/organization/v20210331/organization_client.ts +40 -16
- package/src/services/organization/v20210331/organization_models.ts +156 -112
- package/src/services/rum/v20210622/rum_models.ts +6 -1
- package/src/services/ssl/v20191205/ssl_client.ts +1 -1
- package/src/services/ssl/v20191205/ssl_models.ts +76 -42
- package/src/services/tdmq/v20200217/tdmq_models.ts +32 -0
- package/src/services/tione/v20211111/tione_client.ts +20 -5
- package/src/services/tione/v20211111/tione_models.ts +182 -72
- package/src/services/vpc/v20170312/vpc_client.ts +2 -2
- package/src/services/vpc/v20170312/vpc_models.ts +12 -2
- package/src/services/wedata/v20210820/wedata_models.ts +127 -5
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/asr/v20190614/asr_client.d.ts +5 -1
- package/tencentcloud/services/asr/v20190614/asr_client.js +6 -0
- package/tencentcloud/services/asr/v20190614/asr_models.d.ts +38 -11
- package/tencentcloud/services/ccc/v20200210/ccc_client.d.ts +9 -5
- package/tencentcloud/services/ccc/v20200210/ccc_client.js +12 -6
- package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +30 -4
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +45 -6
- package/tencentcloud/services/cme/v20191029/cme_models.d.ts +4 -0
- package/tencentcloud/services/csip/v20221121/csip_client.d.ts +5 -1
- package/tencentcloud/services/csip/v20221121/csip_client.js +6 -0
- package/tencentcloud/services/csip/v20221121/csip_models.d.ts +166 -2
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +54 -54
- package/tencentcloud/services/dasb/v20191018/dasb_models.d.ts +6 -2
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +8 -0
- package/tencentcloud/services/dts/v20211206/dts_client.d.ts +1 -1
- package/tencentcloud/services/dts/v20211206/dts_models.d.ts +305 -167
- package/tencentcloud/services/eis/v20210601/eis_models.d.ts +17 -8
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +10 -4
- package/tencentcloud/services/ess/v20201111/ess_client.js +10 -4
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +57 -42
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +4 -4
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +4 -4
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +20 -19
- package/tencentcloud/services/iotcloud/v20210408/iotcloud_models.d.ts +79 -59
- package/tencentcloud/services/iotvideo/v20211125/iotvideo_client.d.ts +7 -3
- package/tencentcloud/services/iotvideo/v20211125/iotvideo_client.js +9 -3
- package/tencentcloud/services/iotvideo/v20211125/iotvideo_models.d.ts +26 -0
- package/tencentcloud/services/live/v20180801/live_client.d.ts +30 -17
- package/tencentcloud/services/live/v20180801/live_client.js +30 -17
- package/tencentcloud/services/live/v20180801/live_models.d.ts +123 -82
- package/tencentcloud/services/ms/v20180408/ms_client.d.ts +1 -1
- package/tencentcloud/services/ms/v20180408/ms_client.js +1 -1
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +1 -19
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +0 -22
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +42 -376
- package/tencentcloud/services/organization/v20210331/organization_client.d.ts +13 -5
- package/tencentcloud/services/organization/v20210331/organization_client.js +18 -6
- package/tencentcloud/services/organization/v20210331/organization_models.d.ts +152 -112
- package/tencentcloud/services/rum/v20210622/rum_models.d.ts +6 -1
- package/tencentcloud/services/ssl/v20191205/ssl_client.d.ts +1 -1
- package/tencentcloud/services/ssl/v20191205/ssl_client.js +1 -1
- package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +76 -42
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +32 -0
- package/tencentcloud/services/tione/v20211111/tione_client.d.ts +5 -1
- package/tencentcloud/services/tione/v20211111/tione_client.js +6 -0
- package/tencentcloud/services/tione/v20211111/tione_models.d.ts +177 -72
- package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +2 -2
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +12 -2
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +127 -5
- package/test/asr.v20190614.test.js +10 -0
- package/test/ccc.v20200210.test.js +14 -4
- package/test/csip.v20221121.test.js +10 -0
- package/test/iotvideo.v20211125.test.js +12 -2
- package/test/ocr.v20181119.test.js +0 -20
- package/test/organization.v20210331.test.js +24 -4
- package/test/tione.v20211111.test.js +10 -0
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
| apigateway | [API 网关](https://cloud.tencent.com/document/product/628) | 2023-08-01 01:01:56 |
|
|
18
18
|
| apm | [应用性能监控](https://cloud.tencent.com/document/product/1463) | 2023-07-18 01:07:24 |
|
|
19
19
|
| as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2023-08-04 01:06:13 |
|
|
20
|
-
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2023-08-
|
|
20
|
+
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2023-08-08 01:06:35 |
|
|
21
21
|
| asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2023-05-18 01:04:02 |
|
|
22
22
|
| ba | [网站备案](https://cloud.tencent.com/document/product/243) | 2023-05-18 01:04:06 |
|
|
23
23
|
| batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2023-07-19 01:07:48 |
|
|
@@ -34,13 +34,13 @@
|
|
|
34
34
|
| bri | [业务风险情报](https://cloud.tencent.com/document/product/1064) | 2023-08-03 12:20:37 |
|
|
35
35
|
| bsca | [二进制软件成分分析](https://cloud.tencent.com/document/product/1483) | 2023-05-18 01:06:40 |
|
|
36
36
|
| btoe | [区块链可信取证](https://cloud.tencent.com/document/product/1259) | 2023-05-18 01:06:44 |
|
|
37
|
-
| cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2023-
|
|
37
|
+
| cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2023-08-08 01:07:18 |
|
|
38
38
|
| captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2023-08-04 01:07:04 |
|
|
39
39
|
| car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2023-05-31 01:09:58 |
|
|
40
40
|
| casb | [云访问安全代理](https://cloud.tencent.com/document/product/1303) | 2022-12-26 10:53:16 |
|
|
41
41
|
| cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2023-05-18 01:07:39 |
|
|
42
42
|
| cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2023-08-04 01:07:16 |
|
|
43
|
-
| ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2023-
|
|
43
|
+
| ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2023-08-08 01:09:59 |
|
|
44
44
|
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-08-07 01:07:06 |
|
|
45
45
|
| cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2023-07-28 01:11:59 |
|
|
46
46
|
| cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2023-08-04 01:07:45 |
|
|
@@ -59,42 +59,42 @@
|
|
|
59
59
|
| cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2023-05-18 01:13:28 |
|
|
60
60
|
| cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2023-05-18 01:13:36 |
|
|
61
61
|
| cloudstudio | [Cloud Studio(云端 IDE)](https://cloud.tencent.com/document/product/1039) | 2023-08-03 01:03:28 |
|
|
62
|
-
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2023-08-
|
|
63
|
-
| cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2023-
|
|
62
|
+
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2023-08-08 01:11:32 |
|
|
63
|
+
| cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2023-08-09 01:16:08 |
|
|
64
64
|
| cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2023-08-03 01:03:52 |
|
|
65
65
|
| cms | [内容安全](https://cloud.tencent.com/document/product/669) | 2023-07-11 01:11:56 |
|
|
66
66
|
| cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2023-07-31 01:15:43 |
|
|
67
67
|
| cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
|
|
68
|
-
| csip | [云安全一体化平台](https://cloud.tencent.com/document/product/664) | 2023-
|
|
68
|
+
| csip | [云安全一体化平台](https://cloud.tencent.com/document/product/664) | 2023-08-09 01:17:49 |
|
|
69
69
|
| csxg | [5G入云服务](https://cloud.tencent.com/document/product/1687) | 2023-05-19 11:26:14 |
|
|
70
70
|
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2023-08-02 01:09:12 |
|
|
71
71
|
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2023-08-07 01:09:27 |
|
|
72
72
|
| cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
|
|
73
|
-
| cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2023-08-
|
|
74
|
-
| dasb | [T-Sec-堡垒机(BH)](https://cloud.tencent.com/document/product/1025) | 2023-08-
|
|
73
|
+
| cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2023-08-08 01:14:23 |
|
|
74
|
+
| dasb | [T-Sec-堡垒机(BH)](https://cloud.tencent.com/document/product/1025) | 2023-08-08 01:15:01 |
|
|
75
75
|
| dataintegration | [数据接入平台](https://cloud.tencent.com/document/product/1591) | 2022-07-26 15:32:15 |
|
|
76
76
|
| dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2023-05-18 01:20:11 |
|
|
77
77
|
| dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2023-07-14 01:15:28 |
|
|
78
78
|
| dbdc | [云数据库独享集群](https://cloud.tencent.com/document/product/1322) | 2023-05-18 01:21:33 |
|
|
79
79
|
| dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2023-05-18 01:21:37 |
|
|
80
80
|
| dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2023-06-28 01:18:44 |
|
|
81
|
-
| dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2023-08-
|
|
81
|
+
| dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2023-08-09 01:22:16 |
|
|
82
82
|
| dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2023-08-01 01:18:18 |
|
|
83
83
|
| domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2023-07-24 01:25:15 |
|
|
84
84
|
| drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2023-05-18 01:23:31 |
|
|
85
85
|
| ds | [文档服务](https://cloud.tencent.com/document/product/869) | 2023-05-18 01:23:36 |
|
|
86
86
|
| dtf | [分布式事务](https://cloud.tencent.com/document/product/1224) | 2022-04-04 06:38:57 |
|
|
87
|
-
| dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2023-
|
|
87
|
+
| dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2023-08-09 01:23:41 |
|
|
88
88
|
| eb | [事件总线](https://cloud.tencent.com/document/product/1359) | 2023-05-18 01:24:14 |
|
|
89
89
|
| ecc | [英文作文批改](https://cloud.tencent.com/document/product/1076) | 2023-05-18 01:24:28 |
|
|
90
90
|
| ecdn | [全站加速网络](https://cloud.tencent.com/document/product/570) | 2023-05-18 01:24:35 |
|
|
91
91
|
| ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2023-07-11 01:20:38 |
|
|
92
92
|
| eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2023-05-18 01:25:40 |
|
|
93
|
-
| eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-
|
|
93
|
+
| eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-08-08 01:16:41 |
|
|
94
94
|
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2023-08-01 01:21:59 |
|
|
95
95
|
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2023-07-12 01:24:00 |
|
|
96
|
-
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-08-
|
|
97
|
-
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-08-
|
|
96
|
+
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-08-09 01:26:01 |
|
|
97
|
+
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-08-09 01:26:35 |
|
|
98
98
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2023-07-27 01:13:31 |
|
|
99
99
|
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-08-01 01:24:47 |
|
|
100
100
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2023-07-14 14:55:45 |
|
|
@@ -116,10 +116,10 @@
|
|
|
116
116
|
| iir | [智能识图](https://cloud.tencent.com/document/product/1217) | 2022-04-04 06:48:05 |
|
|
117
117
|
| ims | [图片内容安全](https://cloud.tencent.com/document/product/1125) | 2023-05-18 01:31:36 |
|
|
118
118
|
| iot | [加速物联网套件](https://cloud.tencent.com/document/product/568) | 2023-07-17 01:22:28 |
|
|
119
|
-
| iotcloud | [物联网通信](https://cloud.tencent.com/document/product/634) | 2023-
|
|
119
|
+
| iotcloud | [物联网通信](https://cloud.tencent.com/document/product/634) | 2023-08-09 01:29:39 |
|
|
120
120
|
| iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2023-07-19 01:27:32 |
|
|
121
121
|
| iottid | [物联网设备身份认证](https://cloud.tencent.com/document/product/1086) | 2023-05-18 01:33:02 |
|
|
122
|
-
| iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2023-
|
|
122
|
+
| iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2023-08-09 01:31:19 |
|
|
123
123
|
| iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2023-05-18 01:34:37 |
|
|
124
124
|
| irp | [智能推荐平台](https://cloud.tencent.com/document/product/1541) | 2023-06-13 01:25:28 |
|
|
125
125
|
| iss | [智能视图计算平台](https://cloud.tencent.com/document/product/1344) | 2023-08-07 15:48:42 |
|
|
@@ -128,7 +128,7 @@
|
|
|
128
128
|
| kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2023-05-18 01:35:58 |
|
|
129
129
|
| lcic | [低代码互动课堂](https://cloud.tencent.com/document/product/1639) | 2023-07-31 01:30:04 |
|
|
130
130
|
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2023-07-25 11:04:43 |
|
|
131
|
-
| live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-08-
|
|
131
|
+
| live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-08-09 01:34:19 |
|
|
132
132
|
| lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
|
|
133
133
|
| lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
|
|
134
134
|
| mall | [商场客留大数据](https://cloud.tencent.com/document/product/1707) | 2023-07-17 10:16:02 |
|
|
@@ -142,15 +142,15 @@
|
|
|
142
142
|
| monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2023-08-03 01:09:25 |
|
|
143
143
|
| mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2023-08-03 01:09:40 |
|
|
144
144
|
| mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2023-05-18 01:42:01 |
|
|
145
|
-
| ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2023-08-
|
|
145
|
+
| ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2023-08-09 01:39:02 |
|
|
146
146
|
| msp | [迁移服务平台](https://cloud.tencent.com/document/product/659) | 2023-05-18 01:42:21 |
|
|
147
147
|
| mvj | [营销价值判断](https://cloud.tencent.com/document/product) | 2020-03-19 08:11:44 |
|
|
148
148
|
| nlp | [NLP 服务](https://cloud.tencent.com/document/product/271) | 2023-08-02 01:19:12 |
|
|
149
149
|
| npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
|
|
150
|
-
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2023-08-
|
|
151
|
-
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-08-
|
|
150
|
+
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2023-08-09 01:39:21 |
|
|
151
|
+
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-08-09 01:39:38 |
|
|
152
152
|
| omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2023-07-20 01:37:20 |
|
|
153
|
-
| organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2023-
|
|
153
|
+
| organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2023-08-09 01:40:29 |
|
|
154
154
|
| partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2023-07-20 18:40:49 |
|
|
155
155
|
| pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2023-05-18 01:44:14 |
|
|
156
156
|
| postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2023-08-04 01:15:26 |
|
|
@@ -161,18 +161,18 @@
|
|
|
161
161
|
| region | [地域管理系统](https://cloud.tencent.com/document/product/1596) | 2023-08-02 01:20:32 |
|
|
162
162
|
| rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2023-05-18 01:46:50 |
|
|
163
163
|
| rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-04-04 07:04:06 |
|
|
164
|
-
| rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2023-
|
|
164
|
+
| rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2023-08-09 01:43:06 |
|
|
165
165
|
| scf | [云函数](https://cloud.tencent.com/document/product/583) | 2023-08-04 01:16:09 |
|
|
166
166
|
| ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2023-06-28 01:37:26 |
|
|
167
167
|
| smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2023-07-11 01:37:49 |
|
|
168
168
|
| smop | [腾讯安心用户运营平台](https://cloud.tencent.com/document/product/1310) | 2023-05-18 01:47:59 |
|
|
169
169
|
| smpn | [营销号码安全](https://cloud.tencent.com/document/product/1127) | 2023-05-18 01:48:01 |
|
|
170
|
-
| sms | [短信](https://cloud.tencent.com/document/product/382) | 2023-
|
|
170
|
+
| sms | [短信](https://cloud.tencent.com/document/product/382) | 2023-08-09 01:44:22 |
|
|
171
171
|
| soe | [智聆口语评测](https://cloud.tencent.com/document/product/884) | 2023-07-10 01:39:48 |
|
|
172
172
|
| solar | [智汇零售](https://cloud.tencent.com/document/product) | 2020-03-19 08:01:59 |
|
|
173
173
|
| sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2023-08-07 01:16:11 |
|
|
174
174
|
| ssa | [安全运营中心](https://cloud.tencent.com/document/product/664) | 2023-07-26 01:34:12 |
|
|
175
|
-
| ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) | 2023-
|
|
175
|
+
| ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) | 2023-08-09 01:45:30 |
|
|
176
176
|
| sslpod | [证书监控 SSLPod](https://cloud.tencent.com/document/product/1084) | 2023-05-18 01:49:36 |
|
|
177
177
|
| ssm | [凭据管理系统](https://cloud.tencent.com/document/product/1140) | 2023-05-18 01:49:41 |
|
|
178
178
|
| sts | [安全凭证服务](https://cloud.tencent.com/document/product/1312) | 2023-07-19 01:39:05 |
|
|
@@ -184,7 +184,7 @@
|
|
|
184
184
|
| tbaas | [腾讯云区块链服务平台 TBaaS](https://cloud.tencent.com/document/product/663) | 2023-07-24 01:45:22 |
|
|
185
185
|
| tbm | [](https://cloud.tencent.com/document/product) | 2019-03-29 14:49:11 |
|
|
186
186
|
| tbp | [腾讯智能对话平台](https://cloud.tencent.com/document/product/1060) | 2023-06-06 01:55:04 |
|
|
187
|
-
| tcaplusdb | [游戏数据库 TcaplusDB](https://cloud.tencent.com/document/product/596) | 2023-
|
|
187
|
+
| tcaplusdb | [游戏数据库 TcaplusDB](https://cloud.tencent.com/document/product/596) | 2023-08-08 01:23:00 |
|
|
188
188
|
| tcb | [云开发 CloudBase](https://cloud.tencent.com/document/product/876) | 2023-07-21 01:39:45 |
|
|
189
189
|
| tcbr | [云托管 CloudBase Run](https://cloud.tencent.com/document/product/1243) | 2023-05-18 01:51:15 |
|
|
190
190
|
| tcex | [腾讯云释义](https://cloud.tencent.com/document/product/1266) | 2022-07-21 06:17:29 |
|
|
@@ -195,7 +195,7 @@
|
|
|
195
195
|
| tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2023-08-02 01:22:05 |
|
|
196
196
|
| tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2023-06-21 01:36:25 |
|
|
197
197
|
| tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2023-07-24 01:49:20 |
|
|
198
|
-
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-08-
|
|
198
|
+
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-08-09 01:50:17 |
|
|
199
199
|
| tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2023-05-18 01:55:50 |
|
|
200
200
|
| tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2023-05-22 02:01:01 |
|
|
201
201
|
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-08-04 01:18:31 |
|
|
@@ -206,7 +206,7 @@
|
|
|
206
206
|
| tics | [威胁情报云查服务](https://cloud.tencent.com/document/product/1013) | 2023-05-18 01:58:24 |
|
|
207
207
|
| tiems | [腾讯云 TI 平台 TI-EMS ](https://cloud.tencent.com/document/product/1120) | 2022-07-19 06:19:39 |
|
|
208
208
|
| tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2023-07-10 01:48:50 |
|
|
209
|
-
| tione | [TI-ONE 训练平台](https://cloud.tencent.com/document/product/851) | 2023-
|
|
209
|
+
| tione | [TI-ONE 训练平台](https://cloud.tencent.com/document/product/851) | 2023-08-08 22:45:41 |
|
|
210
210
|
| tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2023-08-03 01:13:41 |
|
|
211
211
|
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2023-08-07 01:18:30 |
|
|
212
212
|
| tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
|
|
@@ -226,11 +226,11 @@
|
|
|
226
226
|
| vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2023-05-18 02:04:19 |
|
|
227
227
|
| vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2023-05-18 02:04:23 |
|
|
228
228
|
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-08-04 01:20:16 |
|
|
229
|
-
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-08-
|
|
229
|
+
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-08-09 01:58:05 |
|
|
230
230
|
| vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2023-07-18 01:58:58 |
|
|
231
231
|
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-07-31 01:50:43 |
|
|
232
232
|
| wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2023-07-18 01:59:28 |
|
|
233
|
-
| wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-08-
|
|
233
|
+
| wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-08-09 02:00:26 |
|
|
234
234
|
| wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
|
|
235
235
|
| yinsuda | [音速达直播音乐版权引擎](https://cloud.tencent.com/document/product/1592) | 2023-06-22 02:06:43 |
|
|
236
236
|
| 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.661"
|
|
@@ -60,23 +60,26 @@ import {
|
|
|
60
60
|
GetCustomizationListRequest,
|
|
61
61
|
UpdateAsrVocabResponse,
|
|
62
62
|
VoicePrintEnrollRequest,
|
|
63
|
+
VoicePrintVerifyResponse,
|
|
63
64
|
CreateAsrVocabResponse,
|
|
64
65
|
Model,
|
|
65
66
|
CreateAsrVocabRequest,
|
|
66
67
|
GetModelInfoResponse,
|
|
67
68
|
UpdateAsrVocabRequest,
|
|
68
|
-
|
|
69
|
+
VoicePrintCountRequest,
|
|
69
70
|
DescribeTaskStatusRequest,
|
|
70
71
|
SentenceRecognitionResponse,
|
|
71
72
|
VoicePrintUpdateResponse,
|
|
72
73
|
VoicePrintBaseData,
|
|
73
74
|
DeleteCustomizationRequest,
|
|
75
|
+
VoicePrintCountResponse,
|
|
74
76
|
AsyncRecognitionTaskInfo,
|
|
75
77
|
ModifyCustomizationStateResponse,
|
|
76
78
|
DescribeAsyncRecognitionTasksResponse,
|
|
77
79
|
GetAsrVocabListResponse,
|
|
78
80
|
SentenceWord,
|
|
79
81
|
SentenceWords,
|
|
82
|
+
VoicePrintCountData,
|
|
80
83
|
DownloadCustomizationRequest,
|
|
81
84
|
} from "./asr_models"
|
|
82
85
|
|
|
@@ -124,6 +127,16 @@ export class Client extends AbstractClient {
|
|
|
124
127
|
return this.request("GetCustomizationList", req, cb)
|
|
125
128
|
}
|
|
126
129
|
|
|
130
|
+
/**
|
|
131
|
+
* 统计并返回注册的说话人id总数
|
|
132
|
+
*/
|
|
133
|
+
async VoicePrintCount(
|
|
134
|
+
req?: VoicePrintCountRequest,
|
|
135
|
+
cb?: (error: string, rep: VoicePrintCountResponse) => void
|
|
136
|
+
): Promise<VoicePrintCountResponse> {
|
|
137
|
+
return this.request("VoicePrintCount", req, cb)
|
|
138
|
+
}
|
|
139
|
+
|
|
127
140
|
/**
|
|
128
141
|
* 用户通过该接口,可获得所有的热词表及其信息。
|
|
129
142
|
*/
|
|
@@ -982,6 +982,20 @@ export interface VoicePrintEnrollRequest {
|
|
|
982
982
|
SpeakerNick?: string
|
|
983
983
|
}
|
|
984
984
|
|
|
985
|
+
/**
|
|
986
|
+
* VoicePrintVerify返回参数结构体
|
|
987
|
+
*/
|
|
988
|
+
export interface VoicePrintVerifyResponse {
|
|
989
|
+
/**
|
|
990
|
+
* 说话人验证数据
|
|
991
|
+
*/
|
|
992
|
+
Data?: VoicePrintVerifyData
|
|
993
|
+
/**
|
|
994
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
995
|
+
*/
|
|
996
|
+
RequestId?: string
|
|
997
|
+
}
|
|
998
|
+
|
|
985
999
|
/**
|
|
986
1000
|
* CreateAsrVocab返回参数结构体
|
|
987
1001
|
*/
|
|
@@ -1106,18 +1120,9 @@ export interface UpdateAsrVocabRequest {
|
|
|
1106
1120
|
}
|
|
1107
1121
|
|
|
1108
1122
|
/**
|
|
1109
|
-
*
|
|
1123
|
+
* VoicePrintCount请求参数结构体
|
|
1110
1124
|
*/
|
|
1111
|
-
export
|
|
1112
|
-
/**
|
|
1113
|
-
* 说话人验证数据
|
|
1114
|
-
*/
|
|
1115
|
-
Data?: VoicePrintVerifyData
|
|
1116
|
-
/**
|
|
1117
|
-
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1118
|
-
*/
|
|
1119
|
-
RequestId?: string
|
|
1120
|
-
}
|
|
1125
|
+
export type VoicePrintCountRequest = null
|
|
1121
1126
|
|
|
1122
1127
|
/**
|
|
1123
1128
|
* DescribeTaskStatus请求参数结构体
|
|
@@ -1197,6 +1202,20 @@ export interface DeleteCustomizationRequest {
|
|
|
1197
1202
|
ModelId: string
|
|
1198
1203
|
}
|
|
1199
1204
|
|
|
1205
|
+
/**
|
|
1206
|
+
* VoicePrintCount返回参数结构体
|
|
1207
|
+
*/
|
|
1208
|
+
export interface VoicePrintCountResponse {
|
|
1209
|
+
/**
|
|
1210
|
+
* 统计数据
|
|
1211
|
+
*/
|
|
1212
|
+
Data?: VoicePrintCountData
|
|
1213
|
+
/**
|
|
1214
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1215
|
+
*/
|
|
1216
|
+
RequestId?: string
|
|
1217
|
+
}
|
|
1218
|
+
|
|
1200
1219
|
/**
|
|
1201
1220
|
* 音频流异步识别任务信息
|
|
1202
1221
|
*/
|
|
@@ -1297,6 +1316,17 @@ export interface SentenceWords {
|
|
|
1297
1316
|
OffsetEndMs: number
|
|
1298
1317
|
}
|
|
1299
1318
|
|
|
1319
|
+
/**
|
|
1320
|
+
* 统计返回注册数量结构
|
|
1321
|
+
*/
|
|
1322
|
+
export interface VoicePrintCountData {
|
|
1323
|
+
/**
|
|
1324
|
+
* 总数
|
|
1325
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1326
|
+
*/
|
|
1327
|
+
Total?: number
|
|
1328
|
+
}
|
|
1329
|
+
|
|
1300
1330
|
/**
|
|
1301
1331
|
* DownloadCustomization请求参数结构体
|
|
1302
1332
|
*/
|
|
@@ -29,6 +29,7 @@ import {
|
|
|
29
29
|
DescribeAutoCalloutTaskRequest,
|
|
30
30
|
CreateUserSigResponse,
|
|
31
31
|
DescribeIMCdrsResponse,
|
|
32
|
+
CreateAdminURLResponse,
|
|
32
33
|
CreateCallOutSessionResponse,
|
|
33
34
|
DescribeCarrierPrivilegeNumberApplicantsRequest,
|
|
34
35
|
DisableCCCPhoneNumberRequest,
|
|
@@ -66,6 +67,7 @@ import {
|
|
|
66
67
|
AutoCalloutTaskInfo,
|
|
67
68
|
SkillGroupInfoItem,
|
|
68
69
|
ResetExtensionPasswordResponse,
|
|
70
|
+
ModifyStaffResponse,
|
|
69
71
|
ModifyExtensionRequest,
|
|
70
72
|
PSTNSessionInfo,
|
|
71
73
|
Message,
|
|
@@ -116,7 +118,7 @@ import {
|
|
|
116
118
|
DescribeAutoCalloutTasksRequest,
|
|
117
119
|
DescribeChatMessagesRequest,
|
|
118
120
|
DescribeTelSessionResponse,
|
|
119
|
-
|
|
121
|
+
CreateAdminURLRequest,
|
|
120
122
|
DescribeStaffStatusMetricsResponse,
|
|
121
123
|
DescribeCarrierPrivilegeNumberApplicantsResponse,
|
|
122
124
|
HangUpCallResponse,
|
|
@@ -160,13 +162,13 @@ export class Client extends AbstractClient {
|
|
|
160
162
|
}
|
|
161
163
|
|
|
162
164
|
/**
|
|
163
|
-
*
|
|
165
|
+
* 批量查询自动任务外呼
|
|
164
166
|
*/
|
|
165
|
-
async
|
|
166
|
-
req:
|
|
167
|
-
cb?: (error: string, rep:
|
|
168
|
-
): Promise<
|
|
169
|
-
return this.request("
|
|
167
|
+
async DescribeAutoCalloutTasks(
|
|
168
|
+
req: DescribeAutoCalloutTasksRequest,
|
|
169
|
+
cb?: (error: string, rep: DescribeAutoCalloutTasksResponse) => void
|
|
170
|
+
): Promise<DescribeAutoCalloutTasksResponse> {
|
|
171
|
+
return this.request("DescribeAutoCalloutTasks", req, cb)
|
|
170
172
|
}
|
|
171
173
|
|
|
172
174
|
/**
|
|
@@ -260,13 +262,13 @@ export class Client extends AbstractClient {
|
|
|
260
262
|
}
|
|
261
263
|
|
|
262
264
|
/**
|
|
263
|
-
*
|
|
265
|
+
* 创建话机账号
|
|
264
266
|
*/
|
|
265
|
-
async
|
|
266
|
-
req:
|
|
267
|
-
cb?: (error: string, rep:
|
|
268
|
-
): Promise<
|
|
269
|
-
return this.request("
|
|
267
|
+
async CreateExtension(
|
|
268
|
+
req: CreateExtensionRequest,
|
|
269
|
+
cb?: (error: string, rep: CreateExtensionResponse) => void
|
|
270
|
+
): Promise<CreateExtensionResponse> {
|
|
271
|
+
return this.request("CreateExtension", req, cb)
|
|
270
272
|
}
|
|
271
273
|
|
|
272
274
|
/**
|
|
@@ -481,6 +483,16 @@ export class Client extends AbstractClient {
|
|
|
481
483
|
return this.request("CreateUserSig", req, cb)
|
|
482
484
|
}
|
|
483
485
|
|
|
486
|
+
/**
|
|
487
|
+
* 创建管理端访问链接
|
|
488
|
+
*/
|
|
489
|
+
async CreateAdminURL(
|
|
490
|
+
req: CreateAdminURLRequest,
|
|
491
|
+
cb?: (error: string, rep: CreateAdminURLResponse) => void
|
|
492
|
+
): Promise<CreateAdminURLResponse> {
|
|
493
|
+
return this.request("CreateAdminURL", req, cb)
|
|
494
|
+
}
|
|
495
|
+
|
|
484
496
|
/**
|
|
485
497
|
* 获取主被叫受保护的电话服务记录与录音
|
|
486
498
|
*/
|
|
@@ -205,6 +205,20 @@ export interface DescribeIMCdrsResponse {
|
|
|
205
205
|
RequestId?: string
|
|
206
206
|
}
|
|
207
207
|
|
|
208
|
+
/**
|
|
209
|
+
* CreateAdminURL返回参数结构体
|
|
210
|
+
*/
|
|
211
|
+
export interface CreateAdminURLResponse {
|
|
212
|
+
/**
|
|
213
|
+
* 登录链接
|
|
214
|
+
*/
|
|
215
|
+
URL?: string
|
|
216
|
+
/**
|
|
217
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
218
|
+
*/
|
|
219
|
+
RequestId?: string
|
|
220
|
+
}
|
|
221
|
+
|
|
208
222
|
/**
|
|
209
223
|
* CreateCallOutSession返回参数结构体
|
|
210
224
|
*/
|
|
@@ -1235,6 +1249,16 @@ export interface ResetExtensionPasswordResponse {
|
|
|
1235
1249
|
RequestId?: string
|
|
1236
1250
|
}
|
|
1237
1251
|
|
|
1252
|
+
/**
|
|
1253
|
+
* ModifyStaff返回参数结构体
|
|
1254
|
+
*/
|
|
1255
|
+
export interface ModifyStaffResponse {
|
|
1256
|
+
/**
|
|
1257
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1258
|
+
*/
|
|
1259
|
+
RequestId?: string
|
|
1260
|
+
}
|
|
1261
|
+
|
|
1238
1262
|
/**
|
|
1239
1263
|
* ModifyExtension请求参数结构体
|
|
1240
1264
|
*/
|
|
@@ -2590,13 +2614,17 @@ export interface DescribeTelSessionResponse {
|
|
|
2590
2614
|
}
|
|
2591
2615
|
|
|
2592
2616
|
/**
|
|
2593
|
-
*
|
|
2617
|
+
* CreateAdminURL请求参数结构体
|
|
2594
2618
|
*/
|
|
2595
|
-
export interface
|
|
2619
|
+
export interface CreateAdminURLRequest {
|
|
2596
2620
|
/**
|
|
2597
|
-
*
|
|
2621
|
+
* 应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc
|
|
2598
2622
|
*/
|
|
2599
|
-
|
|
2623
|
+
SdkAppId: number
|
|
2624
|
+
/**
|
|
2625
|
+
* 管理员账号
|
|
2626
|
+
*/
|
|
2627
|
+
SeatUserId: string
|
|
2600
2628
|
}
|
|
2601
2629
|
|
|
2602
2630
|
/**
|
|
@@ -95,7 +95,7 @@ import {
|
|
|
95
95
|
DescribeTopicsResponse,
|
|
96
96
|
LogItems,
|
|
97
97
|
ModifyAlarmNoticeRequest,
|
|
98
|
-
|
|
98
|
+
EventLog,
|
|
99
99
|
CreateAlarmRequest,
|
|
100
100
|
DeleteExportResponse,
|
|
101
101
|
PartitionInfo,
|
|
@@ -246,6 +246,7 @@ import {
|
|
|
246
246
|
ParquetInfo,
|
|
247
247
|
DeleteTopicResponse,
|
|
248
248
|
CosRechargeInfo,
|
|
249
|
+
RuleKeyValueInfo,
|
|
249
250
|
DescribeKafkaConsumerRequest,
|
|
250
251
|
ModifyDataTransformResponse,
|
|
251
252
|
DescribeDataTransformInfoResponse,
|
|
@@ -1430,6 +1430,10 @@ auto:自动匹配rfc3164或者rfc5424其中一种协议
|
|
|
1430
1430
|
* 用户自定义元数据信息,MetadataType为2时必填
|
|
1431
1431
|
*/
|
|
1432
1432
|
MetaTags?: Array<MetaTagInfo>
|
|
1433
|
+
/**
|
|
1434
|
+
* windows事件日志采集
|
|
1435
|
+
*/
|
|
1436
|
+
EventLogRules?: Array<EventLog>
|
|
1433
1437
|
}
|
|
1434
1438
|
|
|
1435
1439
|
/**
|
|
@@ -1788,17 +1792,26 @@ export interface ModifyAlarmNoticeRequest {
|
|
|
1788
1792
|
}
|
|
1789
1793
|
|
|
1790
1794
|
/**
|
|
1791
|
-
*
|
|
1795
|
+
* Windows事件日志采集配置
|
|
1792
1796
|
*/
|
|
1793
|
-
export interface
|
|
1797
|
+
export interface EventLog {
|
|
1794
1798
|
/**
|
|
1795
|
-
*
|
|
1799
|
+
* 事件通道,支持Application,Security,Setup,System,ALL
|
|
1800
|
+
|
|
1796
1801
|
*/
|
|
1797
|
-
|
|
1802
|
+
EventChannel: string
|
|
1798
1803
|
/**
|
|
1799
|
-
*
|
|
1804
|
+
* 时间类型,1:用户自定义,2:当前时间
|
|
1800
1805
|
*/
|
|
1801
|
-
|
|
1806
|
+
TimeType: number
|
|
1807
|
+
/**
|
|
1808
|
+
* 时间,用户选择自定义时间类型时,需要指定时间
|
|
1809
|
+
*/
|
|
1810
|
+
Timestamp?: number
|
|
1811
|
+
/**
|
|
1812
|
+
* 事件ID过滤列表
|
|
1813
|
+
*/
|
|
1814
|
+
EventIDs?: Array<string>
|
|
1802
1815
|
}
|
|
1803
1816
|
|
|
1804
1817
|
/**
|
|
@@ -2233,6 +2246,10 @@ export interface MachineGroupInfo {
|
|
|
2233
2246
|
* 机器组元数据信息列表
|
|
2234
2247
|
*/
|
|
2235
2248
|
MetaTags?: Array<MetaTagInfo>
|
|
2249
|
+
/**
|
|
2250
|
+
* 操作系统类型,0: Linux,1: windows
|
|
2251
|
+
*/
|
|
2252
|
+
OSType?: number
|
|
2236
2253
|
}
|
|
2237
2254
|
|
|
2238
2255
|
/**
|
|
@@ -2282,6 +2299,11 @@ machineGroupId
|
|
|
2282
2299
|
- 类型:String
|
|
2283
2300
|
- 必选:否
|
|
2284
2301
|
|
|
2302
|
+
osType
|
|
2303
|
+
- 按照【操作系统类型】进行过滤。
|
|
2304
|
+
- 类型:Int
|
|
2305
|
+
- 必选:否
|
|
2306
|
+
|
|
2285
2307
|
tagKey
|
|
2286
2308
|
- 按照【标签键】进行过滤。
|
|
2287
2309
|
- 类型:String
|
|
@@ -5216,6 +5238,10 @@ export interface CreateMachineGroupRequest {
|
|
|
5216
5238
|
* 机器组元数据信息列表
|
|
5217
5239
|
*/
|
|
5218
5240
|
MetaTags?: Array<MetaTagInfo>
|
|
5241
|
+
/**
|
|
5242
|
+
* 系统类型,默认0,0:Linux,1: windows
|
|
5243
|
+
*/
|
|
5244
|
+
OSType?: number
|
|
5219
5245
|
}
|
|
5220
5246
|
|
|
5221
5247
|
/**
|
|
@@ -5853,6 +5879,20 @@ export interface CosRechargeInfo {
|
|
|
5853
5879
|
ExtractRuleInfo: ExtractRuleInfo
|
|
5854
5880
|
}
|
|
5855
5881
|
|
|
5882
|
+
/**
|
|
5883
|
+
* 键值索引配置
|
|
5884
|
+
*/
|
|
5885
|
+
export interface RuleKeyValueInfo {
|
|
5886
|
+
/**
|
|
5887
|
+
* 是否大小写敏感
|
|
5888
|
+
*/
|
|
5889
|
+
CaseSensitive: boolean
|
|
5890
|
+
/**
|
|
5891
|
+
* 需要建立索引的键值对信息
|
|
5892
|
+
*/
|
|
5893
|
+
KeyValues?: Array<KeyValueInfo>
|
|
5894
|
+
}
|
|
5895
|
+
|
|
5856
5896
|
/**
|
|
5857
5897
|
* DescribeKafkaConsumer请求参数结构体
|
|
5858
5898
|
*/
|
|
@@ -4694,6 +4694,10 @@ export interface MediaCastOutputMediaSetting {
|
|
|
4694
4694
|
* 视频配置。
|
|
4695
4695
|
*/
|
|
4696
4696
|
VideoSetting: MediaCastVideoSetting
|
|
4697
|
+
/**
|
|
4698
|
+
* 视频配置是否和第一个输入源的视频配置相同,默认值:false。如果 FollowSourceInfo 的值为 true,忽略 VideoSetting 参数。
|
|
4699
|
+
*/
|
|
4700
|
+
FollowSourceInfo?: boolean
|
|
4697
4701
|
}
|
|
4698
4702
|
|
|
4699
4703
|
/**
|
|
@@ -41,6 +41,7 @@ import {
|
|
|
41
41
|
Vpc,
|
|
42
42
|
DescribeRiskCenterAssetViewVULRiskListResponse,
|
|
43
43
|
DescribeCVMAssetsRequest,
|
|
44
|
+
DescribeListenerListResponse,
|
|
44
45
|
TaskAdvanceCFG,
|
|
45
46
|
DBAssetVO,
|
|
46
47
|
ScanTaskInfo,
|
|
@@ -50,6 +51,7 @@ import {
|
|
|
50
51
|
DescribeSubnetAssetsResponse,
|
|
51
52
|
DescribeDbAssetInfoRequest,
|
|
52
53
|
DescribeRiskCenterAssetViewPortRiskListRequest,
|
|
54
|
+
ClbListenerListInfo,
|
|
53
55
|
DescribeCVMAssetsResponse,
|
|
54
56
|
DescribeVpcAssetsRequest,
|
|
55
57
|
TaskAssetObject,
|
|
@@ -61,6 +63,7 @@ import {
|
|
|
61
63
|
DescribeClusterPodAssetsResponse,
|
|
62
64
|
AssetBaseInfoResponse,
|
|
63
65
|
AssetViewPortRisk,
|
|
66
|
+
DescribeListenerListRequest,
|
|
64
67
|
DescribeDomainAssetsRequest,
|
|
65
68
|
CreateDomainAndIpResponse,
|
|
66
69
|
DescribePublicIpAssetsRequest,
|
|
@@ -200,6 +203,16 @@ export class Client extends AbstractClient {
|
|
|
200
203
|
return this.request("DescribeRiskCenterAssetViewPortRiskList", req, cb)
|
|
201
204
|
}
|
|
202
205
|
|
|
206
|
+
/**
|
|
207
|
+
* 查询clb监听器列表
|
|
208
|
+
*/
|
|
209
|
+
async DescribeListenerList(
|
|
210
|
+
req: DescribeListenerListRequest,
|
|
211
|
+
cb?: (error: string, rep: DescribeListenerListResponse) => void
|
|
212
|
+
): Promise<DescribeListenerListResponse> {
|
|
213
|
+
return this.request("DescribeListenerList", req, cb)
|
|
214
|
+
}
|
|
215
|
+
|
|
203
216
|
/**
|
|
204
217
|
* 创建风险中心扫描任务
|
|
205
218
|
*/
|