@alicloud/waf-openapi20211001 2.1.1 → 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
@@ -33,11 +33,11 @@ export declare class ClearMajorProtectionBlackIpResponseBody extends $tea.Model
33
33
  });
34
34
  }
35
35
  export declare class ClearMajorProtectionBlackIpResponse extends $tea.Model {
36
- headers: {
36
+ headers?: {
37
37
  [key: string]: string;
38
38
  };
39
- statusCode: number;
40
- body: ClearMajorProtectionBlackIpResponseBody;
39
+ statusCode?: number;
40
+ body?: ClearMajorProtectionBlackIpResponseBody;
41
41
  static names(): {
42
42
  [key: string]: string;
43
43
  };
@@ -78,11 +78,11 @@ export declare class CreateDefenseResourceGroupResponseBody extends $tea.Model {
78
78
  });
79
79
  }
80
80
  export declare class CreateDefenseResourceGroupResponse extends $tea.Model {
81
- headers: {
81
+ headers?: {
82
82
  [key: string]: string;
83
83
  };
84
- statusCode: number;
85
- body: CreateDefenseResourceGroupResponseBody;
84
+ statusCode?: number;
85
+ body?: CreateDefenseResourceGroupResponseBody;
86
86
  static names(): {
87
87
  [key: string]: string;
88
88
  };
@@ -123,11 +123,11 @@ export declare class CreateDefenseRuleResponseBody extends $tea.Model {
123
123
  });
124
124
  }
125
125
  export declare class CreateDefenseRuleResponse extends $tea.Model {
126
- headers: {
126
+ headers?: {
127
127
  [key: string]: string;
128
128
  };
129
- statusCode: number;
130
- body: CreateDefenseRuleResponseBody;
129
+ statusCode?: number;
130
+ body?: CreateDefenseRuleResponseBody;
131
131
  static names(): {
132
132
  [key: string]: string;
133
133
  };
@@ -172,11 +172,11 @@ export declare class CreateDefenseTemplateResponseBody extends $tea.Model {
172
172
  });
173
173
  }
174
174
  export declare class CreateDefenseTemplateResponse extends $tea.Model {
175
- headers: {
175
+ headers?: {
176
176
  [key: string]: string;
177
177
  };
178
- statusCode: number;
179
- body: CreateDefenseTemplateResponseBody;
178
+ statusCode?: number;
179
+ body?: CreateDefenseTemplateResponseBody;
180
180
  static names(): {
181
181
  [key: string]: string;
182
182
  };
@@ -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
  };
@@ -239,11 +237,11 @@ export declare class CreateDomainResponseBody extends $tea.Model {
239
237
  });
240
238
  }
241
239
  export declare class CreateDomainResponse extends $tea.Model {
242
- headers: {
240
+ headers?: {
243
241
  [key: string]: string;
244
242
  };
245
- statusCode: number;
246
- body: CreateDomainResponseBody;
243
+ statusCode?: number;
244
+ body?: CreateDomainResponseBody;
247
245
  static names(): {
248
246
  [key: string]: string;
249
247
  };
@@ -286,11 +284,55 @@ export declare class CreateMajorProtectionBlackIpResponseBody extends $tea.Model
286
284
  });
287
285
  }
288
286
  export declare class CreateMajorProtectionBlackIpResponse extends $tea.Model {
289
- headers: {
287
+ headers?: {
288
+ [key: string]: string;
289
+ };
290
+ statusCode?: number;
291
+ body?: CreateMajorProtectionBlackIpResponseBody;
292
+ static names(): {
293
+ [key: string]: string;
294
+ };
295
+ static types(): {
296
+ [key: string]: any;
297
+ };
298
+ constructor(map?: {
299
+ [key: string]: any;
300
+ });
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(): {
290
309
  [key: string]: string;
291
310
  };
292
- statusCode: number;
293
- body: CreateMajorProtectionBlackIpResponseBody;
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;
294
336
  static names(): {
295
337
  [key: string]: string;
296
338
  };
@@ -329,11 +371,11 @@ export declare class DeleteDefenseResourceGroupResponseBody extends $tea.Model {
329
371
  });
330
372
  }
331
373
  export declare class DeleteDefenseResourceGroupResponse extends $tea.Model {
332
- headers: {
374
+ headers?: {
333
375
  [key: string]: string;
334
376
  };
335
- statusCode: number;
336
- body: DeleteDefenseResourceGroupResponseBody;
377
+ statusCode?: number;
378
+ body?: DeleteDefenseResourceGroupResponseBody;
337
379
  static names(): {
338
380
  [key: string]: string;
339
381
  };
@@ -373,11 +415,11 @@ export declare class DeleteDefenseRuleResponseBody extends $tea.Model {
373
415
  });
374
416
  }
375
417
  export declare class DeleteDefenseRuleResponse extends $tea.Model {
376
- headers: {
418
+ headers?: {
377
419
  [key: string]: string;
378
420
  };
379
- statusCode: number;
380
- body: DeleteDefenseRuleResponseBody;
421
+ statusCode?: number;
422
+ body?: DeleteDefenseRuleResponseBody;
381
423
  static names(): {
382
424
  [key: string]: string;
383
425
  };
@@ -416,11 +458,11 @@ export declare class DeleteDefenseTemplateResponseBody extends $tea.Model {
416
458
  });
417
459
  }
418
460
  export declare class DeleteDefenseTemplateResponse extends $tea.Model {
419
- headers: {
461
+ headers?: {
420
462
  [key: string]: string;
421
463
  };
422
- statusCode: number;
423
- body: DeleteDefenseTemplateResponseBody;
464
+ statusCode?: number;
465
+ body?: DeleteDefenseTemplateResponseBody;
424
466
  static names(): {
425
467
  [key: string]: string;
426
468
  };
@@ -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
  };
@@ -461,11 +502,11 @@ export declare class DeleteDomainResponseBody extends $tea.Model {
461
502
  });
