@alicloud/esa20240910 2.24.0 → 2.24.1

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
@@ -11928,6 +11928,11 @@ export declare class ListOriginRulesResponseBodyConfigs extends $dara.Model {
11928
11928
  * test.example.com
11929
11929
  */
11930
11930
  dnsRecord?: string;
11931
+ follow302Enable?: string;
11932
+ follow302MaxTries?: string;
11933
+ follow302RetainArgs?: string;
11934
+ follow302RetainHeader?: string;
11935
+ follow302TargetHost?: string;
11931
11936
  /**
11932
11937
  * @remarks
11933
11938
  * HOST carried in the origin request.
@@ -16293,6 +16298,8 @@ export declare class BatchCreateWafRulesRequest extends $dara.Model {
16293
16298
  * @remarks
16294
16299
  * Site ID, which can be obtained by calling the [ListSites](https://help.aliyun.com/document_detail/2850189.html) interface.
16295
16300
  *
16301
+ * This parameter is required.
16302
+ *
16296
16303
  * @example
16297
16304
  * 1
16298
16305
  */
@@ -16350,6 +16357,8 @@ export declare class BatchCreateWafRulesShrinkRequest extends $dara.Model {
16350
16357
  * @remarks
16351
16358
  * Site ID, which can be obtained by calling the [ListSites](https://help.aliyun.com/document_detail/2850189.html) interface.
16352
16359
  *
16360
+ * This parameter is required.
16361
+ *
16353
16362
  * @example
16354
16363
  * 1
16355
16364
  */
@@ -17003,6 +17012,8 @@ export declare class BatchUpdateWafRulesRequest extends $dara.Model {
17003
17012
  * @remarks
17004
17013
  * The website ID, which can be obtained by calling the [ListSites](https://help.aliyun.com/document_detail/2850189.html) operation.
17005
17014
  *
17015
+ * This parameter is required.
17016
+ *
17006
17017
  * @example
17007
17018
  * 1
17008
17019
  */
@@ -17060,6 +17071,8 @@ export declare class BatchUpdateWafRulesShrinkRequest extends $dara.Model {
17060
17071
  * @remarks
17061
17072
  * The website ID, which can be obtained by calling the [ListSites](https://help.aliyun.com/document_detail/2850189.html) operation.
17062
17073
  *
17074
+ * This parameter is required.
17075
+ *
17063
17076
  * @example
17064
17077
  * 1
17065
17078
  */
@@ -20750,6 +20763,11 @@ export declare class CreateOriginRuleRequest extends $dara.Model {
20750
20763
  * test.example.com
20751
20764
  */
20752
20765
  dnsRecord?: string;
20766
+ follow302Enable?: string;
20767
+ follow302MaxTries?: string;
20768
+ follow302RetainArgs?: string;
20769
+ follow302RetainHeader?: string;
20770
+ follow302TargetHost?: string;
20753
20771
  /**
20754
20772
  * @remarks
20755
20773
  * The HOST carried in the origin request.
@@ -33890,6 +33908,11 @@ export declare class GetOriginRuleResponseBody extends $dara.Model {
33890
33908
  * test.example.com
33891
33909
  */
33892
33910
  dnsRecord?: string;
33911
+ follow302Enable?: string;
33912
+ follow302MaxTries?: string;
33913
+ follow302RetainArgs?: string;
33914
+ follow302RetainHeader?: string;
33915
+ follow302TargetHost?: string;
33893
33916
  /**
33894
33917
  * @remarks
33895
33918
  * HOST carried in the origin request.
@@ -36840,6 +36863,7 @@ export declare class GetWafRuleResponseBody extends $dara.Model {
36840
36863
  * 36af3fcc-43d0-441c-86b1-428951dc8225
36841
36864
  */
36842
36865
  requestId?: string;
36866
+ rulesetId?: number;
36843
36867
  /**
36844
36868
  * @remarks
36845
36869
  * Rule status.
@@ -49844,6 +49868,11 @@ export declare class UpdateOriginRuleRequest extends $dara.Model {
49844
49868
  * test.example.com
49845
49869
  */
49846
49870
  dnsRecord?: string;
49871
+ follow302Enable?: string;
49872
+ follow302MaxTries?: string;
49873
+ follow302RetainArgs?: string;
49874
+ follow302RetainHeader?: string;
49875
+ follow302TargetHost?: string;
49847
49876
  /**
49848
49877
  * @remarks
49849
49878
  * The HOST carried in the origin request.