tencentcloud-sdk-nodejs 4.0.545 → 4.0.546
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 +234 -0
- package/SERVICE_CHANGELOG.md +315 -55
- package/package.json +1 -1
- package/products.md +22 -22
- package/src/common/sdk_version.ts +1 -1
- package/src/services/bma/v20221115/bma_models.ts +6 -0
- package/src/services/cdc/v20201214/cdc_client.ts +5 -1
- package/src/services/cdc/v20201214/cdc_models.ts +120 -17
- 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 +18 -11
- package/src/services/cme/v20191029/cme_models.ts +1 -1
- package/src/services/ess/v20201111/ess_models.ts +27 -27
- package/src/services/lighthouse/v20200324/lighthouse_models.ts +7 -4
- package/src/services/mna/v20210119/mna_client.ts +14 -1
- package/src/services/mna/v20210119/mna_models.ts +86 -6
- 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/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 +5 -0
- package/tencentcloud/services/cdc/v20201214/cdc_models.d.ts +103 -14
- 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 +17 -11
- package/tencentcloud/services/cme/v20191029/cme_models.d.ts +1 -1
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +26 -26
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +3 -0
- 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/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/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/mna.v20210119.test.js +10 -0
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-23 14:35:55 |
|
|
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 |
|
|
@@ -41,25 +41,25 @@
|
|
|
41
41
|
| cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2023-02-22 01:08:38 |
|
|
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-
|
|
44
|
+
| cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2023-02-24 01:07:16 |
|
|
45
45
|
| cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2023-02-10 01:10:44 |
|
|
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-24 01:08:31 |
|
|
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-24 01:09:23 |
|
|
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 |
|
|
@@ -75,7 +75,7 @@
|
|
|
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
77
|
| dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2023-02-02 01:18:41 |
|
|
78
|
-
| dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2023-02-
|
|
78
|
+
| dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2023-02-24 01:10:57 |
|
|
79
79
|
| dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2023-02-21 01:36:01 |
|
|
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 |
|
|
@@ -90,7 +90,7 @@
|
|
|
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
95
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2023-02-23 01:25:05 |
|
|
96
96
|
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-02-15 01:31:45 |
|
|
@@ -100,7 +100,7 @@
|
|
|
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-24 01:12:37 |
|
|
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-24 01:14:10 |
|
|
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 |
|
|
@@ -147,7 +147,7 @@
|
|
|
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,7 +178,7 @@
|
|
|
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 |
|
|
@@ -189,8 +189,8 @@
|
|
|
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-
|
|
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
194
|
| thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2023-02-22 01:58:40 |
|
|
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 |
|
|
@@ -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-24 01:24:55 |
|
|
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.546"
|
|
@@ -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,
|
|
@@ -251,6 +251,31 @@ export interface CosInfo {
|
|
|
251
251
|
Type: string
|
|
252
252
|
}
|
|
253
253
|
|
|
254
|
+
/**
|
|
255
|
+
* 可用区信息
|
|
256
|
+
*/
|
|
257
|
+
export interface ZoneInfo {
|
|
258
|
+
/**
|
|
259
|
+
* 可用区名称
|
|
260
|
+
*/
|
|
261
|
+
Zone: string
|
|
262
|
+
|
|
263
|
+
/**
|
|
264
|
+
* 可用区描述
|
|
265
|
+
*/
|
|
266
|
+
ZoneName: string
|
|
267
|
+
|
|
268
|
+
/**
|
|
269
|
+
* 可用区ID
|
|
270
|
+
*/
|
|
271
|
+
ZoneId: number
|
|
272
|
+
|
|
273
|
+
/**
|
|
274
|
+
* 可用区状态,包含AVAILABLE和UNAVAILABLE。AVAILABLE代表可用,UNAVAILABLE代表不可用。
|
|
275
|
+
*/
|
|
276
|
+
ZoneState: string
|
|
277
|
+
}
|
|
278
|
+
|
|
254
279
|
/**
|
|
255
280
|
* DescribeDedicatedClusterOverview返回参数结构体
|
|
256
281
|
*/
|
|
@@ -265,6 +290,30 @@ export interface DescribeDedicatedClusterOverviewResponse {
|
|
|
265
290
|
*/
|
|
266
291
|
HostCount: number
|
|
267
292
|
|
|
293
|
+
/**
|
|
294
|
+
* vpn通道状态
|
|
295
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
296
|
+
*/
|
|
297
|
+
VpnConnectionState: string
|
|
298
|
+
|
|
299
|
+
/**
|
|
300
|
+
* vpn网关监控数据
|
|
301
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
302
|
+
*/
|
|
303
|
+
VpngwBandwidthData: VpngwBandwidthData
|
|
304
|
+
|
|
305
|
+
/**
|
|
306
|
+
* 本地网关信息
|
|
307
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
308
|
+
*/
|
|
309
|
+
LocalNetInfo: LocalNetInfo
|
|
310
|
+
|
|
311
|
+
/**
|
|
312
|
+
* vpn网关通道监控数据
|
|
313
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
314
|
+
*/
|
|
315
|
+
VpnConnectionBandwidthData: Array<VpngwBandwidthData>
|
|
316
|
+
|
|
268
317
|
/**
|
|
269
318
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
270
319
|
*/
|
|
@@ -718,6 +767,23 @@ export interface ModifyOrderStatusResponse {
|
|
|
718
767
|
RequestId?: string
|
|
719
768
|
}
|
|
720
769
|
|
|
770
|
+
/**
|
|
771
|
+
* 入带宽数据
|
|
772
|
+
*/
|
|
773
|
+
export interface InBandwidth {
|
|
774
|
+
/**
|
|
775
|
+
* 时间戳
|
|
776
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
777
|
+
*/
|
|
778
|
+
Timestamps: Array<number>
|
|
779
|
+
|
|
780
|
+
/**
|
|
781
|
+
* 时间对应的值
|
|
782
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
783
|
+
*/
|
|
784
|
+
Values: Array<number>
|
|
785
|
+
}
|
|
786
|
+
|
|
721
787
|
/**
|
|
722
788
|
* DescribeDedicatedClusterCosCapacity请求参数结构体
|
|
723
789
|
*/
|
|
@@ -1215,6 +1281,35 @@ export interface DescribeDedicatedClusterHostsResponse {
|
|
|
1215
1281
|
RequestId?: string
|
|
1216
1282
|
}
|
|
1217
1283
|
|
|
1284
|
+
/**
|
|
1285
|
+
* 本地网络信息
|
|
1286
|
+
*/
|
|
1287
|
+
export interface LocalNetInfo {
|
|
1288
|
+
/**
|
|
1289
|
+
* 协议
|
|
1290
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1291
|
+
*/
|
|
1292
|
+
Protocol: string
|
|
1293
|
+
|
|
1294
|
+
/**
|
|
1295
|
+
* 网络id
|
|
1296
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1297
|
+
*/
|
|
1298
|
+
VpcId: string
|
|
1299
|
+
|
|
1300
|
+
/**
|
|
1301
|
+
* 路由信息
|
|
1302
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1303
|
+
*/
|
|
1304
|
+
BGPRoute: string
|
|
1305
|
+
|
|
1306
|
+
/**
|
|
1307
|
+
* 本地IP
|
|
1308
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1309
|
+
*/
|
|
1310
|
+
LocalIp: string
|
|
1311
|
+
}
|
|
1312
|
+
|
|
1218
1313
|
/**
|
|
1219
1314
|
* DescribeDedicatedClusterInstanceTypes请求参数结构体
|
|
1220
1315
|
*/
|
|
@@ -1449,28 +1544,19 @@ export interface CosCapacity {
|
|
|
1449
1544
|
}
|
|
1450
1545
|
|
|
1451
1546
|
/**
|
|
1452
|
-
*
|
|
1547
|
+
* VPN网关的流量监控数据。
|
|
1453
1548
|
*/
|
|
1454
|
-
export interface
|
|
1455
|
-
/**
|
|
1456
|
-
* 可用区名称
|
|
1457
|
-
*/
|
|
1458
|
-
Zone: string
|
|
1459
|
-
|
|
1460
|
-
/**
|
|
1461
|
-
* 可用区描述
|
|
1462
|
-
*/
|
|
1463
|
-
ZoneName: string
|
|
1464
|
-
|
|
1549
|
+
export interface VpngwBandwidthData {
|
|
1465
1550
|
/**
|
|
1466
|
-
|
|
1467
|
-
|
|
1468
|
-
|
|
1551
|
+
* 出带宽流量
|
|
1552
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1553
|
+
*/
|
|
1554
|
+
OutBandwidth: OutBandwidth
|
|
1469
1555
|
|
|
1470
1556
|
/**
|
|
1471
|
-
*
|
|
1557
|
+
* 入带宽流量
|
|
1472
1558
|
*/
|
|
1473
|
-
|
|
1559
|
+
InBandwidth: InBandwidth
|
|
1474
1560
|
}
|
|
1475
1561
|
|
|
1476
1562
|
/**
|
|
@@ -1662,6 +1748,23 @@ export interface DescribeDedicatedClusterHostStatisticsRequest {
|
|
|
1662
1748
|
DedicatedClusterId: string
|
|
1663
1749
|
}
|
|
1664
1750
|
|
|
1751
|
+
/**
|
|
1752
|
+
* 出带宽数据。
|
|
1753
|
+
*/
|
|
1754
|
+
export interface OutBandwidth {
|
|
1755
|
+
/**
|
|
1756
|
+
* 时间戳
|
|
1757
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1758
|
+
*/
|
|
1759
|
+
Timestamps: Array<number>
|
|
1760
|
+
|
|
1761
|
+
/**
|
|
1762
|
+
* 对应时间的值
|
|
1763
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1764
|
+
*/
|
|
1765
|
+
Values: Array<number>
|
|
1766
|
+
}
|
|
1767
|
+
|
|
1665
1768
|
/**
|
|
1666
1769
|
* DescribeDedicatedClusterOverview请求参数结构体
|
|
1667
1770
|
*/
|
|
@@ -21,11 +21,14 @@ import {
|
|
|
21
21
|
DescribeNatFwInstanceRequest,
|
|
22
22
|
ModifyNatFwVpcDnsSwitchResponse,
|
|
23
23
|
DescribeNatFwInstanceWithRegionRequest,
|
|
24
|
+
ModifyNatAcRuleResponse,
|
|
24
25
|
DescribeRuleOverviewResponse,
|
|
25
26
|
CfwNatDnatRule,
|
|
26
27
|
FwCidrInfo,
|
|
27
28
|
StaticInfo,
|
|
29
|
+
DescribeNatAcRuleResponse,
|
|
28
30
|
ModifyPublicIPSwitchStatusResponse,
|
|
31
|
+
ModifyNatAcRuleRequest,
|
|
29
32
|
ModifyAcRuleResponse,
|
|
30
33
|
DescribeTableStatusResponse,
|
|
31
34
|
AddAcRuleRequest,
|
|
@@ -37,7 +40,7 @@ import {
|
|
|
37
40
|
ModifySecurityGroupRuleRequest,
|
|
38
41
|
ModifyAllVPCSwitchStatusResponse,
|
|
39
42
|
VpcZoneData,
|
|
40
|
-
|
|
43
|
+
CreateChooseVpcsRequest,
|
|
41
44
|
DescribeNatFwVpcDnsLstRequest,
|
|
42
45
|
DescribeCfwEipsRequest,
|
|
43
46
|
DescribeTLogInfoResponse,
|
|
@@ -47,7 +50,6 @@ import {
|
|
|
47
50
|
ModifyStorageSettingResponse,
|
|
48
51
|
RemoveAcRuleResponse,
|
|
49
52
|
NatFwInstance,
|
|
50
|
-
CreateSecurityGroupRulesResponse,
|
|
51
53
|
ExpandCfwVerticalRequest,
|
|
52
54
|
ModifyAllPublicIPSwitchStatusResponse,
|
|
53
55
|
DeleteVpcInstanceResponse,
|
|
@@ -57,18 +59,20 @@ import {
|
|
|
57
59
|
SecurityGroupRule,
|
|
58
60
|
DeleteSecurityGroupRuleResponse,
|
|
59
61
|
ModifySequenceRulesRequest,
|
|
62
|
+
SequenceData,
|
|
60
63
|
CreateNatFwInstanceRequest,
|
|
61
64
|
ModifySecurityGroupItemRuleStatusResponse,
|
|
62
65
|
DescribeEnterpriseSecurityGroupRuleResponse,
|
|
63
66
|
VpcDnsInfo,
|
|
64
67
|
DescribeEnterpriseSecurityGroupRuleRequest,
|
|
65
68
|
ModifyNatFwReSelectResponse,
|
|
66
|
-
|
|
69
|
+
DeleteSecurityGroupRuleRequest,
|
|
67
70
|
SetNatFwEipRequest,
|
|
68
71
|
SetNatFwEipResponse,
|
|
69
72
|
AcListsData,
|
|
70
73
|
ModifyPublicIPSwitchStatusRequest,
|
|
71
|
-
|
|
74
|
+
CreateNatRuleItem,
|
|
75
|
+
ModifySecurityGroupItemRuleStatusRequest,
|
|
72
76
|
DescribeSourceAssetRequest,
|
|
73
77
|
SecurityGroupOrderIndexData,
|
|
74
78
|
DescribeSourceAssetResponse,
|
|
@@ -76,6 +80,7 @@ import {
|
|
|
76
80
|
DescribeSecurityGroupListResponse,
|
|
77
81
|
AssetZone,
|
|
78
82
|
DescribeTLogIpListRequest,
|
|
83
|
+
CommonFilter,
|
|
79
84
|
DescribeNatFwInstancesInfoRequest,
|
|
80
85
|
DescribeTableStatusRequest,
|
|
81
86
|
DescribeSecurityGroupListRequest,
|
|
@@ -85,13 +90,16 @@ import {
|
|
|
85
90
|
DescribeNatFwInfoCountResponse,
|
|
86
91
|
DescribeDefenseSwitchRequest,
|
|
87
92
|
SecurityGroupListData,
|
|
93
|
+
RemoveNatAcRuleResponse,
|
|
88
94
|
CreateNatFwInstanceWithDomainResponse,
|
|
89
95
|
RemoveAcRuleRequest,
|
|
96
|
+
DatabaseWhiteListRuleData,
|
|
90
97
|
ModifyAllRuleStatusRequest,
|
|
91
98
|
RuleInfoData,
|
|
92
99
|
DescribeAcListsResponse,
|
|
93
100
|
ModifyAllPublicIPSwitchStatusRequest,
|
|
94
101
|
DescribeBlockStaticListResponse,
|
|
102
|
+
AddNatAcRuleRequest,
|
|
95
103
|
ModifySecurityGroupSequenceRulesRequest,
|
|
96
104
|
CreateDatabaseWhiteListRulesResponse,
|
|
97
105
|
ScanInfo,
|
|
@@ -100,6 +108,7 @@ import {
|
|
|
100
108
|
NatFwFilter,
|
|
101
109
|
ScanResultInfo,
|
|
102
110
|
ModifyRunSyncAssetResponse,
|
|
111
|
+
RemoveNatAcRuleRequest,
|
|
103
112
|
ModifySecurityGroupSequenceRulesResponse,
|
|
104
113
|
IpStatic,
|
|
105
114
|
AddEnterpriseSecurityGroupRulesResponse,
|
|
@@ -149,9 +158,10 @@ import {
|
|
|
149
158
|
DeleteNatFwInstanceRequest,
|
|
150
159
|
ModifyStorageSettingRequest,
|
|
151
160
|
DescribeNatFwVpcDnsLstResponse,
|
|
152
|
-
|
|
161
|
+
DescAcItem,
|
|
162
|
+
CreateSecurityGroupRulesResponse,
|
|
153
163
|
ExpandCfwVerticalResponse,
|
|
154
|
-
|
|
164
|
+
DescribeNatAcRuleRequest,
|
|
155
165
|
TLogInfo,
|
|
156
166
|
CreateSecurityGroupRulesRequest,
|
|
157
167
|
DeleteVpcInstanceRequest,
|
|
@@ -161,14 +171,15 @@ import {
|
|
|
161
171
|
DescribeCfwEipsResponse,
|
|
162
172
|
ModifyResourceGroupResponse,
|
|
163
173
|
DeleteResourceGroupResponse,
|
|
164
|
-
|
|
165
|
-
|
|
174
|
+
DescribeSwitchListsRequest,
|
|
175
|
+
DescribeBlockStaticListRequest,
|
|
166
176
|
FwVpcCidr,
|
|
167
177
|
ModifyRunSyncAssetRequest,
|
|
168
178
|
CreateAcRulesResponse,
|
|
169
179
|
ModifyAssetScanResponse,
|
|
170
180
|
ModifyAcRuleRequest,
|
|
171
181
|
DescribeNatFwInstancesInfoResponse,
|
|
182
|
+
AddNatAcRuleResponse,
|
|
172
183
|
ModifyBlockIgnoreListResponse,
|
|
173
184
|
DescribeNatFwInstanceResponse,
|
|
174
185
|
ModifySecurityGroupRuleResponse,
|
|
@@ -728,6 +739,16 @@ export class Client extends AbstractClient {
|
|
|
728
739
|
return this.request("DescribeCfwEips", req, cb)
|
|
729
740
|
}
|
|
730
741
|
|
|
742
|
+
/**
|
|
743
|
+
* 修改NAT访问控制规则
|
|
744
|
+
*/
|
|
745
|
+
async ModifyNatAcRule(
|
|
746
|
+
req: ModifyNatAcRuleRequest,
|
|
747
|
+
cb?: (error: string, rep: ModifyNatAcRuleResponse) => void
|
|
748
|
+
): Promise<ModifyNatAcRuleResponse> {
|
|
749
|
+
return this.request("ModifyNatAcRule", req, cb)
|
|
750
|
+
}
|
|
751
|
+
|
|
731
752
|
/**
|
|
732
753
|
* 修改规则
|
|
733
754
|
*/
|
|
@@ -789,6 +810,16 @@ export class Client extends AbstractClient {
|
|
|
789
810
|
return this.request("DescribeBlockIgnoreList", req, cb)
|
|
790
811
|
}
|
|
791
812
|
|
|
813
|
+
/**
|
|
814
|
+
* 删除NAT访问控制规则
|
|
815
|
+
*/
|
|
816
|
+
async RemoveNatAcRule(
|
|
817
|
+
req: RemoveNatAcRuleRequest,
|
|
818
|
+
cb?: (error: string, rep: RemoveNatAcRuleResponse) => void
|
|
819
|
+
): Promise<RemoveNatAcRuleResponse> {
|
|
820
|
+
return this.request("RemoveNatAcRule", req, cb)
|
|
821
|
+
}
|
|
822
|
+
|
|
792
823
|
/**
|
|
793
824
|
* 访问控制列表
|
|
794
825
|
*/
|
|
@@ -809,6 +840,26 @@ export class Client extends AbstractClient {
|
|
|
809
840
|
return this.request("ModifyPublicIPSwitchStatus", req, cb)
|
|
810
841
|
}
|
|
811
842
|
|
|
843
|
+
/**
|
|
844
|
+
* 查询NAT访问控制列表
|
|
845
|
+
*/
|
|
846
|
+
async DescribeNatAcRule(
|
|
847
|
+
req: DescribeNatAcRuleRequest,
|
|
848
|
+
cb?: (error: string, rep: DescribeNatAcRuleResponse) => void
|
|
849
|
+
): Promise<DescribeNatAcRuleResponse> {
|
|
850
|
+
return this.request("DescribeNatAcRule", req, cb)
|
|
851
|
+
}
|
|
852
|
+
|
|
853
|
+
/**
|
|
854
|
+
* 添加nat访问控制规则
|
|
855
|
+
*/
|
|
856
|
+
async AddNatAcRule(
|
|
857
|
+
req: AddNatAcRuleRequest,
|
|
858
|
+
cb?: (error: string, rep: AddNatAcRuleResponse) => void
|
|
859
|
+
): Promise<AddNatAcRuleResponse> {
|
|
860
|
+
return this.request("AddNatAcRule", req, cb)
|
|
861
|
+
}
|
|
862
|
+
|
|
812
863
|
/**
|
|
813
864
|
* 防火墙垂直扩容
|
|
814
865
|
*/
|