@alicloud/waf-openapi20211001 2.1.2 → 2.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/client.d.ts CHANGED
@@ -195,7 +195,6 @@ export declare class CreateDomainRequest extends $tea.Model {
195
195
  redirect?: CreateDomainRequestRedirect;
196
196
  regionId?: string;
197
197
  resourceManagerResourceGroupId?: string;
198
- sourceIp?: string;
199
198
  static names(): {
200
199
  [key: string]: string;
201
200
  };
@@ -214,7 +213,6 @@ export declare class CreateDomainShrinkRequest extends $tea.Model {
214
213
  redirectShrink?: string;
215
214
  regionId?: string;
216
215
  resourceManagerResourceGroupId?: string;
217
- sourceIp?: string;
218
216
  static names(): {
219
217
  [key: string]: string;
220
218
  };
@@ -301,6 +299,50 @@ export declare class CreateMajorProtectionBlackIpResponse extends $tea.Model {
301
299
  [key: string]: any;
302
300
  });
303
301
  }
302
+ export declare class CreateMemberAccountsRequest extends $tea.Model {
303
+ instanceId?: string;
304
+ memberAccountIds?: string[];
305
+ regionId?: string;
306
+ resourceManagerResourceGroupId?: string;
307
+ sourceIp?: string;
308
+ static names(): {
309
+ [key: string]: string;
310
+ };
311
+ static types(): {
312
+ [key: string]: any;
313
+ };
314
+ constructor(map?: {
315
+ [key: string]: any;
316
+ });
317
+ }
318
+ export declare class CreateMemberAccountsResponseBody extends $tea.Model {
319
+ requestId?: string;
320
+ static names(): {
321
+ [key: string]: string;
322
+ };
323
+ static types(): {
324
+ [key: string]: any;
325
+ };
326
+ constructor(map?: {
327
+ [key: string]: any;
328
+ });
329
+ }
330
+ export declare class CreateMemberAccountsResponse extends $tea.Model {
331
+ headers?: {
332
+ [key: string]: string;
333
+ };
334
+ statusCode?: number;
335
+ body?: CreateMemberAccountsResponseBody;
336
+ static names(): {
337
+ [key: string]: string;
338
+ };
339
+ static types(): {
340
+ [key: string]: any;
341
+ };
342
+ constructor(map?: {
343
+ [key: string]: any;
344
+ });
345
+ }
304
346
  export declare class DeleteDefenseResourceGroupRequest extends $tea.Model {
305
347
  groupName?: string;
306
348
  instanceId?: string;
@@ -437,7 +479,6 @@ export declare class DeleteDomainRequest extends $tea.Model {
437
479
  domainId?: string;
438
480
  instanceId?: string;
439
481
  regionId?: string;
440
- sourceIp?: string;
441
482
  static names(): {
442
483
  [key: string]: string;
443
484
  };
@@ -521,6 +562,95 @@ export declare class DeleteMajorProtectionBlackIpResponse extends $tea.Model {
521
562
  [key: string]: any;
522
563
  });
523
564
  }
565
+ export declare class DeleteMemberAccountRequest extends $tea.Model {
566
+ instanceId?: string;
567
+ memberAccountId?: string;
568
+ regionId?: string;
569
+ resourceManagerResourceGroupId?: string;
570
+ sourceIp?: string;
571
+ static names(): {
572
+ [key: string]: string;
573
+ };
574
+ static types(): {
575
+ [key: string]: any;
576
+ };
577
+ constructor(map?: {
578
+ [key: string]: any;
579
+ });
580
+ }
581
+ export declare class DeleteMemberAccountResponseBody extends $tea.Model {
582
+ requestId?: string;
583
+ static names(): {
584
+ [key: string]: string;
585
+ };
586
+ static types(): {
587
+ [key: string]: any;
588
+ };
589
+ constructor(map?: {
590
+ [key: string]: any;
591
+ });
592
+ }
593
+ export declare class DeleteMemberAccountResponse extends $tea.Model {
594
+ headers?: {
595
+ [key: string]: string;
596
+ };
597
+ statusCode?: number;
598
+ body?: DeleteMemberAccountResponseBody;
599
+ static names(): {
600
+ [key: string]: string;
601
+ };
602
+ static types(): {
603
+ [key: string]: any;
604
+ };
605
+ constructor(map?: {
606
+ [key: string]: any;
607
+ });
608
+ }
609
+ export declare class DescribeAccountDelegatedStatusRequest extends $tea.Model {
610
+ instanceId?: string;
611
+ regionId?: string;
612
+ resourceManagerResourceGroupId?: string;
613
+ static names(): {
614
+ [key: string]: string;
615
+ };
616
+ static types(): {
617
+ [key: string]: any;
618
+ };
619
+ constructor(map?: {
620
+ [key: string]: any;
621
+ });
622
+ }
623
+ export declare class DescribeAccountDelegatedStatusResponseBody extends $tea.Model {
624
+ accountId?: string;
625
+ accountName?: string;
626
+ delegatedStatus?: boolean;
627
+ requestId?: string;
628
+ static names(): {
629
+ [key: string]: string;
630
+ };
631
+ static types(): {
632
+ [key: string]: any;
633
+ };
634
+ constructor(map?: {
635
+ [key: string]: any;
636
+ });
637
+ }
638
+ export declare class DescribeAccountDelegatedStatusResponse extends $tea.Model {
639
+ headers?: {
640
+ [key: string]: string;
641
+ };
642
+ statusCode?: number;
643
+ body?: DescribeAccountDelegatedStatusResponseBody;
644
+ static names(): {
645
+ [key: string]: string;
646
+ };
647
+ static types(): {
648
+ [key: string]: any;
649
+ };
650
+ constructor(map?: {
651
+ [key: string]: any;
652
+ });
653
+ }
524
654
  export declare class DescribeDefenseResourceGroupRequest extends $tea.Model {
525
655
  groupName?: string;
526
656
  instanceId?: string;
@@ -565,6 +695,53 @@ export declare class DescribeDefenseResourceGroupResponse extends $tea.Model {
565
695
  [key: string]: any;
566
696
  });
567
697
  }
