@alicloud/waf-openapi20211001 2.1.2 → 2.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/client.d.ts CHANGED
@@ -195,7 +195,6 @@ export declare class CreateDomainRequest extends $tea.Model {
195
195
  redirect?: CreateDomainRequestRedirect;
196
196
  regionId?: string;
197
197
  resourceManagerResourceGroupId?: string;
198
- sourceIp?: string;
199
198
  static names(): {
200
199
  [key: string]: string;
201
200
  };
@@ -214,7 +213,6 @@ export declare class CreateDomainShrinkRequest extends $tea.Model {
214
213
  redirectShrink?: string;
215
214
  regionId?: string;
216
215
  resourceManagerResourceGroupId?: string;
217
- sourceIp?: string;
218
216
  static names(): {
219
217
  [key: string]: string;
220
218
  };
@@ -301,6 +299,50 @@ export declare class CreateMajorProtectionBlackIpResponse extends $tea.Model {
301
299
  [key: string]: any;
302
300
  });
303
301
  }
302
+ export declare class CreateMemberAccountsRequest extends $tea.Model {
303
+ instanceId?: string;
304
+ memberAccountIds?: string[];
305
+ regionId?: string;
306
+ resourceManagerResourceGroupId?: string;
307
+ sourceIp?: string;
308
+ static names(): {
309
+ [key: string]: string;
310
+ };
311
+ static types(): {
312
+ [key: string]: any;
313
+ };
314
+ constructor(map?: {
315
+ [key: string]: any;
316
+ });
317
+ }
318
+ export declare class CreateMemberAccountsResponseBody extends $tea.Model {
319
+ requestId?: string;
320
+ static names(): {
321
+ [key: string]: string;
322
+ };
323
+ static types(): {
324
+ [key: string]: any;
325
+ };
326
+ constructor(map?: {
327
+ [key: string]: any;
328
+ });
329
+ }
330
+ export declare class CreateMemberAccountsResponse extends $tea.Model {
331
+ headers?: {
332
+ [key: string]: string;
333
+ };
334
+ statusCode?: number;
335
+ body?: CreateMemberAccountsResponseBody;
336
+ static names(): {
337
+ [key: string]: string;
338
+ };
339
+ static types(): {
340
+ [key: string]: any;
341
+ };
342
+ constructor(map?: {
343
+ [key: string]: any;
344
+ });
345
+ }
304
346
  export declare class DeleteDefenseResourceGroupRequest extends $tea.Model {
305
347
  groupName?: string;
306
348
  instanceId?: string;
@@ -437,7 +479,6 @@ export declare class DeleteDomainRequest extends $tea.Model {
437
479
  domainId?: string;
438
480
  instanceId?: string;
439
481
  regionId?: string;
440
- sourceIp?: string;
441
482
  static names(): {
442
483
  [key: string]: string;
443
484
  };
@@ -521,11 +562,12 @@ export declare class DeleteMajorProtectionBlackIpResponse extends $tea.Model {
521
562
  [key: string]: any;
522
563
  });
523
564
  }
524
- export declare class DescribeDefenseResourceGroupRequest extends $tea.Model {
525
- groupName?: string;
565
+ export declare class DeleteMemberAccountRequest extends $tea.Model {
526
566
  instanceId?: string;
567
+ memberAccountId?: string;
527
568
  regionId?: string;
528
569
  resourceManagerResourceGroupId?: string;
570
+ sourceIp?: string;
529
571
  static names(): {
530
572
  [key: string]: string;
531
573
  };
@@ -536,8 +578,7 @@ export declare class DescribeDefenseResourceGroupRequest extends $tea.Model {
536
578
  [key: string]: any;
537
579
  });
538
580
  }
539
- export declare class DescribeDefenseResourceGroupResponseBody extends $tea.Model {
540
- group?: DescribeDefenseResourceGroupResponseBodyGroup;
581
+ export declare class DeleteMemberAccountResponseBody extends $tea.Model {
541
582
  requestId?: string;
542
583
  static names(): {
543
584
  [key: string]: string;
@@ -549,12 +590,12 @@ export declare class DescribeDefenseResourceGroupResponseBody extends $tea.Model
549
590
  [key: string]: any;
550
591
  });
551
592
  }
552
- export declare class DescribeDefenseResourceGroupResponse extends $tea.Model {
593
+ export declare class DeleteMemberAccountResponse extends $tea.Model {
553
594
  headers?: {
554
595
  [key: string]: string;
555
596
  };
556
597
  statusCode?: number;
557
- body?: DescribeDefenseResourceGroupResponseBody;
598
+ body?: DeleteMemberAccountResponseBody;
558
599
  static names(): {
559
600
  [key: string]: string;
560
601
  };
@@ -565,15 +606,10 @@ export declare class DescribeDefenseResourceGroupResponse extends $tea.Model {
565
606
  [key: string]: any;
566
607
  });
567
608
  }
568
- export declare class DescribeDefenseResourcesRequest extends $tea.Model {
609
+ export declare class DescribeAccountDelegatedStatusRequest extends $tea.Model {
569
610
  instanceId?: string;
570
- pageNumber?: number;
571
- pageSize?: number;
572
- query?: string;
573
611
  regionId?: string;
574
612
  resourceManagerResourceGroupId?: string;
575
- sourceIp?: string;
576
- tag?: DescribeDefenseResourcesRequestTag[];
577
613
  static names(): {
578
614
  [key: string]: string;
579
615
  };
@@ -584,10 +620,11 @@ export declare class DescribeDefenseResourcesRequest extends $tea.Model {
584
620
  [key: string]: any;
585
621
  });
586
622
  }
587
- export declare class DescribeDefenseResourcesResponseBody extends $tea.Model {
623
+ export declare class DescribeAccountDelegatedStatusResponseBody extends $tea.Model {
624
+ accountId?: string;
625
+ accountName?: string;
626
+ delegatedStatus?: boolean;
588
627
  requestId?: string;
589
- resources?: DescribeDefenseResourcesResponseBodyResources[];
590
- totalCount?: number;
591
628
  static names(): {
592
629
  [key: string]: string;
593
630
  };
@@ -598,12 +635,12 @@ export declare class DescribeDefenseResourcesResponseBody extends $tea.Model {
598
635
  [key: string]: any;
599
636
  });
600
637
  }
601
- export declare class DescribeDefenseResourcesResponse extends $tea.Model {
638
+ export declare class DescribeAccountDelegatedStatusResponse extends $tea.Model {
602
639
  headers?: {
603
640
  [key: string]: string;
604
641
  };
605
642
  statusCode?: number;
606
- body?: DescribeDefenseResourcesResponseBody;
643
+ body?: DescribeAccountDelegatedStatusResponseBody;
607
644
  static names(): {
608
645
  [key: string]: string;
609
646
  };
@@ -614,12 +651,14 @@ export declare class DescribeDefenseResourcesResponse extends $tea.Model {
614
651
  [key: string]: any;
615
652
  });
616
653
  }
617
- export declare class DescribeDefenseRuleRequest extends $tea.Model {
654
+ export declare class DescribeCertsRequest extends $tea.Model {
655
+ algorithm?: string;
656
+ domain?: string;
618
657
  instanceId?: string;
658
+ pageNumber?: number;
659
+ pageSize?: number;
619
660
  regionId?: string;
620
661
  resourceManagerResourceGroupId?: string;
621
- ruleId?: number;
622
- templateId?: number;
623
662
  static names(): {
624
663
  [key: string]: string;
625
664
  };
@@ -630,9 +669,10 @@ export declare class DescribeDefenseRuleRequest extends $tea.Model {
630
669
  [key: string]: any;
631
670
  });
632
671
  }
633
- export declare class DescribeDefenseRuleResponseBody extends $tea.Model {
672
+ export declare class DescribeCertsResponseBody extends $tea.Model {
673
+ certs?: DescribeCertsResponseBodyCerts[];
634
674
  requestId?: string;
635
- rule?: DescribeDefenseRuleResponseBodyRule;
675
+ totalCount?: number;
636
676
  static names(): {
637
677
  [key: string]: string;
638
678
  };
@@ -643,12 +683,12 @@ export declare class DescribeDefenseRuleResponseBody extends $tea.Model {
643
683
  [key: string]: any;
644
684
  });
645
685
  }
646
- export declare class DescribeDefenseRuleResponse extends $tea.Model {
686
+ export declare class DescribeCertsResponse extends $tea.Model {
647
687
  headers?: {
648
688
  [key: string]: string;
649
689
  };
650
690
  statusCode?: number;
651
- body?: DescribeDefenseRuleResponseBody;
691
+ body?: DescribeCertsResponseBody;
652
692
  static names(): {
653
693
  [key: string]: string;
654
694
  };
@@ -659,14 +699,11 @@ export declare class DescribeDefenseRuleResponse extends $tea.Model {
659
699
  [key: string]: any;
660
700
  });
661
701
  }
662
- export declare class DescribeDefenseRulesRequest extends $tea.Model {
702
+ export declare class DescribeDefenseResourceGroupRequest extends $tea.Model {
703
+ groupName?: string;
663
704
  instanceId?: string;
664
- pageNumber?: number;
665
- pageSize?: number;
666
- query?: string;
667
705
  regionId?: string;
668
706
  resourceManagerResourceGroupId?: string;
669
- ruleType?: string;
670
707
  static names(): {
671
708
  [key: string]: string;
672
709
  };
@@ -677,10 +714,9 @@ export declare class DescribeDefenseRulesRequest extends $tea.Model {
677
714
  [key: string]: any;
678
715
  });
679
716
  }
680
- export declare class DescribeDefenseRulesResponseBody extends $tea.Model {
717
+ export declare class DescribeDefenseResourceGroupResponseBody extends $tea.Model {
718
+ group?: DescribeDefenseResourceGroupResponseBodyGroup;
681
719
  requestId?: string;
682
- rules?: DescribeDefenseRulesResponseBodyRules[];
683
- totalCount?: number;
684
720
  static names(): {
685
721
  [key: string]: string;
686
722
  };
@@ -691,12 +727,12 @@ export declare class DescribeDefenseRulesResponseBody extends $tea.Model {
691
727
  [key: string]: any;
692
728
  });
693
729
  }
694
- export declare class DescribeDefenseRulesResponse extends $tea.Model {
730
+ export declare class DescribeDefenseResourceGroupResponse extends $tea.Model {
695
731
  headers?: {
696
732
  [key: string]: string;
697
733
  };
698
734
  statusCode?: number;
699
- body?: DescribeDefenseRulesResponseBody;
735
+ body?: DescribeDefenseResourceGroupResponseBody;
700
736
  static names(): {
701
737
  [key: string]: string;
702
738
  };
@@ -707,11 +743,14 @@ export declare class DescribeDefenseRulesResponse extends $tea.Model {
707
743
  [key: string]: any;
708
744
  });
709
745
  }
710
- export declare class DescribeDefenseTemplateRequest extends $tea.Model {
746
+ export declare class DescribeDefenseResourceTemplatesRequest extends $tea.Model {
711
747
  instanceId?: string;
712
748
  regionId?: string;
749
+ resource?: string;
713
750
  resourceManagerResourceGroupId?: string;
714
- templateId?: number;
751
+ resourceType?: string;
752
+ ruleId?: number;
753
+ ruleType?: string;
715
754
  static names(): {
716
755
  [key: string]: string;
717
756
  };
@@ -722,9 +761,9 @@ export declare class DescribeDefenseTemplateRequest extends $tea.Model {
722
761
  [key: string]: any;
723
762
  });
724
763
  }
725
- export declare class DescribeDefenseTemplateResponseBody extends $tea.Model {
764
+ export declare class DescribeDefenseResourceTemplatesResponseBody extends $tea.Model {
726
765
  requestId?: string;
727
- template?: DescribeDefenseTemplateResponseBodyTemplate;
766
+ templates?: DescribeDefenseResourceTemplatesResponseBodyTemplates[];
728
767
  static names(): {
729
768
  [key: string]: string;
730
769
  };
@@ -735,12 +774,12 @@ export declare class DescribeDefenseTemplateResponseBody extends $tea.Model {
735
774
  [key: string]: any;
736
775
  });
737
776
  }
738
- export declare class DescribeDefenseTemplateResponse extends $tea.Model {
777
+ export declare class DescribeDefenseResourceTemplatesResponse extends $tea.Model {
739
778
  headers?: {
740
779
  [key: string]: string;
741
780
  };
742
781
  statusCode?: number;
743
- body?: DescribeDefenseTemplateResponseBody;
782
+ body?: DescribeDefenseResourceTemplatesResponseBody;
744
783
  static names(): {
745
784
  [key: string]: string;
746
785
  };
@@ -751,11 +790,14 @@ export declare class DescribeDefenseTemplateResponse extends $tea.Model {
751
790
  [key: string]: any;
752
791
  });
753
792
  }
754
- export declare class DescribeDomainDetailRequest extends $tea.Model {
755
- domain?: string;
793
+ export declare class DescribeDefenseResourcesRequest extends $tea.Model {
756
794
  instanceId?: string;
795
+ pageNumber?: number;
796
+ pageSize?: number;
797
+ query?: string;
757
798
  regionId?: string;
758
- sourceIp?: string;
799
+ resourceManagerResourceGroupId?: string;
800
+ tag?: DescribeDefenseResourcesRequestTag[];
759
801
  static names(): {
760
802
  [key: string]: string;
761
803
  };
@@ -766,16 +808,10 @@ export declare class DescribeDomainDetailRequest extends $tea.Model {
766
808
  [key: string]: any;
767
809
  });
768
810
  }
769
- export declare class DescribeDomainDetailResponseBody extends $tea.Model {
770
- certDetail?: DescribeDomainDetailResponseBodyCertDetail;
771
- cname?: string;
772
- domain?: string;
773
- listen?: DescribeDomainDetailResponseBodyListen;
774
- redirect?: DescribeDomainDetailResponseBodyRedirect;
811
+ export declare class DescribeDefenseResourcesResponseBody extends $tea.Model {
775
812
  requestId?: string;
776
- resourceManagerResourceGroupId?: string;
777
- SM2CertDetail?: DescribeDomainDetailResponseBodySM2CertDetail;
778
- status?: number;
813
+ resources?: DescribeDefenseResourcesResponseBodyResources[];
814
+ totalCount?: number;
779
815
  static names(): {
780
816
  [key: string]: string;
781
817
  };
@@ -786,12 +822,12 @@ export declare class DescribeDomainDetailResponseBody extends $tea.Model {
786
822
  [key: string]: any;
787
823
  });
788
824
  }
789
- export declare class DescribeDomainDetailResponse extends $tea.Model {
825
+ export declare class DescribeDefenseResourcesResponse extends $tea.Model {
790
826
  headers?: {
791
827
  [key: string]: string;
792
828
  };
793
829
  statusCode?: number;
794
- body?: DescribeDomainDetailResponseBody;
830
+ body?: DescribeDefenseResourcesResponseBody;
795
831
  static names(): {
796
832
  [key: string]: string;
797
833
  };
@@ -802,16 +838,12 @@ export declare class DescribeDomainDetailResponse extends $tea.Model {
802
838
  [key: string]: any;
803
839
  });
804
840
  }
