tencentcloud-sdk-nodejs 4.0.428 → 4.0.431

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 (81) hide show
  1. package/CHANGELOG.md +583 -0
  2. package/SERVICE_CHANGELOG.md +427 -48
  3. package/package.json +1 -1
  4. package/products.md +20 -20
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/antiddos/v20200309/antiddos_client.ts +12 -0
  7. package/src/services/antiddos/v20200309/antiddos_models.ts +35 -0
  8. package/src/services/as/v20180419/as_client.ts +1 -0
  9. package/src/services/as/v20180419/as_models.ts +58 -3
  10. package/src/services/cdb/v20170320/cdb_models.ts +15 -0
  11. package/src/services/ckafka/v20190819/ckafka_models.ts +6 -0
  12. package/src/services/clb/v20180317/clb_client.ts +24 -11
  13. package/src/services/clb/v20180317/clb_models.ts +107 -25
  14. package/src/services/cpdp/v20190820/cpdp_client.ts +60 -6
  15. package/src/services/cpdp/v20190820/cpdp_models.ts +447 -4
  16. package/src/services/cvm/v20170312/cvm_models.ts +13 -13
  17. package/src/services/cynosdb/v20190107/cynosdb_client.ts +1 -0
  18. package/src/services/cynosdb/v20190107/cynosdb_models.ts +46 -0
  19. package/src/services/dcdb/v20180411/dcdb_client.ts +6 -18
  20. package/src/services/dcdb/v20180411/dcdb_models.ts +0 -155
  21. package/src/services/dlc/v20210125/dlc_client.ts +1 -0
  22. package/src/services/dlc/v20210125/dlc_models.ts +47 -5
  23. package/src/services/ic/v20190307/ic_client.ts +13 -0
  24. package/src/services/ic/v20190307/ic_models.ts +46 -0
  25. package/src/services/iotvideo/v20211125/iotvideo_client.ts +14 -2
  26. package/src/services/iotvideo/v20211125/iotvideo_models.ts +59 -19
  27. package/src/services/monitor/v20180724/monitor_models.ts +6 -0
  28. package/src/services/oceanus/v20190422/oceanus_models.ts +17 -0
  29. package/src/services/ocr/v20181119/ocr_client.ts +2 -0
  30. package/src/services/ocr/v20181119/ocr_models.ts +1 -1
  31. package/src/services/teo/v20220106/teo_models.ts +6 -0
  32. package/src/services/tiia/v20190529/tiia_models.ts +30 -0
  33. package/src/services/tke/v20180525/tke_client.ts +4 -0
  34. package/src/services/tke/v20180525/tke_models.ts +119 -0
  35. package/src/services/tmt/v20180321/tmt_models.ts +6 -0
  36. package/src/services/trtc/v20190722/trtc_client.ts +16 -10
  37. package/src/services/trtc/v20190722/trtc_models.ts +9 -9
  38. package/tencentcloud/common/sdk_version.d.ts +1 -1
  39. package/tencentcloud/common/sdk_version.js +1 -1
  40. package/tencentcloud/services/antiddos/v20200309/antiddos_client.d.ts +5 -1
  41. package/tencentcloud/services/antiddos/v20200309/antiddos_client.js +6 -0
  42. package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +30 -0
  43. package/tencentcloud/services/as/v20180419/as_models.d.ts +51 -2
  44. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +12 -0
  45. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +5 -0
  46. package/tencentcloud/services/clb/v20180317/clb_client.d.ts +8 -4
  47. package/tencentcloud/services/clb/v20180317/clb_client.js +10 -4
  48. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +93 -24
  49. package/tencentcloud/services/cpdp/v20190820/cpdp_client.d.ts +19 -3
  50. package/tencentcloud/services/cpdp/v20190820/cpdp_client.js +27 -3
  51. package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +380 -4
  52. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +13 -13
  53. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +38 -0
  54. package/tencentcloud/services/dcdb/v20180411/dcdb_client.d.ts +3 -7
  55. package/tencentcloud/services/dcdb/v20180411/dcdb_client.js +3 -9
  56. package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +0 -126
  57. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +40 -5
  58. package/tencentcloud/services/ic/v20190307/ic_client.d.ts +5 -1
  59. package/tencentcloud/services/ic/v20190307/ic_client.js +6 -0
  60. package/tencentcloud/services/ic/v20190307/ic_models.d.ts +40 -0
  61. package/tencentcloud/services/iotvideo/v20211125/iotvideo_client.d.ts +5 -1
  62. package/tencentcloud/services/iotvideo/v20211125/iotvideo_client.js +6 -0
  63. package/tencentcloud/services/iotvideo/v20211125/iotvideo_models.d.ts +51 -17
  64. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +5 -0
  65. package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +14 -0
  66. package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +2 -0
  67. package/tencentcloud/services/ocr/v20181119/ocr_client.js +2 -0
  68. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +1 -1
  69. package/tencentcloud/services/teo/v20220106/teo_models.d.ts +5 -0
  70. package/tencentcloud/services/tiia/v20190529/tiia_models.d.ts +25 -0
  71. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +101 -0
  72. package/tencentcloud/services/tmt/v20180321/tmt_models.d.ts +5 -0
  73. package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +10 -4
  74. package/tencentcloud/services/trtc/v20190722/trtc_client.js +10 -4
  75. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +9 -9
  76. package/test/antiddos.v20200309.test.js +10 -0
  77. package/test/clb.v20180317.test.js +12 -2
  78. package/test/cpdp.v20190820.test.js +42 -2
  79. package/test/dcdb.v20180411.test.js +2 -12
  80. package/test/ic.v20190307.test.js +10 -0
  81. package/test/iotvideo.v20211125.test.js +10 -0
