@alicloud/ddoscoo20200101 2.4.4 → 2.5.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/client.d.ts CHANGED
@@ -5303,6 +5303,157 @@ export declare class DescribeDomainAttackEventsResponse extends $tea.Model {
5303
5303
  [key: string]: any;
5304
5304
  });
5305
5305
  }
5306
+ export declare class DescribeDomainBpsRequest extends $tea.Model {
5307
+ /**
5308
+ * @example
5309
+ * www.example.com
5310
+ */
5311
+ domain?: string;
5312
+ /**
5313
+ * @remarks
5314
+ * This parameter is required.
5315
+ *
5316
+ * @example
5317
+ * 1722339300
5318
+ */
5319
+ endTime?: number;
5320
+ /**
5321
+ * @remarks
5322
+ * This parameter is required.
5323
+ *
5324
+ * @example
5325
+ * 600
5326
+ */
5327
+ interval?: number;
5328
+ /**
5329
+ * @remarks
5330
+ * This parameter is required.
5331
+ *
5332
+ * @example
5333
+ * cn
5334
+ */
5335
+ region?: string;
5336
+ /**
5337
+ * @remarks
5338
+ * This parameter is required.
5339
+ *
5340
+ * @example
5341
+ * 1719211800
5342
+ */
5343
+ startTime?: number;
5344
+ static names(): {
5345
+ [key: string]: string;
5346
+ };
5347
+ static types(): {
5348
+ [key: string]: any;
5349
+ };
5350
+ constructor(map?: {
5351
+ [key: string]: any;
5352
+ });
5353
+ }
5354
+ export declare class DescribeDomainBpsResponseBody extends $tea.Model {
5355
+ domainBps?: DescribeDomainBpsResponseBodyDomainBps[];
5356
+ /**
5357
+ * @example
5358
+ * C33EB3D5-AF96-43CA-9C7E-37A81BC06A1E
5359
+ */
5360
+ requestId?: string;
5361
+ static names(): {
5362
+ [key: string]: string;
5363
+ };
5364
+ static types(): {
5365
+ [key: string]: any;
5366
+ };
5367
+ constructor(map?: {
5368
+ [key: string]: any;
5369
+ });
5370
+ }
5371
+ export declare class DescribeDomainBpsResponse extends $tea.Model {
5372
+ headers?: {
5373
+ [key: string]: string;
5374
+ };
5375
+ statusCode?: number;
5376
+ body?: DescribeDomainBpsResponseBody;
5377
+ static names(): {
5378
+ [key: string]: string;
5379
+ };
5380
+ static types(): {
5381
+ [key: string]: any;
5382
+ };
5383
+ constructor(map?: {
5384
+ [key: string]: any;
5385
+ });
5386
+ }
5387
+ export declare class DescribeDomainH2FingerprintRequest extends $tea.Model {
5388
+ /**
5389
+ * @example
5390
+ * example.aliyundoc.com
5391
+ */
5392
+ domain?: string;
5393
+ /**
5394
+ * @example
5395
+ * 1726318200
5396
+ */
5397
+ endTime?: number;
5398
+ /**
5399
+ * @remarks
5400
+ * This parameter is required.
5401
+ *
5402
+ * @example
5403
+ * 20
5404
+ */
5405
+ limit?: number;
5406
+ /**
5407
+ * @remarks
5408
+ * This parameter is required.
5409
+ *
5410
+ * @example
5411
+ * 1716435180
5412
+ */
5413
+ startTime?: number;
5414
+ static names(): {
5415
+ [key: string]: string;
5416
+ };
5417
+ static types(): {
5418
+ [key: string]: any;
5419
+ };
5420
+ constructor(map?: {
5421
+ [key: string]: any;
5422
+ });
5423
+ }
5424
+ export declare class DescribeDomainH2FingerprintResponseBody extends $tea.Model {
5425
+ domainH2Fp?: DescribeDomainH2FingerprintResponseBodyDomainH2Fp[];
5426
+ /**
5427
+ * @example
5428
+ * 112777CC-2AD6-46FC-A263-00B931406FCD
5429
+ */
5430
+ requestId?: string;
5431
+ static names(): {
5432
+ [key: string]: string;
5433
+ };
5434
+ static types(): {
5435
+ [key: string]: any;
5436
+ };
5437
+ constructor(map?: {
5438
+ [key: string]: any;
5439
+ });
5440
+ }
5441
+ export declare class DescribeDomainH2FingerprintResponse extends $tea.Model {
5442
+ headers?: {
5443
+ [key: string]: string;
5444
+ };
5445
+ statusCode?: number;
5446
+ body?: DescribeDomainH2FingerprintResponseBody;
5447
+ static names(): {
5448
+ [key: string]: string;
5449
+ };
5450
+ static types(): {
5451
+ [key: string]: any;
5452
+ };
5453
+ constructor(map?: {
5454
+ [key: string]: any;
5455
+ });
5456
+ }
5306
5457
  export declare class DescribeDomainOverviewRequest extends $tea.Model {
5307
5458
  /**
5308
5459
  * @remarks
@@ -5904,17 +6055,358 @@ export declare class DescribeDomainStatusCodeListRequest extends $tea.Model {
5904
6055
  * @example
5905
6056
  * default
5906
6057
  */
5907
- resourceGroupId?: string;
6058
+ resourceGroupId?: string;
6059
+ /**
6060
+ * @remarks
6061
+ * The start time of the event. The value is a UNIX timestamp. Unit: seconds.
6062
+ *
6063
+ * > This UNIX timestamp must indicate a point in time that is accurate to the minute.
6064
+ *
6065
+ * This parameter is required.
6066
+ *
6067
+ * @example
6068
+ * 1582992000
6069
+ */
6070
+ startTime?: number;
6071
+ static names(): {
6072
+ [key: string]: string;
6073
+ };
6074
+ static types(): {
6075
+ [key: string]: any;
6076
+ };
6077
+ constructor(map?: {
6078
+ [key: string]: any;
6079
+ });
6080
+ }
6081
+ export declare class DescribeDomainStatusCodeListResponseBody extends $tea.Model {
6082
+ /**
6083
+ * @remarks
6084
+ * The ID of the request.
6085
+ *
6086
+ * @example
6087
+ * 3B63C0DD-8AC5-44B2-95D6-064CA9296B9C
6088
+ */
6089
+ requestId?: string;
6090
+ /**
6091
+ * @remarks
6092
+ * The statistics on response status codes.
6093
+ */
6094
+ statusCodeList?: DescribeDomainStatusCodeListResponseBodyStatusCodeList[];
6095
+ static names(): {
6096
+ [key: string]: string;
6097
+ };
6098
+ static types(): {
6099
+ [key: string]: any;
6100
+ };
6101
+ constructor(map?: {
6102
+ [key: string]: any;
6103
+ });
6104
+ }
6105
+ export declare class DescribeDomainStatusCodeListResponse extends $tea.Model {
6106
+ headers?: {
6107
+ [key: string]: string;
6108
+ };
6109
+ statusCode?: number;
6110
+ body?: DescribeDomainStatusCodeListResponseBody;
6111
+ static names(): {
6112
+ [key: string]: string;
6113
+ };
6114
+ static types(): {
6115
+ [key: string]: any;
6116
+ };
6117
+ constructor(map?: {
6118
+ [key: string]: any;
6119
+ });
6120
+ }
6121
+ export declare class DescribeDomainTopAttackListRequest extends $tea.Model {
6122
+ /**
6123
+ * @remarks
6124
+ * The end of the time range to query. The value is a UNIX timestamp. Unit: seconds.
6125
+ *
6126
+ * > This UNIX timestamp must indicate a point in time that is accurate to the minute.
6127
+ *
6128
+ * This parameter is required.
6129
+ *
6130
+ * @example
6131
+ * 1583683200
6132
+ */
6133
+ endTime?: number;
6134
+ /**
6135
+ * @remarks
6136
+ * The ID of the resource group to which the instance belongs in Resource Management. This parameter is empty by default, which indicates that the instance belongs to the default resource group.
6137
+ *
6138
+ * @example
6139
+ * default
6140
+ */
6141
+ resourceGroupId?: string;
6142
+ /**
6143
+ * @remarks
6144
+ * The beginning of the time range to query. The value is a UNIX timestamp. Unit: seconds.
6145
+ *
6146
+ * > This UNIX timestamp must indicate a point in time that is accurate to the minute.
6147
+ *
6148
+ * This parameter is required.
6149
+ *
6150
+ * @example
6151
+ * 1582992000
6152
+ */
6153
+ startTime?: number;
6154
+ static names(): {
6155
+ [key: string]: string;
6156
+ };
6157
+ static types(): {
6158
+ [key: string]: any;
6159
+ };
6160
+ constructor(map?: {
6161
+ [key: string]: any;
6162
+ });
6163
+ }
6164
+ export declare class DescribeDomainTopAttackListResponseBody extends $tea.Model {
6165
+ /**
6166
+ * @remarks
6167
+ * The peak QPS of the website.
6168
+ */
6169
+ attackList?: DescribeDomainTopAttackListResponseBodyAttackList[];
6170
+ /**
6171
+ * @remarks
6172
+ * The ID of the request.
6173
+ *
6174
+ * @example
6175
+ * C33EB3D5-AF96-43CA-9C7E-37A81BC06A1E
6176
+ */
6177
+ requestId?: string;
6178
+ static names(): {
6179
+ [key: string]: string;
6180
+ };
6181
+ static types(): {
6182
+ [key: string]: any;
6183
+ };
6184
+ constructor(map?: {
6185
+ [key: string]: any;
6186
+ });
6187
+ }
6188
+ export declare class DescribeDomainTopAttackListResponse extends $tea.Model {
6189
+ headers?: {
6190
+ [key: string]: string;
6191
+ };
6192
+ statusCode?: number;
6193
+ body?: DescribeDomainTopAttackListResponseBody;
6194
+ static names(): {
6195
+ [key: string]: string;
6196
+ };
6197
+ static types(): {
6198
+ [key: string]: any;
6199
+ };
6200
+ constructor(map?: {
6201
+ [key: string]: any;
6202
+ });
6203
+ }
6204
+ export declare class DescribeDomainTopFingerprintRequest extends $tea.Model {
6205
+ /**
6206
+ * @example
6207
+ * example.aliyundoc.com
6208
+ */
6209
+ domain?: string;
6210
+ /**
6211
+ * @remarks
6212
+ * This parameter is required.
6213
+ *
6214
+ * @example
6215
+ * 1723552200
6216
+ */
6217
+ endTime?: number;
6218
+ /**
6219
+ * @remarks
6220
+ * This parameter is required.
6221
+ *
6222
+ * @example
6223
+ * 60
6224
+ */
6225
+ interval?: number;
6226
+ /**
6227
+ * @remarks
6228
+ * This parameter is required.
6229
+ *
6230
+ * @example
6231
+ * 10
6232
+ */
6233
+ limit?: number;
6234
+ /**
6235
+ * @remarks
6236
+ * This parameter is required.
6237
+ *
6238
+ * @example
6239
+ * cn
6240
+ */
6241
+ region?: string;
6242
+ /**
6243
+ * @remarks
6244
+ * This parameter is required.
6245
+ *
6246
+ * @example
6247
+ * 1719211800
6248
+ */
6249
+ startTime?: number;
6250
+ static names(): {
6251
+ [key: string]: string;
6252
+ };
6253
+ static types(): {
6254
+ [key: string]: any;
6255
+ };
6256
+ constructor(map?: {
6257
+ [key: string]: any;
6258
+ });
6259
+ }
6260
+ export declare class DescribeDomainTopFingerprintResponseBody extends $tea.Model {
6261
+ domainTopFp?: DescribeDomainTopFingerprintResponseBodyDomainTopFp[];
6262
+ /**
6263
+ * @example
6264
+ * C33EB3D5-AF96-43CA-9C7E-37A81BC06A1E
6265
+ */
6266
+ requestId?: string;
6267
+ static names(): {
6268
+ [key: string]: string;
6269
+ };
6270
+ static types(): {
6271
+ [key: string]: any;
6272
+ };
6273
+ constructor(map?: {
6274
+ [key: string]: any;
6275
+ });
6276
+ }
6277
+ export declare class DescribeDomainTopFingerprintResponse extends $tea.Model {
6278
+ headers?: {
6279
+ [key: string]: string;
6280
+ };
6281
+ statusCode?: number;
6282
+ body?: DescribeDomainTopFingerprintResponseBody;
6283
+ static names(): {
6284
+ [key: string]: string;
6285
+ };
6286
+ static types(): {
6287
+ [key: string]: any;
6288
+ };
6289
+ constructor(map?: {
6290
+ [key: string]: any;
6291
+ });
6292
+ }
6293
+ export declare class DescribeDomainTopHttpMethodRequest extends $tea.Model {
6294
+ /**
6295
+ * @example
6296
+ * example.aliyundoc.com
6297
+ */
6298
+ domain?: string;
6299
+ /**
6300
+ * @remarks
6301
+ * This parameter is required.
6302
+ *
6303
+ * @example
6304
+ * 1722339300
6305
+ */
6306
+ endTime?: number;
6307
+ /**
6308
+ * @remarks
6309
+ * This parameter is required.
6310
+ *
6311
+ * @example
6312
+ * 20
6313
+ */
6314
+ limit?: number;
6315
+ /**
6316
+ * @remarks
6317
+ * This parameter is required.
6318
+ *
6319
+ * @example
6320
+ * cn
6321
+ */
6322
+ region?: string;
6323
+ /**
6324
+ * @remarks
6325
+ * This parameter is required.
6326
+ *
6327
+ * @example
6328
+ * 1712449710
6329
+ */
6330
+ startTime?: number;
6331
+ static names(): {
6332
+ [key: string]: string;
6333
+ };
6334
+ static types(): {
6335
+ [key: string]: any;
6336
+ };
6337
+ constructor(map?: {
6338
+ [key: string]: any;
6339
+ });
6340
+ }
6341
+ export declare class DescribeDomainTopHttpMethodResponseBody extends $tea.Model {
6342
+ domainTopMethod?: DescribeDomainTopHttpMethodResponseBodyDomainTopMethod[];
6343
+ /**
6344
+ * @example
6345
+ * CF33B4C3-196E-4015-AADD-5CAD00057B80
6346
+ */
6347
+ requestId?: string;
6348
+ static names(): {
6349
+ [key: string]: string;
6350
+ };
6351
+ static types(): {
6352
+ [key: string]: any;
6353
+ };
6354
+ constructor(map?: {
6355
+ [key: string]: any;
6356
+ });
6357
+ }
6358
+ export declare class DescribeDomainTopHttpMethodResponse extends $tea.Model {
6359
+ headers?: {
6360
+ [key: string]: string;
6361
+ };
6362
+ statusCode?: number;
6363
+ body?: DescribeDomainTopHttpMethodResponseBody;
6364
+ static names(): {
6365
+ [key: string]: string;
6366
+ };
6367
+ static types(): {
6368
+ [key: string]: any;
6369
+ };
6370
+ constructor(map?: {
6371
+ [key: string]: any;
6372
+ });
6373
+ }
6374
+ export declare class DescribeDomainTopRefererRequest extends $tea.Model {
6375
+ /**
6376
+ * @example
6377
+ * example.aliyundoc.com
6378
+ */
6379
+ domain?: string;
6380
+ /**
6381
+ * @remarks
6382
+ * This parameter is required.
6383
+ *
6384
+ * @example
6385
+ * 1721561100
6386
+ */
6387
+ endTime?: number;
6388
+ /**
6389
+ * @remarks
6390
+ * This parameter is required.
6391
+ *
6392
+ * @example
6393
+ * 10
6394
+ */
6395
+ limit?: number;
6396
+ /**
6397
+ * @remarks
6398
+ * This parameter is required.
6399
+ *
6400
+ * @example
6401
+ * cn
6402
+ */
6403
+ region?: string;
5908
6404
  /**
5909
6405
  * @remarks
5910
- * The start time of the event. The value is a UNIX timestamp. Unit: seconds.
5911
- *
5912
- * > This UNIX timestamp must indicate a point in time that is accurate to the minute.
5913
- *
5914
6406
  * This parameter is required.
5915
6407
  *
5916
6408
  * @example
5917
- * 1582992000
6409
+ * 1701991920
5918
6410
  */
5919
6411
  startTime?: number;
5920
6412
  static names(): {
@@ -5927,20 +6419,13 @@ export declare class DescribeDomainStatusCodeListRequest extends $tea.Model {
5927
6419
  [key: string]: any;
5928
6420
  });
5929
6421
  }