805
- export declare class DescribeDomainsRequest extends $tea.Model {
806
- backend?: string;
807
- domain?: string;
841
+ export declare class DescribeDefenseRuleRequest extends $tea.Model {
808
842
  instanceId?: string;
809
- pageNumber?: number;
810
- pageSize?: number;
811
843
  regionId?: string;
812
844
  resourceManagerResourceGroupId?: string;
813
- sourceIp?: string;
814
- tag?: DescribeDomainsRequestTag[];
845
+ ruleId?: number;
846
+ templateId?: number;
815
847
  static names(): {
816
848
  [key: string]: string;
817
849
  };
@@ -822,10 +854,9 @@ export declare class DescribeDomainsRequest extends $tea.Model {
822
854
  [key: string]: any;
823
855
  });
824
856
  }
825
- export declare class DescribeDomainsResponseBody extends $tea.Model {
826
- domains?: DescribeDomainsResponseBodyDomains[];
857
+ export declare class DescribeDefenseRuleResponseBody extends $tea.Model {
827
858
  requestId?: string;
828
- totalCount?: number;
859
+ rule?: DescribeDefenseRuleResponseBodyRule;
829
860
  static names(): {
830
861
  [key: string]: string;
831
862
  };
@@ -836,12 +867,12 @@ export declare class DescribeDomainsResponseBody extends $tea.Model {
836
867
  [key: string]: any;
837
868
  });
838
869
  }
839
- export declare class DescribeDomainsResponse extends $tea.Model {
870
+ export declare class DescribeDefenseRuleResponse extends $tea.Model {
840
871
  headers?: {
841
872
  [key: string]: string;
842
873
  };
843
874
  statusCode?: number;
844
- body?: DescribeDomainsResponseBody;
875
+ body?: DescribeDefenseRuleResponseBody;
845
876
  static names(): {
846
877
  [key: string]: string;
847
878
  };
@@ -852,14 +883,14 @@ export declare class DescribeDomainsResponse extends $tea.Model {
852
883
  [key: string]: any;
853
884
  });
854
885
  }
855
- export declare class DescribeFlowChartRequest extends $tea.Model {
856
- endTimestamp?: string;
886
+ export declare class DescribeDefenseRulesRequest extends $tea.Model {
857
887
  instanceId?: string;
858
- interval?: string;
888
+ pageNumber?: number;
889
+ pageSize?: number;
890
+ query?: string;
859
891
  regionId?: string;
860
- resource?: string;
861
892
  resourceManagerResourceGroupId?: string;
862
- startTimestamp?: string;
893
+ ruleType?: string;
863
894
  static names(): {
864
895
  [key: string]: string;
865
896
  };
@@ -870,9 +901,10 @@ export declare class DescribeFlowChartRequest extends $tea.Model {
870
901
  [key: string]: any;
871
902
  });
872
903
  }
873
- export declare class DescribeFlowChartResponseBody extends $tea.Model {
874
- flowChart?: DescribeFlowChartResponseBodyFlowChart[];
904
+ export declare class DescribeDefenseRulesResponseBody extends $tea.Model {
875
905
  requestId?: string;
906
+ rules?: DescribeDefenseRulesResponseBodyRules[];
907
+ totalCount?: number;
876
908
  static names(): {
877
909
  [key: string]: string;
878
910
  };
@@ -883,12 +915,12 @@ export declare class DescribeFlowChartResponseBody extends $tea.Model {
883
915
  [key: string]: any;
884
916
  });
885
917
  }
886
- export declare class DescribeFlowChartResponse extends $tea.Model {
918
+ export declare class DescribeDefenseRulesResponse extends $tea.Model {
887
919
  headers?: {
888
920
  [key: string]: string;
889
921
  };
890
922
  statusCode?: number;
891
- body?: DescribeFlowChartResponseBody;
923
+ body?: DescribeDefenseRulesResponseBody;
892
924
  static names(): {
893
925
  [key: string]: string;
894
926
  };
@@ -899,12 +931,11 @@ export declare class DescribeFlowChartResponse extends $tea.Model {
899
931
  [key: string]: any;
900
932
  });
901
933
  }
902
- export declare class DescribeFlowTopResourceRequest extends $tea.Model {
903
- endTimestamp?: string;
934
+ export declare class DescribeDefenseTemplateRequest extends $tea.Model {
904
935
  instanceId?: string;
905
936
  regionId?: string;
906
937
  resourceManagerResourceGroupId?: string;
907
- startTimestamp?: string;
938
+ templateId?: number;
908
939
  static names(): {
909
940
  [key: string]: string;
910
941
  };
@@ -915,9 +946,9 @@ export declare class DescribeFlowTopResourceRequest extends $tea.Model {
915
946
  [key: string]: any;
916
947
  });
917
948
  }
918
- export declare class DescribeFlowTopResourceResponseBody extends $tea.Model {
949
+ export declare class DescribeDefenseTemplateResponseBody extends $tea.Model {
919
950
  requestId?: string;
920
- ruleHitsTopResource?: DescribeFlowTopResourceResponseBodyRuleHitsTopResource[];
951
+ template?: DescribeDefenseTemplateResponseBodyTemplate;
921
952
  static names(): {
922
953
  [key: string]: string;
923
954
  };
@@ -928,12 +959,12 @@ export declare class DescribeFlowTopResourceResponseBody extends $tea.Model {
928
959
  [key: string]: any;
929
960
  });
930
961
  }
931
- export declare class DescribeFlowTopResourceResponse extends $tea.Model {
962
+ export declare class DescribeDefenseTemplateResponse extends $tea.Model {
932
963
  headers?: {
933
964
  [key: string]: string;
934
965
  };
935
966
  statusCode?: number;
936
- body?: DescribeFlowTopResourceResponseBody;
967
+ body?: DescribeDefenseTemplateResponseBody;
937
968
  static names(): {
938
969
  [key: string]: string;
939
970
  };
@@ -944,13 +975,18 @@ export declare class DescribeFlowTopResourceResponse extends $tea.Model {
944
975
  [key: string]: any;
945
976
  });
946
977
  }
947
- export declare class DescribeFlowTopUrlRequest extends $tea.Model {
948
- endTimestamp?: string;
978
+ export declare class DescribeDefenseTemplatesRequest extends $tea.Model {
979
+ defenseScene?: string;
980
+ defenseSubScene?: string;
949
981
  instanceId?: string;
982
+ pageNumber?: number;
983
+ pageSize?: number;
950
984
  regionId?: string;
951
985
  resource?: string;
952
986
  resourceManagerResourceGroupId?: string;
953
- startTimestamp?: string;
987
+ resourceType?: string;
988
+ templateId?: number;
989
+ templateType?: string;
954
990
  static names(): {
955
991
  [key: string]: string;
956
992
  };
@@ -961,9 +997,10 @@ export declare class DescribeFlowTopUrlRequest extends $tea.Model {
961
997
  [key: string]: any;
962
998
  });
963
999
  }
964
- export declare class DescribeFlowTopUrlResponseBody extends $tea.Model {
1000
+ export declare class DescribeDefenseTemplatesResponseBody extends $tea.Model {
965
1001
  requestId?: string;
966
- ruleHitsTopUrl?: DescribeFlowTopUrlResponseBodyRuleHitsTopUrl[];
1002
+ templates?: DescribeDefenseTemplatesResponseBodyTemplates[];
1003
+ totalCount?: number;
967
1004
  static names(): {
968
1005
  [key: string]: string;
969
1006
  };
@@ -974,12 +1011,12 @@ export declare class DescribeFlowTopUrlResponseBody extends $tea.Model {
974
1011
  [key: string]: any;
975
1012
  });
976
1013
  }
977
- export declare class DescribeFlowTopUrlResponse extends $tea.Model {
1014
+ export declare class DescribeDefenseTemplatesResponse extends $tea.Model {
978
1015
  headers?: {
979
1016
  [key: string]: string;
980
1017
  };
981
1018
  statusCode?: number;
982
- body?: DescribeFlowTopUrlResponseBody;
1019
+ body?: DescribeDefenseTemplatesResponseBody;
983
1020
  static names(): {
984
1021
  [key: string]: string;
985
1022
  };
@@ -990,14 +1027,9 @@ export declare class DescribeFlowTopUrlResponse extends $tea.Model {
990
1027
  [key: string]: any;
991
1028
  });
992
1029
  }
993
- export declare class DescribeHybridCloudGroupsRequest extends $tea.Model {
994
- clusterId?: number;
995
- clusterProxyType?: string;
996
- groupName?: number;
997
- groupType?: string;
1030
+ export declare class DescribeDomainDNSRecordRequest extends $tea.Model {
1031
+ domain?: string;
998
1032
  instanceId?: string;
999
- pageNumber?: number;
1000
- pageSize?: number;
1001
1033
  regionId?: string;
1002
1034
  resourceManagerResourceGroupId?: string;
1003
1035
  static names(): {
@@ -1010,10 +1042,9 @@ export declare class DescribeHybridCloudGroupsRequest extends $tea.Model {
1010
1042
  [key: string]: any;
1011
1043
  });
1012
1044
  }
1013
- export declare class DescribeHybridCloudGroupsResponseBody extends $tea.Model {
1014
- groups?: DescribeHybridCloudGroupsResponseBodyGroups[];
1045
+ export declare class DescribeDomainDNSRecordResponseBody extends $tea.Model {
1046
+ DNSStatus?: string;
1015
1047
  requestId?: string;
1016
- totalCount?: number;
1017
1048
  static names(): {
1018
1049
  [key: string]: string;
1019
1050
  };
@@ -1024,12 +1055,12 @@ export declare class DescribeHybridCloudGroupsResponseBody extends $tea.Model {
1024
1055
  [key: string]: any;
1025
1056
  });
1026
1057
  }
1027
- export declare class DescribeHybridCloudGroupsResponse extends $tea.Model {
1058
+ export declare class DescribeDomainDNSRecordResponse extends $tea.Model {
1028
1059
  headers?: {
1029
1060
  [key: string]: string;
1030
1061
  };
1031
1062
  statusCode?: number;
1032
- body?: DescribeHybridCloudGroupsResponseBody;
1063
+ body?: DescribeDomainDNSRecordResponseBody;
1033
1064
  static names(): {
1034
1065
  [key: string]: string;
1035
1066
  };
@@ -1040,16 +1071,10 @@ export declare class DescribeHybridCloudGroupsResponse extends $tea.Model {
1040
1071
  [key: string]: any;
1041
1072
  });
1042
1073
  }
1043
- export declare class DescribeHybridCloudResourcesRequest extends $tea.Model {
1044
- backend?: string;
1045
- cnameEnabled?: boolean;
1074
+ export declare class DescribeDomainDetailRequest extends $tea.Model {
1046
1075
  domain?: string;
1047
1076
  instanceId?: string;
1048
- pageNumber?: number;
1049
- pageSize?: number;
1050
1077
  regionId?: string;
1051
- resourceManagerResourceGroupId?: string;
1052
- sourceIp?: string;
1053
1078
  static names(): {
1054
1079
  [key: string]: string;
1055
1080
  };
@@ -1060,10 +1085,16 @@ export declare class DescribeHybridCloudResourcesRequest extends $tea.Model {
1060
1085
  [key: string]: any;
1061
1086
  });
1062
1087
  }
1063
- export declare class DescribeHybridCloudResourcesResponseBody extends $tea.Model {
1064
- domains?: DescribeHybridCloudResourcesResponseBodyDomains[];
1088
+ export declare class DescribeDomainDetailResponseBody extends $tea.Model {
1089
+ certDetail?: DescribeDomainDetailResponseBodyCertDetail;
1090
+ cname?: string;
1091
+ domain?: string;
1092
+ listen?: DescribeDomainDetailResponseBodyListen;
1093
+ redirect?: DescribeDomainDetailResponseBodyRedirect;
1065
1094
  requestId?: string;
1066
- totalCount?: number;
1095
+ resourceManagerResourceGroupId?: string;
1096
+ SM2CertDetail?: DescribeDomainDetailResponseBodySM2CertDetail;
1097
+ status?: number;
1067
1098
  static names(): {
1068
1099
  [key: string]: string;
1069
1100
  };
@@ -1074,12 +1105,12 @@ export declare class DescribeHybridCloudResourcesResponseBody extends $tea.Model
1074
1105
  [key: string]: any;
1075
1106
  });
1076
1107
  }
1077
- export declare class DescribeHybridCloudResourcesResponse extends $tea.Model {
1108
+ export declare class DescribeDomainDetailResponse extends $tea.Model {
1078
1109
  headers?: {
1079
1110
  [key: string]: string;
1080
1111
  };
1081
1112
  statusCode?: number;
1082
- body?: DescribeHybridCloudResourcesResponseBody;
1113
+ body?: DescribeDomainDetailResponseBody;
1083
1114
  static names(): {
1084
1115
  [key: string]: string;
1085
1116
  };
@@ -1090,10 +1121,15 @@ export declare class DescribeHybridCloudResourcesResponse extends $tea.Model {
1090
1121
  [key: string]: any;
1091
1122
  });
1092
1123
  }
1093
- export declare class DescribeHybridCloudUserRequest extends $tea.Model {
1124
+ export declare class DescribeDomainsRequest extends $tea.Model {
1125
+ backend?: string;
1126
+ domain?: string;
1094
1127
  instanceId?: string;
1128
+ pageNumber?: number;
1129
+ pageSize?: number;
1095
1130
  regionId?: string;
1096
1131
  resourceManagerResourceGroupId?: string;
1132
+ tag?: DescribeDomainsRequestTag[];
1097
1133
  static names(): {
1098
1134
  [key: string]: string;
1099
1135
  };
@@ -1104,9 +1140,10 @@ export declare class DescribeHybridCloudUserRequest extends $tea.Model {
1104
1140
  [key: string]: any;
1105
1141
  });
1106
1142
  }
1107
- export declare class DescribeHybridCloudUserResponseBody extends $tea.Model {
1143
+ export declare class DescribeDomainsResponseBody extends $tea.Model {
1144
+ domains?: DescribeDomainsResponseBodyDomains[];
1108
1145
  requestId?: string;
1109
- userInfo?: DescribeHybridCloudUserResponseBodyUserInfo;
1146
+ totalCount?: number;
1110
1147
  static names(): {
1111
1148
  [key: string]: string;
1112
1149
  };
@@ -1117,12 +1154,12 @@ export declare class DescribeHybridCloudUserResponseBody extends $tea.Model {
1117
1154
  [key: string]: any;
1118
1155
  });
1119
1156
  }
1120
- export declare class DescribeHybridCloudUserResponse extends $tea.Model {
1157
+ export declare class DescribeDomainsResponse extends $tea.Model {
1121
1158
  headers?: {
1122
1159
  [key: string]: string;
1123
1160
  };
1124
1161
  statusCode?: number;
1125
- body?: DescribeHybridCloudUserResponseBody;
1162
+ body?: DescribeDomainsResponseBody;
1126
1163
  static names(): {
1127
1164
  [key: string]: string;
1128
1165
  };
@@ -1133,9 +1170,14 @@ export declare class DescribeHybridCloudUserResponse extends $tea.Model {
1133
1170
  [key: string]: any;
1134
1171
  });
1135
1172
  }