698
+ export declare class DescribeDefenseResourceTemplatesRequest extends $tea.Model {
699
+ instanceId?: string;
700
+ regionId?: string;
701
+ resource?: string;
702
+ resourceManagerResourceGroupId?: string;
703
+ resourceType?: string;
704
+ ruleId?: number;
705
+ ruleType?: string;
706
+ static names(): {
707
+ [key: string]: string;
708
+ };
709
+ static types(): {
710
+ [key: string]: any;
711
+ };
712
+ constructor(map?: {
713
+ [key: string]: any;
714
+ });
715
+ }
716
+ export declare class DescribeDefenseResourceTemplatesResponseBody extends $tea.Model {
717
+ requestId?: string;
718
+ templates?: DescribeDefenseResourceTemplatesResponseBodyTemplates[];
719
+ static names(): {
720
+ [key: string]: string;
721
+ };
722
+ static types(): {
723
+ [key: string]: any;
724
+ };
725
+ constructor(map?: {
726
+ [key: string]: any;
727
+ });
728
+ }
729
+ export declare class DescribeDefenseResourceTemplatesResponse extends $tea.Model {
730
+ headers?: {
731
+ [key: string]: string;
732
+ };
733
+ statusCode?: number;
734
+ body?: DescribeDefenseResourceTemplatesResponseBody;
735
+ static names(): {
736
+ [key: string]: string;
737
+ };
738
+ static types(): {
739
+ [key: string]: any;
740
+ };
741
+ constructor(map?: {
742
+ [key: string]: any;
743
+ });
744
+ }
568
745
  export declare class DescribeDefenseResourcesRequest extends $tea.Model {
569
746
  instanceId?: string;
570
747
  pageNumber?: number;
@@ -572,7 +749,6 @@ export declare class DescribeDefenseResourcesRequest extends $tea.Model {
572
749
  query?: string;
573
750
  regionId?: string;
574
751
  resourceManagerResourceGroupId?: string;
575
- sourceIp?: string;
576
752
  tag?: DescribeDefenseResourcesRequestTag[];
577
753
  static names(): {
578
754
  [key: string]: string;
@@ -751,11 +927,62 @@ export declare class DescribeDefenseTemplateResponse extends $tea.Model {
751
927
  [key: string]: any;
752
928
  });
753
929
  }
930
+ export declare class DescribeDefenseTemplatesRequest extends $tea.Model {
931
+ defenseScene?: string;
932
+ defenseSubScene?: string;
933
+ instanceId?: string;
934
+ pageNumber?: number;
935
+ pageSize?: number;
936
+ regionId?: string;
937
+ resource?: string;
938
+ resourceManagerResourceGroupId?: string;
939
+ resourceType?: string;
940
+ templateId?: number;
941
+ templateType?: string;
942
+ static names(): {
943
+ [key: string]: string;
944
+ };
945
+ static types(): {
946
+ [key: string]: any;
947
+ };
948
+ constructor(map?: {
949
+ [key: string]: any;
950
+ });
951
+ }
952
+ export declare class DescribeDefenseTemplatesResponseBody extends $tea.Model {
953
+ requestId?: string;
954
+ templates?: DescribeDefenseTemplatesResponseBodyTemplates[];
955
+ totalCount?: number;
956
+ static names(): {
957
+ [key: string]: string;
958
+ };
959
+ static types(): {
960
+ [key: string]: any;
961
+ };
962
+ constructor(map?: {
963
+ [key: string]: any;
964
+ });
965
+ }
966
+ export declare class DescribeDefenseTemplatesResponse extends $tea.Model {
967
+ headers?: {
968
+ [key: string]: string;
969
+ };
970
+ statusCode?: number;
971
+ body?: DescribeDefenseTemplatesResponseBody;
972
+ static names(): {
973
+ [key: string]: string;
974
+ };
975
+ static types(): {
976
+ [key: string]: any;
977
+ };
978
+ constructor(map?: {
979
+ [key: string]: any;
980
+ });
981
+ }
754
982
  export declare class DescribeDomainDetailRequest extends $tea.Model {
755
983
  domain?: string;
756
984
  instanceId?: string;
757
985
  regionId?: string;
758
- sourceIp?: string;
759
986
  static names(): {
760
987
  [key: string]: string;
761
988
  };
@@ -810,7 +1037,6 @@ export declare class DescribeDomainsRequest extends $tea.Model {
810
1037
  pageSize?: number;
811
1038
  regionId?: string;
812
1039
  resourceManagerResourceGroupId?: string;
813
- sourceIp?: string;
814
1040
  tag?: DescribeDomainsRequestTag[];
815
1041
  static names(): {
816
1042
  [key: string]: string;
@@ -1049,7 +1275,6 @@ export declare class DescribeHybridCloudResourcesRequest extends $tea.Model {
1049
1275
  pageSize?: number;
1050
1276
  regionId?: string;
1051
1277
  resourceManagerResourceGroupId?: string;
1052
- sourceIp?: string;
1053
1278
  static names(): {
1054
1279
  [key: string]: string;
1055
1280
  };
@@ -1203,9 +1428,332 @@ export declare class DescribeMajorProtectionBlackIpsRequest extends $tea.Model {
1203
1428
  [key: string]: any;
1204
1429
  });
1205
1430
  }
1206
- export declare class DescribeMajorProtectionBlackIpsResponseBody extends $tea.Model {
1207
- ipList?: DescribeMajorProtectionBlackIpsResponseBodyIpList[];
1431
+ export declare class DescribeMajorProtectionBlackIpsResponseBody extends $tea.Model {
1432
+ ipList?: DescribeMajorProtectionBlackIpsResponseBodyIpList[];
1433
+ requestId?: string;
1434
+ totalCount?: number;
1435
+ static names(): {
1436
+ [key: string]: string;
1437
+ };
1438
+ static types(): {
1439
+ [key: string]: any;
1440
+ };
1441
+ constructor(map?: {
1442
+ [key: string]: any;
1443
+ });
1444
+ }
1445
+ export declare class DescribeMajorProtectionBlackIpsResponse extends $tea.Model {
1446
+ headers?: {
1447
+ [key: string]: string;
1448
+ };
1449
+ statusCode?: number;
1450
+ body?: DescribeMajorProtectionBlackIpsResponseBody;
1451
+ static names(): {
1452
+ [key: string]: string;
1453
+ };
1454
+ static types(): {
1455
+ [key: string]: any;
1456
+ };
1457
+ constructor(map?: {
1458
+ [key: string]: any;
1459
+ });
1460
+ }
1461
+ export declare class DescribeMemberAccountsRequest extends $tea.Model {
1462
+ accountStatus?: string;
1463
+ instanceId?: string;
1464
+ regionId?: string;
1465
+ resourceManagerResourceGroupId?: string;
1466
+ sourceIp?: string;
1467
+ static names(): {
1468
+ [key: string]: string;
1469
+ };
1470
+ static types(): {
1471
+ [key: string]: any;
1472
+ };
1473
+ constructor(map?: {
1474
+ [key: string]: any;
1475
+ });
1476
+ }
1477
+ export declare class DescribeMemberAccountsResponseBody extends $tea.Model {
1478
+ accountInfos?: DescribeMemberAccountsResponseBodyAccountInfos[];
1479
+ requestId?: string;
1480
+ static names(): {
1481
+ [key: string]: string;
1482
+ };
1483
+ static types(): {
1484
+ [key: string]: any;
1485
+ };
1486
+ constructor(map?: {
1487
+ [key: string]: any;
1488
+ });
1489
+ }
1490
+ export declare class DescribeMemberAccountsResponse extends $tea.Model {
1491
+ headers?: {
1492
+ [key: string]: string;
1493
+ };
1494
+ statusCode?: number;
1495
+ body?: DescribeMemberAccountsResponseBody;
1496
+ static names(): {
1497
+ [key: string]: string;
1498
+ };
1499
+ static types(): {
1500
+ [key: string]: any;
1501
+ };
1502
+ constructor(map?: {
1503
+ [key: string]: any;
1504
+ });
1505
+ }
1506
+ export declare class DescribePeakTrendRequest extends $tea.Model {
1507
+ endTimestamp?: string;
1508
+ instanceId?: string;
1509
+ interval?: string;
1510
+ regionId?: string;
1511
+ resource?: string;
1512
+ resourceManagerResourceGroupId?: string;
1513
+ startTimestamp?: string;
1514
+ static names(): {
1515
+ [key: string]: string;
1516
+ };
1517
+ static types(): {
1518
+ [key: string]: any;
1519
+ };
1520
+ constructor(map?: {
1521
+ [key: string]: any;
1522
+ });
1523
+ }
1524
+ export declare class DescribePeakTrendResponseBody extends $tea.Model {
1525
+ flowChart?: DescribePeakTrendResponseBodyFlowChart[];
1526
+ requestId?: string;
1527
+ static names(): {
1528
+ [key: string]: string;
1529
+ };
1530
+ static types(): {
1531
+ [key: string]: any;
1532
+ };
1533
+ constructor(map?: {
1534
+ [key: string]: any;
1535
+ });
1536
+ }
1537
+ export declare class DescribePeakTrendResponse extends $tea.Model {
1538
+ headers?: {
1539
+ [key: string]: string;
1540
+ };
1541
+ statusCode?: number;
1542
+ body?: DescribePeakTrendResponseBody;
1543
+ static names(): {
1544
+ [key: string]: string;
1545
+ };
1546
+ static types(): {
1547
+ [key: string]: any;
1548
+ };
1549
+ constructor(map?: {
1550
+ [key: string]: any;
1551
+ });
1552
+ }
1553
+ export declare class DescribeResourceInstanceCertsRequest extends $tea.Model {
1554
+ instanceId?: string;
1555
+ pageNumber?: number;
1556
+ pageSize?: number;
1557
+ regionId?: string;
1558
+ resourceInstanceId?: string;
1559
+ resourceManagerResourceGroupId?: string;
1560
+ static names(): {
1561
+ [key: string]: string;
1562
+ };
1563
+ static types(): {
1564
+ [key: string]: any;
1565
+ };
1566
+ constructor(map?: {
1567
+ [key: string]: any;
1568
+ });
1569
+ }
1570
+ export declare class DescribeResourceInstanceCertsResponseBody extends $tea.Model {
1571
+ certs?: DescribeResourceInstanceCertsResponseBodyCerts[];
1572
+ requestId?: string;
1573
+ totalCount?: number;
1574
+ static names(): {
1575
+ [key: string]: string;
1576
+ };
1577
+ static types(): {
1578
+ [key: string]: any;
1579
+ };
1580
+ constructor(map?: {
1581
+ [key: string]: any;
1582
+ });
1583
+ }
1584
+ export declare class DescribeResourceInstanceCertsResponse extends $tea.Model {
1585
+ headers?: {
1586
+ [key: string]: string;
1587
+ };
1588
+ statusCode?: number;
1589
+ body?: DescribeResourceInstanceCertsResponseBody;
1590
+ static names(): {
1591
+ [key: string]: string;
1592
+ };
1593
+ static types(): {
1594
+ [key: string]: any;
1595
+ };
1596
+ constructor(map?: {
1597
+ [key: string]: any;
1598
+ });
1599
+ }
1600
+ export declare class DescribeResourceLogStatusRequest extends $tea.Model {
1601
+ instanceId?: string;
1602
+ regionId?: string;
1603
+ resourceManagerResourceGroupId?: string;
1604
+ resources?: string;
1605
+ static names(): {
1606
+ [key: string]: string;
1607
+ };
1608
+ static types(): {
1609
+ [key: string]: any;
1610
+ };
1611
+ constructor(map?: {
1612
+ [key: string]: any;
1613
+ });
1614
+ }
1615
+ export declare class DescribeResourceLogStatusResponseBody extends $tea.Model {
1616
+ requestId?: string;
1617
+ result?: DescribeResourceLogStatusResponseBodyResult[];
1618
+ static names(): {
1619
+ [key: string]: string;
1620
+ };
1621
+ static types(): {
1622
+ [key: string]: any;
1623
+ };
1624
+ constructor(map?: {
1625
+ [key: string]: any;
1626
+ });
1627
+ }
1628
+ export declare class DescribeResourceLogStatusResponse extends $tea.Model {
1629
+ headers?: {
1630
+ [key: string]: string;
1631
+ };
1632
+ statusCode?: number;
1633
+ body?: DescribeResourceLogStatusResponseBody;
1634
+ static names(): {
1635
+ [key: string]: string;
1636
+ };
1637
+ static types(): {
1638
+ [key: string]: any;
1639
+ };
1640
+ constructor(map?: {
1641
+ [key: string]: any;
1642
+ });
1643
+ }
1644
+ export declare class DescribeResourcePortRequest extends $tea.Model {
1645
+ instanceId?: string;
1646
+ regionId?: string;
1647
+ resourceInstanceId?: string;
1648
+ resourceManagerResourceGroupId?: string;
1649
+ static names(): {
1650
+ [key: string]: string;
1651
+ };
1652
+ static types(): {
1653
+ [key: string]: any;
1654
+ };
1655
+ constructor(map?: {
1656
+ [key: string]: any;
1657
+ });
1658
+ }
1659
+ export declare class DescribeResourcePortResponseBody extends $tea.Model {
1660
+ requestId?: string;
1661
+ resourcePorts?: string[];
1662
+ static names(): {
1663
+ [key: string]: string;
1664
+ };
1665
+ static types(): {
1666
+ [key: string]: any;
1667
+ };
1668
+ constructor(map?: {
1669
+ [key: string]: any;
1670
+ });
1671
+ }
1672
+ export declare class DescribeResourcePortResponse extends $tea.Model {
1673
+ headers?: {
1674
+ [key: string]: string;
1675
+ };
1676
+ statusCode?: number;
1677
+ body?: DescribeResourcePortResponseBody;
1678
+ static names(): {
1679
+ [key: string]: string;
1680
+ };
1681
+ static types(): {
1682
+ [key: string]: any;
1683
+ };
1684
+ constructor(map?: {
1685
+ [key: string]: any;
1686
+ });
1687
+ }
1688
+ export declare class DescribeResponseCodeTrendGraphRequest extends $tea.Model {
1689
+ endTimestamp?: string;
1690
+ instanceId?: string;
1691
+ interval?: string;
1692
+ regionId?: string;
1693
+ resource?: string;
1694
+ resourceManagerResourceGroupId?: string;
1695
+ startTimestamp?: string;
1696
+ type?: string;
1697
+ static names(): {
1698
+ [key: string]: string;
1699
+ };
1700
+ static types(): {
1701
+ [key: string]: any;
1702
+ };
1703
+ constructor(map?: {
1704
+ [key: string]: any;
1705
+ });
1706
+ }
1707
+ export declare class DescribeResponseCodeTrendGraphResponseBody extends $tea.Model {
1708
+ requestId?: string;
1709
+ responseCodes?: DescribeResponseCodeTrendGraphResponseBodyResponseCodes[];
1710
+ static names(): {
1711
+ [key: string]: string;
1712
+ };
1713
+ static types(): {
1714
+ [key: string]: any;
1715
+ };
1716
+ constructor(map?: {
1717
+ [key: string]: any;
1718
+ });
1719
+ }
1720
+ export declare class DescribeResponseCodeTrendGraphResponse extends $tea.Model {
1721
+ headers?: {
1722
+ [key: string]: string;
1723
+ };
1724
+ statusCode?: number;
1725
+ body?: DescribeResponseCodeTrendGraphResponseBody;
1726
+ static names(): {
1727
+ [key: string]: string;
1728
+ };
1729
+ static types(): {
1730
+ [key: string]: any;
1731
+ };
1732
+ constructor(map?: {
1733
+ [key: string]: any;
1734
+ });
1735
+ }
1736
+ export declare class DescribeRuleGroupsRequest extends $tea.Model {
1737
+ instanceId?: string;
1738
+ pageNumber?: number;
1739
+ pageSize?: number;
1740
+ regionId?: string;
1741
+ resourceManagerResourceGroupId?: string;
1742
+ searchType?: string;
1743
+ searchValue?: string;
1744
+ static names(): {
1745
+ [key: string]: string;
1746
+ };
1747
+ static types(): {
1748
+ [key: string]: any;
1749
+ };
1750
+ constructor(map?: {
1751
+ [key: string]: any;
1752
+ });
1753
+ }
1754
+ export declare class DescribeRuleGroupsResponseBody extends $tea.Model {
1208
1755
  requestId?: string;
1756
+ ruleGroups?: DescribeRuleGroupsResponseBodyRuleGroups[];
1209
1757
  totalCount?: number;
1210
1758
  static names(): {
1211
1759
  [key: string]: string;
@@ -1217,12 +1765,12 @@ export declare class DescribeMajorProtectionBlackIpsResponseBody extends $tea.Mo
1217
1765
  [key: string]: any;
1218
1766
  });
1219
1767
  }
1220
- export declare class DescribeMajorProtectionBlackIpsResponse extends $tea.Model {
1768
+ export declare class DescribeRuleGroupsResponse extends $tea.Model {
1221
1769
  headers?: {
1222
1770
  [key: string]: string;
1223
1771
  };
1224
1772
  statusCode?: number;
1225
- body?: DescribeMajorProtectionBlackIpsResponseBody;
1773
+ body?: DescribeRuleGroupsResponseBody;
1226
1774
  static names(): {
1227
1775
  [key: string]: string;
1228
1776
  };
@@ -1233,13 +1781,13 @@ export declare class DescribeMajorProtectionBlackIpsResponse extends $tea.Model
1233
1781
  [key: string]: any;
1234
1782
  });
1235
1783
  }
1236
- export declare class DescribePeakTrendRequest extends $tea.Model {
1784
+ export declare class DescribeRuleHitsTopClientIpRequest extends $tea.Model {
1237
1785
  endTimestamp?: string;
1238
1786
  instanceId?: string;
1239
- interval?: string;
1240
1787
  regionId?: string;
1241
1788
  resource?: string;
1242
1789
  resourceManagerResourceGroupId?: string;
1790
+ ruleType?: string;
1243
1791
  startTimestamp?: string;
1244
1792
  static names(): {
1245
1793
  [key: string]: string;
@@ -1251,9 +1799,9 @@ export declare class DescribePeakTrendRequest extends $tea.Model {
1251
1799
  [key: string]: any;
1252
1800
  });
1253
1801
  }
1254
- export declare class DescribePeakTrendResponseBody extends $tea.Model {
1255
- flowChart?: DescribePeakTrendResponseBodyFlowChart[];
1802
+ export declare class DescribeRuleHitsTopClientIpResponseBody extends $tea.Model {
1256
1803
  requestId?: string;
1804
+ ruleHitsTopClientIp?: DescribeRuleHitsTopClientIpResponseBodyRuleHitsTopClientIp[];
1257
1805
  static names(): {
1258
1806
  [key: string]: string;
1259
1807
  };
@@ -1264,12 +1812,12 @@ export declare class DescribePeakTrendResponseBody extends $tea.Model {
1264
1812
  [key: string]: any;
1265
1813
  });
1266
1814
  }
1267
- export declare class DescribePeakTrendResponse extends $tea.Model {
1815
+ export declare class DescribeRuleHitsTopClientIpResponse extends $tea.Model {
1268
1816
  headers?: {
1269
1817
  [key: string]: string;
1270
1818
  };
1271
1819
  statusCode?: number;
1272
- body?: DescribePeakTrendResponseBody;
1820
+ body?: DescribeRuleHitsTopClientIpResponseBody;
1273
1821
  static names(): {
1274
1822
  [key: string]: string;
1275
1823
  };
@@ -1280,11 +1828,13 @@ export declare class DescribePeakTrendResponse extends $tea.Model {
1280
1828
  [key: string]: any;
1281
1829
  });
1282
1830
  }
1283
- export declare class DescribeResourceLogStatusRequest extends $tea.Model {
1831
+ export declare class DescribeRuleHitsTopResourceRequest extends $tea.Model {
1832
+ endTimestamp?: string;
1284
1833
  instanceId?: string;
1285
1834
  regionId?: string;
1286
1835
  resourceManagerResourceGroupId?: string;
1287
- resources?: string;
1836
+ ruleType?: string;
1837
+ startTimestamp?: string;
1288
1838
  static names(): {
1289
1839
  [key: string]: string;
1290
1840
  };
@@ -1295,9 +1845,9 @@ export declare class DescribeResourceLogStatusRequest extends $tea.Model {
1295
1845
  [key: string]: any;
1296
1846
  });
1297
1847
  }
1298
- export declare class DescribeResourceLogStatusResponseBody extends $tea.Model {
1848
+ export declare class DescribeRuleHitsTopResourceResponseBody extends $tea.Model {
1299
1849
  requestId?: string;
1300
- result?: DescribeResourceLogStatusResponseBodyResult[];
1850
+ ruleHitsTopResource?: DescribeRuleHitsTopResourceResponseBodyRuleHitsTopResource[];
1301
1851
  static names(): {
1302
1852
  [key: string]: string;
1303
1853
  };
@@ -1308,12 +1858,12 @@ export declare class DescribeResourceLogStatusResponseBody extends $tea.Model {
1308
1858
  [key: string]: any;
1309
1859
  });
1310
1860
  }
1311
- export declare class DescribeResourceLogStatusResponse extends $tea.Model {
1861
+ export declare class DescribeRuleHitsTopResourceResponse extends $tea.Model {
1312
1862
  headers?: {
1313
1863
  [key: string]: string;
1314
1864
  };
1315
1865
  statusCode?: number;
1316
- body?: DescribeResourceLogStatusResponseBody;
1866
+ body?: DescribeRuleHitsTopResourceResponseBody;
1317
1867
  static names(): {
1318
1868
  [key: string]: string;
1319
1869
  };
@@ -1324,11 +1874,15 @@ export declare class DescribeResourceLogStatusResponse extends $tea.Model {
1324
1874
  [key: string]: any;
1325
1875
  });
1326
1876
  }
1327
- export declare class DescribeResourcePortRequest extends $tea.Model {
1877
+ export declare class DescribeRuleHitsTopRuleIdRequest extends $tea.Model {
1878
+ endTimestamp?: string;
1328
1879
  instanceId?: string;
1880
+ isGroupResource?: string;
1329
1881
  regionId?: string;
1330
- resourceInstanceId?: string;
1882
+ resource?: string;
1331
1883
  resourceManagerResourceGroupId?: string;
1884
+ ruleType?: string;
1885
+ startTimestamp?: string;
1332
1886
  static names(): {
1333
1887
  [key: string]: string;
1334
1888
  };
@@ -1339,9 +1893,9 @@ export declare class DescribeResourcePortRequest extends $tea.Model {
1339
1893
  [key: string]: any;
1340
1894
  });
1341
1895
  }
1342
- export declare class DescribeResourcePortResponseBody extends $tea.Model {
1896
+ export declare class DescribeRuleHitsTopRuleIdResponseBody extends $tea.Model {
1343
1897
  requestId?: string;
1344
- resourcePorts?: string[];
1898
+ ruleHitsTopRuleId?: DescribeRuleHitsTopRuleIdResponseBodyRuleHitsTopRuleId[];
1345
1899
  static names(): {
1346
1900
  [key: string]: string;
1347
1901
  };
@@ -1352,12 +1906,12 @@ export declare class DescribeResourcePortResponseBody extends $tea.Model {
1352
1906
  [key: string]: any;
1353
1907
  });
1354
1908
  }
1355
- export declare class DescribeResourcePortResponse extends $tea.Model {
1909
+ export declare class DescribeRuleHitsTopRuleIdResponse extends $tea.Model {
1356
1910
  headers?: {
1357
1911
  [key: string]: string;
1358
1912
  };
1359
1913
  statusCode?: number;
1360
- body?: DescribeResourcePortResponseBody;
1914
+ body?: DescribeRuleHitsTopRuleIdResponseBody;
1361
1915
  static names(): {
1362
1916
  [key: string]: string;
1363
1917
  };
@@ -1368,15 +1922,12 @@ export declare class DescribeResourcePortResponse extends $tea.Model {
1368
1922
  [key: string]: any;
1369
1923
  });
1370
1924
  }
1371
- export declare class DescribeResponseCodeTrendGraphRequest extends $tea.Model {
1925
+ export declare class DescribeRuleHitsTopTuleTypeRequest extends $tea.Model {
1372
1926
  endTimestamp?: string;
1373
1927
  instanceId?: string;
1374
- interval?: string;
1375
1928
  regionId?: string;
1376
1929
  resource?: string;
1377
- resourceManagerResourceGroupId?: string;
1378
1930
  startTimestamp?: string;
1379
- type?: string;
1380
1931
  static names(): {
1381
1932
  [key: string]: string;
1382
1933
  };
@@ -1387,9 +1938,9 @@ export declare class DescribeResponseCodeTrendGraphRequest extends $tea.Model {
1387
1938
  [key: string]: any;
1388
1939
  });
1389
1940
  }
1390
- export declare class DescribeResponseCodeTrendGraphResponseBody extends $tea.Model {
1941
+ export declare class DescribeRuleHitsTopTuleTypeResponseBody extends $tea.Model {
1391
1942
  requestId?: string;
1392
- responseCodes?: DescribeResponseCodeTrendGraphResponseBodyResponseCodes[];
1943
+ ruleHitsTopTuleType?: DescribeRuleHitsTopTuleTypeResponseBodyRuleHitsTopTuleType[];
1393
1944
  static names(): {
1394
1945
  [key: string]: string;
1395
1946
  };
@@ -1400,12 +1951,12 @@ export declare class DescribeResponseCodeTrendGraphResponseBody extends $tea.Mod
1400
1951
  [key: string]: any;
1401
1952
  });
1402
1953
  }
1403
- export declare class DescribeResponseCodeTrendGraphResponse extends $tea.Model {
1954
+ export declare class DescribeRuleHitsTopTuleTypeResponse extends $tea.Model {
1404
1955
  headers?: {
1405
1956
  [key: string]: string;
1406
1957
  };
1407
1958
  statusCode?: number;
1408
- body?: DescribeResponseCodeTrendGraphResponseBody;
1959
+ body?: DescribeRuleHitsTopTuleTypeResponseBody;
1409
1960
  static names(): {
1410
1961
  [key: string]: string;
1411
1962
  };
@@ -1416,14 +1967,13 @@ export declare class DescribeResponseCodeTrendGraphResponse extends $tea.Model {
1416
1967
  [key: string]: any;
1417
1968
  });
1418
1969
  }
1419
- export declare class DescribeRuleGroupsRequest extends $tea.Model {
1970
+ export declare class DescribeRuleHitsTopUaRequest extends $tea.Model {
1971
+ endTimestamp?: string;
1420
1972
  instanceId?: string;
1421
- pageNumber?: number;
1422
- pageSize?: number;
1423
1973
  regionId?: string;
1974
+ resource?: string;
1424
1975
  resourceManagerResourceGroupId?: string;
1425
- searchType?: string;
1426
- searchValue?: string;
1976
+ startTimestamp?: string;
1427
1977
  static names(): {
1428
1978
  [key: string]: string;
1429
1979
  };
@@ -1434,10 +1984,9 @@ export declare class DescribeRuleGroupsRequest extends $tea.Model {
1434
1984
  [key: string]: any;
1435
1985
  });
1436
1986
  }
1437
- export declare class DescribeRuleGroupsResponseBody extends $tea.Model {
1987
+ export declare class DescribeRuleHitsTopUaResponseBody extends $tea.Model {
1438
1988
  requestId?: string;
1439
- ruleGroups?: DescribeRuleGroupsResponseBodyRuleGroups[];
1440
- totalCount?: number;
1989
+ ruleHitsTopUa?: DescribeRuleHitsTopUaResponseBodyRuleHitsTopUa[];
1441
1990
  static names(): {
1442
1991
  [key: string]: string;
1443
1992
  };
@@ -1448,12 +1997,12 @@ export declare class DescribeRuleGroupsResponseBody extends $tea.Model {
1448
1997
  [key: string]: any;
1449
1998
  });
1450
1999
  }
1451
- export declare class DescribeRuleGroupsResponse extends $tea.Model {
2000
+ export declare class DescribeRuleHitsTopUaResponse extends $tea.Model {
1452
2001
  headers?: {
1453
2002
  [key: string]: string;
1454
2003
  };
1455
2004
  statusCode?: number;
1456
- body?: DescribeRuleGroupsResponseBody;
2005
+ body?: DescribeRuleHitsTopUaResponseBody;
1457
2006
  static names(): {
1458
2007
  [key: string]: string;
1459
2008
  };
@@ -1464,7 +2013,7 @@ export declare class DescribeRuleGroupsResponse extends $tea.Model {
1464
2013
  [key: string]: any;
1465
2014
  });
1466
2015
  }
1467
- export declare class DescribeRuleHitsTopClientIpRequest extends $tea.Model {
2016
+ export declare class DescribeRuleHitsTopUrlRequest extends $tea.Model {
1468
2017
  endTimestamp?: string;
1469
2018
  instanceId?: string;
1470
2019
  regionId?: string;
@@ -1482,9 +2031,9 @@ export declare class DescribeRuleHitsTopClientIpRequest extends $tea.Model {
1482
2031
  [key: string]: any;
1483
2032
  });
1484
2033
  }
1485
- export declare class DescribeRuleHitsTopClientIpResponseBody extends $tea.Model {
2034
+ export declare class DescribeRuleHitsTopUrlResponseBody extends $tea.Model {
1486
2035
  requestId?: string;
1487
- ruleHitsTopClientIp?: DescribeRuleHitsTopClientIpResponseBodyRuleHitsTopClientIp[];
2036
+ ruleHitsTopUrl?: DescribeRuleHitsTopUrlResponseBodyRuleHitsTopUrl[];
1488
2037
  static names(): {
1489
2038
  [key: string]: string;
1490
2039
  };
@@ -1495,12 +2044,12 @@ export declare class DescribeRuleHitsTopClientIpResponseBody extends $tea.Model
1495
2044
  [key: string]: any;
1496
2045
  });
1497
2046
  }
1498
- export declare class DescribeRuleHitsTopClientIpResponse extends $tea.Model {
2047
+ export declare class DescribeRuleHitsTopUrlResponse extends $tea.Model {
1499
2048
  headers?: {
1500
2049
  [key: string]: string;
1501
2050
  };
1502
2051
  statusCode?: number;
1503
- body?: DescribeRuleHitsTopClientIpResponseBody;
2052
+ body?: DescribeRuleHitsTopUrlResponseBody;
1504
2053
  static names(): {
1505
2054
  [key: string]: string;
1506
2055
  };
@@ -1511,13 +2060,10 @@ export declare class DescribeRuleHitsTopClientIpResponse extends $tea.Model {
1511
2060
  [key: string]: any;
1512
2061
  });
1513
2062
  }
1514
- export declare class DescribeRuleHitsTopResourceRequest extends $tea.Model {
1515
- endTimestamp?: string;
2063
+ export declare class DescribeSlsAuthStatusRequest extends $tea.Model {
1516
2064
  instanceId?: string;
1517
2065
  regionId?: string;
1518
2066
  resourceManagerResourceGroupId?: string;
1519
- ruleType?: string;
1520
- startTimestamp?: string;
1521
2067
  static names(): {
1522
2068
  [key: string]: string;
1523
2069
  };
@@ -1528,9 +2074,9 @@ export declare class DescribeRuleHitsTopResourceRequest extends $tea.Model {
1528
2074
  [key: string]: any;
1529
2075
  });
1530
2076
  }
1531
- export declare class DescribeRuleHitsTopResourceResponseBody extends $tea.Model {
2077
+ export declare class DescribeSlsAuthStatusResponseBody extends $tea.Model {
1532
2078
  requestId?: string;
1533
- ruleHitsTopResource?: DescribeRuleHitsTopResourceResponseBodyRuleHitsTopResource[];
2079
+ status?: boolean;
1534
2080
  static names(): {
1535
2081
  [key: string]: string;
1536
2082
  };
@@ -1541,12 +2087,12 @@ export declare class DescribeRuleHitsTopResourceResponseBody extends $tea.Model
1541
2087
  [key: string]: any;
1542
2088
  });
1543
2089
  }
