tencentcloud-sdk-nodejs 4.0.574 → 4.0.575

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 (80) hide show
  1. package/CHANGELOG.md +241 -0
  2. package/SERVICE_CHANGELOG.md +348 -91
  3. package/package.json +1 -1
  4. package/products.md +22 -22
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/bma/index.ts +2 -2
  7. package/src/services/captcha/v20190722/captcha_models.ts +17 -6
  8. package/src/services/cdn/v20180606/cdn_models.ts +5 -5
  9. package/src/services/cii/index.ts +2 -2
  10. package/src/services/clb/v20180317/clb_models.ts +6 -0
  11. package/src/services/cvm/v20170312/cvm_models.ts +1 -1
  12. package/src/services/cwp/v20180228/cwp_client.ts +119 -29
  13. package/src/services/cwp/v20180228/cwp_models.ts +802 -35
  14. package/src/services/dbbrain/index.ts +2 -2
  15. package/src/services/dc/v20180410/dc_models.ts +16 -5
  16. package/src/services/iotvideo/index.ts +4 -4
  17. package/src/services/mongodb/index.ts +2 -2
  18. package/src/services/mongodb/v20190725/mongodb_client.ts +3 -3
  19. package/src/services/mongodb/v20190725/mongodb_models.ts +24 -18
  20. package/src/services/mps/v20190612/mps_client.ts +12 -2
  21. package/src/services/mps/v20190612/mps_models.ts +341 -54
  22. package/src/services/ocr/v20181119/ocr_models.ts +9 -9
  23. package/src/services/organization/index.ts +2 -2
  24. package/src/services/pts/v20210728/pts_models.ts +16 -4
  25. package/src/services/tbp/index.ts +2 -2
  26. package/src/services/tem/index.ts +2 -2
  27. package/src/services/teo/index.ts +2 -2
  28. package/src/services/thpc/index.ts +4 -4
  29. package/src/services/tione/v20211111/tione_models.ts +52 -7
  30. package/src/services/tke/v20180525/tke_models.ts +16 -3
  31. package/src/services/vm/index.ts +2 -2
  32. package/src/services/vod/v20180717/vod_client.ts +7 -6
  33. package/src/services/vod/v20180717/vod_models.ts +40 -14
  34. package/src/services/yunsou/index.ts +2 -2
  35. package/tencentcloud/common/sdk_version.d.ts +1 -1
  36. package/tencentcloud/common/sdk_version.js +1 -1
  37. package/tencentcloud/services/bma/index.d.ts +4 -4
  38. package/tencentcloud/services/bma/index.js +2 -2
  39. package/tencentcloud/services/captcha/v20190722/captcha_models.d.ts +15 -6
  40. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +5 -5
  41. package/tencentcloud/services/cii/index.d.ts +4 -4
  42. package/tencentcloud/services/cii/index.js +2 -2
  43. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +5 -0
  44. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +1 -1
  45. package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +37 -9
  46. package/tencentcloud/services/cwp/v20180228/cwp_client.js +54 -12
  47. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +674 -32
  48. package/tencentcloud/services/dbbrain/index.d.ts +4 -4
  49. package/tencentcloud/services/dbbrain/index.js +2 -2
  50. package/tencentcloud/services/dc/v20180410/dc_models.d.ts +14 -3
  51. package/tencentcloud/services/iotvideo/index.d.ts +6 -6
  52. package/tencentcloud/services/iotvideo/index.js +4 -4
  53. package/tencentcloud/services/mongodb/index.d.ts +4 -4
  54. package/tencentcloud/services/mongodb/index.js +2 -2
  55. package/tencentcloud/services/mongodb/v20190725/mongodb_client.d.ts +3 -3
  56. package/tencentcloud/services/mongodb/v20190725/mongodb_client.js +3 -3
  57. package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +21 -15
  58. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +291 -44
  59. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +9 -9
  60. package/tencentcloud/services/organization/index.d.ts +4 -4
  61. package/tencentcloud/services/organization/index.js +2 -2
  62. package/tencentcloud/services/pts/v20210728/pts_models.d.ts +14 -2
  63. package/tencentcloud/services/tbp/index.d.ts +4 -4
  64. package/tencentcloud/services/tbp/index.js +2 -2
  65. package/tencentcloud/services/tem/index.d.ts +4 -4
  66. package/tencentcloud/services/tem/index.js +2 -2
  67. package/tencentcloud/services/teo/index.d.ts +4 -4
  68. package/tencentcloud/services/teo/index.js +2 -2
  69. package/tencentcloud/services/thpc/index.d.ts +6 -6
  70. package/tencentcloud/services/thpc/index.js +4 -4
  71. package/tencentcloud/services/tione/v20211111/tione_models.d.ts +44 -7
  72. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +14 -3
  73. package/tencentcloud/services/vm/index.d.ts +4 -4
  74. package/tencentcloud/services/vm/index.js +2 -2
  75. package/tencentcloud/services/vod/v20180717/vod_client.d.ts +6 -6
  76. package/tencentcloud/services/vod/v20180717/vod_client.js +6 -6
  77. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +36 -14
  78. package/tencentcloud/services/yunsou/index.d.ts +4 -4
  79. package/tencentcloud/services/yunsou/index.js +2 -2
  80. package/test/cwp.v20180228.test.js +78 -8
