tencentcloud-sdk-nodejs 4.0.715 → 4.0.717
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +488 -0
- package/SERVICE_CHANGELOG.md +483 -330
- package/package.json +1 -1
- package/products.md +33 -33
- package/src/common/sdk_version.ts +1 -1
- package/src/services/asr/v20190614/asr_client.ts +2 -1
- package/src/services/asr/v20190614/asr_models.ts +11 -8
- package/src/services/billing/v20180709/billing_client.ts +80 -28
- package/src/services/billing/v20180709/billing_models.ts +460 -120
- package/src/services/clb/v20180317/clb_models.ts +4 -0
- package/src/services/csip/v20221121/csip_client.ts +15 -2
- package/src/services/csip/v20221121/csip_models.ts +149 -32
- package/src/services/cvm/v20170312/cvm_client.ts +1 -1
- package/src/services/cvm/v20170312/cvm_models.ts +6 -6
- package/src/services/dcdb/v20180411/dcdb_models.ts +73 -21
- package/src/services/ecm/v20190719/ecm_models.ts +6 -6
- package/src/services/es/v20180416/es_client.ts +56 -10
- package/src/services/es/v20180416/es_models.ts +747 -391
- package/src/services/ess/v20201111/ess_models.ts +2 -1
- package/src/services/essbasic/v20210526/essbasic_client.ts +110 -61
- package/src/services/essbasic/v20210526/essbasic_models.ts +251 -153
- package/src/services/iotvideo/v20211125/iotvideo_models.ts +5 -1
- package/src/services/mariadb/v20170312/mariadb_models.ts +75 -23
- package/src/services/ocr/v20181119/ocr_client.ts +3 -2
- package/src/services/ocr/v20181119/ocr_models.ts +84 -49
- package/src/services/omics/v20221128/omics_client.ts +38 -1
- package/src/services/omics/v20221128/omics_models.ts +198 -34
- package/src/services/rce/v20201103/rce_models.ts +5 -0
- package/src/services/redis/v20180412/redis_models.ts +4 -1
- package/src/services/ses/v20201002/ses_models.ts +2 -2
- package/src/services/tag/v20180813/tag_models.ts +1 -1
- package/src/services/tcss/v20201101/tcss_models.ts +21 -1
- package/src/services/tdmq/v20200217/tdmq_client.ts +13 -1
- package/src/services/tdmq/v20200217/tdmq_models.ts +51 -6
- package/src/services/teo/v20220901/teo_client.ts +14 -2
- package/src/services/teo/v20220901/teo_models.ts +57 -17
- package/src/services/tiw/v20190919/tiw_models.ts +37 -12
- package/src/services/vod/v20180717/vod_models.ts +1 -0
- package/src/services/vpc/v20170312/vpc_client.ts +19 -4
- package/src/services/vpc/v20170312/vpc_models.ts +230 -63
- package/src/services/wedata/v20210820/wedata_models.ts +6 -2
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/asr/v20190614/asr_client.d.ts +2 -1
- package/tencentcloud/services/asr/v20190614/asr_client.js +2 -1
- package/tencentcloud/services/asr/v20190614/asr_models.d.ts +11 -8
- package/tencentcloud/services/billing/v20180709/billing_client.d.ts +25 -9
- package/tencentcloud/services/billing/v20180709/billing_client.js +36 -12
- package/tencentcloud/services/billing/v20180709/billing_models.d.ts +448 -120
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +4 -0
- package/tencentcloud/services/csip/v20221121/csip_client.d.ts +5 -1
- package/tencentcloud/services/csip/v20221121/csip_client.js +6 -0
- package/tencentcloud/services/csip/v20221121/csip_models.d.ts +146 -32
- package/tencentcloud/services/cvm/v20170312/cvm_client.d.ts +1 -1
- package/tencentcloud/services/cvm/v20170312/cvm_client.js +1 -1
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +6 -6
- package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +73 -21
- package/tencentcloud/services/ecm/v20190719/ecm_models.d.ts +6 -6
- package/tencentcloud/services/es/v20180416/es_client.d.ts +13 -1
- package/tencentcloud/services/es/v20180416/es_client.js +18 -0
- package/tencentcloud/services/es/v20180416/es_models.d.ts +724 -384
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +2 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +108 -59
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +107 -58
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +251 -153
- package/tencentcloud/services/iotvideo/v20211125/iotvideo_models.d.ts +5 -1
- package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +75 -23
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +1 -1
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +83 -49
- package/tencentcloud/services/omics/v20221128/omics_client.d.ts +13 -1
- package/tencentcloud/services/omics/v20221128/omics_client.js +18 -0
- package/tencentcloud/services/omics/v20221128/omics_models.d.ts +191 -34
- package/tencentcloud/services/rce/v20201103/rce_models.d.ts +5 -0
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +4 -1
- package/tencentcloud/services/ses/v20201002/ses_models.d.ts +2 -2
- package/tencentcloud/services/tag/v20180813/tag_models.d.ts +1 -1
- package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +21 -1
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +5 -1
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +6 -0
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +49 -6
- package/tencentcloud/services/teo/v20220901/teo_client.d.ts +5 -1
- package/tencentcloud/services/teo/v20220901/teo_client.js +6 -0
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +55 -17
- package/tencentcloud/services/tiw/v20190919/tiw_models.d.ts +37 -12
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +1 -0
- package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +5 -1
- package/tencentcloud/services/vpc/v20170312/vpc_client.js +6 -0
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +225 -63
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +6 -2
- package/test/billing.v20180709.test.js +48 -8
- package/test/csip.v20221121.test.js +10 -0
- package/test/es.v20180416.test.js +30 -0
- package/test/omics.v20221128.test.js +30 -0
- package/test/tdmq.v20200217.test.js +10 -0
- package/test/teo.v20220901.test.js +10 -0
- package/test/vpc.v20170312.test.js +10 -0
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -17,13 +17,13 @@
|
|
|
17
17
|
| apigateway | [API 网关](https://cloud.tencent.com/document/product/628) | 2023-10-23 00:01:27 |
|
|
18
18
|
| apm | [应用性能监控](https://cloud.tencent.com/document/product/1463) | 2023-10-27 01:10:12 |
|
|
19
19
|
| as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2023-10-25 01:06:52 |
|
|
20
|
-
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2023-10-
|
|
20
|
+
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2023-10-31 01:09:42 |
|
|
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) | 2023-10-13 01:07:08 |
|
|
23
23
|
| batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2023-10-27 01:11:09 |
|
|
24
24
|
| bda | [人体分析](https://cloud.tencent.com/document/product/1208) | 2023-10-11 01:10:01 |
|
|
25
25
|
| bi | [商业智能分析 BI](https://cloud.tencent.com/document/product/590) | 2023-10-20 01:06:54 |
|
|
26
|
-
| billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2023-10-
|
|
26
|
+
| billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2023-10-27 15:51:05 |
|
|
27
27
|
| bizlive | [商业直播](https://cloud.tencent.com/document/product) | 2020-03-10 01:08:07 |
|
|
28
28
|
| bm | [黑石物理服务器CPM](https://cloud.tencent.com/document/product/386) | 2023-10-18 01:14:30 |
|
|
29
29
|
| bma | [品牌经营管家](https://cloud.tencent.com/document/product/1296) | 2023-08-31 01:07:17 |
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
| cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2023-10-25 01:08:41 |
|
|
42
42
|
| cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2023-10-19 15:57:59 |
|
|
43
43
|
| ccc | [云联络中心](https://cloud.tencent.com/document/product/679) | 2023-10-27 01:15:45 |
|
|
44
|
-
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-10-
|
|
44
|
+
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-10-30 00:11:05 |
|
|
45
45
|
| cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2023-09-12 01:18:51 |
|
|
46
46
|
| cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2023-10-27 01:17:34 |
|
|
47
47
|
| cds | [T-Sec-数据安全审计(DSA)](https://cloud.tencent.com/document/product/856) | 2023-08-17 01:43:06 |
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
| cim | [](https://cloud.tencent.com/document/product) | 2019-05-16 17:21:18 |
|
|
57
57
|
| cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
|
|
58
58
|
| ckafka | [消息队列 CKafka 版](https://cloud.tencent.com/document/product/597) | 2023-10-27 01:21:10 |
|
|
59
|
-
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2023-10-
|
|
59
|
+
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2023-10-31 01:23:38 |
|
|
60
60
|
| cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2023-05-18 01:13:28 |
|
|
61
61
|
| cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2023-08-17 01:57:08 |
|
|
62
62
|
| cloudstudio | [Cloud Studio(云端 IDE)](https://cloud.tencent.com/document/product/1039) | 2023-08-03 01:03:28 |
|
|
@@ -66,9 +66,9 @@
|
|
|
66
66
|
| cms | [内容安全](https://cloud.tencent.com/document/product/669) | 2023-08-24 01:10:10 |
|
|
67
67
|
| cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2023-09-21 02:09:54 |
|
|
68
68
|
| cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
|
|
69
|
-
| csip | [云安全一体化平台](https://cloud.tencent.com/document/product/664) | 2023-10-
|
|
69
|
+
| csip | [云安全一体化平台](https://cloud.tencent.com/document/product/664) | 2023-10-31 01:30:05 |
|
|
70
70
|
| csxg | [5G入云服务](https://cloud.tencent.com/document/product/1687) | 2023-05-19 11:26:14 |
|
|
71
|
-
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2023-10-
|
|
71
|
+
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2023-10-30 00:24:37 |
|
|
72
72
|
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2023-10-27 01:29:35 |
|
|
73
73
|
| cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
|
|
74
74
|
| cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2023-10-23 00:08:10 |
|
|
@@ -78,7 +78,7 @@
|
|
|
78
78
|
| dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2023-10-09 01:12:39 |
|
|
79
79
|
| dbdc | [云数据库独享集群](https://cloud.tencent.com/document/product/1322) | 2023-08-22 01:11:33 |
|
|
80
80
|
| dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2023-08-17 02:50:46 |
|
|
81
|
-
| dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2023-
|
|
81
|
+
| dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2023-10-30 00:33:47 |
|
|
82
82
|
| dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2023-10-27 01:38:16 |
|
|
83
83
|
| dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2023-10-26 01:13:41 |
|
|
84
84
|
| domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2023-10-20 01:14:01 |
|
|
@@ -87,23 +87,23 @@
|
|
|
87
87
|
| dsgc | [数据安全治理中心](https://cloud.tencent.com/document/product/1087) | 2023-10-17 01:15:42 |
|
|
88
88
|
| dtf | [分布式事务](https://cloud.tencent.com/document/product/1224) | 2022-04-04 06:38:57 |
|
|
89
89
|
| dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2023-10-23 15:36:37 |
|
|
90
|
-
| eb | [事件总线](https://cloud.tencent.com/document/product/1359) | 2023-10-
|
|
90
|
+
| eb | [事件总线](https://cloud.tencent.com/document/product/1359) | 2023-10-31 01:45:32 |
|
|
91
91
|
| ecc | [英文作文批改](https://cloud.tencent.com/document/product/1076) | 2023-09-13 01:42:58 |
|
|
92
92
|
| ecdn | [全站加速网络](https://cloud.tencent.com/document/product/570) | 2023-08-17 03:03:04 |
|
|
93
|
-
| ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2023-10-
|
|
93
|
+
| ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2023-10-31 01:46:23 |
|
|
94
94
|
| eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2023-05-18 01:25:40 |
|
|
95
95
|
| eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-08-10 01:17:44 |
|
|
96
96
|
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2023-10-16 01:15:50 |
|
|
97
|
-
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2023-10-
|
|
98
|
-
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-10-
|
|
99
|
-
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-10-
|
|
97
|
+
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2023-10-30 00:42:05 |
|
|
98
|
+
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-10-31 01:49:17 |
|
|
99
|
+
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-10-31 01:50:09 |
|
|
100
100
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2023-09-18 01:48:33 |
|
|
101
101
|
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-10-20 01:16:02 |
|
|
102
102
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2023-08-17 03:12:49 |
|
|
103
103
|
| ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2023-08-17 03:12:58 |
|
|
104
104
|
| gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2023-09-22 01:52:02 |
|
|
105
105
|
| gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2023-10-18 02:07:09 |
|
|
106
|
-
| goosefs | [数据加速器 GooseFS](https://cloud.tencent.com/document/product/1424) | 2023-10-
|
|
106
|
+
| goosefs | [数据加速器 GooseFS](https://cloud.tencent.com/document/product/1424) | 2023-10-30 00:46:32 |
|
|
107
107
|
| gpm | [游戏玩家匹配](https://cloud.tencent.com/document/product/1294) | 2022-07-11 06:12:36 |
|
|
108
108
|
| gs | [云游戏](https://cloud.tencent.com/document/product/1162) | 2023-05-18 01:29:42 |
|
|
109
109
|
| gse | [游戏服务器伸缩](https://cloud.tencent.com/document/product/1165) | 2022-07-11 06:12:44 |
|
|
@@ -121,7 +121,7 @@
|
|
|
121
121
|
| iotcloud | [物联网通信](https://cloud.tencent.com/document/product/634) | 2023-08-09 01:29:39 |
|
|
122
122
|
| iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2023-10-16 01:17:51 |
|
|
123
123
|
| iottid | [物联网设备身份认证](https://cloud.tencent.com/document/product/1086) | 2023-05-18 01:33:02 |
|
|
124
|
-
| iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2023-10-
|
|
124
|
+
| iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2023-10-31 01:58:13 |
|
|
125
125
|
| iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2023-08-17 03:44:44 |
|
|
126
126
|
| irp | [智能推荐平台](https://cloud.tencent.com/document/product/1541) | 2023-09-22 02:00:51 |
|
|
127
127
|
| iss | [智能视图计算平台](https://cloud.tencent.com/document/product/1344) | 2023-10-27 01:53:51 |
|
|
@@ -134,14 +134,14 @@
|
|
|
134
134
|
| lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
|
|
135
135
|
| lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
|
|
136
136
|
| mall | [商场客留大数据](https://cloud.tencent.com/document/product/1707) | 2023-07-17 10:16:02 |
|
|
137
|
-
| mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2023-
|
|
137
|
+
| mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2023-10-30 00:58:10 |
|
|
138
138
|
| market | [云市场](https://cloud.tencent.com/document/product/306) | 2023-09-21 04:45:17 |
|
|
139
139
|
| memcached | [云数据库Memcached](https://cloud.tencent.com/document/product/241) | 2023-10-20 01:19:21 |
|
|
140
140
|
| mgobe | [游戏联机对战引擎](https://cloud.tencent.com/document/product/1038) | 2022-07-08 06:11:32 |
|
|
141
141
|
| mmps | [小程序安全](https://cloud.tencent.com/document/product/1223) | 2023-05-18 01:39:20 |
|
|
142
142
|
| mna | [多网聚合加速](https://cloud.tencent.com/document/product/1385) | 2023-10-18 02:23:34 |
|
|
143
143
|
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2023-09-15 02:08:53 |
|
|
144
|
-
| monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2023-10-
|
|
144
|
+
| monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2023-10-30 01:00:00 |
|
|
145
145
|
| mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2023-10-25 01:21:31 |
|
|
146
146
|
| mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2023-10-23 00:16:02 |
|
|
147
147
|
| ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2023-10-17 01:22:38 |
|
|
@@ -150,22 +150,22 @@
|
|
|
150
150
|
| nlp | [NLP 服务](https://cloud.tencent.com/document/product/271) | 2023-09-15 02:14:19 |
|
|
151
151
|
| npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
|
|
152
152
|
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2023-10-24 01:20:07 |
|
|
153
|
-
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-10-
|
|
154
|
-
| omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2023-10-27
|
|
153
|
+
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-10-31 02:11:36 |
|
|
154
|
+
| omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2023-10-27 16:07:10 |
|
|
155
155
|
| organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2023-10-27 02:04:21 |
|
|
156
156
|
| partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2023-08-17 04:23:46 |
|
|
157
157
|
| pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2023-05-18 01:44:14 |
|
|
158
158
|
| postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2023-10-09 01:20:54 |
|
|
159
159
|
| privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2023-10-13 01:22:04 |
|
|
160
160
|
| pts | [云压测](https://cloud.tencent.com/document/product/1484) | 2023-08-24 01:24:59 |
|
|
161
|
-
| rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2023-10-
|
|
162
|
-
| redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2023-10-
|
|
161
|
+
| rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2023-10-31 02:15:24 |
|
|
162
|
+
| redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2023-10-30 01:08:20 |
|
|
163
163
|
| region | [地域管理系统](https://cloud.tencent.com/document/product/1596) | 2023-10-13 01:22:28 |
|
|
164
164
|
| rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2023-08-17 04:33:51 |
|
|
165
165
|
| rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-04-04 07:04:06 |
|
|
166
166
|
| rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2023-10-13 01:22:31 |
|
|
167
|
-
| scf | [云函数](https://cloud.tencent.com/document/product/583) | 2023-10-
|
|
168
|
-
| ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2023-10-
|
|
167
|
+
| scf | [云函数](https://cloud.tencent.com/document/product/583) | 2023-10-31 02:17:15 |
|
|
168
|
+
| ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2023-10-30 01:10:42 |
|
|
169
169
|
| smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2023-07-11 01:37:49 |
|
|
170
170
|
| smop | [腾讯安心用户运营平台](https://cloud.tencent.com/document/product/1310) | 2023-05-18 01:47:59 |
|
|
171
171
|
| smpn | [营销号码安全](https://cloud.tencent.com/document/product/1127) | 2023-08-17 04:38:34 |
|
|
@@ -179,7 +179,7 @@
|
|
|
179
179
|
| ssm | [凭据管理系统](https://cloud.tencent.com/document/product/1140) | 2023-08-17 04:46:36 |
|
|
180
180
|
| sts | [安全凭证服务](https://cloud.tencent.com/document/product/1312) | 2023-10-27 02:11:56 |
|
|
181
181
|
| taf | [流量反欺诈](https://cloud.tencent.com/document/product/1031) | 2023-08-17 04:47:19 |
|
|
182
|
-
| tag | [标签](https://cloud.tencent.com/document/product/651) | 2023-
|
|
182
|
+
| tag | [标签](https://cloud.tencent.com/document/product/651) | 2023-10-31 02:21:34 |
|
|
183
183
|
| tan | [碳引擎](https://cloud.tencent.com/document/product/1498) | 2023-05-18 01:50:16 |
|
|
184
184
|
| tat | [自动化助手](https://cloud.tencent.com/document/product/1340) | 2023-10-25 01:24:40 |
|
|
185
185
|
| tav | [文件检测](https://cloud.tencent.com/document/product) | 2019-11-28 22:10:04 |
|
|
@@ -194,13 +194,13 @@
|
|
|
194
194
|
| tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
|
|
195
195
|
| tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2023-10-09 01:23:14 |
|
|
196
196
|
| tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2023-09-11 02:43:38 |
|
|
197
|
-
| tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2023-10-
|
|
197
|
+
| tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2023-10-31 02:25:36 |
|
|
198
198
|
| tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2023-06-21 01:36:25 |
|
|
199
199
|
| tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2023-07-24 01:49:20 |
|
|
200
|
-
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-10-
|
|
200
|
+
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-10-31 02:29:08 |
|
|
201
201
|
| tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2023-05-18 01:55:50 |
|
|
202
202
|
| tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2023-08-30 01:25:15 |
|
|
203
|
-
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-10-
|
|
203
|
+
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-10-31 02:31:17 |
|
|
204
204
|
| thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2023-09-21 06:17:00 |
|
|
205
205
|
| tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
|
|
206
206
|
| tic | [资源编排 TIC](https://cloud.tencent.com/document/product/1213) | 2023-08-17 05:26:08 |
|
|
@@ -209,17 +209,17 @@
|
|
|
209
209
|
| tiems | [腾讯云 TI 平台 TI-EMS ](https://cloud.tencent.com/document/product/1120) | 2022-07-19 06:19:39 |
|
|
210
210
|
| tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2023-09-01 01:23:47 |
|
|
211
211
|
| tione | [TI-ONE 训练平台](https://cloud.tencent.com/document/product/851) | 2023-10-20 01:25:11 |
|
|
212
|
-
| tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2023-
|
|
213
|
-
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2023-10-
|
|
212
|
+
| tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2023-10-31 02:34:57 |
|
|
213
|
+
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2023-10-31 02:35:43 |
|
|
214
214
|
| tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
|
|
215
215
|
| tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2023-10-25 01:27:42 |
|
|
216
216
|
| tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2023-09-27 01:26:36 |
|
|
217
217
|
| tourism | [文旅客情大数据](https://cloud.tencent.com/document/product/1684) | 2023-08-10 01:43:37 |
|
|
218
218
|
| trdp | [流量风险决策平台](https://cloud.tencent.com/document/product/1604) | 2023-05-18 02:01:19 |
|
|
219
|
-
| trocket | [消息队列 RocketMQ 版](https://cloud.tencent.com/document/product/1493) | 2023-10-
|
|
219
|
+
| trocket | [消息队列 RocketMQ 版](https://cloud.tencent.com/document/product/1493) | 2023-10-31 02:38:03 |
|
|
220
220
|
| trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2023-10-26 14:46:10 |
|
|
221
221
|
| trro | [远程实时操控](https://cloud.tencent.com/document/product/1584) | 2023-07-18 01:53:24 |
|
|
222
|
-
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2023-10-
|
|
222
|
+
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2023-10-31 02:39:19 |
|
|
223
223
|
| tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2023-10-20 01:26:31 |
|
|
224
224
|
| tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2023-10-11 02:39:14 |
|
|
225
225
|
| tsw | [微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2023-05-18 02:04:00 |
|
|
@@ -227,12 +227,12 @@
|
|
|
227
227
|
| ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2023-08-17 05:50:27 |
|
|
228
228
|
| vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2023-05-18 02:04:19 |
|
|
229
229
|
| vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2023-08-17 05:50:56 |
|
|
230
|
-
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-10-
|
|
231
|
-
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-10-
|
|
230
|
+
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-10-30 01:34:07 |
|
|
231
|
+
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-10-31 02:45:47 |
|
|
232
232
|
| vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2023-07-18 01:58:58 |
|
|
233
233
|
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-10-27 02:33:14 |
|
|
234
234
|
| wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2023-07-18 01:59:28 |
|
|
235
|
-
| wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-10-
|
|
235
|
+
| wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-10-31 02:51:22 |
|
|
236
236
|
| weilingwith | [微瓴同业开放平台](https://cloud.tencent.com/document/product/1693) | 2023-09-12 09:30:48 |
|
|
237
237
|
| wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
|
|
238
238
|
| yinsuda | [音速达直播音乐版权引擎](https://cloud.tencent.com/document/product/1592) | 2023-08-10 01:50:27 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.717"
|
|
@@ -346,7 +346,8 @@ export class Client extends AbstractClient {
|
|
|
346
346
|
<br>• 每个热词表最多可添加1000个词,每个词最长10个汉字或30个英文字符,不能超出限制。
|
|
347
347
|
<br>• 热词表可以通过数组或者本地文件形式上传。
|
|
348
348
|
<br>• 本地文件必须为UTF-8编码格式,每行仅添加一个热词且不能包含标点和特殊字符。
|
|
349
|
-
<br>• 热词权重取值范围为[1,
|
|
349
|
+
<br>• 热词权重取值范围为[1,11]之间的整数,权重越大代表该词被识别出来的概率越大。
|
|
350
|
+
<br>• 注意: 热词权重设置为11时,当前热词将升级为超级热词,建议仅将重要且必须生效的热词设置到11,设置过多权重为11的热词将影响整体字准率。
|
|
350
351
|
*/
|
|
351
352
|
async CreateAsrVocab(
|
|
352
353
|
req: CreateAsrVocabRequest,
|
|
@@ -350,13 +350,15 @@ export interface SentenceRecognitionRequest {
|
|
|
350
350
|
*/
|
|
351
351
|
ReinforceHotword?: number
|
|
352
352
|
/**
|
|
353
|
-
*
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
参数 hotword_list 与 hotword_id 区别:
|
|
357
|
-
hotword_id
|
|
358
|
-
hotword_list
|
|
359
|
-
|
|
353
|
+
* 临时热词表:该参数用于提升识别准确率。
|
|
354
|
+
单个热词限制:"热词|权重",单个热词不超过30个字符(最多10个汉字),权重1-11,如:“腾讯云|5” 或 “ASR|11”;
|
|
355
|
+
临时热词表限制:多个热词用英文逗号分割,最多支持128个热词,如:“腾讯云|10,语音识别|5,ASR|11”;
|
|
356
|
+
参数 hotword_list(热词表) 与 hotword_id(临时热词表) 区别:
|
|
357
|
+
hotword_id:热词表。需要先在控制台或接口创建热词表,获得对应hotword_id传入参数来使用热词功能;
|
|
358
|
+
hotword_list:临时热词表。每次请求时直接传入临时热词表来使用热词功能,云端不保留临时热词表。适用于有极大量热词需求的用户;
|
|
359
|
+
注意:
|
|
360
|
+
• 如果同时传入了 hotword_id 和 hotword_list,会优先使用 hotword_list;
|
|
361
|
+
• 热词权重设置为11时,当前热词将升级为超级热词,建议仅将重要且必须生效的热词设置到11,设置过多权重为11的热词将影响整体字准率。
|
|
360
362
|
*/
|
|
361
363
|
HotwordList?: string
|
|
362
364
|
/**
|
|
@@ -1161,7 +1163,8 @@ export interface CreateAsrVocabRequest {
|
|
|
1161
1163
|
*/
|
|
1162
1164
|
Description?: string
|
|
1163
1165
|
/**
|
|
1164
|
-
* 词权重数组,包含全部的热词和对应的权重。每个热词的长度不大于10个汉字或30个英文字符,权重为[1,
|
|
1166
|
+
* 词权重数组,包含全部的热词和对应的权重。每个热词的长度不大于10个汉字或30个英文字符,权重为[1,11]之间整数,数组长度不大于1000
|
|
1167
|
+
注意: 热词权重设置为11时,当前热词将升级为超级热词,建议仅将重要且必须生效的热词设置到11,设置过多权重为11的热词将影响整体字准率。
|
|
1165
1168
|
*/
|
|
1166
1169
|
WordWeights?: Array<HotWord>
|
|
1167
1170
|
/**
|
|
@@ -21,6 +21,7 @@ import {
|
|
|
21
21
|
DescribeCostSummaryByProductRequest,
|
|
22
22
|
ConsumptionBusinessSummaryDataItem,
|
|
23
23
|
BillTagInfo,
|
|
24
|
+
SavingPlanCoverageRate,
|
|
24
25
|
BillTransactionInfo,
|
|
25
26
|
ConditionBusiness,
|
|
26
27
|
DescribeCostSummaryByProductResponse,
|
|
@@ -38,11 +39,13 @@ import {
|
|
|
38
39
|
DescribeDosageCosDetailByDateRequest,
|
|
39
40
|
DeleteAllocationTagRequest,
|
|
40
41
|
DescribeBillListRequest,
|
|
42
|
+
DescribeSavingPlanOverviewResponse,
|
|
41
43
|
BillDistributionResourceSummary,
|
|
42
44
|
BusinessSummaryInfo,
|
|
43
45
|
DescribeBillSummaryByProductRequest,
|
|
44
46
|
DescribeVoucherUsageDetailsResponse,
|
|
45
47
|
ConsumptionSummaryTotal,
|
|
48
|
+
SavingPlanCoverageDetail,
|
|
46
49
|
DescribeCostDetailResponse,
|
|
47
50
|
VoucherInfos,
|
|
48
51
|
DescribeCostSummaryByProjectResponse,
|
|
@@ -54,12 +57,15 @@ import {
|
|
|
54
57
|
DescribeCostSummaryByRegionRequest,
|
|
55
58
|
ConsumptionSummaryTrend,
|
|
56
59
|
DescribeBillDownloadUrlRequest,
|
|
60
|
+
CreateSavingPlanOrderResponse,
|
|
61
|
+
SavingPlanOverviewDetail,
|
|
57
62
|
DescribeBillSummaryByPayModeRequest,
|
|
58
63
|
ApplicableProducts,
|
|
59
64
|
ConditionPayMode,
|
|
60
65
|
PayDealsResponse,
|
|
61
66
|
BillDetail,
|
|
62
|
-
|
|
67
|
+
CreateSavingPlanOrderRequest,
|
|
68
|
+
DescribeBillDetailResponse,
|
|
63
69
|
Deal,
|
|
64
70
|
DescribeDealsByCondResponse,
|
|
65
71
|
DescribeBillSummaryByProjectRequest,
|
|
@@ -74,15 +80,17 @@ import {
|
|
|
74
80
|
DescribeBillSummaryResponse,
|
|
75
81
|
BillResourceSummary,
|
|
76
82
|
Conditions,
|
|
83
|
+
DescribeSavingPlanCoverageRequest,
|
|
77
84
|
RegionSummaryOverviewItem,
|
|
78
85
|
ConsumptionProjectSummaryDataItem,
|
|
79
86
|
DescribeDosageDetailByDateResponse,
|
|
80
87
|
DescribeBillSummaryForOrganizationRequest,
|
|
88
|
+
DescribeSavingPlanOverviewRequest,
|
|
81
89
|
ActionSummaryOverviewItem,
|
|
82
|
-
|
|
90
|
+
DescribeBillDetailForOrganizationRequest,
|
|
83
91
|
DescribeVoucherUsageDetailsRequest,
|
|
84
92
|
DescribeBillResourceSummaryRequest,
|
|
85
|
-
|
|
93
|
+
DetailSet,
|
|
86
94
|
BillDetailComponentConfig,
|
|
87
95
|
TagSummaryOverviewItem,
|
|
88
96
|
ConsumptionResourceSummaryConditionValue,
|
|
@@ -98,6 +106,7 @@ import {
|
|
|
98
106
|
ConditionRegion,
|
|
99
107
|
CostDetail,
|
|
100
108
|
DescribeBillSummaryByProductResponse,
|
|
109
|
+
SavingPlanUsageDetail,
|
|
101
110
|
DescribeBillSummaryByRegionResponse,
|
|
102
111
|
CreateAllocationTagResponse,
|
|
103
112
|
ConsumptionResourceSummaryDataItem,
|
|
@@ -108,8 +117,11 @@ import {
|
|
|
108
117
|
DescribeBillListResponse,
|
|
109
118
|
DescribeAccountBalanceResponse,
|
|
110
119
|
BusinessSummaryOverviewItem,
|
|
120
|
+
DescribeSavingPlanUsageResponse,
|
|
111
121
|
UsageRecords,
|
|
112
|
-
|
|
122
|
+
DescribeSavingPlanCoverageResponse,
|
|
123
|
+
DescribeVoucherInfoRequest,
|
|
124
|
+
DescribeSavingPlanUsageRequest,
|
|
113
125
|
DescribeDealsByCondRequest,
|
|
114
126
|
DescribeDosageCosDetailByDateResponse,
|
|
115
127
|
DescribeBillSummaryForOrganizationResponse,
|
|
@@ -140,13 +152,23 @@ export class Client extends AbstractClient {
|
|
|
140
152
|
}
|
|
141
153
|
|
|
142
154
|
/**
|
|
143
|
-
*
|
|
155
|
+
* 获取按地域汇总消耗详情
|
|
144
156
|
*/
|
|
145
|
-
async
|
|
146
|
-
req:
|
|
147
|
-
cb?: (error: string, rep:
|
|
148
|
-
): Promise<
|
|
149
|
-
return this.request("
|
|
157
|
+
async DescribeCostSummaryByRegion(
|
|
158
|
+
req: DescribeCostSummaryByRegionRequest,
|
|
159
|
+
cb?: (error: string, rep: DescribeCostSummaryByRegionResponse) => void
|
|
160
|
+
): Promise<DescribeCostSummaryByRegionResponse> {
|
|
161
|
+
return this.request("DescribeCostSummaryByRegion", req, cb)
|
|
162
|
+
}
|
|
163
|
+
|
|
164
|
+
/**
|
|
165
|
+
* 查询当前用户节省计划覆盖率明细数据,如无特别说明,金额单位均为元(国内站)或者美元(国际站)。
|
|
166
|
+
*/
|
|
167
|
+
async DescribeSavingPlanCoverage(
|
|
168
|
+
req: DescribeSavingPlanCoverageRequest,
|
|
169
|
+
cb?: (error: string, rep: DescribeSavingPlanCoverageResponse) => void
|
|
170
|
+
): Promise<DescribeSavingPlanCoverageResponse> {
|
|
171
|
+
return this.request("DescribeSavingPlanCoverage", req, cb)
|
|
150
172
|
}
|
|
151
173
|
|
|
152
174
|
/**
|
|
@@ -159,6 +181,16 @@ export class Client extends AbstractClient {
|
|
|
159
181
|
return this.request("DescribeBillResourceSummary", req, cb)
|
|
160
182
|
}
|
|
161
183
|
|
|
184
|
+
/**
|
|
185
|
+
* 查用当前用户明细节省计划总览查询时段内的使用情况
|
|
186
|
+
*/
|
|
187
|
+
async DescribeSavingPlanOverview(
|
|
188
|
+
req: DescribeSavingPlanOverviewRequest,
|
|
189
|
+
cb?: (error: string, rep: DescribeSavingPlanOverviewResponse) => void
|
|
190
|
+
): Promise<DescribeSavingPlanOverviewResponse> {
|
|
191
|
+
return this.request("DescribeSavingPlanOverview", req, cb)
|
|
192
|
+
}
|
|
193
|
+
|
|
162
194
|
/**
|
|
163
195
|
* 批量设置分账标签
|
|
164
196
|
*/
|
|
@@ -243,23 +275,23 @@ export class Client extends AbstractClient {
|
|
|
243
275
|
}
|
|
244
276
|
|
|
245
277
|
/**
|
|
246
|
-
*
|
|
278
|
+
* 获取收支明细列表,支持翻页和参数过滤
|
|
247
279
|
*/
|
|
248
|
-
async
|
|
249
|
-
req:
|
|
250
|
-
cb?: (error: string, rep:
|
|
251
|
-
): Promise<
|
|
252
|
-
return this.request("
|
|
280
|
+
async DescribeBillList(
|
|
281
|
+
req: DescribeBillListRequest,
|
|
282
|
+
cb?: (error: string, rep: DescribeBillListResponse) => void
|
|
283
|
+
): Promise<DescribeBillListResponse> {
|
|
284
|
+
return this.request("DescribeBillList", req, cb)
|
|
253
285
|
}
|
|
254
286
|
|
|
255
287
|
/**
|
|
256
|
-
*
|
|
288
|
+
* 该接口支持通过传参,获取L0-PDF、L1-汇总、L2-资源、L3-明细、账单包、五类账单文件下载链接
|
|
257
289
|
*/
|
|
258
|
-
async
|
|
259
|
-
req:
|
|
260
|
-
cb?: (error: string, rep:
|
|
261
|
-
): Promise<
|
|
262
|
-
return this.request("
|
|
290
|
+
async DescribeBillDownloadUrl(
|
|
291
|
+
req: DescribeBillDownloadUrlRequest,
|
|
292
|
+
cb?: (error: string, rep: DescribeBillDownloadUrlResponse) => void
|
|
293
|
+
): Promise<DescribeBillDownloadUrlResponse> {
|
|
294
|
+
return this.request("DescribeBillDownloadUrl", req, cb)
|
|
263
295
|
}
|
|
264
296
|
|
|
265
297
|
/**
|
|
@@ -303,6 +335,16 @@ export class Client extends AbstractClient {
|
|
|
303
335
|
return this.request("DescribeDosageDetailByDate", req, cb)
|
|
304
336
|
}
|
|
305
337
|
|
|
338
|
+
/**
|
|
339
|
+
* 查用当前用户明细节省计划查询时段内的使用情况
|
|
340
|
+
*/
|
|
341
|
+
async DescribeSavingPlanUsage(
|
|
342
|
+
req: DescribeSavingPlanUsageRequest,
|
|
343
|
+
cb?: (error: string, rep: DescribeSavingPlanUsageResponse) => void
|
|
344
|
+
): Promise<DescribeSavingPlanUsageResponse> {
|
|
345
|
+
return this.request("DescribeSavingPlanUsage", req, cb)
|
|
346
|
+
}
|
|
347
|
+
|
|
306
348
|
/**
|
|
307
349
|
* 获取代金券使用记录
|
|
308
350
|
*/
|
|
@@ -313,6 +355,16 @@ export class Client extends AbstractClient {
|
|
|
313
355
|
return this.request("DescribeVoucherUsageDetails", req, cb)
|
|
314
356
|
}
|
|
315
357
|
|
|
358
|
+
/**
|
|
359
|
+
* 创建节省计划订单,创建订单完成需调用PayDeals接口完成订单支付
|
|
360
|
+
*/
|
|
361
|
+
async CreateSavingPlanOrder(
|
|
362
|
+
req: CreateSavingPlanOrderRequest,
|
|
363
|
+
cb?: (error: string, rep: CreateSavingPlanOrderResponse) => void
|
|
364
|
+
): Promise<CreateSavingPlanOrderResponse> {
|
|
365
|
+
return this.request("CreateSavingPlanOrder", req, cb)
|
|
366
|
+
}
|
|
367
|
+
|
|
316
368
|
/**
|
|
317
369
|
* 获取按地域汇总费用分布
|
|
318
370
|
*/
|
|
@@ -364,13 +416,13 @@ export class Client extends AbstractClient {
|
|
|
364
416
|
}
|
|
365
417
|
|
|
366
418
|
/**
|
|
367
|
-
*
|
|
419
|
+
* 获取按产品汇总消耗详情
|
|
368
420
|
*/
|
|
369
|
-
async
|
|
370
|
-
req:
|
|
371
|
-
cb?: (error: string, rep:
|
|
372
|
-
): Promise<
|
|
373
|
-
return this.request("
|
|
421
|
+
async DescribeCostSummaryByProduct(
|
|
422
|
+
req: DescribeCostSummaryByProductRequest,
|
|
423
|
+
cb?: (error: string, rep: DescribeCostSummaryByProductResponse) => void
|
|
424
|
+
): Promise<DescribeCostSummaryByProductResponse> {
|
|
425
|
+
return this.request("DescribeCostSummaryByProduct", req, cb)
|
|
374
426
|
}
|
|
375
427
|
|
|
376
428
|
/**
|