tencentcloud-sdk-nodejs 4.0.664 → 4.0.666

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 (68) hide show
  1. package/CHANGELOG.md +367 -0
  2. package/SERVICE_CHANGELOG.md +389 -39
  3. package/package.json +1 -1
  4. package/products.md +23 -23
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/apigateway/v20180808/apigateway_models.ts +2 -2
  7. package/src/services/cdb/v20170320/cdb_models.ts +3 -3
  8. package/src/services/cfw/v20190904/cfw_models.ts +65 -35
  9. package/src/services/ckafka/v20190819/ckafka_models.ts +9 -0
  10. package/src/services/clb/v20180317/clb_client.ts +21 -9
  11. package/src/services/clb/v20180317/clb_models.ts +24 -0
  12. package/src/services/cls/v20201016/cls_models.ts +1 -1
  13. package/src/services/cynosdb/v20190107/cynosdb_models.ts +33 -3
  14. package/src/services/dasb/v20191018/dasb_client.ts +5 -3
  15. package/src/services/dasb/v20191018/dasb_models.ts +153 -73
  16. package/src/services/emr/v20190103/emr_client.ts +23 -10
  17. package/src/services/emr/v20190103/emr_models.ts +129 -52
  18. package/src/services/ess/v20201111/ess_models.ts +214 -85
  19. package/src/services/essbasic/v20210526/essbasic_client.ts +1 -1
  20. package/src/services/live/v20180801/live_models.ts +25 -17
  21. package/src/services/ssl/v20191205/ssl_models.ts +9 -0
  22. package/src/services/tcr/v20190924/tcr_client.ts +13 -1
  23. package/src/services/tcr/v20190924/tcr_models.ts +50 -2
  24. package/src/services/tcss/v20201101/tcss_models.ts +119 -45
  25. package/src/services/teo/v20220901/teo_models.ts +16 -3
  26. package/src/services/tione/v20211111/tione_client.ts +13 -1
  27. package/src/services/tione/v20211111/tione_models.ts +47 -2
  28. package/src/services/tke/v20180525/tke_models.ts +1 -1
  29. package/src/services/trp/v20210515/trp_models.ts +16 -2
  30. package/src/services/vpc/v20170312/vpc_models.ts +2 -2
  31. package/src/services/waf/v20180125/waf_models.ts +35 -6
  32. package/tencentcloud/common/sdk_version.d.ts +1 -1
  33. package/tencentcloud/common/sdk_version.js +1 -1
  34. package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +2 -2
  35. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +3 -3
  36. package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +65 -35
  37. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +9 -0
  38. package/tencentcloud/services/clb/v20180317/clb_client.d.ts +9 -5
  39. package/tencentcloud/services/clb/v20180317/clb_client.js +11 -5
  40. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +22 -0
  41. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +1 -1
  42. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +33 -3
  43. package/tencentcloud/services/dasb/v20191018/dasb_client.d.ts +1 -1
  44. package/tencentcloud/services/dasb/v20191018/dasb_models.d.ts +150 -72
  45. package/tencentcloud/services/emr/v20190103/emr_client.d.ts +7 -3
  46. package/tencentcloud/services/emr/v20190103/emr_client.js +9 -3
  47. package/tencentcloud/services/emr/v20190103/emr_models.d.ts +126 -52
  48. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +214 -85
  49. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +1 -1
  50. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +1 -1
  51. package/tencentcloud/services/live/v20180801/live_models.d.ts +25 -17
  52. package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +9 -0
  53. package/tencentcloud/services/tcr/v20190924/tcr_client.d.ts +5 -1
  54. package/tencentcloud/services/tcr/v20190924/tcr_client.js +6 -0
  55. package/tencentcloud/services/tcr/v20190924/tcr_models.d.ts +48 -2
  56. package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +119 -45
  57. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +16 -3
  58. package/tencentcloud/services/tione/v20211111/tione_client.d.ts +5 -1
  59. package/tencentcloud/services/tione/v20211111/tione_client.js +6 -0
  60. package/tencentcloud/services/tione/v20211111/tione_models.d.ts +45 -2
  61. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +1 -1
  62. package/tencentcloud/services/trp/v20210515/trp_models.d.ts +16 -2
  63. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +2 -2
  64. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +35 -6
  65. package/test/clb.v20180317.test.js +12 -2
  66. package/test/emr.v20190103.test.js +12 -2
  67. package/test/tcr.v20190924.test.js +10 -0
  68. package/test/tione.v20211111.test.js +10 -0