5930
- export declare class DescribeDomainStatusCodeListResponseBody extends $tea.Model {
6422
+ export declare class DescribeDomainTopRefererResponseBody extends $tea.Model {
6423
+ domainTopReferer?: DescribeDomainTopRefererResponseBodyDomainTopReferer[];
5931
6424
  /**
5932
- * @remarks
5933
- * The ID of the request.
5934
- *
5935
6425
  * @example
5936
- * 3B63C0DD-8AC5-44B2-95D6-064CA9296B9C
6426
+ * CF33B4C3-196E-4015-AADD-5CAD00057B80
5937
6427
  */
5938
6428
  requestId?: string;
5939
- /**
5940
- * @remarks
5941
- * The statistics on response status codes.
5942
- */
5943
- statusCodeList?: DescribeDomainStatusCodeListResponseBodyStatusCodeList[];
5944
6429
  static names(): {
5945
6430
  [key: string]: string;
5946
6431
  };
@@ -5951,12 +6436,12 @@ export declare class DescribeDomainStatusCodeListResponseBody extends $tea.Model
5951
6436
  [key: string]: any;
5952
6437
  });
5953
6438
  }
5954
- export declare class DescribeDomainStatusCodeListResponse extends $tea.Model {
6439
+ export declare class DescribeDomainTopRefererResponse extends $tea.Model {
5955
6440
  headers?: {
5956
6441
  [key: string]: string;
5957
6442
  };
5958
6443
  statusCode?: number;
5959
- body?: DescribeDomainStatusCodeListResponseBody;
6444
+ body?: DescribeDomainTopRefererResponseBody;
5960
6445
  static names(): {
5961
6446
  [key: string]: string;
5962
6447
  };
@@ -5967,37 +6452,42 @@ export declare class DescribeDomainStatusCodeListResponse extends $tea.Model {
5967
6452
  [key: string]: any;
5968
6453
  });
5969
6454
  }
