tencentcloud-sdk-nodejs 4.0.321 → 4.0.324
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 +510 -0
- package/SERVICE_CHANGELOG.md +556 -94
- package/package.json +1 -1
- package/products.md +26 -25
- package/src/common/abstract_client.ts +5 -1
- package/src/common/interface.ts +2 -2
- package/src/common/sdk_version.ts +1 -1
- package/src/services/asr/v20190614/asr_models.ts +6 -0
- package/src/services/captcha/v20190722/captcha_client.ts +1 -1
- package/src/services/cbs/v20170312/cbs_client.ts +1 -0
- package/src/services/cbs/v20170312/cbs_models.ts +48 -23
- package/src/services/ccc/v20200210/ccc_models.ts +6 -6
- package/src/services/cdb/v20170320/cdb_models.ts +3 -3
- package/src/services/cdn/v20180606/cdn_models.ts +7 -0
- package/src/services/ckafka/v20190819/ckafka_models.ts +1 -1
- package/src/services/cls/v20201016/cls_client.ts +37 -13
- package/src/services/cls/v20201016/cls_models.ts +107 -30
- package/src/services/cvm/v20170312/cvm_models.ts +13 -3
- package/src/services/dc/v20180410/dc_models.ts +21 -1
- package/src/services/dcdb/v20180411/dcdb_client.ts +8 -33
- package/src/services/dcdb/v20180411/dcdb_models.ts +19 -121
- package/src/services/gaap/v20180529/gaap_models.ts +2 -1
- package/src/services/icr/index.ts +5 -0
- package/src/services/icr/v20211014/icr_client.ts +54 -0
- package/src/services/icr/v20211014/icr_models.ts +363 -0
- package/src/services/icr/v20211014/index.ts +6 -0
- package/src/services/iecp/v20210914/iecp_models.ts +1 -1
- package/src/services/index.ts +1 -0
- package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +63 -56
- package/src/services/lighthouse/v20200324/lighthouse_models.ts +13 -2
- package/src/services/mariadb/v20170312/mariadb_client.ts +9 -34
- package/src/services/mariadb/v20170312/mariadb_models.ts +11 -119
- package/src/services/nlp/v20190408/nlp_client.ts +0 -3
- package/src/services/nlp/v20190408/nlp_models.ts +1 -1
- package/src/services/postgres/v20170312/postgres_models.ts +38 -5
- package/src/services/ssa/v20180608/ssa_client.ts +30 -1
- package/src/services/ssa/v20180608/ssa_models.ts +254 -13
- package/src/services/tcss/v20201101/tcss_models.ts +13 -0
- package/src/services/tdmq/v20200217/tdmq_models.ts +20 -4
- package/src/services/tsf/v20180326/tsf_client.ts +15 -0
- package/src/services/tsf/v20180326/tsf_models.ts +248 -1
- package/src/services/vod/v20180717/vod_client.ts +60 -18
- package/src/services/vod/v20180717/vod_models.ts +131 -29
- package/tencentcloud/common/abstract_client.js +1 -1
- package/tencentcloud/common/interface.d.ts +2 -2
- 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 +5 -0
- package/tencentcloud/services/captcha/v20190722/captcha_client.d.ts +1 -1
- package/tencentcloud/services/captcha/v20190722/captcha_client.js +1 -1
- package/tencentcloud/services/cbs/v20170312/cbs_client.d.ts +1 -0
- package/tencentcloud/services/cbs/v20170312/cbs_client.js +1 -0
- package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +43 -23
- package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +6 -6
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +3 -3
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +6 -0
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +1 -1
- package/tencentcloud/services/cls/v20201016/cls_client.d.ts +13 -5
- package/tencentcloud/services/cls/v20201016/cls_client.js +18 -6
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +91 -25
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +11 -3
- package/tencentcloud/services/dc/v20180410/dc_models.d.ts +17 -1
- package/tencentcloud/services/dcdb/v20180411/dcdb_client.d.ts +3 -11
- package/tencentcloud/services/dcdb/v20180411/dcdb_client.js +3 -15
- package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +17 -104
- package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +2 -1
- package/tencentcloud/services/icr/index.d.ts +6 -0
- package/tencentcloud/services/icr/index.js +7 -0
- package/tencentcloud/services/icr/v20211014/icr_client.d.ts +14 -0
- package/tencentcloud/services/icr/v20211014/icr_client.js +37 -0
- package/tencentcloud/services/icr/v20211014/icr_models.d.ts +297 -0
- package/tencentcloud/services/icr/v20211014/icr_models.js +18 -0
- package/tencentcloud/services/icr/v20211014/index.d.ts +6 -0
- package/tencentcloud/services/icr/v20211014/index.js +9 -0
- package/tencentcloud/services/iecp/v20210914/iecp_models.d.ts +1 -1
- package/tencentcloud/services/index.d.ts +1 -0
- package/tencentcloud/services/index.js +2 -0
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +62 -56
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +12 -1
- package/tencentcloud/services/mariadb/v20170312/mariadb_client.d.ts +4 -12
- package/tencentcloud/services/mariadb/v20170312/mariadb_client.js +4 -16
- package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +10 -102
- package/tencentcloud/services/nlp/v20190408/nlp_client.d.ts +0 -3
- package/tencentcloud/services/nlp/v20190408/nlp_client.js +0 -3
- package/tencentcloud/services/nlp/v20190408/nlp_models.d.ts +1 -1
- package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +32 -5
- package/tencentcloud/services/ssa/v20180608/ssa_client.d.ts +9 -1
- package/tencentcloud/services/ssa/v20180608/ssa_client.js +12 -0
- package/tencentcloud/services/ssa/v20180608/ssa_models.d.ts +218 -13
- package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +11 -0
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +17 -4
- package/tencentcloud/services/tsf/v20180326/tsf_client.d.ts +5 -1
- package/tencentcloud/services/tsf/v20180326/tsf_client.js +6 -0
- package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +210 -1
- package/tencentcloud/services/vod/v20180717/vod_client.d.ts +24 -7
- package/tencentcloud/services/vod/v20180717/vod_client.js +31 -8
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +114 -25
- package/test/cls.v20201016.test.js +24 -4
- package/test/dcdb.v20180411.test.js +2 -22
- package/test/icr.v20211014.test.js +31 -0
- package/test/mariadb.v20170312.test.js +2 -22
- package/test/ssa.v20180608.test.js +20 -0
- package/test/tsf.v20180326.test.js +10 -0
- package/test/vod.v20180717.test.js +34 -4
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
| apigateway | [API网关](https://cloud.tencent.com/document/product/628) | 2022-04-04 06:05:47 |
|
|
15
15
|
| apm | [应用性能观测](https://cloud.tencent.com/document/product/1463) | 2022-04-07 06:08:19 |
|
|
16
16
|
| as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2022-04-08 06:01:46 |
|
|
17
|
-
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2022-04-
|
|
17
|
+
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2022-04-12 06:06:07 |
|
|
18
18
|
| asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2022-04-04 06:08:40 |
|
|
19
19
|
| ba | [网站备案](https://cloud.tencent.com/document/product/243) | 2022-04-04 06:08:45 |
|
|
20
20
|
| batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2022-04-04 06:08:47 |
|
|
@@ -29,13 +29,13 @@
|
|
|
29
29
|
| bsca | [二进制软件成分分析](https://cloud.tencent.com/document/product/1483) | 2022-04-07 06:10:43 |
|
|
30
30
|
| btoe | [区块链可信取证](https://cloud.tencent.com/document/product/1259) | 2022-04-04 06:10:17 |
|
|
31
31
|
| cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2022-04-04 06:10:24 |
|
|
32
|
-
| captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2022-04-
|
|
32
|
+
| captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2022-04-12 06:07:13 |
|
|
33
33
|
| casb | [云数据加密代理网关](https://cloud.tencent.com/document/product/1303) | 2022-04-04 06:11:55 |
|
|
34
34
|
| cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2022-04-04 06:11:56 |
|
|
35
|
-
| cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2022-04-
|
|
36
|
-
| ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2022-04-
|
|
37
|
-
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2022-04-
|
|
38
|
-
| cdn | [内容分发网络](https://cloud.tencent.com/document/product/228) | 2022-04-
|
|
35
|
+
| cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2022-04-13 06:12:00 |
|
|
36
|
+
| ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2022-04-13 06:12:26 |
|
|
37
|
+
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2022-04-13 06:12:40 |
|
|
38
|
+
| cdn | [内容分发网络](https://cloud.tencent.com/document/product/228) | 2022-04-11 06:08:14 |
|
|
39
39
|
| cds | [数据安全审计](https://cloud.tencent.com/document/product/856) | 2022-04-04 06:17:07 |
|
|
40
40
|
| cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2022-04-04 06:17:11 |
|
|
41
41
|
| cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2022-04-04 06:17:16 |
|
|
@@ -44,24 +44,24 @@
|
|
|
44
44
|
| cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2022-04-04 06:18:39 |
|
|
45
45
|
| cim | [](https://cloud.tencent.com/document/product) | 2019-05-16 17:21:18 |
|
|
46
46
|
| cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
|
|
47
|
-
| ckafka | [消息队列 Ckafka](https://cloud.tencent.com/document/product/597) | 2022-04-
|
|
47
|
+
| ckafka | [消息队列 Ckafka](https://cloud.tencent.com/document/product/597) | 2022-04-13 06:18:36 |
|
|
48
48
|
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2022-04-08 06:04:17 |
|
|
49
49
|
| cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2022-04-04 06:21:08 |
|
|
50
50
|
| cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2022-04-04 06:21:17 |
|
|
51
|
-
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2022-04-
|
|
51
|
+
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2022-04-12 06:09:41 |
|
|
52
52
|
| cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2022-04-04 06:22:26 |
|
|
53
53
|
| cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2022-04-04 06:23:04 |
|
|
54
54
|
| cms | [内容安全](https://cloud.tencent.com/document/product) | 2020-10-29 08:03:08 |
|
|
55
55
|
| cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2022-04-04 06:23:11 |
|
|
56
56
|
| cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
|
|
57
|
-
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2022-04-
|
|
57
|
+
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2022-04-11 06:09:58 |
|
|
58
58
|
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2022-04-04 06:27:42 |
|
|
59
59
|
| cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
|
|
60
60
|
| cynosdb | [云原生数据库 TDSQL-C](https://cloud.tencent.com/document/product/1003) | 2022-04-04 06:33:13 |
|
|
61
61
|
| dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2022-04-04 06:33:41 |
|
|
62
62
|
| dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2022-04-04 06:36:31 |
|
|
63
|
-
| dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2022-04-
|
|
64
|
-
| dcdb | [分布式数据库 TDSQL](https://cloud.tencent.com/document/product/557) | 2022-04-
|
|
63
|
+
| dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2022-04-13 06:36:47 |
|
|
64
|
+
| dcdb | [分布式数据库 TDSQL](https://cloud.tencent.com/document/product/557) | 2022-04-13 06:37:02 |
|
|
65
65
|
| dlc | [数据湖计算](https://cloud.tencent.com/document/product/1342) | 2022-04-04 06:37:52 |
|
|
66
66
|
| dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2022-04-04 06:38:13 |
|
|
67
67
|
| domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2022-04-04 06:38:32 |
|
|
@@ -83,7 +83,7 @@
|
|
|
83
83
|
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2022-04-04 06:42:44 |
|
|
84
84
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2022-04-04 06:43:06 |
|
|
85
85
|
| ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2022-04-04 06:43:12 |
|
|
86
|
-
| gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2022-04-
|
|
86
|
+
| gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2022-04-13 06:43:04 |
|
|
87
87
|
| gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2022-04-04 06:44:28 |
|
|
88
88
|
| gpm | [游戏玩家匹配](https://cloud.tencent.com/document/product/1294) | 2022-04-04 06:44:42 |
|
|
89
89
|
| gs | [云游戏解决方案](https://cloud.tencent.com/document/product/1162) | 2022-04-08 06:07:59 |
|
|
@@ -92,23 +92,24 @@
|
|
|
92
92
|
| hcm | [数学作业批改](https://cloud.tencent.com/document/product/1004) | 2022-04-04 06:45:58 |
|
|
93
93
|
| iai | [人脸识别](https://cloud.tencent.com/document/product/867) | 2022-04-04 06:45:59 |
|
|
94
94
|
| ic | [物联卡](https://cloud.tencent.com/document/product/636) | 2022-04-04 06:46:38 |
|
|
95
|
+
| icr | [对话机器人](https://cloud.tencent.com/document/product/1268) | 2022-04-13 06:46:31 |
|
|
95
96
|
| ie | [智能编辑](https://cloud.tencent.com/document/product/1186) | 2022-04-04 06:46:42 |
|
|
96
|
-
| iecp | [物联网边缘计算平台](https://cloud.tencent.com/document/product/1118) | 2022-04-
|
|
97
|
+
| iecp | [物联网边缘计算平台](https://cloud.tencent.com/document/product/1118) | 2022-04-12 06:15:04 |
|
|
97
98
|
| iir | [智能识图](https://cloud.tencent.com/document/product/1217) | 2022-04-04 06:48:05 |
|
|
98
99
|
| ims | [图片内容检测](https://cloud.tencent.com/document/product/1125) | 2022-04-04 06:48:07 |
|
|
99
100
|
| iot | [加速物联网套件](https://cloud.tencent.com/document/product/568) | 2022-04-04 06:48:08 |
|
|
100
101
|
| iotcloud | [物联网通信](https://cloud.tencent.com/document/product/634) | 2022-04-01 15:20:13 |
|
|
101
|
-
| iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2022-04-
|
|
102
|
+
| iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2022-04-13 06:48:26 |
|
|
102
103
|
| iottid | [物联网设备身份认证](https://cloud.tencent.com/document/product/1086) | 2022-04-04 06:49:46 |
|
|
103
104
|
| iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2022-04-04 06:49:51 |
|
|
104
105
|
| iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2022-04-04 06:51:27 |
|
|
105
106
|
| ivld | [视频智能标签](https://cloud.tencent.com/document/product/1509) | 2022-04-04 06:53:04 |
|
|
106
107
|
| kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2022-04-04 06:53:19 |
|
|
107
|
-
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2022-04-
|
|
108
|
+
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2022-04-11 06:14:18 |
|
|
108
109
|
| live | [云直播](https://cloud.tencent.com/document/product/267) | 2022-04-08 06:09:47 |
|
|
109
110
|
| lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
|
|
110
111
|
| lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
|
|
111
|
-
| mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2022-04-
|
|
112
|
+
| mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2022-04-13 06:56:52 |
|
|
112
113
|
| market | [云市场](https://cloud.tencent.com/document/product/306) | 2022-04-04 06:57:43 |
|
|
113
114
|
| memcached | [云数据库 Memcached](https://cloud.tencent.com/document/product/241) | 2022-04-04 06:57:44 |
|
|
114
115
|
| mgobe | [游戏联机对战引擎](https://cloud.tencent.com/document/product/1038) | 2022-04-04 06:57:46 |
|
|
@@ -120,14 +121,14 @@
|
|
|
120
121
|
| ms | [移动应用安全](https://cloud.tencent.com/document/product) | 2020-06-05 08:13:52 |
|
|
121
122
|
| msp | [迁移服务平台](https://cloud.tencent.com/document/product/659) | 2022-04-04 07:00:13 |
|
|
122
123
|
| mvj | [营销价值判断](https://cloud.tencent.com/document/product) | 2020-03-19 08:11:44 |
|
|
123
|
-
| nlp | [自然语言处理](https://cloud.tencent.com/document/product/271) | 2022-04-
|
|
124
|
+
| nlp | [自然语言处理](https://cloud.tencent.com/document/product/271) | 2022-04-13 07:00:13 |
|
|
124
125
|
| npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
|
|
125
126
|
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2022-04-08 06:10:55 |
|
|
126
127
|
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2022-04-08 06:10:59 |
|
|
127
128
|
| organization | [企业组织](https://cloud.tencent.com/document/product/850) | 2022-04-04 07:01:46 |
|
|
128
129
|
| partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2022-04-04 07:01:49 |
|
|
129
130
|
| pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2022-04-04 07:02:02 |
|
|
130
|
-
| postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2022-04-
|
|
131
|
+
| postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2022-04-13 07:01:59 |
|
|
131
132
|
| privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2022-04-04 07:02:49 |
|
|
132
133
|
| rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2022-04-04 07:03:00 |
|
|
133
134
|
| redis | [云数据库 Redis](https://cloud.tencent.com/document/product/239) | 2022-04-08 06:11:28 |
|
|
@@ -142,11 +143,11 @@
|
|
|
142
143
|
| soe | [智聆口语评测](https://cloud.tencent.com/document/product/884) | 2022-04-04 07:05:55 |
|
|
143
144
|
| solar | [智汇零售](https://cloud.tencent.com/document/product) | 2020-03-19 08:01:59 |
|
|
144
145
|
| sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2022-04-04 07:05:59 |
|
|
145
|
-
| ssa | [安全运营中心](https://cloud.tencent.com/document/product/664) | 2022-04-
|
|
146
|
+
| ssa | [安全运营中心](https://cloud.tencent.com/document/product/664) | 2022-04-13 07:07:25 |
|
|
146
147
|
| ssl | [证书](https://cloud.tencent.com/document/product/400) | 2022-04-04 07:07:38 |
|
|
147
148
|
| sslpod | [SSL 证书监控](https://cloud.tencent.com/document/product/1084) | 2022-04-04 07:07:55 |
|
|
148
149
|
| ssm | [凭据管理系统](https://cloud.tencent.com/document/product/1140) | 2022-04-04 07:08:00 |
|
|
149
|
-
| sts | [安全凭证服务](https://cloud.tencent.com/document/product/1312) | 2022-04-
|
|
150
|
+
| sts | [安全凭证服务](https://cloud.tencent.com/document/product/1312) | 2022-04-11 06:17:05 |
|
|
150
151
|
| taf | [流量反欺诈](https://cloud.tencent.com/document/product/1031) | 2022-04-04 07:08:16 |
|
|
151
152
|
| tag | [标签](https://cloud.tencent.com/document/product/651) | 2022-04-08 06:12:35 |
|
|
152
153
|
| tat | [腾讯云自动化助手](https://cloud.tencent.com/document/product/1340) | 2022-04-08 06:12:44 |
|
|
@@ -160,10 +161,10 @@
|
|
|
160
161
|
| tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
|
|
161
162
|
| tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2022-04-07 07:10:53 |
|
|
162
163
|
| tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2022-04-08 06:13:14 |
|
|
163
|
-
| tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2022-04-
|
|
164
|
+
| tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2022-04-12 06:21:48 |
|
|
164
165
|
| tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2022-04-04 07:15:36 |
|
|
165
166
|
| tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2022-04-04 07:15:50 |
|
|
166
|
-
| tdmq | [分布式消息队列](https://cloud.tencent.com/document/product/1179) | 2022-04-
|
|
167
|
+
| tdmq | [分布式消息队列](https://cloud.tencent.com/document/product/1179) | 2022-04-13 07:16:01 |
|
|
167
168
|
| tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2022-04-04 07:16:34 |
|
|
168
169
|
| thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2022-04-04 11:19:56 |
|
|
169
170
|
| tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
|
|
@@ -178,15 +179,15 @@
|
|
|
178
179
|
| tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
|
|
179
180
|
| tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2022-04-04 07:18:11 |
|
|
180
181
|
| tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2022-04-04 07:18:12 |
|
|
181
|
-
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2022-04-
|
|
182
|
+
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2022-04-11 06:19:11 |
|
|
182
183
|
| tse | [腾讯云微服务引擎](https://cloud.tencent.com/document/product/1364) | 2022-04-04 07:18:29 |
|
|
183
|
-
| tsf | [腾讯微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2022-04-
|
|
184
|
+
| tsf | [腾讯微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2022-04-12 06:23:46 |
|
|
184
185
|
| tsw | [腾讯微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2022-04-04 07:22:40 |
|
|
185
186
|
| tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2022-04-04 07:22:42 |
|
|
186
187
|
| ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2022-04-04 07:22:44 |
|
|
187
188
|
| vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2022-04-04 07:22:51 |
|
|
188
189
|
| vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2022-04-04 07:22:54 |
|
|
189
|
-
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2022-04-
|
|
190
|
+
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2022-04-13 07:24:51 |
|
|
190
191
|
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2022-04-08 06:15:46 |
|
|
191
192
|
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2022-04-08 06:16:21 |
|
|
192
193
|
| wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2022-04-04 07:39:05 |
|
|
@@ -43,7 +43,11 @@ export class AbstractClient {
|
|
|
43
43
|
* @param {string} region 产品地域
|
|
44
44
|
* @param {ClientProfile} profile 可选配置实例
|
|
45
45
|
*/
|
|
46
|
-
constructor(
|
|
46
|
+
constructor(
|
|
47
|
+
endpoint: string,
|
|
48
|
+
version: string,
|
|
49
|
+
{ credential, region, profile = {} }: ClientConfig
|
|
50
|
+
) {
|
|
47
51
|
this.path = "/"
|
|
48
52
|
|
|
49
53
|
/**
|
package/src/common/interface.ts
CHANGED
|
@@ -9,9 +9,9 @@ export interface ClientConfig {
|
|
|
9
9
|
credential: Credential
|
|
10
10
|
/**
|
|
11
11
|
* @param {string} region 产品地域
|
|
12
|
-
*
|
|
12
|
+
* 对于要求区分地域的产品,此参数必选(如 cvm);对于不区分地域的产品(如 sms),无需传入。
|
|
13
13
|
*/
|
|
14
|
-
region
|
|
14
|
+
region?: string
|
|
15
15
|
/**
|
|
16
16
|
* @param {ClientProfile} profile 可选配置实例
|
|
17
17
|
* 可选,没有特殊需求可以跳过。
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.324"
|
|
@@ -949,6 +949,12 @@ export interface SentenceDetail {
|
|
|
949
949
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
950
950
|
*/
|
|
951
951
|
SpeechSpeed: number
|
|
952
|
+
|
|
953
|
+
/**
|
|
954
|
+
* 声道或说话人 Id(请求中如果设置了 speaker_diarization或者ChannelNum为双声道,可区分说话人或声道)
|
|
955
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
956
|
+
*/
|
|
957
|
+
SpeakerId: number
|
|
952
958
|
}
|
|
953
959
|
|
|
954
960
|
/**
|
|
@@ -532,6 +532,7 @@ export class Client extends AbstractClient {
|
|
|
532
532
|
|
|
533
533
|
* 只有具有快照能力的云硬盘才能创建快照。云硬盘是否具有快照能力可由[DescribeDisks](/document/product/362/16315)接口查询,见SnapshotAbility字段。
|
|
534
534
|
* 可创建快照数量限制见[产品使用限制](https://cloud.tencent.com/doc/product/362/5145)。
|
|
535
|
+
* 当前支持将备份点转化为普通快照,转化之后可能会收取快照使用费用,备份点不保留,其占用的备份点配额也将被释放。
|
|
535
536
|
*/
|
|
536
537
|
async CreateSnapshot(
|
|
537
538
|
req: CreateSnapshotRequest,
|
|
@@ -148,7 +148,7 @@ export interface InquiryPriceCreateDisksResponse {
|
|
|
148
148
|
/**
|
|
149
149
|
* 描述了新购云盘的价格。
|
|
150
150
|
*/
|
|
151
|
-
DiskPrice
|
|
151
|
+
DiskPrice: Price
|
|
152
152
|
|
|
153
153
|
/**
|
|
154
154
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -445,6 +445,11 @@ export interface CreateDisksRequest {
|
|
|
445
445
|
* 创建云盘时指定自动挂载并初始化该数据盘。
|
|
446
446
|
*/
|
|
447
447
|
AutoMountConfiguration?: AutoMountConfiguration
|
|
448
|
+
|
|
449
|
+
/**
|
|
450
|
+
* 指定云硬盘备份点配额。
|
|
451
|
+
*/
|
|
452
|
+
DiskBackupQuota?: number
|
|
448
453
|
}
|
|
449
454
|
|
|
450
455
|
/**
|
|
@@ -805,6 +810,16 @@ export interface Disk {
|
|
|
805
810
|
* 销毁云盘时删除关联的非永久保留快照。0 表示非永久快照不随云盘销毁而销毁,1表示非永久快照随云盘销毁而销毁,默认取0。快照是否永久保留可以通过DescribeSnapshots接口返回的快照详情的IsPermanent字段来判断,true表示永久快照,false表示非永久快照。
|
|
806
811
|
*/
|
|
807
812
|
DeleteSnapshot: number
|
|
813
|
+
|
|
814
|
+
/**
|
|
815
|
+
* 云硬盘备份点已使用的数量。
|
|
816
|
+
*/
|
|
817
|
+
DiskBackupCount: number
|
|
818
|
+
|
|
819
|
+
/**
|
|
820
|
+
* 云硬盘挂载实例的类型。取值范围:<br><li>CVM<br><li>EKS
|
|
821
|
+
*/
|
|
822
|
+
InstanceType: string
|
|
808
823
|
}
|
|
809
824
|
|
|
810
825
|
/**
|
|
@@ -870,6 +885,11 @@ export interface CreateSnapshotRequest {
|
|
|
870
885
|
* 快照的到期时间,到期后该快照将会自动删除,需要传入UTC时间下的ISO-8601标准时间格式,例如:2022-01-08T09:47:55+00:00
|
|
871
886
|
*/
|
|
872
887
|
Deadline?: string
|
|
888
|
+
|
|
889
|
+
/**
|
|
890
|
+
* 云硬盘备份点ID。传入此参数时,将通过备份点创建快照。
|
|
891
|
+
*/
|
|
892
|
+
DiskBackupId?: string
|
|
873
893
|
}
|
|
874
894
|
|
|
875
895
|
/**
|
|
@@ -1406,6 +1426,11 @@ export interface Filter {
|
|
|
1406
1426
|
* InquiryPriceCreateDisks请求参数结构体
|
|
1407
1427
|
*/
|
|
1408
1428
|
export interface InquiryPriceCreateDisksRequest {
|
|
1429
|
+
/**
|
|
1430
|
+
* 云硬盘计费类型。<br><li>PREPAID:预付费,即包年包月<br><li>POSTPAID_BY_HOUR:按小时后付费
|
|
1431
|
+
*/
|
|
1432
|
+
DiskChargeType: string
|
|
1433
|
+
|
|
1409
1434
|
/**
|
|
1410
1435
|
* 硬盘介质类型。取值范围:<br><li>CLOUD_BASIC:表示普通云硬盘<br><li>CLOUD_PREMIUM:表示高性能云硬盘<br><li>CLOUD_SSD:表示SSD云硬盘<br><li>CLOUD_HSSD:表示增强型SSD云硬盘<br><li>CLOUD_TSSD:表示极速型SSD云硬盘。
|
|
1411
1436
|
*/
|
|
@@ -1417,29 +1442,29 @@ export interface InquiryPriceCreateDisksRequest {
|
|
|
1417
1442
|
DiskSize: number
|
|
1418
1443
|
|
|
1419
1444
|
/**
|
|
1420
|
-
*
|
|
1445
|
+
* 云盘所属项目ID。
|
|
1421
1446
|
*/
|
|
1422
|
-
|
|
1447
|
+
ProjectId?: number
|
|
1423
1448
|
|
|
1424
1449
|
/**
|
|
1425
|
-
*
|
|
1450
|
+
* 购买云盘的数量。不填则默认为1。
|
|
1426
1451
|
*/
|
|
1427
|
-
|
|
1452
|
+
DiskCount?: number
|
|
1428
1453
|
|
|
1429
1454
|
/**
|
|
1430
|
-
*
|
|
1455
|
+
* 额外购买的云硬盘性能值,单位MB/s。<br>目前仅支持增强型SSD云硬盘(CLOUD_HSSD)和极速型SSD云硬盘(CLOUD_TSSD)
|
|
1431
1456
|
*/
|
|
1432
|
-
|
|
1457
|
+
ThroughputPerformance?: number
|
|
1433
1458
|
|
|
1434
1459
|
/**
|
|
1435
|
-
*
|
|
1460
|
+
* 预付费模式,即包年包月相关参数设置。通过该参数指定包年包月云盘的购买时长、是否设置自动续费等属性。<br>创建预付费云盘该参数必传,创建按小时后付费云盘无需传该参数。
|
|
1436
1461
|
*/
|
|
1437
|
-
|
|
1462
|
+
DiskChargePrepaid?: DiskChargePrepaid
|
|
1438
1463
|
|
|
1439
1464
|
/**
|
|
1440
|
-
*
|
|
1465
|
+
* 指定云硬盘备份点配额。
|
|
1441
1466
|
*/
|
|
1442
|
-
|
|
1467
|
+
DiskBackupQuota?: number
|
|
1443
1468
|
}
|
|
1444
1469
|
|
|
1445
1470
|
/**
|
|
@@ -1805,10 +1830,10 @@ export interface Policy {
|
|
|
1805
1830
|
*/
|
|
1806
1831
|
export interface Price {
|
|
1807
1832
|
/**
|
|
1808
|
-
*
|
|
1833
|
+
* 后付费云盘折扣单价,单位:元。
|
|
1809
1834
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1810
1835
|
*/
|
|
1811
|
-
|
|
1836
|
+
UnitPriceDiscount: number
|
|
1812
1837
|
|
|
1813
1838
|
/**
|
|
1814
1839
|
* 预付费云盘预支费用的折扣价,单位:元。
|
|
@@ -1823,22 +1848,22 @@ export interface Price {
|
|
|
1823
1848
|
UnitPrice: number
|
|
1824
1849
|
|
|
1825
1850
|
/**
|
|
1826
|
-
*
|
|
1851
|
+
* 高精度后付费云盘原单价, 单位:元
|
|
1827
1852
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1828
1853
|
*/
|
|
1829
|
-
|
|
1854
|
+
UnitPriceHigh: string
|
|
1830
1855
|
|
|
1831
1856
|
/**
|
|
1832
|
-
*
|
|
1857
|
+
* 高精度预付费云盘预支费用的原价, 单位:元 。
|
|
1833
1858
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1834
1859
|
*/
|
|
1835
|
-
|
|
1860
|
+
OriginalPriceHigh: string
|
|
1836
1861
|
|
|
1837
1862
|
/**
|
|
1838
|
-
*
|
|
1863
|
+
* 预付费云盘预支费用的原价,单位:元。
|
|
1839
1864
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1840
1865
|
*/
|
|
1841
|
-
|
|
1866
|
+
OriginalPrice?: number
|
|
1842
1867
|
|
|
1843
1868
|
/**
|
|
1844
1869
|
* 高精度预付费云盘预支费用的折扣价, 单位:元
|
|
@@ -1847,16 +1872,16 @@ export interface Price {
|
|
|
1847
1872
|
DiscountPriceHigh: string
|
|
1848
1873
|
|
|
1849
1874
|
/**
|
|
1850
|
-
*
|
|
1875
|
+
* 高精度后付费云盘折扣单价, 单位:元
|
|
1851
1876
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1852
1877
|
*/
|
|
1853
|
-
|
|
1878
|
+
UnitPriceDiscountHigh: string
|
|
1854
1879
|
|
|
1855
1880
|
/**
|
|
1856
|
-
*
|
|
1881
|
+
* 后付费云盘的计价单元,取值范围:<br><li>HOUR:表示后付费云盘的计价单元是按小时计算。
|
|
1857
1882
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1858
1883
|
*/
|
|
1859
|
-
|
|
1884
|
+
ChargeUnit: string
|
|
1860
1885
|
}
|
|
1861
1886
|
|
|
1862
1887
|
/**
|
|
@@ -1897,19 +1897,19 @@ export interface DescribeTelCdrRequest {
|
|
|
1897
1897
|
EndTimeStamp: number
|
|
1898
1898
|
|
|
1899
1899
|
/**
|
|
1900
|
-
*
|
|
1900
|
+
* 实例 ID(deprecated)
|
|
1901
1901
|
*/
|
|
1902
|
-
|
|
1902
|
+
InstanceId?: number
|
|
1903
1903
|
|
|
1904
1904
|
/**
|
|
1905
|
-
*
|
|
1905
|
+
* 返回数据条数,上限(deprecated)
|
|
1906
1906
|
*/
|
|
1907
|
-
|
|
1907
|
+
Limit?: number
|
|
1908
1908
|
|
|
1909
1909
|
/**
|
|
1910
|
-
*
|
|
1910
|
+
* 偏移(deprecated)
|
|
1911
1911
|
*/
|
|
1912
|
-
|
|
1912
|
+
Offset?: number
|
|
1913
1913
|
|
|
1914
1914
|
/**
|
|
1915
1915
|
* 应用 ID
|
|
@@ -2327,7 +2327,7 @@ export interface DescribeDefaultParamsRequest {
|
|
|
2327
2327
|
EngineVersion: string
|
|
2328
2328
|
|
|
2329
2329
|
/**
|
|
2330
|
-
* 默认参数模板类型。支持值包括:"HIGH_STABILITY" -
|
|
2330
|
+
* 默认参数模板类型。支持值包括:"HIGH_STABILITY" - 高稳定模板,"HIGH_PERFORMANCE" - 高性能模板。
|
|
2331
2331
|
*/
|
|
2332
2332
|
TemplateType?: string
|
|
2333
2333
|
}
|
|
@@ -4293,12 +4293,12 @@ export interface DescribeProxyConnectionPoolConfRequest {
|
|
|
4293
4293
|
InstanceId: string
|
|
4294
4294
|
|
|
4295
4295
|
/**
|
|
4296
|
-
*
|
|
4296
|
+
* 分页查询偏移量
|
|
4297
4297
|
*/
|
|
4298
4298
|
Offset?: number
|
|
4299
4299
|
|
|
4300
4300
|
/**
|
|
4301
|
-
*
|
|
4301
|
+
* 分页查询限制
|
|
4302
4302
|
*/
|
|
4303
4303
|
Limit?: number
|
|
4304
4304
|
}
|
|
@@ -3458,7 +3458,7 @@ export interface Route {
|
|
|
3458
3458
|
RouteId: number
|
|
3459
3459
|
|
|
3460
3460
|
/**
|
|
3461
|
-
* vip网络类型(1:外网TGW 2:基础网络 3:VPC网络 4:支撑网络(
|
|
3461
|
+
* vip网络类型(1:外网TGW 2:基础网络 3:VPC网络 4:支撑网络(idc 环境) 5:SSL外网访问方式访问 6:黑石环境vpc 7:支撑网络(cvm 环境)
|
|
3462
3462
|
*/
|
|
3463
3463
|
VipType: number
|
|
3464
3464
|
|
|
@@ -51,6 +51,7 @@ import {
|
|
|
51
51
|
ContainerWorkLoadInfo,
|
|
52
52
|
DescribeConfigExtrasResponse,
|
|
53
53
|
CallBackInfo,
|
|
54
|
+
OpenKafkaConsumerResponse,
|
|
54
55
|
AlarmTargetInfo,
|
|
55
56
|
DescribeIndexRequest,
|
|
56
57
|
DescribeConfigsResponse,
|
|
@@ -89,6 +90,7 @@ import {
|
|
|
89
90
|
DescribeMachineGroupConfigsResponse,
|
|
90
91
|
MachineGroupInfo,
|
|
91
92
|
DescribeLogHistogramResponse,
|
|
93
|
+
CloseKafkaConsumerResponse,
|
|
92
94
|
RuleTagInfo,
|
|
93
95
|
CreateIndexRequest,
|
|
94
96
|
DeleteConsumerResponse,
|
|
@@ -97,6 +99,7 @@ import {
|
|
|
97
99
|
CreateTopicRequest,
|
|
98
100
|
DescribeMachineGroupsRequest,
|
|
99
101
|
AlarmTarget,
|
|
102
|
+
OpenKafkaConsumerRequest,
|
|
100
103
|
DeleteConfigResponse,
|
|
101
104
|
ModifyIndexResponse,
|
|
102
105
|
DeleteConsumerRequest,
|
|
@@ -105,11 +108,12 @@ import {
|
|
|
105
108
|
UploadLogRequest,
|
|
106
109
|
ModifyConsumerResponse,
|
|
107
110
|
DescribeConfigsRequest,
|
|
111
|
+
LogsetInfo,
|
|
108
112
|
DescribeConsumerRequest,
|
|
109
113
|
DeleteConfigRequest,
|
|
110
114
|
AnalysisDimensional,
|
|
111
115
|
ShipperTaskInfo,
|
|
112
|
-
|
|
116
|
+
CloseKafkaConsumerRequest,
|
|
113
117
|
CreateExportRequest,
|
|
114
118
|
DescribeAlarmNoticesResponse,
|
|
115
119
|
DeleteDataTransformRequest,
|
|
@@ -575,6 +579,16 @@ export class Client extends AbstractClient {
|
|
|
575
579
|
return this.request("DescribeLogHistogram", req, cb)
|
|
576
580
|
}
|
|
577
581
|
|
|
582
|
+
/**
|
|
583
|
+
* 本接口用于检索分析日志, 该接口除受默认接口请求频率限制外,针对单个日志主题,查询并发数不能超过15。
|
|
584
|
+
*/
|
|
585
|
+
async SearchLog(
|
|
586
|
+
req: SearchLogRequest,
|
|
587
|
+
cb?: (error: string, rep: SearchLogResponse) => void
|
|
588
|
+
): Promise<SearchLogResponse> {
|
|
589
|
+
return this.request("SearchLog", req, cb)
|
|
590
|
+
}
|
|
591
|
+
|
|
578
592
|
/**
|
|
579
593
|
* 该接口用于修改通知渠道组
|
|
580
594
|
*/
|
|
@@ -586,13 +600,13 @@ export class Client extends AbstractClient {
|
|
|
586
600
|
}
|
|
587
601
|
|
|
588
602
|
/**
|
|
589
|
-
*
|
|
603
|
+
* 打开kafka协议消费
|
|
590
604
|
*/
|
|
591
|
-
async
|
|
592
|
-
req:
|
|
593
|
-
cb?: (error: string, rep:
|
|
594
|
-
): Promise<
|
|
595
|
-
return this.request("
|
|
605
|
+
async OpenKafkaConsumer(
|
|
606
|
+
req: OpenKafkaConsumerRequest,
|
|
607
|
+
cb?: (error: string, rep: OpenKafkaConsumerResponse) => void
|
|
608
|
+
): Promise<OpenKafkaConsumerResponse> {
|
|
609
|
+
return this.request("OpenKafkaConsumer", req, cb)
|
|
596
610
|
}
|
|
597
611
|
|
|
598
612
|
/**
|
|
@@ -870,6 +884,16 @@ cls.pb.cc cls.pb.h cls.proto
|
|
|
870
884
|
return this.request("DescribeConsumer", req, cb)
|
|
871
885
|
}
|
|
872
886
|
|
|
887
|
+
/**
|
|
888
|
+
* 本接口用于分裂主题分区
|
|
889
|
+
*/
|
|
890
|
+
async SplitPartition(
|
|
891
|
+
req: SplitPartitionRequest,
|
|
892
|
+
cb?: (error: string, rep: SplitPartitionResponse) => void
|
|
893
|
+
): Promise<SplitPartitionResponse> {
|
|
894
|
+
return this.request("SplitPartition", req, cb)
|
|
895
|
+
}
|
|
896
|
+
|
|
873
897
|
/**
|
|
874
898
|
* 获取采集规则配置
|
|
875
899
|
*/
|
|
@@ -961,13 +985,13 @@ cls.pb.cc cls.pb.h cls.proto
|
|
|
961
985
|
}
|
|
962
986
|
|
|
963
987
|
/**
|
|
964
|
-
*
|
|
988
|
+
* 关闭Kafka协议消费
|
|
965
989
|
*/
|
|
966
|
-
async
|
|
967
|
-
req:
|
|
968
|
-
cb?: (error: string, rep:
|
|
969
|
-
): Promise<
|
|
970
|
-
return this.request("
|
|
990
|
+
async CloseKafkaConsumer(
|
|
991
|
+
req: CloseKafkaConsumerRequest,
|
|
992
|
+
cb?: (error: string, rep: CloseKafkaConsumerResponse) => void
|
|
993
|
+
): Promise<CloseKafkaConsumerResponse> {
|
|
994
|
+
return this.request("CloseKafkaConsumer", req, cb)
|
|
971
995
|
}
|
|
972
996
|
|
|
973
997
|
/**
|