@alicloud/ddoscoo20200101 1.0.1 → 1.2.0

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
@@ -91,7 +91,9 @@ export declare class AddAutoCcWhitelistResponse extends $tea.Model {
91
91
  export declare class AssociateWebCertRequest extends $tea.Model {
92
92
  cert?: string;
93
93
  certId?: number;
94
+ certIdentifier?: string;
94
95
  certName?: string;
96
+ certRegion?: string;
95
97
  domain?: string;
96
98
  key?: string;
97
99
  resourceGroupId?: string;
@@ -218,6 +220,47 @@ export declare class ConfigL7RsPolicyResponse extends $tea.Model {
218
220
  [key: string]: any;
219
221
  });
220
222
  }
223
+ export declare class ConfigLayer4RealLimitRequest extends $tea.Model {
224
+ instanceId?: string;
225
+ limitValue?: number;
226
+ static names(): {
227
+ [key: string]: string;
228
+ };
229
+ static types(): {
230
+ [key: string]: any;
231
+ };
232
+ constructor(map?: {
233
+ [key: string]: any;
234
+ });
235
+ }
236
+ export declare class ConfigLayer4RealLimitResponseBody extends $tea.Model {
237
+ requestId?: string;
238
+ static names(): {
239
+ [key: string]: string;
240
+ };
241
+ static types(): {
242
+ [key: string]: any;
243
+ };
244
+ constructor(map?: {
245
+ [key: string]: any;
246
+ });
247
+ }
248
+ export declare class ConfigLayer4RealLimitResponse extends $tea.Model {
249
+ headers: {
250
+ [key: string]: string;
251
+ };
252
+ statusCode: number;
253
+ body: ConfigLayer4RealLimitResponseBody;
254
+ static names(): {
255
+ [key: string]: string;
256
+ };
257
+ static types(): {
258
+ [key: string]: any;
259
+ };
260
+ constructor(map?: {
261
+ [key: string]: any;
262
+ });
263
+ }
221
264
  export declare class ConfigLayer4RemarkRequest extends $tea.Model {
222
265
  listeners?: string;
223
266
  static names(): {
@@ -1707,6 +1750,7 @@ export declare class DescribeAutoCcWhitelistResponse extends $tea.Model {
1707
1750
  });
1708
1751
  }
1709
1752
  export declare class DescribeBackSourceCidrRequest extends $tea.Model {
1753
+ ipVersion?: string;
1710
1754
  line?: string;
1711
1755
  resourceGroupId?: string;
1712
1756
  static names(): {
@@ -2550,6 +2594,47 @@ export declare class DescribeDomainResourceResponse extends $tea.Model {
2550
2594
  [key: string]: any;
2551
2595
  });
2552
2596
  }
2597
+ export declare class DescribeDomainSecurityProfileRequest extends $tea.Model {
2598
+ domain?: string;
2599
+ static names(): {
2600
+ [key: string]: string;
2601
+ };
2602
+ static types(): {
2603
+ [key: string]: any;
2604
+ };
2605
+ constructor(map?: {
2606
+ [key: string]: any;
2607
+ });
2608
+ }
2609
+ export declare class DescribeDomainSecurityProfileResponseBody extends $tea.Model {
2610
+ requestId?: string;
2611
+ result?: DescribeDomainSecurityProfileResponseBodyResult[];
2612
+ static names(): {
2613
+ [key: string]: string;
2614
+ };
2615
+ static types(): {
2616
+ [key: string]: any;
2617
+ };
2618
+ constructor(map?: {
2619
+ [key: string]: any;
2620
+ });
2621
+ }
2622
+ export declare class DescribeDomainSecurityProfileResponse extends $tea.Model {
2623
+ headers: {
2624
+ [key: string]: string;
2625
+ };
2626
+ statusCode: number;
2627
+ body: DescribeDomainSecurityProfileResponseBody;
2628
+ static names(): {
2629
+ [key: string]: string;
2630
+ };
2631
+ static types(): {
2632
+ [key: string]: any;
2633
+ };
2634
+ constructor(map?: {
2635
+ [key: string]: any;
2636
+ });
2637
+ }
2553
2638
  export declare class DescribeDomainStatusCodeCountRequest extends $tea.Model {
2554
2639
  domain?: string;
2555
2640
  endTime?: number;
@@ -2955,6 +3040,48 @@ export declare class DescribeElasticBandwidthSpecResponse extends $tea.Model {
2955
3040
  [key: string]: any;
2956
3041
  });
2957
3042
  }
3043
+ export declare class DescribeHeadersRequest extends $tea.Model {
3044
+ domain?: string;
3045
+ resourceGroupId?: string;
3046
+ static names(): {
3047
+ [key: string]: string;
3048
+ };
3049
+ static types(): {
3050
+ [key: string]: any;
3051
+ };
3052
+ constructor(map?: {
3053
+ [key: string]: any;
3054
+ });
3055
+ }
3056
+ export declare class DescribeHeadersResponseBody extends $tea.Model {
3057
+ customHeader?: DescribeHeadersResponseBodyCustomHeader;
3058
+ requestId?: string;
3059
+ static names(): {
3060
+ [key: string]: string;
3061
+ };
3062
+ static types(): {
3063
+ [key: string]: any;
3064
+ };
3065
+ constructor(map?: {
3066
+ [key: string]: any;
3067
+ });
3068
+ }
3069
+ export declare class DescribeHeadersResponse extends $tea.Model {
3070
+ headers: {
3071
+ [key: string]: string;
3072
+ };
3073
+ statusCode: number;
3074
+ body: DescribeHeadersResponseBody;
3075
+ static names(): {
3076
+ [key: string]: string;
3077
+ };
3078
+ static types(): {
3079
+ [key: string]: any;
3080
+ };
3081
+ constructor(map?: {
3082
+ [key: string]: any;
3083
+ });
3084
+ }
2958
3085
  export declare class DescribeHealthCheckListRequest extends $tea.Model {
2959
3086
  networkRules?: string;
2960
3087
  static names(): {
@@ -3078,6 +3205,50 @@ export declare class DescribeInstanceDetailsResponse extends $tea.Model {
3078
3205
  [key: string]: any;
3079
3206
  });
3080
3207
  }
3208
+ export declare class DescribeInstanceExtRequest extends $tea.Model {
3209
+ instanceId?: string;
3210
+ pageNumber?: string;
3211
+ pageSize?: string;
3212
+ static names(): {
3213
+ [key: string]: string;
3214
+ };
3215
+ static types(): {
3216
+ [key: string]: any;
3217
+ };
3218
+ constructor(map?: {
3219
+ [key: string]: any;
3220
+ });
3221
+ }
3222
+ export declare class DescribeInstanceExtResponseBody extends $tea.Model {
3223
+ instanceExtSpecs?: DescribeInstanceExtResponseBodyInstanceExtSpecs[];
3224
+ requestId?: string;
3225
+ totalCount?: number;
3226
+ static names(): {
3227
+ [key: string]: string;
3228
+ };
3229
+ static types(): {
3230
+ [key: string]: any;
3231
+ };
3232
+ constructor(map?: {
3233
+ [key: string]: any;
3234
+ });
3235
+ }
3236
+ export declare class DescribeInstanceExtResponse extends $tea.Model {
3237
+ headers: {
3238
+ [key: string]: string;
3239
+ };
3240
+ statusCode: number;
3241
+ body: DescribeInstanceExtResponseBody;
3242
+ static names(): {
3243
+ [key: string]: string;
3244
+ };
3245
+ static types(): {
3246
+ [key: string]: any;
3247
+ };
3248
+ constructor(map?: {
3249
+ [key: string]: any;
3250
+ });
3251
+ }
3081
3252
  export declare class DescribeInstanceIdsRequest extends $tea.Model {
3082
3253
  edition?: number;
3083
3254
  instanceIds?: string[];
@@ -3740,6 +3911,50 @@ export declare class DescribePortAutoCcStatusResponse extends $tea.Model {
3740
3911
  [key: string]: any;
3741
3912
  });
3742
3913
  }
3914
+ export declare class DescribePortCcAttackTopIPRequest extends $tea.Model {
3915
+ ip?: string;
3916
+ limit?: number;
3917
+ port?: string;
3918
+ startTimestamp?: number;
3919
+ static names(): {
3920
+ [key: string]: string;
3921
+ };
3922
+ static types(): {
3923
+ [key: string]: any;
3924
+ };
3925
+ constructor(map?: {
3926
+ [key: string]: any;
3927
+ });
3928
+ }
3929
+ export declare class DescribePortCcAttackTopIPResponseBody extends $tea.Model {
3930
+ requestId?: string;
3931
+ topIp?: DescribePortCcAttackTopIPResponseBodyTopIp[];
3932
+ static names(): {
3933
+ [key: string]: string;
3934
+ };
3935
+ static types(): {
3936
+ [key: string]: any;
3937
+ };
3938
+ constructor(map?: {
3939
+ [key: string]: any;
3940
+ });
3941
+ }
3942
+ export declare class DescribePortCcAttackTopIPResponse extends $tea.Model {
3943
+ headers: {
3944
+ [key: string]: string;
3945
+ };
3946
+ statusCode: number;
3947
+ body: DescribePortCcAttackTopIPResponseBody;
3948
+ static names(): {
3949
+ [key: string]: string;
3950
+ };
3951
+ static types(): {
3952
+ [key: string]: any;
3953
+ };
3954
+ constructor(map?: {
3955
+ [key: string]: any;
3956
+ });
3957
+ }
3743
3958
  export declare class DescribePortConnsCountRequest extends $tea.Model {
3744
3959
  endTime?: number;
3745
3960
  instanceIds?: string[];
@@ -4187,6 +4402,53 @@ export declare class DescribeSchedulerRulesResponse extends $tea.Model {
4187
4402
  [key: string]: any;
4188
4403
  });
4189
4404
  }
4405
+ export declare class DescribeSlaEventListRequest extends $tea.Model {
4406
+ endTime?: number;
4407
+ ip?: string;
4408
+ page?: number;
4409
+ pageSize?: number;
4410
+ region?: string;
4411
+ startTime?: number;
4412
+ static names(): {
4413
+ [key: string]: string;
4414
+ };
4415
+ static types(): {
4416
+ [key: string]: any;
4417
+ };
4418
+ constructor(map?: {
4419
+ [key: string]: any;
4420
+ });
4421
+ }
4422
+ export declare class DescribeSlaEventListResponseBody extends $tea.Model {
4423
+ requestId?: string;
4424
+ slaEvent?: DescribeSlaEventListResponseBodySlaEvent[];
4425
+ total?: number;
4426
+ static names(): {
4427
+ [key: string]: string;
4428
+ };
4429
+ static types(): {
4430
+ [key: string]: any;
4431
+ };
4432
+ constructor(map?: {
4433
+ [key: string]: any;
4434
+ });
4435
+ }
4436
+ export declare class DescribeSlaEventListResponse extends $tea.Model {
4437
+ headers: {
4438
+ [key: string]: string;
4439
+ };
4440
+ statusCode: number;
4441
+ body: DescribeSlaEventListResponseBody;
4442
+ static names(): {
4443
+ [key: string]: string;
4444
+ };
4445
+ static types(): {
4446
+ [key: string]: any;
4447
+ };
4448
+ constructor(map?: {
4449
+ [key: string]: any;
4450
+ });
4451
+ }
4190
4452
  export declare class DescribeSlsAuthStatusRequest extends $tea.Model {
4191
4453
  resourceGroupId?: string;
4192
4454
  static names(): {
@@ -4498,9 +4760,11 @@ export declare class DescribeTagResourcesResponse extends $tea.Model {
4498
4760
  [key: string]: any;
4499
4761
  });
4500
4762
  }
4501
- export declare class DescribeUdpReflectRequest extends $tea.Model {
4502
- instanceId?: string;
4503
- regionId?: string;
4763
+ export declare class DescribeTotalAttackMaxFlowRequest extends $tea.Model {
4764
+ endTime?: number;
4765
+ instanceIds?: string[];
4766
+ resourceGroupId?: string;
4767
+ startTime?: number;
4504
4768
  static names(): {
4505
4769
  [key: string]: string;
4506
4770
  };
@@ -4511,9 +4775,10 @@ export declare class DescribeUdpReflectRequest extends $tea.Model {
4511
4775
  [key: string]: any;
4512
4776
  });
4513
4777
  }
4514
- export declare class DescribeUdpReflectResponseBody extends $tea.Model {
4778
+ export declare class DescribeTotalAttackMaxFlowResponseBody extends $tea.Model {
4779
+ bps?: number;
4780
+ pps?: number;
4515
4781
  requestId?: string;
4516
- udpSports?: string[];
4517
4782
  static names(): {
4518
4783
  [key: string]: string;
4519
4784
  };
@@ -4524,12 +4789,12 @@ export declare class DescribeUdpReflectResponseBody extends $tea.Model {
4524
4789
  [key: string]: any;
4525
4790
  });
4526
4791
  }
4527
- export declare class DescribeUdpReflectResponse extends $tea.Model {
4792
+ export declare class DescribeTotalAttackMaxFlowResponse extends $tea.Model {
4528
4793
  headers: {
4529
4794
  [key: string]: string;
4530
4795
  };
4531
4796
  statusCode: number;
4532
- body: DescribeUdpReflectResponseBody;
4797
+ body: DescribeTotalAttackMaxFlowResponseBody;
4533
4798
  static names(): {
4534
4799
  [key: string]: string;
4535
4800
  };
@@ -4540,8 +4805,9 @@ export declare class DescribeUdpReflectResponse extends $tea.Model {
4540
4805
  [key: string]: any;
4541
4806
  });
4542
4807
  }
4543
- export declare class DescribeUnBlackholeCountRequest extends $tea.Model {
4544
- resourceGroupId?: string;
4808
+ export declare class DescribeUdpReflectRequest extends $tea.Model {
4809
+ instanceId?: string;
4810
+ regionId?: string;
4545
4811
  static names(): {
4546
4812
  [key: string]: string;
4547
4813
  };
@@ -4552,10 +4818,9 @@ export declare class DescribeUnBlackholeCountRequest extends $tea.Model {
4552
4818
  [key: string]: any;
4553
4819
  });
4554
4820
  }
4555
- export declare class DescribeUnBlackholeCountResponseBody extends $tea.Model {
4556
- remainCount?: number;
4821
+ export declare class DescribeUdpReflectResponseBody extends $tea.Model {
4557
4822
  requestId?: string;
4558
- totalCount?: number;
4823
+ udpSports?: string[];
4559
4824
  static names(): {
4560
4825
  [key: string]: string;
4561
4826
  };
@@ -4566,12 +4831,12 @@ export declare class DescribeUnBlackholeCountResponseBody extends $tea.Model {
4566
4831
  [key: string]: any;
4567
4832
  });
4568
4833
  }