1136
- export declare class DescribeInstanceRequest extends $tea.Model {
1173
+ export declare class DescribeFlowChartRequest extends $tea.Model {
1174
+ endTimestamp?: string;
1175
+ instanceId?: string;
1176
+ interval?: string;
1137
1177
  regionId?: string;
1178
+ resource?: string;
1138
1179
  resourceManagerResourceGroupId?: string;
1180
+ startTimestamp?: string;
1139
1181
  static names(): {
1140
1182
  [key: string]: string;
1141
1183
  };
@@ -1146,17 +1188,655 @@ export declare class DescribeInstanceRequest extends $tea.Model {
1146
1188
  [key: string]: any;
1147
1189
  });
1148
1190
  }
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;
1191
+ export declare class DescribeFlowChartResponseBody extends $tea.Model {
1192
+ flowChart?: DescribeFlowChartResponseBodyFlowChart[];
1193
+ requestId?: string;
1194
+ static names(): {
1195
+ [key: string]: string;
1196
+ };
1197
+ static types(): {
1198
+ [key: string]: any;
1199
+ };
1200
+ constructor(map?: {
1201
+ [key: string]: any;
1202
+ });
1203
+ }
1204
+ export declare class DescribeFlowChartResponse extends $tea.Model {
1205
+ headers?: {
1206
+ [key: string]: string;
1207
+ };
1208
+ statusCode?: number;
1209
+ body?: DescribeFlowChartResponseBody;
1210
+ static names(): {
1211
+ [key: string]: string;
1212
+ };
1213
+ static types(): {
1214
+ [key: string]: any;
1215
+ };
1216
+ constructor(map?: {
1217
+ [key: string]: any;
1218
+ });
1219
+ }
1220
+ export declare class DescribeFlowTopResourceRequest extends $tea.Model {
1221
+ endTimestamp?: string;
1222
+ instanceId?: string;
1223
+ regionId?: string;
1224
+ resourceManagerResourceGroupId?: string;
1225
+ startTimestamp?: string;
1226
+ static names(): {
1227
+ [key: string]: string;
1228
+ };
1229
+ static types(): {
1230
+ [key: string]: any;
1231
+ };
1232
+ constructor(map?: {
1233
+ [key: string]: any;
1234
+ });
1235
+ }
1236
+ export declare class DescribeFlowTopResourceResponseBody extends $tea.Model {
1237
+ requestId?: string;
1238
+ ruleHitsTopResource?: DescribeFlowTopResourceResponseBodyRuleHitsTopResource[];
1239
+ static names(): {
1240
+ [key: string]: string;
1241
+ };
1242
+ static types(): {
1243
+ [key: string]: any;
1244
+ };
1245
+ constructor(map?: {
1246
+ [key: string]: any;
1247
+ });
1248
+ }
1249
+ export declare class DescribeFlowTopResourceResponse extends $tea.Model {
1250
+ headers?: {
1251
+ [key: string]: string;
1252
+ };
1253
+ statusCode?: number;
1254
+ body?: DescribeFlowTopResourceResponseBody;
1255
+ static names(): {
1256
+ [key: string]: string;
1257
+ };
1258
+ static types(): {
1259
+ [key: string]: any;
1260
+ };
1261
+ constructor(map?: {
1262
+ [key: string]: any;
1263
+ });
1264
+ }
1265
+ export declare class DescribeFlowTopUrlRequest extends $tea.Model {
1266
+ endTimestamp?: string;
1267
+ instanceId?: string;
1268
+ regionId?: string;
1269
+ resource?: string;
1270
+ resourceManagerResourceGroupId?: string;
1271
+ startTimestamp?: string;
1272
+ static names(): {
1273
+ [key: string]: string;
1274
+ };
1275
+ static types(): {
1276
+ [key: string]: any;
1277
+ };
1278
+ constructor(map?: {
1279
+ [key: string]: any;
1280
+ });
1281
+ }
1282
+ export declare class DescribeFlowTopUrlResponseBody extends $tea.Model {
1283
+ requestId?: string;
1284
+ ruleHitsTopUrl?: DescribeFlowTopUrlResponseBodyRuleHitsTopUrl[];
1285
+ static names(): {
1286
+ [key: string]: string;
1287
+ };
1288
+ static types(): {
1289
+ [key: string]: any;
1290
+ };
1291
+ constructor(map?: {
1292
+ [key: string]: any;
1293
+ });
1294
+ }
1295
+ export declare class DescribeFlowTopUrlResponse extends $tea.Model {
1296
+ headers?: {
1297
+ [key: string]: string;
1298
+ };
1299
+ statusCode?: number;
1300
+ body?: DescribeFlowTopUrlResponseBody;
1301
+ static names(): {
1302
+ [key: string]: string;
1303
+ };
1304
+ static types(): {
1305
+ [key: string]: any;
1306
+ };
1307
+ constructor(map?: {
1308
+ [key: string]: any;
1309
+ });
1310
+ }
1311
+ export declare class DescribeHybridCloudGroupsRequest extends $tea.Model {
1312
+ clusterId?: number;
1313
+ clusterProxyType?: string;
1314
+ groupName?: number;
1315
+ groupType?: string;
1316
+ instanceId?: string;
1317
+ pageNumber?: number;
1318
+ pageSize?: number;
1319
+ regionId?: string;
1320
+ resourceManagerResourceGroupId?: string;
1321
+ static names(): {
1322
+ [key: string]: string;
1323
+ };
1324
+ static types(): {
1325
+ [key: string]: any;
1326
+ };
1327
+ constructor(map?: {
1328
+ [key: string]: any;
1329
+ });
1330
+ }
1331
+ export declare class DescribeHybridCloudGroupsResponseBody extends $tea.Model {
1332
+ groups?: DescribeHybridCloudGroupsResponseBodyGroups[];
1333
+ requestId?: string;
1334
+ totalCount?: number;
1335
+ static names(): {
1336
+ [key: string]: string;
1337
+ };
1338
+ static types(): {
1339
+ [key: string]: any;
1340
+ };
1341
+ constructor(map?: {
1342
+ [key: string]: any;
1343
+ });
1344
+ }
1345
+ export declare class DescribeHybridCloudGroupsResponse extends $tea.Model {
1346
+ headers?: {
1347
+ [key: string]: string;
1348
+ };
1349
+ statusCode?: number;
1350
+ body?: DescribeHybridCloudGroupsResponseBody;
1351
+ static names(): {
1352
+ [key: string]: string;
1353
+ };
1354
+ static types(): {
1355
+ [key: string]: any;
1356
+ };
1357
+ constructor(map?: {
1358
+ [key: string]: any;
1359
+ });
1360
+ }
1361
+ export declare class DescribeHybridCloudResourcesRequest extends $tea.Model {
1362
+ backend?: string;
1363
+ cnameEnabled?: boolean;
1364
+ domain?: string;
1365
+ instanceId?: string;
1366
+ pageNumber?: number;
1367
+ pageSize?: number;
1368
+ regionId?: string;
1369
+ resourceManagerResourceGroupId?: string;
1370
+ static names(): {
1371
+ [key: string]: string;
1372
+ };
1373
+ static types(): {
1374
+ [key: string]: any;
1375
+ };
1376
+ constructor(map?: {
1377
+ [key: string]: any;
1378
+ });
1379
+ }
1380
+ export declare class DescribeHybridCloudResourcesResponseBody extends $tea.Model {
1381
+ domains?: DescribeHybridCloudResourcesResponseBodyDomains[];
1382
+ requestId?: string;
1383
+ totalCount?: number;
1384
+ static names(): {
1385
+ [key: string]: string;
1386
+ };
1387
+ static types(): {
1388
+ [key: string]: any;
1389
+ };
1390
+ constructor(map?: {
1391
+ [key: string]: any;
1392
+ });
1393
+ }
1394
+ export declare class DescribeHybridCloudResourcesResponse extends $tea.Model {
1395
+ headers?: {
1396
+ [key: string]: string;
1397
+ };
1398
+ statusCode?: number;
1399
+ body?: DescribeHybridCloudResourcesResponseBody;
1400
+ static names(): {
1401
+ [key: string]: string;
1402
+ };
1403
+ static types(): {
1404
+ [key: string]: any;
1405
+ };
1406
+ constructor(map?: {
1407
+ [key: string]: any;
1408
+ });
1409
+ }
1410
+ export declare class DescribeHybridCloudUserRequest extends $tea.Model {
1411
+ instanceId?: string;
1412
+ regionId?: string;
1413
+ resourceManagerResourceGroupId?: string;
1414
+ static names(): {
1415
+ [key: string]: string;
1416
+ };
1417
+ static types(): {
1418
+ [key: string]: any;
1419
+ };
1420
+ constructor(map?: {
1421
+ [key: string]: any;
1422
+ });
1423
+ }
1424
+ export declare class DescribeHybridCloudUserResponseBody extends $tea.Model {
1425
+ requestId?: string;
1426
+ userInfo?: DescribeHybridCloudUserResponseBodyUserInfo;
1427
+ static names(): {
1428
+ [key: string]: string;
1429
+ };
1430
+ static types(): {
1431
+ [key: string]: any;
1432
+ };
1433
+ constructor(map?: {
1434
+ [key: string]: any;
1435
+ });
1436
+ }
1437
+ export declare class DescribeHybridCloudUserResponse extends $tea.Model {
1438
+ headers?: {
1439
+ [key: string]: string;
1440
+ };
1441
+ statusCode?: number;
1442
+ body?: DescribeHybridCloudUserResponseBody;
1443
+ static names(): {
1444
+ [key: string]: string;
1445
+ };
1446
+ static types(): {
1447
+ [key: string]: any;
1448
+ };
1449
+ constructor(map?: {
1450
+ [key: string]: any;
1451
+ });
1452
+ }
1453
+ export declare class DescribeInstanceRequest extends $tea.Model {
1454
+ regionId?: string;
1455
+ resourceManagerResourceGroupId?: string;
1456
+ static names(): {
1457
+ [key: string]: string;
1458
+ };
1459
+ static types(): {
1460
+ [key: string]: any;
1461
+ };
1462
+ constructor(map?: {
1463
+ [key: string]: any;
1464
+ });
1465
+ }
1466
+ export declare class DescribeInstanceResponseBody extends $tea.Model {
1467
+ details?: DescribeInstanceResponseBodyDetails;
1468
+ edition?: string;
1469
+ endTime?: number;
1470
+ inDebt?: string;
1471
+ instanceId?: string;
1472
+ payType?: string;
1473
+ regionId?: string;
1474
+ requestId?: string;
1475
+ startTime?: number;
1476
+ status?: number;
1477
+ static names(): {
1478
+ [key: string]: string;
1479
+ };
1480
+ static types(): {
1481
+ [key: string]: any;
1482
+ };
1483
+ constructor(map?: {
1484
+ [key: string]: any;
1485
+ });
1486
+ }
1487
+ export declare class DescribeInstanceResponse extends $tea.Model {
1488
+ headers?: {
1489
+ [key: string]: string;
1490
+ };
1491
+ statusCode?: number;
1492
+ body?: DescribeInstanceResponseBody;
1493
+ static names(): {
1494
+ [key: string]: string;
1495
+ };
1496
+ static types(): {
1497
+ [key: string]: any;
1498
+ };
1499
+ constructor(map?: {
1500
+ [key: string]: any;
1501
+ });
1502
+ }
1503
+ export declare class DescribeMajorProtectionBlackIpsRequest extends $tea.Model {
1504
+ instanceId?: string;
1505
+ ipLike?: string;
1506
+ orderBy?: string;
1507
+ pageNumber?: number;
1508
+ pageSize?: number;
1509
+ regionId?: string;
1510
+ resourceManagerResourceGroupId?: string;
1511
+ ruleId?: number;
1512
+ templateId?: number;
1513
+ static names(): {
1514
+ [key: string]: string;
1515
+ };
1516
+ static types(): {
1517
+ [key: string]: any;
1518
+ };
1519
+ constructor(map?: {
1520
+ [key: string]: any;
1521
+ });
1522
+ }
1523
+ export declare class DescribeMajorProtectionBlackIpsResponseBody extends $tea.Model {
1524
+ ipList?: DescribeMajorProtectionBlackIpsResponseBodyIpList[];
1525
+ requestId?: string;
1526
+ totalCount?: number;
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 DescribeMajorProtectionBlackIpsResponse extends $tea.Model {
1538
+ headers?: {
1539
+ [key: string]: string;
1540
+ };
1541
+ statusCode?: number;
1542
+ body?: DescribeMajorProtectionBlackIpsResponseBody;
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 DescribeMemberAccountsRequest extends $tea.Model {
1554
+ accountStatus?: string;
1555
+ instanceId?: string;
1556
+ regionId?: string;
1557
+ resourceManagerResourceGroupId?: string;
1558
+ sourceIp?: string;
1559
+ static names(): {
1560
+ [key: string]: string;
1561
+ };
1562
+ static types(): {
1563
+ [key: string]: any;
1564
+ };
1565
+ constructor(map?: {
1566
+ [key: string]: any;
1567
+ });
1568
+ }
1569
+ export declare class DescribeMemberAccountsResponseBody extends $tea.Model {
1570
+ accountInfos?: DescribeMemberAccountsResponseBodyAccountInfos[];
1571
+ requestId?: string;
1572
+ static names(): {
1573
+ [key: string]: string;
1574
+ };
1575
+ static types(): {
1576
+ [key: string]: any;
1577
+ };
1578
+ constructor(map?: {
1579
+ [key: string]: any;
1580
+ });
1581
+ }
1582
+ export declare class DescribeMemberAccountsResponse extends $tea.Model {
1583
+ headers?: {
1584
+ [key: string]: string;
1585
+ };
1586
+ statusCode?: number;
1587
+ body?: DescribeMemberAccountsResponseBody;
1588
+ static names(): {
1589
+ [key: string]: string;
1590
+ };
1591
+ static types(): {
1592
+ [key: string]: any;
1593
+ };
1594
+ constructor(map?: {
1595
+ [key: string]: any;
1596
+ });
1597
+ }
1598
+ export declare class DescribePeakTrendRequest extends $tea.Model {
1599
+ endTimestamp?: string;
1600
+ instanceId?: string;
1601
+ interval?: string;
1602
+ regionId?: string;
1603
+ resource?: string;
1604
+ resourceManagerResourceGroupId?: string;
1605
+ startTimestamp?: string;
1606
+ static names(): {
1607
+ [key: string]: string;
1608
+ };
1609
+ static types(): {
1610
+ [key: string]: any;
1611
+ };
1612
+ constructor(map?: {
1613
+ [key: string]: any;
1614
+ });
1615
+ }
1616
+ export declare class DescribePeakTrendResponseBody extends $tea.Model {
1617
+ flowChart?: DescribePeakTrendResponseBodyFlowChart[];
1618
+ requestId?: string;
1619
+ static names(): {
1620
+ [key: string]: string;
1621
+ };
1622
+ static types(): {
1623
+ [key: string]: any;
1624
+ };
1625
+ constructor(map?: {
1626
+ [key: string]: any;
1627
+ });
1628
+ }
1629
+ export declare class DescribePeakTrendResponse extends $tea.Model {
1630
+ headers?: {
1631
+ [key: string]: string;
1632
+ };
1633
+ statusCode?: number;
1634
+ body?: DescribePeakTrendResponseBody;
1635
+ static names(): {
1636
+ [key: string]: string;
1637
+ };
1638
+ static types(): {
1639
+ [key: string]: any;
1640
+ };
1641
+ constructor(map?: {
1642
+ [key: string]: any;
1643
+ });
1644
+ }
1645
+ export declare class DescribeResourceInstanceCertsRequest extends $tea.Model {
1646
+ instanceId?: string;
1647
+ pageNumber?: number;
1648
+ pageSize?: number;
1649
+ regionId?: string;
1650
+ resourceInstanceId?: string;
1651
+ resourceManagerResourceGroupId?: string;
1652
+ static names(): {
1653
+ [key: string]: string;
1654
+ };
1655
+ static types(): {
1656
+ [key: string]: any;
1657
+ };
1658
+ constructor(map?: {
1659
+ [key: string]: any;
1660
+ });
1661
+ }
1662
+ export declare class DescribeResourceInstanceCertsResponseBody extends $tea.Model {
1663
+ certs?: DescribeResourceInstanceCertsResponseBodyCerts[];
1664
+ requestId?: string;
1665
+ totalCount?: number;
1666
+ static names(): {
1667
+ [key: string]: string;
1668
+ };
1669
+ static types(): {
1670
+ [key: string]: any;
1671
+ };
1672
+ constructor(map?: {
1673
+ [key: string]: any;
1674
+ });
1675
+ }
1676
+ export declare class DescribeResourceInstanceCertsResponse extends $tea.Model {
1677
+ headers?: {
1678
+ [key: string]: string;
1679
+ };
1680
+ statusCode?: number;
1681
+ body?: DescribeResourceInstanceCertsResponseBody;
1682
+ static names(): {
1683
+ [key: string]: string;
1684
+ };
1685
+ static types(): {
1686
+ [key: string]: any;
1687
+ };
1688
+ constructor(map?: {
1689
+ [key: string]: any;
1690
+ });
1691
+ }
1692
+ export declare class DescribeResourceLogStatusRequest extends $tea.Model {
1693
+ instanceId?: string;
1694
+ regionId?: string;
1695
+ resourceManagerResourceGroupId?: string;
1696
+ resources?: 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 DescribeResourceLogStatusResponseBody extends $tea.Model {
1708
+ requestId?: string;
1709
+ result?: DescribeResourceLogStatusResponseBodyResult[];
1710
+ static names(): {
1711
+ [key: string]: string;
1712
+ };
1713
+ static types(): {
1714
+ [key: string]: any;
1715
+ };
1716
+ constructor(map?: {
1717
+ [key: string]: any;
1718
+ });
1719
+ }
1720
+ export declare class DescribeResourceLogStatusResponse extends $tea.Model {
1721
+ headers?: {
1722
+ [key: string]: string;
1723
+ };
1724
+ statusCode?: number;
1725
+ body?: DescribeResourceLogStatusResponseBody;
1726
+ static names(): {
1727
+ [key: string]: string;
1728
+ };
1729
+ static types(): {
1730
+ [key: string]: any;
1731
+ };
1732
+ constructor(map?: {
1733
+ [key: string]: any;
1734
+ });
1735
+ }
1736
+ export declare class DescribeResourcePortRequest extends $tea.Model {
1737
+ instanceId?: string;
1738
+ regionId?: string;
1739
+ resourceInstanceId?: string;
1740
+ resourceManagerResourceGroupId?: string;
1741
+ static names(): {
1742
+ [key: string]: string;
1743
+ };
1744
+ static types(): {
1745
+ [key: string]: any;
1746
+ };
1747
+ constructor(map?: {
1748
+ [key: string]: any;
1749
+ });
1750
+ }
1751
+ export declare class DescribeResourcePortResponseBody extends $tea.Model {
1752
+ requestId?: string;
1753
+ resourcePorts?: string[];
1754
+ static names(): {
1755
+ [key: string]: string;
1756
+ };
1757
+ static types(): {
1758
+ [key: string]: any;
1759
+ };
1760
+ constructor(map?: {
1761
+ [key: string]: any;
1762
+ });
1763
+ }
1764
+ export declare class DescribeResourcePortResponse extends $tea.Model {
1765
+ headers?: {
1766
+ [key: string]: string;
1767
+ };
1768
+ statusCode?: number;
1769
+ body?: DescribeResourcePortResponseBody;
1770
+ static names(): {
1771
+ [key: string]: string;
1772
+ };
1773
+ static types(): {
1774
+ [key: string]: any;
1775
+ };
1776
+ constructor(map?: {
1777
+ [key: string]: any;
1778
+ });
1779
+ }
1780
+ export declare class DescribeResourceRegionIdRequest extends $tea.Model {
1781
+ instanceId?: string;
1782
+ regionId?: string;
1783
+ resourceManagerResourceGroupId?: string;
1784
+ static names(): {
1785
+ [key: string]: string;
1786
+ };
1787
+ static types(): {
1788
+ [key: string]: any;
1789
+ };
1790
+ constructor(map?: {
1791
+ [key: string]: any;
1792
+ });
1793
+ }
1794
+ export declare class DescribeResourceRegionIdResponseBody extends $tea.Model {
1795
+ requestId?: string;
1796
+ resourceRegionIds?: string[];
1797
+ static names(): {
1798
+ [key: string]: string;
1799
+ };
1800
+ static types(): {
1801
+ [key: string]: any;
1802
+ };
1803
+ constructor(map?: {
1804
+ [key: string]: any;
1805
+ });
1806
+ }
1807
+ export declare class DescribeResourceRegionIdResponse extends $tea.Model {
1808
+ headers?: {
1809
+ [key: string]: string;
1810
+ };
1811
+ statusCode?: number;
1812
+ body?: DescribeResourceRegionIdResponseBody;
1813
+ static names(): {
1814
+ [key: string]: string;
1815
+ };
1816
+ static types(): {
1817
+ [key: string]: any;
1818
+ };
1819
+ constructor(map?: {
1820
+ [key: string]: any;
1821
+ });
1822
+ }
1823
+ export declare class DescribeResourceSupportRegionsRequest extends $tea.Model {
1824
+ instanceId?: string;
1825
+ regionId?: string;
1826
+ resourceManagerResourceGroupId?: string;
1827
+ static names(): {
1828
+ [key: string]: string;
1829
+ };
1830
+ static types(): {
1831
+ [key: string]: any;
1832
+ };
1833
+ constructor(map?: {
1834
+ [key: string]: any;
1835
+ });
1836
+ }
1837
+ export declare class DescribeResourceSupportRegionsResponseBody extends $tea.Model {
1157
1838
  requestId?: string;
1158
- startTime?: number;
1159
- status?: number;
1839
+ supportRegions?: string[];
1160
1840
  static names(): {
1161
1841
  [key: string]: string;
1162
1842
  };
@@ -1167,12 +1847,12 @@ export declare class DescribeInstanceResponseBody extends $tea.Model {
1167
1847
  [key: string]: any;
1168
1848
  });
1169
1849
  }
1170
- export declare class DescribeInstanceResponse extends $tea.Model {
1850
+ export declare class DescribeResourceSupportRegionsResponse extends $tea.Model {
1171
1851
  headers?: {
1172
1852
  [key: string]: string;
1173
1853
  };
1174
1854
  statusCode?: number;
1175
- body?: DescribeInstanceResponseBody;
1855
+ body?: DescribeResourceSupportRegionsResponseBody;
1176
1856
  static names(): {
1177
1857
  [key: string]: string;
1178
1858
  };
@@ -1183,16 +1863,62 @@ export declare class DescribeInstanceResponse extends $tea.Model {
1183
1863
  [key: string]: any;
1184
1864
  });
1185
1865
  }
1186
- export declare class DescribeMajorProtectionBlackIpsRequest extends $tea.Model {
1866
+ export declare class DescribeResponseCodeTrendGraphRequest extends $tea.Model {
1867
+ endTimestamp?: string;
1868
+ instanceId?: string;
1869
+ interval?: string;
1870
+ regionId?: string;
1871
+ resource?: string;
1872
+ resourceManagerResourceGroupId?: string;
1873
+ startTimestamp?: string;
1874
+ type?: string;
1875
+ static names(): {
1876
+ [key: string]: string;
1877
+ };
1878
+ static types(): {
1879
+ [key: string]: any;
1880
+ };
1881
+ constructor(map?: {
1882
+ [key: string]: any;
1883
+ });
1884
+ }
1885
+ export declare class DescribeResponseCodeTrendGraphResponseBody extends $tea.Model {
1886
+ requestId?: string;
1887
+ responseCodes?: DescribeResponseCodeTrendGraphResponseBodyResponseCodes[];
1888
+ static names(): {
1889
+ [key: string]: string;
1890
+ };
1891
+ static types(): {
1892
+ [key: string]: any;
1893
+ };
1894
+ constructor(map?: {
1895
+ [key: string]: any;
1896
+ });
1897
+ }
1898
+ export declare class DescribeResponseCodeTrendGraphResponse extends $tea.Model {
1899
+ headers?: {
1900
+ [key: string]: string;
1901
+ };
1902
+ statusCode?: number;
1903
+ body?: DescribeResponseCodeTrendGraphResponseBody;
1904
+ static names(): {
1905
+ [key: string]: string;
1906
+ };
1907
+ static types(): {
1908
+ [key: string]: any;
1909
+ };
1910
+ constructor(map?: {
1911
+ [key: string]: any;
1912
+ });
1913
+ }
1914
+ export declare class DescribeRuleGroupsRequest extends $tea.Model {
1187
1915
  instanceId?: string;
1188
- ipLike?: string;
1189
- orderBy?: string;
1190
1916
  pageNumber?: number;
1191
1917
  pageSize?: number;
1192
1918
  regionId?: string;
1193
1919
  resourceManagerResourceGroupId?: string;
1194
- ruleId?: number;
1195
- templateId?: number;
1920
+ searchType?: string;
1921
+ searchValue?: string;
1196
1922
  static names(): {
1197
1923
  [key: string]: string;
1198
1924
  };
@@ -1203,9 +1929,9 @@ export declare class DescribeMajorProtectionBlackIpsRequest extends $tea.Model {
1203
1929
  [key: string]: any;
1204
1930
  });
1205
1931
  }
1206
- export declare class DescribeMajorProtectionBlackIpsResponseBody extends $tea.Model {
1207
- ipList?: DescribeMajorProtectionBlackIpsResponseBodyIpList[];
1932
+ export declare class DescribeRuleGroupsResponseBody extends $tea.Model {
1208
1933
  requestId?: string;
1934
+ ruleGroups?: DescribeRuleGroupsResponseBodyRuleGroups[];
1209
1935
  totalCount?: number;
1210
1936
  static names(): {
1211
1937
  [key: string]: string;
@@ -1217,12 +1943,12 @@ export declare class DescribeMajorProtectionBlackIpsResponseBody extends $tea.Mo
1217
1943
  [key: string]: any;
1218
1944
  });
1219
1945
  }
1220
- export declare class DescribeMajorProtectionBlackIpsResponse extends $tea.Model {
1946
+ export declare class DescribeRuleGroupsResponse extends $tea.Model {
1221
1947
  headers?: {
1222
1948
  [key: string]: string;
1223
1949
  };
1224
1950
  statusCode?: number;
1225
- body?: DescribeMajorProtectionBlackIpsResponseBody;
1951
+ body?: DescribeRuleGroupsResponseBody;
1226
1952
  static names(): {
1227
1953
  [key: string]: string;
1228
1954
  };
@@ -1233,13 +1959,13 @@ export declare class DescribeMajorProtectionBlackIpsResponse extends $tea.Model
1233
1959
  [key: string]: any;
1234
1960
  });
1235
1961
  }
1236
- export declare class DescribePeakTrendRequest extends $tea.Model {
1962
+ export declare class DescribeRuleHitsTopClientIpRequest extends $tea.Model {
1237
1963
  endTimestamp?: string;
1238
1964
  instanceId?: string;
1239
- interval?: string;
1240
1965
  regionId?: string;
1241
1966
  resource?: string;
1242
1967
  resourceManagerResourceGroupId?: string;
1968
+ ruleType?: string;
1243
1969
  startTimestamp?: string;
1244
1970
  static names(): {
1245
1971
  [key: string]: string;
@@ -1251,9 +1977,9 @@ export declare class DescribePeakTrendRequest extends $tea.Model {
1251
1977
  [key: string]: any;
1252
1978
  });
1253
1979
  }
1254
- export declare class DescribePeakTrendResponseBody extends $tea.Model {
1255
- flowChart?: DescribePeakTrendResponseBodyFlowChart[];
1980
+ export declare class DescribeRuleHitsTopClientIpResponseBody extends $tea.Model {
1256
1981
  requestId?: string;
1982
+ ruleHitsTopClientIp?: DescribeRuleHitsTopClientIpResponseBodyRuleHitsTopClientIp[];
1257
1983
  static names(): {
1258
1984
  [key: string]: string;
1259
1985
  };
@@ -1264,12 +1990,12 @@ export declare class DescribePeakTrendResponseBody extends $tea.Model {
1264
1990
  [key: string]: any;
1265
1991
  });
1266
1992
  }
1267
- export declare class DescribePeakTrendResponse extends $tea.Model {
1993
+ export declare class DescribeRuleHitsTopClientIpResponse extends $tea.Model {
1268
1994
  headers?: {
1269
1995
  [key: string]: string;
1270
1996
  };
1271
1997
  statusCode?: number;
1272
- body?: DescribePeakTrendResponseBody;
1998
+ body?: DescribeRuleHitsTopClientIpResponseBody;
1273
1999
  static names(): {
1274
2000
  [key: string]: string;
1275
2001
  };
@@ -1280,11 +2006,13 @@ export declare class DescribePeakTrendResponse extends $tea.Model {
1280
2006
  [key: string]: any;
1281
2007
  });
1282
2008
  }
1283
- export declare class DescribeResourceLogStatusRequest extends $tea.Model {
2009
+ export declare class DescribeRuleHitsTopResourceRequest extends $tea.Model {
2010
+ endTimestamp?: string;
1284
2011
  instanceId?: string;
1285
2012
  regionId?: string;
1286
2013
  resourceManagerResourceGroupId?: string;
1287
- resources?: string;
2014
+ ruleType?: string;
2015
+ startTimestamp?: string;
1288
2016
  static names(): {
1289
2017
  [key: string]: string;
1290
2018
  };
@@ -1295,9 +2023,9 @@ export declare class DescribeResourceLogStatusRequest extends $tea.Model {
1295
2023
  [key: string]: any;
1296
2024
  });
1297
2025
  }
1298
- export declare class DescribeResourceLogStatusResponseBody extends $tea.Model {
2026
+ export declare class DescribeRuleHitsTopResourceResponseBody extends $tea.Model {
1299
2027
  requestId?: string;
1300
- result?: DescribeResourceLogStatusResponseBodyResult[];
2028
+ ruleHitsTopResource?: DescribeRuleHitsTopResourceResponseBodyRuleHitsTopResource[];
1301
2029
  static names(): {
1302
2030
  [key: string]: string;
1303
2031
  };
@@ -1308,12 +2036,12 @@ export declare class DescribeResourceLogStatusResponseBody extends $tea.Model {
1308
2036
  [key: string]: any;
1309
2037
  });
1310
2038
  }
1311
- export declare class DescribeResourceLogStatusResponse extends $tea.Model {
2039
+ export declare class DescribeRuleHitsTopResourceResponse extends $tea.Model {
1312
2040
  headers?: {
1313
2041
  [key: string]: string;
1314
2042
  };
1315
2043
  statusCode?: number;
1316
- body?: DescribeResourceLogStatusResponseBody;
2044
+ body?: DescribeRuleHitsTopResourceResponseBody;
1317
2045
  static names(): {
1318
2046
  [key: string]: string;
1319
2047
  };
@@ -1324,11 +2052,15 @@ export declare class DescribeResourceLogStatusResponse extends $tea.Model {
1324
2052
  [key: string]: any;
1325
2053
  });
1326
2054
  }
1327
- export declare class DescribeResourcePortRequest extends $tea.Model {
2055
+ export declare class DescribeRuleHitsTopRuleIdRequest extends $tea.Model {
2056
+ endTimestamp?: string;
1328
2057
  instanceId?: string;
2058
+ isGroupResource?: string;
1329
2059
  regionId?: string;
1330
- resourceInstanceId?: string;
2060
+ resource?: string;
1331
2061
  resourceManagerResourceGroupId?: string;
2062
+ ruleType?: string;
2063
+ startTimestamp?: string;
1332
2064
  static names(): {
1333
2065
  [key: string]: string;
1334
2066
  };
@@ -1339,9 +2071,9 @@ export declare class DescribeResourcePortRequest extends $tea.Model {
1339
2071
  [key: string]: any;
1340
2072
  });
1341
2073
  }
1342
- export declare class DescribeResourcePortResponseBody extends $tea.Model {
2074
+ export declare class DescribeRuleHitsTopRuleIdResponseBody extends $tea.Model {
1343
2075
  requestId?: string;
1344
- resourcePorts?: string[];
2076
+ ruleHitsTopRuleId?: DescribeRuleHitsTopRuleIdResponseBodyRuleHitsTopRuleId[];
1345
2077
  static names(): {
1346
2078
  [key: string]: string;
1347
2079
  };
@@ -1352,12 +2084,12 @@ export declare class DescribeResourcePortResponseBody extends $tea.Model {
1352
2084
  [key: string]: any;
1353
2085
  });
1354
2086
  }
1355
- export declare class DescribeResourcePortResponse extends $tea.Model {
2087
+ export declare class DescribeRuleHitsTopRuleIdResponse extends $tea.Model {
1356
2088
  headers?: {
1357
2089
  [key: string]: string;
1358
2090
  };
1359
2091
  statusCode?: number;
1360
- body?: DescribeResourcePortResponseBody;
2092
+ body?: DescribeRuleHitsTopRuleIdResponseBody;
1361
2093
  static names(): {
1362
2094
  [key: string]: string;
1363
2095
  };
@@ -1368,15 +2100,12 @@ export declare class DescribeResourcePortResponse extends $tea.Model {
1368
2100
  [key: string]: any;
1369
2101
  });
1370
2102
  }
1371
- export declare class DescribeResponseCodeTrendGraphRequest extends $tea.Model {
2103
+ export declare class DescribeRuleHitsTopTuleTypeRequest extends $tea.Model {
1372
2104
  endTimestamp?: string;
1373
2105
  instanceId?: string;
1374
- interval?: string;
1375
2106
  regionId?: string;
1376
2107
  resource?: string;
1377
- resourceManagerResourceGroupId?: string;
1378
2108
  startTimestamp?: string;
1379
- type?: string;
1380
2109
  static names(): {
1381
2110
  [key: string]: string;
1382
2111
  };
@@ -1387,9 +2116,9 @@ export declare class DescribeResponseCodeTrendGraphRequest extends $tea.Model {
1387
2116
  [key: string]: any;
1388
2117
  });
1389
2118
  }
1390
- export declare class DescribeResponseCodeTrendGraphResponseBody extends $tea.Model {
2119
+ export declare class DescribeRuleHitsTopTuleTypeResponseBody extends $tea.Model {
1391
2120
  requestId?: string;
1392
- responseCodes?: DescribeResponseCodeTrendGraphResponseBodyResponseCodes[];
2121
+ ruleHitsTopTuleType?: DescribeRuleHitsTopTuleTypeResponseBodyRuleHitsTopTuleType[];
1393
2122
  static names(): {
1394
2123
  [key: string]: string;
1395
2124
  };
@@ -1400,12 +2129,12 @@ export declare class DescribeResponseCodeTrendGraphResponseBody extends $tea.Mod
1400
2129
  [key: string]: any;
1401
2130
  });
1402
2131
  }
1403
- export declare class DescribeResponseCodeTrendGraphResponse extends $tea.Model {
2132
+ export declare class DescribeRuleHitsTopTuleTypeResponse extends $tea.Model {
1404
2133
  headers?: {
1405
2134
  [key: string]: string;
1406
2135
  };
1407
2136
  statusCode?: number;
1408
- body?: DescribeResponseCodeTrendGraphResponseBody;
2137
+ body?: DescribeRuleHitsTopTuleTypeResponseBody;
1409
2138
  static names(): {
1410
2139
  [key: string]: string;
1411
2140
  };
@@ -1416,14 +2145,13 @@ export declare class DescribeResponseCodeTrendGraphResponse extends $tea.Model {
1416
2145
  [key: string]: any;
1417
2146
  });
1418
2147
  }
1419
- export declare class DescribeRuleGroupsRequest extends $tea.Model {
2148
+ export declare class DescribeRuleHitsTopUaRequest extends $tea.Model {
2149
+ endTimestamp?: string;
1420
2150
  instanceId?: string;
1421
- pageNumber?: number;
1422
- pageSize?: number;
1423
2151
  regionId?: string;
2152
+ resource?: string;
1424
2153
  resourceManagerResourceGroupId?: string;
1425
- searchType?: string;
1426
- searchValue?: string;
2154
+ startTimestamp?: string;
1427
2155
  static names(): {
1428
2156
  [key: string]: string;
1429
2157
  };
@@ -1434,10 +2162,9 @@ export declare class DescribeRuleGroupsRequest extends $tea.Model {
1434
2162
  [key: string]: any;
1435
2163
  });
1436
2164
  }
1437
- export declare class DescribeRuleGroupsResponseBody extends $tea.Model {
2165
+ export declare class DescribeRuleHitsTopUaResponseBody extends $tea.Model {
1438
2166
  requestId?: string;
1439
- ruleGroups?: DescribeRuleGroupsResponseBodyRuleGroups[];
1440
- totalCount?: number;
2167
+ ruleHitsTopUa?: DescribeRuleHitsTopUaResponseBodyRuleHitsTopUa[];
1441
2168
  static names(): {
1442
2169
  [key: string]: string;
1443
2170
  };
@@ -1448,12 +2175,12 @@ export declare class DescribeRuleGroupsResponseBody extends $tea.Model {
1448
2175
  [key: string]: any;
1449
2176
  });
1450
2177
  }
1451
- export declare class DescribeRuleGroupsResponse extends $tea.Model {
2178
+ export declare class DescribeRuleHitsTopUaResponse extends $tea.Model {
1452
2179
  headers?: {
1453
2180
  [key: string]: string;
1454
2181
  };
1455
2182
  statusCode?: number;
1456
- body?: DescribeRuleGroupsResponseBody;
2183
+ body?: DescribeRuleHitsTopUaResponseBody;
1457
2184
  static names(): {
1458
2185
  [key: string]: string;
1459
2186
  };
@@ -1464,14 +2191,100 @@ export declare class DescribeRuleGroupsResponse extends $tea.Model {
1464
2191
  [key: string]: any;
1465
2192
  });
1466
2193
  }
1467
- export declare class DescribeRuleHitsTopClientIpRequest extends $tea.Model {
2194
+ export declare class DescribeRuleHitsTopUrlRequest extends $tea.Model {
1468
2195
  endTimestamp?: string;
1469
2196
  instanceId?: string;
1470
2197
  regionId?: string;
1471
- resource?: string;
2198
+ resource?: string;
2199
+ resourceManagerResourceGroupId?: string;
2200
+ ruleType?: string;
2201
+ startTimestamp?: string;
2202
+ static names(): {
2203
+ [key: string]: string;
2204
+ };
2205
+ static types(): {
2206
+ [key: string]: any;
2207
+ };
2208
+ constructor(map?: {
2209
+ [key: string]: any;
2210
+ });
2211
+ }
2212
+ export declare class DescribeRuleHitsTopUrlResponseBody extends $tea.Model {
2213
+ requestId?: string;
2214
+ ruleHitsTopUrl?: DescribeRuleHitsTopUrlResponseBodyRuleHitsTopUrl[];
2215
+ static names(): {
2216
+ [key: string]: string;
2217
+ };
2218
+ static types(): {
2219
+ [key: string]: any;
2220
+ };
2221
+ constructor(map?: {
2222
+ [key: string]: any;
2223
+ });
2224
+ }
2225
+ export declare class DescribeRuleHitsTopUrlResponse extends $tea.Model {
2226
+ headers?: {
2227
+ [key: string]: string;
2228
+ };
2229
+ statusCode?: number;
2230
+ body?: DescribeRuleHitsTopUrlResponseBody;
2231
+ static names(): {
2232
+ [key: string]: string;
2233
+ };
2234
+ static types(): {
2235
+ [key: string]: any;
2236
+ };
2237
+ constructor(map?: {
2238
+ [key: string]: any;
2239
+ });
2240
+ }
2241
+ export declare class DescribeSlsAuthStatusRequest extends $tea.Model {
2242
+ instanceId?: string;
2243
+ regionId?: string;
2244
+ resourceManagerResourceGroupId?: string;
2245
+ static names(): {
2246
+ [key: string]: string;
2247
+ };
2248
+ static types(): {
2249
+ [key: string]: any;
2250
+ };
2251
+ constructor(map?: {
2252
+ [key: string]: any;
2253
+ });
2254
+ }
2255
+ export declare class DescribeSlsAuthStatusResponseBody extends $tea.Model {
2256
+ requestId?: string;
2257
+ status?: boolean;
2258
+ static names(): {
2259
+ [key: string]: string;
2260
+ };
2261
+ static types(): {
2262
+ [key: string]: any;
2263
+ };
2264
+ constructor(map?: {
2265
+ [key: string]: any;
2266
+ });
2267
+ }
2268
+ export declare class DescribeSlsAuthStatusResponse extends $tea.Model {
2269
+ headers?: {
2270
+ [key: string]: string;
2271
+ };
2272
+ statusCode?: number;
2273
+ body?: DescribeSlsAuthStatusResponseBody;
2274
+ static names(): {
2275
+ [key: string]: string;
2276
+ };
2277
+ static types(): {
2278
+ [key: string]: any;
2279
+ };
2280
+ constructor(map?: {
2281
+ [key: string]: any;
2282
+ });
2283
+ }
2284
+ export declare class DescribeSlsLogStoreRequest extends $tea.Model {
2285
+ instanceId?: string;
2286
+ regionId?: string;
1472
2287
  resourceManagerResourceGroupId?: string;
1473
- ruleType?: string;
1474
- startTimestamp?: string;
1475
2288
  static names(): {
1476
2289
  [key: string]: string;
1477
2290
  };
@@ -1482,9 +2295,13 @@ export declare class DescribeRuleHitsTopClientIpRequest extends $tea.Model {
1482
2295
  [key: string]: any;
1483
2296
  });
1484
2297
  }
1485
- export declare class DescribeRuleHitsTopClientIpResponseBody extends $tea.Model {
2298
+ export declare class DescribeSlsLogStoreResponseBody extends $tea.Model {
2299
+ logStoreName?: string;
2300
+ projectName?: string;
2301
+ quota?: number;
1486
2302
  requestId?: string;
1487
- ruleHitsTopClientIp?: DescribeRuleHitsTopClientIpResponseBodyRuleHitsTopClientIp[];
2303
+ ttl?: number;
2304
+ used?: number;
1488
2305
  static names(): {
1489
2306
  [key: string]: string;
1490
2307
  };
@@ -1495,12 +2312,12 @@ export declare class DescribeRuleHitsTopClientIpResponseBody extends $tea.Model
1495
2312
  [key: string]: any;
1496
2313
  });
1497
2314
  }
