@alicloud/waf-openapi20211001 2.0.1 → 2.1.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
@@ -6,6 +6,8 @@ import OpenApi, * as $OpenApi from '@alicloud/openapi-client';
6
6
  import * as $tea from '@alicloud/tea-typescript';
7
7
  export declare class ClearMajorProtectionBlackIpRequest extends $tea.Model {
8
8
  instanceId?: string;
9
+ regionId?: string;
10
+ resourceManagerResourceGroupId?: string;
9
11
  ruleId?: number;
10
12
  templateId?: number;
11
13
  static names(): {
@@ -51,6 +53,8 @@ export declare class CreateDefenseResourceGroupRequest extends $tea.Model {
51
53
  description?: string;
52
54
  groupName?: string;
53
55
  instanceId?: string;
56
+ regionId?: string;
57
+ resourceManagerResourceGroupId?: string;
54
58
  static names(): {
55
59
  [key: string]: string;
56
60
  };
@@ -92,6 +96,8 @@ export declare class CreateDefenseResourceGroupResponse extends $tea.Model {
92
96
  export declare class CreateDefenseRuleRequest extends $tea.Model {
93
97
  defenseScene?: string;
94
98
  instanceId?: string;
99
+ regionId?: string;
100
+ resourceManagerResourceGroupId?: string;
95
101
  rules?: string;
96
102
  templateId?: number;
97
103
  static names(): {
@@ -136,6 +142,8 @@ export declare class CreateDefenseTemplateRequest extends $tea.Model {
136
142
  defenseScene?: string;
137
143
  description?: string;
138
144
  instanceId?: string;
145
+ regionId?: string;
146
+ resourceManagerResourceGroupId?: string;
139
147
  templateName?: string;
140
148
  templateOrigin?: string;
141
149
  templateStatus?: number;
@@ -186,6 +194,8 @@ export declare class CreateDomainRequest extends $tea.Model {
186
194
  listen?: CreateDomainRequestListen;
187
195
  redirect?: CreateDomainRequestRedirect;
188
196
  regionId?: string;
197
+ resourceManagerResourceGroupId?: string;
198
+ sourceIp?: string;
189
199
  static names(): {
190
200
  [key: string]: string;
191
201
  };
@@ -203,6 +213,8 @@ export declare class CreateDomainShrinkRequest extends $tea.Model {
203
213
  listenShrink?: string;
204
214
  redirectShrink?: string;
205
215
  regionId?: string;
216
+ resourceManagerResourceGroupId?: string;
217
+ sourceIp?: string;
206
218
  static names(): {
207
219
  [key: string]: string;
208
220
  };
@@ -247,6 +259,8 @@ export declare class CreateMajorProtectionBlackIpRequest extends $tea.Model {
247
259
  expiredTime?: number;
248
260
  instanceId?: string;
249
261
  ipList?: string;
262
+ regionId?: string;
263
+ resourceManagerResourceGroupId?: string;
250
264
  ruleId?: number;
251
265
  templateId?: number;
252
266
  static names(): {
@@ -290,6 +304,8 @@ export declare class CreateMajorProtectionBlackIpResponse extends $tea.Model {
290
304
  export declare class DeleteDefenseResourceGroupRequest extends $tea.Model {
291
305
  groupName?: string;
292
306
  instanceId?: string;
307
+ regionId?: string;
308
+ resourceManagerResourceGroupId?: string;
293
309
  static names(): {
294
310
  [key: string]: string;
295
311
  };
@@ -330,6 +346,8 @@ export declare class DeleteDefenseResourceGroupResponse extends $tea.Model {
330
346
  }
331
347
  export declare class DeleteDefenseRuleRequest extends $tea.Model {
332
348
  instanceId?: string;
349
+ regionId?: string;
350
+ resourceManagerResourceGroupId?: string;
333
351
  ruleIds?: string;
334
352
  templateId?: number;
335
353
  static names(): {
@@ -372,6 +390,8 @@ export declare class DeleteDefenseRuleResponse extends $tea.Model {
372
390
  }
373
391
  export declare class DeleteDefenseTemplateRequest extends $tea.Model {
374
392
  instanceId?: string;
393
+ regionId?: string;
394
+ resourceManagerResourceGroupId?: string;
375
395
  templateId?: number;
376
396
  static names(): {
377
397
  [key: string]: string;
@@ -414,8 +434,10 @@ export declare class DeleteDefenseTemplateResponse extends $tea.Model {
414
434
  export declare class DeleteDomainRequest extends $tea.Model {
415
435
  accessType?: string;
416
436
  domain?: string;
437
+ domainId?: string;
417
438
  instanceId?: string;
418
439
  regionId?: string;
440
+ sourceIp?: string;
419
441
  static names(): {
420
442
  [key: string]: string;
421
443
  };
@@ -457,6 +479,8 @@ export declare class DeleteDomainResponse extends $tea.Model {
457
479
  export declare class DeleteMajorProtectionBlackIpRequest extends $tea.Model {
458
480
  instanceId?: string;
459
481
  ipList?: string;
482
+ regionId?: string;
483
+ resourceManagerResourceGroupId?: string;
460
484
  ruleId?: number;
461
485
  templateId?: number;
462
486
  static names(): {
@@ -500,6 +524,8 @@ export declare class DeleteMajorProtectionBlackIpResponse extends $tea.Model {
500
524
  export declare class DescribeDefenseResourceGroupRequest extends $tea.Model {
501
525
  groupName?: string;
502
526
  instanceId?: string;
527
+ regionId?: string;
528
+ resourceManagerResourceGroupId?: string;
503
529
  static names(): {
504
530
  [key: string]: string;
505
531
  };
@@ -544,6 +570,10 @@ export declare class DescribeDefenseResourcesRequest extends $tea.Model {
544
570
  pageNumber?: number;
545
571
  pageSize?: number;
546
572
  query?: string;
573
+ regionId?: string;
574
+ resourceManagerResourceGroupId?: string;
575
+ sourceIp?: string;
576
+ tag?: DescribeDefenseResourcesRequestTag[];
547
577
  static names(): {
548
578
  [key: string]: string;
549
579
  };
@@ -586,6 +616,8 @@ export declare class DescribeDefenseResourcesResponse extends $tea.Model {
586
616
  }
587
617
  export declare class DescribeDefenseRuleRequest extends $tea.Model {
588
618
  instanceId?: string;
619
+ regionId?: string;
620
+ resourceManagerResourceGroupId?: string;
589
621
  ruleId?: number;
590
622
  templateId?: number;
591
623
  static names(): {
@@ -632,6 +664,8 @@ export declare class DescribeDefenseRulesRequest extends $tea.Model {
632
664
  pageNumber?: number;
633
665
  pageSize?: number;
634
666
  query?: string;
667
+ regionId?: string;
668
+ resourceManagerResourceGroupId?: string;
635
669
  ruleType?: string;
636
670
  static names(): {
637
671
  [key: string]: string;
@@ -675,6 +709,8 @@ export declare class DescribeDefenseRulesResponse extends $tea.Model {
675
709
  }
676
710
  export declare class DescribeDefenseTemplateRequest extends $tea.Model {
677
711
  instanceId?: string;
712
+ regionId?: string;
713
+ resourceManagerResourceGroupId?: string;
678
714
  templateId?: number;
679
715
  static names(): {
680
716
  [key: string]: string;
@@ -718,6 +754,8 @@ export declare class DescribeDefenseTemplateResponse extends $tea.Model {
718
754
  export declare class DescribeDomainDetailRequest extends $tea.Model {
719
755
  domain?: string;
720
756
  instanceId?: string;
757
+ regionId?: string;
758
+ sourceIp?: string;
721
759
  static names(): {
722
760
  [key: string]: string;
723
761
  };
@@ -729,11 +767,14 @@ export declare class DescribeDomainDetailRequest extends $tea.Model {
729
767
  });
730
768
  }
731
769
  export declare class DescribeDomainDetailResponseBody extends $tea.Model {
770
+ certDetail?: DescribeDomainDetailResponseBodyCertDetail;
732
771
  cname?: string;
733
772
  domain?: string;
734
773
  listen?: DescribeDomainDetailResponseBodyListen;
735
774
  redirect?: DescribeDomainDetailResponseBodyRedirect;
736
775
  requestId?: string;
776
+ resourceManagerResourceGroupId?: string;
777
+ SM2CertDetail?: DescribeDomainDetailResponseBodySM2CertDetail;
737
778
  status?: number;
738
779
  static names(): {
739
780
  [key: string]: string;
@@ -767,6 +808,10 @@ export declare class DescribeDomainsRequest extends $tea.Model {
767
808
  instanceId?: string;
768
809
  pageNumber?: number;
769
810
  pageSize?: number;
811
+ regionId?: string;
812
+ resourceManagerResourceGroupId?: string;
813
+ sourceIp?: string;
814
+ tag?: DescribeDomainsRequestTag[];
770
815
  static names(): {
771
816
  [key: string]: string;
772
817
  };
@@ -811,7 +856,9 @@ export declare class DescribeFlowChartRequest extends $tea.Model {
811
856
  endTimestamp?: string;
812
857
  instanceId?: string;
813
858
  interval?: string;
859
+ regionId?: string;
814
860
  resource?: string;
861
+ resourceManagerResourceGroupId?: string;
815
862
  startTimestamp?: string;
816
863
  static names(): {
817
864
  [key: string]: string;
@@ -855,6 +902,8 @@ export declare class DescribeFlowChartResponse extends $tea.Model {
855
902
  export declare class DescribeFlowTopResourceRequest extends $tea.Model {
856
903
  endTimestamp?: string;
857
904
  instanceId?: string;
905
+ regionId?: string;
906
+ resourceManagerResourceGroupId?: string;
858
907
  startTimestamp?: string;
859
908
  static names(): {
860
909
  [key: string]: string;
@@ -898,7 +947,9 @@ export declare class DescribeFlowTopResourceResponse extends $tea.Model {
898
947
  export declare class DescribeFlowTopUrlRequest extends $tea.Model {
899
948
  endTimestamp?: string;
900
949
  instanceId?: string;
950
+ regionId?: string;
901
951
  resource?: string;
952
+ resourceManagerResourceGroupId?: string;
902
953
  startTimestamp?: string;
903
954
  static names(): {
904
955
  [key: string]: string;
@@ -939,9 +990,152 @@ export declare class DescribeFlowTopUrlResponse extends $tea.Model {
939
990
  [key: string]: any;
940
991
  });
941
992
  }
993
+ export declare class DescribeHybridCloudGroupsRequest extends $tea.Model {
994
+ clusterId?: number;
995
+ clusterProxyType?: string;
996
+ groupName?: number;
997
+ groupType?: string;
998
+ instanceId?: string;
999
+ pageNumber?: number;
1000
+ pageSize?: number;
1001
+ regionId?: string;
1002
+ resourceManagerResourceGroupId?: string;
1003
+ static names(): {
1004
+ [key: string]: string;
1005
+ };
1006
+ static types(): {
1007
+ [key: string]: any;
1008
+ };
1009
+ constructor(map?: {
1010
+ [key: string]: any;
1011
+ });
1012
+ }
1013
+ export declare class DescribeHybridCloudGroupsResponseBody extends $tea.Model {
1014
+ groups?: DescribeHybridCloudGroupsResponseBodyGroups[];
1015
+ requestId?: string;
1016
+ totalCount?: number;
1017
+ static names(): {
1018
+ [key: string]: string;
1019
+ };
1020
+ static types(): {
1021
+ [key: string]: any;
1022
+ };
1023
+ constructor(map?: {
1024
+ [key: string]: any;
1025
+ });
1026
+ }
1027
+ export declare class DescribeHybridCloudGroupsResponse extends $tea.Model {
1028
+ headers: {
1029
+ [key: string]: string;
1030
+ };
1031
+ statusCode: number;
1032
+ body: DescribeHybridCloudGroupsResponseBody;
1033
+ static names(): {
1034
+ [key: string]: string;
1035
+ };
1036
+ static types(): {
1037
+ [key: string]: any;
1038
+ };
1039
+ constructor(map?: {
1040
+ [key: string]: any;
1041
+ });
1042
+ }
1043
+ export declare class DescribeHybridCloudResourcesRequest extends $tea.Model {
1044
+ backend?: string;
1045
+ cnameEnabled?: boolean;
1046
+ domain?: string;
1047
+ instanceId?: string;
1048
+ pageNumber?: number;
1049
+ pageSize?: number;
1050
+ regionId?: string;
1051
+ resourceManagerResourceGroupId?: string;
1052
+ sourceIp?: string;
1053
+ static names(): {
1054
+ [key: string]: string;
1055
+ };
1056
+ static types(): {
1057
+ [key: string]: any;
1058
+ };
1059
+ constructor(map?: {
1060
+ [key: string]: any;
1061
+ });
1062
+ }
1063
+ export declare class DescribeHybridCloudResourcesResponseBody extends $tea.Model {
1064
+ domains?: DescribeHybridCloudResourcesResponseBodyDomains[];
1065
+ requestId?: string;
1066
+ totalCount?: number;
1067
+ static names(): {
1068
+ [key: string]: string;
1069
+ };
1070
+ static types(): {
1071
+ [key: string]: any;
1072
+ };
1073
+ constructor(map?: {
1074
+ [key: string]: any;
1075
+ });
1076
+ }
1077
+ export declare class DescribeHybridCloudResourcesResponse extends $tea.Model {
1078
+ headers: {
1079
+ [key: string]: string;
1080
+ };
1081
+ statusCode: number;
1082
+ body: DescribeHybridCloudResourcesResponseBody;
1083
+ static names(): {
1084
+ [key: string]: string;
1085
+ };
1086
+ static types(): {
1087
+ [key: string]: any;
1088
+ };
1089
+ constructor(map?: {
1090
+ [key: string]: any;
1091
+ });
1092
+ }
1093
+ export declare class DescribeHybridCloudUserRequest extends $tea.Model {
1094
+ instanceId?: string;
1095
+ regionId?: string;
1096
+ resourceManagerResourceGroupId?: string;
1097
+ static names(): {
1098
+ [key: string]: string;
1099
+ };
1100
+ static types(): {
1101
+ [key: string]: any;
1102
+ };
1103
+ constructor(map?: {
1104
+ [key: string]: any;
1105
+ });
1106
+ }
1107
+ export declare class DescribeHybridCloudUserResponseBody extends $tea.Model {
1108
+ requestId?: string;
1109
+ userInfo?: DescribeHybridCloudUserResponseBodyUserInfo;
1110
+ static names(): {
1111
+ [key: string]: string;
1112
+ };
1113
+ static types(): {
1114
+ [key: string]: any;
1115
+ };
1116
+ constructor(map?: {
1117
+ [key: string]: any;
1118
+ });
1119
+ }
1120
+ export declare class DescribeHybridCloudUserResponse extends $tea.Model {
1121
+ headers: {
1122
+ [key: string]: string;
1123
+ };
1124
+ statusCode: number;
1125
+ body: DescribeHybridCloudUserResponseBody;
1126
+ static names(): {
1127
+ [key: string]: string;
1128
+ };
1129
+ static types(): {
1130
+ [key: string]: any;
1131
+ };
1132
+ constructor(map?: {
1133
+ [key: string]: any;
1134
+ });
1135
+ }
942
1136
  export declare class DescribeInstanceRequest extends $tea.Model {
943
1137
  regionId?: string;
944
- resourceGroupId?: string;
1138
+ resourceManagerResourceGroupId?: string;
945
1139
  static names(): {
946
1140
  [key: string]: string;
947
1141
  };
@@ -995,6 +1189,8 @@ export declare class DescribeMajorProtectionBlackIpsRequest extends $tea.Model {
995
1189
  orderBy?: string;
996
1190
  pageNumber?: number;
997
1191
  pageSize?: number;
1192
+ regionId?: string;
1193
+ resourceManagerResourceGroupId?: string;
998
1194
  ruleId?: number;
999
1195
  templateId?: number;
1000
1196
  static names(): {
@@ -1041,7 +1237,9 @@ export declare class DescribePeakTrendRequest extends $tea.Model {
1041
1237
  endTimestamp?: string;
1042
1238
  instanceId?: string;
1043
1239
  interval?: string;
1240
+ regionId?: string;
1044
1241
  resource?: string;
1242
+ resourceManagerResourceGroupId?: string;
1045
1243
  startTimestamp?: string;
1046
1244
  static names(): {
1047
1245
  [key: string]: string;
@@ -1084,6 +1282,8 @@ export declare class DescribePeakTrendResponse extends $tea.Model {
1084
1282
  }
1085
1283
  export declare class DescribeResourceLogStatusRequest extends $tea.Model {
1086
1284
  instanceId?: string;
1285
+ regionId?: string;
1286
+ resourceManagerResourceGroupId?: string;
1087
1287
  resources?: string;
1088
1288
  static names(): {
1089
1289
  [key: string]: string;
@@ -1126,7 +1326,9 @@ export declare class DescribeResourceLogStatusResponse extends $tea.Model {
1126
1326
  }
1127
1327
  export declare class DescribeResourcePortRequest extends $tea.Model {
1128
1328
  instanceId?: string;
1329
+ regionId?: string;
1129
1330
  resourceInstanceId?: string;
1331
+ resourceManagerResourceGroupId?: string;
1130
1332
  static names(): {
1131
1333
  [key: string]: string;
1132
1334
  };
@@ -1170,7 +1372,9 @@ export declare class DescribeResponseCodeTrendGraphRequest extends $tea.Model {
1170
1372
  endTimestamp?: string;
1171
1373
  instanceId?: string;
1172
1374
  interval?: string;
1375
+ regionId?: string;
1173
1376
  resource?: string;
1377
+ resourceManagerResourceGroupId?: string;
1174
1378
  startTimestamp?: string;
1175
1379
  type?: string;
1176
1380
  static names(): {
@@ -1216,6 +1420,8 @@ export declare class DescribeRuleGroupsRequest extends $tea.Model {
1216
1420
  instanceId?: string;
1217
1421
  pageNumber?: number;
1218
1422
  pageSize?: number;
1423
+ regionId?: string;
1424
+ resourceManagerResourceGroupId?: string;
1219
1425
  searchType?: string;
1220
1426
  searchValue?: string;
1221
1427
  static names(): {
@@ -1261,7 +1467,9 @@ export declare class DescribeRuleGroupsResponse extends $tea.Model {
1261
1467
  export declare class DescribeRuleHitsTopClientIpRequest extends $tea.Model {
1262
1468
  endTimestamp?: string;
1263
1469
  instanceId?: string;
1470
+ regionId?: string;
1264
1471
  resource?: string;
1472
+ resourceManagerResourceGroupId?: string;
1265
1473
  ruleType?: string;
1266
1474
  startTimestamp?: string;
1267
1475
  static names(): {
@@ -1306,6 +1514,8 @@ export declare class DescribeRuleHitsTopClientIpResponse extends $tea.Model {
1306
1514
  export declare class DescribeRuleHitsTopResourceRequest extends $tea.Model {
1307
1515
  endTimestamp?: string;
1308
1516
  instanceId?: string;
1517
+ regionId?: string;
1518
+ resourceManagerResourceGroupId?: string;
1309
1519
  ruleType?: string;
1310
1520
  startTimestamp?: string;
1311
1521
  static names(): {
@@ -1350,7 +1560,9 @@ export declare class DescribeRuleHitsTopResourceResponse extends $tea.Model {
1350
1560
  export declare class DescribeRuleHitsTopRuleIdRequest extends $tea.Model {
1351
1561
  endTimestamp?: string;
1352
1562
  instanceId?: string;
1563
+ regionId?: string;
1353
1564
  resource?: string;
1565
+ resourceManagerResourceGroupId?: string;
1354
1566
  ruleType?: string;
1355
1567
  startTimestamp?: string;
1356
1568
  static names(): {
@@ -1395,6 +1607,7 @@ export declare class DescribeRuleHitsTopRuleIdResponse extends $tea.Model {
1395
1607
  export declare class DescribeRuleHitsTopTuleTypeRequest extends $tea.Model {
1396
1608
  endTimestamp?: string;
1397
1609
  instanceId?: string;
1610
+ regionId?: string;
1398
1611
  resource?: string;
1399
1612
  startTimestamp?: string;
1400
1613
  static names(): {
@@ -1439,7 +1652,9 @@ export declare class DescribeRuleHitsTopTuleTypeResponse extends $tea.Model {
1439
1652
  export declare class DescribeRuleHitsTopUaRequest extends $tea.Model {
1440
1653
  endTimestamp?: string;
1441
1654
  instanceId?: string;
1655
+ regionId?: string;
1442
1656
  resource?: string;
1657
+ resourceManagerResourceGroupId?: string;
1443
1658
  startTimestamp?: string;
1444
1659
  static names(): {
1445
1660
  [key: string]: string;
@@ -1483,7 +1698,9 @@ export declare class DescribeRuleHitsTopUaResponse extends $tea.Model {
1483
1698
  export declare class DescribeRuleHitsTopUrlRequest extends $tea.Model {
1484
1699
  endTimestamp?: string;
1485
1700
  instanceId?: string;
1701
+ regionId?: string;
1486
1702
  resource?: string;
1703
+ resourceManagerResourceGroupId?: string;
1487
1704
  ruleType?: string;
1488
1705
  startTimestamp?: string;
1489
1706
  static names(): {
@@ -1527,6 +1744,8 @@ export declare class DescribeRuleHitsTopUrlResponse extends $tea.Model {
1527
1744
  }
1528
1745
  export declare class DescribeTemplateResourcesRequest extends $tea.Model {
1529
1746
  instanceId?: string;
1747
+ regionId?: string;
1748
+ resourceManagerResourceGroupId?: string;
1530
1749
  resourceType?: string;
1531
1750
  templateId?: number;
1532
1751
  static names(): {
@@ -1571,7 +1790,9 @@ export declare class DescribeTemplateResourcesResponse extends $tea.Model {
1571
1790
  export declare class DescribeVisitTopIpRequest extends $tea.Model {
1572
1791
  endTimestamp?: string;
1573
1792
  instanceId?: string;
1793
+ regionId?: string;
1574
1794
  resource?: string;
1795
+ resourceManagerResourceGroupId?: string;
1575
1796
  startTimestamp?: string;
1576
1797
  static names(): {
1577
1798
  [key: string]: string;
@@ -1615,6 +1836,7 @@ export declare class DescribeVisitTopIpResponse extends $tea.Model {
1615
1836
  export declare class DescribeVisitUasRequest extends $tea.Model {
1616
1837
  endTimestamp?: string;
1617
1838
  instanceId?: string;
1839
+ regionId?: string;
1618
1840
  resource?: string;
1619
1841
  startTimestamp?: string;
1620
1842
  static names(): {
@@ -1658,6 +1880,8 @@ export declare class DescribeVisitUasResponse extends $tea.Model {
1658
1880
  }
1659
1881
  export declare class DescribeWafSourceIpSegmentRequest extends $tea.Model {
1660
1882
  instanceId?: string;
1883
+ regionId?: string;
1884
+ resourceManagerResourceGroupId?: string;
1661
1885
  static names(): {
1662
1886
  [key: string]: string;
1663
1887
  };
@@ -1703,6 +1927,8 @@ export declare class ModifyDefenseResourceGroupRequest extends $tea.Model {
1703
1927
  description?: string;
1704
1928
  groupName?: string;
1705
1929
  instanceId?: string;
1930
+ regionId?: string;
1931
+ resourceManagerResourceGroupId?: string;
1706
1932
  static names(): {
1707
1933
  [key: string]: string;
1708
1934
  };
@@ -1744,6 +1970,8 @@ export declare class ModifyDefenseResourceGroupResponse extends $tea.Model {
1744
1970
  export declare class ModifyDefenseRuleRequest extends $tea.Model {
1745
1971
  defenseScene?: string;
1746
1972
  instanceId?: string;
1973
+ regionId?: string;
1974
+ resourceManagerResourceGroupId?: string;
1747
1975
  rules?: string;
1748
1976
  templateId?: number;
1749
1977
  static names(): {
@@ -1786,6 +2014,8 @@ export declare class ModifyDefenseRuleResponse extends $tea.Model {
1786
2014
  }
1787
2015
  export declare class ModifyDefenseRuleStatusRequest extends $tea.Model {
1788
2016
  instanceId?: string;
2017
+ regionId?: string;
2018
+ resourceManagerResourceGroupId?: string;
1789
2019
  ruleId?: number;
1790
2020
  ruleStatus?: number;
1791
2021
  templateId?: number;
@@ -1830,6 +2060,8 @@ export declare class ModifyDefenseRuleStatusResponse extends $tea.Model {
1830
2060
  export declare class ModifyDefenseTemplateRequest extends $tea.Model {
1831
2061
  description?: string;
1832
2062
  instanceId?: string;
2063
+ regionId?: string;
2064
+ resourceManagerResourceGroupId?: string;
1833
2065
  templateId?: number;
1834
2066
  templateName?: string;
1835
2067
  static names(): {
@@ -1872,6 +2104,8 @@ export declare class ModifyDefenseTemplateResponse extends $tea.Model {
1872
2104
  }
1873
2105
  export declare class ModifyDefenseTemplateStatusRequest extends $tea.Model {
1874
2106
  instanceId?: string;
2107
+ regionId?: string;
2108
+ resourceManagerResourceGroupId?: string;
1875
2109
  templateId?: number;
1876
2110
  templateStatus?: number;
1877
2111
  static names(): {
@@ -1919,6 +2153,7 @@ export declare class ModifyDomainRequest extends $tea.Model {
1919
2153
  listen?: ModifyDomainRequestListen;
1920
2154
  redirect?: ModifyDomainRequestRedirect;
1921
2155
  regionId?: string;
2156
+ sourceIp?: string;
1922
2157
  static names(): {
1923
2158
  [key: string]: string;
1924
2159
  };
@@ -1936,6 +2171,7 @@ export declare class ModifyDomainShrinkRequest extends $tea.Model {
1936
2171
  listenShrink?: string;
1937
2172
  redirectShrink?: string;
1938
2173
  regionId?: string;
2174
+ sourceIp?: string;
1939
2175
  static names(): {
1940
2176
  [key: string]: string;
1941
2177
  };
@@ -1975,11 +2211,55 @@ export declare class ModifyDomainResponse extends $tea.Model {
1975
2211
  [key: string]: any;
1976
2212
  });
1977
2213
  }
2214
+ export declare class ModifyHybridCloudClusterBypassStatusRequest extends $tea.Model {
2215
+ clusterResourceId?: string;
2216
+ instanceId?: string;
2217
+ ruleStatus?: string;
2218
+ static names(): {
2219
+ [key: string]: string;
2220
+ };
2221
+ static types(): {
2222
+ [key: string]: any;
2223
+ };
2224
+ constructor(map?: {
2225
+ [key: string]: any;
2226
+ });
2227
+ }
2228
+ export declare class ModifyHybridCloudClusterBypassStatusResponseBody extends $tea.Model {
2229
+ requestId?: string;
2230
+ static names(): {
2231
+ [key: string]: string;
2232
+ };
2233
+ static types(): {
2234
+ [key: string]: any;
2235
+ };
2236
+ constructor(map?: {
2237
+ [key: string]: any;
2238
+ });
2239
+ }
2240
+ export declare class ModifyHybridCloudClusterBypassStatusResponse extends $tea.Model {
2241
+ headers: {
2242
+ [key: string]: string;
2243
+ };
2244
+ statusCode: number;
2245
+ body: ModifyHybridCloudClusterBypassStatusResponseBody;
2246
+ static names(): {
2247
+ [key: string]: string;
2248
+ };
2249
+ static types(): {
2250
+ [key: string]: any;
2251
+ };
2252
+ constructor(map?: {
2253
+ [key: string]: any;
2254
+ });
2255
+ }
1978
2256
  export declare class ModifyMajorProtectionBlackIpRequest extends $tea.Model {
1979
2257
  description?: string;
1980
2258
  expiredTime?: number;
1981
2259
  instanceId?: string;
1982
2260
  ipList?: string;
2261
+ regionId?: string;
2262
+ resourceManagerResourceGroupId?: string;
1983
2263
  ruleId?: number;
1984
2264
  templateId?: number;
1985
2265
  static names(): {
@@ -2022,7 +2302,9 @@ export declare class ModifyMajorProtectionBlackIpResponse extends $tea.Model {
2022
2302
  }
2023
2303
  export declare class ModifyResourceLogStatusRequest extends $tea.Model {
2024
2304
  instanceId?: string;
2305
+ regionId?: string;
2025
2306
  resource?: string;
2307
+ resourceManagerResourceGroupId?: string;
2026
2308
  status?: boolean;
2027
2309
  static names(): {
2028
2310
  [key: string]: string;
@@ -2067,6 +2349,8 @@ export declare class ModifyTemplateResourcesRequest extends $tea.Model {
2067
2349
  bindResourceGroups?: string[];
2068
2350
  bindResources?: string[];
2069
2351
  instanceId?: string;
2352
+ regionId?: string;
2353
+ resourceManagerResourceGroupId?: string;
2070
2354
  templateId?: number;
2071
2355
  unbindResourceGroups?: string[];
2072
2356
  unbindResources?: string[];
@@ -2120,6 +2404,9 @@ export declare class CreateDomainRequestListen extends $tea.Model {
2120
2404
  httpsPorts?: number[];
2121
2405
  IPv6Enabled?: boolean;
2122
2406
  protectionResource?: string;
2407
+ SM2AccessOnly?: boolean;
2408
+ SM2CertId?: string;
2409
+ SM2Enabled?: boolean;
2123
2410
  TLSVersion?: string;
2124
2411
  xffHeaderMode?: number;
2125
2412
  xffHeaders?: string[];
@@ -2201,7 +2488,23 @@ export declare class DescribeDefenseResourceGroupResponseBodyGroup extends $tea.
2201
2488
  [key: string]: any;
2202
2489
  });
2203
2490
  }
2491
+ export declare class DescribeDefenseResourcesRequestTag extends $tea.Model {
2492
+ key?: string;
2493
+ value?: string;
2494
+ static names(): {
2495
+ [key: string]: string;
2496
+ };
2497
+ static types(): {
2498
+ [key: string]: any;
2499
+ };
2500
+ constructor(map?: {
2501
+ [key: string]: any;
2502
+ });
2503
+ }
2204
2504
  export declare class DescribeDefenseResourcesResponseBodyResources extends $tea.Model {
2505
+ acwCookieStatus?: number;
2506
+ acwSecureStatus?: number;
2507
+ acwV3SecureStatus?: number;
2205
2508
  customHeaders?: string[];
2206
2509
  description?: string;
2207
2510
  detail?: {
@@ -2213,6 +2516,7 @@ export declare class DescribeDefenseResourcesResponseBodyResources extends $tea.
2213
2516
  product?: string;
2214
2517
  resource?: string;
2215
2518
  resourceGroup?: string;
2519
+ resourceManagerResourceGroupId?: string;
2216
2520
  resourceOrigin?: string;
2217
2521
  xffStatus?: number;
2218
2522
  static names(): {
@@ -2265,6 +2569,7 @@ export declare class DescribeDefenseRulesResponseBodyRules extends $tea.Model {
2265
2569
  }
2266
2570
  export declare class DescribeDefenseTemplateResponseBodyTemplate extends $tea.Model {
2267
2571
  defenseScene?: string;
2572
+ defenseSubScene?: string;
2268
2573
  description?: string;
2269
2574
  gmtModified?: number;
2270
2575
  templateId?: number;
@@ -2282,6 +2587,23 @@ export declare class DescribeDefenseTemplateResponseBodyTemplate extends $tea.Mo
2282
2587
  [key: string]: any;
2283
2588
  });
2284
2589
  }
2590
+ export declare class DescribeDomainDetailResponseBodyCertDetail extends $tea.Model {
2591
+ commonName?: string;
2592
+ endTime?: number;
2593
+ id?: string;
2594
+ name?: string;
2595
+ sans?: string[];
2596
+ startTime?: number;
2597
+ static names(): {
2598
+ [key: string]: string;
2599
+ };
2600
+ static types(): {
2601
+ [key: string]: any;
2602
+ };
2603
+ constructor(map?: {
2604
+ [key: string]: any;
2605
+ });
2606
+ }
2285
2607
  export declare class DescribeDomainDetailResponseBodyListen extends $tea.Model {
2286
2608
  certId?: number;
2287
2609
  cipherSuite?: number;
@@ -2294,6 +2616,9 @@ export declare class DescribeDomainDetailResponseBodyListen extends $tea.Model {
2294
2616
  httpsPorts?: number[];
2295
2617
  IPv6Enabled?: boolean;
2296
2618
  protectionResource?: string;
2619
+ SM2AccessOnly?: boolean;
2620
+ SM2CertId?: boolean;
2621
+ SM2Enabled?: boolean;
2297
2622
  TLSVersion?: string;
2298
2623
  xffHeaderMode?: number;
2299
2624
  xffHeaders?: string[];
@@ -2356,6 +2681,36 @@ export declare class DescribeDomainDetailResponseBodyRedirect extends $tea.Model
2356
2681
  [key: string]: any;
2357
2682
  });
2358
2683
  }
2684
+ export declare class DescribeDomainDetailResponseBodySM2CertDetail extends $tea.Model {
2685
+ commonName?: string;
2686
+ endTime?: number;
2687
+ id?: string;
2688
+ name?: string;
2689
+ sans?: string[];
2690
+ startTime?: number;
2691
+ static names(): {
2692
+ [key: string]: string;
2693
+ };
2694
+ static types(): {
2695
+ [key: string]: any;
2696
+ };
2697
+ constructor(map?: {
2698
+ [key: string]: any;
2699
+ });
2700
+ }
2701
+ export declare class DescribeDomainsRequestTag extends $tea.Model {
2702
+ key?: string;
2703
+ value?: string;
2704
+ static names(): {
2705
+ [key: string]: string;
2706
+ };
2707
+ static types(): {
2708
+ [key: string]: any;
2709
+ };
2710
+ constructor(map?: {
2711
+ [key: string]: any;
2712
+ });
2713
+ }
2359
2714
  export declare class DescribeDomainsResponseBodyDomainsBackedsHttp extends $tea.Model {
2360
2715
  backend?: string;
2361
2716
  static names(): {
@@ -2411,6 +2766,7 @@ export declare class DescribeDomainsResponseBodyDomains extends $tea.Model {
2411
2766
  cname?: string;
2412
2767
  domain?: string;
2413
2768
  listenPorts?: DescribeDomainsResponseBodyDomainsListenPorts;
2769
+ resourceManagerResourceGroupId?: string;
2414
2770
  status?: number;
2415
2771
  static names(): {
2416
2772
  [key: string]: string;
@@ -2440,8 +2796,11 @@ export declare class DescribeFlowChartResponseBodyFlowChart extends $tea.Model {
2440
2796
  index?: number;
2441
2797
  maxPv?: number;
2442
2798
  outBytes?: number;
2799
+ ratelimitBlockSum?: number;
2800
+ ratelimitReportSum?: number;
2443
2801
  regionBlockBlocksSum?: number;
2444
2802
  regionBlockReportsSum?: number;
2803
+ robotCount?: number;
2445
2804
  wafBlockSum?: number;
2446
2805
  wafReportSum?: string;
2447
2806
  static names(): {
@@ -2480,6 +2839,124 @@ export declare class DescribeFlowTopUrlResponseBodyRuleHitsTopUrl extends $tea.M
2480
2839
  [key: string]: any;
2481
2840
  });
2482
2841
  }
2842
+ export declare class DescribeHybridCloudGroupsResponseBodyGroups extends $tea.Model {
2843
+ backSourceMark?: string;
2844
+ continentsValue?: number;
2845
+ groupId?: number;
2846
+ groupName?: string;
2847
+ groupType?: string;
2848
+ loadBalanceIp?: string;
2849
+ locationId?: number;
2850
+ operatorValue?: number;
2851
+ ports?: string;
2852
+ regionCodeValue?: number;
2853
+ remark?: string;
2854
+ static names(): {
2855
+ [key: string]: string;
2856
+ };
2857
+ static types(): {
2858
+ [key: string]: any;
2859
+ };
2860
+ constructor(map?: {
2861
+ [key: string]: any;
2862
+ });
2863
+ }
2864
+ export declare class DescribeHybridCloudResourcesResponseBodyDomainsListen extends $tea.Model {
2865
+ certId?: string;
2866
+ cipherSuite?: number;
2867
+ customCiphers?: string[];
2868
+ enableTLSv3?: boolean;
2869
+ exclusiveIp?: boolean;
2870
+ focusHttps?: boolean;
2871
+ http2Enabled?: boolean;
2872
+ httpPorts?: number[];
2873
+ httpsPorts?: number[];
2874
+ ipv6Enabled?: boolean;
2875
+ protectionResource?: string;
2876
+ TLSVersion?: string;
2877
+ xffHeaderMode?: number;
2878
+ xffHeaders?: string[];
2879
+ static names(): {
2880
+ [key: string]: string;
2881
+ };
2882
+ static types(): {
2883
+ [key: string]: any;
2884
+ };
2885
+ constructor(map?: {
2886
+ [key: string]: any;
2887
+ });
2888
+ }
2889
+ export declare class DescribeHybridCloudResourcesResponseBodyDomainsRedirectRequestHeaders extends $tea.Model {
2890
+ key?: string;
2891
+ value?: string;
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 DescribeHybridCloudResourcesResponseBodyDomainsRedirect extends $tea.Model {
2903
+ backends?: string[];
2904
+ cnameEnabled?: boolean;
2905
+ connectTimeout?: number;
2906
+ focusHttpBackend?: boolean;
2907
+ keepalive?: boolean;
2908
+ keepaliveRequests?: number;
2909
+ keepaliveTimeout?: number;
2910
+ loadbalance?: string;
2911
+ readTimeout?: number;
2912
+ requestHeaders?: DescribeHybridCloudResourcesResponseBodyDomainsRedirectRequestHeaders[];
2913
+ retry?: boolean;
2914
+ routingRules?: string;
2915
+ sniEnabled?: boolean;
2916
+ sniHost?: string;
2917
+ writeTimeout?: number;
2918
+ static names(): {
2919
+ [key: string]: string;
2920
+ };
2921
+ static types(): {
2922
+ [key: string]: any;
2923
+ };
2924
+ constructor(map?: {
2925
+ [key: string]: any;
2926
+ });
2927
+ }
2928
+ export declare class DescribeHybridCloudResourcesResponseBodyDomains extends $tea.Model {
2929
+ cname?: string;
2930
+ domain?: string;
2931
+ id?: number;
2932
+ listen?: DescribeHybridCloudResourcesResponseBodyDomainsListen;
2933
+ redirect?: DescribeHybridCloudResourcesResponseBodyDomainsRedirect;
2934
+ resourceManagerResourceGroupId?: string;
2935
+ status?: number;
2936
+ uid?: string;
2937
+ static names(): {
2938
+ [key: string]: string;
2939
+ };
2940
+ static types(): {
2941
+ [key: string]: any;
2942
+ };
2943
+ constructor(map?: {
2944
+ [key: string]: any;
2945
+ });
2946
+ }
2947
+ export declare class DescribeHybridCloudUserResponseBodyUserInfo extends $tea.Model {
2948
+ httpPorts?: string;
2949
+ httpsPorts?: string;
2950
+ static names(): {
2951
+ [key: string]: string;
2952
+ };
2953
+ static types(): {
2954
+ [key: string]: any;
2955
+ };
2956
+ constructor(map?: {
2957
+ [key: string]: any;
2958
+ });
2959
+ }
2483
2960
  export declare class DescribeInstanceResponseBodyDetails extends $tea.Model {
2484
2961
  aclRuleMaxIpCount?: number;
2485
2962
  antiScan?: boolean;
@@ -2607,6 +3084,8 @@ export declare class DescribeResponseCodeTrendGraphResponseBodyResponseCodes ext
2607
3084
  }
2608
3085
  export declare class DescribeRuleGroupsResponseBodyRuleGroups extends $tea.Model {
2609
3086
  gmtModified?: number;
3087
+ isSubscribe?: number;
3088
+ parentRuleGroupId?: number;
2610
3089
  ruleGroupId?: number;
2611
3090
  ruleGroupName?: string;
2612
3091
  ruleTotalCount?: number;
@@ -2752,6 +3231,9 @@ export declare class ModifyDomainRequestListen extends $tea.Model {
2752
3231
  httpsPorts?: number[];
2753
3232
  IPv6Enabled?: boolean;
2754
3233
  protectionResource?: string;
3234
+ SM2AccessOnly?: boolean;
3235
+ SM2CertId?: string;
3236
+ SM2Enabled?: boolean;
2755
3237
  TLSVersion?: string;
2756
3238
  xffHeaderMode?: number;
2757
3239
  xffHeaders?: string[];
@@ -2780,6 +3262,7 @@ export declare class ModifyDomainRequestRedirectRequestHeaders extends $tea.Mode
2780
3262
  }
2781
3263
  export declare class ModifyDomainRequestRedirect extends $tea.Model {
2782
3264
  backends?: string[];
3265
+ cnameEnabled?: boolean;
2783
3266
  connectTimeout?: number;
2784
3267
  focusHttpBackend?: boolean;
2785
3268
  keepalive?: boolean;
@@ -2789,6 +3272,7 @@ export declare class ModifyDomainRequestRedirect extends $tea.Model {
2789
3272
  readTimeout?: number;
2790
3273
  requestHeaders?: ModifyDomainRequestRedirectRequestHeaders[];
2791
3274
  retry?: boolean;
3275
+ routingRules?: string;
2792
3276
  sniEnabled?: boolean;
2793
3277
  sniHost?: string;
2794
3278
  writeTimeout?: number;
@@ -2805,6 +3289,7 @@ export declare class ModifyDomainRequestRedirect extends $tea.Model {
2805
3289
  export declare class ModifyDomainResponseBodyDomainInfo extends $tea.Model {
2806
3290
  cname?: string;
2807
3291
  domain?: string;
3292
+ domainId?: string;
2808
3293
  static names(): {
2809
3294
  [key: string]: string;
2810
3295
  };
@@ -2830,7 +3315,20 @@ export default class Client extends OpenApi {
2830
3315
  createDefenseTemplate(request: CreateDefenseTemplateRequest): Promise<CreateDefenseTemplateResponse>;
2831
3316
  createDomainWithOptions(tmpReq: CreateDomainRequest, runtime: $Util.RuntimeOptions): Promise<CreateDomainResponse>;
2832
3317
  createDomain(request: CreateDomainRequest): Promise<CreateDomainResponse>;
3318
+ /**
3319
+ * This operation is available only on the China site (aliyun.com).
3320
+ *
3321
+ * @param request CreateMajorProtectionBlackIpRequest
3322
+ * @param runtime runtime options for this request RuntimeOptions
3323
+ * @return CreateMajorProtectionBlackIpResponse
3324
+ */
2833
3325
  createMajorProtectionBlackIpWithOptions(request: CreateMajorProtectionBlackIpRequest, runtime: $Util.RuntimeOptions): Promise<CreateMajorProtectionBlackIpResponse>;
3326
+ /**
3327
+ * This operation is available only on the China site (aliyun.com).
3328
+ *
3329
+ * @param request CreateMajorProtectionBlackIpRequest
3330
+ * @return CreateMajorProtectionBlackIpResponse
3331
+ */
2834
3332
  createMajorProtectionBlackIp(request: CreateMajorProtectionBlackIpRequest): Promise<CreateMajorProtectionBlackIpResponse>;
2835
3333
  deleteDefenseResourceGroupWithOptions(request: DeleteDefenseResourceGroupRequest, runtime: $Util.RuntimeOptions): Promise<DeleteDefenseResourceGroupResponse>;
2836
3334
  deleteDefenseResourceGroup(request: DeleteDefenseResourceGroupRequest): Promise<DeleteDefenseResourceGroupResponse>;
@@ -2862,6 +3360,12 @@ export default class Client extends OpenApi {
2862
3360
  describeFlowTopResource(request: DescribeFlowTopResourceRequest): Promise<DescribeFlowTopResourceResponse>;
2863
3361
  describeFlowTopUrlWithOptions(request: DescribeFlowTopUrlRequest, runtime: $Util.RuntimeOptions): Promise<DescribeFlowTopUrlResponse>;
2864
3362
  describeFlowTopUrl(request: DescribeFlowTopUrlRequest): Promise<DescribeFlowTopUrlResponse>;
3363
+ describeHybridCloudGroupsWithOptions(request: DescribeHybridCloudGroupsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeHybridCloudGroupsResponse>;
3364
+ describeHybridCloudGroups(request: DescribeHybridCloudGroupsRequest): Promise<DescribeHybridCloudGroupsResponse>;
3365
+ describeHybridCloudResourcesWithOptions(request: DescribeHybridCloudResourcesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeHybridCloudResourcesResponse>;
3366
+ describeHybridCloudResources(request: DescribeHybridCloudResourcesRequest): Promise<DescribeHybridCloudResourcesResponse>;
3367
+ describeHybridCloudUserWithOptions(request: DescribeHybridCloudUserRequest, runtime: $Util.RuntimeOptions): Promise<DescribeHybridCloudUserResponse>;
3368
+ describeHybridCloudUser(request: DescribeHybridCloudUserRequest): Promise<DescribeHybridCloudUserResponse>;
2865
3369
  describeInstanceWithOptions(request: DescribeInstanceRequest, runtime: $Util.RuntimeOptions): Promise<DescribeInstanceResponse>;
2866
3370
  describeInstance(request: DescribeInstanceRequest): Promise<DescribeInstanceResponse>;
2867
3371
  describeMajorProtectionBlackIpsWithOptions(request: DescribeMajorProtectionBlackIpsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeMajorProtectionBlackIpsResponse>;
@@ -2908,6 +3412,8 @@ export default class Client extends OpenApi {
2908
3412
  modifyDefenseTemplateStatus(request: ModifyDefenseTemplateStatusRequest): Promise<ModifyDefenseTemplateStatusResponse>;
2909
3413
  modifyDomainWithOptions(tmpReq: ModifyDomainRequest, runtime: $Util.RuntimeOptions): Promise<ModifyDomainResponse>;
2910
3414
  modifyDomain(request: ModifyDomainRequest): Promise<ModifyDomainResponse>;
3415
+ modifyHybridCloudClusterBypassStatusWithOptions(request: ModifyHybridCloudClusterBypassStatusRequest, runtime: $Util.RuntimeOptions): Promise<ModifyHybridCloudClusterBypassStatusResponse>;
3416
+ modifyHybridCloudClusterBypassStatus(request: ModifyHybridCloudClusterBypassStatusRequest): Promise<ModifyHybridCloudClusterBypassStatusResponse>;
2911
3417
  modifyMajorProtectionBlackIpWithOptions(request: ModifyMajorProtectionBlackIpRequest, runtime: $Util.RuntimeOptions): Promise<ModifyMajorProtectionBlackIpResponse>;
2912
3418
  modifyMajorProtectionBlackIp(request: ModifyMajorProtectionBlackIpRequest): Promise<ModifyMajorProtectionBlackIpResponse>;
2913
3419
  modifyResourceLogStatusWithOptions(request: ModifyResourceLogStatusRequest, runtime: $Util.RuntimeOptions): Promise<ModifyResourceLogStatusResponse>;