462
503
  }
463
504
  export declare class DeleteDomainResponse extends $tea.Model {
464
- headers: {
505
+ headers?: {
465
506
  [key: string]: string;
466
507
  };
467
- statusCode: number;
468
- body: DeleteDomainResponseBody;
508
+ statusCode?: number;
509
+ body?: DeleteDomainResponseBody;
469
510
  static names(): {
470
511
  [key: string]: string;
471
512
  };
@@ -506,11 +547,100 @@ export declare class DeleteMajorProtectionBlackIpResponseBody extends $tea.Model
506
547
  });
507
548
  }
508
549
  export declare class DeleteMajorProtectionBlackIpResponse extends $tea.Model {
509
- headers: {
550
+ headers?: {
551
+ [key: string]: string;
552
+ };
553
+ statusCode?: number;
554
+ body?: DeleteMajorProtectionBlackIpResponseBody;
555
+ static names(): {
556
+ [key: string]: string;
557
+ };
558
+ static types(): {
559
+ [key: string]: any;
560
+ };
561
+ constructor(map?: {
562
+ [key: string]: any;
563
+ });
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(): {
510
600
  [key: string]: string;
511
601
  };
512
- statusCode: number;
513
- body: DeleteMajorProtectionBlackIpResponseBody;
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;
514
644
  static names(): {
515
645
  [key: string]: string;
516
646
  };
@@ -550,11 +680,58 @@ export declare class DescribeDefenseResourceGroupResponseBody extends $tea.Model
550
680
  });
551
681
  }
552
682
  export declare class DescribeDefenseResourceGroupResponse extends $tea.Model {
553
- headers: {
683
+ headers?: {
684
+ [key: string]: string;
685
+ };
686
+ statusCode?: number;
687
+ body?: DescribeDefenseResourceGroupResponseBody;
688
+ static names(): {
689
+ [key: string]: string;
690
+ };
691
+ static types(): {
692
+ [key: string]: any;
693
+ };
694
+ constructor(map?: {
695
+ [key: string]: any;
696
+ });
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?: {
554
731
  [key: string]: string;
555
732
  };
556
- statusCode: number;
557
- body: DescribeDefenseResourceGroupResponseBody;
733
+ statusCode?: number;
734
+ body?: DescribeDefenseResourceTemplatesResponseBody;
558
735
  static names(): {
559
736
  [key: string]: string;
560
737
  };
@@ -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;
@@ -599,11 +775,11 @@ export declare class DescribeDefenseResourcesResponseBody extends $tea.Model {
599
775
  });
600
776
  }
601
777
  export declare class DescribeDefenseResourcesResponse extends $tea.Model {
602
- headers: {
778
+ headers?: {
603
779
  [key: string]: string;
604
780
  };
605
- statusCode: number;
606
- body: DescribeDefenseResourcesResponseBody;
781
+ statusCode?: number;
782
+ body?: DescribeDefenseResourcesResponseBody;
607
783
  static names(): {
608
784
  [key: string]: string;
609
785
  };
@@ -644,11 +820,11 @@ export declare class DescribeDefenseRuleResponseBody extends $tea.Model {
644
820
  });
645
821
  }
646
822
  export declare class DescribeDefenseRuleResponse extends $tea.Model {
647
- headers: {
823
+ headers?: {
648
824
  [key: string]: string;
649
825
  };
650
- statusCode: number;
651
- body: DescribeDefenseRuleResponseBody;
826
+ statusCode?: number;
827
+ body?: DescribeDefenseRuleResponseBody;
652
828
  static names(): {
653
829
  [key: string]: string;
654
830
  };
@@ -692,11 +868,11 @@ export declare class DescribeDefenseRulesResponseBody extends $tea.Model {
692
868
  });
693
869
  }
694
870
  export declare class DescribeDefenseRulesResponse extends $tea.Model {
695
- headers: {
871
+ headers?: {
696
872
  [key: string]: string;
697
873
  };
698
- statusCode: number;
699
- body: DescribeDefenseRulesResponseBody;
874
+ statusCode?: number;
875
+ body?: DescribeDefenseRulesResponseBody;
700
876
  static names(): {
701
877
  [key: string]: string;
702
878
  };
@@ -736,11 +912,63 @@ export declare class DescribeDefenseTemplateResponseBody extends $tea.Model {
736
912
  });
737
913
  }
738
914
  export declare class DescribeDefenseTemplateResponse extends $tea.Model {
739
- headers: {
915
+ headers?: {
916
+ [key: string]: string;
917
+ };
918
+ statusCode?: number;
919
+ body?: DescribeDefenseTemplateResponseBody;
920
+ static names(): {
921
+ [key: string]: string;
922
+ };
923
+ static types(): {
924
+ [key: string]: any;
925
+ };
926
+ constructor(map?: {
927
+ [key: string]: any;
928
+ });
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?: {
740
968
  [key: string]: string;
741
969
  };
742
- statusCode: number;
743
- body: DescribeDefenseTemplateResponseBody;
970
+ statusCode?: number;
971
+ body?: DescribeDefenseTemplatesResponseBody;
744
972
  static names(): {
745
973
  [key: string]: string;
746
974
  };
@@ -755,7 +983,6 @@ 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
  };
@@ -787,11 +1014,11 @@ export declare class DescribeDomainDetailResponseBody extends $tea.Model {
787
1014
  });
788
1015
  }
789
1016
  export declare class DescribeDomainDetailResponse extends $tea.Model {
790
- headers: {
1017
+ headers?: {
791
1018
  [key: string]: string;
792
1019
  };
793
- statusCode: number;
794
- body: DescribeDomainDetailResponseBody;
1020
+ statusCode?: number;
1021
+ body?: DescribeDomainDetailResponseBody;
795
1022
  static names(): {
796
1023
  [key: string]: string;
797
1024
  };
@@ -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;
@@ -837,11 +1063,11 @@ export declare class DescribeDomainsResponseBody extends $tea.Model {
837
1063
  });
838
1064
  }
