tencentcloud-sdk-nodejs 4.0.312 → 4.0.315

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.
Files changed (86) hide show
  1. package/CHANGELOG.md +394 -0
  2. package/SERVICE_CHANGELOG.md +466 -6
  3. package/package.json +1 -1
  4. package/products.md +24 -24
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/antiddos/v20200309/antiddos_models.ts +11 -0
  7. package/src/services/asr/v20190614/asr_models.ts +2 -2
  8. package/src/services/cls/v20201016/cls_models.ts +1 -1
  9. package/src/services/cpdp/v20190820/cpdp_client.ts +1 -0
  10. package/src/services/cpdp/v20190820/cpdp_models.ts +23 -1
  11. package/src/services/cwp/v20180228/cwp_client.ts +13 -0
  12. package/src/services/cwp/v20180228/cwp_models.ts +150 -0
  13. package/src/services/cynosdb/v20190107/cynosdb_client.ts +17 -4
  14. package/src/services/cynosdb/v20190107/cynosdb_models.ts +96 -37
  15. package/src/services/dcdb/v20180411/dcdb_models.ts +53 -47
  16. package/src/services/iai/v20180301/iai_models.ts +41 -41
  17. package/src/services/iai/v20200303/iai_models.ts +3 -3
  18. package/src/services/iecp/v20210914/iecp_client.ts +25 -1
  19. package/src/services/iecp/v20210914/iecp_models.ts +55 -9
  20. package/src/services/live/v20180801/live_models.ts +16 -0
  21. package/src/services/mariadb/v20170312/mariadb_models.ts +58 -52
  22. package/src/services/memcached/v20190318/memcached_models.ts +67 -66
  23. package/src/services/ocr/v20181119/ocr_client.ts +13 -1
  24. package/src/services/ocr/v20181119/ocr_models.ts +74 -17
  25. package/src/services/redis/v20180412/redis_client.ts +19 -5
  26. package/src/services/redis/v20180412/redis_models.ts +338 -70
  27. package/src/services/rum/v20210622/rum_models.ts +5 -5
  28. package/src/services/scf/v20180416/scf_models.ts +2 -2
  29. package/src/services/ses/v20201002/ses_models.ts +5 -0
  30. package/src/services/tcss/v20201101/tcss_client.ts +1 -0
  31. package/src/services/tcss/v20201101/tcss_models.ts +183 -0
  32. package/src/services/tdmq/v20200217/tdmq_client.ts +12 -0
  33. package/src/services/tdmq/v20200217/tdmq_models.ts +45 -0
  34. package/src/services/tsf/v20180326/tsf_models.ts +1 -1
  35. package/src/services/vod/v20180717/vod_client.ts +16 -0
  36. package/src/services/vod/v20180717/vod_models.ts +75 -0
  37. package/src/services/vpc/v20170312/vpc_client.ts +2 -2
  38. package/src/services/vpc/v20170312/vpc_models.ts +25 -5
  39. package/tencentcloud/common/sdk_version.d.ts +1 -1
  40. package/tencentcloud/common/sdk_version.js +1 -1
  41. package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +9 -0
  42. package/tencentcloud/services/asr/v20190614/asr_models.d.ts +2 -2
  43. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +1 -1
  44. package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +20 -1
  45. package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +5 -1
  46. package/tencentcloud/services/cwp/v20180228/cwp_client.js +6 -0
  47. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +123 -0
  48. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +5 -1
  49. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +6 -0
  50. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +83 -31
  51. package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +52 -47
  52. package/tencentcloud/services/iai/v20180301/iai_models.d.ts +41 -41
  53. package/tencentcloud/services/iai/v20200303/iai_models.d.ts +3 -3
  54. package/tencentcloud/services/iecp/v20210914/iecp_client.d.ts +9 -1
  55. package/tencentcloud/services/iecp/v20210914/iecp_client.js +12 -0
  56. package/tencentcloud/services/iecp/v20210914/iecp_models.d.ts +49 -8
  57. package/tencentcloud/services/live/v20180801/live_models.d.ts +13 -0
  58. package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +57 -52
  59. package/tencentcloud/services/memcached/v20190318/memcached_models.d.ts +65 -64
  60. package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +5 -1
  61. package/tencentcloud/services/ocr/v20181119/ocr_client.js +6 -0
  62. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +64 -15
  63. package/tencentcloud/services/redis/v20180412/redis_client.d.ts +10 -6
  64. package/tencentcloud/services/redis/v20180412/redis_client.js +11 -5
  65. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +290 -70
  66. package/tencentcloud/services/rum/v20210622/rum_models.d.ts +5 -5
  67. package/tencentcloud/services/scf/v20180416/scf_models.d.ts +2 -2
  68. package/tencentcloud/services/ses/v20201002/ses_models.d.ts +4 -0
  69. package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +152 -0
  70. package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +5 -1
  71. package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +6 -0
  72. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +38 -0
  73. package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +1 -1
  74. package/tencentcloud/services/vod/v20180717/vod_client.d.ts +8 -1
  75. package/tencentcloud/services/vod/v20180717/vod_client.js +9 -0
  76. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +64 -0
  77. package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +2 -2
  78. package/tencentcloud/services/vpc/v20170312/vpc_client.js +2 -2
  79. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +21 -5
  80. package/test/cwp.v20180228.test.js +10 -0
  81. package/test/cynosdb.v20190107.test.js +10 -0
  82. package/test/iecp.v20210914.test.js +20 -0
  83. package/test/ocr.v20181119.test.js +10 -0
  84. package/test/redis.v20180412.test.js +10 -0
  85. package/test/tdmq.v20200217.test.js +10 -0
  86. package/test/vod.v20180717.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-21 08:06:11 |
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-18 08:06:40 |
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 |
@@ -46,20 +46,20 @@
46
46
  | clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2022-03-03 08:03:01 |
