@alicloud/esa20240910 2.8.2 → 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,7 +61,6 @@ 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;
66
65
  notes?: string;
67
66
  rateLimit?: WafRuleConfigRateLimit;
@@ -437,144 +436,6 @@ export declare class BatchCreateRecordsResponse extends $tea.Model {
437
436
  [key: string]: any;
438
437
  });
439
438
  }
440
- export declare class BatchCreateWafRulesRequest extends $tea.Model {
441
- /**
442
- * @remarks
443
- * The configurations of the rules.
444
- */
445
- configs?: WafRuleConfig[];
446
- /**
447
- * @remarks
448
- * The WAF rule category.
449
- *
450
- * @example
451
- * http_custom
452
- */
453
- phase?: string;
454
- /**
455
- * @remarks
456
- * The configurations shared by multiple rules.
457
- */
458
- shared?: WafBatchRuleShared;
459
- /**
460
- * @remarks
461
- * The website ID, which can be obtained by calling the [ListSites](https://help.aliyun.com/document_detail/2850189.html) operation.
462
- *
463
- * @example
464
- * 1
465
- */
466
- siteId?: number;
467
- /**
468
- * @remarks
469
- * The version of the website.
470
- *
471
- * @example
472
- * 0
473
- */
474
- siteVersion?: number;
475
- static names(): {
476
- [key: string]: string;
477
- };
478
- static types(): {
479
- [key: string]: any;
480
- };
481
- constructor(map?: {
482
- [key: string]: any;
483
- });
484
- }
485
- export declare class BatchCreateWafRulesShrinkRequest extends $tea.Model {
486
- /**
487
- * @remarks
488
- * The configurations of the rules.
489
- */
490
- configsShrink?: string;
491
- /**
492
- * @remarks
493
- * The WAF rule category.
494
- *
495
- * @example
496
- * http_custom
497
- */
498
- phase?: string;
499
- /**
500
- * @remarks
501
- * The configurations shared by multiple rules.
502
- */
503
- sharedShrink?: string;
504
- /**
505
- * @remarks
506
- * The website ID, which can be obtained by calling the [ListSites](https://help.aliyun.com/document_detail/2850189.html) operation.
507
- *
508
- * @example
509
- * 1
510
- */
511
- siteId?: number;
512
- /**
513
- * @remarks
514
- * The version of the website.
515
- *
516
- * @example
517
- * 0
518
- */
519
- siteVersion?: number;
520
- static names(): {
521
- [key: string]: string;
522
- };
523
- static types(): {
524
- [key: string]: any;
525
- };
526
- constructor(map?: {
527
- [key: string]: any;
528
- });
529
- }
530
- export declare class BatchCreateWafRulesResponseBody extends $tea.Model {
531
- /**
532
- * @remarks
533
- * The IDs of the WAF rules.[](~~2850237~~)
534
- */
535
- ids?: number[];
536
- /**
537
- * @remarks
538
- * The request ID.
539
- *
540
- * @example
541
- * 36af3fcc-43d0-441c-86b1-428951dc8225
542
- */
543
- requestId?: string;
544
- /**
545
- * @remarks
546
- * The ID of the WAF ruleset.[](~~2850233~~)
547
- *
548
- * @example
549
- * 10000001
550
- */
551
- rulesetId?: number;
552
- static names(): {
553
- [key: string]: string;
554
- };
555
- static types(): {
556
- [key: string]: any;
557
- };
558
- constructor(map?: {
559
- [key: string]: any;
560
- });
561
- }
562
- export declare class BatchCreateWafRulesResponse extends $tea.Model {
563
- headers?: {
564
- [key: string]: string;
565
- };
566
- statusCode?: number;
567
- body?: BatchCreateWafRulesResponseBody;
568
- static names(): {
569
- [key: string]: string;
570
- };
571
- static types(): {
572
- [key: string]: any;
573
- };
574
- constructor(map?: {
575
- [key: string]: any;
576
- });
577
- }
578
439
  export declare class BatchDeleteKvRequest extends $tea.Model {
579
440
  /**
580
441
  * @remarks
@@ -1101,147 +962,6 @@ export declare class BatchPutKvWithHighCapacityResponse extends $tea.Model {
1101
962
  [key: string]: any;
1102
963
  });
1103
964
  }
1104
- export declare class BatchUpdateWafRulesRequest extends $tea.Model {
1105
- /**
1106
- * @remarks
1107
- * The configurations of rules.
1108
- */
1109
- configs?: WafRuleConfig[];
1110
- /**
1111
- * @remarks
1112
- * The WAF rule category.
1113
- *
1114
- * @example
1115
- * http_custom
1116
- */
1117
- phase?: string;
1118
- /**
1119
- * @remarks
1120
- * The ID of the WAF ruleset, which can be obtained by calling the [ListWafRulesets](https://help.aliyun.com/document_detail/2850233.html) operation.
1121
- *
1122
- * @example
1123
- * 10000001
1124
- */
1125
- rulesetId?: number;
1126
- /**
1127
- * @remarks
1128
- * The configurations shared by multiple rules.
1129
- */
1130
- shared?: WafBatchRuleShared;
1131
- /**
1132
- * @remarks
1133
- * The website ID, which can be obtained by calling the [ListSites](https://help.aliyun.com/document_detail/2850189.html) operation.
1134
- *
1135
- * @example
1136
- * 1
1137
- */
1138
- siteId?: number;
1139
- /**
1140
- * @remarks
1141
- * The version of the website.
1142
- *
1143
- * @example
1144
- * 0
1145
- */
1146
- siteVersion?: number;
1147
- static names(): {
1148
- [key: string]: string;
1149
- };
1150
- static types(): {
1151
- [key: string]: any;
1152
- };
1153
- constructor(map?: {
1154
- [key: string]: any;
1155
- });
1156
- }
1157
- export declare class BatchUpdateWafRulesShrinkRequest extends $tea.Model {
1158
- /**
1159
- * @remarks
1160
- * The configurations of rules.
1161
- */
1162
- configsShrink?: string;
1163
- /**
1164
- * @remarks
1165
- * The WAF rule category.
1166
- *
1167
- * @example
1168
- * http_custom
1169
- */
1170
- phase?: string;
1171
- /**
1172
- * @remarks
1173
- * The ID of the WAF ruleset, which can be obtained by calling the [ListWafRulesets](https://help.aliyun.com/document_detail/2850233.html) operation.
1174
- *
1175
- * @example
1176
- * 10000001
1177
- */
1178
- rulesetId?: number;
1179
- /**
1180
- * @remarks
1181
- * The configurations shared by multiple rules.
1182
- */
1183
- sharedShrink?: string;
1184
- /**
1185
- * @remarks
1186
- * The website ID, which can be obtained by calling the [ListSites](https://help.aliyun.com/document_detail/2850189.html) operation.
1187
- *
1188
- * @example
1189
- * 1
1190
- */
1191
- siteId?: number;
1192
- /**
1193
- * @remarks
1194
- * The version of the website.
1195
- *
1196
- * @example
1197
- * 0
1198
- */
1199
- siteVersion?: number;
1200
- static names(): {
1201
- [key: string]: string;
1202
- };
1203
- static types(): {
1204
- [key: string]: any;
1205
- };
1206
- constructor(map?: {
1207
- [key: string]: any;
1208
- });
1209
- }
1210
- export declare class BatchUpdateWafRulesResponseBody extends $tea.Model {
1211
- /**
1212
- * @remarks
1213
- * The request ID.
1214
- *
1215
- * @example
1216
- * 36af3fcc-43d0-441c-86b1-428951dc8225
1217
- */
1218
- requestId?: string;
1219
- static names(): {
1220
- [key: string]: string;
1221
- };
1222
- static types(): {
1223
- [key: string]: any;
1224
- };
1225
- constructor(map?: {
1226
- [key: string]: any;
1227
- });
1228
- }
1229
- export declare class BatchUpdateWafRulesResponse extends $tea.Model {
1230
- headers?: {
1231
- [key: string]: string;
1232
- };
1233
- statusCode?: number;
1234
- body?: BatchUpdateWafRulesResponseBody;
1235
- static names(): {
1236
- [key: string]: string;
1237
- };
1238
- static types(): {
1239
- [key: string]: any;
1240
- };
1241
- constructor(map?: {
1242
- [key: string]: any;
1243
- });
1244
- }
1245
965
  export declare class BlockObjectRequest extends $tea.Model {
1246
966
  /**
1247
967
  * @remarks
@@ -4593,145 +4313,6 @@ export declare class CreateUserDeliveryTaskResponse extends $tea.Model {
4593
4313
  [key: string]: any;
4594
4314
  });
4595
4315
  }
4596
- export declare class CreateWafRuleRequest extends $tea.Model {
4597
- /**
4598
- * @remarks
4599
- * The configuration of the rule that you want to create.
4600
- */
4601
- config?: WafRuleConfig;
4602
- /**
4603
- * @remarks
4604
- * The WAF rule category.
4605
- *
4606
- * This parameter is required.
4607
- *
4608
- * @example
4609
- * http_custom
4610
- */
4611
- phase?: string;
4612
- /**
4613
- * @remarks
4614
- * The website ID, which can be obtained by calling the [ListSites](https://help.aliyun.com/document_detail/2850189.html) operation.
4615
- *
4616
- * This parameter is required.
4617
- *
4618
- * @example
4619
- * 1
4620
- */
4621
- siteId?: number;
4622
- /**
4623
- * @remarks
4624
- * The version of the website.
4625
- *
4626
- * @example
4627
- * 0
4628
- */
4629
- siteVersion?: number;
4630
- static names(): {
4631
- [key: string]: string;
4632
- };
4633
- static types(): {
4634
- [key: string]: any;
4635
- };
4636
- constructor(map?: {
4637
- [key: string]: any;
4638
- });
4639
- }
4640
- export declare class CreateWafRuleShrinkRequest extends $tea.Model {
4641
- /**
4642
- * @remarks
4643
- * The configuration of the rule that you want to create.
4644
- */
4645
- configShrink?: string;
4646
- /**
4647
- * @remarks
4648
- * The WAF rule category.
4649
- *
4650
- * This parameter is required.
4651
- *
4652
- * @example
4653
- * http_custom
4654
- */
4655
- phase?: string;
4656
- /**
4657
- * @remarks
4658
- * The website ID, which can be obtained by calling the [ListSites](https://help.aliyun.com/document_detail/2850189.html) operation.
4659
- *
4660
- * This parameter is required.
4661
- *
4662
- * @example
4663
- * 1
4664
- */
4665
- siteId?: number;
4666
- /**
4667
- * @remarks
4668
- * The version of the website.
4669
- *
4670
- * @example
4671
- * 0
4672
- */
4673
- siteVersion?: number;
4674
- static names(): {
4675
- [key: string]: string;
4676
- };
4677
- static types(): {
4678
- [key: string]: any;
4679
- };
4680
- constructor(map?: {
4681
- [key: string]: any;
4682
- });
4683
- }
4684
- export declare class CreateWafRuleResponseBody extends $tea.Model {
4685
- /**
4686
- * @remarks
4687
- * The ID of the WAF rule.[](~~2850237~~)
4688
- *
4689
- * @example
4690
- * 20000001
4691
- */
4692
- id?: number;
4693
- /**
4694
- * @remarks
4695
- * The request ID.
4696
- *
4697
- * @example
4698
- * 36af3fcc-43d0-441c-86b1-428951dc8225
4699
- */
4700
- requestId?: string;
4701
- /**
4702
- * @remarks
4703
- * The ID of the WAF ruleset.[](~~2850233~~)
4704
- *
4705
- * @example
4706
- * 10000001
4707
- */
4708
- rulesetId?: number;
4709
- static names(): {
4710
- [key: string]: string;
4711
- };
4712
- static types(): {
4713
- [key: string]: any;
4714
- };
4715
- constructor(map?: {
4716
- [key: string]: any;
4717
- });
4718
- }
4719
- export declare class CreateWafRuleResponse extends $tea.Model {
4720
- headers?: {
4721
- [key: string]: string;
4722
- };
4723
- statusCode?: number;
4724
- body?: CreateWafRuleResponseBody;
4725
- static names(): {
4726
- [key: string]: string;
4727
- };
4728
- static types(): {
4729
- [key: string]: any;
4730
- };
4731
- constructor(map?: {
4732
- [key: string]: any;
4733
- });
4734
- }
4735
4316
  export declare class CreateWaitingRoomRequest extends $tea.Model {
4736
4317
  /**
4737
4318
  * @remarks
@@ -6997,152 +6578,6 @@ export declare class DeleteUserDeliveryTaskResponse extends $tea.Model {
6997
6578
  [key: string]: any;
6998
6579
  });
6999
6580
  }
7000
- export declare class DeleteWafRuleRequest extends $tea.Model {
7001
- /**
7002
- * @remarks
7003
- * The ID of the WAF rule, which can be obtained by calling the [ListWafRules](https://help.aliyun.com/document_detail/2850237.html) operation.
7004
- *
7005
- * This parameter is required.
7006
- *
7007
- * @example
7008
- * 20000001
7009
- */
7010
- id?: number;
7011
- /**
7012
- * @remarks
7013
- * The website ID, which can be obtained by calling the [ListSites](https://help.aliyun.com/document_detail/2850189.html) operation.
7014
- *
7015
- * This parameter is required.
7016
- *
7017
- * @example
7018
- * 1
7019
- */
7020
- siteId?: number;
7021
- /**
7022
- * @remarks
7023
- * The version of the website.
7024
- *
7025
- * @example
7026
- * 1
7027
- */
7028
- siteVersion?: number;
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 DeleteWafRuleResponseBody extends $tea.Model {
7040
- /**
7041
- * @remarks
7042
- * The request ID.
7043
- *
7044
- * @example
7045
- * 36af3fcc-43d0-441c-86b1-428951dc8225
7046
- */
7047
- requestId?: string;
7048
- static names(): {
7049
- [key: string]: string;
7050
- };
7051
- static types(): {
7052
- [key: string]: any;
7053
- };
7054
- constructor(map?: {
7055
- [key: string]: any;
7056
- });
7057
- }
7058
- export declare class DeleteWafRuleResponse extends $tea.Model {
7059
- headers?: {
7060
- [key: string]: string;
7061
- };
7062
- statusCode?: number;
7063
- body?: DeleteWafRuleResponseBody;
7064
- static names(): {
7065
- [key: string]: string;
7066
- };
7067
- static types(): {
7068
- [key: string]: any;
7069
- };
7070
- constructor(map?: {
7071
- [key: string]: any;
7072
- });
7073
- }
7074
- export declare class DeleteWafRulesetRequest extends $tea.Model {
7075
- /**
7076
- * @remarks
7077
- * The ID of the WAF ruleset, which can be obtained by calling the [ListWafRulesets](https://help.aliyun.com/document_detail/2850233.html) operation.
7078
- *
7079
- * This parameter is required.
7080
- *
7081
- * @example
7082
- * 10000001
7083
- */
7084
- id?: number;
7085
- /**
7086
- * @remarks
7087
- * The website ID, which can be obtained by calling the [ListSites](https://help.aliyun.com/document_detail/2850189.html) operation.
7088
- *
7089
- * @example
7090
- * 1
7091
- */
7092
- siteId?: number;
7093
- /**
7094
- * @remarks
7095
- * The version of the website.
7096
- *
7097
- * @example
7098
- * 1
7099
- */
7100
- siteVersion?: number;
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
- export declare class DeleteWafRulesetResponseBody extends $tea.Model {
7112
- /**
7113
- * @remarks
7114
- * The request ID.
7115
- *
7116
- * @example
7117
- * 36af3fcc-43d0-441c-86b1-428951dc8225
7118
- */
7119
- requestId?: string;
7120
- static names(): {
7121
- [key: string]: string;
7122
- };
7123
- static types(): {
7124
- [key: string]: any;
7125
- };
7126
- constructor(map?: {
7127
- [key: string]: any;
7128
- });
7129
- }
7130
- export declare class DeleteWafRulesetResponse extends $tea.Model {
7131
- headers?: {
7132
- [key: string]: string;
7133
- };
7134
- statusCode?: number;
7135
- body?: DeleteWafRulesetResponseBody;
7136
- static names(): {
7137
- [key: string]: string;
7138
- };
7139
- static types(): {
7140
- [key: string]: any;
7141
- };
7142
- constructor(map?: {
7143
- [key: string]: any;
7144
- });
7145
- }
7146
6581
  export declare class DeleteWaitingRoomRequest extends $tea.Model {
7147
6582
  /**
7148
6583
  * @remarks
@@ -8694,12 +8129,17 @@ export declare class GetClientCertificateResponse extends $tea.Model {
8694
8129
  }
8695
8130
  export declare class GetClientCertificateHostnamesRequest extends $tea.Model {
8696
8131
  /**
8132
+ * @remarks
8133
+ * The certificate ID.
8134
+ *
8697
8135
  * @example
8698
8136
  * baba39055622c008b90285a8838ed09a
8699
8137
  */
8700
8138
  id?: string;
8701
8139
  /**
8702
8140
  * @remarks
8141
+ * The website ID.
8142
+ *
8703
8143
  * This parameter is required.
8704
8144
  *
8705
8145
  * @example
@@ -8717,23 +8157,39 @@ export declare class GetClientCertificateHostnamesRequest extends $tea.Model {
8717
8157
  });
8718
8158
  }
8719
8159
  export declare class GetClientCertificateHostnamesResponseBody extends $tea.Model {
8160
+ /**
8161
+ * @remarks
8162
+ * The domain names with which the certificate is associated.
8163
+ */
8720
8164
  hostnames?: string[];
8721
8165
  /**
8166
+ * @remarks
8167
+ * The ID of the client CA certificate.
8168
+ *
8722
8169
  * @example
8723
8170
  * baba39055622c008b90285a8838ed09a
8724
8171
  */
8725
8172
  id?: string;
8726
8173
  /**
8174
+ * @remarks
8175
+ * The request ID.
8176
+ *
8727
8177
  * @example
8728
8178
  * EEEBE525-F576-1196-8DAF-2D70CA3F4D2F
8729
8179
  */
8730
8180
  requestId?: string;
8731
8181
  /**
8182
+ * @remarks
8183
+ * The website ID.
8184
+ *
8732
8185
  * @example
8733
8186
  * 1234567890123
8734
8187
  */
8735
8188
  siteId?: number;
8736
8189
  /**
8190
+ * @remarks
8191
+ * The website name.
8192
+ *
8737
8193
  * @example
8738
8194
  * example.com
8739
8195
  */
@@ -11733,253 +11189,6 @@ export declare class GetWafQuotaResponse extends $tea.Model {
11733
11189
  [key: string]: any;
11734
11190
  });
11735
11191
  }
11736
- export declare class GetWafRuleRequest extends $tea.Model {
11737
- /**
11738
- * @remarks
11739
- * The ID of the WAF rule, which can be obtained by calling the [ListWafRules](https://help.aliyun.com/document_detail/2850237.html) operation.
11740
- *
11741
- * This parameter is required.
11742
- *
11743
- * @example
11744
- * 20000001
11745
- */
11746
- id?: number;
11747
- /**
11748
- * @remarks
11749
- * The website ID, which can be obtained by calling the [ListSites](https://help.aliyun.com/document_detail/2850189.html) operation.
11750
- *
11751
- * This parameter is required.
11752
- *
11753
- * @example
11754
- * 1
11755
- */
11756
- siteId?: number;
11757
- static names(): {
11758
- [key: string]: string;
11759
- };
11760
- static types(): {
11761
- [key: string]: any;
11762
- };
11763
- constructor(map?: {
11764
- [key: string]: any;
11765
- });
11766
- }
11767
- export declare class GetWafRuleResponseBody extends $tea.Model {
11768
- /**
11769
- * @remarks
11770
- * The configuration of the rule.
11771
- */
11772
- config?: WafRuleConfig;
11773
- /**
11774
- * @remarks
11775
- * The ID of the WAF rule.[](~~2850237~~)
11776
- *
11777
- * @example
11778
- * 2000001
11779
- */
11780
- id?: number;
11781
- /**
11782
- * @remarks
11783
- * The rule name.
11784
- *
11785
- * This parameter is required.
11786
- *
11787
- * @example
11788
- * example
11789
- */
11790
- name?: string;
11791
- /**
11792
- * @remarks
11793
- * The WAF rule category.
11794
- *
11795
- * This parameter is required.
11796
- *
11797
- * @example
11798
- * http_custom
11799
- */
11800
- phase?: string;
11801
- /**
11802
- * @remarks
11803
- * The order of the rule in the ruleset.
11804
- *
11805
- * @example
11806
- * 1
11807
- */
11808
- position?: number;
11809
- /**
11810
- * @remarks
11811
- * The request ID.
11812
- *
11813
- * @example
11814
- * 36af3fcc-43d0-441c-86b1-428951dc8225
11815
- */
11816
- requestId?: string;
11817
- /**
11818
- * @remarks
11819
- * Indicates whether the rule is enabled.
11820
- *
11821
- * @example
11822
- * on
11823
- */
11824
- status?: string;
11825
- /**
11826
- * @remarks
11827
- * The time when the rule was last modified.
11828
- *
11829
- * @example
11830
- * 2024-01-01T00:00:00Z
11831
- */
11832
- updateTime?: string;
11833
- static names(): {
11834
- [key: string]: string;
11835
- };
11836
- static types(): {
11837
- [key: string]: any;
11838
- };
11839
- constructor(map?: {
11840
- [key: string]: any;
11841
- });
11842
- }
11843
- export declare class GetWafRuleResponse extends $tea.Model {
11844
- headers?: {
11845
- [key: string]: string;
11846
- };
11847
- statusCode?: number;
11848
- body?: GetWafRuleResponseBody;
11849
- static names(): {
11850
- [key: string]: string;
11851
- };
11852
- static types(): {
11853
- [key: string]: any;
11854
- };
11855
- constructor(map?: {
11856
- [key: string]: any;
11857
- });
11858
- }
11859
- export declare class GetWafRulesetRequest extends $tea.Model {
11860
- /**
11861
- * @remarks
11862
- * The ID of the WAF ruleset, which can be obtained by calling the [ListWafRulesets](https://help.aliyun.com/document_detail/2850233.html) operation.
11863
- *
11864
- * @example
11865
- * 10000001
11866
- */
11867
- id?: number;
11868
- /**
11869
- * @remarks
11870
- * The WAF rule category of rulesets to query.
11871
- *
11872
- * @example
11873
- * http_bot
11874
- */
11875
- phase?: string;
11876
- /**
11877
- * @remarks
11878
- * The website ID, which can be obtained by calling the [ListSites](https://help.aliyun.com/document_detail/2850189.html) operation.
11879
- *
11880
- * @example
11881
- * 1
11882
- */
11883
- siteId?: number;
11884
- static names(): {
11885
- [key: string]: string;
11886
- };
11887
- static types(): {
11888
- [key: string]: any;
11889
- };
11890
- constructor(map?: {
11891
- [key: string]: any;
11892
- });
11893
- }
11894
- export declare class GetWafRulesetResponseBody extends $tea.Model {
11895
- /**
11896
- * @remarks
11897
- * The ruleset ID.
11898
- *
11899
- * @example
11900
- * 10000001
11901
- */
11902
- id?: number;
11903
- /**
11904
- * @remarks
11905
- * The ruleset name.
11906
- *
11907
- * This parameter is required.
11908
- *
11909
- * @example
11910
- * example
11911
- */
11912
- name?: string;
11913
- /**
11914
- * @remarks
11915
- * The WAF rule category of the ruleset.
11916
- *
11917
- * This parameter is required.
11918
- *
11919
- * @example
11920
- * http_bot
11921
- */
11922
- phase?: string;
11923
- /**
11924
- * @remarks
11925
- * The request ID.
11926
- *
11927
- * @example
11928
- * 36af3fcc-43d0-441c-86b1-428951dc8225
11929
- */
11930
- requestId?: string;
11931
- /**
11932
- * @remarks
11933
- * The rule configurations in the ruleset.
11934
- */
11935
- rules?: WafRuleConfig[];
11936
- /**
11937
- * @remarks
11938
- * The configurations shared by the rules in the ruleset.
11939
- */
11940
- shared?: WafBatchRuleShared;
11941
- /**
11942
- * @remarks
11943
- * The ruleset status.
11944
- *
11945
- * @example
11946
- * on
11947
- */
11948
- status?: string;
11949
- /**
11950
- * @remarks
11951
- * The time when the ruleset was last modified.
11952
- *
11953
- * @example
11954
- * 2024-01-01T00:00:00Z
11955
- */
11956
- updateTime?: string;
11957
- static names(): {
11958
- [key: string]: string;
11959
- };
11960
- static types(): {
11961
- [key: string]: any;
11962
- };
11963
- constructor(map?: {
11964
- [key: string]: any;
11965
- });
11966
- }
11967
- export declare class GetWafRulesetResponse extends $tea.Model {
11968
- headers?: {
11969
- [key: string]: string;
11970
- };
11971
- statusCode?: number;
11972
- body?: GetWafRulesetResponseBody;
11973
- static names(): {
11974
- [key: string]: string;
11975
- };
11976
- static types(): {
11977
- [key: string]: any;
11978
- };
11979
- constructor(map?: {
11980
- [key: string]: any;
11981
- });
11982
- }
11983
11192
  export declare class ListCacheReserveInstancesRequest extends $tea.Model {
11984
11193
  /**
11985
11194
  * @remarks
@@ -14543,6 +13752,10 @@ export declare class ListSitesRequest extends $tea.Model {
14543
13752
  * false
14544
13753
  */
14545
13754
  onlyEnterprise?: boolean;
13755
+ /**
13756
+ * @example
13757
+ * visitTime
13758
+ */
14546
13759
  orderBy?: string;
14547
13760
  /**
14548
13761
  * @remarks
@@ -14657,6 +13870,10 @@ export declare class ListSitesShrinkRequest extends $tea.Model {
14657
13870
  * false
14658
13871
  */
14659
13872
  onlyEnterprise?: boolean;
13873
+ /**
13874
+ * @example
13875
+ * visitTime
13876
+ */
14660
13877
  orderBy?: string;
14661
13878
  /**
14662
13879
  * @remarks
@@ -15293,7 +14510,7 @@ export declare class ListWafManagedRulesRequest extends $tea.Model {
15293
14510
  attackType?: number;
15294
14511
  /**
15295
14512
  * @remarks
15296
- * 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.
15297
14514
  *
15298
14515
  * This parameter is required.
15299
14516
  *
@@ -15336,7 +14553,7 @@ export declare class ListWafManagedRulesRequest extends $tea.Model {
15336
14553
  queryArgs?: ListWafManagedRulesRequestQueryArgs;
15337
14554
  /**
15338
14555
  * @remarks
15339
- * 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.
15340
14557
  *
15341
14558
  * This parameter is required.
15342
14559
  *
@@ -15378,7 +14595,7 @@ export declare class ListWafManagedRulesShrinkRequest extends $tea.Model {
15378
14595
  attackType?: number;
15379
14596
  /**
15380
14597
  * @remarks
15381
- * The ID of the WAF rule, which can be obtained by calling the [ListWafRules](~~ListWafRules~~) 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.
15382
14599
  *
15383
14600
  * This parameter is required.
15384
14601
  *
@@ -15419,253 +14636,6 @@ export declare class ListWafManagedRulesShrinkRequest extends $tea.Model {
15419
14636
  * The query conditions.
15420
14637
  */
15421
14638
  queryArgsShrink?: string;
15422
- /**
15423
- * @remarks
15424
- * The website ID, which can be obtained by calling the [ListSites](~~ListSites~~) operation.
15425
- *
15426
- * This parameter is required.
15427
- *
15428
- * @example
15429
- * 1
15430
- */
15431
- siteId?: number;
15432
- static names(): {
15433
- [key: string]: string;
15434
- };
15435
- static types(): {
15436
- [key: string]: any;
15437
- };
15438
- constructor(map?: {
15439
- [key: string]: any;
15440
- });
15441
- }
15442
- export declare class ListWafManagedRulesResponseBody extends $tea.Model {
15443
- /**
15444
- * @remarks
15445
- * The page number.
15446
- *
15447
- * @example
15448
- * 1
15449
- */
15450
- pageNumber?: number;
15451
- /**
15452
- * @remarks
15453
- * The number of entries per page.
15454
- *
15455
- * @example
15456
- * 20
15457
- */
15458
- pageSize?: number;
15459
- /**
15460
- * @remarks
15461
- * The request ID.
15462
- *
15463
- * @example
15464
- * 36af3fcc-43d0-441c-86b1-428951dc8225
15465
- */
15466
- requestId?: string;
15467
- /**
15468
- * @remarks
15469
- * The managed rules.
15470
- */
15471
- rules?: ListWafManagedRulesResponseBodyRules[];
15472
- /**
15473
- * @remarks
15474
- * The total number of filtered rules.
15475
- *
15476
- * @example
15477
- * 20
15478
- */
15479
- totalCount?: number;
15480
- static names(): {
15481
- [key: string]: string;
15482
- };
15483
- static types(): {
15484
- [key: string]: any;
15485
- };
15486
- constructor(map?: {
15487
- [key: string]: any;
15488
- });
15489
- }
15490
- export declare class ListWafManagedRulesResponse extends $tea.Model {
15491
- headers?: {
15492
- [key: string]: string;
15493
- };
15494
- statusCode?: number;
15495
- body?: ListWafManagedRulesResponseBody;
15496
- static names(): {
15497
- [key: string]: string;
15498
- };
15499
- static types(): {
15500
- [key: string]: any;
15501
- };
15502
- constructor(map?: {
15503
- [key: string]: any;
15504
- });
15505
- }
15506
- export declare class ListWafPhasesRequest extends $tea.Model {
15507
- /**
15508
- * @remarks
15509
- * The website ID, which can be obtained by calling the [ListSites](https://help.aliyun.com/document_detail/2850189.html) operation.
15510
- *
15511
- * This parameter is required.
15512
- *
15513
- * @example
15514
- * 1
15515
- */
15516
- siteId?: number;
15517
- /**
15518
- * @remarks
15519
- * The version of the website.
15520
- *
15521
- * @example
15522
- * 0
15523
- */
15524
- siteVersion?: number;
15525
- static names(): {
15526
- [key: string]: string;
15527
- };
15528
- static types(): {
15529
- [key: string]: any;
15530
- };
15531
- constructor(map?: {
15532
- [key: string]: any;
15533
- });
15534
- }
15535
- export declare class ListWafPhasesResponseBody extends $tea.Model {
15536
- /**
15537
- * @remarks
15538
- * The WAF rule categories.
15539
- */
15540
- phases?: ListWafPhasesResponseBodyPhases[];
15541
- /**
15542
- * @remarks
15543
- * The request ID.
15544
- *
15545
- * @example
15546
- * 36af3fcc-43d0-441c-86b1-428951dc8225
15547
- */
15548
- requestId?: string;
15549
- static names(): {
15550
- [key: string]: string;
15551
- };
15552
- static types(): {
15553
- [key: string]: any;
15554
- };
15555
- constructor(map?: {
15556
- [key: string]: any;
15557
- });
15558
- }
15559
- export declare class ListWafPhasesResponse extends $tea.Model {
15560
- headers?: {
15561
- [key: string]: string;
15562
- };
15563
- statusCode?: number;
15564
- body?: ListWafPhasesResponseBody;
15565
- static names(): {
15566
- [key: string]: string;
15567
- };
15568
- static types(): {
15569
- [key: string]: any;
15570
- };
15571
- constructor(map?: {
15572
- [key: string]: any;
15573
- });
15574
- }
15575
- export declare class ListWafRulesRequest extends $tea.Model {
15576
- /**
15577
- * @remarks
15578
- * The page number.
15579
- *
15580
- * @example
15581
- * http_custom
15582
- */
15583
- pageNumber?: number;
15584
- /**
15585
- * @remarks
15586
- * The number of entries per page.
15587
- *
15588
- * @example
15589
- * 1
15590
- */
15591
- pageSize?: number;
15592
- /**
15593
- * @remarks
15594
- * The WAF rule category. You can filter rules of a specific category.
15595
- *
15596
- * @example
15597
- * 0
15598
- */
15599
- phase?: string;
15600
- /**
15601
- * @remarks
15602
- * The filter conditions.
15603
- *
15604
- * @example
15605
- * http_custom
15606
- */
15607
- queryArgs?: ListWafRulesRequestQueryArgs;
15608
- /**
15609
- * @remarks
15610
- * The website ID, which can be obtained by calling the [ListSites](https://help.aliyun.com/document_detail/2850189.html) operation.
15611
- *
15612
- * This parameter is required.
15613
- *
15614
- * @example
15615
- * 1
15616
- */
15617
- siteId?: number;
15618
- /**
15619
- * @remarks
15620
- * The version of the website.
15621
- *
15622
- * @example
15623
- * 1
15624
- */
15625
- siteVersion?: number;
15626
- static names(): {
15627
- [key: string]: string;
15628
- };
15629
- static types(): {
15630
- [key: string]: any;
15631
- };
15632
- constructor(map?: {
15633
- [key: string]: any;
15634
- });
15635
- }
15636
- export declare class ListWafRulesShrinkRequest extends $tea.Model {
15637
- /**
15638
- * @remarks
15639
- * The page number.
15640
- *
15641
- * @example
15642
- * http_custom
15643
- */
15644
- pageNumber?: number;
15645
- /**
15646
- * @remarks
15647
- * The number of entries per page.
15648
- *
15649
- * @example
15650
- * 1
15651
- */
15652
- pageSize?: number;
15653
- /**
15654
- * @remarks
15655
- * The WAF rule category. You can filter rules of a specific category.
15656
- *
15657
- * @example
15658
- * 0
15659
- */
15660
- phase?: string;
15661
- /**
15662
- * @remarks
15663
- * The filter conditions.
15664
- *
15665
- * @example
15666
- * http_custom
15667
- */
15668
- queryArgsShrink?: string;
15669
14639
  /**
15670
14640
  * @remarks
15671
14641
  * The website ID, which can be obtained by calling the [ListSites](https://help.aliyun.com/document_detail/2850189.html) operation.
@@ -15676,14 +14646,6 @@ export declare class ListWafRulesShrinkRequest extends $tea.Model {
15676
14646
  * 1
15677
14647
  */
15678
14648
  siteId?: number;
15679
- /**
15680
- * @remarks
15681
- * The version of the website.
15682
- *
15683
- * @example
15684
- * 1
15685
- */
15686
- siteVersion?: number;
15687
14649
  static names(): {
15688
14650
  [key: string]: string;
15689
14651
  };
@@ -15694,146 +14656,7 @@ export declare class ListWafRulesShrinkRequest extends $tea.Model {
15694
14656
  [key: string]: any;
15695
14657
  });
15696
14658
  }
