@alicloud/esa20240910 2.8.1 → 2.8.3

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.
package/dist/client.d.ts CHANGED
@@ -61,13 +61,14 @@ export declare class WafRuleConfig extends $tea.Model {
61
61
  managedGroupId?: number;
62
62
  managedList?: string;
63
63
  managedRulesets?: WafRuleConfigManagedRulesets[];
64
- match?: WafRuleMatch;
65
64
  name?: string;
65
+ notes?: string;
66
66
  rateLimit?: WafRuleConfigRateLimit;
67
67
  sigchl?: string[];
68
68
  status?: string;
69
69
  timer?: WafTimer;
70
70
  type?: string;
71
+ value?: string;
71
72
  static names(): {
72
73
  [key: string]: string;
73
74
  };
@@ -117,6 +118,7 @@ export declare class WafRuleMatch2 extends $tea.Model {
117
118
  export declare class WafSiteSettings extends $tea.Model {
118
119
  addBotProtectionHeaders?: WafSiteSettingsAddBotProtectionHeaders;
119
120
  addSecurityHeaders?: WafSiteSettingsAddSecurityHeaders;
121
+ botManagement?: WafSiteSettingsBotManagement;
120
122
  clientIpIdentifier?: WafSiteSettingsClientIpIdentifier;
121
123
  securityLevel?: WafSiteSettingsSecurityLevel;
122
124
  static names(): {
@@ -434,144 +436,6 @@ export declare class BatchCreateRecordsResponse extends $tea.Model {
434
436
  [key: string]: any;
435
437
  });
436
438
  }
437
- export declare class BatchCreateWafRulesRequest extends $tea.Model {
438
- /**
439
- * @remarks
440
- * The configurations of the rules.
441
- */
442
- configs?: WafRuleConfig[];
443
- /**
444
- * @remarks
445
- * The WAF rule category.
446
- *
447
- * @example
448
- * http_custom
449
- */
450
- phase?: string;
451
- /**
452
- * @remarks
453
- * The configurations shared by multiple rules.
454
- */
455
- shared?: WafBatchRuleShared;
456
- /**
457
- * @remarks
458
- * The website ID, which can be obtained by calling the [ListSites](https://help.aliyun.com/document_detail/2850189.html) operation.
459
- *
460
- * @example
461
- * 1
462
- */
463
- siteId?: number;
464
- /**
465
- * @remarks
466
- * The version of the website.
467
- *
468
- * @example
469
- * 0
470
- */
471
- siteVersion?: number;
472
- static names(): {
473
- [key: string]: string;
474
- };
475
- static types(): {
476
- [key: string]: any;
477
- };
478
- constructor(map?: {
479
- [key: string]: any;
480
- });
481
- }
482
- export declare class BatchCreateWafRulesShrinkRequest extends $tea.Model {
483
- /**
484
- * @remarks
485
- * The configurations of the rules.
486
- */
487
- configsShrink?: string;
488
- /**
489
- * @remarks
490
- * The WAF rule category.
491
- *
492
- * @example
493
- * http_custom
494
- */
495
- phase?: string;
496
- /**
497
- * @remarks
498
- * The configurations shared by multiple rules.
499
- */
500
- sharedShrink?: string;
501
- /**
502
- * @remarks
503
- * The website ID, which can be obtained by calling the [ListSites](https://help.aliyun.com/document_detail/2850189.html) operation.
504
- *
505
- * @example
506
- * 1
507
- */
508
- siteId?: number;
509
- /**
510
- * @remarks
511
- * The version of the website.
512
- *
513
- * @example
514
- * 0
515
- */
516
- siteVersion?: number;
517
- static names(): {
518
- [key: string]: string;
519
- };
520
- static types(): {
521
- [key: string]: any;
522
- };
523
- constructor(map?: {
524
- [key: string]: any;
525
- });
526
- }
527
- export declare class BatchCreateWafRulesResponseBody extends $tea.Model {
528
- /**
529
- * @remarks
530
- * The IDs of the WAF rules.[](~~2850237~~)
531
- */
532
- ids?: number[];
533
- /**
534
- * @remarks
535
- * The request ID.
536
- *
537
- * @example
538
- * 36af3fcc-43d0-441c-86b1-428951dc8225
539
- */
540
- requestId?: string;
541
- /**
542
- * @remarks
543
- * The ID of the WAF ruleset.[](~~2850233~~)
544
- *
545
- * @example
546
- * 10000001
547
- */
548
- rulesetId?: number;
549
- static names(): {
550
- [key: string]: string;
551
- };
552
- static types(): {
553
- [key: string]: any;
554
- };
555
- constructor(map?: {
556
- [key: string]: any;
557
- });
558
- }
559
- export declare class BatchCreateWafRulesResponse extends $tea.Model {
560
- headers?: {
561
- [key: string]: string;
562
- };
563
- statusCode?: number;
564
- body?: BatchCreateWafRulesResponseBody;
565
- static names(): {
566
- [key: string]: string;
567
- };
568
- static types(): {
569
- [key: string]: any;
570
- };
571
- constructor(map?: {
572
- [key: string]: any;
573
- });
574
- }
575
439
  export declare class BatchDeleteKvRequest extends $tea.Model {
576
440
  /**
577
441
  * @remarks
@@ -1098,147 +962,6 @@ export declare class BatchPutKvWithHighCapacityResponse extends $tea.Model {
1098
962
  [key: string]: any;
1099
963
  });
1100
964
  }
1101
- export declare class BatchUpdateWafRulesRequest extends $tea.Model {
1102
- /**
1103
- * @remarks
1104
- * The configurations of rules.
1105
- */
1106
- configs?: WafRuleConfig[];
1107
- /**
1108
- * @remarks
1109
- * The WAF rule category.
1110
- *
1111
- * @example
1112
- * http_custom
1113
- */
1114
- phase?: string;
1115
- /**
1116
- * @remarks
1117
- * The ID of the WAF ruleset, which can be obtained by calling the [ListWafRulesets](https://help.aliyun.com/document_detail/2850233.html) operation.
1118
- *
1119
- * @example
1120
- * 10000001
1121
- */
1122
- rulesetId?: number;
1123
- /**
1124
- * @remarks
1125
- * The configurations shared by multiple rules.
1126
- */
1127
- shared?: WafBatchRuleShared;
1128
- /**
1129
- * @remarks
1130
- * The website ID, which can be obtained by calling the [ListSites](https://help.aliyun.com/document_detail/2850189.html) operation.
1131
- *
1132
- * @example
1133
- * 1
1134
- */
1135
- siteId?: number;
1136
- /**
1137
- * @remarks
1138
- * The version of the website.
1139
- *
1140
- * @example
1141
- * 0
1142
- */
1143
- siteVersion?: number;
1144
- static names(): {
1145
- [key: string]: string;
1146
- };
1147
- static types(): {
1148
- [key: string]: any;
1149
- };
1150
- constructor(map?: {
1151
- [key: string]: any;
1152
- });
1153
- }
1154
- export declare class BatchUpdateWafRulesShrinkRequest extends $tea.Model {
1155
- /**
1156
- * @remarks
1157
- * The configurations of rules.
1158
- */
1159
- configsShrink?: string;
1160
- /**
1161
- * @remarks
1162
- * The WAF rule category.
1163
- *
1164
- * @example
1165
- * http_custom
1166
- */
1167
- phase?: string;
1168
- /**
1169
- * @remarks
1170
- * The ID of the WAF ruleset, which can be obtained by calling the [ListWafRulesets](https://help.aliyun.com/document_detail/2850233.html) operation.
1171
- *
1172
- * @example
1173
- * 10000001
1174
- */
1175
- rulesetId?: number;
1176
- /**
1177
- * @remarks
1178
- * The configurations shared by multiple rules.
1179
- */
1180
- sharedShrink?: string;
1181
- /**
1182
- * @remarks
1183
- * The website ID, which can be obtained by calling the [ListSites](https://help.aliyun.com/document_detail/2850189.html) operation.
1184
- *
1185
- * @example
1186
- * 1
1187
- */
1188
- siteId?: number;
1189
- /**
1190
- * @remarks
1191
- * The version of the website.
1192
- *
1193
- * @example
1194
- * 0
1195
- */
1196
- siteVersion?: number;
1197
- static names(): {
1198
- [key: string]: string;
1199
- };
1200
- static types(): {
1201
- [key: string]: any;
1202
- };
1203
- constructor(map?: {
1204
- [key: string]: any;
1205
- });
1206
- }
1207
- export declare class BatchUpdateWafRulesResponseBody extends $tea.Model {
1208
- /**
1209
- * @remarks
1210
- * The request ID.
1211
- *
1212
- * @example
1213
- * 36af3fcc-43d0-441c-86b1-428951dc8225
1214
- */
1215
- requestId?: string;
1216
- static names(): {
1217
- [key: string]: string;
1218
- };
1219
- static types(): {
1220
- [key: string]: any;
1221
- };
1222
- constructor(map?: {
1223
- [key: string]: any;
1224
- });
1225
- }
1226
- export declare class BatchUpdateWafRulesResponse extends $tea.Model {
1227
- headers?: {
1228
- [key: string]: string;
1229
- };
1230
- statusCode?: number;
1231
- body?: BatchUpdateWafRulesResponseBody;
1232
- static names(): {
1233
- [key: string]: string;
1234
- };
1235
- static types(): {
1236
- [key: string]: any;
1237
- };
1238
- constructor(map?: {
1239
- [key: string]: any;
1240
- });
1241
- }
1242
965
  export declare class BlockObjectRequest extends $tea.Model {
1243
966
  /**
1244
967
  * @remarks
@@ -4590,145 +4313,6 @@ export declare class CreateUserDeliveryTaskResponse extends $tea.Model {
4590
4313
  [key: string]: any;
4591
4314
  });
4592
4315
  }
4593
- export declare class CreateWafRuleRequest extends $tea.Model {
4594
- /**
4595
- * @remarks
4596
- * The configuration of the rule that you want to create.
4597
- */
4598
- config?: WafRuleConfig;
4599
- /**
4600
- * @remarks
4601
- * The WAF rule category.
4602
- *
4603
- * This parameter is required.
4604
- *
4605
- * @example
4606
- * http_custom
4607
- */
4608
- phase?: string;
4609
- /**
4610
- * @remarks
4611
- * The website ID, which can be obtained by calling the [ListSites](https://help.aliyun.com/document_detail/2850189.html) operation.
4612
- *
4613
- * This parameter is required.
4614
- *
4615
- * @example
4616
- * 1
4617
- */
4618
- siteId?: number;
4619
- /**
4620
- * @remarks
4621
- * The version of the website.
4622
- *
4623
- * @example
4624
- * 0
4625
- */
4626
- siteVersion?: number;
4627
- static names(): {
4628
- [key: string]: string;
4629
- };
4630
- static types(): {
4631
- [key: string]: any;
4632
- };
4633
- constructor(map?: {
4634
- [key: string]: any;
4635
- });
4636
- }
4637
- export declare class CreateWafRuleShrinkRequest extends $tea.Model {
4638
- /**
4639
- * @remarks
4640
- * The configuration of the rule that you want to create.
4641
- */
4642
- configShrink?: string;
4643
- /**
4644
- * @remarks
4645
- * The WAF rule category.
4646
- *
4647
- * This parameter is required.
4648
- *
4649
- * @example
4650
- * http_custom
4651
- */
4652
- phase?: string;
4653
- /**
4654
- * @remarks
4655
- * The website ID, which can be obtained by calling the [ListSites](https://help.aliyun.com/document_detail/2850189.html) operation.
4656
- *
4657
- * This parameter is required.
4658
- *
4659
- * @example
4660
- * 1
4661
- */
4662
- siteId?: number;
4663
- /**
4664
- * @remarks
4665
- * The version of the website.
4666
- *
4667
- * @example
4668
- * 0
4669
- */
4670
- siteVersion?: number;
4671
- static names(): {
4672
- [key: string]: string;
4673
- };
4674
- static types(): {
4675
- [key: string]: any;
4676
- };
4677
- constructor(map?: {
4678
- [key: string]: any;
4679
- });
4680
- }
4681
- export declare class CreateWafRuleResponseBody extends $tea.Model {
4682
- /**
4683
- * @remarks
4684
- * The ID of the WAF rule.[](~~2850237~~)
4685
- *
4686
- * @example
4687
- * 20000001
4688
- */
4689
- id?: number;
4690
- /**
4691
- * @remarks
4692
- * The request ID.
4693
- *
4694
- * @example
4695
- * 36af3fcc-43d0-441c-86b1-428951dc8225
4696
- */
4697
- requestId?: string;
4698
- /**
4699
- * @remarks
4700
- * The ID of the WAF ruleset.[](~~2850233~~)
4701
- *
4702
- * @example
4703
- * 10000001
4704
- */
4705
- rulesetId?: number;
4706
- static names(): {
4707
- [key: string]: string;
4708
- };
4709
- static types(): {
4710
- [key: string]: any;
4711
- };
4712
- constructor(map?: {
4713
- [key: string]: any;
4714
- });
4715
- }
4716
- export declare class CreateWafRuleResponse extends $tea.Model {
4717
- headers?: {
4718
- [key: string]: string;
4719
- };
4720
- statusCode?: number;
4721
- body?: CreateWafRuleResponseBody;
4722
- static names(): {
4723
- [key: string]: string;
4724
- };
4725
- static types(): {
4726
- [key: string]: any;
4727
- };
4728
- constructor(map?: {
4729
- [key: string]: any;
4730
- });
4731
- }
4732
4316
  export declare class CreateWaitingRoomRequest extends $tea.Model {
4733
4317
  /**
4734
4318
  * @remarks
@@ -5504,6 +5088,8 @@ export declare class CreateWaitingRoomRuleResponse extends $tea.Model {
5504
5088
  export declare class DeleteCertificateRequest extends $tea.Model {
5505
5089
  /**
5506
5090
  * @remarks
5091
+ * The certificate ID.
5092
+ *
5507
5093
  * This parameter is required.
5508
5094
  *
5509
5095
  * @example
@@ -5512,6 +5098,8 @@ export declare class DeleteCertificateRequest extends $tea.Model {
5512
5098
  id?: string;
5513
5099
  /**
5514
5100
  * @remarks
5101
+ * The website ID, which can be obtained by calling the [ListSites](~~ListSites~~) operation.
5102
+ *
5515
5103
  * This parameter is required.
5516
5104
  *
5517
5105
  * @example
@@ -5530,21 +5118,33 @@ export declare class DeleteCertificateRequest extends $tea.Model {
5530
5118
  }
5531
5119
  export declare class DeleteCertificateResponseBody extends $tea.Model {
5532
5120
  /**
5121
+ * @remarks
5122
+ * The certificate ID.
5123
+ *
5533
5124
  * @example
5534
5125
  * babaded901474b9693acf530e0fb1d95
5535
5126
  */
5536
5127
  id?: string;
5537
5128
  /**
5129
+ * @remarks
5130
+ * The request ID.
5131
+ *
5538
5132
  * @example
5539
5133
  * F32C57AA-7BF8-49AE-A2CC-9F42390F5A19
5540
5134
  */
5541
5135
  requestId?: string;
5542
5136
  /**
5137
+ * @remarks
5138
+ * The website ID.
5139
+ *
5543
5140
  * @example
5544
5141
  * 1234567890123
5545
5142
  */
5546
5143
  siteId?: number;
5547
5144
  /**
5145
+ * @remarks
5146
+ * The website name.
5147
+ *
5548
5148
  * @example
5549
5149
  * example.com
5550
5150
  */
@@ -5578,6 +5178,8 @@ export declare class DeleteCertificateResponse extends $tea.Model {
5578
5178
  export declare class DeleteClientCaCertificateRequest extends $tea.Model {
5579
5179
  /**
5580
5180
  * @remarks
5181
+ * The certificate ID.
5182
+ *
5581
5183
  * This parameter is required.
5582
5184
  *
5583
5185
  * @example
@@ -5586,6 +5188,8 @@ export declare class DeleteClientCaCertificateRequest extends $tea.Model {
5586
5188
  id?: string;
5587
5189
  /**
5588
5190
  * @remarks
5191
+ * The website ID.
5192
+ *
5589
5193
  * This parameter is required.
5590
5194
  *
5591
5195
  * @example
@@ -5604,21 +5208,33 @@ export declare class DeleteClientCaCertificateRequest extends $tea.Model {
5604
5208
  }
5605
5209
  export declare class DeleteClientCaCertificateResponseBody extends $tea.Model {
5606
5210
  /**
5211
+ * @remarks
5212
+ * The certificate ID.
5213
+ *
5607
5214
  * @example
5608
5215
  * baba39055622c008b90285a8838ed09a
5609
5216
  */
5610
5217
  id?: string;
5611
5218
  /**
5219
+ * @remarks
5220
+ * The request ID.
5221
+ *
5612
5222
  * @example
5613
5223
  * CB1A380B-09F0-41BB-280B-72F8FD6DA2FE
5614
5224
  */
5615
5225
  requestId?: string;
5616
5226
  /**
5227
+ * @remarks
5228
+ * The website ID.
5229
+ *
5617
5230
  * @example
5618
5231
  * 1234567890123
5619
5232
  */
5620
5233
  siteId?: number;
5621
5234
  /**
5235
+ * @remarks
5236
+ * The website name.
5237
+ *
5622
5238
  * @example
5623
5239
  * example.com
5624
5240
  */
@@ -6962,152 +6578,6 @@ export declare class DeleteUserDeliveryTaskResponse extends $tea.Model {
6962
6578
  [key: string]: any;
6963
6579
  });
6964
6580
  }
6965
- export declare class DeleteWafRuleRequest extends $tea.Model {
6966
- /**
6967
- * @remarks
6968
- * The ID of the WAF rule, which can be obtained by calling the [ListWafRules](https://help.aliyun.com/document_detail/2850237.html) operation.
6969
- *
6970
- * This parameter is required.
6971
- *
6972
- * @example
6973
- * 20000001
6974
- */
6975
- id?: number;
6976
- /**
6977
- * @remarks
6978
- * The website ID, which can be obtained by calling the [ListSites](https://help.aliyun.com/document_detail/2850189.html) operation.
6979
- *
6980
- * This parameter is required.
6981
- *
6982
- * @example
6983
- * 1
6984
- */
6985
- siteId?: number;
6986
- /**
6987
- * @remarks
6988
- * The version of the website.
6989
- *
6990
- * @example
6991
- * 1
6992
- */
6993
- siteVersion?: number;
6994
- static names(): {
6995
- [key: string]: string;
6996
- };
6997
- static types(): {
6998
- [key: string]: any;
6999
- };
7000
- constructor(map?: {
7001
- [key: string]: any;
7002
- });
7003
- }
7004
- export declare class DeleteWafRuleResponseBody extends $tea.Model {
7005
- /**
7006
- * @remarks
7007
- * The request ID.
7008
- *
7009
- * @example
7010
- * 36af3fcc-43d0-441c-86b1-428951dc8225
7011
- */
7012
- requestId?: string;
7013
- static names(): {
7014
- [key: string]: string;
7015
- };
7016
- static types(): {
7017
- [key: string]: any;
7018
- };
7019
- constructor(map?: {
7020
- [key: string]: any;
7021
- });
7022
- }
7023
- export declare class DeleteWafRuleResponse extends $tea.Model {
7024
- headers?: {
7025
- [key: string]: string;
7026
- };
7027
- statusCode?: number;
7028
- body?: DeleteWafRuleResponseBody;
7029
- static names(): {
7030
- [key: string]: string;
7031
- };
7032
- static types(): {
7033
- [key: string]: any;
7034
- };
7035
- constructor(map?: {
7036
- [key: string]: any;
7037
- });
7038
- }
7039
- export declare class DeleteWafRulesetRequest extends $tea.Model {
7040
- /**
7041
- * @remarks
7042
- * The ID of the WAF ruleset, which can be obtained by calling the [ListWafRulesets](https://help.aliyun.com/document_detail/2850233.html) operation.
7043
- *
7044
- * This parameter is required.
7045
- *
7046
- * @example
7047
- * 10000001
7048
- */
7049
- id?: number;
7050
- /**
7051
- * @remarks
7052
- * The website ID, which can be obtained by calling the [ListSites](https://help.aliyun.com/document_detail/2850189.html) operation.
7053
- *
7054
- * @example
7055
- * 1
7056
- */
7057
- siteId?: number;
7058
- /**
7059
- * @remarks
7060
- * The version of the website.
7061
- *
7062
- * @example
7063
- * 1
7064
- */
7065
- siteVersion?: number;
7066
- static names(): {
7067
- [key: string]: string;
7068
- };
7069
- static types(): {
7070
- [key: string]: any;
7071
- };
7072
- constructor(map?: {
7073
- [key: string]: any;
7074
- });
7075
- }
7076
- export declare class DeleteWafRulesetResponseBody extends $tea.Model {
7077
- /**
7078
- * @remarks
7079
- * The request ID.
7080
- *
7081
- * @example
7082
- * 36af3fcc-43d0-441c-86b1-428951dc8225
7083
- */
7084
- requestId?: string;
7085
- static names(): {
7086
- [key: string]: string;
7087
- };
7088
- static types(): {
7089
- [key: string]: any;
7090
- };
7091
- constructor(map?: {
7092
- [key: string]: any;
7093
- });
7094
- }
7095
- export declare class DeleteWafRulesetResponse extends $tea.Model {
7096
- headers?: {
7097
- [key: string]: string;
7098
- };
7099
- statusCode?: number;
7100
- body?: DeleteWafRulesetResponseBody;
7101
- static names(): {
7102
- [key: string]: string;
7103
- };
7104
- static types(): {
7105
- [key: string]: any;
7106
- };
7107
- constructor(map?: {
7108
- [key: string]: any;
7109
- });
7110
- }
7111
6581
  export declare class DeleteWaitingRoomRequest extends $tea.Model {
7112
6582
  /**
7113
6583
  * @remarks
@@ -8557,6 +8027,8 @@ export declare class GetClientCaCertificateResponse extends $tea.Model {
8557
8027
  export declare class GetClientCertificateRequest extends $tea.Model {
8558
8028
  /**
8559
8029
  * @remarks
8030
+ * The certificate ID.
8031
+ *
8560
8032
  * This parameter is required.
8561
8033
  *
8562
8034
  * @example
@@ -8565,6 +8037,8 @@ export declare class GetClientCertificateRequest extends $tea.Model {
8565
8037
  id?: string;
8566
8038
  /**
8567
8039
  * @remarks
8040
+ * The website ID.
8041
+ *
8568
8042
  * This parameter is required.
8569
8043
  *
8570
8044
  * @example
@@ -8583,27 +8057,46 @@ export declare class GetClientCertificateRequest extends $tea.Model {
8583
8057
  }
8584
8058
  export declare class GetClientCertificateResponseBody extends $tea.Model {
8585
8059
  /**
8060
+ * @remarks
8061
+ * The certificate content.
8062
+ *
8586
8063
  * @example
8587
8064
  * -----BEGIN CERTIFICATE-----
8588
8065
  */
8589
8066
  certificate?: string;
8590
8067
  /**
8068
+ * @remarks
8069
+ * The request ID.
8070
+ *
8591
8071
  * @example
8592
8072
  * 0AEDAF20-4DDF-4165-8750-47FF9C1929C9
8593
8073
  */
8594
8074
  requestId?: string;
8075
+ /**
8076
+ * @remarks
8077
+ * The certificate information.
8078
+ */
8595
8079
  result?: GetClientCertificateResponseBodyResult;
8596
8080
  /**
8081
+ * @remarks
8082
+ * The website ID.
8083
+ *
8597
8084
  * @example
8598
8085
  * 1234567890123
8599
8086
  */
8600
8087
  siteId?: number;
8601
8088
  /**
8089
+ * @remarks
8090
+ * The website name.
8091
+ *
8602
8092
  * @example
8603
8093
  * example.com
8604
8094
  */
8605
8095
  siteName?: string;
8606
8096
  /**
8097
+ * @remarks
8098
+ * The certificate status.
8099
+ *
8607
8100
  * @example
8608
8101
  * active
8609
8102
  */
@@ -8636,12 +8129,17 @@ export declare class GetClientCertificateResponse extends $tea.Model {
8636
8129
  }
8637
8130
  export declare class GetClientCertificateHostnamesRequest extends $tea.Model {
8638
8131
  /**
8132
+ * @remarks
8133
+ * The certificate ID.
8134
+ *
8639
8135
  * @example
8640
8136
  * baba39055622c008b90285a8838ed09a
8641
8137
  */
8642
8138
  id?: string;
8643
8139
  /**
8644
8140
  * @remarks
8141
+ * The website ID.
8142
+ *
8645
8143
  * This parameter is required.
8646
8144
  *
8647
8145
  * @example
@@ -8659,23 +8157,39 @@ export declare class GetClientCertificateHostnamesRequest extends $tea.Model {
8659
8157
  });
8660
8158
  }
8661
8159
  export declare class GetClientCertificateHostnamesResponseBody extends $tea.Model {
8160
+ /**
8161
+ * @remarks
8162
+ * The domain names with which the certificate is associated.
8163
+ */
8662
8164
  hostnames?: string[];
8663
8165
  /**
8166
+ * @remarks
8167
+ * The ID of the client CA certificate.
8168
+ *
8664
8169
  * @example
8665
8170
  * baba39055622c008b90285a8838ed09a
8666
8171
  */
8667
8172
  id?: string;
8668
8173
  /**
8174
+ * @remarks
8175
+ * The request ID.
8176
+ *
8669
8177
  * @example
8670
8178
  * EEEBE525-F576-1196-8DAF-2D70CA3F4D2F
8671
8179
  */
8672
8180
  requestId?: string;
8673
8181
  /**
8182
+ * @remarks
8183
+ * The website ID.
8184
+ *
8674
8185
  * @example
8675
8186
  * 1234567890123
8676
8187
  */
8677
8188
  siteId?: number;
8678
8189
  /**
8190
+ * @remarks
8191
+ * The website name.
8192
+ *
8679
8193
  * @example
8680
8194
  * example.com
8681
8195
  */
@@ -11108,6 +10622,7 @@ export declare class GetSiteLogDeliveryQuotaResponse extends $tea.Model {
11108
10622
  });
11109
10623
  }
11110
10624
  export declare class GetSiteWafSettingsRequest extends $tea.Model {
10625
+ path?: string;
11111
10626
  /**
11112
10627
  * @remarks
11113
10628
  * The website ID, which can be obtained by calling the [ListSites](https://help.aliyun.com/document_detail/2850189.html) operation.
@@ -11674,253 +11189,6 @@ export declare class GetWafQuotaResponse extends $tea.Model {
11674
11189
  [key: string]: any;
11675
11190
  });
11676
11191
  }
11677
- export declare class GetWafRuleRequest extends $tea.Model {
11678
- /**
11679
- * @remarks
11680
- * The ID of the WAF rule, which can be obtained by calling the [ListWafRules](https://help.aliyun.com/document_detail/2850237.html) operation.
11681
- *
11682
- * This parameter is required.
11683
- *
11684
- * @example
11685
- * 20000001
11686
- */
11687
- id?: number;
11688
- /**
11689
- * @remarks
11690
- * The website ID, which can be obtained by calling the [ListSites](https://help.aliyun.com/document_detail/2850189.html) operation.
11691
- *
11692
- * This parameter is required.
11693
- *
11694
- * @example
11695
- * 1
11696
- */
11697
- siteId?: number;
11698
- static names(): {
11699
- [key: string]: string;
11700
- };
11701
- static types(): {
11702
- [key: string]: any;
11703
- };
11704
- constructor(map?: {
11705
- [key: string]: any;
11706
- });
11707
- }
11708
- export declare class GetWafRuleResponseBody extends $tea.Model {
11709
- /**
11710
- * @remarks
11711
- * The configuration of the rule.
11712
- */
11713
- config?: WafRuleConfig;
11714
- /**
11715
- * @remarks
11716
- * The ID of the WAF rule.[](~~2850237~~)
11717
- *
11718
- * @example
11719
- * 2000001
11720
- */
11721
- id?: number;
11722
- /**
11723
- * @remarks
11724
- * The rule name.
11725
- *
11726
- * This parameter is required.
11727
- *
11728
- * @example
11729
- * example
11730
- */
11731
- name?: string;
11732
- /**
11733
- * @remarks
11734
- * The WAF rule category.
11735
- *
11736
- * This parameter is required.
11737
- *
11738
- * @example
11739
- * http_custom
11740
- */
11741
- phase?: string;
11742
- /**
11743
- * @remarks
11744
- * The order of the rule in the ruleset.
11745
- *
11746
- * @example
11747
- * 1
11748
- */
11749
- position?: number;
11750
- /**
11751
- * @remarks
11752
- * The request ID.
11753
- *
11754
- * @example
11755
- * 36af3fcc-43d0-441c-86b1-428951dc8225
11756
- */
11757
- requestId?: string;
11758
- /**
11759
- * @remarks
11760
- * Indicates whether the rule is enabled.
11761
- *
11762
- * @example
11763
- * on
11764
- */
11765
- status?: string;
11766
- /**
11767
- * @remarks
11768
- * The time when the rule was last modified.
11769
- *
11770
- * @example
11771
- * 2024-01-01T00:00:00Z
11772
- */
11773
- updateTime?: string;
11774
- static names(): {
11775
- [key: string]: string;
11776
- };
11777
- static types(): {
11778
- [key: string]: any;
11779
- };
11780
- constructor(map?: {
11781
- [key: string]: any;
11782
- });
11783
- }
11784
- export declare class GetWafRuleResponse extends $tea.Model {
11785
- headers?: {
11786
- [key: string]: string;
11787
- };
11788
- statusCode?: number;
11789
- body?: GetWafRuleResponseBody;
11790
- static names(): {
11791
- [key: string]: string;
11792
- };
11793
- static types(): {
11794
- [key: string]: any;
11795
- };
11796
- constructor(map?: {
11797
- [key: string]: any;
11798
- });
11799
- }
11800
- export declare class GetWafRulesetRequest extends $tea.Model {
11801
- /**
11802
- * @remarks
11803
- * The ID of the WAF ruleset, which can be obtained by calling the [ListWafRulesets](https://help.aliyun.com/document_detail/2850233.html) operation.
11804
- *
11805
- * @example
11806
- * 10000001
11807
- */
11808
- id?: number;
11809
- /**
11810
- * @remarks
11811
- * The WAF rule category of rulesets to query.
11812
- *
11813
- * @example
11814
- * http_bot
11815
- */
11816
- phase?: string;
11817
- /**
11818
- * @remarks
11819
- * The website ID, which can be obtained by calling the [ListSites](https://help.aliyun.com/document_detail/2850189.html) operation.
11820
- *
11821
- * @example
11822
- * 1
11823
- */
11824
- siteId?: number;
11825
- static names(): {
11826
- [key: string]: string;
11827
- };
11828
- static types(): {
11829
- [key: string]: any;
11830
- };
11831
- constructor(map?: {
11832
- [key: string]: any;
11833
- });
11834
- }
11835
- export declare class GetWafRulesetResponseBody extends $tea.Model {
11836
- /**
11837
- * @remarks
11838
- * The ruleset ID.
11839
- *
11840
- * @example
11841
- * 10000001
11842
- */
11843
- id?: number;
11844
- /**
11845
- * @remarks
11846
- * The ruleset name.
11847
- *
11848
- * This parameter is required.
11849
- *
11850
- * @example
11851
- * example
11852
- */
11853
- name?: string;
11854
- /**
11855
- * @remarks
11856
- * The WAF rule category of the ruleset.
11857
- *
11858
- * This parameter is required.
11859
- *
11860
- * @example
11861
- * http_bot
11862
- */
11863
- phase?: string;
11864
- /**
11865
- * @remarks
11866
- * The request ID.
11867
- *
11868
- * @example
11869
- * 36af3fcc-43d0-441c-86b1-428951dc8225
11870
- */
11871
- requestId?: string;
11872
- /**
11873
- * @remarks
11874
- * The rule configurations in the ruleset.
11875
- */
11876
- rules?: WafRuleConfig[];
11877
- /**
11878
- * @remarks
11879
- * The configurations shared by the rules in the ruleset.
11880
- */
11881
- shared?: WafBatchRuleShared;
11882
- /**
11883
- * @remarks
11884
- * The ruleset status.
11885
- *
11886
- * @example
11887
- * on
11888
- */
11889
- status?: string;
11890
- /**
11891
- * @remarks
11892
- * The time when the ruleset was last modified.
11893
- *
11894
- * @example
11895
- * 2024-01-01T00:00:00Z
11896
- */
11897
- updateTime?: string;
11898
- static names(): {
11899
- [key: string]: string;
11900
- };
11901
- static types(): {
11902
- [key: string]: any;
11903
- };
11904
- constructor(map?: {
11905
- [key: string]: any;
11906
- });
11907
- }
11908
- export declare class GetWafRulesetResponse extends $tea.Model {
11909
- headers?: {
11910
- [key: string]: string;
11911
- };
11912
- statusCode?: number;
11913
- body?: GetWafRulesetResponseBody;
11914
- static names(): {
11915
- [key: string]: string;
11916
- };
11917
- static types(): {
11918
- [key: string]: any;
11919
- };
11920
- constructor(map?: {
11921
- [key: string]: any;
11922
- });
11923
- }
11924
11192
  export declare class ListCacheReserveInstancesRequest extends $tea.Model {
11925
11193
  /**
11926
11194
  * @remarks
@@ -12130,17 +11398,25 @@ export declare class ListCiphersResponse extends $tea.Model {
12130
11398
  }
12131
11399
  export declare class ListClientCaCertificatesRequest extends $tea.Model {
12132
11400
  /**
11401
+ * @remarks
11402
+ * The page number. Valid values: 1 to 500.
11403
+ *
12133
11404
  * @example
12134
11405
  * 1
12135
11406
  */
12136
11407
  pageNumber?: number;
12137
11408
  /**
11409
+ * @remarks
11410
+ * The number of entries per page. Default value: 20. Valid values: 1 to 100.
11411
+ *
12138
11412
  * @example
12139
11413
  * 20
12140
11414
  */
12141
11415
  pageSize?: number;
12142
11416
  /**
12143
11417
  * @remarks
11418
+ * The website ID, which can be obtained by calling the [ListSites](~~ListSites~~) operation.
11419
+ *
12144
11420
  * This parameter is required.
12145
11421
  *
12146
11422
  * @example
@@ -12159,32 +11435,54 @@ export declare class ListClientCaCertificatesRequest extends $tea.Model {
12159
11435
  }
12160
11436
  export declare class ListClientCaCertificatesResponseBody extends $tea.Model {
12161
11437
  /**
11438
+ * @remarks
11439
+ * The page number.
11440
+ *
12162
11441
  * @example
12163
11442
  * 1
12164
11443
  */
12165
11444
  pageNumber?: number;
12166
11445
  /**
11446
+ * @remarks
11447
+ * The number of entries per page.
11448
+ *
12167
11449
  * @example
12168
11450
  * 20
12169
11451
  */
12170
11452
  pageSize?: number;
12171
11453
  /**
11454
+ * @remarks
11455
+ * The request ID.
11456
+ *
12172
11457
  * @example
12173
11458
  * F61CDR30-E83C-4FDA-BF73-9A94CDD44229
12174
11459
  */
12175
11460
  requestId?: string;
11461
+ /**
11462
+ * @remarks
11463
+ * The queried client CA certificates.
11464
+ */
12176
11465
  result?: ListClientCaCertificatesResponseBodyResult[];
12177
11466
  /**
11467
+ * @remarks
11468
+ * The website ID.
11469
+ *
12178
11470
  * @example
12179
11471
  * 1234567890123
12180
11472
  */
12181
11473
  siteId?: number;
12182
11474
  /**
11475
+ * @remarks
11476
+ * The website name.
11477
+ *
12183
11478
  * @example
12184
11479
  * example.com
12185
11480
  */
12186
11481
  siteName?: string;
12187
11482
  /**
11483
+ * @remarks
11484
+ * The total number of entries.
11485
+ *
12188
11486
  * @example
12189
11487
  * 16
12190
11488
  */
@@ -14454,6 +13752,10 @@ export declare class ListSitesRequest extends $tea.Model {
14454
13752
  * false
14455
13753
  */
14456
13754
  onlyEnterprise?: boolean;
13755
+ /**
13756
+ * @example
13757
+ * visitTime
13758
+ */
14457
13759
  orderBy?: string;
14458
13760
  /**
14459
13761
  * @remarks
@@ -14568,6 +13870,10 @@ export declare class ListSitesShrinkRequest extends $tea.Model {
14568
13870
  * false
14569
13871
  */
14570
13872
  onlyEnterprise?: boolean;
13873
+ /**
13874
+ * @example
13875
+ * visitTime
13876
+ */
14571
13877
  orderBy?: string;
14572
13878
  /**
14573
13879
  * @remarks
@@ -15204,92 +14510,7 @@ export declare class ListWafManagedRulesRequest extends $tea.Model {
15204
14510
  attackType?: number;
15205
14511
  /**
15206
14512
  * @remarks
15207
- * The ID of the WAF rule, which can be obtained by calling the [ListWafRules](~~ListWafRules~~) operation.
15208
- *
15209
- * This parameter is required.
15210
- *
15211
- * @example
15212
- * 10000001
15213
- */
15214
- id?: number;
15215
- /**
15216
- * @remarks
15217
- * The language of the response. Valid values:
15218
- *
15219
- * * **en**: English.
15220
- * * **zh**: Chinese.
15221
- *
15222
- * @example
15223
- * zh
15224
- */
15225
- language?: string;
15226
- /**
15227
- * @remarks
15228
- * The page number.
15229
- *
15230
- * @example
15231
- * 1
15232
- */
15233
- pageNumber?: number;
15234
- /**
15235
- * @remarks
15236
- * The number of entries per page.
15237
- *
15238
- * @example
15239
- * 20
15240
- */
15241
- pageSize?: number;
15242
- protectionLevel?: number;
15243
- /**
15244
- * @remarks
15245
- * The query conditions.
15246
- */
15247
- queryArgs?: ListWafManagedRulesRequestQueryArgs;
15248
- /**
15249
- * @remarks
15250
- * The website ID, which can be obtained by calling the [ListSites](~~ListSites~~) operation.
15251
- *
15252
- * This parameter is required.
15253
- *
15254
- * @example
15255
- * 1
15256
- */
15257
- siteId?: number;
15258
- static names(): {
15259
- [key: string]: string;
15260
- };
15261
- static types(): {
15262
- [key: string]: any;
15263
- };
15264
- constructor(map?: {
15265
- [key: string]: any;
15266
- });
15267
- }
15268
- export declare class ListWafManagedRulesShrinkRequest extends $tea.Model {
15269
- /**
15270
- * @remarks
15271
- * The attack type. Valid values:
15272
- *
15273
- * * SQL injection
15274
- * * Cross-site scripting
15275
- * * Code execution
15276
- * * CRLF
15277
- * * Local file inclusion
15278
- * * Remote file inclusion
15279
- * * webshell
15280
- * * Cross-site request forgery
15281
- * * Others
15282
- * * SEMA
15283
- *
15284
- * This parameter is required.
15285
- *
15286
- * @example
15287
- * 11
15288
- */
15289
- attackType?: number;
15290
- /**
15291
- * @remarks
15292
- * The ID of the WAF rule, which can be obtained by calling the [ListWafRules](~~ListWafRules~~) operation.
14513
+ * The ID of the WAF rule, which can be obtained by calling the [ListWafRules](https://help.aliyun.com/document_detail/2850237.html) operation.
15293
14514
  *
15294
14515
  * This parameter is required.
15295
14516
  *
@@ -15329,10 +14550,10 @@ export declare class ListWafManagedRulesShrinkRequest extends $tea.Model {
15329
14550
  * @remarks
15330
14551
  * The query conditions.
15331
14552
  */
15332
- queryArgsShrink?: string;
14553
+ queryArgs?: ListWafManagedRulesRequestQueryArgs;
15333
14554
  /**
15334
14555
  * @remarks
15335
- * The website ID, which can be obtained by calling the [ListSites](~~ListSites~~) operation.
14556
+ * The website ID, which can be obtained by calling the [ListSites](https://help.aliyun.com/document_detail/2850189.html) operation.
15336
14557
  *
15337
14558
  * This parameter is required.
15338
14559
  *
@@ -15350,231 +14571,69 @@ export declare class ListWafManagedRulesShrinkRequest extends $tea.Model {
15350
14571
  [key: string]: any;
15351
14572
  });
15352
14573
  }
15353
- export declare class ListWafManagedRulesResponseBody extends $tea.Model {
15354
- /**
15355
- * @remarks
15356
- * The page number.
15357
- *
15358
- * @example
15359
- * 1
15360
- */
15361
- pageNumber?: number;
14574
+ export declare class ListWafManagedRulesShrinkRequest extends $tea.Model {
15362
14575
  /**
15363
14576
  * @remarks
15364
- * The number of entries per page.
14577
+ * The attack type. Valid values:
15365
14578
  *
15366
- * @example
15367
- * 20
15368
- */
15369
- pageSize?: number;
15370
- /**
15371
- * @remarks
15372
- * The request ID.
14579
+ * * SQL injection
14580
+ * * Cross-site scripting
14581
+ * * Code execution
14582
+ * * CRLF
14583
+ * * Local file inclusion
14584
+ * * Remote file inclusion
14585
+ * * webshell
14586
+ * * Cross-site request forgery
14587
+ * * Others
14588
+ * * SEMA
15373
14589
  *
15374
- * @example
15375
- * 36af3fcc-43d0-441c-86b1-428951dc8225
15376
- */
15377
- requestId?: string;
15378
- /**
15379
- * @remarks
15380
- * The managed rules.
15381
- */
15382
- rules?: ListWafManagedRulesResponseBodyRules[];
15383
- /**
15384
- * @remarks
15385
- * The total number of filtered rules.
14590
+ * This parameter is required.
15386
14591
  *
15387
14592
  * @example
15388
- * 20
14593
+ * 11
15389
14594
  */
15390
- totalCount?: number;
15391
- static names(): {
15392
- [key: string]: string;
15393
- };
15394
- static types(): {
15395
- [key: string]: any;
15396
- };
15397
- constructor(map?: {
15398
- [key: string]: any;
15399
- });
15400
- }
15401
- export declare class ListWafManagedRulesResponse extends $tea.Model {
15402
- headers?: {
15403
- [key: string]: string;
15404
- };
15405
- statusCode?: number;
15406
- body?: ListWafManagedRulesResponseBody;
15407
- static names(): {
15408
- [key: string]: string;
15409
- };
15410
- static types(): {
15411
- [key: string]: any;
15412
- };
15413
- constructor(map?: {
15414
- [key: string]: any;
15415
- });
15416
- }
15417
- export declare class ListWafPhasesRequest extends $tea.Model {
14595
+ attackType?: number;
15418
14596
  /**
15419
14597
  * @remarks
15420
- * The website ID, which can be obtained by calling the [ListSites](https://help.aliyun.com/document_detail/2850189.html) operation.
14598
+ * The ID of the WAF rule, which can be obtained by calling the [ListWafRules](https://help.aliyun.com/document_detail/2850237.html) operation.
15421
14599
  *
15422
14600
  * This parameter is required.
15423
14601
  *
15424
14602
  * @example
15425
- * 1
14603
+ * 10000001
15426
14604
  */
15427
- siteId?: number;
14605
+ id?: number;
15428
14606
  /**
15429
14607
  * @remarks
15430
- * The version of the website.
14608
+ * The language of the response. Valid values:
15431
14609
  *
15432
- * @example
15433
- * 0
15434
- */
15435
- siteVersion?: number;
15436
- static names(): {
15437
- [key: string]: string;
15438
- };
15439
- static types(): {
15440
- [key: string]: any;
15441
- };
15442
- constructor(map?: {
15443
- [key: string]: any;
15444
- });
15445
- }
15446
- export declare class ListWafPhasesResponseBody extends $tea.Model {
15447
- /**
15448
- * @remarks
15449
- * The WAF rule categories.
15450
- */
15451
- phases?: ListWafPhasesResponseBodyPhases[];
15452
- /**
15453
- * @remarks
15454
- * The request ID.
14610
+ * * **en**: English.
14611
+ * * **zh**: Chinese.
15455
14612
  *
15456
14613
  * @example
15457
- * 36af3fcc-43d0-441c-86b1-428951dc8225
14614
+ * zh
15458
14615
  */
15459
- requestId?: string;
15460
- static names(): {
15461
- [key: string]: string;
15462
- };
15463
- static types(): {
15464
- [key: string]: any;
15465
- };
15466
- constructor(map?: {
15467
- [key: string]: any;
15468
- });
15469
- }
15470
- export declare class ListWafPhasesResponse extends $tea.Model {
15471
- headers?: {
15472
- [key: string]: string;
15473
- };
15474
- statusCode?: number;
15475
- body?: ListWafPhasesResponseBody;
15476
- static names(): {
15477
- [key: string]: string;
15478
- };
15479
- static types(): {
15480
- [key: string]: any;
15481
- };
15482
- constructor(map?: {
15483
- [key: string]: any;
15484
- });
15485
- }
15486
- export declare class ListWafRulesRequest extends $tea.Model {
14616
+ language?: string;
15487
14617
  /**
15488
14618
  * @remarks
15489
14619
  * The page number.
15490
14620
  *
15491
14621
  * @example
15492
- * http_custom
15493
- */
15494
- pageNumber?: number;
15495
- /**
15496
- * @remarks
15497
- * The number of entries per page.
15498
- *
15499
- * @example
15500
14622
  * 1
15501
14623
  */
15502
- pageSize?: number;
15503
- /**
15504
- * @remarks
15505
- * The WAF rule category. You can filter rules of a specific category.
15506
- *
15507
- * @example
15508
- * 0
15509
- */
15510
- phase?: string;
15511
- /**
15512
- * @remarks
15513
- * The filter conditions.
15514
- *
15515
- * @example
15516
- * http_custom
15517
- */
15518
- queryArgs?: ListWafRulesRequestQueryArgs;
15519
- /**
15520
- * @remarks
15521
- * The website ID, which can be obtained by calling the [ListSites](https://help.aliyun.com/document_detail/2850189.html) operation.
15522
- *
15523
- * This parameter is required.
15524
- *
15525
- * @example
15526
- * 1
15527
- */
15528
- siteId?: number;
15529
- /**
15530
- * @remarks
15531
- * The version of the website.
15532
- *
15533
- * @example
15534
- * 1
15535
- */
15536
- siteVersion?: number;
15537
- static names(): {
15538
- [key: string]: string;
15539
- };
15540
- static types(): {
15541
- [key: string]: any;
15542
- };
15543
- constructor(map?: {
15544
- [key: string]: any;
15545
- });
15546
- }
15547
- export declare class ListWafRulesShrinkRequest extends $tea.Model {
15548
- /**
15549
- * @remarks
15550
- * The page number.
15551
- *
15552
- * @example
15553
- * http_custom
15554
- */
15555
14624
  pageNumber?: number;
15556
14625
  /**
15557
14626
  * @remarks
15558
14627
  * The number of entries per page.
15559
14628
  *
15560
14629
  * @example
15561
- * 1
14630
+ * 20
15562
14631
  */
15563
14632
  pageSize?: number;
14633
+ protectionLevel?: number;
15564
14634
  /**
15565
14635
  * @remarks
15566
- * The WAF rule category. You can filter rules of a specific category.
15567
- *
15568
- * @example
15569
- * 0
15570
- */
15571
- phase?: string;
15572
- /**
15573
- * @remarks
15574
- * The filter conditions.
15575
- *
15576
- * @example
15577
- * http_custom
14636
+ * The query conditions.
15578
14637
  */
15579
14638
  queryArgsShrink?: string;
15580
14639
  /**
@@ -15587,14 +14646,6 @@ export declare class ListWafRulesShrinkRequest extends $tea.Model {
15587
14646
  * 1
15588
14647
  */
15589
14648
  siteId?: number;
15590
- /**
15591
- * @remarks
15592
- * The version of the website.
15593
- *
15594
- * @example
15595
- * 1
15596
- */
15597
- siteVersion?: number;
15598
14649
  static names(): {
15599
14650
  [key: string]: string;
15600
14651
  };
@@ -15605,15 +14656,7 @@ export declare class ListWafRulesShrinkRequest extends $tea.Model {
15605
14656
  [key: string]: any;
15606
14657
  });
15607
14658
  }
15608
- export declare class ListWafRulesResponseBody extends $tea.Model {
15609
- /**
15610
- * @remarks
15611
- * The rule usage of the instance that corresponds to the website in the WAF rule category.
15612
- *
15613
- * @example
15614
- * 10
15615
- */
15616
- instanceUsage?: number;
14659
+ export declare class ListWafManagedRulesResponseBody extends $tea.Model {
15617
14660
  /**
15618
14661
  * @remarks
15619
14662
  * The page number.
@@ -15640,17 +14683,9 @@ export declare class ListWafRulesResponseBody extends $tea.Model {
15640
14683
  requestId?: string;
15641
14684
  /**
15642
14685
  * @remarks
15643
- * The rules returned.
15644
- */
15645
- rules?: ListWafRulesResponseBodyRules[];
15646
- /**
15647
- * @remarks
15648
- * The rule usage of the website.
15649
- *
15650
- * @example
15651
- * 5
14686
+ * The managed rules.
15652
14687
  */
15653
- siteUsage?: number;
14688
+ rules?: ListWafManagedRulesResponseBodyRules[];
15654
14689
  /**
15655
14690
  * @remarks
15656
14691
  * The total number of filtered rules.
@@ -15669,12 +14704,12 @@ export declare class ListWafRulesResponseBody extends $tea.Model {
15669
14704
  [key: string]: any;
15670
14705
  });
15671
14706
  }
15672
- export declare class ListWafRulesResponse extends $tea.Model {
14707
+ export declare class ListWafManagedRulesResponse extends $tea.Model {
15673
14708
  headers?: {
15674
14709
  [key: string]: string;
15675
14710
  };
15676
14711
  statusCode?: number;
15677
- body?: ListWafRulesResponseBody;
14712
+ body?: ListWafManagedRulesResponseBody;
15678
14713
  static names(): {
15679
14714
  [key: string]: string;
15680
14715
  };
@@ -15685,101 +14720,12 @@ export declare class ListWafRulesResponse extends $tea.Model {
15685
14720
  [key: string]: any;
15686
14721
  });
15687
14722
  }
15688
- export declare class ListWafRulesetsRequest extends $tea.Model {
15689
- /**
15690
- * @remarks
15691
- * The page number.
15692
- *
15693
- * @example
15694
- * 1
15695
- */
15696
- pageNumber?: number;
15697
- /**
15698
- * @remarks
15699
- * The number of entries per page.
15700
- *
15701
- * @example
15702
- * 20
15703
- */
15704
- pageSize?: number;
15705
- /**
15706
- * @remarks
15707
- * The WAF rule category of rulesets to query.
15708
- *
15709
- * @example
15710
- * http_bot
15711
- */
15712
- phase?: string;
15713
- /**
15714
- * @remarks
15715
- * The query arguments in the JSON format, which contain filter conditions.
15716
- *
15717
- * @example
15718
- * http_bot
15719
- */
15720
- queryArgs?: ListWafRulesetsRequestQueryArgs;
14723
+ export declare class ListWafPhasesRequest extends $tea.Model {
15721
14724
  /**
15722
14725
  * @remarks
15723
14726
  * The website ID, which can be obtained by calling the [ListSites](https://help.aliyun.com/document_detail/2850189.html) operation.
15724
14727
  *
15725
- * @example
15726
- * 1
15727
- */
15728
- siteId?: number;
15729
- /**
15730
- * @remarks
15731
- * The version of the website.
15732
- *
15733
- * @example
15734
- * 1
15735
- */
15736
- siteVersion?: number;
15737
- static names(): {
15738
- [key: string]: string;
15739
- };
15740
- static types(): {
15741
- [key: string]: any;
15742
- };
15743
- constructor(map?: {
15744
- [key: string]: any;
15745
- });
15746
- }
15747
- export declare class ListWafRulesetsShrinkRequest extends $tea.Model {
15748
- /**
15749
- * @remarks
15750
- * The page number.
15751
- *
15752
- * @example
15753
- * 1
15754
- */
15755
- pageNumber?: number;
15756
- /**
15757
- * @remarks
15758
- * The number of entries per page.
15759
- *
15760
- * @example
15761
- * 20
15762
- */
15763
- pageSize?: number;
15764
- /**
15765
- * @remarks
15766
- * The WAF rule category of rulesets to query.
15767
- *
15768
- * @example
15769
- * http_bot
15770
- */
15771
- phase?: string;
15772
- /**
15773
- * @remarks
15774
- * The query arguments in the JSON format, which contain filter conditions.
15775
- *
15776
- * @example
15777
- * http_bot
15778
- */
15779
- queryArgsShrink?: string;
15780
- /**
15781
- * @remarks
15782
- * The website ID, which can be obtained by calling the [ListSites](https://help.aliyun.com/document_detail/2850189.html) operation.
14728
+ * This parameter is required.
15783
14729
  *
15784
14730
  * @example
15785
14731
  * 1
@@ -15790,7 +14736,7 @@ export declare class ListWafRulesetsShrinkRequest extends $tea.Model {
15790
14736
  * The version of the website.
15791
14737
  *
15792
14738
  * @example
15793
- * 1
14739
+ * 0
15794
14740
  */
15795
14741
  siteVersion?: number;
15796
14742
  static names(): {
@@ -15803,31 +14749,12 @@ export declare class ListWafRulesetsShrinkRequest extends $tea.Model {
15803
14749
  [key: string]: any;
15804
14750
  });
15805
14751
  }
15806
- export declare class ListWafRulesetsResponseBody extends $tea.Model {
15807
- /**
15808
- * @remarks
15809
- * The number of WAF rulesets that are used by the instance in the WAF rule category.
15810
- *
15811
- * @example
15812
- * 10
15813
- */
15814
- instanceUsage?: number;
15815
- /**
15816
- * @remarks
15817
- * The page number returned.
15818
- *
15819
- * @example
15820
- * 1
15821
- */
15822
- pageNumber?: number;
14752
+ export declare class ListWafPhasesResponseBody extends $tea.Model {
15823
14753
  /**
15824
14754
  * @remarks
15825
- * The number of entries per page.
15826
- *
15827
- * @example
15828
- * 20
14755
+ * The WAF rule categories.
15829
14756
  */
15830
- pageSize?: number;
14757
+ phases?: ListWafPhasesResponseBodyPhases[];
15831
14758
  /**
15832
14759
  * @remarks
15833
14760
  * The request ID.
@@ -15836,27 +14763,6 @@ export declare class ListWafRulesetsResponseBody extends $tea.Model {
15836
14763
  * 36af3fcc-43d0-441c-86b1-428951dc8225
15837
14764
  */
15838
14765
  requestId?: string;
15839
- /**
15840
- * @remarks
15841
- * The details of the rulesets.
15842
- */
15843
- rulesets?: ListWafRulesetsResponseBodyRulesets[];
15844
- /**
15845
- * @remarks
15846
- * The number of WAF rulesets that are used by the website in the WAF rule category.
15847
- *
15848
- * @example
15849
- * 5
15850
- */
15851
- siteUsage?: number;
15852
- /**
15853
- * @remarks
15854
- * The total number of filtered rulesets.
15855
- *
15856
- * @example
15857
- * 5
15858
- */
15859
- totalCount?: number;
15860
14766
  static names(): {
15861
14767
  [key: string]: string;
15862
14768
  };
@@ -15867,12 +14773,12 @@ export declare class ListWafRulesetsResponseBody extends $tea.Model {
15867
14773
  [key: string]: any;
15868
14774
  });
15869
14775
  }
15870
- export declare class ListWafRulesetsResponse extends $tea.Model {
14776
+ export declare class ListWafPhasesResponse extends $tea.Model {
15871
14777
  headers?: {
15872
14778
  [key: string]: string;
15873
14779
  };
15874
14780
  statusCode?: number;
15875
- body?: ListWafRulesetsResponseBody;
14781
+ body?: ListWafPhasesResponseBody;
15876
14782
  static names(): {
15877
14783
  [key: string]: string;
15878
14784
  };
@@ -17415,6 +16321,8 @@ export declare class ResetScheduledPreloadJobResponse extends $tea.Model {
17415
16321
  export declare class RevokeClientCertificateRequest extends $tea.Model {
17416
16322
  /**
17417
16323
  * @remarks
16324
+ * The certificate ID.
16325
+ *
17418
16326
  * This parameter is required.
17419
16327
  *
17420
16328
  * @example
@@ -17423,6 +16331,8 @@ export declare class RevokeClientCertificateRequest extends $tea.Model {
17423
16331
  id?: string;
17424
16332
  /**
17425
16333
  * @remarks
16334
+ * The website ID.
16335
+ *
17426
16336
  * This parameter is required.
17427
16337
  *
17428
16338
  * @example
@@ -17441,21 +16351,33 @@ export declare class RevokeClientCertificateRequest extends $tea.Model {
17441
16351
  }
17442
16352
  export declare class RevokeClientCertificateResponseBody extends $tea.Model {
17443
16353
  /**
16354
+ * @remarks
16355
+ * The certificate ID.
16356
+ *
17444
16357
  * @example
17445
16358
  * baba39055622c008b90285a8838ed09a
17446
16359
  */
17447
16360
  id?: string;
17448
16361
  /**
16362
+ * @remarks
16363
+ * The request ID.
16364
+ *
17449
16365
  * @example
17450
16366
  * 15C66C7B-671A-4297-9187-2C4477247A123425345
17451
16367
  */
17452
16368
  requestId?: string;
17453
16369
  /**
16370
+ * @remarks
16371
+ * The website ID.
16372
+ *
17454
16373
  * @example
17455
16374
  * 1234567890123
17456
16375
  */
17457
16376
  siteId?: number;
17458
16377
  /**
16378
+ * @remarks
16379
+ * The website name.
16380
+ *
17459
16381
  * @example
17460
16382
  * example.com
17461
16383
  */
@@ -17690,16 +16612,23 @@ export declare class SetCertificateResponse extends $tea.Model {
17690
16612
  export declare class SetClientCertificateHostnamesRequest extends $tea.Model {
17691
16613
  /**
17692
16614
  * @remarks
16615
+ * The domain names to associate.
16616
+ *
17693
16617
  * This parameter is required.
17694
16618
  */
17695
16619
  hostnames?: string[];
17696
16620
  /**
16621
+ * @remarks
16622
+ * The ID of the client CA certificate.
16623
+ *
17697
16624
  * @example
17698
16625
  * babab9db65ee5efcca9f3d41d4b50d66
17699
16626
  */
17700
16627
  id?: string;
17701
16628
  /**
17702
16629
  * @remarks
16630
+ * The website ID.
16631
+ *
17703
16632
  * This parameter is required.
17704
16633
  *
17705
16634
  * @example
@@ -17719,16 +16648,23 @@ export declare class SetClientCertificateHostnamesRequest extends $tea.Model {
17719
16648
  export declare class SetClientCertificateHostnamesShrinkRequest extends $tea.Model {
17720
16649
  /**
17721
16650
  * @remarks
16651
+ * The domain names to associate.
16652
+ *
17722
16653
  * This parameter is required.
17723
16654
  */
17724
16655
  hostnamesShrink?: string;
17725
16656
  /**
16657
+ * @remarks
16658
+ * The ID of the client CA certificate.
16659
+ *
17726
16660
  * @example
17727
16661
  * babab9db65ee5efcca9f3d41d4b50d66
17728
16662
  */
17729
16663
  id?: string;
17730
16664
  /**
17731
16665
  * @remarks
16666
+ * The website ID.
16667
+ *
17732
16668
  * This parameter is required.
17733
16669
  *
17734
16670
  * @example
@@ -17747,21 +16683,33 @@ export declare class SetClientCertificateHostnamesShrinkRequest extends $tea.Mod
17747
16683
  }
17748
16684
  export declare class SetClientCertificateHostnamesResponseBody extends $tea.Model {
17749
16685
  /**
16686
+ * @remarks
16687
+ * The ID of the client CA certificate.
16688
+ *
17750
16689
  * @example
17751
16690
  * babab9db65ee5efcca9f3d41d4b50d66
17752
16691
  */
17753
16692
  id?: string;
17754
16693
  /**
16694
+ * @remarks
16695
+ * The request ID.
16696
+ *
17755
16697
  * @example
17756
16698
  * ET5BF670-09D5-4D0B-BEBY-D96A2A528000
17757
16699
  */
17758
16700
  requestId?: string;
17759
16701
  /**
16702
+ * @remarks
16703
+ * The website ID.
16704
+ *
17760
16705
  * @example
17761
16706
  * 1234567890123
17762
16707
  */
17763
16708
  siteId?: number;
17764
16709
  /**
16710
+ * @remarks
16711
+ * The website name.
16712
+ *
17765
16713
  * @example
17766
16714
  * example.com
17767
16715
  */
@@ -20015,249 +18963,6 @@ export declare class UpdateUserDeliveryTaskStatusResponse extends $tea.Model {
20015
18963
  [key: string]: any;
20016
18964
  });
20017
18965
  }
20018
- export declare class UpdateWafRuleRequest extends $tea.Model {
20019
- /**
20020
- * @remarks
20021
- * The configuration of the rule.
20022
- */
20023
- config?: WafRuleConfig;
20024
- /**
20025
- * @remarks
20026
- * The ID of the WAF rule, which can be obtained by calling the [ListWafRules](https://help.aliyun.com/document_detail/2850237.html) operation.
20027
- *
20028
- * This parameter is required.
20029
- *
20030
- * @example
20031
- * 20000001
20032
- */
20033
- id?: number;
20034
- /**
20035
- * @remarks
20036
- * The order of the rule in the ruleset.
20037
- *
20038
- * @example
20039
- * 1
20040
- */
20041
- position?: number;
20042
- /**
20043
- * @remarks
20044
- * The website ID, which can be obtained by calling the [ListSites](https://help.aliyun.com/document_detail/2850189.html) operation.
20045
- *
20046
- * This parameter is required.
20047
- *
20048
- * @example
20049
- * 1
20050
- */
20051
- siteId?: number;
20052
- /**
20053
- * @remarks
20054
- * The version of the website.
20055
- *
20056
- * @example
20057
- * 0
20058
- */
20059
- siteVersion?: number;
20060
- /**
20061
- * @remarks
20062
- * The status of the rule.
20063
- *
20064
- * @example
20065
- * on
20066
- */
20067
- status?: string;
20068
- static names(): {
20069
- [key: string]: string;
20070
- };
20071
- static types(): {
20072
- [key: string]: any;
20073
- };
20074
- constructor(map?: {
20075
- [key: string]: any;
20076
- });
20077
- }
20078
- export declare class UpdateWafRuleShrinkRequest extends $tea.Model {
20079
- /**
20080
- * @remarks
20081
- * The configuration of the rule.
20082
- */
20083
- configShrink?: string;
20084
- /**
20085
- * @remarks
20086
- * The ID of the WAF rule, which can be obtained by calling the [ListWafRules](https://help.aliyun.com/document_detail/2850237.html) operation.
20087
- *
20088
- * This parameter is required.
20089
- *
20090
- * @example
20091
- * 20000001
20092
- */
20093
- id?: number;
20094
- /**
20095
- * @remarks
20096
- * The order of the rule in the ruleset.
20097
- *
20098
- * @example
20099
- * 1
20100
- */
20101
- position?: number;
20102
- /**
20103
- * @remarks
20104
- * The website ID, which can be obtained by calling the [ListSites](https://help.aliyun.com/document_detail/2850189.html) operation.
20105
- *
20106
- * This parameter is required.
20107
- *
20108
- * @example
20109
- * 1
20110
- */
20111
- siteId?: number;
20112
- /**
20113
- * @remarks
20114
- * The version of the website.
20115
- *
20116
- * @example
20117
- * 0
20118
- */
20119
- siteVersion?: number;
20120
- /**
20121
- * @remarks
20122
- * The status of the rule.
20123
- *
20124
- * @example
20125
- * on
20126
- */
20127
- status?: string;
20128
- static names(): {
20129
- [key: string]: string;
20130
- };
20131
- static types(): {
20132
- [key: string]: any;
20133
- };
20134
- constructor(map?: {
20135
- [key: string]: any;
20136
- });
20137
- }
20138
- export declare class UpdateWafRuleResponseBody extends $tea.Model {
20139
- /**
20140
- * @remarks
20141
- * The ID of the WAF rule.[](~~2850237~~)
20142
- *
20143
- * @example
20144
- * 20000001
20145
- */
20146
- id?: number;
20147
- /**
20148
- * @remarks
20149
- * The request ID.
20150
- *
20151
- * @example
20152
- * 36af3fcc-43d0-441c-86b1-428951dc8225
20153
- */
20154
- requestId?: string;
20155
- static names(): {
20156
- [key: string]: string;
20157
- };
20158
- static types(): {
20159
- [key: string]: any;
20160
- };
20161
- constructor(map?: {
20162
- [key: string]: any;
20163
- });
20164
- }
20165
- export declare class UpdateWafRuleResponse extends $tea.Model {
20166
- headers?: {
20167
- [key: string]: string;
20168
- };
20169
- statusCode?: number;
20170
- body?: UpdateWafRuleResponseBody;
20171
- static names(): {
20172
- [key: string]: string;
20173
- };
20174
- static types(): {
20175
- [key: string]: any;
20176
- };
20177
- constructor(map?: {
20178
- [key: string]: any;
20179
- });
20180
- }
20181
- export declare class UpdateWafRulesetRequest extends $tea.Model {
20182
- /**
20183
- * @remarks
20184
- * The ID of the WAF ruleset, which can be obtained by calling the [ListWafRulesets](https://help.aliyun.com/document_detail/2850233.html) operation.
20185
- *
20186
- * This parameter is required.
20187
- *
20188
- * @example
20189
- * 10000001
20190
- */
20191
- id?: number;
20192
- /**
20193
- * @remarks
20194
- * The website ID, which can be obtained by calling the [ListSites](https://help.aliyun.com/document_detail/2850189.html) operation.
20195
- *
20196
- * @example
20197
- * 1
20198
- */
20199
- siteId?: number;
20200
- /**
20201
- * @remarks
20202
- * The version of the website.
20203
- *
20204
- * @example
20205
- * 1
20206
- */
20207
- siteVersion?: number;
20208
- /**
20209
- * @remarks
20210
- * The status to which you want to change the ruleset.
20211
- *
20212
- * @example
20213
- * on
20214
- */
20215
- status?: string;
20216
- static names(): {
20217
- [key: string]: string;
20218
- };
20219
- static types(): {
20220
- [key: string]: any;
20221
- };
20222
- constructor(map?: {
20223
- [key: string]: any;
20224
- });
20225
- }
20226
- export declare class UpdateWafRulesetResponseBody extends $tea.Model {
20227
- /**
20228
- * @remarks
20229
- * The request ID.
20230
- *
20231
- * @example
20232
- * 36af3fcc-43d0-441c-86b1-428951dc8225
20233
- */
20234
- requestId?: string;
20235
- static names(): {
20236
- [key: string]: string;
20237
- };
20238
- static types(): {
20239
- [key: string]: any;
20240
- };
20241
- constructor(map?: {
20242
- [key: string]: any;
20243
- });
20244
- }
20245
- export declare class UpdateWafRulesetResponse extends $tea.Model {
20246
- headers?: {
20247
- [key: string]: string;
20248
- };
20249
- statusCode?: number;
20250
- body?: UpdateWafRulesetResponseBody;
20251
- static names(): {
20252
- [key: string]: string;
20253
- };
20254
- static types(): {
20255
- [key: string]: any;
20256
- };
20257
- constructor(map?: {
20258
- [key: string]: any;
20259
- });
20260
- }
20261
18966
  export declare class UpdateWaitingRoomRequest extends $tea.Model {
20262
18967
  /**
20263
18968
  * @remarks
@@ -21590,6 +20295,85 @@ export declare class WafSiteSettingsAddSecurityHeaders extends $tea.Model {
21590
20295
  [key: string]: any;
21591
20296
  });
21592
20297
  }
20298
+ export declare class WafSiteSettingsBotManagementDefiniteBots extends $tea.Model {
20299
+ action?: string;
20300
+ id?: number;
20301
+ static names(): {
20302
+ [key: string]: string;
20303
+ };
20304
+ static types(): {
20305
+ [key: string]: any;
20306
+ };
20307
+ constructor(map?: {
20308
+ [key: string]: any;
20309
+ });
20310
+ }
20311
+ export declare class WafSiteSettingsBotManagementEffectOnStatic extends $tea.Model {
20312
+ enable?: boolean;
20313
+ static names(): {
20314
+ [key: string]: string;
20315
+ };
20316
+ static types(): {
20317
+ [key: string]: any;
20318
+ };
20319
+ constructor(map?: {
20320
+ [key: string]: any;
20321
+ });
20322
+ }
20323
+ export declare class WafSiteSettingsBotManagementJSDetection extends $tea.Model {
20324
+ enable?: boolean;
20325
+ static names(): {
20326
+ [key: string]: string;
20327
+ };
20328
+ static types(): {
20329
+ [key: string]: any;
20330
+ };
20331
+ constructor(map?: {
20332
+ [key: string]: any;
20333
+ });
20334
+ }
20335
+ export declare class WafSiteSettingsBotManagementLikelyBots extends $tea.Model {
20336
+ action?: string;
20337
+ id?: number;
20338
+ static names(): {
20339
+ [key: string]: string;
20340
+ };
20341
+ static types(): {
20342
+ [key: string]: any;
20343
+ };
20344
+ constructor(map?: {
20345
+ [key: string]: any;
20346
+ });
20347
+ }
20348
+ export declare class WafSiteSettingsBotManagementVerifiedBots extends $tea.Model {
20349
+ action?: string;
20350
+ id?: number;
20351
+ static names(): {
20352
+ [key: string]: string;
20353
+ };
20354
+ static types(): {
20355
+ [key: string]: any;
20356
+ };
20357
+ constructor(map?: {
20358
+ [key: string]: any;
20359
+ });
20360
+ }
20361
+ export declare class WafSiteSettingsBotManagement extends $tea.Model {
20362
+ definiteBots?: WafSiteSettingsBotManagementDefiniteBots;
20363
+ effectOnStatic?: WafSiteSettingsBotManagementEffectOnStatic;
20364
+ JSDetection?: WafSiteSettingsBotManagementJSDetection;
20365
+ likelyBots?: WafSiteSettingsBotManagementLikelyBots;
20366
+ verifiedBots?: WafSiteSettingsBotManagementVerifiedBots;
20367
+ static names(): {
20368
+ [key: string]: string;
20369
+ };
20370
+ static types(): {
20371
+ [key: string]: any;
20372
+ };
20373
+ constructor(map?: {
20374
+ [key: string]: any;
20375
+ });
20376
+ }
21593
20377
  export declare class WafSiteSettingsClientIpIdentifier extends $tea.Model {
21594
20378
  headers?: string[];
21595
20379
  mode?: string;
@@ -24480,71 +23264,113 @@ export declare class GetClientCaCertificateResponseBodyResult extends $tea.Model
24480
23264
  }
24481
23265
  export declare class GetClientCertificateResponseBodyResult extends $tea.Model {
24482
23266
  /**
23267
+ * @remarks
23268
+ * The ID of the CA certificate.
23269
+ *
24483
23270
  * @example
24484
23271
  * babab9db65ee5efcca9f3d41d4b50d66
24485
23272
  */
24486
23273
  CACertificateId?: string;
24487
23274
  /**
23275
+ * @remarks
23276
+ * The Common Name of the certificate.
23277
+ *
24488
23278
  * @example
24489
23279
  * www.example.com
24490
23280
  */
24491
23281
  commonName?: string;
24492
23282
  /**
23283
+ * @remarks
23284
+ * The time when the certificate was created.
23285
+ *
24493
23286
  * @example
24494
23287
  * 2024-06-24 07:48:51
24495
23288
  */
24496
23289
  createTime?: string;
24497
23290
  /**
23291
+ * @remarks
23292
+ * The certificate ID.
23293
+ *
24498
23294
  * @example
24499
23295
  * baba39055622c008b90285a8838ed09a
24500
23296
  */
24501
23297
  id?: string;
24502
23298
  /**
23299
+ * @remarks
23300
+ * The certificate authority (CA) that issued the certificate.
23301
+ *
24503
23302
  * @example
24504
23303
  * GlobalSign nv-sa
24505
23304
  */
24506
23305
  issuer?: string;
24507
23306
  /**
23307
+ * @remarks
23308
+ * The certificate name.
23309
+ *
24508
23310
  * @example
24509
23311
  * yourCertName
24510
23312
  */
24511
23313
  name?: string;
24512
23314
  /**
23315
+ * @remarks
23316
+ * The time when the certificate expires.
23317
+ *
24513
23318
  * @example
24514
23319
  * 2024-03-31 02:08:00
24515
23320
  */
24516
23321
  notAfter?: string;
24517
23322
  /**
23323
+ * @remarks
23324
+ * The time when the certificate takes effect.
23325
+ *
24518
23326
  * @example
24519
23327
  * 2023-03-31 02:08:00
24520
23328
  */
24521
23329
  notBefore?: string;
24522
23330
  /**
23331
+ * @remarks
23332
+ * The public-key algorithm of the certificate.
23333
+ *
24523
23334
  * @example
24524
23335
  * RSA
24525
23336
  */
24526
23337
  pubkeyAlgorithm?: string;
24527
23338
  /**
23339
+ * @remarks
23340
+ * The Subject Alternative Name (SAN) of the certificate.
23341
+ *
24528
23342
  * @example
24529
23343
  * www.example.com,*.example.com
24530
23344
  */
24531
23345
  SAN?: string;
24532
23346
  /**
23347
+ * @remarks
23348
+ * The signature algorithm of the certificate.
23349
+ *
24533
23350
  * @example
24534
23351
  * SHA256-RSA
24535
23352
  */
24536
23353
  signatureAlgorithm?: string;
24537
23354
  /**
23355
+ * @remarks
23356
+ * The certificate status.
23357
+ *
24538
23358
  * @example
24539
23359
  * active
24540
23360
  */
24541
23361
  status?: string;
24542
23362
  /**
23363
+ * @remarks
23364
+ * The certificate type.
23365
+ *
24543
23366
  * @example
24544
23367
  * dcdn
24545
23368
  */
24546
23369
  type?: string;
24547
23370
  /**
23371
+ * @remarks
23372
+ * The time when the certificate was updated.
23373
+ *
24548
23374
  * @example
24549
23375
  * 2024-09-22 05:33:13
24550
23376
  */
@@ -26759,66 +25585,105 @@ export declare class ListCacheReserveInstancesResponseBodyInstanceInfo extends $
26759
25585
  }
26760
25586
  export declare class ListClientCaCertificatesResponseBodyResult extends $tea.Model {
26761
25587
  /**
25588
+ * @remarks
25589
+ * The Common Name of the certificate.
25590
+ *
26762
25591
  * @example
26763
25592
  * www.example.com
26764
25593
  */
26765
25594
  commonName?: string;
26766
25595
  /**
25596
+ * @remarks
25597
+ * The time when the certificate was created.
25598
+ *
26767
25599
  * @example
26768
25600
  * 2024-06-24 07:48:51
26769
25601
  */
26770
25602
  createTime?: string;
26771
25603
  /**
25604
+ * @remarks
25605
+ * The certificate ID.
25606
+ *
26772
25607
  * @example
26773
25608
  * babab9db65ee5efcca9f3d41d4b5****
26774
25609
  */
26775
25610
  id?: string;
26776
25611
  /**
25612
+ * @remarks
25613
+ * The CA that issued the certificate.
25614
+ *
26777
25615
  * @example
26778
25616
  * GlobalSign nv-sa
26779
25617
  */
26780
25618
  issuer?: string;
26781
25619
  /**
25620
+ * @remarks
25621
+ * The certificate name.
25622
+ *
26782
25623
  * @example
26783
25624
  * yourCertName
26784
25625
  */
26785
25626
  name?: string;
26786
25627
  /**
25628
+ * @remarks
25629
+ * The time when the certificate expires.
25630
+ *
26787
25631
  * @example
26788
25632
  * 2024-03-31 02:08:00
26789
25633
  */
26790
25634
  notAfter?: string;
26791
25635
  /**
25636
+ * @remarks
25637
+ * The time when the certificate takes effect.
25638
+ *
26792
25639
  * @example
26793
25640
  * 2023-03-31 02:08:00
26794
25641
  */
26795
25642
  notBefore?: string;
26796
25643
  /**
25644
+ * @remarks
25645
+ * The public-key algorithm of the certificate.
25646
+ *
26797
25647
  * @example
26798
25648
  * RSA
26799
25649
  */
26800
25650
  pubkeyAlgorithm?: string;
26801
25651
  /**
25652
+ * @remarks
25653
+ * The Subject Alternative Name (SAN) of the certificate.
25654
+ *
26802
25655
  * @example
26803
25656
  * www.example.com,*.example.com
26804
25657
  */
26805
25658
  SAN?: string;
26806
25659
  /**
25660
+ * @remarks
25661
+ * The signature algorithm of the certificate.
25662
+ *
26807
25663
  * @example
26808
25664
  * SHA256-RSA
26809
25665
  */
26810
25666
  signatureAlgorithm?: string;
26811
25667
  /**
25668
+ * @remarks
25669
+ * The certificate status.
25670
+ *
26812
25671
  * @example
26813
25672
  * OK
26814
25673
  */
26815
25674
  status?: string;
26816
25675
  /**
25676
+ * @remarks
25677
+ * The certificate type.
25678
+ *
26817
25679
  * @example
26818
25680
  * upload
26819
25681
  */
26820
25682
  type?: string;
26821
25683
  /**
25684
+ * @remarks
25685
+ * The time when the certificate was updated.
25686
+ *
26822
25687
  * @example
26823
25688
  * 2024-07-20 06:18:42
26824
25689
  */
@@ -28977,6 +27842,10 @@ export declare class ListSitesResponseBodySites extends $tea.Model {
28977
27842
  * verify_d516cb3740f81f0cef77d162edd1****
28978
27843
  */
28979
27844
  verifyCode?: string;
27845
+ /**
27846
+ * @example
27847
+ * 2023-12-24T02:01:11Z
27848
+ */
28980
27849
  visitTime?: string;
28981
27850
  static names(): {
28982
27851
  [key: string]: string;
@@ -29379,7 +28248,7 @@ export declare class ListWafManagedRulesRequestQueryArgs extends $tea.Model {
29379
28248
  protectionLevels?: number[];
29380
28249
  /**
29381
28250
  * @remarks
29382
- * The status.
28251
+ * The status of the rule.
29383
28252
  *
29384
28253
  * @example
29385
28254
  * on
@@ -29504,298 +28373,6 @@ export declare class ListWafPhasesResponseBodyPhases extends $tea.Model {
29504
28373
  [key: string]: any;
29505
28374
  });
29506
28375
  }
29507
- export declare class ListWafRulesRequestQueryArgs extends $tea.Model {
29508
- /**
29509
- * @remarks
29510
- * Specifies whether to sort the returned data in descending order.
29511
- *
29512
- * @example
29513
- * true
29514
- */
29515
- desc?: boolean;
29516
- /**
29517
- * @remarks
29518
- * The ID of a WAF rule for exact search.
29519
- *
29520
- * @example
29521
- * 20000001
29522
- */
29523
- id?: number;
29524
- /**
29525
- * @remarks
29526
- * The ID or name of a WAF rule for fuzzy search.
29527
- *
29528
- * @example
29529
- * example
29530
- */
29531
- idNameLike?: string;
29532
- /**
29533
- * @remarks
29534
- * The name of a WAF rule for fuzzy search.
29535
- *
29536
- * @example
29537
- * example
29538
- */
29539
- nameLike?: string;
29540
- /**
29541
- * @remarks
29542
- * The column by which you want to sort the returned data.
29543
- *
29544
- * @example
29545
- * position
29546
- */
29547
- orderBy?: string;
29548
- /**
29549
- * @remarks
29550
- * The ID of a WAF ruleset for exact search.
29551
- *
29552
- * @example
29553
- * 10000001
29554
- */
29555
- rulesetId?: number;
29556
- /**
29557
- * @remarks
29558
- * The status of a WAF rule for exact search.
29559
- *
29560
- * @example
29561
- * on
29562
- */
29563
- status?: string;
29564
- static names(): {
29565
- [key: string]: string;
29566
- };
29567
- static types(): {
29568
- [key: string]: any;
29569
- };
29570
- constructor(map?: {
29571
- [key: string]: any;
29572
- });
29573
- }
29574
- export declare class ListWafRulesResponseBodyRules extends $tea.Model {
29575
- /**
29576
- * @remarks
29577
- * The action triggered when requests match conditions defined in the rule.
29578
- *
29579
- * @example
29580
- * deny
29581
- */
29582
- action?: string;
29583
- /**
29584
- * @remarks
29585
- * The fields in rate limiting rules.
29586
- */
29587
- characteristicsFields?: string[];
29588
- /**
29589
- * @remarks
29590
- * The configuration of the rule.
29591
- */
29592
- config?: WafRuleConfig;
29593
- /**
29594
- * @remarks
29595
- * The fields in the rule.
29596
- */
29597
- fields?: string[];
29598
- /**
29599
- * @remarks
29600
- * The rule ID.
29601
- *
29602
- * @example
29603
- * 20000001
29604
- */
29605
- id?: number;
29606
- /**
29607
- * @remarks
29608
- * The rule name.
29609
- *
29610
- * @example
29611
- * example
29612
- */
29613
- name?: string;
29614
- /**
29615
- * @remarks
29616
- * The WAF rule category.
29617
- *
29618
- * @example
29619
- * http_custom
29620
- */
29621
- phase?: string;
29622
- /**
29623
- * @remarks
29624
- * The position of the rule in the ruleset.
29625
- *
29626
- * @example
29627
- * 1
29628
- */
29629
- position?: number;
29630
- /**
29631
- * @remarks
29632
- * The ruleset ID.
29633
- *
29634
- * @example
29635
- * 10000001
29636
- */
29637
- rulesetId?: number;
29638
- /**
29639
- * @remarks
29640
- * The skip scope applied when requests match conditions defined in the whitelist rule.
29641
- *
29642
- * @example
29643
- * part
29644
- */
29645
- skip?: string;
29646
- /**
29647
- * @remarks
29648
- * Indicates whether the rule is enabled.
29649
- *
29650
- * @example
29651
- * on
29652
- */
29653
- status?: string;
29654
- /**
29655
- * @remarks
29656
- * The skipped WAF rule categories when requests match conditions defined in the whitelist rule.
29657
- */
29658
- tags?: string[];
29659
- /**
29660
- * @remarks
29661
- * The time when the rule takes effect.
29662
- */
29663
- timer?: WafTimer;
29664
- /**
29665
- * @remarks
29666
- * The WAF rule type.
29667
- *
29668
- * @example
29669
- * http_custom
29670
- */
29671
- type?: string;
29672
- /**
29673
- * @remarks
29674
- * The time when the rule was modified.
29675
- *
29676
- * @example
29677
- * 2024-01-01T00:00:00Z
29678
- */
29679
- updateTime?: string;
29680
- static names(): {
29681
- [key: string]: string;
29682
- };
29683
- static types(): {
29684
- [key: string]: any;
29685
- };
29686
- constructor(map?: {
29687
- [key: string]: any;
29688
- });
29689
- }
29690
- export declare class ListWafRulesetsRequestQueryArgs extends $tea.Model {
29691
- /**
29692
- * @remarks
29693
- * The ruleset ID, ruleset name, rule ID, or rule name for fuzzy search.
29694
- *
29695
- * @example
29696
- * example
29697
- */
29698
- anyLike?: string;
29699
- /**
29700
- * @remarks
29701
- * Specifies whether to sort the returned data in descending order.
29702
- */
29703
- desc?: boolean;
29704
- /**
29705
- * @remarks
29706
- * The ruleset name for fuzzy search.
29707
- *
29708
- * @example
29709
- * example
29710
- */
29711
- nameLike?: string;
29712
- /**
29713
- * @remarks
29714
- * The column by which you want to sort the returned data.
29715
- *
29716
- * @example
29717
- * id
29718
- */
29719
- orderBy?: string;
29720
- static names(): {
29721
- [key: string]: string;
29722
- };
29723
- static types(): {
29724
- [key: string]: any;
29725
- };
29726
- constructor(map?: {
29727
- [key: string]: any;
29728
- });
29729
- }
29730
- export declare class ListWafRulesetsResponseBodyRulesets extends $tea.Model {
29731
- /**
29732
- * @remarks
29733
- * The matched objects.
29734
- */
29735
- fields?: string[];
29736
- /**
29737
- * @remarks
29738
- * The ID of the WAF ruleset.[](~~2850233~~)
29739
- *
29740
- * @example
29741
- * 10000001
29742
- */
29743
- id?: number;
29744
- /**
29745
- * @remarks
29746
- * The ruleset name.
29747
- *
29748
- * @example
29749
- * example
29750
- */
29751
- name?: string;
29752
- /**
29753
- * @remarks
29754
- * The WAF rule category.
29755
- *
29756
- * @example
29757
- * http_bot
29758
- */
29759
- phase?: string;
29760
- /**
29761
- * @remarks
29762
- * The ruleset status.
29763
- *
29764
- * @example
29765
- * on
29766
- */
29767
- status?: string;
29768
- /**
29769
- * @remarks
29770
- * The type of the protection target in the http_bot rule category.
29771
- *
29772
- * @example
29773
- * web
29774
- */
29775
- target?: string;
29776
- /**
29777
- * @remarks
29778
- * The types of rules.
29779
- */
29780
- types?: string[];
29781
- /**
29782
- * @remarks
29783
- * The time when the ruleset was last modified.
29784
- *
29785
- * @example
29786
- * 2024-01-01T00:00:00Z
29787
- */
29788
- updateTime?: string;
29789
- static names(): {
29790
- [key: string]: string;
29791
- };
29792
- static types(): {
29793
- [key: string]: any;
29794
- };
29795
- constructor(map?: {
29796
- [key: string]: any;
29797
- });
29798
- }
29799
28376
  export declare class ListWafTemplateRulesRequestQueryArgs extends $tea.Model {
29800
28377
  /**
29801
28378
  * @remarks
@@ -30655,21 +29232,6 @@ export default class Client extends OpenApi {
30655
29232
  * @returns BatchCreateRecordsResponse
30656
29233
  */
30657
29234
  batchCreateRecords(request: BatchCreateRecordsRequest): Promise<BatchCreateRecordsResponse>;
30658
- /**
30659
- * Creates multiple rules of a specific Web Application Firewall (WAF) rule category at a time. You can also configure shared settings for the rules.
30660
- *
30661
- * @param tmpReq - BatchCreateWafRulesRequest
30662
- * @param runtime - runtime options for this request RuntimeOptions
30663
- * @returns BatchCreateWafRulesResponse
30664
- */
30665
- batchCreateWafRulesWithOptions(tmpReq: BatchCreateWafRulesRequest, runtime: $Util.RuntimeOptions): Promise<BatchCreateWafRulesResponse>;
30666
- /**
30667
- * Creates multiple rules of a specific Web Application Firewall (WAF) rule category at a time. You can also configure shared settings for the rules.
30668
- *
30669
- * @param request - BatchCreateWafRulesRequest
30670
- * @returns BatchCreateWafRulesResponse
30671
- */
30672
- batchCreateWafRules(request: BatchCreateWafRulesRequest): Promise<BatchCreateWafRulesResponse>;
30673
29235
  /**
30674
29236
  * Deletes key-value pairs from a namespace at a time based on keys.
30675
29237
  *
@@ -30911,21 +29473,6 @@ export default class Client extends OpenApi {
30911
29473
  */
30912
29474
  batchPutKvWithHighCapacity(request: BatchPutKvWithHighCapacityRequest): Promise<BatchPutKvWithHighCapacityResponse>;
30913
29475
  batchPutKvWithHighCapacityAdvance(request: BatchPutKvWithHighCapacityAdvanceRequest, runtime: $Util.RuntimeOptions): Promise<BatchPutKvWithHighCapacityResponse>;
30914
- /**
30915
- * Modifies multiple rules in a specific Web Application Firewall (WAF) ruleset at a time.
30916
- *
30917
- * @param tmpReq - BatchUpdateWafRulesRequest
30918
- * @param runtime - runtime options for this request RuntimeOptions
30919
- * @returns BatchUpdateWafRulesResponse
30920
- */
30921
- batchUpdateWafRulesWithOptions(tmpReq: BatchUpdateWafRulesRequest, runtime: $Util.RuntimeOptions): Promise<BatchUpdateWafRulesResponse>;
30922
- /**
30923
- * Modifies multiple rules in a specific Web Application Firewall (WAF) ruleset at a time.
30924
- *
30925
- * @param request - BatchUpdateWafRulesRequest
30926
- * @returns BatchUpdateWafRulesResponse
30927
- */
30928
- batchUpdateWafRules(request: BatchUpdateWafRulesRequest): Promise<BatchUpdateWafRulesResponse>;
30929
29476
  /**
30930
29477
  * Blocks URLs.
30931
29478
  *
@@ -31341,21 +29888,6 @@ export default class Client extends OpenApi {
31341
29888
  * @returns CreateUserDeliveryTaskResponse
31342
29889
  */
31343
29890
  createUserDeliveryTask(request: CreateUserDeliveryTaskRequest): Promise<CreateUserDeliveryTaskResponse>;
31344
- /**
31345
- * Creates a Web Application Firewall (WAF) rule. This allows you to configure fine-grained WAF settings to improve the security of your website or application.
31346
- *
31347
- * @param tmpReq - CreateWafRuleRequest
31348
- * @param runtime - runtime options for this request RuntimeOptions
31349
- * @returns CreateWafRuleResponse
31350
- */
31351
- createWafRuleWithOptions(tmpReq: CreateWafRuleRequest, runtime: $Util.RuntimeOptions): Promise<CreateWafRuleResponse>;
31352
- /**
31353
- * Creates a Web Application Firewall (WAF) rule. This allows you to configure fine-grained WAF settings to improve the security of your website or application.
31354
- *
31355
- * @param request - CreateWafRuleRequest
31356
- * @returns CreateWafRuleResponse
31357
- */
31358
- createWafRule(request: CreateWafRuleRequest): Promise<CreateWafRuleResponse>;
31359
29891
  /**
31360
29892
  * Creates a waiting room for a website.
31361
29893
  *
@@ -31402,7 +29934,7 @@ export default class Client extends OpenApi {
31402
29934
  */
31403
29935
  createWaitingRoomRule(request: CreateWaitingRoomRuleRequest): Promise<CreateWaitingRoomRuleResponse>;
31404
29936
  /**
31405
- * 删除证书
29937
+ * Deletes a certificate for a website.
31406
29938
  *
31407
29939
  * @param request - DeleteCertificateRequest
31408
29940
  * @param runtime - runtime options for this request RuntimeOptions
@@ -31410,14 +29942,14 @@ export default class Client extends OpenApi {
31410
29942
  */
31411
29943
  deleteCertificateWithOptions(request: DeleteCertificateRequest, runtime: $Util.RuntimeOptions): Promise<DeleteCertificateResponse>;
31412
29944
  /**
31413
- * 删除证书
29945
+ * Deletes a certificate for a website.
31414
29946
  *
31415
29947
  * @param request - DeleteCertificateRequest
31416
29948
  * @returns DeleteCertificateResponse
31417
29949
  */
31418
29950
  deleteCertificate(request: DeleteCertificateRequest): Promise<DeleteCertificateResponse>;
31419
29951
  /**
31420
- * 删除客户端CA证书
29952
+ * Deletes a client CA certificate.
31421
29953
  *
31422
29954
  * @param request - DeleteClientCaCertificateRequest
31423
29955
  * @param runtime - runtime options for this request RuntimeOptions
@@ -31425,7 +29957,7 @@ export default class Client extends OpenApi {
31425
29957
  */
31426
29958
  deleteClientCaCertificateWithOptions(request: DeleteClientCaCertificateRequest, runtime: $Util.RuntimeOptions): Promise<DeleteClientCaCertificateResponse>;
31427
29959
  /**
31428
- * 删除客户端CA证书
29960
+ * Deletes a client CA certificate.
31429
29961
  *
31430
29962
  * @param request - DeleteClientCaCertificateRequest
31431
29963
  * @returns DeleteClientCaCertificateResponse
@@ -31743,36 +30275,6 @@ export default class Client extends OpenApi {
31743
30275
  * @returns DeleteUserDeliveryTaskResponse
31744
30276
  */
31745
30277
  deleteUserDeliveryTask(request: DeleteUserDeliveryTaskRequest): Promise<DeleteUserDeliveryTaskResponse>;
31746
- /**
31747
- * Deletes a Web Application Firewall (WAF) rule, including its configurations and match conditions.
31748
- *
31749
- * @param request - DeleteWafRuleRequest
31750
- * @param runtime - runtime options for this request RuntimeOptions
31751
- * @returns DeleteWafRuleResponse
31752
- */
31753
- deleteWafRuleWithOptions(request: DeleteWafRuleRequest, runtime: $Util.RuntimeOptions): Promise<DeleteWafRuleResponse>;
31754
- /**
31755
- * Deletes a Web Application Firewall (WAF) rule, including its configurations and match conditions.
31756
- *
31757
- * @param request - DeleteWafRuleRequest
31758
- * @returns DeleteWafRuleResponse
31759
- */
31760
- deleteWafRule(request: DeleteWafRuleRequest): Promise<DeleteWafRuleResponse>;
31761
- /**
31762
- * Deletes a Web Application Firewall (WAF) ruleset that is no longer needed.
31763
- *
31764
- * @param request - DeleteWafRulesetRequest
31765
- * @param runtime - runtime options for this request RuntimeOptions
31766
- * @returns DeleteWafRulesetResponse
31767
- */
31768
- deleteWafRulesetWithOptions(request: DeleteWafRulesetRequest, runtime: $Util.RuntimeOptions): Promise<DeleteWafRulesetResponse>;
31769
- /**
31770
- * Deletes a Web Application Firewall (WAF) ruleset that is no longer needed.
31771
- *
31772
- * @param request - DeleteWafRulesetRequest
31773
- * @returns DeleteWafRulesetResponse
31774
- */
31775
- deleteWafRuleset(request: DeleteWafRulesetRequest): Promise<DeleteWafRulesetResponse>;
31776
30278
  /**
31777
30279
  * Deletes a waiting room.
31778
30280
  *
@@ -32025,7 +30527,7 @@ export default class Client extends OpenApi {
32025
30527
  */
32026
30528
  getClientCaCertificate(request: GetClientCaCertificateRequest): Promise<GetClientCaCertificateResponse>;
32027
30529
  /**
32028
- * 获取客户端证书以及证书信息
30530
+ * Queries information about a client certificate.
32029
30531
  *
32030
30532
  * @param request - GetClientCertificateRequest
32031
30533
  * @param runtime - runtime options for this request RuntimeOptions
@@ -32033,14 +30535,14 @@ export default class Client extends OpenApi {
32033
30535
  */
32034
30536
  getClientCertificateWithOptions(request: GetClientCertificateRequest, runtime: $Util.RuntimeOptions): Promise<GetClientCertificateResponse>;
32035
30537
  /**
32036
- * 获取客户端证书以及证书信息
30538
+ * Queries information about a client certificate.
32037
30539
  *
32038
30540
  * @param request - GetClientCertificateRequest
32039
30541
  * @returns GetClientCertificateResponse
32040
30542
  */
32041
30543
  getClientCertificate(request: GetClientCertificateRequest): Promise<GetClientCertificateResponse>;
32042
30544
  /**
32043
- * 获取客户端证书绑定的域名列表
30545
+ * Queries domain names associated with a client CA certificate. If no certificate is specified, domain names associated with an Edge Security Acceleration(ESA)-managed CA certificate are returned.
32044
30546
  *
32045
30547
  * @param request - GetClientCertificateHostnamesRequest
32046
30548
  * @param runtime - runtime options for this request RuntimeOptions
@@ -32048,7 +30550,7 @@ export default class Client extends OpenApi {
32048
30550
  */
32049
30551
  getClientCertificateHostnamesWithOptions(request: GetClientCertificateHostnamesRequest, runtime: $Util.RuntimeOptions): Promise<GetClientCertificateHostnamesResponse>;
32050
30552
  /**
32051
- * 获取客户端证书绑定的域名列表
30553
+ * Queries domain names associated with a client CA certificate. If no certificate is specified, domain names associated with an Edge Security Acceleration(ESA)-managed CA certificate are returned.
32052
30554
  *
32053
30555
  * @param request - GetClientCertificateHostnamesRequest
32054
30556
  * @returns GetClientCertificateHostnamesResponse
@@ -32608,36 +31110,6 @@ export default class Client extends OpenApi {
32608
31110
  * @returns GetWafQuotaResponse
32609
31111
  */
32610
31112
  getWafQuota(request: GetWafQuotaRequest): Promise<GetWafQuotaResponse>;
32611
- /**
32612
- * Queries the details of a Web Application Firewall (WAF) rule, such as its configuration and status.
32613
- *
32614
- * @param request - GetWafRuleRequest
32615
- * @param runtime - runtime options for this request RuntimeOptions
32616
- * @returns GetWafRuleResponse
32617
- */
32618
- getWafRuleWithOptions(request: GetWafRuleRequest, runtime: $Util.RuntimeOptions): Promise<GetWafRuleResponse>;
32619
- /**
32620
- * Queries the details of a Web Application Firewall (WAF) rule, such as its configuration and status.
32621
- *
32622
- * @param request - GetWafRuleRequest
32623
- * @returns GetWafRuleResponse
32624
- */
32625
- getWafRule(request: GetWafRuleRequest): Promise<GetWafRuleResponse>;
32626
- /**
32627
- * Queries the details of a Web Application Firewall (WAF) ruleset, such as the configuration and status.
32628
- *
32629
- * @param request - GetWafRulesetRequest
32630
- * @param runtime - runtime options for this request RuntimeOptions
32631
- * @returns GetWafRulesetResponse
32632
- */
32633
- getWafRulesetWithOptions(request: GetWafRulesetRequest, runtime: $Util.RuntimeOptions): Promise<GetWafRulesetResponse>;
32634
- /**
32635
- * Queries the details of a Web Application Firewall (WAF) ruleset, such as the configuration and status.
32636
- *
32637
- * @param request - GetWafRulesetRequest
32638
- * @returns GetWafRulesetResponse
32639
- */
32640
- getWafRuleset(request: GetWafRulesetRequest): Promise<GetWafRulesetResponse>;
32641
31113
  /**
32642
31114
  * Queries the cache reserve instances in your Alibaba Cloud account.
32643
31115
  *
@@ -32669,7 +31141,7 @@ export default class Client extends OpenApi {
32669
31141
  */
32670
31142
  listCiphers(request: ListCiphersRequest): Promise<ListCiphersResponse>;
32671
31143
  /**
32672
- * 查询站点下客户端CA证书列表
31144
+ * Queries a list of client certificate authority (CA) certificates for a website.
32673
31145
  *
32674
31146
  * @param request - ListClientCaCertificatesRequest
32675
31147
  * @param runtime - runtime options for this request RuntimeOptions
@@ -32677,7 +31149,7 @@ export default class Client extends OpenApi {
32677
31149
  */
32678
31150
  listClientCaCertificatesWithOptions(request: ListClientCaCertificatesRequest, runtime: $Util.RuntimeOptions): Promise<ListClientCaCertificatesResponse>;
32679
31151
  /**
32680
- * 查询站点下客户端CA证书列表
31152
+ * Queries a list of client certificate authority (CA) certificates for a website.
32681
31153
  *
32682
31154
  * @param request - ListClientCaCertificatesRequest
32683
31155
  * @returns ListClientCaCertificatesResponse
@@ -33106,36 +31578,6 @@ export default class Client extends OpenApi {
33106
31578
  * @returns ListWafPhasesResponse
33107
31579
  */
33108
31580
  listWafPhases(request: ListWafPhasesRequest): Promise<ListWafPhasesResponse>;
33109
- /**
33110
- * Lists all Web Application Firewall (WAF) rules or some of them based on specific conditions. You can call this operation to query the details of WAF rules by page.
33111
- *
33112
- * @param tmpReq - ListWafRulesRequest
33113
- * @param runtime - runtime options for this request RuntimeOptions
33114
- * @returns ListWafRulesResponse
33115
- */
33116
- listWafRulesWithOptions(tmpReq: ListWafRulesRequest, runtime: $Util.RuntimeOptions): Promise<ListWafRulesResponse>;
33117
- /**
33118
- * Lists all Web Application Firewall (WAF) rules or some of them based on specific conditions. You can call this operation to query the details of WAF rules by page.
33119
- *
33120
- * @param request - ListWafRulesRequest
33121
- * @returns ListWafRulesResponse
33122
- */
33123
- listWafRules(request: ListWafRulesRequest): Promise<ListWafRulesResponse>;
33124
- /**
33125
- * Lists the rulesets in a Web Application Firewall (WAF) rule category. You can call this operation to query the basic information about and status of rulesets by page.
33126
- *
33127
- * @param tmpReq - ListWafRulesetsRequest
33128
- * @param runtime - runtime options for this request RuntimeOptions
33129
- * @returns ListWafRulesetsResponse
33130
- */
33131
- listWafRulesetsWithOptions(tmpReq: ListWafRulesetsRequest, runtime: $Util.RuntimeOptions): Promise<ListWafRulesetsResponse>;
33132
- /**
33133
- * Lists the rulesets in a Web Application Firewall (WAF) rule category. You can call this operation to query the basic information about and status of rulesets by page.
33134
- *
33135
- * @param request - ListWafRulesetsRequest
33136
- * @returns ListWafRulesetsResponse
33137
- */
33138
- listWafRulesets(request: ListWafRulesetsRequest): Promise<ListWafRulesetsResponse>;
33139
31581
  /**
33140
31582
  * Queries template rules in Web Application Firewall (WAF). In most cases, these rules are pre-defined rulesets that are used to quickly enable protection against common types of attacks.
33141
31583
  *
@@ -33427,7 +31869,7 @@ export default class Client extends OpenApi {
33427
31869
  */
33428
31870
  resetScheduledPreloadJob(request: ResetScheduledPreloadJobRequest): Promise<ResetScheduledPreloadJobResponse>;
33429
31871
  /**
33430
- * 吊销客户端证书
31872
+ * Revokes an activated client certificate.
33431
31873
  *
33432
31874
  * @param request - RevokeClientCertificateRequest
33433
31875
  * @param runtime - runtime options for this request RuntimeOptions
@@ -33435,7 +31877,7 @@ export default class Client extends OpenApi {
33435
31877
  */
33436
31878
  revokeClientCertificateWithOptions(request: RevokeClientCertificateRequest, runtime: $Util.RuntimeOptions): Promise<RevokeClientCertificateResponse>;
33437
31879
  /**
33438
- * 吊销客户端证书
31880
+ * Revokes an activated client certificate.
33439
31881
  *
33440
31882
  * @param request - RevokeClientCertificateRequest
33441
31883
  * @returns RevokeClientCertificateResponse
@@ -33472,7 +31914,7 @@ export default class Client extends OpenApi {
33472
31914
  */
33473
31915
  setCertificate(request: SetCertificateRequest): Promise<SetCertificateResponse>;
33474
31916
  /**
33475
- * 为客户端证书绑定域名
31917
+ * Associates domain names with a client CA certificate. If no certificate is specified, domain names are associated with an Edge Security Acceleration (ESA)-managed CA certificate.
33476
31918
  *
33477
31919
  * @param tmpReq - SetClientCertificateHostnamesRequest
33478
31920
  * @param runtime - runtime options for this request RuntimeOptions
@@ -33480,7 +31922,7 @@ export default class Client extends OpenApi {
33480
31922
  */
33481
31923
  setClientCertificateHostnamesWithOptions(tmpReq: SetClientCertificateHostnamesRequest, runtime: $Util.RuntimeOptions): Promise<SetClientCertificateHostnamesResponse>;
33482
31924
  /**
33483
- * 为客户端证书绑定域名
31925
+ * Associates domain names with a client CA certificate. If no certificate is specified, domain names are associated with an Edge Security Acceleration (ESA)-managed CA certificate.
33484
31926
  *
33485
31927
  * @param request - SetClientCertificateHostnamesRequest
33486
31928
  * @returns SetClientCertificateHostnamesResponse
@@ -33837,36 +32279,6 @@ export default class Client extends OpenApi {
33837
32279
  * @returns UpdateUserDeliveryTaskStatusResponse
33838
32280
  */
33839
32281
  updateUserDeliveryTaskStatus(request: UpdateUserDeliveryTaskStatusRequest): Promise<UpdateUserDeliveryTaskStatusResponse>;
33840
- /**
33841
- * Modifies the configuration or status of a Web Application Firewall (WAF) rule.
33842
- *
33843
- * @param tmpReq - UpdateWafRuleRequest
33844
- * @param runtime - runtime options for this request RuntimeOptions
33845
- * @returns UpdateWafRuleResponse
33846
- */
33847
- updateWafRuleWithOptions(tmpReq: UpdateWafRuleRequest, runtime: $Util.RuntimeOptions): Promise<UpdateWafRuleResponse>;
33848
- /**
33849
- * Modifies the configuration or status of a Web Application Firewall (WAF) rule.
33850
- *
33851
- * @param request - UpdateWafRuleRequest
33852
- * @returns UpdateWafRuleResponse
33853
- */
33854
- updateWafRule(request: UpdateWafRuleRequest): Promise<UpdateWafRuleResponse>;
33855
- /**
33856
- * Updates a WAF ruleset based on its ID.
33857
- *
33858
- * @param request - UpdateWafRulesetRequest
33859
- * @param runtime - runtime options for this request RuntimeOptions
33860
- * @returns UpdateWafRulesetResponse
33861
- */
33862
- updateWafRulesetWithOptions(request: UpdateWafRulesetRequest, runtime: $Util.RuntimeOptions): Promise<UpdateWafRulesetResponse>;
33863
- /**
33864
- * Updates a WAF ruleset based on its ID.
33865
- *
33866
- * @param request - UpdateWafRulesetRequest
33867
- * @returns UpdateWafRulesetResponse
33868
- */
33869
- updateWafRuleset(request: UpdateWafRulesetRequest): Promise<UpdateWafRulesetResponse>;
33870
32282
  /**
33871
32283
  * Modifies the configurations of a waiting room.
33872
32284
  *