package/products.md CHANGED
@@ -15,7 +15,7 @@
15
15
  | ape | [正版图库直通车](https://cloud.tencent.com/document/product/1181) | 2022-04-04 06:05:40 |
16
16
  | api | [云 API](https://cloud.tencent.com/document/product/1278) | 2023-01-05 01:02:52 |
17
17
  | apigateway | [API 网关](https://cloud.tencent.com/document/product/628) | 2023-03-30 01:02:33 |
18
- | apm | [应用性能观测](https://cloud.tencent.com/document/product/1463) | 2023-03-30 01:02:59 |
18
+ | apm | [应用性能观测](https://cloud.tencent.com/document/product/1463) | 2023-04-07 01:08:00 |
19
19
  | as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2023-03-30 01:03:04 |
20
20
  | asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2023-04-05 01:07:23 |
21
21
  | asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2023-03-30 01:03:34 |
@@ -23,7 +23,7 @@
23
23
  | batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2023-03-30 01:03:40 |
24
24
  | bda | [人体分析](https://cloud.tencent.com/document/product/1208) | 2023-03-30 01:03:52 |
25
25
  | bi | [商业智能分析 BI](https://cloud.tencent.com/document/product/590) | 2023-03-30 01:03:59 |
26
- | billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2023-04-05 01:07:58 |
26
+ | billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2023-04-07 01:09:17 |
27
27
  | bizlive | [商业直播](https://cloud.tencent.com/document/product) | 2020-03-10 01:08:07 |
28
28
  | bm | [黑石物理服务器CPM](https://cloud.tencent.com/document/product/386) | 2023-03-30 01:04:12 |
29
29
  | bma | [品牌经营管家](https://cloud.tencent.com/document/product/1296) | 2023-03-30 01:04:35 |
@@ -34,8 +34,8 @@
34
34
  | bri | [业务风险情报](https://cloud.tencent.com/document/product/1064) | 2021-01-07 08:02:40 |
35
35
  | bsca | [二进制软件成分分析](https://cloud.tencent.com/document/product/1483) | 2023-03-30 01:05:21 |
36
36
  | btoe | [区块链可信取证](https://cloud.tencent.com/document/product/1259) | 2023-03-30 01:05:24 |
37
- | cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2023-04-05 01:09:21 |
38
- | captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2023-03-30 01:06:31 |
37
+ | cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2023-04-07 01:11:22 |
38
+ | captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2023-04-06 20:55:55 |
39
39
  | car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2023-03-30 17:11:05 |
40
40
  | casb | [云访问安全代理](https://cloud.tencent.com/document/product/1303) | 2022-12-26 10:53:16 |
41
41
  | cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2023-03-30 01:06:39 |
@@ -43,7 +43,7 @@
43
43
  | ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2023-04-05 01:11:35 |
44
44
  | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-04-04 01:05:52 |
45
45
  | cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2023-03-30 01:08:00 |
46
- | cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2023-04-05 01:12:42 |
46
+ | cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2023-04-07 01:14:24 |
47
47
  | cds | [T-Sec-数据安全审计(DSA)](https://cloud.tencent.com/document/product/856) | 2023-03-30 01:08:37 |
48
48
  | cdwch | [云数据仓库 ClickHouse](https://cloud.tencent.com/document/product/1299) | 2023-04-03 01:07:25 |
49
49
  | cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2023-03-30 01:08:46 |
@@ -55,18 +55,18 @@
55
55
  | cim | [](https://cloud.tencent.com/document/product) | 2019-05-16 17:21:18 |
56
56
  | cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
57
57
  | ckafka | [消息队列 CKafka](https://cloud.tencent.com/document/product/597) | 2023-03-30 01:09:40 |
58
- | clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2023-04-03 01:08:55 |
58
+ | clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2023-04-07 01:16:50 |
59
59
  | cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2023-04-05 01:18:15 |
60
60
  | cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2023-03-30 01:10:35 |
61
61
  | cloudstudio | [Cloud Studio(云端 IDE)](https://cloud.tencent.com/document/product/1039) | 2023-04-05 01:18:28 |
62
- | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2023-04-05 01:18:40 |
62
+ | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2023-04-06 01:09:02 |
63
63
  | cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2023-03-30 01:11:29 |
64
64
  | cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2023-03-30 01:11:46 |
65
65
  | cms | [内容安全](https://cloud.tencent.com/document/product) | 2020-10-29 08:03:08 |
66
66
  | cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2023-03-30 01:11:55 |
67
67
  | cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
68
- | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2023-04-03 01:11:39 |
69
- | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2023-04-05 01:21:05 |
68
+ | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2023-04-07 01:20:16 |
69
+ | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2023-04-07 01:21:04 |
70
70
  | cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
71
71
  | cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2023-03-30 01:33:24 |
72
72
  | dasb | [T-Sec-堡垒机(BH)](https://cloud.tencent.com/document/product/1025) | 2023-03-30 01:33:45 |
@@ -74,7 +74,7 @@
74
74
  | dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2023-03-30 01:33:58 |
75
75
  | dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2023-04-03 01:14:22 |
76
76
  | dbdc | [云数据库独享集群](https://cloud.tencent.com/document/product/1322) | 2023-03-30 01:34:45 |
77
- | dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2023-03-30 01:34:49 |
77
+ | dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2023-04-07 01:43:48 |
78
78
  | dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2023-04-04 01:14:38 |
79
79
  | dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2023-03-31 01:20:34 |
80
80
  | dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2023-03-31 01:23:52 |
@@ -123,20 +123,20 @@
123
123
  | ivld | [媒体智能标签](https://cloud.tencent.com/document/product/1509) | 2023-03-30 01:43:25 |
124
124
  | keewidb | [云数据库 KeeWiDB](https://cloud.tencent.com/document/product/1520) | 2023-03-30 01:43:33 |
125
125
  | kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2023-03-30 01:43:44 |
126
- | lcic | [低代码互动课堂](https://cloud.tencent.com/document/product/1639) | 2023-04-05 01:45:00 |
126
+ | lcic | [低代码互动课堂](https://cloud.tencent.com/document/product/1639) | 2023-04-07 01:54:55 |
127
127
  | lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2023-04-03 01:23:59 |
128
128
  | live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-03-30 01:46:01 |
129
129
  | lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
130
130
  | lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
131
131
  | mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2023-03-30 01:46:35 |
132
- | market | [云市场](https://cloud.tencent.com/document/product/306) | 2023-04-04 01:31:50 |
132
+ | market | [云市场](https://cloud.tencent.com/document/product/306) | 2023-04-07 01:57:58 |
133
133
  | memcached | [云数据库Memcached](https://cloud.tencent.com/document/product/241) | 2023-03-30 01:46:55 |
134
134
  | mgobe | [游戏联机对战引擎](https://cloud.tencent.com/document/product/1038) | 2022-07-08 06:11:32 |
135
135
  | mmps | [小程序安全](https://cloud.tencent.com/document/product/1223) | 2023-03-30 01:46:57 |
136
136
  | mna | [移动网络加速](https://cloud.tencent.com/document/product/1385) | 2023-03-30 01:47:02 |
137
- | mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2023-03-31 01:36:51 |
138
- | monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2023-04-04 01:32:21 |
139
- | mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2023-03-30 01:48:34 |
137
+ | mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2023-04-07 01:58:18 |
138
+ | monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2023-04-07 01:58:41 |
139
+ | mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2023-04-07 02:02:58 |
140
140
  | mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2023-03-30 01:49:08 |
141
141
  | ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2023-03-30 01:49:16 |
142
142
  | msp | [迁移服务平台](https://cloud.tencent.com/document/product/659) | 2023-03-30 01:49:22 |
@@ -144,14 +144,14 @@
144
144
  | nlp | [自然语言处理](https://cloud.tencent.com/document/product/271) | 2023-03-30 01:49:26 |
145
145
  | npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
146
146
  | oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2023-03-30 01:49:33 |
147
- | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-04-04 01:34:31 |
147
+ | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-04-07 02:04:38 |
148
148
  | omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2023-03-31 01:39:55 |
149
149
  | organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2023-03-30 01:50:22 |
150
150
  | partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2023-03-30 01:50:28 |
151
151
  | pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2023-03-30 01:50:40 |
152
152
  | postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2023-03-30 01:50:44 |
153
153
  | privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2023-03-30 01:51:05 |
154
- | pts | [云压测](https://cloud.tencent.com/document/product/1484) | 2023-04-05 01:50:08 |
154
+ | pts | [云压测](https://cloud.tencent.com/document/product/1484) | 2023-04-07 02:06:22 |
155
155
  | rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2023-03-30 01:51:25 |
156
156
  | redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2023-03-31 01:41:24 |
157
157
  | region | [地域管理系统](https://cloud.tencent.com/document/product/1596) | 2023-03-30 01:51:52 |
@@ -187,7 +187,7 @@
187
187
  | tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
188
188
  | tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2023-03-30 01:57:46 |
189
189
  | tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2023-03-30 01:57:53 |
190
- | tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2023-04-04 01:43:09 |
190
+ | tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2023-04-07 02:11:38 |
191
191
  | tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2023-03-30 02:27:00 |
192
192
  | tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2023-03-30 02:27:07 |
193
193
  | tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-04-05 01:56:03 |
@@ -201,9 +201,9 @@
201
201
  | tics | [威胁情报云查服务](https://cloud.tencent.com/document/product/1013) | 2023-03-30 02:30:06 |
202
202
  | tiems | [腾讯云 TI 平台 TI-EMS ](https://cloud.tencent.com/document/product/1120) | 2022-07-19 06:19:39 |
203
203
  | tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2023-03-30 02:30:09 |
204
- | tione | [TI-ONE 训练平台](https://cloud.tencent.com/document/product/851) | 2023-03-30 02:30:26 |
204
+ | tione | [TI-ONE 训练平台](https://cloud.tencent.com/document/product/851) | 2023-04-07 02:48:14 |
205
205
  | tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2023-03-30 02:30:43 |
206
- | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2023-04-05 02:04:02 |
206
+ | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2023-04-07 02:49:45 |
207
207
  | tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
208
208
  | tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2023-03-30 02:45:27 |
209
209
  | tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2023-03-30 02:45:29 |
@@ -212,13 +212,13 @@
212
212
  | trro | [远程实时操控](https://cloud.tencent.com/document/product/1584) | 2023-04-05 02:05:51 |
213
213
  | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2023-03-30 02:45:48 |
214
214
  | tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2023-03-30 02:46:07 |
215
- | tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2023-04-04 01:50:53 |
215
+ | tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2023-04-07 02:51:53 |
216
216
  | tsw | [微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2023-03-30 02:47:12 |
217
217
  | tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2023-03-30 02:47:14 |
218
218
  | ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2023-03-30 02:47:18 |
219
219
  | vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2023-03-30 02:47:27 |
220
220
  | vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2023-03-30 02:47:30 |
221
- | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-04-04 01:52:17 |
221
+ | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-04-07 02:53:24 |
222
222
  | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-04-04 01:53:39 |
223
223
  | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-04-05 02:09:55 |
224
224
  | wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2023-03-30 02:49:55 |
@@ -1 +1 @@
1
- export const sdkVersion = "4.0.574"
1
+ export const sdkVersion = "4.0.575"
@@ -1,7 +1,7 @@
1
- import { v20221115 } from "./v20221115"
2
1
  import { v20210624 } from "./v20210624"
2
+ import { v20221115 } from "./v20221115"
3
3
 
4
4
  export const bma = {
5
- v20221115: v20221115,
6
5
  v20210624: v20210624,
6
+ v20221115: v20221115,
7
7
  }
@@ -707,13 +707,13 @@ export interface DescribeCaptchaResultResponse {
707
707
  21 diff 票据校验异常,可能的原因是(1)若Ticket包含terror前缀,一般是由于用户网络较差,导致前端自动容灾,而生成了容灾票据,业务侧可根据需要进行跳过或二次处理。(2)若Ticket不包含terror前缀,则是由于验证码风控系统发现请求有安全风险,业务侧可根据需要进行拦截。
708
708
  100 appid-secretkey-ticket mismatch 参数校验错误,(1)请检查CaptchaAppId与AppSecretKey是否正确,CaptchaAppId、AppSecretKey需要在验证码控制台【验证管理】>【基础配置】中获取(2)请检查传入的Ticket是否由传入的CaptchaAppId生成
709
709
  */
710
- CaptchaCode: number
710
+ CaptchaCode?: number
711
711
 
712
712
  /**
713
713
  * 状态描述及验证错误信息
714
714
  注意:此字段可能返回 null,表示取不到有效值。
715
715
  */
716
- CaptchaMsg: string
716
+ CaptchaMsg?: string
717
717
 
718
718
  /**
719
719
  * 无感验证模式下,该参数返回验证结果:
@@ -721,13 +721,24 @@ EvilLevel=0 请求无恶意
721
721
  EvilLevel=100 请求有恶意
722
722
  注意:此字段可能返回 null,表示取不到有效值。
723
723
  */
724
- EvilLevel: number
724
+ EvilLevel?: number
725
725
 
726
726
  /**
727
727
  * 前端获取验证码时间,时间戳格式
728
728
  注意:此字段可能返回 null,表示取不到有效值。
729
729
  */
730
- GetCaptchaTime: number
730
+ GetCaptchaTime?: number
731
+
732
+ /**
733
+ * 拦截类型
734
+ 注意:此字段可能返回 null,表示取不到有效值。
735
+ */
736
+ EvilBitmap?: number
737
+
738
+ /**
739
+ * 提交验证码时间
740
+ */
741
+ SubmitCaptchaTime?: number
731
742
 
732
743
  /**
733
744
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -1052,12 +1063,12 @@ export interface DescribeCaptchaResultRequest {
1052
1063
  AppSecretKey: string
1053
1064
 
1054
1065
  /**
1055
- * 业务 ID,网站或应用在多个业务中使用此服务,通过此 ID 区分统计数据
1066
+ * 预留字段
1056
1067
  */
1057
1068
  BusinessId?: number
1058
1069
 
1059
1070
  /**
1060
- * 场景 ID,网站或应用的业务下有多个场景使用此服务,通过此 ID 区分统计数据
1071
+ * 预留字段
1061
1072
  */
1062
1073
  SceneId?: number
1063
1074
 
@@ -4076,27 +4076,27 @@ export interface DescribeHttpsPackagesResponse {
4076
4076
  /**
4077
4077
  * HTTPS请求包总个数
4078
4078
  */
4079
- TotalCount: number
4079
+ TotalCount?: number
4080
4080
 
4081
4081
  /**
4082
4082
  * HTTPS请求包详情
4083
4083
  */
4084
- HttpsPackages: Array<HttpsPackage>
4084
+ HttpsPackages?: Array<HttpsPackage>
4085
4085
 
4086
4086
  /**
4087
4087
  * 即将过期的HTTPS请求包个数(7天内)
4088
4088
  */
4089
- ExpiringCount: number
4089
+ ExpiringCount?: number
4090
4090
 
4091
4091
  /**
4092
4092
  * 有效HTTPS请求包个数
4093
4093
  */
4094
- EnabledCount: number
4094
+ EnabledCount?: number
4095
4095
 
4096
4096
  /**
4097
4097
  * 付费HTTPS请求包个数
4098
4098
  */
4099
- PaidCount: number
4099
+ PaidCount?: number
4100
4100
 
4101
4101
  /**
4102
4102
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -1,7 +1,7 @@
1
- import { v20201210 } from "./v20201210"
2
1
  import { v20210408 } from "./v20210408"
2
+ import { v20201210 } from "./v20201210"
3
3
 
4
4
  export const cii = {
5
- v20201210: v20201210,
6
5
  v20210408: v20210408,
6
+ v20201210: v20201210,
7
7
  }
@@ -1319,6 +1319,12 @@ export interface IdleLoadBalancer {
1319
1319
  * 负载均衡类型标识,1:负载均衡,0:传统型负载均衡。
1320
1320
  */
1321
1321
  Forward: number
1322
+
1323
+ /**
1324
+ * 负载均衡域名
1325
+ 注意:此字段可能返回 null,表示取不到有效值。
1326
+ */
1327
+ Domain: string
1322
1328
  }
1323
1329
 
1324
1330
  /**
@@ -3924,7 +3924,7 @@ export interface ExportImagesRequest {
3924
3924
  */
3925
3925
  export interface ActionTimer {
3926
3926
  /**
3927
- * 定时器名称,目前仅支持销毁一个值:TerminateInstances。
3927
+ * 定时器动作,目前仅支持销毁一个值:TerminateInstances。
3928
3928
  注意:此字段可能返回 null,表示取不到有效值。
3929
3929
  */
3930
3930
  TimerAction?: string