tencentcloud-sdk-nodejs 4.0.292 → 4.0.295
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 +319 -0
- package/SERVICE_CHANGELOG.md +341 -86
- package/package.json +1 -1
- package/products.md +24 -24
- package/src/common/sdk_version.ts +1 -1
- package/src/services/ame/v20190916/ame_client.ts +13 -0
- package/src/services/ame/v20190916/ame_models.ts +65 -0
- package/src/services/as/v20180419/as_models.ts +10 -0
- package/src/services/asr/v20190614/asr_client.ts +1 -1
- package/src/services/asr/v20190614/asr_models.ts +1 -1
- package/src/services/cdb/v20170320/cdb_models.ts +13 -13
- package/src/services/cdn/v20180606/cdn_models.ts +5 -0
- package/src/services/clb/v20180317/clb_client.ts +29 -15
- package/src/services/clb/v20180317/clb_models.ts +94 -0
- package/src/services/cvm/v20170312/cvm_models.ts +11 -1
- package/src/services/dcdb/v20180411/dcdb_client.ts +18 -6
- package/src/services/dcdb/v20180411/dcdb_models.ts +245 -107
- package/src/services/eiam/v20210420/eiam_models.ts +4 -4
- package/src/services/faceid/v20180301/faceid_models.ts +1 -1
- package/src/services/iecp/v20210914/iecp_client.ts +5 -5
- package/src/services/iecp/v20210914/iecp_models.ts +19 -9
- package/src/services/iotcloud/v20180614/iotcloud_client.ts +25 -1
- package/src/services/iotcloud/v20180614/iotcloud_models.ts +69 -4
- package/src/services/lighthouse/v20200324/lighthouse_client.ts +1 -1
- package/src/services/live/v20180801/live_client.ts +81 -23
- package/src/services/live/v20180801/live_models.ts +453 -251
- package/src/services/mariadb/v20170312/mariadb_client.ts +21 -5
- package/src/services/mariadb/v20170312/mariadb_models.ts +164 -69
- package/src/services/monitor/v20180724/monitor_client.ts +19 -2
- package/src/services/monitor/v20180724/monitor_models.ts +394 -18
- package/src/services/oceanus/v20190422/oceanus_models.ts +11 -0
- package/src/services/scf/v20180416/scf_models.ts +1 -1
- package/src/services/ses/v20201002/ses_client.ts +1 -1
- package/src/services/sms/v20210111/sms_models.ts +6 -0
- package/src/services/tsf/v20180326/tsf_models.ts +12 -0
- package/src/services/vpc/v20170312/vpc_client.ts +149 -39
- package/src/services/vpc/v20170312/vpc_models.ts +529 -62
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/ame/v20190916/ame_client.d.ts +5 -1
- package/tencentcloud/services/ame/v20190916/ame_client.js +6 -0
- package/tencentcloud/services/ame/v20190916/ame_models.d.ts +55 -0
- package/tencentcloud/services/as/v20180419/as_models.d.ts +8 -0
- package/tencentcloud/services/asr/v20190614/asr_client.d.ts +1 -1
- package/tencentcloud/services/asr/v20190614/asr_client.js +1 -1
- package/tencentcloud/services/asr/v20190614/asr_models.d.ts +1 -1
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +13 -13
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +5 -0
- package/tencentcloud/services/clb/v20180317/clb_client.d.ts +10 -6
- package/tencentcloud/services/clb/v20180317/clb_client.js +13 -7
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +80 -0
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +9 -1
- package/tencentcloud/services/dcdb/v20180411/dcdb_client.d.ts +5 -1
- package/tencentcloud/services/dcdb/v20180411/dcdb_client.js +6 -0
- package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +210 -96
- package/tencentcloud/services/eiam/v20210420/eiam_models.d.ts +4 -4
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +1 -1
- package/tencentcloud/services/iecp/v20210914/iecp_client.d.ts +5 -5
- package/tencentcloud/services/iecp/v20210914/iecp_client.js +5 -5
- package/tencentcloud/services/iecp/v20210914/iecp_models.d.ts +17 -9
- package/tencentcloud/services/iotcloud/v20180614/iotcloud_client.d.ts +9 -1
- package/tencentcloud/services/iotcloud/v20180614/iotcloud_client.js +12 -0
- package/tencentcloud/services/iotcloud/v20180614/iotcloud_models.d.ts +60 -4
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.d.ts +1 -1
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.js +1 -1
- package/tencentcloud/services/live/v20180801/live_client.d.ts +32 -7
- package/tencentcloud/services/live/v20180801/live_client.js +41 -8
- package/tencentcloud/services/live/v20180801/live_models.d.ts +392 -221
- package/tencentcloud/services/mariadb/v20170312/mariadb_client.d.ts +5 -1
- package/tencentcloud/services/mariadb/v20170312/mariadb_client.js +6 -0
- package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +141 -59
- package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +5 -1
- package/tencentcloud/services/monitor/v20180724/monitor_client.js +6 -0
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +328 -17
- package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +9 -0
- package/tencentcloud/services/scf/v20180416/scf_models.d.ts +1 -1
- package/tencentcloud/services/ses/v20201002/ses_client.d.ts +1 -1
- package/tencentcloud/services/ses/v20201002/ses_client.js +1 -1
- package/tencentcloud/services/sms/v20210111/sms_models.d.ts +5 -0
- package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +10 -0
- package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +48 -12
- package/tencentcloud/services/vpc/v20170312/vpc_client.js +70 -16
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +458 -58
- package/test/ame.v20190916.test.js +10 -0
- package/test/clb.v20180317.test.js +14 -4
- package/test/dcdb.v20180411.test.js +10 -0
- package/test/iotcloud.v20180614.test.js +20 -0
- package/test/live.v20180801.test.js +44 -4
- package/test/mariadb.v20170312.test.js +10 -0
- package/test/monitor.v20180724.test.js +10 -0
- package/test/vpc.v20170312.test.js +100 -10
package/products.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
| advisor | [云顾问](https://cloud.tencent.com/document/product/1264) | 2022-02-21 08:00:44 |
|
|
6
6
|
| af | [借贷反欺诈](https://cloud.tencent.com/document/product/668) | 2022-02-21 08:00:45 |
|
|
7
7
|
| afc | [定制建模](https://cloud.tencent.com/document/product/1029) | 2022-02-21 08:00:46 |
|
|
8
|
-
| ame | [正版曲库直通车](https://cloud.tencent.com/document/product/1155) | 2022-02-
|
|
8
|
+
| ame | [正版曲库直通车](https://cloud.tencent.com/document/product/1155) | 2022-02-23 08:01:52 |
|
|
9
9
|
| ams | [音频内容检测](https://cloud.tencent.com/document/product/1219) | 2022-02-21 08:00:52 |
|
|
10
10
|
| antiddos | [DDoS 防护](https://cloud.tencent.com/document/product/1021) | 2022-02-21 08:00:53 |
|
|
11
11
|
| apcas | [汽车精准获客服务](https://cloud.tencent.com/document/product/1244) | 2022-02-21 08:01:03 |
|
|
@@ -13,8 +13,8 @@
|
|
|
13
13
|
| api | [云 API](https://cloud.tencent.com/document/product/1278) | 2022-02-21 08:01:06 |
|
|
14
14
|
| apigateway | [API网关](https://cloud.tencent.com/document/product/628) | 2022-02-21 08:01:07 |
|
|
15
15
|
| apm | [应用性能观测](https://cloud.tencent.com/document/product/1463) | 2022-02-21 08:01:18 |
|
|
16
|
-
| as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2022-02-
|
|
17
|
-
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2022-02-
|
|
16
|
+
| as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2022-02-23 08:02:26 |
|
|
17
|
+
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2022-02-24 08:02:49 |
|
|
18
18
|
| asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2022-02-21 08:01:30 |
|
|
19
19
|
| ba | [网站备案](https://cloud.tencent.com/document/product/243) | 2022-02-21 08:01:32 |
|
|
20
20
|
| batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2022-02-21 08:01:33 |
|
|
@@ -32,8 +32,8 @@
|
|
|
32
32
|
| cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2022-02-21 08:02:15 |
|
|
33
33
|
| cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2022-02-21 08:02:20 |
|
|
34
34
|
| ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2022-02-21 08:02:25 |
|
|
35
|
-
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2022-02-
|
|
36
|
-
| cdn | [内容分发网络](https://cloud.tencent.com/document/product/228) | 2022-02-
|
|
35
|
+
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2022-02-22 08:02:38 |
|
|
36
|
+
| cdn | [内容分发网络](https://cloud.tencent.com/document/product/228) | 2022-02-24 08:04:07 |
|
|
37
37
|
| cds | [数据安全审计](https://cloud.tencent.com/document/product/856) | 2022-02-21 08:02:59 |
|
|
38
38
|
| cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2022-02-21 08:03:00 |
|
|
39
39
|
| cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2022-02-21 08:03:03 |
|
|
@@ -41,8 +41,8 @@
|
|
|
41
41
|
| cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2022-02-18 16:00:08 |
|
|
42
42
|
| cim | [](https://cloud.tencent.com/document/product) | 2019-05-16 17:21:18 |
|
|
43
43
|
| cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
|
|
44
|
-
| ckafka | [消息队列 Ckafka](https://cloud.tencent.com/document/product/597) | 2022-02-
|
|
45
|
-
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2022-02-
|
|
44
|
+
| ckafka | [消息队列 Ckafka](https://cloud.tencent.com/document/product/597) | 2022-02-22 08:03:38 |
|
|
45
|
+
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2022-02-22 08:03:47 |
|
|
46
46
|
| cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2022-02-21 08:03:41 |
|
|
47
47
|
| cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2022-02-21 08:03:43 |
|
|
48
48
|
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2022-02-21 08:03:45 |
|
|
@@ -51,14 +51,14 @@
|
|
|
51
51
|
| cms | [内容安全](https://cloud.tencent.com/document/product) | 2020-10-29 08:03:08 |
|
|
52
52
|
| cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2022-02-21 08:04:03 |
|
|
53
53
|
| cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
|
|
54
|
-
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2022-02-
|
|
54
|
+
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2022-02-22 08:04:45 |
|
|
55
55
|
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2022-02-21 08:04:51 |
|
|
56
56
|
| cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
|
|
57
57
|
| cynosdb | [云原生数据库 TDSQL-C](https://cloud.tencent.com/document/product/1003) | 2022-02-21 08:05:19 |
|
|
58
58
|
| dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2022-02-21 08:05:24 |
|
|
59
59
|
| dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2022-02-21 08:05:37 |
|
|
60
60
|
| dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2022-02-21 08:05:42 |
|
|
61
|
-
| dcdb | [分布式数据库 TDSQL](https://cloud.tencent.com/document/product/557) | 2022-02-
|
|
61
|
+
| dcdb | [分布式数据库 TDSQL](https://cloud.tencent.com/document/product/557) | 2022-02-23 08:06:28 |
|
|
62
62
|
| dlc | [数据湖计算](https://cloud.tencent.com/document/product/1342) | 2022-02-21 08:05:52 |
|
|
63
63
|
| dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2022-02-21 08:05:57 |
|
|
64
64
|
| domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2022-02-21 08:06:02 |
|
|
@@ -70,17 +70,17 @@
|
|
|
70
70
|
| ecc | [英文作文批改](https://cloud.tencent.com/document/product/1076) | 2022-02-21 08:06:19 |
|
|
71
71
|
| ecdn | [全站加速网络](https://cloud.tencent.com/document/product/570) | 2022-02-21 08:06:21 |
|
|
72
72
|
| ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2022-02-21 08:06:24 |
|
|
73
|
-
| eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2022-02-
|
|
73
|
+
| eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2022-02-24 08:07:37 |
|
|
74
74
|
| eis | [企业集成服务](https://cloud.tencent.com/document/product/1270) | 2022-02-21 08:06:46 |
|
|
75
75
|
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2022-02-21 08:06:47 |
|
|
76
76
|
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2022-02-21 08:06:51 |
|
|
77
77
|
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2022-02-21 08:06:54 |
|
|
78
78
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2022-02-21 08:06:57 |
|
|
79
|
-
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2022-02-
|
|
79
|
+
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2022-02-24 08:08:17 |
|
|
80
80
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2022-02-21 08:07:03 |
|
|
81
81
|
| ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2022-02-21 08:07:05 |
|
|
82
82
|
| gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2022-02-21 08:07:07 |
|
|
83
|
-
| gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2022-02-
|
|
83
|
+
| gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2022-02-24 08:08:38 |
|
|
84
84
|
| gpm | [游戏玩家匹配](https://cloud.tencent.com/document/product/1294) | 2022-02-21 08:07:21 |
|
|
85
85
|
| gs | [云游戏解决方案](https://cloud.tencent.com/document/product/1162) | 2022-02-21 08:07:24 |
|
|
86
86
|
| gse | [游戏服务器伸缩](https://cloud.tencent.com/document/product/1165) | 2022-02-21 08:07:25 |
|
|
@@ -89,7 +89,7 @@
|
|
|
89
89
|
| iai | [人脸识别](https://cloud.tencent.com/document/product/867) | 2022-02-21 08:07:37 |
|
|
90
90
|
| ic | [物联卡](https://cloud.tencent.com/document/product/636) | 2022-02-21 08:07:43 |
|
|
91
91
|
| ie | [智能编辑](https://cloud.tencent.com/document/product/1186) | 2022-02-21 08:07:44 |
|
|
92
|
-
| iecp | [物联网边缘计算平台](https://cloud.tencent.com/document/product/1118) | 2022-02-
|
|
92
|
+
| iecp | [物联网边缘计算平台](https://cloud.tencent.com/document/product/1118) | 2022-02-23 08:08:30 |
|
|
93
93
|
| iir | [智能识图](https://cloud.tencent.com/document/product/1217) | 2022-02-21 08:07:57 |
|
|
94
94
|
| ims | [图片内容检测](https://cloud.tencent.com/document/product/1125) | 2022-02-21 08:07:58 |
|
|
95
95
|
| iot | [加速物联网套件](https://cloud.tencent.com/document/product/568) | 2022-02-21 08:07:59 |
|
|
@@ -100,17 +100,17 @@
|
|
|
100
100
|
| iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2022-02-21 08:08:35 |
|
|
101
101
|
| ivld | [视频智能标签](https://cloud.tencent.com/document/product/1509) | 2022-02-21 08:08:48 |
|
|
102
102
|
| kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2022-02-21 08:08:51 |
|
|
103
|
-
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2022-02-
|
|
104
|
-
| live | [云直播](https://cloud.tencent.com/document/product/267) | 2022-02-
|
|
103
|
+
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2022-02-23 08:09:41 |
|
|
104
|
+
| live | [云直播](https://cloud.tencent.com/document/product/267) | 2022-02-24 08:10:24 |
|
|
105
105
|
| lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-02-21 08:09:21 |
|
|
106
106
|
| lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-02-21 08:09:21 |
|
|
107
|
-
| mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2022-02-
|
|
107
|
+
| mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2022-02-22 08:09:47 |
|
|
108
108
|
| market | [云市场](https://cloud.tencent.com/document/product/306) | 2022-02-21 08:09:30 |
|
|
109
109
|
| memcached | [云数据库 Memcached](https://cloud.tencent.com/document/product) | 2020-08-24 08:07:49 |
|
|
110
110
|
| mgobe | [游戏联机对战引擎](https://cloud.tencent.com/document/product/1038) | 2022-02-21 08:09:31 |
|
|
111
111
|
| mna | [移动网络加速](https://cloud.tencent.com/document/product/1385) | 2022-02-21 08:09:33 |
|
|
112
112
|
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2022-02-21 08:09:35 |
|
|
113
|
-
| monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2022-02-
|
|
113
|
+
| monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2022-02-23 08:10:23 |
|
|
114
114
|
| mps | [视频处理](https://cloud.tencent.com/document/product/862) | 2022-02-21 08:09:56 |
|
|
115
115
|
| mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2022-02-21 08:10:08 |
|
|
116
116
|
| ms | [移动应用安全](https://cloud.tencent.com/document/product) | 2020-06-05 08:13:52 |
|
|
@@ -118,7 +118,7 @@
|
|
|
118
118
|
| mvj | [营销价值判断](https://cloud.tencent.com/document/product) | 2020-03-19 08:11:44 |
|
|
119
119
|
| nlp | [自然语言处理](https://cloud.tencent.com/document/product/271) | 2022-02-21 08:10:11 |
|
|
120
120
|
| npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
|
|
121
|
-
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2022-02-
|
|
121
|
+
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2022-02-24 08:11:34 |
|
|
122
122
|
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2022-02-21 08:10:18 |
|
|
123
123
|
| organization | [企业组织](https://cloud.tencent.com/document/product/850) | 2022-02-21 08:10:28 |
|
|
124
124
|
| partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2022-02-21 08:10:29 |
|
|
@@ -129,12 +129,12 @@
|
|
|
129
129
|
| redis | [云数据库 Redis](https://cloud.tencent.com/document/product/239) | 2022-02-21 08:10:46 |
|
|
130
130
|
| rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2022-02-21 08:10:55 |
|
|
131
131
|
| rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-02-21 08:10:56 |
|
|
132
|
-
| rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2022-02-
|
|
133
|
-
| scf | [云函数](https://cloud.tencent.com/document/product/583) | 2022-02-
|
|
134
|
-
| ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2022-02-
|
|
132
|
+
| rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2022-02-22 08:11:20 |
|
|
133
|
+
| scf | [云函数](https://cloud.tencent.com/document/product/583) | 2022-02-22 08:11:28 |
|
|
134
|
+
| ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2022-02-22 08:11:38 |
|
|
135
135
|
| smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2022-02-21 08:11:14 |
|
|
136
136
|
| smpn | [营销号码安全](https://cloud.tencent.com/document/product/1127) | 2022-02-21 08:11:16 |
|
|
137
|
-
| sms | [短信](https://cloud.tencent.com/document/product/382) | 2022-02-
|
|
137
|
+
| sms | [短信](https://cloud.tencent.com/document/product/382) | 2022-02-23 08:11:58 |
|
|
138
138
|
| soe | [智聆口语评测](https://cloud.tencent.com/document/product/884) | 2022-02-21 08:11:20 |
|
|
139
139
|
| solar | [智汇零售](https://cloud.tencent.com/document/product) | 2020-03-19 08:01:59 |
|
|
140
140
|
| sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2022-02-21 08:11:22 |
|
|
@@ -175,14 +175,14 @@
|
|
|
175
175
|
| tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2022-02-21 08:13:41 |
|
|
176
176
|
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2022-02-21 08:13:42 |
|
|
177
177
|
| tse | [腾讯云微服务引擎](https://cloud.tencent.com/document/product/1364) | 2022-02-21 08:13:46 |
|
|
178
|
-
| tsf | [腾讯微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2022-02-
|
|
178
|
+
| tsf | [腾讯微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2022-02-24 08:15:06 |
|
|
179
179
|
| tsw | [腾讯微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2022-02-21 08:14:10 |
|
|
180
180
|
| tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2022-02-21 08:14:11 |
|
|
181
181
|
| ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2022-02-21 08:14:12 |
|
|
182
182
|
| vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2022-02-21 08:14:15 |
|
|
183
183
|
| vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2022-02-21 08:14:16 |
|
|
184
184
|
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2022-02-21 08:14:18 |
|
|
185
|
-
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2022-02-
|
|
185
|
+
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2022-02-24 08:15:58 |
|
|
186
186
|
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2022-02-21 08:15:09 |
|
|
187
187
|
| wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2022-02-21 08:15:12 |
|
|
188
188
|
| wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.295"
|
|
@@ -29,6 +29,7 @@ import {
|
|
|
29
29
|
ModifyMusicOnShelvesRequest,
|
|
30
30
|
PlayCommandInput,
|
|
31
31
|
DescribeMusicRequest,
|
|
32
|
+
KTVMusicDetailInfo,
|
|
32
33
|
DescribeMusicSaleStatusRequest,
|
|
33
34
|
TakeMusicOffShelvesRequest,
|
|
34
35
|
DescribeCloudMusicResponse,
|
|
@@ -82,12 +83,14 @@ import {
|
|
|
82
83
|
DescribeKTVSingersRequest,
|
|
83
84
|
SetPlaylistCommandInput,
|
|
84
85
|
SyncKTVRobotCommandResponse,
|
|
86
|
+
BatchDescribeKTVMusicDetailsResponse,
|
|
85
87
|
SearchKTVMusicsRequest,
|
|
86
88
|
KTVPlaylistBaseInfo,
|
|
87
89
|
DescribeKTVSingersResponse,
|
|
88
90
|
DescribeItemByIdResponse,
|
|
89
91
|
MusicStatus,
|
|
90
92
|
KTVSingerCategoryInfo,
|
|
93
|
+
BatchDescribeKTVMusicDetailsRequest,
|
|
91
94
|
SendMessageCommandInput,
|
|
92
95
|
KTVMusicDefinitionInfo,
|
|
93
96
|
Album,
|
|
@@ -162,6 +165,16 @@ export class Client extends AbstractClient {
|
|
|
162
165
|
return this.request("DescribeAuthInfo", req, cb)
|
|
163
166
|
}
|
|
164
167
|
|
|
168
|
+
/**
|
|
169
|
+
* 根据 Id 列表查询歌曲的详细信息,包含基础信息及播放信息。
|
|
170
|
+
*/
|
|
171
|
+
async BatchDescribeKTVMusicDetails(
|
|
172
|
+
req: BatchDescribeKTVMusicDetailsRequest,
|
|
173
|
+
cb?: (error: string, rep: BatchDescribeKTVMusicDetailsResponse) => void
|
|
174
|
+
): Promise<BatchDescribeKTVMusicDetailsResponse> {
|
|
175
|
+
return this.request("BatchDescribeKTVMusicDetails", req, cb)
|
|
176
|
+
}
|
|
177
|
+
|
|
165
178
|
/**
|
|
166
179
|
* 获取授权项目下已购云音乐列表
|
|
167
180
|
*/
|
|
@@ -212,6 +212,41 @@ Values:Y , N(default)
|
|
|
212
212
|
Ssl?: string
|
|
213
213
|
}
|
|
214
214
|
|
|
215
|
+
/**
|
|
216
|
+
* 即使广播曲库歌曲信息详情列表
|
|
217
|
+
*/
|
|
218
|
+
export interface KTVMusicDetailInfo {
|
|
219
|
+
/**
|
|
220
|
+
* 即使广播曲库歌曲基础信息
|
|
221
|
+
*/
|
|
222
|
+
KTVMusicBaseInfo: KTVMusicBaseInfo
|
|
223
|
+
|
|
224
|
+
/**
|
|
225
|
+
* 播放凭证
|
|
226
|
+
*/
|
|
227
|
+
PlayToken: string
|
|
228
|
+
|
|
229
|
+
/**
|
|
230
|
+
* 歌词下载地址
|
|
231
|
+
*/
|
|
232
|
+
LyricsUrl: string
|
|
233
|
+
|
|
234
|
+
/**
|
|
235
|
+
* 歌曲规格信息列表
|
|
236
|
+
*/
|
|
237
|
+
DefinitionInfoSet: Array<KTVMusicDefinitionInfo>
|
|
238
|
+
|
|
239
|
+
/**
|
|
240
|
+
* 音高数据文件下载地址
|
|
241
|
+
*/
|
|
242
|
+
MidiJsonUrl: string
|
|
243
|
+
|
|
244
|
+
/**
|
|
245
|
+
* 副歌片段数据列表
|
|
246
|
+
*/
|
|
247
|
+
ChorusClipSet: Array<ChorusClip>
|
|
248
|
+
}
|
|
249
|
+
|
|
215
250
|
/**
|
|
216
251
|
* DescribeMusicSaleStatus请求参数结构体
|
|
217
252
|
*/
|
|
@@ -1374,6 +1409,26 @@ export interface SyncKTVRobotCommandResponse {
|
|
|
1374
1409
|
RequestId?: string
|
|
1375
1410
|
}
|
|
1376
1411
|
|
|
1412
|
+
/**
|
|
1413
|
+
* BatchDescribeKTVMusicDetails返回参数结构体
|
|
1414
|
+
*/
|
|
1415
|
+
export interface BatchDescribeKTVMusicDetailsResponse {
|
|
1416
|
+
/**
|
|
1417
|
+
* 歌曲详情列表信息
|
|
1418
|
+
*/
|
|
1419
|
+
KTVMusicDetailInfoSet: Array<KTVMusicDetailInfo>
|
|
1420
|
+
|
|
1421
|
+
/**
|
|
1422
|
+
* 不存在的歌曲 ID 列表。
|
|
1423
|
+
*/
|
|
1424
|
+
NotExistMusicIdSet: Array<string>
|
|
1425
|
+
|
|
1426
|
+
/**
|
|
1427
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1428
|
+
*/
|
|
1429
|
+
RequestId?: string
|
|
1430
|
+
}
|
|
1431
|
+
|
|
1377
1432
|
/**
|
|
1378
1433
|
* SearchKTVMusics请求参数结构体
|
|
1379
1434
|
*/
|
|
@@ -1494,6 +1549,16 @@ export interface KTVSingerCategoryInfo {
|
|
|
1494
1549
|
EnglishName: string
|
|
1495
1550
|
}
|
|
1496
1551
|
|
|
1552
|
+
/**
|
|
1553
|
+
* BatchDescribeKTVMusicDetails请求参数结构体
|
|
1554
|
+
*/
|
|
1555
|
+
export interface BatchDescribeKTVMusicDetailsRequest {
|
|
1556
|
+
/**
|
|
1557
|
+
* 歌曲Id列表,注:列表最大长度为50
|
|
1558
|
+
*/
|
|
1559
|
+
MusicIds: Array<string>
|
|
1560
|
+
}
|
|
1561
|
+
|
|
1497
1562
|
/**
|
|
1498
1563
|
* 发送自定义信息指令参数
|
|
1499
1564
|
*/
|
|
@@ -2629,6 +2629,16 @@ export interface ModifyDesiredCapacityRequest {
|
|
|
2629
2629
|
* 期望实例数
|
|
2630
2630
|
*/
|
|
2631
2631
|
DesiredCapacity: number
|
|
2632
|
+
|
|
2633
|
+
/**
|
|
2634
|
+
* 最小实例数,取值范围为0-2000。
|
|
2635
|
+
*/
|
|
2636
|
+
MinSize?: number
|
|
2637
|
+
|
|
2638
|
+
/**
|
|
2639
|
+
* 最大实例数,取值范围为0-2000。
|
|
2640
|
+
*/
|
|
2641
|
+
MaxSize?: number
|
|
2632
2642
|
}
|
|
2633
2643
|
|
|
2634
2644
|
/**
|
|
@@ -275,7 +275,7 @@ export class Client extends AbstractClient {
|
|
|
275
275
|
}
|
|
276
276
|
|
|
277
277
|
/**
|
|
278
|
-
* 本接口用于对60秒之内的短音频文件进行识别。<br>• 支持中文普通话、英语、粤语、日语、上海话、四川话、武汉话、贵阳话、昆明话、西安话、郑州话、太原话、兰州话、银川话、西宁话、南京话、合肥话、南昌话、长沙话、苏州话、杭州话、济南话、天津话、石家庄话、黑龙江话、吉林话、辽宁话。<br>• 支持本地语音文件上传和语音URL上传两种请求方式,音频时长不能超过60s,音频文件大小不能超过3MB。<br>• 音频格式支持wav、mp3
|
|
278
|
+
* 本接口用于对60秒之内的短音频文件进行识别。<br>• 支持中文普通话、英语、粤语、日语、上海话、四川话、武汉话、贵阳话、昆明话、西安话、郑州话、太原话、兰州话、银川话、西宁话、南京话、合肥话、南昌话、长沙话、苏州话、杭州话、济南话、天津话、石家庄话、黑龙江话、吉林话、辽宁话。<br>• 支持本地语音文件上传和语音URL上传两种请求方式,音频时长不能超过60s,音频文件大小不能超过3MB。<br>• 音频格式支持wav、mp3;采样率建议8000Hz或者16000Hz;采样精度建议16bits;声道支持单声道。<br>• 请求方法为 HTTP POST , Content-Type为"application/json; charset=utf-8"<br>• 签名方法参考 [公共参数](https://cloud.tencent.com/document/api/1093/35640) 中签名方法v3。<br>• 默认接口请求频率限制:25次/秒,如您有提高请求频率限制的需求,请提[工单](https://console.cloud.tencent.com/workorder/category)进行咨询。
|
|
279
279
|
*/
|
|
280
280
|
async SentenceRecognition(
|
|
281
281
|
req: SentenceRecognitionRequest,
|
|
@@ -506,7 +506,7 @@ export interface CreateRecTaskRequest {
|
|
|
506
506
|
Url?: string
|
|
507
507
|
|
|
508
508
|
/**
|
|
509
|
-
*
|
|
509
|
+
* 语音数据base64编码,当SourceType 值为1时必须填写,为0可不写。音频数据要小于5MB。
|
|
510
510
|
*/
|
|
511
511
|
Data?: string
|
|
512
512
|
|
|
@@ -958,7 +958,7 @@ export interface ModifyDBInstanceNameRequest {
|
|
|
958
958
|
InstanceId: string
|
|
959
959
|
|
|
960
960
|
/**
|
|
961
|
-
*
|
|
961
|
+
* 修改后的实例名称。
|
|
962
962
|
*/
|
|
963
963
|
InstanceName: string
|
|
964
964
|
}
|
|
@@ -2828,7 +2828,7 @@ export interface DescribeDBSecurityGroupsRequest {
|
|
|
2828
2828
|
InstanceId: string
|
|
2829
2829
|
|
|
2830
2830
|
/**
|
|
2831
|
-
*
|
|
2831
|
+
* 该值默认为False,表示当传入只读实例ID时,查询操作的是对应只读组的安全组。如果需要操作只读实例ID的安全组, 需要将该入参置为True。
|
|
2832
2832
|
*/
|
|
2833
2833
|
ForReadonlyInstance?: boolean
|
|
2834
2834
|
}
|
|
@@ -4237,7 +4237,7 @@ export interface CreateDBInstanceRequest {
|
|
|
4237
4237
|
Cpu?: number
|
|
4238
4238
|
|
|
4239
4239
|
/**
|
|
4240
|
-
* 是否自动发起灾备同步功能。该参数仅对购买灾备实例生效。 可选值为:0 - 不自动发起灾备同步;1 -
|
|
4240
|
+
* 是否自动发起灾备同步功能。该参数仅对购买灾备实例生效。 可选值为:0 - 不自动发起灾备同步;1 - 自动发起灾备同步。该值默认为0。
|
|
4241
4241
|
*/
|
|
4242
4242
|
AutoSyncFlag?: number
|
|
4243
4243
|
|
|
@@ -7047,7 +7047,7 @@ export interface DescribeSlowLogsRequest {
|
|
|
7047
7047
|
InstanceId: string
|
|
7048
7048
|
|
|
7049
7049
|
/**
|
|
7050
|
-
*
|
|
7050
|
+
* 偏移量,默认值为0,最小值为0。
|
|
7051
7051
|
*/
|
|
7052
7052
|
Offset?: number
|
|
7053
7053
|
|
|
@@ -7583,7 +7583,7 @@ export interface CreateDBInstanceHourRequest {
|
|
|
7583
7583
|
Cpu?: number
|
|
7584
7584
|
|
|
7585
7585
|
/**
|
|
7586
|
-
* 是否自动发起灾备同步功能。该参数仅对购买灾备实例生效。 可选值为:0 - 不自动发起灾备同步;1 -
|
|
7586
|
+
* 是否自动发起灾备同步功能。该参数仅对购买灾备实例生效。 可选值为:0 - 不自动发起灾备同步;1 - 自动发起灾备同步。该值默认为0。
|
|
7587
7587
|
*/
|
|
7588
7588
|
AutoSyncFlag?: number
|
|
7589
7589
|
|
|
@@ -7806,22 +7806,22 @@ export interface DescribeBackupSummariesRequest {
|
|
|
7806
7806
|
Product: string
|
|
7807
7807
|
|
|
7808
7808
|
/**
|
|
7809
|
-
*
|
|
7809
|
+
* 分页查询数据的偏移量,默认为0。
|
|
7810
7810
|
*/
|
|
7811
7811
|
Offset?: number
|
|
7812
7812
|
|
|
7813
7813
|
/**
|
|
7814
|
-
* 分页查询数据的条目限制,默认值为20。
|
|
7814
|
+
* 分页查询数据的条目限制,默认值为20。最小值为1,最大值为100。
|
|
7815
7815
|
*/
|
|
7816
7816
|
Limit?: number
|
|
7817
7817
|
|
|
7818
7818
|
/**
|
|
7819
|
-
* 指定按某一项排序,可选值包括: BackupVolume: 备份容量, DataBackupVolume: 数据备份容量, BinlogBackupVolume: 日志备份容量, AutoBackupVolume: 自动备份容量, ManualBackupVolume:
|
|
7819
|
+
* 指定按某一项排序,可选值包括: BackupVolume: 备份容量, DataBackupVolume: 数据备份容量, BinlogBackupVolume: 日志备份容量, AutoBackupVolume: 自动备份容量, ManualBackupVolume: 手动备份容量。默认按照BackupVolume排序。
|
|
7820
7820
|
*/
|
|
7821
7821
|
OrderBy?: string
|
|
7822
7822
|
|
|
7823
7823
|
/**
|
|
7824
|
-
* 指定排序方向,可选值包括: ASC: 正序, DESC:
|
|
7824
|
+
* 指定排序方向,可选值包括: ASC: 正序, DESC: 逆序。默认值为 ASC。
|
|
7825
7825
|
*/
|
|
7826
7826
|
OrderDirection?: string
|
|
7827
7827
|
}
|
|
@@ -7918,12 +7918,12 @@ export interface DescribeBackupSummariesResponse {
|
|
|
7918
7918
|
/**
|
|
7919
7919
|
* 实例备份统计条目。
|
|
7920
7920
|
*/
|
|
7921
|
-
Items
|
|
7921
|
+
Items: Array<BackupSummaryItem>
|
|
7922
7922
|
|
|
7923
7923
|
/**
|
|
7924
7924
|
* 实例备份统计总条目数。
|
|
7925
7925
|
*/
|
|
7926
|
-
TotalCount
|
|
7926
|
+
TotalCount: number
|
|
7927
7927
|
|
|
7928
7928
|
/**
|
|
7929
7929
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -8747,12 +8747,12 @@ export interface DescribeSlowLogsResponse {
|
|
|
8747
8747
|
/**
|
|
8748
8748
|
* 符合查询条件的慢查询日志总数。
|
|
8749
8749
|
*/
|
|
8750
|
-
TotalCount
|
|
8750
|
+
TotalCount: number
|
|
8751
8751
|
|
|
8752
8752
|
/**
|
|
8753
8753
|
* 符合查询条件的慢查询日志详情。
|
|
8754
8754
|
*/
|
|
8755
|
-
Items
|
|
8755
|
+
Items: Array<SlowLogInfo>
|
|
8756
8756
|
|
|
8757
8757
|
/**
|
|
8758
8758
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -9121,6 +9121,8 @@ export interface DescribePayTypeResponse {
|
|
|
9121
9121
|
flux:流量计费
|
|
9122
9122
|
bandwidth:带宽计费
|
|
9123
9123
|
request:请求数计费
|
|
9124
|
+
flux_sep:动静分离流量计费
|
|
9125
|
+
bandwidth_sep:动静分离带宽计费
|
|
9124
9126
|
日结计费方式切换时,若当日产生消耗,则此字段表示第二天即将生效的计费方式,若未产生消耗,则表示已经生效的计费方式。
|
|
9125
9127
|
*/
|
|
9126
9128
|
PayType: string
|
|
@@ -9129,6 +9131,7 @@ request:请求数计费
|
|
|
9129
9131
|
* 计费周期:
|
|
9130
9132
|
day:日结计费
|
|
9131
9133
|
month:月结计费
|
|
9134
|
+
hour:小时结计费
|
|
9132
9135
|
*/
|
|
9133
9136
|
BillingCycle: string
|
|
9134
9137
|
|
|
@@ -9153,6 +9156,8 @@ multiple:分地区计费
|
|
|
9153
9156
|
flux:流量计费
|
|
9154
9157
|
bandwidth:带宽计费
|
|
9155
9158
|
request:请求数计费
|
|
9159
|
+
flux_sep:动静分离流量计费
|
|
9160
|
+
bandwidth_sep:动静分离带宽计费
|
|
9156
9161
|
*/
|
|
9157
9162
|
CurrentPayType: string
|
|
9158
9163
|
|
|
@@ -51,6 +51,7 @@ import {
|
|
|
51
51
|
SetSecurityGroupForLoadbalancersResponse,
|
|
52
52
|
BasicTargetGroupInfo,
|
|
53
53
|
ModifyTargetWeightResponse,
|
|
54
|
+
ZoneResource,
|
|
54
55
|
DescribeTaskStatusRequest,
|
|
55
56
|
TargetGroupInstance,
|
|
56
57
|
DescribeClassicalLBByInstanceIdResponse,
|
|
@@ -108,6 +109,7 @@ import {
|
|
|
108
109
|
DescribeLoadBalancersDetailRequest,
|
|
109
110
|
TargetGroupBackend,
|
|
110
111
|
DescribeClassicalLBByInstanceIdRequest,
|
|
112
|
+
DescribeResourcesResponse,
|
|
111
113
|
ManualRewriteResponse,
|
|
112
114
|
ModifyBlockIPListRequest,
|
|
113
115
|
DescribeClusterResourcesResponse,
|
|
@@ -189,10 +191,12 @@ import {
|
|
|
189
191
|
TagInfo,
|
|
190
192
|
SnatIp,
|
|
191
193
|
DescribeBlockIPTaskResponse,
|
|
194
|
+
DescribeResourcesRequest,
|
|
192
195
|
DescribeClassicalLBListenersResponse,
|
|
193
196
|
DescribeExclusiveClustersRequest,
|
|
194
197
|
ModifyLoadBalancerSlaRequest,
|
|
195
198
|
DescribeBlockIPTaskRequest,
|
|
199
|
+
Resource,
|
|
196
200
|
CreateLoadBalancerResponse,
|
|
197
201
|
DescribeRewriteResponse,
|
|
198
202
|
Quota,
|
|
@@ -244,13 +248,14 @@ export class Client extends AbstractClient {
|
|
|
244
248
|
}
|
|
245
249
|
|
|
246
250
|
/**
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
251
|
+
* ModifyDomainAttributes接口用于修改负载均衡7层监听器转发规则的域名级别属性,如修改域名、修改DefaultServer、开启/关闭Http2、修改证书。
|
|
252
|
+
本接口为异步接口,本接口返回成功后,需以返回的RequestId为入参,调用DescribeTaskStatus接口查询本次任务是否成功。
|
|
253
|
+
*/
|
|
254
|
+
async ModifyDomainAttributes(
|
|
255
|
+
req: ModifyDomainAttributesRequest,
|
|
256
|
+
cb?: (error: string, rep: ModifyDomainAttributesResponse) => void
|
|
257
|
+
): Promise<ModifyDomainAttributesResponse> {
|
|
258
|
+
return this.request("ModifyDomainAttributes", req, cb)
|
|
254
259
|
}
|
|
255
260
|
|
|
256
261
|
/**
|
|
@@ -453,6 +458,16 @@ export class Client extends AbstractClient {
|
|
|
453
458
|
return this.request("DeleteTargetGroups", req, cb)
|
|
454
459
|
}
|
|
455
460
|
|
|
461
|
+
/**
|
|
462
|
+
* 支持共享型clb升级到性能容量型clb(不支持性能保障降级到共享型)。
|
|
463
|
+
*/
|
|
464
|
+
async ModifyLoadBalancerSla(
|
|
465
|
+
req: ModifyLoadBalancerSlaRequest,
|
|
466
|
+
cb?: (error: string, rep: ModifyLoadBalancerSlaResponse) => void
|
|
467
|
+
): Promise<ModifyLoadBalancerSlaResponse> {
|
|
468
|
+
return this.request("ModifyLoadBalancerSla", req, cb)
|
|
469
|
+
}
|
|
470
|
+
|
|
456
471
|
/**
|
|
457
472
|
* 修改负载均衡的IP(client IP)封禁黑名单列表,一个转发规则最多支持封禁 2000000 个IP,及黑名单容量为 2000000。
|
|
458
473
|
(接口灰度中,如需使用请提工单)
|
|
@@ -506,14 +521,13 @@ export class Client extends AbstractClient {
|
|
|
506
521
|
}
|
|
507
522
|
|
|
508
523
|
/**
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
return this.request("ModifyDomainAttributes", req, cb)
|
|
524
|
+
* 查询用户在当前地域支持可用区列表和资源列表。
|
|
525
|
+
*/
|
|
526
|
+
async DescribeResources(
|
|
527
|
+
req: DescribeResourcesRequest,
|
|
528
|
+
cb?: (error: string, rep: DescribeResourcesResponse) => void
|
|
529
|
+
): Promise<DescribeResourcesResponse> {
|
|
530
|
+
return this.request("DescribeResources", req, cb)
|
|
517
531
|
}
|
|
518
532
|
|
|
519
533
|
/**
|