1544
- export declare class DescribeRuleHitsTopResourceResponse extends $tea.Model {
2090
+ export declare class DescribeSlsAuthStatusResponse extends $tea.Model {
1545
2091
  headers?: {
1546
2092
  [key: string]: string;
1547
2093
  };
1548
2094
  statusCode?: number;
1549
- body?: DescribeRuleHitsTopResourceResponseBody;
2095
+ body?: DescribeSlsAuthStatusResponseBody;
1550
2096
  static names(): {
1551
2097
  [key: string]: string;
1552
2098
  };
@@ -1557,15 +2103,10 @@ export declare class DescribeRuleHitsTopResourceResponse extends $tea.Model {
1557
2103
  [key: string]: any;
1558
2104
  });
1559
2105
  }
1560
- export declare class DescribeRuleHitsTopRuleIdRequest extends $tea.Model {
1561
- endTimestamp?: string;
2106
+ export declare class DescribeSlsLogStoreRequest extends $tea.Model {
1562
2107
  instanceId?: string;
1563
- isGroupResource?: string;
1564
2108
  regionId?: string;
1565
- resource?: string;
1566
2109
  resourceManagerResourceGroupId?: string;
1567
- ruleType?: string;
1568
- startTimestamp?: string;
1569
2110
  static names(): {
1570
2111
  [key: string]: string;
1571
2112
  };
@@ -1576,9 +2117,13 @@ export declare class DescribeRuleHitsTopRuleIdRequest extends $tea.Model {
1576
2117
  [key: string]: any;
1577
2118
  });
1578
2119
  }