package/products.md CHANGED
@@ -14,12 +14,12 @@
14
14
  | apcas | [汽车精准获客服务](https://cloud.tencent.com/document/product/1244) | 2022-04-04 06:05:36 |
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
- | apigateway | [API 网关](https://cloud.tencent.com/document/product/628) | 2023-08-01 01:01:56 |
17
+ | apigateway | [API 网关](https://cloud.tencent.com/document/product/628) | 2023-08-16 01:06:46 |
18
18
  | apm | [应用性能监控](https://cloud.tencent.com/document/product/1463) | 2023-07-18 01:07:24 |
19
19
  | as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2023-08-04 01:06:13 |
20
20
  | asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2023-08-14 01:07:26 |
21
21
  | asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2023-05-18 01:04:02 |
22
- | ba | [网站备案](https://cloud.tencent.com/document/product/243) | 2023-05-18 01:04:06 |
22
+ | ba | [网站备案](https://cloud.tencent.com/document/product/243) | 2023-08-15 01:02:52 |
23
23
  | batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2023-07-19 01:07:48 |
24
24
  | bda | [人体分析](https://cloud.tencent.com/document/product/1208) | 2023-06-26 01:08:49 |
25
25
  | bi | [商业智能分析 BI](https://cloud.tencent.com/document/product/590) | 2023-08-10 01:03:11 |
@@ -36,30 +36,30 @@
36
36
  | btoe | [区块链可信取证](https://cloud.tencent.com/document/product/1259) | 2023-05-18 01:06:44 |
37
37
  | cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2023-08-11 01:04:42 |
38
38
  | captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2023-08-04 01:07:04 |
39
- | car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2023-05-31 01:09:58 |
39
+ | car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2023-08-15 01:05:14 |
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-05-18 01:07:39 |
42
42
  | cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2023-08-04 01:07:16 |
43
43
  | ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2023-08-08 01:09:59 |
44
- | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-08-10 01:05:52 |
44
+ | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-08-16 01:11:07 |
45
45
  | cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2023-07-28 01:11:59 |
46
46
  | cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2023-08-04 01:07:45 |
47
47
  | cds | [T-Sec-数据安全审计(DSA)](https://cloud.tencent.com/document/product/856) | 2023-05-18 01:10:41 |
48
48
  | cdwch | [云数据仓库 ClickHouse](https://cloud.tencent.com/document/product/1299) | 2023-07-20 01:14:55 |
49
49
  | cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2023-08-07 01:07:52 |
50
50
  | cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2023-07-27 01:09:08 |
51
- | cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2023-07-14 01:08:16 |
51
+ | cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2023-08-15 01:07:59 |
52
52
  | chdfs | [云 HDFS](https://cloud.tencent.com/document/product/1105) | 2023-05-31 01:12:53 |
53
53
  | ciam | [账号风控平台](https://cloud.tencent.com/document/product/1441) | 2023-07-06 01:13:25 |
54
54
  | cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2023-05-18 01:12:07 |
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
- | ckafka | [消息队列 CKafka](https://cloud.tencent.com/document/product/597) | 2023-08-14 01:12:57 |
58
- | clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2023-08-07 01:08:20 |
57
+ | ckafka | [消息队列 CKafka](https://cloud.tencent.com/document/product/597) | 2023-08-15 01:08:44 |
58
+ | clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2023-08-15 01:09:13 |
59
59
  | cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2023-05-18 01:13:28 |
60
60
  | cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2023-05-18 01:13:36 |
61
61
  | cloudstudio | [Cloud Studio(云端 IDE)](https://cloud.tencent.com/document/product/1039) | 2023-08-03 01:03:28 |
62
- | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2023-08-14 01:14:15 |
62
+ | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2023-08-15 01:10:08 |
63
63
  | cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2023-08-09 01:16:08 |
64
64
  | cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2023-08-03 01:03:52 |
65
65
  | cms | [内容安全](https://cloud.tencent.com/document/product/669) | 2023-07-11 01:11:56 |
@@ -70,8 +70,8 @@
70
70
  | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2023-08-11 01:15:11 |
71
71
  | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2023-08-07 01:09:27 |
72
72
  | cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
73
- | cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2023-08-10 01:13:25 |
74
- | dasb | [T-Sec-堡垒机(BH)](https://cloud.tencent.com/document/product/1025) | 2023-08-08 01:15:01 |
73
+ | cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2023-08-16 01:18:52 |
74
+ | dasb | [T-Sec-堡垒机(BH)](https://cloud.tencent.com/document/product/1025) | 2023-08-16 01:19:34 |
75
75
  | dataintegration | [数据接入平台](https://cloud.tencent.com/document/product/1591) | 2022-07-26 15:32:15 |
76
76
  | dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2023-05-18 01:20:11 |
77
77
  | dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2023-07-14 01:15:28 |
@@ -91,10 +91,10 @@
91
91
  | ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2023-08-11 01:20:26 |
92
92
  | eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2023-05-18 01:25:40 |
93
93
  | eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-08-10 01:17:44 |
94
- | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2023-08-01 01:21:59 |
94
+ | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2023-08-16 01:23:36 |
95
95
  | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2023-08-14 01:22:50 |
96
- | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-08-11 01:21:52 |
97
- | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-08-14 01:23:26 |
96
+ | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-08-16 01:24:09 |
97
+ | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-08-15 11:16:13 |
98
98
  | facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2023-07-27 01:13:31 |
99
99
  | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-08-01 01:24:47 |
100
100
  | fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2023-07-14 14:55:45 |
@@ -128,7 +128,7 @@
128
128
  | kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2023-05-18 01:35:58 |
129
129
  | lcic | [低代码互动课堂](https://cloud.tencent.com/document/product/1639) | 2023-08-11 01:27:55 |
130
130
  | lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2023-08-10 01:27:25 |
131
- | live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-08-11 01:28:41 |
131
+ | live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-08-16 01:33:17 |
132
132
  | lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
133
133
  | lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
134
134
  | mall | [商场客留大数据](https://cloud.tencent.com/document/product/1707) | 2023-07-17 10:16:02 |
@@ -172,7 +172,7 @@
172
172
  | solar | [智汇零售](https://cloud.tencent.com/document/product) | 2020-03-19 08:01:59 |
173
173
  | sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2023-08-07 01:16:11 |
174
174
  | ssa | [安全运营中心](https://cloud.tencent.com/document/product/664) | 2023-07-26 01:34:12 |
175
- | ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) | 2023-08-09 01:45:30 |
175
+ | ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) | 2023-08-16 01:40:52 |
176
176
  | sslpod | [证书监控 SSLPod](https://cloud.tencent.com/document/product/1084) | 2023-05-18 01:49:36 |
177
177
  | ssm | [凭据管理系统](https://cloud.tencent.com/document/product/1140) | 2023-05-18 01:49:41 |
178
178
  | sts | [安全凭证服务](https://cloud.tencent.com/document/product/1312) | 2023-07-19 01:39:05 |
@@ -191,14 +191,14 @@
191
191
  | tchd | [腾讯云健康看板](https://cloud.tencent.com/document/product/1688) | 2023-08-10 01:37:37 |
192
192
  | tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
193
193
  | tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2023-06-06 01:55:42 |
194
- | tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2023-07-07 01:50:00 |
195
- | tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2023-08-14 01:39:44 |
194
+ | tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2023-08-15 01:36:55 |
195
+ | tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2023-08-15 01:37:37 |
196
196
  | tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2023-06-21 01:36:25 |
197
197
  | tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2023-07-24 01:49:20 |
198
198
  | tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-08-14 01:41:40 |
199
199
  | tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2023-05-18 01:55:50 |
200
200
  | tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2023-05-22 02:01:01 |
201
- | teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-08-04 01:18:31 |
201
+ | teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-08-16 01:45:46 |
202
202
  | thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2023-07-07 01:53:45 |
203
203
  | tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
204
204
  | tic | [资源编排 TIC](https://cloud.tencent.com/document/product/1213) | 2023-05-18 01:58:19 |
@@ -206,16 +206,16 @@
206
206
  | tics | [威胁情报云查服务](https://cloud.tencent.com/document/product/1013) | 2023-05-18 01:58:24 |
207
207
  | tiems | [腾讯云 TI 平台 TI-EMS ](https://cloud.tencent.com/document/product/1120) | 2022-07-19 06:19:39 |
208
208
  | tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2023-07-10 01:48:50 |
209
- | tione | [TI-ONE 训练平台](https://cloud.tencent.com/document/product/851) | 2023-08-10 01:41:45 |
209
+ | tione | [TI-ONE 训练平台](https://cloud.tencent.com/document/product/851) | 2023-08-14 21:50:46 |
210
210
  | tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2023-08-10 01:42:10 |
211
- | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2023-08-10 01:42:34 |
211
+ | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2023-08-16 01:47:56 |
212
212
  | tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
213
213
  | tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2023-05-18 02:01:07 |
214
214
  | tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2023-07-28 01:54:14 |
215
215
  | tourism | [文旅客情大数据](https://cloud.tencent.com/document/product/1684) | 2023-08-10 01:43:37 |
216
216
  | trdp | [流量风险决策平台](https://cloud.tencent.com/document/product/1604) | 2023-05-18 02:01:19 |
217
217
  | trocket | [消息队列 RocketMQ 版](https://cloud.tencent.com/document/product/1493) | 2023-08-07 10:45:38 |
218
- | trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2023-07-10 01:51:20 |
218
+ | trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2023-08-15 01:44:16 |
219
219
  | trro | [远程实时操控](https://cloud.tencent.com/document/product/1584) | 2023-07-18 01:53:24 |
220
220
  | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2023-08-10 01:44:04 |
221
221
  | tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2023-08-11 01:44:23 |
@@ -226,9 +226,9 @@
226
226
  | vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2023-05-18 02:04:19 |
227
227
  | vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2023-05-18 02:04:23 |
228
228
  | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-08-11 01:45:58 |
229
- | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-08-14 01:49:39 |
229
+ | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-08-16 01:52:14 |
230
230
  | vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2023-07-18 01:58:58 |
231
- | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-07-31 01:50:43 |
231
+ | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-08-16 01:55:44 |
232
232
  | wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2023-07-18 01:59:28 |
233
233
  | wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-08-10 01:48:52 |
234
234
  | wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
@@ -1 +1 @@
1
- export const sdkVersion = "4.0.664"
1
+ export const sdkVersion = "4.0.666"
@@ -3762,7 +3762,7 @@ export interface CreateApiRequest {
3762
3762
  */
3763
3763
  ServiceId: string
3764
3764
  /**
3765
- * API 的后端服务类型。支持HTTP、MOCK、TSF、SCF、WEBSOCKET、TARGET(内测)。
3765
+ * API 的后端服务类型。支持HTTP、MOCK、TSF、SCF、EB、TARGET、VPC、UPSTREAM、GRPC、COS、WEBSOCKET。
3766
3766
  */
3767
3767
  ServiceType: string
3768
3768
  /**
@@ -6041,7 +6041,7 @@ export interface AttachPluginResponse {
6041
6041
  /**
6042
6042
  * 绑定操作是否成功。
6043
6043
  */
6044
- Result: boolean
6044
+ Result?: boolean
6045
6045
  /**
6046
6046
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
6047
6047
  */
@@ -414,7 +414,7 @@ export interface DescribeRollbackRangeTimeRequest {
414
414
  */
415
415
  InstanceIds: Array<string>
416
416
  /**
417
- * 克隆实例与源实例是否在同一可用区,是:"false",否:"true"
417
+ * 克隆实例与源实例是否在异地可用区,是:"true",否:"false"
418
418
  */
419
419
  IsRemoteZone?: string
420
420
  /**
@@ -2016,11 +2016,11 @@ export interface DescribeRollbackRangeTimeResponse {
2016
2016
  /**
2017
2017
  * 符合查询条件的实例总数。
2018
2018
  */
2019
- TotalCount: number
2019
+ TotalCount?: number
2020
2020
  /**
2021
2021
  * 返回的参数信息。
2022
2022
  */
2023
- Items: Array<InstanceRollbackRangeTime>
2023
+ Items?: Array<InstanceRollbackRangeTime>
2024
2024
  /**
2025
2025
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2026
2026
  */
@@ -1251,6 +1251,16 @@ export interface VpcDnsInfo {
1251
1251
  * 0:开关关闭 , 1: 开关打开
1252
1252
  */
1253
1253
  SwitchStatus: number
1254
+ /**
1255
+ * 0:未防护, 1: 已防护,2:忽略此字段
1256
+ 注意:此字段可能返回 null,表示取不到有效值。
1257
+ */
1258
+ ProtectedStatus?: number
1259
+ /**
1260
+ * 是否支持DNS FW,0-不支持、1-支持
1261
+ 注意:此字段可能返回 null,表示取不到有效值。
1262
+ */
1263
+ SupportDNSFW?: number
1254
1264
  }
1255
1265
 
1256
1266
  /**
@@ -3302,70 +3312,70 @@ export interface NatInstanceInfo {
3302
3312
  /**
3303
3313
  * nat实例id
3304
3314
  */
3305
- NatinsId: string
3315
+ NatinsId?: string
3306
3316
  /**
3307
3317
  * nat实例名称
3308
3318
  */
3309
- NatinsName: string
3319
+ NatinsName?: string
3310
3320
  /**
3311
3321
  * 实例所在地域
3312
3322
  */
3313
- Region: string
3323
+ Region?: string
3314
3324
  /**
3315
3325
  * 0: 新增模式,1:接入模式
3316
3326
  */
3317
- FwMode: number
3327
+ FwMode?: number
3318
3328
  /**
3319
3329
  * 实例带宽大小 Mbps
3320
3330
  */
3321
- BandWidth: number
3331
+ BandWidth?: number
3322
3332
  /**
3323
3333
  * 入向带宽峰值 bps
3324
3334
  */
3325
- InFlowMax: number
3335
+ InFlowMax?: number
3326
3336
  /**
3327
3337
  * 出向带宽峰值 bps
3328
3338
  */
3329
- OutFlowMax: number
3339
+ OutFlowMax?: number
3330
3340
  /**
3331
3341
  * 地域中文信息
3332
3342
  */
3333
- RegionZh: string
3343
+ RegionZh?: string
3334
3344
  /**
3335
3345
  * 公网ip数组
3336
3346
  注意:此字段可能返回 null,表示取不到有效值。
3337
3347
  */
3338
- EipAddress: Array<string>
3348
+ EipAddress?: Array<string>
3339
3349
  /**
3340
3350
  * 内外使用ip数组
3341
3351
  注意:此字段可能返回 null,表示取不到有效值。
3342
3352
  */
3343
- VpcIp: Array<string>
3353
+ VpcIp?: Array<string>
3344
3354
  /**
3345
3355
  * 实例关联子网数组
3346
3356
  注意:此字段可能返回 null,表示取不到有效值。
3347
3357
  */
3348
- Subnets: Array<string>
3358
+ Subnets?: Array<string>
3349
3359
  /**
3350
3360
  * 0 :正常 1:正在初始化
3351
3361
  注意:此字段可能返回 null,表示取不到有效值。
3352
3362
  */
3353
- Status: number
3363
+ Status?: number
3354
3364
  /**
3355
3365
  * 地域区域信息
3356
3366
  注意:此字段可能返回 null,表示取不到有效值。
3357
3367
  */
3358
- RegionDetail: string
3368
+ RegionDetail?: string
3359
3369
  /**
3360
3370
  * 实例所在可用区
3361
3371
  注意:此字段可能返回 null,表示取不到有效值。
3362
3372
  */
3363
- ZoneZh: string
3373
+ ZoneZh?: string
3364
3374
  /**
3365
3375
  * 实例所在可用区
3366
3376
  注意:此字段可能返回 null,表示取不到有效值。
3367
3377
  */
3368
- ZoneZhBak: string
3378
+ ZoneZhBak?: string
3369
3379
  /**
3370
3380
  * 已使用规则数
3371
3381
  注意:此字段可能返回 null,表示取不到有效值。
@@ -3376,6 +3386,16 @@ export interface NatInstanceInfo {
3376
3386
  注意:此字段可能返回 null,表示取不到有效值。
3377
3387
  */
3378
3388
  RuleMax?: number
3389
+ /**
3390
+ * 实例引擎版本
3391
+ 注意:此字段可能返回 null,表示取不到有效值。
3392
+ */
3393
+ EngineVersion?: string
3394
+ /**
3395
+ * 引擎是否可升级:0,不可升级;1,可升级
3396
+ 注意:此字段可能返回 null,表示取不到有效值。
3397
+ */
3398
+ UpdateEnable?: number
3379
3399
  }
3380
3400
 
3381
3401
  /**
@@ -3755,100 +3775,100 @@ export interface DescAcItem {
3755
3775
  * 访问源
3756
3776
  注意:此字段可能返回 null,表示取不到有效值。
3757
3777
  */
3758
- SourceContent: string
3778
+ SourceContent?: string
3759
3779
  /**
3760
3780
  * 访问目的
3761
3781
  注意:此字段可能返回 null,表示取不到有效值。
3762
3782
  */
3763
- TargetContent: string
3783
+ TargetContent?: string
3764
3784
  /**
3765
3785
  * 协议
3766
3786
  注意:此字段可能返回 null,表示取不到有效值。
3767
3787
  */
3768
- Protocol: string
3788
+ Protocol?: string
3769
3789
  /**
3770
3790
  * 端口
3771
3791
  注意:此字段可能返回 null,表示取不到有效值。
3772
3792
  */
3773
- Port: string
3793
+ Port?: string
3774
3794
  /**
3775
3795
  * 访问控制策略中设置的流量通过云防火墙的方式。取值: accept:放行 drop:拒绝 log:观察
3776
3796
  注意:此字段可能返回 null,表示取不到有效值。
3777
3797
  */
3778
- RuleAction: string
3798
+ RuleAction?: string
3779
3799
  /**
3780
3800
  * 描述
3781
3801
  注意:此字段可能返回 null,表示取不到有效值。
3782
3802
  */
3783
- Description: string
3803
+ Description?: string
3784
3804
  /**
3785
3805
  * 命中次数
3786
3806
  */
3787
- Count: number
3807
+ Count?: number
3788
3808
  /**
3789
3809
  * 执行顺序
3790
3810
  */
3791
- OrderIndex: number
3811
+ OrderIndex?: number
3792
3812
  /**
3793
3813
  * 访问源类型:入向规则时类型可以为 ip,net,template,location;出向规则时可以为 ip,net,template,instance,group,tag
3794
3814
  注意:此字段可能返回 null,表示取不到有效值。
3795
3815
  */
3796
- SourceType: string
3816
+ SourceType?: string
3797
3817
  /**
3798
3818
  * 访问目的类型:入向规则时类型可以为ip,net,template,instance,group,tag;出向规则时可以为 ip,net,domain,template,location
3799
3819
  注意:此字段可能返回 null,表示取不到有效值。
3800
3820
  */
3801
- TargetType: string
3821
+ TargetType?: string
3802
3822
  /**
3803
3823
  * 规则对应的唯一id
3804
3824
  注意:此字段可能返回 null,表示取不到有效值。
3805
3825
  */
3806
- Uuid: number
3826
+ Uuid?: number
3807
3827
  /**
3808
3828
  * 规则有效性
3809
3829
  注意:此字段可能返回 null,表示取不到有效值。
3810
3830
  */
3811
- Invalid: number
3831
+ Invalid?: number
3812
3832
  /**
3813
3833
  * 0为正常规则,1为地域规则
3814
3834
  注意:此字段可能返回 null,表示取不到有效值。
3815
3835
  */
3816
- IsRegion: number
3836
+ IsRegion?: number
3817
3837
  /**
3818
3838
  * 国家id
3819
3839
  注意:此字段可能返回 null,表示取不到有效值。
3820
3840
  */
3821
- CountryCode: number
3841
+ CountryCode?: number
3822
3842
  /**
3823
3843
  * 城市id
3824
3844
  注意:此字段可能返回 null,表示取不到有效值。
3825
3845
  */
3826
- CityCode: number
3846
+ CityCode?: number
3827
3847
  /**
3828
3848
  * 国家名称
3829
3849
  注意:此字段可能返回 null,表示取不到有效值。
3830
3850
  */
3831
- CountryName: string
3851
+ CountryName?: string
3832
3852
  /**
3833
3853
  * 省名称
3834
3854
  注意:此字段可能返回 null,表示取不到有效值。
3835
3855
  */
3836
- CityName: string
3856
+ CityName?: string
3837
3857
  /**
3838
3858
  * 云厂商code
3839
3859
  注意:此字段可能返回 null,表示取不到有效值。
3840
3860
  */
3841
- CloudCode: string
3861
+ CloudCode?: string
3842
3862
  /**
3843
3863
  * 0为正常规则,1为云厂商规则
3844
3864
  注意:此字段可能返回 null,表示取不到有效值。
3845
3865
  */
3846
- IsCloud: number
3866
+ IsCloud?: number
3847
3867
  /**
3848
3868
  * 规则状态,true表示启用,false表示禁用
3849
3869
  注意:此字段可能返回 null,表示取不到有效值。
3850
3870
  */
3851
- Enable: string
3871
+ Enable?: string
3852
3872
  /**
3853
3873
  * 规则方向:1,入向;0,出向
3854
3874
  注意:此字段可能返回 null,表示取不到有效值。
@@ -3874,6 +3894,16 @@ export interface DescAcItem {
3874
3894
  注意:此字段可能返回 null,表示取不到有效值。
3875
3895
  */
3876
3896
  BetaList?: Array<BetaInfoByACL>
3897
+ /**
3898
+ * 生效范围:serial,串行;side,旁路;all,全局
3899
+ 注意:此字段可能返回 null,表示取不到有效值。
3900
+ */
3901
+ Scope?: string
3902
+ /**
3903
+ * 互联网边界防火墙使用的内部规则id
3904
+ 注意:此字段可能返回 null,表示取不到有效值。
3905
+ */
3906
+ InternetBorderUuid?: string
3877
3907
  }
3878
3908
 
3879
3909
  /**
@@ -3927,38 +3927,47 @@ export interface DatahubTopicResp {
3927
3927
  export interface RecordMapping {
3928
3928
  /**
3929
3929
  * 消息的 key 名称
3930
+ 注意:此字段可能返回 null,表示取不到有效值。
3930
3931
  */
3931
3932
  JsonKey?: string
3932
3933
  /**
3933
3934
  * 消息类型
3935
+ 注意:此字段可能返回 null,表示取不到有效值。
3934
3936
  */
3935
3937
  Type?: string
3936
3938
  /**
3937
3939
  * 消息是否允许为空
3940
+ 注意:此字段可能返回 null,表示取不到有效值。
3938
3941
  */
3939
3942
  AllowNull?: boolean
3940
3943
  /**
3941
3944
  * 对应映射列名称
3945
+ 注意:此字段可能返回 null,表示取不到有效值。
3942
3946
  */
3943
3947
  ColumnName?: string
3944
3948
  /**
3945
3949
  * 数据库表额外字段
3950
+ 注意:此字段可能返回 null,表示取不到有效值。
3946
3951
  */
3947
3952
  ExtraInfo?: string
3948
3953
  /**
3949
3954
  * 当前列大小
3955
+ 注意:此字段可能返回 null,表示取不到有效值。
3950
3956
  */
3951
3957
  ColumnSize?: string
3952
3958
  /**
3953
3959
  * 当前列精度
3960
+ 注意:此字段可能返回 null,表示取不到有效值。
3954
3961
  */
3955
3962
  DecimalDigits?: string
3956
3963
  /**
3957
3964
  * 是否为自增列
3965
+ 注意:此字段可能返回 null,表示取不到有效值。
3958
3966
  */
3959
3967
  AutoIncrement?: boolean
3960
3968
  /**
3961
3969
  * 数据库表默认参数
3970
+ 注意:此字段可能返回 null,表示取不到有效值。
3962
3971
  */
3963
3972
  DefaultValue?: string
3964
3973
  }
@@ -135,6 +135,7 @@ import {
135
135
  LBChargePrepaid,
136
136
  ClassicalListener,
137
137
  DeleteLoadBalancerRequest,
138
+ ModifyLoadBalancersProjectRequest,
138
139
  CertificateInput,
139
140
  ResourceAvailability,
140
141
  DescribeCustomizedConfigAssociateListResponse,
@@ -228,6 +229,7 @@ import {
228
229
  DescribeClassicalLBTargetsResponse,
229
230
  RewriteLocationMap,
230
231
  ModifyTargetPortRequest,
232
+ ModifyLoadBalancersProjectResponse,
231
233
  DescribeLoadBalancersResponse,
232
234
  DescribeLBListenersResponse,
233
235
  TargetGroupInfo,
@@ -627,6 +629,18 @@ export class Client extends AbstractClient {
627
629
  return this.request("AssociateTargetGroups", req, cb)
628
630
  }
629
631
 
632
+ /**
633
+ * SetLoadBalancerSecurityGroups 接口支持对一个公网负载均衡实例执行设置(绑定、解绑)安全组操作。查询一个负载均衡实例目前已绑定的安全组,可使用 DescribeLoadBalancers 接口。本接口是set语义,
634
+ 绑定操作时,入参需要传入负载均衡实例要绑定的所有安全组(已绑定的+新增绑定的)。
635
+ 解绑操作时,入参需要传入负载均衡实例执行解绑后所绑定的所有安全组;如果要解绑所有安全组,可不传此参数,或传入空数组。注意:内网负载均衡不支持绑定安全组。
636
+ */
637
+ async SetLoadBalancerSecurityGroups(
638
+ req: SetLoadBalancerSecurityGroupsRequest,
639
+ cb?: (error: string, rep: SetLoadBalancerSecurityGroupsResponse) => void
640
+ ): Promise<SetLoadBalancerSecurityGroupsResponse> {
641
+ return this.request("SetLoadBalancerSecurityGroups", req, cb)
642
+ }
643
+
630
644
  /**
631
645
  * 查询后端云主机或弹性网卡绑定的负载均衡,支持弹性网卡和cvm查询。
632
646
  */
@@ -762,15 +776,13 @@ export class Client extends AbstractClient {
762
776
  }
763
777
 
764
778
  /**
765
- * SetLoadBalancerSecurityGroups 接口支持对一个公网负载均衡实例执行设置(绑定、解绑)安全组操作。查询一个负载均衡实例目前已绑定的安全组,可使用 DescribeLoadBalancers 接口。本接口是set语义,
766
- 绑定操作时,入参需要传入负载均衡实例要绑定的所有安全组(已绑定的+新增绑定的)。
767
- 解绑操作时,入参需要传入负载均衡实例执行解绑后所绑定的所有安全组;如果要解绑所有安全组,可不传此参数,或传入空数组。注意:内网负载均衡不支持绑定安全组。
768
- */
769
- async SetLoadBalancerSecurityGroups(
770
- req: SetLoadBalancerSecurityGroupsRequest,
771
- cb?: (error: string, rep: SetLoadBalancerSecurityGroupsResponse) => void
772
- ): Promise<SetLoadBalancerSecurityGroupsResponse> {
773
- return this.request("SetLoadBalancerSecurityGroups", req, cb)
779
+ * 修改一个或多个负载均衡实例所属项目。
780
+ */
781
+ async ModifyLoadBalancersProject(
782
+ req: ModifyLoadBalancersProjectRequest,
783
+ cb?: (error: string, rep: ModifyLoadBalancersProjectResponse) => void
784
+ ): Promise<ModifyLoadBalancersProjectResponse> {
785
+ return this.request("ModifyLoadBalancersProject", req, cb)
774
786
  }
775
787
 
776
788
  /**
@@ -2814,6 +2814,20 @@ export interface DeleteLoadBalancerRequest {
2814
2814
  LoadBalancerIds: Array<string>
2815
2815
  }
2816
2816
 
2817
+ /**
2818
+ * ModifyLoadBalancersProject请求参数结构体
2819
+ */
2820
+ export interface ModifyLoadBalancersProjectRequest {
2821
+ /**
2822
+ * 一个或多个待操作的负载均衡实例ID。
2823
+ */
2824
+ LoadBalancerIds: Array<string>
2825
+ /**
2826
+ * 项目ID。
2827
+ */
2828
+ ProjectId: number
2829
+ }
2830
+
2817
2831
  /**
2818
2832
  * 证书信息
2819
2833
  */
@@ -4947,6 +4961,16 @@ export interface ModifyTargetPortRequest {
4947
4961
  Url?: string
4948
4962
  }
4949
4963
 
4964
+ /**
4965
+ * ModifyLoadBalancersProject返回参数结构体
4966
+ */
4967
+ export interface ModifyLoadBalancersProjectResponse {
4968
+ /**
4969
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
4970
+ */
4971
+ RequestId?: string
4972
+ }
4973
+
4950
4974
  /**
4951
4975
  * DescribeLoadBalancers返回参数结构体
4952
4976
  */
@@ -5732,7 +5732,7 @@ export interface CreateDataTransformRequest {
5732
5732
  */
5733
5733
  EnableFlag?: number
5734
5734
  /**
5735
- * 加工任务目的topic_id以及别名
5735
+ * 加工任务目的topic_id以及别名,当FuncType=1时,该参数必填,当FuncType=2时,无需填写
5736
5736
  */
5737
5737
  DstResources?: Array<DataTransformResouceInfo>
5738
5738
  /**