tencentcloud-sdk-nodejs-teo 4.0.701 → 4.0.703

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.
@@ -372,45 +372,6 @@ export interface DescribeZonesRequest {
372
372
  */
373
373
  Direction?: string;
374
374
  }
375
- /**
376
- * 离线日志详细信息
377
- */
378
- export interface L4OfflineLog {
379
- /**
380
- * 四层代理实例 ID。
381
- */
382
- ProxyId?: string;
383
- /**
384
- * 日志所属区域,取值有:
385
- <li>mainland:中国大陆境内;</li>
386
- <li>overseas:全球(不含中国大陆)。</li>
387
- */
388
- Area?: string;
389
- /**
390
- * 离线日志数据包名。
391
- */
392
- LogPacketName?: string;
393
- /**
394
- * 离线日志下载地址。
395
- */
396
- Url?: string;
397
- /**
398
- * 日志打包时间,此参数已经废弃。
399
- */
400
- LogTime?: number;
401
- /**
402
- * 日志打包开始时间。
403
- */
404
- LogStartTime?: string;
405
- /**
406
- * 日志打包结束时间。
407
- */
408
- LogEndTime?: string;
409
- /**
410
- * 日志大小,单位为 Byte。
411
- */
412
- Size?: number;
413
- }
414
375
  /**
415
376
  * 最新IP白名单列表相比于当前IP白名单列表的区别
416
377
  */