4569
- export declare class DescribeUnBlackholeCountResponse extends $tea.Model {
4834
+ export declare class DescribeUdpReflectResponse extends $tea.Model {
4570
4835
  headers: {
4571
4836
  [key: string]: string;
4572
4837
  };
4573
4838
  statusCode: number;
4574
- body: DescribeUnBlackholeCountResponseBody;
4839
+ body: DescribeUdpReflectResponseBody;
4575
4840
  static names(): {
4576
4841
  [key: string]: string;
4577
4842
  };
@@ -4582,7 +4847,49 @@ export declare class DescribeUnBlackholeCountResponse extends $tea.Model {
4582
4847
  [key: string]: any;
4583
4848
  });
4584
4849
  }
4585
- export declare class DescribeUnBlockCountRequest extends $tea.Model {
4850
+ export declare class DescribeUnBlackholeCountRequest extends $tea.Model {
4851
+ resourceGroupId?: string;
4852
+ static names(): {
4853
+ [key: string]: string;
4854
+ };
4855
+ static types(): {
4856
+ [key: string]: any;
4857
+ };
4858
+ constructor(map?: {
4859
+ [key: string]: any;
4860
+ });
4861
+ }
4862
+ export declare class DescribeUnBlackholeCountResponseBody extends $tea.Model {
4863
+ remainCount?: number;
4864
+ requestId?: string;
4865
+ totalCount?: number;
4866
+ static names(): {
4867
+ [key: string]: string;
4868
+ };
4869
+ static types(): {
4870
+ [key: string]: any;
4871
+ };
4872
+ constructor(map?: {
4873
+ [key: string]: any;
4874
+ });
4875
+ }
4876
+ export declare class DescribeUnBlackholeCountResponse extends $tea.Model {
4877
+ headers: {
4878
+ [key: string]: string;
4879
+ };
4880
+ statusCode: number;
4881
+ body: DescribeUnBlackholeCountResponseBody;
4882
+ static names(): {
4883
+ [key: string]: string;
4884
+ };
4885
+ static types(): {
4886
+ [key: string]: any;
4887
+ };
4888
+ constructor(map?: {
4889
+ [key: string]: any;
4890
+ });
4891
+ }
4892
+ export declare class DescribeUnBlockCountRequest extends $tea.Model {
4586
4893
  resourceGroupId?: string;
4587
4894
  static names(): {
4588
4895
  [key: string]: string;
@@ -5090,6 +5397,52 @@ export declare class DescribeWebPreciseAccessRuleResponse extends $tea.Model {
5090
5397
  [key: string]: any;
5091
5398
  });
5092
5399
  }
5400
+ export declare class DescribeWebReportTopIpRequest extends $tea.Model {
5401
+ domain?: string;
5402
+ endTime?: number;
5403
+ interval?: number;
5404
+ queryType?: string;
5405
+ startTime?: number;
5406
+ top?: number;
5407
+ static names(): {
5408
+ [key: string]: string;
5409
+ };
5410
+ static types(): {
5411
+ [key: string]: any;
5412
+ };
5413
+ constructor(map?: {
5414
+ [key: string]: any;
5415
+ });
5416
+ }
5417
+ export declare class DescribeWebReportTopIpResponseBody extends $tea.Model {
5418
+ dataList?: DescribeWebReportTopIpResponseBodyDataList[];
5419
+ requestId?: string;
5420
+ static names(): {
5421
+ [key: string]: string;
5422
+ };
5423
+ static types(): {
5424
+ [key: string]: any;
5425
+ };
5426
+ constructor(map?: {
5427
+ [key: string]: any;
5428
+ });
5429
+ }
5430
+ export declare class DescribeWebReportTopIpResponse extends $tea.Model {
5431
+ headers: {
5432
+ [key: string]: string;
5433
+ };
5434
+ statusCode: number;
5435
+ body: DescribeWebReportTopIpResponseBody;
5436
+ static names(): {
5437
+ [key: string]: string;
5438
+ };
5439
+ static types(): {
5440
+ [key: string]: any;
5441
+ };
5442
+ constructor(map?: {
5443
+ [key: string]: any;
5444
+ });
5445
+ }
5093
5446
  export declare class DescribeWebRulesRequest extends $tea.Model {
5094
5447
  cname?: string;
5095
5448
  domain?: string;
@@ -5629,6 +5982,47 @@ export declare class EnableWebCCRuleResponse extends $tea.Model {
5629
5982
  [key: string]: any;
5630
5983
  });
5631
5984
  }
5985
+ export declare class ModifyBizBandWidthModeRequest extends $tea.Model {
5986
+ instanceId?: string;
5987
+ mode?: string;
5988
+ static names(): {
5989
+ [key: string]: string;
5990
+ };
5991
+ static types(): {
5992
+ [key: string]: any;
5993
+ };
5994
+ constructor(map?: {
5995
+ [key: string]: any;
5996
+ });
5997
+ }
5998
+ export declare class ModifyBizBandWidthModeResponseBody extends $tea.Model {
5999
+ requestId?: string;
6000
+ static names(): {
6001
+ [key: string]: string;
6002
+ };
6003
+ static types(): {
6004
+ [key: string]: any;
6005
+ };
6006
+ constructor(map?: {
6007
+ [key: string]: any;
6008
+ });
6009
+ }
6010
+ export declare class ModifyBizBandWidthModeResponse extends $tea.Model {
6011
+ headers: {
6012
+ [key: string]: string;
6013
+ };
6014
+ statusCode: number;
6015
+ body: ModifyBizBandWidthModeResponseBody;
6016
+ static names(): {
6017
+ [key: string]: string;
6018
+ };
6019
+ static types(): {
6020
+ [key: string]: any;
6021
+ };
6022
+ constructor(map?: {
6023
+ [key: string]: any;
6024
+ });
6025
+ }
5632
6026
  export declare class ModifyBlackholeStatusRequest extends $tea.Model {
5633
6027
  blackholeStatus?: string;
5634
6028
  instanceId?: string;
@@ -5842,6 +6236,48 @@ export declare class ModifyElasticBandWidthResponse extends $tea.Model {
5842
6236
  [key: string]: any;
5843
6237
  });
5844
6238
  }
6239
+ export declare class ModifyElasticBizBandWidthRequest extends $tea.Model {
6240
+ elasticBizBandwidth?: number;
6241
+ instanceId?: string;
6242
+ mode?: string;
6243
+ static names(): {
6244
+ [key: string]: string;
6245
+ };
6246
+ static types(): {
6247
+ [key: string]: any;
6248
+ };
6249
+ constructor(map?: {
6250
+ [key: string]: any;
6251
+ });
6252
+ }
6253
+ export declare class ModifyElasticBizBandWidthResponseBody extends $tea.Model {
6254
+ requestId?: string;
6255
+ static names(): {
6256
+ [key: string]: string;
6257
+ };
6258
+ static types(): {
6259
+ [key: string]: any;
6260
+ };
6261
+ constructor(map?: {
6262
+ [key: string]: any;
6263
+ });
6264
+ }
6265
+ export declare class ModifyElasticBizBandWidthResponse extends $tea.Model {
6266
+ headers: {
6267
+ [key: string]: string;
6268
+ };
6269
+ statusCode: number;
6270
+ body: ModifyElasticBizBandWidthResponseBody;
6271
+ static names(): {
6272
+ [key: string]: string;
6273
+ };
6274
+ static types(): {
6275
+ [key: string]: any;
6276
+ };
6277
+ constructor(map?: {
6278
+ [key: string]: any;
6279
+ });
6280
+ }
5845
6281
  export declare class ModifyFullLogTtlRequest extends $tea.Model {
5846
6282
  resourceGroupId?: string;
5847
6283
  ttl?: number;
@@ -5883,6 +6319,48 @@ export declare class ModifyFullLogTtlResponse extends $tea.Model {
5883
6319
  [key: string]: any;
5884
6320
  });
5885
6321
  }
6322
+ export declare class ModifyHeadersRequest extends $tea.Model {
6323
+ customHeaders?: string;
6324
+ domain?: string;
6325
+ resourceGroupId?: string;
6326
+ static names(): {
6327
+ [key: string]: string;
6328
+ };
6329
+ static types(): {
6330
+ [key: string]: any;
6331
+ };
6332
+ constructor(map?: {
6333
+ [key: string]: any;
6334
+ });
6335
+ }
6336
+ export declare class ModifyHeadersResponseBody extends $tea.Model {
6337
+ requestId?: string;
6338
+ static names(): {
6339
+ [key: string]: string;
6340
+ };
6341
+ static types(): {
6342
+ [key: string]: any;
6343
+ };
6344
+ constructor(map?: {
6345
+ [key: string]: any;
6346
+ });
6347
+ }
6348
+ export declare class ModifyHeadersResponse extends $tea.Model {
6349
+ headers: {
6350
+ [key: string]: string;
6351
+ };
6352
+ statusCode: number;
6353
+ body: ModifyHeadersResponseBody;
6354
+ static names(): {
6355
+ [key: string]: string;
6356
+ };
6357
+ static types(): {
6358
+ [key: string]: any;
6359
+ };
6360
+ constructor(map?: {
6361
+ [key: string]: any;
6362
+ });
6363
+ }
5886
6364
  export declare class ModifyHealthCheckConfigRequest extends $tea.Model {
5887
6365
  forwardProtocol?: string;
5888
6366
  frontendPort?: number;
@@ -6052,6 +6530,47 @@ export declare class ModifyNetworkRuleAttributeResponse extends $tea.Model {
6052
6530
  [key: string]: any;
6053
6531
  });
6054
6532
  }
6533
+ export declare class ModifyOcspStatusRequest extends $tea.Model {
6534
+ domain?: string;
6535
+ enable?: number;
6536
+ static names(): {
6537
+ [key: string]: string;
6538
+ };
6539
+ static types(): {
6540
+ [key: string]: any;
6541
+ };
6542
+ constructor(map?: {
6543
+ [key: string]: any;
6544
+ });
6545
+ }
6546
+ export declare class ModifyOcspStatusResponseBody extends $tea.Model {
6547
+ requestId?: string;
6548
+ static names(): {
6549
+ [key: string]: string;
6550
+ };
6551
+ static types(): {
6552
+ [key: string]: any;
6553
+ };
6554
+ constructor(map?: {
6555
+ [key: string]: any;
6556
+ });
6557
+ }
6558
+ export declare class ModifyOcspStatusResponse extends $tea.Model {
6559
+ headers: {
6560
+ [key: string]: string;
6561
+ };
6562
+ statusCode: number;
6563
+ body: ModifyOcspStatusResponseBody;
6564
+ static names(): {
6565
+ [key: string]: string;
6566
+ };
6567
+ static types(): {
6568
+ [key: string]: any;
6569
+ };
6570
+ constructor(map?: {
6571
+ [key: string]: any;
6572
+ });
6573
+ }
6055
6574
  export declare class ModifyPortRequest extends $tea.Model {
6056
6575
  backendPort?: string;
6057
6576
  frontendPort?: string;
@@ -7027,6 +7546,7 @@ export declare class DescribeBlockStatusResponseBodyStatusList extends $tea.Mode
7027
7546
  });
7028
7547
  }
7029
7548
  export declare class DescribeCertsResponseBodyCerts extends $tea.Model {
7549
+ certIdentifier?: string;
7030
7550
  common?: string;
7031
7551
  domainRelated?: boolean;
7032
7552
  endDate?: string;
@@ -7243,6 +7763,7 @@ export declare class DescribeDomainResourceResponseBodyWebRules extends $tea.Mod
7243
7763
  https2HttpEnable?: boolean;
7244
7764
  httpsExt?: string;
7245
7765
  instanceIds?: string[];
7766
+ ocspEnabled?: boolean;
7246
7767
  policyMode?: string;
7247
7768
  proxyEnabled?: boolean;
7248
7769
  proxyTypes?: DescribeDomainResourceResponseBodyWebRulesProxyTypes[];
@@ -7264,6 +7785,19 @@ export declare class DescribeDomainResourceResponseBodyWebRules extends $tea.Mod
7264
7785
  [key: string]: any;
7265
7786
  });
7266
7787
  }
7788
+ export declare class DescribeDomainSecurityProfileResponseBodyResult extends $tea.Model {
7789
+ globalEnable?: boolean;
7790
+ globalMode?: string;
7791
+ static names(): {
7792
+ [key: string]: string;
7793
+ };
7794
+ static types(): {
7795
+ [key: string]: any;
7796
+ };
7797
+ constructor(map?: {
7798
+ [key: string]: any;
7799
+ });
7800
+ }
7267
7801
  export declare class DescribeDomainStatusCodeListResponseBodyStatusCodeList extends $tea.Model {
7268
7802
  index?: number;
7269
7803
  status200?: number;
@@ -7357,6 +7891,19 @@ export declare class DescribeDomainViewTopUrlResponseBodyUrlList extends $tea.Mo
7357
7891
  [key: string]: any;
7358
7892
  });
7359
7893
  }
7894
+ export declare class DescribeHeadersResponseBodyCustomHeader extends $tea.Model {
7895
+ domain?: string;
7896
+ headers?: string;
7897
+ static names(): {
7898
+ [key: string]: string;
7899
+ };
7900
+ static types(): {
7901
+ [key: string]: any;
7902
+ };
7903
+ constructor(map?: {
7904
+ [key: string]: any;
7905
+ });
7906
+ }
7360
7907
  export declare class DescribeHealthCheckListResponseBodyHealthCheckListHealthCheck extends $tea.Model {
7361
7908
  domain?: string;
7362
7909
  down?: number;
@@ -7449,6 +7996,22 @@ export declare class DescribeInstanceDetailsResponseBodyInstanceDetails extends
7449
7996
  [key: string]: any;
7450
7997
  });
7451
7998
  }
