tencentcloud-sdk-nodejs 4.0.522 → 4.0.524

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 (71) hide show
  1. package/CHANGELOG.md +398 -0
  2. package/SERVICE_CHANGELOG.md +370 -93
  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/antiddos/v20200309/antiddos_client.ts +2 -3
  7. package/src/services/antiddos/v20200309/antiddos_models.ts +13 -3
  8. package/src/services/cdb/v20170320/cdb_models.ts +25 -0
  9. package/src/services/ckafka/v20190819/ckafka_models.ts +2 -2
  10. package/src/services/cls/v20201016/cls_models.ts +32 -16
  11. package/src/services/dayu/v20180709/dayu_models.ts +5 -0
  12. package/src/services/ess/v20201111/ess_client.ts +16 -3
  13. package/src/services/ess/v20201111/ess_models.ts +230 -161
  14. package/src/services/essbasic/v20210526/essbasic_client.ts +15 -2
  15. package/src/services/essbasic/v20210526/essbasic_models.ts +83 -13
  16. package/src/services/faceid/v20180301/faceid_models.ts +1 -1
  17. package/src/services/gme/v20180711/gme_client.ts +6 -6
  18. package/src/services/gme/v20180711/gme_models.ts +25 -25
  19. package/src/services/lcic/v20220817/lcic_client.ts +16 -2
  20. package/src/services/lcic/v20220817/lcic_models.ts +80 -25
  21. package/src/services/monitor/v20180724/monitor_client.ts +543 -290
  22. package/src/services/monitor/v20180724/monitor_models.ts +6085 -4792
  23. package/src/services/mps/v20190612/mps_models.ts +7 -0
  24. package/src/services/oceanus/v20190422/oceanus_models.ts +24 -12
  25. package/src/services/teo/v20220901/teo_models.ts +3 -2
  26. package/src/services/tiia/v20190529/tiia_client.ts +18 -0
  27. package/src/services/tiia/v20190529/tiia_models.ts +35 -0
  28. package/src/services/tiw/v20190919/tiw_models.ts +29 -11
  29. package/src/services/tke/v20180525/tke_models.ts +11 -1
  30. package/src/services/trp/v20210515/trp_models.ts +10 -0
  31. package/src/services/vod/v20180717/vod_models.ts +1 -1
  32. package/tencentcloud/common/sdk_version.d.ts +1 -1
  33. package/tencentcloud/common/sdk_version.js +1 -1
  34. package/tencentcloud/services/antiddos/v20200309/antiddos_client.d.ts +0 -1
  35. package/tencentcloud/services/antiddos/v20200309/antiddos_client.js +0 -1
  36. package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +11 -3
  37. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +20 -0
  38. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +2 -2
  39. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +30 -14
  40. package/tencentcloud/services/dayu/v20180709/dayu_models.d.ts +4 -0
  41. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +5 -1
  42. package/tencentcloud/services/ess/v20201111/ess_client.js +6 -0
  43. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +197 -138
  44. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +5 -1
  45. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +6 -0
  46. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +72 -13
  47. package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +1 -1
  48. package/tencentcloud/services/gme/v20180711/gme_client.d.ts +6 -6
  49. package/tencentcloud/services/gme/v20180711/gme_client.js +6 -6
  50. package/tencentcloud/services/gme/v20180711/gme_models.d.ts +25 -25
  51. package/tencentcloud/services/lcic/v20220817/lcic_client.d.ts +5 -1
  52. package/tencentcloud/services/lcic/v20220817/lcic_client.js +6 -0
  53. package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +68 -22
  54. package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +91 -11
  55. package/tencentcloud/services/monitor/v20180724/monitor_client.js +135 -15
  56. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +5383 -4272
  57. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +6 -0
  58. package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +22 -12
  59. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +3 -2
  60. package/tencentcloud/services/tiia/v20190529/tiia_client.d.ts +11 -1
  61. package/tencentcloud/services/tiia/v20190529/tiia_client.js +12 -0
  62. package/tencentcloud/services/tiia/v20190529/tiia_models.d.ts +30 -0
  63. package/tencentcloud/services/tiw/v20190919/tiw_models.d.ts +26 -11
  64. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +9 -1
  65. package/tencentcloud/services/trp/v20210515/trp_models.d.ts +8 -0
  66. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +1 -1
  67. package/test/ess.v20201111.test.js +10 -0
  68. package/test/essbasic.v20210526.test.js +10 -0
  69. package/test/lcic.v20220817.test.js +10 -0
  70. package/test/monitor.v20180724.test.js +210 -10
  71. package/test/tiia.v20190529.test.js +10 -0