1579
- export declare class DescribeRuleHitsTopRuleIdResponseBody extends $tea.Model {
2120
+ export declare class DescribeSlsLogStoreResponseBody extends $tea.Model {
2121
+ logStoreName?: string;
2122
+ projectName?: string;
2123
+ quota?: number;
1580
2124
  requestId?: string;
1581
- ruleHitsTopRuleId?: DescribeRuleHitsTopRuleIdResponseBodyRuleHitsTopRuleId[];
2125
+ ttl?: number;
2126
+ used?: number;
1582
2127
  static names(): {
1583
2128
  [key: string]: string;
1584
2129
  };
@@ -1589,12 +2134,12 @@ export declare class DescribeRuleHitsTopRuleIdResponseBody extends $tea.Model {
1589
2134
  [key: string]: any;
1590
2135
  });
1591
2136
  }
1592
- export declare class DescribeRuleHitsTopRuleIdResponse extends $tea.Model {
2137
+ export declare class DescribeSlsLogStoreResponse extends $tea.Model {
1593
2138
  headers?: {
1594
2139
  [key: string]: string;
1595
2140
  };
1596
2141
  statusCode?: number;
1597
- body?: DescribeRuleHitsTopRuleIdResponseBody;
2142
+ body?: DescribeSlsLogStoreResponseBody;
1598
2143
  static names(): {
1599
2144
  [key: string]: string;
1600
2145
  };
@@ -1605,12 +2150,10 @@ export declare class DescribeRuleHitsTopRuleIdResponse extends $tea.Model {
1605
2150
  [key: string]: any;
1606
2151
  });
1607
2152
  }