7999
+ export declare class DescribeInstanceExtResponseBodyInstanceExtSpecs extends $tea.Model {
8000
+ functionVersion?: number;
8001
+ instanceId?: string;
8002
+ normalBandwidth?: number;
8003
+ productPlan?: number;
8004
+ servicePartner?: string;
8005
+ static names(): {
8006
+ [key: string]: string;
8007
+ };
8008
+ static types(): {
8009
+ [key: string]: any;
8010
+ };
8011
+ constructor(map?: {
8012
+ [key: string]: any;
8013
+ });
8014
+ }
7452
8015
  export declare class DescribeInstanceIdsResponseBodyInstanceIds extends $tea.Model {
7453
8016
  edition?: number;
7454
8017
  instanceId?: string;
@@ -7468,14 +8031,20 @@ export declare class DescribeInstanceIdsResponseBodyInstanceIds extends $tea.Mod
7468
8031
  export declare class DescribeInstanceSpecsResponseBodyInstanceSpecs extends $tea.Model {
7469
8032
  bandwidthMbps?: number;
7470
8033
  baseBandwidth?: number;
8034
+ connLimit?: number;
8035
+ cpsLimit?: number;
7471
8036
  defenseCount?: number;
7472
8037
  domainLimit?: number;
7473
8038
  elasticBandwidth?: number;
7474
8039
  elasticBw?: number;
8040
+ elasticBwModel?: string;
8041
+ elasticQps?: number;
8042
+ elasticQpsMode?: string;
7475
8043
  functionVersion?: string;
7476
8044
  instanceId?: string;
7477
8045
  portLimit?: number;
7478
8046
  qpsLimit?: number;
8047
+ realLimitBw?: number;
7479
8048
  siteLimit?: number;
7480
8049
  static names(): {
7481
8050
  [key: string]: string;
@@ -7523,8 +8092,11 @@ export declare class DescribeInstancesResponseBodyInstances extends $tea.Model {
7523
8092
  enabled?: number;
7524
8093
  expireTime?: number;
7525
8094
  instanceId?: string;
8095
+ ip?: string;
7526
8096
  ipMode?: string;
7527
8097
  ipVersion?: string;
8098
+ isFirstOpenBw?: number;
8099
+ isFirstOpenQps?: number;
7528
8100
  remark?: string;
7529
8101
  status?: number;
7530
8102
  static names(): {
@@ -7783,6 +8355,20 @@ export declare class DescribePortAutoCcStatusResponseBodyPortAutoCcStatus extend
7783
8355
  [key: string]: any;
7784
8356
  });
7785
8357
  }
8358
+ export declare class DescribePortCcAttackTopIPResponseBodyTopIp extends $tea.Model {
8359
+ areaId?: string;
8360
+ pv?: number;
8361
+ srcIp?: string;
8362
+ static names(): {
8363
+ [key: string]: string;
8364
+ };
8365
+ static types(): {
8366
+ [key: string]: any;
8367
+ };
8368
+ constructor(map?: {
8369
+ [key: string]: any;
8370
+ });
8371
+ }
7786
8372
  export declare class DescribePortConnsListResponseBodyConnsList extends $tea.Model {
7787
8373
  actConns?: number;
7788
8374
  conns?: number;
@@ -7808,6 +8394,14 @@ export declare class DescribePortFlowListResponseBodyPortFlowList extends $tea.M
7808
8394
  outBps?: number;
7809
8395
  outPps?: number;
7810
8396
  region?: string;
8397
+ slaBpsDropBps?: number;
8398
+ slaBpsDropPps?: number;
8399
+ slaConnDropBps?: number;
8400
+ slaConnDropPps?: number;
8401
+ slaCpsDropBps?: number;
8402
+ slaCpsDropPps?: number;
8403
+ slaPpsDropBps?: number;
8404
+ slaPpsDropPps?: number;
7811
8405
  time?: number;
7812
8406
  static names(): {
7813
8407
  [key: string]: string;
@@ -7947,6 +8541,7 @@ export declare class DescribeSchedulerRulesResponseBodySchedulerRulesParam exten
7947
8541
  });
7948
8542
  }
7949
8543
  export declare class DescribeSchedulerRulesResponseBodySchedulerRulesRules extends $tea.Model {
8544
+ line?: string;
7950
8545
  priority?: number;
7951
8546
  regionId?: string;
7952
8547
  restoreDelay?: number;
@@ -7980,6 +8575,21 @@ export declare class DescribeSchedulerRulesResponseBodySchedulerRules extends $t
7980
8575
  [key: string]: any;
7981
8576
  });
7982
8577
  }
8578
+ export declare class DescribeSlaEventListResponseBodySlaEvent extends $tea.Model {
8579
+ endTime?: number;
8580
+ ip?: string;
8581
+ region?: string;
8582
+ startTime?: number;
8583
+ static names(): {
8584
+ [key: string]: string;
8585
+ };
8586
+ static types(): {
8587
+ [key: string]: any;
8588
+ };
8589
+ constructor(map?: {
8590
+ [key: string]: any;
8591
+ });
8592
+ }
7983
8593
  export declare class DescribeStsGrantStatusResponseBodyStsGrant extends $tea.Model {
7984
8594
  status?: number;
7985
8595
  static names(): {
@@ -8171,6 +8781,7 @@ export declare class DescribeWebCcProtectSwitchResponseBodyProtectSwitchList ext
8171
8781
  blackWhiteListEnable?: number;
8172
8782
  ccCustomRuleEnable?: number;
8173
8783
  ccEnable?: number;
8784
+ ccGlobalSwitch?: string;
8174
8785
  ccTemplate?: string;
8175
8786
  domain?: string;
8176
8787
  preciseRuleEnable?: number;
@@ -8227,6 +8838,7 @@ export declare class DescribeWebInstanceRelationsResponseBodyWebInstanceRelation
8227
8838
  }
8228
8839
  export declare class DescribeWebPreciseAccessRuleResponseBodyPreciseAccessConfigListRuleListConditionList extends $tea.Model {
8229
8840
  content?: string;
8841
+ contentList?: string[];
8230
8842
  field?: string;
8231
8843
  headerName?: string;
8232
8844
  matchMethod?: string;
@@ -8269,6 +8881,21 @@ export declare class DescribeWebPreciseAccessRuleResponseBodyPreciseAccessConfig
8269
8881
  [key: string]: any;
8270
8882
  });
8271
8883
  }
