tencentcloud-sdk-nodejs 4.0.559 → 4.0.561
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 +420 -0
- package/SERVICE_CHANGELOG.md +386 -87
- package/package.json +1 -1
- package/products.md +33 -33
- package/src/common/sdk_version.ts +1 -1
- package/src/services/cbs/v20170312/cbs_models.ts +1 -1
- package/src/services/cdn/v20180606/cdn_models.ts +1 -1
- package/src/services/cdwch/v20200915/cdwch_client.ts +16 -0
- package/src/services/cdwch/v20200915/cdwch_models.ts +253 -2
- package/src/services/cynosdb/v20190107/cynosdb_client.ts +2 -1
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +87 -10
- package/src/services/dnspod/v20210323/dnspod_models.ts +4 -4
- package/src/services/faceid/v20180301/faceid_models.ts +12 -0
- package/src/services/hasim/v20210716/hasim_models.ts +10 -0
- package/src/services/keewidb/v20220308/keewidb_client.ts +14 -1
- package/src/services/keewidb/v20220308/keewidb_models.ts +105 -15
- package/src/services/lighthouse/v20200324/lighthouse_client.ts +0 -2
- package/src/services/live/v20180801/live_models.ts +1 -1
- package/src/services/monitor/v20180724/monitor_models.ts +5 -5
- package/src/services/ms/v20180408/ms_client.ts +11 -5
- package/src/services/ocr/v20181119/ocr_client.ts +0 -1
- package/src/services/ocr/v20181119/ocr_models.ts +24 -12
- package/src/services/redis/v20180412/redis_client.ts +12 -0
- package/src/services/redis/v20180412/redis_models.ts +45 -0
- package/src/services/scf/v20180416/scf_models.ts +11 -15
- package/src/services/tdmq/v20200217/tdmq_client.ts +21 -0
- package/src/services/tdmq/v20200217/tdmq_models.ts +395 -0
- package/src/services/teo/v20220901/teo_client.ts +3 -1
- package/src/services/teo/v20220901/teo_models.ts +126 -14
- package/src/services/thpc/v20220401/thpc_client.ts +3 -0
- package/src/services/thpc/v20220401/thpc_models.ts +4 -4
- package/src/services/trtc/v20190722/trtc_client.ts +2 -0
- package/src/services/trtc/v20190722/trtc_models.ts +85 -3
- package/src/services/vod/v20180717/vod_client.ts +1 -0
- package/src/services/vod/v20180717/vod_models.ts +11 -5
- package/src/services/vpc/v20170312/vpc_client.ts +1 -1
- package/src/services/vpc/v20170312/vpc_models.ts +10 -5
- package/src/services/wav/v20210129/wav_client.ts +51 -20
- package/src/services/wav/v20210129/wav_models.ts +675 -137
- package/src/services/wedata/v20210820/wedata_models.ts +36 -0
- package/src/services/yinsuda/v20220527/yinsuda_client.ts +47 -8
- package/src/services/yinsuda/v20220527/yinsuda_models.ts +253 -12
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +1 -1
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +1 -1
- package/tencentcloud/services/cdwch/v20200915/cdwch_client.d.ts +5 -1
- package/tencentcloud/services/cdwch/v20200915/cdwch_client.js +6 -0
- package/tencentcloud/services/cdwch/v20200915/cdwch_models.d.ts +215 -2
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +1 -1
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +73 -8
- package/tencentcloud/services/dnspod/v20210323/dnspod_models.d.ts +4 -4
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +10 -0
- package/tencentcloud/services/hasim/v20210716/hasim_models.d.ts +8 -0
- package/tencentcloud/services/keewidb/v20220308/keewidb_client.d.ts +5 -1
- package/tencentcloud/services/keewidb/v20220308/keewidb_client.js +6 -0
- package/tencentcloud/services/keewidb/v20220308/keewidb_models.d.ts +88 -13
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.d.ts +0 -2
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.js +0 -2
- package/tencentcloud/services/live/v20180801/live_models.d.ts +1 -1
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +5 -5
- package/tencentcloud/services/ms/v20180408/ms_client.d.ts +9 -3
- package/tencentcloud/services/ms/v20180408/ms_client.js +9 -3
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +0 -1
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +0 -1
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +22 -12
- package/tencentcloud/services/redis/v20180412/redis_client.d.ts +5 -1
- package/tencentcloud/services/redis/v20180412/redis_client.js +6 -0
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +38 -0
- package/tencentcloud/services/scf/v20180416/scf_models.d.ts +10 -14
- 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 +332 -0
- package/tencentcloud/services/teo/v20220901/teo_client.d.ts +1 -1
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +109 -11
- package/tencentcloud/services/thpc/v20220401/thpc_client.d.ts +3 -0
- package/tencentcloud/services/thpc/v20220401/thpc_client.js +3 -0
- package/tencentcloud/services/thpc/v20220401/thpc_models.d.ts +4 -4
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +73 -3
- package/tencentcloud/services/vod/v20180717/vod_client.d.ts +1 -0
- package/tencentcloud/services/vod/v20180717/vod_client.js +1 -0
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +10 -5
- package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +1 -1
- package/tencentcloud/services/vpc/v20170312/vpc_client.js +1 -1
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +9 -5
- 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 +578 -130
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +30 -0
- package/tencentcloud/services/yinsuda/v20220527/yinsuda_client.d.ts +15 -3
- package/tencentcloud/services/yinsuda/v20220527/yinsuda_client.js +21 -3
- package/tencentcloud/services/yinsuda/v20220527/yinsuda_models.d.ts +217 -12
- package/test/cdwch.v20200915.test.js +10 -0
- package/test/keewidb.v20220308.test.js +10 -0
- package/test/redis.v20180412.test.js +10 -0
- package/test/tdmq.v20200217.test.js +10 -0
- package/test/wav.v20210129.test.js +24 -4
- package/test/yinsuda.v20220527.test.js +32 -2
package/products.md
CHANGED
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
| as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2023-03-09 01:02:47 |
|
|
20
20
|
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2023-03-07 01:02:58 |
|
|
21
21
|
| asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2022-04-04 06:08:40 |
|
|
22
|
-
| ba | [网站备案](https://cloud.tencent.com/document/product/243) |
|
|
22
|
+
| ba | [网站备案](https://cloud.tencent.com/document/product/243) | 2023-03-16 01:09:09 |
|
|
23
23
|
| batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2022-12-09 01:11:02 |
|
|
24
24
|
| bda | [人体分析](https://cloud.tencent.com/document/product/1208) | 2022-12-15 01:09:06 |
|
|
25
25
|
| bi | [商业智能分析 BI](https://cloud.tencent.com/document/product/590) | 2022-08-09 10:42:14 |
|
|
@@ -34,21 +34,21 @@
|
|
|
34
34
|
| bri | [业务风险情报](https://cloud.tencent.com/document/product/1064) | 2021-01-07 08:02:40 |
|
|
35
35
|
| bsca | [二进制软件成分分析](https://cloud.tencent.com/document/product/1483) | 2022-09-29 06:12:03 |
|
|
36
36
|
| btoe | [区块链可信取证](https://cloud.tencent.com/document/product/1259) | 2023-01-12 01:05:12 |
|
|
37
|
-
| cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2023-03-
|
|
38
|
-
| captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2023-
|
|
37
|
+
| cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2023-03-16 01:11:52 |
|
|
38
|
+
| captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2023-03-15 01:07:46 |
|
|
39
39
|
| car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2023-03-10 01:05:35 |
|
|
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) | 2022-12-12 01:11:14 |
|
|
42
|
-
| cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2023-03-
|
|
42
|
+
| cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2023-03-15 01:09:07 |
|
|
43
43
|
| ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2023-03-14 01:07:37 |
|
|
44
44
|
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-03-14 01:08:01 |
|
|
45
45
|
| cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2023-03-09 01:07:38 |
|
|
46
|
-
| cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2023-03-
|
|
46
|
+
| cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2023-03-15 01:10:53 |
|
|
47
47
|
| cds | [T-Sec-数据安全审计(DSA)](https://cloud.tencent.com/document/product/856) | 2022-10-31 06:15:53 |
|
|
48
|
-
| cdwch | [云数据仓库 ClickHouse](https://cloud.tencent.com/document/product/1299) | 2023-
|
|
48
|
+
| cdwch | [云数据仓库 ClickHouse](https://cloud.tencent.com/document/product/1299) | 2023-03-16 01:15:13 |
|
|
49
49
|
| cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2023-02-01 01:09:52 |
|
|
50
50
|
| cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2023-03-14 01:10:11 |
|
|
51
|
-
| cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2023-03-
|
|
51
|
+
| cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2023-03-16 01:16:05 |
|
|
52
52
|
| chdfs | [云 HDFS](https://cloud.tencent.com/document/product/1105) | 2023-02-24 01:08:00 |
|
|
53
53
|
| ciam | [账号风控平台](https://cloud.tencent.com/document/product/1441) | 2023-01-04 01:10:27 |
|
|
54
54
|
| cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2022-06-27 06:06:02 |
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
| cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2023-02-07 01:15:35 |
|
|
60
60
|
| cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2023-03-10 01:16:51 |
|
|
61
61
|
| cloudstudio | [Cloud Studio(云端 IDE)](https://cloud.tencent.com/document/product/1039) | 2023-03-09 01:14:35 |
|
|
62
|
-
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2023-03-
|
|
62
|
+
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2023-03-15 01:15:16 |
|
|
63
63
|
| cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2023-02-27 01:14:21 |
|
|
64
64
|
| cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2022-11-16 06:15:44 |
|
|
65
65
|
| cms | [内容安全](https://cloud.tencent.com/document/product) | 2020-10-29 08:03:08 |
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2023-03-13 01:21:27 |
|
|
69
69
|
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2023-03-13 01:27:18 |
|
|
70
70
|
| cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
|
|
71
|
-
| cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2023-03-
|
|
71
|
+
| cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2023-03-15 01:22:02 |
|
|
72
72
|
| dasb | [T-Sec-堡垒机(BH)](https://cloud.tencent.com/document/product/1025) | 2023-03-09 01:19:39 |
|
|
73
73
|
| dataintegration | [数据接入平台](https://cloud.tencent.com/document/product/1591) | 2022-07-26 15:32:15 |
|
|
74
74
|
| dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2023-01-13 01:19:41 |
|
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
| dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2022-10-26 06:29:47 |
|
|
78
78
|
| dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2023-03-09 01:21:10 |
|
|
79
79
|
| dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2023-03-10 01:29:04 |
|
|
80
|
-
| dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2023-03-
|
|
80
|
+
| dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2023-03-15 01:31:21 |
|
|
81
81
|
| domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2023-03-07 01:21:01 |
|
|
82
82
|
| drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2022-04-04 06:38:48 |
|
|
83
83
|
| ds | [文档服务](https://cloud.tencent.com/document/product/869) | 2023-02-01 01:21:28 |
|
|
@@ -90,11 +90,11 @@
|
|
|
90
90
|
| eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2022-05-13 06:11:29 |
|
|
91
91
|
| eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2022-11-16 06:22:42 |
|
|
92
92
|
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2023-03-09 01:24:21 |
|
|
93
|
-
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2023-03-
|
|
93
|
+
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2023-03-16 01:32:21 |
|
|
94
94
|
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-03-13 01:35:28 |
|
|
95
95
|
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-03-14 01:25:06 |
|
|
96
96
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2023-02-27 01:25:30 |
|
|
97
|
-
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-03-
|
|
97
|
+
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-03-15 01:37:54 |
|
|
98
98
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2023-02-02 01:28:41 |
|
|
99
99
|
| ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2022-04-04 06:43:12 |
|
|
100
100
|
| gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2023-03-09 01:26:29 |
|
|
@@ -104,7 +104,7 @@
|
|
|
104
104
|
| gs | [云游戏](https://cloud.tencent.com/document/product/1162) | 2023-03-10 01:34:12 |
|
|
105
105
|
| gse | [游戏服务器伸缩](https://cloud.tencent.com/document/product/1165) | 2022-07-11 06:12:44 |
|
|
106
106
|
| habo | [](https://cloud.tencent.com/document/product) | 2019-05-09 19:37:22 |
|
|
107
|
-
| hasim | [高可用物联网卡](https://cloud.tencent.com/document/product/1482) | 2023-03-
|
|
107
|
+
| hasim | [高可用物联网卡](https://cloud.tencent.com/document/product/1482) | 2023-03-15 01:39:36 |
|
|
108
108
|
| hcm | [数学作业批改](https://cloud.tencent.com/document/product/1004) | 2023-01-12 01:21:36 |
|
|
109
109
|
| iai | [人脸识别](https://cloud.tencent.com/document/product/867) | 2023-02-10 01:38:04 |
|
|
110
110
|
| ic | [图片瘦身](https://cloud.tencent.com/document/product/636) | 2023-03-02 01:23:21 |
|
|
@@ -117,15 +117,15 @@
|
|
|
117
117
|
| iotcloud | [物联网通信](https://cloud.tencent.com/document/product/634) | 2023-03-10 01:36:02 |
|
|
118
118
|
| iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2022-12-12 01:29:57 |
|
|
119
119
|
| iottid | [物联网设备身份认证](https://cloud.tencent.com/document/product/1086) | 2022-04-04 06:49:46 |
|
|
120
|
-
| iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2023-03-
|
|
120
|
+
| iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2023-03-16 01:42:09 |
|
|
121
121
|
| iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2022-11-17 06:31:48 |
|
|
122
122
|
| irp | [智能推荐平台](https://cloud.tencent.com/document/product/1541) | 2023-03-10 01:38:31 |
|
|
123
123
|
| ivld | [媒体智能标签](https://cloud.tencent.com/document/product/1509) | 2022-10-28 11:32:11 |
|
|
124
|
-
| keewidb | [云数据库 KeeWiDB](https://cloud.tencent.com/document/product/1520) | 2023-03-
|
|
124
|
+
| keewidb | [云数据库 KeeWiDB](https://cloud.tencent.com/document/product/1520) | 2023-03-15 01:45:20 |
|
|
125
125
|
| kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2023-03-03 01:26:52 |
|
|
126
126
|
| lcic | [低代码互动课堂](https://cloud.tencent.com/document/product/1639) | 2023-03-14 01:33:18 |
|
|
127
|
-
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2023-03-
|
|
128
|
-
| live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-03-
|
|
127
|
+
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2023-03-15 01:46:26 |
|
|
128
|
+
| live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-03-15 01:47:09 |
|
|
129
129
|
| lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
|
|
130
130
|
| lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
|
|
131
131
|
| mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2023-03-09 01:33:22 |
|
|
@@ -135,16 +135,16 @@
|
|
|
135
135
|
| mmps | [小程序安全](https://cloud.tencent.com/document/product/1223) | 2023-01-10 01:33:47 |
|
|
136
136
|
| mna | [移动网络加速](https://cloud.tencent.com/document/product/1385) | 2023-02-24 01:20:12 |
|
|
137
137
|
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2023-03-09 01:34:01 |
|
|
138
|
-
| monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2023-03-
|
|
138
|
+
| monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2023-03-15 01:49:18 |
|
|
139
139
|
| mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2023-03-09 14:45:43 |
|
|
140
140
|
| mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2023-03-02 01:30:06 |
|
|
141
|
-
| ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2023-
|
|
141
|
+
| ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2023-03-15 01:56:41 |
|
|
142
142
|
| msp | [迁移服务平台](https://cloud.tencent.com/document/product/659) | 2022-04-04 07:00:13 |
|
|
143
143
|
| mvj | [营销价值判断](https://cloud.tencent.com/document/product) | 2020-03-19 08:11:44 |
|
|
144
144
|
| nlp | [自然语言处理](https://cloud.tencent.com/document/product/271) | 2023-03-14 01:38:46 |
|
|
145
145
|
| npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
|
|
146
146
|
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2023-03-09 01:40:49 |
|
|
147
|
-
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-03-
|
|
147
|
+
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-03-15 01:57:48 |
|
|
148
148
|
| organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2023-02-17 04:46:25 |
|
|
149
149
|
| partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2023-02-20 01:44:36 |
|
|
150
150
|
| pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2022-04-04 07:02:02 |
|
|
@@ -152,12 +152,12 @@
|
|
|
152
152
|
| privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2022-12-09 01:52:05 |
|
|
153
153
|
| pts | [云压测](https://cloud.tencent.com/document/product/1484) | 2023-03-09 01:42:26 |
|
|
154
154
|
| rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2022-09-23 06:43:17 |
|
|
155
|
-
| redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2023-03-
|
|
155
|
+
| redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2023-03-16 02:04:37 |
|
|
156
156
|
| region | [地域管理系统](https://cloud.tencent.com/document/product/1596) | 2023-03-14 01:44:45 |
|
|
157
157
|
| rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2022-04-04 07:04:04 |
|
|
158
158
|
| rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-04-04 07:04:06 |
|
|
159
159
|
| rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2023-03-09 01:43:49 |
|
|
160
|
-
| scf | [云函数](https://cloud.tencent.com/document/product/583) | 2023-03-
|
|
160
|
+
| scf | [云函数](https://cloud.tencent.com/document/product/583) | 2023-03-16 02:06:36 |
|
|
161
161
|
| ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2023-03-06 01:34:35 |
|
|
162
162
|
| smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2022-11-23 06:47:21 |
|
|
163
163
|
| smpn | [营销号码安全](https://cloud.tencent.com/document/product/1127) | 2022-04-04 07:05:41 |
|
|
@@ -188,11 +188,11 @@
|
|
|
188
188
|
| tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2023-03-10 01:50:09 |
|
|
189
189
|
| tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2022-10-21 06:47:14 |
|
|
190
190
|
| tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2023-01-31 01:58:44 |
|
|
191
|
-
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-03-
|
|
192
|
-
| tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2023-03-
|
|
191
|
+
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-03-16 02:16:10 |
|
|
192
|
+
| tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2023-03-16 02:17:10 |
|
|
193
193
|
| tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2023-03-02 01:40:29 |
|
|
194
|
-
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-03-
|
|
195
|
-
| thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2023-
|
|
194
|
+
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-03-15 02:11:56 |
|
|
195
|
+
| thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2023-03-16 02:21:42 |
|
|
196
196
|
| tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
|
|
197
197
|
| tic | [资源编排 TIC](https://cloud.tencent.com/document/product/1213) | 2022-10-31 06:55:14 |
|
|
198
198
|
| ticm | [智能鉴黄](https://cloud.tencent.com/document/product/864) | 2021-01-07 08:08:15 |
|
|
@@ -207,21 +207,21 @@
|
|
|
207
207
|
| tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2023-01-09 01:52:45 |
|
|
208
208
|
| trdp | [流量风险决策平台](https://cloud.tencent.com/document/product/1604) | 2022-12-07 07:14:03 |
|
|
209
209
|
| trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2023-01-31 02:06:12 |
|
|
210
|
-
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2023-03-
|
|
211
|
-
| tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2023-03-
|
|
210
|
+
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2023-03-15 02:17:31 |
|
|
211
|
+
| tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2023-03-15 02:18:00 |
|
|
212
212
|
| tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2023-02-23 02:05:41 |
|
|
213
213
|
| tsw | [微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2022-10-31 06:59:44 |
|
|
214
214
|
| tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2023-02-15 02:10:16 |
|
|
215
215
|
| ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2022-04-04 07:22:44 |
|
|
216
216
|
| vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2022-11-16 06:46:30 |
|
|
217
217
|
| vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2022-04-04 07:22:54 |
|
|
218
|
-
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-03-
|
|
219
|
-
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-03-
|
|
218
|
+
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-03-15 02:20:53 |
|
|
219
|
+
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-03-16 02:29:21 |
|
|
220
220
|
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-03-14 02:20:08 |
|
|
221
|
-
| wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) |
|
|
222
|
-
| wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-03-
|
|
221
|
+
| wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2023-03-14 12:01:08 |
|
|
222
|
+
| wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-03-16 02:33:23 |
|
|
223
223
|
| wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
|
|
224
|
-
| yinsuda | [音速达直播音乐版权引擎](https://cloud.tencent.com/document/product/1592) | 2023-
|
|
224
|
+
| yinsuda | [音速达直播音乐版权引擎](https://cloud.tencent.com/document/product/1592) | 2023-03-16 02:35:06 |
|
|
225
225
|
| youmall | [](https://cloud.tencent.com/document/product) | 2019-01-11 11:24:15 |
|
|
226
226
|
| yunjing | [主机安全](https://cloud.tencent.com/document/product) | 2020-09-15 08:08:47 |
|
|
227
227
|
| yunsou | [腾讯云搜TCS](https://cloud.tencent.com/document/product/270) | 2022-10-31 07:04:25 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.561"
|
|
@@ -5235,7 +5235,7 @@ blacklist:黑名单
|
|
|
5235
5235
|
FilterRules?: Array<IpFilterPathRule>
|
|
5236
5236
|
|
|
5237
5237
|
/**
|
|
5238
|
-
* IP 黑白名单验证失败时返回的 code
|
|
5238
|
+
* IP 黑白名单验证失败时返回的 code <br><font color=red>已下线,参数失效,不支持自定义状态码,固定返回514</font>
|
|
5239
5239
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5240
5240
|
*/
|
|
5241
5241
|
ReturnCode?: number
|
|
@@ -36,24 +36,30 @@ import {
|
|
|
36
36
|
ModifyUserNewPrivilegeRequest,
|
|
37
37
|
DescribeCkSqlApisRequest,
|
|
38
38
|
ClusterConfigsInfoFromEMR,
|
|
39
|
+
DescribeInstanceClustersRequest,
|
|
39
40
|
OpenBackUpRequest,
|
|
40
41
|
BackupTableContent,
|
|
41
42
|
CreateInstanceNewResponse,
|
|
42
43
|
ConfigSubmitContext,
|
|
44
|
+
InstanceStateInfo,
|
|
45
|
+
DescribeInstanceClustersResponse,
|
|
43
46
|
CreateInstanceNewRequest,
|
|
44
47
|
InstanceInfo,
|
|
45
48
|
ModifyClusterConfigsRequest,
|
|
46
49
|
DescribeInstanceKeyValConfigsResponse,
|
|
50
|
+
ServiceInfo,
|
|
47
51
|
ResourceSpec,
|
|
48
52
|
ModifyClusterConfigsResponse,
|
|
49
53
|
DiskSpec,
|
|
50
54
|
DescribeClusterConfigsRequest,
|
|
51
55
|
ModifyInstanceKeyValConfigsRequest,
|
|
52
56
|
MapConfigItem,
|
|
57
|
+
AttachCBSSpec,
|
|
53
58
|
ScaleOutInstanceRequest,
|
|
54
59
|
CreateBackUpScheduleResponse,
|
|
55
60
|
InstanceConfigItem,
|
|
56
61
|
DescribeInstanceResponse,
|
|
62
|
+
ClusterInfo,
|
|
57
63
|
ScaleUpInstanceRequest,
|
|
58
64
|
NodesSummary,
|
|
59
65
|
DescribeInstanceShardsResponse,
|
|
@@ -140,6 +146,16 @@ export class Client extends AbstractClient {
|
|
|
140
146
|
return this.request("OpenBackUp", req, cb)
|
|
141
147
|
}
|
|
142
148
|
|
|
149
|
+
/**
|
|
150
|
+
* 集群vcluster列表
|
|
151
|
+
*/
|
|
152
|
+
async DescribeInstanceClusters(
|
|
153
|
+
req: DescribeInstanceClustersRequest,
|
|
154
|
+
cb?: (error: string, rep: DescribeInstanceClustersResponse) => void
|
|
155
|
+
): Promise<DescribeInstanceClustersResponse> {
|
|
156
|
+
return this.request("DescribeInstanceClusters", req, cb)
|
|
157
|
+
}
|
|
158
|
+
|
|
143
159
|
/**
|
|
144
160
|
* 在集群详情页面获取所有参数列表
|
|
145
161
|
*/
|
|
@@ -365,6 +365,16 @@ export interface ClusterConfigsInfoFromEMR {
|
|
|
365
365
|
FilePath: string
|
|
366
366
|
}
|
|
367
367
|
|
|
368
|
+
/**
|
|
369
|
+
* DescribeInstanceClusters请求参数结构体
|
|
370
|
+
*/
|
|
371
|
+
export interface DescribeInstanceClustersRequest {
|
|
372
|
+
/**
|
|
373
|
+
* 实例ID
|
|
374
|
+
*/
|
|
375
|
+
InstanceId: string
|
|
376
|
+
}
|
|
377
|
+
|
|
368
378
|
/**
|
|
369
379
|
* OpenBackUp请求参数结构体
|
|
370
380
|
*/
|
|
@@ -468,6 +478,74 @@ export interface ConfigSubmitContext {
|
|
|
468
478
|
FilePath?: string
|
|
469
479
|
}
|
|
470
480
|
|
|
481
|
+
/**
|
|
482
|
+
* 集群状态抽象后的结构体
|
|
483
|
+
*/
|
|
484
|
+
export interface InstanceStateInfo {
|
|
485
|
+
/**
|
|
486
|
+
* 集群状态,例如:Serving
|
|
487
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
488
|
+
*/
|
|
489
|
+
InstanceState: string
|
|
490
|
+
|
|
491
|
+
/**
|
|
492
|
+
* 集群操作创建时间
|
|
493
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
494
|
+
*/
|
|
495
|
+
FlowCreateTime: string
|
|
496
|
+
|
|
497
|
+
/**
|
|
498
|
+
* 集群操作名称
|
|
499
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
500
|
+
*/
|
|
501
|
+
FlowName: string
|
|
502
|
+
|
|
503
|
+
/**
|
|
504
|
+
* 集群操作进度
|
|
505
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
506
|
+
*/
|
|
507
|
+
FlowProgress: number
|
|
508
|
+
|
|
509
|
+
/**
|
|
510
|
+
* 集群状态描述,例如:运行中
|
|
511
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
512
|
+
*/
|
|
513
|
+
InstanceStateDesc: string
|
|
514
|
+
|
|
515
|
+
/**
|
|
516
|
+
* 集群流程错误信息,例如:“创建失败,资源不足”
|
|
517
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
518
|
+
*/
|
|
519
|
+
FlowMsg: string
|
|
520
|
+
|
|
521
|
+
/**
|
|
522
|
+
* 当前步骤的名称,例如:”购买资源中“
|
|
523
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
524
|
+
*/
|
|
525
|
+
ProcessName: string
|
|
526
|
+
|
|
527
|
+
/**
|
|
528
|
+
* 请求id
|
|
529
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
530
|
+
*/
|
|
531
|
+
RequestId?: string
|
|
532
|
+
}
|
|
533
|
+
|
|
534
|
+
/**
|
|
535
|
+
* DescribeInstanceClusters返回参数结构体
|
|
536
|
+
*/
|
|
537
|
+
export interface DescribeInstanceClustersResponse {
|
|
538
|
+
/**
|
|
539
|
+
* cluster列表
|
|
540
|
+
*/
|
|
541
|
+
Clusters: Array<ClusterInfo>
|
|
542
|
+
|
|
543
|
+
/**
|
|
544
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
545
|
+
*/
|
|
546
|
+
RequestId?: string
|
|
547
|
+
}
|
|
548
|
+
|
|
471
549
|
/**
|
|
472
550
|
* CreateInstanceNew请求参数结构体
|
|
473
551
|
*/
|
|
@@ -729,6 +807,78 @@ Modify 集群变更中;
|
|
|
729
807
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
730
808
|
*/
|
|
731
809
|
CosMoveFactor: number
|
|
810
|
+
|
|
811
|
+
/**
|
|
812
|
+
* external/local/yunti
|
|
813
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
814
|
+
*/
|
|
815
|
+
Kind: string
|
|
816
|
+
|
|
817
|
+
/**
|
|
818
|
+
* 是否弹性ck
|
|
819
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
820
|
+
*/
|
|
821
|
+
IsElastic: boolean
|
|
822
|
+
|
|
823
|
+
/**
|
|
824
|
+
* 集群详细状态
|
|
825
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
826
|
+
*/
|
|
827
|
+
InstanceStateInfo: InstanceStateInfo
|
|
828
|
+
|
|
829
|
+
/**
|
|
830
|
+
* ZK高可用
|
|
831
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
832
|
+
*/
|
|
833
|
+
HAZk: boolean
|
|
834
|
+
|
|
835
|
+
/**
|
|
836
|
+
* 挂载盘,默认0:没有类型;1:裸盘;2:lvm
|
|
837
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
838
|
+
*/
|
|
839
|
+
MountDiskType?: number
|
|
840
|
+
|
|
841
|
+
/**
|
|
842
|
+
* 无
|
|
843
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
844
|
+
*/
|
|
845
|
+
CHProxyVip?: string
|
|
846
|
+
|
|
847
|
+
/**
|
|
848
|
+
* cos buket的名字
|
|
849
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
850
|
+
*/
|
|
851
|
+
CosBucketName?: string
|
|
852
|
+
|
|
853
|
+
/**
|
|
854
|
+
* 是否可以挂载云盘
|
|
855
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
856
|
+
*/
|
|
857
|
+
CanAttachCbs?: boolean
|
|
858
|
+
|
|
859
|
+
/**
|
|
860
|
+
* 是否可以挂载云盘阵列
|
|
861
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
862
|
+
*/
|
|
863
|
+
CanAttachCbsLvm?: boolean
|
|
864
|
+
|
|
865
|
+
/**
|
|
866
|
+
* 是否可以挂载cos
|
|
867
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
868
|
+
*/
|
|
869
|
+
CanAttachCos?: boolean
|
|
870
|
+
|
|
871
|
+
/**
|
|
872
|
+
* 服务信息
|
|
873
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
874
|
+
*/
|
|
875
|
+
Components?: Array<ServiceInfo>
|
|
876
|
+
|
|
877
|
+
/**
|
|
878
|
+
* 可升级的内核版本
|
|
879
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
880
|
+
*/
|
|
881
|
+
UpgradeVersions?: string
|
|
732
882
|
}
|
|
733
883
|
|
|
734
884
|
/**
|
|
@@ -784,6 +934,23 @@ export interface DescribeInstanceKeyValConfigsResponse {
|
|
|
784
934
|
RequestId?: string
|
|
785
935
|
}
|
|
786
936
|
|
|
937
|
+
/**
|
|
938
|
+
* 服务详细信息描述。
|
|
939
|
+
*/
|
|
940
|
+
export interface ServiceInfo {
|
|
941
|
+
/**
|
|
942
|
+
* 服务名称
|
|
943
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
944
|
+
*/
|
|
945
|
+
Name?: string
|
|
946
|
+
|
|
947
|
+
/**
|
|
948
|
+
* 服务的版本
|
|
949
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
950
|
+
*/
|
|
951
|
+
Version?: string
|
|
952
|
+
}
|
|
953
|
+
|
|
787
954
|
/**
|
|
788
955
|
* 资源规格描述信息
|
|
789
956
|
*/
|
|
@@ -958,6 +1125,31 @@ export interface MapConfigItem {
|
|
|
958
1125
|
Items: Array<InstanceConfigInfo>
|
|
959
1126
|
}
|
|
960
1127
|
|
|
1128
|
+
/**
|
|
1129
|
+
* 集群内节点的规格磁盘规格描述
|
|
1130
|
+
*/
|
|
1131
|
+
export interface AttachCBSSpec {
|
|
1132
|
+
/**
|
|
1133
|
+
* 节点磁盘类型,例如“CLOUD_SSD”\"CLOUD_PREMIUM"
|
|
1134
|
+
*/
|
|
1135
|
+
DiskType?: string
|
|
1136
|
+
|
|
1137
|
+
/**
|
|
1138
|
+
* 磁盘容量,单位G
|
|
1139
|
+
*/
|
|
1140
|
+
DiskSize?: number
|
|
1141
|
+
|
|
1142
|
+
/**
|
|
1143
|
+
* 磁盘总数
|
|
1144
|
+
*/
|
|
1145
|
+
DiskCount?: number
|
|
1146
|
+
|
|
1147
|
+
/**
|
|
1148
|
+
* 描述
|
|
1149
|
+
*/
|
|
1150
|
+
DiskDesc?: string
|
|
1151
|
+
}
|
|
1152
|
+
|
|
961
1153
|
/**
|
|
962
1154
|
* ScaleOutInstance请求参数结构体
|
|
963
1155
|
*/
|
|
@@ -989,12 +1181,12 @@ export interface ScaleOutInstanceRequest {
|
|
|
989
1181
|
UserSubnetIPNum?: number
|
|
990
1182
|
|
|
991
1183
|
/**
|
|
992
|
-
* 同步元数据节点IP (uip
|
|
1184
|
+
* 同步元数据节点IP (uip),扩容的时候必填
|
|
993
1185
|
*/
|
|
994
1186
|
ScaleOutNodeIp?: string
|
|
995
1187
|
|
|
996
1188
|
/**
|
|
997
|
-
* 缩容节点shard的节点IP (uip),其中ha集群需要主副节点ip
|
|
1189
|
+
* 缩容节点shard的节点IP (uip),其中ha集群需要主副节点ip都传入以逗号分隔,缩容的时候必填
|
|
998
1190
|
*/
|
|
999
1191
|
ReduceShardInfo?: Array<string>
|
|
1000
1192
|
}
|
|
@@ -1039,6 +1231,23 @@ export interface DescribeInstanceResponse {
|
|
|
1039
1231
|
RequestId?: string
|
|
1040
1232
|
}
|
|
1041
1233
|
|
|
1234
|
+
/**
|
|
1235
|
+
* clickhouse vcluster信息
|
|
1236
|
+
*/
|
|
1237
|
+
export interface ClusterInfo {
|
|
1238
|
+
/**
|
|
1239
|
+
* vcluster名字
|
|
1240
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1241
|
+
*/
|
|
1242
|
+
ClusterName: string
|
|
1243
|
+
|
|
1244
|
+
/**
|
|
1245
|
+
* 当前cluster的IP列表
|
|
1246
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1247
|
+
*/
|
|
1248
|
+
NodeIps: Array<string>
|
|
1249
|
+
}
|
|
1250
|
+
|
|
1042
1251
|
/**
|
|
1043
1252
|
* ScaleUpInstance请求参数结构体
|
|
1044
1253
|
*/
|
|
@@ -1102,6 +1311,48 @@ export interface NodesSummary {
|
|
|
1102
1311
|
* 磁盘描述
|
|
1103
1312
|
*/
|
|
1104
1313
|
DiskDesc: string
|
|
1314
|
+
|
|
1315
|
+
/**
|
|
1316
|
+
* 挂载云盘信息
|
|
1317
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1318
|
+
*/
|
|
1319
|
+
AttachCBSSpec: AttachCBSSpec
|
|
1320
|
+
|
|
1321
|
+
/**
|
|
1322
|
+
* 子产品类型
|
|
1323
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1324
|
+
*/
|
|
1325
|
+
SubProductType?: string
|
|
1326
|
+
|
|
1327
|
+
/**
|
|
1328
|
+
* 规格对应的核数
|
|
1329
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1330
|
+
*/
|
|
1331
|
+
SpecCore?: number
|
|
1332
|
+
|
|
1333
|
+
/**
|
|
1334
|
+
* 规格对应的内存大小
|
|
1335
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1336
|
+
*/
|
|
1337
|
+
SpecMemory?: number
|
|
1338
|
+
|
|
1339
|
+
/**
|
|
1340
|
+
* 磁盘的数量
|
|
1341
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1342
|
+
*/
|
|
1343
|
+
DiskCount?: number
|
|
1344
|
+
|
|
1345
|
+
/**
|
|
1346
|
+
* 磁盘的最大大小
|
|
1347
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1348
|
+
*/
|
|
1349
|
+
MaxDiskSize?: number
|
|
1350
|
+
|
|
1351
|
+
/**
|
|
1352
|
+
* 是否为加密云盘
|
|
1353
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1354
|
+
*/
|
|
1355
|
+
Encrypt?: number
|
|
1105
1356
|
}
|
|
1106
1357
|
|
|
1107
1358
|
/**
|
|
@@ -79,7 +79,7 @@ import {
|
|
|
79
79
|
DescribeClusterParamLogsResponse,
|
|
80
80
|
DescribeClusterInstanceGrpsRequest,
|
|
81
81
|
DescribeResourcesByDealNameResponse,
|
|
82
|
-
|
|
82
|
+
InstanceNetInfo,
|
|
83
83
|
CreateAccountsRequest,
|
|
84
84
|
DeleteAuditRuleTemplatesRequest,
|
|
85
85
|
DescribeAuditRuleTemplatesResponse,
|
|
@@ -166,6 +166,7 @@ import {
|
|
|
166
166
|
OfflineClusterResponse,
|
|
167
167
|
SwitchProxyVpcResponse,
|
|
168
168
|
RevokeAccountPrivilegesRequest,
|
|
169
|
+
ResumeServerlessResponse,
|
|
169
170
|
DescribeAuditRuleTemplatesRequest,
|
|
170
171
|
InstanceSpec,
|
|
171
172
|
DescribeFlowRequest,
|