1498
- export declare class DescribeRuleHitsTopClientIpResponse extends $tea.Model {
2315
+ export declare class DescribeSlsLogStoreResponse extends $tea.Model {
1499
2316
  headers?: {
1500
2317
  [key: string]: string;
1501
2318
  };
1502
2319
  statusCode?: number;
1503
- body?: DescribeRuleHitsTopClientIpResponseBody;
2320
+ body?: DescribeSlsLogStoreResponseBody;
1504
2321
  static names(): {
1505
2322
  [key: string]: string;
1506
2323
  };
@@ -1511,13 +2328,10 @@ export declare class DescribeRuleHitsTopClientIpResponse extends $tea.Model {
1511
2328
  [key: string]: any;
1512
2329
  });
1513
2330
  }
1514
- export declare class DescribeRuleHitsTopResourceRequest extends $tea.Model {
1515
- endTimestamp?: string;
2331
+ export declare class DescribeSlsLogStoreStatusRequest extends $tea.Model {
1516
2332
  instanceId?: string;
1517
2333
  regionId?: string;
1518
2334
  resourceManagerResourceGroupId?: string;
1519
- ruleType?: string;
1520
- startTimestamp?: string;
1521
2335
  static names(): {
1522
2336
  [key: string]: string;
1523
2337
  };
@@ -1528,9 +2342,9 @@ export declare class DescribeRuleHitsTopResourceRequest extends $tea.Model {
1528
2342
  [key: string]: any;
1529
2343
  });
1530
2344
  }