839
1065
  export declare class DescribeDomainsResponse extends $tea.Model {
840
- headers: {
1066
+ headers?: {
841
1067
  [key: string]: string;
842
1068
  };
843
- statusCode: number;
844
- body: DescribeDomainsResponseBody;
1069
+ statusCode?: number;
1070
+ body?: DescribeDomainsResponseBody;
845
1071
  static names(): {
846
1072
  [key: string]: string;
847
1073
  };
@@ -884,11 +1110,11 @@ export declare class DescribeFlowChartResponseBody extends $tea.Model {
884
1110
  });
885
1111
  }
886
1112
  export declare class DescribeFlowChartResponse extends $tea.Model {
887
- headers: {
1113
+ headers?: {
888
1114
  [key: string]: string;
889
1115
  };
890
- statusCode: number;
891
- body: DescribeFlowChartResponseBody;
1116
+ statusCode?: number;
1117
+ body?: DescribeFlowChartResponseBody;
892
1118
  static names(): {
893
1119
  [key: string]: string;
894
1120
  };
@@ -929,11 +1155,11 @@ export declare class DescribeFlowTopResourceResponseBody extends $tea.Model {
929
1155
  });
930
1156
  }
931
1157
  export declare class DescribeFlowTopResourceResponse extends $tea.Model {
932
- headers: {
1158
+ headers?: {
933
1159
  [key: string]: string;
934
1160
  };
935
- statusCode: number;
936
- body: DescribeFlowTopResourceResponseBody;
1161
+ statusCode?: number;
1162
+ body?: DescribeFlowTopResourceResponseBody;
937
1163
  static names(): {
938
1164
  [key: string]: string;
939
1165
  };
@@ -975,11 +1201,11 @@ export declare class DescribeFlowTopUrlResponseBody extends $tea.Model {
975
1201
  });
976
1202
  }
977
1203
  export declare class DescribeFlowTopUrlResponse extends $tea.Model {
978
- headers: {
1204
+ headers?: {
979
1205
  [key: string]: string;
980
1206
  };
981
- statusCode: number;
982
- body: DescribeFlowTopUrlResponseBody;
1207
+ statusCode?: number;
1208
+ body?: DescribeFlowTopUrlResponseBody;
983
1209
  static names(): {
984
1210
  [key: string]: string;
985
1211
  };
@@ -1025,11 +1251,11 @@ export declare class DescribeHybridCloudGroupsResponseBody extends $tea.Model {
1025
1251
  });
1026
1252
  }
1027
1253
  export declare class DescribeHybridCloudGroupsResponse extends $tea.Model {
1028
- headers: {
1254
+ headers?: {
1029
1255
  [key: string]: string;
1030
1256
  };
1031
- statusCode: number;
1032
- body: DescribeHybridCloudGroupsResponseBody;
1257
+ statusCode?: number;
1258
+ body?: DescribeHybridCloudGroupsResponseBody;
1033
1259
  static names(): {
1034
1260
  [key: string]: string;
1035
1261
  };
@@ -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
  };
@@ -1075,11 +1300,11 @@ export declare class DescribeHybridCloudResourcesResponseBody extends $tea.Model
1075
1300
  });
1076
1301
  }
1077
1302
  export declare class DescribeHybridCloudResourcesResponse extends $tea.Model {
1078
- headers: {
1303
+ headers?: {
1079
1304
  [key: string]: string;
1080
1305
  };
1081
- statusCode: number;
1082
- body: DescribeHybridCloudResourcesResponseBody;
1306
+ statusCode?: number;
1307
+ body?: DescribeHybridCloudResourcesResponseBody;
1083
1308
  static names(): {
1084
1309
  [key: string]: string;
1085
1310
  };
@@ -1118,11 +1343,11 @@ export declare class DescribeHybridCloudUserResponseBody extends $tea.Model {
1118
1343
  });
1119
1344
  }
1120
1345
  export declare class DescribeHybridCloudUserResponse extends $tea.Model {
1121
- headers: {
1346
+ headers?: {
1122
1347
  [key: string]: string;
1123
1348
  };
1124
- statusCode: number;
1125
- body: DescribeHybridCloudUserResponseBody;
1349
+ statusCode?: number;
1350
+ body?: DescribeHybridCloudUserResponseBody;
1126
1351
  static names(): {
1127
1352
  [key: string]: string;
1128
1353
  };
@@ -1146,17 +1371,342 @@ export declare class DescribeInstanceRequest extends $tea.Model {
1146
1371
  [key: string]: any;
1147
1372
  });
1148
1373
  }
