tencentcloud-sdk-nodejs 4.0.955 → 4.0.957
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 +313 -0
- package/SERVICE_CHANGELOG.md +378 -229
- package/package.json +1 -1
- package/products.md +22 -21
- package/src/common/sdk_version.ts +1 -1
- package/src/services/batch/v20170312/batch_models.ts +8 -1
- package/src/services/ccc/v20200210/ccc_models.ts +94 -1
- package/src/services/cls/v20201016/cls_client.ts +73 -21
- package/src/services/cls/v20201016/cls_models.ts +855 -580
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +5 -0
- package/src/services/dc/v20180410/dc_client.ts +121 -107
- package/src/services/dc/v20180410/dc_models.ts +181 -35
- package/src/services/dlc/v20210125/dlc_client.ts +14 -1
- package/src/services/dlc/v20210125/dlc_models.ts +141 -8
- package/src/services/emr/v20190103/emr_models.ts +2 -94
- package/src/services/ess/v20201111/ess_client.ts +36 -7
- package/src/services/ess/v20201111/ess_models.ts +32 -10
- package/src/services/essbasic/v20210526/essbasic_models.ts +2 -3
- package/src/services/faceid/v20180301/faceid_models.ts +20 -1
- package/src/services/gwlb/index.ts +5 -0
- package/src/services/gwlb/v20240906/gwlb_client.ts +267 -0
- package/src/services/gwlb/v20240906/gwlb_models.ts +954 -0
- package/src/services/gwlb/v20240906/index.ts +6 -0
- package/src/services/index.ts +1 -0
- package/src/services/oceanus/v20190422/oceanus_models.ts +4 -4
- package/src/services/privatedns/v20201028/privatedns_client.ts +18 -6
- package/src/services/privatedns/v20201028/privatedns_models.ts +48 -0
- package/src/services/teo/v20220901/teo_models.ts +8 -5
- package/src/services/tke/v20180525/tke_client.ts +1 -15
- package/src/services/tke/v20180525/tke_models.ts +128 -164
- package/src/services/vclm/v20240523/vclm_models.ts +4 -0
- package/src/services/vod/v20180717/vod_client.ts +1 -0
- package/src/services/vpc/v20170312/vpc_client.ts +1 -1
- package/src/services/vpc/v20170312/vpc_models.ts +10 -6
- package/src/services/vtc/v20240223/vtc_models.ts +4 -0
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/batch/v20170312/batch_models.d.ts +8 -1
- package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +94 -1
- package/tencentcloud/services/cls/v20201016/cls_client.d.ts +19 -3
- package/tencentcloud/services/cls/v20201016/cls_client.js +27 -3
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +839 -576
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +5 -0
- package/tencentcloud/services/dc/v20180410/dc_client.d.ts +44 -40
- package/tencentcloud/services/dc/v20180410/dc_client.js +63 -57
- package/tencentcloud/services/dc/v20180410/dc_models.d.ts +177 -35
- package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +5 -1
- package/tencentcloud/services/dlc/v20210125/dlc_client.js +6 -0
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +138 -8
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +2 -94
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +35 -6
- package/tencentcloud/services/ess/v20201111/ess_client.js +35 -6
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +32 -10
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +2 -3
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +20 -1
- package/tencentcloud/services/gwlb/index.d.ts +6 -0
- package/tencentcloud/services/gwlb/index.js +7 -0
- package/tencentcloud/services/gwlb/v20240906/gwlb_client.d.ts +90 -0
- package/tencentcloud/services/gwlb/v20240906/gwlb_client.js +147 -0
- package/tencentcloud/services/gwlb/v20240906/gwlb_models.d.ts +890 -0
- package/tencentcloud/services/gwlb/v20240906/gwlb_models.js +18 -0
- package/tencentcloud/services/gwlb/v20240906/index.d.ts +6 -0
- package/tencentcloud/services/gwlb/v20240906/index.js +9 -0
- package/tencentcloud/services/index.d.ts +1 -0
- package/tencentcloud/services/index.js +2 -0
- package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +4 -4
- package/tencentcloud/services/privatedns/v20201028/privatedns_client.d.ts +7 -3
- package/tencentcloud/services/privatedns/v20201028/privatedns_client.js +9 -3
- package/tencentcloud/services/privatedns/v20201028/privatedns_models.d.ts +46 -0
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +8 -5
- package/tencentcloud/services/tke/v20180525/tke_client.d.ts +1 -7
- package/tencentcloud/services/tke/v20180525/tke_client.js +0 -8
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +128 -162
- package/tencentcloud/services/vclm/v20240523/vclm_models.d.ts +4 -0
- package/tencentcloud/services/vod/v20180717/vod_client.d.ts +1 -0
- package/tencentcloud/services/vod/v20180717/vod_client.js +1 -0
- package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +1 -1
- package/tencentcloud/services/vpc/v20170312/vpc_client.js +1 -1
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +10 -6
- package/tencentcloud/services/vtc/v20240223/vtc_models.d.ts +4 -0
- package/test/cls.v20201016.test.js +42 -2
- package/test/dc.v20180410.test.js +48 -38
- package/test/dlc.v20210125.test.js +10 -0
- package/test/gwlb.v20240906.test.js +201 -0
- package/test/privatedns.v20201028.test.js +12 -2
- package/test/tke.v20180525.test.js +0 -10
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
| aa | [活动防刷](https://cloud.tencent.com/document/product/1189) | 2023-05-18 01:01:13 |
|
|
4
4
|
| aai | [](https://cloud.tencent.com/document/product) | 2019-08-08 23:15:13 |
|
|
5
5
|
| acp | [应用合规平台](https://cloud.tencent.com/document/product/1553) | 2024-03-20 01:07:29 |
|
|
6
|
-
| advisor | [云顾问](https://cloud.tencent.com/document/product/1264) | 2024-
|
|
6
|
+
| advisor | [云顾问](https://cloud.tencent.com/document/product/1264) | 2024-10-15 01:02:26 |
|
|
7
7
|
| af | [借贷反欺诈](https://cloud.tencent.com/document/product/668) | 2024-05-31 01:07:20 |
|
|
8
8
|
| afc | [定制建模](https://cloud.tencent.com/document/product/1029) | 2024-05-31 01:07:25 |
|
|
9
9
|
| aiart | [大模型图像创作引擎](https://cloud.tencent.com/document/product/1668) | 2024-09-26 01:07:24 |
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2024-09-23 01:07:54 |
|
|
21
21
|
| asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2023-05-18 01:04:02 |
|
|
22
22
|
| ba | [ICP备案](https://cloud.tencent.com/document/product/243) | 2024-04-22 01:08:02 |
|
|
23
|
-
| batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2024-10-
|
|
23
|
+
| batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2024-10-16 01:03:33 |
|
|
24
24
|
| bda | [人体分析](https://cloud.tencent.com/document/product/1208) | 2024-03-20 01:08:23 |
|
|
25
25
|
| bi | [商业智能分析 BI](https://cloud.tencent.com/document/product/590) | 2024-09-05 01:05:48 |
|
|
26
26
|
| billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2024-09-11 01:11:08 |
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
| car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2024-06-19 01:14:59 |
|
|
41
41
|
| cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2024-07-26 01:15:04 |
|
|
42
42
|
| cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2024-10-14 01:09:40 |
|
|
43
|
-
| ccc | [云联络中心](https://cloud.tencent.com/document/product/679) | 2024-
|
|
43
|
+
| ccc | [云联络中心](https://cloud.tencent.com/document/product/679) | 2024-10-16 01:05:10 |
|
|
44
44
|
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2024-09-19 01:11:20 |
|
|
45
45
|
| cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2024-08-28 01:14:49 |
|
|
46
46
|
| cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2024-10-14 01:10:31 |
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
| cloudaudit | [操作审计](https://cloud.tencent.com/document/product/629) | 2024-01-15 01:09:37 |
|
|
64
64
|
| cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2024-03-20 01:11:31 |
|
|
65
65
|
| cloudstudio | [Cloud Studio(云端 IDE)](https://cloud.tencent.com/document/product/1039) | 2024-08-23 01:19:08 |
|
|
66
|
-
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2024-10-
|
|
66
|
+
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2024-10-16 01:07:47 |
|
|
67
67
|
| cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2024-09-25 01:13:30 |
|
|
68
68
|
| cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2024-08-28 01:24:04 |
|
|
69
69
|
| cms | [内容安全](https://cloud.tencent.com/document/product/669) | 2024-06-20 01:24:47 |
|
|
@@ -76,15 +76,15 @@
|
|
|
76
76
|
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2024-10-11 01:13:23 |
|
|
77
77
|
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2024-09-26 01:14:22 |
|
|
78
78
|
| cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
|
|
79
|
-
| cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2024-10-
|
|
79
|
+
| cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2024-10-16 01:10:12 |
|
|
80
80
|
| dasb | [运维安全中心(堡垒机)](https://cloud.tencent.com/document/product/1025) | 2024-09-26 01:16:16 |
|
|
81
81
|
| dataintegration | [数据接入平台](https://cloud.tencent.com/document/product/1591) | 2022-07-26 15:32:15 |
|
|
82
82
|
| dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2023-05-18 01:20:11 |
|
|
83
83
|
| dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2024-09-03 01:38:02 |
|
|
84
84
|
| dbdc | [云数据库独享集群](https://cloud.tencent.com/document/product/1322) | 2024-07-08 01:12:54 |
|
|
85
|
-
| dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2024-
|
|
85
|
+
| dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2024-10-15 16:53:15 |
|
|
86
86
|
| dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2024-09-11 01:32:35 |
|
|
87
|
-
| dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2024-
|
|
87
|
+
| dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2024-10-15 01:11:21 |
|
|
88
88
|
| dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2024-09-11 01:34:34 |
|
|
89
89
|
| domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2024-07-31 01:30:16 |
|
|
90
90
|
| drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2024-07-12 01:14:44 |
|
|
@@ -98,12 +98,12 @@
|
|
|
98
98
|
| ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2024-08-20 01:35:54 |
|
|
99
99
|
| eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2024-06-25 01:14:34 |
|
|
100
100
|
| eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-08-10 01:17:44 |
|
|
101
|
-
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2024-
|
|
101
|
+
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2024-10-16 01:13:50 |
|
|
102
102
|
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2024-09-10 15:12:32 |
|
|
103
|
-
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-10-
|
|
104
|
-
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-10-
|
|
103
|
+
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-10-16 01:14:18 |
|
|
104
|
+
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-10-16 01:14:40 |
|
|
105
105
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2024-09-11 01:42:57 |
|
|
106
|
-
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2024-
|
|
106
|
+
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2024-10-16 01:15:00 |
|
|
107
107
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2024-07-05 01:10:44 |
|
|
108
108
|
| ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2024-03-20 01:17:13 |
|
|
109
109
|
| gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2024-09-12 01:43:09 |
|
|
@@ -112,6 +112,7 @@
|
|
|
112
112
|
| gpm | [游戏玩家匹配](https://cloud.tencent.com/document/product/1294) | 2022-07-11 06:12:36 |
|
|
113
113
|
| gs | [云游戏](https://cloud.tencent.com/document/product/1162) | 2024-05-28 01:43:15 |
|
|
114
114
|
| gse | [游戏服务器伸缩](https://cloud.tencent.com/document/product/1165) | 2022-07-11 06:12:44 |
|
|
115
|
+
| gwlb | [网关负载均衡](https://cloud.tencent.com/document/product/1782) | 2024-10-15 19:52:37 |
|
|
115
116
|
| habo | [](https://cloud.tencent.com/document/product) | 2019-05-09 19:37:22 |
|
|
116
117
|
| hai | [高性能应用服务](https://cloud.tencent.com/document/product/1721) | 2024-05-29 01:43:09 |
|
|
117
118
|
| hasim | [高可用物联网卡](https://cloud.tencent.com/document/product/1482) | 2023-05-18 01:29:47 |
|
|
@@ -124,7 +125,7 @@
|
|
|
124
125
|
| iecp | [物联网边缘计算平台](https://cloud.tencent.com/document/product/1118) | 2024-09-25 01:22:07 |
|
|
125
126
|
| iir | [智能识图](https://cloud.tencent.com/document/product/1217) | 2022-04-04 06:48:05 |
|
|
126
127
|
| ims | [图片内容安全](https://cloud.tencent.com/document/product/1125) | 2024-09-25 01:22:24 |
|
|
127
|
-
| ioa | [iOA 零信任安全管理系统](https://cloud.tencent.com/document/product/1092) | 2024-
|
|
128
|
+
| ioa | [iOA 零信任安全管理系统](https://cloud.tencent.com/document/product/1092) | 2024-10-15 01:16:09 |
|
|
128
129
|
| iot | [加速物联网套件](https://cloud.tencent.com/document/product/568) | 2023-07-17 01:22:28 |
|
|
129
130
|
| iotcloud | [物联网通信](https://cloud.tencent.com/document/product/634) | 2024-06-05 01:47:50 |
|
|
130
131
|
| iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2024-10-12 13:22:15 |
|
|
@@ -159,14 +160,14 @@
|
|
|
159
160
|
| mvj | [营销价值判断](https://cloud.tencent.com/document/product) | 2020-03-19 08:11:44 |
|
|
160
161
|
| nlp | [NLP 服务](https://cloud.tencent.com/document/product/271) | 2024-09-27 01:23:18 |
|
|
161
162
|
| npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
|
|
162
|
-
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2024-10-
|
|
163
|
+
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2024-10-16 01:21:18 |
|
|
163
164
|
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2024-10-14 01:26:17 |
|
|
164
165
|
| omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2024-09-26 01:28:34 |
|
|
165
166
|
| organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2024-09-23 12:16:37 |
|
|
166
167
|
| partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2024-06-26 01:21:35 |
|
|
167
168
|
| pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2023-05-18 01:44:14 |
|
|
168
169
|
| postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2024-09-25 01:28:57 |
|
|
169
|
-
| privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2024-
|
|
170
|
+
| privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2024-10-16 01:22:48 |
|
|
170
171
|
| pts | [云压测](https://cloud.tencent.com/document/product/1484) | 2024-08-09 02:01:53 |
|
|
171
172
|
| rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2024-09-25 01:29:30 |
|
|
172
173
|
| redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2024-10-14 01:27:42 |
|
|
@@ -186,7 +187,7 @@
|
|
|
186
187
|
| ssa | [安全运营中心](https://cloud.tencent.com/document/product/664) | 2023-11-15 02:18:28 |
|
|
187
188
|
| ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) | 2024-10-01 01:24:04 |
|
|
188
189
|
| sslpod | [证书监控 SSLPod](https://cloud.tencent.com/document/product/1084) | 2024-03-20 01:24:03 |
|
|
189
|
-
| ssm | [凭据管理系统](https://cloud.tencent.com/document/product/1140) | 2024-
|
|
190
|
+
| ssm | [凭据管理系统](https://cloud.tencent.com/document/product/1140) | 2024-10-16 01:24:51 |
|
|
190
191
|
| sts | [安全凭证服务](https://cloud.tencent.com/document/product/1312) | 2024-08-28 02:21:40 |
|
|
191
192
|
| svp | [节省计划](https://cloud.tencent.com/document/product/1761) | 2024-05-23 17:09:13 |
|
|
192
193
|
| taf | [流量反欺诈](https://cloud.tencent.com/document/product/1031) | 2024-06-12 02:24:32 |
|
|
@@ -211,7 +212,7 @@
|
|
|
211
212
|
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2024-09-26 01:34:12 |
|
|
212
213
|
| tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2024-08-07 02:22:38 |
|
|
213
214
|
| tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2024-07-24 02:14:59 |
|
|
214
|
-
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2024-
|
|
215
|
+
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2024-10-16 01:27:46 |
|
|
215
216
|
| thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2024-09-05 02:14:49 |
|
|
216
217
|
| tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
|
|
217
218
|
| tic | [资源编排 TIC](https://cloud.tencent.com/document/product/1213) | 2023-08-17 05:26:08 |
|
|
@@ -230,7 +231,7 @@
|
|
|
230
231
|
| trocket | [消息队列 RocketMQ 版](https://cloud.tencent.com/document/product/1493) | 2024-09-10 02:17:47 |
|
|
231
232
|
| trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2024-09-09 02:22:32 |
|
|
232
233
|
| trro | [远程实时操控](https://cloud.tencent.com/document/product/1584) | 2024-07-31 02:17:29 |
|
|
233
|
-
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2024-10-
|
|
234
|
+
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2024-10-15 01:29:17 |
|
|
234
235
|
| tse | [微服务引擎](https://cloud.tencent.com/document/product/1364) | 2024-09-25 01:36:42 |
|
|
235
236
|
| tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2024-09-25 01:37:11 |
|
|
236
237
|
| tsi | [腾讯同传系统](https://cloud.tencent.com/document/product/1399) | 2024-08-02 02:22:13 |
|
|
@@ -238,14 +239,14 @@
|
|
|
238
239
|
| tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2024-09-26 01:38:14 |
|
|
239
240
|
| ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2024-03-20 01:30:08 |
|
|
240
241
|
| vcg | [视频生成](https://cloud.tencent.com/document/product/1770) | 2024-06-06 02:47:17 |
|
|
241
|
-
| vclm | [大模型视频创作引擎](https://cloud.tencent.com/document/product/1616) | 2024-10-
|
|
242
|
-
| vdb | [向量数据库](https://cloud.tencent.com/document/product/1709) | 2024-
|
|
242
|
+
| vclm | [大模型视频创作引擎](https://cloud.tencent.com/document/product/1616) | 2024-10-16 01:30:50 |
|
|
243
|
+
| vdb | [向量数据库](https://cloud.tencent.com/document/product/1709) | 2024-10-16 01:30:53 |
|
|
243
244
|
| vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2024-07-26 02:26:34 |
|
|
244
245
|
| vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2024-03-20 01:30:13 |
|
|
245
246
|
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2024-09-11 19:07:13 |
|
|
246
|
-
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2024-10-
|
|
247
|
+
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2024-10-16 01:31:43 |
|
|
247
248
|
| vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2024-09-06 02:27:27 |
|
|
248
|
-
| vtc | [视频转译](https://cloud.tencent.com/document/product/1769) | 2024-
|
|
249
|
+
| vtc | [视频转译](https://cloud.tencent.com/document/product/1769) | 2024-10-16 01:32:39 |
|
|
249
250
|
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2024-10-14 01:37:11 |
|
|
250
251
|
| wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2024-03-20 01:32:09 |
|
|
251
252
|
| wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2024-09-25 01:40:14 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.957"
|
|
@@ -323,7 +323,7 @@ export interface Task {
|
|
|
323
323
|
*/
|
|
324
324
|
TaskName?: string
|
|
325
325
|
/**
|
|
326
|
-
*
|
|
326
|
+
* 任务实例运行个数,默认为1
|
|
327
327
|
*/
|
|
328
328
|
TaskInstanceNum?: number
|
|
329
329
|
/**
|
|
@@ -384,6 +384,13 @@ export interface Task {
|
|
|
384
384
|
RestartComputeNode?: boolean
|
|
385
385
|
/**
|
|
386
386
|
* 启动任务过程中,创建计算资源如CVM失败后的最大重试次数,默认为0。最大值100。
|
|
387
|
+
计算资源创建重试的等待时间间隔策略设置如下:
|
|
388
|
+
[1, 3]: 等待600 s发起重试;
|
|
389
|
+
[4, 10]: 等待900 s发起重试;
|
|
390
|
+
[11, 50]: 等待1800 s发起重试;
|
|
391
|
+
[51, 100]: 等待3600 s发起重试;
|
|
392
|
+
[a, b]表示重试次数区间,每次重试的等待时间随着重试次数的增加而递增。
|
|
393
|
+
例如,计算资源创建重试8次的耗时为:3*600 + 5*900 = 6300 s
|
|
387
394
|
*/
|
|
388
395
|
ResourceMaxRetryCount?: number
|
|
389
396
|
}
|
|
@@ -2154,7 +2154,7 @@ HoaiMy
|
|
|
2154
2154
|
|
|
2155
2155
|
|
|
2156
2156
|
*/
|
|
2157
|
-
VoiceType
|
|
2157
|
+
VoiceType?: string
|
|
2158
2158
|
/**
|
|
2159
2159
|
* 主叫号码列表
|
|
2160
2160
|
*/
|
|
@@ -2215,6 +2215,99 @@ HoaiMy
|
|
|
2215
2215
|
* EndFunctionEnable为true时生效;call_end function calling的desc,默认为 "End the call when user has to leave (like says bye) or you are instructed to do so."
|
|
2216
2216
|
*/
|
|
2217
2217
|
EndFunctionDesc?: string
|
|
2218
|
+
/**
|
|
2219
|
+
* 用户多久没说话提示时长,最小10秒,默认10秒
|
|
2220
|
+
*/
|
|
2221
|
+
NotifyDuration?: number
|
|
2222
|
+
/**
|
|
2223
|
+
* 用户NotifyDuration没说话,ai提示的语句,默认是"抱歉,我没听清。您可以重复下吗?"
|
|
2224
|
+
*/
|
|
2225
|
+
NotifyMessage?: string
|
|
2226
|
+
/**
|
|
2227
|
+
* 和voiceType字段需要选填一个,这里是使用自己自定义的TTS,voiceType是系统内置的一些音色
|
|
2228
|
+
|
|
2229
|
+
tencent TTS:
|
|
2230
|
+
{
|
|
2231
|
+
"TTSType": "tencent", // String TTS类型, 目前支持"tencent" 和 “minixmax”, 其他的厂商支持中
|
|
2232
|
+
"AppId": "您的应用ID", // String 必填
|
|
2233
|
+
"SecretId": "您的密钥ID", // String 必填
|
|
2234
|
+
"SecretKey": "您的密钥Key", // String 必填
|
|
2235
|
+
"VoiceType": 101001, // Integer 必填,音色 ID,包括标准音色与精品音色,精品音色拟真度更高,价格不同于标准音色,请参见语音合成计费概述。完整的音色 ID 列表请参见语音合成音色列表。
|
|
2236
|
+
"Speed": 1.25, // Integer 非必填,语速,范围:[-2,6],分别对应不同语速: -2: 代表0.6倍 -1: 代表0.8倍 0: 代表1.0倍(默认) 1: 代表1.2倍 2: 代表1.5倍 6: 代表2.5倍 如果需要更细化的语速,可以保留小数点后 2 位,例如0.5/1.25/2.81等。 参数值与实际语速转换,可参考 语速转换
|
|
2237
|
+
"Volume": 5, // Integer 非必填,音量大小,范围:[0,10],分别对应11个等级的音量,默认值为0,代表正常音量。
|
|
2238
|
+
"PrimaryLanguage": 1, // Integer 可选 主要语言 1-中文(默认) 2-英文 3-日文
|
|
2239
|
+
"FastVoiceType": "xxxx" // 可选参数, 快速声音复刻的参数
|
|
2240
|
+
}
|
|
2241
|
+
|
|
2242
|
+
参考:https://cloud.tencent.com/document/product/1073/92668#55924b56-1a73-4663-a7a1-a8dd82d6e823
|
|
2243
|
+
|
|
2244
|
+
minimax TTS
|
|
2245
|
+
{
|
|
2246
|
+
"TTSType": "minimax", // String TTS类型,
|
|
2247
|
+
"Model": "speech-01-turbo",
|
|
2248
|
+
"APIUrl": "https://api.minimax.chat/v1/t2a_v2",
|
|
2249
|
+
"APIKey": "eyxxxx",
|
|
2250
|
+
"GroupId": "181000000000000",
|
|
2251
|
+
"VoiceType":"female-tianmei-jingpin",
|
|
2252
|
+
"Speed": 1.2
|
|
2253
|
+
}
|
|
2254
|
+
|
|
2255
|
+
参考:https://platform.minimaxi.com/document/T2A%20V2?key=66719005a427f0c8a5701643
|
|
2256
|
+
限频参考:https://platform.minimaxi.com/document/Rate%20limits?key=66b19417290299a26b234572 可能会导致回答卡顿
|
|
2257
|
+
|
|
2258
|
+
|
|
2259
|
+
|
|
2260
|
+
volcengine TTS
|
|
2261
|
+
{
|
|
2262
|
+
"TTSType": "volcengine", // 必填:String TTS类型
|
|
2263
|
+
"AppId" : "xxxxxxxx", // 必填:String 火山引擎分配的Appid
|
|
2264
|
+
"Token" : "TY9d4sQXHxxxxxxx", // 必填: String类型 火山引擎的访问token
|
|
2265
|
+
"Speed" : 1.0, // 可选参数 语速,默认为1.0
|
|
2266
|
+
"Volume": 1.0, // 可选参数, 音量大小, 默认为1.0
|
|
2267
|
+
"Cluster" : "volcano_tts", // 可选参数,业务集群, 默认是 volcano_tts
|
|
2268
|
+
"VoiceType" : "zh_male_aojiaobazong_moon_bigtts" // 音色类型, 默认为大模型语音合成的音色。 如果使用普通语音合成,则需要填写对应的音色类型。 音色类型填写错误会导致没有声音。
|
|
2269
|
+
}
|
|
2270
|
+
|
|
2271
|
+
|
|
2272
|
+
|
|
2273
|
+
火山引擎音色类型参考:
|
|
2274
|
+
https://www.volcengine.com/docs/6561/162929
|
|
2275
|
+
语音合成音色列表--语音技术-火山引擎
|
|
2276
|
+
大模型语音合成音色列表--语音技术-火山引擎
|
|
2277
|
+
|
|
2278
|
+
|
|
2279
|
+
Azure TTS
|
|
2280
|
+
{
|
|
2281
|
+
"TTSType": "azure", // 必填:String TTS类型
|
|
2282
|
+
"SubscriptionKey": "xxxxxxxx", // 必填:String 订阅的Key
|
|
2283
|
+
"Region": "chinanorth3", // 必填:String 订阅的地区
|
|
2284
|
+
"VoiceName": "zh-CN-XiaoxiaoNeural", // 必填:String 音色名必填
|
|
2285
|
+
"Language": "zh-CN", // 必填:String 合成的语言
|
|
2286
|
+
"Rate": 1 // 选填:float 语速 0.5~2 默认为 1
|
|
2287
|
+
}
|
|
2288
|
+
|
|
2289
|
+
参考:
|
|
2290
|
+
https://docs.azure.cn/zh-cn/ai-services/speech-service/speech-synthesis-markup-voice
|
|
2291
|
+
|
|
2292
|
+
|
|
2293
|
+
自定义 TTS
|
|
2294
|
+
{
|
|
2295
|
+
"TTSType": "custom", // String 必填
|
|
2296
|
+
"APIKey": "ApiKey", // String 必填 用来鉴权
|
|
2297
|
+
"APIUrl": "http://0.0.0.0:8080/stream-audio" // String,必填,TTS API URL
|
|
2298
|
+
"AudioFormat": "wav", // String, 非必填,期望输出的音频格式,如mp3, ogg_opus,pcm,wav,默认为 wav,目前只支持pcm和wav,
|
|
2299
|
+
"SampleRate": 16000, // Integer,非必填,音频采样率,默认为16000(16k),推荐值为16000
|
|
2300
|
+
"AudioChannel": 1, // Integer,非必填,音频通道数,取值:1 或 2 默认为1
|
|
2301
|
+
}
|
|
2302
|
+
|
|
2303
|
+
|
|
2304
|
+
具体协议规范:
|
|
2305
|
+
https://doc.weixin.qq.com/doc/w3_ANQAiAbdAFwHILbJBmtSqSbV1WZ3L?scode=AJEAIQdfAAo5a1xajYANQAiAbdAFw
|
|
2306
|
+
|
|
2307
|
+
|
|
2308
|
+
|
|
2309
|
+
*/
|
|
2310
|
+
CustomTTSConfig?: string
|
|
2218
2311
|
}
|
|
2219
2312
|
|
|
2220
2313
|
/**
|
|
@@ -39,7 +39,8 @@ import {
|
|
|
39
39
|
DescribeAlarmShieldsResponse,
|
|
40
40
|
ModifyConfigExtraResponse,
|
|
41
41
|
SearchCosRechargeInfoRequest,
|
|
42
|
-
|
|
42
|
+
DeleteScheduledSqlResponse,
|
|
43
|
+
DescribeNoticeContentsRequest,
|
|
43
44
|
ConsoleSharingConfig,
|
|
44
45
|
DeleteConsoleSharingRequest,
|
|
45
46
|
UploadLogRequest,
|
|
@@ -50,7 +51,7 @@ import {
|
|
|
50
51
|
DescribeDashboardsRequest,
|
|
51
52
|
CreateConsoleSharingRequest,
|
|
52
53
|
LogItem,
|
|
53
|
-
|
|
54
|
+
DeleteNoticeContentResponse,
|
|
54
55
|
DeleteTopicRequest,
|
|
55
56
|
DescribePartitionsRequest,
|
|
56
57
|
ContainerStdoutInfo,
|
|
@@ -64,7 +65,7 @@ import {
|
|
|
64
65
|
TopicIdAndRegion,
|
|
65
66
|
DescribeKafkaConsumerResponse,
|
|
66
67
|
CreateConfigExtraResponse,
|
|
67
|
-
|
|
68
|
+
KafkaRechargeInfo,
|
|
68
69
|
DeleteKafkaRechargeResponse,
|
|
69
70
|
ContainerWorkLoadInfo,
|
|
70
71
|
DescribeConfigExtrasResponse,
|
|
@@ -73,6 +74,7 @@ import {
|
|
|
73
74
|
CallBackInfo,
|
|
74
75
|
OpenKafkaConsumerResponse,
|
|
75
76
|
AlarmTargetInfo,
|
|
77
|
+
RuleKeyValueInfo,
|
|
76
78
|
AlarmClassification,
|
|
77
79
|
ScheduledSqlResouceInfo,
|
|
78
80
|
FilePathInfo,
|
|
@@ -88,18 +90,19 @@ import {
|
|
|
88
90
|
ScheduledSqlTaskInfo,
|
|
89
91
|
DescribeConfigMachineGroupsRequest,
|
|
90
92
|
MetaTagInfo,
|
|
93
|
+
ModifyTopicRequest,
|
|
91
94
|
CreateCosRechargeRequest,
|
|
92
95
|
DescribeConfigsResponse,
|
|
93
|
-
|
|
96
|
+
DescribeNoticeContentsResponse,
|
|
94
97
|
CreateAlarmShieldResponse,
|
|
95
98
|
DeleteDataTransformResponse,
|
|
96
99
|
DeleteConfigExtraResponse,
|
|
97
100
|
ModifyConsumerRequest,
|
|
98
101
|
CreateIndexResponse,
|
|
99
102
|
DeleteConfigFromMachineGroupResponse,
|
|
103
|
+
ModifyDashboardSubscribeResponse,
|
|
100
104
|
ModifyDashboardSubscribeRequest,
|
|
101
105
|
CreateConsumerResponse,
|
|
102
|
-
CreateConfigResponse,
|
|
103
106
|
DescribeConsoleSharingListResponse,
|
|
104
107
|
ModifyMachineGroupResponse,
|
|
105
108
|
DataTransformResouceInfo,
|
|
@@ -109,6 +112,7 @@ import {
|
|
|
109
112
|
QueryMetricResponse,
|
|
110
113
|
DescribeAlarmShieldsRequest,
|
|
111
114
|
ModifyLogsetRequest,
|
|
115
|
+
ModifyNoticeContentResponse,
|
|
112
116
|
SearchDashboardSubscribeRequest,
|
|
113
117
|
DescribePartitionsResponse,
|
|
114
118
|
DescribeConfigMachineGroupsResponse,
|
|
@@ -125,12 +129,13 @@ import {
|
|
|
125
129
|
SearchLogInfos,
|
|
126
130
|
DeleteMachineGroupResponse,
|
|
127
131
|
PartitionInfo,
|
|
128
|
-
|
|
129
|
-
|
|
132
|
+
NoticeContentTemplate,
|
|
133
|
+
CreateNoticeContentResponse,
|
|
134
|
+
CreateConfigExtraRequest,
|
|
130
135
|
ExcludePathInfo,
|
|
131
136
|
FilterRuleInfo,
|
|
132
137
|
ConfigExtraInfo,
|
|
133
|
-
|
|
138
|
+
AdvanceFilterRuleInfo,
|
|
134
139
|
SplitPartitionRequest,
|
|
135
140
|
DescribeMachineGroupConfigsResponse,
|
|
136
141
|
CheckRechargeKafkaServerRequest,
|
|
@@ -148,7 +153,7 @@ import {
|
|
|
148
153
|
GetAlarmLogResponse,
|
|
149
154
|
CreateDashboardSubscribeResponse,
|
|
150
155
|
DescribeExportsRequest,
|
|
151
|
-
|
|
156
|
+
CreateMachineGroupResponse,
|
|
152
157
|
DescribeCosRechargesRequest,
|
|
153
158
|
AlarmTarget,
|
|
154
159
|
CreateKafkaRechargeResponse,
|
|
@@ -157,10 +162,11 @@ import {
|
|
|
157
162
|
ModifyAlarmShieldResponse,
|
|
158
163
|
CreateDeliverCloudFunctionRequest,
|
|
159
164
|
DeleteConsumerRequest,
|
|
160
|
-
|
|
165
|
+
NoticeContentInfo,
|
|
166
|
+
DescribeMachineGroupsRequest,
|
|
161
167
|
DeleteIndexRequest,
|
|
162
168
|
AnonymousInfo,
|
|
163
|
-
|
|
169
|
+
ExtractRuleInfo,
|
|
164
170
|
ModifyConsumerResponse,
|
|
165
171
|
DescribeAlertRecordHistoryRequest,
|
|
166
172
|
DescribeConfigsRequest,
|
|
@@ -194,7 +200,7 @@ import {
|
|
|
194
200
|
DeleteConsoleSharingResponse,
|
|
195
201
|
CreateConfigRequest,
|
|
196
202
|
CreateShipperResponse,
|
|
197
|
-
|
|
203
|
+
AlertHistoryRecord,
|
|
198
204
|
DescribeKafkaRechargesResponse,
|
|
199
205
|
DeleteIndexResponse,
|
|
200
206
|
ModifyTopicResponse,
|
|
@@ -214,6 +220,8 @@ import {
|
|
|
214
220
|
TopicInfo,
|
|
215
221
|
GroupTriggerConditionInfo,
|
|
216
222
|
DescribeLogContextResponse,
|
|
223
|
+
SearchLogResponse,
|
|
224
|
+
NoticeContent,
|
|
217
225
|
CheckFunctionResponse,
|
|
218
226
|
DeleteExportRequest,
|
|
219
227
|
PreviewKafkaRechargeRequest,
|
|
@@ -225,12 +233,14 @@ import {
|
|
|
225
233
|
CreateKafkaRechargeRequest,
|
|
226
234
|
DeleteKafkaRechargeRequest,
|
|
227
235
|
RuleInfo,
|
|
228
|
-
|
|
236
|
+
CreateConfigResponse,
|
|
229
237
|
CreateConsumerRequest,
|
|
230
238
|
MultiTopicSearchInformation,
|
|
231
239
|
AlarmNotice,
|
|
232
240
|
ModifyConfigResponse,
|
|
241
|
+
ModifyNoticeContentRequest,
|
|
233
242
|
OpenKafkaConsumerRequest,
|
|
243
|
+
QueryRangeMetricResponse,
|
|
234
244
|
ModifyKafkaRechargeResponse,
|
|
235
245
|
ModifyAlarmNoticeResponse,
|
|
236
246
|
DashboardInfo,
|
|
@@ -262,7 +272,7 @@ import {
|
|
|
262
272
|
DeleteDashboardSubscribeRequest,
|
|
263
273
|
DescribeConsumerResponse,
|
|
264
274
|
MetricLabel,
|
|
265
|
-
|
|
275
|
+
CreateNoticeContentRequest,
|
|
266
276
|
Ckafka,
|
|
267
277
|
DescribeMachinesRequest,
|
|
268
278
|
MultiCondition,
|
|
@@ -284,6 +294,7 @@ import {
|
|
|
284
294
|
CsvInfo,
|
|
285
295
|
DescribeConfigExtrasRequest,
|
|
286
296
|
CreateAlarmNoticeRequest,
|
|
297
|
+
ModifyShipperResponse,
|
|
287
298
|
DescribeIndexResponse,
|
|
288
299
|
HistogramInfo,
|
|
289
300
|
DescribeMachineGroupConfigsRequest,
|
|
@@ -297,7 +308,7 @@ import {
|
|
|
297
308
|
ParquetInfo,
|
|
298
309
|
DeleteTopicResponse,
|
|
299
310
|
CosRechargeInfo,
|
|
300
|
-
|
|
311
|
+
DeleteNoticeContentRequest,
|
|
301
312
|
DescribeKafkaConsumerRequest,
|
|
302
313
|
ConsoleSharingParam,
|
|
303
314
|
ModifyDataTransformResponse,
|
|
@@ -311,6 +322,7 @@ import {
|
|
|
311
322
|
GetAlarmLogRequest,
|
|
312
323
|
MergePartitionResponse,
|
|
313
324
|
CreateScheduledSqlRequest,
|
|
325
|
+
RetryShipperTaskResponse,
|
|
314
326
|
} from "./cls_models"
|
|
315
327
|
|
|
316
328
|
/**
|
|
@@ -613,13 +625,13 @@ export class Client extends AbstractClient {
|
|
|
613
625
|
}
|
|
614
626
|
|
|
615
627
|
/**
|
|
616
|
-
*
|
|
628
|
+
* 该接口用于创建通知内容。
|
|
617
629
|
*/
|
|
618
|
-
async
|
|
619
|
-
req:
|
|
620
|
-
cb?: (error: string, rep:
|
|
621
|
-
): Promise<
|
|
622
|
-
return this.request("
|
|
630
|
+
async CreateNoticeContent(
|
|
631
|
+
req: CreateNoticeContentRequest,
|
|
632
|
+
cb?: (error: string, rep: CreateNoticeContentResponse) => void
|
|
633
|
+
): Promise<CreateNoticeContentResponse> {
|
|
634
|
+
return this.request("CreateNoticeContent", req, cb)
|
|
623
635
|
}
|
|
624
636
|
|
|
625
637
|
/**
|
|
@@ -892,6 +904,16 @@ export class Client extends AbstractClient {
|
|
|
892
904
|
return this.request("CreateDashboardSubscribe", req, cb)
|
|
893
905
|
}
|
|
894
906
|
|
|
907
|
+
/**
|
|
908
|
+
* 该接口用于修改通知内容配置
|
|
909
|
+
*/
|
|
910
|
+
async ModifyNoticeContent(
|
|
911
|
+
req: ModifyNoticeContentRequest,
|
|
912
|
+
cb?: (error: string, rep: ModifyNoticeContentResponse) => void
|
|
913
|
+
): Promise<ModifyNoticeContentResponse> {
|
|
914
|
+
return this.request("ModifyNoticeContent", req, cb)
|
|
915
|
+
}
|
|
916
|
+
|
|
895
917
|
/**
|
|
896
918
|
* 本接口用于预览cos导入信息
|
|
897
919
|
*/
|
|
@@ -952,6 +974,16 @@ export class Client extends AbstractClient {
|
|
|
952
974
|
return this.request("AddMachineGroupInfo", req, cb)
|
|
953
975
|
}
|
|
954
976
|
|
|
977
|
+
/**
|
|
978
|
+
* 该接口用于删除通知内容配置
|
|
979
|
+
*/
|
|
980
|
+
async DeleteNoticeContent(
|
|
981
|
+
req: DeleteNoticeContentRequest,
|
|
982
|
+
cb?: (error: string, rep: DeleteNoticeContentResponse) => void
|
|
983
|
+
): Promise<DeleteNoticeContentResponse> {
|
|
984
|
+
return this.request("DeleteNoticeContent", req, cb)
|
|
985
|
+
}
|
|
986
|
+
|
|
955
987
|
/**
|
|
956
988
|
* 本接口用于获取数据加工任务列表基本信息
|
|
957
989
|
*/
|
|
@@ -1397,6 +1429,16 @@ cls.pb.cc cls.pb.h cls.proto
|
|
|
1397
1429
|
return this.request("ModifyLogset", req, cb)
|
|
1398
1430
|
}
|
|
1399
1431
|
|
|
1432
|
+
/**
|
|
1433
|
+
* 本接口用于修改投递Ckafka任务
|
|
1434
|
+
*/
|
|
1435
|
+
async ModifyConsumer(
|
|
1436
|
+
req: ModifyConsumerRequest,
|
|
1437
|
+
cb?: (error: string, rep: ModifyConsumerResponse) => void
|
|
1438
|
+
): Promise<ModifyConsumerResponse> {
|
|
1439
|
+
return this.request("ModifyConsumer", req, cb)
|
|
1440
|
+
}
|
|
1441
|
+
|
|
1400
1442
|
/**
|
|
1401
1443
|
* 本接口用于修改数据加工任务
|
|
1402
1444
|
*/
|
|
@@ -1438,6 +1480,16 @@ API返回数据包最大49MB,建议启用 gzip 压缩(HTTP Request Header Ac
|
|
|
1438
1480
|
return this.request("DescribeConsumer", req, cb)
|
|
1439
1481
|
}
|
|
1440
1482
|
|
|
1483
|
+
/**
|
|
1484
|
+
* 获取通知内容列表
|
|
1485
|
+
*/
|
|
1486
|
+
async DescribeNoticeContents(
|
|
1487
|
+
req: DescribeNoticeContentsRequest,
|
|
1488
|
+
cb?: (error: string, rep: DescribeNoticeContentsResponse) => void
|
|
1489
|
+
): Promise<DescribeNoticeContentsResponse> {
|
|
1490
|
+
return this.request("DescribeNoticeContents", req, cb)
|
|
1491
|
+
}
|
|
1492
|
+
|
|
1441
1493
|
/**
|
|
1442
1494
|
* 获取指定机器组下的机器状态
|
|
1443
1495
|
*/
|