@alicloud/ddosbgp20180720 2.3.0 → 2.5.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
@@ -103,7 +103,6 @@ export declare class AttachAssetGroupToInstanceRequest extends $tea.Model {
103
103
  assetGroupList?: AttachAssetGroupToInstanceRequestAssetGroupList[];
104
104
  instanceId?: string;
105
105
  regionId?: string;
106
- sourceIp?: string;
107
106
  static names(): {
108
107
  [key: string]: string;
109
108
  };
@@ -118,7 +117,6 @@ export declare class AttachAssetGroupToInstanceShrinkRequest extends $tea.Model
118
117
  assetGroupListShrink?: string;
119
118
  instanceId?: string;
120
119
  regionId?: string;
121
- sourceIp?: string;
122
120
  static names(): {
123
121
  [key: string]: string;
124
122
  };
@@ -293,6 +291,48 @@ export declare class ConfigSchedruleOnDemandResponse extends $tea.Model {
293
291
  [key: string]: any;
294
292
  });
295
293
  }
294
+ export declare class CreatePolicyRequest extends $tea.Model {
295
+ name?: string;
296
+ type?: string;
297
+ static names(): {
298
+ [key: string]: string;
299
+ };
300
+ static types(): {
301
+ [key: string]: any;
302
+ };
303
+ constructor(map?: {
304
+ [key: string]: any;
305
+ });
306
+ }
307
+ export declare class CreatePolicyResponseBody extends $tea.Model {
308
+ id?: string;
309
+ requestId?: string;
310
+ static names(): {
311
+ [key: string]: string;
312
+ };
313
+ static types(): {
314
+ [key: string]: any;
315
+ };
316
+ constructor(map?: {
317
+ [key: string]: any;
318
+ });
319
+ }
320
+ export declare class CreatePolicyResponse extends $tea.Model {
321
+ headers?: {
322
+ [key: string]: string;
323
+ };
324
+ statusCode?: number;
325
+ body?: CreatePolicyResponseBody;
326
+ static names(): {
327
+ [key: string]: string;
328
+ };
329
+ static types(): {
330
+ [key: string]: any;
331
+ };
332
+ constructor(map?: {
333
+ [key: string]: any;
334
+ });
335
+ }
296
336
  export declare class CreateSchedruleOnDemandRequest extends $tea.Model {
297
337
  instanceId?: string;
298
338
  regionId?: string;
@@ -430,6 +470,46 @@ export declare class DeleteIpResponse extends $tea.Model {
430
470
  [key: string]: any;
431
471
  });
432
472
  }
