tencentcloud-sdk-nodejs 4.0.511 → 4.0.513
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 +338 -0
- package/SERVICE_CHANGELOG.md +319 -83
- package/package.json +1 -1
- package/products.md +21 -21
- package/src/common/sdk_version.ts +1 -1
- package/src/services/ams/v20201229/ams_client.ts +4 -4
- package/src/services/ams/v20201229/ams_models.ts +14 -8
- package/src/services/asr/v20190614/asr_client.ts +5 -8
- package/src/services/asr/v20190614/asr_models.ts +6 -1
- package/src/services/cbs/v20170312/cbs_client.ts +13 -1
- package/src/services/cbs/v20170312/cbs_models.ts +41 -11
- package/src/services/clb/v20180317/clb_client.ts +62 -15
- package/src/services/clb/v20180317/clb_models.ts +102 -0
- package/src/services/cls/v20201016/cls_models.ts +10 -4
- package/src/services/cpdp/v20190820/cpdp_client.ts +41 -3
- package/src/services/cpdp/v20190820/cpdp_models.ts +311 -99
- package/src/services/cvm/v20170312/cvm_client.ts +23 -9
- package/src/services/cvm/v20170312/cvm_models.ts +73 -28
- package/src/services/cynosdb/v20190107/cynosdb_client.ts +2 -1
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +312 -57
- package/src/services/dnspod/v20210323/dnspod_client.ts +9 -13
- package/src/services/dnspod/v20210323/dnspod_models.ts +93 -93
- package/src/services/ess/v20201111/ess_client.ts +3 -2
- package/src/services/ess/v20201111/ess_models.ts +7 -7
- package/src/services/essbasic/v20210526/essbasic_client.ts +2 -2
- package/src/services/essbasic/v20210526/essbasic_models.ts +16 -11
- package/src/services/lcic/v20220817/lcic_models.ts +4 -4
- package/src/services/monitor/v20180724/monitor_models.ts +2 -2
- package/src/services/pts/v20210728/pts_models.ts +39 -13
- package/src/services/region/v20220627/region_models.ts +60 -0
- package/src/services/sms/v20210111/sms_models.ts +1 -1
- package/src/services/ssl/v20191205/ssl_models.ts +6 -0
- package/src/services/teo/v20220901/teo_models.ts +3 -3
- package/src/services/trp/v20210515/trp_client.ts +20 -7
- package/src/services/trp/v20210515/trp_models.ts +47 -2
- package/src/services/vpc/v20170312/vpc_models.ts +19 -13
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/ams/v20201229/ams_client.d.ts +4 -4
- package/tencentcloud/services/ams/v20201229/ams_client.js +4 -4
- package/tencentcloud/services/ams/v20201229/ams_models.d.ts +13 -8
- package/tencentcloud/services/asr/v20190614/asr_client.d.ts +5 -8
- package/tencentcloud/services/asr/v20190614/asr_client.js +5 -8
- package/tencentcloud/services/asr/v20190614/asr_models.d.ts +5 -1
- package/tencentcloud/services/cbs/v20170312/cbs_client.d.ts +5 -1
- package/tencentcloud/services/cbs/v20170312/cbs_client.js +6 -0
- package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +36 -10
- package/tencentcloud/services/clb/v20180317/clb_client.d.ts +36 -7
- package/tencentcloud/services/clb/v20180317/clb_client.js +41 -8
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +87 -0
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +9 -3
- package/tencentcloud/services/cpdp/v20190820/cpdp_client.d.ts +13 -1
- package/tencentcloud/services/cpdp/v20190820/cpdp_client.js +18 -0
- package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +266 -85
- package/tencentcloud/services/cvm/v20170312/cvm_client.d.ts +8 -3
- package/tencentcloud/services/cvm/v20170312/cvm_client.js +10 -3
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +65 -26
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +1 -1
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +224 -7
- package/tencentcloud/services/dnspod/v20210323/dnspod_client.d.ts +1 -5
- package/tencentcloud/services/dnspod/v20210323/dnspod_client.js +1 -5
- package/tencentcloud/services/dnspod/v20210323/dnspod_models.d.ts +93 -93
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +2 -1
- package/tencentcloud/services/ess/v20201111/ess_client.js +2 -1
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +6 -6
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +2 -2
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +2 -2
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +14 -10
- package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +4 -4
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +2 -2
- package/tencentcloud/services/pts/v20210728/pts_models.d.ts +34 -13
- package/tencentcloud/services/region/v20220627/region_models.d.ts +50 -0
- package/tencentcloud/services/sms/v20210111/sms_models.d.ts +1 -1
- package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +5 -0
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +3 -3
- package/tencentcloud/services/trp/v20210515/trp_client.d.ts +8 -3
- package/tencentcloud/services/trp/v20210515/trp_client.js +10 -3
- package/tencentcloud/services/trp/v20210515/trp_models.d.ts +40 -2
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +18 -13
- package/test/cbs.v20170312.test.js +10 -0
- package/test/clb.v20180317.test.js +24 -4
- package/test/cpdp.v20190820.test.js +30 -0
- package/test/cvm.v20170312.test.js +12 -2
- package/test/trp.v20210515.test.js +12 -2
package/products.md
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
| af | [借贷反欺诈](https://cloud.tencent.com/document/product/668) | 2022-05-23 06:01:54 |
|
|
8
8
|
| afc | [定制建模](https://cloud.tencent.com/document/product/1029) | 2022-11-14 06:09:18 |
|
|
9
9
|
| ame | [正版曲库直通车](https://cloud.tencent.com/document/product/1155) | 2022-04-15 06:01:25 |
|
|
10
|
-
| ams | [音频内容安全](https://cloud.tencent.com/document/product/1219) | 2022-
|
|
10
|
+
| ams | [音频内容安全](https://cloud.tencent.com/document/product/1219) | 2022-12-29 10:01:58 |
|
|
11
11
|
| anicloud | [动效素材服务](https://cloud.tencent.com/document/product/1641) | 2022-12-21 18:48:21 |
|
|
12
12
|
| antiddos | [T-Sec-DDoS防护(Anti-DDoS)](https://cloud.tencent.com/document/product/1021) | 2022-12-20 11:47:08 |
|
|
13
13
|
| apcas | [汽车精准获客服务](https://cloud.tencent.com/document/product/1244) | 2022-04-04 06:05:36 |
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
| apigateway | [API 网关](https://cloud.tencent.com/document/product/628) | 2022-11-09 06:09:16 |
|
|
17
17
|
| apm | [应用性能观测](https://cloud.tencent.com/document/product/1463) | 2022-12-06 06:16:29 |
|
|
18
18
|
| as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2022-12-26 01:08:11 |
|
|
19
|
-
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2022-12-
|
|
19
|
+
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2022-12-29 10:03:59 |
|
|
20
20
|
| asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2022-04-04 06:08:40 |
|
|
21
21
|
| ba | [网站备案](https://cloud.tencent.com/document/product/243) | 2022-04-04 06:08:45 |
|
|
22
22
|
| batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2022-12-09 01:11:02 |
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
| car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2022-11-18 06:12:01 |
|
|
39
39
|
| casb | [云访问安全代理](https://cloud.tencent.com/document/product/1303) | 2022-12-26 10:53:16 |
|
|
40
40
|
| cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2022-12-12 01:11:14 |
|
|
41
|
-
| cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2022-12-
|
|
41
|
+
| cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2022-12-28 01:04:48 |
|
|
42
42
|
| ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2022-12-16 01:10:35 |
|
|
43
43
|
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2022-12-22 01:20:37 |
|
|
44
44
|
| cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2022-12-15 01:12:58 |
|
|
@@ -54,20 +54,20 @@
|
|
|
54
54
|
| cim | [](https://cloud.tencent.com/document/product) | 2019-05-16 17:21:18 |
|
|
55
55
|
| cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
|
|
56
56
|
| ckafka | [消息队列 CKafka](https://cloud.tencent.com/document/product/597) | 2022-12-27 01:23:30 |
|
|
57
|
-
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2022-12-
|
|
57
|
+
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2022-12-29 10:11:28 |
|
|
58
58
|
| cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2022-11-24 06:19:10 |
|
|
59
59
|
| cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2022-12-14 01:17:29 |
|
|
60
60
|
| cloudstudio | [Cloud Studio(云端 IDE)](https://cloud.tencent.com/document/product/1039) | 2022-10-31 06:18:55 |
|
|
61
|
-
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2022-12-
|
|
61
|
+
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2022-12-28 01:05:35 |
|
|
62
62
|
| cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2022-12-05 06:32:09 |
|
|
63
63
|
| cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2022-11-16 06:15:44 |
|
|
64
64
|
| cms | [内容安全](https://cloud.tencent.com/document/product) | 2020-10-29 08:03:08 |
|
|
65
|
-
| cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2022-12-
|
|
65
|
+
| cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2022-12-28 11:40:24 |
|
|
66
66
|
| cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
|
|
67
|
-
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2022-12-
|
|
67
|
+
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2022-12-28 01:05:55 |
|
|
68
68
|
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2022-12-13 10:22:29 |
|
|
69
69
|
| cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
|
|
70
|
-
| cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2022-12-
|
|
70
|
+
| cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2022-12-29 10:16:58 |
|
|
71
71
|
| dasb | [T-Sec-堡垒机(BH)](https://cloud.tencent.com/document/product/1025) | 2022-11-04 06:19:07 |
|
|
72
72
|
| dataintegration | [数据接入平台](https://cloud.tencent.com/document/product/1591) | 2022-07-26 15:32:15 |
|
|
73
73
|
| dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2022-07-29 06:07:15 |
|
|
@@ -75,8 +75,8 @@
|
|
|
75
75
|
| dbdc | [云数据库独享集群](https://cloud.tencent.com/document/product/1322) | 2022-11-23 06:23:05 |
|
|
76
76
|
| dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2022-10-26 06:29:47 |
|
|
77
77
|
| dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2022-11-29 06:37:37 |
|
|
78
|
-
| dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2022-12-
|
|
79
|
-
| dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2022-
|
|
78
|
+
| dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2022-12-28 01:06:32 |
|
|
79
|
+
| dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2022-12-29 10:19:39 |
|
|
80
80
|
| domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2022-05-24 06:11:36 |
|
|
81
81
|
| drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2022-04-04 06:38:48 |
|
|
82
82
|
| ds | [文档服务](https://cloud.tencent.com/document/product/869) | 2022-10-31 06:27:09 |
|
|
@@ -90,8 +90,8 @@
|
|
|
90
90
|
| eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2022-11-16 06:22:42 |
|
|
91
91
|
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2022-12-13 10:29:37 |
|
|
92
92
|
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2022-12-12 01:25:49 |
|
|
93
|
-
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2022-12-
|
|
94
|
-
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2022-12-
|
|
93
|
+
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2022-12-28 13:01:07 |
|
|
94
|
+
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2022-12-29 10:24:56 |
|
|
95
95
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2022-06-15 06:09:10 |
|
|
96
96
|
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2022-12-07 06:39:49 |
|
|
97
97
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2022-04-04 06:43:06 |
|
|
@@ -119,7 +119,7 @@
|
|
|
119
119
|
| irp | [智能推荐平台](https://cloud.tencent.com/document/product/1541) | 2022-12-20 01:38:37 |
|
|
120
120
|
| ivld | [媒体智能标签](https://cloud.tencent.com/document/product/1509) | 2022-10-28 11:32:11 |
|
|
121
121
|
| kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2022-12-13 10:37:12 |
|
|
122
|
-
| lcic | [低代码互动课堂](https://cloud.tencent.com/document/product/1639) | 2022-12-13
|
|
122
|
+
| lcic | [低代码互动课堂](https://cloud.tencent.com/document/product/1639) | 2022-12-28 13:56:24 |
|
|
123
123
|
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2022-12-23 01:40:27 |
|
|
124
124
|
| live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2022-12-15 01:33:41 |
|
|
125
125
|
| lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
|
|
@@ -131,7 +131,7 @@
|
|
|
131
131
|
| mmps | [小程序安全](https://cloud.tencent.com/document/product/1223) | 2022-08-25 06:38:57 |
|
|
132
132
|
| mna | [移动网络加速](https://cloud.tencent.com/document/product/1385) | 2022-11-17 11:16:37 |
|
|
133
133
|
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2022-11-28 06:50:22 |
|
|
134
|
-
| monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2022-12-
|
|
134
|
+
| monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2022-12-28 14:12:10 |
|
|
135
135
|
| mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2022-12-16 01:33:15 |
|
|
136
136
|
| mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2022-12-08 01:38:36 |
|
|
137
137
|
| ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2022-12-09 15:05:58 |
|
|
@@ -146,10 +146,10 @@
|
|
|
146
146
|
| pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2022-04-04 07:02:02 |
|
|
147
147
|
| postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2022-12-15 01:38:47 |
|
|
148
148
|
| privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2022-12-09 01:52:05 |
|
|
149
|
-
| pts | [云压测](https://cloud.tencent.com/document/product/1484) | 2022-12-
|
|
149
|
+
| pts | [云压测](https://cloud.tencent.com/document/product/1484) | 2022-12-28 14:35:16 |
|
|
150
150
|
| rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2022-09-23 06:43:17 |
|
|
151
151
|
| redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2022-12-15 01:40:07 |
|
|
152
|
-
| region | [地域管理系统](https://cloud.tencent.com/document/product/1596) | 2022-
|
|
152
|
+
| region | [地域管理系统](https://cloud.tencent.com/document/product/1596) | 2022-12-28 01:09:18 |
|
|
153
153
|
| rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2022-04-04 07:04:04 |
|
|
154
154
|
| rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-04-04 07:04:06 |
|
|
155
155
|
| rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2022-12-23 01:49:31 |
|
|
@@ -157,12 +157,12 @@
|
|
|
157
157
|
| ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2022-12-16 01:37:37 |
|
|
158
158
|
| smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2022-11-23 06:47:21 |
|
|
159
159
|
| smpn | [营销号码安全](https://cloud.tencent.com/document/product/1127) | 2022-04-04 07:05:41 |
|
|
160
|
-
| sms | [短信](https://cloud.tencent.com/document/product/382) | 2022-
|
|
160
|
+
| sms | [短信](https://cloud.tencent.com/document/product/382) | 2022-12-28 01:09:31 |
|
|
161
161
|
| soe | [智聆口语评测](https://cloud.tencent.com/document/product/884) | 2022-11-07 06:33:46 |
|
|
162
162
|
| solar | [智汇零售](https://cloud.tencent.com/document/product) | 2020-03-19 08:01:59 |
|
|
163
163
|
| sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2022-12-07 06:58:03 |
|
|
164
164
|
| ssa | [安全运营中心](https://cloud.tencent.com/document/product/664) | 2022-08-16 06:39:20 |
|
|
165
|
-
| ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) | 2022-12-
|
|
165
|
+
| ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) | 2022-12-28 14:53:49 |
|
|
166
166
|
| sslpod | [SSL证书监控SSLPod](https://cloud.tencent.com/document/product/1084) | 2022-10-31 06:47:43 |
|
|
167
167
|
| ssm | [凭据管理系统](https://cloud.tencent.com/document/product/1140) | 2022-10-20 06:38:33 |
|
|
168
168
|
| sts | [安全凭证服务](https://cloud.tencent.com/document/product/1312) | 2022-07-07 06:15:25 |
|
|
@@ -187,7 +187,7 @@
|
|
|
187
187
|
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2022-12-27 02:09:12 |
|
|
188
188
|
| tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2022-12-06 07:10:10 |
|
|
189
189
|
| tem | [弹性微服务 TEM](https://cloud.tencent.com/document/product/1371) | 2022-12-27 02:10:16 |
|
|
190
|
-
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2022-12-
|
|
190
|
+
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2022-12-28 01:10:40 |
|
|
191
191
|
| thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2022-12-21 02:09:45 |
|
|
192
192
|
| tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
|
|
193
193
|
| tic | [资源编排 TIC](https://cloud.tencent.com/document/product/1213) | 2022-10-31 06:55:14 |
|
|
@@ -202,7 +202,7 @@
|
|
|
202
202
|
| tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2022-11-18 06:55:59 |
|
|
203
203
|
| tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2022-12-09 02:09:44 |
|
|
204
204
|
| trdp | [流量风险决策平台](https://cloud.tencent.com/document/product/1604) | 2022-12-07 07:14:03 |
|
|
205
|
-
| trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2022-12-
|
|
205
|
+
| trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2022-12-28 16:01:40 |
|
|
206
206
|
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2022-12-19 02:11:18 |
|
|
207
207
|
| tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2022-10-31 06:58:14 |
|
|
208
208
|
| tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2022-12-16 01:48:54 |
|
|
@@ -212,7 +212,7 @@
|
|
|
212
212
|
| vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2022-11-16 06:46:30 |
|
|
213
213
|
| vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2022-04-04 07:22:54 |
|
|
214
214
|
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2022-12-22 02:14:59 |
|
|
215
|
-
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2022-12-
|
|
215
|
+
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2022-12-29 11:09:38 |
|
|
216
216
|
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2022-12-21 02:20:11 |
|
|
217
217
|
| wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2022-10-12 07:10:28 |
|
|
218
218
|
| wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2022-12-07 07:21:53 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.513"
|
|
@@ -107,12 +107,12 @@ export class Client extends AbstractClient {
|
|
|
107
107
|
- 该接口为收费接口,计费方式敬请参见 [腾讯云音频内容安全定价](https://cloud.tencent.com/product/ams/pricing)。
|
|
108
108
|
|
|
109
109
|
### 接口调用说明:
|
|
110
|
-
- 音频文件大小支持:**文件
|
|
111
|
-
-
|
|
112
|
-
- 音频文件支持格式:**wav (PCM编码)** 、**mp3**、**m4a** (采样率:16kHz~48kHz,位深:16bit 小端,声道数:单声道/双声道,建议格式:**16kHz/16bit/单声道**);
|
|
110
|
+
- 音频文件大小支持:**文件 <= 4M**;
|
|
111
|
+
- 音频文件**时长不超过60s**,超过60s音频调用则报错;
|
|
112
|
+
- 音频文件支持格式:**wav (PCM编码)** 、**mp3**、**aac**、**m4a** (采样率:16kHz~48kHz,位深:16bit 小端,声道数:单声道/双声道,建议格式:**16kHz/16bit/单声道**);
|
|
113
113
|
- 接口仅限音频文件传入,视频文件传入请调用长音频异步接口;
|
|
114
114
|
- 接口**默认QPS为20**,如需自定义配置并发或请求频率,请工单咨询;
|
|
115
|
-
- 接口**默认超时为
|
|
115
|
+
- 接口**默认超时为10s**,请求如超过该时长则接口会报错。
|
|
116
116
|
|
|
117
117
|
*/
|
|
118
118
|
async CreateAudioModerationSyncTask(
|
|
@@ -124,13 +124,13 @@ export interface AudioResultDetailSpeakerResult {
|
|
|
124
124
|
Score: number
|
|
125
125
|
|
|
126
126
|
/**
|
|
127
|
-
*
|
|
127
|
+
* 该字段用于返回对应说话人的片段在音频文件内的开始时间,单位为秒。
|
|
128
128
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
129
129
|
*/
|
|
130
130
|
StartTime: number
|
|
131
131
|
|
|
132
132
|
/**
|
|
133
|
-
*
|
|
133
|
+
* 该字段用于返回对应说话人的片段在音频文件内的结束时间,单位为秒。
|
|
134
134
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
135
135
|
*/
|
|
136
136
|
EndTime: number
|
|
@@ -522,6 +522,12 @@ Block 建议屏蔽;
|
|
|
522
522
|
*/
|
|
523
523
|
RecognitionResults: Array<RecognitionResult>
|
|
524
524
|
|
|
525
|
+
/**
|
|
526
|
+
* 识别音频时长,单位为毫秒;
|
|
527
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
528
|
+
*/
|
|
529
|
+
Duration: string
|
|
530
|
+
|
|
525
531
|
/**
|
|
526
532
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
527
533
|
*/
|
|
@@ -650,13 +656,13 @@ export interface AudioResultDetailLanguageResult {
|
|
|
650
656
|
Score: number
|
|
651
657
|
|
|
652
658
|
/**
|
|
653
|
-
*
|
|
659
|
+
* 该参数用于返回对应语种标签的片段在音频文件内的开始时间,单位为秒。
|
|
654
660
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
655
661
|
*/
|
|
656
662
|
StartTime: number
|
|
657
663
|
|
|
658
664
|
/**
|
|
659
|
-
*
|
|
665
|
+
* 该参数用于返回对应语种标签的片段在音频文件内的结束时间,单位为秒。
|
|
660
666
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
661
667
|
*/
|
|
662
668
|
EndTime: number
|
|
@@ -708,12 +714,12 @@ export interface MoanResult {
|
|
|
708
714
|
Suggestion: string
|
|
709
715
|
|
|
710
716
|
/**
|
|
711
|
-
*
|
|
717
|
+
* 违规事件开始时间,单位为秒(s);
|
|
712
718
|
*/
|
|
713
719
|
StartTime: number
|
|
714
720
|
|
|
715
721
|
/**
|
|
716
|
-
*
|
|
722
|
+
* 违规事件结束时间,单位为秒(s);
|
|
717
723
|
*/
|
|
718
724
|
EndTime: number
|
|
719
725
|
|
|
@@ -883,12 +889,12 @@ export interface AudioResultDetailMoanResult {
|
|
|
883
889
|
Score: number
|
|
884
890
|
|
|
885
891
|
/**
|
|
886
|
-
*
|
|
892
|
+
* 该字段用于返回对应呻吟标签的片段在音频文件内的开始时间,单位为秒。
|
|
887
893
|
*/
|
|
888
894
|
StartTime: number
|
|
889
895
|
|
|
890
896
|
/**
|
|
891
|
-
*
|
|
897
|
+
* 该字段用于返回对应呻吟标签的片段在音频文件内的结束时间,单位为秒。
|
|
892
898
|
*/
|
|
893
899
|
EndTime: number
|
|
894
900
|
|
|
@@ -110,14 +110,11 @@ export class Client extends AbstractClient {
|
|
|
110
110
|
/**
|
|
111
111
|
* 本接口服务对时长5小时以内的录音文件进行识别,异步返回识别全部结果。
|
|
112
112
|
• 支持中文普通话、英语、粤语、日语、上海话、四川话、武汉话、贵阳话、昆明话、西安话、郑州话、太原话、兰州话、银川话、西宁话、南京话、合肥话、南昌话、长沙话、苏州话、杭州话、济南话、天津话、石家庄话、黑龙江话、吉林话、辽宁话。
|
|
113
|
-
•
|
|
114
|
-
•
|
|
115
|
-
•
|
|
116
|
-
• 语音 URL 的音频时长不能长于5小时,文件大小不超过512MB
|
|
117
|
-
• 本地语音文件不能大于5MB
|
|
118
|
-
• 提交录音文件识别请求后,在3小时内完成识别(大多数情况下1小时音频约3分钟以内完成识别,半小时内发送超过1000小时录音或者2万条识别任务的除外),识别结果在服务端可保存7天
|
|
113
|
+
• 支持wav、mp3、m4a、flv、mp4、wma、3gp、amr、aac、ogg-opus、flac格式。
|
|
114
|
+
• 支持语音 URL 和本地语音文件两种请求方式。语音 URL 的音频时长不能长于5小时,文件大小不超过1GB。本地语音文件调用不能大于5MB。
|
|
115
|
+
• 提交录音文件识别请求后,在3小时内完成识别(大多数情况下1小时音频约3分钟以内完成识别,半小时内发送超过1000小时录音或者2万条识别任务的除外),识别结果在服务端可保存7天。
|
|
119
116
|
• 支持回调或轮询的方式获取结果,结果获取请参考[ 录音文件识别结果查询](https://cloud.tencent.com/document/product/1093/37822)。
|
|
120
|
-
•
|
|
117
|
+
• 生成字幕场景可设置参数ResTextFormat为3,解析ResultDetail结构生成字幕,可参考 [生成字幕最佳实践](https://cloud.tencent.com/document/product/1093/84291)。
|
|
121
118
|
• 签名方法参考 [公共参数](https://cloud.tencent.com/document/api/1093/35640) 中签名方法v3。
|
|
122
119
|
• 默认接口请求频率限制:20次/秒,如您有提高请求频率限制的需求,请提[工单](https://console.cloud.tencent.com/workorder/category)进行咨询。
|
|
123
120
|
*/
|
|
@@ -277,7 +274,7 @@ export class Client extends AbstractClient {
|
|
|
277
274
|
}
|
|
278
275
|
|
|
279
276
|
/**
|
|
280
|
-
* 本接口用于对60秒之内的短音频文件进行识别。<br>• 支持中文普通话、英语、粤语、日语、上海话、四川话、武汉话、贵阳话、昆明话、西安话、郑州话、太原话、兰州话、银川话、西宁话、南京话、合肥话、南昌话、长沙话、苏州话、杭州话、济南话、天津话、石家庄话、黑龙江话、吉林话、辽宁话。<br>• 支持本地语音文件上传和语音URL上传两种请求方式,音频时长不能超过60s,音频文件大小不能超过3MB。<br>• 音频格式支持wav、pcm、ogg-opus、speex、silk、mp3、m4a、aac。<br>• 请求方法为 HTTP POST , Content-Type为"application/json; charset=utf-8"<br>• 签名方法参考 [公共参数](https://cloud.tencent.com/document/api/1093/35640) 中签名方法v3。<br>• 默认接口请求频率限制:
|
|
277
|
+
* 本接口用于对60秒之内的短音频文件进行识别。<br>• 支持中文普通话、英语、粤语、日语、上海话、四川话、武汉话、贵阳话、昆明话、西安话、郑州话、太原话、兰州话、银川话、西宁话、南京话、合肥话、南昌话、长沙话、苏州话、杭州话、济南话、天津话、石家庄话、黑龙江话、吉林话、辽宁话。<br>• 支持本地语音文件上传和语音URL上传两种请求方式,音频时长不能超过60s,音频文件大小不能超过3MB。<br>• 音频格式支持wav、pcm、ogg-opus、speex、silk、mp3、m4a、aac。<br>• 请求方法为 HTTP POST , Content-Type为"application/json; charset=utf-8"<br>• 签名方法参考 [公共参数](https://cloud.tencent.com/document/api/1093/35640) 中签名方法v3。<br>• 默认接口请求频率限制:30次/秒,如您有提高请求频率限制的需求,请[前往购买](https://buy.cloud.tencent.com/asr)。
|
|
281
278
|
*/
|
|
282
279
|
async SentenceRecognition(
|
|
283
280
|
req: SentenceRecognitionRequest,
|
|
@@ -567,9 +567,14 @@ export interface CreateRecTaskRequest {
|
|
|
567
567
|
EmotionalEnergy?: number
|
|
568
568
|
|
|
569
569
|
/**
|
|
570
|
-
* 热词增强功能。1:开启后(仅支持8k_zh,16k_zh),将开启同音替换功能,同音字、词在热词中配置。举例:热词配置“蜜制”并开启增强功能后,与“蜜制”同拼音(mizhi
|
|
570
|
+
* 热词增强功能。1:开启后(仅支持8k_zh,16k_zh),将开启同音替换功能,同音字、词在热词中配置。举例:热词配置“蜜制”并开启增强功能后,与“蜜制”同拼音(mizhi)的“秘制”的识别结果会被强制替换成“蜜制”。因此建议客户根据自己的实际情况开启该功能。
|
|
571
571
|
*/
|
|
572
572
|
ReinforceHotword?: number
|
|
573
|
+
|
|
574
|
+
/**
|
|
575
|
+
* 单标点最多字数,取值范围:[6,40]。默认为0,不开启该功能。该参数可用于字幕生成场景,控制单行字幕最大字数。
|
|
576
|
+
*/
|
|
577
|
+
SentenceMaxLength?: number
|
|
573
578
|
}
|
|
574
579
|
|
|
575
580
|
/**
|
|
@@ -24,6 +24,7 @@ import {
|
|
|
24
24
|
DescribeDiskBackupsRequest,
|
|
25
25
|
AutoSnapshotPolicy,
|
|
26
26
|
DescribeSnapshotOperationLogsRequest,
|
|
27
|
+
ModifySnapshotsSharePermissionRequest,
|
|
27
28
|
CopySnapshotCrossRegionsResponse,
|
|
28
29
|
ModifyAutoSnapshotPolicyAttributeResponse,
|
|
29
30
|
ModifyDiskBackupQuotaRequest,
|
|
@@ -86,6 +87,7 @@ import {
|
|
|
86
87
|
ModifySnapshotAttributeRequest,
|
|
87
88
|
UnbindAutoSnapshotPolicyRequest,
|
|
88
89
|
DiskConfig,
|
|
90
|
+
CreateDiskBackupResponse,
|
|
89
91
|
InquirePriceModifyDiskBackupQuotaResponse,
|
|
90
92
|
DeleteAutoSnapshotPoliciesRequest,
|
|
91
93
|
DiskChargePrepaid,
|
|
@@ -95,7 +97,7 @@ import {
|
|
|
95
97
|
Snapshot,
|
|
96
98
|
CreateDisksResponse,
|
|
97
99
|
AttachDisksResponse,
|
|
98
|
-
|
|
100
|
+
CreateDiskBackupRequest,
|
|
99
101
|
DiskOperationLog,
|
|
100
102
|
BindAutoSnapshotPolicyResponse,
|
|
101
103
|
DescribeDiskOperationLogsRequest,
|
|
@@ -538,6 +540,16 @@ export class Client extends AbstractClient {
|
|
|
538
540
|
return this.request("UnbindAutoSnapshotPolicy", req, cb)
|
|
539
541
|
}
|
|
540
542
|
|
|
543
|
+
/**
|
|
544
|
+
* 为云硬盘创建一个备份点。
|
|
545
|
+
*/
|
|
546
|
+
async CreateDiskBackup(
|
|
547
|
+
req: CreateDiskBackupRequest,
|
|
548
|
+
cb?: (error: string, rep: CreateDiskBackupResponse) => void
|
|
549
|
+
): Promise<CreateDiskBackupResponse> {
|
|
550
|
+
return this.request("CreateDiskBackup", req, cb)
|
|
551
|
+
}
|
|
552
|
+
|
|
541
553
|
/**
|
|
542
554
|
* 本接口(DescribeDiskStoragePool)查询用户的云硬盘独享集群列表。
|
|
543
555
|
|
|
@@ -217,6 +217,26 @@ export interface DescribeSnapshotOperationLogsRequest {
|
|
|
217
217
|
BeginTime?: string
|
|
218
218
|
}
|
|
219
219
|
|
|
220
|
+
/**
|
|
221
|
+
* ModifySnapshotsSharePermission请求参数结构体
|
|
222
|
+
*/
|
|
223
|
+
export interface ModifySnapshotsSharePermissionRequest {
|
|
224
|
+
/**
|
|
225
|
+
* 接收分享快照的账号Id列表,array型参数的格式可以参考[API简介](https://cloud.tencent.com/document/api/213/568)。帐号ID不同于QQ号,查询用户帐号ID请查看[帐号信息](https://console.cloud.tencent.com/developer)中的帐号ID栏。
|
|
226
|
+
*/
|
|
227
|
+
AccountIds: Array<string>
|
|
228
|
+
|
|
229
|
+
/**
|
|
230
|
+
* 操作,包括 SHARE,CANCEL。其中SHARE代表分享操作,CANCEL代表取消分享操作。
|
|
231
|
+
*/
|
|
232
|
+
Permission: string
|
|
233
|
+
|
|
234
|
+
/**
|
|
235
|
+
* 快照ID, 可通过[DescribeSnapshots](https://cloud.tencent.com/document/api/362/15647)查询获取。
|
|
236
|
+
*/
|
|
237
|
+
SnapshotIds: Array<string>
|
|
238
|
+
}
|
|
239
|
+
|
|
220
240
|
/**
|
|
221
241
|
* CopySnapshotCrossRegions返回参数结构体
|
|
222
242
|
*/
|
|
@@ -1544,6 +1564,21 @@ export interface DiskConfig {
|
|
|
1544
1564
|
MaxDiskSize?: number
|
|
1545
1565
|
}
|
|
1546
1566
|
|
|
1567
|
+
/**
|
|
1568
|
+
* CreateDiskBackup返回参数结构体
|
|
1569
|
+
*/
|
|
1570
|
+
export interface CreateDiskBackupResponse {
|
|
1571
|
+
/**
|
|
1572
|
+
* 云硬盘备份点的ID。
|
|
1573
|
+
*/
|
|
1574
|
+
DiskBackupId: string
|
|
1575
|
+
|
|
1576
|
+
/**
|
|
1577
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1578
|
+
*/
|
|
1579
|
+
RequestId?: string
|
|
1580
|
+
}
|
|
1581
|
+
|
|
1547
1582
|
/**
|
|
1548
1583
|
* InquirePriceModifyDiskBackupQuota返回参数结构体
|
|
1549
1584
|
*/
|
|
@@ -1800,23 +1835,18 @@ export interface AttachDisksResponse {
|
|
|
1800
1835
|
}
|
|
1801
1836
|
|
|
1802
1837
|
/**
|
|
1803
|
-
*
|
|
1838
|
+
* CreateDiskBackup请求参数结构体
|
|
1804
1839
|
*/
|
|
1805
|
-
export interface
|
|
1840
|
+
export interface CreateDiskBackupRequest {
|
|
1806
1841
|
/**
|
|
1807
|
-
*
|
|
1842
|
+
* 要创建备份点的云硬盘名称。
|
|
1808
1843
|
*/
|
|
1809
|
-
|
|
1810
|
-
|
|
1811
|
-
/**
|
|
1812
|
-
* 操作,包括 SHARE,CANCEL。其中SHARE代表分享操作,CANCEL代表取消分享操作。
|
|
1813
|
-
*/
|
|
1814
|
-
Permission: string
|
|
1844
|
+
DiskId: string
|
|
1815
1845
|
|
|
1816
1846
|
/**
|
|
1817
|
-
*
|
|
1847
|
+
* 云硬盘备份点名称。长度不能超过100个字符。
|
|
1818
1848
|
*/
|
|
1819
|
-
|
|
1849
|
+
DiskBackupName?: string
|
|
1820
1850
|
}
|
|
1821
1851
|
|
|
1822
1852
|
/**
|
|
@@ -48,6 +48,7 @@ import {
|
|
|
48
48
|
ClassicalTarget,
|
|
49
49
|
ListenerItem,
|
|
50
50
|
RsWeightRule,
|
|
51
|
+
RegisterFunctionTargetsRequest,
|
|
51
52
|
DeregisterTargetsFromClassicalLBRequest,
|
|
52
53
|
SetSecurityGroupForLoadbalancersResponse,
|
|
53
54
|
BasicTargetGroupInfo,
|
|
@@ -74,9 +75,11 @@ import {
|
|
|
74
75
|
BlockedIP,
|
|
75
76
|
ModifyRuleResponse,
|
|
76
77
|
DescribeClassicalLBTargetsRequest,
|
|
78
|
+
DeregisterFunctionTargetsResponse,
|
|
77
79
|
DescribeCustomizedConfigListRequest,
|
|
78
80
|
AutoRewriteRequest,
|
|
79
81
|
DescribeCrossTargetsResponse,
|
|
82
|
+
FunctionInfo,
|
|
80
83
|
DescribeLoadBalancerListByCertIdResponse,
|
|
81
84
|
ModifyTargetGroupInstancesWeightResponse,
|
|
82
85
|
DescribeTargetGroupsRequest,
|
|
@@ -111,7 +114,9 @@ import {
|
|
|
111
114
|
MigrateClassicalLoadBalancersRequest,
|
|
112
115
|
DescribeLoadBalancersDetailRequest,
|
|
113
116
|
TargetGroupBackend,
|
|
117
|
+
DeregisterFunctionTargetsRequest,
|
|
114
118
|
DescribeClassicalLBByInstanceIdRequest,
|
|
119
|
+
FunctionTarget,
|
|
115
120
|
DescribeResourcesResponse,
|
|
116
121
|
ModifyTargetGroupInstancesWeightRequest,
|
|
117
122
|
ManualRewriteResponse,
|
|
@@ -138,6 +143,7 @@ import {
|
|
|
138
143
|
ClassicalLoadBalancerInfo,
|
|
139
144
|
DescribeListenersResponse,
|
|
140
145
|
RuleOutput,
|
|
146
|
+
RegisterFunctionTargetsResponse,
|
|
141
147
|
CreateTopicResponse,
|
|
142
148
|
CreateRuleRequest,
|
|
143
149
|
ModifyTargetGroupInstancesPortResponse,
|
|
@@ -306,6 +312,17 @@ export class Client extends AbstractClient {
|
|
|
306
312
|
return this.request("DescribeCustomizedConfigAssociateList", req, cb)
|
|
307
313
|
}
|
|
308
314
|
|
|
315
|
+
/**
|
|
316
|
+
* ModifyTargetWeight 接口用于修改负载均衡绑定的后端服务的转发权重。
|
|
317
|
+
本接口为异步接口,本接口返回成功后需以返回的RequestID为入参,调用DescribeTaskStatus接口查询本次任务是否成功。
|
|
318
|
+
*/
|
|
319
|
+
async ModifyTargetWeight(
|
|
320
|
+
req: ModifyTargetWeightRequest,
|
|
321
|
+
cb?: (error: string, rep: ModifyTargetWeightResponse) => void
|
|
322
|
+
): Promise<ModifyTargetWeightResponse> {
|
|
323
|
+
return this.request("ModifyTargetWeight", req, cb)
|
|
324
|
+
}
|
|
325
|
+
|
|
309
326
|
/**
|
|
310
327
|
* 创建主题,默认开启全文索引和键值索引。如果不存在CLB专有日志集,则创建失败。
|
|
311
328
|
*/
|
|
@@ -698,6 +715,26 @@ export class Client extends AbstractClient {
|
|
|
698
715
|
return this.request("BatchRegisterTargets", req, cb)
|
|
699
716
|
}
|
|
700
717
|
|
|
718
|
+
/**
|
|
719
|
+
* RegisterFunctionTargets 接口用来将一个云函数绑定到负载均衡的7层转发规则,在此之前您需要先行创建相关的7层监听器(HTTP、HTTPS)和转发规则。
|
|
720
|
+
本接口为异步接口,本接口返回成功后需以返回的RequestID为入参,调用DescribeTaskStatus接口查询本次任务是否成功。<br/>
|
|
721
|
+
限制说明:
|
|
722
|
+
- 仅广州、深圳金融、上海、上海金融、北京、成都、中国香港、新加坡、孟买、东京、硅谷地域支持绑定 SCF。
|
|
723
|
+
- 仅标准账户类型支持绑定 SCF,传统账户类型不支持。建议升级为标准账户类型,详情可参见 [账户类型升级说明](https://cloud.tencent.com/document/product/1199/49090)。
|
|
724
|
+
- 传统型负载均衡不支持绑定 SCF。
|
|
725
|
+
- 基础网络类型不支持绑定 SCF。
|
|
726
|
+
- CLB 默认支持绑定同地域下的所有 SCF,可支持跨 VPC 绑定 SCF,不支持跨地域绑定。
|
|
727
|
+
- 目前仅 IPv4、IPv6 NAT64 版本的负载均衡支持绑定 SCF,IPv6 版本的暂不支持。
|
|
728
|
+
- 仅七层(HTTP、HTTPS)监听器支持绑定 SCF,四层(TCP、UDP、TCP SSL)监听器和七层 QUIC 监听器不支持。
|
|
729
|
+
- CLB 绑定 SCF 仅支持绑定“Event 函数”类型的云函数。
|
|
730
|
+
*/
|
|
731
|
+
async RegisterFunctionTargets(
|
|
732
|
+
req?: RegisterFunctionTargetsRequest,
|
|
733
|
+
cb?: (error: string, rep: RegisterFunctionTargetsResponse) => void
|
|
734
|
+
): Promise<RegisterFunctionTargetsResponse> {
|
|
735
|
+
return this.request("RegisterFunctionTargets", req, cb)
|
|
736
|
+
}
|
|
737
|
+
|
|
701
738
|
/**
|
|
702
739
|
* ModifyRule 接口用来修改负载均衡七层监听器下的转发规则的各项属性,包括转发路径、健康检查属性、转发策略等。
|
|
703
740
|
本接口为异步接口,本接口返回成功后需以返回的RequestID为入参,调用DescribeTaskStatus接口查询本次任务是否成功。
|
|
@@ -730,14 +767,13 @@ export class Client extends AbstractClient {
|
|
|
730
767
|
}
|
|
731
768
|
|
|
732
769
|
/**
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
return this.request("ModifyTargetWeight", req, cb)
|
|
770
|
+
* 修改目标组的名称或者默认端口属性
|
|
771
|
+
*/
|
|
772
|
+
async ModifyTargetGroupAttribute(
|
|
773
|
+
req: ModifyTargetGroupAttributeRequest,
|
|
774
|
+
cb?: (error: string, rep: ModifyTargetGroupAttributeResponse) => void
|
|
775
|
+
): Promise<ModifyTargetGroupAttributeResponse> {
|
|
776
|
+
return this.request("ModifyTargetGroupAttribute", req, cb)
|
|
741
777
|
}
|
|
742
778
|
|
|
743
779
|
/**
|
|
@@ -873,13 +909,24 @@ export class Client extends AbstractClient {
|
|
|
873
909
|
}
|
|
874
910
|
|
|
875
911
|
/**
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
912
|
+
* DeregisterFunctionTargets 接口用来将一个云函数从负载均衡的转发规则上解绑,对于七层监听器,还需通过 LocationId 或 Domain+Url 指定转发规则。
|
|
913
|
+
本接口为异步接口,本接口返回成功后需以返回的 RequestID 为入参,调用 [DescribeTaskStatus](https://cloud.tencent.com/document/product/214/30683) 接口查询本次任务是否成功。
|
|
914
|
+
<br/>限制说明:
|
|
915
|
+
|
|
916
|
+
- 仅广州、深圳金融、上海、上海金融、北京、成都、中国香港、新加坡、孟买、东京、硅谷地域支持绑定 SCF。
|
|
917
|
+
- 仅标准账户类型支持绑定 SCF,传统账户类型不支持。建议升级为标准账户类型,详情可参见 [账户类型升级说明](https://cloud.tencent.com/document/product/1199/49090)。
|
|
918
|
+
- 传统型负载均衡不支持绑定 SCF。
|
|
919
|
+
- 基础网络类型不支持绑定 SCF。
|
|
920
|
+
- CLB 默认支持绑定同地域下的所有 SCF,可支持跨 VPC 绑定 SCF,不支持跨地域绑定。
|
|
921
|
+
- 目前仅 IPv4、IPv6 NAT64 版本的负载均衡支持绑定 SCF,IPv6 版本的暂不支持。
|
|
922
|
+
- 仅七层(HTTP、HTTPS)监听器支持绑定 SCF,四层(TCP、UDP、TCP SSL)监听器和七层 QUIC 监听器不支持。
|
|
923
|
+
- CLB 绑定 SCF 仅支持绑定“Event 函数”类型的云函数。
|
|
924
|
+
*/
|
|
925
|
+
async DeregisterFunctionTargets(
|
|
926
|
+
req: DeregisterFunctionTargetsRequest,
|
|
927
|
+
cb?: (error: string, rep: DeregisterFunctionTargetsResponse) => void
|
|
928
|
+
): Promise<DeregisterFunctionTargetsResponse> {
|
|
929
|
+
return this.request("DeregisterFunctionTargets", req, cb)
|
|
883
930
|
}
|
|
884
931
|
|
|
885
932
|
/**
|