tencentcloud-sdk-nodejs 4.0.313 → 4.0.316
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 +256 -0
- package/SERVICE_CHANGELOG.md +273 -177
- package/package.json +1 -1
- package/products.md +22 -22
- package/src/common/sdk_version.ts +1 -1
- package/src/services/antiddos/v20200309/antiddos_models.ts +11 -0
- package/src/services/asr/v20190614/asr_models.ts +2 -2
- package/src/services/cam/v20190116/cam_client.ts +1 -1
- package/src/services/cam/v20190116/cam_models.ts +8 -3
- package/src/services/cdb/v20170320/cdb_models.ts +6 -6
- package/src/services/cdn/v20180606/cdn_models.ts +11 -0
- package/src/services/cpdp/v20190820/cpdp_client.ts +1 -0
- package/src/services/cpdp/v20190820/cpdp_models.ts +25 -3
- package/src/services/cvm/v20170312/cvm_models.ts +5 -0
- package/src/services/cwp/v20180228/cwp_client.ts +13 -0
- package/src/services/cwp/v20180228/cwp_models.ts +150 -0
- package/src/services/cynosdb/v20190107/cynosdb_client.ts +17 -4
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +96 -37
- package/src/services/dcdb/v20180411/dcdb_models.ts +53 -47
- package/src/services/essbasic/v20210526/essbasic_models.ts +1 -1
- package/src/services/iai/v20180301/iai_models.ts +41 -41
- package/src/services/iai/v20200303/iai_models.ts +3 -3
- package/src/services/mariadb/v20170312/mariadb_models.ts +58 -52
- package/src/services/ocr/v20181119/ocr_client.ts +13 -1
- package/src/services/ocr/v20181119/ocr_models.ts +74 -17
- package/src/services/redis/v20180412/redis_client.ts +3 -3
- package/src/services/redis/v20180412/redis_models.ts +121 -63
- package/src/services/rum/v20210622/rum_models.ts +5 -5
- package/src/services/scf/v20180416/scf_models.ts +2 -2
- package/src/services/tdmq/v20200217/tdmq_client.ts +12 -0
- package/src/services/tdmq/v20200217/tdmq_models.ts +45 -0
- package/src/services/thpc/v20211109/thpc_models.ts +2 -4
- package/src/services/vod/v20180717/vod_client.ts +3 -1
- package/src/services/vod/v20180717/vod_models.ts +68 -15
- package/src/services/vpc/v20170312/vpc_client.ts +2 -2
- package/src/services/vpc/v20170312/vpc_models.ts +5 -5
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +9 -0
- package/tencentcloud/services/asr/v20190614/asr_models.d.ts +2 -2
- 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 +7 -3
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +6 -6
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +9 -0
- package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +22 -3
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +4 -0
- package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +5 -1
- package/tencentcloud/services/cwp/v20180228/cwp_client.js +6 -0
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +123 -0
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +5 -1
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +6 -0
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +83 -31
- package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +52 -47
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +1 -1
- package/tencentcloud/services/iai/v20180301/iai_models.d.ts +41 -41
- package/tencentcloud/services/iai/v20200303/iai_models.d.ts +3 -3
- package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +57 -52
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +5 -1
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +6 -0
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +64 -15
- package/tencentcloud/services/redis/v20180412/redis_client.d.ts +3 -3
- package/tencentcloud/services/redis/v20180412/redis_client.js +3 -3
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +110 -63
- package/tencentcloud/services/rum/v20210622/rum_models.d.ts +5 -5
- package/tencentcloud/services/scf/v20180416/scf_models.d.ts +2 -2
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +5 -1
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +6 -0
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +38 -0
- package/tencentcloud/services/thpc/v20211109/thpc_models.d.ts +2 -4
- package/tencentcloud/services/vod/v20180717/vod_client.d.ts +1 -1
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +61 -14
- package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +2 -2
- package/tencentcloud/services/vpc/v20170312/vpc_client.js +2 -2
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +5 -5
- package/test/cwp.v20180228.test.js +10 -0
- package/test/cynosdb.v20190107.test.js +10 -0
- package/test/ocr.v20181119.test.js +10 -0
- package/test/tdmq.v20200217.test.js +10 -0
package/products.md
CHANGED
|
@@ -7,14 +7,14 @@
|
|
|
7
7
|
| afc | [定制建模](https://cloud.tencent.com/document/product/1029) | 2022-03-14 08:04:51 |
|
|
8
8
|
| ame | [正版曲库直通车](https://cloud.tencent.com/document/product/1155) | 2022-03-21 08:06:03 |
|
|
9
9
|
| ams | [音频内容检测](https://cloud.tencent.com/document/product/1219) | 2022-02-21 08:00:52 |
|
|
10
|
-
| antiddos | [DDoS 防护](https://cloud.tencent.com/document/product/1021) | 2022-03-
|
|
10
|
+
| antiddos | [DDoS 防护](https://cloud.tencent.com/document/product/1021) | 2022-03-24 23:15:57 |
|
|
11
11
|
| apcas | [汽车精准获客服务](https://cloud.tencent.com/document/product/1244) | 2022-02-21 08:01:03 |
|
|
12
12
|
| ape | [正版图库直通车](https://cloud.tencent.com/document/product/1181) | 2022-02-21 08:01:04 |
|
|
13
13
|
| api | [云 API](https://cloud.tencent.com/document/product/1278) | 2022-03-03 08:00:37 |
|
|
14
14
|
| apigateway | [API网关](https://cloud.tencent.com/document/product/628) | 2022-03-17 08:01:42 |
|
|
15
15
|
| apm | [应用性能观测](https://cloud.tencent.com/document/product/1463) | 2022-02-21 08:01:18 |
|
|
16
16
|
| as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2022-03-11 08:03:26 |
|
|
17
|
-
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2022-03-
|
|
17
|
+
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2022-03-24 17:32:45 |
|
|
18
18
|
| asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2022-02-21 08:01:30 |
|
|
19
19
|
| ba | [网站备案](https://cloud.tencent.com/document/product/243) | 2022-02-21 08:01:32 |
|
|
20
20
|
| batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2022-02-21 08:01:33 |
|
|
@@ -27,14 +27,14 @@
|
|
|
27
27
|
| bmvpc | [黑石私有网络](https://cloud.tencent.com/document/product/1024) | 2022-02-21 08:01:54 |
|
|
28
28
|
| bri | [业务风险情报](https://cloud.tencent.com/document/product/1064) | 2021-01-07 08:02:40 |
|
|
29
29
|
| btoe | [区块链可信取证](https://cloud.tencent.com/document/product/1259) | 2022-02-21 08:02:02 |
|
|
30
|
-
| cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2022-03-
|
|
30
|
+
| cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2022-03-28 08:03:45 |
|
|
31
31
|
| captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2022-03-16 08:04:45 |
|
|
32
32
|
| casb | [云数据加密代理网关](https://cloud.tencent.com/document/product/1303) | 2022-03-04 10:56:53 |
|
|
33
33
|
| cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2022-02-21 08:02:15 |
|
|
34
34
|
| cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2022-03-14 08:06:27 |
|
|
35
35
|
| ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2022-03-04 08:05:02 |
|
|
36
|
-
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2022-03-
|
|
37
|
-
| cdn | [内容分发网络](https://cloud.tencent.com/document/product/228) | 2022-03-
|
|
36
|
+
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2022-03-28 08:04:14 |
|
|
37
|
+
| cdn | [内容分发网络](https://cloud.tencent.com/document/product/228) | 2022-03-28 08:04:33 |
|
|
38
38
|
| cds | [数据安全审计](https://cloud.tencent.com/document/product/856) | 2022-02-21 08:02:59 |
|
|
39
39
|
| cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2022-02-21 08:03:00 |
|
|
40
40
|
| cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2022-03-16 08:05:40 |
|
|
@@ -50,16 +50,16 @@
|
|
|
50
50
|
| cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2022-02-21 08:03:52 |
|
|
51
51
|
| cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2022-03-03 08:03:36 |
|
|
52
52
|
| cms | [内容安全](https://cloud.tencent.com/document/product) | 2020-10-29 08:03:08 |
|
|
53
|
-
| cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2022-03-
|
|
53
|
+
| cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2022-03-28 08:05:49 |
|
|
54
54
|
| cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
|
|
55
|
-
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2022-03-
|
|
56
|
-
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2022-
|
|
55
|
+
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2022-03-28 08:06:12 |
|
|
56
|
+
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2022-03-24 20:38:18 |
|
|
57
57
|
| cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
|
|
58
|
-
| cynosdb | [云原生数据库 TDSQL-C](https://cloud.tencent.com/document/product/1003) | 2022-03-
|
|
58
|
+
| cynosdb | [云原生数据库 TDSQL-C](https://cloud.tencent.com/document/product/1003) | 2022-03-24 17:50:45 |
|
|
59
59
|
| dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2022-02-21 08:05:24 |
|
|
60
60
|
| dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2022-03-15 08:08:26 |
|
|
61
61
|
| dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2022-02-21 08:05:42 |
|
|
62
|
-
| dcdb | [分布式数据库 TDSQL](https://cloud.tencent.com/document/product/557) | 2022-03-
|
|
62
|
+
| dcdb | [分布式数据库 TDSQL](https://cloud.tencent.com/document/product/557) | 2022-03-24 23:20:33 |
|
|
63
63
|
| dlc | [数据湖计算](https://cloud.tencent.com/document/product/1342) | 2022-03-22 08:08:11 |
|
|
64
64
|
| dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2022-02-21 08:05:57 |
|
|
65
65
|
| domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2022-02-21 08:06:02 |
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2022-03-03 08:06:04 |
|
|
77
77
|
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2022-03-21 11:04:25 |
|
|
78
78
|
| ess | [电子签服务](https://cloud.tencent.com/document/product/1323) | 2022-03-18 15:46:35 |
|
|
79
|
-
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2022-03-
|
|
79
|
+
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2022-03-28 08:08:21 |
|
|
80
80
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2022-02-25 08:09:04 |
|
|
81
81
|
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2022-03-09 08:11:20 |
|
|
82
82
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2022-03-23 08:06:46 |
|
|
@@ -88,7 +88,7 @@
|
|
|
88
88
|
| gse | [游戏服务器伸缩](https://cloud.tencent.com/document/product/1165) | 2022-02-21 08:07:25 |
|
|
89
89
|
| habo | [](https://cloud.tencent.com/document/product) | 2019-05-09 19:37:22 |
|
|
90
90
|
| hcm | [数学作业批改](https://cloud.tencent.com/document/product/1004) | 2022-02-21 08:07:36 |
|
|
91
|
-
| iai | [人脸识别](https://cloud.tencent.com/document/product/867) | 2022-
|
|
91
|
+
| iai | [人脸识别](https://cloud.tencent.com/document/product/867) | 2022-03-24 08:12:37 |
|
|
92
92
|
| ic | [物联卡](https://cloud.tencent.com/document/product/636) | 2022-02-21 08:07:43 |
|
|
93
93
|
| ie | [智能编辑](https://cloud.tencent.com/document/product/1186) | 2022-02-21 08:07:44 |
|
|
94
94
|
| iecp | [物联网边缘计算平台](https://cloud.tencent.com/document/product/1118) | 2022-03-23 08:07:34 |
|
|
@@ -103,10 +103,10 @@
|
|
|
103
103
|
| ivld | [视频智能标签](https://cloud.tencent.com/document/product/1509) | 2022-03-07 10:30:32 |
|
|
104
104
|
| kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2022-03-10 08:11:43 |
|
|
105
105
|
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2022-03-03 08:08:18 |
|
|
106
|
-
| live | [云直播](https://cloud.tencent.com/document/product/267) | 2022-03-
|
|
106
|
+
| live | [云直播](https://cloud.tencent.com/document/product/267) | 2022-03-24 20:42:32 |
|
|
107
107
|
| lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-02-21 08:09:21 |
|
|
108
108
|
| lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-02-21 08:09:21 |
|
|
109
|
-
| mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2022-03-23
|
|
109
|
+
| mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2022-03-24 23:24:17 |
|
|
110
110
|
| market | [云市场](https://cloud.tencent.com/document/product/306) | 2022-02-21 08:09:30 |
|
|
111
111
|
| memcached | [云数据库 Memcached](https://cloud.tencent.com/document/product/241) | 2022-03-22 11:40:43 |
|
|
112
112
|
| mgobe | [游戏联机对战引擎](https://cloud.tencent.com/document/product/1038) | 2022-02-21 08:09:31 |
|
|
@@ -121,18 +121,18 @@
|
|
|
121
121
|
| nlp | [自然语言处理](https://cloud.tencent.com/document/product/271) | 2022-03-18 08:15:22 |
|
|
122
122
|
| npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
|
|
123
123
|
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2022-03-03 08:09:36 |
|
|
124
|
-
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2022-03-
|
|
124
|
+
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2022-03-24 17:13:23 |
|
|
125
125
|
| organization | [企业组织](https://cloud.tencent.com/document/product/850) | 2022-03-08 08:16:27 |
|
|
126
126
|
| partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2022-03-15 08:13:28 |
|
|
127
127
|
| pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2022-02-21 08:10:32 |
|
|
128
128
|
| postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2022-03-03 08:10:01 |
|
|
129
129
|
| privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2022-03-22 08:13:14 |
|
|
130
130
|
| rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2022-02-21 08:10:44 |
|
|
131
|
-
| redis | [云数据库 Redis](https://cloud.tencent.com/document/product/239) | 2022-03-
|
|
131
|
+
| redis | [云数据库 Redis](https://cloud.tencent.com/document/product/239) | 2022-03-24 08:15:42 |
|
|
132
132
|
| rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2022-02-21 08:10:55 |
|
|
133
133
|
| rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-02-21 08:10:56 |
|
|
134
|
-
| rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2022-03-
|
|
135
|
-
| scf | [云函数](https://cloud.tencent.com/document/product/583) | 2022-03-
|
|
134
|
+
| rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2022-03-24 20:44:23 |
|
|
135
|
+
| scf | [云函数](https://cloud.tencent.com/document/product/583) | 2022-03-24 17:41:54 |
|
|
136
136
|
| ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2022-03-23 08:11:08 |
|
|
137
137
|
| smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2022-03-17 08:11:49 |
|
|
138
138
|
| smpn | [营销号码安全](https://cloud.tencent.com/document/product/1127) | 2022-02-21 08:11:16 |
|
|
@@ -161,9 +161,9 @@
|
|
|
161
161
|
| tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2022-03-23 08:12:32 |
|
|
162
162
|
| tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2022-03-01 10:49:12 |
|
|
163
163
|
| tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2022-03-01 15:05:45 |
|
|
164
|
-
| tdmq | [分布式消息队列](https://cloud.tencent.com/document/product/1179) | 2022-03-
|
|
164
|
+
| tdmq | [分布式消息队列](https://cloud.tencent.com/document/product/1179) | 2022-03-24 20:46:23 |
|
|
165
165
|
| tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2022-03-09 08:17:24 |
|
|
166
|
-
| thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2022-
|
|
166
|
+
| thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2022-03-28 08:14:34 |
|
|
167
167
|
| tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
|
|
168
168
|
| tic | [腾讯云IaC平台](https://cloud.tencent.com/document/product/1213) | 2022-02-21 08:13:09 |
|
|
169
169
|
| ticm | [智能鉴黄](https://cloud.tencent.com/document/product/864) | 2021-01-07 08:08:15 |
|
|
@@ -184,8 +184,8 @@
|
|
|
184
184
|
| ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2022-02-21 08:14:12 |
|
|
185
185
|
| vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2022-02-21 08:14:15 |
|
|
186
186
|
| vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2022-02-21 08:14:16 |
|
|
187
|
-
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2022-03-
|
|
188
|
-
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2022-03-
|
|
187
|
+
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2022-03-28 08:15:45 |
|
|
188
|
+
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2022-03-24 17:45:21 |
|
|
189
189
|
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2022-02-21 08:15:09 |
|
|
190
190
|
| wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2022-02-21 08:15:12 |
|
|
191
191
|
| 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.316"
|
|
@@ -630,6 +630,11 @@ export interface DescribeListBGPInstancesRequest {
|
|
|
630
630
|
* 高防包绑定状态搜索,bounding:绑定中; failed:绑定失败
|
|
631
631
|
*/
|
|
632
632
|
FilterBoundStatus?: string
|
|
633
|
+
|
|
634
|
+
/**
|
|
635
|
+
* 实例id数组
|
|
636
|
+
*/
|
|
637
|
+
FilterInstanceIdList?: Array<string>
|
|
633
638
|
}
|
|
634
639
|
|
|
635
640
|
/**
|
|
@@ -3631,6 +3636,12 @@ export interface BGPInstanceSpecification {
|
|
|
3631
3636
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3632
3637
|
*/
|
|
3633
3638
|
UnionPackFlag: number
|
|
3639
|
+
|
|
3640
|
+
/**
|
|
3641
|
+
* 业务带宽
|
|
3642
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3643
|
+
*/
|
|
3644
|
+
ServiceBandWidth: number
|
|
3634
3645
|
}
|
|
3635
3646
|
|
|
3636
3647
|
/**
|
|
@@ -1087,12 +1087,12 @@ export interface GetAsrVocabListResponse {
|
|
|
1087
1087
|
/**
|
|
1088
1088
|
* 热词表列表
|
|
1089
1089
|
*/
|
|
1090
|
-
VocabList
|
|
1090
|
+
VocabList: Array<Vocab>
|
|
1091
1091
|
|
|
1092
1092
|
/**
|
|
1093
1093
|
* 热词列表总数
|
|
1094
1094
|
*/
|
|
1095
|
-
TotalCount
|
|
1095
|
+
TotalCount: number
|
|
1096
1096
|
|
|
1097
1097
|
/**
|
|
1098
1098
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -1016,17 +1016,22 @@ export interface DescribeSafeAuthFlagResponse {
|
|
|
1016
1016
|
/**
|
|
1017
1017
|
* 登录保护设置
|
|
1018
1018
|
*/
|
|
1019
|
-
LoginFlag
|
|
1019
|
+
LoginFlag: LoginActionFlag
|
|
1020
1020
|
|
|
1021
1021
|
/**
|
|
1022
1022
|
* 敏感操作保护设置
|
|
1023
1023
|
*/
|
|
1024
|
-
ActionFlag
|
|
1024
|
+
ActionFlag: LoginActionFlag
|
|
1025
1025
|
|
|
1026
1026
|
/**
|
|
1027
1027
|
* 异地登录保护设置
|
|
1028
1028
|
*/
|
|
1029
|
-
OffsiteFlag
|
|
1029
|
+
OffsiteFlag: OffsiteFlag
|
|
1030
|
+
|
|
1031
|
+
/**
|
|
1032
|
+
* 1: 提示7天信任设备 0: 不提示
|
|
1033
|
+
*/
|
|
1034
|
+
PromptTrust: number
|
|
1030
1035
|
|
|
1031
1036
|
/**
|
|
1032
1037
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -857,12 +857,12 @@ export interface DescribeInstanceParamRecordsRequest {
|
|
|
857
857
|
InstanceId: string
|
|
858
858
|
|
|
859
859
|
/**
|
|
860
|
-
*
|
|
860
|
+
* 分页偏移量,默认值:0。
|
|
861
861
|
*/
|
|
862
862
|
Offset?: number
|
|
863
863
|
|
|
864
864
|
/**
|
|
865
|
-
*
|
|
865
|
+
* 分页大小,默认值:20。
|
|
866
866
|
*/
|
|
867
867
|
Limit?: number
|
|
868
868
|
}
|
|
@@ -1401,12 +1401,12 @@ export interface ModifyParamTemplateRequest {
|
|
|
1401
1401
|
TemplateId: number
|
|
1402
1402
|
|
|
1403
1403
|
/**
|
|
1404
|
-
*
|
|
1404
|
+
* 模板名称,长度不超过64。
|
|
1405
1405
|
*/
|
|
1406
1406
|
Name?: string
|
|
1407
1407
|
|
|
1408
1408
|
/**
|
|
1409
|
-
*
|
|
1409
|
+
* 模板描述,长度不超过255。
|
|
1410
1410
|
*/
|
|
1411
1411
|
Description?: string
|
|
1412
1412
|
|
|
@@ -2429,12 +2429,12 @@ export interface DescribeInstanceParamRecordsResponse {
|
|
|
2429
2429
|
/**
|
|
2430
2430
|
* 符合条件的记录数。
|
|
2431
2431
|
*/
|
|
2432
|
-
TotalCount
|
|
2432
|
+
TotalCount: number
|
|
2433
2433
|
|
|
2434
2434
|
/**
|
|
2435
2435
|
* 参数修改记录。
|
|
2436
2436
|
*/
|
|
2437
|
-
Items
|
|
2437
|
+
Items: Array<ParamRecord>
|
|
2438
2438
|
|
|
2439
2439
|
/**
|
|
2440
2440
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -3012,6 +3012,11 @@ global:全球锁定
|
|
|
3012
3012
|
* 域名所属产品,cdn/ecdn
|
|
3013
3013
|
*/
|
|
3014
3014
|
Product: string
|
|
3015
|
+
|
|
3016
|
+
/**
|
|
3017
|
+
* 主域名
|
|
3018
|
+
*/
|
|
3019
|
+
ParentHost: string
|
|
3015
3020
|
}
|
|
3016
3021
|
|
|
3017
3022
|
/**
|
|
@@ -5892,6 +5897,12 @@ off:不支持
|
|
|
5892
5897
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5893
5898
|
*/
|
|
5894
5899
|
RuleEngine: RuleEngine
|
|
5900
|
+
|
|
5901
|
+
/**
|
|
5902
|
+
* 主域名
|
|
5903
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5904
|
+
*/
|
|
5905
|
+
ParentHost: string
|
|
5895
5906
|
}
|
|
5896
5907
|
|
|
5897
5908
|
/**
|
|
@@ -462,12 +462,12 @@ export interface QueryOpenBankPaymentOrderRequest {
|
|
|
462
462
|
ChannelMerchantId: string
|
|
463
463
|
|
|
464
464
|
/**
|
|
465
|
-
* 外部商户订单号。与ChannelOrderId
|
|
465
|
+
* 外部商户订单号。与ChannelOrderId不能同时为空。
|
|
466
466
|
*/
|
|
467
467
|
OutOrderId: string
|
|
468
468
|
|
|
469
469
|
/**
|
|
470
|
-
* 云平台订单号。与OutOrderId
|
|
470
|
+
* 云平台订单号。与OutOrderId不能同时为空。
|
|
471
471
|
*/
|
|
472
472
|
ChannelOrderId: string
|
|
473
473
|
|
|
@@ -3146,10 +3146,16 @@ OPENBANK_PAYMENT
|
|
|
3146
3146
|
RedirectInfo: OpenBankRedirectInfo
|
|
3147
3147
|
|
|
3148
3148
|
/**
|
|
3149
|
-
*
|
|
3149
|
+
* 第三方渠道返回信息,见渠道特殊说明,详情见附录-复杂类型。
|
|
3150
3150
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3151
3151
|
*/
|
|
3152
3152
|
ExternalReturnData: string
|
|
3153
|
+
|
|
3154
|
+
/**
|
|
3155
|
+
* 银行复核指引。当TENPAY下OPENBANT_PAYMENT时,下单受理成功是返回。
|
|
3156
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3157
|
+
*/
|
|
3158
|
+
BankApprovalGuideInfo: OpenBankApprovalGuideInfo
|
|
3153
3159
|
}
|
|
3154
3160
|
|
|
3155
3161
|
/**
|
|
@@ -12979,6 +12985,22 @@ export interface CreateRedInvoiceV2Request {
|
|
|
12979
12985
|
InvoiceChannel?: number
|
|
12980
12986
|
}
|
|
12981
12987
|
|
|
12988
|
+
/**
|
|
12989
|
+
* 银行复核指引。银行侧返回网银授权指引链接,一般PC网银,手机网银链接
|
|
12990
|
+
*/
|
|
12991
|
+
export interface OpenBankApprovalGuideInfo {
|
|
12992
|
+
/**
|
|
12993
|
+
* PC网银指引
|
|
12994
|
+
*/
|
|
12995
|
+
PcGuideUrl: string
|
|
12996
|
+
|
|
12997
|
+
/**
|
|
12998
|
+
* 手机网银指引
|
|
12999
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
13000
|
+
*/
|
|
13001
|
+
MobileGuideUrl: string
|
|
13002
|
+
}
|
|
13003
|
+
|
|
12982
13004
|
/**
|
|
12983
13005
|
* CreateOrder返回参数结构体
|
|
12984
13006
|
*/
|
|
@@ -3151,6 +3151,11 @@ false(默认):发送正常请求,通过检查后直接创建实例。
|
|
|
3151
3151
|
* 预付费模式,即包年包月相关参数设置。通过该参数可以指定包年包月实例的购买时长、是否设置自动续费等属性。若指定实例的付费模式为预付费则该参数必传。
|
|
3152
3152
|
*/
|
|
3153
3153
|
InstanceChargePrepaid?: InstanceChargePrepaid
|
|
3154
|
+
|
|
3155
|
+
/**
|
|
3156
|
+
* 实例销毁保护标志,表示是否允许通过api接口删除实例。取值范围:<br><li>TRUE:表示开启实例保护,不允许通过api接口删除实例<br><li>FALSE:表示关闭实例保护,允许通过api接口删除实例<br><br>默认取值:FALSE。
|
|
3157
|
+
*/
|
|
3158
|
+
DisableApiTermination?: boolean
|
|
3154
3159
|
}
|
|
3155
3160
|
|
|
3156
3161
|
/**
|
|
@@ -92,6 +92,7 @@ import {
|
|
|
92
92
|
ExportAttackLogsRequest,
|
|
93
93
|
IgnoreRuleEffectHostInfo,
|
|
94
94
|
DescribeBanModeRequest,
|
|
95
|
+
DescribeSecurityEventStatRequest,
|
|
95
96
|
DeleteSearchTemplateRequest,
|
|
96
97
|
EmergencyVul,
|
|
97
98
|
ExportReverseShellEventsRequest,
|
|
@@ -374,6 +375,7 @@ import {
|
|
|
374
375
|
DescribeVulHostCountScanTimeRequest,
|
|
375
376
|
ExportScanTaskDetailsResponse,
|
|
376
377
|
ExportBashEventsResponse,
|
|
378
|
+
EventStat,
|
|
377
379
|
DeleteLoginWhiteListRequest,
|
|
378
380
|
DeleteWebPageEventLogResponse,
|
|
379
381
|
DescribeVulLevelCountResponse,
|
|
@@ -422,6 +424,7 @@ import {
|
|
|
422
424
|
BaselineBasicInfo,
|
|
423
425
|
DescribeBanModeResponse,
|
|
424
426
|
DescribeImportMachineInfoResponse,
|
|
427
|
+
DescribeSecurityEventStatResponse,
|
|
425
428
|
DescribeAssetDatabaseListRequest,
|
|
426
429
|
ModifyWebPageProtectSwitchResponse,
|
|
427
430
|
DescribeAssetMachineListRequest,
|
|
@@ -1364,6 +1367,16 @@ export class Client extends AbstractClient {
|
|
|
1364
1367
|
return this.request("DescribeSecurityDynamics", req, cb)
|
|
1365
1368
|
}
|
|
1366
1369
|
|
|
1370
|
+
/**
|
|
1371
|
+
* 获取安全事件统计
|
|
1372
|
+
*/
|
|
1373
|
+
async DescribeSecurityEventStat(
|
|
1374
|
+
req: DescribeSecurityEventStatRequest,
|
|
1375
|
+
cb?: (error: string, rep: DescribeSecurityEventStatResponse) => void
|
|
1376
|
+
): Promise<DescribeSecurityEventStatResponse> {
|
|
1377
|
+
return this.request("DescribeSecurityEventStat", req, cb)
|
|
1378
|
+
}
|
|
1379
|
+
|
|
1367
1380
|
/**
|
|
1368
1381
|
* 根据Ids删除反弹Shell事件
|
|
1369
1382
|
*/
|
|
@@ -1887,6 +1887,16 @@ export interface IgnoreRuleEffectHostInfo {
|
|
|
1887
1887
|
*/
|
|
1888
1888
|
export type DescribeBanModeRequest = null
|
|
1889
1889
|
|
|
1890
|
+
/**
|
|
1891
|
+
* DescribeSecurityEventStat请求参数结构体
|
|
1892
|
+
*/
|
|
1893
|
+
export interface DescribeSecurityEventStatRequest {
|
|
1894
|
+
/**
|
|
1895
|
+
* 该接口无过滤条件
|
|
1896
|
+
*/
|
|
1897
|
+
Filters?: Array<Filter>
|
|
1898
|
+
}
|
|
1899
|
+
|
|
1890
1900
|
/**
|
|
1891
1901
|
* DeleteSearchTemplate请求参数结构体
|
|
1892
1902
|
*/
|
|
@@ -9500,6 +9510,21 @@ export interface ExportBashEventsResponse {
|
|
|
9500
9510
|
RequestId?: string
|
|
9501
9511
|
}
|
|
9502
9512
|
|
|
9513
|
+
/**
|
|
9514
|
+
* 未处理的安全事件统计信息
|
|
9515
|
+
*/
|
|
9516
|
+
export interface EventStat {
|
|
9517
|
+
/**
|
|
9518
|
+
* 事件数
|
|
9519
|
+
*/
|
|
9520
|
+
EventsNum: number
|
|
9521
|
+
|
|
9522
|
+
/**
|
|
9523
|
+
* 受影响的主机数
|
|
9524
|
+
*/
|
|
9525
|
+
MachineAffectNum: number
|
|
9526
|
+
}
|
|
9527
|
+
|
|
9503
9528
|
/**
|
|
9504
9529
|
* DeleteLoginWhiteList请求参数结构体
|
|
9505
9530
|
*/
|
|
@@ -10657,6 +10682,131 @@ export interface DescribeImportMachineInfoResponse {
|
|
|
10657
10682
|
RequestId?: string
|
|
10658
10683
|
}
|
|
10659
10684
|
|
|
10685
|
+
/**
|
|
10686
|
+
* DescribeSecurityEventStat返回参数结构体
|
|
10687
|
+
*/
|
|
10688
|
+
export interface DescribeSecurityEventStatResponse {
|
|
10689
|
+
/**
|
|
10690
|
+
* 木马事件统计
|
|
10691
|
+
*/
|
|
10692
|
+
MalwareStat: EventStat
|
|
10693
|
+
|
|
10694
|
+
/**
|
|
10695
|
+
* 异地事件统计
|
|
10696
|
+
*/
|
|
10697
|
+
HostLoginStat: EventStat
|
|
10698
|
+
|
|
10699
|
+
/**
|
|
10700
|
+
* 爆破事件统计
|
|
10701
|
+
*/
|
|
10702
|
+
BruteAttackStat: EventStat
|
|
10703
|
+
|
|
10704
|
+
/**
|
|
10705
|
+
* 恶意请求事件统计
|
|
10706
|
+
*/
|
|
10707
|
+
MaliciousRequestStat: EventStat
|
|
10708
|
+
|
|
10709
|
+
/**
|
|
10710
|
+
* 本地提权事件统计
|
|
10711
|
+
*/
|
|
10712
|
+
PrivilegeStat: EventStat
|
|
10713
|
+
|
|
10714
|
+
/**
|
|
10715
|
+
* 反弹Shell事件统计
|
|
10716
|
+
*/
|
|
10717
|
+
ReverseShellStat: EventStat
|
|
10718
|
+
|
|
10719
|
+
/**
|
|
10720
|
+
* 高危命令事件统计
|
|
10721
|
+
*/
|
|
10722
|
+
HighRiskBashStat: EventStat
|
|
10723
|
+
|
|
10724
|
+
/**
|
|
10725
|
+
* 网络攻击事件统计
|
|
10726
|
+
*/
|
|
10727
|
+
AttackLogsStat: EventStat
|
|
10728
|
+
|
|
10729
|
+
/**
|
|
10730
|
+
* 高危漏洞事件统计
|
|
10731
|
+
*/
|
|
10732
|
+
VulHighStat: EventStat
|
|
10733
|
+
|
|
10734
|
+
/**
|
|
10735
|
+
* 中危漏洞事件统计
|
|
10736
|
+
*/
|
|
10737
|
+
VulNormalStat: EventStat
|
|
10738
|
+
|
|
10739
|
+
/**
|
|
10740
|
+
* 低危漏洞事件统计
|
|
10741
|
+
*/
|
|
10742
|
+
VulLowStat: EventStat
|
|
10743
|
+
|
|
10744
|
+
/**
|
|
10745
|
+
* 高危基线漏洞事件统计
|
|
10746
|
+
*/
|
|
10747
|
+
BaselineHighStat: EventStat
|
|
10748
|
+
|
|
10749
|
+
/**
|
|
10750
|
+
* 中危基线漏事件统计
|
|
10751
|
+
*/
|
|
10752
|
+
BaselineNormalStat: EventStat
|
|
10753
|
+
|
|
10754
|
+
/**
|
|
10755
|
+
* 低危基线漏事件统计
|
|
10756
|
+
*/
|
|
10757
|
+
BaselineLowStat: EventStat
|
|
10758
|
+
|
|
10759
|
+
/**
|
|
10760
|
+
* 有未处理安全事件的机器总数
|
|
10761
|
+
*/
|
|
10762
|
+
MachineTotalAffectNum: number
|
|
10763
|
+
|
|
10764
|
+
/**
|
|
10765
|
+
* 有未处理入侵安全事件的机器总数
|
|
10766
|
+
*/
|
|
10767
|
+
InvasionTotalAffectNum: number
|
|
10768
|
+
|
|
10769
|
+
/**
|
|
10770
|
+
* 有未处理漏洞安全事件的机器总数
|
|
10771
|
+
*/
|
|
10772
|
+
VulTotalAffectNum: number
|
|
10773
|
+
|
|
10774
|
+
/**
|
|
10775
|
+
* 有未处理基线安全事件的机器总数
|
|
10776
|
+
*/
|
|
10777
|
+
BaseLineTotalAffectNum: number
|
|
10778
|
+
|
|
10779
|
+
/**
|
|
10780
|
+
* 有未处理网络攻击安全事件的机器总数
|
|
10781
|
+
*/
|
|
10782
|
+
CyberAttackTotalAffectNum: number
|
|
10783
|
+
|
|
10784
|
+
/**
|
|
10785
|
+
* 严重漏洞事件统计
|
|
10786
|
+
*/
|
|
10787
|
+
VulRiskStat: EventStat
|
|
10788
|
+
|
|
10789
|
+
/**
|
|
10790
|
+
* 严重基线漏洞事件统计
|
|
10791
|
+
*/
|
|
10792
|
+
BaselineRiskStat: EventStat
|
|
10793
|
+
|
|
10794
|
+
/**
|
|
10795
|
+
* 漏洞数统计
|
|
10796
|
+
*/
|
|
10797
|
+
VulStat: EventStat
|
|
10798
|
+
|
|
10799
|
+
/**
|
|
10800
|
+
* 安全得分
|
|
10801
|
+
*/
|
|
10802
|
+
Score: number
|
|
10803
|
+
|
|
10804
|
+
/**
|
|
10805
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
10806
|
+
*/
|
|
10807
|
+
RequestId?: string
|
|
10808
|
+
}
|
|
10809
|
+
|
|
10660
10810
|
/**
|
|
10661
10811
|
* DescribeAssetDatabaseList请求参数结构体
|
|
10662
10812
|
*/
|
|
@@ -25,6 +25,7 @@ import {
|
|
|
25
25
|
ModifyMaintainPeriodConfigRequest,
|
|
26
26
|
DescribeRollbackTimeRangeResponse,
|
|
27
27
|
AssociateSecurityGroupsRequest,
|
|
28
|
+
CreateAccountsResponse,
|
|
28
29
|
DescribeDBSecurityGroupsResponse,
|
|
29
30
|
DescribeMaintainPeriodRequest,
|
|
30
31
|
AccountParam,
|
|
@@ -32,7 +33,7 @@ import {
|
|
|
32
33
|
ClusterInstanceDetail,
|
|
33
34
|
Account,
|
|
34
35
|
IsolateInstanceResponse,
|
|
35
|
-
|
|
36
|
+
PauseServerlessRequest,
|
|
36
37
|
RevokeAccountPrivilegesResponse,
|
|
37
38
|
CreateClustersResponse,
|
|
38
39
|
SetRenewFlagRequest,
|
|
@@ -46,10 +47,11 @@ import {
|
|
|
46
47
|
DescribeClustersRequest,
|
|
47
48
|
DescribeInstanceDetailResponse,
|
|
48
49
|
ModifyDBInstanceSecurityGroupsResponse,
|
|
49
|
-
|
|
50
|
+
ModifyAccountParamsRequest,
|
|
50
51
|
DescribeClusterInstanceGrpsRequest,
|
|
51
52
|
DescribeResourcesByDealNameResponse,
|
|
52
53
|
ResumeServerlessResponse,
|
|
54
|
+
CreateAccountsRequest,
|
|
53
55
|
IsolateInstanceRequest,
|
|
54
56
|
DescribeDBSecurityGroupsRequest,
|
|
55
57
|
RollBackClusterRequest,
|
|
@@ -58,6 +60,7 @@ import {
|
|
|
58
60
|
DescribeProjectSecurityGroupsResponse,
|
|
59
61
|
PauseServerlessResponse,
|
|
60
62
|
OfflineClusterRequest,
|
|
63
|
+
NewAccount,
|
|
61
64
|
BackupFileInfo,
|
|
62
65
|
DescribeBackupListRequest,
|
|
63
66
|
CynosdbInstance,
|
|
@@ -82,9 +85,9 @@ import {
|
|
|
82
85
|
ResumeServerlessRequest,
|
|
83
86
|
BillingResourceInfo,
|
|
84
87
|
ModifyBackupConfigResponse,
|
|
85
|
-
|
|
88
|
+
DescribeInstanceSpecsRequest,
|
|
86
89
|
UpgradeInstanceResponse,
|
|
87
|
-
|
|
90
|
+
DescribeClusterParamLogsResponse,
|
|
88
91
|
CynosdbCluster,
|
|
89
92
|
SetRenewFlagResponse,
|
|
90
93
|
OfflineClusterResponse,
|
|
@@ -462,6 +465,16 @@ export class Client extends AbstractClient {
|
|
|
462
465
|
return this.request("CreateClusters", req, cb)
|
|
463
466
|
}
|
|
464
467
|
|
|
468
|
+
/**
|
|
469
|
+
* 创建账号
|
|
470
|
+
*/
|
|
471
|
+
async CreateAccounts(
|
|
472
|
+
req: CreateAccountsRequest,
|
|
473
|
+
cb?: (error: string, rep: CreateAccountsResponse) => void
|
|
474
|
+
): Promise<CreateAccountsResponse> {
|
|
475
|
+
return this.request("CreateAccounts", req, cb)
|
|
476
|
+
}
|
|
477
|
+
|
|
465
478
|
/**
|
|
466
479
|
* 本接口(ActivateInstance)用于恢复已隔离的实例访问。
|
|
467
480
|
*/
|