tencentcloud-sdk-nodejs 4.0.545 → 4.0.547
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 +419 -0
- package/SERVICE_CHANGELOG.md +418 -60
- package/package.json +1 -1
- package/products.md +36 -36
- package/src/common/sdk_version.ts +1 -1
- package/src/services/bma/v20221115/bma_models.ts +8 -2
- package/src/services/cbs/v20170312/cbs_client.ts +3 -5
- package/src/services/cbs/v20170312/cbs_models.ts +139 -12
- package/src/services/cdc/v20201214/cdc_client.ts +5 -1
- package/src/services/cdc/v20201214/cdc_models.ts +120 -17
- package/src/services/cdn/v20180606/cdn_models.ts +1 -1
- package/src/services/cfw/v20190904/cfw_client.ts +59 -8
- package/src/services/cfw/v20190904/cfw_models.ts +578 -150
- package/src/services/chdfs/v20201112/chdfs_models.ts +2 -2
- package/src/services/ckafka/v20190819/ckafka_client.ts +35 -8
- package/src/services/ckafka/v20190819/ckafka_models.ts +207 -28
- package/src/services/clb/v20180317/clb_models.ts +22 -15
- package/src/services/cme/v20191029/cme_models.ts +1 -1
- package/src/services/cvm/v20170312/cvm_client.ts +1 -1
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +5 -5
- package/src/services/dcdb/v20180411/dcdb_client.ts +12 -0
- package/src/services/dcdb/v20180411/dcdb_models.ts +25 -0
- package/src/services/dts/v20211206/dts_models.ts +7 -7
- package/src/services/eb/v20210416/eb_models.ts +5 -0
- package/src/services/ess/v20201111/ess_models.ts +27 -27
- package/src/services/gs/v20191118/gs_models.ts +8 -8
- package/src/services/lighthouse/v20200324/lighthouse_models.ts +14 -11
- package/src/services/mna/v20210119/mna_client.ts +14 -1
- package/src/services/mna/v20210119/mna_models.ts +86 -6
- package/src/services/ocr/v20181119/ocr_client.ts +2 -4
- package/src/services/postgres/v20170312/postgres_models.ts +6 -2
- package/src/services/tem/v20210701/tem_models.ts +18 -0
- package/src/services/teo/v20220901/teo_models.ts +28 -26
- package/src/services/thpc/v20220401/thpc_client.ts +70 -17
- package/src/services/thpc/v20220401/thpc_models.ts +293 -81
- package/src/services/tke/v20180525/tke_models.ts +1 -1
- package/src/services/tse/v20201207/tse_models.ts +36 -0
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/bma/v20221115/bma_models.d.ts +7 -2
- package/tencentcloud/services/cbs/v20170312/cbs_client.d.ts +0 -3
- package/tencentcloud/services/cbs/v20170312/cbs_client.js +0 -3
- package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +118 -12
- package/tencentcloud/services/cdc/v20201214/cdc_models.d.ts +103 -14
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +1 -1
- package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +17 -1
- package/tencentcloud/services/cfw/v20190904/cfw_client.js +24 -0
- package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +498 -132
- package/tencentcloud/services/chdfs/v20201112/chdfs_models.d.ts +2 -2
- package/tencentcloud/services/ckafka/v20190819/ckafka_client.d.ts +11 -3
- package/tencentcloud/services/ckafka/v20190819/ckafka_client.js +15 -3
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +175 -24
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +21 -15
- package/tencentcloud/services/cme/v20191029/cme_models.d.ts +1 -1
- package/tencentcloud/services/cvm/v20170312/cvm_client.d.ts +1 -1
- package/tencentcloud/services/cvm/v20170312/cvm_client.js +1 -1
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +5 -5
- package/tencentcloud/services/dcdb/v20180411/dcdb_client.d.ts +5 -1
- package/tencentcloud/services/dcdb/v20180411/dcdb_client.js +6 -0
- package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +22 -0
- package/tencentcloud/services/dts/v20211206/dts_models.d.ts +6 -6
- package/tencentcloud/services/eb/v20210416/eb_models.d.ts +4 -0
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +26 -26
- package/tencentcloud/services/gs/v20191118/gs_models.d.ts +7 -7
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +10 -7
- package/tencentcloud/services/mna/v20210119/mna_client.d.ts +5 -1
- package/tencentcloud/services/mna/v20210119/mna_client.js +6 -0
- package/tencentcloud/services/mna/v20210119/mna_models.d.ts +74 -6
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +0 -2
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +0 -2
- package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +5 -1
- package/tencentcloud/services/tem/v20210701/tem_models.d.ts +15 -0
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +28 -26
- package/tencentcloud/services/thpc/v20220401/thpc_client.d.ts +23 -5
- package/tencentcloud/services/thpc/v20220401/thpc_client.js +32 -6
- package/tencentcloud/services/thpc/v20220401/thpc_models.d.ts +256 -73
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +1 -1
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +30 -0
- package/test/cfw.v20190904.test.js +40 -0
- package/test/ckafka.v20190819.test.js +22 -2
- package/test/dcdb.v20180411.test.js +10 -0
- package/test/mna.v20210119.test.js +10 -0
- package/test/thpc.v20220401.test.js +44 -4
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
| billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2023-02-23 01:04:50 |
|
|
26
26
|
| bizlive | [商业直播](https://cloud.tencent.com/document/product) | 2020-03-10 01:08:07 |
|
|
27
27
|
| bm | [黑石物理服务器CPM](https://cloud.tencent.com/document/product/386) | 2023-01-11 11:01:36 |
|
|
28
|
-
| bma | [品牌经营管家](https://cloud.tencent.com/document/product/1296) | 2023-02-
|
|
28
|
+
| bma | [品牌经营管家](https://cloud.tencent.com/document/product/1296) | 2023-02-24 18:01:10 |
|
|
29
29
|
| bmeip | [黑石弹性公网IP](https://cloud.tencent.com/document/product/1028) | 2023-02-15 01:10:21 |
|
|
30
30
|
| bmlb | [黑石负载均衡](https://cloud.tencent.com/document/product/1027) | 2022-04-04 06:09:37 |
|
|
31
31
|
| bmvpc | [黑石私有网络](https://cloud.tencent.com/document/product/1024) | 2022-04-15 06:02:36 |
|
|
@@ -33,56 +33,56 @@
|
|
|
33
33
|
| bri | [业务风险情报](https://cloud.tencent.com/document/product/1064) | 2021-01-07 08:02:40 |
|
|
34
34
|
| bsca | [二进制软件成分分析](https://cloud.tencent.com/document/product/1483) | 2022-09-29 06:12:03 |
|
|
35
35
|
| btoe | [区块链可信取证](https://cloud.tencent.com/document/product/1259) | 2023-01-12 01:05:12 |
|
|
36
|
-
| cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2023-02-
|
|
36
|
+
| cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2023-02-27 01:04:52 |
|
|
37
37
|
| captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2023-02-17 11:41:16 |
|
|
38
38
|
| car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2023-02-15 01:12:22 |
|
|
39
39
|
| casb | [云访问安全代理](https://cloud.tencent.com/document/product/1303) | 2022-12-26 10:53:16 |
|
|
40
40
|
| cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2022-12-12 01:11:14 |
|
|
41
|
-
| cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2023-02-
|
|
41
|
+
| cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2023-02-27 01:09:26 |
|
|
42
42
|
| ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2023-02-22 01:09:02 |
|
|
43
43
|
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-02-17 01:33:04 |
|
|
44
|
-
| cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2023-02-
|
|
45
|
-
| cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2023-02-
|
|
44
|
+
| cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2023-02-24 01:07:16 |
|
|
45
|
+
| cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2023-02-27 01:11:04 |
|
|
46
46
|
| cds | [T-Sec-数据安全审计(DSA)](https://cloud.tencent.com/document/product/856) | 2022-10-31 06:15:53 |
|
|
47
47
|
| cdwch | [云数据仓库 ClickHouse](https://cloud.tencent.com/document/product/1299) | 2023-02-08 01:18:00 |
|
|
48
48
|
| cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2023-02-01 01:09:52 |
|
|
49
49
|
| cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2022-12-19 01:23:20 |
|
|
50
|
-
| cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2023-02-
|
|
51
|
-
| chdfs | [云 HDFS](https://cloud.tencent.com/document/product/1105) | 2023-
|
|
50
|
+
| cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2023-02-24 01:07:43 |
|
|
51
|
+
| chdfs | [云 HDFS](https://cloud.tencent.com/document/product/1105) | 2023-02-24 01:08:00 |
|
|
52
52
|
| ciam | [账号风控平台](https://cloud.tencent.com/document/product/1441) | 2023-01-04 01:10:27 |
|
|
53
53
|
| cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2022-06-27 06:06:02 |
|
|
54
54
|
| cim | [](https://cloud.tencent.com/document/product) | 2019-05-16 17:21:18 |
|
|
55
55
|
| cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
|
|
56
|
-
| ckafka | [消息队列 CKafka](https://cloud.tencent.com/document/product/597) | 2023-02-
|
|
57
|
-
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2023-02-
|
|
56
|
+
| ckafka | [消息队列 CKafka](https://cloud.tencent.com/document/product/597) | 2023-02-24 01:08:10 |
|
|
57
|
+
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2023-02-27 01:13:11 |
|
|
58
58
|
| cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2023-02-07 01:15:35 |
|
|
59
59
|
| cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2022-12-14 01:17:29 |
|
|
60
60
|
| cloudstudio | [Cloud Studio(云端 IDE)](https://cloud.tencent.com/document/product/1039) | 2022-10-31 06:18:55 |
|
|
61
61
|
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2023-02-20 01:18:47 |
|
|
62
|
-
| cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2023-02-
|
|
62
|
+
| cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2023-02-27 01:14:21 |
|
|
63
63
|
| cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2022-11-16 06:15:44 |
|
|
64
64
|
| cms | [内容安全](https://cloud.tencent.com/document/product) | 2020-10-29 08:03:08 |
|
|
65
65
|
| cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2023-02-01 01:13:56 |
|
|
66
66
|
| cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
|
|
67
|
-
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2023-02-
|
|
67
|
+
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2023-02-27 01:16:26 |
|
|
68
68
|
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2023-02-21 01:18:09 |
|
|
69
69
|
| cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
|
|
70
|
-
| cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2023-02-
|
|
70
|
+
| cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2023-02-27 01:18:09 |
|
|
71
71
|
| dasb | [T-Sec-堡垒机(BH)](https://cloud.tencent.com/document/product/1025) | 2023-02-07 01:23:16 |
|
|
72
72
|
| dataintegration | [数据接入平台](https://cloud.tencent.com/document/product/1591) | 2022-07-26 15:32:15 |
|
|
73
73
|
| dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2023-01-13 01:19:41 |
|
|
74
74
|
| dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2023-02-23 01:19:20 |
|
|
75
75
|
| dbdc | [云数据库独享集群](https://cloud.tencent.com/document/product/1322) | 2022-11-23 06:23:05 |
|
|
76
76
|
| dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2022-10-26 06:29:47 |
|
|
77
|
-
| dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2023-02-
|
|
78
|
-
| dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2023-02-
|
|
79
|
-
| dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2023-02-
|
|
77
|
+
| dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2023-02-27 01:19:52 |
|
|
78
|
+
| dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2023-02-24 01:10:57 |
|
|
79
|
+
| dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2023-02-27 01:20:45 |
|
|
80
80
|
| domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2023-02-22 01:23:19 |
|
|
81
81
|
| drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2022-04-04 06:38:48 |
|
|
82
82
|
| ds | [文档服务](https://cloud.tencent.com/document/product/869) | 2023-02-01 01:21:28 |
|
|
83
83
|
| dtf | [分布式事务](https://cloud.tencent.com/document/product/1224) | 2022-04-04 06:38:57 |
|
|
84
|
-
| dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2023-02-
|
|
85
|
-
| eb | [事件总线](https://cloud.tencent.com/document/product/1359) | 2023-02-
|
|
84
|
+
| dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2023-02-27 01:22:55 |
|
|
85
|
+
| eb | [事件总线](https://cloud.tencent.com/document/product/1359) | 2023-02-27 01:23:14 |
|
|
86
86
|
| ecc | [英文作文批改](https://cloud.tencent.com/document/product/1076) | 2022-04-04 06:39:27 |
|
|
87
87
|
| ecdn | [全站加速网络](https://cloud.tencent.com/document/product/570) | 2022-04-08 06:06:57 |
|
|
88
88
|
| ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2023-02-06 01:39:29 |
|
|
@@ -90,17 +90,17 @@
|
|
|
90
90
|
| eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2022-11-16 06:22:42 |
|
|
91
91
|
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2023-02-14 01:26:03 |
|
|
92
92
|
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2023-02-01 01:24:04 |
|
|
93
|
-
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-02-
|
|
93
|
+
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-02-24 01:11:56 |
|
|
94
94
|
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-02-15 17:31:06 |
|
|
95
|
-
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2023-02-
|
|
96
|
-
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-02-
|
|
95
|
+
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2023-02-27 01:25:30 |
|
|
96
|
+
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-02-27 01:25:36 |
|
|
97
97
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2023-02-02 01:28:41 |
|
|
98
98
|
| ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2022-04-04 06:43:12 |
|
|
99
99
|
| gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2023-02-01 01:25:50 |
|
|
100
100
|
| gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2023-02-02 01:29:27 |
|
|
101
101
|
| goosefs | [数据加速器 GooseFS](https://cloud.tencent.com/document/product/1424) | 2023-02-02 16:45:50 |
|
|
102
102
|
| gpm | [游戏玩家匹配](https://cloud.tencent.com/document/product/1294) | 2022-07-11 06:12:36 |
|
|
103
|
-
| gs | [云游戏](https://cloud.tencent.com/document/product/1162) | 2023-02-
|
|
103
|
+
| gs | [云游戏](https://cloud.tencent.com/document/product/1162) | 2023-02-27 01:27:19 |
|
|
104
104
|
| gse | [游戏服务器伸缩](https://cloud.tencent.com/document/product/1165) | 2022-07-11 06:12:44 |
|
|
105
105
|
| habo | [](https://cloud.tencent.com/document/product) | 2019-05-09 19:37:22 |
|
|
106
106
|
| hasim | [高可用物联网卡](https://cloud.tencent.com/document/product/1482) | 2023-01-13 01:28:00 |
|
|
@@ -116,15 +116,15 @@
|
|
|
116
116
|
| iotcloud | [物联网通信](https://cloud.tencent.com/document/product/634) | 2022-08-16 06:27:22 |
|
|
117
117
|
| iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2022-12-12 01:29:57 |
|
|
118
118
|
| iottid | [物联网设备身份认证](https://cloud.tencent.com/document/product/1086) | 2022-04-04 06:49:46 |
|
|
119
|
-
| iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2023-02-
|
|
119
|
+
| iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2023-02-24 01:13:33 |
|
|
120
120
|
| iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2022-11-17 06:31:48 |
|
|
121
121
|
| irp | [智能推荐平台](https://cloud.tencent.com/document/product/1541) | 2023-02-17 04:09:06 |
|
|
122
122
|
| ivld | [媒体智能标签](https://cloud.tencent.com/document/product/1509) | 2022-10-28 11:32:11 |
|
|
123
123
|
| keewidb | [云数据库 KeeWiDB](https://cloud.tencent.com/document/product/1520) | 2023-02-07 16:41:11 |
|
|
124
124
|
| kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2022-12-13 10:37:12 |
|
|
125
125
|
| lcic | [低代码互动课堂](https://cloud.tencent.com/document/product/1639) | 2023-02-23 01:32:32 |
|
|
126
|
-
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2023-02-
|
|
127
|
-
| live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-02-
|
|
126
|
+
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2023-02-27 01:32:02 |
|
|
127
|
+
| live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-02-24 01:14:26 |
|
|
128
128
|
| lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
|
|
129
129
|
| lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
|
|
130
130
|
| mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2023-02-20 01:41:08 |
|
|
@@ -132,7 +132,7 @@
|
|
|
132
132
|
| memcached | [云数据库Memcached](https://cloud.tencent.com/document/product/241) | 2022-10-31 06:39:12 |
|
|
133
133
|
| mgobe | [游戏联机对战引擎](https://cloud.tencent.com/document/product/1038) | 2022-07-08 06:11:32 |
|
|
134
134
|
| mmps | [小程序安全](https://cloud.tencent.com/document/product/1223) | 2023-01-10 01:33:47 |
|
|
135
|
-
| mna | [移动网络加速](https://cloud.tencent.com/document/product/1385) | 2023-02-
|
|
135
|
+
| mna | [移动网络加速](https://cloud.tencent.com/document/product/1385) | 2023-02-24 01:20:12 |
|
|
136
136
|
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2023-02-22 01:37:39 |
|
|
137
137
|
| monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2023-02-17 04:29:53 |
|
|
138
138
|
| mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2023-02-02 01:40:19 |
|
|
@@ -143,11 +143,11 @@
|
|
|
143
143
|
| nlp | [自然语言处理](https://cloud.tencent.com/document/product/271) | 2023-02-15 01:45:01 |
|
|
144
144
|
| npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
|
|
145
145
|
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2023-02-21 01:54:49 |
|
|
146
|
-
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-02-
|
|
146
|
+
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-02-27 01:35:12 |
|
|
147
147
|
| organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2023-02-17 04:46:25 |
|
|
148
148
|
| partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2023-02-20 01:44:36 |
|
|
149
149
|
| pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2022-04-04 07:02:02 |
|
|
150
|
-
| postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) |
|
|
150
|
+
| postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2023-02-24 01:21:03 |
|
|
151
151
|
| privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2022-12-09 01:52:05 |
|
|
152
152
|
| pts | [云压测](https://cloud.tencent.com/document/product/1484) | 2023-02-07 01:48:09 |
|
|
153
153
|
| rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2022-09-23 06:43:17 |
|
|
@@ -178,20 +178,20 @@
|
|
|
178
178
|
| tbm | [](https://cloud.tencent.com/document/product) | 2019-03-29 14:49:11 |
|
|
179
179
|
| tbp | [腾讯智能对话平台](https://cloud.tencent.com/document/product/1060) | 2022-04-04 07:09:07 |
|
|
180
180
|
| tcaplusdb | [游戏数据库 TcaplusDB](https://cloud.tencent.com/document/product/596) | 2023-01-11 01:39:23 |
|
|
181
|
-
| tcb | [云开发 CloudBase](https://cloud.tencent.com/document/product/876) | 2023-02-
|
|
181
|
+
| tcb | [云开发 CloudBase](https://cloud.tencent.com/document/product/876) | 2023-02-24 01:22:24 |
|
|
182
182
|
| tcbr | [云托管 CloudBase Run](https://cloud.tencent.com/document/product/1243) | 2023-02-14 01:48:14 |
|
|
183
183
|
| tcex | [腾讯云释义](https://cloud.tencent.com/document/product/1266) | 2022-07-21 06:17:29 |
|
|
184
184
|
| tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
|
|
185
185
|
| tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2023-02-23 01:54:00 |
|
|
186
186
|
| tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2023-02-22 01:48:37 |
|
|
187
|
-
| tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2023-02-
|
|
187
|
+
| tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2023-02-27 01:41:53 |
|
|
188
188
|
| tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2022-10-21 06:47:14 |
|
|
189
189
|
| tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2023-01-31 01:58:44 |
|
|
190
190
|
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-02-21 02:10:01 |
|
|
191
191
|
| tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2022-12-06 07:10:10 |
|
|
192
|
-
| tem | [弹性微服务 TEM](https://cloud.tencent.com/document/product/1371) | 2023-02-
|
|
193
|
-
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-02-
|
|
194
|
-
| thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2023-02-
|
|
192
|
+
| tem | [弹性微服务 TEM](https://cloud.tencent.com/document/product/1371) | 2023-02-24 01:23:28 |
|
|
193
|
+
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-02-24 01:23:45 |
|
|
194
|
+
| thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2023-02-27 01:46:46 |
|
|
195
195
|
| tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
|
|
196
196
|
| tic | [资源编排 TIC](https://cloud.tencent.com/document/product/1213) | 2022-10-31 06:55:14 |
|
|
197
197
|
| ticm | [智能鉴黄](https://cloud.tencent.com/document/product/864) | 2021-01-07 08:08:15 |
|
|
@@ -200,14 +200,14 @@
|
|
|
200
200
|
| tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2023-02-08 02:09:17 |
|
|
201
201
|
| tione | [腾讯云 TI 平台 TI-ONE](https://cloud.tencent.com/document/product/851) | 2023-02-23 02:02:33 |
|
|
202
202
|
| tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2023-01-16 02:13:33 |
|
|
203
|
-
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2023-02-
|
|
203
|
+
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2023-02-27 01:47:59 |
|
|
204
204
|
| tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
|
|
205
205
|
| tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2022-11-18 06:55:59 |
|
|
206
206
|
| tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2023-01-09 01:52:45 |
|
|
207
207
|
| trdp | [流量风险决策平台](https://cloud.tencent.com/document/product/1604) | 2022-12-07 07:14:03 |
|
|
208
208
|
| trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2023-01-31 02:06:12 |
|
|
209
|
-
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2023-02-
|
|
210
|
-
| tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2023-02-
|
|
209
|
+
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2023-02-24 01:38:46 |
|
|
210
|
+
| tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2023-02-24 01:39:04 |
|
|
211
211
|
| tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2023-02-23 02:05:41 |
|
|
212
212
|
| tsw | [微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2022-10-31 06:59:44 |
|
|
213
213
|
| tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2023-02-15 02:10:16 |
|
|
@@ -220,7 +220,7 @@
|
|
|
220
220
|
| wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2022-10-12 07:10:28 |
|
|
221
221
|
| wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-02-22 02:17:42 |
|
|
222
222
|
| wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
|
|
223
|
-
| yinsuda | [音速达直播音乐版权引擎](https://cloud.tencent.com/document/product/1592) | 2023-02-
|
|
223
|
+
| yinsuda | [音速达直播音乐版权引擎](https://cloud.tencent.com/document/product/1592) | 2023-02-24 01:40:46 |
|
|
224
224
|
| youmall | [](https://cloud.tencent.com/document/product) | 2019-01-11 11:24:15 |
|
|
225
225
|
| yunjing | [主机安全](https://cloud.tencent.com/document/product) | 2020-09-15 08:08:47 |
|
|
226
226
|
| 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.547"
|
|
@@ -417,7 +417,7 @@ export interface DescribeBPWhiteListsResponse {
|
|
|
417
417
|
*/
|
|
418
418
|
export interface CreateBPFakeAPPListRequest {
|
|
419
419
|
/**
|
|
420
|
-
*
|
|
420
|
+
* 批量模板
|
|
421
421
|
*/
|
|
422
422
|
FakeAPPs: string
|
|
423
423
|
}
|
|
@@ -527,6 +527,12 @@ export interface FakeURLData {
|
|
|
527
527
|
*/
|
|
528
528
|
FakeURL?: string
|
|
529
529
|
|
|
530
|
+
/**
|
|
531
|
+
* 仿冒域名
|
|
532
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
533
|
+
*/
|
|
534
|
+
FakeDomain?: string
|
|
535
|
+
|
|
530
536
|
/**
|
|
531
537
|
* 热度
|
|
532
538
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
@@ -843,7 +849,7 @@ export interface CreateBPWhiteListRequest {
|
|
|
843
849
|
*/
|
|
844
850
|
export interface CreateBPFakeURLsRequest {
|
|
845
851
|
/**
|
|
846
|
-
*
|
|
852
|
+
* 批量模板
|
|
847
853
|
*/
|
|
848
854
|
FakeURLs: string
|
|
849
855
|
}
|
|
@@ -23,6 +23,7 @@ import {
|
|
|
23
23
|
ModifyDiskAttributesResponse,
|
|
24
24
|
DescribeDiskBackupsRequest,
|
|
25
25
|
AutoSnapshotPolicy,
|
|
26
|
+
DetailPrice,
|
|
26
27
|
DescribeSnapshotOperationLogsRequest,
|
|
27
28
|
ModifySnapshotsSharePermissionRequest,
|
|
28
29
|
CopySnapshotCrossRegionsResponse,
|
|
@@ -202,10 +203,8 @@ export class Client extends AbstractClient {
|
|
|
202
203
|
}
|
|
203
204
|
|
|
204
205
|
/**
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
* 只支持预付费模式的云硬盘扩容询价。
|
|
208
|
-
*/
|
|
206
|
+
* 本接口(InquiryPriceResizeDisk)用于扩容云硬盘询价。
|
|
207
|
+
*/
|
|
209
208
|
async InquiryPriceResizeDisk(
|
|
210
209
|
req: InquiryPriceResizeDiskRequest,
|
|
211
210
|
cb?: (error: string, rep: InquiryPriceResizeDiskResponse) => void
|
|
@@ -228,7 +227,6 @@ export class Client extends AbstractClient {
|
|
|
228
227
|
|
|
229
228
|
* 可以根据定期快照策略ID、名称或者状态等信息来查询定期快照策略的详细信息,不同条件之间为与(AND)的关系,过滤信息详细请见过滤器`Filter`。
|
|
230
229
|
* 如果参数为空,返回当前用户一定数量(`Limit`所指定的数量,默认为20)的定期快照策略表。
|
|
231
|
-
|
|
232
230
|
*/
|
|
233
231
|
async DescribeAutoSnapshotPolicies(
|
|
234
232
|
req: DescribeAutoSnapshotPoliciesRequest,
|
|
@@ -212,6 +212,88 @@ export interface AutoSnapshotPolicy {
|
|
|
212
212
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
213
213
|
*/
|
|
214
214
|
AdvancedRetentionPolicy: AdvancedRetentionPolicy
|
|
215
|
+
|
|
216
|
+
/**
|
|
217
|
+
* 该复制快照策略的源端账户ID
|
|
218
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
219
|
+
*/
|
|
220
|
+
CopyFromAccountUin?: string
|
|
221
|
+
|
|
222
|
+
/**
|
|
223
|
+
* 标签。
|
|
224
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
225
|
+
*/
|
|
226
|
+
Tags?: Array<Tag>
|
|
227
|
+
}
|
|
228
|
+
|
|
229
|
+
/**
|
|
230
|
+
* 描述购买云盘时的费用明细。
|
|
231
|
+
*/
|
|
232
|
+
export interface DetailPrice {
|
|
233
|
+
/**
|
|
234
|
+
* 描述计费项目名称。
|
|
235
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
236
|
+
*/
|
|
237
|
+
PriceTitle: string
|
|
238
|
+
|
|
239
|
+
/**
|
|
240
|
+
* 描述计费项目显示名称,用户控制台展示。
|
|
241
|
+
*/
|
|
242
|
+
PriceName: string
|
|
243
|
+
|
|
244
|
+
/**
|
|
245
|
+
* 预付费云盘预支费用的原价,单位:元。
|
|
246
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
247
|
+
*/
|
|
248
|
+
OriginalPrice: number
|
|
249
|
+
|
|
250
|
+
/**
|
|
251
|
+
* 预付费云盘预支费用的折扣价,单位:元。
|
|
252
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
253
|
+
*/
|
|
254
|
+
DiscountPrice: number
|
|
255
|
+
|
|
256
|
+
/**
|
|
257
|
+
* 后付费云盘原单价,单位:元。
|
|
258
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
259
|
+
*/
|
|
260
|
+
UnitPrice: number
|
|
261
|
+
|
|
262
|
+
/**
|
|
263
|
+
* 后付费云盘折扣单价,单位:元。
|
|
264
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
265
|
+
*/
|
|
266
|
+
UnitPriceDiscount: number
|
|
267
|
+
|
|
268
|
+
/**
|
|
269
|
+
* 后付费云盘的计价单元,取值范围:HOUR:表示后付费云盘的计价单元是按小时计算。
|
|
270
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
271
|
+
*/
|
|
272
|
+
ChargeUnit: string
|
|
273
|
+
|
|
274
|
+
/**
|
|
275
|
+
* 高精度预付费云盘预支费用的原价,单位:元。
|
|
276
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
277
|
+
*/
|
|
278
|
+
OriginalPriceHigh?: string
|
|
279
|
+
|
|
280
|
+
/**
|
|
281
|
+
* 高精度预付费云盘预支费用的折扣价,单位:元。
|
|
282
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
283
|
+
*/
|
|
284
|
+
DiscountPriceHigh?: string
|
|
285
|
+
|
|
286
|
+
/**
|
|
287
|
+
* 高精度后付费云盘原单价,单位:元。
|
|
288
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
289
|
+
*/
|
|
290
|
+
UnitPriceHigh?: string
|
|
291
|
+
|
|
292
|
+
/**
|
|
293
|
+
* 高精度后付费云盘折扣单价,单位:元。
|
|
294
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
295
|
+
*/
|
|
296
|
+
UnitPriceDiscountHigh?: string
|
|
215
297
|
}
|
|
216
298
|
|
|
217
299
|
/**
|
|
@@ -332,7 +414,7 @@ export interface CreateSnapshotResponse {
|
|
|
332
414
|
/**
|
|
333
415
|
* 新创建的快照ID。
|
|
334
416
|
*/
|
|
335
|
-
SnapshotId
|
|
417
|
+
SnapshotId?: string
|
|
336
418
|
|
|
337
419
|
/**
|
|
338
420
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -1012,6 +1094,18 @@ export interface Disk {
|
|
|
1012
1094
|
* 云硬盘挂载实例的类型。取值范围:<br><li>CVM<br><li>EKS
|
|
1013
1095
|
*/
|
|
1014
1096
|
InstanceType: string
|
|
1097
|
+
|
|
1098
|
+
/**
|
|
1099
|
+
* 云硬盘最后一次挂载的实例ID
|
|
1100
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1101
|
+
*/
|
|
1102
|
+
LastAttachInsId?: string
|
|
1103
|
+
|
|
1104
|
+
/**
|
|
1105
|
+
* 云硬盘最后一次操作错误提示
|
|
1106
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1107
|
+
*/
|
|
1108
|
+
ErrorPrompt?: string
|
|
1015
1109
|
}
|
|
1016
1110
|
|
|
1017
1111
|
/**
|
|
@@ -1264,6 +1358,12 @@ export interface Placement {
|
|
|
1264
1358
|
*/
|
|
1265
1359
|
ProjectId?: number
|
|
1266
1360
|
|
|
1361
|
+
/**
|
|
1362
|
+
* 实例所属项目名称。
|
|
1363
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1364
|
+
*/
|
|
1365
|
+
ProjectName?: string
|
|
1366
|
+
|
|
1267
1367
|
/**
|
|
1268
1368
|
* 独享集群名字。作为入参时,忽略。作为出参时,表示云硬盘所属的独享集群名,可为空。
|
|
1269
1369
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
@@ -1614,6 +1714,12 @@ export interface DiskConfig {
|
|
|
1614
1714
|
* 最大可配置云盘大小,单位GB。
|
|
1615
1715
|
*/
|
|
1616
1716
|
MaxDiskSize?: number
|
|
1717
|
+
|
|
1718
|
+
/**
|
|
1719
|
+
* 描述预付费或后付费云盘的价格。
|
|
1720
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1721
|
+
*/
|
|
1722
|
+
Price?: Price
|
|
1617
1723
|
}
|
|
1618
1724
|
|
|
1619
1725
|
/**
|
|
@@ -1858,7 +1964,7 @@ export interface Snapshot {
|
|
|
1858
1964
|
/**
|
|
1859
1965
|
* 快照绑定的标签列表。
|
|
1860
1966
|
*/
|
|
1861
|
-
Tags
|
|
1967
|
+
Tags?: Array<Tag>
|
|
1862
1968
|
}
|
|
1863
1969
|
|
|
1864
1970
|
/**
|
|
@@ -2116,12 +2222,17 @@ export interface DescribeDiskStoragePoolResponse {
|
|
|
2116
2222
|
/**
|
|
2117
2223
|
* 符合条件的独享集群的数量
|
|
2118
2224
|
*/
|
|
2119
|
-
TotalCount
|
|
2225
|
+
TotalCount?: number
|
|
2226
|
+
|
|
2227
|
+
/**
|
|
2228
|
+
* 独享集群的详细信息列表
|
|
2229
|
+
*/
|
|
2230
|
+
CdcSet?: Array<Cdc>
|
|
2120
2231
|
|
|
2121
2232
|
/**
|
|
2122
2233
|
* 独享集群的详细信息列表
|
|
2123
2234
|
*/
|
|
2124
|
-
DiskStoragePoolSet
|
|
2235
|
+
DiskStoragePoolSet?: Array<Cdc>
|
|
2125
2236
|
|
|
2126
2237
|
/**
|
|
2127
2238
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -2169,14 +2280,14 @@ export interface ModifyDiskExtraPerformanceResponse {
|
|
|
2169
2280
|
*/
|
|
2170
2281
|
export interface InquirePriceModifyDiskExtraPerformanceRequest {
|
|
2171
2282
|
/**
|
|
2172
|
-
*
|
|
2283
|
+
* 额外购买的云硬盘性能值,单位MB/s。
|
|
2173
2284
|
*/
|
|
2174
|
-
|
|
2285
|
+
ThroughputPerformance: number
|
|
2175
2286
|
|
|
2176
2287
|
/**
|
|
2177
|
-
*
|
|
2288
|
+
* 云硬盘ID, 通过[DescribeDisks](/document/product/362/16315)接口查询。
|
|
2178
2289
|
*/
|
|
2179
|
-
|
|
2290
|
+
DiskId: string
|
|
2180
2291
|
}
|
|
2181
2292
|
|
|
2182
2293
|
/**
|
|
@@ -2184,14 +2295,14 @@ export interface InquirePriceModifyDiskExtraPerformanceRequest {
|
|
|
2184
2295
|
*/
|
|
2185
2296
|
export interface InquiryPriceResizeDiskRequest {
|
|
2186
2297
|
/**
|
|
2187
|
-
*
|
|
2298
|
+
* 云硬盘扩容后的大小,单位为GB,不得小于当前云硬盘大小。云盘大小取值范围参见云硬盘[产品分类](/document/product/362/2353)的说明。
|
|
2188
2299
|
*/
|
|
2189
|
-
|
|
2300
|
+
DiskSize: number
|
|
2190
2301
|
|
|
2191
2302
|
/**
|
|
2192
|
-
*
|
|
2303
|
+
* 云硬盘ID, 通过[DescribeDisks](/document/product/362/16315)接口查询。
|
|
2193
2304
|
*/
|
|
2194
|
-
|
|
2305
|
+
DiskId: string
|
|
2195
2306
|
|
|
2196
2307
|
/**
|
|
2197
2308
|
* 云盘所属项目ID。 如传入则仅用于鉴权。
|
|
@@ -2391,6 +2502,12 @@ export interface PrepayPrice {
|
|
|
2391
2502
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2392
2503
|
*/
|
|
2393
2504
|
UnitPrice: number
|
|
2505
|
+
|
|
2506
|
+
/**
|
|
2507
|
+
* 计费项目明细列表。
|
|
2508
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2509
|
+
*/
|
|
2510
|
+
DetailPrices?: Array<DetailPrice>
|
|
2394
2511
|
}
|
|
2395
2512
|
|
|
2396
2513
|
/**
|
|
@@ -2469,6 +2586,16 @@ export interface Cdc {
|
|
|
2469
2586
|
* 独享集群到期时间。
|
|
2470
2587
|
*/
|
|
2471
2588
|
ExpiredTime: string
|
|
2589
|
+
|
|
2590
|
+
/**
|
|
2591
|
+
* 存储池创建时间。
|
|
2592
|
+
*/
|
|
2593
|
+
CreatedTime: string
|
|
2594
|
+
|
|
2595
|
+
/**
|
|
2596
|
+
* 当前集群中已创建的云盘数量。
|
|
2597
|
+
*/
|
|
2598
|
+
DiskNumber: number
|
|
2472
2599
|
}
|
|
2473
2600
|
|
|
2474
2601
|
/**
|
|
@@ -25,6 +25,7 @@ import {
|
|
|
25
25
|
DedicatedClusterType,
|
|
26
26
|
DeleteSitesRequest,
|
|
27
27
|
CosInfo,
|
|
28
|
+
ZoneInfo,
|
|
28
29
|
DescribeDedicatedClusterOverviewResponse,
|
|
29
30
|
DescribeSitesRequest,
|
|
30
31
|
HostInfo,
|
|
@@ -38,6 +39,7 @@ import {
|
|
|
38
39
|
DescribeDedicatedSupportedZonesRequest,
|
|
39
40
|
DedicatedClusterTypeInfo,
|
|
40
41
|
ModifyOrderStatusResponse,
|
|
42
|
+
InBandwidth,
|
|
41
43
|
DescribeDedicatedClusterCosCapacityRequest,
|
|
42
44
|
DescribeSitesResponse,
|
|
43
45
|
DescribeSitesDetailRequest,
|
|
@@ -57,19 +59,21 @@ import {
|
|
|
57
59
|
ModifySiteDeviceInfoResponse,
|
|
58
60
|
CreateDedicatedClusterRequest,
|
|
59
61
|
DescribeDedicatedClusterHostsResponse,
|
|
62
|
+
LocalNetInfo,
|
|
60
63
|
DescribeDedicatedClusterInstanceTypesRequest,
|
|
61
64
|
ModifyDedicatedClusterInfoResponse,
|
|
62
65
|
ModifySiteInfoRequest,
|
|
63
66
|
SiteDetail,
|
|
64
67
|
DeleteSitesResponse,
|
|
65
68
|
CosCapacity,
|
|
66
|
-
|
|
69
|
+
VpngwBandwidthData,
|
|
67
70
|
ModifySiteDeviceInfoRequest,
|
|
68
71
|
DescribeDedicatedClusterHostStatisticsResponse,
|
|
69
72
|
Site,
|
|
70
73
|
DescribeDedicatedClusterTypesRequest,
|
|
71
74
|
DescribeDedicatedClusterOrdersResponse,
|
|
72
75
|
DescribeDedicatedClusterHostStatisticsRequest,
|
|
76
|
+
OutBandwidth,
|
|
73
77
|
DescribeDedicatedClusterOverviewRequest,
|
|
74
78
|
DeleteDedicatedClustersRequest,
|
|
75
79
|
DeleteDedicatedClustersResponse,
|