1608
- export declare class DescribeRuleHitsTopTuleTypeRequest extends $tea.Model {
1609
- endTimestamp?: string;
2153
+ export declare class DescribeSlsLogStoreStatusRequest extends $tea.Model {
1610
2154
  instanceId?: string;
1611
2155
  regionId?: string;
1612
- resource?: string;
1613
- startTimestamp?: string;
2156
+ resourceManagerResourceGroupId?: string;
1614
2157
  static names(): {
1615
2158
  [key: string]: string;
1616
2159
  };
@@ -1621,9 +2164,9 @@ export declare class DescribeRuleHitsTopTuleTypeRequest extends $tea.Model {
1621
2164
  [key: string]: any;
1622
2165
  });
1623
2166
  }
1624
- export declare class DescribeRuleHitsTopTuleTypeResponseBody extends $tea.Model {
2167
+ export declare class DescribeSlsLogStoreStatusResponseBody extends $tea.Model {
2168
+ existStatus?: boolean;
1625
2169
  requestId?: string;
1626
- ruleHitsTopTuleType?: DescribeRuleHitsTopTuleTypeResponseBodyRuleHitsTopTuleType[];
1627
2170
  static names(): {
1628
2171
  [key: string]: string;
1629
2172
  };
@@ -1634,12 +2177,12 @@ export declare class DescribeRuleHitsTopTuleTypeResponseBody extends $tea.Model
1634
2177
  [key: string]: any;
1635
2178
  });