@@ -853,7 +814,7 @@ export interface ModifyZoneSettingRequest {
853
814
  */
854
815
  export interface RuleRewriteActionParams {
855
816
  /**
856
- * 功能参数名称,参数填写规范可调用接口 [查询规则引擎的设置参数](https://tcloud4api.woa.com/document/product/1657/79433?!preview&!document=1) 查看。现在只有三种取值:
817
+ * 功能参数名称,参数填写规范可调用接口 [查询规则引擎的设置参数](https://cloud.tencent.com/document/product/1552/80618) 查看。现在只有三种取值:
857
818
  <li> add:添加 HTTP 头部;</li>
858
819
  <li> set:重写 HTTP 头部;</li>
859
820
  <li> del:删除 HTTP 头部。</li>
@@ -894,7 +855,9 @@ export interface BotUserRule {
894
855
  <li>drop:拦截;</li>
895
856
  <li>monitor:观察;</li>
896
857
  <li>trans:放行;</li>
897
- <li>alg:JavaScript挑战;</li>
858
+ <li>redirect:重定向;</li>
859
+ <li>page:指定页面;</li>
860
+ <li>alg:JavaScript 挑战;</li>
898
861
  <li>captcha:托管挑战;</li>
899
862
  <li>random:随机处置;</li>
900
863
  <li>silence:静默;</li>
@@ -905,7 +868,7 @@ export interface BotUserRule {
905
868
  /**
906
869
  * 规则状态,取值有:
907
870
  <li>on:生效;</li>
908
- <li>off:不生效。</li>默认on生效。
871
+ <li>off:不生效。</li>默认 on 生效。
909
872
  */
910
873
  RuleStatus: string;
911
874
  /**
@@ -917,8 +880,7 @@ export interface BotUserRule {
917
880
  */
918
881
  RulePriority: number;
919
882
  /**
920
- * 规则id。仅出参使用。
921
- 注意:此字段可能返回 null,表示取不到有效值。
883
+ * 规则 Id。仅出参使用。
922
884
  */
923
885
  RuleID?: number;
924
886
  /**
@@ -927,31 +889,67 @@ export interface BotUserRule {
927
889
  ExtendActions?: Array<BotExtendAction>;
928
890
  /**
929
891
  * 过滤词,取值有:
930
- <li>sip:客户端ip。</li>
931
- 注意:此字段可能返回 null,表示取不到有效值。
892
+ <li>sip:客户端 ip。</li>
893
+ 默认为空字符串。
932
894
  */
933
895
  FreqFields?: Array<string>;
934
896
  /**
935
- * 更新时间。
936
- 注意:此字段可能返回 null,表示取不到有效值。
897
+ * 更新时间。仅出参使用。
937
898
  */
938
899
  UpdateTime?: string;
939
900
  /**
940
- * 统计范围,字段为null时,代表source_to_eo。取值有:
941
- <li>source_to_eo:(响应)源站到EdgeOne。</li>
942
- <li>client_to_eo:(请求)客户端到EdgeOne;</li>
943
- 注意:此字段可能返回 null,表示取不到有效值。
901
+ * 统计范围。取值有:
902
+ <li>source_to_eo:(响应)源站到 EdgeOne;</li>
903
+ <li>client_to_eo:(请求)客户端到 EdgeOne。</li>
904
+ 默认为 source_to_eo。
944
905
  */
945
906
  FreqScope?: Array<string>;
907
+ /**
908
+ * 自定义返回页面的名称。Action 是 page 时必填,且不能为空。
909
+ */
910
+ Name?: string;
911
+ /**
912
+ * 自定义响应 Id。该 Id 可通过查询自定义错误页列表接口获取。默认值为default,使用系统默认页面。Action 是 page 时必填,且不能为空。
913
+ */
914
+ CustomResponseId?: string;
915
+ /**
916
+ * 自定义返回页面的响应码。Action 是 page 时必填,且不能为空,取值: 100~600,不支持 3xx 响应码。默认值:567。
917
+ */
918
+ ResponseCode?: number;
919
+ /**
920
+ * 重定向时候的地址。Action 是 redirect 时必填,且不能为空。
921
+ */
922
+ RedirectUrl?: string;
946
923
  }
947
924
  /**
948
- * ModifyOriginGroup返回参数结构体
925
+ * 源站配置。
949
926
  */
950
- export interface ModifyOriginGroupResponse {
927
+ export interface Origin {
951
928
  /**
952
- * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
929
+ * 主源站列表。
930
+ 注意:此字段可能返回 null,表示取不到有效值。
953
931
  */
954
- RequestId?: string;
932
+ Origins?: Array<string>;
933
+ /**
934
+ * 备源站列表。
935
+ 注意:此字段可能返回 null,表示取不到有效值。
936
+ */
937
+ BackupOrigins?: Array<string>;
938
+ /**
939
+ * 回源协议配置,取值有:
940
+ <li>http:强制 http 回源;</li>
941
+ <li>follow:协议跟随回源;</li>
942
+ <li>https:强制 https 回源。</li>
943
+ 注意:此字段可能返回 null,表示取不到有效值。
944
+ */
945
+ OriginPullProtocol?: string;
946
+ /**
947
+ * 源站为腾讯云 COS 时,是否为私有访问 bucket,取值有:
948
+ <li>on:私有访问;</li>
949
+ <li>off:公共访问。</li>
950
+ 注意:此字段可能返回 null,表示取不到有效值。
951
+ */
952
+ CosPrivateAccess?: string;
955
953
  }
956
954
  /**
957
955
  * DeleteAccelerationDomains请求参数结构体
@@ -1400,19 +1398,6 @@ export interface ExceptConfig {
1400
1398
  */
1401
1399
  ExceptUserRules?: Array<ExceptUserRule>;
1402
1400
  }
1403
- /**
1404
- * DeleteOriginGroup请求参数结构体
1405
- */
1406
- export interface DeleteOriginGroupRequest {
1407
- /**
1408
- * 站点ID。
1409
- */
1410
- ZoneId: string;
1411
- /**
1412
- * 源站组ID。
1413
- */
1414
- OriginGroupId: string;
1415
- }
1416
1401
  /**
1417
1402
  * 别称域名信息。
1418
1403
  */
@@ -2407,36 +2392,6 @@ export interface RateLimitTemplateDetail {
2407
2392
  */
2408
2393
  Period?: number;
2409
2394
  }
2410
- /**
2411
- * 源站配置。
2412
- */
2413
- export interface Origin {
2414
- /**
2415
- * 主源站列表。
2416
- 注意:此字段可能返回 null,表示取不到有效值。
2417
- */
2418
- Origins?: Array<string>;
2419
- /**
2420
- * 备源站列表。
2421
- 注意:此字段可能返回 null,表示取不到有效值。
2422
- */
2423
- BackupOrigins?: Array<string>;
2424
- /**
2425
- * 回源协议配置,取值有:
2426
- <li>http:强制 http 回源;</li>
2427
- <li>follow:协议跟随回源;</li>
2428
- <li>https:强制 https 回源。</li>
2429
- 注意:此字段可能返回 null,表示取不到有效值。
2430
- */
2431
- OriginPullProtocol?: string;
2432
- /**
2433
- * 源站为腾讯云 COS 时,是否为私有访问 bucket,取值有:
2434
- <li>on:私有访问;</li>
2435
- <li>off:公共访问。</li>
2436
- 注意:此字段可能返回 null,表示取不到有效值。
2437
- */
2438
- CosPrivateAccess?: string;
2439
- }
2440
2395
  /**
2441
2396
  * Waf配置。
2442
2397
  */
@@ -2725,7 +2680,7 @@ export interface DescribeTopL7AnalysisDataRequest {
2725
2680
  Limit?: number;
2726
2681
  /**
2727
2682
  * 过滤条件,详细的过滤条件Key值如下:
2728
- <li>country<br>   按照【<strong>国家/地区</strong>】进行过滤,国家/地区遵循<a href="https://zh.wikipedia.org/wiki/ISO_3166-1">ISO 3166</a>规范。</li>
2683
+ <li>country<br>   按照【<strong>国家/地区</strong>】进行过滤,国家/地区遵循 <a href="https://baike.baidu.com/item/ISO%203166-1/5269555">ISO 3166</a> 规范。</li>
2729
2684
  <li>province<br>   按照【<strong>省份</strong>】进行过滤,此参数只支持服务区域为中国大陆。</li>
2730
2685
  <li>isp<br>   按照【<strong>运营商</strong>】进行过滤,此参数只支持服务区域为中国大陆。<br>   对应的Value可选项如下:<br>   2:中国电信;<br>   26:中国联通;<br>   1046:中国移动;<br>   3947:中国铁通;<br>   38:教育网;<br>   43:长城宽带;<br>   0:其他运营商。</li>
2731
2686
  <li>domain<br>   按照【<strong>子域名</strong>】进行过滤,子域名形如: test.example.com。</li>
@@ -3246,7 +3201,7 @@ export interface RuleCodeActionParams {
3246
3201
  */
3247
3202
  StatusCode: number;
3248
3203
  /**
3249
- * 参数名称,参数填写规范可调用接口 [查询规则引擎的设置参数](https://tcloud4api.woa.com/document/product/1657/79433?!preview&!document=1) 查看。
3204
+ * 参数名称,参数填写规范可调用接口 [查询规则引擎的设置参数](https://cloud.tencent.com/document/product/1552/80618) 查看。
3250
3205
  */
3251
3206
  Name: string;
3252
3207
  /**
@@ -3309,7 +3264,7 @@ export interface DescribeTimingL7AnalysisDataRequest {
3309
3264
  Interval?: string;
3310
3265
  /**
3311
3266
  * 过滤条件,详细的过滤条件Key值如下:
3312
- <li>country<br>   按照【<strong>国家/地区</strong>】进行过滤,国家/地区遵循<a href="https://zh.wikipedia.org/wiki/ISO_3166-1">ISO 3166</a>规范。</li>
3267
+ <li>country<br>   按照【<strong>国家/地区</strong>】进行过滤,国家/地区遵循 <a href="https://baike.baidu.com/item/ISO%203166-1/5269555">ISO 3166</a> 规范。</li>
3313
3268
  <li>province<br>   按照【<strong>省份</strong>】进行过滤,此参数只支持服务区域为中国大陆。</li>
3314
3269
  <li>isp<br>   按照【<strong>运营商</strong>】进行过滤,此参数只支持服务区域为中国大陆。<br>   对应的Value可选项如下:<br>   2:中国电信;<br>   26:中国联通;<br>   1046:中国移动;<br>   3947:中国铁通;<br>   38:教育网;<br>   43:长城宽带;<br>   0:其他运营商。</li>
3315
3270
  <li>domain<br>   按照【<strong>子域名</strong>】进行过滤,子域名形如: test.example.com。</li>
@@ -3907,7 +3862,7 @@ export interface DownloadL4LogsRequest {
3907
3862
  */
3908
3863
  export interface CodeAction {
3909
3864
  /**
3910
- * 功能名称,功能名称填写规范可调用接口 [查询规则引擎的设置参数](https://tcloud4api.woa.com/document/product/1657/79433?!preview&!document=1) 查看。
3865
+ * 功能名称,功能名称填写规范可调用接口 [查询规则引擎的设置参数](https://cloud.tencent.com/document/product/1552/80618) 查看。
3911
3866
  */
3912
3867
  Action: string;
3913
3868
  /**
@@ -4296,47 +4251,47 @@ export interface RulesProperties {
4296
4251
  /**
4297
4252
  * 值为参数名称。
4298
4253
  */
4299
- Name: string;
4254
+ Name?: string;
4300
4255
  /**
4301
4256
  * 数值参数的最小值,非数值参数或 Min 和 Max 值都为 0 则此项无意义。
4302
4257
  */
4303
- Min: number;
4258
+ Min?: number;
4304
4259
  /**
4305
4260
  * 参数值的可选值。
4306
4261
  注意:若参数值为用户自定义则该数组为空数组。
4307
4262
  */
4308
- ChoicesValue: Array<string>;
4263
+ ChoicesValue?: Array<string>;
4309
4264
  /**
4310
4265
  * 参数值类型。
4311
4266
  <li> CHOICE:参数值只能在 ChoicesValue 中选择; </li>
4312
4267
  <li> TOGGLE:参数值为开关类型,可在 ChoicesValue 中选择;</li>
4313
4268
  <li> OBJECT:参数值为对象类型,ChoiceProperties 为改对象类型关联的属性;</li>
4314
4269
  <li> CUSTOM_NUM:参数值用户自定义,整型类型;</li>
4315
- <li> CUSTOM_STRING:参数值用户自定义,字符串类型。</li>注意:当参数类型为 OBJECT 类型时,请注意参考 [示例2 参数为 OBJECT 类型的创建](https://tcloud4api.woa.com/document/product/1657/79382?!preview&!document=1)
4270
+ <li> CUSTOM_STRING:参数值用户自定义,字符串类型。</li>注意:当参数类型为 OBJECT 类型时,请注意参考 [示例2 参数为 OBJECT 类型的创建](https://cloud.tencent.com/document/product/1552/80622#.E7.A4.BA.E4.BE.8B2-.E5.8F.82.E6.95.B0.E4.B8.BA-OBJECT-.E7.B1.BB.E5.9E.8B.E7.9A.84.E5.88.9B.E5.BB.BA)
4316
4271
  */
4317
- Type: string;
4272
+ Type?: string;
4318
4273
  /**
4319
4274
  * 数值参数的最大值,非数值参数或 Min 和 Max 值都为 0 则此项无意义。
4320
4275
  */
4321
- Max: number;
4276
+ Max?: number;
4322
4277
  /**
4323
4278
  * 参数值是否支持多选或者填写多个。
4324
4279
  */
4325
- IsMultiple: boolean;
4280
+ IsMultiple?: boolean;
4326
4281
  /**
4327
4282
  * 是否允许为空。
4328
4283
  */
4329
- IsAllowEmpty: boolean;
4284
+ IsAllowEmpty?: boolean;
4330
4285
  /**
4331
4286
  * 该参数对应的关联配置参数,属于调用接口的必填参数。
4332
4287
  注意:如果可选参数无特殊新增参数则该数组为空数组。
4333
4288
  */
4334
- ChoiceProperties: Array<RuleChoicePropertiesItem>;
4289
+ ChoiceProperties?: Array<RuleChoicePropertiesItem>;
4335
4290
  /**
4336
4291
  * <li> 为 NULL:无特殊参数,RuleAction 选择 NormalAction;</li>
4337
4292
  注意:此字段可能返回 null,表示取不到有效值。
4338
4293
  */
4339
- ExtraParameter: RuleExtraParameter;
4294
+ ExtraParameter?: RuleExtraParameter;
4340
4295
  }
4341
4296
  /**
4342
4297
  * DescribeOverviewL7Data返回参数结构体
@@ -4412,13 +4367,26 @@ export interface RateLimitTemplate {
4412
4367
  RateLimitTemplateDetail?: RateLimitTemplateDetail;
4413
4368
  }
4414
4369
  /**
4415
- * ModifyHostsCertificate返回参数结构体
4370
+ * 该结构体表示各种场景、模式下,用于验证用户对站点域名的归属权内容。
4416
4371
  */
4417
- export interface ModifyHostsCertificateResponse {
4372
+ export interface OwnershipVerification {
4418
4373
  /**
4419
- * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
4374
+ * CNAME 接入,使用 DNS 解析验证时所需的信息。详情参考 [站点/域名归属权验证
4375
+ ](https://cloud.tencent.com/document/product/1552/70789#7af6ecf8-afca-4e35-8811-b5797ed1bde5)。
4376
+ 注意:此字段可能返回 null,表示取不到有效值。
4420
4377
  */
4421
- RequestId?: string;
4378
+ DnsVerification?: DnsVerification;
4379
+ /**
4380
+ * CNAME 接入,使用文件验证时所需的信息。详情参考 [站点/域名归属权验证
4381
+ ](https://cloud.tencent.com/document/product/1552/70789#7af6ecf8-afca-4e35-8811-b5797ed1bde5)。
4382
+ 注意:此字段可能返回 null,表示取不到有效值。
4383
+ */
4384
+ FileVerification?: FileVerification;
4385
+ /**
4386
+ * NS 接入,切换 DNS 服务器所需的信息。详情参考 [修改 DNS 服务器](https://cloud.tencent.com/document/product/1552/90452)。
4387
+ 注意:此字段可能返回 null,表示取不到有效值。
4388
+ */
4389
+ NsVerification?: NsVerification;
4422
4390
  }
4423
4391
  /**
4424
4392
  * CreateRule请求参数结构体
@@ -4611,7 +4579,7 @@ export interface RateLimitUserRule {
4611
4579
  */
4612
4580
  RuleName: string;
4613
4581
  /**
4614
- * 处置动作,取值有: <li>monitor:观察;</li> <li>drop:拦截;</li> <li>alg:JavaScript挑战。</li>
4582
+ * 处置动作,取值有: <li>monitor:观察;</li> <li>drop:拦截;</li><li> redirect:重定向;</li><li> page:指定页面;</li><li>alg:JavaScript 挑战。</li>
4615
4583
  */
4616
4584
  Action: string;
4617
4585
  /**
@@ -4628,7 +4596,7 @@ export interface RateLimitUserRule {
4628
4596
  /**
4629
4597
  * 规则状态,取值有:
4630
4598
  <li>on:生效;</li>
4631
- <li>off:不生效。</li>默认on生效。
4599
+ <li>off:不生效。</li>默认 on 生效。
4632
4600
  */
4633
4601
  RuleStatus: string;
4634
4602
  /**
@@ -4641,27 +4609,41 @@ export interface RateLimitUserRule {
4641
4609
  RulePriority: number;
4642
4610
  /**
4643
4611
  * 规则 Id。仅出参使用。
4644
- 注意:此字段可能返回 null,表示取不到有效值。
4645
4612
  */
4646
4613
  RuleID?: number;
4647
4614
  /**
4648
4615
  * 过滤词,取值有:
4649
- <li>sip:客户端ip。</li>
4650
- 注意:此字段可能返回 null,表示取不到有效值。
4616
+ <li>sip:客户端 ip。</li>
4617
+ 默认为空字符串。
4651
4618
  */
4652
4619
  FreqFields?: Array<string>;
4653
4620
  /**
4654
- * 更新时间。
4655
- 注意:此字段可能返回 null,表示取不到有效值。
4621
+ * 更新时间。仅出参使用。修改时默认为当前时间。
4656
4622
  */
4657
4623
  UpdateTime?: string;
4658
4624
  /**
4659
- * 统计范围,字段为 null 时,代表 source_to_eo。取值有:
4660
- <li>source_to_eo:(响应)源站到EdgeOne。</li>
4661
- <li>client_to_eo:(请求)客户端到EdgeOne;</li>
4662
- 注意:此字段可能返回 null,表示取不到有效值。
4625
+ * 统计范围。取值有:
4626
+ <li>source_to_eo:(响应)源站到 EdgeOne;</li>
4627
+ <li>client_to_eo:(请求)客户端到 EdgeOne。</li>
4628
+ 默认为 source_to_eo。
4663
4629
  */
4664
4630
  FreqScope?: Array<string>;
4631
+ /**
4632
+ * 自定义返回页面的名称。Action 是 page 时必填,且不能为空。
4633
+ */
4634
+ Name?: string;
4635
+ /**
4636
+ * 自定义响应 Id。该 Id 可通过查询自定义错误页列表接口获取。默认值为default,使用系统默认页面。Action 是 page 时必填,且不能为空。
4637
+ */
4638
+ CustomResponseId?: string;
4639
+ /**
4640
+ * 自定义返回页面的响应码。Action 是 page 时必填,且不能为空,取值: 100~600,不支持 3xx 响应码。默认值:567。
4641
+ */
4642
+ ResponseCode?: number;
4643
+ /**
4644
+ * 重定向时候的地址。Action 是 redirect 时必填,且不能为空。
4645
+ */
4646
+ RedirectUrl?: string;
4665
4647
  }
4666
4648
  /**
4667
4649
  * 嵌套规则信息。
@@ -5025,7 +5007,7 @@ export interface CreateZoneResponse {
5025
5007
  RequestId?: string;
5026
5008
  }
5027
5009
  /**
5028
- * 规则引擎功能项操作,对于一种功能只对应下面三种类型的其中一种,RuleAction 数组中的每一项只能是其中一个类型,更多功能项的填写规范可调用接口 [查询规则引擎的设置参数](https://tcloud4api.woa.com/document/product/1657/79433?!preview&!document=1) 查看。
5010
+ * 规则引擎功能项操作,对于一种功能只对应下面三种类型的其中一种,RuleAction 数组中的每一项只能是其中一个类型,更多功能项的填写规范可调用接口 [查询规则引擎的设置参数](https://cloud.tencent.com/document/product/1552/80618) 查看。
5029
5011
  */
5030
5012
  export interface Action {
5031
5013
  /**
@@ -5214,46 +5196,6 @@ export interface CacheKey {
5214
5196
  */
5215
5197
  QueryString?: QueryString;
5216
5198
  }
5217
- /**
5218
- * ModifyOriginGroup请求参数结构体
5219
- */
5220
- export interface ModifyOriginGroupRequest {
5221
- /**
5222
- * 站点ID。
5223
- */
5224
- ZoneId: string;
5225
- /**
5226
- * 源站组ID。
5227
- */
5228
- OriginGroupId: string;
5229
- /**
5230
- * 源站类型,取值有:
5231
- <li>self:自有源站;</li>
5232
- <li>third_party:第三方源站;</li>
5233
- <li>cos:腾讯云COS源站。</li>
5234
- */
5235
- OriginType: string;
5236
- /**
5237
- * 源站组名称。
5238
- */
5239
- OriginGroupName: string;
5240
- /**
5241
- * 源站配置类型,当OriginType=self时,取值有:
5242
- <li>area:按区域配置;</li>
5243
- <li>weight: 按权重配置;</li>
5244
- <li>proto: 按HTTP协议配置。</li>当OriginType=third_party/cos时放空。
5245
- */
5246
- ConfigurationType: string;
5247
- /**
5248
- * 源站记录信息。
5249
- */
5250
- OriginRecords: Array<OriginRecord>;
5251
- /**
5252
- * 回源Host,仅当OriginType=self时可以设置。
5253
- 不填写,表示使用已有配置。
5254
- */
5255
- HostHeader?: string;
5256
- }
5257
5199
  /**
5258
5200
  * DownloadL4Logs返回参数结构体
5259
5201
  */
@@ -5347,9 +5289,17 @@ export interface ModifyApplicationProxyStatusRequest {
5347
5289
  Status: string;
5348
5290
  }
5349
5291
  /**
5350
- * DeleteOriginGroup返回参数结构体
5292
+ * DescribeZones返回参数结构体
5351
5293
  */
5352
- export interface DeleteOriginGroupResponse {
5294
+ export interface DescribeZonesResponse {
5295
+ /**
5296
+ * 符合条件的站点个数。
5297
+ */
5298
+ TotalCount?: number;
5299
+ /**
5300
+ * 站点详细信息。
5301
+ */
5302
+ Zones?: Array<Zone>;
5353
5303
  /**
5354
5304
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
5355
5305
  */
@@ -5462,13 +5412,9 @@ export interface PartialModule {
5462
5412
  Include?: Array<number | bigint>;
5463
5413
  }
5464
5414
  /**
5465
- * CreateOriginGroup返回参数结构体
5415
+ * ModifyHostsCertificate返回参数结构体
5466
5416
  */
5467
- export interface CreateOriginGroupResponse {
5468
- /**
5469
- * 源站组ID。
5470
- */
5471
- OriginGroupId: string;
5417
+ export interface ModifyHostsCertificateResponse {
5472
5418
  /**
5473
5419
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
5474
5420
  */
@@ -5620,7 +5566,7 @@ export interface BotManagedRule {
5620
5566
  */
5621
5567
  export interface NormalAction {
5622
5568
  /**
5623
- * 功能名称,功能名称填写规范可调用接口 [查询规则引擎的设置参数](https://tcloud4api.woa.com/document/product/1657/79433?!preview&!document=1) 查看。
5569
+ * 功能名称,功能名称填写规范可调用接口 [查询规则引擎的设置参数](https://cloud.tencent.com/document/product/1552/80618) 查看。
5624
5570
  */
5625
5571
  Action: string;
5626
5572
  /**
@@ -5712,24 +5658,28 @@ export interface CreateSecurityIPGroupRequest {
5712
5658
  */
5713
5659
  export interface DropPageDetail {
5714
5660
  /**
5715
- * 拦截页面的唯一Id。系统默认包含一个自带拦截页面,Id值为0。
5716
- 该Id可通过创建拦截页面接口进行上传获取。如传入0,代表使用系统默认拦截页面。
5661
+ * 拦截页面的唯一 Id。系统默认包含一个自带拦截页面,Id 值为0。
5662
+ Id 可通过创建拦截页面接口进行上传获取。如传入0,代表使用系统默认拦截页面。该参数已废弃。
5717
5663
  */
5718
5664
  PageId: number;
5719
5665
  /**
5720
- * 拦截页面的HTTP状态码。状态码范围是100-600
5666
+ * 拦截页面的 HTTP 状态码。状态码取值:100600,不支持 3xx 状态码。托管规则拦截页面默认:566,安全防护(除托管规则外)拦截页面默认:567.
5721
5667
  */
5722
5668
  StatusCode: number;
5723
5669
  /**
5724
- * 页面文件名或url。
5670
+ * 页面文件名或 url。
5725
5671
  */
5726
5672
  Name: string;
5727
5673
  /**
5728
5674
  * 页面的类型,取值有:
5729
- <li> file:页面文件内容;</li>
5730
- <li> url:上传的url地址。</li>
5675
+ <li>page:指定页面。</li>
5676
+
5731
5677
  */
5732
5678
  Type: string;
5679
+ /**
5680
+ * 自定义响应 Id。该 Id 可通过查询自定义错误页列表接口获取。默认值为default,使用系统默认页面。Type 类型是 page 时必填,且不能为空。
5681
+ */
5682
+ CustomResponseId?: string;
5733
5683
  }
5734
5684
  /**
5735
5685
  * DeleteRules返回参数结构体
@@ -5897,21 +5847,43 @@ export interface FailReason {
5897
5847
  */
5898
5848
  export declare type DescribeRulesSettingRequest = null;
5899
5849
  /**
5900
- * DescribeZones返回参数结构体
5850
+ * 离线日志详细信息
5901
5851
  */
5902
- export interface DescribeZonesResponse {
5852
+ export interface L4OfflineLog {
5903
5853
  /**
5904
- * 符合条件的站点个数。
5854
+ * 四层代理实例 ID。
5905
5855
  */
5906
- TotalCount?: number;
5856
+ ProxyId?: string;
5907
5857
  /**
5908
- * 站点详细信息。
5858
+ * 日志所属区域,取值有:
5859
+ <li>mainland:中国大陆境内;</li>
5860
+ <li>overseas:全球(不含中国大陆)。</li>
5909
5861
  */
5910
- Zones?: Array<Zone>;
5862
+ Area?: string;
5911
5863
  /**
5912
- * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
5864
+ * 离线日志数据包名。
5913
5865
  */
5914
- RequestId?: string;
5866
+ LogPacketName?: string;
5867
+ /**
5868
+ * 离线日志下载地址。
5869
+ */
5870
+ Url?: string;
5871
+ /**
5872
+ * 日志打包时间,此参数已经废弃。
5873
+ */
5874
+ LogTime?: number;
5875
+ /**
5876
+ * 日志打包开始时间。
5877
+ */
5878
+ LogStartTime?: string;
5879
+ /**
5880
+ * 日志打包结束时间。
5881
+ */
5882
+ LogEndTime?: string;
5883
+ /**
5884
+ * 日志大小,单位为 Byte。
5885
+ */
5886
+ Size?: number;
5915
5887
  }
5916
5888
  /**
5917
5889
  * ModifyAliasDomain返回参数结构体
@@ -5927,7 +5899,7 @@ export interface ModifyAliasDomainResponse {
5927
5899
  */
5928
5900
  export interface RewriteAction {
5929
5901
  /**
5930
- * 功能名称,功能名称填写规范可调用接口 [查询规则引擎的设置参数](https://tcloud4api.woa.com/document/product/1657/79433?!preview&!document=1) 查看。
5902
+ * 功能名称,功能名称填写规范可调用接口 [查询规则引擎的设置参数](https://cloud.tencent.com/document/product/1552/80618) 查看。
5931
5903
  */
5932
5904
  Action: string;
5933
5905
  /**
@@ -6033,7 +6005,7 @@ export interface StandardDebug {
6033
6005
  */
6034
6006
  export interface RuleNormalActionParams {
6035
6007
  /**
6036
- * 参数名称,参数填写规范可调用接口 [查询规则引擎的设置参数](https://tcloud4api.woa.com/document/product/1657/79433?!preview&!document=1) 查看。
6008
+ * 参数名称,参数填写规范可调用接口 [查询规则引擎的设置参数](https://cloud.tencent.com/document/product/1552/80618) 查看。
6037
6009
  */
6038
6010
  Name: string;
6039
6011
  /**
@@ -6186,10 +6158,10 @@ export interface AclUserRule {
6186
6158
  <li>trans:放行;</li>
6187
6159
  <li>drop:拦截;</li>
6188
6160
  <li>monitor:观察;</li>
6189
- <li>ban:IP封禁;</li>
6161
+ <li>ban:IP 封禁;</li>
6190
6162
  <li>redirect:重定向;</li>
6191
6163
  <li>page:指定页面;</li>
6192
- <li>alg:Javascript挑战。</li>
6164
+ <li>alg:JavaScript 挑战。</li>
6193
6165
  */
6194
6166
  Action: string;
6195
6167
  /**
@@ -6207,48 +6179,44 @@ export interface AclUserRule {
6207
6179
  */
6208
6180
  RulePriority: number;
6209
6181
  /**
6210
- * 规则Id。仅出参使用。
6211
- 注意:此字段可能返回 null,表示取不到有效值。
6182
+ * 规则 Id。仅出参使用。
6212
6183
  */
6213
6184
  RuleID?: number;
6214
6185
  /**
6215
6186
  * 更新时间。仅出参使用。
6216
- 注意:此字段可能返回 null,表示取不到有效值。
6217
6187
  */
6218
6188
  UpdateTime?: string;
6219
6189
  /**
6220
- * ip封禁的惩罚时间,取值范围0-2天。默认为0。
6221
- 注意:此字段可能返回 null,表示取不到有效值。
6190
+ * ip 封禁的惩罚时间。Action 是 ban 时必填,且不能为空,取值范围0-2天。
6222
6191
  */
6223
6192
  PunishTime?: number;
6224
6193
  /**
6225
- * ip封禁的惩罚时间单位,取值有:
6194
+ * ip 封禁的惩罚时间单位,取值有:
6226
6195
  <li>second:秒;</li>
6227
6196
  <li>minutes:分;</li>
6228
- <li>hour:小时。</li>默认为second。
6229
- 注意:此字段可能返回 null,表示取不到有效值。
6197
+ <li>hour:小时。</li>默认为 second。
6230
6198
  */
6231
6199
  PunishTimeUnit?: string;
6232
6200
  /**
6233
- * 自定义返回页面的名称。默认为空字符串。
6234
- 注意:此字段可能返回 null,表示取不到有效值。
6201
+ * 自定义返回页面的名称。Action 是 page 时必填,且不能为空。
6235
6202
  */
6236
6203
  Name?: string;
6237
6204
  /**
6238
- * 自定义返回页面的实例id。默认为0
6239
- 注意:此字段可能返回 null,表示取不到有效值。
6205
+ * 自定义返回页面的实例 Id。默认为0,代表使用系统默认拦截页面。该参数已废弃。
6240
6206
  */
6241
6207
  PageId?: number;
6242
6208
  /**
6243
- * 重定向时候的地址,必须为本用户接入的站点子域名。默认为空字符串。
6244
- 注意:此字段可能返回 null,表示取不到有效值。
6209
+ * 自定义响应 Id。该 Id 可通过查询自定义错误页列表接口获取。默认值为default,使用系统默认页面。Action 是 page 时必填,且不能为空。
6245
6210
  */
6246
- RedirectUrl?: string;
6211
+ CustomResponseId?: string;
6247
6212
  /**
6248
- * 重定向时候的返回码。默认为0
6249
- 注意:此字段可能返回 null,表示取不到有效值。
6213
+ * 自定义返回页面的响应码。Action 是 page 时必填,且不能为空,取值: 100~600,不支持 3xx 响应码。默认值:567
6250
6214
  */
6251
6215
  ResponseCode?: number;
6216
+ /**
6217
+ * 重定向时候的地址。Action 是 redirect 时必填,且不能为空。
6218
+ */
6219
+ RedirectUrl?: string;
6252
6220
  }
6253
6221
  /**
6254
6222
  * 刷新/预热 可用量及配额
@@ -6276,41 +6244,6 @@ export interface Quota {
6276
6244
  */
6277
6245
  Type: string;
6278
6246
  }
6279
- /**
6280
- * CreateOriginGroup请求参数结构体
6281
- */
6282
- export interface CreateOriginGroupRequest {
6283
- /**
6284
- * 站点ID。
6285
- */
6286
- ZoneId: string;
6287
- /**
6288
- * 源站类型,取值有:
6289
- <li>self:自有源站;</li>
6290
- <li>third_party:第三方源站;</li>
6291
- <li>cos:腾讯云COS源站。</li>
6292
- */
6293
- OriginType: string;
6294
- /**
6295
- * 源站组名称。
6296
- */
6297
- OriginGroupName: string;
6298
- /**
6299
- * 源站配置类型,当OriginType=self时,取值有:
6300
- <li>area:按区域配置;</li>
6301
- <li>weight: 按权重配置;</li>
6302
- <li>proto: 按HTTP协议配置。</li>当OriginType=third_party/cos时放空。
6303
- */
6304
- ConfigurationType: string;
6305
- /**
6306
- * 源站记录信息。
6307
- */
6308
- OriginRecords: Array<OriginRecord>;
6309
- /**
6310
- * 回源Host,仅当OriginType=self时可以设置。
6311
- */
6312
- HostHeader?: string;
6313
- }
6314
6247
  /**
6315
6248
  * DescribeTimingL4Data请求参数结构体
6316
6249
  */
@@ -6425,28 +6358,6 @@ export interface CreateSharedCNAMEResponse {
6425
6358
  */
6426
6359
  RequestId?: string;
6427
6360
  }
6428
- /**
6429
- * 该结构体表示各种场景、模式下,用于验证用户对站点域名的归属权内容。
6430
- */
6431
- export interface OwnershipVerification {
6432
- /**
6433
- * CNAME 接入,使用 DNS 解析验证时所需的信息。详情参考 [站点/域名归属权验证
6434
- ](https://cloud.tencent.com/document/product/1552/70789#7af6ecf8-afca-4e35-8811-b5797ed1bde5)。
6435
- 注意:此字段可能返回 null,表示取不到有效值。
6436
- */
6437
- DnsVerification?: DnsVerification;
6438
- /**
6439
- * CNAME 接入,使用文件验证时所需的信息。详情参考 [站点/域名归属权验证
6440
- ](https://cloud.tencent.com/document/product/1552/70789#7af6ecf8-afca-4e35-8811-b5797ed1bde5)。
6441
- 注意:此字段可能返回 null,表示取不到有效值。
6442
- */
6443
- FileVerification?: FileVerification;
6444
- /**
6445
- * NS 接入,切换 DNS 服务器所需的信息。详情参考 [修改 DNS 服务器](https://cloud.tencent.com/document/product/1552/90452)。
6446
- 注意:此字段可能返回 null,表示取不到有效值。
6447
- */
6448
- NsVerification?: NsVerification;
6449
- }
6450
6361
  /**
6451
6362
  * DescribePurgeTasks返回参数结构体
6452
6363
  */