1531
- export declare class DescribeRuleHitsTopResourceResponseBody extends $tea.Model {
2345
+ export declare class DescribeSlsLogStoreStatusResponseBody extends $tea.Model {
2346
+ existStatus?: boolean;
1532
2347
  requestId?: string;
1533
- ruleHitsTopResource?: DescribeRuleHitsTopResourceResponseBodyRuleHitsTopResource[];
1534
2348
  static names(): {
1535
2349
  [key: string]: string;
1536
2350
  };
@@ -1541,12 +2355,12 @@ export declare class DescribeRuleHitsTopResourceResponseBody extends $tea.Model
1541
2355
  [key: string]: any;
1542
2356
  });
1543
2357
  }
1544
- export declare class DescribeRuleHitsTopResourceResponse extends $tea.Model {
2358
+ export declare class DescribeSlsLogStoreStatusResponse extends $tea.Model {
1545
2359
  headers?: {
1546
2360
  [key: string]: string;
1547
2361
  };
1548
2362
  statusCode?: number;
1549
- body?: DescribeRuleHitsTopResourceResponseBody;
2363
+ body?: DescribeSlsLogStoreStatusResponseBody;
1550
2364
  static names(): {
1551
2365
  [key: string]: string;
1552
2366
  };
@@ -1557,15 +2371,12 @@ export declare class DescribeRuleHitsTopResourceResponse extends $tea.Model {
1557
2371
  [key: string]: any;
1558
2372
  });
1559
2373
  }