1636
2179
  }
1637
- export declare class DescribeRuleHitsTopTuleTypeResponse extends $tea.Model {
2180
+ export declare class DescribeSlsLogStoreStatusResponse extends $tea.Model {
1638
2181
  headers?: {
1639
2182
  [key: string]: string;
1640
2183
  };
1641
2184
  statusCode?: number;
1642
- body?: DescribeRuleHitsTopTuleTypeResponseBody;
2185
+ body?: DescribeSlsLogStoreStatusResponseBody;
1643
2186
  static names(): {
1644
2187
  [key: string]: string;
1645
2188
  };
@@ -1650,13 +2193,12 @@ export declare class DescribeRuleHitsTopTuleTypeResponse extends $tea.Model {
1650
2193
  [key: string]: any;
1651
2194
  });
1652
2195
  }
1653
- export declare class DescribeRuleHitsTopUaRequest extends $tea.Model {
1654
- endTimestamp?: string;
2196
+ export declare class DescribeTemplateResourcesRequest extends $tea.Model {
1655
2197
  instanceId?: string;
1656
2198
  regionId?: string;
1657
- resource?: string;
1658
2199
  resourceManagerResourceGroupId?: string;
1659
- startTimestamp?: string;
2200
+ resourceType?: string;
2201
+ templateId?: number;
1660
2202
  static names(): {
1661
2203
  [key: string]: string;
1662
2204
  };
@@ -1667,9 +2209,9 @@ export declare class DescribeRuleHitsTopUaRequest extends $tea.Model {
1667
2209
  [key: string]: any;
1668
2210
  });
1669
2211
  }
1670
- export declare class DescribeRuleHitsTopUaResponseBody extends $tea.Model {
2212
+ export declare class DescribeTemplateResourcesResponseBody extends $tea.Model {
1671
2213
  requestId?: string;
1672
- ruleHitsTopUa?: DescribeRuleHitsTopUaResponseBodyRuleHitsTopUa[];
2214
+ resources?: string[];
1673
2215
  static names(): {
1674
2216
  [key: string]: string;
1675
2217
  };
@@ -1680,12 +2222,12 @@ export declare class DescribeRuleHitsTopUaResponseBody extends $tea.Model {
1680
2222
  [key: string]: any;
1681
2223
  });
1682
2224
  }
1683
- export declare class DescribeRuleHitsTopUaResponse extends $tea.Model {
2225
+ export declare class DescribeTemplateResourcesResponse extends $tea.Model {
1684
2226
  headers?: {
1685
2227
  [key: string]: string;
1686
2228
  };
1687
2229
  statusCode?: number;
1688
- body?: DescribeRuleHitsTopUaResponseBody;
2230
+ body?: DescribeTemplateResourcesResponseBody;
1689
2231
  static names(): {
1690
2232
  [key: string]: string;
1691
2233
  };
@@ -1696,14 +2238,10 @@ export declare class DescribeRuleHitsTopUaResponse extends $tea.Model {
1696
2238
  [key: string]: any;
1697
2239
  });
1698
2240
  }
1699
- export declare class DescribeRuleHitsTopUrlRequest extends $tea.Model {
1700
- endTimestamp?: string;
2241
+ export declare class DescribeUserSlsLogRegionsRequest extends $tea.Model {
1701
2242
  instanceId?: string;
1702
2243
  regionId?: string;
1703
- resource?: string;
1704
2244
  resourceManagerResourceGroupId?: string;
1705
- ruleType?: string;
1706
- startTimestamp?: string;
1707
2245
  static names(): {
1708
2246
  [key: string]: string;
1709
2247
  };
@@ -1714,9 +2252,9 @@ export declare class DescribeRuleHitsTopUrlRequest extends $tea.Model {
1714
2252
  [key: string]: any;
1715
2253
  });
1716
2254
  }
1717
- export declare class DescribeRuleHitsTopUrlResponseBody extends $tea.Model {
2255
+ export declare class DescribeUserSlsLogRegionsResponseBody extends $tea.Model {
2256
+ logRegions?: string[];
1718
2257
  requestId?: string;
1719
- ruleHitsTopUrl?: DescribeRuleHitsTopUrlResponseBodyRuleHitsTopUrl[];
1720
2258
  static names(): {
1721
2259
  [key: string]: string;
1722
2260
  };
@@ -1727,12 +2265,12 @@ export declare class DescribeRuleHitsTopUrlResponseBody extends $tea.Model {
1727
2265
  [key: string]: any;
1728
2266
  });
1729
2267
  }
1730
- export declare class DescribeRuleHitsTopUrlResponse extends $tea.Model {
2268
+ export declare class DescribeUserSlsLogRegionsResponse extends $tea.Model {
1731
2269
  headers?: {
1732
2270
  [key: string]: string;
1733
2271
  };
1734
2272
  statusCode?: number;
1735
- body?: DescribeRuleHitsTopUrlResponseBody;
2273
+ body?: DescribeUserSlsLogRegionsResponseBody;
1736
2274
  static names(): {
1737
2275
  [key: string]: string;
1738
2276
  };
@@ -1743,12 +2281,10 @@ export declare class DescribeRuleHitsTopUrlResponse extends $tea.Model {
1743
2281
  [key: string]: any;
1744
2282
  });
1745
2283
  }
1746
- export declare class DescribeTemplateResourcesRequest extends $tea.Model {
2284
+ export declare class DescribeUserWafLogStatusRequest extends $tea.Model {
1747
2285
  instanceId?: string;
1748
2286
  regionId?: string;
1749
2287
  resourceManagerResourceGroupId?: string;
1750
- resourceType?: string;
1751
- templateId?: number;
1752
2288
  static names(): {
1753
2289
  [key: string]: string;
1754
2290
  };
@@ -1759,9 +2295,11 @@ export declare class DescribeTemplateResourcesRequest extends $tea.Model {
1759
2295
  [key: string]: any;
1760
2296
  });
1761
2297
  }
1762
- export declare class DescribeTemplateResourcesResponseBody extends $tea.Model {
2298
+ export declare class DescribeUserWafLogStatusResponseBody extends $tea.Model {
2299
+ logRegionId?: string;
2300
+ logStatus?: string;
1763
2301
  requestId?: string;
1764
- resources?: string[];
2302
+ statusUpdateTime?: number;
1765
2303
  static names(): {
1766
2304
  [key: string]: string;
1767
2305
  };
@@ -1772,12 +2310,12 @@ export declare class DescribeTemplateResourcesResponseBody extends $tea.Model {
1772
2310
  [key: string]: any;
1773
2311
  });
1774
2312
  }
1775
- export declare class DescribeTemplateResourcesResponse extends $tea.Model {
2313
+ export declare class DescribeUserWafLogStatusResponse extends $tea.Model {
1776
2314
  headers?: {
1777
2315
  [key: string]: string;
1778
2316
  };
1779
2317
  statusCode?: number;
1780
- body?: DescribeTemplateResourcesResponseBody;
2318
+ body?: DescribeUserWafLogStatusResponseBody;
1781
2319
  static names(): {
1782
2320
  [key: string]: string;
1783
2321
  };
@@ -2154,7 +2692,6 @@ export declare class ModifyDomainRequest extends $tea.Model {
2154
2692
  listen?: ModifyDomainRequestListen;
2155
2693
  redirect?: ModifyDomainRequestRedirect;
2156
2694
  regionId?: string;
2157
- sourceIp?: string;
2158
2695
  static names(): {
2159
2696
  [key: string]: string;
2160
2697
  };
@@ -2172,7 +2709,6 @@ export declare class ModifyDomainShrinkRequest extends $tea.Model {
2172
2709
  listenShrink?: string;
2173
2710
  redirectShrink?: string;
2174
2711
  regionId?: string;
2175
- sourceIp?: string;
2176
2712
  static names(): {
2177
2713
  [key: string]: string;
2178
2714
  };
@@ -2301,6 +2837,51 @@ export declare class ModifyMajorProtectionBlackIpResponse extends $tea.Model {
2301
2837
  [key: string]: any;
2302
2838
  });
2303
2839
  }
2840
+ export declare class ModifyMemberAccountRequest extends $tea.Model {
2841
+ description?: string;
2842
+ instanceId?: string;
2843
+ memberAccountId?: string;
2844
+ regionId?: string;
2845
+ resourceManagerResourceGroupId?: string;
2846
+ sourceIp?: string;
2847
+ static names(): {
2848
+ [key: string]: string;
2849
+ };
2850
+ static types(): {
2851
+ [key: string]: any;
2852
+ };
2853
+ constructor(map?: {
2854
+ [key: string]: any;
2855
+ });
2856
+ }
2857
+ export declare class ModifyMemberAccountResponseBody extends $tea.Model {
2858
+ requestId?: string;
2859
+ static names(): {
2860
+ [key: string]: string;
2861
+ };
2862
+ static types(): {
2863
+ [key: string]: any;
2864
+ };
2865
+ constructor(map?: {
2866
+ [key: string]: any;
2867
+ });
2868
+ }
2869
+ export declare class ModifyMemberAccountResponse extends $tea.Model {
2870
+ headers?: {
2871
+ [key: string]: string;
2872
+ };
2873
+ statusCode?: number;
2874
+ body?: ModifyMemberAccountResponseBody;
2875
+ static names(): {
2876
+ [key: string]: string;
2877
+ };
2878
+ static types(): {
2879
+ [key: string]: any;
2880
+ };
2881
+ constructor(map?: {
2882
+ [key: string]: any;
2883
+ });
2884
+ }
2304
2885
  export declare class ModifyResourceLogStatusRequest extends $tea.Model {
2305
2886
  instanceId?: string;
2306
2887
  regionId?: string;
@@ -2490,6 +3071,26 @@ export declare class DescribeDefenseResourceGroupResponseBodyGroup extends $tea.
2490
3071
  [key: string]: any;
2491
3072
  });
2492
3073
  }
