tencentcloud-sdk-nodejs-teo 4.1.76 → 4.1.78

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.
@@ -73,6 +73,12 @@ class Client extends TencentCloudCommon.AbstractClient {
73
73
  async CreatePurgeTask(req, cb) {
74
74
  return this.request("CreatePurgeTask", req, cb);
75
75
  }
76
+ /**
77
+ * 通过本接口查询用户创建的多通道安全加速网关(云上网关)的可用地域列表。
78
+ */
79
+ async DescribeMultiPathGatewayRegions(req, cb) {
80
+ return this.request("DescribeMultiPathGatewayRegions", req, cb);
81
+ }
76
82
  /**
77
83
  * 本接口(DownloadL4Logs)用于下载四层离线日志。
78
84
  */
@@ -104,12 +110,10 @@ class Client extends TencentCloudCommon.AbstractClient {
104
110
  return this.request("DescribeRealtimeLogDeliveryTasks", req, cb);
105
111
  }
106
112
  /**
107
- * 在 CNAME 接入模式下,您需要对站点或者域名的归属权进行验证,可以通过本接口触发验证。若站点通过归属权验证后,后续添加域名无需再验证。详情参考 [站点/域名归属权验证](https://cloud.tencent.com/document/product/1552/70789)。
108
-
109
- NS 接入模式下,您也可以通过本接口来查询 NS 服务器是否切换成功,详情参考 [修改 DNS 服务器](https://cloud.tencent.com/document/product/1552/90452)。
110
- */
111
- async VerifyOwnership(req, cb) {
112
- return this.request("VerifyOwnership", req, cb);
113
+ * 修改站点信息。
114
+ */
115
+ async ModifyZone(req, cb) {
116
+ return this.request("ModifyZone", req, cb);
113
117
  }
114
118
  /**
115
119
  * 查询安全策略配置模板详情
@@ -178,6 +182,12 @@ class Client extends TencentCloudCommon.AbstractClient {
178
182
  async ModifyL7AccSetting(req, cb) {
179
183
  return this.request("ModifyL7AccSetting", req, cb);
180
184
  }
185
+ /**
186
+ * 通过本接口修改接入多通道安全加速网关的线路,包括 EdgeOne 四层代理线路、自定义线路。
187
+ */
188
+ async ModifyMultiPathGatewayLine(req, cb) {
189
+ return this.request("ModifyMultiPathGatewayLine", req, cb);
190
+ }
181
191
  /**
182
192
  * 用于启用/停用四层代理实例。
183
193
  */
@@ -215,10 +225,10 @@ class Client extends TencentCloudCommon.AbstractClient {
215
225
  return this.request("CheckCnameStatus", req, cb);
216
226
  }
217
227
  /**
218
- * 修改站点信息。
228
+ * 通过本接口创建多通道安全加速网关,包括云上网关(腾讯云创建和管理的网关)和自有网关(用户部署的私有网关),需要通过接口 DescribeMultiPathGateway,查询状态为 online 即创建成功。
219
229
  */
220
- async ModifyZone(req, cb) {
221
- return this.request("ModifyZone", req, cb);
230
+ async CreateMultiPathGateway(req, cb) {
231
+ return this.request("CreateMultiPathGateway", req, cb);
222
232
  }
223
233
  /**
224
234
  * 创建预热任务
@@ -247,6 +257,18 @@ class Client extends TencentCloudCommon.AbstractClient {
247
257
  async CreateAccelerationDomain(req, cb) {
248
258
  return this.request("CreateAccelerationDomain", req, cb);
249
259
  }
260
+ /**
261
+ * 通过本接口创建接入多通道安全加速网关的线路。包括 EdgeOne 四层代理线路、自定义线路。
262
+ */
263
+ async CreateMultiPathGatewayLine(req, cb) {
264
+ return this.request("CreateMultiPathGatewayLine", req, cb);
265
+ }
266
+ /**
267
+ * 该接口用于查询您有权限的站点信息。可根据不同查询条件筛选站点。
268
+ */
269
+ async DescribeZones(req, cb) {
270
+ return this.request("DescribeZones", req, cb);
271
+ }
250
272
  /**
251
273
  * 在版本管理模式下,用于获取版本的详细信息,包括版本 ID、描述、状态、创建时间、所属配置组信息以及版本配置文件的内容。版本管理功能内测中,当前仅白名单开放。
252
274
  */
@@ -320,6 +342,12 @@ class Client extends TencentCloudCommon.AbstractClient {
320
342
  async DeleteAccelerationDomains(req, cb) {
321
343
  return this.request("DeleteAccelerationDomains", req, cb);
322
344
  }
345
+ /**
346
+ * 通过本接口刷新多通道安全加速网关的密钥。客户基于接入密钥签名接入多通道安全加速网关。每个站点下只有一个密钥,可用于接入该站点下的所有网关,刷新密钥后,原始密钥会失效。
347
+ */
348
+ async RefreshMultiPathGatewaySecretKey(req, cb) {
349
+ return this.request("RefreshMultiPathGatewaySecretKey", req, cb);
350
+ }
323
351
  /**
324
352
  * 通过本接口创建实时日志投递任务。本接口有如下限制:
325
353
  同一个实体(七层域名或者四层代理实例)在同种数据投递类型(LogType)和数据投递区域(Area)的组合下,只能被添加到一个实时日志投递任务中。建议先通过 [DescribeRealtimeLogDeliveryTasks](https://cloud.tencent.com/document/product/1552/104110) 接口根据实体查询实时日志投递任务列表,检查实体是否已经被添加到另一实时日志投递任务中。
@@ -357,6 +385,14 @@ class Client extends TencentCloudCommon.AbstractClient {
357
385
  async DescribeTimingL7CacheData(req, cb) {
358
386
  return this.request("DescribeTimingL7CacheData", req, cb);
359
387
  }
388
+ /**
389
+ * 在 CNAME 接入模式下,您需要对站点或者域名的归属权进行验证,可以通过本接口触发验证。若站点通过归属权验证后,后续添加域名无需再验证。详情参考 [站点/域名归属权验证](https://cloud.tencent.com/document/product/1552/70789)。
390
+
391
+ 在 NS 接入模式下,您也可以通过本接口来查询 NS 服务器是否切换成功,详情参考 [修改 DNS 服务器](https://cloud.tencent.com/document/product/1552/90452)。
392
+ */
393
+ async VerifyOwnership(req, cb) {
394
+ return this.request("VerifyOwnership", req, cb);
395
+ }
360
396
  /**
361
397
  * 修改边缘函数触发规则,支持修改规则条件、执行函数以及描述信息。
362
398
  */
@@ -432,6 +468,12 @@ class Client extends TencentCloudCommon.AbstractClient {
432
468
  async ModifyRule(req, cb) {
433
469
  return this.request("ModifyRule", req, cb);
434
470
  }
471
+ /**
472
+ * 通过本接口查询用户创建的多通道安全加速网关列表。支持翻页。
473
+ */
474
+ async DescribeMultiPathGateways(req, cb) {
475
+ return this.request("DescribeMultiPathGateways", req, cb);
476
+ }
435
477
  /**
436
478
  * 本接口用于查询七层域名业务按照指定维度的 topN 数据。请注意本接口查询数据有 10 分钟左右延迟,建议拉取当前时间 10 分钟以前的数据。
437
479
  */
@@ -451,10 +493,10 @@ class Client extends TencentCloudCommon.AbstractClient {
451
493
  return this.request("ModifySecurityPolicy", req, cb);
452
494
  }
453
495
  /**
454
- * 修改套餐配置。目前仅支持修改预付费套餐的自动续费开关。
496
+ * 通过本接口查询接入多通道安全加速网关的线路。包括直连、EdgeOne 四层代理线路、自定义线路。
455
497
  */
456
- async ModifyPlan(req, cb) {
457
- return this.request("ModifyPlan", req, cb);
498
+ async DescribeMultiPathGatewayLine(req, cb) {
499
+ return this.request("DescribeMultiPathGatewayLine", req, cb);
458
500
  }
459
501
  /**
460
502
  * 本接口用于删除[规则引擎](https://cloud.tencent.com/document/product/1552/70901)的规则,支持批量删除。
@@ -469,10 +511,10 @@ class Client extends TencentCloudCommon.AbstractClient {
469
511
  return this.request("BindZoneToPlan", req, cb);
470
512
  }
471
513
  /**
472
- * 查询负载均衡实例下源站组健康状态。负载均衡功能内测中,如您需要使用请 [联系我们](https://cloud.tencent.com/online-service)。
514
+ * 本接口(DescribeDDoSAttackEvent)用于查询DDoS攻击事件列表。
473
515
  */
474
- async DescribeOriginGroupHealthStatus(req, cb) {
475
- return this.request("DescribeOriginGroupHealthStatus", req, cb);
516
+ async DescribeDDoSAttackEvent(req, cb) {
517
+ return this.request("DescribeDDoSAttackEvent", req, cb);
476
518
  }
477
519
  /**
478
520
  * 用于删除四层代理转发规则,支持单条或者批量操作。
@@ -536,6 +578,12 @@ class Client extends TencentCloudCommon.AbstractClient {
536
578
  async DescribeApplicationProxies(req, cb) {
537
579
  return this.request("DescribeApplicationProxies", req, cb);
538
580
  }
581
+ /**
582
+ * 通过本接口修改多通道安全加速网关信息,如名称、网关 ID、IP、端口等。
583
+ */
584
+ async ModifyMultiPathGateway(req, cb) {
585
+ return this.request("ModifyMultiPathGateway", req, cb);
586
+ }
539
587
  /**
540
588
  * 用于创建共享 CNAME,该功能白名单内测中。
541
589
  */
@@ -618,6 +666,12 @@ class Client extends TencentCloudCommon.AbstractClient {
618
666
  async DisableOriginACL(req, cb) {
619
667
  return this.request("DisableOriginACL", req, cb);
620
668
  }
669
+ /**
670
+ * 修改套餐配置。目前仅支持修改预付费套餐的自动续费开关。
671
+ */
672
+ async ModifyPlan(req, cb) {
673
+ return this.request("ModifyPlan", req, cb);
674
+ }
621
675
  /**
622
676
  * 删除指定的内容标识符。该功能仅白名单开放。
623
677
  */
@@ -672,6 +726,12 @@ class Client extends TencentCloudCommon.AbstractClient {
672
726
  async DescribePurgeTasks(req, cb) {
673
727
  return this.request("DescribePurgeTasks", req, cb);
674
728
  }
729
+ /**
730
+ * 通过本接口查询多通道安全加速网关详情。如名称、网关 ID、IP、端口、类型等。
731
+ */
732
+ async DescribeMultiPathGateway(req, cb) {
733
+ return this.request("DescribeMultiPathGateway", req, cb);
734
+ }
675
735
  /**
676
736
  * 本接口为旧版本删除规则引擎接口,EdgeOne 于 2025 年 1 月 21 日已对规则引擎相关接口全面升级,新版本删除七层加速规则接口详情请参考 [DeleteL7AccRules](https://cloud.tencent.com/document/product/1552/115821)。
677
737
  <p style="color: red;">注意:自 2025 年 1 月 21 日起,旧版接口停止更新迭代,后续新增功能将仅在新版接口中提供,旧版接口支持的原有能力将不受影响。为避免在使用旧版接口时出现数据字段冲突,建议您尽早迁移到新版规则引擎接口。</p>
@@ -686,10 +746,16 @@ class Client extends TencentCloudCommon.AbstractClient {
686
746
  return this.request("DescribeL4ProxyRules", req, cb);
687
747
  }
688
748
  /**
689
- * 删除自定义错误页面。
749
+ * 通过本接口删除多通道安全加速网关,包括自有网关和云上网关。
690
750
  */
691
- async DeleteCustomErrorPage(req, cb) {
692
- return this.request("DeleteCustomErrorPage", req, cb);
751
+ async DeleteMultiPathGateway(req, cb) {
752
+ return this.request("DeleteMultiPathGateway", req, cb);
753
+ }
754
+ /**
755
+ * 用于查询四层代理实例列表。
756
+ */
757
+ async DescribeL4Proxy(req, cb) {
758
+ return this.request("DescribeL4Proxy", req, cb);
693
759
  }
694
760
  /**
695
761
  * 操作边缘函数运行环境,支持环境变量的相关设置。
@@ -698,12 +764,6 @@ class Client extends TencentCloudCommon.AbstractClient {
698
764
  async HandleFunctionRuntimeEnvironment(req, cb) {
699
765
  return this.request("HandleFunctionRuntimeEnvironment", req, cb);
700
766
  }
701
- /**
702
- * 本接口(DescribeDDoSAttackEvent)用于查询DDoS攻击事件列表。
703
- */
704
- async DescribeDDoSAttackEvent(req, cb) {
705
- return this.request("DescribeDDoSAttackEvent", req, cb);
706
- }
707
767
  /**
708
768
  * 修改内容标识符,仅支持修改描述。该功能仅白名单开放。
709
769
  */
@@ -743,6 +803,12 @@ class Client extends TencentCloudCommon.AbstractClient {
743
803
  async ModifySecurityIPGroup(req, cb) {
744
804
  return this.request("ModifySecurityIPGroup", req, cb);
745
805
  }
806
+ /**
807
+ * 通过本接口修改接入多通道安全加速网关的密钥,客户基于接入密钥签名接入多通道安全加速网关,修改后原密钥失效。
808
+ */
809
+ async ModifyMultiPathGatewaySecretKey(req, cb) {
810
+ return this.request("ModifyMultiPathGatewaySecretKey", req, cb);
811
+ }
746
812
  /**
747
813
  * 本接口为旧版本查询规则引擎规则接口,EdgeOne 于 2025 年 1 月 21 日已对规则引擎相关接口全面升级,新版本查询七层加速规则接口详情请参考 [DescribeL7AccRules](https://cloud.tencent.com/document/product/1552/115820)。
748
814
  <p style="color: red;">注意:自 2025 年 1 月 21 日起,旧版接口停止更新迭代,后续新增功能将仅在新版接口中提供,旧版接口支持的原有能力将不受影响。为避免在使用旧版接口时出现数据字段冲突,建议您尽早迁移到新版规则引擎接口。</p>
@@ -919,10 +985,10 @@ class Client extends TencentCloudCommon.AbstractClient {
919
985
  return this.request("CreateApplicationProxyRule", req, cb);
920
986
  }
921
987
  /**
922
- * 该接口用于查询您有权限的站点信息。可根据不同查询条件筛选站点。
988
+ * 通过本接口查询接入多通道安全加速网关的密钥,客户基于接入密钥签名接入多通道安全加速网关。
923
989
  */
924
- async DescribeZones(req, cb) {
925
- return this.request("DescribeZones", req, cb);
990
+ async DescribeMultiPathGatewaySecretKey(req, cb) {
991
+ return this.request("DescribeMultiPathGatewaySecretKey", req, cb);
926
992
  }
927
993
  /**
928
994
  * 查询边缘函数列表,支持函数 ID、函数名称、描述等条件的过滤。
@@ -957,6 +1023,12 @@ class Client extends TencentCloudCommon.AbstractClient {
957
1023
  async ImportZoneConfig(req, cb) {
958
1024
  return this.request("ImportZoneConfig", req, cb);
959
1025
  }
1026
+ /**
1027
+ * 通过本接口创建接入多通道安全加速网关的密钥,客户基于接入密钥签名接入多通道安全加速网关。每个站点下只有一个密钥,可用于接入该站点下的所有网关,可通过接口 DescribeMultiPathGatewaySecretKey 查询。
1028
+ */
1029
+ async CreateMultiPathGatewaySecretKey(req, cb) {
1030
+ return this.request("CreateMultiPathGatewaySecretKey", req, cb);
1031
+ }
960
1032
  /**
961
1033
  * 修改自定义错误页面。
962
1034
  */
@@ -983,10 +1055,16 @@ class Client extends TencentCloudCommon.AbstractClient {
983
1055
  return this.request("DescribeAliasDomains", req, cb);
984
1056
  }
985
1057
  /**
986
- * 用于查询四层代理实例列表。
1058
+ * 删除自定义错误页面。
987
1059
  */
988
- async DescribeL4Proxy(req, cb) {
989
- return this.request("DescribeL4Proxy", req, cb);
1060
+ async DeleteCustomErrorPage(req, cb) {
1061
+ return this.request("DeleteCustomErrorPage", req, cb);
1062
+ }
1063
+ /**
1064
+ * 通过本接口删除接入多通道安全加速网关的线路,仅自定义线路支持删除。
1065
+ */
1066
+ async DeleteMultiPathGatewayLine(req, cb) {
1067
+ return this.request("DeleteMultiPathGatewayLine", req, cb);
990
1068
  }
991
1069
  /**
992
1070
  * 通过本接口查询计费数据。
@@ -994,5 +1072,11 @@ class Client extends TencentCloudCommon.AbstractClient {
994
1072
  async DescribeBillingData(req, cb) {
995
1073
  return this.request("DescribeBillingData", req, cb);
996
1074
  }
1075
+ /**
1076
+ * 查询负载均衡实例下源站组健康状态。负载均衡功能内测中,如您需要使用请 [联系我们](https://cloud.tencent.com/online-service)。
1077
+ */
1078
+ async DescribeOriginGroupHealthStatus(req, cb) {
1079
+ return this.request("DescribeOriginGroupHealthStatus", req, cb);
1080
+ }
997
1081
  }
998
1082
  exports.Client = Client;