1560
- export declare class DescribeRuleHitsTopRuleIdRequest extends $tea.Model {
1561
- endTimestamp?: string;
2374
+ export declare class DescribeTemplateResourcesRequest extends $tea.Model {
1562
2375
  instanceId?: string;
1563
- isGroupResource?: string;
1564
2376
  regionId?: string;
1565
- resource?: string;
1566
2377
  resourceManagerResourceGroupId?: string;
1567
- ruleType?: string;
1568
- startTimestamp?: string;
2378
+ resourceType?: string;
2379
+ templateId?: number;
1569
2380
  static names(): {
1570
2381
  [key: string]: string;
1571
2382
  };
@@ -1576,9 +2387,9 @@ export declare class DescribeRuleHitsTopRuleIdRequest extends $tea.Model {
1576
2387
  [key: string]: any;
1577
2388
  });
1578
2389
  }
1579
- export declare class DescribeRuleHitsTopRuleIdResponseBody extends $tea.Model {
2390
+ export declare class DescribeTemplateResourcesResponseBody extends $tea.Model {
1580
2391
  requestId?: string;
1581
- ruleHitsTopRuleId?: DescribeRuleHitsTopRuleIdResponseBodyRuleHitsTopRuleId[];
2392
+ resources?: string[];
1582
2393
  static names(): {
1583
2394
  [key: string]: string;
1584
2395
  };
@@ -1589,12 +2400,12 @@ export declare class DescribeRuleHitsTopRuleIdResponseBody extends $tea.Model {
1589
2400
  [key: string]: any;
1590
2401
  });
1591
2402
  }
1592
- export declare class DescribeRuleHitsTopRuleIdResponse extends $tea.Model {
2403
+ export declare class DescribeTemplateResourcesResponse extends $tea.Model {
1593
2404
  headers?: {
1594
2405
  [key: string]: string;
1595
2406
  };
1596
2407
  statusCode?: number;
1597
- body?: DescribeRuleHitsTopRuleIdResponseBody;
2408
+ body?: DescribeTemplateResourcesResponseBody;
1598
2409
  static names(): {
1599
2410
  [key: string]: string;
1600
2411
  };
@@ -1605,12 +2416,10 @@ export declare class DescribeRuleHitsTopRuleIdResponse extends $tea.Model {
1605
2416
  [key: string]: any;
1606
2417
  });
1607
2418
  }
1608
- export declare class DescribeRuleHitsTopTuleTypeRequest extends $tea.Model {
1609
- endTimestamp?: string;
2419
+ export declare class DescribeUserSlsLogRegionsRequest extends $tea.Model {
1610
2420
  instanceId?: string;
1611
2421
  regionId?: string;
1612
- resource?: string;
1613
- startTimestamp?: string;
2422
+ resourceManagerResourceGroupId?: string;
1614
2423
  static names(): {
1615
2424
  [key: string]: string;
1616
2425
  };
@@ -1621,9 +2430,9 @@ export declare class DescribeRuleHitsTopTuleTypeRequest extends $tea.Model {
1621
2430
  [key: string]: any;
1622
2431
  });
1623
2432
  }
1624
- export declare class DescribeRuleHitsTopTuleTypeResponseBody extends $tea.Model {
2433
+ export declare class DescribeUserSlsLogRegionsResponseBody extends $tea.Model {
2434
+ logRegions?: string[];
1625
2435
  requestId?: string;
1626
- ruleHitsTopTuleType?: DescribeRuleHitsTopTuleTypeResponseBodyRuleHitsTopTuleType[];
1627
2436
  static names(): {
1628
2437
  [key: string]: string;
1629
2438
  };
@@ -1634,12 +2443,12 @@ export declare class DescribeRuleHitsTopTuleTypeResponseBody extends $tea.Model
1634
2443
  [key: string]: any;
1635
2444
  });
1636
2445
  }
1637
- export declare class DescribeRuleHitsTopTuleTypeResponse extends $tea.Model {
2446
+ export declare class DescribeUserSlsLogRegionsResponse extends $tea.Model {
1638
2447
  headers?: {
1639
2448
  [key: string]: string;
1640
2449
  };
1641
2450
  statusCode?: number;
1642
- body?: DescribeRuleHitsTopTuleTypeResponseBody;
2451
+ body?: DescribeUserSlsLogRegionsResponseBody;
1643
2452
  static names(): {
1644
2453
  [key: string]: string;
1645
2454
  };
@@ -1650,13 +2459,10 @@ export declare class DescribeRuleHitsTopTuleTypeResponse extends $tea.Model {
1650
2459
  [key: string]: any;
1651
2460
  });
1652
2461
  }
1653
- export declare class DescribeRuleHitsTopUaRequest extends $tea.Model {
1654
- endTimestamp?: string;
2462
+ export declare class DescribeUserWafLogStatusRequest extends $tea.Model {
1655
2463
  instanceId?: string;
1656
2464
  regionId?: string;
1657
- resource?: string;
1658
2465
  resourceManagerResourceGroupId?: string;
1659
- startTimestamp?: string;
1660
2466
  static names(): {
1661
2467
  [key: string]: string;
1662
2468
  };
@@ -1667,9 +2473,11 @@ export declare class DescribeRuleHitsTopUaRequest extends $tea.Model {
1667
2473
  [key: string]: any;
1668
2474
  });
1669
2475
  }
1670
- export declare class DescribeRuleHitsTopUaResponseBody extends $tea.Model {
2476
+ export declare class DescribeUserWafLogStatusResponseBody extends $tea.Model {
2477
+ logRegionId?: string;
2478
+ logStatus?: string;
1671
2479
  requestId?: string;
1672
- ruleHitsTopUa?: DescribeRuleHitsTopUaResponseBodyRuleHitsTopUa[];
2480
+ statusUpdateTime?: number;
1673
2481
  static names(): {
1674
2482
  [key: string]: string;
1675
2483
  };
@@ -1680,12 +2488,12 @@ export declare class DescribeRuleHitsTopUaResponseBody extends $tea.Model {
1680
2488
  [key: string]: any;
1681
2489
  });
1682
2490
  }
1683
- export declare class DescribeRuleHitsTopUaResponse extends $tea.Model {
2491
+ export declare class DescribeUserWafLogStatusResponse extends $tea.Model {
1684
2492
  headers?: {
1685
2493
  [key: string]: string;
1686
2494
  };
1687
2495
  statusCode?: number;
1688
- body?: DescribeRuleHitsTopUaResponseBody;
2496
+ body?: DescribeUserWafLogStatusResponseBody;
1689
2497
  static names(): {
1690
2498
  [key: string]: string;
1691
2499
  };
@@ -1696,13 +2504,12 @@ export declare class DescribeRuleHitsTopUaResponse extends $tea.Model {
1696
2504
  [key: string]: any;
1697
2505
  });
1698
2506
  }