5970
- export declare class DescribeDomainTopAttackListRequest extends $tea.Model {
6455
+ export declare class DescribeDomainTopUserAgentRequest extends $tea.Model {
6456
+ /**
6457
+ * @example
6458
+ * www.example.com
6459
+ */
6460
+ domain?: string;
5971
6461
  /**
5972
6462
  * @remarks
5973
- * The end of the time range to query. The value is a UNIX timestamp. Unit: seconds.
5974
- *
5975
- * > This UNIX timestamp must indicate a point in time that is accurate to the minute.
5976
- *
5977
6463
  * This parameter is required.
5978
6464
  *
5979
6465
  * @example
5980
- * 1583683200
6466
+ * 1708352700
5981
6467
  */
5982
6468
  endTime?: number;
5983
6469
  /**
5984
6470
  * @remarks
5985
- * The ID of the resource group to which the instance belongs in Resource Management. This parameter is empty by default, which indicates that the instance belongs to the default resource group.
6471
+ * This parameter is required.
5986
6472
  *
5987
6473
  * @example
5988
- * default
6474
+ * 20
5989
6475
  */
5990
- resourceGroupId?: string;
6476
+ limit?: number;
5991
6477
  /**
5992
6478
  * @remarks
5993
- * The beginning of the time range to query. The value is a UNIX timestamp. Unit: seconds.
5994
- *
5995
- * > This UNIX timestamp must indicate a point in time that is accurate to the minute.
6479
+ * This parameter is required.
5996
6480
  *
6481
+ * @example
6482
+ * cn
6483
+ */
6484
+ region?: string;
6485
+ /**
6486
+ * @remarks
5997
6487
  * This parameter is required.
5998
6488
  *
5999
6489
  * @example
6000
- * 1582992000
6490
+ * 1609430400
6001
6491
  */
6002
6492
  startTime?: number;
6003
6493
  static names(): {
@@ -6010,18 +6500,11 @@ export declare class DescribeDomainTopAttackListRequest extends $tea.Model {
6010
6500
  [key: string]: any;
6011
6501
  });
6012
6502
  }
6013
- export declare class DescribeDomainTopAttackListResponseBody extends $tea.Model {
6014
- /**
6015
- * @remarks
6016
- * The peak QPS of the website.
6017
- */
6018
- attackList?: DescribeDomainTopAttackListResponseBodyAttackList[];
6503
+ export declare class DescribeDomainTopUserAgentResponseBody extends $tea.Model {
6504
+ domainTopUa?: DescribeDomainTopUserAgentResponseBodyDomainTopUa[];
6019
6505
  /**
6020
- * @remarks
6021
- * The ID of the request.
6022
- *
6023
6506
  * @example
6024
- * C33EB3D5-AF96-43CA-9C7E-37A81BC06A1E
6507
+ * CF33B4C3-196E-4015-AADD-5CAD00057B80
6025
6508
  */
6026
6509
  requestId?: string;
6027
6510
  static names(): {
@@ -6034,12 +6517,12 @@ export declare class DescribeDomainTopAttackListResponseBody extends $tea.Model
6034
6517
  [key: string]: any;
6035
6518
  });
6036
6519
  }
6037
- export declare class DescribeDomainTopAttackListResponse extends $tea.Model {
6520
+ export declare class DescribeDomainTopUserAgentResponse extends $tea.Model {
6038
6521
  headers?: {
6039
6522
  [key: string]: string;
6040
6523
  };
6041
6524
  statusCode?: number;
6042
- body?: DescribeDomainTopAttackListResponseBody;
6525
+ body?: DescribeDomainTopUserAgentResponseBody;
6043
6526
  static names(): {
6044
6527
  [key: string]: string;
6045
6528
  };
@@ -7620,6 +8103,10 @@ export declare class DescribeL7RsPolicyResponseBody extends $tea.Model {
7620
8103
  * 9E7F6B2C-03F2-462F-9076-B782CF0DD502
7621
8104
  */
7622
8105
  requestId?: string;
8106
+ /**
8107
+ * @example
8108
+ * 300
8109
+ */
7623
8110
  rsAttrRwTimeoutMax?: number;
7624
8111
  /**
7625
8112
  * @remarks
@@ -8619,7 +9106,7 @@ export declare class DescribePortCcAttackTopIPResponseBody extends $tea.Model {
8619
9106
  requestId?: string;
8620
9107
  /**
8621
9108
  * @remarks
8622
- * The information about the source IP address of the attack.
9109
+ * The top IP addresses from which most attacks are initiated.
8623
9110
  */
8624
9111
  topIp?: DescribePortCcAttackTopIPResponseBodyTopIp[];
8625
9112
  static names(): {
@@ -10675,7 +11162,7 @@ export declare class DescribeUnBlockCountRequest extends $tea.Model {
10675
11162
  export declare class DescribeUnBlockCountResponseBody extends $tea.Model {
10676
11163
  /**
10677
11164
  * @remarks
10678
- * The remaining quota that you can use the Diversion from Origin Server policy.
11165
+ * The remaining number of times that you can enable the near-origin traffic diversion feature.
10679
11166
  *
10680
11167
  * @example
10681
11168
  * 7
@@ -10683,7 +11170,7 @@ export declare class DescribeUnBlockCountResponseBody extends $tea.Model {
10683
11170
  remainCount?: number;
10684
11171
  /**
10685
11172
  * @remarks
10686
- * The ID of the request.
11173
+ * The request ID.
10687
11174
  *
10688
11175
  * @example
10689
11176
  * C33EB3D5-AF96-43CA-9C7E-37A81BC06A1E
@@ -10691,7 +11178,7 @@ export declare class DescribeUnBlockCountResponseBody extends $tea.Model {
10691
11178
  requestId?: string;
10692
11179
  /**
10693
11180
  * @remarks
10694
- * The total quota that you can use the Diversion from Origin Server policy.
11181
+ * The total number of times that you can enable the near-origin traffic diversion feature.
10695
11182
  *
10696
11183
  * @example
10697
11184
  * 10
@@ -11788,7 +12275,7 @@ export declare class DescribeWebRulesRequest extends $tea.Model {
11788
12275
  instanceIds?: string[];
11789
12276
  /**
11790
12277
  * @remarks
11791
- * When paginating, set the page number of the current page. The default value is 1.
12278
+ * The page number. Default value: **1**.
11792
12279
  *
11793
12280
  * @example
11794
12281
  * 1
@@ -11796,7 +12283,7 @@ export declare class DescribeWebRulesRequest extends $tea.Model {
11796
12283
  pageNumber?: number;
11797
12284
  /**
11798
12285
  * @remarks
11799
- * When paginating, set the number of forwarding rules per page. The range of values is: 1~10.
12286
+ * The number of entries per page. Valid values: **1** to **10**.
11800
12287
  *
11801
12288
  * @example
11802
12289
  * 10
@@ -12823,9 +13310,9 @@ export declare class ModifyBlockStatusRequest extends $tea.Model {
12823
13310
  duration?: number;
12824
13311
  /**
12825
13312
  * @remarks
12826
- * The ID of the Anti-DDoS Pro instance to manage.
13313
+ * The ID of the Anti-DDoS Proxy (Chinese Mainland) instance to manage.
12827
13314
  *
12828
- * > You can call the [DescribeInstanceIds](https://help.aliyun.com/document_detail/157459.html) operation to query the IDs of all instances.
13315
+ * > You can call the [DescribeInstanceIds](https://help.aliyun.com/document_detail/157459.html) operation to query the IDs of all Anti-DDoS Proxy instances.
12829
13316
  *
12830
13317
  * This parameter is required.
12831
13318
  *
@@ -13773,12 +14260,12 @@ export declare class ModifyNetworkRuleAttributeRequest extends $tea.Model {
13773
14260
  * * **Maxconn**: the source rate limit on concurrent connections in the DDoS mitigation policy. This field is required and of the integer type. Valid values: 1 to 50000.
13774
14261
  * * **CpsEnable**: specifies whether to enable Cps. This field is required and of the integer type. Valid values: 0 and 1. Default value: 1. The value 0 indicates that Cps is disabled, and the value 1 indicates that Cps is enabled.
13775
14262
  * * **MaxconnEnable**: specifies whether to enable Maxconn. This field is required and of the integer type. Valid values: 0 and 1. Default value: 1. The value 0 indicates that Maxconn is disabled, and the value 1 indicates that Maxconn is enabled.
13776
- * * **CpsMode**: specifies whether to enable the source rate limit on new connections. This field is required and of the integer type. Valid values: 1 and 2. The value 1 indicates the source rate limit is enabled. The value 2 indicates that the system determines whether to enable the source rate limit.
14263
+ * * **CpsMode**: specifies whether to enable the source rate limit on new connections. This field is required and of the integer type. Valid values: 1 and 2. The value 1 indicates that the source rate limit is disabled. The value 2 indicates that the system determines whether to enable the source rate limit.
13777
14264
  *
13778
14265
  * PayloadLen contains the following fields:
13779
14266
  *
13780
- * * **Min**: the minimum packet length in the DDoS mitigation policy. This field is required and of the integer type. Valid values: 0 to 2000.
13781
- * * **Max**: the maximum packet length in the DDoS mitigation policy. This field is required and of the integer type. Valid values: 0 to 6000.
14267
+ * * **Min**: the minimum packet length in the DDoS mitigation policy. This field is required and of the integer type. Valid values: 0 to 1500.
14268
+ * * **Max**: the maximum packet length in the DDoS mitigation policy. This field is required and of the integer type. Valid values: 0 to 1500.
13782
14269
  *
13783
14270
  * This parameter is required.
13784
14271
  *
@@ -16909,6 +17396,58 @@ export declare class DescribeDomainAttackEventsResponseBodyDomainAttackEvents ex
16909
17396
  [key: string]: any;
16910
17397
  });
16911
17398
  }
17399
+ export declare class DescribeDomainBpsResponseBodyDomainBps extends $tea.Model {
17400
+ /**
17401
+ * @example
17402
+ * 0
17403
+ */
17404
+ inBps?: number;
17405
+ /**
17406
+ * @example
17407
+ * 1
17408
+ */
17409
+ index?: number;
17410
+ /**
17411
+ * @example
17412
+ * 0
17413
+ */
17414
+ outBps?: number;
17415
+ static names(): {
17416
+ [key: string]: string;
17417
+ };
17418
+ static types(): {
17419
+ [key: string]: any;
17420
+ };
17421
+ constructor(map?: {
17422
+ [key: string]: any;
17423
+ });
17424
+ }
17425
+ export declare class DescribeDomainH2FingerprintResponseBodyDomainH2Fp extends $tea.Model {
17426
+ /**
17427
+ * @example
17428
+ * example.aliyundoc.com
17429
+ */
17430
+ domain?: string;
17431
+ /**
17432
+ * @example
17433
+ * 532501bc316d02c8b1a007db76f2c796
17434
+ */
17435
+ h2Fingerprint?: string;
17436
+ /**
17437
+ * @example
17438
+ * 471755
17439
+ */
17440
+ pv?: number;
17441
+ static names(): {
17442
+ [key: string]: string;
17443
+ };
17444
+ static types(): {
17445
+ [key: string]: any;
17446
+ };
17447
+ constructor(map?: {
17448
+ [key: string]: any;
17449
+ });
17450
+ }
16912
17451
  export declare class DescribeDomainQPSListResponseBodyDomainQPSList extends $tea.Model {
16913
17452
  /**
16914
17453
  * @remarks
@@ -17462,6 +18001,110 @@ export declare class DescribeDomainTopAttackListResponseBodyAttackList extends $
17462
18001
  [key: string]: any;
17463
18002
  });
17464
18003
  }
18004
+ export declare class DescribeDomainTopFingerprintResponseBodyDomainTopFp extends $tea.Model {
18005
+ /**
18006
+ * @example
18007
+ * example.aliyundoc.com
18008
+ */
18009
+ domain?: string;
18010
+ /**
18011
+ * @example
18012
+ * 8a374c9724582b14a4cfa58c8c9fb2bc
18013
+ */
18014
+ fingerprinting?: string;
18015
+ /**
18016
+ * @example
18017
+ * 22121
18018
+ */
18019
+ pv?: number;
18020
+ static names(): {
18021
+ [key: string]: string;
18022
+ };
18023
+ static types(): {
18024
+ [key: string]: any;
18025
+ };
18026
+ constructor(map?: {
18027
+ [key: string]: any;
18028
+ });
18029
+ }
18030
+ export declare class DescribeDomainTopHttpMethodResponseBodyDomainTopMethod extends $tea.Model {
18031
+ /**
18032
+ * @example
18033
+ * example.aliyundoc.com
18034
+ */
18035
+ domain?: string;
18036
+ /**
18037
+ * @example
18038
+ * GET
18039
+ */
18040
+ httpMethod?: string;
18041
+ /**
18042
+ * @example
18043
+ * 22121
18044
+ */
18045
+ pv?: number;
18046
+ static names(): {
18047
+ [key: string]: string;
18048
+ };
18049
+ static types(): {
18050
+ [key: string]: any;
18051
+ };
18052
+ constructor(map?: {
18053
+ [key: string]: any;
18054
+ });
18055
+ }
18056
+ export declare class DescribeDomainTopRefererResponseBodyDomainTopReferer extends $tea.Model {
18057
+ /**
18058
+ * @example
18059
+ * example.aliyundoc.com
18060
+ */
18061
+ domain?: string;
18062
+ /**
18063
+ * @example
18064
+ * 257031
18065
+ */
18066
+ pv?: number;
18067
+ /**
18068
+ * @example
18069
+ * aHR0cHM6Ly9zZXJ2aWNld2VjaGF0LmNvbS93eGY3ZDc5YWY0YzU4ZDH3NTEvNC9wYWdlLWZyYW1lLmh0bWw=
18070
+ */
18071
+ referer?: string;
18072
+ static names(): {
18073
+ [key: string]: string;
18074
+ };
18075
+ static types(): {
18076
+ [key: string]: any;
18077
+ };
18078
+ constructor(map?: {
18079
+ [key: string]: any;
18080
+ });
18081
+ }
18082
+ export declare class DescribeDomainTopUserAgentResponseBodyDomainTopUa extends $tea.Model {
18083
+ /**
18084
+ * @example
18085
+ * www.example.com
18086
+ */
18087
+ domain?: string;
18088
+ /**
18089
+ * @example
18090
+ * 22121
18091
+ */
18092
+ pv?: number;
18093
+ /**
18094
+ * @example
18095
+ * TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTYuMC40NjY0LjExMCACYWZhcmkvNTM3LjM2
18096
+ */
18097
+ userAgent?: string;
18098
+ static names(): {
18099
+ [key: string]: string;
18100
+ };
18101
+ static types(): {
18102
+ [key: string]: any;
18103
+ };
18104
+ constructor(map?: {
18105
+ [key: string]: any;
18106
+ });
18107
+ }
17465
18108
  export declare class DescribeDomainViewSourceCountriesResponseBodySourceCountrys extends $tea.Model {
17466
18109
  /**
17467
18110
  * @remarks
@@ -22901,6 +23544,36 @@ export default class Client extends OpenApi {
22901
23544
  * @returns DescribeDomainAttackEventsResponse
22902
23545
  */
22903
23546
  describeDomainAttackEvents(request: DescribeDomainAttackEventsRequest): Promise<DescribeDomainAttackEventsResponse>;
23547
+ /**
23548
+ * 查询域名业务带宽流量
23549
+ *
23550
+ * @param request - DescribeDomainBpsRequest
23551
+ * @param runtime - runtime options for this request RuntimeOptions
23552
+ * @returns DescribeDomainBpsResponse
23553
+ */
23554
+ describeDomainBpsWithOptions(request: DescribeDomainBpsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDomainBpsResponse>;
23555
+ /**
23556
+ * 查询域名业务带宽流量
23557
+ *
23558
+ * @param request - DescribeDomainBpsRequest
23559
+ * @returns DescribeDomainBpsResponse
23560
+ */
23561
+ describeDomainBps(request: DescribeDomainBpsRequest): Promise<DescribeDomainBpsResponse>;
23562
+ /**
23563
+ * 查询HTTP2指纹
23564
+ *
23565
+ * @param request - DescribeDomainH2FingerprintRequest
23566
+ * @param runtime - runtime options for this request RuntimeOptions
23567
+ * @returns DescribeDomainH2FingerprintResponse
23568
+ */
23569
+ describeDomainH2FingerprintWithOptions(request: DescribeDomainH2FingerprintRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDomainH2FingerprintResponse>;
23570
+ /**
23571
+ * 查询HTTP2指纹
23572
+ *
23573
+ * @param request - DescribeDomainH2FingerprintRequest
23574
+ * @returns DescribeDomainH2FingerprintResponse
23575
+ */
23576
+ describeDomainH2Fingerprint(request: DescribeDomainH2FingerprintRequest): Promise<DescribeDomainH2FingerprintResponse>;
22904
23577
  /**
22905
23578
  * Queries the attack overview of a website, such as the peak HTTP and HTTPS traffic.
22906
23579
  *
@@ -23018,6 +23691,66 @@ export default class Client extends OpenApi {
23018
23691
  * @returns DescribeDomainTopAttackListResponse
23019
23692
  */
23020
23693
  describeDomainTopAttackList(request: DescribeDomainTopAttackListRequest): Promise<DescribeDomainTopAttackListResponse>;
23694
+ /**
23695
+ * 查询域名 top fingerprint
23696
+ *
23697
+ * @param request - DescribeDomainTopFingerprintRequest
23698
+ * @param runtime - runtime options for this request RuntimeOptions
23699
+ * @returns DescribeDomainTopFingerprintResponse
23700
+ */
23701
+ describeDomainTopFingerprintWithOptions(request: DescribeDomainTopFingerprintRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDomainTopFingerprintResponse>;
23702
+ /**
23703
+ * 查询域名 top fingerprint
23704
+ *
23705
+ * @param request - DescribeDomainTopFingerprintRequest
23706
+ * @returns DescribeDomainTopFingerprintResponse
23707
+ */
23708
+ describeDomainTopFingerprint(request: DescribeDomainTopFingerprintRequest): Promise<DescribeDomainTopFingerprintResponse>;
23709
+ /**
23710
+ * 查询域名 top HttpMethod
23711
+ *
23712
+ * @param request - DescribeDomainTopHttpMethodRequest
23713
+ * @param runtime - runtime options for this request RuntimeOptions
23714
+ * @returns DescribeDomainTopHttpMethodResponse
23715
+ */
23716
+ describeDomainTopHttpMethodWithOptions(request: DescribeDomainTopHttpMethodRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDomainTopHttpMethodResponse>;
23717
+ /**
23718
+ * 查询域名 top HttpMethod
23719
+ *
23720
+ * @param request - DescribeDomainTopHttpMethodRequest
23721
+ * @returns DescribeDomainTopHttpMethodResponse
23722
+ */
23723
+ describeDomainTopHttpMethod(request: DescribeDomainTopHttpMethodRequest): Promise<DescribeDomainTopHttpMethodResponse>;
23724
+ /**
23725
+ * 查询域名top referer
23726
+ *
23727
+ * @param request - DescribeDomainTopRefererRequest
23728
+ * @param runtime - runtime options for this request RuntimeOptions
23729
+ * @returns DescribeDomainTopRefererResponse
23730
+ */
23731
+ describeDomainTopRefererWithOptions(request: DescribeDomainTopRefererRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDomainTopRefererResponse>;
23732
+ /**
23733
+ * 查询域名top referer
23734
+ *
23735
+ * @param request - DescribeDomainTopRefererRequest
23736
+ * @returns DescribeDomainTopRefererResponse
23737
+ */
23738
+ describeDomainTopReferer(request: DescribeDomainTopRefererRequest): Promise<DescribeDomainTopRefererResponse>;
23739
+ /**
23740
+ * 查询top user agent
23741
+ *
23742
+ * @param request - DescribeDomainTopUserAgentRequest
23743
+ * @param runtime - runtime options for this request RuntimeOptions
23744
+ * @returns DescribeDomainTopUserAgentResponse
23745
+ */
23746
+ describeDomainTopUserAgentWithOptions(request: DescribeDomainTopUserAgentRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDomainTopUserAgentResponse>;
23747
+ /**
23748
+ * 查询top user agent
23749
+ *
23750
+ * @param request - DescribeDomainTopUserAgentRequest
23751
+ * @returns DescribeDomainTopUserAgentResponse
23752
+ */
23753
+ describeDomainTopUserAgent(request: DescribeDomainTopUserAgentRequest): Promise<DescribeDomainTopUserAgentResponse>;
23021
23754
  /**
23022
23755
  * Queries the areas and countries from which requests are sent to a website within a specified period of time.
23023
23756
  *
@@ -23094,10 +23827,10 @@ export default class Client extends OpenApi {
23094
23827
  */
23095
23828
  describeDomains(request: DescribeDomainsRequest): Promise<DescribeDomainsResponse>;
23096
23829
  /**
23097
- * Queries the available burstable protection bandwidths of an Anti-DDoS Pro instance.
23830
+ * Queries the available burstable protection bandwidths of an Anti-DDoS Proxy (Chinese Mainland) instance.
23098
23831
  *
23099
23832
  * @remarks
23100
- * > This operation is suitable only for Anti-DDoS Pro.
23833
+ * > This operation is suitable only for Anti-DDoS Proxy (Chinese Mainland).
23101
23834
  *
23102
23835
  * @param request - DescribeElasticBandwidthSpecRequest
23103
23836
  * @param runtime - runtime options for this request RuntimeOptions
@@ -23105,10 +23838,10 @@ export default class Client extends OpenApi {
23105
23838
  */
23106
23839
  describeElasticBandwidthSpecWithOptions(request: DescribeElasticBandwidthSpecRequest, runtime: $Util.RuntimeOptions): Promise<DescribeElasticBandwidthSpecResponse>;
23107
23840
  /**
23108
- * Queries the available burstable protection bandwidths of an Anti-DDoS Pro instance.
23841
+ * Queries the available burstable protection bandwidths of an Anti-DDoS Proxy (Chinese Mainland) instance.
23109
23842
  *
23110
23843
  * @remarks
23111
- * > This operation is suitable only for Anti-DDoS Pro.
23844
+ * > This operation is suitable only for Anti-DDoS Proxy (Chinese Mainland).
23112
23845
  *
23113
23846
  * @param request - DescribeElasticBandwidthSpecRequest
23114
23847
  * @returns DescribeElasticBandwidthSpecResponse
@@ -23912,10 +24645,10 @@ export default class Client extends OpenApi {
23912
24645
  */
23913
24646
  describeUnBlackholeCount(request: DescribeUnBlackholeCountRequest): Promise<DescribeUnBlackholeCountResponse>;
23914
24647
  /**
23915
- * Queries the remaining quota that allows you to use the Diversion from Origin Server policy.
24648
+ * Queries the total number and the remaining number of times that you can enable the near-origin traffic diversion feature.
23916
24649
  *
23917
24650
  * @remarks
23918
- * > This operation is suitable only for Anti-DDoS Pro.
24651
+ * > This operation is suitable only for Anti-DDoS Proxy (Chinese Mainland).
23919
24652
  *
23920
24653
  * @param request - DescribeUnBlockCountRequest
23921
24654
  * @param runtime - runtime options for this request RuntimeOptions
@@ -23923,10 +24656,10 @@ export default class Client extends OpenApi {
23923
24656
  */
23924
24657
  describeUnBlockCountWithOptions(request: DescribeUnBlockCountRequest, runtime: $Util.RuntimeOptions): Promise<DescribeUnBlockCountResponse>;
23925
24658
  /**
23926
- * Queries the remaining quota that allows you to use the Diversion from Origin Server policy.
24659
+ * Queries the total number and the remaining number of times that you can enable the near-origin traffic diversion feature.
23927
24660
  *
23928
24661
  * @remarks
23929
- * > This operation is suitable only for Anti-DDoS Pro.
24662
+ * > This operation is suitable only for Anti-DDoS Proxy (Chinese Mainland).
23930
24663
  *
23931
24664
  * @param request - DescribeUnBlockCountRequest
23932
24665
  * @returns DescribeUnBlockCountResponse