47
47
  | cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2022-02-28 08:08:23 |
48
48
  | cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2022-02-21 08:03:43 |
49
- | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2022-03-18 08:09:03 |
49
+ | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2022-03-23 08:03:41 |
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-16 08:06:39 |
53
+ | cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2022-03-24 08:09:21 |
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-22 08:06:45 |
56
- | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2022-02-21 08:04:51 |
55
+ | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2022-03-23 08:04:21 |
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-22 08:07:32 |
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-22 08:07:59 |
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 |
@@ -79,7 +79,7 @@
79
79
  | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2022-03-22 08:09:17 |
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
- | fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2022-03-17 08:07:29 |
82
+ | fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2022-03-23 08:06:46 |
83
83
  | ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2022-02-21 08:07:05 |
84
84
  | gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2022-03-18 08:12:16 |
85
85
  | gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2022-03-22 08:09:44 |
@@ -88,10 +88,10 @@
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-02-21 08:07:37 |
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
- | iecp | [物联网边缘计算平台](https://cloud.tencent.com/document/product/1118) | 2022-03-17 08:08:16 |
94
+ | iecp | [物联网边缘计算平台](https://cloud.tencent.com/document/product/1118) | 2022-03-23 08:07:34 |
95
95
  | iir | [智能识图](https://cloud.tencent.com/document/product/1217) | 2022-02-21 08:07:57 |
96
96
  | ims | [图片内容检测](https://cloud.tencent.com/document/product/1125) | 2022-02-21 08:07:58 |
97
97
  | iot | [加速物联网套件](https://cloud.tencent.com/document/product/568) | 2022-02-21 08:07:59 |
@@ -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-22 08:11:37 |
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-22 08:11:57 |
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,19 +121,19 @@
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-18 08:15:31 |
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-21 08:14:58 |
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-21 08:15:09 |
135
- | scf | [云函数](https://cloud.tencent.com/document/product/583) | 2022-03-21 08:15:19 |
136
- | ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2022-03-16 08:13:30 |
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
+ | 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 |
139
139
  | sms | [短信](https://cloud.tencent.com/document/product/382) | 2022-02-23 08:11:58 |
@@ -157,11 +157,11 @@
157
157
  | tcex | [腾讯云释义](https://cloud.tencent.com/document/product/1266) | 2022-02-21 08:12:18 |
158
158
  | tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
159
159
  | tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2022-03-22 08:15:02 |
160
- | tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2022-02-21 08:12:20 |
161
- | tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2022-03-08 08:18:39 |
160
+ | tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2022-03-23 08:12:18 |
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-16 08:15:15 |
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
166
  | thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2022-02-21 08:13:08 |
167
167
  | tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
@@ -178,14 +178,14 @@
178
178
  | tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2022-02-21 08:13:41 |
179
179
  | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2022-03-11 08:15:26 |
180
180
  | tse | [腾讯云微服务引擎](https://cloud.tencent.com/document/product/1364) | 2022-03-15 08:16:57 |
181
- | tsf | [腾讯微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2022-03-01 08:14:14 |
181
+ | tsf | [腾讯微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2022-03-23 08:13:50 |
182
182
  | tsw | [腾讯微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2022-02-21 08:14:10 |
183
183
  | tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2022-02-21 08:14:11 |
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-22 08:17:08 |
188
- | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2022-03-22 08:17:30 |
187
+ | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2022-03-23 08:14:23 |
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.312"
1
+ export const sdkVersion = "4.0.315"
@@ -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?: Array<Vocab>
1090
+ VocabList: Array<Vocab>
1091
1091
 
1092
1092
  /**
1093
1093
  * 热词列表总数
1094
1094
  */
1095
- TotalCount?: number
1095
+ TotalCount: number
1096
1096
 
1097
1097
  /**
1098
1098
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -254,7 +254,7 @@ export interface ModifyTopicRequest {
254
254
  MaxSplitPartitions?: number
255
255
 
256
256
  /**
257
- * 生命周期,单位天;可取值范围1~366
257
+ * 生命周期,单位天,可取值范围1~3600。取值为3640时代表永久保存
258
258
  */
259
259
  Period?: number
260
260
  }
@@ -321,6 +321,7 @@ import {
321
321
  ApplyReconciliationFileResult,
322
322
  QueryOpenBankExternalSubMerchantBankAccountResponse,
323
323
  CreateRedInvoiceV2Request,
324
+ OpenBankApprovalGuideInfo,
324
325
  CreateOrderResponse,
325
326
  MultiApplyOrder,
326
327
  ModifyMerchantRequest,
@@ -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
  */
@@ -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
- DescribeInstanceSpecsRequest,
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
- DescribeClusterParamLogsResponse,
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
- PauseServerlessRequest,
88
+ DescribeInstanceSpecsRequest,
86
89
  UpgradeInstanceResponse,
87
- ModifyAccountParamsRequest,
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
  */