1699
- export declare class DescribeRuleHitsTopUrlRequest extends $tea.Model {
2507
+ export declare class DescribeVisitTopIpRequest extends $tea.Model {
1700
2508
  endTimestamp?: string;
1701
2509
  instanceId?: string;
1702
2510
  regionId?: string;
1703
2511
  resource?: string;
1704
2512
  resourceManagerResourceGroupId?: string;
1705
- ruleType?: string;
1706
2513
  startTimestamp?: string;
1707
2514
  static names(): {
1708
2515
  [key: string]: string;
@@ -1714,9 +2521,9 @@ export declare class DescribeRuleHitsTopUrlRequest extends $tea.Model {
1714
2521
  [key: string]: any;
1715
2522
  });
1716
2523
  }
1717
- export declare class DescribeRuleHitsTopUrlResponseBody extends $tea.Model {
2524
+ export declare class DescribeVisitTopIpResponseBody extends $tea.Model {
1718
2525
  requestId?: string;
1719
- ruleHitsTopUrl?: DescribeRuleHitsTopUrlResponseBodyRuleHitsTopUrl[];
2526
+ topIp?: DescribeVisitTopIpResponseBodyTopIp[];
1720
2527
  static names(): {
1721
2528
  [key: string]: string;
1722
2529
  };
@@ -1727,12 +2534,12 @@ export declare class DescribeRuleHitsTopUrlResponseBody extends $tea.Model {
1727
2534
  [key: string]: any;
1728
2535
  });
1729
2536
  }
1730
- export declare class DescribeRuleHitsTopUrlResponse extends $tea.Model {
2537
+ export declare class DescribeVisitTopIpResponse extends $tea.Model {
1731
2538
  headers?: {
1732
2539
  [key: string]: string;
1733
2540
  };
1734
2541
  statusCode?: number;
1735
- body?: DescribeRuleHitsTopUrlResponseBody;
2542
+ body?: DescribeVisitTopIpResponseBody;
1736
2543
  static names(): {
1737
2544
  [key: string]: string;
1738
2545
  };
@@ -1743,12 +2550,12 @@ export declare class DescribeRuleHitsTopUrlResponse extends $tea.Model {
1743
2550
  [key: string]: any;
1744
2551
  });
1745
2552
  }
1746
- export declare class DescribeTemplateResourcesRequest extends $tea.Model {
2553
+ export declare class DescribeVisitUasRequest extends $tea.Model {
2554
+ endTimestamp?: string;
1747
2555
  instanceId?: string;
1748
2556
  regionId?: string;
1749
- resourceManagerResourceGroupId?: string;
1750
- resourceType?: string;
1751
- templateId?: number;
2557
+ resource?: string;
2558
+ startTimestamp?: string;
1752
2559
  static names(): {
1753
2560
  [key: string]: string;
1754
2561
  };
@@ -1759,9 +2566,9 @@ export declare class DescribeTemplateResourcesRequest extends $tea.Model {
1759
2566
  [key: string]: any;
1760
2567
  });
1761
2568
  }
1762
- export declare class DescribeTemplateResourcesResponseBody extends $tea.Model {
2569
+ export declare class DescribeVisitUasResponseBody extends $tea.Model {
1763
2570
  requestId?: string;
1764
- resources?: string[];
2571
+ uas?: DescribeVisitUasResponseBodyUas[];
1765
2572
  static names(): {
1766
2573
  [key: string]: string;
1767
2574
  };
@@ -1772,12 +2579,12 @@ export declare class DescribeTemplateResourcesResponseBody extends $tea.Model {
1772
2579
  [key: string]: any;
1773
2580
  });
1774
2581
  }
1775
- export declare class DescribeTemplateResourcesResponse extends $tea.Model {
2582
+ export declare class DescribeVisitUasResponse extends $tea.Model {
1776
2583
  headers?: {
1777
2584
  [key: string]: string;
1778
2585
  };
1779
2586
  statusCode?: number;
1780
- body?: DescribeTemplateResourcesResponseBody;
2587
+ body?: DescribeVisitUasResponseBody;
1781
2588
  static names(): {
1782
2589
  [key: string]: string;
1783
2590
  };
@@ -1788,13 +2595,10 @@ export declare class DescribeTemplateResourcesResponse extends $tea.Model {
1788
2595
  [key: string]: any;
1789
2596
  });
1790
2597
  }
1791
- export declare class DescribeVisitTopIpRequest extends $tea.Model {
1792
- endTimestamp?: string;
2598
+ export declare class DescribeWafSourceIpSegmentRequest extends $tea.Model {
1793
2599
  instanceId?: string;
1794
2600
  regionId?: string;
1795
- resource?: string;
1796
2601
  resourceManagerResourceGroupId?: string;
1797
- startTimestamp?: string;
1798
2602
  static names(): {
1799
2603
  [key: string]: string;
1800
2604
  };
@@ -1805,9 +2609,9 @@ export declare class DescribeVisitTopIpRequest extends $tea.Model {
1805
2609
  [key: string]: any;
1806
2610
  });
1807
2611
  }
1808
- export declare class DescribeVisitTopIpResponseBody extends $tea.Model {
2612
+ export declare class DescribeWafSourceIpSegmentResponseBody extends $tea.Model {
1809
2613
  requestId?: string;
1810
- topIp?: DescribeVisitTopIpResponseBodyTopIp[];
2614
+ wafSourceIp?: DescribeWafSourceIpSegmentResponseBodyWafSourceIp;
1811
2615
  static names(): {
1812
2616
  [key: string]: string;
1813
2617
  };
@@ -1818,12 +2622,12 @@ export declare class DescribeVisitTopIpResponseBody extends $tea.Model {
1818
2622
  [key: string]: any;
1819
2623
  });
1820
2624
  }
1821
- export declare class DescribeVisitTopIpResponse extends $tea.Model {
2625
+ export declare class DescribeWafSourceIpSegmentResponse extends $tea.Model {
1822
2626
  headers?: {
1823
2627
  [key: string]: string;
1824
2628
  };
1825
2629
  statusCode?: number;
1826
- body?: DescribeVisitTopIpResponseBody;
2630
+ body?: DescribeWafSourceIpSegmentResponseBody;
1827
2631
  static names(): {
1828
2632
  [key: string]: string;
1829
2633
  };
@@ -1834,12 +2638,14 @@ export declare class DescribeVisitTopIpResponse extends $tea.Model {
1834
2638
  [key: string]: any;
1835
2639
  });
1836
2640
  }
1837
- export declare class DescribeVisitUasRequest extends $tea.Model {
1838
- endTimestamp?: string;
2641
+ export declare class ModifyDefenseResourceGroupRequest extends $tea.Model {
2642
+ addList?: string;
2643
+ deleteList?: string;
2644
+ description?: string;
2645
+ groupName?: string;
1839
2646
  instanceId?: string;
1840
2647
  regionId?: string;
1841
- resource?: string;
1842
- startTimestamp?: string;
2648
+ resourceManagerResourceGroupId?: string;
1843
2649
  static names(): {
1844
2650
  [key: string]: string;
1845
2651
  };
@@ -1850,9 +2656,8 @@ export declare class DescribeVisitUasRequest extends $tea.Model {
1850
2656
  [key: string]: any;
1851
2657
  });
1852
2658
  }
1853
- export declare class DescribeVisitUasResponseBody extends $tea.Model {
2659
+ export declare class ModifyDefenseResourceGroupResponseBody extends $tea.Model {
1854
2660
  requestId?: string;
1855
- uas?: DescribeVisitUasResponseBodyUas[];
1856
2661
  static names(): {
1857
2662
  [key: string]: string;
1858
2663
  };
@@ -1863,12 +2668,12 @@ export declare class DescribeVisitUasResponseBody extends $tea.Model {
1863
2668
  [key: string]: any;
1864
2669
  });
1865
2670
  }
1866
- export declare class DescribeVisitUasResponse extends $tea.Model {
2671
+ export declare class ModifyDefenseResourceGroupResponse extends $tea.Model {
1867
2672
  headers?: {
1868
2673
  [key: string]: string;
1869
2674
  };
1870
2675
  statusCode?: number;
1871
- body?: DescribeVisitUasResponseBody;
2676
+ body?: ModifyDefenseResourceGroupResponseBody;
1872
2677
  static names(): {
1873
2678
  [key: string]: string;
1874
2679
  };
@@ -1879,10 +2684,16 @@ export declare class DescribeVisitUasResponse extends $tea.Model {
1879
2684
  [key: string]: any;
1880
2685
  });
1881
2686
  }
1882
- export declare class DescribeWafSourceIpSegmentRequest extends $tea.Model {
2687
+ export declare class ModifyDefenseResourceXffRequest extends $tea.Model {
2688
+ acwCookieStatus?: number;
2689
+ acwSecureStatus?: number;
2690
+ acwV3SecureStatus?: number;
2691
+ customHeaders?: string[];
1883
2692
  instanceId?: string;
1884
2693
  regionId?: string;
2694
+ resource?: string;
1885
2695
  resourceManagerResourceGroupId?: string;
2696
+ xffStatus?: number;
1886
2697
  static names(): {
1887
2698
  [key: string]: string;
1888
2699
  };
@@ -1893,9 +2704,8 @@ export declare class DescribeWafSourceIpSegmentRequest extends $tea.Model {
1893
2704
  [key: string]: any;
1894
2705
  });
1895
2706
  }
1896
- export declare class DescribeWafSourceIpSegmentResponseBody extends $tea.Model {
2707
+ export declare class ModifyDefenseResourceXffResponseBody extends $tea.Model {
1897
2708
  requestId?: string;
1898
- wafSourceIp?: DescribeWafSourceIpSegmentResponseBodyWafSourceIp;
1899
2709
  static names(): {
1900
2710
  [key: string]: string;
1901
2711
  };
@@ -1906,12 +2716,12 @@ export declare class DescribeWafSourceIpSegmentResponseBody extends $tea.Model {
1906
2716
  [key: string]: any;
1907
2717
  });
1908
2718
  }
1909
- export declare class DescribeWafSourceIpSegmentResponse extends $tea.Model {
2719
+ export declare class ModifyDefenseResourceXffResponse extends $tea.Model {
1910
2720
  headers?: {
1911
2721
  [key: string]: string;
1912
2722
  };
1913
2723
  statusCode?: number;
1914
- body?: DescribeWafSourceIpSegmentResponseBody;
2724
+ body?: ModifyDefenseResourceXffResponseBody;
1915
2725
  static names(): {
1916
2726
  [key: string]: string;
1917
2727
  };
@@ -1922,14 +2732,13 @@ export declare class DescribeWafSourceIpSegmentResponse extends $tea.Model {
1922
2732
  [key: string]: any;
1923
2733
  });
1924
2734
  }
1925
- export declare class ModifyDefenseResourceGroupRequest extends $tea.Model {
1926
- addList?: string;
1927
- deleteList?: string;
1928
- description?: string;
1929
- groupName?: string;
2735
+ export declare class ModifyDefenseRuleRequest extends $tea.Model {
2736
+ defenseScene?: string;
1930
2737
  instanceId?: string;
1931
2738
  regionId?: string;
1932
2739
  resourceManagerResourceGroupId?: string;
2740
+ rules?: string;
2741
+ templateId?: number;
1933
2742
  static names(): {
1934
2743
  [key: string]: string;
1935
2744
  };
@@ -1940,7 +2749,7 @@ export declare class ModifyDefenseResourceGroupRequest extends $tea.Model {
1940
2749
  [key: string]: any;
1941
2750
  });
1942
2751
  }
1943
- export declare class ModifyDefenseResourceGroupResponseBody extends $tea.Model {
2752
+ export declare class ModifyDefenseRuleResponseBody extends $tea.Model {
1944
2753
  requestId?: string;
1945
2754
  static names(): {
1946
2755
  [key: string]: string;
@@ -1952,12 +2761,12 @@ export declare class ModifyDefenseResourceGroupResponseBody extends $tea.Model {
1952
2761
  [key: string]: any;
1953
2762
  });
1954
2763
  }
1955
- export declare class ModifyDefenseResourceGroupResponse extends $tea.Model {
2764
+ export declare class ModifyDefenseRuleResponse extends $tea.Model {
1956
2765
  headers?: {
1957
2766
  [key: string]: string;
1958
2767
  };
1959
2768
  statusCode?: number;
1960
- body?: ModifyDefenseResourceGroupResponseBody;
2769
+ body?: ModifyDefenseRuleResponseBody;
1961
2770
  static names(): {
1962
2771
  [key: string]: string;
1963
2772
  };
@@ -1968,12 +2777,11 @@ export declare class ModifyDefenseResourceGroupResponse extends $tea.Model {
1968
2777
  [key: string]: any;
1969
2778
  });
1970
2779
  }
1971
- export declare class ModifyDefenseRuleRequest extends $tea.Model {
1972
- defenseScene?: string;
2780
+ export declare class ModifyDefenseRuleCacheRequest extends $tea.Model {
1973
2781
  instanceId?: string;
1974
2782
  regionId?: string;
1975
2783
  resourceManagerResourceGroupId?: string;
1976
- rules?: string;
2784
+ ruleId?: number;
1977
2785
  templateId?: number;
1978
2786
  static names(): {
1979
2787
  [key: string]: string;
@@ -1985,7 +2793,7 @@ export declare class ModifyDefenseRuleRequest extends $tea.Model {
1985
2793
  [key: string]: any;
1986
2794
  });
1987
2795
  }
1988
- export declare class ModifyDefenseRuleResponseBody extends $tea.Model {
2796
+ export declare class ModifyDefenseRuleCacheResponseBody extends $tea.Model {
1989
2797
  requestId?: string;
1990
2798
  static names(): {
1991
2799
  [key: string]: string;
@@ -1997,12 +2805,12 @@ export declare class ModifyDefenseRuleResponseBody extends $tea.Model {
1997
2805
  [key: string]: any;
1998
2806
  });
1999
2807
  }
2000
- export declare class ModifyDefenseRuleResponse extends $tea.Model {
2808
+ export declare class ModifyDefenseRuleCacheResponse extends $tea.Model {
2001
2809
  headers?: {
2002
2810
  [key: string]: string;
2003
2811
  };
2004
2812
  statusCode?: number;
2005
- body?: ModifyDefenseRuleResponseBody;
2813
+ body?: ModifyDefenseRuleCacheResponseBody;
2006
2814
  static names(): {
2007
2815
  [key: string]: string;
2008
2816
  };
@@ -2154,7 +2962,6 @@ export declare class ModifyDomainRequest extends $tea.Model {
2154
2962
  listen?: ModifyDomainRequestListen;
2155
2963
  redirect?: ModifyDomainRequestRedirect;
2156
2964
  regionId?: string;
2157
- sourceIp?: string;
2158
2965
  static names(): {
2159
2966
  [key: string]: string;
2160
2967
  };
@@ -2172,7 +2979,6 @@ export declare class ModifyDomainShrinkRequest extends $tea.Model {
2172
2979
  listenShrink?: string;
2173
2980
  redirectShrink?: string;
2174
2981
  regionId?: string;
2175
- sourceIp?: string;
2176
2982
  static names(): {
2177
2983
  [key: string]: string;
2178
2984
  };
@@ -2301,6 +3107,51 @@ export declare class ModifyMajorProtectionBlackIpResponse extends $tea.Model {
2301
3107
  [key: string]: any;
2302
3108
  });
2303
3109
  }
3110
+ export declare class ModifyMemberAccountRequest extends $tea.Model {
3111
+ description?: string;
3112
+ instanceId?: string;
3113
+ memberAccountId?: string;
3114
+ regionId?: string;
3115
+ resourceManagerResourceGroupId?: string;
3116
+ sourceIp?: string;
3117
+ static names(): {
3118
+ [key: string]: string;
3119
+ };
3120
+ static types(): {
3121
+ [key: string]: any;
3122
+ };
3123
+ constructor(map?: {
3124
+ [key: string]: any;
3125
+ });
3126
+ }
3127
+ export declare class ModifyMemberAccountResponseBody extends $tea.Model {
3128
+ requestId?: string;
3129
+ static names(): {
3130
+ [key: string]: string;
3131
+ };
3132
+ static types(): {
3133
+ [key: string]: any;
3134
+ };
3135
+ constructor(map?: {
3136
+ [key: string]: any;
3137
+ });
3138
+ }
3139
+ export declare class ModifyMemberAccountResponse extends $tea.Model {
3140
+ headers?: {
3141
+ [key: string]: string;
3142
+ };
3143
+ statusCode?: number;
3144
+ body?: ModifyMemberAccountResponseBody;
3145
+ static names(): {
3146
+ [key: string]: string;
3147
+ };
3148
+ static types(): {
3149
+ [key: string]: any;
3150
+ };
3151
+ constructor(map?: {
3152
+ [key: string]: any;
3153
+ });
3154
+ }
2304
3155
  export declare class ModifyResourceLogStatusRequest extends $tea.Model {
2305
3156
  instanceId?: string;
2306
3157
  regionId?: string;
@@ -2474,6 +3325,24 @@ export declare class CreateDomainResponseBodyDomainInfo extends $tea.Model {
2474
3325
  [key: string]: any;
2475
3326
  });
2476
3327
  }
3328
+ export declare class DescribeCertsResponseBodyCerts extends $tea.Model {
3329
+ afterDate?: number;
3330
+ beforeDate?: number;
3331
+ certIdentifier?: string;
3332
+ certName?: string;
3333
+ commonName?: string;
3334
+ domain?: string;
3335
+ isChainCompleted?: boolean;
3336
+ static names(): {
3337
+ [key: string]: string;
3338
+ };
3339
+ static types(): {
3340
+ [key: string]: any;
3341
+ };
3342
+ constructor(map?: {
3343
+ [key: string]: any;
3344
+ });
3345
+ }
2477
3346
  export declare class DescribeDefenseResourceGroupResponseBodyGroup extends $tea.Model {
2478
3347
  description?: string;
2479
3348
  gmtCreate?: number;
@@ -2490,6 +3359,26 @@ export declare class DescribeDefenseResourceGroupResponseBodyGroup extends $tea.
2490
3359
  [key: string]: any;
2491
3360
  });
2492
3361
  }
3362
+ export declare class DescribeDefenseResourceTemplatesResponseBodyTemplates extends $tea.Model {
3363
+ defenseScene?: string;
3364
+ defenseSubScene?: string;
3365
+ description?: string;
3366
+ gmtModified?: number;
3367
+ templateId?: number;
3368
+ templateName?: string;
3369
+ templateOrigin?: string;
3370
+ templateStatus?: number;
3371
+ templateType?: string;
3372
+ static names(): {
3373
+ [key: string]: string;
3374
+ };
3375
+ static types(): {
3376
+ [key: string]: any;
3377
+ };
3378
+ constructor(map?: {
3379
+ [key: string]: any;
3380
+ });
3381
+ }
2493
3382
  export declare class DescribeDefenseResourcesRequestTag extends $tea.Model {
2494
3383
  key?: string;
2495
3384
  value?: string;
@@ -2514,6 +3403,7 @@ export declare class DescribeDefenseResourcesResponseBodyResources extends $tea.
2514
3403
  };
2515
3404
  gmtCreate?: number;
2516
3405
  gmtModified?: number;
3406
+ ownerUserId?: string;
2517
3407
  pattern?: string;
2518
3408
  product?: string;
2519
3409
  resource?: string;
@@ -2589,6 +3479,26 @@ export declare class DescribeDefenseTemplateResponseBodyTemplate extends $tea.Mo
2589
3479
  [key: string]: any;
2590
3480
  });
2591
3481
  }
3482
+ export declare class DescribeDefenseTemplatesResponseBodyTemplates extends $tea.Model {
3483
+ defenseScene?: string;
3484
+ defenseSubScene?: string;
3485
+ description?: string;
3486
+ gmtModified?: number;
3487
+ templateId?: number;
3488
+ templateName?: string;
3489
+ templateOrigin?: string;
3490
+ templateStatus?: number;
3491
+ templateType?: string;
3492
+ static names(): {
3493
+ [key: string]: string;
3494
+ };
3495
+ static types(): {
3496
+ [key: string]: any;
3497
+ };
3498
+ constructor(map?: {
3499
+ [key: string]: any;
3500
+ });
3501
+ }
2592
3502
  export declare class DescribeDomainDetailResponseBodyCertDetail extends $tea.Model {
2593
3503
  commonName?: string;
2594
3504
  endTime?: number;
@@ -2875,7 +3785,6 @@ export declare class DescribeHybridCloudResourcesResponseBodyDomainsListen exten
2875
3785
  httpPorts?: number[];
2876
3786
  httpsPorts?: number[];
2877
3787
  IPv6Enabled?: boolean;
2878
- ipv6Enabled?: boolean;
2879
3788
  protectionResource?: string;
2880
3789
  TLSVersion?: string;
2881
3790
  xffHeaderMode?: number;
@@ -3040,6 +3949,22 @@ export declare class DescribeMajorProtectionBlackIpsResponseBodyIpList extends $
3040
3949
  [key: string]: any;
3041
3950
  });
3042
3951
  }
3952
+ export declare class DescribeMemberAccountsResponseBodyAccountInfos extends $tea.Model {
3953
+ accountId?: string;
3954
+ accountName?: string;
3955
+ accountStatus?: string;
3956
+ description?: string;
3957
+ gmtCreate?: number;
3958
+ static names(): {
3959
+ [key: string]: string;
3960
+ };
3961
+ static types(): {
3962
+ [key: string]: any;
3963
+ };
3964
+ constructor(map?: {
3965
+ [key: string]: any;
3966
+ });
3967
+ }
3043
3968
  export declare class DescribePeakTrendResponseBodyFlowChart extends $tea.Model {
3044
3969
  aclSum?: number;
3045
3970
  antiScanSum?: number;
@@ -3057,6 +3982,24 @@ export declare class DescribePeakTrendResponseBodyFlowChart extends $tea.Model {
3057
3982
  [key: string]: any;
3058
3983
  });
3059
3984
  }