package/products.md CHANGED
@@ -8,13 +8,13 @@
8
8
  | afc | [定制建模](https://cloud.tencent.com/document/product/1029) | 2022-05-23 06:01:56 |
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-08-16 06:06:52 |
11
- | antiddos | [DDoS 防护](https://cloud.tencent.com/document/product/1021) | 2022-08-15 06:07:08 |
11
+ | antiddos | [DDoS 防护](https://cloud.tencent.com/document/product/1021) | 2022-08-31 06:07:15 |
12
12
  | apcas | [汽车精准获客服务](https://cloud.tencent.com/document/product/1244) | 2022-04-04 06:05:36 |
13
13
  | ape | [正版图库直通车](https://cloud.tencent.com/document/product/1181) | 2022-04-04 06:05:40 |
14
14
  | api | [云 API](https://cloud.tencent.com/document/product/1278) | 2022-06-07 06:00:45 |
15
15
  | apigateway | [API网关](https://cloud.tencent.com/document/product/628) | 2022-08-24 06:08:44 |
16
16
  | apm | [应用性能观测](https://cloud.tencent.com/document/product/1463) | 2022-08-22 06:08:36 |
17
- | as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2022-08-11 06:10:05 |
17
+ | as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2022-08-30 06:08:56 |
18
18
  | asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2022-08-19 06:08:16 |
19
19
  | asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2022-04-04 06:08:40 |
20
20
  | ba | [网站备案](https://cloud.tencent.com/document/product/243) | 2022-04-04 06:08:45 |
@@ -38,7 +38,7 @@
38
38
  | cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2022-08-26 06:12:22 |
39
39
  | cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2022-08-15 06:11:13 |
40
40
  | ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2022-08-17 06:11:23 |
41
- | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2022-08-25 06:13:36 |
41
+ | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2022-08-30 06:13:27 |
42
42
  | cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2022-07-30 15:07:54 |
43
43
  | cdn | [内容分发网络](https://cloud.tencent.com/document/product/228) | 2022-08-29 06:13:59 |
44
44
  | cds | [数据安全审计](https://cloud.tencent.com/document/product/856) | 2022-04-04 06:17:07 |
@@ -50,28 +50,28 @@
50
50
  | cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2022-06-27 06:06:02 |
51
51
  | cim | [](https://cloud.tencent.com/document/product) | 2019-05-16 17:21:18 |
52
52
  | cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
53
- | ckafka | [消息队列 Ckafka](https://cloud.tencent.com/document/product/597) | 2022-08-29 06:16:32 |
54
- | clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2022-08-17 06:14:30 |
53
+ | ckafka | [消息队列 Ckafka](https://cloud.tencent.com/document/product/597) | 2022-08-30 06:16:47 |
54
+ | clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2022-08-30 06:17:26 |
55
55
  | cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2022-07-08 06:05:30 |
56
56
  | cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2022-06-22 06:04:38 |
57
57
  | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2022-08-24 06:18:24 |
58
58
  | cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2022-08-24 06:19:05 |
59
59
  | cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2022-04-04 06:23:04 |
60
60
  | cms | [内容安全](https://cloud.tencent.com/document/product) | 2020-10-29 08:03:08 |
61
- | cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2022-08-15 06:16:16 |
61
+ | cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2022-08-31 06:18:54 |
62
62
  | cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
63
- | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2022-08-22 06:20:03 |
63
+ | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2022-08-30 06:21:25 |
64
64
  | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2022-08-19 06:16:28 |
65
65
  | cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
66
- | cynosdb | [云原生数据库 TDSQL-C](https://cloud.tencent.com/document/product/1003) | 2022-08-25 06:22:53 |
66
+ | cynosdb | [云原生数据库 TDSQL-C](https://cloud.tencent.com/document/product/1003) | 2022-08-30 06:23:54 |
67
67
  | dasb | [堡垒机](https://cloud.tencent.com/document/product/1025) | 2022-08-16 06:19:02 |
68
68
  | dataintegration | [数据接入平台](https://cloud.tencent.com/document/product/1591) | 2022-07-26 15:32:15 |
69
69
  | dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2022-07-29 06:07:15 |
70
70
  | dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2022-06-22 06:06:28 |
71
71
  | dbdc | [云数据库独享集群](https://cloud.tencent.com/document/product/1322) | 2022-07-27 06:08:38 |
72
72
  | dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2022-04-13 06:36:47 |
73
- | dcdb | [分布式数据库 TDSQL](https://cloud.tencent.com/document/product/557) | 2022-08-25 06:25:03 |
74
- | dlc | [数据湖计算](https://cloud.tencent.com/document/product/1342) | 2022-07-28 06:10:28 |
73
+ | dcdb | [分布式数据库 TDSQL](https://cloud.tencent.com/document/product/557) | 2022-08-31 06:24:58 |
74
+ | dlc | [数据湖计算](https://cloud.tencent.com/document/product/1342) | 2022-08-30 06:26:45 |
75
75
  | dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2022-08-04 06:26:58 |
76
76
  | domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2022-05-24 06:11:36 |
77
77
  | drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2022-04-04 06:38:48 |
@@ -100,7 +100,7 @@
100
100
  | habo | [](https://cloud.tencent.com/document/product) | 2019-05-09 19:37:22 |
101
101
  | hcm | [数学作业批改](https://cloud.tencent.com/document/product/1004) | 2022-04-04 06:45:58 |
102
102
  | iai | [人脸识别](https://cloud.tencent.com/document/product/867) | 2022-08-09 12:12:37 |
103
- | ic | [物联卡](https://cloud.tencent.com/document/product/636) | 2022-08-05 06:23:27 |
103
+ | ic | [物联卡](https://cloud.tencent.com/document/product/636) | 2022-08-30 06:33:17 |
104
104
  | icr | [对话机器人](https://cloud.tencent.com/document/product/1268) | 2022-04-13 06:46:31 |
105
105
  | ie | [智能编辑](https://cloud.tencent.com/document/product/1186) | 2022-07-06 06:13:46 |
106
106
  | iecp | [物联网边缘计算平台](https://cloud.tencent.com/document/product/1118) | 2022-04-12 06:15:04 |
@@ -110,7 +110,7 @@
110
110
  | iotcloud | [物联网通信](https://cloud.tencent.com/document/product/634) | 2022-08-16 06:27:22 |
111
111
  | iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2022-08-08 06:25:19 |
112
112
  | iottid | [物联网设备身份认证](https://cloud.tencent.com/document/product/1086) | 2022-04-04 06:49:46 |
113
- | iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2022-08-22 06:33:46 |
113
+ | iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2022-08-30 06:36:25 |
114
114
  | iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2022-08-11 06:37:02 |
115
115
  | irp | [智能推荐平台](https://cloud.tencent.com/document/product/1541) | 2022-08-19 06:27:03 |
116
116
  | ivld | [视频智能标签](https://cloud.tencent.com/document/product/1509) | 2022-06-10 17:14:46 |
@@ -126,7 +126,7 @@
126
126
  | mmps | [小程序安全](https://cloud.tencent.com/document/product/1223) | 2022-08-25 06:38:57 |
127
127
  | mna | [移动网络加速](https://cloud.tencent.com/document/product/1385) | 2022-04-04 06:57:51 |
128
128
  | mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2022-08-15 06:31:24 |
129
- | monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2022-08-26 06:37:52 |
129
+ | monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2022-08-31 06:39:03 |
130
130
  | mps | [视频处理](https://cloud.tencent.com/document/product/862) | 2022-07-30 15:15:41 |
131
131
  | mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2022-06-28 06:14:04 |
132
132
  | ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2022-07-07 06:13:41 |
@@ -134,8 +134,8 @@
134
134
  | mvj | [营销价值判断](https://cloud.tencent.com/document/product) | 2020-03-19 08:11:44 |
135
135
  | nlp | [自然语言处理](https://cloud.tencent.com/document/product/271) | 2022-04-13 07:00:13 |
136
136
  | npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
137
- | oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2022-08-25 06:41:36 |
138
- | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2022-08-29 06:40:32 |
137
+ | oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2022-08-30 06:43:16 |
138
+ | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2022-08-31 06:41:37 |
139
139
  | organization | [企业组织](https://cloud.tencent.com/document/product/850) | 2022-07-21 06:14:50 |
140
140
  | partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2022-08-18 06:35:33 |
141
141
  | pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2022-04-04 07:02:02 |
@@ -181,22 +181,22 @@
181
181
  | tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2022-04-04 07:15:50 |
182
182
  | tdmq | [分布式消息队列](https://cloud.tencent.com/document/product/1179) | 2022-07-29 06:15:49 |
183
183
  | tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2022-08-12 11:47:08 |
184
- | teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2022-08-26 06:50:57 |
184
+ | teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2022-08-31 06:52:39 |
185
185
  | thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2022-06-02 06:15:03 |
186
186
  | tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
187
187
  | tic | [腾讯云IaC平台](https://cloud.tencent.com/document/product/1213) | 2022-04-04 07:16:52 |
188
188
  | ticm | [智能鉴黄](https://cloud.tencent.com/document/product/864) | 2021-01-07 08:08:15 |
189
189
  | tics | [威胁情报云查服务](https://cloud.tencent.com/document/product/1013) | 2022-04-04 07:16:59 |
190
190
  | tiems | [腾讯云 TI 平台 TI-EMS ](https://cloud.tencent.com/document/product/1120) | 2022-07-19 06:19:39 |
191
- | tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2022-08-23 06:55:34 |
191
+ | tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2022-08-31 06:53:49 |
192
192
  | tione | [腾讯云 TI 平台 TI-ONE](https://cloud.tencent.com/document/product/851) | 2022-08-22 06:53:04 |
193
193
  | tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2022-05-17 06:17:19 |
194
- | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2022-08-23 06:56:25 |
194
+ | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2022-08-30 06:57:14 |
195
195
  | tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
196
196
  | tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2022-04-04 07:18:11 |
197
- | tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2022-05-19 06:19:37 |
197
+ | tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2022-08-31 06:55:53 |
198
198
  | trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2022-07-27 06:17:54 |
199
- | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2022-08-15 06:44:54 |
199
+ | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2022-08-31 06:56:14 |
200
200
  | tse | [腾讯云微服务引擎](https://cloud.tencent.com/document/product/1364) | 2022-08-24 06:56:05 |
201
201
  | tsf | [腾讯微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2022-07-27 06:18:08 |
202
202
  | tsw | [腾讯微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2022-04-04 07:22:40 |
@@ -1 +1 @@
1
- export const sdkVersion = "4.0.428"
1
+ export const sdkVersion = "4.0.431"
@@ -125,6 +125,7 @@ import {
125
125
  CreateCcGeoIPBlockConfigRequest,
126
126
  DeletePortAclConfigResponse,
127
127
  CreateDDoSSpeedLimitConfigResponse,
128
+ DescribeNewL7RulesErrHealthResponse,
128
129
  DeletePacketFilterConfigRequest,
129
130
  ModifyL7RulesEdgeRequest,
130
131
  DescribeListDDoSGeoIPBlockConfigResponse,
@@ -203,6 +204,7 @@ import {
203
204
  InsL7Rules,
204
205
  DescribeCCReqLimitPolicyListResponse,
205
206
  DescribeListDDoSAIResponse,
207
+ DescribeNewL7RulesErrHealthRequest,
206
208
  ModifyCCPrecisionPolicyResponse,
207
209
  CcGeoIPBlockConfig,
208
210
  ModifyDDoSSpeedLimitConfigRequest,
@@ -339,6 +341,16 @@ export class Client extends AbstractClient {
339
341
  return this.request("DescribeDDoSConnectLimitList", req, cb)
340
342
  }
341
343
 
344
+ /**
345
+ * 获取L7转发规则健康检查异常结果列表
346
+ */
347
+ async DescribeNewL7RulesErrHealth(
348
+ req: DescribeNewL7RulesErrHealthRequest,
349
+ cb?: (error: string, rep: DescribeNewL7RulesErrHealthResponse) => void
350
+ ): Promise<DescribeNewL7RulesErrHealthResponse> {
351
+ return this.request("DescribeNewL7RulesErrHealth", req, cb)
352
+ }
353
+
342
354
  /**
343
355
  * 获取CC四层黑白名单列表
344
356
  */
@@ -2452,6 +2452,26 @@ export interface CreateDDoSSpeedLimitConfigResponse {
2452
2452
  RequestId?: string
2453
2453
  }
2454
2454
 
2455
+ /**
2456
+ * DescribeNewL7RulesErrHealth返回参数结构体
2457
+ */
2458
+ export interface DescribeNewL7RulesErrHealthResponse {
2459
+ /**
2460
+ * 异常规则列表,返回值说明: Key值为规则ID,Value值为异常IP及错误信息,多个IP用","分割
2461
+ */
2462
+ ErrHealths: Array<KeyValue>
2463
+
2464
+ /**
2465
+ * 异常规则的总数
2466
+ */
2467
+ Total: number
2468
+
2469
+ /**
2470
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2471
+ */
2472
+ RequestId?: string
2473
+ }
2474
+
2455
2475
  /**
2456
2476
  * DeletePacketFilterConfig请求参数结构体
2457
2477
  */
@@ -4404,6 +4424,21 @@ export interface DescribeListDDoSAIResponse {
4404
4424
  RequestId?: string
4405
4425
  }
4406
4426
 
4427
+ /**
4428
+ * DescribeNewL7RulesErrHealth请求参数结构体
4429
+ */
4430
+ export interface DescribeNewL7RulesErrHealthRequest {
4431
+ /**
4432
+ * 大禹子产品代号(bgpip表示高防IP)
4433
+ */
4434
+ Business: string
4435
+
4436
+ /**
4437
+ * 规则Id列表
4438
+ */
4439
+ RuleIdList?: Array<string>
4440
+ }
4441
+
4407
4442
  /**
4408
4443
  * ModifyCCPrecisionPolicy返回参数结构体
4409
4444
  */
@@ -85,6 +85,7 @@ import {
85
85
  UpgradeLifecycleHookResponse,
86
86
  InstanceTag,
87
87
  ModifyLifecycleHookResponse,
88
+ LifecycleCommand,
88
89
  DescribeAutoScalingAdvicesResponse,
89
90
  CreateAutoScalingGroupRequest,
90
91
  DeleteScheduledActionResponse,
@@ -1979,6 +1979,26 @@ export interface ModifyLifecycleHookResponse {
1979
1979
  RequestId?: string
1980
1980
  }
1981
1981
 
1982
+ /**
1983
+ * 远程命令执行对象。NotificationTarget和CommandInfo参数互斥,二者不可同时指定。
1984
+ */
1985
+ export interface LifecycleCommand {
1986
+ /**
1987
+ * 远程命令ID。若选择执行命令,则此项必填。
1988
+ 注意:此字段可能返回 null,表示取不到有效值。
1989
+ */
1990
+ CommandId: string
1991
+
1992
+ /**
1993
+ * 自定义参数。字段类型为 json encoded string。如:{"varA": "222"}。
1994
+ key为自定义参数名称,value为该参数的默认取值。kv均为字符串型。
1995
+ 如果未提供该参数取值,将使用 Command 的 DefaultParameters 进行替换。
1996
+ 自定义参数最多20个。自定义参数名称需符合以下规范:字符数目上限64,可选范围【a-zA-Z0-9-_】。
1997
+ 注意:此字段可能返回 null,表示取不到有效值。
1998
+ */
1999
+ Parameters?: Array<string>
2000
+ }
2001
+
1982
2002
  /**
1983
2003
  * DescribeAutoScalingAdvices返回参数结构体
1984
2004
  */
@@ -2717,6 +2737,11 @@ export interface CreateLifecycleHookRequest {
2717
2737
  * 进行生命周期挂钩的场景类型,取值范围包括NORMAL 和 EXTENSION。说明:设置为EXTENSION值,在AttachInstances、DetachInstances、RemoveInstaces接口时会触发生命周期挂钩操作,值为NORMAL则不会在这些接口中触发生命周期挂钩。
2718
2738
  */
2719
2739
  LifecycleTransitionType?: string
2740
+
2741
+ /**
2742
+ * 远程命令执行对象。NotificationTarget和CommandInfo参数互斥,二者不可同时指定。
2743
+ */
2744
+ LifecycleCommand?: LifecycleCommand
2720
2745
  }
2721
2746
 
2722
2747
  /**
@@ -3174,8 +3199,24 @@ export interface LifecycleActionResultInfo {
3174
3199
  InstanceId: string
3175
3200
 
3176
3201
  /**
3177
- * 通知的结果,表示通知CMQ是否成功。
3202
+ * 执行活动ID。可通过TAT的[查询执行活动](https://cloud.tencent.com/document/api/1340/52679)API查询具体的执行结果。
3178
3203
  */
3204
+ InvocationId: string
3205
+
3206
+ /**
3207
+ * 命令调用的结果,表示执行TAT命令是否成功。<br>
3208
+ <li>SUCCESSFUL 命令调用成功,不代表命令执行成功,执行的具体情况可根据InvocationId进行查询</li>
3209
+ <li>FAILED 命令调用失败</li>
3210
+ <li>NONE</li>
3211
+ */
3212
+ InvokeCommandResult: string
3213
+
3214
+ /**
3215
+ * 通知的结果,表示通知CMQ/TCMQ是否成功。<br>
3216
+ <li>SUCCESSFUL 通知成功</li>
3217
+ <li>FAILED 通知失败</li>
3218
+ <li>NONE</li>
3219
+ */
3179
3220
  NotificationResult: string
3180
3221
 
3181
3222
  /**
@@ -3184,8 +3225,16 @@ export interface LifecycleActionResultInfo {
3184
3225
  LifecycleActionResult: string
3185
3226
 
3186
3227
  /**
3187
- * 结果的原因。
3188
- */
3228
+ * 结果的原因。<br>
3229
+ <li>HEARTBEAT_TIMEOUT 由于心跳超时,结果根据DefaultResult设置。</li>
3230
+ <li>NOTIFICATION_FAILURE 由于发送通知失败,结果根据DefaultResult设置。</li>
3231
+ <li>CALL_INTERFACE 调用了接口CompleteLifecycleAction设置结果。</li>
3232
+ <li>ANOTHER_ACTION_ABANDON 另一个生命周期操作的结果已设置为“ABANDON”。</li>
3233
+ <li>COMMAND_CALL_FAILURE 由于命令调用失败,结果根据DefaultResult设置。</li>
3234
+ <li>COMMAND_EXEC_FINISH 命令执行完成。</li>
3235
+ <li>COMMAND_EXEC_FAILURE 由于命令执行失败,结果根据DefaultResult设置。</li>
3236
+ <li>COMMAND_EXEC_RESULT_CHECK_FAILURE 由于命令结果检查失败,结果根据DefaultResult设置。</li>
3237
+ */
3189
3238
  ResultReason: string
3190
3239
  }
3191
3240
 
@@ -3345,6 +3394,12 @@ export interface LifecycleHook {
3345
3394
  * 生命周期挂钩适用场景
3346
3395
  */
3347
3396
  LifecycleTransitionType: string
3397
+
3398
+ /**
3399
+ * 远程命令执行对象
3400
+ 注意:此字段可能返回 null,表示取不到有效值。
3401
+ */
3402
+ LifecycleCommand: LifecycleCommand
3348
3403
  }
3349
3404
 
3350
3405
  /**
@@ -4460,6 +4460,21 @@ export interface DescribeParamTemplatesRequest {
4460
4460
  * 引擎版本,缺省则查询所有
4461
4461
  */
4462
4462
  EngineVersions?: Array<string>
4463
+
4464
+ /**
4465
+ * 引擎类型,缺省则查询所有
4466
+ */
4467
+ EngineTypes?: Array<string>
4468
+
4469
+ /**
4470
+ * 模板名称,缺省则查询所有
4471
+ */
4472
+ TemplateNames?: Array<string>
4473
+
4474
+ /**
4475
+ * 模板id,缺省则查询所有
4476
+ */
4477
+ TemplateIds?: Array<number>
4463
4478
  }
4464
4479
 
4465
4480
  /**
@@ -6047,6 +6047,12 @@ export interface ClsParam {
6047
6047
  注意:此字段可能返回 null,表示取不到有效值。
6048
6048
  */
6049
6049
  ContentKey?: string
6050
+
6051
+ /**
6052
+ * 指定消息中的某字段内容作为cls日志的时间。
6053
+ 字段内容格式需要是秒级时间戳
6054
+ */
6055
+ TimeField?: string
6050
6056
  }
6051
6057
 
6052
6058
  /**
@@ -41,7 +41,7 @@ import {
41
41
  DescribeRewriteRequest,
42
42
  ModifyLoadBalancerAttributesResponse,
43
43
  DescribeTargetGroupInstancesRequest,
44
- SetCustomizedConfigForLoadBalancerResponse,
44
+ DescribeIdleLoadBalancersResponse,
45
45
  AssociateTargetGroupsRequest,
46
46
  DescribeLoadBalancersRequest,
47
47
  ClassicalTarget,
@@ -59,6 +59,8 @@ import {
59
59
  CrossTargets,
60
60
  RuleHealth,
61
61
  DescribeExclusiveClustersResponse,
62
+ ModifyDomainRequest,
63
+ IdleLoadBalancer,
62
64
  RegisterTargetGroupInstancesResponse,
63
65
  ClassicalTargetInfo,
64
66
  DescribeTargetsRequest,
@@ -117,7 +119,7 @@ import {
117
119
  DescribeClusterResourcesRequest,
118
120
  ModifyDomainAttributesRequest,
119
121
  DescribeClassicalLBHealthStatusRequest,
120
- ModifyDomainRequest,
122
+ DescribeListenersRequest,
121
123
  CreateClsLogSetResponse,
122
124
  DescribeCrossTargetsRequest,
123
125
  LBChargePrepaid,
@@ -156,6 +158,7 @@ import {
156
158
  RegisterTargetsResponse,
157
159
  DeregisterTargetsFromClassicalLBResponse,
158
160
  ClustersZone,
161
+ SetCustomizedConfigForLoadBalancerResponse,
159
162
  DeleteLoadBalancerResponse,
160
163
  AutoRewriteResponse,
161
164
  DeregisterTargetsResponse,
@@ -206,7 +209,7 @@ import {
206
209
  LBItem,
207
210
  ModifyTargetGroupAttributeResponse,
208
211
  DeleteLoadBalancerListenersResponse,
209
- DescribeListenersRequest,
212
+ DescribeIdleLoadBalancersRequest,
210
213
  DeleteLoadBalancerSnatIpsRequest,
211
214
  SetLoadBalancerSecurityGroupsRequest,
212
215
  DescribeClassicalLBTargetsResponse,
@@ -1014,6 +1017,17 @@ BGP带宽包必须传带宽包id
1014
1017
  return this.request("DeleteRewrite", req, cb)
1015
1018
  }
1016
1019
 
1020
+ /**
1021
+ * 用户手动配置原访问地址和重定向地址,系统自动将原访问地址的请求重定向至对应路径的目的地址。同一域名下可以配置多条路径作为重定向策略,实现http/https之间请求的自动跳转。设置重定向时,需满足如下约束条件:若A已经重定向至B,则A不能再重定向至C(除非先删除老的重定向关系,再建立新的重定向关系),B不能重定向至任何其它地址。
1022
+ 本接口为异步接口,本接口返回成功后需以返回的RequestID为入参,调用DescribeTaskStatus接口查询本次任务是否成功。
1023
+ */
1024
+ async ManualRewrite(
1025
+ req: ManualRewriteRequest,
1026
+ cb?: (error: string, rep: ManualRewriteResponse) => void
1027
+ ): Promise<ManualRewriteResponse> {
1028
+ return this.request("ManualRewrite", req, cb)
1029
+ }
1030
+
1017
1031
  /**
1018
1032
  * 本接口(CreateLoadBalancer)用来创建负载均衡实例(本接口只支持购买按量计费的负载均衡,包年包月的负载均衡请通过控制台购买)。为了使用负载均衡服务,您必须购买一个或多个负载均衡实例。成功调用该接口后,会返回负载均衡实例的唯一 ID。负载均衡实例的类型分为:公网、内网。详情可参考产品说明中的产品类型。
1019
1033
  注意:(1)指定可用区申请负载均衡、跨zone容灾(仅香港支持)【如果您需要体验该功能,请通过 [工单申请](https://console.cloud.tencent.com/workorder/category)】;(2)目前只有北京、上海、广州支持IPv6;(3)一个账号在每个地域的默认购买配额为:公网100个,内网100个。
@@ -1027,13 +1041,12 @@ BGP带宽包必须传带宽包id
1027
1041
  }
1028
1042
 
1029
1043
  /**
1030
- * 用户手动配置原访问地址和重定向地址,系统自动将原访问地址的请求重定向至对应路径的目的地址。同一域名下可以配置多条路径作为重定向策略,实现http/https之间请求的自动跳转。设置重定向时,需满足如下约束条件:若A已经重定向至B,则A不能再重定向至C(除非先删除老的重定向关系,再建立新的重定向关系),B不能重定向至任何其它地址。
1031
- 本接口为异步接口,本接口返回成功后需以返回的RequestID为入参,调用DescribeTaskStatus接口查询本次任务是否成功。
1032
- */
1033
- async ManualRewrite(
1034
- req: ManualRewriteRequest,
1035
- cb?: (error: string, rep: ManualRewriteResponse) => void
1036
- ): Promise<ManualRewriteResponse> {
1037
- return this.request("ManualRewrite", req, cb)
1044
+ * 闲置实例是指创建超过7天后付费实例,且没有创建规则或创建规则没有绑定子机的负载均衡实例。
1045
+ */
1046
+ async DescribeIdleLoadBalancers(
1047
+ req: DescribeIdleLoadBalancersRequest,
1048
+ cb?: (error: string, rep: DescribeIdleLoadBalancersResponse) => void
1049
+ ): Promise<DescribeIdleLoadBalancersResponse> {
1050
+ return this.request("DescribeIdleLoadBalancers", req, cb)
1038
1051
  }
1039
1052
  }
@@ -684,13 +684,19 @@ export interface DescribeTargetGroupInstancesRequest {
684
684
  }
685
685
 
686
686
  /**
687
- * SetCustomizedConfigForLoadBalancer返回参数结构体
687
+ * DescribeIdleLoadBalancers返回参数结构体
688
688
  */
689
- export interface SetCustomizedConfigForLoadBalancerResponse {
689
+ export interface DescribeIdleLoadBalancersResponse {
690
690
  /**
691
- * 个性化配置ID,如:pz-1234abcd
691
+ * 闲置实例列表
692
+ 注意:此字段可能返回 null,表示取不到有效值。
693
+ */
694
+ IdleLoadBalancers: Array<IdleLoadBalancer>
695
+
696
+ /**
697
+ * 所有闲置实例数目
692
698
  */
693
- ConfigId: string
699
+ TotalCount: number
694
700
 
695
701
  /**
696
702
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -1190,6 +1196,72 @@ export interface DescribeExclusiveClustersResponse {
1190
1196
  RequestId?: string
1191
1197
  }
1192
1198
 
1199
+ /**
1200
+ * ModifyDomain请求参数结构体
1201
+ */
1202
+ export interface ModifyDomainRequest {
1203
+ /**
1204
+ * 负载均衡实例 ID。
1205
+ */
1206
+ LoadBalancerId: string
1207
+
1208
+ /**
1209
+ * 负载均衡监听器 ID。
1210
+ */
1211
+ ListenerId: string
1212
+
1213
+ /**
1214
+ * 监听器下的某个旧域名。
1215
+ */
1216
+ Domain: string
1217
+
1218
+ /**
1219
+ * 新域名, 长度限制为:1-120。有三种使用格式:非正则表达式格式,通配符格式,正则表达式格式。非正则表达式格式只能使用字母、数字、‘-’、‘.’。通配符格式的使用 ‘*’ 只能在开头或者结尾。正则表达式以'~'开头。
1220
+ */
1221
+ NewDomain: string
1222
+ }
1223
+
1224
+ /**
1225
+ * 闲置实例。
1226
+ */
1227
+ export interface IdleLoadBalancer {
1228
+ /**
1229
+ * 负载均衡ID
1230
+ */
1231
+ LoadBalancerId: string
1232
+
1233
+ /**
1234
+ * 负载均衡名字
1235
+ */
1236
+ LoadBalancerName: string
1237
+
1238
+ /**
1239
+ * 负载均衡所在地域
1240
+ */
1241
+ Region: string
1242
+
1243
+ /**
1244
+ * 负载均衡的vip
1245
+ */
1246
+ Vip: string
1247
+
1248
+ /**
1249
+ * 闲置原因。NO_RULES:没有规则,NO_RS:有规则没有绑定子机。
1250
+ */
1251
+ IdleReason: string
1252
+
1253
+ /**
1254
+ * 负载均衡实例的状态,包括
1255
+ 0:创建中,1:正常运行。
1256
+ */
1257
+ Status: number
1258
+
1259
+ /**
1260
+ * 负载均衡类型标识,1:负载均衡,0:传统型负载均衡。
1261
+ */
1262
+ Forward: number
1263
+ }
1264
+
1193
1265
  /**
1194
1266
  * RegisterTargetGroupInstances返回参数结构体
1195
1267
  */
@@ -2629,28 +2701,28 @@ export interface DescribeClassicalLBHealthStatusRequest {
2629
2701
  }
2630
2702
 
2631
2703
  /**
2632
- * ModifyDomain请求参数结构体
2704
+ * DescribeListeners请求参数结构体
2633
2705
  */
2634
- export interface ModifyDomainRequest {
2706
+ export interface DescribeListenersRequest {
2635
2707
  /**
2636
2708
  * 负载均衡实例 ID。
2637
2709
  */
2638
2710
  LoadBalancerId: string
2639
2711
 
2640
2712
  /**
2641
- * 负载均衡监听器 ID
2713
+ * 要查询的负载均衡监听器 ID 数组,最大为100个。
2642
2714
  */
2643
- ListenerId: string
2715
+ ListenerIds?: Array<string>
2644
2716
 
2645
2717
  /**
2646
- * 监听器下的某个旧域名。
2718
+ * 要查询的监听器协议类型,取值 TCP | UDP | HTTP | HTTPS | TCP_SSL。
2647
2719
  */
2648
- Domain: string
2720
+ Protocol?: string
2649
2721
 
2650
2722
  /**
2651
- * 新域名, 长度限制为:1-120。有三种使用格式:非正则表达式格式,通配符格式,正则表达式格式。非正则表达式格式只能使用字母、数字、‘-’、‘.’。通配符格式的使用 ‘*’ 只能在开头或者结尾。正则表达式以'~'开头。
2723
+ * 要查询的监听器的端口。
2652
2724
  */
2653
- NewDomain: string
2725
+ Port?: number
2654
2726
  }
2655
2727
 
2656
2728
  /**
@@ -3625,6 +3697,21 @@ export interface ClustersZone {
3625
3697
  SlaveZone: Array<string>
3626
3698
  }
3627
3699
 
3700
+ /**
3701
+ * SetCustomizedConfigForLoadBalancer返回参数结构体
3702
+ */
3703
+ export interface SetCustomizedConfigForLoadBalancerResponse {
3704
+ /**
3705
+ * 个性化配置ID,如:pz-1234abcd
3706
+ */
3707
+ ConfigId: string
3708
+
3709
+ /**
3710
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
3711
+ */
3712
+ RequestId?: string
3713
+ }
3714
+
3628
3715
  /**
3629
3716
  * DeleteLoadBalancer返回参数结构体
3630
3717
  */
@@ -4903,28 +4990,23 @@ export interface DeleteLoadBalancerListenersResponse {
4903
4990
  }
4904
4991
 
4905
4992
  /**
4906
- * DescribeListeners请求参数结构体
4993
+ * DescribeIdleLoadBalancers请求参数结构体
4907
4994
  */
4908
- export interface DescribeListenersRequest {
4995
+ export interface DescribeIdleLoadBalancersRequest {
4909
4996
  /**
4910
- * 负载均衡实例 ID
4911
- */
4912
- LoadBalancerId: string
4913
-
4914
- /**
4915
- * 要查询的负载均衡监听器 ID 数组,最大为100个。
4997
+ * 数据偏移量,默认为0
4916
4998
  */
4917
- ListenerIds?: Array<string>
4999
+ Offset?: number
4918
5000
 
4919
5001
  /**
4920
- * 要查询的监听器协议类型,取值 TCP | UDP | HTTP | HTTPS | TCP_SSL
5002
+ * 返回负载均衡实例的数量,默认为20,最大值为100
4921
5003
  */
4922
- Protocol?: string
5004
+ Limit?: number
4923
5005
 
4924
5006
  /**
4925
- * 要查询的监听器的端口。
5007
+ * 负载均衡所在地域。
4926
5008
  */
4927
- Port?: number
5009
+ LoadBalancerRegion?: string
4928
5010
  }
4929
5011
 
4930
5012
  /**