tencentcloud-sdk-nodejs 4.0.570 → 4.0.572
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 +488 -0
- package/SERVICE_CHANGELOG.md +508 -132
- package/package.json +1 -1
- package/products.md +44 -44
- package/src/common/sdk_version.ts +1 -1
- package/src/services/asr/v20190614/asr_models.ts +14 -12
- package/src/services/car/v20220110/car_client.ts +24 -0
- package/src/services/car/v20220110/car_models.ts +40 -0
- package/src/services/cbs/v20170312/cbs_models.ts +1 -1
- package/src/services/cdb/v20170320/cdb_models.ts +2 -2
- package/src/services/cdn/v20180606/cdn_client.ts +1 -0
- package/src/services/cdn/v20180606/cdn_models.ts +52 -2
- package/src/services/cdwch/v20200915/cdwch_client.ts +13 -1
- package/src/services/cdwch/v20200915/cdwch_models.ts +79 -19
- package/src/services/cls/v20201016/cls_models.ts +2 -2
- package/src/services/cwp/v20180228/cwp_client.ts +20 -7
- package/src/services/cwp/v20180228/cwp_models.ts +185 -4
- package/src/services/dcdb/v20180411/dcdb_client.ts +14 -1
- package/src/services/dcdb/v20180411/dcdb_models.ts +138 -8
- package/src/services/dnspod/v20210323/dnspod_models.ts +1 -1
- package/src/services/ess/v20201111/ess_models.ts +5 -0
- package/src/services/essbasic/v20210526/essbasic_client.ts +3 -3
- package/src/services/essbasic/v20210526/essbasic_models.ts +19 -14
- package/src/services/lcic/v20220817/lcic_client.ts +55 -16
- package/src/services/lcic/v20220817/lcic_models.ts +325 -111
- package/src/services/lighthouse/v20200324/lighthouse_models.ts +3 -3
- package/src/services/mongodb/v20190725/mongodb_models.ts +17 -17
- package/src/services/monitor/v20180724/monitor_models.ts +25 -3
- package/src/services/ocr/v20181119/ocr_client.ts +4 -2
- package/src/services/ocr/v20181119/ocr_models.ts +26 -16
- package/src/services/redis/v20180412/redis_models.ts +35 -12
- package/src/services/scf/v20180416/scf_client.ts +12 -0
- package/src/services/scf/v20180416/scf_models.ts +50 -0
- package/src/services/smop/v20201203/smop_models.ts +8 -2
- package/src/services/tcss/v20201101/tcss_models.ts +71 -61
- package/src/services/teo/v20220901/teo_models.ts +4 -2
- package/src/services/tke/v20180525/tke_models.ts +6 -0
- package/src/services/vod/v20180717/vod_client.ts +73 -9
- package/src/services/vod/v20180717/vod_models.ts +705 -212
- package/src/services/vpc/v20170312/vpc_client.ts +11 -10
- package/src/services/vpc/v20170312/vpc_models.ts +191 -72
- package/src/services/waf/v20180125/waf_client.ts +14 -1
- package/src/services/waf/v20180125/waf_models.ts +66 -24
- package/src/services/wedata/v20210820/wedata_models.ts +11 -5
- 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 +14 -12
- package/tencentcloud/services/car/v20220110/car_client.d.ts +9 -1
- package/tencentcloud/services/car/v20220110/car_client.js +12 -0
- package/tencentcloud/services/car/v20220110/car_models.d.ts +36 -0
- package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +1 -1
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +2 -2
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +44 -2
- package/tencentcloud/services/cdwch/v20200915/cdwch_client.d.ts +5 -1
- package/tencentcloud/services/cdwch/v20200915/cdwch_client.js +6 -0
- package/tencentcloud/services/cdwch/v20200915/cdwch_models.d.ts +67 -16
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +2 -2
- 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 +155 -4
- package/tencentcloud/services/dcdb/v20180411/dcdb_client.d.ts +5 -1
- package/tencentcloud/services/dcdb/v20180411/dcdb_client.js +6 -0
- package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +115 -8
- package/tencentcloud/services/dnspod/v20210323/dnspod_models.d.ts +1 -1
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +4 -0
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +3 -3
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +3 -3
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +16 -12
- package/tencentcloud/services/lcic/v20220817/lcic_client.d.ts +17 -5
- package/tencentcloud/services/lcic/v20220817/lcic_client.js +24 -6
- package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +274 -93
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +3 -3
- package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +17 -17
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +21 -3
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +2 -0
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +2 -0
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +24 -16
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +33 -10
- package/tencentcloud/services/scf/v20180416/scf_client.d.ts +5 -1
- package/tencentcloud/services/scf/v20180416/scf_client.js +6 -0
- package/tencentcloud/services/scf/v20180416/scf_models.d.ts +42 -0
- package/tencentcloud/services/smop/v20201203/smop_models.d.ts +7 -2
- package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +69 -61
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +4 -2
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +5 -0
- package/tencentcloud/services/vod/v20180717/vod_client.d.ts +21 -1
- package/tencentcloud/services/vod/v20180717/vod_client.js +30 -0
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +608 -192
- package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +8 -9
- package/tencentcloud/services/vpc/v20170312/vpc_client.js +6 -7
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +170 -70
- package/tencentcloud/services/waf/v20180125/waf_client.d.ts +5 -1
- package/tencentcloud/services/waf/v20180125/waf_client.js +6 -0
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +57 -20
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +10 -5
- package/test/car.v20220110.test.js +20 -0
- package/test/cdwch.v20200915.test.js +10 -0
- package/test/cwp.v20180228.test.js +12 -2
- package/test/dcdb.v20180411.test.js +10 -0
- package/test/lcic.v20220817.test.js +34 -4
- package/test/scf.v20180416.test.js +10 -0
- package/test/vod.v20180717.test.js +50 -0
- package/test/waf.v20180125.test.js +10 -0
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
| aiart | [AI 绘画](https://cloud.tencent.com/document/product/1668) | 2023-03-30 01:01:18 |
|
|
10
10
|
| ame | [正版曲库直通车](https://cloud.tencent.com/document/product/1155) | 2023-03-30 01:01:22 |
|
|
11
11
|
| ams | [音频内容安全](https://cloud.tencent.com/document/product/1219) | 2023-03-30 01:01:58 |
|
|
12
|
-
| anicloud | [动效素材服务](https://cloud.tencent.com/document/product/1641) | 2023-03-
|
|
12
|
+
| anicloud | [动效素材服务](https://cloud.tencent.com/document/product/1641) | 2023-03-31 01:02:09 |
|
|
13
13
|
| antiddos | [T-Sec-DDoS防护(Anti-DDoS)](https://cloud.tencent.com/document/product/1021) | 2023-03-30 01:02:06 |
|
|
14
14
|
| apcas | [汽车精准获客服务](https://cloud.tencent.com/document/product/1244) | 2022-04-04 06:05:36 |
|
|
15
15
|
| ape | [正版图库直通车](https://cloud.tencent.com/document/product/1181) | 2022-04-04 06:05:40 |
|
|
@@ -17,13 +17,13 @@
|
|
|
17
17
|
| apigateway | [API 网关](https://cloud.tencent.com/document/product/628) | 2023-03-30 01:02:33 |
|
|
18
18
|
| apm | [应用性能观测](https://cloud.tencent.com/document/product/1463) | 2023-03-30 01:02:59 |
|
|
19
19
|
| as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2023-03-30 01:03:04 |
|
|
20
|
-
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2023-
|
|
20
|
+
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2023-04-04 01:02:47 |
|
|
21
21
|
| asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2023-03-30 01:03:34 |
|
|
22
22
|
| ba | [网站备案](https://cloud.tencent.com/document/product/243) | 2023-03-30 01:03:38 |
|
|
23
23
|
| batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2023-03-30 01:03:40 |
|
|
24
24
|
| bda | [人体分析](https://cloud.tencent.com/document/product/1208) | 2023-03-30 01:03:52 |
|
|
25
25
|
| bi | [商业智能分析 BI](https://cloud.tencent.com/document/product/590) | 2023-03-30 01:03:59 |
|
|
26
|
-
| billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2023-03
|
|
26
|
+
| billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2023-04-03 01:03:41 |
|
|
27
27
|
| bizlive | [商业直播](https://cloud.tencent.com/document/product) | 2020-03-10 01:08:07 |
|
|
28
28
|
| bm | [黑石物理服务器CPM](https://cloud.tencent.com/document/product/386) | 2023-03-30 01:04:12 |
|
|
29
29
|
| bma | [品牌经营管家](https://cloud.tencent.com/document/product/1296) | 2023-03-30 01:04:35 |
|
|
@@ -36,16 +36,16 @@
|
|
|
36
36
|
| btoe | [区块链可信取证](https://cloud.tencent.com/document/product/1259) | 2023-03-30 01:05:24 |
|
|
37
37
|
| cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2023-03-30 01:05:30 |
|
|
38
38
|
| captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2023-03-30 01:06:31 |
|
|
39
|
-
| car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2023-03-30
|
|
39
|
+
| car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2023-03-30 17:11:05 |
|
|
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-03-30 01:06:39 |
|
|
42
|
-
| cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2023-
|
|
42
|
+
| cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2023-04-04 01:05:18 |
|
|
43
43
|
| ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2023-03-30 01:07:10 |
|
|
44
|
-
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-
|
|
44
|
+
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-04-04 01:05:52 |
|
|
45
45
|
| cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2023-03-30 01:08:00 |
|
|
46
|
-
| cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2023-03-
|
|
46
|
+
| cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2023-03-31 01:08:16 |
|
|
47
47
|
| cds | [T-Sec-数据安全审计(DSA)](https://cloud.tencent.com/document/product/856) | 2023-03-30 01:08:37 |
|
|
48
|
-
| cdwch | [云数据仓库 ClickHouse](https://cloud.tencent.com/document/product/1299) | 2023-03
|
|
48
|
+
| cdwch | [云数据仓库 ClickHouse](https://cloud.tencent.com/document/product/1299) | 2023-04-03 01:07:25 |
|
|
49
49
|
| cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2023-03-30 01:08:46 |
|
|
50
50
|
| cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2023-03-30 01:08:51 |
|
|
51
51
|
| cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2023-03-30 01:09:01 |
|
|
@@ -55,29 +55,29 @@
|
|
|
55
55
|
| cim | [](https://cloud.tencent.com/document/product) | 2019-05-16 17:21:18 |
|
|
56
56
|
| cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
|
|
57
57
|
| ckafka | [消息队列 CKafka](https://cloud.tencent.com/document/product/597) | 2023-03-30 01:09:40 |
|
|
58
|
-
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2023-03
|
|
58
|
+
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2023-04-03 01:08:55 |
|
|
59
59
|
| cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2023-03-30 01:10:29 |
|
|
60
60
|
| cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2023-03-30 01:10:35 |
|
|
61
|
-
| cloudstudio | [Cloud Studio(云端 IDE)](https://cloud.tencent.com/document/product/1039) | 2023-03
|
|
62
|
-
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2023-03
|
|
61
|
+
| cloudstudio | [Cloud Studio(云端 IDE)](https://cloud.tencent.com/document/product/1039) | 2023-04-03 01:09:41 |
|
|
62
|
+
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2023-04-03 01:09:54 |
|
|
63
63
|
| cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2023-03-30 01:11:29 |
|
|
64
64
|
| cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2023-03-30 01:11:46 |
|
|
65
65
|
| cms | [内容安全](https://cloud.tencent.com/document/product) | 2020-10-29 08:03:08 |
|
|
66
66
|
| cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2023-03-30 01:11:55 |
|
|
67
67
|
| cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
|
|
68
|
-
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2023-03
|
|
69
|
-
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2023-03-
|
|
68
|
+
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2023-04-03 01:11:39 |
|
|
69
|
+
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2023-03-31 01:16:52 |
|
|
70
70
|
| cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
|
|
71
71
|
| cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2023-03-30 01:33:24 |
|
|
72
72
|
| dasb | [T-Sec-堡垒机(BH)](https://cloud.tencent.com/document/product/1025) | 2023-03-30 01:33:45 |
|
|
73
73
|
| dataintegration | [数据接入平台](https://cloud.tencent.com/document/product/1591) | 2022-07-26 15:32:15 |
|
|
74
74
|
| dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2023-03-30 01:33:58 |
|
|
75
|
-
| dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2023-03
|
|
75
|
+
| dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2023-04-03 01:14:22 |
|
|
76
76
|
| dbdc | [云数据库独享集群](https://cloud.tencent.com/document/product/1322) | 2023-03-30 01:34:45 |
|
|
77
77
|
| dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2023-03-30 01:34:49 |
|
|
78
|
-
| dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2023-
|
|
79
|
-
| dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2023-03-
|
|
80
|
-
| dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2023-03-
|
|
78
|
+
| dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2023-04-04 01:14:38 |
|
|
79
|
+
| dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2023-03-31 01:20:34 |
|
|
80
|
+
| dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2023-03-31 01:23:52 |
|
|
81
81
|
| domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2023-03-30 01:35:59 |
|
|
82
82
|
| drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2023-03-30 01:36:07 |
|
|
83
83
|
| ds | [文档服务](https://cloud.tencent.com/document/product/869) | 2023-03-30 01:36:11 |
|
|
@@ -90,15 +90,15 @@
|
|
|
90
90
|
| eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2023-03-30 01:37:29 |
|
|
91
91
|
| eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-03-30 01:37:41 |
|
|
92
92
|
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2023-03-30 01:37:44 |
|
|
93
|
-
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2023-03-
|
|
94
|
-
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-03-
|
|
95
|
-
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-03
|
|
93
|
+
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2023-03-31 01:26:31 |
|
|
94
|
+
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-03-31 01:26:47 |
|
|
95
|
+
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-04-03 14:45:34 |
|
|
96
96
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2023-03-30 01:38:40 |
|
|
97
97
|
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-03-29 17:00:58 |
|
|
98
98
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2023-03-30 01:38:53 |
|
|
99
99
|
| ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2023-03-30 01:38:57 |
|
|
100
100
|
| gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2023-03-30 01:39:02 |
|
|
101
|
-
| gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2023-03-
|
|
101
|
+
| gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2023-03-31 01:28:20 |
|
|
102
102
|
| goosefs | [数据加速器 GooseFS](https://cloud.tencent.com/document/product/1424) | 2023-03-30 01:39:37 |
|
|
103
103
|
| gpm | [游戏玩家匹配](https://cloud.tencent.com/document/product/1294) | 2022-07-11 06:12:36 |
|
|
104
104
|
| gs | [云游戏](https://cloud.tencent.com/document/product/1162) | 2023-03-30 01:39:39 |
|
|
@@ -106,7 +106,7 @@
|
|
|
106
106
|
| habo | [](https://cloud.tencent.com/document/product) | 2019-05-09 19:37:22 |
|
|
107
107
|
| hasim | [高可用物联网卡](https://cloud.tencent.com/document/product/1482) | 2023-03-30 01:39:51 |
|
|
108
108
|
| hcm | [数学作业批改](https://cloud.tencent.com/document/product/1004) | 2023-03-30 01:39:58 |
|
|
109
|
-
| iai | [人脸识别](https://cloud.tencent.com/document/product/867) | 2023-
|
|
109
|
+
| iai | [人脸识别](https://cloud.tencent.com/document/product/867) | 2023-04-04 01:19:53 |
|
|
110
110
|
| ic | [图片瘦身](https://cloud.tencent.com/document/product/636) | 2023-03-02 01:23:21 |
|
|
111
111
|
| icr | [对话机器人](https://cloud.tencent.com/document/product/1268) | 2023-03-30 01:40:21 |
|
|
112
112
|
| ie | [智能编辑](https://cloud.tencent.com/document/product/1186) | 2023-03-30 01:40:23 |
|
|
@@ -117,25 +117,25 @@
|
|
|
117
117
|
| iotcloud | [物联网通信](https://cloud.tencent.com/document/product/634) | 2023-03-30 01:41:14 |
|
|
118
118
|
| iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2023-03-30 01:41:31 |
|
|
119
119
|
| iottid | [物联网设备身份认证](https://cloud.tencent.com/document/product/1086) | 2023-03-30 01:41:53 |
|
|
120
|
-
| iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2023-
|
|
120
|
+
| iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2023-04-04 01:22:15 |
|
|
121
121
|
| iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2023-03-30 01:42:57 |
|
|
122
122
|
| irp | [智能推荐平台](https://cloud.tencent.com/document/product/1541) | 2023-03-30 01:43:21 |
|
|
123
123
|
| ivld | [媒体智能标签](https://cloud.tencent.com/document/product/1509) | 2023-03-30 01:43:25 |
|
|
124
124
|
| keewidb | [云数据库 KeeWiDB](https://cloud.tencent.com/document/product/1520) | 2023-03-30 01:43:33 |
|
|
125
125
|
| kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2023-03-30 01:43:44 |
|
|
126
|
-
| lcic | [低代码互动课堂](https://cloud.tencent.com/document/product/1639) | 2023-03
|
|
127
|
-
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2023-03
|
|
126
|
+
| lcic | [低代码互动课堂](https://cloud.tencent.com/document/product/1639) | 2023-04-03 01:23:43 |
|
|
127
|
+
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2023-04-03 01:23:59 |
|
|
128
128
|
| live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-03-30 01:46:01 |
|
|
129
129
|
| lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
|
|
130
130
|
| lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
|
|
131
131
|
| mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2023-03-30 01:46:35 |
|
|
132
|
-
| market | [云市场](https://cloud.tencent.com/document/product/306) | 2023-
|
|
132
|
+
| market | [云市场](https://cloud.tencent.com/document/product/306) | 2023-04-04 01:31:50 |
|
|
133
133
|
| memcached | [云数据库Memcached](https://cloud.tencent.com/document/product/241) | 2023-03-30 01:46:55 |
|
|
134
134
|
| mgobe | [游戏联机对战引擎](https://cloud.tencent.com/document/product/1038) | 2022-07-08 06:11:32 |
|
|
135
135
|
| mmps | [小程序安全](https://cloud.tencent.com/document/product/1223) | 2023-03-30 01:46:57 |
|
|
136
136
|
| mna | [移动网络加速](https://cloud.tencent.com/document/product/1385) | 2023-03-30 01:47:02 |
|
|
137
|
-
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2023-03-
|
|
138
|
-
| monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2023-
|
|
137
|
+
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2023-03-31 01:36:51 |
|
|
138
|
+
| monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2023-04-04 01:32:21 |
|
|
139
139
|
| mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2023-03-30 01:48:34 |
|
|
140
140
|
| mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2023-03-30 01:49:08 |
|
|
141
141
|
| ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2023-03-30 01:49:16 |
|
|
@@ -144,8 +144,8 @@
|
|
|
144
144
|
| nlp | [自然语言处理](https://cloud.tencent.com/document/product/271) | 2023-03-30 01:49:26 |
|
|
145
145
|
| npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
|
|
146
146
|
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2023-03-30 01:49:33 |
|
|
147
|
-
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-
|
|
148
|
-
| omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2023-03-
|
|
147
|
+
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-04-04 01:34:31 |
|
|
148
|
+
| omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2023-03-31 01:39:55 |
|
|
149
149
|
| organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2023-03-30 01:50:22 |
|
|
150
150
|
| partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2023-03-30 01:50:28 |
|
|
151
151
|
| pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2023-03-30 01:50:40 |
|
|
@@ -153,15 +153,15 @@
|
|
|
153
153
|
| privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2023-03-30 01:51:05 |
|
|
154
154
|
| pts | [云压测](https://cloud.tencent.com/document/product/1484) | 2023-03-30 01:51:12 |
|
|
155
155
|
| rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2023-03-30 01:51:25 |
|
|
156
|
-
| redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2023-03-
|
|
156
|
+
| redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2023-03-31 01:41:24 |
|
|
157
157
|
| region | [地域管理系统](https://cloud.tencent.com/document/product/1596) | 2023-03-30 01:51:52 |
|
|
158
158
|
| rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2023-03-30 01:51:54 |
|
|
159
159
|
| rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-04-04 07:04:06 |
|
|
160
160
|
| rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2023-03-30 01:51:57 |
|
|
161
|
-
| scf | [云函数](https://cloud.tencent.com/document/product/583) | 2023-
|
|
161
|
+
| scf | [云函数](https://cloud.tencent.com/document/product/583) | 2023-04-04 01:39:21 |
|
|
162
162
|
| ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2023-03-30 01:52:27 |
|
|
163
163
|
| smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2023-03-30 01:52:35 |
|
|
164
|
-
| smop | [腾讯安心用户运营平台](https://cloud.tencent.com/document/product/1310) | 2023-03
|
|
164
|
+
| smop | [腾讯安心用户运营平台](https://cloud.tencent.com/document/product/1310) | 2023-04-03 01:30:29 |
|
|
165
165
|
| smpn | [营销号码安全](https://cloud.tencent.com/document/product/1127) | 2023-03-30 01:52:41 |
|
|
166
166
|
| sms | [短信](https://cloud.tencent.com/document/product/382) | 2023-03-30 01:52:50 |
|
|
167
167
|
| soe | [智聆口语评测](https://cloud.tencent.com/document/product/884) | 2023-03-30 01:52:56 |
|
|
@@ -173,9 +173,9 @@
|
|
|
173
173
|
| ssm | [凭据管理系统](https://cloud.tencent.com/document/product/1140) | 2023-03-30 01:53:51 |
|
|
174
174
|
| sts | [安全凭证服务](https://cloud.tencent.com/document/product/1312) | 2023-03-30 01:53:57 |
|
|
175
175
|
| taf | [流量反欺诈](https://cloud.tencent.com/document/product/1031) | 2023-03-30 01:54:01 |
|
|
176
|
-
| tag | [标签](https://cloud.tencent.com/document/product/651) | 2023-03
|
|
176
|
+
| tag | [标签](https://cloud.tencent.com/document/product/651) | 2023-04-03 01:31:53 |
|
|
177
177
|
| tan | [碳引擎](https://cloud.tencent.com/document/product/1498) | 2023-03-30 01:54:15 |
|
|
178
|
-
| tat | [自动化助手](https://cloud.tencent.com/document/product/1340) | 2023-
|
|
178
|
+
| tat | [自动化助手](https://cloud.tencent.com/document/product/1340) | 2023-04-04 01:41:31 |
|
|
179
179
|
| tav | [文件检测](https://cloud.tencent.com/document/product) | 2019-11-28 22:10:04 |
|
|
180
180
|
| tbaas | [腾讯云区块链服务平台 TBaaS](https://cloud.tencent.com/document/product/663) | 2023-03-30 01:54:25 |
|
|
181
181
|
| tbm | [](https://cloud.tencent.com/document/product) | 2019-03-29 14:49:11 |
|
|
@@ -187,13 +187,13 @@
|
|
|
187
187
|
| tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
|
|
188
188
|
| tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2023-03-30 01:57:46 |
|
|
189
189
|
| tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2023-03-30 01:57:53 |
|
|
190
|
-
| tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2023-
|
|
190
|
+
| tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2023-04-04 01:43:09 |
|
|
191
191
|
| tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2023-03-30 02:27:00 |
|
|
192
192
|
| tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2023-03-30 02:27:07 |
|
|
193
193
|
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-03-30 02:27:20 |
|
|
194
194
|
| tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2023-03-30 02:27:47 |
|
|
195
195
|
| tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2023-03-30 02:27:51 |
|
|
196
|
-
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-
|
|
196
|
+
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-04-04 01:46:12 |
|
|
197
197
|
| thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2023-03-30 02:29:55 |
|
|
198
198
|
| tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
|
|
199
199
|
| tic | [资源编排 TIC](https://cloud.tencent.com/document/product/1213) | 2023-03-30 02:30:02 |
|
|
@@ -203,25 +203,25 @@
|
|
|
203
203
|
| tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2023-03-30 02:30:09 |
|
|
204
204
|
| tione | [TI-ONE 训练平台](https://cloud.tencent.com/document/product/851) | 2023-03-30 02:30:26 |
|
|
205
205
|
| tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2023-03-30 02:30:43 |
|
|
206
|
-
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2023-
|
|
206
|
+
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2023-04-04 01:48:42 |
|
|
207
207
|
| tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
|
|
208
208
|
| tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2023-03-30 02:45:27 |
|
|
209
209
|
| tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2023-03-30 02:45:29 |
|
|
210
210
|
| trdp | [流量风险决策平台](https://cloud.tencent.com/document/product/1604) | 2023-03-30 02:45:33 |
|
|
211
|
-
| trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2023-03
|
|
211
|
+
| trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2023-04-03 01:40:05 |
|
|
212
212
|
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2023-03-30 02:45:48 |
|
|
213
213
|
| tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2023-03-30 02:46:07 |
|
|
214
|
-
| tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2023-
|
|
214
|
+
| tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2023-04-04 01:50:53 |
|
|
215
215
|
| tsw | [微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2023-03-30 02:47:12 |
|
|
216
216
|
| tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2023-03-30 02:47:14 |
|
|
217
217
|
| ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2023-03-30 02:47:18 |
|
|
218
218
|
| vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2023-03-30 02:47:27 |
|
|
219
219
|
| vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2023-03-30 02:47:30 |
|
|
220
|
-
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-
|
|
221
|
-
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-
|
|
222
|
-
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-
|
|
220
|
+
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-04-04 01:52:17 |
|
|
221
|
+
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-04-04 01:53:39 |
|
|
222
|
+
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-04-04 02:20:33 |
|
|
223
223
|
| wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2023-03-30 02:49:55 |
|
|
224
|
-
| wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-
|
|
224
|
+
| wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-04-04 02:21:01 |
|
|
225
225
|
| wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
|
|
226
226
|
| yinsuda | [音速达直播音乐版权引擎](https://cloud.tencent.com/document/product/1592) | 2023-03-30 02:59:12 |
|
|
227
227
|
| 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.572"
|
|
@@ -233,19 +233,21 @@ export interface SentenceRecognitionRequest {
|
|
|
233
233
|
/**
|
|
234
234
|
* 引擎模型类型。
|
|
235
235
|
电话场景:
|
|
236
|
-
•
|
|
237
|
-
•
|
|
236
|
+
• 8k_zh:中文电话通用;
|
|
237
|
+
• 8k_en:英文电话通用;
|
|
238
|
+
|
|
238
239
|
非电话场景:
|
|
239
|
-
• 16k_zh
|
|
240
|
-
• 16k_en:16k 英语;
|
|
241
|
-
• 16k_ca:16k 粤语;
|
|
242
|
-
• 16k_ja:16k 日语;
|
|
243
|
-
• 16k_vi:16k 越南语;
|
|
244
|
-
• 16k_ms:16k 马来语;
|
|
245
|
-
• 16k_id:16k 印度尼西亚语;
|
|
246
|
-
• 16k_fil:16k 菲律宾语;
|
|
247
|
-
• 16k_zh_medical:16k 医疗;
|
|
240
|
+
• 16k_zh:中文通用;
|
|
248
241
|
• 16k_zh-PY 中英粤;
|
|
242
|
+
• 16k_zh_medical:中文医疗;
|
|
243
|
+
• 16k_en:英语;
|
|
244
|
+
• 16k_ca:粤语;
|
|
245
|
+
• 16k_ja:日语;
|
|
246
|
+
• 16k_ko:韩语;
|
|
247
|
+
• 16k_vi:越南语;
|
|
248
|
+
• 16k_ms:马来语;
|
|
249
|
+
• 16k_id:印度尼西亚语;
|
|
250
|
+
• 16k_fil:菲律宾语;
|
|
249
251
|
• 16k_zh_dialect:多方言,支持23种方言(上海话、四川话、武汉话、贵阳话、昆明话、西安话、郑州话、太原话、兰州话、银川话、西宁话、南京话、合肥话、南昌话、长沙话、苏州话、杭州话、济南话、天津话、石家庄话、黑龙江话、吉林话、辽宁话);
|
|
250
252
|
*/
|
|
251
253
|
EngSerViceType: string
|
|
@@ -777,7 +779,7 @@ export interface DeleteCustomizationResponse {
|
|
|
777
779
|
*/
|
|
778
780
|
export interface TaskStatus {
|
|
779
781
|
/**
|
|
780
|
-
*
|
|
782
|
+
* 任务标识。注意:TaskId数据类型为uint64。
|
|
781
783
|
*/
|
|
782
784
|
TaskId: number
|
|
783
785
|
|
|
@@ -19,10 +19,14 @@ import { AbstractClient } from "../../../common/abstract_client"
|
|
|
19
19
|
import { ClientConfig } from "../../../common/interface"
|
|
20
20
|
import {
|
|
21
21
|
CreateSessionResponse,
|
|
22
|
+
StopPublishStreamRequest,
|
|
23
|
+
StopPublishStreamResponse,
|
|
22
24
|
DestroySessionResponse,
|
|
25
|
+
StartPublishStreamResponse,
|
|
23
26
|
ApplyConcurrentResponse,
|
|
24
27
|
ApplyConcurrentRequest,
|
|
25
28
|
DestroySessionRequest,
|
|
29
|
+
StartPublishStreamRequest,
|
|
26
30
|
CreateSessionRequest,
|
|
27
31
|
} from "./car_models"
|
|
28
32
|
|
|
@@ -45,6 +49,16 @@ export class Client extends AbstractClient {
|
|
|
45
49
|
return this.request("ApplyConcurrent", req, cb)
|
|
46
50
|
}
|
|
47
51
|
|
|
52
|
+
/**
|
|
53
|
+
* 停止云端推流
|
|
54
|
+
*/
|
|
55
|
+
async StopPublishStream(
|
|
56
|
+
req: StopPublishStreamRequest,
|
|
57
|
+
cb?: (error: string, rep: StopPublishStreamResponse) => void
|
|
58
|
+
): Promise<StopPublishStreamResponse> {
|
|
59
|
+
return this.request("StopPublishStream", req, cb)
|
|
60
|
+
}
|
|
61
|
+
|
|
48
62
|
/**
|
|
49
63
|
* 销毁会话
|
|
50
64
|
*/
|
|
@@ -64,4 +78,14 @@ export class Client extends AbstractClient {
|
|
|
64
78
|
): Promise<CreateSessionResponse> {
|
|
65
79
|
return this.request("CreateSession", req, cb)
|
|
66
80
|
}
|
|
81
|
+
|
|
82
|
+
/**
|
|
83
|
+
* 开始云端推流
|
|
84
|
+
*/
|
|
85
|
+
async StartPublishStream(
|
|
86
|
+
req: StartPublishStreamRequest,
|
|
87
|
+
cb?: (error: string, rep: StartPublishStreamResponse) => void
|
|
88
|
+
): Promise<StartPublishStreamResponse> {
|
|
89
|
+
return this.request("StartPublishStream", req, cb)
|
|
90
|
+
}
|
|
67
91
|
}
|
|
@@ -30,6 +30,26 @@ export interface CreateSessionResponse {
|
|
|
30
30
|
RequestId?: string
|
|
31
31
|
}
|
|
32
32
|
|
|
33
|
+
/**
|
|
34
|
+
* StopPublishStream请求参数结构体
|
|
35
|
+
*/
|
|
36
|
+
export interface StopPublishStreamRequest {
|
|
37
|
+
/**
|
|
38
|
+
* 唯一用户身份标识,由业务方自定义,平台不予理解。(可根据业务需要决定使用用户的唯一身份标识或是使用时间戳随机生成;在用户重连时应保持UserId不变)
|
|
39
|
+
*/
|
|
40
|
+
UserId: string
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
/**
|
|
44
|
+
* StopPublishStream返回参数结构体
|
|
45
|
+
*/
|
|
46
|
+
export interface StopPublishStreamResponse {
|
|
47
|
+
/**
|
|
48
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
49
|
+
*/
|
|
50
|
+
RequestId?: string
|
|
51
|
+
}
|
|
52
|
+
|
|
33
53
|
/**
|
|
34
54
|
* DestroySession返回参数结构体
|
|
35
55
|
*/
|
|
@@ -40,6 +60,16 @@ export interface DestroySessionResponse {
|
|
|
40
60
|
RequestId?: string
|
|
41
61
|
}
|
|
42
62
|
|
|
63
|
+
/**
|
|
64
|
+
* StartPublishStream返回参数结构体
|
|
65
|
+
*/
|
|
66
|
+
export interface StartPublishStreamResponse {
|
|
67
|
+
/**
|
|
68
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
69
|
+
*/
|
|
70
|
+
RequestId?: string
|
|
71
|
+
}
|
|
72
|
+
|
|
43
73
|
/**
|
|
44
74
|
* ApplyConcurrent返回参数结构体
|
|
45
75
|
*/
|
|
@@ -90,6 +120,16 @@ export interface DestroySessionRequest {
|
|
|
90
120
|
UserId: string
|
|
91
121
|
}
|
|
92
122
|
|
|
123
|
+
/**
|
|
124
|
+
* StartPublishStream请求参数结构体
|
|
125
|
+
*/
|
|
126
|
+
export interface StartPublishStreamRequest {
|
|
127
|
+
/**
|
|
128
|
+
* 唯一用户身份标识,由业务方自定义,平台不予理解。(UserId将作为StreamId进行推流,比如绑定推流域名为abc.livepush.myqcloud.com,那么推流地址为rtmp://abc.livepush.myqcloud.com/live/UserId?txSecret=xxx&txTime=xxx)
|
|
129
|
+
*/
|
|
130
|
+
UserId: string
|
|
131
|
+
}
|
|
132
|
+
|
|
93
133
|
/**
|
|
94
134
|
* CreateSession请求参数结构体
|
|
95
135
|
*/
|
|
@@ -2526,7 +2526,7 @@ export interface DescribeRoMinScaleRequest {
|
|
|
2526
2526
|
*/
|
|
2527
2527
|
export interface DescribeDefaultParamsRequest {
|
|
2528
2528
|
/**
|
|
2529
|
-
*
|
|
2529
|
+
* 引擎版本,目前支持 ["5.1", "5.5", "5.6", "5.7", "8.0"]
|
|
2530
2530
|
*/
|
|
2531
2531
|
EngineVersion: string
|
|
2532
2532
|
|
|
@@ -7315,7 +7315,7 @@ export interface Bucket {
|
|
|
7315
7315
|
Key: string
|
|
7316
7316
|
|
|
7317
7317
|
/**
|
|
7318
|
-
*
|
|
7318
|
+
* key值出现的次数。
|
|
7319
7319
|
*/
|
|
7320
7320
|
Count: number
|
|
7321
7321
|
}
|
|
@@ -4013,7 +4013,12 @@ global:全球加速
|
|
|
4013
4013
|
QnPrivateAccess?: QnPrivateAccess
|
|
4014
4014
|
|
|
4015
4015
|
/**
|
|
4016
|
-
*
|
|
4016
|
+
* 其他厂商对象存储回源鉴权
|
|
4017
|
+
*/
|
|
4018
|
+
OthersPrivateAccess?: OthersPrivateAccess
|
|
4019
|
+
|
|
4020
|
+
/**
|
|
4021
|
+
* HTTPS服务,默认开启(收费服务,详见计费说明和产品文档)
|
|
4017
4022
|
*/
|
|
4018
4023
|
HttpsBilling?: HttpsBilling
|
|
4019
4024
|
}
|
|
@@ -5652,6 +5657,40 @@ export interface UrlRecord {
|
|
|
5652
5657
|
UpdateTime: string
|
|
5653
5658
|
}
|
|
5654
5659
|
|
|
5660
|
+
/**
|
|
5661
|
+
* 其他厂商对象存储回源鉴权
|
|
5662
|
+
*/
|
|
5663
|
+
export interface OthersPrivateAccess {
|
|
5664
|
+
/**
|
|
5665
|
+
* 开关, on/off。
|
|
5666
|
+
*/
|
|
5667
|
+
Switch: string
|
|
5668
|
+
|
|
5669
|
+
/**
|
|
5670
|
+
* 访问ID。
|
|
5671
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5672
|
+
*/
|
|
5673
|
+
AccessKey?: string
|
|
5674
|
+
|
|
5675
|
+
/**
|
|
5676
|
+
* 密钥。
|
|
5677
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5678
|
+
*/
|
|
5679
|
+
SecretKey?: string
|
|
5680
|
+
|
|
5681
|
+
/**
|
|
5682
|
+
* 地域。
|
|
5683
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5684
|
+
*/
|
|
5685
|
+
Region?: string
|
|
5686
|
+
|
|
5687
|
+
/**
|
|
5688
|
+
* 存储桶名称。
|
|
5689
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5690
|
+
*/
|
|
5691
|
+
Bucket?: string
|
|
5692
|
+
}
|
|
5693
|
+
|
|
5655
5694
|
/**
|
|
5656
5695
|
* DescribePushQuota返回参数结构体
|
|
5657
5696
|
*/
|
|
@@ -7195,6 +7234,12 @@ off:不支持
|
|
|
7195
7234
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
7196
7235
|
*/
|
|
7197
7236
|
HttpsBilling: HttpsBilling
|
|
7237
|
+
|
|
7238
|
+
/**
|
|
7239
|
+
* 其他厂商对象存储回源鉴权
|
|
7240
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
7241
|
+
*/
|
|
7242
|
+
OthersPrivateAccess?: OthersPrivateAccess
|
|
7198
7243
|
}
|
|
7199
7244
|
|
|
7200
7245
|
/**
|
|
@@ -8951,7 +8996,12 @@ global:全球加速
|
|
|
8951
8996
|
QnPrivateAccess?: QnPrivateAccess
|
|
8952
8997
|
|
|
8953
8998
|
/**
|
|
8954
|
-
*
|
|
8999
|
+
* 其他厂商对象存储回源鉴权
|
|
9000
|
+
*/
|
|
9001
|
+
OthersPrivateAccess?: OthersPrivateAccess
|
|
9002
|
+
|
|
9003
|
+
/**
|
|
9004
|
+
* HTTPS服务(收费服务,详见计费说明和产品文档)
|
|
8955
9005
|
*/
|
|
8956
9006
|
HttpsBilling?: HttpsBilling
|
|
8957
9007
|
}
|
|
@@ -46,6 +46,7 @@ import {
|
|
|
46
46
|
CreateInstanceNewRequest,
|
|
47
47
|
InstanceInfo,
|
|
48
48
|
ModifyClusterConfigsRequest,
|
|
49
|
+
ScaleUpInstanceRequest,
|
|
49
50
|
DescribeInstanceKeyValConfigsResponse,
|
|
50
51
|
ServiceInfo,
|
|
51
52
|
ResourceSpec,
|
|
@@ -60,7 +61,7 @@ import {
|
|
|
60
61
|
InstanceConfigItem,
|
|
61
62
|
DescribeInstanceResponse,
|
|
62
63
|
ClusterInfo,
|
|
63
|
-
|
|
64
|
+
DescribeInstanceStateRequest,
|
|
64
65
|
NodesSummary,
|
|
65
66
|
DescribeInstanceShardsResponse,
|
|
66
67
|
InstanceConfigInfo,
|
|
@@ -70,6 +71,7 @@ import {
|
|
|
70
71
|
ActionAlterCkUserResponse,
|
|
71
72
|
Tag,
|
|
72
73
|
ScheduleStrategy,
|
|
74
|
+
DescribeInstanceStateResponse,
|
|
73
75
|
ResizeDiskResponse,
|
|
74
76
|
DescribeBackUpScheduleResponse,
|
|
75
77
|
DescribeCkSqlApisResponse,
|
|
@@ -136,6 +138,16 @@ export class Client extends AbstractClient {
|
|
|
136
138
|
return this.request("ActionAlterCkUser", req, cb)
|
|
137
139
|
}
|
|
138
140
|
|
|
141
|
+
/**
|
|
142
|
+
* 集群详情页中显示集群状态、流程进度等
|
|
143
|
+
*/
|
|
144
|
+
async DescribeInstanceState(
|
|
145
|
+
req: DescribeInstanceStateRequest,
|
|
146
|
+
cb?: (error: string, rep: DescribeInstanceStateResponse) => void
|
|
147
|
+
): Promise<DescribeInstanceStateResponse> {
|
|
148
|
+
return this.request("DescribeInstanceState", req, cb)
|
|
149
|
+
}
|
|
150
|
+
|
|
139
151
|
/**
|
|
140
152
|
* 开启或者关闭策略
|
|
141
153
|
*/
|