tencentcloud-sdk-nodejs 4.0.489 → 4.0.491
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 +461 -0
- package/SERVICE_CHANGELOG.md +578 -73
- package/package.json +1 -1
- package/products.md +21 -20
- package/src/common/sdk_version.ts +1 -1
- package/src/services/asr/v20190614/asr_client.ts +4 -2
- package/src/services/asr/v20190614/asr_models.ts +33 -2
- package/src/services/cdb/v20170320/cdb_client.ts +2 -15
- package/src/services/cdb/v20170320/cdb_models.ts +72 -132
- package/src/services/cdn/v20180606/cdn_client.ts +1 -1
- package/src/services/cdn/v20180606/cdn_models.ts +8 -3
- package/src/services/cdwch/index.ts +5 -0
- package/src/services/cdwch/v20200915/cdwch_client.ts +118 -0
- package/src/services/cdwch/v20200915/cdwch_models.ts +314 -0
- package/src/services/cdwch/v20200915/index.ts +6 -0
- package/src/services/cfw/v20190904/cfw_client.ts +4 -4
- package/src/services/cfw/v20190904/cfw_models.ts +2 -2
- package/src/services/cvm/v20170312/cvm_client.ts +1 -0
- package/src/services/cvm/v20170312/cvm_models.ts +25 -0
- package/src/services/dcdb/v20180411/dcdb_client.ts +22 -0
- package/src/services/dcdb/v20180411/dcdb_models.ts +155 -0
- package/src/services/emr/v20190103/emr_client.ts +5 -5
- package/src/services/emr/v20190103/emr_models.ts +13 -19
- package/src/services/ess/v20201111/ess_client.ts +26 -0
- package/src/services/ess/v20201111/ess_models.ts +100 -1
- package/src/services/essbasic/v20210526/essbasic_client.ts +53 -12
- package/src/services/essbasic/v20210526/essbasic_models.ts +322 -83
- package/src/services/faceid/v20180301/faceid_client.ts +1 -0
- package/src/services/faceid/v20180301/faceid_models.ts +15 -0
- package/src/services/index.ts +1 -0
- package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +6 -0
- package/src/services/lighthouse/v20200324/lighthouse_models.ts +16 -0
- package/src/services/mongodb/v20190725/mongodb_models.ts +2 -2
- package/src/services/postgres/v20170312/postgres_client.ts +2 -0
- package/src/services/postgres/v20170312/postgres_models.ts +119 -7
- package/src/services/redis/v20180412/redis_client.ts +1 -1
- package/src/services/tcm/v20210413/tcm_models.ts +27 -2
- package/src/services/teo/v20220901/teo_models.ts +8 -3
- package/src/services/tione/v20211111/tione_models.ts +5 -0
- package/src/services/tts/v20190823/tts_models.ts +1 -1
- package/src/services/vod/v20180717/vod_client.ts +0 -6
- package/src/services/vod/v20180717/vod_models.ts +156 -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 +3 -1
- package/tencentcloud/services/asr/v20190614/asr_client.js +3 -1
- package/tencentcloud/services/asr/v20190614/asr_models.d.ts +28 -2
- package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +1 -5
- package/tencentcloud/services/cdb/v20170320/cdb_client.js +0 -6
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +59 -109
- package/tencentcloud/services/cdn/v20180606/cdn_client.d.ts +1 -1
- package/tencentcloud/services/cdn/v20180606/cdn_client.js +1 -1
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +7 -3
- package/tencentcloud/services/cdwch/index.d.ts +6 -0
- package/tencentcloud/services/cdwch/index.js +7 -0
- package/tencentcloud/services/cdwch/v20200915/cdwch_client.d.ts +38 -0
- package/tencentcloud/services/cdwch/v20200915/cdwch_client.js +73 -0
- package/tencentcloud/services/cdwch/v20200915/cdwch_models.d.ts +255 -0
- package/tencentcloud/services/cdwch/v20200915/cdwch_models.js +18 -0
- package/tencentcloud/services/cdwch/v20200915/index.d.ts +6 -0
- package/tencentcloud/services/cdwch/v20200915/index.js +9 -0
- package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +4 -4
- package/tencentcloud/services/cfw/v20190904/cfw_client.js +4 -4
- package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +2 -2
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +21 -0
- package/tencentcloud/services/dcdb/v20180411/dcdb_client.d.ts +10 -1
- package/tencentcloud/services/dcdb/v20180411/dcdb_client.js +11 -0
- package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +132 -0
- package/tencentcloud/services/emr/v20190103/emr_client.d.ts +5 -5
- package/tencentcloud/services/emr/v20190103/emr_client.js +5 -5
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +11 -17
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +11 -1
- package/tencentcloud/services/ess/v20201111/ess_client.js +14 -0
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +85 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +18 -3
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +24 -3
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +278 -75
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +13 -0
- package/tencentcloud/services/index.d.ts +1 -0
- package/tencentcloud/services/index.js +2 -0
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +5 -0
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +16 -0
- package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +2 -2
- package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +102 -7
- package/tencentcloud/services/redis/v20180412/redis_client.d.ts +1 -1
- package/tencentcloud/services/redis/v20180412/redis_client.js +1 -1
- package/tencentcloud/services/tcm/v20210413/tcm_models.d.ts +21 -1
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +7 -3
- package/tencentcloud/services/tione/v20211111/tione_models.d.ts +4 -0
- package/tencentcloud/services/tts/v20190823/tts_models.d.ts +1 -1
- package/tencentcloud/services/vod/v20180717/vod_client.d.ts +0 -6
- package/tencentcloud/services/vod/v20180717/vod_client.js +0 -6
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +126 -5
- package/test/cdb.v20170320.test.js +0 -10
- package/test/cdwch.v20200915.test.js +91 -0
- package/test/dcdb.v20180411.test.js +10 -0
- package/test/ess.v20201111.test.js +20 -0
- package/test/essbasic.v20210526.test.js +32 -2
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
| apigateway | [API 网关](https://cloud.tencent.com/document/product/628) | 2022-11-09 06:09:16 |
|
|
16
16
|
| apm | [应用性能观测](https://cloud.tencent.com/document/product/1463) | 2022-08-22 06:08:36 |
|
|
17
17
|
| as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2022-11-18 06:08:39 |
|
|
18
|
-
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2022-11-
|
|
18
|
+
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2022-11-29 06:12:14 |
|
|
19
19
|
| asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2022-04-04 06:08:40 |
|
|
20
20
|
| ba | [网站备案](https://cloud.tencent.com/document/product/243) | 2022-04-04 06:08:45 |
|
|
21
21
|
| batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2022-11-01 06:09:07 |
|
|
@@ -39,13 +39,14 @@
|
|
|
39
39
|
| cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2022-11-09 06:14:16 |
|
|
40
40
|
| cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2022-10-27 06:14:10 |
|
|
41
41
|
| ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2022-11-21 06:12:39 |
|
|
42
|
-
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2022-11-
|
|
42
|
+
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2022-11-29 06:19:07 |
|
|
43
43
|
| cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2022-07-30 15:07:54 |
|
|
44
|
-
| cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2022-
|
|
44
|
+
| cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2022-11-29 06:20:53 |
|
|
45
45
|
| cds | [T-Sec-数据安全审计(DSA)](https://cloud.tencent.com/document/product/856) | 2022-10-31 06:15:53 |
|
|
46
|
+
| cdwch | [云数据仓库 ClickHouse](https://cloud.tencent.com/document/product/1299) | 2022-11-25 17:33:17 |
|
|
46
47
|
| cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2022-09-26 06:16:02 |
|
|
47
48
|
| cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2022-11-21 06:14:58 |
|
|
48
|
-
| cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2022-
|
|
49
|
+
| cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2022-11-28 06:18:58 |
|
|
49
50
|
| chdfs | [云 HDFS](https://cloud.tencent.com/document/product/1105) | 2022-07-04 06:04:36 |
|
|
50
51
|
| ciam | [账号风控平台](https://cloud.tencent.com/document/product/1441) | 2022-09-27 06:14:52 |
|
|
51
52
|
| cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2022-06-27 06:06:02 |
|
|
@@ -62,7 +63,7 @@
|
|
|
62
63
|
| cms | [内容安全](https://cloud.tencent.com/document/product) | 2020-10-29 08:03:08 |
|
|
63
64
|
| cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2022-11-25 06:20:42 |
|
|
64
65
|
| cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
|
|
65
|
-
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2022-11-
|
|
66
|
+
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2022-11-29 06:30:25 |
|
|
66
67
|
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2022-11-17 06:19:07 |
|
|
67
68
|
| cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
|
|
68
69
|
| cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2022-11-23 06:21:08 |
|
|
@@ -72,7 +73,7 @@
|
|
|
72
73
|
| dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2022-09-29 06:25:38 |
|
|
73
74
|
| dbdc | [云数据库独享集群](https://cloud.tencent.com/document/product/1322) | 2022-11-23 06:23:05 |
|
|
74
75
|
| dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2022-10-26 06:29:47 |
|
|
75
|
-
| dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2022-11-
|
|
76
|
+
| dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2022-11-29 06:37:37 |
|
|
76
77
|
| dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2022-11-24 06:27:21 |
|
|
77
78
|
| dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2022-11-25 06:28:38 |
|
|
78
79
|
| domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2022-05-24 06:11:36 |
|
|
@@ -86,12 +87,12 @@
|
|
|
86
87
|
| ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2022-09-09 06:24:10 |
|
|
87
88
|
| eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2022-05-13 06:11:29 |
|
|
88
89
|
| eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2022-11-16 06:22:42 |
|
|
89
|
-
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2022-11-
|
|
90
|
+
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2022-11-29 06:43:55 |
|
|
90
91
|
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2022-11-17 06:25:50 |
|
|
91
|
-
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2022-11-
|
|
92
|
-
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2022-11-
|
|
92
|
+
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2022-11-25 18:17:09 |
|
|
93
|
+
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2022-11-29 06:45:57 |
|
|
93
94
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2022-06-15 06:09:10 |
|
|
94
|
-
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2022-11-
|
|
95
|
+
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2022-11-29 06:46:33 |
|
|
95
96
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2022-04-04 06:43:06 |
|
|
96
97
|
| ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2022-04-04 06:43:12 |
|
|
97
98
|
| gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2022-11-23 06:29:46 |
|
|
@@ -110,7 +111,7 @@
|
|
|
110
111
|
| ims | [图片内容安全](https://cloud.tencent.com/document/product/1125) | 2022-09-29 06:34:25 |
|
|
111
112
|
| iot | [加速物联网套件](https://cloud.tencent.com/document/product/568) | 2022-04-04 06:48:08 |
|
|
112
113
|
| iotcloud | [物联网通信](https://cloud.tencent.com/document/product/634) | 2022-08-16 06:27:22 |
|
|
113
|
-
| iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2022-11-
|
|
114
|
+
| iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2022-11-29 06:52:35 |
|
|
114
115
|
| iottid | [物联网设备身份认证](https://cloud.tencent.com/document/product/1086) | 2022-04-04 06:49:46 |
|
|
115
116
|
| iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2022-11-03 06:28:16 |
|
|
116
117
|
| iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2022-11-17 06:31:48 |
|
|
@@ -118,7 +119,7 @@
|
|
|
118
119
|
| ivld | [媒体智能标签](https://cloud.tencent.com/document/product/1509) | 2022-10-28 11:32:11 |
|
|
119
120
|
| kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2022-11-01 06:32:51 |
|
|
120
121
|
| lcic | [低代码互动课堂](https://cloud.tencent.com/document/product/1639) | 2022-10-19 06:31:50 |
|
|
121
|
-
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2022-11-
|
|
122
|
+
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2022-11-29 06:58:08 |
|
|
122
123
|
| live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2022-11-18 06:36:08 |
|
|
123
124
|
| lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
|
|
124
125
|
| lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
|
|
@@ -128,7 +129,7 @@
|
|
|
128
129
|
| mgobe | [游戏联机对战引擎](https://cloud.tencent.com/document/product/1038) | 2022-07-08 06:11:32 |
|
|
129
130
|
| mmps | [小程序安全](https://cloud.tencent.com/document/product/1223) | 2022-08-25 06:38:57 |
|
|
130
131
|
| mna | [移动网络加速](https://cloud.tencent.com/document/product/1385) | 2022-11-17 11:16:37 |
|
|
131
|
-
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2022-11-
|
|
132
|
+
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2022-11-28 06:50:22 |
|
|
132
133
|
| monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2022-11-18 06:38:09 |
|
|
133
134
|
| mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2022-11-23 06:41:18 |
|
|
134
135
|
| mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2022-06-28 06:14:04 |
|
|
@@ -142,11 +143,11 @@
|
|
|
142
143
|
| organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2022-11-18 06:41:15 |
|
|
143
144
|
| partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2022-11-17 06:38:25 |
|
|
144
145
|
| pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2022-04-04 07:02:02 |
|
|
145
|
-
| postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2022-11-
|
|
146
|
+
| postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2022-11-29 07:09:18 |
|
|
146
147
|
| privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2022-10-26 06:52:45 |
|
|
147
148
|
| pts | [云压测](https://cloud.tencent.com/document/product/1484) | 2022-11-18 06:42:29 |
|
|
148
149
|
| rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2022-09-23 06:43:17 |
|
|
149
|
-
| redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2022-11-
|
|
150
|
+
| redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2022-11-28 06:57:10 |
|
|
150
151
|
| region | [地域管理系统](https://cloud.tencent.com/document/product/1596) | 2022-07-27 21:10:02 |
|
|
151
152
|
| rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2022-04-04 07:04:04 |
|
|
152
153
|
| rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-04-04 07:04:06 |
|
|
@@ -177,7 +178,7 @@
|
|
|
177
178
|
| tcbr | [云托管 CloudBase Run](https://cloud.tencent.com/document/product/1243) | 2022-08-23 06:50:39 |
|
|
178
179
|
| tcex | [腾讯云释义](https://cloud.tencent.com/document/product/1266) | 2022-07-21 06:17:29 |
|
|
179
180
|
| tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
|
|
180
|
-
| tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2022-11-
|
|
181
|
+
| tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2022-11-29 07:19:41 |
|
|
181
182
|
| tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2022-11-08 06:41:24 |
|
|
182
183
|
| tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2022-11-25 06:59:05 |
|
|
183
184
|
| tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2022-10-21 06:47:14 |
|
|
@@ -185,7 +186,7 @@
|
|
|
185
186
|
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2022-11-25 07:03:54 |
|
|
186
187
|
| tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2022-10-10 06:42:56 |
|
|
187
188
|
| tem | [弹性微服务 TEM](https://cloud.tencent.com/document/product/1371) | 2022-11-17 06:48:59 |
|
|
188
|
-
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2022-11-
|
|
189
|
+
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2022-11-29 07:26:41 |
|
|
189
190
|
| thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2022-11-16 06:42:38 |
|
|
190
191
|
| tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
|
|
191
192
|
| tic | [资源编排 TIC](https://cloud.tencent.com/document/product/1213) | 2022-10-31 06:55:14 |
|
|
@@ -193,7 +194,7 @@
|
|
|
193
194
|
| tics | [威胁情报云查服务](https://cloud.tencent.com/document/product/1013) | 2022-04-04 07:16:59 |
|
|
194
195
|
| tiems | [腾讯云 TI 平台 TI-EMS ](https://cloud.tencent.com/document/product/1120) | 2022-07-19 06:19:39 |
|
|
195
196
|
| tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2022-11-22 07:01:36 |
|
|
196
|
-
| tione | [腾讯云 TI 平台 TI-ONE](https://cloud.tencent.com/document/product/851) | 2022-11-
|
|
197
|
+
| tione | [腾讯云 TI 平台 TI-ONE](https://cloud.tencent.com/document/product/851) | 2022-11-29 07:29:47 |
|
|
197
198
|
| tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2022-11-24 07:03:21 |
|
|
198
199
|
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2022-11-22 07:03:00 |
|
|
199
200
|
| tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
|
|
@@ -204,11 +205,11 @@
|
|
|
204
205
|
| tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2022-10-31 06:58:14 |
|
|
205
206
|
| tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2022-10-31 06:58:25 |
|
|
206
207
|
| tsw | [微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2022-10-31 06:59:44 |
|
|
207
|
-
| tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2022-11-
|
|
208
|
+
| tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2022-11-29 07:36:55 |
|
|
208
209
|
| ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2022-04-04 07:22:44 |
|
|
209
210
|
| vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2022-11-16 06:46:30 |
|
|
210
211
|
| vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2022-04-04 07:22:54 |
|
|
211
|
-
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2022-11-
|
|
212
|
+
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2022-11-28 07:19:44 |
|
|
212
213
|
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2022-11-22 07:10:00 |
|
|
213
214
|
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2022-11-16 06:48:54 |
|
|
214
215
|
| wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2022-10-12 07:10:28 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.491"
|
|
@@ -224,8 +224,10 @@ export class Client extends AbstractClient {
|
|
|
224
224
|
}
|
|
225
225
|
|
|
226
226
|
/**
|
|
227
|
-
|
|
228
|
-
|
|
227
|
+
* 用户使用该接口可以创建自学习模型,以供识别调用。
|
|
228
|
+
|
|
229
|
+
注意:调用该接口后,模型会自动训练。新建模型成功后,调用ModifyCustomizationState接口修改为上线状态,即可在识别请求中使用对应模型ID。
|
|
230
|
+
*/
|
|
229
231
|
async CreateCustomization(
|
|
230
232
|
req: CreateCustomizationRequest,
|
|
231
233
|
cb?: (error: string, rep: CreateCustomizationResponse) => void
|
|
@@ -219,7 +219,7 @@ export interface DescribeTaskStatusResponse {
|
|
|
219
219
|
*/
|
|
220
220
|
export interface SentenceRecognitionRequest {
|
|
221
221
|
/**
|
|
222
|
-
* 腾讯云项目 ID
|
|
222
|
+
* 腾讯云项目 ID,废弃参数,填写0即可。
|
|
223
223
|
*/
|
|
224
224
|
ProjectId: number
|
|
225
225
|
|
|
@@ -239,6 +239,8 @@ export interface SentenceRecognitionRequest {
|
|
|
239
239
|
• 16k_ca:16k 粤语;
|
|
240
240
|
• 16k_ja:16k 日语;
|
|
241
241
|
• 16k_zh_medical:16k 医疗;
|
|
242
|
+
• 16k_zh-PY 中英粤;
|
|
243
|
+
• 16k_zh_dialect:多方言,支持23种方言(上海话、四川话、武汉话、贵阳话、昆明话、西安话、郑州话、太原话、兰州话、银川话、西宁话、南京话、合肥话、南昌话、长沙话、苏州话、杭州话、济南话、天津话、石家庄话、黑龙江话、吉林话、辽宁话);
|
|
242
244
|
*/
|
|
243
245
|
EngSerViceType: string
|
|
244
246
|
|
|
@@ -253,7 +255,7 @@ export interface SentenceRecognitionRequest {
|
|
|
253
255
|
VoiceFormat: string
|
|
254
256
|
|
|
255
257
|
/**
|
|
256
|
-
*
|
|
258
|
+
* 废弃参数,填写任意字符串即可。
|
|
257
259
|
*/
|
|
258
260
|
UsrAudioKey: string
|
|
259
261
|
|
|
@@ -306,6 +308,11 @@ export interface SentenceRecognitionRequest {
|
|
|
306
308
|
* 自学习模型 id。如设置了该参数,将生效对应的自学习模型。
|
|
307
309
|
*/
|
|
308
310
|
CustomizationId?: string
|
|
311
|
+
|
|
312
|
+
/**
|
|
313
|
+
* 热词增强功能。1:开启后(仅支持8k_zh,16k_zh),将开启同音替换功能,同音字、词在热词中配置。举例:热词配置“蜜制”并开启增强功能后,与“蜜制”同拼音(mizhi)的“秘制”、“蜜汁”的识别结果会被强制替换成“蜜制”。因此建议客户根据自己的实际情况开启该功能。
|
|
314
|
+
*/
|
|
315
|
+
ReinforceHotword?: number
|
|
309
316
|
}
|
|
310
317
|
|
|
311
318
|
/**
|
|
@@ -467,6 +474,8 @@ export interface CreateRecTaskRequest {
|
|
|
467
474
|
• 16k_en_edu 英文教育;
|
|
468
475
|
• 16k_zh_medical 医疗;
|
|
469
476
|
• 16k_th 泰语;
|
|
477
|
+
• 16k_zh-PY 中英粤;
|
|
478
|
+
• 16k_zh_dialect:多方言,支持23种方言(上海话、四川话、武汉话、贵阳话、昆明话、西安话、郑州话、太原话、兰州话、银川话、西宁话、南京话、合肥话、南昌话、长沙话、苏州话、杭州话、济南话、天津话、石家庄话、黑龙江话、吉林话、辽宁话);
|
|
470
479
|
*/
|
|
471
480
|
EngineModelType: string
|
|
472
481
|
|
|
@@ -551,6 +560,16 @@ export interface CreateRecTaskRequest {
|
|
|
551
560
|
* 是否过滤语气词(目前支持中文普通话引擎)。0:不过滤语气词;1:部分过滤;2:严格过滤 。默认值为 0。
|
|
552
561
|
*/
|
|
553
562
|
FilterModal?: number
|
|
563
|
+
|
|
564
|
+
/**
|
|
565
|
+
* 情绪能量值,取值为音量分贝值/10。取值范围:[1,10]。值越高情绪越强烈。0:不开启,1:开启
|
|
566
|
+
*/
|
|
567
|
+
EmotionalEnergy?: number
|
|
568
|
+
|
|
569
|
+
/**
|
|
570
|
+
* 热词增强功能。1:开启后(仅支持8k_zh,16k_zh),将开启同音替换功能,同音字、词在热词中配置。举例:热词配置“蜜制”并开启增强功能后,与“蜜制”同拼音(mizhi)的“秘制”、“蜜汁”的识别结果会被强制替换成“蜜制”。因此建议客户根据自己的实际情况开启该功能。
|
|
571
|
+
*/
|
|
572
|
+
ReinforceHotword?: number
|
|
554
573
|
}
|
|
555
574
|
|
|
556
575
|
/**
|
|
@@ -957,6 +976,18 @@ export interface SentenceDetail {
|
|
|
957
976
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
958
977
|
*/
|
|
959
978
|
SpeakerId: number
|
|
979
|
+
|
|
980
|
+
/**
|
|
981
|
+
* 情绪能量值,取值为音量分贝值/10。取值范围:[1,10]。值越高情绪越强烈。
|
|
982
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
983
|
+
*/
|
|
984
|
+
EmotionalEnergy: number
|
|
985
|
+
|
|
986
|
+
/**
|
|
987
|
+
* 本句与上一句之间的静音时长
|
|
988
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
989
|
+
*/
|
|
990
|
+
SilenceTime: number
|
|
960
991
|
}
|
|
961
992
|
|
|
962
993
|
/**
|
|
@@ -182,10 +182,9 @@ import {
|
|
|
182
182
|
ModifyInstancePasswordComplexityResponse,
|
|
183
183
|
DeviceMemInfo,
|
|
184
184
|
UpgradeDBInstanceEngineVersionRequest,
|
|
185
|
-
|
|
185
|
+
DatabasesWithCharacterLists,
|
|
186
186
|
TagInfo,
|
|
187
187
|
DescribeDBInstancesResponse,
|
|
188
|
-
ModifyCDBProxyResponse,
|
|
189
188
|
DescribeBackupDownloadRestrictionRequest,
|
|
190
189
|
CreateDeployGroupRequest,
|
|
191
190
|
DeleteAccountsRequest,
|
|
@@ -230,14 +229,13 @@ import {
|
|
|
230
229
|
SwitchForUpgradeRequest,
|
|
231
230
|
CreateDBInstanceHourResponse,
|
|
232
231
|
DescribeBackupDownloadRestrictionResponse,
|
|
233
|
-
|
|
232
|
+
SlowLogItem,
|
|
234
233
|
CloneItem,
|
|
235
234
|
ModifyDBInstanceSecurityGroupsResponse,
|
|
236
235
|
CreateAccountsRequest,
|
|
237
236
|
DescribeDeployGroupListRequest,
|
|
238
237
|
BackupInfo,
|
|
239
238
|
CloseWanServiceResponse,
|
|
240
|
-
RoWeight,
|
|
241
239
|
RenewDBInstanceRequest,
|
|
242
240
|
SlowLogInfo,
|
|
243
241
|
ModifyLocalBinlogConfigResponse,
|
|
@@ -298,7 +296,6 @@ import {
|
|
|
298
296
|
ModifyInstancePasswordComplexityRequest,
|
|
299
297
|
OpenWanServiceResponse,
|
|
300
298
|
DescribeDBInstanceGTIDRequest,
|
|
301
|
-
ModifyCDBProxyRequest,
|
|
302
299
|
ModifyAuditConfigRequest,
|
|
303
300
|
DeviceDiskInfo,
|
|
304
301
|
RoWeightValue,
|
|
@@ -997,16 +994,6 @@ export class Client extends AbstractClient {
|
|
|
997
994
|
return this.request("DescribeInstanceParams", req, cb)
|
|
998
995
|
}
|
|
999
996
|
|
|
1000
|
-
/**
|
|
1001
|
-
* 配置数据库代理读写分离
|
|
1002
|
-
*/
|
|
1003
|
-
async ModifyCDBProxy(
|
|
1004
|
-
req: ModifyCDBProxyRequest,
|
|
1005
|
-
cb?: (error: string, rep: ModifyCDBProxyResponse) => void
|
|
1006
|
-
): Promise<ModifyCDBProxyResponse> {
|
|
1007
|
-
return this.request("ModifyCDBProxy", req, cb)
|
|
1008
|
-
}
|
|
1009
|
-
|
|
1010
997
|
/**
|
|
1011
998
|
* 查询代理规格配置
|
|
1012
999
|
*/
|
|
@@ -3988,74 +3988,18 @@ export interface UpgradeDBInstanceEngineVersionRequest {
|
|
|
3988
3988
|
}
|
|
3989
3989
|
|
|
3990
3990
|
/**
|
|
3991
|
-
*
|
|
3991
|
+
* 数据库名以及字符集
|
|
3992
3992
|
*/
|
|
3993
|
-
export interface
|
|
3994
|
-
/**
|
|
3995
|
-
* Sql的执行时间。
|
|
3996
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
3997
|
-
*/
|
|
3998
|
-
Timestamp: number
|
|
3999
|
-
|
|
4000
|
-
/**
|
|
4001
|
-
* Sql的执行时长(秒)。
|
|
4002
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4003
|
-
*/
|
|
4004
|
-
QueryTime: number
|
|
4005
|
-
|
|
4006
|
-
/**
|
|
4007
|
-
* Sql语句。
|
|
4008
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4009
|
-
*/
|
|
4010
|
-
SqlText: string
|
|
4011
|
-
|
|
4012
|
-
/**
|
|
4013
|
-
* 客户端地址。
|
|
4014
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4015
|
-
*/
|
|
4016
|
-
UserHost: string
|
|
4017
|
-
|
|
4018
|
-
/**
|
|
4019
|
-
* 用户名。
|
|
4020
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4021
|
-
*/
|
|
4022
|
-
UserName: string
|
|
4023
|
-
|
|
4024
|
-
/**
|
|
4025
|
-
* 数据库名。
|
|
4026
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4027
|
-
*/
|
|
4028
|
-
Database: string
|
|
4029
|
-
|
|
4030
|
-
/**
|
|
4031
|
-
* 锁时长(秒)。
|
|
4032
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4033
|
-
*/
|
|
4034
|
-
LockTime: number
|
|
4035
|
-
|
|
4036
|
-
/**
|
|
4037
|
-
* 扫描行数。
|
|
4038
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4039
|
-
*/
|
|
4040
|
-
RowsExamined: number
|
|
4041
|
-
|
|
4042
|
-
/**
|
|
4043
|
-
* 结果集行数。
|
|
4044
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4045
|
-
*/
|
|
4046
|
-
RowsSent: number
|
|
4047
|
-
|
|
3993
|
+
export interface DatabasesWithCharacterLists {
|
|
4048
3994
|
/**
|
|
4049
|
-
|
|
4050
|
-
|
|
4051
|
-
|
|
4052
|
-
SqlTemplate: string
|
|
3995
|
+
* 数据库名
|
|
3996
|
+
*/
|
|
3997
|
+
DatabaseName: string
|
|
4053
3998
|
|
|
4054
3999
|
/**
|
|
4055
|
-
|
|
4056
|
-
|
|
4057
|
-
|
|
4058
|
-
Md5: string
|
|
4000
|
+
* 字符集类型
|
|
4001
|
+
*/
|
|
4002
|
+
CharacterSet: string
|
|
4059
4003
|
}
|
|
4060
4004
|
|
|
4061
4005
|
/**
|
|
@@ -4093,16 +4037,6 @@ export interface DescribeDBInstancesResponse {
|
|
|
4093
4037
|
RequestId?: string
|
|
4094
4038
|
}
|
|
4095
4039
|
|
|
4096
|
-
/**
|
|
4097
|
-
* ModifyCDBProxy返回参数结构体
|
|
4098
|
-
*/
|
|
4099
|
-
export interface ModifyCDBProxyResponse {
|
|
4100
|
-
/**
|
|
4101
|
-
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
4102
|
-
*/
|
|
4103
|
-
RequestId?: string
|
|
4104
|
-
}
|
|
4105
|
-
|
|
4106
4040
|
/**
|
|
4107
4041
|
* DescribeBackupDownloadRestriction请求参数结构体
|
|
4108
4042
|
*/
|
|
@@ -5456,18 +5390,74 @@ export interface DescribeBackupDownloadRestrictionResponse {
|
|
|
5456
5390
|
}
|
|
5457
5391
|
|
|
5458
5392
|
/**
|
|
5459
|
-
*
|
|
5393
|
+
* 结构化的慢日志详情
|
|
5460
5394
|
*/
|
|
5461
|
-
export interface
|
|
5395
|
+
export interface SlowLogItem {
|
|
5462
5396
|
/**
|
|
5463
|
-
|
|
5464
|
-
|
|
5465
|
-
|
|
5397
|
+
* Sql的执行时间。
|
|
5398
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5399
|
+
*/
|
|
5400
|
+
Timestamp: number
|
|
5466
5401
|
|
|
5467
5402
|
/**
|
|
5468
|
-
|
|
5469
|
-
|
|
5470
|
-
|
|
5403
|
+
* Sql的执行时长(秒)。
|
|
5404
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5405
|
+
*/
|
|
5406
|
+
QueryTime: number
|
|
5407
|
+
|
|
5408
|
+
/**
|
|
5409
|
+
* Sql语句。
|
|
5410
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5411
|
+
*/
|
|
5412
|
+
SqlText: string
|
|
5413
|
+
|
|
5414
|
+
/**
|
|
5415
|
+
* 客户端地址。
|
|
5416
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5417
|
+
*/
|
|
5418
|
+
UserHost: string
|
|
5419
|
+
|
|
5420
|
+
/**
|
|
5421
|
+
* 用户名。
|
|
5422
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5423
|
+
*/
|
|
5424
|
+
UserName: string
|
|
5425
|
+
|
|
5426
|
+
/**
|
|
5427
|
+
* 数据库名。
|
|
5428
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5429
|
+
*/
|
|
5430
|
+
Database: string
|
|
5431
|
+
|
|
5432
|
+
/**
|
|
5433
|
+
* 锁时长(秒)。
|
|
5434
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5435
|
+
*/
|
|
5436
|
+
LockTime: number
|
|
5437
|
+
|
|
5438
|
+
/**
|
|
5439
|
+
* 扫描行数。
|
|
5440
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5441
|
+
*/
|
|
5442
|
+
RowsExamined: number
|
|
5443
|
+
|
|
5444
|
+
/**
|
|
5445
|
+
* 结果集行数。
|
|
5446
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5447
|
+
*/
|
|
5448
|
+
RowsSent: number
|
|
5449
|
+
|
|
5450
|
+
/**
|
|
5451
|
+
* Sql模板。
|
|
5452
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5453
|
+
*/
|
|
5454
|
+
SqlTemplate: string
|
|
5455
|
+
|
|
5456
|
+
/**
|
|
5457
|
+
* Sql语句的md5。
|
|
5458
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5459
|
+
*/
|
|
5460
|
+
Md5: string
|
|
5471
5461
|
}
|
|
5472
5462
|
|
|
5473
5463
|
/**
|
|
@@ -5695,11 +5685,6 @@ export interface CloseWanServiceResponse {
|
|
|
5695
5685
|
RequestId?: string
|
|
5696
5686
|
}
|
|
5697
5687
|
|
|
5698
|
-
/**
|
|
5699
|
-
* 实例权重
|
|
5700
|
-
*/
|
|
5701
|
-
export type RoWeight = null
|
|
5702
|
-
|
|
5703
5688
|
/**
|
|
5704
5689
|
* RenewDBInstance请求参数结构体
|
|
5705
5690
|
*/
|
|
@@ -7296,51 +7281,6 @@ export interface DescribeDBInstanceGTIDRequest {
|
|
|
7296
7281
|
InstanceId: string
|
|
7297
7282
|
}
|
|
7298
7283
|
|
|
7299
|
-
/**
|
|
7300
|
-
* ModifyCDBProxy请求参数结构体
|
|
7301
|
-
*/
|
|
7302
|
-
export interface ModifyCDBProxyRequest {
|
|
7303
|
-
/**
|
|
7304
|
-
* 数据库代理组唯一ID
|
|
7305
|
-
*/
|
|
7306
|
-
ProxyGroupId: string
|
|
7307
|
-
|
|
7308
|
-
/**
|
|
7309
|
-
* 是否开始延迟剔除,默认false,取值:"true" | "false"
|
|
7310
|
-
*/
|
|
7311
|
-
IsKickout?: boolean
|
|
7312
|
-
|
|
7313
|
-
/**
|
|
7314
|
-
* 最少保留数,最小为0,最大为实例数量
|
|
7315
|
-
*/
|
|
7316
|
-
MinCount?: number
|
|
7317
|
-
|
|
7318
|
-
/**
|
|
7319
|
-
* 延迟剔除的阈值;如果IsKickOut="true", 该字段必填
|
|
7320
|
-
*/
|
|
7321
|
-
MaxDelay?: number
|
|
7322
|
-
|
|
7323
|
-
/**
|
|
7324
|
-
* 读写权重分配模式;系统自动分配:"system", 自定义:"custom"
|
|
7325
|
-
*/
|
|
7326
|
-
WeightMode?: string
|
|
7327
|
-
|
|
7328
|
-
/**
|
|
7329
|
-
* 实例只读权重
|
|
7330
|
-
*/
|
|
7331
|
-
RoWeightValues?: RoWeight
|
|
7332
|
-
|
|
7333
|
-
/**
|
|
7334
|
-
* 是否开启故障转移,代理出现故障后,连接地址将路由到主实例,默认false,取值:"true" | "false"
|
|
7335
|
-
*/
|
|
7336
|
-
FailOver?: boolean
|
|
7337
|
-
|
|
7338
|
-
/**
|
|
7339
|
-
* 是否自动添加只读实例,默认false,取值:"true" | "false"
|
|
7340
|
-
*/
|
|
7341
|
-
AutoAddRo?: boolean
|
|
7342
|
-
}
|
|
7343
|
-
|
|
7344
7284
|
/**
|
|
7345
7285
|
* ModifyAuditConfig请求参数结构体
|
|
7346
7286
|
*/
|
|
@@ -385,7 +385,7 @@ export class Client extends AbstractClient {
|
|
|
385
385
|
}
|
|
386
386
|
|
|
387
387
|
/**
|
|
388
|
-
* DescribeIpStatus
|
|
388
|
+
* DescribeIpStatus 用于查询域名所在加速平台的边缘节点、回源节点明细。注意事项:暂不支持查询边缘节点信息并且数据会存在一定延迟。
|
|
389
389
|
|
|
390
390
|
>? 若您的业务已迁移至 CDN 控制台,请参考<a href="https://cloud.tencent.com/document/api/228/41954"> CDN 接口文档</a>,使用 CDN 相关API 进行操作。
|
|
391
391
|
*/
|
|
@@ -2164,7 +2164,7 @@ export interface DDoSAttackBandwidthData {
|
|
|
2164
2164
|
}
|
|
2165
2165
|
|
|
2166
2166
|
/**
|
|
2167
|
-
*
|
|
2167
|
+
* 跨国回源优化配置,默认为关闭状态 (已下线)
|
|
2168
2168
|
*/
|
|
2169
2169
|
export interface OriginPullOptimization {
|
|
2170
2170
|
/**
|
|
@@ -4120,6 +4120,11 @@ global: 全球节点
|
|
|
4120
4120
|
* 是否查询节点 IPV6 信息。
|
|
4121
4121
|
*/
|
|
4122
4122
|
ShowIpv6?: boolean
|
|
4123
|
+
|
|
4124
|
+
/**
|
|
4125
|
+
* 是否对IPV6进行缩写。
|
|
4126
|
+
*/
|
|
4127
|
+
AbbreviationIpv6?: boolean
|
|
4123
4128
|
}
|
|
4124
4129
|
|
|
4125
4130
|
/**
|
|
@@ -8520,7 +8525,7 @@ export interface UpdateDomainConfigRequest {
|
|
|
8520
8525
|
Cache?: Cache
|
|
8521
8526
|
|
|
8522
8527
|
/**
|
|
8523
|
-
*
|
|
8528
|
+
* 跨国链路优化配置(已下线)
|
|
8524
8529
|
*/
|
|
8525
8530
|
OriginPullOptimization?: OriginPullOptimization
|
|
8526
8531
|
|
|
@@ -11004,7 +11009,7 @@ export interface OriginPullTimeout {
|
|
|
11004
11009
|
ConnectTimeout: number
|
|
11005
11010
|
|
|
11006
11011
|
/**
|
|
11007
|
-
* 回源接收超时时间,单位为秒,要求10 ~
|
|
11012
|
+
* 回源接收超时时间,单位为秒,要求10 ~ 300之间
|
|
11008
11013
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
11009
11014
|
*/
|
|
11010
11015
|
ReceiveTimeout: number
|