1149
- export declare class DescribeInstanceResponseBody extends $tea.Model {
1150
- details?: DescribeInstanceResponseBodyDetails;
1151
- edition?: string;
1152
- endTime?: number;
1153
- inDebt?: string;
1154
- instanceId?: string;
1155
- payType?: string;
1156
- regionId?: string;
1374
+ export declare class DescribeInstanceResponseBody extends $tea.Model {
1375
+ details?: DescribeInstanceResponseBodyDetails;
1376
+ edition?: string;
1377
+ endTime?: number;
1378
+ inDebt?: string;
1379
+ instanceId?: string;
1380
+ payType?: string;
1381
+ regionId?: string;
1382
+ requestId?: string;
1383
+ startTime?: number;
1384
+ status?: number;
1385
+ static names(): {
1386
+ [key: string]: string;
1387
+ };
1388
+ static types(): {
1389
+ [key: string]: any;
1390
+ };
1391
+ constructor(map?: {
1392
+ [key: string]: any;
1393
+ });
1394
+ }
1395
+ export declare class DescribeInstanceResponse extends $tea.Model {
1396
+ headers?: {
1397
+ [key: string]: string;
1398
+ };
1399
+ statusCode?: number;
1400
+ body?: DescribeInstanceResponseBody;
1401
+ static names(): {
1402
+ [key: string]: string;
1403
+ };
1404
+ static types(): {
1405
+ [key: string]: any;
1406
+ };
1407
+ constructor(map?: {
1408
+ [key: string]: any;
1409
+ });
1410
+ }
1411
+ export declare class DescribeMajorProtectionBlackIpsRequest extends $tea.Model {
1412
+ instanceId?: string;
1413
+ ipLike?: string;
1414
+ orderBy?: string;
1415
+ pageNumber?: number;
1416
+ pageSize?: number;
1417
+ regionId?: string;
1418
+ resourceManagerResourceGroupId?: string;
1419
+ ruleId?: number;
1420
+ templateId?: number;
1421
+ static names(): {
1422
+ [key: string]: string;
1423
+ };
1424
+ static types(): {
1425
+ [key: string]: any;
1426
+ };
1427
+ constructor(map?: {
1428
+ [key: string]: any;
1429
+ });
1430
+ }
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 {
1157
1708
  requestId?: string;
1158
- startTime?: number;
1159
- status?: number;
1709
+ responseCodes?: DescribeResponseCodeTrendGraphResponseBodyResponseCodes[];
1160
1710
  static names(): {
1161
1711
  [key: string]: string;
1162
1712
  };
@@ -1167,12 +1717,12 @@ export declare class DescribeInstanceResponseBody extends $tea.Model {
1167
1717
  [key: string]: any;
1168
1718
  });
1169
1719
  }