473
+ export declare class DeletePolicyRequest extends $tea.Model {
474
+ id?: string;
475
+ static names(): {
476
+ [key: string]: string;
477
+ };
478
+ static types(): {
479
+ [key: string]: any;
480
+ };
481
+ constructor(map?: {
482
+ [key: string]: any;
483
+ });
484
+ }
485
+ export declare class DeletePolicyResponseBody extends $tea.Model {
486
+ requestId?: string;
487
+ static names(): {
488
+ [key: string]: string;
489
+ };
490
+ static types(): {
491
+ [key: string]: any;
492
+ };
493
+ constructor(map?: {
494
+ [key: string]: any;
495
+ });
496
+ }
497
+ export declare class DeletePolicyResponse extends $tea.Model {
498
+ headers?: {
499
+ [key: string]: string;
500
+ };
501
+ statusCode?: number;
502
+ body?: DeletePolicyResponseBody;
503
+ static names(): {
504
+ [key: string]: string;
505
+ };
506
+ static types(): {
507
+ [key: string]: any;
508
+ };
509
+ constructor(map?: {
510
+ [key: string]: any;
511
+ });
512
+ }
433
513
  export declare class DeleteRdMemberListRequest extends $tea.Model {
434
514
  memberList?: DeleteRdMemberListRequestMemberList[];
435
515
  static names(): {
@@ -528,7 +608,6 @@ export declare class DescribeAssetGroupRequest extends $tea.Model {
528
608
  name?: string;
529
609
  region?: string;
530
610
  regionId?: string;
531
- sourceIp?: string;
532
611
  type?: string;
533
612
  static names(): {
534
613
  [key: string]: string;
@@ -576,7 +655,6 @@ export declare class DescribeAssetGroupToInstanceRequest extends $tea.Model {
576
655
  name?: string;
577
656
  region?: string;
578
657
  regionId?: string;
579
- sourceIp?: string;
580
658
  type?: string;
581
659
  static names(): {
582
660
  [key: string]: string;
@@ -1233,11 +1311,64 @@ export declare class DescribeTrafficResponse extends $tea.Model {
1233
1311
  [key: string]: any;
1234
1312
  });
1235
1313
  }
1314
+ export declare class DetachFromPolicyRequest extends $tea.Model {
1315
+ ipPortProtocolList?: DetachFromPolicyRequestIpPortProtocolList[];
1316
+ policyType?: string;
1317
+ static names(): {
1318
+ [key: string]: string;
1319
+ };
1320
+ static types(): {
1321
+ [key: string]: any;
1322
+ };
1323
+ constructor(map?: {
1324
+ [key: string]: any;
1325
+ });
1326
+ }
1327
+ export declare class DetachFromPolicyShrinkRequest extends $tea.Model {
1328
+ ipPortProtocolListShrink?: string;
1329
+ policyType?: string;
1330
+ static names(): {
1331
+ [key: string]: string;
1332
+ };
1333
+ static types(): {
1334
+ [key: string]: any;
1335
+ };
1336
+ constructor(map?: {
1337
+ [key: string]: any;
1338
+ });
1339
+ }
1340
+ export declare class DetachFromPolicyResponseBody extends $tea.Model {
1341
+ requestId?: string;
1342
+ static names(): {
1343
+ [key: string]: string;
1344
+ };
1345
+ static types(): {
1346
+ [key: string]: any;
1347
+ };
1348
+ constructor(map?: {
1349
+ [key: string]: any;
1350
+ });
1351
+ }
1352
+ export declare class DetachFromPolicyResponse extends $tea.Model {
1353
+ headers?: {
1354
+ [key: string]: string;
1355
+ };
1356
+ statusCode?: number;
1357
+ body?: DetachFromPolicyResponseBody;
1358
+ static names(): {
1359
+ [key: string]: string;
1360
+ };
1361
+ static types(): {
1362
+ [key: string]: any;
1363
+ };
1364
+ constructor(map?: {
1365
+ [key: string]: any;
1366
+ });
1367
+ }
1236
1368
  export declare class DettachAssetGroupToInstanceRequest extends $tea.Model {
1237
1369
  assetGroupList?: DettachAssetGroupToInstanceRequestAssetGroupList[];
1238
1370
  instanceId?: string;
1239
1371
  regionId?: string;
1240
- sourceIp?: string;
1241
1372
  static names(): {
1242
1373
  [key: string]: string;
1243
1374
  };
@@ -1252,7 +1383,6 @@ export declare class DettachAssetGroupToInstanceShrinkRequest extends $tea.Model
1252
1383
  assetGroupListShrink?: string;
1253
1384
  instanceId?: string;
1254
1385
  regionId?: string;
1255
- sourceIp?: string;
1256
1386
  static names(): {
1257
1387
  [key: string]: string;
1258
1388
  };
@@ -1377,12 +1507,11 @@ export declare class ListOpenedAccessLogInstancesResponse extends $tea.Model {
1377
1507
  [key: string]: any;
1378
1508
  });
1379
1509
  }
1380
- export declare class ListTagKeysRequest extends $tea.Model {
1381
- currentPage?: number;
1510
+ export declare class ListPolicyRequest extends $tea.Model {
1511
+ name?: string;
1512
+ pageNo?: number;
1382
1513
  pageSize?: number;
1383
- regionId?: string;
1384
- resourceGroupId?: string;
1385
- resourceType?: string;
1514
+ type?: string;
1386
1515
  static names(): {
1387
1516
  [key: string]: string;
1388
1517
  };
@@ -1393,12 +1522,10 @@ export declare class ListTagKeysRequest extends $tea.Model {
1393
1522
  [key: string]: any;
1394
1523
  });
1395
1524
  }
1396
- export declare class ListTagKeysResponseBody extends $tea.Model {
1397
- currentPage?: number;
1398
- pageSize?: number;
1525
+ export declare class ListPolicyResponseBody extends $tea.Model {
1526
+ policyList?: ListPolicyResponseBodyPolicyList[];
1399
1527
  requestId?: string;
1400
- tagKeys?: ListTagKeysResponseBodyTagKeys[];
1401
- totalCount?: number;
1528
+ total?: number;
1402
1529
  static names(): {
1403
1530
  [key: string]: string;
1404
1531
  };
@@ -1409,12 +1536,12 @@ export declare class ListTagKeysResponseBody extends $tea.Model {
1409
1536
  [key: string]: any;
1410
1537
  });
1411
1538
  }
1412
- export declare class ListTagKeysResponse extends $tea.Model {
1539
+ export declare class ListPolicyResponse extends $tea.Model {
1413
1540
  headers?: {
1414
1541
  [key: string]: string;
1415
1542
  };
1416
1543
  statusCode?: number;
1417
- body?: ListTagKeysResponseBody;
1544
+ body?: ListPolicyResponseBody;
1418
1545
  static names(): {
1419
1546
  [key: string]: string;
1420
1547
  };
@@ -1425,13 +1552,12 @@ export declare class ListTagKeysResponse extends $tea.Model {
1425
1552
  [key: string]: any;
1426
1553
  });
1427
1554
  }
1428
- export declare class ListTagResourcesRequest extends $tea.Model {
1429
- nextToken?: string;
1430
- regionId?: string;
1431
- resourceGroupId?: string;
1432
- resourceId?: string[];
1433
- resourceType?: string;
1434
- tag?: ListTagResourcesRequestTag[];
1555
+ export declare class ListPolicyAttachmentRequest extends $tea.Model {
1556
+ ipPortProtocolList?: ListPolicyAttachmentRequestIpPortProtocolList[];
1557
+ pageNo?: number;
1558
+ pageSize?: number;
1559
+ policyId?: string;
1560
+ policyType?: string;
1435
1561
  static names(): {
1436
1562
  [key: string]: string;
1437
1563
  };
@@ -1442,10 +1568,26 @@ export declare class ListTagResourcesRequest extends $tea.Model {
1442
1568
  [key: string]: any;
1443
1569
  });
1444
1570
  }
1445
- export declare class ListTagResourcesResponseBody extends $tea.Model {
1446
- nextToken?: string;
1571
+ export declare class ListPolicyAttachmentShrinkRequest extends $tea.Model {
1572
+ ipPortProtocolListShrink?: string;
1573
+ pageNo?: number;
1574
+ pageSize?: number;
1575
+ policyId?: string;
1576
+ policyType?: string;
1577
+ static names(): {
1578
+ [key: string]: string;
1579
+ };
1580
+ static types(): {
1581
+ [key: string]: any;
1582
+ };
1583
+ constructor(map?: {
1584
+ [key: string]: any;
1585
+ });
1586
+ }
1587
+ export declare class ListPolicyAttachmentResponseBody extends $tea.Model {
1588
+ attachmentList?: ListPolicyAttachmentResponseBodyAttachmentList[];
1447
1589
  requestId?: string;
1448
- tagResources?: ListTagResourcesResponseBodyTagResources;
1590
+ total?: number;
1449
1591
  static names(): {
1450
1592
  [key: string]: string;
1451
1593
  };
@@ -1456,12 +1598,12 @@ export declare class ListTagResourcesResponseBody extends $tea.Model {
1456
1598
  [key: string]: any;
1457
1599
  });
1458
1600
  }
1459
- export declare class ListTagResourcesResponse extends $tea.Model {
1601
+ export declare class ListPolicyAttachmentResponse extends $tea.Model {
1460
1602
  headers?: {
1461
1603
  [key: string]: string;
1462
1604
  };
1463
1605
  statusCode?: number;
1464
- body?: ListTagResourcesResponseBody;
1606
+ body?: ListPolicyAttachmentResponseBody;
1465
1607
  static names(): {
1466
1608
  [key: string]: string;
1467
1609
  };
@@ -1472,11 +1614,12 @@ export declare class ListTagResourcesResponse extends $tea.Model {
1472
1614
  [key: string]: any;
1473
1615
  });
1474
1616
  }
1475
- export declare class ModifyRemarkRequest extends $tea.Model {
1476
- instanceId?: string;
1617
+ export declare class ListTagKeysRequest extends $tea.Model {
1618
+ currentPage?: number;
1619
+ pageSize?: number;
1477
1620
  regionId?: string;
1478
- remark?: string;
1479
1621
  resourceGroupId?: string;
1622
+ resourceType?: string;
1480
1623
  static names(): {
1481
1624
  [key: string]: string;
1482
1625
  };
@@ -1487,8 +1630,12 @@ export declare class ModifyRemarkRequest extends $tea.Model {
1487
1630
  [key: string]: any;
1488
1631
  });
1489
1632
  }
1490
- export declare class ModifyRemarkResponseBody extends $tea.Model {
1633
+ export declare class ListTagKeysResponseBody extends $tea.Model {
1634
+ currentPage?: number;
1635
+ pageSize?: number;
1491
1636
  requestId?: string;
1637
+ tagKeys?: ListTagKeysResponseBodyTagKeys[];
1638
+ totalCount?: number;
1492
1639
  static names(): {
1493
1640
  [key: string]: string;
1494
1641
  };
@@ -1499,12 +1646,12 @@ export declare class ModifyRemarkResponseBody extends $tea.Model {
1499
1646
  [key: string]: any;
1500
1647
  });
1501
1648
  }
1502
- export declare class ModifyRemarkResponse extends $tea.Model {
1649
+ export declare class ListTagKeysResponse extends $tea.Model {
1503
1650
  headers?: {
1504
1651
  [key: string]: string;
1505
1652
  };
1506
1653
  statusCode?: number;
1507
- body?: ModifyRemarkResponseBody;
1654
+ body?: ListTagKeysResponseBody;
1508
1655
  static names(): {
1509
1656
  [key: string]: string;
1510
1657
  };
@@ -1515,9 +1662,13 @@ export declare class ModifyRemarkResponse extends $tea.Model {
1515
1662
  [key: string]: any;
1516
1663
  });
1517
1664
  }
1518
- export declare class QuerySchedruleOnDemandRequest extends $tea.Model {
1519
- instanceId?: string;
1665
+ export declare class ListTagResourcesRequest extends $tea.Model {
1666
+ nextToken?: string;
1520
1667
  regionId?: string;
1668
+ resourceGroupId?: string;
1669
+ resourceId?: string[];
1670
+ resourceType?: string;
1671
+ tag?: ListTagResourcesRequestTag[];
1521
1672
  static names(): {
1522
1673
  [key: string]: string;
1523
1674
  };
@@ -1528,12 +1679,10 @@ export declare class QuerySchedruleOnDemandRequest extends $tea.Model {
1528
1679
  [key: string]: any;
1529
1680
  });
1530
1681
  }
1531
- export declare class QuerySchedruleOnDemandResponseBody extends $tea.Model {
1532
- instanceId?: string;
1682
+ export declare class ListTagResourcesResponseBody extends $tea.Model {
1683
+ nextToken?: string;
1533
1684
  requestId?: string;
1534
- ruleConfig?: QuerySchedruleOnDemandResponseBodyRuleConfig[];
1535
- ruleStatus?: QuerySchedruleOnDemandResponseBodyRuleStatus[];
1536
- userId?: string;
1685
+ tagResources?: ListTagResourcesResponseBodyTagResources;
1537
1686
  static names(): {
1538
1687
  [key: string]: string;
1539
1688
  };
@@ -1544,12 +1693,12 @@ export declare class QuerySchedruleOnDemandResponseBody extends $tea.Model {
1544
1693
  [key: string]: any;
1545
1694
  });
1546
1695
  }
1547
- export declare class QuerySchedruleOnDemandResponse extends $tea.Model {
1696
+ export declare class ListTagResourcesResponse extends $tea.Model {
1548
1697
  headers?: {
1549
1698
  [key: string]: string;
1550
1699
  };
1551
1700
  statusCode?: number;
1552
- body?: QuerySchedruleOnDemandResponseBody;
1701
+ body?: ListTagResourcesResponseBody;
1553
1702
  static names(): {
1554
1703
  [key: string]: string;
1555
1704
  };
@@ -1560,8 +1709,11 @@ export declare class QuerySchedruleOnDemandResponse extends $tea.Model {
1560
1709
  [key: string]: any;
1561
1710
  });
1562
1711
  }
1563
- export declare class ReleaseDdosOriginInstanceRequest extends $tea.Model {
1564
- instanceId?: string;
1712
+ export declare class ModifyPolicyRequest extends $tea.Model {
1713
+ actionType?: number;
1714
+ content?: ModifyPolicyRequestContent;
1715
+ id?: string;
1716
+ name?: string;
1565
1717
  static names(): {
1566
1718
  [key: string]: string;
1567
1719
  };
@@ -1572,7 +1724,22 @@ export declare class ReleaseDdosOriginInstanceRequest extends $tea.Model {
1572
1724
  [key: string]: any;
1573
1725
  });
1574
1726
  }
1575
- export declare class ReleaseDdosOriginInstanceResponseBody extends $tea.Model {
1727
+ export declare class ModifyPolicyShrinkRequest extends $tea.Model {
1728
+ actionType?: number;
1729
+ contentShrink?: string;
1730
+ id?: string;
1731
+ name?: string;
1732
+ static names(): {
1733
+ [key: string]: string;
1734
+ };
1735
+ static types(): {
1736
+ [key: string]: any;
1737
+ };
1738
+ constructor(map?: {
1739
+ [key: string]: any;
1740
+ });
1741
+ }
1742
+ export declare class ModifyPolicyResponseBody extends $tea.Model {
1576
1743
  requestId?: string;
1577
1744
  static names(): {
1578
1745
  [key: string]: string;
@@ -1584,12 +1751,12 @@ export declare class ReleaseDdosOriginInstanceResponseBody extends $tea.Model {
1584
1751
  [key: string]: any;
1585
1752
  });
1586
1753
  }
1587
- export declare class ReleaseDdosOriginInstanceResponse extends $tea.Model {
1754
+ export declare class ModifyPolicyResponse extends $tea.Model {
1588
1755
  headers?: {
1589
1756
  [key: string]: string;
1590
1757
  };
1591
1758
  statusCode?: number;
1592
- body?: ReleaseDdosOriginInstanceResponseBody;
1759
+ body?: ModifyPolicyResponseBody;
1593
1760
  static names(): {
1594
1761
  [key: string]: string;
1595
1762
  };
@@ -1600,10 +1767,10 @@ export declare class ReleaseDdosOriginInstanceResponse extends $tea.Model {
1600
1767
  [key: string]: any;
1601
1768
  });
1602
1769
  }
1603
- export declare class SetInstanceModeOnDemandRequest extends $tea.Model {
1604
- instanceIdList?: string[];
1605
- mode?: string;
1606
- regionId?: string;
1770
+ export declare class ModifyPolicyContentRequest extends $tea.Model {
1771
+ content?: ModifyPolicyContentRequestContent;
1772
+ id?: string;
1773
+ name?: string;
1607
1774
  static names(): {
1608
1775
  [key: string]: string;
1609
1776
  };
@@ -1614,7 +1781,21 @@ export declare class SetInstanceModeOnDemandRequest extends $tea.Model {
1614
1781
  [key: string]: any;
1615
1782
  });
1616
1783
  }
1617
- export declare class SetInstanceModeOnDemandResponseBody extends $tea.Model {
1784
+ export declare class ModifyPolicyContentShrinkRequest extends $tea.Model {
1785
+ contentShrink?: string;
1786
+ id?: string;
1787
+ name?: string;
1788
+ static names(): {
1789
+ [key: string]: string;
1790
+ };
1791
+ static types(): {
1792
+ [key: string]: any;
1793
+ };
1794
+ constructor(map?: {
1795
+ [key: string]: any;
1796
+ });
1797
+ }
1798
+ export declare class ModifyPolicyContentResponseBody extends $tea.Model {
1618
1799
  requestId?: string;
1619
1800
  static names(): {
1620
1801
  [key: string]: string;
@@ -1626,12 +1807,12 @@ export declare class SetInstanceModeOnDemandResponseBody extends $tea.Model {
1626
1807
  [key: string]: any;
1627
1808
  });
1628
1809
  }
1629
- export declare class SetInstanceModeOnDemandResponse extends $tea.Model {
1810
+ export declare class ModifyPolicyContentResponse extends $tea.Model {
1630
1811
  headers?: {
1631
1812
  [key: string]: string;
1632
1813
  };
1633
1814
  statusCode?: number;
1634
- body?: SetInstanceModeOnDemandResponseBody;
1815
+ body?: ModifyPolicyContentResponseBody;
1635
1816
  static names(): {
1636
1817
  [key: string]: string;
1637
1818
  };
@@ -1642,12 +1823,11 @@ export declare class SetInstanceModeOnDemandResponse extends $tea.Model {
1642
1823
  [key: string]: any;
1643
1824
  });
1644
1825
  }
1645
- export declare class TagResourcesRequest extends $tea.Model {
1826
+ export declare class ModifyRemarkRequest extends $tea.Model {
1827
+ instanceId?: string;
1646
1828
  regionId?: string;
1829
+ remark?: string;
1647
1830
  resourceGroupId?: string;
1648
- resourceId?: string[];
1649
- resourceType?: string;
1650
- tag?: TagResourcesRequestTag[];
1651
1831
  static names(): {
1652
1832
  [key: string]: string;
1653
1833
  };
@@ -1658,7 +1838,7 @@ export declare class TagResourcesRequest extends $tea.Model {
1658
1838
  [key: string]: any;
1659
1839
  });
1660
1840
  }
1661
- export declare class TagResourcesResponseBody extends $tea.Model {
1841
+ export declare class ModifyRemarkResponseBody extends $tea.Model {
1662
1842
  requestId?: string;
1663
1843
  static names(): {
1664
1844
  [key: string]: string;
@@ -1670,12 +1850,12 @@ export declare class TagResourcesResponseBody extends $tea.Model {
1670
1850
  [key: string]: any;
1671
1851
  });
1672
1852
  }
1673
- export declare class TagResourcesResponse extends $tea.Model {
1853
+ export declare class ModifyRemarkResponse extends $tea.Model {
1674
1854
  headers?: {
1675
1855
  [key: string]: string;
1676
1856
  };
1677
1857
  statusCode?: number;
1678
- body?: TagResourcesResponseBody;
1858
+ body?: ModifyRemarkResponseBody;
1679
1859
  static names(): {
1680
1860
  [key: string]: string;
1681
1861
  };
@@ -1686,13 +1866,9 @@ export declare class TagResourcesResponse extends $tea.Model {
1686
1866
  [key: string]: any;
1687
1867
  });
1688
1868
  }
1689
- export declare class UntagResourcesRequest extends $tea.Model {
1690
- all?: boolean;
1869
+ export declare class QuerySchedruleOnDemandRequest extends $tea.Model {
1870
+ instanceId?: string;
1691
1871
  regionId?: string;
1692
- resourceGroupId?: string;
1693
- resourceId?: string[];
1694
- resourceType?: string;
1695
- tagKey?: string[];
1696
1872
  static names(): {
1697
1873
  [key: string]: string;
1698
1874
  };
@@ -1703,8 +1879,183 @@ export declare class UntagResourcesRequest extends $tea.Model {
1703
1879
  [key: string]: any;
1704
1880
  });
1705
1881
  }
1706
- export declare class UntagResourcesResponseBody extends $tea.Model {
1707
- requestId?: string;
1882
+ export declare class QuerySchedruleOnDemandResponseBody extends $tea.Model {
1883
+ instanceId?: string;
1884
+ requestId?: string;
1885
+ ruleConfig?: QuerySchedruleOnDemandResponseBodyRuleConfig[];
1886
+ ruleStatus?: QuerySchedruleOnDemandResponseBodyRuleStatus[];
1887
+ userId?: string;
1888
+ static names(): {
1889
+ [key: string]: string;
1890
+ };
1891
+ static types(): {
1892
+ [key: string]: any;
1893
+ };
1894
+ constructor(map?: {
1895
+ [key: string]: any;
1896
+ });
1897
+ }
1898
+ export declare class QuerySchedruleOnDemandResponse extends $tea.Model {
1899
+ headers?: {
1900
+ [key: string]: string;
1901
+ };
1902
+ statusCode?: number;
1903
+ body?: QuerySchedruleOnDemandResponseBody;
1904
+ static names(): {
1905
+ [key: string]: string;
1906
+ };
1907
+ static types(): {
1908
+ [key: string]: any;
1909
+ };
1910
+ constructor(map?: {
1911
+ [key: string]: any;
1912
+ });
1913
+ }
1914
+ export declare class ReleaseDdosOriginInstanceRequest extends $tea.Model {
1915
+ instanceId?: string;
1916
+ static names(): {
1917
+ [key: string]: string;
1918
+ };
1919
+ static types(): {
1920
+ [key: string]: any;
1921
+ };
1922
+ constructor(map?: {
1923
+ [key: string]: any;
1924
+ });
1925
+ }
1926
+ export declare class ReleaseDdosOriginInstanceResponseBody extends $tea.Model {
1927
+ requestId?: string;
1928
+ static names(): {
1929
+ [key: string]: string;
1930
+ };
1931
+ static types(): {
1932
+ [key: string]: any;
1933
+ };
1934
+ constructor(map?: {
1935
+ [key: string]: any;
1936
+ });
1937
+ }
1938
+ export declare class ReleaseDdosOriginInstanceResponse extends $tea.Model {
1939
+ headers?: {
1940
+ [key: string]: string;
1941
+ };
1942
+ statusCode?: number;
1943
+ body?: ReleaseDdosOriginInstanceResponseBody;
1944
+ static names(): {
1945
+ [key: string]: string;
1946
+ };
1947
+ static types(): {
1948
+ [key: string]: any;
1949
+ };
1950
+ constructor(map?: {
1951
+ [key: string]: any;
1952
+ });
1953
+ }
1954
+ export declare class SetInstanceModeOnDemandRequest extends $tea.Model {
1955
+ instanceIdList?: string[];
1956
+ mode?: string;
1957
+ regionId?: string;
1958
+ static names(): {
1959
+ [key: string]: string;
1960
+ };
1961
+ static types(): {
1962
+ [key: string]: any;
1963
+ };
1964
+ constructor(map?: {
1965
+ [key: string]: any;
1966
+ });
1967
+ }
1968
+ export declare class SetInstanceModeOnDemandResponseBody extends $tea.Model {
1969
+ requestId?: string;
1970
+ static names(): {
1971
+ [key: string]: string;
1972
+ };
1973
+ static types(): {
1974
+ [key: string]: any;
1975
+ };
1976
+ constructor(map?: {
1977
+ [key: string]: any;
1978
+ });
1979
+ }
1980
+ export declare class SetInstanceModeOnDemandResponse extends $tea.Model {
1981
+ headers?: {
1982
+ [key: string]: string;
1983
+ };
1984
+ statusCode?: number;
1985
+ body?: SetInstanceModeOnDemandResponseBody;
1986
+ static names(): {
1987
+ [key: string]: string;
1988
+ };
1989
+ static types(): {
1990
+ [key: string]: any;
1991
+ };
1992
+ constructor(map?: {
1993
+ [key: string]: any;
1994
+ });
1995
+ }
1996
+ export declare class TagResourcesRequest extends $tea.Model {
1997
+ regionId?: string;
1998
+ resourceGroupId?: string;
1999
+ resourceId?: string[];
2000
+ resourceType?: string;
2001
+ tag?: TagResourcesRequestTag[];
2002
+ static names(): {
2003
+ [key: string]: string;
2004
+ };
2005
+ static types(): {
2006
+ [key: string]: any;
2007
+ };
2008
+ constructor(map?: {
2009
+ [key: string]: any;
2010
+ });
2011
+ }
2012
+ export declare class TagResourcesResponseBody extends $tea.Model {
2013
+ requestId?: string;
2014
+ static names(): {
2015
+ [key: string]: string;
2016
+ };
2017
+ static types(): {
2018
+ [key: string]: any;
2019
+ };
2020
+ constructor(map?: {
2021
+ [key: string]: any;
2022
+ });
2023
+ }
2024
+ export declare class TagResourcesResponse extends $tea.Model {
2025
+ headers?: {
2026
+ [key: string]: string;
2027
+ };
2028
+ statusCode?: number;
2029
+ body?: TagResourcesResponseBody;
2030
+ static names(): {
2031
+ [key: string]: string;
2032
+ };
2033
+ static types(): {
2034
+ [key: string]: any;
2035
+ };
2036
+ constructor(map?: {
2037
+ [key: string]: any;
2038
+ });
2039
+ }
2040
+ export declare class UntagResourcesRequest extends $tea.Model {
2041
+ all?: boolean;
2042
+ regionId?: string;
2043
+ resourceGroupId?: string;
2044
+ resourceId?: string[];
2045
+ resourceType?: string;
2046
+ tagKey?: string[];
2047
+ static names(): {
2048
+ [key: string]: string;
2049
+ };
2050
+ static types(): {
2051
+ [key: string]: any;
2052
+ };
2053
+ constructor(map?: {
2054
+ [key: string]: any;
2055
+ });
2056
+ }
2057
+ export declare class UntagResourcesResponseBody extends $tea.Model {
2058
+ requestId?: string;
1708
2059
  static names(): {
1709
2060
  [key: string]: string;
1710
2061
  };
@@ -2005,6 +2356,8 @@ export declare class DescribeOpEntitiesResponseBodyOpEntities extends $tea.Model
2005
2356
  export declare class DescribePackIpListResponseBodyIpList extends $tea.Model {
2006
2357
  ip?: string;
2007
2358
  memberUid?: string;
2359
+ nsmExpireAt?: number;
2360
+ nsmStartAt?: number;
2008
2361
  nsmStatus?: number;
2009
2362
  product?: string;
2010
2363
  region?: string;
@@ -2066,6 +2419,20 @@ export declare class DescribeTrafficResponseBodyFlowList extends $tea.Model {
2066
2419
  [key: string]: any;
2067
2420
  });
2068
2421
  }
2422
+ export declare class DetachFromPolicyRequestIpPortProtocolList extends $tea.Model {
2423
+ ip?: string;
2424
+ port?: number;
2425
+ protocol?: string;
2426
+ static names(): {
2427
+ [key: string]: string;
2428
+ };
2429
+ static types(): {
2430
+ [key: string]: any;
2431
+ };
2432
+ constructor(map?: {
2433
+ [key: string]: any;
2434
+ });
2435
+ }
2069
2436
  export declare class DettachAssetGroupToInstanceRequestAssetGroupList extends $tea.Model {
2070
2437
  name?: string;
2071
2438
  region?: string;
@@ -2093,9 +2460,20 @@ export declare class ListOpenedAccessLogInstancesResponseBodySlsConfigStatus ext
2093
2460
  [key: string]: any;
2094
2461
  });
2095
2462
  }
2096
- export declare class ListTagKeysResponseBodyTagKeys extends $tea.Model {
2097
- tagCount?: number;
2098
- tagKey?: string;
2463
+ export declare class ListPolicyResponseBodyPolicyListContentFingerPrintRuleList extends $tea.Model {
2464
+ dstPortEnd?: number;
2465
+ dstPortStart?: number;
2466
+ id?: string;
2467
+ matchAction?: string;
2468
+ maxPktLen?: number;
2469
+ minPktLen?: number;
2470
+ offset?: number;
2471
+ payloadBytes?: string;
2472
+ protocol?: string;
2473
+ rateValue?: number;
2474
+ seqNo?: number;
2475
+ srcPortEnd?: number;
2476
+ srcPortStart?: number;
2099
2477
  static names(): {
2100
2478
  [key: string]: string;
2101
2479
  };
@@ -2106,9 +2484,10 @@ export declare class ListTagKeysResponseBodyTagKeys extends $tea.Model {
2106
2484
  [key: string]: any;
2107
2485
  });
2108
2486
  }
2109
- export declare class ListTagResourcesRequestTag extends $tea.Model {
2110
- key?: string;
2111
- value?: string;
2487
+ export declare class ListPolicyResponseBodyPolicyListContentL4RuleListConditionList extends $tea.Model {
2488
+ arg?: string;
2489
+ depth?: number;
2490
+ position?: number;
2112
2491
  static names(): {
2113
2492
  [key: string]: string;
2114
2493
  };
@@ -2119,11 +2498,14 @@ export declare class ListTagResourcesRequestTag extends $tea.Model {
2119
2498
  [key: string]: any;
2120
2499
  });
2121
2500
  }
2122
- export declare class ListTagResourcesResponseBodyTagResourcesTagResource extends $tea.Model {
2123
- resourceId?: string;
2124
- resourceType?: string;
2125
- tagKey?: string;
2126
- tagValue?: string;
2501
+ export declare class ListPolicyResponseBodyPolicyListContentL4RuleList extends $tea.Model {
2502
+ action?: string;
2503
+ conditionList?: ListPolicyResponseBodyPolicyListContentL4RuleListConditionList[];
2504
+ limited?: number;
2505
+ match?: string;
2506
+ method?: string;
2507
+ name?: string;
2508
+ priority?: number;
2127
2509
  static names(): {
2128
2510
  [key: string]: string;
2129
2511
  };
@@ -2134,8 +2516,15 @@ export declare class ListTagResourcesResponseBodyTagResourcesTagResource extends
2134
2516
  [key: string]: any;
2135
2517
  });
2136
2518
  }
2137
- export declare class ListTagResourcesResponseBodyTagResources extends $tea.Model {
2138
- tagResource?: ListTagResourcesResponseBodyTagResourcesTagResource[];
2519
+ export declare class ListPolicyResponseBodyPolicyListContentPortRuleList extends $tea.Model {
2520
+ dstPortEnd?: number;
2521
+ dstPortStart?: number;
2522
+ id?: string;
2523
+ matchAction?: string;
2524
+ protocol?: string;
2525
+ seqNo?: number;
2526
+ srcPortEnd?: number;
2527
+ srcPortStart?: number;
2139
2528
  static names(): {
2140
2529
  [key: string]: string;
2141
2530
  };
@@ -2146,17 +2535,11 @@ export declare class ListTagResourcesResponseBodyTagResources extends $tea.Model
2146
2535
  [key: string]: any;
2147
2536
  });
2148
2537
  }
2149
- export declare class QuerySchedruleOnDemandResponseBodyRuleConfig extends $tea.Model {
2150
- ruleAction?: string;
2151
- ruleConditionCnt?: string;
2152
- ruleConditionKpps?: string;
2153
- ruleConditionMbps?: string;
2154
- ruleName?: string;
2155
- ruleSwitch?: string;
2156
- ruleUndoBeginTime?: string;
2157
- ruleUndoEndTime?: string;
2158
- ruleUndoMode?: string;
2159
- timeZone?: string;
2538
+ export declare class ListPolicyResponseBodyPolicyListContentSourceBlockList extends $tea.Model {
2539
+ blockExpireSeconds?: number;
2540
+ everySeconds?: number;
2541
+ exceedLimitTimes?: number;
2542
+ type?: number;
2160
2543
  static names(): {
2161
2544
  [key: string]: string;
2162
2545
  };
@@ -2167,9 +2550,11 @@ export declare class QuerySchedruleOnDemandResponseBodyRuleConfig extends $tea.M
2167
2550
  [key: string]: any;
2168
2551
  });
2169
2552
  }
2170
- export declare class QuerySchedruleOnDemandResponseBodyRuleStatus extends $tea.Model {
2171
- net?: string;
2172
- ruleSchedStatus?: string;
2553
+ export declare class ListPolicyResponseBodyPolicyListContentSourceLimit extends $tea.Model {
2554
+ bps?: number;
2555
+ pps?: number;
2556
+ synBps?: number;
2557
+ synPps?: number;
2173
2558
  static names(): {
2174
2559
  [key: string]: string;
2175
2560
  };
@@ -2180,9 +2565,21 @@ export declare class QuerySchedruleOnDemandResponseBodyRuleStatus extends $tea.M
2180
2565
  [key: string]: any;
2181
2566
  });
2182
2567
  }
2183
- export declare class TagResourcesRequestTag extends $tea.Model {
2184
- key?: string;
2185
- value?: string;
2568
+ export declare class ListPolicyResponseBodyPolicyListContent extends $tea.Model {
2569
+ blackIpListExpireAt?: number;
2570
+ enableDropIcmp?: boolean;
2571
+ enableIntelligence?: boolean;
2572
+ enableL4Defense?: boolean;
2573
+ fingerPrintRuleList?: ListPolicyResponseBodyPolicyListContentFingerPrintRuleList[];
2574
+ intelligenceLevel?: string;
2575
+ l4RuleList?: ListPolicyResponseBodyPolicyListContentL4RuleList[];
2576
+ portRuleList?: ListPolicyResponseBodyPolicyListContentPortRuleList[];
2577
+ reflectBlockUdpPortList?: number[];
2578
+ regionBlockCountryList?: number[];
2579
+ regionBlockProvinceList?: number[];
2580
+ sourceBlockList?: ListPolicyResponseBodyPolicyListContentSourceBlockList[];
2581
+ sourceLimit?: ListPolicyResponseBodyPolicyListContentSourceLimit;
2582
+ whitenGfbrNets?: boolean;
2186
2583
  static names(): {
2187
2584
  [key: string]: string;
2188
2585
  };
@@ -2193,290 +2590,1151 @@ export declare class TagResourcesRequestTag extends $tea.Model {
2193
2590
  [key: string]: any;
2194
2591
  });
2195
2592
  }
2196
- export default class Client extends OpenApi {
2197
- constructor(config: $OpenApi.Config);
2198
- getEndpoint(productId: string, regionId: string, endpointRule: string, network: string, suffix: string, endpointMap: {
2593
+ export declare class ListPolicyResponseBodyPolicyList extends $tea.Model {
2594
+ attachedCount?: number;
2595
+ content?: ListPolicyResponseBodyPolicyListContent;
2596
+ id?: string;
2597
+ name?: string;
2598
+ type?: string;
2599
+ static names(): {
2199
2600
  [key: string]: string;
2200
- }, endpoint: string): string;
2201
- addIpWithOptions(request: AddIpRequest, runtime: $Util.RuntimeOptions): Promise<AddIpResponse>;
2202
- addIp(request: AddIpRequest): Promise<AddIpResponse>;
2203
- addRdMemberListWithOptions(tmpReq: AddRdMemberListRequest, runtime: $Util.RuntimeOptions): Promise<AddRdMemberListResponse>;
2204
- addRdMemberList(request: AddRdMemberListRequest): Promise<AddRdMemberListResponse>;
2205
- attachAssetGroupToInstanceWithOptions(tmpReq: AttachAssetGroupToInstanceRequest, runtime: $Util.RuntimeOptions): Promise<AttachAssetGroupToInstanceResponse>;
2206
- attachAssetGroupToInstance(request: AttachAssetGroupToInstanceRequest): Promise<AttachAssetGroupToInstanceResponse>;
2207
- checkAccessLogAuthWithOptions(request: CheckAccessLogAuthRequest, runtime: $Util.RuntimeOptions): Promise<CheckAccessLogAuthResponse>;
2208
- checkAccessLogAuth(request: CheckAccessLogAuthRequest): Promise<CheckAccessLogAuthResponse>;
2209
- /**
2210
- * You can call the CheckGrant operation to query whether Anti-DDoS Origin is authorized to obtain information about the assets within the current Alibaba Cloud account.
2211
- * ### Limits
2212
- * 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.
2213
- *
2214
- * @param request CheckGrantRequest
2215
- * @param runtime runtime options for this request RuntimeOptions
2216
- * @return CheckGrantResponse
2217
- */
2218
- checkGrantWithOptions(request: CheckGrantRequest, runtime: $Util.RuntimeOptions): Promise<CheckGrantResponse>;
2219
- /**
2220
- * You can call the CheckGrant operation to query whether Anti-DDoS Origin is authorized to obtain information about the assets within the current Alibaba Cloud account.
2221
- * ### Limits
2222
- * 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.
2223
- *
2224
- * @param request CheckGrantRequest
2225
- * @return CheckGrantResponse
2226
- */
2227
- checkGrant(request: CheckGrantRequest): Promise<CheckGrantResponse>;
2228
- configSchedruleOnDemandWithOptions(request: ConfigSchedruleOnDemandRequest, runtime: $Util.RuntimeOptions): Promise<ConfigSchedruleOnDemandResponse>;
2229
- configSchedruleOnDemand(request: ConfigSchedruleOnDemandRequest): Promise<ConfigSchedruleOnDemandResponse>;
2230
- createSchedruleOnDemandWithOptions(request: CreateSchedruleOnDemandRequest, runtime: $Util.RuntimeOptions): Promise<CreateSchedruleOnDemandResponse>;
2231
- createSchedruleOnDemand(request: CreateSchedruleOnDemandRequest): Promise<CreateSchedruleOnDemandResponse>;
2232
- /**
2233
- * You can call the DeleteBlackhole operation to deactivate blackhole filtering for a protected IP address.
2234
- * Before you call this operation, you can call the [DescribePackIpList](~~118701~~) operation to query the protection status of the IP addresses that are protected by your Anti-DDoS Origin instance. For example, you can query whether blackhole filtering is triggered for an IP address.
2235
- * ### Limits
2236
- * 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.
2237
- *
2238
- * @param request DeleteBlackholeRequest
2239
- * @param runtime runtime options for this request RuntimeOptions
2240
- * @return DeleteBlackholeResponse
2241
- */
2242
- deleteBlackholeWithOptions(request: DeleteBlackholeRequest, runtime: $Util.RuntimeOptions): Promise<DeleteBlackholeResponse>;
2243
- /**
2244
- * You can call the DeleteBlackhole operation to deactivate blackhole filtering for a protected IP address.
2245
- * Before you call this operation, you can call the [DescribePackIpList](~~118701~~) operation to query the protection status of the IP addresses that are protected by your Anti-DDoS Origin instance. For example, you can query whether blackhole filtering is triggered for an IP address.
2246
- * ### Limits
2247
- * 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.
2248
- *
2249
- * @param request DeleteBlackholeRequest
2250
- * @return DeleteBlackholeResponse
2251
- */
2252
- deleteBlackhole(request: DeleteBlackholeRequest): Promise<DeleteBlackholeResponse>;
2253
- /**
2254
- * The Anti-DDoS Origin Enterprise instance no longer protects the IP addresses that are removed.
2255
- *
2256
- * @param request DeleteIpRequest
2257
- * @param runtime runtime options for this request RuntimeOptions
2258
- * @return DeleteIpResponse
2259
- */
2260
- deleteIpWithOptions(request: DeleteIpRequest, runtime: $Util.RuntimeOptions): Promise<DeleteIpResponse>;
2261
- /**
2262
- * The Anti-DDoS Origin Enterprise instance no longer protects the IP addresses that are removed.
2263
- *
2264
- * @param request DeleteIpRequest
2265
- * @return DeleteIpResponse
2266
- */
2601
+ };
2602
+ static types(): {
2603
+ [key: string]: any;
2604
+ };
2605
+ constructor(map?: {
2606
+ [key: string]: any;
2607
+ });
2608
+ }
2609
+ export declare class ListPolicyAttachmentRequestIpPortProtocolList extends $tea.Model {
2610
+ ip?: string;
2611
+ port?: number;
2612
+ protocol?: string;
2613
+ static names(): {
2614
+ [key: string]: string;
2615
+ };
2616
+ static types(): {
2617
+ [key: string]: any;
2618
+ };
2619
+ constructor(map?: {
2620
+ [key: string]: any;
2621
+ });
2622
+ }
2623
+ export declare class ListPolicyAttachmentResponseBodyAttachmentList extends $tea.Model {
2624
+ ip?: string;
2625
+ memberUid?: string;
2626
+ policyId?: string;
2627
+ policyName?: string;
2628
+ policyType?: string;
2629
+ port?: number;
2630
+ protocol?: string;
2631
+ region?: string;
2632
+ static names(): {
2633
+ [key: string]: string;
2634
+ };
2635
+ static types(): {
2636
+ [key: string]: any;
2637
+ };
2638
+ constructor(map?: {
2639
+ [key: string]: any;
2640
+ });
2641
+ }
2642
+ export declare class ListTagKeysResponseBodyTagKeys extends $tea.Model {
2643
+ tagCount?: number;
2644
+ tagKey?: string;
2645
+ static names(): {
2646
+ [key: string]: string;
2647
+ };
2648
+ static types(): {
2649
+ [key: string]: any;
2650
+ };
2651
+ constructor(map?: {
2652
+ [key: string]: any;
2653
+ });
2654
+ }
2655
+ export declare class ListTagResourcesRequestTag extends $tea.Model {
2656
+ key?: string;
2657
+ value?: string;
2658
+ static names(): {
2659
+ [key: string]: string;
2660
+ };
2661
+ static types(): {
2662
+ [key: string]: any;
2663
+ };
2664
+ constructor(map?: {
2665
+ [key: string]: any;
2666
+ });
2667
+ }
2668
+ export declare class ListTagResourcesResponseBodyTagResourcesTagResource extends $tea.Model {
2669
+ resourceId?: string;
2670
+ resourceType?: string;
2671
+ tagKey?: string;
2672
+ tagValue?: string;
2673
+ static names(): {
2674
+ [key: string]: string;
2675
+ };
2676
+ static types(): {
2677
+ [key: string]: any;
2678
+ };
2679
+ constructor(map?: {
2680
+ [key: string]: any;
2681
+ });
2682
+ }
2683
+ export declare class ListTagResourcesResponseBodyTagResources extends $tea.Model {
2684
+ tagResource?: ListTagResourcesResponseBodyTagResourcesTagResource[];
2685
+ static names(): {
2686
+ [key: string]: string;
2687
+ };
2688
+ static types(): {
2689
+ [key: string]: any;
2690
+ };
2691
+ constructor(map?: {
2692
+ [key: string]: any;
2693
+ });
2694
+ }
2695
+ export declare class ModifyPolicyRequestContentFingerPrintRuleList extends $tea.Model {
2696
+ dstPortEnd?: number;
2697
+ dstPortStart?: number;
2698
+ id?: string;
2699
+ matchAction?: string;
2700
+ maxPktLen?: number;
2701
+ minPktLen?: number;
2702
+ offset?: number;
2703
+ payloadBytes?: string;
2704
+ protocol?: string;
2705
+ rateValue?: number;
2706
+ seqNo?: number;
2707
+ srcPortEnd?: number;
2708
+ srcPortStart?: number;
2709
+ static names(): {
2710
+ [key: string]: string;
2711
+ };
2712
+ static types(): {
2713
+ [key: string]: any;
2714
+ };
2715
+ constructor(map?: {
2716
+ [key: string]: any;
2717
+ });
2718
+ }
2719
+ export declare class ModifyPolicyRequestContentL4RuleListConditionList extends $tea.Model {
2720
+ arg?: string;
2721
+ depth?: number;
2722
+ position?: number;
2723
+ static names(): {
2724
+ [key: string]: string;
2725
+ };
2726
+ static types(): {
2727
+ [key: string]: any;
2728
+ };
2729
+ constructor(map?: {
2730
+ [key: string]: any;
2731
+ });
2732
+ }
2733
+ export declare class ModifyPolicyRequestContentL4RuleList extends $tea.Model {
2734
+ action?: string;
2735
+ conditionList?: ModifyPolicyRequestContentL4RuleListConditionList[];
2736
+ limited?: number;
2737
+ match?: string;
2738
+ method?: string;
2739
+ name?: string;
2740
+ priority?: number;
2741
+ static names(): {
2742
+ [key: string]: string;
2743
+ };
2744
+ static types(): {
2745
+ [key: string]: any;
2746
+ };
2747
+ constructor(map?: {
2748
+ [key: string]: any;
2749
+ });
2750
+ }
2751
+ export declare class ModifyPolicyRequestContentPortRuleList extends $tea.Model {
2752
+ dstPortEnd?: number;
2753
+ dstPortStart?: number;
2754
+ id?: string;
2755
+ matchAction?: string;
2756
+ protocol?: string;
2757
+ seqNo?: number;
2758
+ srcPortEnd?: number;
2759
+ srcPortStart?: number;
2760
+ static names(): {
2761
+ [key: string]: string;
2762
+ };
2763
+ static types(): {
2764
+ [key: string]: any;
2765
+ };
2766
+ constructor(map?: {
2767
+ [key: string]: any;
2768
+ });
2769
+ }
2770
+ export declare class ModifyPolicyRequestContentSourceBlockList extends $tea.Model {
2771
+ blockExpireSeconds?: number;
2772
+ everySeconds?: number;
2773
+ exceedLimitTimes?: number;
2774
+ type?: number;
2775
+ static names(): {
2776
+ [key: string]: string;
2777
+ };
2778
+ static types(): {
2779
+ [key: string]: any;
2780
+ };
2781
+ constructor(map?: {
2782
+ [key: string]: any;
2783
+ });
2784
+ }
2785
+ export declare class ModifyPolicyRequestContentSourceLimit extends $tea.Model {
2786
+ bps?: number;
2787
+ pps?: number;
2788
+ synBps?: number;
2789
+ synPps?: number;
2790
+ static names(): {
2791
+ [key: string]: string;
2792
+ };
2793
+ static types(): {
2794
+ [key: string]: any;
2795
+ };
2796
+ constructor(map?: {
2797
+ [key: string]: any;
2798
+ });
2799
+ }
2800
+ export declare class ModifyPolicyRequestContent extends $tea.Model {
2801
+ blackIpList?: string[];
2802
+ blackIpListExpireAt?: number;
2803
+ enableDropIcmp?: boolean;
2804
+ enableIntelligence?: boolean;
2805
+ enableL4Defense?: boolean;
2806
+ fingerPrintRuleList?: ModifyPolicyRequestContentFingerPrintRuleList[];
2807
+ intelligenceLevel?: string;
2808
+ l4RuleList?: ModifyPolicyRequestContentL4RuleList[];
2809
+ portRuleList?: ModifyPolicyRequestContentPortRuleList[];
2810
+ reflectBlockUdpPortList?: number[];
2811
+ regionBlockCountryList?: number[];
2812
+ regionBlockProvinceList?: number[];
2813
+ sourceBlockList?: ModifyPolicyRequestContentSourceBlockList[];
2814
+ sourceLimit?: ModifyPolicyRequestContentSourceLimit;
2815
+ whiteIpList?: string[];
2816
+ whitenGfbrNets?: boolean;
2817
+ static names(): {
2818
+ [key: string]: string;
2819
+ };
2820
+ static types(): {
2821
+ [key: string]: any;
2822
+ };
2823
+ constructor(map?: {
2824
+ [key: string]: any;
2825
+ });
2826
+ }
2827
+ export declare class ModifyPolicyContentRequestContentFingerPrintRuleList extends $tea.Model {
2828
+ dstPortEnd?: number;
2829
+ dstPortStart?: number;
2830
+ id?: string;
2831
+ matchAction?: string;
2832
+ maxPktLen?: number;
2833
+ minPktLen?: number;
2834
+ offset?: number;
2835
+ payloadBytes?: string;
2836
+ protocol?: string;
2837
+ rateValue?: number;
2838
+ seqNo?: number;
2839
+ srcPortEnd?: number;
2840
+ srcPortStart?: number;
2841
+ static names(): {
2842
+ [key: string]: string;
2843
+ };
2844
+ static types(): {
2845
+ [key: string]: any;
2846
+ };
2847
+ constructor(map?: {
2848
+ [key: string]: any;
2849
+ });
2850
+ }
2851
+ export declare class ModifyPolicyContentRequestContentL4RuleListConditionList extends $tea.Model {
2852
+ arg?: string;
2853
+ depth?: number;
2854
+ position?: number;
2855
+ static names(): {
2856
+ [key: string]: string;
2857
+ };
2858
+ static types(): {
2859
+ [key: string]: any;
2860
+ };
2861
+ constructor(map?: {
2862
+ [key: string]: any;
2863
+ });
2864
+ }
2865
+ export declare class ModifyPolicyContentRequestContentL4RuleList extends $tea.Model {
2866
+ action?: string;
2867
+ conditionList?: ModifyPolicyContentRequestContentL4RuleListConditionList[];
2868
+ limited?: number;
2869
+ match?: string;
2870
+ method?: string;
2871
+ name?: string;
2872
+ priority?: number;
2873
+ static names(): {
2874
+ [key: string]: string;
2875
+ };
2876
+ static types(): {
2877
+ [key: string]: any;
2878
+ };
2879
+ constructor(map?: {
2880
+ [key: string]: any;
2881
+ });
2882
+ }
2883
+ export declare class ModifyPolicyContentRequestContentPortRuleList extends $tea.Model {
2884
+ dstPortEnd?: number;
2885
+ dstPortStart?: number;
2886
+ id?: string;
2887
+ matchAction?: string;
2888
+ protocol?: string;
2889
+ seqNo?: number;
2890
+ srcPortEnd?: number;
2891
+ srcPortStart?: number;
2892
+ static names(): {
2893
+ [key: string]: string;
2894
+ };
2895
+ static types(): {
2896
+ [key: string]: any;
2897
+ };
2898
+ constructor(map?: {
2899
+ [key: string]: any;
2900
+ });
2901
+ }
2902
+ export declare class ModifyPolicyContentRequestContentSourceBlockList extends $tea.Model {
2903
+ blockExpireSeconds?: number;
2904
+ everySeconds?: number;
2905
+ exceedLimitTimes?: number;
2906
+ type?: number;
2907
+ static names(): {
2908
+ [key: string]: string;
2909
+ };
2910
+ static types(): {
2911
+ [key: string]: any;
2912
+ };
2913
+ constructor(map?: {
2914
+ [key: string]: any;
2915
+ });
2916
+ }
2917
+ export declare class ModifyPolicyContentRequestContentSourceLimit extends $tea.Model {
2918
+ bps?: number;
2919
+ pps?: number;
2920
+ synBps?: number;
2921
+ synPps?: number;
2922
+ static names(): {
2923
+ [key: string]: string;
2924
+ };
2925
+ static types(): {
2926
+ [key: string]: any;
2927
+ };
2928
+ constructor(map?: {
2929
+ [key: string]: any;
2930
+ });
2931
+ }
2932
+ export declare class ModifyPolicyContentRequestContent extends $tea.Model {
2933
+ blackIpListExpireAt?: number;
2934
+ enableDropIcmp?: boolean;
2935
+ enableIntelligence?: boolean;
2936
+ enableL4Defense?: boolean;
2937
+ fingerPrintRuleList?: ModifyPolicyContentRequestContentFingerPrintRuleList[];
2938
+ intelligenceLevel?: string;
2939
+ l4RuleList?: ModifyPolicyContentRequestContentL4RuleList[];
2940
+ portRuleList?: ModifyPolicyContentRequestContentPortRuleList[];
2941
+ reflectBlockUdpPortList?: number[];
2942
+ regionBlockCountryList?: number[];
2943
+ regionBlockProvinceList?: number[];
2944
+ sourceBlockList?: ModifyPolicyContentRequestContentSourceBlockList[];
2945
+ sourceLimit?: ModifyPolicyContentRequestContentSourceLimit;
2946
+ whitenGfbrNets?: boolean;
2947
+ static names(): {
2948
+ [key: string]: string;
2949
+ };
2950
+ static types(): {
2951
+ [key: string]: any;
2952
+ };
2953
+ constructor(map?: {
2954
+ [key: string]: any;
2955
+ });
2956
+ }
2957
+ export declare class QuerySchedruleOnDemandResponseBodyRuleConfig extends $tea.Model {
2958
+ ruleAction?: string;
2959
+ ruleConditionCnt?: string;
2960
+ ruleConditionKpps?: string;
2961
+ ruleConditionMbps?: string;
2962
+ ruleName?: string;
2963
+ ruleSwitch?: string;
2964
+ ruleUndoBeginTime?: string;
2965
+ ruleUndoEndTime?: string;
2966
+ ruleUndoMode?: string;
2967
+ timeZone?: string;
2968
+ static names(): {
2969
+ [key: string]: string;
2970
+ };
2971
+ static types(): {
2972
+ [key: string]: any;
2973
+ };
2974
+ constructor(map?: {
2975
+ [key: string]: any;
2976
+ });
2977
+ }
2978
+ export declare class QuerySchedruleOnDemandResponseBodyRuleStatus extends $tea.Model {
2979
+ net?: string;
2980
+ ruleSchedStatus?: string;
2981
+ static names(): {
2982
+ [key: string]: string;
2983
+ };
2984
+ static types(): {
2985
+ [key: string]: any;
2986
+ };
2987
+ constructor(map?: {
2988
+ [key: string]: any;
2989
+ });
2990
+ }
2991
+ export declare class TagResourcesRequestTag extends $tea.Model {
2992
+ key?: string;
2993
+ value?: string;
2994
+ static names(): {
2995
+ [key: string]: string;
2996
+ };
2997
+ static types(): {
2998
+ [key: string]: any;
2999
+ };
3000
+ constructor(map?: {
3001
+ [key: string]: any;
3002
+ });
3003
+ }
3004
+ export default class Client extends OpenApi {
3005
+ constructor(config: $OpenApi.Config);
3006
+ getEndpoint(productId: string, regionId: string, endpointRule: string, network: string, suffix: string, endpointMap: {
3007
+ [key: string]: string;
3008
+ }, endpoint: string): string;
3009
+ /**
3010
+ * @summary Adds IP addresses to an Anti-DDoS Origin Enterprise instance.
3011
+ *
3012
+ * @param request AddIpRequest
3013
+ * @param runtime runtime options for this request RuntimeOptions
3014
+ * @return AddIpResponse
3015
+ */
3016
+ addIpWithOptions(request: AddIpRequest, runtime: $Util.RuntimeOptions): Promise<AddIpResponse>;
3017
+ /**
3018
+ * @summary Adds IP addresses to an Anti-DDoS Origin Enterprise instance.
3019
+ *
3020
+ * @param request AddIpRequest
3021
+ * @return AddIpResponse
3022
+ */
3023
+ addIp(request: AddIpRequest): Promise<AddIpResponse>;
3024
+ /**
3025
+ * @summary 添加资源目录成员账号列表
3026
+ *
3027
+ * @param tmpReq AddRdMemberListRequest
3028
+ * @param runtime runtime options for this request RuntimeOptions
3029
+ * @return AddRdMemberListResponse
3030
+ */
3031
+ addRdMemberListWithOptions(tmpReq: AddRdMemberListRequest, runtime: $Util.RuntimeOptions): Promise<AddRdMemberListResponse>;
3032
+ /**
3033
+ * @summary 添加资源目录成员账号列表
3034
+ *
3035
+ * @param request AddRdMemberListRequest
3036
+ * @return AddRdMemberListResponse
3037
+ */
3038
+ addRdMemberList(request: AddRdMemberListRequest): Promise<AddRdMemberListResponse>;
3039
+ /**
3040
+ * @summary Associates an asset with an Anti-DDoS Origin instance of a paid edition.
3041
+ *
3042
+ * @param tmpReq AttachAssetGroupToInstanceRequest
3043
+ * @param runtime runtime options for this request RuntimeOptions
3044
+ * @return AttachAssetGroupToInstanceResponse
3045
+ */
3046
+ attachAssetGroupToInstanceWithOptions(tmpReq: AttachAssetGroupToInstanceRequest, runtime: $Util.RuntimeOptions): Promise<AttachAssetGroupToInstanceResponse>;
3047
+ /**
3048
+ * @summary Associates an asset with an Anti-DDoS Origin instance of a paid edition.
3049
+ *
3050
+ * @param request AttachAssetGroupToInstanceRequest
3051
+ * @return AttachAssetGroupToInstanceResponse
3052
+ */
3053
+ attachAssetGroupToInstance(request: AttachAssetGroupToInstanceRequest): Promise<AttachAssetGroupToInstanceResponse>;
3054
+ /**
3055
+ * @summary Checks whether Anti-DDoS Origin is authorized to access Log Service.
3056
+ *
3057
+ * @param request CheckAccessLogAuthRequest
3058
+ * @param runtime runtime options for this request RuntimeOptions
3059
+ * @return CheckAccessLogAuthResponse
3060
+ */
3061
+ checkAccessLogAuthWithOptions(request: CheckAccessLogAuthRequest, runtime: $Util.RuntimeOptions): Promise<CheckAccessLogAuthResponse>;
3062
+ /**
3063
+ * @summary Checks whether Anti-DDoS Origin is authorized to access Log Service.
3064
+ *
3065
+ * @param request CheckAccessLogAuthRequest
3066
+ * @return CheckAccessLogAuthResponse
3067
+ */
3068
+ checkAccessLogAuth(request: CheckAccessLogAuthRequest): Promise<CheckAccessLogAuthResponse>;
3069
+ /**
3070
+ * @summary Queries whether Anti-DDoS Origin is authorized to obtain information about the assets within the current Alibaba Cloud account.
3071
+ *
3072
+ * @description You can call the CheckGrant operation to query whether Anti-DDoS Origin is authorized to obtain information about the assets within the current Alibaba Cloud account.
3073
+ * ### Limits
3074
+ * 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.
3075
+ *
3076
+ * @param request CheckGrantRequest
3077
+ * @param runtime runtime options for this request RuntimeOptions
3078
+ * @return CheckGrantResponse
3079
+ */
3080
+ checkGrantWithOptions(request: CheckGrantRequest, runtime: $Util.RuntimeOptions): Promise<CheckGrantResponse>;
3081
+ /**
3082
+ * @summary Queries whether Anti-DDoS Origin is authorized to obtain information about the assets within the current Alibaba Cloud account.
3083
+ *
3084
+ * @description You can call the CheckGrant operation to query whether Anti-DDoS Origin is authorized to obtain information about the assets within the current Alibaba Cloud account.
3085
+ * ### Limits
3086
+ * 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.
3087
+ *
3088
+ * @param request CheckGrantRequest
3089
+ * @return CheckGrantResponse
3090
+ */
3091
+ checkGrant(request: CheckGrantRequest): Promise<CheckGrantResponse>;
3092
+ /**
3093
+ * @param request ConfigSchedruleOnDemandRequest
3094
+ * @param runtime runtime options for this request RuntimeOptions
3095
+ * @return ConfigSchedruleOnDemandResponse
3096
+ */
3097
+ configSchedruleOnDemandWithOptions(request: ConfigSchedruleOnDemandRequest, runtime: $Util.RuntimeOptions): Promise<ConfigSchedruleOnDemandResponse>;
3098
+ /**
3099
+ * @param request ConfigSchedruleOnDemandRequest
3100
+ * @return ConfigSchedruleOnDemandResponse
3101
+ */
3102
+ configSchedruleOnDemand(request: ConfigSchedruleOnDemandRequest): Promise<ConfigSchedruleOnDemandResponse>;
3103
+ /**
3104
+ * @summary 创建策略
3105
+ *
3106
+ * @param request CreatePolicyRequest
3107
+ * @param runtime runtime options for this request RuntimeOptions
3108
+ * @return CreatePolicyResponse
3109
+ */
3110
+ createPolicyWithOptions(request: CreatePolicyRequest, runtime: $Util.RuntimeOptions): Promise<CreatePolicyResponse>;
3111
+ /**
3112
+ * @summary 创建策略
3113
+ *
3114
+ * @param request CreatePolicyRequest
3115
+ * @return CreatePolicyResponse
3116
+ */
3117
+ createPolicy(request: CreatePolicyRequest): Promise<CreatePolicyResponse>;
3118
+ /**
3119
+ * @summary Creates a scheduling rule for an on-demand instance.
3120
+ *
3121
+ * @param request CreateSchedruleOnDemandRequest
3122
+ * @param runtime runtime options for this request RuntimeOptions
3123
+ * @return CreateSchedruleOnDemandResponse
3124
+ */
3125
+ createSchedruleOnDemandWithOptions(request: CreateSchedruleOnDemandRequest, runtime: $Util.RuntimeOptions): Promise<CreateSchedruleOnDemandResponse>;
3126
+ /**
3127
+ * @summary Creates a scheduling rule for an on-demand instance.
3128
+ *
3129
+ * @param request CreateSchedruleOnDemandRequest
3130
+ * @return CreateSchedruleOnDemandResponse
3131
+ */
3132
+ createSchedruleOnDemand(request: CreateSchedruleOnDemandRequest): Promise<CreateSchedruleOnDemandResponse>;
3133
+ /**
3134
+ * @summary Deactivates blackhole filtering for a protected IP address.
3135
+ *
3136
+ * @description You can call the DeleteBlackhole operation to deactivate blackhole filtering for a protected IP address.
3137
+ * Before you call this operation, you can call the [DescribePackIpList](https://help.aliyun.com/document_detail/118701.html) operation to query the protection status of the IP addresses that are protected by your Anti-DDoS Origin instance. For example, you can query whether blackhole filtering is triggered for an IP address.
3138
+ * ### Limits
3139
+ * 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.
3140
+ *
3141
+ * @param request DeleteBlackholeRequest
3142
+ * @param runtime runtime options for this request RuntimeOptions
3143
+ * @return DeleteBlackholeResponse
3144
+ */
3145
+ deleteBlackholeWithOptions(request: DeleteBlackholeRequest, runtime: $Util.RuntimeOptions): Promise<DeleteBlackholeResponse>;
3146
+ /**
3147
+ * @summary Deactivates blackhole filtering for a protected IP address.
3148
+ *
3149
+ * @description You can call the DeleteBlackhole operation to deactivate blackhole filtering for a protected IP address.
3150
+ * Before you call this operation, you can call the [DescribePackIpList](https://help.aliyun.com/document_detail/118701.html) operation to query the protection status of the IP addresses that are protected by your Anti-DDoS Origin instance. For example, you can query whether blackhole filtering is triggered for an IP address.
3151
+ * ### Limits
3152
+ * 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.
3153
+ *
3154
+ * @param request DeleteBlackholeRequest
3155
+ * @return DeleteBlackholeResponse
3156
+ */
3157
+ deleteBlackhole(request: DeleteBlackholeRequest): Promise<DeleteBlackholeResponse>;
3158
+ /**
3159
+ * @summary Removes specific IP addresses from an Anti-DDoS Origin Enterprise instance.
3160
+ *
3161
+ * @description The Anti-DDoS Origin Enterprise instance no longer protects the IP addresses that are removed.
3162
+ *
3163
+ * @param request DeleteIpRequest
3164
+ * @param runtime runtime options for this request RuntimeOptions
3165
+ * @return DeleteIpResponse
3166
+ */
3167
+ deleteIpWithOptions(request: DeleteIpRequest, runtime: $Util.RuntimeOptions): Promise<DeleteIpResponse>;
3168
+ /**
3169
+ * @summary Removes specific IP addresses from an Anti-DDoS Origin Enterprise instance.
3170
+ *
3171
+ * @description The Anti-DDoS Origin Enterprise instance no longer protects the IP addresses that are removed.
3172
+ *
3173
+ * @param request DeleteIpRequest
3174
+ * @return DeleteIpResponse
3175
+ */
2267
3176
  deleteIp(request: DeleteIpRequest): Promise<DeleteIpResponse>;
3177
+ /**
3178
+ * @summary 删除策略
3179
+ *
3180
+ * @param request DeletePolicyRequest
3181
+ * @param runtime runtime options for this request RuntimeOptions
3182
+ * @return DeletePolicyResponse
3183
+ */
3184
+ deletePolicyWithOptions(request: DeletePolicyRequest, runtime: $Util.RuntimeOptions): Promise<DeletePolicyResponse>;
3185
+ /**
3186
+ * @summary 删除策略
3187
+ *
3188
+ * @param request DeletePolicyRequest
3189
+ * @return DeletePolicyResponse
3190
+ */
3191
+ deletePolicy(request: DeletePolicyRequest): Promise<DeletePolicyResponse>;
3192
+ /**
3193
+ * @summary 删除资源目录成员账号列表
3194
+ *
3195
+ * @param tmpReq DeleteRdMemberListRequest
3196
+ * @param runtime runtime options for this request RuntimeOptions
3197
+ * @return DeleteRdMemberListResponse
3198
+ */
2268
3199
  deleteRdMemberListWithOptions(tmpReq: DeleteRdMemberListRequest, runtime: $Util.RuntimeOptions): Promise<DeleteRdMemberListResponse>;
3200
+ /**
3201
+ * @summary 删除资源目录成员账号列表
3202
+ *
3203
+ * @param request DeleteRdMemberListRequest
3204
+ * @return DeleteRdMemberListResponse
3205
+ */
2269
3206
  deleteRdMemberList(request: DeleteRdMemberListRequest): Promise<DeleteRdMemberListResponse>;
3207
+ /**
3208
+ * @param request DeleteSchedruleOnDemandRequest
3209
+ * @param runtime runtime options for this request RuntimeOptions
3210
+ * @return DeleteSchedruleOnDemandResponse
3211
+ */
2270
3212
  deleteSchedruleOnDemandWithOptions(request: DeleteSchedruleOnDemandRequest, runtime: $Util.RuntimeOptions): Promise<DeleteSchedruleOnDemandResponse>;
3213
+ /**
3214
+ * @param request DeleteSchedruleOnDemandRequest
3215
+ * @return DeleteSchedruleOnDemandResponse
3216
+ */
2271
3217
  deleteSchedruleOnDemand(request: DeleteSchedruleOnDemandRequest): Promise<DeleteSchedruleOnDemandResponse>;
3218
+ /**
3219
+ * @summary Queries the association between an asset and an Anti-DDoS Origin instance of a paid edition.
3220
+ *
3221
+ * @param request DescribeAssetGroupRequest
3222
+ * @param runtime runtime options for this request RuntimeOptions
3223
+ * @return DescribeAssetGroupResponse
3224
+ */
2272
3225
  describeAssetGroupWithOptions(request: DescribeAssetGroupRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAssetGroupResponse>;
3226
+ /**
3227
+ * @summary Queries the association between an asset and an Anti-DDoS Origin instance of a paid edition.
3228
+ *
3229
+ * @param request DescribeAssetGroupRequest
3230
+ * @return DescribeAssetGroupResponse
3231
+ */
2273
3232
  describeAssetGroup(request: DescribeAssetGroupRequest): Promise<DescribeAssetGroupResponse>;
3233
+ /**
3234
+ * @summary Queries the association between an asset and an Anti-DDoS Origin instance of a paid edition.
3235
+ *
3236
+ * @param request DescribeAssetGroupToInstanceRequest
3237
+ * @param runtime runtime options for this request RuntimeOptions
3238
+ * @return DescribeAssetGroupToInstanceResponse
3239
+ */
2274
3240
  describeAssetGroupToInstanceWithOptions(request: DescribeAssetGroupToInstanceRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAssetGroupToInstanceResponse>;
3241
+ /**
3242
+ * @summary Queries the association between an asset and an Anti-DDoS Origin instance of a paid edition.
3243
+ *
3244
+ * @param request DescribeAssetGroupToInstanceRequest
3245
+ * @return DescribeAssetGroupToInstanceResponse
3246
+ */
2275
3247
  describeAssetGroupToInstance(request: DescribeAssetGroupToInstanceRequest): Promise<DescribeAssetGroupToInstanceResponse>;
2276
3248
  /**
2277
- * You can call the DescribeDdosEvent operation to query the details about the DDoS attack events that occurred on a specific Anti-DDoS Origin instance by page. The details include the start time, end time, attacked IP address, and status of each event.
2278
- * ## Limits
2279
- * 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.
2280
- *
2281
- * @param request DescribeDdosEventRequest
2282
- * @param runtime runtime options for this request RuntimeOptions
2283
- * @return DescribeDdosEventResponse
3249
+ * @summary Queries the details about the DDoS attack events that occurred on a specific Anti-DDoS Origin instance.
3250
+ *
3251
+ * @description You can call the DescribeDdosEvent operation to query the details about the DDoS attack events that occurred on a specific Anti-DDoS Origin instance by page. The details include the start time, end time, attacked IP address, and status of each event.
3252
+ * ## Limits
3253
+ * 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.
3254
+ *
3255
+ * @param request DescribeDdosEventRequest
3256
+ * @param runtime runtime options for this request RuntimeOptions
3257
+ * @return DescribeDdosEventResponse
2284
3258
  */
2285
3259
  describeDdosEventWithOptions(request: DescribeDdosEventRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDdosEventResponse>;
2286
3260
  /**
2287
- * You can call the DescribeDdosEvent operation to query the details about the DDoS attack events that occurred on a specific Anti-DDoS Origin instance by page. The details include the start time, end time, attacked IP address, and status of each event.
2288
- * ## Limits
2289
- * 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.
2290
- *
2291
- * @param request DescribeDdosEventRequest
2292
- * @return DescribeDdosEventResponse
3261
+ * @summary Queries the details about the DDoS attack events that occurred on a specific Anti-DDoS Origin instance.
3262
+ *
3263
+ * @description You can call the DescribeDdosEvent operation to query the details about the DDoS attack events that occurred on a specific Anti-DDoS Origin instance by page. The details include the start time, end time, attacked IP address, and status of each event.
3264
+ * ## Limits
3265
+ * 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.
3266
+ *
3267
+ * @param request DescribeDdosEventRequest
3268
+ * @return DescribeDdosEventResponse
2293
3269
  */
2294
3270
  describeDdosEvent(request: DescribeDdosEventRequest): Promise<DescribeDdosEventResponse>;
3271
+ /**
3272
+ * @summary 查询账单
3273
+ *
3274
+ * @param request DescribeDdosOriginInstanceBillRequest
3275
+ * @param runtime runtime options for this request RuntimeOptions
3276
+ * @return DescribeDdosOriginInstanceBillResponse
3277
+ */
2295
3278
  describeDdosOriginInstanceBillWithOptions(request: DescribeDdosOriginInstanceBillRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDdosOriginInstanceBillResponse>;
3279
+ /**
3280
+ * @summary 查询账单
3281
+ *
3282
+ * @param request DescribeDdosOriginInstanceBillRequest
3283
+ * @return DescribeDdosOriginInstanceBillResponse
3284
+ */
2296
3285
  describeDdosOriginInstanceBill(request: DescribeDdosOriginInstanceBillRequest): Promise<DescribeDdosOriginInstanceBillResponse>;
2297
3286
  /**
2298
- * ## Usage notes
2299
- * You can call the DescribeExcpetionCount operation to query the number of assets that are in an abnormal state and the number of Anti-DDoS Origin instances that are about to expire in a specific region. For example, if blackhole filtering is triggered for an IP address, the IP address is in an abnormal state. An instance whose remaining validity period is less than seven days is considered as an instance that is about to expire.
2300
- *
2301
- * @param request DescribeExcpetionCountRequest
2302
- * @param runtime runtime options for this request RuntimeOptions
2303
- * @return DescribeExcpetionCountResponse
3287
+ * @summary Queries the number of assets that are in an abnormal state and the number of Anti-DDoS
3288
+ * Origin instances that are about to expire in a specific region. The assets can be
3289
+ * elastic IP addresses (EIPs). The assets can also be Elastic Compute Service (ECS)
3290
+ * instances or Server Load Balancer (SLB) instances that are assigned public IP addresses.
3291
+ *
3292
+ * @description ## Usage notes
3293
+ * You can call the DescribeExcpetionCount operation to query the number of assets that are in an abnormal state and the number of Anti-DDoS Origin instances that are about to expire in a specific region. For example, if blackhole filtering is triggered for an IP address, the IP address is in an abnormal state. An instance whose remaining validity period is less than seven days is considered as an instance that is about to expire.
3294
+ *
3295
+ * @param request DescribeExcpetionCountRequest
3296
+ * @param runtime runtime options for this request RuntimeOptions
3297
+ * @return DescribeExcpetionCountResponse
2304
3298
  */
2305
3299
  describeExcpetionCountWithOptions(request: DescribeExcpetionCountRequest, runtime: $Util.RuntimeOptions): Promise<DescribeExcpetionCountResponse>;
2306
3300
  /**
2307
- * ## Usage notes
2308
- * You can call the DescribeExcpetionCount operation to query the number of assets that are in an abnormal state and the number of Anti-DDoS Origin instances that are about to expire in a specific region. For example, if blackhole filtering is triggered for an IP address, the IP address is in an abnormal state. An instance whose remaining validity period is less than seven days is considered as an instance that is about to expire.
2309
- *
2310
- * @param request DescribeExcpetionCountRequest
2311
- * @return DescribeExcpetionCountResponse
3301
+ * @summary Queries the number of assets that are in an abnormal state and the number of Anti-DDoS
3302
+ * Origin instances that are about to expire in a specific region. The assets can be
3303
+ * elastic IP addresses (EIPs). The assets can also be Elastic Compute Service (ECS)
3304
+ * instances or Server Load Balancer (SLB) instances that are assigned public IP addresses.
3305
+ *
3306
+ * @description ## Usage notes
3307
+ * You can call the DescribeExcpetionCount operation to query the number of assets that are in an abnormal state and the number of Anti-DDoS Origin instances that are about to expire in a specific region. For example, if blackhole filtering is triggered for an IP address, the IP address is in an abnormal state. An instance whose remaining validity period is less than seven days is considered as an instance that is about to expire.
3308
+ *
3309
+ * @param request DescribeExcpetionCountRequest
3310
+ * @return DescribeExcpetionCountResponse
2312
3311
  */
2313
3312
  describeExcpetionCount(request: DescribeExcpetionCountRequest): Promise<DescribeExcpetionCountResponse>;
2314
3313
  /**
2315
- * You can call the DescribeInstanceList operation to query the details of all Anti-DDoS Origin instances within your Alibaba Cloud account by page. The details include the ID, validity period, and status of each instance.
2316
- * ## Limits
2317
- * 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.
2318
- *
2319
- * @param request DescribeInstanceListRequest
2320
- * @param runtime runtime options for this request RuntimeOptions
2321
- * @return DescribeInstanceListResponse
3314
+ * @summary Queries the details of all Anti-DDoS Origin instances.
3315
+ *
3316
+ * @description You can call the DescribeInstanceList operation to query the details of all Anti-DDoS Origin instances within your Alibaba Cloud account by page. The details include the ID, validity period, and status of each instance.
3317
+ * ## Limits
3318
+ * 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.
3319
+ *
3320
+ * @param request DescribeInstanceListRequest
3321
+ * @param runtime runtime options for this request RuntimeOptions
3322
+ * @return DescribeInstanceListResponse
2322
3323
  */
2323
3324
  describeInstanceListWithOptions(request: DescribeInstanceListRequest, runtime: $Util.RuntimeOptions): Promise<DescribeInstanceListResponse>;
2324
3325
  /**
2325
- * You can call the DescribeInstanceList operation to query the details of all Anti-DDoS Origin instances within your Alibaba Cloud account by page. The details include the ID, validity period, and status of each instance.
2326
- * ## Limits
2327
- * 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.
2328
- *
2329
- * @param request DescribeInstanceListRequest
2330
- * @return DescribeInstanceListResponse
3326
+ * @summary Queries the details of all Anti-DDoS Origin instances.
3327
+ *
3328
+ * @description You can call the DescribeInstanceList operation to query the details of all Anti-DDoS Origin instances within your Alibaba Cloud account by page. The details include the ID, validity period, and status of each instance.
3329
+ * ## Limits
3330
+ * 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.
3331
+ *
3332
+ * @param request DescribeInstanceListRequest
3333
+ * @return DescribeInstanceListResponse
2331
3334
  */
2332
3335
  describeInstanceList(request: DescribeInstanceListRequest): Promise<DescribeInstanceListResponse>;
3336
+ /**
3337
+ * @param request DescribeInstanceSpecsRequest
3338
+ * @param runtime runtime options for this request RuntimeOptions
3339
+ * @return DescribeInstanceSpecsResponse
3340
+ */
2333
3341
  describeInstanceSpecsWithOptions(request: DescribeInstanceSpecsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeInstanceSpecsResponse>;
3342
+ /**
3343
+ * @param request DescribeInstanceSpecsRequest
3344
+ * @return DescribeInstanceSpecsResponse
3345
+ */
2334
3346
  describeInstanceSpecs(request: DescribeInstanceSpecsRequest): Promise<DescribeInstanceSpecsResponse>;
2335
3347
  /**
2336
- * > Anti-DDoS Origin API operations are available for only Anti-DDoS Origin Enterprise users.
2337
- *
2338
- * @param request DescribeOnDemandDdosEventRequest
2339
- * @param runtime runtime options for this request RuntimeOptions
2340
- * @return DescribeOnDemandDdosEventResponse
3348
+ * @summary Call the DescribeOnDemandDdosEvent operation to query the DDoS events recorded for the IP address of the Anti-DDoS on-demand instance.
3349
+ *
3350
+ * @description > Anti-DDoS Origin API operations are available for only Anti-DDoS Origin Enterprise users.
3351
+ *
3352
+ * @param request DescribeOnDemandDdosEventRequest
3353
+ * @param runtime runtime options for this request RuntimeOptions
3354
+ * @return DescribeOnDemandDdosEventResponse
2341
3355
  */
2342
3356
  describeOnDemandDdosEventWithOptions(request: DescribeOnDemandDdosEventRequest, runtime: $Util.RuntimeOptions): Promise<DescribeOnDemandDdosEventResponse>;
2343
3357
  /**
2344
- * > Anti-DDoS Origin API operations are available for only Anti-DDoS Origin Enterprise users.
2345
- *
2346
- * @param request DescribeOnDemandDdosEventRequest
2347
- * @return DescribeOnDemandDdosEventResponse
3358
+ * @summary Call the DescribeOnDemandDdosEvent operation to query the DDoS events recorded for the IP address of the Anti-DDoS on-demand instance.
3359
+ *
3360
+ * @description > Anti-DDoS Origin API operations are available for only Anti-DDoS Origin Enterprise users.
3361
+ *
3362
+ * @param request DescribeOnDemandDdosEventRequest
3363
+ * @return DescribeOnDemandDdosEventResponse
2348
3364
  */
2349
3365
  describeOnDemandDdosEvent(request: DescribeOnDemandDdosEventRequest): Promise<DescribeOnDemandDdosEventResponse>;
3366
+ /**
3367
+ * @param request DescribeOnDemandInstanceStatusRequest
3368
+ * @param runtime runtime options for this request RuntimeOptions
3369
+ * @return DescribeOnDemandInstanceStatusResponse
3370
+ */
2350
3371
  describeOnDemandInstanceStatusWithOptions(request: DescribeOnDemandInstanceStatusRequest, runtime: $Util.RuntimeOptions): Promise<DescribeOnDemandInstanceStatusResponse>;
3372
+ /**
3373
+ * @param request DescribeOnDemandInstanceStatusRequest
3374
+ * @return DescribeOnDemandInstanceStatusResponse
3375
+ */
2351
3376
  describeOnDemandInstanceStatus(request: DescribeOnDemandInstanceStatusRequest): Promise<DescribeOnDemandInstanceStatusResponse>;
2352
3377
  /**
2353
- * The start time. Operation logs that were generated after this time are queried.**** This value is a UNIX timestamp. Unit: milliseconds.
2354
- *
2355
- * @param request DescribeOpEntitiesRequest
2356
- * @param runtime runtime options for this request RuntimeOptions
2357
- * @return DescribeOpEntitiesResponse
3378
+ * @summary The number of entries to return on each page.
3379
+ *
3380
+ * @description The start time. Operation logs that were generated after this time are queried.**** This value is a UNIX timestamp. Unit: milliseconds.
3381
+ *
3382
+ * @param request DescribeOpEntitiesRequest
3383
+ * @param runtime runtime options for this request RuntimeOptions
3384
+ * @return DescribeOpEntitiesResponse
2358
3385
  */
2359
3386
  describeOpEntitiesWithOptions(request: DescribeOpEntitiesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeOpEntitiesResponse>;
2360
3387
  /**
2361
- * The start time. Operation logs that were generated after this time are queried.**** This value is a UNIX timestamp. Unit: milliseconds.
2362
- *
2363
- * @param request DescribeOpEntitiesRequest
2364
- * @return DescribeOpEntitiesResponse
3388
+ * @summary The number of entries to return on each page.
3389
+ *
3390
+ * @description The start time. Operation logs that were generated after this time are queried.**** This value is a UNIX timestamp. Unit: milliseconds.
3391
+ *
3392
+ * @param request DescribeOpEntitiesRequest
3393
+ * @return DescribeOpEntitiesResponse
2365
3394
  */
2366
3395
  describeOpEntities(request: DescribeOpEntitiesRequest): Promise<DescribeOpEntitiesResponse>;
2367
3396
  /**
2368
- * You can call the DescribePackIpList operation to query the details about each IP address that is protected by a specific Anti-DDoS Origin instance by page. The details include the IP address and the type of the cloud asset to which the IP address belongs. The details also include the status of the IP address, such as whether blackhole filtering is triggered for the IP address.
2369
- * ## Limits
2370
- * 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.
2371
- *
2372
- * @param request DescribePackIpListRequest
2373
- * @param runtime runtime options for this request RuntimeOptions
2374
- * @return DescribePackIpListResponse
3397
+ * @summary Queries the IP addresses that are protected by a specific Anti-DDoS Origin instance.
3398
+ *
3399
+ * @description You can call the DescribePackIpList operation to query the details about each IP address that is protected by a specific Anti-DDoS Origin instance by page. The details include the IP address and the type of the cloud asset to which the IP address belongs. The details also include the status of the IP address, such as whether blackhole filtering is triggered for the IP address.
3400
+ * ## Limits
3401
+ * 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.
3402
+ *
3403
+ * @param request DescribePackIpListRequest
3404
+ * @param runtime runtime options for this request RuntimeOptions
3405
+ * @return DescribePackIpListResponse
2375
3406
  */
2376
3407
  describePackIpListWithOptions(request: DescribePackIpListRequest, runtime: $Util.RuntimeOptions): Promise<DescribePackIpListResponse>;
2377
3408
  /**
2378
- * You can call the DescribePackIpList operation to query the details about each IP address that is protected by a specific Anti-DDoS Origin instance by page. The details include the IP address and the type of the cloud asset to which the IP address belongs. The details also include the status of the IP address, such as whether blackhole filtering is triggered for the IP address.
2379
- * ## Limits
2380
- * 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.
2381
- *
2382
- * @param request DescribePackIpListRequest
2383
- * @return DescribePackIpListResponse
3409
+ * @summary Queries the IP addresses that are protected by a specific Anti-DDoS Origin instance.
3410
+ *
3411
+ * @description You can call the DescribePackIpList operation to query the details about each IP address that is protected by a specific Anti-DDoS Origin instance by page. The details include the IP address and the type of the cloud asset to which the IP address belongs. The details also include the status of the IP address, such as whether blackhole filtering is triggered for the IP address.
3412
+ * ## Limits
3413
+ * 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.
3414
+ *
3415
+ * @param request DescribePackIpListRequest
3416
+ * @return DescribePackIpListResponse
2384
3417
  */
2385
3418
  describePackIpList(request: DescribePackIpListRequest): Promise<DescribePackIpListResponse>;
3419
+ /**
3420
+ * @summary 查询资源目录成员账号列表
3421
+ *
3422
+ * @param request DescribeRdMemberListRequest
3423
+ * @param runtime runtime options for this request RuntimeOptions
3424
+ * @return DescribeRdMemberListResponse
3425
+ */
2386
3426
  describeRdMemberListWithOptions(request: DescribeRdMemberListRequest, runtime: $Util.RuntimeOptions): Promise<DescribeRdMemberListResponse>;
3427
+ /**
3428
+ * @summary 查询资源目录成员账号列表
3429
+ *
3430
+ * @param request DescribeRdMemberListRequest
3431
+ * @return DescribeRdMemberListResponse
3432
+ */
2387
3433
  describeRdMemberList(request: DescribeRdMemberListRequest): Promise<DescribeRdMemberListResponse>;
3434
+ /**
3435
+ * @summary 查询RD状态
3436
+ *
3437
+ * @param request DescribeRdStatusRequest
3438
+ * @param runtime runtime options for this request RuntimeOptions
3439
+ * @return DescribeRdStatusResponse
3440
+ */
2388
3441
  describeRdStatusWithOptions(runtime: $Util.RuntimeOptions): Promise<DescribeRdStatusResponse>;
3442
+ /**
3443
+ * @summary 查询RD状态
3444
+ *
3445
+ * @return DescribeRdStatusResponse
3446
+ */
2389
3447
  describeRdStatus(): Promise<DescribeRdStatusResponse>;
3448
+ /**
3449
+ * @summary Queries the regions of cloud assets that are supported by an Anti-DDoS Origin instance.
3450
+ *
3451
+ * @param request DescribeRegionsRequest
3452
+ * @param runtime runtime options for this request RuntimeOptions
3453
+ * @return DescribeRegionsResponse
3454
+ */
2390
3455
  describeRegionsWithOptions(request: DescribeRegionsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeRegionsResponse>;
3456
+ /**
3457
+ * @summary Queries the regions of cloud assets that are supported by an Anti-DDoS Origin instance.
3458
+ *
3459
+ * @param request DescribeRegionsRequest
3460
+ * @return DescribeRegionsResponse
3461
+ */
2391
3462
  describeRegions(request: DescribeRegionsRequest): Promise<DescribeRegionsResponse>;
2392
3463
  /**
2393
- * You can call the DescribeTraffic operation to query traffic statistics of an Anti-DDoS Origin instance within a specific time period.
2394
- * > When you call this operation, you must configure the **InstanceId** parameter to specify the Anti-DDoS Origin instance whose traffic statistics you want to query.
2395
- * ## Limits
2396
- * You can call this operation once 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.
2397
- *
2398
- * @param request DescribeTrafficRequest
2399
- * @param runtime runtime options for this request RuntimeOptions
2400
- * @return DescribeTrafficResponse
3464
+ * @summary Queries traffic statistics of an Anti-DDoS Origin instance within a specific time period.
3465
+ *
3466
+ * @description You can call the DescribeTraffic operation to query traffic statistics of an Anti-DDoS Origin instance within a specific time period.
3467
+ * > When you call this operation, you must configure the **InstanceId** parameter to specify the Anti-DDoS Origin instance whose traffic statistics you want to query.
3468
+ * ## Limits
3469
+ * You can call this operation once 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.
3470
+ *
3471
+ * @param request DescribeTrafficRequest
3472
+ * @param runtime runtime options for this request RuntimeOptions
3473
+ * @return DescribeTrafficResponse
2401
3474
  */
2402
3475
  describeTrafficWithOptions(request: DescribeTrafficRequest, runtime: $Util.RuntimeOptions): Promise<DescribeTrafficResponse>;
2403
3476
  /**
2404
- * You can call the DescribeTraffic operation to query traffic statistics of an Anti-DDoS Origin instance within a specific time period.
2405
- * > When you call this operation, you must configure the **InstanceId** parameter to specify the Anti-DDoS Origin instance whose traffic statistics you want to query.
2406
- * ## Limits
2407
- * You can call this operation once 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.
2408
- *
2409
- * @param request DescribeTrafficRequest
2410
- * @return DescribeTrafficResponse
3477
+ * @summary Queries traffic statistics of an Anti-DDoS Origin instance within a specific time period.
3478
+ *
3479
+ * @description You can call the DescribeTraffic operation to query traffic statistics of an Anti-DDoS Origin instance within a specific time period.
3480
+ * > When you call this operation, you must configure the **InstanceId** parameter to specify the Anti-DDoS Origin instance whose traffic statistics you want to query.
3481
+ * ## Limits
3482
+ * You can call this operation once 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.
3483
+ *
3484
+ * @param request DescribeTrafficRequest
3485
+ * @return DescribeTrafficResponse
2411
3486
  */
2412
3487
  describeTraffic(request: DescribeTrafficRequest): Promise<DescribeTrafficResponse>;
3488
+ /**
3489
+ * @summary 策略解绑
3490
+ *
3491
+ * @param tmpReq DetachFromPolicyRequest
3492
+ * @param runtime runtime options for this request RuntimeOptions
3493
+ * @return DetachFromPolicyResponse
3494
+ */
3495
+ detachFromPolicyWithOptions(tmpReq: DetachFromPolicyRequest, runtime: $Util.RuntimeOptions): Promise<DetachFromPolicyResponse>;
3496
+ /**
3497
+ * @summary 策略解绑
3498
+ *
3499
+ * @param request DetachFromPolicyRequest
3500
+ * @return DetachFromPolicyResponse
3501
+ */
3502
+ detachFromPolicy(request: DetachFromPolicyRequest): Promise<DetachFromPolicyResponse>;
3503
+ /**
3504
+ * @summary Dissociates an asset from an Anti-DDoS Origin instance of a paid edition.
3505
+ *
3506
+ * @param tmpReq DettachAssetGroupToInstanceRequest
3507
+ * @param runtime runtime options for this request RuntimeOptions
3508
+ * @return DettachAssetGroupToInstanceResponse
3509
+ */
2413
3510
  dettachAssetGroupToInstanceWithOptions(tmpReq: DettachAssetGroupToInstanceRequest, runtime: $Util.RuntimeOptions): Promise<DettachAssetGroupToInstanceResponse>;
3511
+ /**
3512
+ * @summary Dissociates an asset from an Anti-DDoS Origin instance of a paid edition.
3513
+ *
3514
+ * @param request DettachAssetGroupToInstanceRequest
3515
+ * @return DettachAssetGroupToInstanceResponse
3516
+ */
2414
3517
  dettachAssetGroupToInstance(request: DettachAssetGroupToInstanceRequest): Promise<DettachAssetGroupToInstanceResponse>;
3518
+ /**
3519
+ * @summary Checks whether Log Service is activated.
3520
+ *
3521
+ * @param request GetSlsOpenStatusRequest
3522
+ * @param runtime runtime options for this request RuntimeOptions
3523
+ * @return GetSlsOpenStatusResponse
3524
+ */
2415
3525
  getSlsOpenStatusWithOptions(request: GetSlsOpenStatusRequest, runtime: $Util.RuntimeOptions): Promise<GetSlsOpenStatusResponse>;
3526
+ /**
3527
+ * @summary Checks whether Log Service is activated.
3528
+ *
3529
+ * @param request GetSlsOpenStatusRequest
3530
+ * @return GetSlsOpenStatusResponse
3531
+ */
2416
3532
  getSlsOpenStatus(request: GetSlsOpenStatusRequest): Promise<GetSlsOpenStatusResponse>;
3533
+ /**
3534
+ * @summary Queries the Anti-DDoS Origin instances for which log analysis is enabled.
3535
+ *
3536
+ * @param request ListOpenedAccessLogInstancesRequest
3537
+ * @param runtime runtime options for this request RuntimeOptions
3538
+ * @return ListOpenedAccessLogInstancesResponse
3539
+ */
2417
3540
  listOpenedAccessLogInstancesWithOptions(request: ListOpenedAccessLogInstancesRequest, runtime: $Util.RuntimeOptions): Promise<ListOpenedAccessLogInstancesResponse>;
3541
+ /**
3542
+ * @summary Queries the Anti-DDoS Origin instances for which log analysis is enabled.
3543
+ *
3544
+ * @param request ListOpenedAccessLogInstancesRequest
3545
+ * @return ListOpenedAccessLogInstancesResponse
3546
+ */
2418
3547
  listOpenedAccessLogInstances(request: ListOpenedAccessLogInstancesRequest): Promise<ListOpenedAccessLogInstancesResponse>;
3548
+ /**
3549
+ * @summary 查询策略
3550
+ *
3551
+ * @param request ListPolicyRequest
3552
+ * @param runtime runtime options for this request RuntimeOptions
3553
+ * @return ListPolicyResponse
3554
+ */
3555
+ listPolicyWithOptions(request: ListPolicyRequest, runtime: $Util.RuntimeOptions): Promise<ListPolicyResponse>;
3556
+ /**
3557
+ * @summary 查询策略
3558
+ *
3559
+ * @param request ListPolicyRequest
3560
+ * @return ListPolicyResponse
3561
+ */
3562
+ listPolicy(request: ListPolicyRequest): Promise<ListPolicyResponse>;
3563
+ /**
3564
+ * @summary 查询策略绑定
3565
+ *
3566
+ * @param tmpReq ListPolicyAttachmentRequest
3567
+ * @param runtime runtime options for this request RuntimeOptions
3568
+ * @return ListPolicyAttachmentResponse
3569
+ */
3570
+ listPolicyAttachmentWithOptions(tmpReq: ListPolicyAttachmentRequest, runtime: $Util.RuntimeOptions): Promise<ListPolicyAttachmentResponse>;
3571
+ /**
3572
+ * @summary 查询策略绑定
3573
+ *
3574
+ * @param request ListPolicyAttachmentRequest
3575
+ * @return ListPolicyAttachmentResponse
3576
+ */
3577
+ listPolicyAttachment(request: ListPolicyAttachmentRequest): Promise<ListPolicyAttachmentResponse>;
3578
+ /**
3579
+ * @summary Queries all tags.
3580
+ *
3581
+ * @param request ListTagKeysRequest
3582
+ * @param runtime runtime options for this request RuntimeOptions
3583
+ * @return ListTagKeysResponse
3584
+ */
2419
3585
  listTagKeysWithOptions(request: ListTagKeysRequest, runtime: $Util.RuntimeOptions): Promise<ListTagKeysResponse>;
3586
+ /**
3587
+ * @summary Queries all tags.
3588
+ *
3589
+ * @param request ListTagKeysRequest
3590
+ * @return ListTagKeysResponse
3591
+ */
2420
3592
  listTagKeys(request: ListTagKeysRequest): Promise<ListTagKeysResponse>;
2421
3593
  /**
2422
- * You can call the ListTagResources operation to query the tags that are added to Anti-DDoS Origin instances at a time.
2423
- *
2424
- * @param request ListTagResourcesRequest
2425
- * @param runtime runtime options for this request RuntimeOptions
2426
- * @return ListTagResourcesResponse
3594
+ * @description You can call the ListTagResources operation to query the tags that are added to Anti-DDoS Origin instances at a time.
3595
+ *
3596
+ * @param request ListTagResourcesRequest
3597
+ * @param runtime runtime options for this request RuntimeOptions
3598
+ * @return ListTagResourcesResponse
2427
3599
  */
2428
3600
  listTagResourcesWithOptions(request: ListTagResourcesRequest, runtime: $Util.RuntimeOptions): Promise<ListTagResourcesResponse>;
2429
3601
  /**
2430
- * You can call the ListTagResources operation to query the tags that are added to Anti-DDoS Origin instances at a time.
2431
- *
2432
- * @param request ListTagResourcesRequest
2433
- * @return ListTagResourcesResponse
3602
+ * @description You can call the ListTagResources operation to query the tags that are added to Anti-DDoS Origin instances at a time.
3603
+ *
3604
+ * @param request ListTagResourcesRequest
3605
+ * @return ListTagResourcesResponse
2434
3606
  */
2435
3607
  listTagResources(request: ListTagResourcesRequest): Promise<ListTagResourcesResponse>;
2436
3608
  /**
2437
- * You can call the ModifyRemark operation to add remarks for a single Anti-DDoS Origin instance.
2438
- * ## Limits
2439
- * 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.
2440
- *
2441
- * @param request ModifyRemarkRequest
2442
- * @param runtime runtime options for this request RuntimeOptions
2443
- * @return ModifyRemarkResponse
3609
+ * @summary 修改策略
3610
+ *
3611
+ * @param tmpReq ModifyPolicyRequest
3612
+ * @param runtime runtime options for this request RuntimeOptions
3613
+ * @return ModifyPolicyResponse
3614
+ */
3615
+ modifyPolicyWithOptions(tmpReq: ModifyPolicyRequest, runtime: $Util.RuntimeOptions): Promise<ModifyPolicyResponse>;
3616
+ /**
3617
+ * @summary 修改策略
3618
+ *
3619
+ * @param request ModifyPolicyRequest
3620
+ * @return ModifyPolicyResponse
3621
+ */
3622
+ modifyPolicy(request: ModifyPolicyRequest): Promise<ModifyPolicyResponse>;
3623
+ /**
3624
+ * @summary 修改策略
3625
+ *
3626
+ * @param tmpReq ModifyPolicyContentRequest
3627
+ * @param runtime runtime options for this request RuntimeOptions
3628
+ * @return ModifyPolicyContentResponse
3629
+ */
3630
+ modifyPolicyContentWithOptions(tmpReq: ModifyPolicyContentRequest, runtime: $Util.RuntimeOptions): Promise<ModifyPolicyContentResponse>;
3631
+ /**
3632
+ * @summary 修改策略
3633
+ *
3634
+ * @param request ModifyPolicyContentRequest
3635
+ * @return ModifyPolicyContentResponse
3636
+ */
3637
+ modifyPolicyContent(request: ModifyPolicyContentRequest): Promise<ModifyPolicyContentResponse>;
3638
+ /**
3639
+ * @summary Adds remarks for a specific Anti-DDoS Origin instance.
3640
+ *
3641
+ * @description You can call the ModifyRemark operation to add remarks for a single Anti-DDoS Origin instance.
3642
+ * ## Limits
3643
+ * 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.
3644
+ *
3645
+ * @param request ModifyRemarkRequest
3646
+ * @param runtime runtime options for this request RuntimeOptions
3647
+ * @return ModifyRemarkResponse
2444
3648
  */
2445
3649
  modifyRemarkWithOptions(request: ModifyRemarkRequest, runtime: $Util.RuntimeOptions): Promise<ModifyRemarkResponse>;
2446
3650
  /**
2447
- * You can call the ModifyRemark operation to add remarks for a single Anti-DDoS Origin instance.
2448
- * ## Limits
2449
- * 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.
2450
- *
2451
- * @param request ModifyRemarkRequest
2452
- * @return ModifyRemarkResponse
3651
+ * @summary Adds remarks for a specific Anti-DDoS Origin instance.
3652
+ *
3653
+ * @description You can call the ModifyRemark operation to add remarks for a single Anti-DDoS Origin instance.
3654
+ * ## Limits
3655
+ * 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.
3656
+ *
3657
+ * @param request ModifyRemarkRequest
3658
+ * @return ModifyRemarkResponse
2453
3659
  */
2454
3660
  modifyRemark(request: ModifyRemarkRequest): Promise<ModifyRemarkResponse>;
3661
+ /**
3662
+ * @summary Queries the scheduling rule of an on-demand instance.
3663
+ *
3664
+ * @param request QuerySchedruleOnDemandRequest
3665
+ * @param runtime runtime options for this request RuntimeOptions
3666
+ * @return QuerySchedruleOnDemandResponse
3667
+ */
2455
3668
  querySchedruleOnDemandWithOptions(request: QuerySchedruleOnDemandRequest, runtime: $Util.RuntimeOptions): Promise<QuerySchedruleOnDemandResponse>;
3669
+ /**
3670
+ * @summary Queries the scheduling rule of an on-demand instance.
3671
+ *
3672
+ * @param request QuerySchedruleOnDemandRequest
3673
+ * @return QuerySchedruleOnDemandResponse
3674
+ */
2456
3675
  querySchedruleOnDemand(request: QuerySchedruleOnDemandRequest): Promise<QuerySchedruleOnDemandResponse>;
3676
+ /**
3677
+ * @summary 释放原生防护全局实例
3678
+ *
3679
+ * @param request ReleaseDdosOriginInstanceRequest
3680
+ * @param runtime runtime options for this request RuntimeOptions
3681
+ * @return ReleaseDdosOriginInstanceResponse
3682
+ */
2457
3683
  releaseDdosOriginInstanceWithOptions(request: ReleaseDdosOriginInstanceRequest, runtime: $Util.RuntimeOptions): Promise<ReleaseDdosOriginInstanceResponse>;
3684
+ /**
3685
+ * @summary 释放原生防护全局实例
3686
+ *
3687
+ * @param request ReleaseDdosOriginInstanceRequest
3688
+ * @return ReleaseDdosOriginInstanceResponse
3689
+ */
2458
3690
  releaseDdosOriginInstance(request: ReleaseDdosOriginInstanceRequest): Promise<ReleaseDdosOriginInstanceResponse>;
3691
+ /**
3692
+ * @param request SetInstanceModeOnDemandRequest
3693
+ * @param runtime runtime options for this request RuntimeOptions
3694
+ * @return SetInstanceModeOnDemandResponse
3695
+ */
2459
3696
  setInstanceModeOnDemandWithOptions(request: SetInstanceModeOnDemandRequest, runtime: $Util.RuntimeOptions): Promise<SetInstanceModeOnDemandResponse>;
3697
+ /**
3698
+ * @param request SetInstanceModeOnDemandRequest
3699
+ * @return SetInstanceModeOnDemandResponse
3700
+ */
2460
3701
  setInstanceModeOnDemand(request: SetInstanceModeOnDemandRequest): Promise<SetInstanceModeOnDemandResponse>;
2461
3702
  /**
2462
- * You can call the TagResources operation to add tags to Anti-DDoS Origin instances.
2463
- * ## Limits
2464
- * 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.
2465
- *
2466
- * @param request TagResourcesRequest
2467
- * @param runtime runtime options for this request RuntimeOptions
2468
- * @return TagResourcesResponse
3703
+ * @summary Adds tags to Anti-DDoS Origin instances.
3704
+ *
3705
+ * @description You can call the TagResources operation to add tags to Anti-DDoS Origin instances.
3706
+ * ## Limits
3707
+ * 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.
3708
+ *
3709
+ * @param request TagResourcesRequest
3710
+ * @param runtime runtime options for this request RuntimeOptions
3711
+ * @return TagResourcesResponse
2469
3712
  */
2470
3713
  tagResourcesWithOptions(request: TagResourcesRequest, runtime: $Util.RuntimeOptions): Promise<TagResourcesResponse>;
2471
3714
  /**
2472
- * You can call the TagResources operation to add tags to Anti-DDoS Origin instances.
2473
- * ## Limits
2474
- * 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.
2475
- *
2476
- * @param request TagResourcesRequest
2477
- * @return TagResourcesResponse
3715
+ * @summary Adds tags to Anti-DDoS Origin instances.
3716
+ *
3717
+ * @description You can call the TagResources operation to add tags to Anti-DDoS Origin instances.
3718
+ * ## Limits
3719
+ * 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.
3720
+ *
3721
+ * @param request TagResourcesRequest
3722
+ * @return TagResourcesResponse
2478
3723
  */
2479
3724
  tagResources(request: TagResourcesRequest): Promise<TagResourcesResponse>;
3725
+ /**
3726
+ * @summary Removes tags from Anti-DDoS Origin Enterprise instances.
3727
+ *
3728
+ * @param request UntagResourcesRequest
3729
+ * @param runtime runtime options for this request RuntimeOptions
3730
+ * @return UntagResourcesResponse
3731
+ */
2480
3732
  untagResourcesWithOptions(request: UntagResourcesRequest, runtime: $Util.RuntimeOptions): Promise<UntagResourcesResponse>;
3733
+ /**
3734
+ * @summary Removes tags from Anti-DDoS Origin Enterprise instances.
3735
+ *
3736
+ * @param request UntagResourcesRequest
3737
+ * @return UntagResourcesResponse
3738
+ */
2481
3739
  untagResources(request: UntagResourcesRequest): Promise<UntagResourcesResponse>;
2482
3740
  }