15697
- export declare class ListWafRulesResponseBody extends $tea.Model {
15698
- /**
15699
- * @remarks
15700
- * The rule usage of the instance that corresponds to the website in the WAF rule category.
15701
- *
15702
- * @example
15703
- * 10
15704
- */
15705
- instanceUsage?: number;
15706
- /**
15707
- * @remarks
15708
- * The page number.
15709
- *
15710
- * @example
15711
- * 1
15712
- */
15713
- pageNumber?: number;
15714
- /**
15715
- * @remarks
15716
- * The number of entries per page.
15717
- *
15718
- * @example
15719
- * 20
15720
- */
15721
- pageSize?: number;
15722
- /**
15723
- * @remarks
15724
- * The request ID.
15725
- *
15726
- * @example
15727
- * 36af3fcc-43d0-441c-86b1-428951dc8225
15728
- */
15729
- requestId?: string;
15730
- /**
15731
- * @remarks
15732
- * The rules returned.
15733
- */
15734
- rules?: ListWafRulesResponseBodyRules[];
15735
- /**
15736
- * @remarks
15737
- * The rule usage of the website.
15738
- *
15739
- * @example
15740
- * 5
15741
- */
15742
- siteUsage?: number;
15743
- /**
15744
- * @remarks
15745
- * The total number of filtered rules.
15746
- *
15747
- * @example
15748
- * 20
15749
- */
15750
- totalCount?: number;
15751
- static names(): {
15752
- [key: string]: string;
15753
- };
15754
- static types(): {
15755
- [key: string]: any;
15756
- };
15757
- constructor(map?: {
15758
- [key: string]: any;
15759
- });
15760
- }
15761
- export declare class ListWafRulesResponse extends $tea.Model {
15762
- headers?: {
15763
- [key: string]: string;
15764
- };
15765
- statusCode?: number;
15766
- body?: ListWafRulesResponseBody;
15767
- static names(): {
15768
- [key: string]: string;
15769
- };
15770
- static types(): {
15771
- [key: string]: any;
15772
- };
15773
- constructor(map?: {
15774
- [key: string]: any;
15775
- });
15776
- }
15777
- export declare class ListWafRulesetsRequest extends $tea.Model {
15778
- /**
15779
- * @remarks
15780
- * The page number.
15781
- *
15782
- * @example
15783
- * 1
15784
- */
15785
- pageNumber?: number;
15786
- /**
15787
- * @remarks
15788
- * The number of entries per page.
15789
- *
15790
- * @example
15791
- * 20
15792
- */
15793
- pageSize?: number;
15794
- /**
15795
- * @remarks
15796
- * The WAF rule category of rulesets to query.
15797
- *
15798
- * @example
15799
- * http_bot
15800
- */
15801
- phase?: string;
15802
- /**
15803
- * @remarks
15804
- * The query arguments in the JSON format, which contain filter conditions.
15805
- *
15806
- * @example
15807
- * http_bot
15808
- */
15809
- queryArgs?: ListWafRulesetsRequestQueryArgs;
15810
- /**
15811
- * @remarks
15812
- * The website ID, which can be obtained by calling the [ListSites](https://help.aliyun.com/document_detail/2850189.html) operation.
15813
- *
15814
- * @example
15815
- * 1
15816
- */
15817
- siteId?: number;
15818
- /**
15819
- * @remarks
15820
- * The version of the website.
15821
- *
15822
- * @example
15823
- * 1
15824
- */
15825
- siteVersion?: number;
15826
- static names(): {
15827
- [key: string]: string;
15828
- };
15829
- static types(): {
15830
- [key: string]: any;
15831
- };
15832
- constructor(map?: {
15833
- [key: string]: any;
15834
- });
15835
- }
15836
- export declare class ListWafRulesetsShrinkRequest extends $tea.Model {
14659
+ export declare class ListWafManagedRulesResponseBody extends $tea.Model {
15837
14660
  /**
15838
14661
  * @remarks
15839
14662
  * The page number.
@@ -15850,73 +14673,6 @@ export declare class ListWafRulesetsShrinkRequest extends $tea.Model {
15850
14673
  * 20
15851
14674
  */
15852
14675
  pageSize?: number;
15853
- /**
15854
- * @remarks
15855
- * The WAF rule category of rulesets to query.
15856
- *
15857
- * @example
15858
- * http_bot
15859
- */
15860
- phase?: string;
15861
- /**
15862
- * @remarks
15863
- * The query arguments in the JSON format, which contain filter conditions.
15864
- *
15865
- * @example
15866
- * http_bot
15867
- */
15868
- queryArgsShrink?: string;
15869
- /**
15870
- * @remarks
15871
- * The website ID, which can be obtained by calling the [ListSites](https://help.aliyun.com/document_detail/2850189.html) operation.
15872
- *
15873
- * @example
15874
- * 1
15875
- */
15876
- siteId?: number;
15877
- /**
15878
- * @remarks
15879
- * The version of the website.
15880
- *
15881
- * @example
15882
- * 1
15883
- */
15884
- siteVersion?: number;
15885
- static names(): {
15886
- [key: string]: string;
15887
- };
15888
- static types(): {
15889
- [key: string]: any;
15890
- };
15891
- constructor(map?: {
15892
- [key: string]: any;
15893
- });
15894
- }
15895
- export declare class ListWafRulesetsResponseBody extends $tea.Model {
15896
- /**
15897
- * @remarks
15898
- * The number of WAF rulesets that are used by the instance in the WAF rule category.
15899
- *
15900
- * @example
15901
- * 10
15902
- */
15903
- instanceUsage?: number;
15904
- /**
15905
- * @remarks
15906
- * The page number returned.
15907
- *
15908
- * @example
15909
- * 1
15910
- */
15911
- pageNumber?: number;
15912
- /**
15913
- * @remarks
15914
- * The number of entries per page.
15915
- *
15916
- * @example
15917
- * 20
15918
- */
15919
- pageSize?: number;
15920
14676
  /**
15921
14677
  * @remarks
15922
14678
  * The request ID.
@@ -15927,25 +14683,86 @@ export declare class ListWafRulesetsResponseBody extends $tea.Model {
15927
14683
  requestId?: string;
15928
14684
  /**
15929
14685
  * @remarks
15930
- * The details of the rulesets.
14686
+ * The managed rules.
15931
14687
  */
15932
- rulesets?: ListWafRulesetsResponseBodyRulesets[];
14688
+ rules?: ListWafManagedRulesResponseBodyRules[];
15933
14689
  /**
15934
14690
  * @remarks
15935
- * The number of WAF rulesets that are used by the website in the WAF rule category.
14691
+ * The total number of filtered rules.
15936
14692
  *
15937
14693
  * @example
15938
- * 5
14694
+ * 20
15939
14695
  */
15940
- siteUsage?: number;
14696
+ totalCount?: number;
14697
+ static names(): {
14698
+ [key: string]: string;
14699
+ };
14700
+ static types(): {
14701
+ [key: string]: any;
14702
+ };
14703
+ constructor(map?: {
14704
+ [key: string]: any;
14705
+ });
14706
+ }
14707
+ export declare class ListWafManagedRulesResponse extends $tea.Model {
14708
+ headers?: {
14709
+ [key: string]: string;
14710
+ };
14711
+ statusCode?: number;
14712
+ body?: ListWafManagedRulesResponseBody;
14713
+ static names(): {
14714
+ [key: string]: string;
14715
+ };
14716
+ static types(): {
14717
+ [key: string]: any;
14718
+ };
14719
+ constructor(map?: {
14720
+ [key: string]: any;
14721
+ });
14722
+ }
14723
+ export declare class ListWafPhasesRequest extends $tea.Model {
15941
14724
  /**
15942
14725
  * @remarks
15943
- * The total number of filtered rulesets.
14726
+ * The website ID, which can be obtained by calling the [ListSites](https://help.aliyun.com/document_detail/2850189.html) operation.
14727
+ *
14728
+ * This parameter is required.
15944
14729
  *
15945
14730
  * @example
15946
- * 5
14731
+ * 1
15947
14732
  */
15948
- totalCount?: number;
14733
+ siteId?: number;
14734
+ /**
14735
+ * @remarks
14736
+ * The version of the website.
14737
+ *
14738
+ * @example
14739
+ * 0
14740
+ */
14741
+ siteVersion?: number;
14742
+ static names(): {
14743
+ [key: string]: string;
14744
+ };
14745
+ static types(): {
14746
+ [key: string]: any;
14747
+ };
14748
+ constructor(map?: {
14749
+ [key: string]: any;
14750
+ });
14751
+ }
14752
+ export declare class ListWafPhasesResponseBody extends $tea.Model {
14753
+ /**
14754
+ * @remarks
14755
+ * The WAF rule categories.
14756
+ */
14757
+ phases?: ListWafPhasesResponseBodyPhases[];
14758
+ /**
14759
+ * @remarks
14760
+ * The request ID.
14761
+ *
14762
+ * @example
14763
+ * 36af3fcc-43d0-441c-86b1-428951dc8225
14764
+ */
14765
+ requestId?: string;
15949
14766
  static names(): {
15950
14767
  [key: string]: string;
15951
14768
  };
@@ -15956,12 +14773,12 @@ export declare class ListWafRulesetsResponseBody extends $tea.Model {
15956
14773
  [key: string]: any;
15957
14774
  });
15958
14775
  }