3985
+ export declare class DescribeResourceInstanceCertsResponseBodyCerts extends $tea.Model {
3986
+ afterDate?: number;
3987
+ beforeDate?: number;
3988
+ certIdentifier?: string;
3989
+ certName?: string;
3990
+ commonName?: string;
3991
+ domain?: string;
3992
+ isChainCompleted?: boolean;
3993
+ static names(): {
3994
+ [key: string]: string;
3995
+ };
3996
+ static types(): {
3997
+ [key: string]: any;
3998
+ };
3999
+ constructor(map?: {
4000
+ [key: string]: any;
4001
+ });
4002
+ }
3060
4003
  export declare class DescribeResourceLogStatusResponseBodyResult extends $tea.Model {
3061
4004
  resource?: string;
3062
4005
  status?: boolean;
@@ -3335,6 +4278,8 @@ export default class Client extends OpenApi {
3335
4278
  * @return CreateMajorProtectionBlackIpResponse
3336
4279
  */
3337
4280
  createMajorProtectionBlackIp(request: CreateMajorProtectionBlackIpRequest): Promise<CreateMajorProtectionBlackIpResponse>;
4281
+ createMemberAccountsWithOptions(request: CreateMemberAccountsRequest, runtime: $Util.RuntimeOptions): Promise<CreateMemberAccountsResponse>;
4282
+ createMemberAccounts(request: CreateMemberAccountsRequest): Promise<CreateMemberAccountsResponse>;
3338
4283
  deleteDefenseResourceGroupWithOptions(request: DeleteDefenseResourceGroupRequest, runtime: $Util.RuntimeOptions): Promise<DeleteDefenseResourceGroupResponse>;
3339
4284
  deleteDefenseResourceGroup(request: DeleteDefenseResourceGroupRequest): Promise<DeleteDefenseResourceGroupResponse>;
3340
4285
  deleteDefenseRuleWithOptions(request: DeleteDefenseRuleRequest, runtime: $Util.RuntimeOptions): Promise<DeleteDefenseRuleResponse>;
@@ -3345,8 +4290,16 @@ export default class Client extends OpenApi {
3345
4290
  deleteDomain(request: DeleteDomainRequest): Promise<DeleteDomainResponse>;
3346
4291
  deleteMajorProtectionBlackIpWithOptions(request: DeleteMajorProtectionBlackIpRequest, runtime: $Util.RuntimeOptions): Promise<DeleteMajorProtectionBlackIpResponse>;
3347
4292
  deleteMajorProtectionBlackIp(request: DeleteMajorProtectionBlackIpRequest): Promise<DeleteMajorProtectionBlackIpResponse>;
4293
+ deleteMemberAccountWithOptions(request: DeleteMemberAccountRequest, runtime: $Util.RuntimeOptions): Promise<DeleteMemberAccountResponse>;
4294
+ deleteMemberAccount(request: DeleteMemberAccountRequest): Promise<DeleteMemberAccountResponse>;
4295
+ describeAccountDelegatedStatusWithOptions(request: DescribeAccountDelegatedStatusRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAccountDelegatedStatusResponse>;
4296
+ describeAccountDelegatedStatus(request: DescribeAccountDelegatedStatusRequest): Promise<DescribeAccountDelegatedStatusResponse>;
4297
+ describeCertsWithOptions(request: DescribeCertsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeCertsResponse>;
4298
+ describeCerts(request: DescribeCertsRequest): Promise<DescribeCertsResponse>;
3348
4299
  describeDefenseResourceGroupWithOptions(request: DescribeDefenseResourceGroupRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDefenseResourceGroupResponse>;
3349
4300
  describeDefenseResourceGroup(request: DescribeDefenseResourceGroupRequest): Promise<DescribeDefenseResourceGroupResponse>;
4301
+ describeDefenseResourceTemplatesWithOptions(request: DescribeDefenseResourceTemplatesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDefenseResourceTemplatesResponse>;
4302
+ describeDefenseResourceTemplates(request: DescribeDefenseResourceTemplatesRequest): Promise<DescribeDefenseResourceTemplatesResponse>;
3350
4303
  describeDefenseResourcesWithOptions(request: DescribeDefenseResourcesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDefenseResourcesResponse>;
3351
4304
  describeDefenseResources(request: DescribeDefenseResourcesRequest): Promise<DescribeDefenseResourcesResponse>;
3352
4305
  describeDefenseRuleWithOptions(request: DescribeDefenseRuleRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDefenseRuleResponse>;
@@ -3355,6 +4308,10 @@ export default class Client extends OpenApi {
3355
4308
  describeDefenseRules(request: DescribeDefenseRulesRequest): Promise<DescribeDefenseRulesResponse>;
3356
4309
  describeDefenseTemplateWithOptions(request: DescribeDefenseTemplateRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDefenseTemplateResponse>;
3357
4310
  describeDefenseTemplate(request: DescribeDefenseTemplateRequest): Promise<DescribeDefenseTemplateResponse>;
4311
+ describeDefenseTemplatesWithOptions(request: DescribeDefenseTemplatesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDefenseTemplatesResponse>;
4312
+ describeDefenseTemplates(request: DescribeDefenseTemplatesRequest): Promise<DescribeDefenseTemplatesResponse>;
4313
+ describeDomainDNSRecordWithOptions(request: DescribeDomainDNSRecordRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDomainDNSRecordResponse>;
4314
+ describeDomainDNSRecord(request: DescribeDomainDNSRecordRequest): Promise<DescribeDomainDNSRecordResponse>;
3358
4315
  describeDomainDetailWithOptions(request: DescribeDomainDetailRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDomainDetailResponse>;
3359
4316
  describeDomainDetail(request: DescribeDomainDetailRequest): Promise<DescribeDomainDetailResponse>;
3360
4317
  describeDomainsWithOptions(request: DescribeDomainsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDomainsResponse>;
@@ -3375,12 +4332,20 @@ export default class Client extends OpenApi {
3375
4332
  describeInstance(request: DescribeInstanceRequest): Promise<DescribeInstanceResponse>;
3376
4333
  describeMajorProtectionBlackIpsWithOptions(request: DescribeMajorProtectionBlackIpsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeMajorProtectionBlackIpsResponse>;
3377
4334
  describeMajorProtectionBlackIps(request: DescribeMajorProtectionBlackIpsRequest): Promise<DescribeMajorProtectionBlackIpsResponse>;
4335
+ describeMemberAccountsWithOptions(request: DescribeMemberAccountsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeMemberAccountsResponse>;
4336
+ describeMemberAccounts(request: DescribeMemberAccountsRequest): Promise<DescribeMemberAccountsResponse>;
3378
4337
  describePeakTrendWithOptions(request: DescribePeakTrendRequest, runtime: $Util.RuntimeOptions): Promise<DescribePeakTrendResponse>;
3379
4338
  describePeakTrend(request: DescribePeakTrendRequest): Promise<DescribePeakTrendResponse>;
4339
+ describeResourceInstanceCertsWithOptions(request: DescribeResourceInstanceCertsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeResourceInstanceCertsResponse>;
4340
+ describeResourceInstanceCerts(request: DescribeResourceInstanceCertsRequest): Promise<DescribeResourceInstanceCertsResponse>;
3380
4341
  describeResourceLogStatusWithOptions(request: DescribeResourceLogStatusRequest, runtime: $Util.RuntimeOptions): Promise<DescribeResourceLogStatusResponse>;
3381
4342
  describeResourceLogStatus(request: DescribeResourceLogStatusRequest): Promise<DescribeResourceLogStatusResponse>;
3382
4343
  describeResourcePortWithOptions(request: DescribeResourcePortRequest, runtime: $Util.RuntimeOptions): Promise<DescribeResourcePortResponse>;
3383
4344
  describeResourcePort(request: DescribeResourcePortRequest): Promise<DescribeResourcePortResponse>;
4345
+ describeResourceRegionIdWithOptions(request: DescribeResourceRegionIdRequest, runtime: $Util.RuntimeOptions): Promise<DescribeResourceRegionIdResponse>;
4346
+ describeResourceRegionId(request: DescribeResourceRegionIdRequest): Promise<DescribeResourceRegionIdResponse>;
4347
+ describeResourceSupportRegionsWithOptions(request: DescribeResourceSupportRegionsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeResourceSupportRegionsResponse>;
4348
+ describeResourceSupportRegions(request: DescribeResourceSupportRegionsRequest): Promise<DescribeResourceSupportRegionsResponse>;
3384
4349
  describeResponseCodeTrendGraphWithOptions(request: DescribeResponseCodeTrendGraphRequest, runtime: $Util.RuntimeOptions): Promise<DescribeResponseCodeTrendGraphResponse>;
3385
4350
  describeResponseCodeTrendGraph(request: DescribeResponseCodeTrendGraphRequest): Promise<DescribeResponseCodeTrendGraphResponse>;
3386
4351
  describeRuleGroupsWithOptions(request: DescribeRuleGroupsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeRuleGroupsResponse>;
@@ -3397,8 +4362,18 @@ export default class Client extends OpenApi {
3397
4362
  describeRuleHitsTopUa(request: DescribeRuleHitsTopUaRequest): Promise<DescribeRuleHitsTopUaResponse>;
3398
4363
  describeRuleHitsTopUrlWithOptions(request: DescribeRuleHitsTopUrlRequest, runtime: $Util.RuntimeOptions): Promise<DescribeRuleHitsTopUrlResponse>;
3399
4364
  describeRuleHitsTopUrl(request: DescribeRuleHitsTopUrlRequest): Promise<DescribeRuleHitsTopUrlResponse>;
4365
+ describeSlsAuthStatusWithOptions(request: DescribeSlsAuthStatusRequest, runtime: $Util.RuntimeOptions): Promise<DescribeSlsAuthStatusResponse>;
4366
+ describeSlsAuthStatus(request: DescribeSlsAuthStatusRequest): Promise<DescribeSlsAuthStatusResponse>;
4367
+ describeSlsLogStoreWithOptions(request: DescribeSlsLogStoreRequest, runtime: $Util.RuntimeOptions): Promise<DescribeSlsLogStoreResponse>;
4368
+ describeSlsLogStore(request: DescribeSlsLogStoreRequest): Promise<DescribeSlsLogStoreResponse>;
4369
+ describeSlsLogStoreStatusWithOptions(request: DescribeSlsLogStoreStatusRequest, runtime: $Util.RuntimeOptions): Promise<DescribeSlsLogStoreStatusResponse>;
4370
+ describeSlsLogStoreStatus(request: DescribeSlsLogStoreStatusRequest): Promise<DescribeSlsLogStoreStatusResponse>;
3400
4371
  describeTemplateResourcesWithOptions(request: DescribeTemplateResourcesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeTemplateResourcesResponse>;
3401
4372
  describeTemplateResources(request: DescribeTemplateResourcesRequest): Promise<DescribeTemplateResourcesResponse>;
4373
+ describeUserSlsLogRegionsWithOptions(request: DescribeUserSlsLogRegionsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeUserSlsLogRegionsResponse>;
4374
+ describeUserSlsLogRegions(request: DescribeUserSlsLogRegionsRequest): Promise<DescribeUserSlsLogRegionsResponse>;
4375
+ describeUserWafLogStatusWithOptions(request: DescribeUserWafLogStatusRequest, runtime: $Util.RuntimeOptions): Promise<DescribeUserWafLogStatusResponse>;
4376
+ describeUserWafLogStatus(request: DescribeUserWafLogStatusRequest): Promise<DescribeUserWafLogStatusResponse>;
3402
4377
  describeVisitTopIpWithOptions(request: DescribeVisitTopIpRequest, runtime: $Util.RuntimeOptions): Promise<DescribeVisitTopIpResponse>;
3403
4378
  describeVisitTopIp(request: DescribeVisitTopIpRequest): Promise<DescribeVisitTopIpResponse>;
3404
4379
  describeVisitUasWithOptions(request: DescribeVisitUasRequest, runtime: $Util.RuntimeOptions): Promise<DescribeVisitUasResponse>;
@@ -3407,8 +4382,12 @@ export default class Client extends OpenApi {
3407
4382
  describeWafSourceIpSegment(request: DescribeWafSourceIpSegmentRequest): Promise<DescribeWafSourceIpSegmentResponse>;
3408
4383
  modifyDefenseResourceGroupWithOptions(request: ModifyDefenseResourceGroupRequest, runtime: $Util.RuntimeOptions): Promise<ModifyDefenseResourceGroupResponse>;
3409
4384
  modifyDefenseResourceGroup(request: ModifyDefenseResourceGroupRequest): Promise<ModifyDefenseResourceGroupResponse>;
4385
+ modifyDefenseResourceXffWithOptions(request: ModifyDefenseResourceXffRequest, runtime: $Util.RuntimeOptions): Promise<ModifyDefenseResourceXffResponse>;
4386
+ modifyDefenseResourceXff(request: ModifyDefenseResourceXffRequest): Promise<ModifyDefenseResourceXffResponse>;
3410
4387
  modifyDefenseRuleWithOptions(request: ModifyDefenseRuleRequest, runtime: $Util.RuntimeOptions): Promise<ModifyDefenseRuleResponse>;
3411
4388
  modifyDefenseRule(request: ModifyDefenseRuleRequest): Promise<ModifyDefenseRuleResponse>;
4389
+ modifyDefenseRuleCacheWithOptions(request: ModifyDefenseRuleCacheRequest, runtime: $Util.RuntimeOptions): Promise<ModifyDefenseRuleCacheResponse>;
4390
+ modifyDefenseRuleCache(request: ModifyDefenseRuleCacheRequest): Promise<ModifyDefenseRuleCacheResponse>;
3412
4391
  modifyDefenseRuleStatusWithOptions(request: ModifyDefenseRuleStatusRequest, runtime: $Util.RuntimeOptions): Promise<ModifyDefenseRuleStatusResponse>;
3413
4392
  modifyDefenseRuleStatus(request: ModifyDefenseRuleStatusRequest): Promise<ModifyDefenseRuleStatusResponse>;
3414
4393
  modifyDefenseTemplateWithOptions(request: ModifyDefenseTemplateRequest, runtime: $Util.RuntimeOptions): Promise<ModifyDefenseTemplateResponse>;
@@ -3421,6 +4400,8 @@ export default class Client extends OpenApi {
3421
4400
  modifyHybridCloudClusterBypassStatus(request: ModifyHybridCloudClusterBypassStatusRequest): Promise<ModifyHybridCloudClusterBypassStatusResponse>;
3422
4401
  modifyMajorProtectionBlackIpWithOptions(request: ModifyMajorProtectionBlackIpRequest, runtime: $Util.RuntimeOptions): Promise<ModifyMajorProtectionBlackIpResponse>;
3423
4402
  modifyMajorProtectionBlackIp(request: ModifyMajorProtectionBlackIpRequest): Promise<ModifyMajorProtectionBlackIpResponse>;
4403
+ modifyMemberAccountWithOptions(request: ModifyMemberAccountRequest, runtime: $Util.RuntimeOptions): Promise<ModifyMemberAccountResponse>;
4404
+ modifyMemberAccount(request: ModifyMemberAccountRequest): Promise<ModifyMemberAccountResponse>;
3424
4405
  modifyResourceLogStatusWithOptions(request: ModifyResourceLogStatusRequest, runtime: $Util.RuntimeOptions): Promise<ModifyResourceLogStatusResponse>;
3425
4406
  modifyResourceLogStatus(request: ModifyResourceLogStatusRequest): Promise<ModifyResourceLogStatusResponse>;
3426
4407
  modifyTemplateResourcesWithOptions(request: ModifyTemplateResourcesRequest, runtime: $Util.RuntimeOptions): Promise<ModifyTemplateResourcesResponse>;