8884
+ export declare class DescribeWebReportTopIpResponseBodyDataList extends $tea.Model {
8885
+ areaId?: string;
8886
+ count?: number;
8887
+ isp?: string;
8888
+ sourceIp?: string;
8889
+ static names(): {
8890
+ [key: string]: string;
8891
+ };
8892
+ static types(): {
8893
+ [key: string]: any;
8894
+ };
8895
+ constructor(map?: {
8896
+ [key: string]: any;
8897
+ });
8898
+ }
8272
8899
  export declare class DescribeWebRulesResponseBodyWebRulesGmCert extends $tea.Model {
8273
8900
  certId?: string;
8274
8901
  gmEnable?: number;
@@ -8315,6 +8942,7 @@ export declare class DescribeWebRulesResponseBodyWebRules extends $tea.Model {
8315
8942
  ccRuleEnabled?: boolean;
8316
8943
  ccTemplate?: string;
8317
8944
  certName?: string;
8945
+ certRegion?: string;
8318
8946
  cname?: string;
8319
8947
  customCiphers?: string[];
8320
8948
  domain?: string;
@@ -8363,14 +8991,48 @@ export default class Client extends OpenApi {
8363
8991
  }, endpoint: string): string;
8364
8992
  addAutoCcBlacklistWithOptions(request: AddAutoCcBlacklistRequest, runtime: $Util.RuntimeOptions): Promise<AddAutoCcBlacklistResponse>;
8365
8993
  addAutoCcBlacklist(request: AddAutoCcBlacklistRequest): Promise<AddAutoCcBlacklistResponse>;
8994
+ /**
8995
+ * You can call the AddAutoCcWhitelist operation to add IP addresses to the whitelist of an Anti-DDoS Pro or Anti-DDoS Premium instance. This way, the Anti-DDoS Pro or Anti-DDoS Premium instance allows traffic from the IP addresses.
8996
+ * By default, the traffic from the IP addresses that you add to the whitelist is always allowed. If you no longer use the whitelist, you can call the [EmptyAutoCcWhitelist](~~157505~~) operation to remove the IP addresses from the whitelist.
8997
+ * ### Limits
8998
+ * You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
8999
+ *
9000
+ * @param request AddAutoCcWhitelistRequest
9001
+ * @param runtime runtime options for this request RuntimeOptions
9002
+ * @return AddAutoCcWhitelistResponse
9003
+ */
8366
9004
  addAutoCcWhitelistWithOptions(request: AddAutoCcWhitelistRequest, runtime: $Util.RuntimeOptions): Promise<AddAutoCcWhitelistResponse>;
9005
+ /**
9006
+ * You can call the AddAutoCcWhitelist operation to add IP addresses to the whitelist of an Anti-DDoS Pro or Anti-DDoS Premium instance. This way, the Anti-DDoS Pro or Anti-DDoS Premium instance allows traffic from the IP addresses.
9007
+ * By default, the traffic from the IP addresses that you add to the whitelist is always allowed. If you no longer use the whitelist, you can call the [EmptyAutoCcWhitelist](~~157505~~) operation to remove the IP addresses from the whitelist.
9008
+ * ### Limits
9009
+ * You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
9010
+ *
9011
+ * @param request AddAutoCcWhitelistRequest
9012
+ * @return AddAutoCcWhitelistResponse
9013
+ */
8367
9014
  addAutoCcWhitelist(request: AddAutoCcWhitelistRequest): Promise<AddAutoCcWhitelistResponse>;
8368
9015
  associateWebCertWithOptions(request: AssociateWebCertRequest, runtime: $Util.RuntimeOptions): Promise<AssociateWebCertResponse>;
8369
9016
  associateWebCert(request: AssociateWebCertRequest): Promise<AssociateWebCertResponse>;
8370
9017
  attachSceneDefenseObjectWithOptions(request: AttachSceneDefenseObjectRequest, runtime: $Util.RuntimeOptions): Promise<AttachSceneDefenseObjectResponse>;
8371
9018
  attachSceneDefenseObject(request: AttachSceneDefenseObjectRequest): Promise<AttachSceneDefenseObjectResponse>;
9019
+ /**
9020
+ * If multiple origin servers are configured for a website that is added to Anti-DDoS Pro or Anti-DDoS Premium, you can modify the load balancing algorithms for back-to-origin traffic based on back-to-origin policies. The IP hash algorithm is used by default. You can change the algorithm to the round-robin or least response time algorithm. For more information, see the description of the **Policy** parameter in the "Request parameters" section of this topic.
9021
+ *
9022
+ * @param request ConfigL7RsPolicyRequest
9023
+ * @param runtime runtime options for this request RuntimeOptions
9024
+ * @return ConfigL7RsPolicyResponse
9025
+ */
8372
9026
  configL7RsPolicyWithOptions(request: ConfigL7RsPolicyRequest, runtime: $Util.RuntimeOptions): Promise<ConfigL7RsPolicyResponse>;
9027
+ /**
9028
+ * If multiple origin servers are configured for a website that is added to Anti-DDoS Pro or Anti-DDoS Premium, you can modify the load balancing algorithms for back-to-origin traffic based on back-to-origin policies. The IP hash algorithm is used by default. You can change the algorithm to the round-robin or least response time algorithm. For more information, see the description of the **Policy** parameter in the "Request parameters" section of this topic.
9029
+ *
9030
+ * @param request ConfigL7RsPolicyRequest
9031
+ * @return ConfigL7RsPolicyResponse
9032
+ */
8373
9033
  configL7RsPolicy(request: ConfigL7RsPolicyRequest): Promise<ConfigL7RsPolicyResponse>;
9034
+ configLayer4RealLimitWithOptions(request: ConfigLayer4RealLimitRequest, runtime: $Util.RuntimeOptions): Promise<ConfigLayer4RealLimitResponse>;
9035
+ configLayer4RealLimit(request: ConfigLayer4RealLimitRequest): Promise<ConfigLayer4RealLimitResponse>;
8374
9036
  configLayer4RemarkWithOptions(request: ConfigLayer4RemarkRequest, runtime: $Util.RuntimeOptions): Promise<ConfigLayer4RemarkResponse>;
8375
9037
  configLayer4Remark(request: ConfigLayer4RemarkRequest): Promise<ConfigLayer4RemarkResponse>;
8376
9038
  configLayer4RuleBakModeWithOptions(request: ConfigLayer4RuleBakModeRequest, runtime: $Util.RuntimeOptions): Promise<ConfigLayer4RuleBakModeResponse>;
@@ -8381,7 +9043,24 @@ export default class Client extends OpenApi {
8381
9043
  configNetworkRegionBlock(request: ConfigNetworkRegionBlockRequest): Promise<ConfigNetworkRegionBlockResponse>;
8382
9044
  configNetworkRulesWithOptions(request: ConfigNetworkRulesRequest, runtime: $Util.RuntimeOptions): Promise<ConfigNetworkRulesResponse>;
8383
9045
  configNetworkRules(request: ConfigNetworkRulesRequest): Promise<ConfigNetworkRulesResponse>;
9046
+ /**
9047
+ * You can call this operation to configure filtering policies to filter out UDP traffic from specific ports. This helps defend against UDP reflection attacks.
9048
+ * ### Limits
9049
+ * You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
9050
+ *
9051
+ * @param request ConfigUdpReflectRequest
9052
+ * @param runtime runtime options for this request RuntimeOptions
9053
+ * @return ConfigUdpReflectResponse
9054
+ */
8384
9055
  configUdpReflectWithOptions(request: ConfigUdpReflectRequest, runtime: $Util.RuntimeOptions): Promise<ConfigUdpReflectResponse>;
9056
+ /**
9057
+ * You can call this operation to configure filtering policies to filter out UDP traffic from specific ports. This helps defend against UDP reflection attacks.
9058
+ * ### Limits
9059
+ * You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
9060
+ *
9061
+ * @param request ConfigUdpReflectRequest
9062
+ * @return ConfigUdpReflectResponse
9063
+ */
8385
9064
  configUdpReflect(request: ConfigUdpReflectRequest): Promise<ConfigUdpReflectResponse>;
8386
9065
  configWebCCTemplateWithOptions(request: ConfigWebCCTemplateRequest, runtime: $Util.RuntimeOptions): Promise<ConfigWebCCTemplateResponse>;
8387
9066
  configWebCCTemplate(request: ConfigWebCCTemplateRequest): Promise<ConfigWebCCTemplateResponse>;
@@ -8393,13 +9072,45 @@ export default class Client extends OpenApi {
8393
9072
  createDomainResource(request: CreateDomainResourceRequest): Promise<CreateDomainResourceResponse>;
8394
9073
  createNetworkRulesWithOptions(request: CreateNetworkRulesRequest, runtime: $Util.RuntimeOptions): Promise<CreateNetworkRulesResponse>;
8395
9074
  createNetworkRules(request: CreateNetworkRulesRequest): Promise<CreateNetworkRulesResponse>;
9075
+ /**
9076
+ * You can call this operation by using Terraform. For more information about Terraform, see [What is Terraform?](~~95820~~).
9077
+ *
9078
+ * @param request CreatePortRequest
9079
+ * @param runtime runtime options for this request RuntimeOptions
9080
+ * @return CreatePortResponse
9081
+ */
8396
9082
  createPortWithOptions(request: CreatePortRequest, runtime: $Util.RuntimeOptions): Promise<CreatePortResponse>;
9083
+ /**
9084
+ * You can call this operation by using Terraform. For more information about Terraform, see [What is Terraform?](~~95820~~).
9085
+ *
9086
+ * @param request CreatePortRequest
9087
+ * @return CreatePortResponse
9088
+ */
8397
9089
  createPort(request: CreatePortRequest): Promise<CreatePortResponse>;
8398
9090
  createSceneDefensePolicyWithOptions(request: CreateSceneDefensePolicyRequest, runtime: $Util.RuntimeOptions): Promise<CreateSceneDefensePolicyResponse>;
8399
9091
  createSceneDefensePolicy(request: CreateSceneDefensePolicyRequest): Promise<CreateSceneDefensePolicyResponse>;
8400
9092
  createSchedulerRuleWithOptions(request: CreateSchedulerRuleRequest, runtime: $Util.RuntimeOptions): Promise<CreateSchedulerRuleResponse>;
8401
9093
  createSchedulerRule(request: CreateSchedulerRuleRequest): Promise<CreateSchedulerRuleResponse>;
9094
+ /**
9095
+ * You can call the CreateTagResources operation to add a tag to multiple Anti-DDoS Pro instances at a time.
9096
+ * > Anti-DDoS Premium does not support the tag feature.
9097
+ * ### Limits
9098
+ * You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
9099
+ *
9100
+ * @param request CreateTagResourcesRequest
9101
+ * @param runtime runtime options for this request RuntimeOptions
9102
+ * @return CreateTagResourcesResponse
9103
+ */
8402
9104
  createTagResourcesWithOptions(request: CreateTagResourcesRequest, runtime: $Util.RuntimeOptions): Promise<CreateTagResourcesResponse>;
9105
+ /**
9106
+ * You can call the CreateTagResources operation to add a tag to multiple Anti-DDoS Pro instances at a time.
9107
+ * > Anti-DDoS Premium does not support the tag feature.
9108
+ * ### Limits
9109
+ * You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
9110
+ *
9111
+ * @param request CreateTagResourcesRequest
9112
+ * @return CreateTagResourcesResponse
9113
+ */
8403
9114
  createTagResources(request: CreateTagResourcesRequest): Promise<CreateTagResourcesResponse>;
8404
9115
  createWebCCRuleWithOptions(request: CreateWebCCRuleRequest, runtime: $Util.RuntimeOptions): Promise<CreateWebCCRuleResponse>;
8405
9116
  createWebCCRule(request: CreateWebCCRuleRequest): Promise<CreateWebCCRuleResponse>;
@@ -8415,23 +9126,91 @@ export default class Client extends OpenApi {
8415
9126
  deleteDomainResource(request: DeleteDomainResourceRequest): Promise<DeleteDomainResourceResponse>;
8416
9127
  deleteNetworkRuleWithOptions(request: DeleteNetworkRuleRequest, runtime: $Util.RuntimeOptions): Promise<DeleteNetworkRuleResponse>;
8417
9128
  deleteNetworkRule(request: DeleteNetworkRuleRequest): Promise<DeleteNetworkRuleResponse>;
9129
+ /**
9130
+ * After you delete a port forwarding rule, the Anti-DDoS Pro or Anti-DDoS Premium instance no longer forwards service traffic on the Layer 4 port. Before you delete a specific port forwarding rule, make sure that the service traffic destined for the Layer 4 port is redirected to the origin server. This can prevent negative impacts on your services.
9131
+ * > You can call this operation by using Terraform. For more information about Terraform, see [What is Terraform?](~~95820~~).
9132
+ *
9133
+ * @param request DeletePortRequest
9134
+ * @param runtime runtime options for this request RuntimeOptions
9135
+ * @return DeletePortResponse
9136
+ */
8418
9137
  deletePortWithOptions(request: DeletePortRequest, runtime: $Util.RuntimeOptions): Promise<DeletePortResponse>;
9138
+ /**
9139
+ * After you delete a port forwarding rule, the Anti-DDoS Pro or Anti-DDoS Premium instance no longer forwards service traffic on the Layer 4 port. Before you delete a specific port forwarding rule, make sure that the service traffic destined for the Layer 4 port is redirected to the origin server. This can prevent negative impacts on your services.
9140
+ * > You can call this operation by using Terraform. For more information about Terraform, see [What is Terraform?](~~95820~~).
9141
+ *
9142
+ * @param request DeletePortRequest
9143
+ * @return DeletePortResponse
9144
+ */
8419
9145
  deletePort(request: DeletePortRequest): Promise<DeletePortResponse>;
8420
9146
  deleteSceneDefensePolicyWithOptions(request: DeleteSceneDefensePolicyRequest, runtime: $Util.RuntimeOptions): Promise<DeleteSceneDefensePolicyResponse>;
8421
9147
  deleteSceneDefensePolicy(request: DeleteSceneDefensePolicyRequest): Promise<DeleteSceneDefensePolicyResponse>;
8422
9148
  deleteSchedulerRuleWithOptions(request: DeleteSchedulerRuleRequest, runtime: $Util.RuntimeOptions): Promise<DeleteSchedulerRuleResponse>;
8423
9149
  deleteSchedulerRule(request: DeleteSchedulerRuleRequest): Promise<DeleteSchedulerRuleResponse>;
9150
+ /**
9151
+ * You can call the DeleteTagResources operation to remove tags from Anti-DDoS Pro instances.
9152
+ * > Only Anti-DDoS Pro supports tags.
9153
+ * ### Limits
9154
+ * You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
9155
+ *
9156
+ * @param request DeleteTagResourcesRequest
9157
+ * @param runtime runtime options for this request RuntimeOptions
9158
+ * @return DeleteTagResourcesResponse
9159
+ */
8424
9160
  deleteTagResourcesWithOptions(request: DeleteTagResourcesRequest, runtime: $Util.RuntimeOptions): Promise<DeleteTagResourcesResponse>;
9161
+ /**
9162
+ * You can call the DeleteTagResources operation to remove tags from Anti-DDoS Pro instances.
9163
+ * > Only Anti-DDoS Pro supports tags.
9164
+ * ### Limits
9165
+ * You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
9166
+ *
9167
+ * @param request DeleteTagResourcesRequest
9168
+ * @return DeleteTagResourcesResponse
9169
+ */
8425
9170
  deleteTagResources(request: DeleteTagResourcesRequest): Promise<DeleteTagResourcesResponse>;
8426
9171
  deleteWebCCRuleWithOptions(request: DeleteWebCCRuleRequest, runtime: $Util.RuntimeOptions): Promise<DeleteWebCCRuleResponse>;
8427
9172
  deleteWebCCRule(request: DeleteWebCCRuleRequest): Promise<DeleteWebCCRuleResponse>;
9173
+ /**
9174
+ * You can call the DeleteWebCacheCustomRule operation to delete the custom rules of the Static Page Caching policy for a website.
9175
+ * ### Limits
9176
+ * You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
9177
+ *
9178
+ * @param request DeleteWebCacheCustomRuleRequest
9179
+ * @param runtime runtime options for this request RuntimeOptions
9180
+ * @return DeleteWebCacheCustomRuleResponse
9181
+ */
8428
9182
  deleteWebCacheCustomRuleWithOptions(request: DeleteWebCacheCustomRuleRequest, runtime: $Util.RuntimeOptions): Promise<DeleteWebCacheCustomRuleResponse>;
9183
+ /**
9184
+ * You can call the DeleteWebCacheCustomRule operation to delete the custom rules of the Static Page Caching policy for a website.
9185
+ * ### Limits
9186
+ * You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
9187
+ *
9188
+ * @param request DeleteWebCacheCustomRuleRequest
9189
+ * @return DeleteWebCacheCustomRuleResponse
9190
+ */
8429
9191
  deleteWebCacheCustomRule(request: DeleteWebCacheCustomRuleRequest): Promise<DeleteWebCacheCustomRuleResponse>;
8430
9192
  deleteWebPreciseAccessRuleWithOptions(request: DeleteWebPreciseAccessRuleRequest, runtime: $Util.RuntimeOptions): Promise<DeleteWebPreciseAccessRuleResponse>;
8431
9193
  deleteWebPreciseAccessRule(request: DeleteWebPreciseAccessRuleRequest): Promise<DeleteWebPreciseAccessRuleResponse>;
8432
9194
  deleteWebRuleWithOptions(request: DeleteWebRuleRequest, runtime: $Util.RuntimeOptions): Promise<DeleteWebRuleResponse>;
8433
9195
  deleteWebRule(request: DeleteWebRuleRequest): Promise<DeleteWebRuleResponse>;
9196
+ /**
9197
+ * You can call the DescribeAsyncTasks operation to query the details of asynchronous export tasks, such as the IDs, start time, end time, status, parameters, and results.
9198
+ * ### Limits
9199
+ * You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
9200
+ *
9201
+ * @param request DescribeAsyncTasksRequest
9202
+ * @param runtime runtime options for this request RuntimeOptions
9203
+ * @return DescribeAsyncTasksResponse
9204
+ */
8434
9205
  describeAsyncTasksWithOptions(request: DescribeAsyncTasksRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAsyncTasksResponse>;
9206
+ /**
9207
+ * You can call the DescribeAsyncTasks operation to query the details of asynchronous export tasks, such as the IDs, start time, end time, status, parameters, and results.
9208
+ * ### Limits
9209
+ * You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
9210
+ *
9211
+ * @param request DescribeAsyncTasksRequest
9212
+ * @return DescribeAsyncTasksResponse
9213
+ */
8435
9214
  describeAsyncTasks(request: DescribeAsyncTasksRequest): Promise<DescribeAsyncTasksResponse>;
8436
9215
  describeAttackAnalysisMaxQpsWithOptions(request: DescribeAttackAnalysisMaxQpsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAttackAnalysisMaxQpsResponse>;
8437
9216
  describeAttackAnalysisMaxQps(request: DescribeAttackAnalysisMaxQpsRequest): Promise<DescribeAttackAnalysisMaxQpsResponse>;
@@ -8445,7 +9224,26 @@ export default class Client extends OpenApi {
8445
9224
  describeBackSourceCidr(request: DescribeBackSourceCidrRequest): Promise<DescribeBackSourceCidrResponse>;
8446
9225
  describeBlackholeStatusWithOptions(request: DescribeBlackholeStatusRequest, runtime: $Util.RuntimeOptions): Promise<DescribeBlackholeStatusResponse>;
8447
9226
  describeBlackholeStatus(request: DescribeBlackholeStatusRequest): Promise<DescribeBlackholeStatusResponse>;
9227
+ /**
9228
+ * This operation is used to query the Diversion from Origin Server configurations of one or more Anti-DDoS Pro instances.
9229
+ * > This operation is suitable only for Anti-DDoS Pro.
9230
+ * ### Limits
9231
+ * You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
9232
+ *
9233
+ * @param request DescribeBlockStatusRequest
9234
+ * @param runtime runtime options for this request RuntimeOptions
9235
+ * @return DescribeBlockStatusResponse
9236
+ */
8448
9237
  describeBlockStatusWithOptions(request: DescribeBlockStatusRequest, runtime: $Util.RuntimeOptions): Promise<DescribeBlockStatusResponse>;
9238
+ /**
9239
+ * This operation is used to query the Diversion from Origin Server configurations of one or more Anti-DDoS Pro instances.
9240
+ * > This operation is suitable only for Anti-DDoS Pro.
9241
+ * ### Limits
9242
+ * You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
9243
+ *
9244
+ * @param request DescribeBlockStatusRequest
9245
+ * @return DescribeBlockStatusResponse
9246
+ */
8449
9247
  describeBlockStatus(request: DescribeBlockStatusRequest): Promise<DescribeBlockStatusResponse>;
8450
9248
  describeCertsWithOptions(request: DescribeCertsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeCertsResponse>;
8451
9249
  describeCerts(request: DescribeCertsRequest): Promise<DescribeCertsResponse>;
@@ -8453,21 +9251,122 @@ export default class Client extends OpenApi {
8453
9251
  describeCnameReuses(request: DescribeCnameReusesRequest): Promise<DescribeCnameReusesResponse>;
8454
9252
  describeDDoSEventsWithOptions(request: DescribeDDoSEventsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDDoSEventsResponse>;
8455
9253
  describeDDoSEvents(request: DescribeDDoSEventsRequest): Promise<DescribeDDoSEventsResponse>;
9254
+ /**
9255
+ * You can call the DescribeDDosAllEventList operation to query DDoS attack events within a specific time range by page. The information about a DDoS attack event includes the start time and end time of the attack, attack event type, attacked object, peak bandwidth of attack traffic, and peak packet forwarding rate.
9256
+ * ### Limits
9257
+ * You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
9258
+ *
9259
+ * @param request DescribeDDosAllEventListRequest
9260
+ * @param runtime runtime options for this request RuntimeOptions
9261
+ * @return DescribeDDosAllEventListResponse
9262
+ */
8456
9263
  describeDDosAllEventListWithOptions(request: DescribeDDosAllEventListRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDDosAllEventListResponse>;
9264
+ /**
9265
+ * You can call the DescribeDDosAllEventList operation to query DDoS attack events within a specific time range by page. The information about a DDoS attack event includes the start time and end time of the attack, attack event type, attacked object, peak bandwidth of attack traffic, and peak packet forwarding rate.
9266
+ * ### Limits
9267
+ * You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
9268
+ *
9269
+ * @param request DescribeDDosAllEventListRequest
9270
+ * @return DescribeDDosAllEventListResponse
9271
+ */
8457
9272
  describeDDosAllEventList(request: DescribeDDosAllEventListRequest): Promise<DescribeDDosAllEventListResponse>;
9273
+ /**
9274
+ * > This operation is suitable only for volumetric attacks.
9275
+ *
9276
+ * @param request DescribeDDosEventAreaRequest
9277
+ * @param runtime runtime options for this request RuntimeOptions
9278
+ * @return DescribeDDosEventAreaResponse
9279
+ */
8458
9280
  describeDDosEventAreaWithOptions(request: DescribeDDosEventAreaRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDDosEventAreaResponse>;
9281
+ /**
9282
+ * > This operation is suitable only for volumetric attacks.
9283
+ *
9284
+ * @param request DescribeDDosEventAreaRequest
9285
+ * @return DescribeDDosEventAreaResponse
9286
+ */
8459
9287
  describeDDosEventArea(request: DescribeDDosEventAreaRequest): Promise<DescribeDDosEventAreaResponse>;
9288
+ /**
9289
+ * > This operation is suitable only for volumetric attacks.
9290
+ *
9291
+ * @param request DescribeDDosEventAttackTypeRequest
9292
+ * @param runtime runtime options for this request RuntimeOptions
9293
+ * @return DescribeDDosEventAttackTypeResponse
9294
+ */
8460
9295
  describeDDosEventAttackTypeWithOptions(request: DescribeDDosEventAttackTypeRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDDosEventAttackTypeResponse>;
9296
+ /**
9297
+ * > This operation is suitable only for volumetric attacks.
9298
+ *
9299
+ * @param request DescribeDDosEventAttackTypeRequest
9300
+ * @return DescribeDDosEventAttackTypeResponse
9301
+ */
8461
9302
  describeDDosEventAttackType(request: DescribeDDosEventAttackTypeRequest): Promise<DescribeDDosEventAttackTypeResponse>;
9303
+ /**
9304
+ * > This operation is suitable only for volumetric attacks.
9305
+ *
9306
+ * @param request DescribeDDosEventIspRequest
9307
+ * @param runtime runtime options for this request RuntimeOptions
9308
+ * @return DescribeDDosEventIspResponse
9309
+ */
8462
9310
  describeDDosEventIspWithOptions(request: DescribeDDosEventIspRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDDosEventIspResponse>;
9311
+ /**
9312
+ * > This operation is suitable only for volumetric attacks.
9313
+ *
9314
+ * @param request DescribeDDosEventIspRequest
9315
+ * @return DescribeDDosEventIspResponse
9316
+ */
8463
9317
  describeDDosEventIsp(request: DescribeDDosEventIspRequest): Promise<DescribeDDosEventIspResponse>;
8464
9318
  describeDDosEventMaxWithOptions(request: DescribeDDosEventMaxRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDDosEventMaxResponse>;
8465
9319
  describeDDosEventMax(request: DescribeDDosEventMaxRequest): Promise<DescribeDDosEventMaxResponse>;
9320
+ /**
9321
+ * > This operation is suitable only for volumetric attacks.
9322
+ *
9323
+ * @param request DescribeDDosEventSrcIpRequest
9324
+ * @param runtime runtime options for this request RuntimeOptions
9325
+ * @return DescribeDDosEventSrcIpResponse
9326
+ */
8466
9327
  describeDDosEventSrcIpWithOptions(request: DescribeDDosEventSrcIpRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDDosEventSrcIpResponse>;
9328
+ /**
9329
+ * > This operation is suitable only for volumetric attacks.
9330
+ *
9331
+ * @param request DescribeDDosEventSrcIpRequest
9332
+ * @return DescribeDDosEventSrcIpResponse
9333
+ */
8467
9334
  describeDDosEventSrcIp(request: DescribeDDosEventSrcIpRequest): Promise<DescribeDDosEventSrcIpResponse>;
9335
+ /**
9336
+ * You can call the DescribeDefenseCountStatistics operation to query the information about advanced mitigation sessions of an Anti-DDoS Premium instance. For example, you can query the number of advanced mitigation sessions that are used within the current calendar month and the number of available global advanced mitigation sessions.
9337
+ * > This operation is suitable only for Anti-DDoS Premium.
9338
+ * ### Limits
9339
+ * You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
9340
+ *
9341
+ * @param request DescribeDefenseCountStatisticsRequest
9342
+ * @param runtime runtime options for this request RuntimeOptions
9343
+ * @return DescribeDefenseCountStatisticsResponse
9344
+ */
8468
9345
  describeDefenseCountStatisticsWithOptions(request: DescribeDefenseCountStatisticsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDefenseCountStatisticsResponse>;
9346
+ /**
9347
+ * You can call the DescribeDefenseCountStatistics operation to query the information about advanced mitigation sessions of an Anti-DDoS Premium instance. For example, you can query the number of advanced mitigation sessions that are used within the current calendar month and the number of available global advanced mitigation sessions.
9348
+ * > This operation is suitable only for Anti-DDoS Premium.
9349
+ * ### Limits
9350
+ * You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
9351
+ *
9352
+ * @param request DescribeDefenseCountStatisticsRequest
9353
+ * @return DescribeDefenseCountStatisticsResponse
9354
+ */
8469
9355
  describeDefenseCountStatistics(request: DescribeDefenseCountStatisticsRequest): Promise<DescribeDefenseCountStatisticsResponse>;
9356
+ /**
9357
+ * > This operation is suitable only for Anti-DDoS Premium.
9358
+ *
9359
+ * @param request DescribeDefenseRecordsRequest
9360
+ * @param runtime runtime options for this request RuntimeOptions
9361
+ * @return DescribeDefenseRecordsResponse
9362
+ */
8470
9363
  describeDefenseRecordsWithOptions(request: DescribeDefenseRecordsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDefenseRecordsResponse>;
9364
+ /**
9365
+ * > This operation is suitable only for Anti-DDoS Premium.
9366
+ *
9367
+ * @param request DescribeDefenseRecordsRequest
9368
+ * @return DescribeDefenseRecordsResponse
9369
+ */
8471
9370
  describeDefenseRecords(request: DescribeDefenseRecordsRequest): Promise<DescribeDefenseRecordsResponse>;
8472
9371
  describeDomainAttackEventsWithOptions(request: DescribeDomainAttackEventsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDomainAttackEventsResponse>;
8473
9372
  describeDomainAttackEvents(request: DescribeDomainAttackEventsRequest): Promise<DescribeDomainAttackEventsResponse>;
@@ -8477,8 +9376,29 @@ export default class Client extends OpenApi {
8477
9376
  describeDomainQPSList(request: DescribeDomainQPSListRequest): Promise<DescribeDomainQPSListResponse>;
8478
9377
  describeDomainQpsWithCacheWithOptions(request: DescribeDomainQpsWithCacheRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDomainQpsWithCacheResponse>;
8479
9378
  describeDomainQpsWithCache(request: DescribeDomainQpsWithCacheRequest): Promise<DescribeDomainQpsWithCacheResponse>;
9379
+ /**
9380
+ * You can call the DescribeDomainResource operation to query the configurations of the forwarding rules that you create for a website by page. The configurations include the domain name-related configurations, protocol-related configurations, HTTPS-related configurations, and configurations that are used to mitigate HTTP flood attacks.
9381
+ * You can call this operation by using Terraform. For more information about Terraform, see [What is Terraform?](~~95820~~).
9382
+ * ### Limits
9383
+ * You can call this operation up to 50 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
9384
+ *
9385
+ * @param request DescribeDomainResourceRequest
9386
+ * @param runtime runtime options for this request RuntimeOptions
9387
+ * @return DescribeDomainResourceResponse
9388
+ */
8480
9389
  describeDomainResourceWithOptions(request: DescribeDomainResourceRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDomainResourceResponse>;
9390
+ /**
9391
+ * You can call the DescribeDomainResource operation to query the configurations of the forwarding rules that you create for a website by page. The configurations include the domain name-related configurations, protocol-related configurations, HTTPS-related configurations, and configurations that are used to mitigate HTTP flood attacks.
9392
+ * You can call this operation by using Terraform. For more information about Terraform, see [What is Terraform?](~~95820~~).
9393
+ * ### Limits
9394
+ * You can call this operation up to 50 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
9395
+ *
9396
+ * @param request DescribeDomainResourceRequest
9397
+ * @return DescribeDomainResourceResponse
9398
+ */
8481
9399
  describeDomainResource(request: DescribeDomainResourceRequest): Promise<DescribeDomainResourceResponse>;
9400
+ describeDomainSecurityProfileWithOptions(request: DescribeDomainSecurityProfileRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDomainSecurityProfileResponse>;
9401
+ describeDomainSecurityProfile(request: DescribeDomainSecurityProfileRequest): Promise<DescribeDomainSecurityProfileResponse>;
8482
9402
  describeDomainStatusCodeCountWithOptions(request: DescribeDomainStatusCodeCountRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDomainStatusCodeCountResponse>;
8483
9403
  describeDomainStatusCodeCount(request: DescribeDomainStatusCodeCountRequest): Promise<DescribeDomainStatusCodeCountResponse>;
8484
9404
  describeDomainStatusCodeListWithOptions(request: DescribeDomainStatusCodeListRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDomainStatusCodeListResponse>;
@@ -8495,23 +9415,87 @@ export default class Client extends OpenApi {
8495
9415
  describeDomainViewTopUrl(request: DescribeDomainViewTopUrlRequest): Promise<DescribeDomainViewTopUrlResponse>;
8496
9416
  describeDomainsWithOptions(request: DescribeDomainsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDomainsResponse>;
8497
9417
  describeDomains(request: DescribeDomainsRequest): Promise<DescribeDomainsResponse>;
9418
+ /**
9419
+ * > This operation is suitable only for Anti-DDoS Pro.
9420
+ *
9421
+ * @param request DescribeElasticBandwidthSpecRequest
9422
+ * @param runtime runtime options for this request RuntimeOptions
9423
+ * @return DescribeElasticBandwidthSpecResponse
9424
+ */
8498
9425
  describeElasticBandwidthSpecWithOptions(request: DescribeElasticBandwidthSpecRequest, runtime: $Util.RuntimeOptions): Promise<DescribeElasticBandwidthSpecResponse>;
9426
+ /**
9427
+ * > This operation is suitable only for Anti-DDoS Pro.
9428
+ *
9429
+ * @param request DescribeElasticBandwidthSpecRequest
9430
+ * @return DescribeElasticBandwidthSpecResponse
9431
+ */
8499
9432
  describeElasticBandwidthSpec(request: DescribeElasticBandwidthSpecRequest): Promise<DescribeElasticBandwidthSpecResponse>;
9433
+ describeHeadersWithOptions(request: DescribeHeadersRequest, runtime: $Util.RuntimeOptions): Promise<DescribeHeadersResponse>;
9434
+ describeHeaders(request: DescribeHeadersRequest): Promise<DescribeHeadersResponse>;
8500
9435
  describeHealthCheckListWithOptions(request: DescribeHealthCheckListRequest, runtime: $Util.RuntimeOptions): Promise<DescribeHealthCheckListResponse>;
8501
9436
  describeHealthCheckList(request: DescribeHealthCheckListRequest): Promise<DescribeHealthCheckListResponse>;
8502
9437
  describeHealthCheckStatusWithOptions(request: DescribeHealthCheckStatusRequest, runtime: $Util.RuntimeOptions): Promise<DescribeHealthCheckStatusResponse>;
8503
9438
  describeHealthCheckStatus(request: DescribeHealthCheckStatusRequest): Promise<DescribeHealthCheckStatusResponse>;
9439
+ /**
9440
+ * You can call the DescribeInstanceDetails operation to query the information about the IP addresses and ISP lines of the instances. The information includes the IP address, status, and protection line.
9441
+ * ### Limits
9442
+ * You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
9443
+ *
9444
+ * @param request DescribeInstanceDetailsRequest
9445
+ * @param runtime runtime options for this request RuntimeOptions
9446
+ * @return DescribeInstanceDetailsResponse
9447
+ */
8504
9448
  describeInstanceDetailsWithOptions(request: DescribeInstanceDetailsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeInstanceDetailsResponse>;
9449
+ /**
9450
+ * You can call the DescribeInstanceDetails operation to query the information about the IP addresses and ISP lines of the instances. The information includes the IP address, status, and protection line.
9451
+ * ### Limits
9452
+ * You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
9453
+ *
9454
+ * @param request DescribeInstanceDetailsRequest
9455
+ * @return DescribeInstanceDetailsResponse
9456
+ */
8505
9457
  describeInstanceDetails(request: DescribeInstanceDetailsRequest): Promise<DescribeInstanceDetailsResponse>;
9458
+ describeInstanceExtWithOptions(request: DescribeInstanceExtRequest, runtime: $Util.RuntimeOptions): Promise<DescribeInstanceExtResponse>;
9459
+ describeInstanceExt(request: DescribeInstanceExtRequest): Promise<DescribeInstanceExtResponse>;
8506
9460
  describeInstanceIdsWithOptions(request: DescribeInstanceIdsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeInstanceIdsResponse>;
8507
9461
  describeInstanceIds(request: DescribeInstanceIdsRequest): Promise<DescribeInstanceIdsResponse>;
9462
+ /**
9463
+ * You can call the DescribeInstanceSpecs operation to query the specifications of multiple Anti-DDoS Pro or Anti-DDoS Premium instances at a time. The specifications include the clean bandwidth, protection bandwidth, function plan, and the numbers of domain names and ports that can be protected.
9464
+ * ### Limits
9465
+ * You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
9466
+ *
9467
+ * @param request DescribeInstanceSpecsRequest
9468
+ * @param runtime runtime options for this request RuntimeOptions
9469
+ * @return DescribeInstanceSpecsResponse
9470
+ */
8508
9471
  describeInstanceSpecsWithOptions(request: DescribeInstanceSpecsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeInstanceSpecsResponse>;
9472
+ /**
9473
+ * You can call the DescribeInstanceSpecs operation to query the specifications of multiple Anti-DDoS Pro or Anti-DDoS Premium instances at a time. The specifications include the clean bandwidth, protection bandwidth, function plan, and the numbers of domain names and ports that can be protected.
9474
+ * ### Limits
9475
+ * You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
9476
+ *
9477
+ * @param request DescribeInstanceSpecsRequest
9478
+ * @return DescribeInstanceSpecsResponse
9479
+ */
8509
9480
  describeInstanceSpecs(request: DescribeInstanceSpecsRequest): Promise<DescribeInstanceSpecsResponse>;
8510
9481
  describeInstanceStatisticsWithOptions(request: DescribeInstanceStatisticsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeInstanceStatisticsResponse>;
8511
9482
  describeInstanceStatistics(request: DescribeInstanceStatisticsRequest): Promise<DescribeInstanceStatisticsResponse>;
8512
9483
  describeInstanceStatusWithOptions(request: DescribeInstanceStatusRequest, runtime: $Util.RuntimeOptions): Promise<DescribeInstanceStatusResponse>;
8513
9484
  describeInstanceStatus(request: DescribeInstanceStatusRequest): Promise<DescribeInstanceStatusResponse>;
9485
+ /**
9486
+ * You can call the DescribeInstances operation to query the details of Anti-DDoS Pro or Anti-DDoS Premium instances within the Alibaba Cloud account by page. The details include the ID, mitigation plan, expiration time, and forwarding status.
9487
+ *
9488
+ * @param request DescribeInstancesRequest
9489
+ * @param runtime runtime options for this request RuntimeOptions
9490
+ * @return DescribeInstancesResponse
9491
+ */
8514
9492
  describeInstancesWithOptions(request: DescribeInstancesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeInstancesResponse>;
9493
+ /**
9494
+ * You can call the DescribeInstances operation to query the details of Anti-DDoS Pro or Anti-DDoS Premium instances within the Alibaba Cloud account by page. The details include the ID, mitigation plan, expiration time, and forwarding status.
9495
+ *
9496
+ * @param request DescribeInstancesRequest
9497
+ * @return DescribeInstancesResponse
9498
+ */
8515
9499
  describeInstances(request: DescribeInstancesRequest): Promise<DescribeInstancesResponse>;
8516
9500
  describeL7RsPolicyWithOptions(request: DescribeL7RsPolicyRequest, runtime: $Util.RuntimeOptions): Promise<DescribeL7RsPolicyResponse>;
8517
9501
  describeL7RsPolicy(request: DescribeL7RsPolicyRequest): Promise<DescribeL7RsPolicyResponse>;
@@ -8525,14 +9509,61 @@ export default class Client extends OpenApi {
8525
9509
  describeNetworkRuleAttributes(request: DescribeNetworkRuleAttributesRequest): Promise<DescribeNetworkRuleAttributesResponse>;
8526
9510
  describeNetworkRulesWithOptions(request: DescribeNetworkRulesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeNetworkRulesResponse>;
8527
9511
  describeNetworkRules(request: DescribeNetworkRulesRequest): Promise<DescribeNetworkRulesResponse>;
9512
+ /**
9513
+ * > This operation is suitable only for Anti-DDoS Pro.
9514
+ * You can query operations performed on Anti-DDoS Pro, such as configuring burstable protection bandwidth, deactivating blackhole filtering, configuring the Diversion from Origin Server policy, using Anti-DDoS plans, changing the IP addresses of Elastic Compute Service (ECS) instances, and clearing all logs.
9515
+ *
9516
+ * @param request DescribeOpEntitiesRequest
9517
+ * @param runtime runtime options for this request RuntimeOptions
9518
+ * @return DescribeOpEntitiesResponse
9519
+ */
8528
9520
  describeOpEntitiesWithOptions(request: DescribeOpEntitiesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeOpEntitiesResponse>;
9521
+ /**
9522
+ * > This operation is suitable only for Anti-DDoS Pro.
9523
+ * You can query operations performed on Anti-DDoS Pro, such as configuring burstable protection bandwidth, deactivating blackhole filtering, configuring the Diversion from Origin Server policy, using Anti-DDoS plans, changing the IP addresses of Elastic Compute Service (ECS) instances, and clearing all logs.
9524
+ *
9525
+ * @param request DescribeOpEntitiesRequest
9526
+ * @return DescribeOpEntitiesResponse
9527
+ */
8529
9528
  describeOpEntities(request: DescribeOpEntitiesRequest): Promise<DescribeOpEntitiesResponse>;
9529
+ /**
9530
+ * You can call this operation by using Terraform. For more information about Terraform, see [What is Terraform?](~~95820~~).
9531
+ *
9532
+ * @param request DescribePortRequest
9533
+ * @param runtime runtime options for this request RuntimeOptions
9534
+ * @return DescribePortResponse
9535
+ */
8530
9536
  describePortWithOptions(request: DescribePortRequest, runtime: $Util.RuntimeOptions): Promise<DescribePortResponse>;
9537
+ /**
9538
+ * You can call this operation by using Terraform. For more information about Terraform, see [What is Terraform?](~~95820~~).
9539
+ *
9540
+ * @param request DescribePortRequest
9541
+ * @return DescribePortResponse
9542
+ */
8531
9543
  describePort(request: DescribePortRequest): Promise<DescribePortResponse>;
9544
+ /**
9545
+ * You can call this operation to query the peak bandwidth and peak packet rate of attack traffic on one or more Anti-DDoS Pro or Anti-DDoS Premium instances within a specific period of time.
9546
+ * ### Limits
9547
+ * You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
9548
+ *
9549
+ * @param request DescribePortAttackMaxFlowRequest
9550
+ * @param runtime runtime options for this request RuntimeOptions
9551
+ * @return DescribePortAttackMaxFlowResponse
9552
+ */
8532
9553
  describePortAttackMaxFlowWithOptions(request: DescribePortAttackMaxFlowRequest, runtime: $Util.RuntimeOptions): Promise<DescribePortAttackMaxFlowResponse>;
9554
+ /**
9555
+ * You can call this operation to query the peak bandwidth and peak packet rate of attack traffic on one or more Anti-DDoS Pro or Anti-DDoS Premium instances within a specific period of time.
9556
+ * ### Limits
9557
+ * You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
9558
+ *
9559
+ * @param request DescribePortAttackMaxFlowRequest
9560
+ * @return DescribePortAttackMaxFlowResponse
9561
+ */
8533
9562
  describePortAttackMaxFlow(request: DescribePortAttackMaxFlowRequest): Promise<DescribePortAttackMaxFlowResponse>;
8534
9563
  describePortAutoCcStatusWithOptions(request: DescribePortAutoCcStatusRequest, runtime: $Util.RuntimeOptions): Promise<DescribePortAutoCcStatusResponse>;
8535
9564
  describePortAutoCcStatus(request: DescribePortAutoCcStatusRequest): Promise<DescribePortAutoCcStatusResponse>;
9565
+ describePortCcAttackTopIPWithOptions(request: DescribePortCcAttackTopIPRequest, runtime: $Util.RuntimeOptions): Promise<DescribePortCcAttackTopIPResponse>;
9566
+ describePortCcAttackTopIP(request: DescribePortCcAttackTopIPRequest): Promise<DescribePortCcAttackTopIPResponse>;
8536
9567
  describePortConnsCountWithOptions(request: DescribePortConnsCountRequest, runtime: $Util.RuntimeOptions): Promise<DescribePortConnsCountResponse>;
8537
9568
  describePortConnsCount(request: DescribePortConnsCountRequest): Promise<DescribePortConnsCountResponse>;
8538
9569
  describePortConnsListWithOptions(request: DescribePortConnsListRequest, runtime: $Util.RuntimeOptions): Promise<DescribePortConnsListResponse>;
@@ -8543,37 +9574,200 @@ export default class Client extends OpenApi {
8543
9574
  describePortMaxConns(request: DescribePortMaxConnsRequest): Promise<DescribePortMaxConnsResponse>;
8544
9575
  describePortViewSourceCountriesWithOptions(request: DescribePortViewSourceCountriesRequest, runtime: $Util.RuntimeOptions): Promise<DescribePortViewSourceCountriesResponse>;
8545
9576
  describePortViewSourceCountries(request: DescribePortViewSourceCountriesRequest): Promise<DescribePortViewSourceCountriesResponse>;
9577
+ /**
9578
+ * You can call the DescribePortViewSourceIsps operation to query the ISPs from which requests are sent to one or more Anti-DDoS Pro or Anti-DDoS Premium instances within a specific period of time.
9579
+ * > The data returned for this operation cannot reflect the actual traffic volume because Layer 4 identity authentication algorithms are updated for Anti-DDoS Pro and Anti-DDoS Premium. You can call this operation to calculate only the proportion of requests sent from different ISPs. If you want to query the request traffic volume, we recommend that you call the [DescribePortFlowList](~~157460~~) operation.
9580
+ * ### Limits
9581
+ * You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
9582
+ *
9583
+ * @param request DescribePortViewSourceIspsRequest
9584
+ * @param runtime runtime options for this request RuntimeOptions
9585
+ * @return DescribePortViewSourceIspsResponse
9586
+ */
8546
9587
  describePortViewSourceIspsWithOptions(request: DescribePortViewSourceIspsRequest, runtime: $Util.RuntimeOptions): Promise<DescribePortViewSourceIspsResponse>;
9588
+ /**
9589
+ * You can call the DescribePortViewSourceIsps operation to query the ISPs from which requests are sent to one or more Anti-DDoS Pro or Anti-DDoS Premium instances within a specific period of time.
9590
+ * > The data returned for this operation cannot reflect the actual traffic volume because Layer 4 identity authentication algorithms are updated for Anti-DDoS Pro and Anti-DDoS Premium. You can call this operation to calculate only the proportion of requests sent from different ISPs. If you want to query the request traffic volume, we recommend that you call the [DescribePortFlowList](~~157460~~) operation.
9591
+ * ### Limits
9592
+ * You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
9593
+ *
9594
+ * @param request DescribePortViewSourceIspsRequest
9595
+ * @return DescribePortViewSourceIspsResponse
9596
+ */
8547
9597
  describePortViewSourceIsps(request: DescribePortViewSourceIspsRequest): Promise<DescribePortViewSourceIspsResponse>;
8548
9598
  describePortViewSourceProvincesWithOptions(request: DescribePortViewSourceProvincesRequest, runtime: $Util.RuntimeOptions): Promise<DescribePortViewSourceProvincesResponse>;
8549
9599
  describePortViewSourceProvinces(request: DescribePortViewSourceProvincesRequest): Promise<DescribePortViewSourceProvincesResponse>;
9600
+ /**
9601
+ * You can call the DescribeSceneDefenseObjects operation to query the protected objects of a scenario-specific custom policy.
9602
+ * Before you call this operation, make sure that you have created a scenario-specific custom policy by calling the [CreateSceneDefensePolicy](~~159779~~) operation.
9603
+ * ### Limits
9604
+ * You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
9605
+ *
9606
+ * @param request DescribeSceneDefenseObjectsRequest
9607
+ * @param runtime runtime options for this request RuntimeOptions
9608
+ * @return DescribeSceneDefenseObjectsResponse
9609
+ */
8550
9610
  describeSceneDefenseObjectsWithOptions(request: DescribeSceneDefenseObjectsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeSceneDefenseObjectsResponse>;
9611
+ /**
9612
+ * You can call the DescribeSceneDefenseObjects operation to query the protected objects of a scenario-specific custom policy.
9613
+ * Before you call this operation, make sure that you have created a scenario-specific custom policy by calling the [CreateSceneDefensePolicy](~~159779~~) operation.
9614
+ * ### Limits
9615
+ * You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
9616
+ *
9617
+ * @param request DescribeSceneDefenseObjectsRequest
9618
+ * @return DescribeSceneDefenseObjectsResponse
9619
+ */
8551
9620
  describeSceneDefenseObjects(request: DescribeSceneDefenseObjectsRequest): Promise<DescribeSceneDefenseObjectsResponse>;
9621
+ /**
9622
+ * You can call the DescribeSceneDefensePolicies operation to query the configurations of a scenario-specific custom policy that is created. For example, you can query the status, protected objects, and protection rules of the policy.
9623
+ * ### Limits
9624
+ * You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
9625
+ *
9626
+ * @param request DescribeSceneDefensePoliciesRequest
9627
+ * @param runtime runtime options for this request RuntimeOptions
9628
+ * @return DescribeSceneDefensePoliciesResponse
9629
+ */
8552
9630
  describeSceneDefensePoliciesWithOptions(request: DescribeSceneDefensePoliciesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeSceneDefensePoliciesResponse>;
9631
+ /**
9632
+ * You can call the DescribeSceneDefensePolicies operation to query the configurations of a scenario-specific custom policy that is created. For example, you can query the status, protected objects, and protection rules of the policy.
9633
+ * ### Limits
9634
+ * You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
9635
+ *
9636
+ * @param request DescribeSceneDefensePoliciesRequest
9637
+ * @return DescribeSceneDefensePoliciesResponse
9638
+ */
8553
9639
  describeSceneDefensePolicies(request: DescribeSceneDefensePoliciesRequest): Promise<DescribeSceneDefensePoliciesResponse>;
8554
9640
  describeSchedulerRulesWithOptions(request: DescribeSchedulerRulesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeSchedulerRulesResponse>;
8555
9641
  describeSchedulerRules(request: DescribeSchedulerRulesRequest): Promise<DescribeSchedulerRulesResponse>;
9642
+ describeSlaEventListWithOptions(request: DescribeSlaEventListRequest, runtime: $Util.RuntimeOptions): Promise<DescribeSlaEventListResponse>;
9643
+ describeSlaEventList(request: DescribeSlaEventListRequest): Promise<DescribeSlaEventListResponse>;
8556
9644
  describeSlsAuthStatusWithOptions(request: DescribeSlsAuthStatusRequest, runtime: $Util.RuntimeOptions): Promise<DescribeSlsAuthStatusResponse>;
8557
9645
  describeSlsAuthStatus(request: DescribeSlsAuthStatusRequest): Promise<DescribeSlsAuthStatusResponse>;
8558
9646
  describeSlsLogstoreInfoWithOptions(request: DescribeSlsLogstoreInfoRequest, runtime: $Util.RuntimeOptions): Promise<DescribeSlsLogstoreInfoResponse>;
8559
9647
  describeSlsLogstoreInfo(request: DescribeSlsLogstoreInfoRequest): Promise<DescribeSlsLogstoreInfoResponse>;
8560
9648
  describeSlsOpenStatusWithOptions(request: DescribeSlsOpenStatusRequest, runtime: $Util.RuntimeOptions): Promise<DescribeSlsOpenStatusResponse>;
8561
9649
  describeSlsOpenStatus(request: DescribeSlsOpenStatusRequest): Promise<DescribeSlsOpenStatusResponse>;
9650
+ /**
9651
+ * You can call the DescribeStsGrantStatus operation to query whether Anti-DDoS Pro or Anti-DDoS Premium of the current Alibaba Cloud account is authorized to access other cloud services.
9652
+ * ### Limits
9653
+ * You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
9654
+ *
9655
+ * @param request DescribeStsGrantStatusRequest
9656
+ * @param runtime runtime options for this request RuntimeOptions
9657
+ * @return DescribeStsGrantStatusResponse
9658
+ */
8562
9659
  describeStsGrantStatusWithOptions(request: DescribeStsGrantStatusRequest, runtime: $Util.RuntimeOptions): Promise<DescribeStsGrantStatusResponse>;
9660
+ /**
9661
+ * You can call the DescribeStsGrantStatus operation to query whether Anti-DDoS Pro or Anti-DDoS Premium of the current Alibaba Cloud account is authorized to access other cloud services.
9662
+ * ### Limits
9663
+ * You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
9664
+ *
9665
+ * @param request DescribeStsGrantStatusRequest
9666
+ * @return DescribeStsGrantStatusResponse
9667
+ */
8563
9668
  describeStsGrantStatus(request: DescribeStsGrantStatusRequest): Promise<DescribeStsGrantStatusResponse>;
9669
+ /**
9670
+ * You can call the DescribeSystemLog operation to query the system logs of Anti-DDoS Pro or Anti-DDoS Premium. The system logs contain only billing logs for the burstable clean bandwidth.
9671
+ * If you have enabled the burstable clean bandwidth feature, you can call this operation to query the details of the bills of the burstable clean bandwidth.
9672
+ * ### Limits
9673
+ * You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
9674
+ *
9675
+ * @param request DescribeSystemLogRequest
9676
+ * @param runtime runtime options for this request RuntimeOptions
9677
+ * @return DescribeSystemLogResponse
9678
+ */
8564
9679
  describeSystemLogWithOptions(request: DescribeSystemLogRequest, runtime: $Util.RuntimeOptions): Promise<DescribeSystemLogResponse>;
9680
+ /**
9681
+ * You can call the DescribeSystemLog operation to query the system logs of Anti-DDoS Pro or Anti-DDoS Premium. The system logs contain only billing logs for the burstable clean bandwidth.
9682
+ * If you have enabled the burstable clean bandwidth feature, you can call this operation to query the details of the bills of the burstable clean bandwidth.
9683
+ * ### Limits
9684
+ * You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
9685
+ *
9686
+ * @param request DescribeSystemLogRequest
9687
+ * @return DescribeSystemLogResponse
9688
+ */
8565
9689
  describeSystemLog(request: DescribeSystemLogRequest): Promise<DescribeSystemLogResponse>;
9690
+ /**
9691
+ * You can call this operation to query all tag keys and the Anti-DDoS Pro instances to which the tag keys are added by page.
9692
+ * > The tag feature is suitable only for Anti-DDoS Pro.
9693
+ * ### Limits
9694
+ * You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
9695
+ *
9696
+ * @param request DescribeTagKeysRequest
9697
+ * @param runtime runtime options for this request RuntimeOptions
9698
+ * @return DescribeTagKeysResponse
9699
+ */
8566
9700
  describeTagKeysWithOptions(request: DescribeTagKeysRequest, runtime: $Util.RuntimeOptions): Promise<DescribeTagKeysResponse>;
9701
+ /**
9702
+ * You can call this operation to query all tag keys and the Anti-DDoS Pro instances to which the tag keys are added by page.
9703
+ * > The tag feature is suitable only for Anti-DDoS Pro.
9704
+ * ### Limits
9705
+ * You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
9706
+ *
9707
+ * @param request DescribeTagKeysRequest
9708
+ * @return DescribeTagKeysResponse
9709
+ */
8567
9710
  describeTagKeys(request: DescribeTagKeysRequest): Promise<DescribeTagKeysResponse>;
9711
+ /**
9712
+ * You can call the DescribeTagResources operation to query the information about the tags that are added to an Anti-DDoS Pro instance.
9713
+ * > Only Anti-DDoS Pro supports tags.
9714
+ * ### Limits
9715
+ * You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
9716
+ *
9717
+ * @param request DescribeTagResourcesRequest
9718
+ * @param runtime runtime options for this request RuntimeOptions
9719
+ * @return DescribeTagResourcesResponse
9720
+ */
8568
9721
  describeTagResourcesWithOptions(request: DescribeTagResourcesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeTagResourcesResponse>;
9722
+ /**
9723
+ * You can call the DescribeTagResources operation to query the information about the tags that are added to an Anti-DDoS Pro instance.
9724
+ * > Only Anti-DDoS Pro supports tags.
9725
+ * ### Limits
9726
+ * You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
9727
+ *
9728
+ * @param request DescribeTagResourcesRequest
9729
+ * @return DescribeTagResourcesResponse
9730
+ */
8569
9731
  describeTagResources(request: DescribeTagResourcesRequest): Promise<DescribeTagResourcesResponse>;
9732
+ describeTotalAttackMaxFlowWithOptions(request: DescribeTotalAttackMaxFlowRequest, runtime: $Util.RuntimeOptions): Promise<DescribeTotalAttackMaxFlowResponse>;
9733
+ describeTotalAttackMaxFlow(request: DescribeTotalAttackMaxFlowRequest): Promise<DescribeTotalAttackMaxFlowResponse>;
8570
9734
  describeUdpReflectWithOptions(request: DescribeUdpReflectRequest, runtime: $Util.RuntimeOptions): Promise<DescribeUdpReflectResponse>;
8571
9735
  describeUdpReflect(request: DescribeUdpReflectRequest): Promise<DescribeUdpReflectResponse>;
8572
9736
  describeUnBlackholeCountWithOptions(request: DescribeUnBlackholeCountRequest, runtime: $Util.RuntimeOptions): Promise<DescribeUnBlackholeCountResponse>;
8573
9737
  describeUnBlackholeCount(request: DescribeUnBlackholeCountRequest): Promise<DescribeUnBlackholeCountResponse>;
9738
+ /**
9739
+ * > This operation is suitable only for Anti-DDoS Pro.
9740
+ *
9741
+ * @param request DescribeUnBlockCountRequest
9742
+ * @param runtime runtime options for this request RuntimeOptions
9743
+ * @return DescribeUnBlockCountResponse
9744
+ */
8574
9745
  describeUnBlockCountWithOptions(request: DescribeUnBlockCountRequest, runtime: $Util.RuntimeOptions): Promise<DescribeUnBlockCountResponse>;
9746
+ /**
9747
+ * > This operation is suitable only for Anti-DDoS Pro.
9748
+ *
9749
+ * @param request DescribeUnBlockCountRequest
9750
+ * @return DescribeUnBlockCountResponse
9751
+ */
8575
9752
  describeUnBlockCount(request: DescribeUnBlockCountRequest): Promise<DescribeUnBlockCountResponse>;
9753
+ /**
9754
+ * You can call the DescribeWebAccessLogDispatchStatus operation to check whether the log analysis feature is enabled for all domain names that are added to your Anti-DDoS Pro or Anti-DDoS Premium instance.
9755
+ * ### Limits
9756
+ * You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
9757
+ *
9758
+ * @param request DescribeWebAccessLogDispatchStatusRequest
9759
+ * @param runtime runtime options for this request RuntimeOptions
9760
+ * @return DescribeWebAccessLogDispatchStatusResponse
9761
+ */
8576
9762
  describeWebAccessLogDispatchStatusWithOptions(request: DescribeWebAccessLogDispatchStatusRequest, runtime: $Util.RuntimeOptions): Promise<DescribeWebAccessLogDispatchStatusResponse>;
9763
+ /**
9764
+ * You can call the DescribeWebAccessLogDispatchStatus operation to check whether the log analysis feature is enabled for all domain names that are added to your Anti-DDoS Pro or Anti-DDoS Premium instance.
9765
+ * ### Limits
9766
+ * You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
9767
+ *
9768
+ * @param request DescribeWebAccessLogDispatchStatusRequest
9769
+ * @return DescribeWebAccessLogDispatchStatusResponse
9770
+ */
8577
9771
  describeWebAccessLogDispatchStatus(request: DescribeWebAccessLogDispatchStatusRequest): Promise<DescribeWebAccessLogDispatchStatusResponse>;
8578
9772
  describeWebAccessLogEmptyCountWithOptions(request: DescribeWebAccessLogEmptyCountRequest, runtime: $Util.RuntimeOptions): Promise<DescribeWebAccessLogEmptyCountResponse>;
8579
9773
  describeWebAccessLogEmptyCount(request: DescribeWebAccessLogEmptyCountRequest): Promise<DescribeWebAccessLogEmptyCountResponse>;
@@ -8585,7 +9779,24 @@ export default class Client extends OpenApi {
8585
9779
  describeWebAreaBlockConfigs(request: DescribeWebAreaBlockConfigsRequest): Promise<DescribeWebAreaBlockConfigsResponse>;
8586
9780
  describeWebCCRulesWithOptions(request: DescribeWebCCRulesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeWebCCRulesResponse>;
8587
9781
  describeWebCCRules(request: DescribeWebCCRulesRequest): Promise<DescribeWebCCRulesResponse>;
9782
+ /**
9783
+ * You can call the DescribeWebCacheConfigs operation to query the Static Page Caching configurations of websites. The configurations include cache modes and custom caching rules.
9784
+ * ### Limits
9785
+ * You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
9786
+ *
9787
+ * @param request DescribeWebCacheConfigsRequest
9788
+ * @param runtime runtime options for this request RuntimeOptions
9789
+ * @return DescribeWebCacheConfigsResponse
9790
+ */
8588
9791
  describeWebCacheConfigsWithOptions(request: DescribeWebCacheConfigsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeWebCacheConfigsResponse>;
9792
+ /**
9793
+ * You can call the DescribeWebCacheConfigs operation to query the Static Page Caching configurations of websites. The configurations include cache modes and custom caching rules.
9794
+ * ### Limits
9795
+ * You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
9796
+ *
9797
+ * @param request DescribeWebCacheConfigsRequest
9798
+ * @return DescribeWebCacheConfigsResponse
9799
+ */
8589
9800
  describeWebCacheConfigs(request: DescribeWebCacheConfigsRequest): Promise<DescribeWebCacheConfigsResponse>;
8590
9801
  describeWebCcProtectSwitchWithOptions(request: DescribeWebCcProtectSwitchRequest, runtime: $Util.RuntimeOptions): Promise<DescribeWebCcProtectSwitchResponse>;
8591
9802
  describeWebCcProtectSwitch(request: DescribeWebCcProtectSwitchRequest): Promise<DescribeWebCcProtectSwitchResponse>;
@@ -8595,6 +9806,8 @@ export default class Client extends OpenApi {
8595
9806
  describeWebInstanceRelations(request: DescribeWebInstanceRelationsRequest): Promise<DescribeWebInstanceRelationsResponse>;
8596
9807
  describeWebPreciseAccessRuleWithOptions(request: DescribeWebPreciseAccessRuleRequest, runtime: $Util.RuntimeOptions): Promise<DescribeWebPreciseAccessRuleResponse>;
8597
9808
  describeWebPreciseAccessRule(request: DescribeWebPreciseAccessRuleRequest): Promise<DescribeWebPreciseAccessRuleResponse>;
9809
+ describeWebReportTopIpWithOptions(request: DescribeWebReportTopIpRequest, runtime: $Util.RuntimeOptions): Promise<DescribeWebReportTopIpResponse>;
9810
+ describeWebReportTopIp(request: DescribeWebReportTopIpRequest): Promise<DescribeWebReportTopIpResponse>;
8598
9811
  describeWebRulesWithOptions(request: DescribeWebRulesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeWebRulesResponse>;
8599
9812
  describeWebRules(request: DescribeWebRulesRequest): Promise<DescribeWebRulesResponse>;
8600
9813
  detachSceneDefenseObjectWithOptions(request: DetachSceneDefenseObjectRequest, runtime: $Util.RuntimeOptions): Promise<DetachSceneDefenseObjectResponse>;
@@ -8621,27 +9834,139 @@ export default class Client extends OpenApi {
8621
9834
  enableWebCC(request: EnableWebCCRequest): Promise<EnableWebCCResponse>;
8622
9835
  enableWebCCRuleWithOptions(request: EnableWebCCRuleRequest, runtime: $Util.RuntimeOptions): Promise<EnableWebCCRuleResponse>;
8623
9836
  enableWebCCRule(request: EnableWebCCRuleRequest): Promise<EnableWebCCRuleResponse>;
9837
+ /**
9838
+ * You can switch between the metering methods of the burstable clean bandwidth feature. The new metering method takes effect from 00:00 on the first day of the next month. You can change the metering method up to three times each calendar month. The most recent metering method that you select takes effect in the next month. You cannot change the metering method on the last day of each calendar month.
9839
+ *
9840
+ * @param request ModifyBizBandWidthModeRequest
9841
+ * @param runtime runtime options for this request RuntimeOptions
9842
+ * @return ModifyBizBandWidthModeResponse
9843
+ */
9844
+ modifyBizBandWidthModeWithOptions(request: ModifyBizBandWidthModeRequest, runtime: $Util.RuntimeOptions): Promise<ModifyBizBandWidthModeResponse>;
9845
+ /**
9846
+ * You can switch between the metering methods of the burstable clean bandwidth feature. The new metering method takes effect from 00:00 on the first day of the next month. You can change the metering method up to three times each calendar month. The most recent metering method that you select takes effect in the next month. You cannot change the metering method on the last day of each calendar month.
9847
+ *
9848
+ * @param request ModifyBizBandWidthModeRequest
9849
+ * @return ModifyBizBandWidthModeResponse
9850
+ */
9851
+ modifyBizBandWidthMode(request: ModifyBizBandWidthModeRequest): Promise<ModifyBizBandWidthModeResponse>;
8624
9852
  modifyBlackholeStatusWithOptions(request: ModifyBlackholeStatusRequest, runtime: $Util.RuntimeOptions): Promise<ModifyBlackholeStatusResponse>;
8625
9853
  modifyBlackholeStatus(request: ModifyBlackholeStatusRequest): Promise<ModifyBlackholeStatusResponse>;
9854
+ /**
9855
+ * > This operation is suitable only for Anti-DDoS Pro.
9856
+ *
9857
+ * @param request ModifyBlockStatusRequest
9858
+ * @param runtime runtime options for this request RuntimeOptions
9859
+ * @return ModifyBlockStatusResponse
9860
+ */
8626
9861
  modifyBlockStatusWithOptions(request: ModifyBlockStatusRequest, runtime: $Util.RuntimeOptions): Promise<ModifyBlockStatusResponse>;
9862
+ /**
9863
+ * > This operation is suitable only for Anti-DDoS Pro.
9864
+ *
9865
+ * @param request ModifyBlockStatusRequest
9866
+ * @return ModifyBlockStatusResponse
9867
+ */
8627
9868
  modifyBlockStatus(request: ModifyBlockStatusRequest): Promise<ModifyBlockStatusResponse>;
9869
+ /**
9870
+ * > This operation is suitable only for Anti-DDoS Premium.
9871
+ *
9872
+ * @param request ModifyCnameReuseRequest
9873
+ * @param runtime runtime options for this request RuntimeOptions
9874
+ * @return ModifyCnameReuseResponse
9875
+ */
8628
9876
  modifyCnameReuseWithOptions(request: ModifyCnameReuseRequest, runtime: $Util.RuntimeOptions): Promise<ModifyCnameReuseResponse>;
9877
+ /**
9878
+ * > This operation is suitable only for Anti-DDoS Premium.
9879
+ *
9880
+ * @param request ModifyCnameReuseRequest
9881
+ * @return ModifyCnameReuseResponse
9882
+ */
8629
9883
  modifyCnameReuse(request: ModifyCnameReuseRequest): Promise<ModifyCnameReuseResponse>;
8630
9884
  modifyDomainResourceWithOptions(request: ModifyDomainResourceRequest, runtime: $Util.RuntimeOptions): Promise<ModifyDomainResourceResponse>;
8631
9885
  modifyDomainResource(request: ModifyDomainResourceRequest): Promise<ModifyDomainResourceResponse>;
9886
+ /**
9887
+ * > This operation is suitable only for Anti-DDoS Pro.
9888
+ *
9889
+ * @param request ModifyElasticBandWidthRequest
9890
+ * @param runtime runtime options for this request RuntimeOptions
9891
+ * @return ModifyElasticBandWidthResponse
9892
+ */
8632
9893
  modifyElasticBandWidthWithOptions(request: ModifyElasticBandWidthRequest, runtime: $Util.RuntimeOptions): Promise<ModifyElasticBandWidthResponse>;
9894
+ /**
9895
+ * > This operation is suitable only for Anti-DDoS Pro.
9896
+ *
9897
+ * @param request ModifyElasticBandWidthRequest
9898
+ * @return ModifyElasticBandWidthResponse
9899
+ */
8633
9900
  modifyElasticBandWidth(request: ModifyElasticBandWidthRequest): Promise<ModifyElasticBandWidthResponse>;
9901
+ /**
9902
+ * Before you call this operation, make sure that you have fully understood the billing method and [pricing](https://help.aliyun.com/document_detail/283754.html) of the burstable clean bandwidth feature. After you call this operation for the first time, the modification immediately takes effect.
9903
+ *
9904
+ * @param request ModifyElasticBizBandWidthRequest
9905
+ * @param runtime runtime options for this request RuntimeOptions
9906
+ * @return ModifyElasticBizBandWidthResponse
9907
+ */
9908
+ modifyElasticBizBandWidthWithOptions(request: ModifyElasticBizBandWidthRequest, runtime: $Util.RuntimeOptions): Promise<ModifyElasticBizBandWidthResponse>;
9909
+ /**
9910
+ * Before you call this operation, make sure that you have fully understood the billing method and [pricing](https://help.aliyun.com/document_detail/283754.html) of the burstable clean bandwidth feature. After you call this operation for the first time, the modification immediately takes effect.
9911
+ *
9912
+ * @param request ModifyElasticBizBandWidthRequest
9913
+ * @return ModifyElasticBizBandWidthResponse
9914
+ */
9915
+ modifyElasticBizBandWidth(request: ModifyElasticBizBandWidthRequest): Promise<ModifyElasticBizBandWidthResponse>;
8634
9916
  modifyFullLogTtlWithOptions(request: ModifyFullLogTtlRequest, runtime: $Util.RuntimeOptions): Promise<ModifyFullLogTtlResponse>;
8635
9917
  modifyFullLogTtl(request: ModifyFullLogTtlRequest): Promise<ModifyFullLogTtlResponse>;
9918
+ modifyHeadersWithOptions(request: ModifyHeadersRequest, runtime: $Util.RuntimeOptions): Promise<ModifyHeadersResponse>;
9919
+ modifyHeaders(request: ModifyHeadersRequest): Promise<ModifyHeadersResponse>;
8636
9920
  modifyHealthCheckConfigWithOptions(request: ModifyHealthCheckConfigRequest, runtime: $Util.RuntimeOptions): Promise<ModifyHealthCheckConfigResponse>;
8637
9921
  modifyHealthCheckConfig(request: ModifyHealthCheckConfigRequest): Promise<ModifyHealthCheckConfigResponse>;
9922
+ /**
9923
+ * > This operation is suitable only for Anti-DDoS Pro.
9924
+ *
9925
+ * @param request ModifyHttp2EnableRequest
9926
+ * @param runtime runtime options for this request RuntimeOptions
9927
+ * @return ModifyHttp2EnableResponse
9928
+ */
8638
9929
  modifyHttp2EnableWithOptions(request: ModifyHttp2EnableRequest, runtime: $Util.RuntimeOptions): Promise<ModifyHttp2EnableResponse>;
9930
+ /**
9931
+ * > This operation is suitable only for Anti-DDoS Pro.
9932
+ *
9933
+ * @param request ModifyHttp2EnableRequest
9934
+ * @return ModifyHttp2EnableResponse
9935
+ */
8639
9936
  modifyHttp2Enable(request: ModifyHttp2EnableRequest): Promise<ModifyHttp2EnableResponse>;
8640
9937
  modifyInstanceRemarkWithOptions(request: ModifyInstanceRemarkRequest, runtime: $Util.RuntimeOptions): Promise<ModifyInstanceRemarkResponse>;
8641
9938
  modifyInstanceRemark(request: ModifyInstanceRemarkRequest): Promise<ModifyInstanceRemarkResponse>;
8642
9939
  modifyNetworkRuleAttributeWithOptions(request: ModifyNetworkRuleAttributeRequest, runtime: $Util.RuntimeOptions): Promise<ModifyNetworkRuleAttributeResponse>;
8643
9940
  modifyNetworkRuleAttribute(request: ModifyNetworkRuleAttributeRequest): Promise<ModifyNetworkRuleAttributeResponse>;
9941
+ /**
9942
+ * This feature is available only for a website that supports HTTPS. If HTTPS is selected for Protocol, we recommend that you enable this feature.
9943
+ *
9944
+ * @param request ModifyOcspStatusRequest
9945
+ * @param runtime runtime options for this request RuntimeOptions
9946
+ * @return ModifyOcspStatusResponse
9947
+ */
9948
+ modifyOcspStatusWithOptions(request: ModifyOcspStatusRequest, runtime: $Util.RuntimeOptions): Promise<ModifyOcspStatusResponse>;
9949
+ /**
9950
+ * This feature is available only for a website that supports HTTPS. If HTTPS is selected for Protocol, we recommend that you enable this feature.
9951
+ *
9952
+ * @param request ModifyOcspStatusRequest
9953
+ * @return ModifyOcspStatusResponse
9954
+ */
9955
+ modifyOcspStatus(request: ModifyOcspStatusRequest): Promise<ModifyOcspStatusResponse>;
9956
+ /**
9957
+ * You can call the ModifyPort operation by using Terraform. For more information about Terraform, see [What is Terraform?](~~95820~~).
9958
+ *
9959
+ * @param request ModifyPortRequest
9960
+ * @param runtime runtime options for this request RuntimeOptions
9961
+ * @return ModifyPortResponse
9962
+ */
8644
9963
  modifyPortWithOptions(request: ModifyPortRequest, runtime: $Util.RuntimeOptions): Promise<ModifyPortResponse>;
9964
+ /**
9965
+ * You can call the ModifyPort operation by using Terraform. For more information about Terraform, see [What is Terraform?](~~95820~~).
9966
+ *
9967
+ * @param request ModifyPortRequest
9968
+ * @return ModifyPortResponse
9969
+ */
8645
9970
  modifyPort(request: ModifyPortRequest): Promise<ModifyPortResponse>;
8646
9971
  modifyPortAutoCcStatusWithOptions(request: ModifyPortAutoCcStatusRequest, runtime: $Util.RuntimeOptions): Promise<ModifyPortAutoCcStatusResponse>;
8647
9972
  modifyPortAutoCcStatus(request: ModifyPortAutoCcStatusRequest): Promise<ModifyPortAutoCcStatusResponse>;
@@ -8659,7 +9984,24 @@ export default class Client extends OpenApi {
8659
9984
  modifyWebAccessMode(request: ModifyWebAccessModeRequest): Promise<ModifyWebAccessModeResponse>;
8660
9985
  modifyWebAreaBlockWithOptions(request: ModifyWebAreaBlockRequest, runtime: $Util.RuntimeOptions): Promise<ModifyWebAreaBlockResponse>;
8661
9986
  modifyWebAreaBlock(request: ModifyWebAreaBlockRequest): Promise<ModifyWebAreaBlockResponse>;
9987
+ /**
9988
+ * You can call the ModifyWebAreaBlockSwitch operation to enable or disable the Location Blacklist (Domain Names) policy for a domain name.
9989
+ * ### Limits
9990
+ * You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
9991
+ *
9992
+ * @param request ModifyWebAreaBlockSwitchRequest
9993
+ * @param runtime runtime options for this request RuntimeOptions
9994
+ * @return ModifyWebAreaBlockSwitchResponse
9995
+ */
8662
9996
  modifyWebAreaBlockSwitchWithOptions(request: ModifyWebAreaBlockSwitchRequest, runtime: $Util.RuntimeOptions): Promise<ModifyWebAreaBlockSwitchResponse>;
9997
+ /**
9998
+ * You can call the ModifyWebAreaBlockSwitch operation to enable or disable the Location Blacklist (Domain Names) policy for a domain name.
9999
+ * ### Limits
10000
+ * You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
10001
+ *
10002
+ * @param request ModifyWebAreaBlockSwitchRequest
10003
+ * @return ModifyWebAreaBlockSwitchResponse
10004
+ */
8663
10005
  modifyWebAreaBlockSwitch(request: ModifyWebAreaBlockSwitchRequest): Promise<ModifyWebAreaBlockSwitchResponse>;
8664
10006
  modifyWebCCRuleWithOptions(request: ModifyWebCCRuleRequest, runtime: $Util.RuntimeOptions): Promise<ModifyWebCCRuleResponse>;
8665
10007
  modifyWebCCRule(request: ModifyWebCCRuleRequest): Promise<ModifyWebCCRuleResponse>;
@@ -8667,7 +10009,24 @@ export default class Client extends OpenApi {
8667
10009
  modifyWebCacheCustomRule(request: ModifyWebCacheCustomRuleRequest): Promise<ModifyWebCacheCustomRuleResponse>;
8668
10010
  modifyWebCacheModeWithOptions(request: ModifyWebCacheModeRequest, runtime: $Util.RuntimeOptions): Promise<ModifyWebCacheModeResponse>;
8669
10011
  modifyWebCacheMode(request: ModifyWebCacheModeRequest): Promise<ModifyWebCacheModeResponse>;
10012
+ /**
10013
+ * You can call the ModifyWebCacheSwitch operation to enable or disable the Static Page Caching policy for a website.
10014
+ * ### Limits
10015
+ * You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
10016
+ *
10017
+ * @param request ModifyWebCacheSwitchRequest
10018
+ * @param runtime runtime options for this request RuntimeOptions
10019
+ * @return ModifyWebCacheSwitchResponse
10020
+ */
8670
10021
  modifyWebCacheSwitchWithOptions(request: ModifyWebCacheSwitchRequest, runtime: $Util.RuntimeOptions): Promise<ModifyWebCacheSwitchResponse>;
10022
+ /**
10023
+ * You can call the ModifyWebCacheSwitch operation to enable or disable the Static Page Caching policy for a website.
10024
+ * ### Limits
10025
+ * You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
10026
+ *
10027
+ * @param request ModifyWebCacheSwitchRequest
10028
+ * @return ModifyWebCacheSwitchResponse
10029
+ */
8671
10030
  modifyWebCacheSwitch(request: ModifyWebCacheSwitchRequest): Promise<ModifyWebCacheSwitchResponse>;
8672
10031
  modifyWebIpSetSwitchWithOptions(request: ModifyWebIpSetSwitchRequest, runtime: $Util.RuntimeOptions): Promise<ModifyWebIpSetSwitchResponse>;
8673
10032
  modifyWebIpSetSwitch(request: ModifyWebIpSetSwitchRequest): Promise<ModifyWebIpSetSwitchResponse>;
@@ -8677,8 +10036,40 @@ export default class Client extends OpenApi {
8677
10036
  modifyWebPreciseAccessSwitch(request: ModifyWebPreciseAccessSwitchRequest): Promise<ModifyWebPreciseAccessSwitchResponse>;
8678
10037
  modifyWebRuleWithOptions(request: ModifyWebRuleRequest, runtime: $Util.RuntimeOptions): Promise<ModifyWebRuleResponse>;
8679
10038
  modifyWebRule(request: ModifyWebRuleRequest): Promise<ModifyWebRuleResponse>;
10039
+ /**
10040
+ * The ID of the request, which is used to locate and troubleshoot issues.
10041
+ *
10042
+ * @param request ReleaseInstanceRequest
10043
+ * @param runtime runtime options for this request RuntimeOptions
10044
+ * @return ReleaseInstanceResponse
10045
+ */
8680
10046
  releaseInstanceWithOptions(request: ReleaseInstanceRequest, runtime: $Util.RuntimeOptions): Promise<ReleaseInstanceResponse>;
10047
+ /**
10048
+ * The ID of the request, which is used to locate and troubleshoot issues.
10049
+ *
10050
+ * @param request ReleaseInstanceRequest
10051
+ * @return ReleaseInstanceResponse
10052
+ */
8681
10053
  releaseInstance(request: ReleaseInstanceRequest): Promise<ReleaseInstanceResponse>;
10054
+ /**
10055
+ * You can call the SwitchSchedulerRule operation to modify the resources to which service traffic is switched for a scheduling rule. For example, you can switch service traffic to an Anti-DDoS Pro or Anti-DDoS Premium instance for scrubbing or switch the service traffic back to the associated cloud resources.
10056
+ * Before you call this operation, you must have created a scheduling rule by calling the [CreateSchedulerRule](~~157479~~) operation.
10057
+ * ### Limits
10058
+ * You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
10059
+ *
10060
+ * @param request SwitchSchedulerRuleRequest
10061
+ * @param runtime runtime options for this request RuntimeOptions
10062
+ * @return SwitchSchedulerRuleResponse
10063
+ */
8682
10064
  switchSchedulerRuleWithOptions(request: SwitchSchedulerRuleRequest, runtime: $Util.RuntimeOptions): Promise<SwitchSchedulerRuleResponse>;
10065
+ /**
10066
+ * You can call the SwitchSchedulerRule operation to modify the resources to which service traffic is switched for a scheduling rule. For example, you can switch service traffic to an Anti-DDoS Pro or Anti-DDoS Premium instance for scrubbing or switch the service traffic back to the associated cloud resources.
10067
+ * Before you call this operation, you must have created a scheduling rule by calling the [CreateSchedulerRule](~~157479~~) operation.
10068
+ * ### Limits
10069
+ * You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
10070
+ *
10071
+ * @param request SwitchSchedulerRuleRequest
10072
+ * @return SwitchSchedulerRuleResponse
10073
+ */
8683
10074
  switchSchedulerRule(request: SwitchSchedulerRuleRequest): Promise<SwitchSchedulerRuleResponse>;
8684
10075
  }