tencentcloud-sdk-nodejs 4.0.611 → 4.0.613

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 (53) hide show
  1. package/CHANGELOG.md +341 -0
  2. package/SERVICE_CHANGELOG.md +409 -69
  3. package/package.json +1 -1
  4. package/products.md +18 -18
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/cdn/v20180606/cdn_client.ts +1 -0
  7. package/src/services/cdn/v20180606/cdn_models.ts +24 -0
  8. package/src/services/cfw/v20190904/cfw_models.ts +18 -1
  9. package/src/services/clb/v20180317/clb_client.ts +2 -1
  10. package/src/services/clb/v20180317/clb_models.ts +50 -5
  11. package/src/services/cwp/v20180228/cwp_client.ts +26 -27
  12. package/src/services/cwp/v20180228/cwp_models.ts +132 -23
  13. package/src/services/dcdb/v20180411/dcdb_models.ts +10 -0
  14. package/src/services/dlc/v20210125/dlc_client.ts +1 -0
  15. package/src/services/dlc/v20210125/dlc_models.ts +123 -1
  16. package/src/services/ess/v20201111/ess_client.ts +22 -17
  17. package/src/services/ess/v20201111/ess_models.ts +155 -126
  18. package/src/services/essbasic/v20210526/essbasic_client.ts +2 -2
  19. package/src/services/partners/v20180321/partners_client.ts +4 -2
  20. package/src/services/ssl/v20191205/ssl_client.ts +24 -12
  21. package/src/services/ssl/v20191205/ssl_models.ts +189 -79
  22. package/src/services/tbp/v20190627/tbp_models.ts +6 -0
  23. package/src/services/tcss/v20201101/tcss_client.ts +13 -0
  24. package/src/services/tcss/v20201101/tcss_models.ts +108 -0
  25. package/tencentcloud/common/sdk_version.d.ts +1 -1
  26. package/tencentcloud/common/sdk_version.js +1 -1
  27. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +21 -0
  28. package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +15 -1
  29. package/tencentcloud/services/clb/v20180317/clb_client.d.ts +0 -1
  30. package/tencentcloud/services/clb/v20180317/clb_client.js +0 -1
  31. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +44 -5
  32. package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +9 -11
  33. package/tencentcloud/services/cwp/v20180228/cwp_client.js +12 -14
  34. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +109 -19
  35. package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +8 -0
  36. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +103 -1
  37. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +20 -15
  38. package/tencentcloud/services/ess/v20201111/ess_client.js +20 -15
  39. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +146 -121
  40. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +2 -2
  41. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +2 -2
  42. package/tencentcloud/services/partners/v20180321/partners_client.d.ts +3 -1
  43. package/tencentcloud/services/partners/v20180321/partners_client.js +3 -1
  44. package/tencentcloud/services/ssl/v20191205/ssl_client.d.ts +7 -3
  45. package/tencentcloud/services/ssl/v20191205/ssl_client.js +9 -3
  46. package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +160 -70
  47. package/tencentcloud/services/tbp/v20190627/tbp_models.d.ts +5 -0
  48. package/tencentcloud/services/tcss/v20201101/tcss_client.d.ts +5 -1
  49. package/tencentcloud/services/tcss/v20201101/tcss_client.js +6 -0
  50. package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +91 -0
  51. package/test/cwp.v20180228.test.js +14 -14
  52. package/test/ssl.v20191205.test.js +12 -2
  53. package/test/tcss.v20201101.test.js +10 -0
package/products.md CHANGED
@@ -41,21 +41,21 @@
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-05-23 01:06:09 |
43
43
  | ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2023-05-31 01:10:22 |
44
- | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-06-01 09:45:06 |
45
- | cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2023-05-18 01:09:37 |
46
- | cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2023-05-24 01:09:09 |
44
+ | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-06-05 01:11:44 |
45
+ | cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2023-06-02 01:12:00 |
46
+ | cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2023-06-05 01:12:49 |
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-05-18 01:10:46 |
49
49
  | cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2023-05-18 01:10:56 |
50
50
  | cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2023-05-24 01:10:16 |
