tencentcloud-sdk-nodejs 4.0.601 → 4.0.602

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 +506 -0
  2. package/SERVICE_CHANGELOG.md +818 -50
  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/antiddos/v20200309/antiddos_models.ts +38 -6
  7. package/src/services/cbs/v20170312/cbs_models.ts +3 -3
  8. package/src/services/cdb/v20170320/cdb_client.ts +6 -2
  9. package/src/services/cdb/v20170320/cdb_models.ts +4 -4
  10. package/src/services/cdn/v20180606/cdn_models.ts +69 -37
  11. package/src/services/cfw/v20190904/cfw_client.ts +22 -10
  12. package/src/services/cfw/v20190904/cfw_models.ts +69 -0
  13. package/src/services/csip/v20221121/csip_models.ts +14 -2
  14. package/src/services/essbasic/v20210526/essbasic_models.ts +2 -1
  15. package/src/services/nlp/v20190408/nlp_models.ts +7 -7
  16. package/src/services/ocr/v20181119/ocr_models.ts +6 -0
  17. package/src/services/organization/v20210331/organization_models.ts +9 -4
  18. package/src/services/ssl/v20191205/ssl_client.ts +354 -79
  19. package/src/services/ssl/v20191205/ssl_models.ts +2986 -1253
  20. package/src/services/tcss/v20201101/tcss_models.ts +963 -172
  21. package/src/services/thpc/v20230321/thpc_models.ts +28 -0
  22. package/src/services/vod/v20180717/vod_models.ts +141 -1
  23. package/src/services/vpc/v20170312/vpc_client.ts +3 -3
  24. package/src/services/vpc/v20170312/vpc_models.ts +54 -24
  25. package/src/services/vrs/v20200824/vrs_models.ts +1 -1
  26. package/tencentcloud/common/sdk_version.d.ts +1 -1
  27. package/tencentcloud/common/sdk_version.js +1 -1
  28. package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +32 -6
  29. package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +3 -3
  30. package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +6 -2
  31. package/tencentcloud/services/cdb/v20170320/cdb_client.js +6 -2
  32. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +4 -4
  33. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +63 -31
  34. package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +10 -6
  35. package/tencentcloud/services/cfw/v20190904/cfw_client.js +12 -6
  36. package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +58 -0
  37. package/tencentcloud/services/csip/v20221121/csip_models.d.ts +12 -2
  38. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +1 -0
  39. package/tencentcloud/services/nlp/v20190408/nlp_models.d.ts +7 -7
  40. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +5 -0
  41. package/tencentcloud/services/organization/v20210331/organization_models.d.ts +8 -4
  42. package/tencentcloud/services/ssl/v20191205/ssl_client.d.ts +95 -11
  43. package/tencentcloud/services/ssl/v20191205/ssl_client.js +141 -15
  44. package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +2548 -1081
  45. package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +806 -170
  46. package/tencentcloud/services/thpc/v20230321/thpc_models.d.ts +24 -0
  47. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +113 -1
  48. package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +3 -3
  49. package/tencentcloud/services/vpc/v20170312/vpc_client.js +3 -3
  50. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +48 -24
  51. package/tencentcloud/services/vrs/v20200824/vrs_models.d.ts +1 -1
  52. package/test/cfw.v20190904.test.js +12 -2
  53. package/test/ssl.v20191205.test.js +220 -10
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.601",
3
+ "version": "4.0.602",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {
package/products.md CHANGED
@@ -10,7 +10,7 @@
10
10
  | ame | [正版曲库直通车](https://cloud.tencent.com/document/product/1155) | 2023-05-18 01:01:34 |
11
11
  | ams | [音频内容安全](https://cloud.tencent.com/document/product/1219) | 2023-05-18 01:01:48 |
12
12
  | anicloud | [动效素材服务](https://cloud.tencent.com/document/product/1641) | 2023-05-18 01:01:53 |
13
- | antiddos | [T-Sec-DDoS防护(Anti-DDoS)](https://cloud.tencent.com/document/product/1021) | 2023-05-18 01:01:57 |
13
+ | antiddos | [T-Sec-DDoS防护(Anti-DDoS)](https://cloud.tencent.com/document/product/1021) | 2023-05-19 01:02:07 |
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 |
@@ -34,21 +34,21 @@
34
34
  | bri | [业务风险情报](https://cloud.tencent.com/document/product/1064) | 2021-01-07 08:02:40 |
35
35
  | bsca | [二进制软件成分分析](https://cloud.tencent.com/document/product/1483) | 2023-05-18 01:06:40 |
36
36
  | btoe | [区块链可信取证](https://cloud.tencent.com/document/product/1259) | 2023-05-18 01:06:44 |
37
- | cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2023-05-18 01:06:52 |
37
+ | cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2023-05-19 01:12:14 |
38
38
  | captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2023-05-18 01:07:27 |
39
39
  | car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2023-05-18 01:07:35 |
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
- | cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2023-05-18 01:07:48 |
42
+ | cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2023-05-19 01:17:08 |
43
43
  | ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2023-05-18 01:08:10 |
44
- | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-05-18 01:08:29 |
44
+ | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-05-19 01:19:11 |
45
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-18 01:09:47 |
46
+ | cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2023-05-19 01:20:38 |
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-18 01:11:02 |
51
- | cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2023-05-18 01:11:20 |
51
+ | cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2023-05-19 01:21:55 |
52
52
  | chdfs | [云 HDFS](https://cloud.tencent.com/document/product/1105) | 2023-05-18 01:11:45 |
53
53
  | ciam | [账号风控平台](https://cloud.tencent.com/document/product/1441) | 2023-05-18 01:11:59 |
54
54
  | cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2023-05-18 01:12:07 |
@@ -65,7 +65,7 @@
65
65
  | cms | [内容安全](https://cloud.tencent.com/document/product) | 2020-10-29 08:03:08 |
66
66
  | cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2023-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-05-18 01:16:44 |
68
+ | csip | [云安全一体化平台](https://cloud.tencent.com/document/product/664) | 2023-05-19 01:27:03 |
69
69
  | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2023-05-18 01:16:53 |
70
70
  | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2023-05-18 01:17:36 |
71
71
  | cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
@@ -93,7 +93,7 @@
93
93
  | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2023-05-18 01:26:03 |
94
94
  | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2023-05-18 01:26:23 |
95
95
  | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-05-18 01:26:41 |
96
- | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-05-18 01:27:06 |
96
+ | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-05-18 11:50:51 |
97
97
  | facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2023-05-18 01:27:37 |
98
98
  | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-05-18 01:27:40 |
99
99
  | fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2023-05-18 01:28:29 |
@@ -142,12 +142,12 @@
142
142
  | ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2023-05-18 01:42:15 |
143
143
  | msp | [迁移服务平台](https://cloud.tencent.com/document/product/659) | 2023-05-18 01:42:21 |
144
144
  | mvj | [营销价值判断](https://cloud.tencent.com/document/product) | 2020-03-19 08:11:44 |
145
- | nlp | [NLP 服务](https://cloud.tencent.com/document/product/271) | 2023-05-18 01:42:28 |
145
+ | nlp | [NLP 服务](https://cloud.tencent.com/document/product/271) | 2023-05-19 01:49:42 |
146
146
  | npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
147
147
  | oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2023-05-18 01:42:42 |
148
- | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-05-18 01:42:59 |
148
+ | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-05-19 01:50:18 |
149
149
  | omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2023-05-18 01:43:39 |
150
- | organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2023-05-18 01:43:57 |
150
+ | organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2023-05-19 01:51:15 |
151
151
  | partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2023-05-18 01:44:05 |
152
152
  | pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2023-05-18 01:44:14 |
153
153
  | postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2023-05-18 01:44:20 |
@@ -169,7 +169,7 @@
169
169
  | solar | [智汇零售](https://cloud.tencent.com/document/product) | 2020-03-19 08:01:59 |
170
170
  | sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2023-05-18 01:48:30 |
171
171
  | ssa | [安全运营中心](https://cloud.tencent.com/document/product/664) | 2023-05-18 01:49:08 |
172
- | ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) | 2023-05-18 01:49:22 |
172
+ | ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) | 2023-05-19 01:55:56 |
173
173
  | sslpod | [证书监控 SSLPod](https://cloud.tencent.com/document/product/1084) | 2023-05-18 01:49:36 |
174
174
  | ssm | [凭据管理系统](https://cloud.tencent.com/document/product/1140) | 2023-05-18 01:49:41 |
175
175
  | sts | [安全凭证服务](https://cloud.tencent.com/document/product/1312) | 2023-05-18 01:49:52 |
@@ -188,14 +188,14 @@
188
188
  | tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
189
189
  | tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2023-05-18 01:51:20 |
190
190
  | tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2023-05-18 01:51:31 |
191
- | tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2023-05-18 01:52:21 |
191
+ | tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2023-05-19 01:59:31 |
192
192
  | tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2023-05-18 01:54:30 |
193
193
  | tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2023-05-18 01:54:42 |
194
194
  | tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-05-18 01:55:03 |
195
195
  | tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2023-05-18 01:55:50 |
196
196
  | tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2023-05-18 01:55:55 |
197
197
  | teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-05-18 01:56:23 |
198
- | thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2023-05-18 01:58:08 |
198
+ | thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2023-05-19 02:07:25 |
199
199
  | tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
200
200
  | tic | [资源编排 TIC](https://cloud.tencent.com/document/product/1213) | 2023-05-18 01:58:19 |
201
201
  | ticm | [智能鉴黄](https://cloud.tencent.com/document/product/864) | 2021-01-07 08:08:15 |
@@ -220,10 +220,10 @@
220
220
  | ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2023-05-18 02:04:06 |
221
221
  | vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2023-05-18 02:04:19 |
222
222
  | vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2023-05-18 02:04:23 |
223
- | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-05-18 02:04:29 |
224
- | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-05-18 02:06:01 |
225
- | vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2023-05-18 02:07:52 |
226
- | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-05-18 02:07:57 |
223
+ | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-05-19 02:13:12 |
224
+ | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-05-19 02:14:41 |
225
+ | vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2023-05-19 02:51:58 |
226
+ | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-05-19 02:52:04 |
227
227
  | wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2023-05-18 02:08:17 |
228
228
  | wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-05-18 02:08:33 |
229
229
  | wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
@@ -1 +1 @@
1
- export const sdkVersion = "4.0.601"
1
+ export const sdkVersion = "4.0.602"
@@ -365,6 +365,11 @@ export interface CreateBoundIPRequest {
365
365
  * 已弃用,不填
366
366
  */
367
367
  CopyPolicy?: string
368
+
369
+ /**
370
+ * 如果该资源实例为域名化资产则,该参数必填
371
+ */
372
+ FilterRegion?: string
368
373
  }
369
374
 
370
375
  /**
@@ -1368,17 +1373,17 @@ export interface DescribeNewL7RulesResponse {
1368
1373
  /**
1369
1374
  * 转发规则列表
1370
1375
  */
1371
- Rules: Array<NewL7RuleEntry>
1376
+ Rules?: Array<NewL7RuleEntry>
1372
1377
 
1373
1378
  /**
1374
1379
  * 健康检查配置列表
1375
1380
  */
1376
- Healths: Array<L7RuleHealth>
1381
+ Healths?: Array<L7RuleHealth>
1377
1382
 
1378
1383
  /**
1379
1384
  * 总规则数
1380
1385
  */
1381
- Total: number
1386
+ Total?: number
1382
1387
 
1383
1388
  /**
1384
1389
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -1566,6 +1571,12 @@ export interface BoundIpInfo {
1566
1571
  * 运营商,绑定操作为必填项,解绑操作可不填。0:电信;1:联通;2:移动;5:BGP
1567
1572
  */
1568
1573
  IspCode?: number
1574
+
1575
+ /**
1576
+ * 域名化资产对应的域名
1577
+ 注意:此字段可能返回 null,表示取不到有效值。
1578
+ */
1579
+ Domain?: string
1569
1580
  }
1570
1581
 
1571
1582
  /**
@@ -2080,6 +2091,11 @@ export interface DescribeNewL7RulesRequest {
2080
2091
  * 高防IP实例的Cname
2081
2092
  */
2082
2093
  Cname?: string
2094
+
2095
+ /**
2096
+ * 默认为false,当为true时,将不对各个规则做策略检查,直接导出所有规则
2097
+ */
2098
+ Export?: boolean
2083
2099
  }
2084
2100
 
2085
2101
  /**
@@ -2394,7 +2410,17 @@ export interface DescribeBasicDeviceStatusRequest {
2394
2410
  /**
2395
2411
  * IP 资源列表
2396
2412
  */
2397
- IpList: Array<string>
2413
+ IpList?: Array<string>
2414
+
2415
+ /**
2416
+ * 域名化资源传id
2417
+ */
2418
+ IdList?: Array<string>
2419
+
2420
+ /**
2421
+ * 地域名称
2422
+ */
2423
+ FilterRegion?: number
2398
2424
  }
2399
2425
 
2400
2426
  /**
@@ -2682,7 +2708,13 @@ export interface DescribeBasicDeviceStatusResponse {
2682
2708
  2 - 正常状态
2683
2709
  3 - 攻击状态
2684
2710
  */
2685
- Data: Array<KeyValue>
2711
+ Data?: Array<KeyValue>
2712
+
2713
+ /**
2714
+ * 域名化资产的名称
2715
+ 注意:此字段可能返回 null,表示取不到有效值。
2716
+ */
2717
+ CLBData?: Array<KeyValue>
2686
2718
 
2687
2719
  /**
2688
2720
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -5117,7 +5149,7 @@ export interface CreateBoundIPResponse {
5117
5149
  /**
5118
5150
  * 成功码
5119
5151
  */
5120
- Success: SuccessCode
5152
+ Success?: SuccessCode
5121
5153
 
5122
5154
  /**
5123
5155
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -530,12 +530,12 @@ export interface DescribeDiskBackupsResponse {
530
530
  /**
531
531
  * 符合条件的云硬盘备份点数量。
532
532
  */
533
- TotalCount: number
533
+ TotalCount?: number
534
534
 
535
535
  /**
536
536
  * 云硬盘备份点的详细信息列表。
537
537
  */
538
- DiskBackupSet: Array<DiskBackup>
538
+ DiskBackupSet?: Array<DiskBackup>
539
539
 
540
540
  /**
541
541
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -1175,7 +1175,7 @@ export interface CreateSnapshotRequest {
1175
1175
  SnapshotName?: string
1176
1176
 
1177
1177
  /**
1178
- * 快照的到期时间,到期后该快照将会自动删除,需要传入UTC时间下的ISO-8601标准时间格式,例如:2022-01-08T09:47:55+00:00
1178
+ * 快照的到期时间,到期后该快照将会自动删除,需要传入UTC时间下的ISO-8601标准时间格式,例如:2022-01-08T09:47:55+00:00,。到期时间最小可设置为一天后的当前时间。
1179
1179
  */
1180
1180
  Deadline?: string
1181
1181
 
@@ -1009,7 +1009,9 @@ export class Client extends AbstractClient {
1009
1009
  }
1010
1010
 
1011
1011
  /**
1012
- * 本接口(DescribeBackupTables)用于查询指定的数据库的备份数据表名 (已废弃)。
1012
+ * 该接口已废弃,需要下线
1013
+
1014
+ 本接口(DescribeBackupTables)用于查询指定的数据库的备份数据表名 (已废弃)。
1013
1015
  旧版本支持全量备份后,用户如果分库表下载逻辑备份文件,需要用到此接口。
1014
1016
  新版本支持(CreateBackup)创建逻辑备份的时候,直接发起指定库表备份,用户直接下载该备份文件即可。
1015
1017
  */
@@ -1724,7 +1726,9 @@ export class Client extends AbstractClient {
1724
1726
  }
1725
1727
 
1726
1728
  /**
1727
- * 本接口(DescribeBackupDatabases)用于查询备份文件包含的库 (已废弃)。
1729
+ * 接口已废弃,需要下线
1730
+
1731
+ 本接口(DescribeBackupDatabases)用于查询备份文件包含的库 (已废弃)。
1728
1732
  旧版本支持全量备份后,用户如果分库表下载逻辑备份文件,需要用到此接口。
1729
1733
  新版本支持(CreateBackup)创建逻辑备份的时候,直接发起指定库表备份,用户直接下载该备份文件即可。
1730
1734
  */
@@ -4192,7 +4192,7 @@ export interface DescribeDBPriceRequest {
4192
4192
  ProtectMode?: number
4193
4193
 
4194
4194
  /**
4195
- * 实例隔离类型。支持值包括: "UNIVERSAL" - 通用型实例, "EXCLUSIVE" - 独享型实例, "BASIC" - 基础版实例。 不指定则默认为通用型实例。
4195
+ * 实例隔离类型。支持值包括: "UNIVERSAL" - 通用型实例, "EXCLUSIVE" - 独享型实例, "BASIC_V2" - 单节点云盘版实例。 不指定则默认为通用型实例。
4196
4196
  */
4197
4197
  DeviceType?: string
4198
4198
 
@@ -5608,17 +5608,17 @@ export interface DescribeDBPriceResponse {
5608
5608
  /**
5609
5609
  * 实例价格,单位:分。
5610
5610
  */
5611
- Price: number
5611
+ Price?: number
5612
5612
 
5613
5613
  /**
5614
5614
  * 实例原价,单位:分。
5615
5615
  */
5616
- OriginalPrice: number
5616
+ OriginalPrice?: number
5617
5617
 
5618
5618
  /**
5619
5619
  * 货币单位。CNY-人民币,USD-美元。
5620
5620
  */
5621
- Currency: string
5621
+ Currency?: string
5622
5622
 
5623
5623
  /**
5624
5624
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -142,7 +142,7 @@ export interface ScdnTopUrlData {
142
142
  */
143
143
  export interface Compression {
144
144
  /**
145
- * 智能压缩配置开关
145
+ * 智能压缩配置开关,取值有:
146
146
  on:开启
147
147
  off:关闭
148
148
  */
@@ -498,7 +498,7 @@ export interface ScdnDomain {
498
498
  */
499
499
  export interface CacheConfigNoCache {
500
500
  /**
501
- * 不缓存配置开关
501
+ * 路径缓存不缓存配置配置开关,取值有:
502
502
  on:开启
503
503
  off:关闭
504
504
  注意:此字段可能返回 null,表示取不到有效值。
@@ -1660,8 +1660,9 @@ export interface DescribeEdgePackTaskStatusResponse {
1660
1660
  */
1661
1661
  export interface HeuristicCache {
1662
1662
  /**
1663
- * on 代表开启启发式缓存
1664
- off 代表关闭启发式缓存
1663
+ * 启发式缓存配置开关,取值有:
1664
+ on:开启
1665
+ off:关闭
1665
1666
  */
1666
1667
  Switch: string
1667
1668
 
@@ -1775,7 +1776,7 @@ export interface PostSize {
1775
1776
  */
1776
1777
  export interface ForceRedirect {
1777
1778
  /**
1778
- * 访问强制跳转配置开关
1779
+ * 访问强制跳转配置开关,取值有:
1779
1780
  on:开启
1780
1781
  off:关闭
1781
1782
  注意:此字段可能返回 null,表示取不到有效值。
@@ -1880,7 +1881,7 @@ overseas:中国境外
1880
1881
  */
1881
1882
  export interface DownstreamCapping {
1882
1883
  /**
1883
- * 下行速度配置开关
1884
+ * 下行速度配置开关,取值有:
1884
1885
  on:开启
1885
1886
  off:关闭
1886
1887
  */
@@ -2423,8 +2424,10 @@ off:不支持
2423
2424
  */
2424
2425
  export interface AwsPrivateAccess {
2425
2426
  /**
2426
- * 开关,on/off。
2427
- */
2427
+ * s3源站回源鉴权配置项开关,取值有:
2428
+ on:开启
2429
+ off:关闭
2430
+ */
2428
2431
  Switch: string
2429
2432
 
2430
2433
  /**
@@ -2851,7 +2854,9 @@ export interface DescribePurgeQuotaResponse {
2851
2854
  */
2852
2855
  export interface AvifAdapter {
2853
2856
  /**
2854
- * 开关,"on/off"
2857
+ * 图片优化AvifAdapter配置项开关,取值有:
2858
+ on:开启
2859
+ off:关闭
2855
2860
  注意:此字段可能返回 null,表示取不到有效值。
2856
2861
  */
2857
2862
  Switch?: string
@@ -3506,7 +3511,7 @@ off:关闭
3506
3511
  */
3507
3512
  export interface CacheConfigCache {
3508
3513
  /**
3509
- * 缓存配置开关
3514
+ * 路径缓存配置开关,取值有:
3510
3515
  on:开启
3511
3516
  off:关闭
3512
3517
  注意:此字段可能返回 null,表示取不到有效值。
@@ -4062,7 +4067,7 @@ global:全球加速
4062
4067
  */
4063
4068
  export interface CacheConfigFollowOrigin {
4064
4069
  /**
4065
- * 遵循源站配置开关
4070
+ * 路径缓存遵循源站配置开关,取值有:
4066
4071
  on:开启
4067
4072
  off:关闭
4068
4073
  */
@@ -5166,8 +5171,9 @@ export interface CreateDiagnoseUrlRequest {
5166
5171
  */
5167
5172
  export interface CacheConfig {
5168
5173
  /**
5169
- * on 代表开启自定义启发式缓存时间
5170
- off 代表关闭自定义启发式缓存时间
5174
+ * 启发式自定义时间缓存配置开关,取值有:
5175
+ on:开启
5176
+ off:关闭
5171
5177
  */
5172
5178
  HeuristicCacheTimeSwitch: string
5173
5179
 
@@ -5222,7 +5228,9 @@ export interface ListDiagnoseReportResponse {
5222
5228
  */
5223
5229
  export interface HeaderKey {
5224
5230
  /**
5225
- * 是否组成Cachekey
5231
+ * 组成Cachekey配置开关,取值有:
5232
+ on:开启
5233
+ off:关闭
5226
5234
  注意:此字段可能返回 null,表示取不到有效值。
5227
5235
  */
5228
5236
  Switch?: string
@@ -5269,7 +5277,7 @@ export interface DescribeHttpsPackagesRequest {
5269
5277
  */
5270
5278
  export interface IpFilter {
5271
5279
  /**
5272
- * IP 黑白名单配置开关
5280
+ * IP 黑白名单配置开关,取值有
5273
5281
  on:开启
5274
5282
  off:关闭
5275
5283
  */
@@ -5621,8 +5629,11 @@ export interface StopScdnDomainRequest {
5621
5629
  */
5622
5630
  export interface AdvancedAuthentication {
5623
5631
  /**
5624
- * 防盗链配置开关,on或off,开启时必须且只能配置一种模式,其余模式为null。
5625
- */
5632
+ * 防盗链配置开关,取值有:
5633
+ on:开启
5634
+ off:关闭
5635
+ 开启时必须且只配置一种模式,其余模式需要设置为 null
5636
+ */
5626
5637
  Switch: string
5627
5638
 
5628
5639
  /**
@@ -5667,7 +5678,10 @@ export interface AdvancedAuthentication {
5667
5678
  */
5668
5679
  export interface Revalidate {
5669
5680
  /**
5670
- * on | off 是否总是回源校验
5681
+ * 总是回源校验配置开关,取值有:
5682
+ on:开启
5683
+ off:关闭
5684
+
5671
5685
  注意:此字段可能返回 null,表示取不到有效值。
5672
5686
  */
5673
5687
  Switch: string
@@ -5764,7 +5778,7 @@ export interface DescribePushQuotaResponse {
5764
5778
  */
5765
5779
  export interface Authentication {
5766
5780
  /**
5767
- * 防盗链配置开关
5781
+ * 防盗链配置开关,取值有:
5768
5782
  on:开启
5769
5783
  off:关闭
5770
5784
  开启时必须且只配置一种模式,其余模式需要设置为 null
@@ -6183,7 +6197,9 @@ contentType 时填充 text/html
6183
6197
  */
6184
6198
  export interface GuetzliAdapter {
6185
6199
  /**
6186
- * 开关,"on/off"
6200
+ * 图片优化-GuetzliAdapter配置开关,取值有:
6201
+ on:开启
6202
+ off:关闭
6187
6203
  注意:此字段可能返回 null,表示取不到有效值。
6188
6204
  */
6189
6205
  Switch?: string
@@ -7730,8 +7746,10 @@ off:关闭
7730
7746
  */
7731
7747
  export interface Hsts {
7732
7748
  /**
7733
- * 是否开启,on或off。
7734
- */
7749
+ * HSTS 配置开关,取值有:
7750
+ on:开启
7751
+ off:关闭
7752
+ */
7735
7753
  Switch: string
7736
7754
 
7737
7755
  /**
@@ -7852,7 +7870,10 @@ district:省份(中国境内)、国家/地区(中国境外)映射查
7852
7870
  */
7853
7871
  export interface RuleQueryString {
7854
7872
  /**
7855
- * on | off CacheKey是否由QueryString组成
7873
+ * 路径保留参数配置开关,取值有:
7874
+ on:开启,CacheKey由QueryString组成
7875
+ off:关闭,CacheKey不由QueryString组成
7876
+
7856
7877
  注意:此字段可能返回 null,表示取不到有效值。
7857
7878
  */
7858
7879
  Switch: string
@@ -8343,7 +8364,9 @@ off:关闭
8343
8364
  */
8344
8365
  export interface CookieKey {
8345
8366
  /**
8346
- * on | off 是否使用Cookie作为Cache的一部分
8367
+ * 使用Cookie作为Cache的一部分配置开关,取值有:
8368
+ on:开启,使用Cookie作为Cache的一部分
8369
+ off:关闭,不使用Cookie作为Cache的一部分
8347
8370
  注意:此字段可能返回 null,表示取不到有效值。
8348
8371
  */
8349
8372
  Switch: string
@@ -8360,7 +8383,7 @@ export interface CookieKey {
8360
8383
  */
8361
8384
  export interface BandwidthAlert {
8362
8385
  /**
8363
- * 用量封顶配置开关
8386
+ * 用量封顶配置开关,取值有:
8364
8387
  on:开启
8365
8388
  off:关闭
8366
8389
  */
@@ -8386,7 +8409,7 @@ RETURN_404:全部请求返回 404
8386
8409
  LastTriggerTime?: string
8387
8410
 
8388
8411
  /**
8389
- * 用量封顶提醒开关
8412
+ * 用量封顶提醒配置开关,取值有:
8390
8413
  on:开启
8391
8414
  off:关闭
8392
8415
  注意:此字段可能返回 null,表示取不到有效值。
@@ -9314,7 +9337,9 @@ ecdn表示ECDN数据
9314
9337
  */
9315
9338
  export interface CacheTagKey {
9316
9339
  /**
9317
- * 是否使用CacheTag作为CacheKey的一部分
9340
+ * 使用CacheTag作为CacheKey的一部分配置开关,取值有
9341
+ on:开启,使用CacheTag作为CacheKey的一部分
9342
+ off:关闭,不使用CacheTag作为CacheKey的一部分
9318
9343
  注意:此字段可能返回 null,表示取不到有效值。
9319
9344
  */
9320
9345
  Switch: string
@@ -9436,7 +9461,7 @@ head:自定义请求头,填写具体value值,512字符以内;内容为
9436
9461
  */
9437
9462
  export interface Https {
9438
9463
  /**
9439
- * https 配置开关
9464
+ * https 配置开关,取值有:
9440
9465
  on:开启
9441
9466
  off:关闭
9442
9467
  注意:此字段可能返回 null,表示取不到有效值。
@@ -9538,7 +9563,7 @@ export interface ScdnEventLogConditions {
9538
9563
  */
9539
9564
  export interface FollowRedirect {
9540
9565
  /**
9541
- * 回源跟随开关
9566
+ * 回源跟随配置开关,取值有:
9542
9567
  on:开启
9543
9568
  off:关闭
9544
9569
  */
@@ -9893,8 +9918,11 @@ export interface DescribeDomainsConfigResponse {
9893
9918
  */
9894
9919
  export interface HttpsBilling {
9895
9920
  /**
9896
- * HTTPS服务,缺省时默认开启【会产生计费】
9897
- */
9921
+ * HTTPS服务配置开关,取值有:
9922
+ on:开启,缺省时默认开启【会产生计费】
9923
+ off:关闭,拦截https请求
9924
+
9925
+ */
9898
9926
  Switch: string
9899
9927
  }
9900
9928
 
@@ -9966,7 +9994,7 @@ path: 根据完整访问路径生效
9966
9994
  */
9967
9995
  export interface ErrorPage {
9968
9996
  /**
9969
- * 状态码重定向配置开关
9997
+ * 状态码重定向配置开关,取值有:
9970
9998
  on:开启
9971
9999
  off:关闭
9972
10000
  注意:此字段可能返回 null,表示取不到有效值。
@@ -11000,8 +11028,10 @@ export interface EnableClsLogTopicRequest {
11000
11028
  */
11001
11029
  export interface AccessControl {
11002
11030
  /**
11003
- * on | off 是否启用请求头部及请求url访问控制
11004
- */
11031
+ * 启用请求头部及请求url访问控制开关,取值有:
11032
+ on:开启
11033
+ off:关闭
11034
+ */
11005
11035
  Switch: string
11006
11036
 
11007
11037
  /**
@@ -11284,12 +11314,14 @@ export interface ErrorPageRule {
11284
11314
  }
11285
11315
 
11286
11316
  /**
11287
- * 华为云对象存储回源鉴权
11317
+ * 华为云对象存储回源鉴权
11288
11318
  */
11289
11319
  export interface HwPrivateAccess {
11290
11320
  /**
11291
- * 开关 on/off
11292
- */
11321
+ * 华为云对象存储回源鉴权配置开关,取值有:
11322
+ on:开启
11323
+ off:关闭
11324
+ */
11293
11325
  Switch: string
11294
11326
 
11295
11327
  /**
@@ -19,6 +19,7 @@ import { AbstractClient } from "../../../common/abstract_client"
19
19
  import { ClientConfig } from "../../../common/interface"
20
20
  import {
21
21
  DescribeNatFwInstanceRequest,
22
+ DescribeLogsRequest,
22
23
  ModifyNatFwVpcDnsSwitchResponse,
23
24
  DescribeNatFwInstanceWithRegionRequest,
24
25
  ModifyNatAcRuleResponse,
@@ -171,6 +172,7 @@ import {
171
172
  ExpandCfwVerticalResponse,
172
173
  DescribeNatAcRuleRequest,
173
174
  TLogInfo,
175
+ DescribeLogsResponse,
174
176
  CreateSecurityGroupRulesRequest,
175
177
  DeleteVpcInstanceRequest,
176
178
  SwitchListsData,
@@ -594,16 +596,13 @@ export class Client extends AbstractClient {
594
596
  }
595
597
 
596
598
  /**
597
- * 支持对封禁列表、放通列表如下操作:
598
- 批量增加封禁IP、放通IP/域名
599
- 批量删除封禁IP、放通IP/域名
600
- 批量修改封禁IP、放通IP/域名生效事件
601
- */
602
- async ModifyBlockIgnoreList(
603
- req: ModifyBlockIgnoreListRequest,
604
- cb?: (error: string, rep: ModifyBlockIgnoreListResponse) => void
605
- ): Promise<ModifyBlockIgnoreListResponse> {
606
- return this.request("ModifyBlockIgnoreList", req, cb)
599
+ * 日志审计日志查询
600
+ */
601
+ async DescribeLogs(
602
+ req: DescribeLogsRequest,
603
+ cb?: (error: string, rep: DescribeLogsResponse) => void
604
+ ): Promise<DescribeLogsResponse> {
605
+ return this.request("DescribeLogs", req, cb)
607
606
  }
608
607
 
609
608
  /**
@@ -738,6 +737,19 @@ export class Client extends AbstractClient {
738
737
  return this.request("DescribeTableStatus", req, cb)
739
738
  }
740
739
 
740
+ /**
741
+ * 支持对封禁列表、放通列表如下操作:
742
+ 批量增加封禁IP、放通IP/域名
743
+ 批量删除封禁IP、放通IP/域名
744
+ 批量修改封禁IP、放通IP/域名生效事件
745
+ */
746
+ async ModifyBlockIgnoreList(
747
+ req: ModifyBlockIgnoreListRequest,
748
+ cb?: (error: string, rep: ModifyBlockIgnoreListResponse) => void
749
+ ): Promise<ModifyBlockIgnoreListResponse> {
750
+ return this.request("ModifyBlockIgnoreList", req, cb)
751
+ }
752
+
741
753
  /**
742
754
  * GetNatInstance 获取租户所有NAT实例及实例卡片信息
743
755
  */