15959
- export declare class ListWafRulesetsResponse extends $tea.Model {
14776
+ export declare class ListWafPhasesResponse extends $tea.Model {
15960
14777
  headers?: {
15961
14778
  [key: string]: string;
15962
14779
  };
15963
14780
  statusCode?: number;
15964
- body?: ListWafRulesetsResponseBody;
14781
+ body?: ListWafPhasesResponseBody;
15965
14782
  static names(): {
15966
14783
  [key: string]: string;
15967
14784
  };
@@ -17795,16 +16612,23 @@ export declare class SetCertificateResponse extends $tea.Model {
17795
16612
  export declare class SetClientCertificateHostnamesRequest extends $tea.Model {
17796
16613
  /**
17797
16614
  * @remarks
16615
+ * The domain names to associate.
16616
+ *
17798
16617
  * This parameter is required.
17799
16618
  */
17800
16619
  hostnames?: string[];
17801
16620
  /**
16621
+ * @remarks
16622
+ * The ID of the client CA certificate.
16623
+ *
17802
16624
  * @example
17803
16625
  * babab9db65ee5efcca9f3d41d4b50d66
17804
16626
  */
17805
16627
  id?: string;
17806
16628
  /**
17807
16629
  * @remarks
16630
+ * The website ID.
16631
+ *
17808
16632
  * This parameter is required.
17809
16633
  *
17810
16634
  * @example
@@ -17824,16 +16648,23 @@ export declare class SetClientCertificateHostnamesRequest extends $tea.Model {
17824
16648
  export declare class SetClientCertificateHostnamesShrinkRequest extends $tea.Model {
17825
16649
  /**
17826
16650
  * @remarks
16651
+ * The domain names to associate.
16652
+ *
17827
16653
  * This parameter is required.
17828
16654
  */
17829
16655
  hostnamesShrink?: string;
17830
16656
  /**
16657
+ * @remarks
16658
+ * The ID of the client CA certificate.
16659
+ *
17831
16660
  * @example
17832
16661
  * babab9db65ee5efcca9f3d41d4b50d66
17833
16662
  */
17834
16663
  id?: string;
17835
16664
  /**
17836
16665
  * @remarks
16666
+ * The website ID.
16667
+ *
17837
16668
  * This parameter is required.
17838
16669
  *
17839
16670
  * @example
@@ -17852,21 +16683,33 @@ export declare class SetClientCertificateHostnamesShrinkRequest extends $tea.Mod
17852
16683
  }
17853
16684
  export declare class SetClientCertificateHostnamesResponseBody extends $tea.Model {
17854
16685
  /**
16686
+ * @remarks
16687
+ * The ID of the client CA certificate.
16688
+ *
17855
16689
  * @example
17856
16690
  * babab9db65ee5efcca9f3d41d4b50d66
17857
16691
  */
17858
16692
  id?: string;
17859
16693
  /**
16694
+ * @remarks
16695
+ * The request ID.
16696
+ *
17860
16697
  * @example
17861
16698
  * ET5BF670-09D5-4D0B-BEBY-D96A2A528000
17862
16699
  */
17863
16700
  requestId?: string;
17864
16701
  /**
16702
+ * @remarks
16703
+ * The website ID.
16704
+ *
17865
16705
  * @example
17866
16706
  * 1234567890123
17867
16707
  */
17868
16708
  siteId?: number;
17869
16709
  /**
16710
+ * @remarks
16711
+ * The website name.
16712
+ *
17870
16713
  * @example
17871
16714
  * example.com
17872
16715
  */
@@ -20120,249 +18963,6 @@ export declare class UpdateUserDeliveryTaskStatusResponse extends $tea.Model {
20120
18963
  [key: string]: any;
20121
18964
  });
20122
18965
  }
20123
- export declare class UpdateWafRuleRequest extends $tea.Model {
20124
- /**
20125
- * @remarks
20126
- * The configuration of the rule.
20127
- */
20128
- config?: WafRuleConfig;
20129
- /**
20130
- * @remarks
20131
- * The ID of the WAF rule, which can be obtained by calling the [ListWafRules](https://help.aliyun.com/document_detail/2850237.html) operation.
20132
- *
20133
- * This parameter is required.
20134
- *
20135
- * @example
20136
- * 20000001
20137
- */
20138
- id?: number;
20139
- /**
20140
- * @remarks
20141
- * The order of the rule in the ruleset.
20142
- *
20143
- * @example
20144
- * 1
20145
- */
20146
- position?: number;
20147
- /**
20148
- * @remarks
20149
- * The website ID, which can be obtained by calling the [ListSites](https://help.aliyun.com/document_detail/2850189.html) operation.
20150
- *
20151
- * This parameter is required.
20152
- *
20153
- * @example
20154
- * 1
20155
- */
20156
- siteId?: number;
20157
- /**
20158
- * @remarks
20159
- * The version of the website.
20160
- *
20161
- * @example
20162
- * 0
20163
- */
20164
- siteVersion?: number;
20165
- /**
20166
- * @remarks
20167
- * The status of the rule.
20168
- *
20169
- * @example
20170
- * on
20171
- */
20172
- status?: string;
20173
- static names(): {
20174
- [key: string]: string;
20175
- };
20176
- static types(): {
20177
- [key: string]: any;
20178
- };
20179
- constructor(map?: {
20180
- [key: string]: any;
20181
- });
20182
- }
20183
- export declare class UpdateWafRuleShrinkRequest extends $tea.Model {
20184
- /**
20185
- * @remarks
20186
- * The configuration of the rule.
20187
- */
20188
- configShrink?: string;
20189
- /**
20190
- * @remarks
20191
- * The ID of the WAF rule, which can be obtained by calling the [ListWafRules](https://help.aliyun.com/document_detail/2850237.html) operation.
20192
- *
20193
- * This parameter is required.
20194
- *
20195
- * @example
20196
- * 20000001
20197
- */
20198
- id?: number;
20199
- /**
20200
- * @remarks
20201
- * The order of the rule in the ruleset.
20202
- *
20203
- * @example
20204
- * 1
20205
- */
20206
- position?: number;
20207
- /**
20208
- * @remarks
20209
- * The website ID, which can be obtained by calling the [ListSites](https://help.aliyun.com/document_detail/2850189.html) operation.
20210
- *
20211
- * This parameter is required.
20212
- *
20213
- * @example
20214
- * 1
20215
- */
20216
- siteId?: number;
20217
- /**
20218
- * @remarks
20219
- * The version of the website.
20220
- *
20221
- * @example
20222
- * 0
20223
- */
20224
- siteVersion?: number;
20225
- /**
20226
- * @remarks
20227
- * The status of the rule.
20228
- *
20229
- * @example
20230
- * on
20231
- */
20232
- status?: string;
20233
- static names(): {
20234
- [key: string]: string;
20235
- };
20236
- static types(): {
20237
- [key: string]: any;
20238
- };
20239
- constructor(map?: {
20240
- [key: string]: any;
20241
- });
20242
- }
20243
- export declare class UpdateWafRuleResponseBody extends $tea.Model {
20244
- /**
20245
- * @remarks
20246
- * The ID of the WAF rule.[](~~2850237~~)
20247
- *
20248
- * @example
20249
- * 20000001
20250
- */
20251
- id?: number;
20252
- /**
20253
- * @remarks
20254
- * The request ID.
20255
- *
20256
- * @example
20257
- * 36af3fcc-43d0-441c-86b1-428951dc8225
20258
- */
20259
- requestId?: string;
20260
- static names(): {
20261
- [key: string]: string;
20262
- };
20263
- static types(): {
20264
- [key: string]: any;
20265
- };
20266
- constructor(map?: {
20267
- [key: string]: any;
20268
- });
20269
- }
20270
- export declare class UpdateWafRuleResponse extends $tea.Model {
20271
- headers?: {
20272
- [key: string]: string;
20273
- };
20274
- statusCode?: number;
20275
- body?: UpdateWafRuleResponseBody;
20276
- static names(): {
20277
- [key: string]: string;
20278
- };
20279
- static types(): {
20280
- [key: string]: any;
20281
- };
20282
- constructor(map?: {
20283
- [key: string]: any;
20284
- });
20285
- }
20286
- export declare class UpdateWafRulesetRequest extends $tea.Model {
20287
- /**
20288
- * @remarks
20289
- * The ID of the WAF ruleset, which can be obtained by calling the [ListWafRulesets](https://help.aliyun.com/document_detail/2850233.html) operation.
20290
- *
20291
- * This parameter is required.
20292
- *
20293
- * @example
20294
- * 10000001
20295
- */
20296
- id?: number;
20297
- /**
20298
- * @remarks
20299
- * The website ID, which can be obtained by calling the [ListSites](https://help.aliyun.com/document_detail/2850189.html) operation.
20300
- *
20301
- * @example
20302
- * 1
20303
- */
20304
- siteId?: number;
20305
- /**
20306
- * @remarks
20307
- * The version of the website.
20308
- *
20309
- * @example
20310
- * 1
20311
- */
20312
- siteVersion?: number;
20313
- /**
20314
- * @remarks
20315
- * The status to which you want to change the ruleset.
20316
- *
20317
- * @example
20318
- * on
20319
- */
20320
- status?: string;
20321
- static names(): {
20322
- [key: string]: string;
20323
- };
20324
- static types(): {
20325
- [key: string]: any;
20326
- };
20327
- constructor(map?: {
20328
- [key: string]: any;
20329
- });
20330
- }
20331
- export declare class UpdateWafRulesetResponseBody extends $tea.Model {
20332
- /**
20333
- * @remarks
20334
- * The request ID.
20335
- *
20336
- * @example
20337
- * 36af3fcc-43d0-441c-86b1-428951dc8225
20338
- */
20339
- requestId?: string;
20340
- static names(): {
20341
- [key: string]: string;
20342
- };
20343
- static types(): {
20344
- [key: string]: any;
20345
- };
20346
- constructor(map?: {
20347
- [key: string]: any;
20348
- });
20349
- }
20350
- export declare class UpdateWafRulesetResponse extends $tea.Model {
20351
- headers?: {
20352
- [key: string]: string;
20353
- };
20354
- statusCode?: number;
20355
- body?: UpdateWafRulesetResponseBody;
20356
- static names(): {
20357
- [key: string]: string;
20358
- };
20359
- static types(): {
20360
- [key: string]: any;
20361
- };
20362
- constructor(map?: {
20363
- [key: string]: any;
20364
- });
20365
- }
20366
18966
  export declare class UpdateWaitingRoomRequest extends $tea.Model {
20367
18967
  /**
20368
18968
  * @remarks
@@ -29242,6 +27842,10 @@ export declare class ListSitesResponseBodySites extends $tea.Model {
29242
27842
  * verify_d516cb3740f81f0cef77d162edd1****
29243
27843
  */
29244
27844
  verifyCode?: string;
27845
+ /**
27846
+ * @example
27847
+ * 2023-12-24T02:01:11Z
27848
+ */
29245
27849
  visitTime?: string;
29246
27850
  static names(): {
29247
27851
  [key: string]: string;
@@ -29644,7 +28248,7 @@ export declare class ListWafManagedRulesRequestQueryArgs extends $tea.Model {
29644
28248
  protectionLevels?: number[];
29645
28249
  /**
29646
28250
  * @remarks
29647
- * The status.
28251
+ * The status of the rule.
29648
28252
  *
29649
28253
  * @example
29650
28254
  * on
@@ -29769,299 +28373,6 @@ export declare class ListWafPhasesResponseBodyPhases extends $tea.Model {
29769
28373
  [key: string]: any;
29770
28374
  });
29771
28375
  }
29772
- export declare class ListWafRulesRequestQueryArgs extends $tea.Model {
29773
- configValueLike?: string;
29774
- /**
29775
- * @remarks
29776
- * Specifies whether to sort the returned data in descending order.
29777
- *
29778
- * @example
29779
- * true
29780
- */
29781
- desc?: boolean;
29782
- /**
29783
- * @remarks
29784
- * The ID of a WAF rule for exact search.
29785
- *
29786
- * @example
29787
- * 20000001
29788
- */
29789
- id?: number;
29790
- /**
29791
- * @remarks
29792
- * The ID or name of a WAF rule for fuzzy search.
29793
- *
29794
- * @example
29795
- * example
29796
- */
29797
- idNameLike?: string;
29798
- /**
29799
- * @remarks
29800
- * The name of a WAF rule for fuzzy search.
29801
- *
29802
- * @example
29803
- * example
29804
- */
29805
- nameLike?: string;
29806
- /**
29807
- * @remarks
29808
- * The column by which you want to sort the returned data.
29809
- *
29810
- * @example
29811
- * position
29812
- */
29813
- orderBy?: string;
29814
- /**
29815
- * @remarks
29816
- * The ID of a WAF ruleset for exact search.
29817
- *
29818
- * @example
29819
- * 10000001
29820
- */
29821
- rulesetId?: number;
29822
- /**
29823
- * @remarks
29824
- * The status of a WAF rule for exact search.
29825
- *
29826
- * @example
29827
- * on
29828
- */
29829
- status?: string;
29830
- static names(): {
29831
- [key: string]: string;
29832
- };
29833
- static types(): {
29834
- [key: string]: any;
29835
- };
29836
- constructor(map?: {
29837
- [key: string]: any;
29838
- });
29839
- }
29840
- export declare class ListWafRulesResponseBodyRules extends $tea.Model {
29841
- /**
29842
- * @remarks
29843
- * The action triggered when requests match conditions defined in the rule.
29844
- *
29845
- * @example
29846
- * deny
29847
- */
29848
- action?: string;
29849
- /**
29850
- * @remarks
29851
- * The fields in rate limiting rules.
29852
- */
29853
- characteristicsFields?: string[];
29854
- /**
29855
- * @remarks
29856
- * The configuration of the rule.
29857
- */
29858
- config?: WafRuleConfig;
29859
- /**
29860
- * @remarks
29861
- * The fields in the rule.
29862
- */
29863
- fields?: string[];
29864
- /**
29865
- * @remarks
29866
- * The rule ID.
29867
- *
29868
- * @example
29869
- * 20000001
29870
- */
29871
- id?: number;
29872
- /**
29873
- * @remarks
29874
- * The rule name.
29875
- *
29876
- * @example
29877
- * example
29878
- */
29879
- name?: string;
29880
- /**
29881
- * @remarks
29882
- * The WAF rule category.
29883
- *
29884
- * @example
29885
- * http_custom
29886
- */
29887
- phase?: string;
29888
- /**
29889
- * @remarks
29890
- * The position of the rule in the ruleset.
29891
- *
29892
- * @example
29893
- * 1
29894
- */
29895
- position?: number;
29896
- /**
29897
- * @remarks
29898
- * The ruleset ID.
29899
- *
29900
- * @example
29901
- * 10000001
29902
- */
29903
- rulesetId?: number;
29904
- /**
29905
- * @remarks
29906
- * The skip scope applied when requests match conditions defined in the whitelist rule.
29907
- *
29908
- * @example
29909
- * part
29910
- */
29911
- skip?: string;
29912
- /**
29913
- * @remarks
29914
- * Indicates whether the rule is enabled.
29915
- *
29916
- * @example
29917
- * on
29918
- */
29919
- status?: string;
29920
- /**
29921
- * @remarks
29922
- * The skipped WAF rule categories when requests match conditions defined in the whitelist rule.
29923
- */
29924
- tags?: string[];
29925
- /**
29926
- * @remarks
29927
- * The time when the rule takes effect.
29928
- */
29929
- timer?: WafTimer;
29930
- /**
29931
- * @remarks
29932
- * The WAF rule type.
29933
- *
29934
- * @example
29935
- * http_custom
29936
- */
29937
- type?: string;
29938
- /**
29939
- * @remarks
29940
- * The time when the rule was modified.
29941
- *
29942
- * @example
29943
- * 2024-01-01T00:00:00Z
29944
- */
29945
- updateTime?: string;
29946
- static names(): {
29947
- [key: string]: string;
29948
- };
29949
- static types(): {
29950
- [key: string]: any;
29951
- };
29952
- constructor(map?: {
29953
- [key: string]: any;
29954
- });
29955
- }
29956
- export declare class ListWafRulesetsRequestQueryArgs extends $tea.Model {
29957
- /**
29958
- * @remarks
29959
- * The ruleset ID, ruleset name, rule ID, or rule name for fuzzy search.
29960
- *
29961
- * @example
29962
- * example
29963
- */
29964
- anyLike?: string;
29965
- /**
29966
- * @remarks
29967
- * Specifies whether to sort the returned data in descending order.
29968
- */
29969
- desc?: boolean;
29970
- /**
29971
- * @remarks
29972
- * The ruleset name for fuzzy search.
29973
- *
29974
- * @example
29975
- * example
29976
- */
29977
- nameLike?: string;
29978
- /**
29979
- * @remarks
29980
- * The column by which you want to sort the returned data.
29981
- *
29982
- * @example
29983
- * id
29984
- */
29985
- orderBy?: string;
29986
- static names(): {
29987
- [key: string]: string;
29988
- };
29989
- static types(): {
29990
- [key: string]: any;
29991
- };
29992
- constructor(map?: {
29993
- [key: string]: any;
29994
- });
29995
- }
29996
- export declare class ListWafRulesetsResponseBodyRulesets extends $tea.Model {
29997
- /**
29998
- * @remarks
29999
- * The matched objects.
30000
- */
30001
- fields?: string[];
30002
- /**
30003
- * @remarks
30004
- * The ID of the WAF ruleset.[](~~2850233~~)
30005
- *
30006
- * @example
30007
- * 10000001
30008
- */
30009
- id?: number;
30010
- /**
30011
- * @remarks
30012
- * The ruleset name.
30013
- *
30014
- * @example
30015
- * example
30016
- */
30017
- name?: string;
30018
- /**
30019
- * @remarks
30020
- * The WAF rule category.
30021
- *
30022
- * @example
30023
- * http_bot
30024
- */
30025
- phase?: string;
30026
- /**
30027
- * @remarks
30028
- * The ruleset status.
30029
- *
30030
- * @example
30031
- * on
30032
- */
30033
- status?: string;
30034
- /**
30035
- * @remarks
30036
- * The type of the protection target in the http_bot rule category.
30037
- *
30038
- * @example
30039
- * web
30040
- */
30041
- target?: string;
30042
- /**
30043
- * @remarks
30044
- * The types of rules.
30045
- */
30046
- types?: string[];
30047
- /**
30048
- * @remarks
30049
- * The time when the ruleset was last modified.
30050
- *
30051
- * @example
30052
- * 2024-01-01T00:00:00Z
30053
- */
30054
- updateTime?: string;
30055
- static names(): {
30056
- [key: string]: string;
30057
- };
30058
- static types(): {
30059
- [key: string]: any;
30060
- };
30061
- constructor(map?: {
30062
- [key: string]: any;
30063
- });
30064
- }
30065
28376
  export declare class ListWafTemplateRulesRequestQueryArgs extends $tea.Model {
30066
28377
  /**
30067
28378
  * @remarks
@@ -30921,21 +29232,6 @@ export default class Client extends OpenApi {
30921
29232
  * @returns BatchCreateRecordsResponse
30922
29233
  */
30923
29234
  batchCreateRecords(request: BatchCreateRecordsRequest): Promise<BatchCreateRecordsResponse>;
30924
- /**
30925
- * Creates multiple rules of a specific Web Application Firewall (WAF) rule category at a time. You can also configure shared settings for the rules.
30926
- *
30927
- * @param tmpReq - BatchCreateWafRulesRequest
30928
- * @param runtime - runtime options for this request RuntimeOptions
30929
- * @returns BatchCreateWafRulesResponse
30930
- */
30931
- batchCreateWafRulesWithOptions(tmpReq: BatchCreateWafRulesRequest, runtime: $Util.RuntimeOptions): Promise<BatchCreateWafRulesResponse>;
30932
- /**
30933
- * Creates multiple rules of a specific Web Application Firewall (WAF) rule category at a time. You can also configure shared settings for the rules.
30934
- *
30935
- * @param request - BatchCreateWafRulesRequest
30936
- * @returns BatchCreateWafRulesResponse
30937
- */
30938
- batchCreateWafRules(request: BatchCreateWafRulesRequest): Promise<BatchCreateWafRulesResponse>;
30939
29235
  /**
30940
29236
  * Deletes key-value pairs from a namespace at a time based on keys.
30941
29237
  *
@@ -31177,21 +29473,6 @@ export default class Client extends OpenApi {
31177
29473
  */
31178
29474
  batchPutKvWithHighCapacity(request: BatchPutKvWithHighCapacityRequest): Promise<BatchPutKvWithHighCapacityResponse>;
31179
29475
  batchPutKvWithHighCapacityAdvance(request: BatchPutKvWithHighCapacityAdvanceRequest, runtime: $Util.RuntimeOptions): Promise<BatchPutKvWithHighCapacityResponse>;
31180
- /**
31181
- * Modifies multiple rules in a specific Web Application Firewall (WAF) ruleset at a time.
31182
- *
31183
- * @param tmpReq - BatchUpdateWafRulesRequest
31184
- * @param runtime - runtime options for this request RuntimeOptions
31185
- * @returns BatchUpdateWafRulesResponse
31186
- */
31187
- batchUpdateWafRulesWithOptions(tmpReq: BatchUpdateWafRulesRequest, runtime: $Util.RuntimeOptions): Promise<BatchUpdateWafRulesResponse>;
31188
- /**
31189
- * Modifies multiple rules in a specific Web Application Firewall (WAF) ruleset at a time.
31190
- *
31191
- * @param request - BatchUpdateWafRulesRequest
31192
- * @returns BatchUpdateWafRulesResponse
31193
- */
31194
- batchUpdateWafRules(request: BatchUpdateWafRulesRequest): Promise<BatchUpdateWafRulesResponse>;
31195
29476
  /**
31196
29477
  * Blocks URLs.
31197
29478
  *
@@ -31607,21 +29888,6 @@ export default class Client extends OpenApi {
31607
29888
  * @returns CreateUserDeliveryTaskResponse
31608
29889
  */
31609
29890
  createUserDeliveryTask(request: CreateUserDeliveryTaskRequest): Promise<CreateUserDeliveryTaskResponse>;
31610
- /**
31611
- * 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.
31612
- *
31613
- * @param tmpReq - CreateWafRuleRequest
31614
- * @param runtime - runtime options for this request RuntimeOptions
31615
- * @returns CreateWafRuleResponse
31616
- */
31617
- createWafRuleWithOptions(tmpReq: CreateWafRuleRequest, runtime: $Util.RuntimeOptions): Promise<CreateWafRuleResponse>;
31618
- /**
31619
- * 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.
31620
- *
31621
- * @param request - CreateWafRuleRequest
31622
- * @returns CreateWafRuleResponse
31623
- */
31624
- createWafRule(request: CreateWafRuleRequest): Promise<CreateWafRuleResponse>;
31625
29891
  /**
31626
29892
  * Creates a waiting room for a website.
31627
29893
  *
@@ -32009,36 +30275,6 @@ export default class Client extends OpenApi {
32009
30275
  * @returns DeleteUserDeliveryTaskResponse
32010
30276
  */
32011
30277
  deleteUserDeliveryTask(request: DeleteUserDeliveryTaskRequest): Promise<DeleteUserDeliveryTaskResponse>;
32012
- /**
32013
- * Deletes a Web Application Firewall (WAF) rule, including its configurations and match conditions.
32014
- *
32015
- * @param request - DeleteWafRuleRequest
32016
- * @param runtime - runtime options for this request RuntimeOptions
32017
- * @returns DeleteWafRuleResponse
32018
- */
32019
- deleteWafRuleWithOptions(request: DeleteWafRuleRequest, runtime: $Util.RuntimeOptions): Promise<DeleteWafRuleResponse>;
32020
- /**
32021
- * Deletes a Web Application Firewall (WAF) rule, including its configurations and match conditions.
32022
- *
32023
- * @param request - DeleteWafRuleRequest
32024
- * @returns DeleteWafRuleResponse
32025
- */
32026
- deleteWafRule(request: DeleteWafRuleRequest): Promise<DeleteWafRuleResponse>;
32027
- /**
32028
- * Deletes a Web Application Firewall (WAF) ruleset that is no longer needed.
32029
- *
32030
- * @param request - DeleteWafRulesetRequest
32031
- * @param runtime - runtime options for this request RuntimeOptions
32032
- * @returns DeleteWafRulesetResponse
32033
- */
32034
- deleteWafRulesetWithOptions(request: DeleteWafRulesetRequest, runtime: $Util.RuntimeOptions): Promise<DeleteWafRulesetResponse>;
32035
- /**
32036
- * Deletes a Web Application Firewall (WAF) ruleset that is no longer needed.
32037
- *
32038
- * @param request - DeleteWafRulesetRequest
32039
- * @returns DeleteWafRulesetResponse
32040
- */
32041
- deleteWafRuleset(request: DeleteWafRulesetRequest): Promise<DeleteWafRulesetResponse>;
32042
30278
  /**
32043
30279
  * Deletes a waiting room.
32044
30280
  *
@@ -32306,7 +30542,7 @@ export default class Client extends OpenApi {
32306
30542
  */
32307
30543
  getClientCertificate(request: GetClientCertificateRequest): Promise<GetClientCertificateResponse>;
32308
30544
  /**
32309
- * 获取客户端证书绑定的域名列表
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.
32310
30546
  *
32311
30547
  * @param request - GetClientCertificateHostnamesRequest
32312
30548
  * @param runtime - runtime options for this request RuntimeOptions
@@ -32314,7 +30550,7 @@ export default class Client extends OpenApi {
32314
30550
  */
32315
30551
  getClientCertificateHostnamesWithOptions(request: GetClientCertificateHostnamesRequest, runtime: $Util.RuntimeOptions): Promise<GetClientCertificateHostnamesResponse>;
32316
30552
  /**
32317
- * 获取客户端证书绑定的域名列表
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.
32318
30554
  *
32319
30555
  * @param request - GetClientCertificateHostnamesRequest
32320
30556
  * @returns GetClientCertificateHostnamesResponse
@@ -32874,36 +31110,6 @@ export default class Client extends OpenApi {
32874
31110
  * @returns GetWafQuotaResponse
32875
31111
  */
32876
31112
  getWafQuota(request: GetWafQuotaRequest): Promise<GetWafQuotaResponse>;
32877
- /**
32878
- * Queries the details of a Web Application Firewall (WAF) rule, such as its configuration and status.
32879
- *
32880
- * @param request - GetWafRuleRequest
32881
- * @param runtime - runtime options for this request RuntimeOptions
32882
- * @returns GetWafRuleResponse
32883
- */
32884
- getWafRuleWithOptions(request: GetWafRuleRequest, runtime: $Util.RuntimeOptions): Promise<GetWafRuleResponse>;
32885
- /**
32886
- * Queries the details of a Web Application Firewall (WAF) rule, such as its configuration and status.
32887
- *
32888
- * @param request - GetWafRuleRequest
32889
- * @returns GetWafRuleResponse
32890
- */
32891
- getWafRule(request: GetWafRuleRequest): Promise<GetWafRuleResponse>;
32892
- /**
32893
- * Queries the details of a Web Application Firewall (WAF) ruleset, such as the configuration and status.
32894
- *
32895
- * @param request - GetWafRulesetRequest
32896
- * @param runtime - runtime options for this request RuntimeOptions
32897
- * @returns GetWafRulesetResponse
32898
- */
32899
- getWafRulesetWithOptions(request: GetWafRulesetRequest, runtime: $Util.RuntimeOptions): Promise<GetWafRulesetResponse>;
32900
- /**
32901
- * Queries the details of a Web Application Firewall (WAF) ruleset, such as the configuration and status.
32902
- *
32903
- * @param request - GetWafRulesetRequest
32904
- * @returns GetWafRulesetResponse
32905
- */
32906
- getWafRuleset(request: GetWafRulesetRequest): Promise<GetWafRulesetResponse>;
32907
31113
  /**
32908
31114
  * Queries the cache reserve instances in your Alibaba Cloud account.
32909
31115
  *
@@ -33372,36 +31578,6 @@ export default class Client extends OpenApi {
33372
31578
  * @returns ListWafPhasesResponse
33373
31579
  */
33374
31580
  listWafPhases(request: ListWafPhasesRequest): Promise<ListWafPhasesResponse>;
33375
- /**
33376
- * 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.
33377
- *
33378
- * @param tmpReq - ListWafRulesRequest
33379
- * @param runtime - runtime options for this request RuntimeOptions
33380
- * @returns ListWafRulesResponse
33381
- */
33382
- listWafRulesWithOptions(tmpReq: ListWafRulesRequest, runtime: $Util.RuntimeOptions): Promise<ListWafRulesResponse>;
33383
- /**
33384
- * 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.
33385
- *
33386
- * @param request - ListWafRulesRequest
33387
- * @returns ListWafRulesResponse
33388
- */
33389
- listWafRules(request: ListWafRulesRequest): Promise<ListWafRulesResponse>;
33390
- /**
33391
- * 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.
33392
- *
33393
- * @param tmpReq - ListWafRulesetsRequest
33394
- * @param runtime - runtime options for this request RuntimeOptions
33395
- * @returns ListWafRulesetsResponse
33396
- */
33397
- listWafRulesetsWithOptions(tmpReq: ListWafRulesetsRequest, runtime: $Util.RuntimeOptions): Promise<ListWafRulesetsResponse>;
33398
- /**
33399
- * 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.
33400
- *
33401
- * @param request - ListWafRulesetsRequest
33402
- * @returns ListWafRulesetsResponse
33403
- */
33404
- listWafRulesets(request: ListWafRulesetsRequest): Promise<ListWafRulesetsResponse>;
33405
31581
  /**
33406
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.
33407
31583
  *
@@ -33738,7 +31914,7 @@ export default class Client extends OpenApi {
33738
31914
  */
33739
31915
  setCertificate(request: SetCertificateRequest): Promise<SetCertificateResponse>;
33740
31916
  /**
33741
- * 为客户端证书绑定域名
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.
33742
31918
  *
33743
31919
  * @param tmpReq - SetClientCertificateHostnamesRequest
33744
31920
  * @param runtime - runtime options for this request RuntimeOptions
@@ -33746,7 +31922,7 @@ export default class Client extends OpenApi {
33746
31922
  */
33747
31923
  setClientCertificateHostnamesWithOptions(tmpReq: SetClientCertificateHostnamesRequest, runtime: $Util.RuntimeOptions): Promise<SetClientCertificateHostnamesResponse>;
33748
31924
  /**
33749
- * 为客户端证书绑定域名
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.
33750
31926
  *
33751
31927
  * @param request - SetClientCertificateHostnamesRequest
33752
31928
  * @returns SetClientCertificateHostnamesResponse
@@ -34103,36 +32279,6 @@ export default class Client extends OpenApi {
34103
32279
  * @returns UpdateUserDeliveryTaskStatusResponse
34104
32280
  */
34105
32281
  updateUserDeliveryTaskStatus(request: UpdateUserDeliveryTaskStatusRequest): Promise<UpdateUserDeliveryTaskStatusResponse>;
34106
- /**
34107
- * Modifies the configuration or status of a Web Application Firewall (WAF) rule.
34108
- *
34109
- * @param tmpReq - UpdateWafRuleRequest
34110
- * @param runtime - runtime options for this request RuntimeOptions
34111
- * @returns UpdateWafRuleResponse
34112
- */
34113
- updateWafRuleWithOptions(tmpReq: UpdateWafRuleRequest, runtime: $Util.RuntimeOptions): Promise<UpdateWafRuleResponse>;
34114
- /**
34115
- * Modifies the configuration or status of a Web Application Firewall (WAF) rule.
34116
- *
34117
- * @param request - UpdateWafRuleRequest
34118
- * @returns UpdateWafRuleResponse
34119
- */
34120
- updateWafRule(request: UpdateWafRuleRequest): Promise<UpdateWafRuleResponse>;
34121
- /**
34122
- * Updates a WAF ruleset based on its ID.
34123
- *
34124
- * @param request - UpdateWafRulesetRequest
34125
- * @param runtime - runtime options for this request RuntimeOptions
34126
- * @returns UpdateWafRulesetResponse
34127
- */
34128
- updateWafRulesetWithOptions(request: UpdateWafRulesetRequest, runtime: $Util.RuntimeOptions): Promise<UpdateWafRulesetResponse>;
34129
- /**
34130
- * Updates a WAF ruleset based on its ID.
34131
- *
34132
- * @param request - UpdateWafRulesetRequest
34133
- * @returns UpdateWafRulesetResponse
34134
- */
34135
- updateWafRuleset(request: UpdateWafRulesetRequest): Promise<UpdateWafRulesetResponse>;
34136
32282
  /**
34137
32283
  * Modifies the configurations of a waiting room.
34138
32284
  *