51
- | cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2023-05-29 01:13:18 |
51
+ | cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2023-06-02 01:13:34 |
52
52
  | chdfs | [云 HDFS](https://cloud.tencent.com/document/product/1105) | 2023-05-31 01:12:53 |
53
- | ciam | [账号风控平台](https://cloud.tencent.com/document/product/1441) | 2023-05-18 01:11:59 |
53
+ | ciam | [账号风控平台](https://cloud.tencent.com/document/product/1441) | 2023-06-05 01:14:51 |
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
57
  | ckafka | [消息队列 CKafka](https://cloud.tencent.com/document/product/597) | 2023-05-18 01:12:17 |
58
- | clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2023-05-22 11:55:58 |
58
+ | clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2023-06-02 01:14:55 |
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-05-18 01:13:44 |
@@ -65,10 +65,10 @@
65
65
  | cms | [内容安全](https://cloud.tencent.com/document/product/669) | 2023-05-31 21:42:46 |
66
66
  | cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2023-05-18 01:15:05 |
67
67
  | cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
68
- | csip | [云安全一体化平台](https://cloud.tencent.com/document/product/664) | 2023-06-01 09:47:17 |
68
+ | csip | [云安全一体化平台](https://cloud.tencent.com/document/product/664) | 2023-06-02 01:18:01 |
69
69
  | csxg | [5G入云服务](https://cloud.tencent.com/document/product/1687) | 2023-05-19 11:26:14 |
70
70
  | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2023-05-26 01:16:07 |
71
- | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2023-05-31 01:16:52 |
71
+ | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2023-06-05 01:20:04 |
72
72
  | cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
73
73
  | cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2023-05-31 01:18:15 |
74
74
  | dasb | [T-Sec-堡垒机(BH)](https://cloud.tencent.com/document/product/1025) | 2023-05-18 01:19:47 |
@@ -77,8 +77,8 @@
77
77
  | dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2023-05-18 01:21:10 |
78
78
  | dbdc | [云数据库独享集群](https://cloud.tencent.com/document/product/1322) | 2023-05-18 01:21:33 |
79
79
  | dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2023-05-18 01:21:37 |
80
- | dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2023-06-01 09:49:03 |
81
- | dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2023-05-29 01:21:27 |
80
+ | dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2023-06-05 01:24:19 |
81
+ | dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2023-06-05 01:24:50 |
82
82
  | dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2023-05-18 01:22:51 |
83
83
  | domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2023-05-18 01:23:17 |
84
84
  | drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2023-05-18 01:23:31 |
@@ -93,8 +93,8 @@
93
93
  | eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-05-18 01:25:58 |
94
94
  | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2023-06-01 09:50:15 |
95
95
  | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2023-05-18 01:26:23 |
96
- | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-06-01 09:50:34 |
97
- | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-05-26 15:35:45 |
96
+ | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-06-02 17:05:56 |
97
+ | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-06-05 01:29:23 |
98
98
  | facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2023-05-31 01:26:29 |
99
99
  | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-05-31 01:26:34 |
100
100
  | fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2023-05-24 14:30:55 |
@@ -127,7 +127,7 @@
127
127
  | kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2023-05-18 01:35:58 |
128
128
  | lcic | [低代码互动课堂](https://cloud.tencent.com/document/product/1639) | 2023-05-22 01:40:34 |
129
129
  | lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2023-05-23 01:28:34 |
130
- | live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-05-31 01:32:32 |
130
+ | live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-06-05 01:37:54 |
131
131
  | lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
132
132
  | lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
133
133
  | mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2023-05-29 01:31:45 |
@@ -149,7 +149,7 @@
149
149
  | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-06-01 09:54:24 |
150
150
  | omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2023-05-18 01:43:39 |
151
151
  | organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2023-06-01 09:54:49 |
152
- | partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2023-05-29 01:35:52 |
152
+ | partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2023-06-02 01:39:39 |
153
153
  | pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2023-05-18 01:44:14 |
154
154
  | postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2023-05-23 01:34:25 |
155
155
  | privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2023-05-18 01:45:21 |
@@ -170,7 +170,7 @@
170
170
  | solar | [智汇零售](https://cloud.tencent.com/document/product) | 2020-03-19 08:01:59 |
171
171
  | sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2023-05-26 01:49:53 |
172
172
  | ssa | [安全运营中心](https://cloud.tencent.com/document/product/664) | 2023-05-18 01:49:08 |
173
- | ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) | 2023-05-29 14:59:54 |
173
+ | ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) | 2023-06-02 01:43:30 |
174
174
  | sslpod | [证书监控 SSLPod](https://cloud.tencent.com/document/product/1084) | 2023-05-18 01:49:36 |
175
175
  | ssm | [凭据管理系统](https://cloud.tencent.com/document/product/1140) | 2023-05-18 01:49:41 |
176
176
  | sts | [安全凭证服务](https://cloud.tencent.com/document/product/1312) | 2023-05-18 01:49:52 |
@@ -181,7 +181,7 @@
181
181
  | tav | [文件检测](https://cloud.tencent.com/document/product) | 2019-11-28 22:10:04 |
182
182
  | tbaas | [腾讯云区块链服务平台 TBaaS](https://cloud.tencent.com/document/product/663) | 2023-05-18 01:50:31 |
183
183
  | tbm | [](https://cloud.tencent.com/document/product) | 2019-03-29 14:49:11 |
184
- | tbp | [腾讯智能对话平台](https://cloud.tencent.com/document/product/1060) | 2023-05-18 01:50:49 |
184
+ | tbp | [腾讯智能对话平台](https://cloud.tencent.com/document/product/1060) | 2023-06-05 01:49:22 |
185
185
  | tcaplusdb | [游戏数据库 TcaplusDB](https://cloud.tencent.com/document/product/596) | 2023-05-18 01:50:54 |
186
186
  | tcb | [云开发 CloudBase](https://cloud.tencent.com/document/product/876) | 2023-03-30 01:54:55 |
187
187
  | tcbr | [云托管 CloudBase Run](https://cloud.tencent.com/document/product/1243) | 2023-05-18 01:51:15 |
@@ -189,7 +189,7 @@
189
189
  | tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
190
190
  | tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2023-05-18 01:51:20 |
191
191
  | tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2023-05-31 01:41:56 |
192
- | tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2023-05-30 01:34:13 |
192
+ | tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2023-06-02 01:46:04 |
193
193
  | tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2023-05-18 01:54:30 |
194
194
  | tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2023-05-18 01:54:42 |
195
195
  | tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-05-30 01:35:56 |
@@ -226,7 +226,7 @@
226
226
  | vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2023-05-19 02:51:58 |
227
227
  | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-06-01 10:02:45 |
228
228
  | wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2023-05-18 02:08:17 |
229
- | wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-05-31 01:52:47 |
229
+ | wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-06-05 02:04:09 |
230
230
  | wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
231
231
  | yinsuda | [音速达直播音乐版权引擎](https://cloud.tencent.com/document/product/1592) | 2023-05-25 02:13:42 |
232
232
  | youmall | [](https://cloud.tencent.com/document/product) | 2019-01-11 11:24:15 |
@@ -1 +1 @@
1
- export const sdkVersion = "4.0.611"
1
+ export const sdkVersion = "4.0.613"
@@ -160,6 +160,7 @@ import {
160
160
  RefererRule,
161
161
  DescribeScdnIpStrategyRequest,
162
162
  IpFreqLimit,
163
+ OriginSni,
163
164
  EdgePackTaskFilter,
164
165
  TopDetailDataMore,
165
166
  DescribeIpVisitRequest,
@@ -800,6 +800,12 @@ ip_ipv6_domain:源站列表为多个 IPv4 地址IPv6 地址以及域名
800
800
  */
801
801
  PathBasedOrigin?: Array<PathBasedOriginRule>
802
802
 
803
+ /**
804
+ * HTTPS回源SNI配置
805
+ 注意:此字段可能返回 null,表示取不到有效值。
806
+ */
807
+ Sni?: OriginSni
808
+
803
809
  /**
804
810
  * HTTPS回源高级配置
805
811
  注意:此字段可能返回 null,表示取不到有效值。
@@ -4645,6 +4651,24 @@ off:关闭
4645
4651
  Qps?: number
4646
4652
  }
4647
4653
 
4654
+ /**
4655
+ * HTTPS回源SNI
4656
+ */
4657
+ export interface OriginSni {
4658
+ /**
4659
+ * 是否开启HTTPS回源SNI。
4660
+ 开启:on,
4661
+ 关闭:off
4662
+ */
4663
+ Switch: string
4664
+
4665
+ /**
4666
+ * 回源域名。
4667
+ 注意:此字段可能返回 null,表示取不到有效值。
4668
+ */
4669
+ ServerName: string
4670
+ }
4671
+
4648
4672
  /**
4649
4673
  * 动态打包任务过滤器
4650
4674
  */
@@ -889,6 +889,18 @@ export interface AssociatedInstanceInfo {
889
889
  注意:此字段可能返回 null,表示取不到有效值。
890
890
  */
891
891
  SecurityGroupCount: number
892
+
893
+ /**
894
+ * 关联安全组规则数量
895
+ 注意:此字段可能返回 null,表示取不到有效值。
896
+ */
897
+ SecurityGroupRuleCount?: number
898
+
899
+ /**
900
+ * 关联数据库代理Id
901
+ 注意:此字段可能返回 null,表示取不到有效值。
902
+ */
903
+ CdbId?: string
892
904
  }
893
905
 
894
906
  /**
@@ -3167,7 +3179,6 @@ type InstanceInfo struct {
3167
3179
  ResourceGroupNum int `json:"ResourceGroupNum"`
3168
3180
  VPCName string `json:"VPCName" gorm:"column:VPCName"`
3169
3181
  }
3170
-
3171
3182
  */
3172
3183
  export interface InstanceInfo {
3173
3184
  /**
@@ -3241,6 +3252,12 @@ export interface InstanceInfo {
3241
3252
  注意:此字段可能返回 null,表示取不到有效值。
3242
3253
  */
3243
3254
  ResourcePath: Array<string>
3255
+
3256
+ /**
3257
+ * 扫描结果
3258
+ 注意:此字段可能返回 null,表示取不到有效值。
3259
+ */
3260
+ Server?: Array<string>
3244
3261
  }
3245
3262
 
3246
3263
  /**
@@ -87,6 +87,7 @@ import {
87
87
  DescribeTaskStatusResponse,
88
88
  BatchRegisterTargetsResponse,
89
89
  ModifyLoadBalancerAttributesRequest,
90
+ TypeInfo,
90
91
  DescribeLBListenersRequest,
91
92
  SlaUpdateParam,
92
93
  Target,
@@ -97,6 +98,7 @@ import {
97
98
  DescribeClsLogSetRequest,
98
99
  Listener,
99
100
  LoadBalancerTraffic,
101
+ SpecAvailability,
100
102
  ConfigListItem,
101
103
  RegisterTargetsWithClassicalLBRequest,
102
104
  ModifyDomainAttributesResponse,
@@ -487,7 +489,6 @@ export class Client extends AbstractClient {
487
489
  限制条件:
488
490
  - 本接口只支持升级按量计费的CLB实例,包年包月的CLB实例升级请通过控制台进行升级。
489
491
  - 升级为性能容量型实例后,不支持再回退到共享型实例。
490
- - 目前性能容量型实例处于内测中,如需升级为性能容量型实例,请提交 [内测申请](https://cloud.tencent.com/apply/p/hf45esx99lf)。
491
492
  - 传统型负载均衡实例不支持升级为性能容量型实例。
492
493
  */
493
494
  async ModifyLoadBalancerSla(
@@ -246,7 +246,7 @@ OPEN:公网属性, INTERNAL:内网属性。
246
246
  ZoneId?: string
247
247
 
248
248
  /**
249
- * 仅适用于公网负载均衡。负载均衡的网络计费模式。
249
+ * 仅对内网属性的性能容量型实例和公网属性的所有实例生效。
250
250
  */
251
251
  InternetAccessible?: InternetAccessible
252
252
 
@@ -279,7 +279,7 @@ OPEN:公网属性, INTERNAL:内网属性。
279
279
  /**
280
280
  * 创建性能容量型实例。
281
281
  <ul><li>若需要创建性能容量型实例,则此参数必填,且取值为:SLA,表示创建按量计费模式下的默认规格的性能容量型实例。
282
- <ul><li>当您开通了普通规格的性能容量型时,SLA对应超强型1规格。普通规格的性能容量型正在内测中,请提交 [内测申请](https://cloud.tencent.com/apply/p/hf45esx99lf)。</li>
282
+ <ul><li>默认为普通规格的性能容量型实例,SLA对应超强型1规格。
283
283
  <li>当您开通了超大型规格的性能容量型时,SLA对应超强型4规格。超大型规格的性能容量型正在内测中,请提交 [工单申请](https://console.cloud.tencent.com/workorder/category)。</li></ul></li><li>若需要创建共享型实例,则无需填写此参数。</li></ul>
284
284
  */
285
285
  SlaType?: string
@@ -319,6 +319,11 @@ OPEN:公网属性, INTERNAL:内网属性。
319
319
  * Target是否放通来自CLB的流量。开启放通(true):只验证CLB上的安全组;不开启放通(false):需同时验证CLB和后端实例上的安全组。
320
320
  */
321
321
  LoadBalancerPassToTarget?: boolean
322
+
323
+ /**
324
+ * 创建域名化负载均衡。
325
+ */
326
+ DynamicVip?: boolean
322
327
  }
323
328
 
324
329
  /**
@@ -1807,6 +1812,23 @@ export interface ModifyLoadBalancerAttributesRequest {
1807
1812
  ModifyClassicDomain?: boolean
1808
1813
  }
1809
1814
 
1815
+ /**
1816
+ * 运营商类型信息
1817
+ */
1818
+ export interface TypeInfo {
1819
+ /**
1820
+ * 运营商类型
1821
+ 注意:此字段可能返回 null,表示取不到有效值。
1822
+ */
1823
+ Type?: string
1824
+
1825
+ /**
1826
+ * 规格可用性
1827
+ 注意:此字段可能返回 null,表示取不到有效值。
1828
+ */
1829
+ SpecAvailabilitySet?: Array<SpecAvailability>
1830
+ }
1831
+
1810
1832
  /**
1811
1833
  * DescribeLBListeners请求参数结构体
1812
1834
  */
@@ -2114,6 +2136,23 @@ export interface LoadBalancerTraffic {
2114
2136
  Domain: string
2115
2137
  }
2116
2138
 
2139
+ /**
2140
+ * 规格可用性
2141
+ */
2142
+ export interface SpecAvailability {
2143
+ /**
2144
+ * 规格类型
2145
+ 注意:此字段可能返回 null,表示取不到有效值。
2146
+ */
2147
+ SpecType?: string
2148
+
2149
+ /**
2150
+ * 规格可用性
2151
+ 注意:此字段可能返回 null,表示取不到有效值。
2152
+ */
2153
+ Availability?: string
2154
+ }
2155
+
2117
2156
  /**
2118
2157
  * 配置内容
2119
2158
  */
@@ -4826,7 +4865,7 @@ BANDWIDTH_PACKAGE 按带宽包计费;
4826
4865
  * 最大出带宽,单位Mbps,仅对公网属性的共享型、性能容量型和独占型 CLB 实例、以及内网属性的性能容量型 CLB 实例生效。
4827
4866
  - 对于公网属性的共享型和独占型 CLB 实例,最大出带宽的范围为1Mbps-2048Mbps。
4828
4867
  - 对于公网属性和内网属性的性能容量型 CLB实例
4829
- - 当您开通了普通规格的性能容量型时,最大出带宽的范围为1Mbps-10240Mbps。普通规格的性能容量型正在内测中,请提交 [内测申请](https://cloud.tencent.com/apply/p/hf45esx99lf)
4868
+ - 默认为普通规格的性能容量型实例,SLA对应超强型1规格,最大出带宽的范围为1Mbps-10240Mbps。
4830
4869
  - 当您开通了超大型规格的性能容量型时,最大出带宽的范围为1Mbps-61440Mbps。超大型规格的性能容量型正在内测中,请提交 [工单申请](https://console.cloud.tencent.com/workorder/category)。
4831
4870
  注意:此字段可能返回 null,表示取不到有效值。
4832
4871
  */
@@ -5224,6 +5263,12 @@ export interface Resource {
5224
5263
  注意:此字段可能返回 null,表示取不到有效值。
5225
5264
  */
5226
5265
  AvailabilitySet: Array<ResourceAvailability>
5266
+
5267
+ /**
5268
+ * 运营商类型信息
5269
+ 注意:此字段可能返回 null,表示取不到有效值。
5270
+ */
5271
+ TypeSet?: Array<TypeInfo>
5227
5272
  }
5228
5273
 
5229
5274
  /**
@@ -5235,13 +5280,13 @@ export interface CreateLoadBalancerResponse {
5235
5280
  存在某些场景,如创建出现延迟时,此字段可能返回为空;此时可以根据接口返回的RequestId或DealName参数,通过DescribeTaskStatus接口查询创建的资源ID。
5236
5281
  注意:此字段可能返回 null,表示取不到有效值。
5237
5282
  */
5238
- LoadBalancerIds: Array<string>
5283
+ LoadBalancerIds?: Array<string>
5239
5284
 
5240
5285
  /**
5241
5286
  * 订单号。
5242
5287
  注意:此字段可能返回 null,表示取不到有效值。
5243
5288
  */
5244
- DealName: string
5289
+ DealName?: string
5245
5290
 
5246
5291
  /**
5247
5292
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -41,7 +41,6 @@ import {
41
41
  AssetNetworkCardInfo,
42
42
  DescribeAssetWebFrameListRequest,
43
43
  DescribeMonthInspectionReportResponse,
44
- DescribeSaveOrUpdateWarningsResponse,
45
44
  DescribeBaselineHostTopResponse,
46
45
  DeleteBashRulesResponse,
47
46
  DescribeSecurityEventsCntResponse,
@@ -151,6 +150,7 @@ import {
151
150
  DescribeServersAndRiskAndFirstInfoRequest,
152
151
  DescribeMalwareRiskWarningRequest,
153
152
  StartBaselineDetectRequest,
153
+ DescribeVulStoreListRequest,
154
154
  BaselineWeakPassword,
155
155
  DescribeAssetPlanTaskListResponse,
156
156
  DescribeBaselineRuleRequest,
@@ -231,6 +231,7 @@ import {
231
231
  DescribeBaselineItemRiskTopRequest,
232
232
  DeleteMaliciousRequestsResponse,
233
233
  ExportBruteAttacksResponse,
234
+ VulStoreListInfo,
234
235
  DescribeBashEventsInfoNewResponse,
235
236
  ProtectDirRelatedServer,
236
237
  ExportBruteAttacksRequest,
@@ -387,6 +388,7 @@ import {
387
388
  ScanTaskDetails,
388
389
  AssetDatabaseDetail,
389
390
  DescribeScanTaskStatusRequest,
391
+ DescribeVulStoreListResponse,
390
392
  DeleteBaselineRuleResponse,
391
393
  DeleteMachineTagRequest,
392
394
  AssetDiskPartitionInfo,
@@ -658,7 +660,6 @@ import {
658
660
  DescribeAccountStatisticsRequest,
659
661
  SecurityButlerInfo,
660
662
  DescribeBaselineHostDetectListResponse,
661
- DescribeSaveOrUpdateWarningsRequest,
662
663
  DescribeAssetProcessInfoListResponse,
663
664
  ProcessStatistics,
664
665
  DescribeScanScheduleResponse,
@@ -1329,13 +1330,13 @@ export class Client extends AbstractClient {
1329
1330
  }
1330
1331
 
1331
1332
  /**
1332
- * 查询网站防篡改概览信息
1333
+ * 获取漏洞库列表
1333
1334
  */
1334
- async DescribeWebPageGeneralize(
1335
- req?: DescribeWebPageGeneralizeRequest,
1336
- cb?: (error: string, rep: DescribeWebPageGeneralizeResponse) => void
1337
- ): Promise<DescribeWebPageGeneralizeResponse> {
1338
- return this.request("DescribeWebPageGeneralize", req, cb)
1335
+ async DescribeVulStoreList(
1336
+ req: DescribeVulStoreListRequest,
1337
+ cb?: (error: string, rep: DescribeVulStoreListResponse) => void
1338
+ ): Promise<DescribeVulStoreListResponse> {
1339
+ return this.request("DescribeVulStoreList", req, cb)
1339
1340
  }
1340
1341
 
1341
1342
  /**
@@ -1979,15 +1980,13 @@ export class Client extends AbstractClient {
1979
1980
  }
1980
1981
 
1981
1982
  /**
1982
- * 下线
1983
-
1984
- 更新或者插入用户告警设置(该接口废弃,请调用 ModifyWarningSetting )
1985
- */
1986
- async DescribeSaveOrUpdateWarnings(
1987
- req: DescribeSaveOrUpdateWarningsRequest,
1988
- cb?: (error: string, rep: DescribeSaveOrUpdateWarningsResponse) => void
1989
- ): Promise<DescribeSaveOrUpdateWarningsResponse> {
1990
- return this.request("DescribeSaveOrUpdateWarnings", req, cb)
1983
+ * 获取漏洞管理模块指定类型的待处理漏洞数、主机数和非专业版主机数量
1984
+ */
1985
+ async DescribeUndoVulCounts(
1986
+ req: DescribeUndoVulCountsRequest,
1987
+ cb?: (error: string, rep: DescribeUndoVulCountsResponse) => void
1988
+ ): Promise<DescribeUndoVulCountsResponse> {
1989
+ return this.request("DescribeUndoVulCounts", req, cb)
1991
1990
  }
1992
1991
 
1993
1992
  /**
@@ -3313,6 +3312,16 @@ export class Client extends AbstractClient {
3313
3312
  return this.request("DescribeMonthInspectionReport", req, cb)
3314
3313
  }
3315
3314
 
3315
+ /**
3316
+ * 查询网站防篡改概览信息
3317
+ */
3318
+ async DescribeWebPageGeneralize(
3319
+ req?: DescribeWebPageGeneralizeRequest,
3320
+ cb?: (error: string, rep: DescribeWebPageGeneralizeResponse) => void
3321
+ ): Promise<DescribeWebPageGeneralizeResponse> {
3322
+ return this.request("DescribeWebPageGeneralize", req, cb)
3323
+ }
3324
+
3316
3325
  /**
3317
3326
  * 获取资产数量: 主机数、账号数、端口数、进程数、软件数、数据库数、Web应用数、Web框架数、Web服务数、Web站点数
3318
3327
  */
@@ -3463,16 +3472,6 @@ export class Client extends AbstractClient {
3463
3472
  return this.request("DescribeMalwareFile", req, cb)
3464
3473
  }
3465
3474
 
3466
- /**
3467
- * 获取漏洞管理模块指定类型的待处理漏洞数、主机数和非专业版主机数量
3468
- */
3469
- async DescribeUndoVulCounts(
3470
- req: DescribeUndoVulCountsRequest,
3471
- cb?: (error: string, rep: DescribeUndoVulCountsResponse) => void
3472
- ): Promise<DescribeUndoVulCountsResponse> {
3473
- return this.request("DescribeUndoVulCounts", req, cb)
3474
- }
3475
-
3476
3475
  /**
3477
3476
  * 更改基线策略状态
3478
3477
  */
@@ -579,16 +579,6 @@ export interface DescribeMonthInspectionReportResponse {
579
579
  RequestId?: string
580
580
  }
581
581
 
582
- /**
583
- * DescribeSaveOrUpdateWarnings返回参数结构体
584
- */
585
- export interface DescribeSaveOrUpdateWarningsResponse {
586
- /**
587
- * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
588
- */
589
- RequestId?: string
590
- }
591
-
592
582
  /**
593
583
  * DescribeBaselineHostTop返回参数结构体
594
584
  */
@@ -3930,6 +3920,43 @@ export interface StartBaselineDetectRequest {
3930
3920
  Param: BaselineDetectParam
3931
3921
  }
3932
3922
 
3923
+ /**
3924
+ * DescribeVulStoreList请求参数结构体
3925
+ */
3926
+ export interface DescribeVulStoreListRequest {
3927
+ /**
3928
+ *
3929
+ <li>VulName- string - 是否必填:否 - 漏洞名称</li>
3930
+ <li>CveId- string - 是否必填:否 - cveid</li>
3931
+ <li>VulCategory- string - 是否必填:否 - 漏洞分类 1 Web-CMS漏洞 ,2 应用漏洞 ,4 Linux软件漏洞,5 Windows系统漏洞</li>
3932
+ <li>Method- string - 是否必填:否 - 检测方法 0版本对比,1 poc检测 </li>
3933
+ <li>SupportDefense- string - 是否必填:否 - 是否支持防御 0不支持,1支持</li>
3934
+ <li>FixSwitch- string - 是否必填:否 - 是否支持自动修复 0不支持,1支持</li>
3935
+
3936
+ */
3937
+ Filters?: Array<Filter>
3938
+
3939
+ /**
3940
+ * 限制条数,默认10,最大100
3941
+ */
3942
+ Limit?: number
3943
+
3944
+ /**
3945
+ * 偏移量,默认0
3946
+ */
3947
+ Offset?: number
3948
+
3949
+ /**
3950
+ * 排序方式: [ASC:升序|DESC:降序]
3951
+ */
3952
+ Order?: string
3953
+
3954
+ /**
3955
+ * 可选排序列: [PublishDate]
3956
+ */
3957
+ By?: string
3958
+ }
3959
+
3933
3960
  /**
3934
3961
  * 基线弱口令
3935
3962
  */
@@ -5719,6 +5746,63 @@ export interface ExportBruteAttacksResponse {
5719
5746
  RequestId?: string
5720
5747
  }
5721
5748
 
5749
+ /**
5750
+ * 漏洞仓库列表信息
5751
+ */
5752
+ export interface VulStoreListInfo {
5753
+ /**
5754
+ * 漏洞ID
5755
+ */
5756
+ VulId: number
5757
+
5758
+ /**
5759
+ * 漏洞级别
5760
+ */
5761
+ Level: number
5762
+
5763
+ /**
5764
+ * 漏洞名称
5765
+ */
5766
+ Name: string
5767
+
5768
+ /**
5769
+ * cve编号
5770
+ */
5771
+ CveId: string
5772
+
5773
+ /**
5774
+ * 1: web-cms漏洞 2:应用漏洞 4: Linux软件漏洞 5: Windows系统漏洞 0= 应急漏洞
5775
+ */
5776
+ VulCategory: number
5777
+
5778
+ /**
5779
+ * 发布时间
5780
+ */
5781
+ PublishDate: string
5782
+
5783
+ /**
5784
+ * 漏洞检测方法 0 - 版本比对, 1 - POC验证
5785
+ */
5786
+ Method?: number
5787
+
5788
+ /**
5789
+ * 漏洞攻击热度
5790
+ */
5791
+ AttackLevel?: number
5792
+
5793
+ /**
5794
+ * 漏洞是否支持自动修复
5795
+ 0-windows/linux均关闭; 1-windows/linux均打开; 2-仅linux; 3-仅windows
5796
+ */
5797
+ FixSwitch?: number
5798
+
5799
+ /**
5800
+ * 漏洞是否支持防御
5801
+ 0:不支持 1:支持
5802
+ */
5803
+ SupportDefense?: number
5804
+ }
5805
+
5722
5806
  /**
5723
5807
  * DescribeBashEventsInfoNew返回参数结构体
5724
5808
  */
@@ -9028,9 +9112,8 @@ export interface AssetWebFrameBaseInfo {
9028
9112
  MachineName?: string
9029
9113
 
9030
9114
  /**
9031
- * 数据更新时间
9032
- 注意:此字段可能返回 null,表示取不到有效值。
9033
- */
9115
+ * 数据更新时间
9116
+ */
9034
9117
  UpdateTime?: string
9035
9118
 
9036
9119
  /**
@@ -9048,6 +9131,11 @@ export interface AssetWebFrameBaseInfo {
9048
9131
  注意:此字段可能返回 null,表示取不到有效值。
9049
9132
  */
9050
9133
  MachineExtraInfo?: MachineExtraInfo
9134
+
9135
+ /**
9136
+ * 应用路径
9137
+ */
9138
+ Path?: string
9051
9139
  }
9052
9140
 
9053
9141
  /**
@@ -10658,6 +10746,37 @@ export interface DescribeScanTaskStatusRequest {
10658
10746
  ModuleType: string
10659
10747
  }
10660
10748
 
10749
+ /**
10750
+ * DescribeVulStoreList返回参数结构体
10751
+ */
10752
+ export interface DescribeVulStoreListResponse {
10753
+ /**
10754
+ * 漏洞信息
10755
+ 注意:此字段可能返回 null,表示取不到有效值。
10756
+ */
10757
+ List?: Array<VulStoreListInfo>
10758
+
10759
+ /**
10760
+ * 总数
10761
+ */
10762
+ TotalCount?: number
10763
+
10764
+ /**
10765
+ * 今日剩余搜索此时
10766
+ */
10767
+ Remaining?: number
10768
+
10769
+ /**
10770
+ * 免费搜索次数
10771
+ */
10772
+ FreeSearchTimes?: number
10773
+
10774
+ /**
10775
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
10776
+ */
10777
+ RequestId?: string
10778
+ }
10779
+
10661
10780
  /**
10662
10781
  * DeleteBaselineRule返回参数结构体
10663
10782
  */
@@ -19127,16 +19246,6 @@ export interface DescribeBaselineHostDetectListResponse {
19127
19246
  RequestId?: string
19128
19247
  }
19129
19248
 
19130
- /**
19131
- * DescribeSaveOrUpdateWarnings请求参数结构体
19132
- */
19133
- export interface DescribeSaveOrUpdateWarningsRequest {
19134
- /**
19135
- * 告警设置的修改内容
19136
- */
19137
- WarningObjects?: Array<WarningObject>
19138
- }
19139
-
19140
19249
  /**
19141
19250
  * DescribeAssetProcessInfoList返回参数结构体
19142
19251
  */