tencentcloud-sdk-nodejs 4.0.523 → 4.0.525

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 (57) hide show
  1. package/CHANGELOG.md +277 -0
  2. package/SERVICE_CHANGELOG.md +300 -204
  3. package/package.json +1 -1
  4. package/products.md +16 -16
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/bma/v20210624/bma_models.ts +20 -5
  7. package/src/services/cdb/v20170320/cdb_models.ts +15 -0
  8. package/src/services/cdn/v20180606/cdn_client.ts +22 -8
  9. package/src/services/cdn/v20180606/cdn_models.ts +145 -33
  10. package/src/services/ckafka/v20190819/ckafka_models.ts +2 -2
  11. package/src/services/clb/v20180317/clb_models.ts +1 -1
  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/gme/v20180711/gme_client.ts +6 -6
  17. package/src/services/gme/v20180711/gme_models.ts +25 -25
  18. package/src/services/lcic/v20220817/lcic_client.ts +4 -2
  19. package/src/services/lcic/v20220817/lcic_models.ts +58 -23
  20. package/src/services/teo/v20220901/teo_client.ts +4 -1
  21. package/src/services/teo/v20220901/teo_models.ts +122 -23
  22. package/src/services/tiw/v20190919/tiw_models.ts +29 -11
  23. package/src/services/trp/v20210515/trp_models.ts +10 -0
  24. package/src/services/tsf/v20180326/tsf_client.ts +210 -50
  25. package/src/services/tsf/v20180326/tsf_models.ts +1118 -299
  26. package/src/services/vod/v20180717/vod_models.ts +1 -1
  27. package/tencentcloud/common/sdk_version.d.ts +1 -1
  28. package/tencentcloud/common/sdk_version.js +1 -1
  29. package/tencentcloud/services/bma/v20210624/bma_models.d.ts +17 -5
  30. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +12 -0
  31. package/tencentcloud/services/cdn/v20180606/cdn_client.d.ts +7 -3
  32. package/tencentcloud/services/cdn/v20180606/cdn_client.js +9 -3
  33. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +123 -28
  34. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +2 -2
  35. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +1 -1
  36. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +5 -1
  37. package/tencentcloud/services/ess/v20201111/ess_client.js +6 -0
  38. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +197 -138
  39. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +5 -1
  40. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +6 -0
  41. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +72 -13
  42. package/tencentcloud/services/gme/v20180711/gme_client.d.ts +6 -6
  43. package/tencentcloud/services/gme/v20180711/gme_client.js +6 -6
  44. package/tencentcloud/services/gme/v20180711/gme_models.d.ts +25 -25
  45. package/tencentcloud/services/lcic/v20220817/lcic_client.d.ts +2 -2
  46. package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +49 -20
  47. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +105 -19
  48. package/tencentcloud/services/tiw/v20190919/tiw_models.d.ts +26 -11
  49. package/tencentcloud/services/trp/v20210515/trp_models.d.ts +8 -0
  50. package/tencentcloud/services/tsf/v20180326/tsf_client.d.ts +67 -15
  51. package/tencentcloud/services/tsf/v20180326/tsf_client.js +99 -21
  52. package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +877 -180
  53. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +1 -1
  54. package/test/cdn.v20180606.test.js +12 -2
  55. package/test/ess.v20201111.test.js +10 -0
  56. package/test/essbasic.v20210526.test.js +10 -0
  57. package/test/tsf.v20180326.test.js +144 -14
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.523",
3
+ "version": "4.0.525",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {
package/products.md CHANGED
@@ -25,7 +25,7 @@
25
25
  | billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2023-01-06 01:04:34 |
26
26
  | bizlive | [商业直播](https://cloud.tencent.com/document/product) | 2020-03-10 01:08:07 |
27
27
  | bm | [黑石物理服务器CPM](https://cloud.tencent.com/document/product/386) | 2023-01-11 11:01:36 |
28
- | bma | [品牌经营管家](https://cloud.tencent.com/document/product/1296) | 2022-11-04 06:09:26 |
28
+ | bma | [品牌经营管家](https://cloud.tencent.com/document/product/1296) | 2023-01-17 01:09:15 |
29
29
  | bmeip | [黑石弹性公网IP](https://cloud.tencent.com/document/product/1028) | 2022-04-19 06:04:56 |
30
30
  | bmlb | [黑石负载均衡](https://cloud.tencent.com/document/product/1027) | 2022-04-04 06:09:37 |
31
31
  | bmvpc | [黑石私有网络](https://cloud.tencent.com/document/product/1024) | 2022-04-15 06:02:36 |
@@ -40,9 +40,9 @@
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-13 01:08:41 |
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
- | cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2023-01-09 01:08:51 |
45
+ | cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2023-01-17 01:12:53 |
46
46
  | cds | [T-Sec-数据安全审计(DSA)](https://cloud.tencent.com/document/product/856) | 2022-10-31 06:15:53 |
47
47
  | cdwch | [云数据仓库 ClickHouse](https://cloud.tencent.com/document/product/1299) | 2022-12-20 14:06:27 |
48
48
  | cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2023-01-09 01:09:44 |
@@ -53,8 +53,8 @@
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 |
57
- | clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2023-01-04 01:11:19 |
56
+ | ckafka | [消息队列 CKafka](https://cloud.tencent.com/document/product/597) | 2023-01-16 01:16:30 |
57
+ | clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2023-01-17 01:15:42 |
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 |
@@ -90,14 +90,14 @@
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
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 |
@@ -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-13 01:33:56 |
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,7 +132,7 @@
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-13 01:36:35 |
135
+ | monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2023-01-16 01:44:00 |
136
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 |
@@ -188,7 +188,7 @@
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-13 01:54:00 |
191
+ | teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-01-17 01:53:08 |
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 |
@@ -197,26 +197,26 @@
197
197
  | tiems | [腾讯云 TI 平台 TI-EMS ](https://cloud.tencent.com/document/product/1120) | 2022-07-19 06:19:39 |
198
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 |
200
+ | tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2023-01-16 02:13:33 |
201
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
- | tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2023-01-10 01:53:48 |
209
+ | tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2023-01-17 01:58:04 |
210
210
  | tsw | [微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2022-10-31 06:59:44 |
211
211
  | tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2023-01-06 01:53:06 |
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.523"
1
+ export const sdkVersion = "4.0.525"
@@ -152,12 +152,12 @@ export interface CreateCRWorkResponse {
152
152
  /**
153
153
  * 作品ID,一个作品对应唯一的workid
154
154
  */
155
- WorkId: number
155
+ WorkId?: number
156
156
 
157
157
  /**
158
158
  * 存证ID,忽略该字段
159
159
  */
160
- EvidenceId: number
160
+ EvidenceId?: number
161
161
 
162
162
  /**
163
163
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -423,6 +423,16 @@ export interface Monitor {
423
423
  * 侵权站点数量
424
424
  */
425
425
  TortSiteNum: number
426
+
427
+ /**
428
+ * 监测截止时间
429
+ */
430
+ MonitorEndTime?: string
431
+
432
+ /**
433
+ * 是否自动续费
434
+ */
435
+ AutoRenew?: number
426
436
  }
427
437
 
428
438
  /**
@@ -887,17 +897,17 @@ export interface DescribeCRMonitorsResponse {
887
897
  /**
888
898
  * 监测结果
889
899
  */
890
- Monitors: Array<Monitor>
900
+ Monitors?: Array<Monitor>
891
901
 
892
902
  /**
893
903
  * 记录总条数
894
904
  */
895
- TotalCount: number
905
+ TotalCount?: number
896
906
 
897
907
  /**
898
908
  * 导出地址
899
909
  */
900
- ExportURL: string
910
+ ExportURL?: string
901
911
 
902
912
  /**
903
913
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -1248,6 +1258,11 @@ export interface CreateCRWorkRequest {
1248
1258
  * 申请人姓名,用于存证和取证
1249
1259
  */
1250
1260
  ApplierName?: string
1261
+
1262
+ /**
1263
+ * 是否自动续期
1264
+ */
1265
+ IsAutoRenew?: string
1251
1266
  }
1252
1267
 
1253
1268
  /**
@@ -7710,6 +7710,21 @@ export interface CommonTimeWindow {
7710
7710
  * 周日的时间窗,格式如: 02:00-06:00
7711
7711
  */
7712
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
7713
7728
  }
7714
7729
 
7715
7730
  /**
@@ -61,6 +61,7 @@ import {
61
61
  CreateDiagnoseUrlResponse,
62
62
  ListScdnDomainsResponse,
63
63
  CreateScdnLogTaskRequest,
64
+ DescribeEdgePackTaskStatusResponse,
64
65
  HeuristicCache,
65
66
  SummarizedData,
66
67
  ManageClsTopicDomainsRequest,
@@ -158,6 +159,7 @@ import {
158
159
  RefererRule,
159
160
  DescribeScdnIpStrategyRequest,
160
161
  IpFreqLimit,
162
+ EdgePackTaskFilter,
161
163
  TopDetailDataMore,
162
164
  DescribeIpVisitRequest,
163
165
  StatusCodeCacheRule,
@@ -241,6 +243,7 @@ import {
241
243
  Ipv6Access,
242
244
  BotSortBy,
243
245
  AddCLSTopicDomainsRequest,
246
+ EdgePackTaskStatus,
244
247
  MainlandConfig,
245
248
  DescribeDDoSDataRequest,
246
249
  CreateEdgePackTaskRequest,
@@ -251,6 +254,7 @@ import {
251
254
  DescribeMapInfoRequest,
252
255
  RuleQueryString,
253
256
  AdvancedScdnAclRule,
257
+ DescribeEdgePackTaskStatusRequest,
254
258
  GetDisableRecordsRequest,
255
259
  PurgeUrlsCacheResponse,
256
260
  DescribeImageConfigRequest,
@@ -269,7 +273,7 @@ import {
269
273
  Sort,
270
274
  DescribeEventLogDataResponse,
271
275
  ScdnLogTaskDetail,
272
- ListTopWafDataResponse,
276
+ ResourceBillingData,
273
277
  SearchClsLogRequest,
274
278
  UpdateDomainConfigRequest,
275
279
  AdvancedScdnAclGroup,
@@ -346,7 +350,7 @@ import {
346
350
  CreateEdgePackTaskResponse,
347
351
  TimestampData,
348
352
  StartCdnDomainResponse,
349
- ResourceBillingData,
353
+ ListTopWafDataResponse,
350
354
  ClientInfo,
351
355
  ErrorPageRule,
352
356
  HwPrivateAccess,
@@ -438,13 +442,13 @@ export class Client extends AbstractClient {
438
442
  }
439
443
 
440
444
  /**
441
- * DescribePurgeTasks 用于查询提交的 URL 刷新、目录刷新记录及执行进度,通过 PurgePathCache 与 PurgeUrlsCache 接口提交的任务均可通过此接口进行查询。
445
+ * DescribeEdgePackTaskStatus 用于查询动态打包任务状态列表
442
446
  */
443
- async DescribePurgeTasks(
444
- req: DescribePurgeTasksRequest,
445
- cb?: (error: string, rep: DescribePurgeTasksResponse) => void
446
- ): Promise<DescribePurgeTasksResponse> {
447
- return this.request("DescribePurgeTasks", req, cb)
447
+ async DescribeEdgePackTaskStatus(
448
+ req: DescribeEdgePackTaskStatusRequest,
449
+ cb?: (error: string, rep: DescribeEdgePackTaskStatusResponse) => void
450
+ ): Promise<DescribeEdgePackTaskStatusResponse> {
451
+ return this.request("DescribeEdgePackTaskStatus", req, cb)
448
452
  }
449
453
 
450
454
  /**
@@ -843,6 +847,16 @@ export class Client extends AbstractClient {
843
847
  return this.request("PurgePathCache", req, cb)
844
848
  }
845
849
 
850
+ /**
851
+ * DescribePurgeTasks 用于查询提交的 URL 刷新、目录刷新记录及执行进度,通过 PurgePathCache 与 PurgeUrlsCache 接口提交的任务均可通过此接口进行查询。
852
+ */
853
+ async DescribePurgeTasks(
854
+ req: DescribePurgeTasksRequest,
855
+ cb?: (error: string, rep: DescribePurgeTasksResponse) => void
856
+ ): Promise<DescribePurgeTasksResponse> {
857
+ return this.request("DescribePurgeTasks", req, cb)
858
+ }
859
+
846
860
  /**
847
861
  * DescribeUrlViolations 用于查询被 CDN 系统扫描到的域名违规 URL 列表及当前状态。
848
862
  对应内容分发网络控制台【图片鉴黄】页面。
@@ -1624,6 +1624,26 @@ DefenceMode 映射如下:
1624
1624
  Area?: string
1625
1625
  }
1626
1626
 
1627
+ /**
1628
+ * DescribeEdgePackTaskStatus返回参数结构体
1629
+ */
1630
+ export interface DescribeEdgePackTaskStatusResponse {
1631
+ /**
1632
+ * 动态打包任务状态列表
1633
+ */
1634
+ EdgePackTaskStatusSet: Array<EdgePackTaskStatus>
1635
+
1636
+ /**
1637
+ * 总数,用于分页查询
1638
+ */
1639
+ TotalCount: number
1640
+
1641
+ /**
1642
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1643
+ */
1644
+ RequestId?: string
1645
+ }
1646
+
1627
1647
  /**
1628
1648
  * 启发式缓存配置
1629
1649
  */
@@ -4436,6 +4456,29 @@ off:关闭
4436
4456
  Qps?: number
4437
4457
  }
4438
4458
 
4459
+ /**
4460
+ * 动态打包任务过滤器
4461
+ */
4462
+ export interface EdgePackTaskFilter {
4463
+ /**
4464
+ * 过滤字段名
4465
+ apk: apk名称
4466
+ status: 母包处理进度 done, failed, processing
4467
+ */
4468
+ Name: string
4469
+
4470
+ /**
4471
+ * 过滤字段值
4472
+ */
4473
+ Value: Array<string>
4474
+
4475
+ /**
4476
+ * 是否启用模糊查询,仅支持过滤字段名为 apk。
4477
+ 模糊查询时,Value长度最大为1。
4478
+ */
4479
+ Fuzzy: boolean
4480
+ }
4481
+
4439
4482
  /**
4440
4483
  * 排序类型的数据结构,同时附带上该项的在总值的占比
4441
4484
  */
@@ -7083,6 +7126,45 @@ export interface AddCLSTopicDomainsRequest {
7083
7126
  Channel?: string
7084
7127
  }
7085
7128
 
7129
+ /**
7130
+ * 动态打包任务状态
7131
+ */
7132
+ export interface EdgePackTaskStatus {
7133
+ /**
7134
+ * APK 名称
7135
+ */
7136
+ Apk: string
7137
+
7138
+ /**
7139
+ * 输出目录
7140
+ */
7141
+ DstDir: string
7142
+
7143
+ /**
7144
+ * 上传时间
7145
+ */
7146
+ UploadTime: string
7147
+
7148
+ /**
7149
+ * 任务状态
7150
+ created: 创建成功
7151
+ processing: 处理中
7152
+ done: 处理完成
7153
+ failed: 处理失败
7154
+ */
7155
+ Status: string
7156
+
7157
+ /**
7158
+ * 上传目录
7159
+ */
7160
+ SrcDir: Array<string>
7161
+
7162
+ /**
7163
+ * 失败任务状态详情
7164
+ */
7165
+ StatusDesc: string
7166
+ }
7167
+
7086
7168
  /**
7087
7169
  * 域名国内地区特殊配置。分地区特殊配置。UpdateDomainConfig接口只支持修改部分分地区配置,为了兼容旧版本配置,本类型会列出旧版本所有可能存在差异的配置列表,支持修改的配置列表如下:
7088
7170
  + Authentication
@@ -7782,6 +7864,36 @@ head:自定义请求头
7782
7864
  MatchKeyParam?: string
7783
7865
  }
7784
7866
 
7867
+ /**
7868
+ * DescribeEdgePackTaskStatus请求参数结构体
7869
+ */
7870
+ export interface DescribeEdgePackTaskStatusRequest {
7871
+ /**
7872
+ * 开始时间
7873
+ */
7874
+ StartTime: string
7875
+
7876
+ /**
7877
+ * 结束时间
7878
+ */
7879
+ EndTime: string
7880
+
7881
+ /**
7882
+ * 分页查询限制数目,默认为 100,最大可设置为 1000
7883
+ */
7884
+ Limit?: number
7885
+
7886
+ /**
7887
+ * 分页查询偏移量,默认为 0
7888
+ */
7889
+ Offset?: number
7890
+
7891
+ /**
7892
+ * 查询条件过滤器
7893
+ */
7894
+ Filters?: Array<EdgePackTaskFilter>
7895
+ }
7896
+
7785
7897
  /**
7786
7898
  * GetDisableRecords请求参数结构体
7787
7899
  */
@@ -8361,33 +8473,22 @@ DefenceMode映射如下:
8361
8473
  }
8362
8474
 
8363
8475
  /**
8364
- * ListTopWafData返回参数结构体
8476
+ * 计费数据明细
8365
8477
  */
8366
- export interface ListTopWafDataResponse {
8367
- /**
8368
- * 攻击类型统计
8369
- */
8370
- TopTypeData: Array<ScdnTypeData>
8371
-
8372
- /**
8373
- * IP统计
8374
- */
8375
- TopIpData: Array<ScdnTopData>
8376
-
8377
- /**
8378
- * URL统计
8379
- */
8380
- TopUrlData: Array<ScdnTopUrlData>
8381
-
8478
+ export interface ResourceBillingData {
8382
8479
  /**
8383
- * 域名统计
8384
- */
8385
- TopDomainData: Array<ScdnTopDomainData>
8480
+ * 资源名称,根据查询条件不同分为以下几类:
8481
+ 某一个具体域名:表示该域名明细数据
8482
+ multiDomains:表示多域名汇总明细数据
8483
+ 某一个项目 ID:指定项目查询时,显示为项目 ID
8484
+ all:账号维度数据明细
8485
+ */
8486
+ Resource: string
8386
8487
 
8387
8488
  /**
8388
- * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
8489
+ * 计费数据详情
8389
8490
  */
8390
- RequestId?: string
8491
+ BillingData: Array<CdnData>
8391
8492
  }
8392
8493
 
8393
8494
  /**
@@ -10792,22 +10893,33 @@ export interface StartCdnDomainResponse {
10792
10893
  }
10793
10894
 
10794
10895
  /**
10795
- * 计费数据明细
10896
+ * ListTopWafData返回参数结构体
10796
10897
  */
10797
- export interface ResourceBillingData {
10898
+ export interface ListTopWafDataResponse {
10798
10899
  /**
10799
- * 资源名称,根据查询条件不同分为以下几类:
10800
- 某一个具体域名:表示该域名明细数据
10801
- multiDomains:表示多域名汇总明细数据
10802
- 某一个项目 ID:指定项目查询时,显示为项目 ID
10803
- all:账号维度数据明细
10804
- */
10805
- Resource: string
10900
+ * 攻击类型统计
10901
+ */
10902
+ TopTypeData: Array<ScdnTypeData>
10806
10903
 
10807
10904
  /**
10808
- * 计费数据详情
10905
+ * IP统计
10809
10906
  */
10810
- BillingData: Array<CdnData>
10907
+ TopIpData: Array<ScdnTopData>
10908
+
10909
+ /**
10910
+ * URL统计
10911
+ */
10912
+ TopUrlData: Array<ScdnTopUrlData>
10913
+
10914
+ /**
10915
+ * 域名统计
10916
+ */
10917
+ TopDomainData: Array<ScdnTopDomainData>
10918
+
10919
+ /**
10920
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
10921
+ */
10922
+ RequestId?: string
10811
10923
  }
10812
10924
 
10813
10925
  /**
@@ -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
 
@@ -4322,7 +4322,7 @@ Public:公网属性, Private:内网属性。
4322
4322
  ExtraInfo: ExtraInfo
4323
4323
 
4324
4324
  /**
4325
- * 负载均衡维度的个性化配置ID
4325
+ * 负载均衡维度的个性化配置ID,多个配置用逗号隔开。
4326
4326
  注意:此字段可能返回 null,表示取不到有效值。
4327
4327
  */
4328
4328
  ConfigId: string
@@ -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
  */