1170
- export declare class DescribeInstanceResponse extends $tea.Model {
1171
- headers: {
1720
+ export declare class DescribeResponseCodeTrendGraphResponse extends $tea.Model {
1721
+ headers?: {
1172
1722
  [key: string]: string;
1173
1723
  };
1174
- statusCode: number;
1175
- body: DescribeInstanceResponseBody;
1724
+ statusCode?: number;
1725
+ body?: DescribeResponseCodeTrendGraphResponseBody;
1176
1726
  static names(): {
1177
1727
  [key: string]: string;
1178
1728
  };
@@ -1183,16 +1733,14 @@ export declare class DescribeInstanceResponse extends $tea.Model {
1183
1733
  [key: string]: any;
1184
1734
  });
1185
1735
  }
1186
- export declare class DescribeMajorProtectionBlackIpsRequest extends $tea.Model {
1736
+ export declare class DescribeRuleGroupsRequest extends $tea.Model {
1187
1737
  instanceId?: string;
1188
- ipLike?: string;
1189
- orderBy?: string;
1190
1738
  pageNumber?: number;
1191
1739
  pageSize?: number;
1192
1740
  regionId?: string;
1193
1741
  resourceManagerResourceGroupId?: string;
1194
- ruleId?: number;
1195
- templateId?: number;
1742
+ searchType?: string;
1743
+ searchValue?: string;
1196
1744
  static names(): {
1197
1745
  [key: string]: string;
1198
1746
  };
@@ -1203,9 +1751,9 @@ export declare class DescribeMajorProtectionBlackIpsRequest extends $tea.Model {
1203
1751
  [key: string]: any;
1204
1752
  });
1205
1753
  }
1206
- export declare class DescribeMajorProtectionBlackIpsResponseBody extends $tea.Model {
1207
- ipList?: DescribeMajorProtectionBlackIpsResponseBodyIpList[];
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 {
1221
- headers: {
1768
+ export declare class DescribeRuleGroupsResponse extends $tea.Model {
1769
+ headers?: {
1222
1770
  [key: string]: string;
1223
1771
  };
1224
- statusCode: number;
1225
- body: DescribeMajorProtectionBlackIpsResponseBody;
1772
+ statusCode?: number;
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 {
1268
- headers: {
1815
+ export declare class DescribeRuleHitsTopClientIpResponse extends $tea.Model {
1816
+ headers?: {
1269
1817
  [key: string]: string;
1270
1818
  };
1271
- statusCode: number;
1272
- body: DescribePeakTrendResponseBody;
1819
+ statusCode?: number;
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 {
1312
- headers: {
1861
+ export declare class DescribeRuleHitsTopResourceResponse extends $tea.Model {
1862
+ headers?: {
1313
1863
  [key: string]: string;
1314
1864
  };
1315
- statusCode: number;
1316
- body: DescribeResourceLogStatusResponseBody;
1865
+ statusCode?: number;
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 {
1356
- headers: {
1909
+ export declare class DescribeRuleHitsTopRuleIdResponse extends $tea.Model {
1910
+ headers?: {
1357
1911
  [key: string]: string;
1358
1912
  };
1359
- statusCode: number;
1360
- body: DescribeResourcePortResponseBody;
1913
+ statusCode?: number;
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 {
1404
- headers: {
1954
+ export declare class DescribeRuleHitsTopTuleTypeResponse extends $tea.Model {
1955
+ headers?: {
1405
1956
  [key: string]: string;
1406
1957
  };
1407
- statusCode: number;
1408
- body: DescribeResponseCodeTrendGraphResponseBody;
1958
+ statusCode?: number;
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 {
1452
- headers: {
2000
+ export declare class DescribeRuleHitsTopUaResponse extends $tea.Model {
2001
+ headers?: {
1453
2002
  [key: string]: string;
1454
2003
  };
1455
- statusCode: number;
1456
- body: DescribeRuleGroupsResponseBody;
2004
+ statusCode?: number;
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 {
1499
- headers: {
2047
+ export declare class DescribeRuleHitsTopUrlResponse extends $tea.Model {
2048
+ headers?: {
1500
2049
  [key: string]: string;
1501
2050
  };
1502
- statusCode: number;
1503
- body: DescribeRuleHitsTopClientIpResponseBody;
2051
+ statusCode?: number;
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 {
1545
- headers: {
2090
+ export declare class DescribeSlsAuthStatusResponse extends $tea.Model {
2091
+ headers?: {
1546
2092
  [key: string]: string;
1547
2093
  };
1548
- statusCode: number;
1549
- body: DescribeRuleHitsTopResourceResponseBody;
2094
+ statusCode?: number;
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 {
1593
- headers: {
2137
+ export declare class DescribeSlsLogStoreResponse extends $tea.Model {
2138
+ headers?: {
1594
2139
  [key: string]: string;
1595
2140
  };
1596
- statusCode: number;
1597
- body: DescribeRuleHitsTopRuleIdResponseBody;
2141
+ statusCode?: number;
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 {
1638
- headers: {
2180
+ export declare class DescribeSlsLogStoreStatusResponse extends $tea.Model {
2181
+ headers?: {
1639
2182
  [key: string]: string;
1640
2183
  };
1641
- statusCode: number;
1642
- body: DescribeRuleHitsTopTuleTypeResponseBody;
2184
+ statusCode?: number;
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 {
1684
- headers: {
2225
+ export declare class DescribeTemplateResourcesResponse extends $tea.Model {
2226
+ headers?: {
1685
2227
  [key: string]: string;
1686
2228
  };
1687
- statusCode: number;
1688
- body: DescribeRuleHitsTopUaResponseBody;
2229
+ statusCode?: number;
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 {
1731
- headers: {
2268
+ export declare class DescribeUserSlsLogRegionsResponse extends $tea.Model {
2269
+ headers?: {
1732
2270
  [key: string]: string;
1733
2271
  };
1734
- statusCode: number;
1735
- body: DescribeRuleHitsTopUrlResponseBody;
2272
+ statusCode?: number;
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 {
1776
- headers: {
2313
+ export declare class DescribeUserWafLogStatusResponse extends $tea.Model {
2314
+ headers?: {
1777
2315
  [key: string]: string;
1778
2316
  };
1779
- statusCode: number;
1780
- body: DescribeTemplateResourcesResponseBody;
2317
+ statusCode?: number;
2318
+ body?: DescribeUserWafLogStatusResponseBody;
1781
2319
  static names(): {
1782
2320
  [key: string]: string;
1783
2321
  };
@@ -1819,11 +2357,11 @@ export declare class DescribeVisitTopIpResponseBody extends $tea.Model {
1819
2357
  });
1820
2358
  }
1821
2359
  export declare class DescribeVisitTopIpResponse extends $tea.Model {
1822
- headers: {
2360
+ headers?: {
1823
2361
  [key: string]: string;
1824
2362
  };
1825
- statusCode: number;
1826
- body: DescribeVisitTopIpResponseBody;
2363
+ statusCode?: number;
2364
+ body?: DescribeVisitTopIpResponseBody;
1827
2365
  static names(): {
1828
2366
  [key: string]: string;
1829
2367
  };
@@ -1864,11 +2402,11 @@ export declare class DescribeVisitUasResponseBody extends $tea.Model {
1864
2402
  });
1865
2403
  }
1866
2404
  export declare class DescribeVisitUasResponse extends $tea.Model {
1867
- headers: {
2405
+ headers?: {
1868
2406
  [key: string]: string;
1869
2407
  };
1870
- statusCode: number;
1871
- body: DescribeVisitUasResponseBody;
2408
+ statusCode?: number;
2409
+ body?: DescribeVisitUasResponseBody;
1872
2410
  static names(): {
1873
2411
  [key: string]: string;
1874
2412
  };
@@ -1907,11 +2445,11 @@ export declare class DescribeWafSourceIpSegmentResponseBody extends $tea.Model {
1907
2445
  });
1908
2446
  }
1909
2447
  export declare class DescribeWafSourceIpSegmentResponse extends $tea.Model {
1910
- headers: {
2448
+ headers?: {
1911
2449
  [key: string]: string;
1912
2450
  };
1913
- statusCode: number;
1914
- body: DescribeWafSourceIpSegmentResponseBody;
2451
+ statusCode?: number;
2452
+ body?: DescribeWafSourceIpSegmentResponseBody;
1915
2453
  static names(): {
1916
2454
  [key: string]: string;
1917
2455
  };
@@ -1953,11 +2491,11 @@ export declare class ModifyDefenseResourceGroupResponseBody extends $tea.Model {
1953
2491
  });
1954
2492
  }
1955
2493
  export declare class ModifyDefenseResourceGroupResponse extends $tea.Model {
1956
- headers: {
2494
+ headers?: {
1957
2495
  [key: string]: string;
1958
2496
  };
1959
- statusCode: number;
1960
- body: ModifyDefenseResourceGroupResponseBody;
2497
+ statusCode?: number;
2498
+ body?: ModifyDefenseResourceGroupResponseBody;
1961
2499
  static names(): {
1962
2500
  [key: string]: string;
1963
2501
  };
@@ -1998,11 +2536,11 @@ export declare class ModifyDefenseRuleResponseBody extends $tea.Model {
1998
2536
  });
1999
2537
  }
2000
2538
  export declare class ModifyDefenseRuleResponse extends $tea.Model {
2001
- headers: {
2539
+ headers?: {
2002
2540
  [key: string]: string;
2003
2541
  };
2004
- statusCode: number;
2005
- body: ModifyDefenseRuleResponseBody;
2542
+ statusCode?: number;
2543
+ body?: ModifyDefenseRuleResponseBody;
2006
2544
  static names(): {
2007
2545
  [key: string]: string;
2008
2546
  };
@@ -2043,11 +2581,11 @@ export declare class ModifyDefenseRuleStatusResponseBody extends $tea.Model {
2043
2581
  });
2044
2582
  }
2045
2583
  export declare class ModifyDefenseRuleStatusResponse extends $tea.Model {
2046
- headers: {
2584
+ headers?: {
2047
2585
  [key: string]: string;
2048
2586
  };
2049
- statusCode: number;
2050
- body: ModifyDefenseRuleStatusResponseBody;
2587
+ statusCode?: number;
2588
+ body?: ModifyDefenseRuleStatusResponseBody;
2051
2589
  static names(): {
2052
2590
  [key: string]: string;
2053
2591
  };
@@ -2088,11 +2626,11 @@ export declare class ModifyDefenseTemplateResponseBody extends $tea.Model {
2088
2626
  });
2089
2627
  }
2090
2628
  export declare class ModifyDefenseTemplateResponse extends $tea.Model {
2091
- headers: {
2629
+ headers?: {
2092
2630
  [key: string]: string;
2093
2631
  };
2094
- statusCode: number;
2095
- body: ModifyDefenseTemplateResponseBody;
2632
+ statusCode?: number;
2633
+ body?: ModifyDefenseTemplateResponseBody;
2096
2634
  static names(): {
2097
2635
  [key: string]: string;
2098
2636
  };
@@ -2132,11 +2670,11 @@ export declare class ModifyDefenseTemplateStatusResponseBody extends $tea.Model
2132
2670
  });
2133
2671
  }
2134
2672
  export declare class ModifyDefenseTemplateStatusResponse extends $tea.Model {
2135
- headers: {
2673
+ headers?: {
2136
2674
  [key: string]: string;
2137
2675
  };
2138
- statusCode: number;
2139
- body: ModifyDefenseTemplateStatusResponseBody;
2676
+ statusCode?: number;
2677
+ body?: ModifyDefenseTemplateStatusResponseBody;
2140
2678
  static names(): {
2141
2679
  [key: string]: string;
2142
2680
  };
@@ -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
  };
@@ -2197,11 +2733,11 @@ export declare class ModifyDomainResponseBody extends $tea.Model {
2197
2733
  });
2198
2734
  }
2199
2735
  export declare class ModifyDomainResponse extends $tea.Model {
2200
- headers: {
2736
+ headers?: {
2201
2737
  [key: string]: string;
2202
2738
  };
2203
- statusCode: number;
2204
- body: ModifyDomainResponseBody;
2739
+ statusCode?: number;
2740
+ body?: ModifyDomainResponseBody;
2205
2741
  static names(): {
2206
2742
  [key: string]: string;
2207
2743
  };
@@ -2239,11 +2775,11 @@ export declare class ModifyHybridCloudClusterBypassStatusResponseBody extends $t
2239
2775
  });
2240
2776
  }
2241
2777
  export declare class ModifyHybridCloudClusterBypassStatusResponse extends $tea.Model {
2242
- headers: {
2778
+ headers?: {
2243
2779
  [key: string]: string;
2244
2780
  };
2245
- statusCode: number;
2246
- body: ModifyHybridCloudClusterBypassStatusResponseBody;
2781
+ statusCode?: number;
2782
+ body?: ModifyHybridCloudClusterBypassStatusResponseBody;
2247
2783
  static names(): {
2248
2784
  [key: string]: string;
2249
2785
  };
@@ -2286,11 +2822,56 @@ export declare class ModifyMajorProtectionBlackIpResponseBody extends $tea.Model
2286
2822
  });
2287
2823
  }
2288
2824
  export declare class ModifyMajorProtectionBlackIpResponse extends $tea.Model {
2289
- headers: {
2825
+ headers?: {
2826
+ [key: string]: string;
2827
+ };
2828
+ statusCode?: number;
2829
+ body?: ModifyMajorProtectionBlackIpResponseBody;
2830
+ static names(): {
2831
+ [key: string]: string;
2832
+ };
2833
+ static types(): {
2834
+ [key: string]: any;
2835
+ };
2836
+ constructor(map?: {
2837
+ [key: string]: any;
2838
+ });
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?: {
2290
2871
  [key: string]: string;
2291
2872
  };
2292
- statusCode: number;
2293
- body: ModifyMajorProtectionBlackIpResponseBody;
2873
+ statusCode?: number;
2874
+ body?: ModifyMemberAccountResponseBody;
2294
2875
  static names(): {
2295
2876
  [key: string]: string;
2296
2877
  };
@@ -2331,11 +2912,11 @@ export declare class ModifyResourceLogStatusResponseBody extends $tea.Model {
2331
2912
  });
2332
2913
  }
2333
2914
  export declare class ModifyResourceLogStatusResponse extends $tea.Model {
2334
- headers: {
2915
+ headers?: {
2335
2916
  [key: string]: string;
2336
2917
  };
2337
- statusCode: number;
2338
- body: ModifyResourceLogStatusResponseBody;
2918
+ statusCode?: number;
2919
+ body?: ModifyResourceLogStatusResponseBody;
2339
2920
  static names(): {
2340
2921
  [key: string]: string;
2341
2922
  };
@@ -2378,11 +2959,11 @@ export declare class ModifyTemplateResourcesResponseBody extends $tea.Model {
2378
2959
  });
2379
2960
  }
2380
2961
  export declare class ModifyTemplateResourcesResponse extends $tea.Model {
2381
- headers: {
2962
+ headers?: {
2382
2963
  [key: string]: string;
2383
2964
  };
2384
- statusCode: number;
2385
- body: ModifyTemplateResourcesResponseBody;
2965
+ statusCode?: number;
2966
+ body?: ModifyTemplateResourcesResponseBody;
2386
2967
  static names(): {
2387
2968
  [key: string]: string;
2388
2969
  };
@@ -2450,6 +3031,7 @@ export declare class CreateDomainRequestRedirect extends $tea.Model {
2450
3031
  sniEnabled?: boolean;
2451
3032
  sniHost?: string;
2452
3033
  writeTimeout?: number;
3034
+ xffProto?: boolean;
2453
3035
  static names(): {
2454
3036
  [key: string]: string;
2455
3037
  };
@@ -2489,6 +3071,26 @@ export declare class DescribeDefenseResourceGroupResponseBodyGroup extends $tea.
2489
3071
  [key: string]: any;
2490
3072
  });
2491
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
+ }
2492
3094
  export declare class DescribeDefenseResourcesRequestTag extends $tea.Model {
2493
3095
  key?: string;
2494
3096
  value?: string;
@@ -2513,6 +3115,7 @@ export declare class DescribeDefenseResourcesResponseBodyResources extends $tea.
2513
3115
  };
2514
3116
  gmtCreate?: number;
2515
3117
  gmtModified?: number;
3118
+ ownerUserId?: string;
2516
3119
  pattern?: string;
2517
3120
  product?: string;
2518
3121
  resource?: string;
@@ -2588,6 +3191,26 @@ export declare class DescribeDefenseTemplateResponseBodyTemplate extends $tea.Mo
2588
3191
  [key: string]: any;
2589
3192
  });
2590
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
+ }
2591
3214
  export declare class DescribeDomainDetailResponseBodyCertDetail extends $tea.Model {
2592
3215
  commonName?: string;
2593
3216
  endTime?: number;
@@ -2672,6 +3295,7 @@ export declare class DescribeDomainDetailResponseBodyRedirect extends $tea.Model
2672
3295
  sniEnabled?: boolean;
2673
3296
  sniHost?: string;
2674
3297
  writeTimeout?: number;
3298
+ xffProto?: boolean;
2675
3299
  static names(): {
2676
3300
  [key: string]: string;
2677
3301
  };
@@ -2872,7 +3496,7 @@ export declare class DescribeHybridCloudResourcesResponseBodyDomainsListen exten
2872
3496
  http2Enabled?: boolean;
2873
3497
  httpPorts?: number[];
2874
3498
  httpsPorts?: number[];
2875
- ipv6Enabled?: boolean;
3499
+ IPv6Enabled?: boolean;
2876
3500
  protectionResource?: string;
2877
3501
  TLSVersion?: string;
2878
3502
  xffHeaderMode?: number;
@@ -3037,6 +3661,22 @@ export declare class DescribeMajorProtectionBlackIpsResponseBodyIpList extends $
3037
3661
  [key: string]: any;
3038
3662
  });
3039
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
+ }
3040
3680
  export declare class DescribePeakTrendResponseBodyFlowChart extends $tea.Model {
3041
3681
  aclSum?: number;
3042
3682
  antiScanSum?: number;
@@ -3054,6 +3694,24 @@ export declare class DescribePeakTrendResponseBodyFlowChart extends $tea.Model {
3054
3694
  [key: string]: any;
3055
3695
  });
3056
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
+ }
3057
3715
  export declare class DescribeResourceLogStatusResponseBodyResult extends $tea.Model {
3058
3716
  resource?: string;
3059
3717
  status?: boolean;
@@ -3277,6 +3935,7 @@ export declare class ModifyDomainRequestRedirect extends $tea.Model {
3277
3935
  sniEnabled?: boolean;
3278
3936
  sniHost?: string;
3279
3937
  writeTimeout?: number;
3938
+ xffProto?: boolean;
3280
3939
  static names(): {
3281
3940
  [key: string]: string;
3282
3941
  };
@@ -3331,6 +3990,8 @@ export default class Client extends OpenApi {
3331
3990
  * @return CreateMajorProtectionBlackIpResponse
3332
3991
  */
3333
3992
  createMajorProtectionBlackIp(request: CreateMajorProtectionBlackIpRequest): Promise<CreateMajorProtectionBlackIpResponse>;
3993
+ createMemberAccountsWithOptions(request: CreateMemberAccountsRequest, runtime: $Util.RuntimeOptions): Promise<CreateMemberAccountsResponse>;
3994
+ createMemberAccounts(request: CreateMemberAccountsRequest): Promise<CreateMemberAccountsResponse>;
3334
3995
  deleteDefenseResourceGroupWithOptions(request: DeleteDefenseResourceGroupRequest, runtime: $Util.RuntimeOptions): Promise<DeleteDefenseResourceGroupResponse>;
3335
3996
  deleteDefenseResourceGroup(request: DeleteDefenseResourceGroupRequest): Promise<DeleteDefenseResourceGroupResponse>;
3336
3997
  deleteDefenseRuleWithOptions(request: DeleteDefenseRuleRequest, runtime: $Util.RuntimeOptions): Promise<DeleteDefenseRuleResponse>;
@@ -3341,8 +4002,14 @@ export default class Client extends OpenApi {
3341
4002
  deleteDomain(request: DeleteDomainRequest): Promise<DeleteDomainResponse>;
3342
4003
  deleteMajorProtectionBlackIpWithOptions(request: DeleteMajorProtectionBlackIpRequest, runtime: $Util.RuntimeOptions): Promise<DeleteMajorProtectionBlackIpResponse>;
3343
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>;
3344
4009
  describeDefenseResourceGroupWithOptions(request: DescribeDefenseResourceGroupRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDefenseResourceGroupResponse>;
3345
4010
  describeDefenseResourceGroup(request: DescribeDefenseResourceGroupRequest): Promise<DescribeDefenseResourceGroupResponse>;
4011
+ describeDefenseResourceTemplatesWithOptions(request: DescribeDefenseResourceTemplatesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDefenseResourceTemplatesResponse>;
4012
+ describeDefenseResourceTemplates(request: DescribeDefenseResourceTemplatesRequest): Promise<DescribeDefenseResourceTemplatesResponse>;
3346
4013
  describeDefenseResourcesWithOptions(request: DescribeDefenseResourcesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDefenseResourcesResponse>;
3347
4014
  describeDefenseResources(request: DescribeDefenseResourcesRequest): Promise<DescribeDefenseResourcesResponse>;
3348
4015
  describeDefenseRuleWithOptions(request: DescribeDefenseRuleRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDefenseRuleResponse>;
@@ -3351,6 +4018,8 @@ export default class Client extends OpenApi {
3351
4018
  describeDefenseRules(request: DescribeDefenseRulesRequest): Promise<DescribeDefenseRulesResponse>;
3352
4019
  describeDefenseTemplateWithOptions(request: DescribeDefenseTemplateRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDefenseTemplateResponse>;
3353
4020
  describeDefenseTemplate(request: DescribeDefenseTemplateRequest): Promise<DescribeDefenseTemplateResponse>;
4021
+ describeDefenseTemplatesWithOptions(request: DescribeDefenseTemplatesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDefenseTemplatesResponse>;
4022
+ describeDefenseTemplates(request: DescribeDefenseTemplatesRequest): Promise<DescribeDefenseTemplatesResponse>;
3354
4023
  describeDomainDetailWithOptions(request: DescribeDomainDetailRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDomainDetailResponse>;
3355
4024
  describeDomainDetail(request: DescribeDomainDetailRequest): Promise<DescribeDomainDetailResponse>;
3356
4025
  describeDomainsWithOptions(request: DescribeDomainsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDomainsResponse>;
@@ -3371,8 +4040,12 @@ export default class Client extends OpenApi {
3371
4040
  describeInstance(request: DescribeInstanceRequest): Promise<DescribeInstanceResponse>;
3372
4041
  describeMajorProtectionBlackIpsWithOptions(request: DescribeMajorProtectionBlackIpsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeMajorProtectionBlackIpsResponse>;
3373
4042
  describeMajorProtectionBlackIps(request: DescribeMajorProtectionBlackIpsRequest): Promise<DescribeMajorProtectionBlackIpsResponse>;
4043
+ describeMemberAccountsWithOptions(request: DescribeMemberAccountsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeMemberAccountsResponse>;
4044
+ describeMemberAccounts(request: DescribeMemberAccountsRequest): Promise<DescribeMemberAccountsResponse>;
3374
4045
  describePeakTrendWithOptions(request: DescribePeakTrendRequest, runtime: $Util.RuntimeOptions): Promise<DescribePeakTrendResponse>;
3375
4046
  describePeakTrend(request: DescribePeakTrendRequest): Promise<DescribePeakTrendResponse>;
4047
+ describeResourceInstanceCertsWithOptions(request: DescribeResourceInstanceCertsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeResourceInstanceCertsResponse>;
4048
+ describeResourceInstanceCerts(request: DescribeResourceInstanceCertsRequest): Promise<DescribeResourceInstanceCertsResponse>;
3376
4049
  describeResourceLogStatusWithOptions(request: DescribeResourceLogStatusRequest, runtime: $Util.RuntimeOptions): Promise<DescribeResourceLogStatusResponse>;
3377
4050
  describeResourceLogStatus(request: DescribeResourceLogStatusRequest): Promise<DescribeResourceLogStatusResponse>;
3378
4051
  describeResourcePortWithOptions(request: DescribeResourcePortRequest, runtime: $Util.RuntimeOptions): Promise<DescribeResourcePortResponse>;
@@ -3393,8 +4066,18 @@ export default class Client extends OpenApi {
3393
4066
  describeRuleHitsTopUa(request: DescribeRuleHitsTopUaRequest): Promise<DescribeRuleHitsTopUaResponse>;
3394
4067
  describeRuleHitsTopUrlWithOptions(request: DescribeRuleHitsTopUrlRequest, runtime: $Util.RuntimeOptions): Promise<DescribeRuleHitsTopUrlResponse>;
3395
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>;
3396
4075
  describeTemplateResourcesWithOptions(request: DescribeTemplateResourcesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeTemplateResourcesResponse>;
3397
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>;
3398
4081
  describeVisitTopIpWithOptions(request: DescribeVisitTopIpRequest, runtime: $Util.RuntimeOptions): Promise<DescribeVisitTopIpResponse>;
3399
4082
  describeVisitTopIp(request: DescribeVisitTopIpRequest): Promise<DescribeVisitTopIpResponse>;
3400
4083
  describeVisitUasWithOptions(request: DescribeVisitUasRequest, runtime: $Util.RuntimeOptions): Promise<DescribeVisitUasResponse>;
@@ -3417,6 +4100,8 @@ export default class Client extends OpenApi {
3417
4100
  modifyHybridCloudClusterBypassStatus(request: ModifyHybridCloudClusterBypassStatusRequest): Promise<ModifyHybridCloudClusterBypassStatusResponse>;
3418
4101
  modifyMajorProtectionBlackIpWithOptions(request: ModifyMajorProtectionBlackIpRequest, runtime: $Util.RuntimeOptions): Promise<ModifyMajorProtectionBlackIpResponse>;
3419
4102
  modifyMajorProtectionBlackIp(request: ModifyMajorProtectionBlackIpRequest): Promise<ModifyMajorProtectionBlackIpResponse>;
4103
+ modifyMemberAccountWithOptions(request: ModifyMemberAccountRequest, runtime: $Util.RuntimeOptions): Promise<ModifyMemberAccountResponse>;
4104
+ modifyMemberAccount(request: ModifyMemberAccountRequest): Promise<ModifyMemberAccountResponse>;
3420
4105
  modifyResourceLogStatusWithOptions(request: ModifyResourceLogStatusRequest, runtime: $Util.RuntimeOptions): Promise<ModifyResourceLogStatusResponse>;
3421
4106
  modifyResourceLogStatus(request: ModifyResourceLogStatusRequest): Promise<ModifyResourceLogStatusResponse>;
3422
4107
  modifyTemplateResourcesWithOptions(request: ModifyTemplateResourcesRequest, runtime: $Util.RuntimeOptions): Promise<ModifyTemplateResourcesResponse>;