tencentcloud-sdk-nodejs 4.0.632 → 4.0.633
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 +151 -0
- package/SERVICE_CHANGELOG.md +185 -204
- package/package.json +1 -1
- package/products.md +18 -18
- package/src/common/sdk_version.ts +1 -1
- package/src/services/ams/index.ts +2 -2
- package/src/services/billing/v20180709/billing_models.ts +34 -24
- package/src/services/cdb/v20170320/cdb_models.ts +2 -2
- package/src/services/chdfs/index.ts +2 -2
- package/src/services/cii/index.ts +2 -2
- package/src/services/ckafka/v20190819/ckafka_models.ts +14 -15
- package/src/services/cme/v20191029/cme_client.ts +11 -11
- package/src/services/cme/v20191029/cme_models.ts +2 -2
- package/src/services/dbbrain/index.ts +2 -2
- package/src/services/dlc/v20210125/dlc_models.ts +3 -2
- package/src/services/dnspod/v20210323/dnspod_client.ts +27 -14
- package/src/services/dnspod/v20210323/dnspod_models.ts +71 -12
- package/src/services/eis/index.ts +2 -2
- package/src/services/ess/v20201111/ess_models.ts +16 -0
- package/src/services/essbasic/index.ts +2 -2
- package/src/services/essbasic/v20210526/essbasic_models.ts +21 -5
- package/src/services/facefusion/index.ts +2 -2
- package/src/services/faceid/v20180301/faceid_models.ts +4 -4
- package/src/services/iai/index.ts +2 -2
- package/src/services/ims/index.ts +2 -2
- package/src/services/iotvideo/index.ts +2 -2
- package/src/services/irp/index.ts +2 -2
- package/src/services/live/v20180801/live_models.ts +6 -6
- package/src/services/mgobe/index.ts +2 -2
- package/src/services/mongodb/index.ts +2 -2
- package/src/services/postgres/v20170312/postgres_models.ts +1 -1
- package/src/services/scf/v20180416/scf_models.ts +1 -1
- package/src/services/tbp/index.ts +2 -2
- package/src/services/teo/index.ts +2 -2
- package/src/services/thpc/index.ts +2 -2
- package/src/services/tms/index.ts +2 -2
- package/src/services/tsw/index.ts +2 -2
- package/src/services/vm/index.ts +2 -2
- package/src/services/wav/v20210129/wav_client.ts +100 -74
- package/src/services/wav/v20210129/wav_models.ts +1445 -1142
- package/src/services/yunsou/index.ts +2 -2
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/ams/index.d.ts +4 -4
- package/tencentcloud/services/ams/index.js +2 -2
- package/tencentcloud/services/billing/v20180709/billing_models.d.ts +34 -24
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +2 -2
- package/tencentcloud/services/chdfs/index.d.ts +4 -4
- package/tencentcloud/services/chdfs/index.js +2 -2
- package/tencentcloud/services/cii/index.d.ts +4 -4
- package/tencentcloud/services/cii/index.js +2 -2
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +14 -15
- package/tencentcloud/services/cme/v20191029/cme_client.d.ts +11 -11
- package/tencentcloud/services/cme/v20191029/cme_client.js +11 -11
- package/tencentcloud/services/cme/v20191029/cme_models.d.ts +2 -2
- package/tencentcloud/services/dbbrain/index.d.ts +4 -4
- package/tencentcloud/services/dbbrain/index.js +2 -2
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +3 -2
- package/tencentcloud/services/dnspod/v20210323/dnspod_client.d.ts +9 -5
- package/tencentcloud/services/dnspod/v20210323/dnspod_client.js +12 -6
- package/tencentcloud/services/dnspod/v20210323/dnspod_models.d.ts +68 -12
- package/tencentcloud/services/eis/index.d.ts +4 -4
- package/tencentcloud/services/eis/index.js +2 -2
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +16 -0
- package/tencentcloud/services/essbasic/index.d.ts +4 -4
- package/tencentcloud/services/essbasic/index.js +2 -2
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +21 -5
- package/tencentcloud/services/facefusion/index.d.ts +4 -4
- package/tencentcloud/services/facefusion/index.js +2 -2
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +4 -4
- package/tencentcloud/services/iai/index.d.ts +4 -4
- package/tencentcloud/services/iai/index.js +2 -2
- package/tencentcloud/services/ims/index.d.ts +4 -4
- package/tencentcloud/services/ims/index.js +2 -2
- package/tencentcloud/services/iotvideo/index.d.ts +4 -4
- package/tencentcloud/services/iotvideo/index.js +2 -2
- package/tencentcloud/services/irp/index.d.ts +4 -4
- package/tencentcloud/services/irp/index.js +2 -2
- package/tencentcloud/services/live/v20180801/live_models.d.ts +6 -6
- package/tencentcloud/services/mgobe/index.d.ts +4 -4
- package/tencentcloud/services/mgobe/index.js +2 -2
- package/tencentcloud/services/mongodb/index.d.ts +4 -4
- package/tencentcloud/services/mongodb/index.js +2 -2
- package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +1 -1
- package/tencentcloud/services/scf/v20180416/scf_models.d.ts +1 -1
- package/tencentcloud/services/tbp/index.d.ts +4 -4
- package/tencentcloud/services/tbp/index.js +2 -2
- package/tencentcloud/services/teo/index.d.ts +4 -4
- package/tencentcloud/services/teo/index.js +2 -2
- package/tencentcloud/services/thpc/index.d.ts +4 -4
- package/tencentcloud/services/thpc/index.js +2 -2
- package/tencentcloud/services/tms/index.d.ts +4 -4
- package/tencentcloud/services/tms/index.js +2 -2
- package/tencentcloud/services/tsw/index.d.ts +4 -4
- package/tencentcloud/services/tsw/index.js +2 -2
- package/tencentcloud/services/vm/index.d.ts +4 -4
- package/tencentcloud/services/vm/index.js +2 -2
- package/tencentcloud/services/wav/v20210129/wav_client.d.ts +13 -5
- package/tencentcloud/services/wav/v20210129/wav_client.js +18 -6
- package/tencentcloud/services/wav/v20210129/wav_models.d.ts +1413 -1116
- package/tencentcloud/services/yunsou/index.d.ts +4 -4
- package/tencentcloud/services/yunsou/index.js +2 -2
- package/test/dnspod.v20210323.test.js +14 -4
- package/test/wav.v20210129.test.js +24 -4
package/products.md
CHANGED
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
| batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2023-05-18 01:04:14 |
|
|
24
24
|
| bda | [人体分析](https://cloud.tencent.com/document/product/1208) | 2023-06-26 01:08:49 |
|
|
25
25
|
| bi | [商业智能分析 BI](https://cloud.tencent.com/document/product/590) | 2023-05-18 01:04:39 |
|
|
26
|
-
| billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2023-
|
|
26
|
+
| billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2023-07-03 01:04:02 |
|
|
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-05-18 01:04:59 |
|
|
29
29
|
| bma | [品牌经营管家](https://cloud.tencent.com/document/product/1296) | 2023-05-18 01:05:33 |
|
|
@@ -39,9 +39,9 @@
|
|
|
39
39
|
| car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2023-05-31 01:09:58 |
|
|
40
40
|
| casb | [云访问安全代理](https://cloud.tencent.com/document/product/1303) | 2022-12-26 10:53:16 |
|
|
41
41
|
| cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2023-05-18 01:07:39 |
|
|
42
|
-
| cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2023-
|
|
42
|
+
| cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2023-07-03 01:06:30 |
|
|
43
43
|
| ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2023-06-30 01:11:07 |
|
|
44
|
-
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-
|
|
44
|
+
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-07-03 01:07:03 |
|
|
45
45
|
| cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2023-06-08 01:10:03 |
|
|
46
46
|
| cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2023-06-28 01:06:57 |
|
|
47
47
|
| cds | [T-Sec-数据安全审计(DSA)](https://cloud.tencent.com/document/product/856) | 2023-05-18 01:10:41 |
|
|
@@ -54,13 +54,13 @@
|
|
|
54
54
|
| cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2023-05-18 01:12:07 |
|
|
55
55
|
| cim | [](https://cloud.tencent.com/document/product) | 2019-05-16 17:21:18 |
|
|
56
56
|
| cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
|
|
57
|
-
| ckafka | [消息队列 CKafka](https://cloud.tencent.com/document/product/597) | 2023-
|
|
57
|
+
| ckafka | [消息队列 CKafka](https://cloud.tencent.com/document/product/597) | 2023-07-03 01:09:56 |
|
|
58
58
|
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2023-06-22 01:16:17 |
|
|
59
59
|
| cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2023-05-18 01:13:28 |
|
|
60
60
|
| cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2023-05-18 01:13:36 |
|
|
61
61
|
| cloudstudio | [Cloud Studio(云端 IDE)](https://cloud.tencent.com/document/product/1039) | 2023-06-16 10:55:41 |
|
|
62
62
|
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2023-06-27 01:11:41 |
|
|
63
|
-
| cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2023-
|
|
63
|
+
| cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2023-07-03 01:12:04 |
|
|
64
64
|
| cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2023-05-18 01:14:51 |
|
|
65
65
|
| cms | [内容安全](https://cloud.tencent.com/document/product/669) | 2023-05-31 21:42:46 |
|
|
66
66
|
| cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2023-06-19 01:11:32 |
|
|
@@ -78,8 +78,8 @@
|
|
|
78
78
|
| dbdc | [云数据库独享集群](https://cloud.tencent.com/document/product/1322) | 2023-05-18 01:21:33 |
|
|
79
79
|
| dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2023-05-18 01:21:37 |
|
|
80
80
|
| dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2023-06-28 01:18:44 |
|
|
81
|
-
| dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2023-
|
|
82
|
-
| dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2023-
|
|
81
|
+
| dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2023-07-03 01:18:43 |
|
|
82
|
+
| dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2023-07-03 01:19:17 |
|
|
83
83
|
| domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2023-05-18 01:23:17 |
|
|
84
84
|
| drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2023-05-18 01:23:31 |
|
|
85
85
|
| ds | [文档服务](https://cloud.tencent.com/document/product/869) | 2023-05-18 01:23:36 |
|
|
@@ -92,14 +92,14 @@
|
|
|
92
92
|
| eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2023-05-18 01:25:40 |
|
|
93
93
|
| eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-05-18 01:25:58 |
|
|
94
94
|
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2023-06-22 01:29:05 |
|
|
95
|
-
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2023-
|
|
96
|
-
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-06-30
|
|
97
|
-
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-
|
|
95
|
+
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2023-07-03 01:22:18 |
|
|
96
|
+
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-06-30 18:46:08 |
|
|
97
|
+
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-07-03 01:23:00 |
|
|
98
98
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2023-05-31 01:26:29 |
|
|
99
|
-
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-
|
|
99
|
+
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-07-03 01:23:32 |
|
|
100
100
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2023-05-24 14:30:55 |
|
|
101
101
|
| ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2023-05-18 01:28:35 |
|
|
102
|
-
| gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2023-
|
|
102
|
+
| gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2023-07-03 01:23:57 |
|
|
103
103
|
| gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2023-06-14 01:25:30 |
|
|
104
104
|
| goosefs | [数据加速器 GooseFS](https://cloud.tencent.com/document/product/1424) | 2023-05-18 01:29:36 |
|
|
105
105
|
| gpm | [游戏玩家匹配](https://cloud.tencent.com/document/product/1294) | 2022-07-11 06:12:36 |
|
|
@@ -127,7 +127,7 @@
|
|
|
127
127
|
| kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2023-05-18 01:35:58 |
|
|
128
128
|
| lcic | [低代码互动课堂](https://cloud.tencent.com/document/product/1639) | 2023-06-29 01:28:41 |
|
|
129
129
|
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2023-06-28 01:29:24 |
|
|
130
|
-
| live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-
|
|
130
|
+
| live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-07-03 01:33:54 |
|
|
131
131
|
| lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
|
|
132
132
|
| lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
|
|
133
133
|
| mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2023-06-26 01:40:00 |
|
|
@@ -151,7 +151,7 @@
|
|
|
151
151
|
| organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2023-06-30 01:38:16 |
|
|
152
152
|
| partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2023-06-21 01:29:51 |
|
|
153
153
|
| pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2023-05-18 01:44:14 |
|
|
154
|
-
| postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2023-
|
|
154
|
+
| postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2023-07-03 01:39:12 |
|
|
155
155
|
| privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2023-06-14 01:36:28 |
|
|
156
156
|
| pts | [云压测](https://cloud.tencent.com/document/product/1484) | 2023-06-20 01:44:07 |
|
|
157
157
|
| rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2023-05-18 01:45:58 |
|
|
@@ -160,7 +160,7 @@
|
|
|
160
160
|
| rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2023-05-18 01:46:50 |
|
|
161
161
|
| rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-04-04 07:04:06 |
|
|
162
162
|
| rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2023-05-18 01:46:54 |
|
|
163
|
-
| scf | [云函数](https://cloud.tencent.com/document/product/583) | 2023-
|
|
163
|
+
| scf | [云函数](https://cloud.tencent.com/document/product/583) | 2023-07-03 01:41:14 |
|
|
164
164
|
| ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2023-06-28 01:37:26 |
|
|
165
165
|
| smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2023-06-21 01:31:57 |
|
|
166
166
|
| smop | [腾讯安心用户运营平台](https://cloud.tencent.com/document/product/1310) | 2023-05-18 01:47:59 |
|
|
@@ -221,11 +221,11 @@
|
|
|
221
221
|
| ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2023-05-18 02:04:06 |
|
|
222
222
|
| vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2023-05-18 02:04:19 |
|
|
223
223
|
| vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2023-05-18 02:04:23 |
|
|
224
|
-
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-
|
|
224
|
+
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-07-03 01:54:42 |
|
|
225
225
|
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-06-28 01:50:33 |
|
|
226
226
|
| vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2023-06-21 01:45:11 |
|
|
227
|
-
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-
|
|
228
|
-
| wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2023-
|
|
227
|
+
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-07-03 01:59:20 |
|
|
228
|
+
| wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2023-06-30 12:15:39 |
|
|
229
229
|
| wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-06-27 01:54:02 |
|
|
230
230
|
| wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
|
|
231
231
|
| yinsuda | [音速达直播音乐版权引擎](https://cloud.tencent.com/document/product/1592) | 2023-06-22 02:06:43 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.633"
|
|
@@ -1522,15 +1522,15 @@ export interface BillDetailComponent {
|
|
|
1522
1522
|
/**
|
|
1523
1523
|
* 组件类型:用户购买的产品或服务对应的组件大类,例如:云服务器 CVM 的组件:CPU、内存等
|
|
1524
1524
|
*/
|
|
1525
|
-
ComponentCodeName
|
|
1525
|
+
ComponentCodeName?: string
|
|
1526
1526
|
/**
|
|
1527
1527
|
* 组件名称:用户购买的产品或服务,所包含的具体组件
|
|
1528
1528
|
*/
|
|
1529
|
-
ItemCodeName
|
|
1529
|
+
ItemCodeName?: string
|
|
1530
1530
|
/**
|
|
1531
1531
|
* 组件刊例价:组件的官网原始单价(如果客户享受一口价/合同价则默认不展示)
|
|
1532
1532
|
*/
|
|
1533
|
-
SinglePrice
|
|
1533
|
+
SinglePrice?: string
|
|
1534
1534
|
/**
|
|
1535
1535
|
* 组件指定价(已废弃)
|
|
1536
1536
|
* @deprecated
|
|
@@ -1539,51 +1539,61 @@ export interface BillDetailComponent {
|
|
|
1539
1539
|
/**
|
|
1540
1540
|
* 组件价格单位:组件价格的单位,单位构成:元/用量单位/时长单位
|
|
1541
1541
|
*/
|
|
1542
|
-
PriceUnit
|
|
1542
|
+
PriceUnit?: string
|
|
1543
1543
|
/**
|
|
1544
1544
|
* 组件用量:该组件实际结算用量,组件用量 = 组件原始用量 - 抵扣用量(含资源包
|
|
1545
1545
|
*/
|
|
1546
|
-
UsedAmount
|
|
1546
|
+
UsedAmount?: string
|
|
1547
1547
|
/**
|
|
1548
1548
|
* 组件用量单位:组件用量对应的单位
|
|
1549
1549
|
*/
|
|
1550
|
-
UsedAmountUnit
|
|
1550
|
+
UsedAmountUnit?: string
|
|
1551
|
+
/**
|
|
1552
|
+
* 原始用量/时长:组件被资源包抵扣前的原始用量/时长
|
|
1553
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1554
|
+
*/
|
|
1555
|
+
RealTotalMeasure?: string
|
|
1556
|
+
/**
|
|
1557
|
+
* 抵扣用量/时长(含资源包):组件被资源包抵扣的用量/时长
|
|
1558
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1559
|
+
*/
|
|
1560
|
+
DeductedMeasure?: string
|
|
1551
1561
|
/**
|
|
1552
1562
|
* 使用时长:资源使用的时长
|
|
1553
1563
|
*/
|
|
1554
|
-
TimeSpan
|
|
1564
|
+
TimeSpan?: string
|
|
1555
1565
|
/**
|
|
1556
1566
|
* 时长单位:资源使用时长的单位
|
|
1557
1567
|
*/
|
|
1558
|
-
TimeUnitName
|
|
1568
|
+
TimeUnitName?: string
|
|
1559
1569
|
/**
|
|
1560
1570
|
* 组件原价:原价 = 组件刊例价 * 组件用量 * 使用时长(如果客户享受一口价/合同价则默认不展示,退费类场景也默认不展示)
|
|
1561
1571
|
*/
|
|
1562
|
-
Cost
|
|
1572
|
+
Cost?: string
|
|
1563
1573
|
/**
|
|
1564
1574
|
* 折扣率:本资源享受的折扣率(如果客户享受一口价/合同价则默认不展示,退费场景也默认不展示)
|
|
1565
1575
|
*/
|
|
1566
|
-
Discount
|
|
1576
|
+
Discount?: string
|
|
1567
1577
|
/**
|
|
1568
1578
|
* 优惠类型
|
|
1569
1579
|
*/
|
|
1570
|
-
ReduceType
|
|
1580
|
+
ReduceType?: string
|
|
1571
1581
|
/**
|
|
1572
1582
|
* 优惠后总价:优惠后总价=(原价 - 预留实例抵扣原价 - 节省计划抵扣原价)* 折扣率
|
|
1573
1583
|
*/
|
|
1574
|
-
RealCost
|
|
1584
|
+
RealCost?: string
|
|
1575
1585
|
/**
|
|
1576
1586
|
* 优惠券支出:使用各类优惠券(如代金券、现金券等)支付的金额
|
|
1577
1587
|
*/
|
|
1578
|
-
VoucherPayAmount
|
|
1588
|
+
VoucherPayAmount?: string
|
|
1579
1589
|
/**
|
|
1580
1590
|
* 现金账户支出:通过现金账户支付的金额
|
|
1581
1591
|
*/
|
|
1582
|
-
CashPayAmount
|
|
1592
|
+
CashPayAmount?: string
|
|
1583
1593
|
/**
|
|
1584
1594
|
* 赠送账户支出:使用赠送金支付的金额
|
|
1585
1595
|
*/
|
|
1586
|
-
IncentivePayAmount
|
|
1596
|
+
IncentivePayAmount?: string
|
|
1587
1597
|
/**
|
|
1588
1598
|
* 分成金账户支出:通过分成金账户支付的金额
|
|
1589
1599
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
@@ -1593,37 +1603,37 @@ export interface BillDetailComponent {
|
|
|
1593
1603
|
* 组件类型编码
|
|
1594
1604
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1595
1605
|
*/
|
|
1596
|
-
ItemCode
|
|
1606
|
+
ItemCode?: string
|
|
1597
1607
|
/**
|
|
1598
1608
|
* 组件名称编码
|
|
1599
1609
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1600
1610
|
*/
|
|
1601
|
-
ComponentCode
|
|
1611
|
+
ComponentCode?: string
|
|
1602
1612
|
/**
|
|
1603
1613
|
* 组件单价:组件的折后单价,组件单价 = 刊例价 * 折扣
|
|
1604
1614
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1605
1615
|
*/
|
|
1606
|
-
ContractPrice
|
|
1616
|
+
ContractPrice?: string
|
|
1607
1617
|
/**
|
|
1608
1618
|
* 实例类型:购买的产品服务对应的实例类型,包括资源包、RI、SP、竞价实例。正常的实例展示默认为不展示
|
|
1609
1619
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1610
1620
|
*/
|
|
1611
|
-
InstanceType
|
|
1621
|
+
InstanceType?: string
|
|
1612
1622
|
/**
|
|
1613
1623
|
* 预留实例抵扣的使用时长:本产品或服务使用预留实例抵扣的使用时长
|
|
1614
1624
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1615
1625
|
*/
|
|
1616
|
-
RiTimeSpan
|
|
1626
|
+
RiTimeSpan?: string
|
|
1617
1627
|
/**
|
|
1618
1628
|
* 预留实例抵扣组件原价:本产品或服务使用预留实例抵扣的组件原价金额
|
|
1619
1629
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1620
1630
|
*/
|
|
1621
|
-
OriginalCostWithRI
|
|
1631
|
+
OriginalCostWithRI?: string
|
|
1622
1632
|
/**
|
|
1623
1633
|
* 节省计划抵扣率:节省计划可用余额额度范围内,节省计划对于此组件打的折扣率
|
|
1624
1634
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1625
1635
|
*/
|
|
1626
|
-
SPDeductionRate
|
|
1636
|
+
SPDeductionRate?: string
|
|
1627
1637
|
/**
|
|
1628
1638
|
* 节省计划抵扣金额(已废弃)
|
|
1629
1639
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
@@ -1634,12 +1644,12 @@ export interface BillDetailComponent {
|
|
|
1634
1644
|
* 节省计划抵扣组件原价:节省计划抵扣原价=节省计划包抵扣金额/节省计划抵扣率
|
|
1635
1645
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1636
1646
|
*/
|
|
1637
|
-
OriginalCostWithSP
|
|
1647
|
+
OriginalCostWithSP?: string
|
|
1638
1648
|
/**
|
|
1639
1649
|
* 混合折扣率:综合各类折扣抵扣信息后的最终折扣率,混合折扣率 = 优惠后总价 / 组件原价
|
|
1640
1650
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1641
1651
|
*/
|
|
1642
|
-
BlendedDiscount
|
|
1652
|
+
BlendedDiscount?: string
|
|
1643
1653
|
}
|
|
1644
1654
|
|
|
1645
1655
|
/**
|
|
@@ -8406,11 +8406,11 @@ export interface DescribeBackupSummariesResponse {
|
|
|
8406
8406
|
/**
|
|
8407
8407
|
* 实例备份统计条目。
|
|
8408
8408
|
*/
|
|
8409
|
-
Items
|
|
8409
|
+
Items?: Array<BackupSummaryItem>
|
|
8410
8410
|
/**
|
|
8411
8411
|
* 实例备份统计总条目数。
|
|
8412
8412
|
*/
|
|
8413
|
-
TotalCount
|
|
8413
|
+
TotalCount?: number
|
|
8414
8414
|
/**
|
|
8415
8415
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
8416
8416
|
*/
|
|
@@ -2577,7 +2577,7 @@ export interface CreatePostPaidInstanceRequest {
|
|
|
2577
2577
|
*/
|
|
2578
2578
|
SubnetId?: string
|
|
2579
2579
|
/**
|
|
2580
|
-
*
|
|
2580
|
+
* 国际站标准版实例规格。目前只有国际站标准版使用当前字段区分规格,国内站标准版使用峰值带宽区分规格。除了国际站标准版外的所有实例填写 1 即可。国际站标准版实例:入门型(general)]填写1;[标准型(standard)]填写2;[进阶型(advanced)]填写3;[容量型(capacity)]填写4;[高阶型1(specialized-1)]填写5;[高阶型2(specialized-2)]填写6;[高阶型3(specialized-3)]填写7;[高阶型4(specialized-4)]填写8。
|
|
2581
2581
|
*/
|
|
2582
2582
|
InstanceType?: number
|
|
2583
2583
|
/**
|
|
@@ -2597,7 +2597,7 @@ export interface CreatePostPaidInstanceRequest {
|
|
|
2597
2597
|
*/
|
|
2598
2598
|
SpecificationsType?: string
|
|
2599
2599
|
/**
|
|
2600
|
-
*
|
|
2600
|
+
* 专业版实例磁盘类型,标准版实例不需要填写。"CLOUD_SSD":SSD云硬盘;"CLOUD_BASIC":高性能云硬盘。不传默认值为 "CLOUD_BASIC"
|
|
2601
2601
|
*/
|
|
2602
2602
|
DiskType?: string
|
|
2603
2603
|
/**
|
|
@@ -5503,7 +5503,7 @@ export interface CreateInstancePostRequest {
|
|
|
5503
5503
|
*/
|
|
5504
5504
|
SubnetId?: string
|
|
5505
5505
|
/**
|
|
5506
|
-
*
|
|
5506
|
+
* 国际站标准版实例规格。目前只有国际站标准版使用当前字段区分规格,国内站标准版使用峰值带宽区分规格。除了国际站标准版外的所有实例填写 1 即可。国际站标准版实例:入门型(general)]填写1;[标准型(standard)]填写2;[进阶型(advanced)]填写3;[容量型(capacity)]填写4;[高阶型1(specialized-1)]填写5;[高阶型2(specialized-2)]填写6;[高阶型3(specialized-3)]填写7;[高阶型4(specialized-4)]填写8。
|
|
5507
5507
|
*/
|
|
5508
5508
|
InstanceType?: number
|
|
5509
5509
|
/**
|
|
@@ -5523,7 +5523,7 @@ export interface CreateInstancePostRequest {
|
|
|
5523
5523
|
*/
|
|
5524
5524
|
SpecificationsType?: string
|
|
5525
5525
|
/**
|
|
5526
|
-
*
|
|
5526
|
+
* 专业版实例磁盘类型,标准版实例不需要填写。"CLOUD_SSD":SSD云硬盘;"CLOUD_BASIC":高性能云硬盘。不传默认值为 "CLOUD_BASIC"
|
|
5527
5527
|
*/
|
|
5528
5528
|
DiskType?: string
|
|
5529
5529
|
/**
|
|
@@ -7761,7 +7761,7 @@ export interface CreateInstancePreRequest {
|
|
|
7761
7761
|
*/
|
|
7762
7762
|
InstanceName: string
|
|
7763
7763
|
/**
|
|
7764
|
-
*
|
|
7764
|
+
* 可用区。当购买多可用区实例时,当前参数为主可用区。需要保证传入的参数和 SubnetId 所在子网属于同一个可用区
|
|
7765
7765
|
*/
|
|
7766
7766
|
ZoneId: number
|
|
7767
7767
|
/**
|
|
@@ -7769,16 +7769,15 @@ export interface CreateInstancePreRequest {
|
|
|
7769
7769
|
*/
|
|
7770
7770
|
Period: string
|
|
7771
7771
|
/**
|
|
7772
|
-
*
|
|
7773
|
-
标准版实例 ([入门型(general)]填写1,[标准型(standard)]填写2,[进阶型(advanced)]填写3,[容量型(capacity)]填写4,[高阶型1(specialized-1)]填写5,[高阶型2(specialized-2)]填写6,[高阶型3(specialized-3)]填写7,[高阶型4(specialized-4)]填写8,[独占型(exclusive)]填写9。
|
|
7772
|
+
* 国际站标准版实例规格。目前只有国际站标准版使用当前字段区分规格,国内站标准版使用峰值带宽区分规格。除了国际站标准版外的所有实例填写 1 即可。国际站标准版实例:入门型(general)]填写1;[标准型(standard)]填写2;[进阶型(advanced)]填写3;[容量型(capacity)]填写4;[高阶型1(specialized-1)]填写5;[高阶型2(specialized-2)]填写6;[高阶型3(specialized-3)]填写7;[高阶型4(specialized-4)]填写8。
|
|
7774
7773
|
*/
|
|
7775
7774
|
InstanceType: number
|
|
7776
7775
|
/**
|
|
7777
|
-
* vpcId
|
|
7776
|
+
* vpcId,必填
|
|
7778
7777
|
*/
|
|
7779
7778
|
VpcId?: string
|
|
7780
7779
|
/**
|
|
7781
|
-
* 子网id
|
|
7780
|
+
* 子网id,必填
|
|
7782
7781
|
*/
|
|
7783
7782
|
SubnetId?: string
|
|
7784
7783
|
/**
|
|
@@ -7798,19 +7797,19 @@ export interface CreateInstancePreRequest {
|
|
|
7798
7797
|
*/
|
|
7799
7798
|
KafkaVersion?: string
|
|
7800
7799
|
/**
|
|
7801
|
-
* 实例类型: [标准版实例]填写 standard(默认), [专业版实例]填写 profession
|
|
7800
|
+
* 实例类型: [标准版实例]填写 "standard" (默认), [专业版实例]填写 "profession"
|
|
7802
7801
|
*/
|
|
7803
7802
|
SpecificationsType?: string
|
|
7804
7803
|
/**
|
|
7805
|
-
*
|
|
7804
|
+
* 磁盘大小,如果跟控制台规格配比不相符,则无法创建成功
|
|
7806
7805
|
*/
|
|
7807
7806
|
DiskSize?: number
|
|
7808
7807
|
/**
|
|
7809
|
-
*
|
|
7808
|
+
* 带宽,如果跟控制台规格配比不相符,则无法创建成功
|
|
7810
7809
|
*/
|
|
7811
7810
|
BandWidth?: number
|
|
7812
7811
|
/**
|
|
7813
|
-
*
|
|
7812
|
+
* 分区大小,如果跟控制台规格配比不相符,则无法创建成功
|
|
7814
7813
|
*/
|
|
7815
7814
|
Partition?: number
|
|
7816
7815
|
/**
|
|
@@ -7818,11 +7817,11 @@ export interface CreateInstancePreRequest {
|
|
|
7818
7817
|
*/
|
|
7819
7818
|
Tags?: Array<Tag>
|
|
7820
7819
|
/**
|
|
7821
|
-
*
|
|
7820
|
+
* 专业版实例磁盘类型,标准版实例不需要填写。"CLOUD_SSD":SSD云硬盘;"CLOUD_BASIC":高性能云硬盘。不传默认为 "CLOUD_BASIC"
|
|
7822
7821
|
*/
|
|
7823
7822
|
DiskType?: string
|
|
7824
7823
|
/**
|
|
7825
|
-
*
|
|
7824
|
+
* 是否创建跨可用区实例,当前参数为 true 时,zoneIds必填
|
|
7826
7825
|
*/
|
|
7827
7826
|
MultiZoneFlag?: boolean
|
|
7828
7827
|
/**
|
|
@@ -557,20 +557,20 @@ export class Client extends AbstractClient {
|
|
|
557
557
|
/**
|
|
558
558
|
* 对媒体转推项目进行操作。
|
|
559
559
|
### 操作类型<a id="Operation"></a>
|
|
560
|
-
- `AddSource`(添加输入源),项目状态为 Idle、Working 时均可以操作。参见 [示例](#.E7.A4.BA.E4.BE.
|
|
561
|
-
- `DeleteSource`(删除输入源),项目状态为 Idle、Working 时均可以操作。参见 [示例](#.E7.A4.BA.E4.BE.
|
|
562
|
-
- `SwitchSource`(切换当前播放的输入源),项目状态为 Working 时可以操作。参见 [示例](#.E7.A4.BA.E4.BE.
|
|
563
|
-
- `AddDestination`( 添加输出源),项目状态为 Idle、Working 时均可以操作。参见 [示例](#.E7.A4.BA.E4.BE.
|
|
564
|
-
- `DeleteDestination`(删除输出源),项目状态为 Idle、Working 时均可以操作。参见 [示例](#.E7.A4.BA.E4.BE.
|
|
565
|
-
- `EnableDestination`(启动输出源),项目状态为 Working 时可以操作。参见 [示例](#.E7.A4.BA.E4.BE.
|
|
566
|
-
- `DisableDestination`(停止输出源),项目状态为 Working 时可以操作。参见 [示例](#.E7.A4.BA.E4.BE.
|
|
560
|
+
- `AddSource`(添加输入源),项目状态为 Idle、Working 时均可以操作。参见 [示例](#.E7.A4.BA.E4.BE.8B9-.E6.B7.BB.E5.8A.A0.E8.BE.93.E5.85.A5.E6.BA.90);
|
|
561
|
+
- `DeleteSource`(删除输入源),项目状态为 Idle、Working 时均可以操作。参见 [示例](#.E7.A4.BA.E4.BE.8B6-.E5.88.A0.E9.99.A4.E8.BE.93.E5.85.A5.E6.BA.90);
|
|
562
|
+
- `SwitchSource`(切换当前播放的输入源),项目状态为 Working 时可以操作。参见 [示例](#.E7.A4.BA.E4.BE.8B5-.E5.88.87.E6.8D.A2.E5.BD.93.E5.89.8D.E6.92.AD.E6.94.BE.E7.9A.84.E8.BE.93.E5.85.A5.E6.BA.90)
|
|
563
|
+
- `AddDestination`( 添加输出源),项目状态为 Idle、Working 时均可以操作。参见 [示例](#.E7.A4.BA.E4.BE.8B8-.E5.90.AF.E5.8A.A8.E8.BE.93.E5.87.BA.E6.BA.90);
|
|
564
|
+
- `DeleteDestination`(删除输出源),项目状态为 Idle、Working 时均可以操作。参见 [示例](#.E7.A4.BA.E4.BE.8B7-.E5.88.A0.E9.99.A4.E8.BE.93.E5.87.BA.E6.BA.90);
|
|
565
|
+
- `EnableDestination`(启动输出源),项目状态为 Working 时可以操作。参见 [示例](#.E7.A4.BA.E4.BE.8B8-.E5.90.AF.E5.8A.A8.E8.BE.93.E5.87.BA.E6.BA.90);
|
|
566
|
+
- `DisableDestination`(停止输出源),项目状态为 Working 时可以操作。参见 [示例](#.E7.A4.BA.E4.BE.8B4-.E5.81.9C.E6.AD.A2.E8.BE.93.E5.87.BA.E6.BA.90);
|
|
567
567
|
- `ModifyDestination`(修改输出源),项目状态为 Idle、Working 时均可以操作。参见 [示例](#.E7.A4.BA.E4.BE.8B2-.E4.BF.AE.E6.94.B9.E8.BE.93.E5.87.BA.E6.BA.90);
|
|
568
|
-
- `Start`(启动媒体转推),项目状态为 Idle 时可以操作。参见 [示例](#.E7.A4.BA.E4.BE.
|
|
569
|
-
- `Confirm`(确认媒体转推项目启动),项目状态为 Working 时可以操作。参见 [示例](#.E7.A4.BA.E4.BE.8B14-.E7.A1.AE.E8.AE.A4.
|
|
570
|
-
- `Stop`(停止媒体转推),项目状态为 Working 时可以操作。参见 [示例](#.E7.A4.BA.E4.BE.
|
|
568
|
+
- `Start`(启动媒体转推),项目状态为 Idle 时可以操作。参见 [示例](#.E7.A4.BA.E4.BE.8B12-.E5.90.AF.E5.8A.A8.E5.AA.92.E4.BD.93.E8.BD.AC.E6.8E.A8)。发起 Start 请求成功后,媒体转推项目开始启动,30秒内还需要再进行一次 Confirm操作进行确认;
|
|
569
|
+
- `Confirm`(确认媒体转推项目启动),项目状态为 Working 时可以操作。参见 [示例](#.E7.A4.BA.E4.BE.8B14-.E7.A1.AE.E8.AE.A4.E5.AA.92.E4.BD.93.E8.BD.AC.E6.8E.A8.E9.A1.B9.E7.9B.AE.E5.90.AF.E5.8A.A8);
|
|
570
|
+
- `Stop`(停止媒体转推),项目状态为 Working 时可以操作。参见 [示例](#.E7.A4.BA.E4.BE.8B11-.E5.81.9C.E6.AD.A2.E5.AA.92.E4.BD.93.E8.BD.AC.E6.8E.A8);
|
|
571
571
|
- `ModifyOutputMediaSetting`(修改媒体输出配置),项目状态为 Idle 时可以操作。参见 [示例](#.E7.A4.BA.E4.BE.8B3-.E4.BF.AE.E6.94.B9.E8.BE.93.E5.87.BA.E7.9A.84.E5.AA.92.E4.BD.93.E9.85.8D.E7.BD.AE);
|
|
572
572
|
- `ModifyPlaySetting`(修改播放结束时间),项目状态为 Idle、Working 时均可以操作。参见 [示例](#.E7.A4.BA.E4.BE.8B1-.E4.BF.AE.E6.94.B9.E7.BB.93.E6.9D.9F.E6.97.B6.E9.97.B4);
|
|
573
|
-
- `DescribePlayInfo`(查询播放信息),项目状态为 Idle、Working 时均可以操作。参见 [示例](#.E7.A4.BA.E4.BE.
|
|
573
|
+
- `DescribePlayInfo`(查询播放信息),项目状态为 Idle、Working 时均可以操作。参见 [示例](#.E7.A4.BA.E4.BE.8B13-.E6.9F.A5.E8.AF.A2.E5.AA.92.E4.BD.93.E8.BD.AC.E6.8E.A8.E9.A1.B9.E7.9B.AE.E7.9A.84.E6.92.AD.E6.94.BE.E4.BF.A1.E6.81.AF)。
|
|
574
574
|
*/
|
|
575
575
|
async HandleMediaCastProject(
|
|
576
576
|
req: HandleMediaCastProjectRequest,
|
|
@@ -1359,7 +1359,7 @@ export interface CreateProjectRequest {
|
|
|
1359
1359
|
<li>VIDEO_SEGMENTATION:视频拆条。</li>
|
|
1360
1360
|
<li>STREAM_CONNECT:云转推。</li>
|
|
1361
1361
|
<li>RECORD_REPLAY:录制回放。</li>
|
|
1362
|
-
<li>MEDIA_CAST
|
|
1362
|
+
<li>MEDIA_CAST:媒体转推。</li>
|
|
1363
1363
|
*/
|
|
1364
1364
|
Category: string
|
|
1365
1365
|
/**
|
|
@@ -1680,7 +1680,7 @@ export interface MediaCastSourceInfo {
|
|
|
1680
1680
|
*/
|
|
1681
1681
|
MaterialId?: string
|
|
1682
1682
|
/**
|
|
1683
|
-
*
|
|
1683
|
+
* 文件播放的起始位置,单位:秒。默认为0,从文件头开始播放。当 Type = CME 或者 VOD 时有效。
|
|
1684
1684
|
*/
|
|
1685
1685
|
Offset?: number
|
|
1686
1686
|
/**
|
|
@@ -2528,7 +2528,8 @@ export interface CreateDataEngineRequest {
|
|
|
2528
2528
|
*/
|
|
2529
2529
|
MaxClusters?: number
|
|
2530
2530
|
/**
|
|
2531
|
-
*
|
|
2531
|
+
* 是否为默认虚拟集群
|
|
2532
|
+
* @deprecated
|
|
2532
2533
|
*/
|
|
2533
2534
|
DefaultDataEngine?: boolean
|
|
2534
2535
|
/**
|
|
@@ -2604,7 +2605,7 @@ export interface CreateDataEngineRequest {
|
|
|
2604
2605
|
*/
|
|
2605
2606
|
ImageVersionName?: string
|
|
2606
2607
|
/**
|
|
2607
|
-
*
|
|
2608
|
+
* 主集群名称,创建容灾集群时指定
|
|
2608
2609
|
*/
|
|
2609
2610
|
MainClusterName?: string
|
|
2610
2611
|
/**
|
|
@@ -56,6 +56,7 @@ import {
|
|
|
56
56
|
DescribeRecordTypeResponse,
|
|
57
57
|
ModifyDomainRemarkResponse,
|
|
58
58
|
DeleteSnapshotRequest,
|
|
59
|
+
DeleteRecordBatchResponse,
|
|
59
60
|
DescribeDomainAliasListResponse,
|
|
60
61
|
RollbackRecordSnapshotRequest,
|
|
61
62
|
ModifyRecordToGroupRequest,
|
|
@@ -68,6 +69,7 @@ import {
|
|
|
68
69
|
DeleteDomainRequest,
|
|
69
70
|
ModifyDomainOwnerRequest,
|
|
70
71
|
ModifyPackageAutoRenewRequest,
|
|
72
|
+
DeleteRecordBatchDetail,
|
|
71
73
|
DomainShareInfo,
|
|
72
74
|
DescribeSnapshotConfigRequest,
|
|
73
75
|
LineInfo,
|
|
@@ -122,7 +124,7 @@ import {
|
|
|
122
124
|
RecordListItem,
|
|
123
125
|
DescribeDomainPreviewResponse,
|
|
124
126
|
CreateDomainBatchResponse,
|
|
125
|
-
|
|
127
|
+
DescribeDomainShareInfoResponse,
|
|
126
128
|
LockInfo,
|
|
127
129
|
ModifyDomainOwnerResponse,
|
|
128
130
|
SubdomainAnalyticsInfo,
|
|
@@ -132,7 +134,7 @@ import {
|
|
|
132
134
|
CreateDomainRequest,
|
|
133
135
|
ModifyPackageAutoRenewResponse,
|
|
134
136
|
DomainAliasAnalyticsItem,
|
|
135
|
-
|
|
137
|
+
DescribeDomainGroupListResponse,
|
|
136
138
|
ModifyDomainRemarkRequest,
|
|
137
139
|
CreateDomainAliasResponse,
|
|
138
140
|
DescribeRecordListRequest,
|
|
@@ -171,6 +173,7 @@ import {
|
|
|
171
173
|
ModifyRecordRemarkResponse,
|
|
172
174
|
DescribeDomainListRequest,
|
|
173
175
|
DomainCreateInfo,
|
|
176
|
+
DeleteRecordBatchRequest,
|
|
174
177
|
DescribeDomainPurviewRequest,
|
|
175
178
|
CreateDomainBatchDetail,
|
|
176
179
|
ModifyDomainUnlockRequest,
|
|
@@ -624,13 +627,13 @@ export class Client extends AbstractClient {
|
|
|
624
627
|
}
|
|
625
628
|
|
|
626
629
|
/**
|
|
627
|
-
*
|
|
630
|
+
* 获取任务详情
|
|
628
631
|
*/
|
|
629
|
-
async
|
|
630
|
-
req:
|
|
631
|
-
cb?: (error: string, rep:
|
|
632
|
-
): Promise<
|
|
633
|
-
return this.request("
|
|
632
|
+
async DescribeBatchTask(
|
|
633
|
+
req: DescribeBatchTaskRequest,
|
|
634
|
+
cb?: (error: string, rep: DescribeBatchTaskResponse) => void
|
|
635
|
+
): Promise<DescribeBatchTaskResponse> {
|
|
636
|
+
return this.request("DescribeBatchTask", req, cb)
|
|
634
637
|
}
|
|
635
638
|
|
|
636
639
|
/**
|
|
@@ -714,13 +717,13 @@ export class Client extends AbstractClient {
|
|
|
714
717
|
}
|
|
715
718
|
|
|
716
719
|
/**
|
|
717
|
-
*
|
|
720
|
+
* 批量删除解析记录
|
|
718
721
|
*/
|
|
719
|
-
async
|
|
720
|
-
req:
|
|
721
|
-
cb?: (error: string, rep:
|
|
722
|
-
): Promise<
|
|
723
|
-
return this.request("
|
|
722
|
+
async DeleteRecordBatch(
|
|
723
|
+
req: DeleteRecordBatchRequest,
|
|
724
|
+
cb?: (error: string, rep: DeleteRecordBatchResponse) => void
|
|
725
|
+
): Promise<DeleteRecordBatchResponse> {
|
|
726
|
+
return this.request("DeleteRecordBatch", req, cb)
|
|
724
727
|
}
|
|
725
728
|
|
|
726
729
|
/**
|
|
@@ -753,6 +756,16 @@ export class Client extends AbstractClient {
|
|
|
753
756
|
return this.request("CreateDomain", req, cb)
|
|
754
757
|
}
|
|
755
758
|
|
|
759
|
+
/**
|
|
760
|
+
* 设置记录备注
|
|
761
|
+
*/
|
|
762
|
+
async ModifyRecordRemark(
|
|
763
|
+
req: ModifyRecordRemarkRequest,
|
|
764
|
+
cb?: (error: string, rep: ModifyRecordRemarkResponse) => void
|
|
765
|
+
): Promise<ModifyRecordRemarkResponse> {
|
|
766
|
+
return this.request("ModifyRecordRemark", req, cb)
|
|
767
|
+
}
|
|
768
|
+
|
|
756
769
|
/**
|
|
757
770
|
* 获取域名筛选列表
|
|
758
771
|
*/
|