package/products.md CHANGED
@@ -9,7 +9,7 @@
9
9
  | ame | [正版曲库直通车](https://cloud.tencent.com/document/product/1155) | 2022-04-15 06:01:25 |
10
10
  | ams | [音频内容安全](https://cloud.tencent.com/document/product/1219) | 2022-12-29 10:01:58 |
11
11
  | anicloud | [动效素材服务](https://cloud.tencent.com/document/product/1641) | 2022-12-21 18:48:21 |
12
- | antiddos | [T-Sec-DDoS防护(Anti-DDoS)](https://cloud.tencent.com/document/product/1021) | 2023-01-06 01:02:00 |
12
+ | antiddos | [T-Sec-DDoS防护(Anti-DDoS)](https://cloud.tencent.com/document/product/1021) | 2023-01-13 01:02:31 |
13
13
  | apcas | [汽车精准获客服务](https://cloud.tencent.com/document/product/1244) | 2022-04-04 06:05:36 |
14
14
  | ape | [正版图库直通车](https://cloud.tencent.com/document/product/1181) | 2022-04-04 06:05:40 |
15
15
  | api | [云 API](https://cloud.tencent.com/document/product/1278) | 2023-01-05 01:02:52 |
@@ -40,7 +40,7 @@
40
40
  | cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2022-12-12 01:11:14 |
41
41
  | cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2022-12-28 01:04:48 |
42
42
  | ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2023-01-09 01:07:34 |
43
- | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-01-04 01:07:30 |
43
+ | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-01-16 01:12:59 |
44
44
  | cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2022-12-15 01:12:58 |
45
45
  | cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2023-01-09 01:08:51 |
46
46
  | cds | [T-Sec-数据安全审计(DSA)](https://cloud.tencent.com/document/product/856) | 2022-10-31 06:15:53 |
@@ -53,24 +53,24 @@
53
53
  | cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2022-06-27 06:06:02 |
54
54
  | cim | [](https://cloud.tencent.com/document/product) | 2019-05-16 17:21:18 |
55
55
  | cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
56
- | ckafka | [消息队列 CKafka](https://cloud.tencent.com/document/product/597) | 2023-01-06 01:10:21 |
56
+ | ckafka | [消息队列 CKafka](https://cloud.tencent.com/document/product/597) | 2023-01-16 01:16:30 |
57
57
  | clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2023-01-04 01:11:19 |
58
58
  | cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2022-11-24 06:19:10 |
59
59
  | cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2022-12-14 01:17:29 |
60
60
  | cloudstudio | [Cloud Studio(云端 IDE)](https://cloud.tencent.com/document/product/1039) | 2022-10-31 06:18:55 |
61
- | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2022-12-30 01:14:12 |
61
+ | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2023-01-13 01:13:52 |
62
62
  | cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2022-12-05 06:32:09 |
63
63
  | cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2022-11-16 06:15:44 |
64
64
  | cms | [内容安全](https://cloud.tencent.com/document/product) | 2020-10-29 08:03:08 |
65
65
  | cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2022-12-28 11:40:24 |
66
66
  | cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
67
- | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2022-12-28 01:05:55 |
67
+ | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2023-01-13 01:16:48 |
68
68
  | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2023-01-12 01:12:53 |
69
69
  | cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
70
70
  | cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2023-01-02 01:17:01 |
71
71
  | dasb | [T-Sec-堡垒机(BH)](https://cloud.tencent.com/document/product/1025) | 2022-11-04 06:19:07 |
72
72
  | dataintegration | [数据接入平台](https://cloud.tencent.com/document/product/1591) | 2022-07-26 15:32:15 |
73
- | dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2022-07-29 06:07:15 |
73
+ | dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2023-01-13 01:19:41 |
74
74
  | dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2023-01-09 01:18:23 |
75
75
  | dbdc | [云数据库独享集群](https://cloud.tencent.com/document/product/1322) | 2022-11-23 06:23:05 |
76
76
  | dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2022-10-26 06:29:47 |
@@ -90,19 +90,19 @@
90
90
  | eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2022-11-16 06:22:42 |
91
91
  | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2023-01-11 01:21:05 |
92
92
  | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2022-12-12 01:25:49 |
93
- | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-01-11 01:21:38 |
94
- | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-01-11 15:01:01 |
93
+ | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-01-13 16:40:54 |
94
+ | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-01-13 16:41:14 |
95
95
  | facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2023-01-12 01:20:14 |
96
- | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-01-06 01:23:24 |
96
+ | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-01-13 01:26:39 |
97
97
  | fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2022-04-04 06:43:06 |
98
98
  | ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2022-04-04 06:43:12 |
99
99
  | gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2022-11-23 06:29:46 |
100
- | gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2023-01-12 01:21:12 |
100
+ | gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2023-01-16 01:33:23 |
101
101
  | gpm | [游戏玩家匹配](https://cloud.tencent.com/document/product/1294) | 2022-07-11 06:12:36 |
102
102
  | gs | [云游戏](https://cloud.tencent.com/document/product/1162) | 2022-12-21 15:17:42 |
103
103
  | gse | [游戏服务器伸缩](https://cloud.tencent.com/document/product/1165) | 2022-07-11 06:12:44 |
104
104
  | habo | [](https://cloud.tencent.com/document/product) | 2019-05-09 19:37:22 |
105
- | hasim | [高可用物联网卡](https://cloud.tencent.com/document/product/1482) | 2023-01-04 16:41:04 |
105
+ | hasim | [高可用物联网卡](https://cloud.tencent.com/document/product/1482) | 2023-01-13 01:28:00 |
106
106
  | hcm | [数学作业批改](https://cloud.tencent.com/document/product/1004) | 2023-01-12 01:21:36 |
107
107
  | iai | [人脸识别](https://cloud.tencent.com/document/product/867) | 2022-11-21 06:30:35 |
108
108
  | ic | [物联网卡](https://cloud.tencent.com/document/product/636) | 2022-11-18 06:30:40 |
@@ -120,7 +120,7 @@
120
120
  | irp | [智能推荐平台](https://cloud.tencent.com/document/product/1541) | 2022-12-20 01:38:37 |
121
121
  | ivld | [媒体智能标签](https://cloud.tencent.com/document/product/1509) | 2022-10-28 11:32:11 |
122
122
  | kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2022-12-13 10:37:12 |
123
- | lcic | [低代码互动课堂](https://cloud.tencent.com/document/product/1639) | 2023-01-10 01:31:38 |
123
+ | lcic | [低代码互动课堂](https://cloud.tencent.com/document/product/1639) | 2023-01-16 01:41:05 |
124
124
  | lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2023-01-09 01:31:39 |
125
125
  | live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-01-11 01:29:14 |
126
126
  | lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
@@ -132,15 +132,15 @@
132
132
  | mmps | [小程序安全](https://cloud.tencent.com/document/product/1223) | 2023-01-10 01:33:47 |
133
133
  | mna | [移动网络加速](https://cloud.tencent.com/document/product/1385) | 2022-11-17 11:16:37 |
134
134
  | mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2023-01-05 01:31:47 |
135
- | monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2023-01-02 01:32:07 |
136
- | mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2022-12-16 01:33:15 |
135
+ | monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2023-01-16 01:44:00 |
136
+ | mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2023-01-13 01:39:05 |
137
137
  | mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2022-12-08 01:38:36 |
138
138
  | ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2023-01-11 01:32:47 |
139
139
  | msp | [迁移服务平台](https://cloud.tencent.com/document/product/659) | 2022-04-04 07:00:13 |
140
140
  | mvj | [营销价值判断](https://cloud.tencent.com/document/product) | 2020-03-19 08:11:44 |
141
141
  | nlp | [自然语言处理](https://cloud.tencent.com/document/product/271) | 2022-12-15 10:27:58 |
142
142
  | npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
143
- | oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2022-11-24 06:45:29 |
143
+ | oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2023-01-13 01:40:40 |
144
144
  | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-01-10 01:36:47 |
145
145
  | organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2022-12-07 06:54:25 |
146
146
  | partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2022-11-17 06:38:25 |
@@ -188,22 +188,22 @@
188
188
  | tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-01-12 01:39:37 |
189
189
  | tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2022-12-06 07:10:10 |
190
190
  | tem | [弹性微服务 TEM](https://cloud.tencent.com/document/product/1371) | 2022-12-27 02:10:16 |
191
- | teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-01-10 01:48:46 |
191
+ | teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-01-16 02:10:35 |
192
192
  | thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2023-01-11 01:46:25 |
193
193
  | tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
194
194
  | tic | [资源编排 TIC](https://cloud.tencent.com/document/product/1213) | 2022-10-31 06:55:14 |
195
195
  | ticm | [智能鉴黄](https://cloud.tencent.com/document/product/864) | 2021-01-07 08:08:15 |
196
196
  | tics | [威胁情报云查服务](https://cloud.tencent.com/document/product/1013) | 2022-04-04 07:16:59 |
197
197
  | tiems | [腾讯云 TI 平台 TI-EMS ](https://cloud.tencent.com/document/product/1120) | 2022-07-19 06:19:39 |
198
- | tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2022-12-15 01:51:46 |
198
+ | tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2023-01-13 01:55:53 |
199
199
  | tione | [腾讯云 TI 平台 TI-ONE](https://cloud.tencent.com/document/product/851) | 2023-01-06 01:48:47 |
200
- | tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2022-12-13 10:56:59 |
201
- | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2023-01-09 01:50:43 |
200
+ | tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2023-01-16 02:13:33 |
201
+ | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2023-01-13 01:57:09 |
202
202
  | tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
203
203
  | tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2022-11-18 06:55:59 |
204
204
  | tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2023-01-09 01:52:45 |
205
205
  | trdp | [流量风险决策平台](https://cloud.tencent.com/document/product/1604) | 2022-12-07 07:14:03 |
206
- | trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2022-12-28 16:01:40 |
206
+ | trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2023-01-16 02:15:33 |
207
207
  | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2023-01-12 01:44:46 |
208
208
  | tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2022-10-31 06:58:14 |
209
209
  | tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2023-01-10 01:53:48 |
@@ -212,11 +212,11 @@
212
212
  | ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2022-04-04 07:22:44 |
213
213
  | vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2022-11-16 06:46:30 |
214
214
  | vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2022-04-04 07:22:54 |
215
- | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-01-11 01:52:34 |
215
+ | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-01-16 02:18:27 |
216
216
  | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-01-10 01:57:25 |
217
217
  | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-01-04 01:53:21 |
218
218
  | wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2022-10-12 07:10:28 |
219
- | wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-01-12 01:49:24 |
219
+ | wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-01-16 02:22:20 |
220
220
  | wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
221
221
  | yinsuda | [音速达直播音乐版权引擎](https://cloud.tencent.com/document/product/1592) | 2023-01-09 01:59:51 |
222
222
  | youmall | [](https://cloud.tencent.com/document/product) | 2019-01-11 11:24:15 |
@@ -1 +1 @@
1
- export const sdkVersion = "4.0.522"
1
+ export const sdkVersion = "4.0.524"
@@ -746,9 +746,8 @@ export class Client extends AbstractClient {
746
746
  }
747
747
 
748
748
  /**
749
- * 获取高防包资产实例列表
750
-
751
- */
749
+ * 获取高防包资产实例列表
750
+ */
752
751
  async DescribeListBGPInstances(
753
752
  req: DescribeListBGPInstancesRequest,
754
753
  cb?: (error: string, rep: DescribeListBGPInstancesResponse) => void
@@ -682,7 +682,7 @@ export interface DescribeListBGPInstancesRequest {
682
682
  FilterInstanceIdList?: Array<string>
683
683
 
684
684
  /**
685
- * 企业版搜索
685
+ * 企业版搜索, 1:包含重保护航套餐下的企业版列表, 2: 不包含重保护航套餐的企业版列表
686
686
  */
687
687
  FilterEnterpriseFlag?: number
688
688
 
@@ -710,6 +710,11 @@ export interface DescribeListBGPInstancesRequest {
710
710
  * 重保护航搜索
711
711
  */
712
712
  FilterConvoy?: number
713
+
714
+ /**
715
+ * 默认false;接口传true,返回数据中不包含高级信息,高级信息包含:InstanceList[0].Usage。
716
+ */
717
+ ExcludeAdvancedInfo?: boolean
713
718
  }
714
719
 
715
720
  /**
@@ -1173,6 +1178,11 @@ export interface L7RuleHealth {
1173
1178
  * 被动探测判定正常状态码,1xx =1, 2xx=2, 3xx=4, 4xx=8,5xx=16,多个状态码值加和
1174
1179
  */
1175
1180
  PassiveStatusCode?: number
1181
+
1182
+ /**
1183
+ * 被动探测配置状态,0: 正常,1:配置中,2:配置失败
1184
+ */
1185
+ PassiveStatus?: number
1176
1186
  }
1177
1187
 
1178
1188
  /**
@@ -5490,12 +5500,12 @@ export interface DescribeListBGPInstancesResponse {
5490
5500
  /**
5491
5501
  * 总数
5492
5502
  */
5493
- Total: number
5503
+ Total?: number
5494
5504
 
5495
5505
  /**
5496
5506
  * 高防包资产实例列表
5497
5507
  */
5498
- InstanceList: Array<BGPInstance>
5508
+ InstanceList?: Array<BGPInstance>
5499
5509
 
5500
5510
  /**
5501
5511
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -879,6 +879,16 @@ export interface DescribeDBInstancesRequest {
879
879
  * 标签键值
880
880
  */
881
881
  Tags?: Array<Tag>
882
+
883
+ /**
884
+ * 数据库代理 IP 。
885
+ */
886
+ ProxyVips?: Array<string>
887
+
888
+ /**
889
+ * 数据库代理 ID 。
890
+ */
891
+ ProxyIds?: Array<string>
882
892
  }
883
893
 
884
894
  /**
@@ -7700,6 +7710,21 @@ export interface CommonTimeWindow {
7700
7710
  * 周日的时间窗,格式如: 02:00-06:00
7701
7711
  */
7702
7712
  Sunday?: string
7713
+
7714
+ /**
7715
+ * 常规备份保留策略,weekly-按周备份,monthly-按月备份,默认为weekly
7716
+ */
7717
+ BackupPeriodStrategy?: string
7718
+
7719
+ /**
7720
+ * 如果设置为按月备份,需填入每月具体备份日期,相邻备份天数不得超过两天。例[1,4,7,9,11,14,17,19,22,25,28,30,31]
7721
+ */
7722
+ Days?: Array<number>
7723
+
7724
+ /**
7725
+ * 月度备份时间窗,BackupPeriodStrategy为monthly时必填。格式如: 02:00-06:00
7726
+ */
7727
+ BackupPeriodTime?: string
7703
7728
  }
7704
7729
 
7705
7730
  /**
@@ -1913,7 +1913,7 @@ export interface DescribeInstancesDetailResponse {
1913
1913
  /**
1914
1914
  * 返回的实例详情结果对象
1915
1915
  */
1916
- Result: InstanceDetailResponse
1916
+ Result?: InstanceDetailResponse
1917
1917
 
1918
1918
  /**
1919
1919
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -6171,7 +6171,7 @@ export interface DescribeInstancesDetailRequest {
6171
6171
  InstanceId?: string
6172
6172
 
6173
6173
  /**
6174
- * (过滤条件)按照实例名称过滤,支持模糊查询
6174
+ * (过滤条件)按照实例名,实例Id,可用区,私有网络id,子网id 过滤,支持模糊查询
6175
6175
  */
6176
6176
  SearchWord?: string
6177
6177
 
@@ -184,11 +184,6 @@ export interface DeleteAlarmNoticeResponse {
184
184
  * DescribeLogHistogram请求参数结构体
185
185
  */
186
186
  export interface DescribeLogHistogramRequest {
187
- /**
188
- * 要查询的日志主题ID
189
- */
190
- TopicId: string
191
-
192
187
  /**
193
188
  * 要查询的日志的起始时间,Unix时间戳,单位ms
194
189
  */
@@ -204,6 +199,11 @@ export interface DescribeLogHistogramRequest {
204
199
  */
205
200
  Query: string
206
201
 
202
+ /**
203
+ * 要查询的日志主题ID
204
+ */
205
+ TopicId?: string
206
+
207
207
  /**
208
208
  * 时间间隔: 单位ms 限制性条件:(To-From) / interval <= 200
209
209
  */
@@ -1907,12 +1907,17 @@ export interface CreateIndexRequest {
1907
1907
  Status?: boolean
1908
1908
 
1909
1909
  /**
1910
- * 全文索引系统预置字段标记,默认false。 false:不包含系统预置字段, true:包含系统预置字段
1910
+ * 内置保留字段(`__FILENAME__`,`__HOSTNAME__`及`__SOURCE__`)是否包含至全文索引,默认为false,推荐设置为true
1911
+ * false:不包含
1912
+ * true:包含
1911
1913
  */
1912
1914
  IncludeInternalFields?: boolean
1913
1915
 
1914
1916
  /**
1915
- * 元数据相关标志位,默认为0。 0:全文索引包括开启键值索引的元数据字段, 1:全文索引包括所有元数据字段,2:全文索引不包括元数据字段。
1917
+ * 元数据字段(前缀为`__TAG__`的字段)是否包含至全文索引,默认为0,推荐设置为1
1918
+ * 0:仅包含开启键值索引的元数据字段
1919
+ * 1:包含所有元数据字段
1920
+ * 2:不包含任何元数据字段
1916
1921
  */
1917
1922
  MetadataFlag?: number
1918
1923
  }
@@ -2897,12 +2902,17 @@ export interface ModifyIndexRequest {
2897
2902
  Rule?: RuleInfo
2898
2903
 
2899
2904
  /**
2900
- * 全文索引系统预置字段标记,默认false。 false:不包含系统预置字段, true:包含系统预置字段
2905
+ * 内置保留字段(`__FILENAME__`,`__HOSTNAME__`及`__SOURCE__`)是否包含至全文索引,默认为false,推荐设置为true
2906
+ * false:不包含
2907
+ * true:包含
2901
2908
  */
2902
2909
  IncludeInternalFields?: boolean
2903
2910
 
2904
2911
  /**
2905
- * 元数据相关标志位,默认为0。 0:全文索引包括开启键值索引的元数据字段, 1:全文索引包括所有元数据字段,2:全文索引不包括元数据字段。
2912
+ * 元数据字段(前缀为`__TAG__`的字段)是否包含至全文索引,默认为0,推荐设置为1
2913
+ * 0:仅包含开启键值索引的元数据字段
2914
+ * 1:包含所有元数据字段
2915
+ * 2:不包含任何元数据字段
2906
2916
  */
2907
2917
  MetadataFlag?: number
2908
2918
  }
@@ -4001,11 +4011,6 @@ export interface MonitorTime {
4001
4011
  * SearchLog请求参数结构体
4002
4012
  */
4003
4013
  export interface SearchLogRequest {
4004
- /**
4005
- * 要检索分析的日志主题ID
4006
- */
4007
- TopicId: string
4008
-
4009
4014
  /**
4010
4015
  * 要检索分析的日志的起始时间,Unix时间戳(毫秒)
4011
4016
  */
@@ -4019,9 +4024,15 @@ export interface SearchLogRequest {
4019
4024
  /**
4020
4025
  * 检索分析语句,最大长度为12KB
4021
4026
  语句由 <a href="https://cloud.tencent.com/document/product/614/47044" target="_blank">[检索条件]</a> | <a href="https://cloud.tencent.com/document/product/614/44061" target="_blank">[SQL语句]</a>构成,无需对日志进行统计分析时,可省略其中的管道符<code> | </code>及SQL语句
4027
+ 使用*或空字符串可查询所有日志
4022
4028
  */
4023
4029
  Query: string
4024
4030
 
4031
+ /**
4032
+ * 要检索分析的日志主题ID
4033
+ */
4034
+ TopicId?: string
4035
+
4025
4036
  /**
4026
4037
  * 表示单次查询返回的原始日志条数,最大值为1000,获取后续日志需使用Context参数
4027
4038
  注意:
@@ -4293,13 +4304,18 @@ export interface DescribeIndexResponse {
4293
4304
  ModifyTime: string
4294
4305
 
4295
4306
  /**
4296
- * 全文索引系统预置字段标记,默认false。 false:不包含系统预置字段, true:包含系统预置字段
4307
+ * 内置保留字段(`__FILENAME__`,`__HOSTNAME__`及`__SOURCE__`)是否包含至全文索引
4308
+ * false:不包含
4309
+ * true:包含
4297
4310
  注意:此字段可能返回 null,表示取不到有效值。
4298
4311
  */
4299
4312
  IncludeInternalFields: boolean
4300
4313
 
4301
4314
  /**
4302
- * 元数据相关标志位,默认为0。 0:全文索引包括开启键值索引的元数据字段, 1:全文索引包括所有元数据字段,2:全文索引不包括元数据字段。
4315
+ * 元数据字段(前缀为`__TAG__`的字段)是否包含至全文索引
4316
+ * 0:仅包含开启键值索引的元数据字段
4317
+ * 1:包含所有元数据字段
4318
+ * 2:不包含任何元数据字段
4303
4319
  注意:此字段可能返回 null,表示取不到有效值。
4304
4320
  */
4305
4321
  MetadataFlag: number
@@ -1337,6 +1337,11 @@ export interface IpBlockData {
1337
1337
  * 解封类型(user:自助解封;auto:自动解封; update:升级解封;bind:绑定高防包解封)
1338
1338
  */
1339
1339
  ActionType: string
1340
+
1341
+ /**
1342
+ * 高防标记,0:非高防,1:高防
1343
+ */
1344
+ ProtectFlag?: number
1340
1345
  }
1341
1346
 
1342
1347
  /**
@@ -25,12 +25,13 @@ import {
25
25
  CreateFlowApproversResponse,
26
26
  UploadFilesRequest,
27
27
  CreateMultiFlowSignQRCodeResponse,
28
+ FlowCreateApprover,
28
29
  DescribeThirdPartyAuthCodeResponse,
29
30
  CreateIntegrationEmployeesRequest,
30
31
  CreateFlowEvidenceReportRequest,
31
32
  StartFlowResponse,
32
33
  StaffRole,
33
- FlowCreateApprover,
34
+ FlowApproverUrlInfo,
34
35
  CreateConvertTaskApiRequest,
35
36
  Agent,
36
37
  FlowApproverDetail,
@@ -55,6 +56,7 @@ import {
55
56
  CreateFlowSignReviewRequest,
56
57
  FailedCreateStaffData,
57
58
  CreateFlowByFilesRequest,
59
+ CreateFlowSignUrlResponse,
58
60
  DescribeFileUrlsRequest,
59
61
  FormField,
60
62
  UserInfo,
@@ -69,6 +71,7 @@ import {
69
71
  SignQrCode,
70
72
  GetTaskResultApiRequest,
71
73
  RegisterInfo,
74
+ CreateFlowSignUrlRequest,
72
75
  CreateIntegrationEmployeesResponse,
73
76
  FlowDetailInfo,
74
77
  CreateFlowByFilesResponse,
@@ -76,7 +79,7 @@ import {
76
79
  SuccessCreateStaffData,
77
80
  Recipient,
78
81
  VerifyPdfRequest,
79
- UploadFile,
82
+ ApproverInfo,
80
83
  CreateFlowSignReviewResponse,
81
84
  Filter,
82
85
  CreateStaffResult,
@@ -92,7 +95,7 @@ import {
92
95
  DeleteIntegrationEmployeesResponse,
93
96
  DescribeOrganizationSealsRequest,
94
97
  CancelFlowRequest,
95
- ApproverInfo,
98
+ UploadFile,
96
99
  Component,
97
100
  DescribeFlowBriefsRequest,
98
101
  SignUrl,
@@ -370,6 +373,16 @@ export class Client extends AbstractClient {
370
373
  return this.request("UploadFiles", req, cb)
371
374
  }
372
375
 
376
+ /**
377
+ * 创建签署链接,需要联系运营人员开白后才可使用
378
+ */
379
+ async CreateFlowSignUrl(
380
+ req: CreateFlowSignUrlRequest,
381
+ cb?: (error: string, rep: CreateFlowSignUrlResponse) => void
382
+ ): Promise<CreateFlowSignUrlResponse> {
383
+ return this.request("CreateFlowSignUrl", req, cb)
384
+ }
385
+
373
386
  /**
374
387
  * 通过AuthCode查询用户是否实名
375
388
  */