3074
+ export declare class DescribeDefenseResourceTemplatesResponseBodyTemplates extends $tea.Model {
3075
+ defenseScene?: string;
3076
+ defenseSubScene?: string;
3077
+ description?: string;
3078
+ gmtModified?: number;
3079
+ templateId?: number;
3080
+ templateName?: string;
3081
+ templateOrigin?: string;
3082
+ templateStatus?: number;
3083
+ templateType?: string;
3084
+ static names(): {
3085
+ [key: string]: string;
3086
+ };
3087
+ static types(): {
3088
+ [key: string]: any;
3089
+ };
3090
+ constructor(map?: {
3091
+ [key: string]: any;
3092
+ });
3093
+ }
2493
3094
  export declare class DescribeDefenseResourcesRequestTag extends $tea.Model {
2494
3095
  key?: string;
2495
3096
  value?: string;
@@ -2514,6 +3115,7 @@ export declare class DescribeDefenseResourcesResponseBodyResources extends $tea.
2514
3115
  };
2515
3116
  gmtCreate?: number;
2516
3117
  gmtModified?: number;
3118
+ ownerUserId?: string;
2517
3119
  pattern?: string;
2518
3120
  product?: string;
2519
3121
  resource?: string;
@@ -2589,6 +3191,26 @@ export declare class DescribeDefenseTemplateResponseBodyTemplate extends $tea.Mo
2589
3191
  [key: string]: any;
2590
3192
  });
2591
3193
  }
3194
+ export declare class DescribeDefenseTemplatesResponseBodyTemplates extends $tea.Model {
3195
+ defenseScene?: string;
3196
+ defenseSubScene?: string;
3197
+ description?: string;
3198
+ gmtModified?: number;
3199
+ templateId?: number;
3200
+ templateName?: string;
3201
+ templateOrigin?: string;
3202
+ templateStatus?: number;
3203
+ templateType?: string;
3204
+ static names(): {
3205
+ [key: string]: string;
3206
+ };
3207
+ static types(): {
3208
+ [key: string]: any;
3209
+ };
3210
+ constructor(map?: {
3211
+ [key: string]: any;
3212
+ });
3213
+ }
2592
3214
  export declare class DescribeDomainDetailResponseBodyCertDetail extends $tea.Model {
2593
3215
  commonName?: string;
2594
3216
  endTime?: number;
@@ -2875,7 +3497,6 @@ export declare class DescribeHybridCloudResourcesResponseBodyDomainsListen exten
2875
3497
  httpPorts?: number[];
2876
3498
  httpsPorts?: number[];
2877
3499
  IPv6Enabled?: boolean;
2878
- ipv6Enabled?: boolean;
2879
3500
  protectionResource?: string;
2880
3501
  TLSVersion?: string;
2881
3502
  xffHeaderMode?: number;
@@ -3040,6 +3661,22 @@ export declare class DescribeMajorProtectionBlackIpsResponseBodyIpList extends $
3040
3661
  [key: string]: any;
3041
3662
  });
3042
3663
  }
3664
+ export declare class DescribeMemberAccountsResponseBodyAccountInfos extends $tea.Model {
3665
+ accountId?: string;
3666
+ accountName?: string;
3667
+ accountStatus?: string;
3668
+ description?: string;
3669
+ gmtCreate?: number;
3670
+ static names(): {
3671
+ [key: string]: string;
3672
+ };
3673
+ static types(): {
3674
+ [key: string]: any;
3675
+ };
3676
+ constructor(map?: {
3677
+ [key: string]: any;
3678
+ });
3679
+ }
3043
3680
  export declare class DescribePeakTrendResponseBodyFlowChart extends $tea.Model {
3044
3681
  aclSum?: number;
3045
3682
  antiScanSum?: number;
@@ -3057,6 +3694,24 @@ export declare class DescribePeakTrendResponseBodyFlowChart extends $tea.Model {
3057
3694
  [key: string]: any;
3058
3695
  });
3059
3696
  }
