tencentcloud-sdk-nodejs 4.0.506 → 4.0.507
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 +302 -0
- package/SERVICE_CHANGELOG.md +461 -39
- package/package.json +1 -1
- package/products.md +16 -16
- package/src/common/sdk_version.ts +1 -1
- package/src/services/antiddos/v20200309/antiddos_client.ts +14 -1
- package/src/services/antiddos/v20200309/antiddos_models.ts +121 -6
- package/src/services/cam/v20190116/cam_client.ts +1 -1
- package/src/services/cam/v20190116/cam_models.ts +3 -3
- package/src/services/cdb/v20170320/cdb_client.ts +24 -0
- package/src/services/cdb/v20170320/cdb_models.ts +151 -0
- package/src/services/cdwch/v20200915/cdwch_client.ts +48 -19
- package/src/services/cdwch/v20200915/cdwch_models.ts +614 -202
- package/src/services/ckafka/v20190819/ckafka_client.ts +2 -0
- package/src/services/ckafka/v20190819/ckafka_models.ts +73 -0
- package/src/services/irp/v20220805/irp_models.ts +5 -5
- package/src/services/lighthouse/v20200324/lighthouse_client.ts +105 -23
- package/src/services/lighthouse/v20200324/lighthouse_models.ts +408 -140
- package/src/services/monitor/v20180724/monitor_client.ts +14 -1
- package/src/services/monitor/v20180724/monitor_models.ts +75 -4
- package/src/services/ssl/v20191205/ssl_models.ts +5 -0
- package/src/services/teo/v20220901/teo_client.ts +0 -12
- package/src/services/teo/v20220901/teo_models.ts +0 -32
- package/src/services/thpc/v20220401/thpc_client.ts +42 -6
- package/src/services/thpc/v20220401/thpc_models.ts +70 -0
- package/src/services/tione/v20211111/tione_models.ts +1 -1
- package/src/services/vod/v20180717/vod_client.ts +81 -28
- package/src/services/vod/v20180717/vod_models.ts +312 -19
- package/src/services/waf/v20180125/waf_models.ts +67 -1
- package/tencentcloud/common/abstract_client.js +2 -2
- package/tencentcloud/common/cvm_role_credential.d.ts +6 -6
- package/tencentcloud/common/cvm_role_credential.js +3 -3
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/antiddos/v20200309/antiddos_client.d.ts +5 -1
- package/tencentcloud/services/antiddos/v20200309/antiddos_client.js +6 -0
- package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +101 -6
- package/tencentcloud/services/cam/v20190116/cam_client.d.ts +1 -1
- package/tencentcloud/services/cam/v20190116/cam_client.js +1 -1
- package/tencentcloud/services/cam/v20190116/cam_models.d.ts +3 -3
- package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +9 -1
- package/tencentcloud/services/cdb/v20170320/cdb_client.js +12 -0
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +125 -0
- package/tencentcloud/services/cdwch/v20200915/cdwch_client.d.ts +11 -3
- package/tencentcloud/services/cdwch/v20200915/cdwch_client.js +15 -3
- package/tencentcloud/services/cdwch/v20200915/cdwch_models.d.ts +484 -138
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +62 -0
- package/tencentcloud/services/irp/v20220805/irp_models.d.ts +5 -5
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.d.ts +39 -7
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.js +51 -7
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +361 -128
- package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +5 -1
- package/tencentcloud/services/monitor/v20180724/monitor_client.js +6 -0
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +65 -4
- package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +4 -0
- package/tencentcloud/services/teo/v20220901/teo_client.d.ts +1 -5
- package/tencentcloud/services/teo/v20220901/teo_client.js +0 -6
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +0 -28
- package/tencentcloud/services/thpc/v20220401/thpc_client.d.ts +15 -3
- package/tencentcloud/services/thpc/v20220401/thpc_client.js +21 -3
- package/tencentcloud/services/thpc/v20220401/thpc_models.d.ts +62 -0
- package/tencentcloud/services/tione/v20211111/tione_models.d.ts +1 -1
- package/tencentcloud/services/vod/v20180717/vod_client.d.ts +38 -20
- package/tencentcloud/services/vod/v20180717/vod_client.js +47 -21
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +273 -18
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +57 -1
- package/test/antiddos.v20200309.test.js +10 -0
- package/test/cdb.v20170320.test.js +20 -0
- package/test/cdwch.v20200915.test.js +22 -2
- package/test/lighthouse.v20200324.test.js +62 -2
- package/test/monitor.v20180724.test.js +10 -0
- package/test/teo.v20220901.test.js +0 -10
- package/test/thpc.v20220401.test.js +32 -2
- package/test/vod.v20180717.test.js +44 -4
package/products.md
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
| afc | [定制建模](https://cloud.tencent.com/document/product/1029) | 2022-11-14 06:09:18 |
|
|
9
9
|
| ame | [正版曲库直通车](https://cloud.tencent.com/document/product/1155) | 2022-04-15 06:01:25 |
|
|
10
10
|
| ams | [音频内容安全](https://cloud.tencent.com/document/product/1219) | 2022-11-16 06:07:01 |
|
|
11
|
-
| antiddos | [T-Sec-DDoS防护(Anti-DDoS)](https://cloud.tencent.com/document/product/1021) | 2022-12-
|
|
11
|
+
| antiddos | [T-Sec-DDoS防护(Anti-DDoS)](https://cloud.tencent.com/document/product/1021) | 2022-12-20 11:47:08 |
|
|
12
12
|
| apcas | [汽车精准获客服务](https://cloud.tencent.com/document/product/1244) | 2022-04-04 06:05:36 |
|
|
13
13
|
| ape | [正版图库直通车](https://cloud.tencent.com/document/product/1181) | 2022-04-04 06:05:40 |
|
|
14
14
|
| api | [云 API](https://cloud.tencent.com/document/product/1278) | 2022-06-07 06:00:45 |
|
|
@@ -32,18 +32,18 @@
|
|
|
32
32
|
| bri | [业务风险情报](https://cloud.tencent.com/document/product/1064) | 2021-01-07 08:02:40 |
|
|
33
33
|
| bsca | [二进制软件成分分析](https://cloud.tencent.com/document/product/1483) | 2022-09-29 06:12:03 |
|
|
34
34
|
| btoe | [区块链可信取证](https://cloud.tencent.com/document/product/1259) | 2022-04-04 06:10:17 |
|
|
35
|
-
| cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2022-12-
|
|
35
|
+
| cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2022-12-21 01:18:15 |
|
|
36
36
|
| captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2022-12-15 01:11:14 |
|
|
37
37
|
| car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2022-11-18 06:12:01 |
|
|
38
38
|
| casb | [云访问安全代理](https://cloud.tencent.com/document/product/1303) | 2022-10-31 06:12:52 |
|
|
39
39
|
| cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2022-12-12 01:11:14 |
|
|
40
40
|
| cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2022-12-15 01:11:34 |
|
|
41
41
|
| ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2022-12-16 01:10:35 |
|
|
42
|
-
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2022-12-
|
|
42
|
+
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2022-12-21 01:20:25 |
|
|
43
43
|
| cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2022-12-15 01:12:58 |
|
|
44
44
|
| cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2022-12-14 01:13:32 |
|
|
45
45
|
| cds | [T-Sec-数据安全审计(DSA)](https://cloud.tencent.com/document/product/856) | 2022-10-31 06:15:53 |
|
|
46
|
-
| cdwch | [云数据仓库 ClickHouse](https://cloud.tencent.com/document/product/1299) | 2022-12-
|
|
46
|
+
| cdwch | [云数据仓库 ClickHouse](https://cloud.tencent.com/document/product/1299) | 2022-12-20 14:06:27 |
|
|
47
47
|
| cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2022-09-26 06:16:02 |
|
|
48
48
|
| cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2022-12-19 01:23:20 |
|
|
49
49
|
| cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2022-12-16 01:12:46 |
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
| cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2022-06-27 06:06:02 |
|
|
53
53
|
| cim | [](https://cloud.tencent.com/document/product) | 2019-05-16 17:21:18 |
|
|
54
54
|
| cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
|
|
55
|
-
| ckafka | [消息队列 CKafka](https://cloud.tencent.com/document/product/597) | 2022-12-
|
|
55
|
+
| ckafka | [消息队列 CKafka](https://cloud.tencent.com/document/product/597) | 2022-12-21 01:24:34 |
|
|
56
56
|
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2022-12-14 01:16:36 |
|
|
57
57
|
| cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2022-11-24 06:19:10 |
|
|
58
58
|
| cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2022-12-14 01:17:29 |
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
| dbdc | [云数据库独享集群](https://cloud.tencent.com/document/product/1322) | 2022-11-23 06:23:05 |
|
|
75
75
|
| dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2022-10-26 06:29:47 |
|
|
76
76
|
| dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2022-11-29 06:37:37 |
|
|
77
|
-
| dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2022-12-
|
|
77
|
+
| dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2022-12-21 01:34:36 |
|
|
78
78
|
| dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2022-11-25 06:28:38 |
|
|
79
79
|
| domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2022-05-24 06:11:36 |
|
|
80
80
|
| drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2022-04-04 06:38:48 |
|
|
@@ -115,11 +115,11 @@
|
|
|
115
115
|
| iottid | [物联网设备身份认证](https://cloud.tencent.com/document/product/1086) | 2022-04-04 06:49:46 |
|
|
116
116
|
| iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2022-12-16 01:28:53 |
|
|
117
117
|
| iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2022-11-17 06:31:48 |
|
|
118
|
-
| irp | [智能推荐平台](https://cloud.tencent.com/document/product/1541) | 2022-
|
|
118
|
+
| irp | [智能推荐平台](https://cloud.tencent.com/document/product/1541) | 2022-12-20 01:38:37 |
|
|
119
119
|
| ivld | [媒体智能标签](https://cloud.tencent.com/document/product/1509) | 2022-10-28 11:32:11 |
|
|
120
120
|
| kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2022-12-13 10:37:12 |
|
|
121
121
|
| lcic | [低代码互动课堂](https://cloud.tencent.com/document/product/1639) | 2022-12-13 10:37:33 |
|
|
122
|
-
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2022-12-
|
|
122
|
+
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2022-12-21 01:48:07 |
|
|
123
123
|
| live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2022-12-15 01:33:41 |
|
|
124
124
|
| lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
|
|
125
125
|
| lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
|
|
@@ -130,7 +130,7 @@
|
|
|
130
130
|
| mmps | [小程序安全](https://cloud.tencent.com/document/product/1223) | 2022-08-25 06:38:57 |
|
|
131
131
|
| mna | [移动网络加速](https://cloud.tencent.com/document/product/1385) | 2022-11-17 11:16:37 |
|
|
132
132
|
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2022-11-28 06:50:22 |
|
|
133
|
-
| monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2022-12-
|
|
133
|
+
| monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2022-12-21 01:51:22 |
|
|
134
134
|
| mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2022-12-16 01:33:15 |
|
|
135
135
|
| mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2022-12-08 01:38:36 |
|
|
136
136
|
| ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2022-12-09 15:05:58 |
|
|
@@ -161,7 +161,7 @@
|
|
|
161
161
|
| solar | [智汇零售](https://cloud.tencent.com/document/product) | 2020-03-19 08:01:59 |
|
|
162
162
|
| sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2022-12-07 06:58:03 |
|
|
163
163
|
| ssa | [安全运营中心](https://cloud.tencent.com/document/product/664) | 2022-08-16 06:39:20 |
|
|
164
|
-
| ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) | 2022-12-
|
|
164
|
+
| ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) | 2022-12-21 02:00:03 |
|
|
165
165
|
| sslpod | [SSL证书监控SSLPod](https://cloud.tencent.com/document/product/1084) | 2022-10-31 06:47:43 |
|
|
166
166
|
| ssm | [凭据管理系统](https://cloud.tencent.com/document/product/1140) | 2022-10-20 06:38:33 |
|
|
167
167
|
| sts | [安全凭证服务](https://cloud.tencent.com/document/product/1312) | 2022-07-07 06:15:25 |
|
|
@@ -179,22 +179,22 @@
|
|
|
179
179
|
| tcex | [腾讯云释义](https://cloud.tencent.com/document/product/1266) | 2022-07-21 06:17:29 |
|
|
180
180
|
| tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
|
|
181
181
|
| tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2022-11-30 06:59:59 |
|
|
182
|
-
| tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2022-12-
|
|
182
|
+
| tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2022-12-21 02:03:06 |
|
|
183
183
|
| tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2022-12-15 01:46:24 |
|
|
184
184
|
| tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2022-10-21 06:47:14 |
|
|
185
185
|
| tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2022-11-17 06:47:13 |
|
|
186
186
|
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2022-11-25 07:03:54 |
|
|
187
187
|
| tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2022-12-06 07:10:10 |
|
|
188
188
|
| tem | [弹性微服务 TEM](https://cloud.tencent.com/document/product/1371) | 2022-12-15 01:49:45 |
|
|
189
|
-
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2022-12-
|
|
190
|
-
| thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2022-12-
|
|
189
|
+
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2022-12-20 01:58:08 |
|
|
190
|
+
| thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2022-12-21 02:09:45 |
|
|
191
191
|
| tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
|
|
192
192
|
| tic | [资源编排 TIC](https://cloud.tencent.com/document/product/1213) | 2022-10-31 06:55:14 |
|
|
193
193
|
| ticm | [智能鉴黄](https://cloud.tencent.com/document/product/864) | 2021-01-07 08:08:15 |
|
|
194
194
|
| tics | [威胁情报云查服务](https://cloud.tencent.com/document/product/1013) | 2022-04-04 07:16:59 |
|
|
195
195
|
| tiems | [腾讯云 TI 平台 TI-EMS ](https://cloud.tencent.com/document/product/1120) | 2022-07-19 06:19:39 |
|
|
196
196
|
| tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2022-12-15 01:51:46 |
|
|
197
|
-
| tione | [腾讯云 TI 平台 TI-ONE](https://cloud.tencent.com/document/product/851) | 2022-12-
|
|
197
|
+
| tione | [腾讯云 TI 平台 TI-ONE](https://cloud.tencent.com/document/product/851) | 2022-12-20 02:01:23 |
|
|
198
198
|
| tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2022-12-13 10:56:59 |
|
|
199
199
|
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2022-12-14 01:52:28 |
|
|
200
200
|
| tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
|
|
@@ -210,9 +210,9 @@
|
|
|
210
210
|
| ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2022-04-04 07:22:44 |
|
|
211
211
|
| vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2022-11-16 06:46:30 |
|
|
212
212
|
| vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2022-04-04 07:22:54 |
|
|
213
|
-
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2022-12-
|
|
213
|
+
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2022-12-21 02:16:04 |
|
|
214
214
|
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2022-12-16 18:54:14 |
|
|
215
|
-
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2022-12-
|
|
215
|
+
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2022-12-21 02:20:11 |
|
|
216
216
|
| wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2022-10-12 07:10:28 |
|
|
217
217
|
| wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2022-12-07 07:21:53 |
|
|
218
218
|
| wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.507"
|
|
@@ -85,6 +85,7 @@ import {
|
|
|
85
85
|
DisassociateDDoSEipAddressResponse,
|
|
86
86
|
DescribeBgpBizTrendRequest,
|
|
87
87
|
DeleteCCThresholdPolicyResponse,
|
|
88
|
+
DescribeBizHttpStatusRequest,
|
|
88
89
|
SourceServer,
|
|
89
90
|
CCLevelPolicy,
|
|
90
91
|
DescribeOverviewIndexResponse,
|
|
@@ -107,6 +108,7 @@ import {
|
|
|
107
108
|
DescribeOverviewDDoSEventListResponse,
|
|
108
109
|
CreateCcGeoIPBlockConfigResponse,
|
|
109
110
|
DescribeOverviewAttackTrendResponse,
|
|
111
|
+
HttpStatusMap,
|
|
110
112
|
Layer7Rule,
|
|
111
113
|
ModifyPortAclConfigResponse,
|
|
112
114
|
DescribeBasicDeviceStatusRequest,
|
|
@@ -159,6 +161,7 @@ import {
|
|
|
159
161
|
DeleteDDoSBlackWhiteIpListRequest,
|
|
160
162
|
PackInfo,
|
|
161
163
|
CreateDDoSConnectLimitResponse,
|
|
164
|
+
WaterPrintRelation,
|
|
162
165
|
IPLineInfo,
|
|
163
166
|
DescribeCcBlackWhiteIpListRequest,
|
|
164
167
|
DescribeListListenerResponse,
|
|
@@ -200,7 +203,7 @@ import {
|
|
|
200
203
|
ModifyDomainUsrNameRequest,
|
|
201
204
|
CreateDDoSConnectLimitRequest,
|
|
202
205
|
CreateWaterPrintKeyRequest,
|
|
203
|
-
|
|
206
|
+
DescribeBizHttpStatusResponse,
|
|
204
207
|
InsL7Rules,
|
|
205
208
|
DescribeCCReqLimitPolicyListResponse,
|
|
206
209
|
DescribeListDDoSAIResponse,
|
|
@@ -732,6 +735,16 @@ export class Client extends AbstractClient {
|
|
|
732
735
|
return this.request("CreateDDoSSpeedLimitConfig", req, cb)
|
|
733
736
|
}
|
|
734
737
|
|
|
738
|
+
/**
|
|
739
|
+
* 获取业务流量状态码统计列表
|
|
740
|
+
*/
|
|
741
|
+
async DescribeBizHttpStatus(
|
|
742
|
+
req: DescribeBizHttpStatusRequest,
|
|
743
|
+
cb?: (error: string, rep: DescribeBizHttpStatusResponse) => void
|
|
744
|
+
): Promise<DescribeBizHttpStatusResponse> {
|
|
745
|
+
return this.request("DescribeBizHttpStatus", req, cb)
|
|
746
|
+
}
|
|
747
|
+
|
|
735
748
|
/**
|
|
736
749
|
* 获取高防包资产实例列表
|
|
737
750
|
|
|
@@ -1683,6 +1683,51 @@ export interface DeleteCCThresholdPolicyResponse {
|
|
|
1683
1683
|
RequestId?: string
|
|
1684
1684
|
}
|
|
1685
1685
|
|
|
1686
|
+
/**
|
|
1687
|
+
* DescribeBizHttpStatus请求参数结构体
|
|
1688
|
+
*/
|
|
1689
|
+
export interface DescribeBizHttpStatusRequest {
|
|
1690
|
+
/**
|
|
1691
|
+
* 统计方式,仅支持sum
|
|
1692
|
+
*/
|
|
1693
|
+
Statistics: string
|
|
1694
|
+
|
|
1695
|
+
/**
|
|
1696
|
+
* 大禹子产品代号(bgpip表示高防IP)
|
|
1697
|
+
*/
|
|
1698
|
+
Business: string
|
|
1699
|
+
|
|
1700
|
+
/**
|
|
1701
|
+
* 统计周期,可取值60,300,1800,3600, 21600,86400,单位秒
|
|
1702
|
+
*/
|
|
1703
|
+
Period: number
|
|
1704
|
+
|
|
1705
|
+
/**
|
|
1706
|
+
* 统计开始时间。 如2020-02-01 12:04:12
|
|
1707
|
+
*/
|
|
1708
|
+
StartTime: string
|
|
1709
|
+
|
|
1710
|
+
/**
|
|
1711
|
+
* 统计结束时间。如2020-02-03 18:03:23
|
|
1712
|
+
*/
|
|
1713
|
+
EndTime: string
|
|
1714
|
+
|
|
1715
|
+
/**
|
|
1716
|
+
* 资源Id
|
|
1717
|
+
*/
|
|
1718
|
+
Id: string
|
|
1719
|
+
|
|
1720
|
+
/**
|
|
1721
|
+
* 特定域名查询
|
|
1722
|
+
*/
|
|
1723
|
+
Domain?: string
|
|
1724
|
+
|
|
1725
|
+
/**
|
|
1726
|
+
* 协议及端口列表,协议可取值TCP, UDP, HTTP, HTTPS,仅统计纬度为连接数时有效
|
|
1727
|
+
*/
|
|
1728
|
+
ProtoInfo?: Array<ProtocolPort>
|
|
1729
|
+
}
|
|
1730
|
+
|
|
1686
1731
|
/**
|
|
1687
1732
|
* 源站信息
|
|
1688
1733
|
*/
|
|
@@ -2212,6 +2257,61 @@ export interface DescribeOverviewAttackTrendResponse {
|
|
|
2212
2257
|
RequestId?: string
|
|
2213
2258
|
}
|
|
2214
2259
|
|
|
2260
|
+
/**
|
|
2261
|
+
* 业务流量的http状态码聚合数据
|
|
2262
|
+
*/
|
|
2263
|
+
export interface HttpStatusMap {
|
|
2264
|
+
/**
|
|
2265
|
+
* http2xx回源状态码
|
|
2266
|
+
*/
|
|
2267
|
+
SourceHttp2xx: Array<number>
|
|
2268
|
+
|
|
2269
|
+
/**
|
|
2270
|
+
* http5xx状态码
|
|
2271
|
+
*/
|
|
2272
|
+
Http5xx: Array<number>
|
|
2273
|
+
|
|
2274
|
+
/**
|
|
2275
|
+
* http5xx回源状态码
|
|
2276
|
+
*/
|
|
2277
|
+
SourceHttp5xx: Array<number>
|
|
2278
|
+
|
|
2279
|
+
/**
|
|
2280
|
+
* http404回源状态码
|
|
2281
|
+
*/
|
|
2282
|
+
SourceHttp404: Array<number>
|
|
2283
|
+
|
|
2284
|
+
/**
|
|
2285
|
+
* http4xx状态码
|
|
2286
|
+
*/
|
|
2287
|
+
Http4xx: Array<number>
|
|
2288
|
+
|
|
2289
|
+
/**
|
|
2290
|
+
* http4xx回源状态码
|
|
2291
|
+
*/
|
|
2292
|
+
SourceHttp4xx: Array<number>
|
|
2293
|
+
|
|
2294
|
+
/**
|
|
2295
|
+
* http2xx状态码
|
|
2296
|
+
*/
|
|
2297
|
+
Http2xx: Array<number>
|
|
2298
|
+
|
|
2299
|
+
/**
|
|
2300
|
+
* http404状态码
|
|
2301
|
+
*/
|
|
2302
|
+
Http404: Array<number>
|
|
2303
|
+
|
|
2304
|
+
/**
|
|
2305
|
+
* http3xx回源状态码
|
|
2306
|
+
*/
|
|
2307
|
+
SourceHttp3xx: Array<number>
|
|
2308
|
+
|
|
2309
|
+
/**
|
|
2310
|
+
* http3xx状态码
|
|
2311
|
+
*/
|
|
2312
|
+
Http3xx: Array<number>
|
|
2313
|
+
}
|
|
2314
|
+
|
|
2215
2315
|
/**
|
|
2216
2316
|
* 7层转发规则
|
|
2217
2317
|
*/
|
|
@@ -3351,6 +3451,21 @@ export interface CreateDDoSConnectLimitResponse {
|
|
|
3351
3451
|
RequestId?: string
|
|
3352
3452
|
}
|
|
3353
3453
|
|
|
3454
|
+
/**
|
|
3455
|
+
* 水印配置相关信息
|
|
3456
|
+
*/
|
|
3457
|
+
export interface WaterPrintRelation {
|
|
3458
|
+
/**
|
|
3459
|
+
* 水印配置
|
|
3460
|
+
*/
|
|
3461
|
+
WaterPrintConfig: WaterPrintConfig
|
|
3462
|
+
|
|
3463
|
+
/**
|
|
3464
|
+
* 水印配置所属的资源实例
|
|
3465
|
+
*/
|
|
3466
|
+
InstanceDetailList: Array<InstanceRelation>
|
|
3467
|
+
}
|
|
3468
|
+
|
|
3354
3469
|
/**
|
|
3355
3470
|
* IP线路信息
|
|
3356
3471
|
*/
|
|
@@ -4496,18 +4611,18 @@ export interface CreateWaterPrintKeyRequest {
|
|
|
4496
4611
|
}
|
|
4497
4612
|
|
|
4498
4613
|
/**
|
|
4499
|
-
*
|
|
4614
|
+
* DescribeBizHttpStatus返回参数结构体
|
|
4500
4615
|
*/
|
|
4501
|
-
export interface
|
|
4616
|
+
export interface DescribeBizHttpStatusResponse {
|
|
4502
4617
|
/**
|
|
4503
|
-
*
|
|
4618
|
+
* 业务流量http状态码统计数据
|
|
4504
4619
|
*/
|
|
4505
|
-
|
|
4620
|
+
HttpStatusMap: HttpStatusMap
|
|
4506
4621
|
|
|
4507
4622
|
/**
|
|
4508
|
-
*
|
|
4623
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
4509
4624
|
*/
|
|
4510
|
-
|
|
4625
|
+
RequestId?: string
|
|
4511
4626
|
}
|
|
4512
4627
|
|
|
4513
4628
|
/**
|
|
@@ -917,12 +917,12 @@ export interface ListGroupsForUserResponse {
|
|
|
917
917
|
/**
|
|
918
918
|
* 子用户加入的用户组总数
|
|
919
919
|
*/
|
|
920
|
-
TotalNum
|
|
920
|
+
TotalNum: number
|
|
921
921
|
|
|
922
922
|
/**
|
|
923
923
|
* 用户组信息
|
|
924
924
|
*/
|
|
925
|
-
GroupInfo
|
|
925
|
+
GroupInfo: Array<GroupInfo>
|
|
926
926
|
|
|
927
927
|
/**
|
|
928
928
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -4028,7 +4028,7 @@ export interface CreateGroupResponse {
|
|
|
4028
4028
|
/**
|
|
4029
4029
|
* 用户组 ID
|
|
4030
4030
|
*/
|
|
4031
|
-
GroupId
|
|
4031
|
+
GroupId: number
|
|
4032
4032
|
|
|
4033
4033
|
/**
|
|
4034
4034
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -103,6 +103,7 @@ import {
|
|
|
103
103
|
DescribeBinlogsRequest,
|
|
104
104
|
RollbackDBName,
|
|
105
105
|
CreateAuditRuleResponse,
|
|
106
|
+
ModifyRemoteBackupConfigResponse,
|
|
106
107
|
DescribeDBInstanceInfoResponse,
|
|
107
108
|
AssociateSecurityGroupsRequest,
|
|
108
109
|
ModifyAuditRuleRequest,
|
|
@@ -181,6 +182,7 @@ import {
|
|
|
181
182
|
DeviceMemInfo,
|
|
182
183
|
UpgradeDBInstanceEngineVersionRequest,
|
|
183
184
|
DatabasesWithCharacterLists,
|
|
185
|
+
DescribeRemoteBackupConfigRequest,
|
|
184
186
|
TagInfo,
|
|
185
187
|
DescribeDBInstancesResponse,
|
|
186
188
|
DescribeBackupDownloadRestrictionRequest,
|
|
@@ -273,6 +275,7 @@ import {
|
|
|
273
275
|
ModifyAccountPrivilegesRequest,
|
|
274
276
|
CreateBackupRequest,
|
|
275
277
|
AccountInfo,
|
|
278
|
+
DescribeRemoteBackupConfigResponse,
|
|
276
279
|
ModifyCDBProxyDescResponse,
|
|
277
280
|
ModifyDBInstanceVipVportRequest,
|
|
278
281
|
DescribeDBImportRecordsRequest,
|
|
@@ -369,6 +372,7 @@ import {
|
|
|
369
372
|
DeleteTimeWindowRequest,
|
|
370
373
|
SwitchCDBProxyResponse,
|
|
371
374
|
RestartDBInstancesRequest,
|
|
375
|
+
ModifyRemoteBackupConfigRequest,
|
|
372
376
|
DeleteBackupRequest,
|
|
373
377
|
ModifyNameOrDescByDpIdRequest,
|
|
374
378
|
UpgradeDBInstanceResponse,
|
|
@@ -1508,6 +1512,16 @@ export class Client extends AbstractClient {
|
|
|
1508
1512
|
return this.request("DescribeAuditRules", req, cb)
|
|
1509
1513
|
}
|
|
1510
1514
|
|
|
1515
|
+
/**
|
|
1516
|
+
* 本接口(DescribeRemoteBackupConfig)用于查询数据库异地备份配置信息。
|
|
1517
|
+
*/
|
|
1518
|
+
async DescribeRemoteBackupConfig(
|
|
1519
|
+
req: DescribeRemoteBackupConfigRequest,
|
|
1520
|
+
cb?: (error: string, rep: DescribeRemoteBackupConfigResponse) => void
|
|
1521
|
+
): Promise<DescribeRemoteBackupConfigResponse> {
|
|
1522
|
+
return this.request("DescribeRemoteBackupConfig", req, cb)
|
|
1523
|
+
}
|
|
1524
|
+
|
|
1511
1525
|
/**
|
|
1512
1526
|
* 本接口(DescribeBackupDatabases)用于查询备份文件包含的库 (已废弃)。
|
|
1513
1527
|
旧版本支持全量备份后,用户如果分库表下载逻辑备份文件,需要用到此接口。
|
|
@@ -1744,6 +1758,16 @@ export class Client extends AbstractClient {
|
|
|
1744
1758
|
return this.request("CreateDeployGroup", req, cb)
|
|
1745
1759
|
}
|
|
1746
1760
|
|
|
1761
|
+
/**
|
|
1762
|
+
* 本接口(ModifyRemoteBackupConfig)用于查询数据库异地备份配置信息。
|
|
1763
|
+
*/
|
|
1764
|
+
async ModifyRemoteBackupConfig(
|
|
1765
|
+
req: ModifyRemoteBackupConfigRequest,
|
|
1766
|
+
cb?: (error: string, rep: ModifyRemoteBackupConfigResponse) => void
|
|
1767
|
+
): Promise<ModifyRemoteBackupConfigResponse> {
|
|
1768
|
+
return this.request("ModifyRemoteBackupConfig", req, cb)
|
|
1769
|
+
}
|
|
1770
|
+
|
|
1747
1771
|
/**
|
|
1748
1772
|
* 本接口(DeleteTimeWindow)用于删除云数据库实例的维护时间窗口。删除实例维护时间窗口之后,默认的维护时间窗为 03:00-04:00,即当选择在维护时间窗口内切换访问新实例时,默认会在 03:00-04:00 点进行切换访问新实例。
|
|
1749
1773
|
*/
|
|
@@ -530,6 +530,16 @@ export interface DescribeDataBackupOverviewResponse {
|
|
|
530
530
|
*/
|
|
531
531
|
DataBackupArchiveCount: number
|
|
532
532
|
|
|
533
|
+
/**
|
|
534
|
+
* 当前地域标准存储备份总容量。
|
|
535
|
+
*/
|
|
536
|
+
DataBackupStandbyVolume: number
|
|
537
|
+
|
|
538
|
+
/**
|
|
539
|
+
* 当前地域标准存储备份总个数。
|
|
540
|
+
*/
|
|
541
|
+
DataBackupStandbyCount: number
|
|
542
|
+
|
|
533
543
|
/**
|
|
534
544
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
535
545
|
*/
|
|
@@ -1709,6 +1719,16 @@ export interface DescribeBinlogBackupOverviewResponse {
|
|
|
1709
1719
|
*/
|
|
1710
1720
|
BinlogArchiveCount: number
|
|
1711
1721
|
|
|
1722
|
+
/**
|
|
1723
|
+
* 标准存储日志备份容量(单位为字节)。
|
|
1724
|
+
*/
|
|
1725
|
+
BinlogStandbyVolume: number
|
|
1726
|
+
|
|
1727
|
+
/**
|
|
1728
|
+
* 标准存储日志备份个数。
|
|
1729
|
+
*/
|
|
1730
|
+
BinlogStandbyCount: number
|
|
1731
|
+
|
|
1712
1732
|
/**
|
|
1713
1733
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1714
1734
|
*/
|
|
@@ -2244,6 +2264,16 @@ export interface CreateAuditRuleResponse {
|
|
|
2244
2264
|
RequestId?: string
|
|
2245
2265
|
}
|
|
2246
2266
|
|
|
2267
|
+
/**
|
|
2268
|
+
* ModifyRemoteBackupConfig返回参数结构体
|
|
2269
|
+
*/
|
|
2270
|
+
export interface ModifyRemoteBackupConfigResponse {
|
|
2271
|
+
/**
|
|
2272
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2273
|
+
*/
|
|
2274
|
+
RequestId?: string
|
|
2275
|
+
}
|
|
2276
|
+
|
|
2247
2277
|
/**
|
|
2248
2278
|
* DescribeDBInstanceInfo返回参数结构体
|
|
2249
2279
|
*/
|
|
@@ -3323,6 +3353,26 @@ export interface DescribeBackupConfigResponse {
|
|
|
3323
3353
|
*/
|
|
3324
3354
|
BinlogArchiveDays: number
|
|
3325
3355
|
|
|
3356
|
+
/**
|
|
3357
|
+
* 是否开启数据备份标准存储策略,off-关闭,on-打开,默认为off
|
|
3358
|
+
*/
|
|
3359
|
+
EnableBackupStandby: string
|
|
3360
|
+
|
|
3361
|
+
/**
|
|
3362
|
+
* 数据备份标准存储起始天数,数据备份达到标准存储起始天数时进行转换,最小为30天,不得大于数据备份保留天数。如果开启备份归档,不得大于等于备份归档天数
|
|
3363
|
+
*/
|
|
3364
|
+
BackupStandbyDays: number
|
|
3365
|
+
|
|
3366
|
+
/**
|
|
3367
|
+
* 是否开启日志备份标准存储策略,off-关闭,on-打开,默认为off
|
|
3368
|
+
*/
|
|
3369
|
+
EnableBinlogStandby: string
|
|
3370
|
+
|
|
3371
|
+
/**
|
|
3372
|
+
* 日志备份标准存储起始天数,日志备份达到标准存储起始天数时进行转换,最小为30天,不得大于日志备份保留天数。如果开启备份归档,不得大于等于备份归档天数
|
|
3373
|
+
*/
|
|
3374
|
+
BinlogStandbyDays: number
|
|
3375
|
+
|
|
3326
3376
|
/**
|
|
3327
3377
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
3328
3378
|
*/
|
|
@@ -3525,6 +3575,12 @@ export interface DescribeBackupOverviewResponse {
|
|
|
3525
3575
|
*/
|
|
3526
3576
|
BackupArchiveVolume: number
|
|
3527
3577
|
|
|
3578
|
+
/**
|
|
3579
|
+
* 标准存储备份容量,包含数据备份以及日志备份。
|
|
3580
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3581
|
+
*/
|
|
3582
|
+
BackupStandbyVolume: number
|
|
3583
|
+
|
|
3528
3584
|
/**
|
|
3529
3585
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
3530
3586
|
*/
|
|
@@ -3941,6 +3997,16 @@ export interface DatabasesWithCharacterLists {
|
|
|
3941
3997
|
CharacterSet: string
|
|
3942
3998
|
}
|
|
3943
3999
|
|
|
4000
|
+
/**
|
|
4001
|
+
* DescribeRemoteBackupConfig请求参数结构体
|
|
4002
|
+
*/
|
|
4003
|
+
export interface DescribeRemoteBackupConfigRequest {
|
|
4004
|
+
/**
|
|
4005
|
+
* 实例 ID,格式如:cdb-c1nl9rpv。与云数据库控制台页面中显示的实例 ID 相同。
|
|
4006
|
+
*/
|
|
4007
|
+
InstanceId: string
|
|
4008
|
+
}
|
|
4009
|
+
|
|
3944
4010
|
/**
|
|
3945
4011
|
* 标签信息
|
|
3946
4012
|
*/
|
|
@@ -4189,6 +4255,26 @@ export interface ModifyBackupConfigRequest {
|
|
|
4189
4255
|
* 是否开启日志备份归档策略,off-关闭,on-打开,默认为off
|
|
4190
4256
|
*/
|
|
4191
4257
|
EnableBinlogArchive?: string
|
|
4258
|
+
|
|
4259
|
+
/**
|
|
4260
|
+
* 是否开启数据备份标准存储策略,off-关闭,on-打开,默认为off
|
|
4261
|
+
*/
|
|
4262
|
+
EnableBackupStandby?: string
|
|
4263
|
+
|
|
4264
|
+
/**
|
|
4265
|
+
* 数据备份标准存储起始天数,数据备份达到标准存储起始天数时进行转换,最小为30天,不得大于数据备份保留天数。如果开启备份归档,不得大于等于备份归档天数
|
|
4266
|
+
*/
|
|
4267
|
+
BackupStandbyDays?: number
|
|
4268
|
+
|
|
4269
|
+
/**
|
|
4270
|
+
* 是否开启日志备份标准存储策略,off-关闭,on-打开,默认为off
|
|
4271
|
+
*/
|
|
4272
|
+
EnableBinlogStandby?: string
|
|
4273
|
+
|
|
4274
|
+
/**
|
|
4275
|
+
* 日志备份标准存储起始天数,日志备份达到标准存储起始天数时进行转换,最小为30天,不得大于日志备份保留天数。如果开启备份归档,不得大于等于备份归档天数
|
|
4276
|
+
*/
|
|
4277
|
+
BinlogStandbyDays?: number
|
|
4192
4278
|
}
|
|
4193
4279
|
|
|
4194
4280
|
/**
|
|
@@ -6796,6 +6882,41 @@ export interface AccountInfo {
|
|
|
6796
6882
|
MaxUserConnections: number
|
|
6797
6883
|
}
|
|
6798
6884
|
|
|
6885
|
+
/**
|
|
6886
|
+
* DescribeRemoteBackupConfig返回参数结构体
|
|
6887
|
+
*/
|
|
6888
|
+
export interface DescribeRemoteBackupConfigResponse {
|
|
6889
|
+
/**
|
|
6890
|
+
* 异地备份保留天时间,单位为天
|
|
6891
|
+
*/
|
|
6892
|
+
ExpireDays: number
|
|
6893
|
+
|
|
6894
|
+
/**
|
|
6895
|
+
* 异地数据备份开关,off - 关闭异地备份,on-开启异地备份
|
|
6896
|
+
*/
|
|
6897
|
+
RemoteBackupSave: string
|
|
6898
|
+
|
|
6899
|
+
/**
|
|
6900
|
+
* 异地日志备份开关,off - 关闭异地备份,on-开启异地备份,只有在参数RemoteBackupSave为on时,RemoteBinlogSave参数才可设置为on
|
|
6901
|
+
*/
|
|
6902
|
+
RemoteBinlogSave: string
|
|
6903
|
+
|
|
6904
|
+
/**
|
|
6905
|
+
* 用户已设置异地备份地域列表
|
|
6906
|
+
*/
|
|
6907
|
+
RemoteRegion: Array<string>
|
|
6908
|
+
|
|
6909
|
+
/**
|
|
6910
|
+
* 用户可设置异地备份地域列表
|
|
6911
|
+
*/
|
|
6912
|
+
RegionList: Array<string>
|
|
6913
|
+
|
|
6914
|
+
/**
|
|
6915
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
6916
|
+
*/
|
|
6917
|
+
RequestId?: string
|
|
6918
|
+
}
|
|
6919
|
+
|
|
6799
6920
|
/**
|
|
6800
6921
|
* ModifyCDBProxyDesc返回参数结构体
|
|
6801
6922
|
*/
|
|
@@ -9149,6 +9270,36 @@ export interface RestartDBInstancesRequest {
|
|
|
9149
9270
|
InstanceIds: Array<string>
|
|
9150
9271
|
}
|
|
9151
9272
|
|
|
9273
|
+
/**
|
|
9274
|
+
* ModifyRemoteBackupConfig请求参数结构体
|
|
9275
|
+
*/
|
|
9276
|
+
export interface ModifyRemoteBackupConfigRequest {
|
|
9277
|
+
/**
|
|
9278
|
+
* 实例 ID,格式如:cdb-c1nl9rpv。与云数据库控制台页面中显示的实例 ID 相同。
|
|
9279
|
+
*/
|
|
9280
|
+
InstanceId: string
|
|
9281
|
+
|
|
9282
|
+
/**
|
|
9283
|
+
* 异地数据备份开关,off - 关闭异地备份,on-开启异地备份
|
|
9284
|
+
*/
|
|
9285
|
+
RemoteBackupSave: string
|
|
9286
|
+
|
|
9287
|
+
/**
|
|
9288
|
+
* 异地日志备份开关,off - 关闭异地备份,on-开启异地备份,只有在参数RemoteBackupSave为on时,RemoteBinlogSave参数才可设置为on
|
|
9289
|
+
*/
|
|
9290
|
+
RemoteBinlogSave: string
|
|
9291
|
+
|
|
9292
|
+
/**
|
|
9293
|
+
* 用户设置异地备份地域列表
|
|
9294
|
+
*/
|
|
9295
|
+
RemoteRegion: Array<string>
|
|
9296
|
+
|
|
9297
|
+
/**
|
|
9298
|
+
* 异地备份保留天时间,单位为天
|
|
9299
|
+
*/
|
|
9300
|
+
ExpireDays: number
|
|
9301
|
+
}
|
|
9302
|
+
|
|
9152
9303
|
/**
|
|
9153
9304
|
* DeleteBackup请求参数结构体
|
|
9154
9305
|
*/
|