3697
+ export declare class DescribeResourceInstanceCertsResponseBodyCerts extends $tea.Model {
3698
+ afterDate?: number;
3699
+ beforeDate?: number;
3700
+ certIdentifier?: string;
3701
+ certName?: string;
3702
+ commonName?: string;
3703
+ domain?: string;
3704
+ isChainCompleted?: boolean;
3705
+ static names(): {
3706
+ [key: string]: string;
3707
+ };
3708
+ static types(): {
3709
+ [key: string]: any;
3710
+ };
3711
+ constructor(map?: {
3712
+ [key: string]: any;
3713
+ });
3714
+ }
3060
3715
  export declare class DescribeResourceLogStatusResponseBodyResult extends $tea.Model {
3061
3716
  resource?: string;
3062
3717
  status?: boolean;
@@ -3335,6 +3990,8 @@ export default class Client extends OpenApi {
3335
3990
  * @return CreateMajorProtectionBlackIpResponse
3336
3991
  */
3337
3992
  createMajorProtectionBlackIp(request: CreateMajorProtectionBlackIpRequest): Promise<CreateMajorProtectionBlackIpResponse>;
3993
+ createMemberAccountsWithOptions(request: CreateMemberAccountsRequest, runtime: $Util.RuntimeOptions): Promise<CreateMemberAccountsResponse>;
3994
+ createMemberAccounts(request: CreateMemberAccountsRequest): Promise<CreateMemberAccountsResponse>;
3338
3995
  deleteDefenseResourceGroupWithOptions(request: DeleteDefenseResourceGroupRequest, runtime: $Util.RuntimeOptions): Promise<DeleteDefenseResourceGroupResponse>;
3339
3996
  deleteDefenseResourceGroup(request: DeleteDefenseResourceGroupRequest): Promise<DeleteDefenseResourceGroupResponse>;
3340
3997
  deleteDefenseRuleWithOptions(request: DeleteDefenseRuleRequest, runtime: $Util.RuntimeOptions): Promise<DeleteDefenseRuleResponse>;
@@ -3345,8 +4002,14 @@ export default class Client extends OpenApi {
3345
4002
  deleteDomain(request: DeleteDomainRequest): Promise<DeleteDomainResponse>;
3346
4003
  deleteMajorProtectionBlackIpWithOptions(request: DeleteMajorProtectionBlackIpRequest, runtime: $Util.RuntimeOptions): Promise<DeleteMajorProtectionBlackIpResponse>;
3347
4004
  deleteMajorProtectionBlackIp(request: DeleteMajorProtectionBlackIpRequest): Promise<DeleteMajorProtectionBlackIpResponse>;
4005
+ deleteMemberAccountWithOptions(request: DeleteMemberAccountRequest, runtime: $Util.RuntimeOptions): Promise<DeleteMemberAccountResponse>;
4006
+ deleteMemberAccount(request: DeleteMemberAccountRequest): Promise<DeleteMemberAccountResponse>;
4007
+ describeAccountDelegatedStatusWithOptions(request: DescribeAccountDelegatedStatusRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAccountDelegatedStatusResponse>;
4008
+ describeAccountDelegatedStatus(request: DescribeAccountDelegatedStatusRequest): Promise<DescribeAccountDelegatedStatusResponse>;
3348
4009
  describeDefenseResourceGroupWithOptions(request: DescribeDefenseResourceGroupRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDefenseResourceGroupResponse>;
3349
4010
  describeDefenseResourceGroup(request: DescribeDefenseResourceGroupRequest): Promise<DescribeDefenseResourceGroupResponse>;
4011
+ describeDefenseResourceTemplatesWithOptions(request: DescribeDefenseResourceTemplatesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDefenseResourceTemplatesResponse>;
4012
+ describeDefenseResourceTemplates(request: DescribeDefenseResourceTemplatesRequest): Promise<DescribeDefenseResourceTemplatesResponse>;
3350
4013
  describeDefenseResourcesWithOptions(request: DescribeDefenseResourcesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDefenseResourcesResponse>;
3351
4014
  describeDefenseResources(request: DescribeDefenseResourcesRequest): Promise<DescribeDefenseResourcesResponse>;
3352
4015
  describeDefenseRuleWithOptions(request: DescribeDefenseRuleRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDefenseRuleResponse>;
@@ -3355,6 +4018,8 @@ export default class Client extends OpenApi {
3355
4018
  describeDefenseRules(request: DescribeDefenseRulesRequest): Promise<DescribeDefenseRulesResponse>;
3356
4019
  describeDefenseTemplateWithOptions(request: DescribeDefenseTemplateRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDefenseTemplateResponse>;
3357
4020
  describeDefenseTemplate(request: DescribeDefenseTemplateRequest): Promise<DescribeDefenseTemplateResponse>;
4021
+ describeDefenseTemplatesWithOptions(request: DescribeDefenseTemplatesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDefenseTemplatesResponse>;
4022
+ describeDefenseTemplates(request: DescribeDefenseTemplatesRequest): Promise<DescribeDefenseTemplatesResponse>;
3358
4023
  describeDomainDetailWithOptions(request: DescribeDomainDetailRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDomainDetailResponse>;
3359
4024
  describeDomainDetail(request: DescribeDomainDetailRequest): Promise<DescribeDomainDetailResponse>;
3360
4025
  describeDomainsWithOptions(request: DescribeDomainsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDomainsResponse>;
@@ -3375,8 +4040,12 @@ export default class Client extends OpenApi {
3375
4040
  describeInstance(request: DescribeInstanceRequest): Promise<DescribeInstanceResponse>;
3376
4041
  describeMajorProtectionBlackIpsWithOptions(request: DescribeMajorProtectionBlackIpsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeMajorProtectionBlackIpsResponse>;
3377
4042
  describeMajorProtectionBlackIps(request: DescribeMajorProtectionBlackIpsRequest): Promise<DescribeMajorProtectionBlackIpsResponse>;
4043
+ describeMemberAccountsWithOptions(request: DescribeMemberAccountsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeMemberAccountsResponse>;
4044
+ describeMemberAccounts(request: DescribeMemberAccountsRequest): Promise<DescribeMemberAccountsResponse>;
3378
4045
  describePeakTrendWithOptions(request: DescribePeakTrendRequest, runtime: $Util.RuntimeOptions): Promise<DescribePeakTrendResponse>;
3379
4046
  describePeakTrend(request: DescribePeakTrendRequest): Promise<DescribePeakTrendResponse>;
4047
+ describeResourceInstanceCertsWithOptions(request: DescribeResourceInstanceCertsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeResourceInstanceCertsResponse>;
4048
+ describeResourceInstanceCerts(request: DescribeResourceInstanceCertsRequest): Promise<DescribeResourceInstanceCertsResponse>;
3380
4049
  describeResourceLogStatusWithOptions(request: DescribeResourceLogStatusRequest, runtime: $Util.RuntimeOptions): Promise<DescribeResourceLogStatusResponse>;
3381
4050
  describeResourceLogStatus(request: DescribeResourceLogStatusRequest): Promise<DescribeResourceLogStatusResponse>;
3382
4051
  describeResourcePortWithOptions(request: DescribeResourcePortRequest, runtime: $Util.RuntimeOptions): Promise<DescribeResourcePortResponse>;
@@ -3397,8 +4066,18 @@ export default class Client extends OpenApi {
3397
4066
  describeRuleHitsTopUa(request: DescribeRuleHitsTopUaRequest): Promise<DescribeRuleHitsTopUaResponse>;
3398
4067
  describeRuleHitsTopUrlWithOptions(request: DescribeRuleHitsTopUrlRequest, runtime: $Util.RuntimeOptions): Promise<DescribeRuleHitsTopUrlResponse>;
3399
4068
  describeRuleHitsTopUrl(request: DescribeRuleHitsTopUrlRequest): Promise<DescribeRuleHitsTopUrlResponse>;
4069
+ describeSlsAuthStatusWithOptions(request: DescribeSlsAuthStatusRequest, runtime: $Util.RuntimeOptions): Promise<DescribeSlsAuthStatusResponse>;
4070
+ describeSlsAuthStatus(request: DescribeSlsAuthStatusRequest): Promise<DescribeSlsAuthStatusResponse>;
4071
+ describeSlsLogStoreWithOptions(request: DescribeSlsLogStoreRequest, runtime: $Util.RuntimeOptions): Promise<DescribeSlsLogStoreResponse>;
4072
+ describeSlsLogStore(request: DescribeSlsLogStoreRequest): Promise<DescribeSlsLogStoreResponse>;
4073
+ describeSlsLogStoreStatusWithOptions(request: DescribeSlsLogStoreStatusRequest, runtime: $Util.RuntimeOptions): Promise<DescribeSlsLogStoreStatusResponse>;
4074
+ describeSlsLogStoreStatus(request: DescribeSlsLogStoreStatusRequest): Promise<DescribeSlsLogStoreStatusResponse>;
3400
4075
  describeTemplateResourcesWithOptions(request: DescribeTemplateResourcesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeTemplateResourcesResponse>;
3401
4076
  describeTemplateResources(request: DescribeTemplateResourcesRequest): Promise<DescribeTemplateResourcesResponse>;
4077
+ describeUserSlsLogRegionsWithOptions(request: DescribeUserSlsLogRegionsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeUserSlsLogRegionsResponse>;
4078
+ describeUserSlsLogRegions(request: DescribeUserSlsLogRegionsRequest): Promise<DescribeUserSlsLogRegionsResponse>;
4079
+ describeUserWafLogStatusWithOptions(request: DescribeUserWafLogStatusRequest, runtime: $Util.RuntimeOptions): Promise<DescribeUserWafLogStatusResponse>;
4080
+ describeUserWafLogStatus(request: DescribeUserWafLogStatusRequest): Promise<DescribeUserWafLogStatusResponse>;
3402
4081
  describeVisitTopIpWithOptions(request: DescribeVisitTopIpRequest, runtime: $Util.RuntimeOptions): Promise<DescribeVisitTopIpResponse>;
3403
4082
  describeVisitTopIp(request: DescribeVisitTopIpRequest): Promise<DescribeVisitTopIpResponse>;
3404
4083
  describeVisitUasWithOptions(request: DescribeVisitUasRequest, runtime: $Util.RuntimeOptions): Promise<DescribeVisitUasResponse>;
@@ -3421,6 +4100,8 @@ export default class Client extends OpenApi {
3421
4100
  modifyHybridCloudClusterBypassStatus(request: ModifyHybridCloudClusterBypassStatusRequest): Promise<ModifyHybridCloudClusterBypassStatusResponse>;
3422
4101
  modifyMajorProtectionBlackIpWithOptions(request: ModifyMajorProtectionBlackIpRequest, runtime: $Util.RuntimeOptions): Promise<ModifyMajorProtectionBlackIpResponse>;
3423
4102
  modifyMajorProtectionBlackIp(request: ModifyMajorProtectionBlackIpRequest): Promise<ModifyMajorProtectionBlackIpResponse>;
4103
+ modifyMemberAccountWithOptions(request: ModifyMemberAccountRequest, runtime: $Util.RuntimeOptions): Promise<ModifyMemberAccountResponse>;
4104
+ modifyMemberAccount(request: ModifyMemberAccountRequest): Promise<ModifyMemberAccountResponse>;
3424
4105
  modifyResourceLogStatusWithOptions(request: ModifyResourceLogStatusRequest, runtime: $Util.RuntimeOptions): Promise<ModifyResourceLogStatusResponse>;
3425
4106
  modifyResourceLogStatus(request: ModifyResourceLogStatusRequest): Promise<ModifyResourceLogStatusResponse>;
3426
4107
  modifyTemplateResourcesWithOptions(request: ModifyTemplateResourcesRequest, runtime: $Util.RuntimeOptions): Promise<ModifyTemplateResourcesResponse>;