@alicloud/waf-openapi20211001 2.2.0 → 2.4.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 +532 -0
- package/dist/client.js +1151 -47
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +1418 -43
package/dist/client.d.ts
CHANGED
|
@@ -651,6 +651,108 @@ export declare class DescribeAccountDelegatedStatusResponse extends $tea.Model {
|
|
|
651
651
|
[key: string]: any;
|
|
652
652
|
});
|
|
653
653
|
}
|
|
654
|
+
export declare class DescribeCertsRequest extends $tea.Model {
|
|
655
|
+
algorithm?: string;
|
|
656
|
+
domain?: string;
|
|
657
|
+
instanceId?: string;
|
|
658
|
+
pageNumber?: number;
|
|
659
|
+
pageSize?: number;
|
|
660
|
+
regionId?: string;
|
|
661
|
+
resourceManagerResourceGroupId?: string;
|
|
662
|
+
static names(): {
|
|
663
|
+
[key: string]: string;
|
|
664
|
+
};
|
|
665
|
+
static types(): {
|
|
666
|
+
[key: string]: any;
|
|
667
|
+
};
|
|
668
|
+
constructor(map?: {
|
|
669
|
+
[key: string]: any;
|
|
670
|
+
});
|
|
671
|
+
}
|
|
672
|
+
export declare class DescribeCertsResponseBody extends $tea.Model {
|
|
673
|
+
certs?: DescribeCertsResponseBodyCerts[];
|
|
674
|
+
requestId?: string;
|
|
675
|
+
totalCount?: number;
|
|
676
|
+
static names(): {
|
|
677
|
+
[key: string]: string;
|
|
678
|
+
};
|
|
679
|
+
static types(): {
|
|
680
|
+
[key: string]: any;
|
|
681
|
+
};
|
|
682
|
+
constructor(map?: {
|
|
683
|
+
[key: string]: any;
|
|
684
|
+
});
|
|
685
|
+
}
|
|
686
|
+
export declare class DescribeCertsResponse extends $tea.Model {
|
|
687
|
+
headers?: {
|
|
688
|
+
[key: string]: string;
|
|
689
|
+
};
|
|
690
|
+
statusCode?: number;
|
|
691
|
+
body?: DescribeCertsResponseBody;
|
|
692
|
+
static names(): {
|
|
693
|
+
[key: string]: string;
|
|
694
|
+
};
|
|
695
|
+
static types(): {
|
|
696
|
+
[key: string]: any;
|
|
697
|
+
};
|
|
698
|
+
constructor(map?: {
|
|
699
|
+
[key: string]: any;
|
|
700
|
+
});
|
|
701
|
+
}
|
|
702
|
+
export declare class DescribeCloudResourcesRequest extends $tea.Model {
|
|
703
|
+
instanceId?: string;
|
|
704
|
+
ownerUserId?: string;
|
|
705
|
+
pageNumber?: number;
|
|
706
|
+
pageSize?: number;
|
|
707
|
+
regionId?: string;
|
|
708
|
+
resourceDomain?: string;
|
|
709
|
+
resourceFunction?: string;
|
|
710
|
+
resourceInstanceId?: string;
|
|
711
|
+
resourceManagerResourceGroupId?: string;
|
|
712
|
+
resourceName?: string;
|
|
713
|
+
resourceProduct?: string;
|
|
714
|
+
resourceRegionId?: string;
|
|
715
|
+
resourceRouteName?: string;
|
|
716
|
+
static names(): {
|
|
717
|
+
[key: string]: string;
|
|
718
|
+
};
|
|
719
|
+
static types(): {
|
|
720
|
+
[key: string]: any;
|
|
721
|
+
};
|
|
722
|
+
constructor(map?: {
|
|
723
|
+
[key: string]: any;
|
|
724
|
+
});
|
|
725
|
+
}
|
|
726
|
+
export declare class DescribeCloudResourcesResponseBody extends $tea.Model {
|
|
727
|
+
cloudResources?: DescribeCloudResourcesResponseBodyCloudResources[];
|
|
728
|
+
requestId?: string;
|
|
729
|
+
totalCount?: number;
|
|
730
|
+
static names(): {
|
|
731
|
+
[key: string]: string;
|
|
732
|
+
};
|
|
733
|
+
static types(): {
|
|
734
|
+
[key: string]: any;
|
|
735
|
+
};
|
|
736
|
+
constructor(map?: {
|
|
737
|
+
[key: string]: any;
|
|
738
|
+
});
|
|
739
|
+
}
|
|
740
|
+
export declare class DescribeCloudResourcesResponse extends $tea.Model {
|
|
741
|
+
headers?: {
|
|
742
|
+
[key: string]: string;
|
|
743
|
+
};
|
|
744
|
+
statusCode?: number;
|
|
745
|
+
body?: DescribeCloudResourcesResponseBody;
|
|
746
|
+
static names(): {
|
|
747
|
+
[key: string]: string;
|
|
748
|
+
};
|
|
749
|
+
static types(): {
|
|
750
|
+
[key: string]: any;
|
|
751
|
+
};
|
|
752
|
+
constructor(map?: {
|
|
753
|
+
[key: string]: any;
|
|
754
|
+
});
|
|
755
|
+
}
|
|
654
756
|
export declare class DescribeDefenseResourceGroupRequest extends $tea.Model {
|
|
655
757
|
groupName?: string;
|
|
656
758
|
instanceId?: string;
|
|
@@ -979,6 +1081,50 @@ export declare class DescribeDefenseTemplatesResponse extends $tea.Model {
|
|
|
979
1081
|
[key: string]: any;
|
|
980
1082
|
});
|
|
981
1083
|
}
|
|
1084
|
+
export declare class DescribeDomainDNSRecordRequest extends $tea.Model {
|
|
1085
|
+
domain?: string;
|
|
1086
|
+
instanceId?: string;
|
|
1087
|
+
regionId?: string;
|
|
1088
|
+
resourceManagerResourceGroupId?: string;
|
|
1089
|
+
static names(): {
|
|
1090
|
+
[key: string]: string;
|
|
1091
|
+
};
|
|
1092
|
+
static types(): {
|
|
1093
|
+
[key: string]: any;
|
|
1094
|
+
};
|
|
1095
|
+
constructor(map?: {
|
|
1096
|
+
[key: string]: any;
|
|
1097
|
+
});
|
|
1098
|
+
}
|
|
1099
|
+
export declare class DescribeDomainDNSRecordResponseBody extends $tea.Model {
|
|
1100
|
+
DNSStatus?: string;
|
|
1101
|
+
requestId?: string;
|
|
1102
|
+
static names(): {
|
|
1103
|
+
[key: string]: string;
|
|
1104
|
+
};
|
|
1105
|
+
static types(): {
|
|
1106
|
+
[key: string]: any;
|
|
1107
|
+
};
|
|
1108
|
+
constructor(map?: {
|
|
1109
|
+
[key: string]: any;
|
|
1110
|
+
});
|
|
1111
|
+
}
|
|
1112
|
+
export declare class DescribeDomainDNSRecordResponse extends $tea.Model {
|
|
1113
|
+
headers?: {
|
|
1114
|
+
[key: string]: string;
|
|
1115
|
+
};
|
|
1116
|
+
statusCode?: number;
|
|
1117
|
+
body?: DescribeDomainDNSRecordResponseBody;
|
|
1118
|
+
static names(): {
|
|
1119
|
+
[key: string]: string;
|
|
1120
|
+
};
|
|
1121
|
+
static types(): {
|
|
1122
|
+
[key: string]: any;
|
|
1123
|
+
};
|
|
1124
|
+
constructor(map?: {
|
|
1125
|
+
[key: string]: any;
|
|
1126
|
+
});
|
|
1127
|
+
}
|
|
982
1128
|
export declare class DescribeDomainDetailRequest extends $tea.Model {
|
|
983
1129
|
domain?: string;
|
|
984
1130
|
instanceId?: string;
|
|
@@ -1550,6 +1696,58 @@ export declare class DescribePeakTrendResponse extends $tea.Model {
|
|
|
1550
1696
|
[key: string]: any;
|
|
1551
1697
|
});
|
|
1552
1698
|
}
|
|
1699
|
+
export declare class DescribeProductInstancesRequest extends $tea.Model {
|
|
1700
|
+
instanceId?: string;
|
|
1701
|
+
ownerUserId?: string;
|
|
1702
|
+
pageNumber?: number;
|
|
1703
|
+
pageSize?: number;
|
|
1704
|
+
regionId?: string;
|
|
1705
|
+
resourceInstanceId?: string;
|
|
1706
|
+
resourceIp?: string;
|
|
1707
|
+
resourceManagerResourceGroupId?: string;
|
|
1708
|
+
resourceName?: string;
|
|
1709
|
+
resourceProduct?: string;
|
|
1710
|
+
resourceRegionId?: string;
|
|
1711
|
+
static names(): {
|
|
1712
|
+
[key: string]: string;
|
|
1713
|
+
};
|
|
1714
|
+
static types(): {
|
|
1715
|
+
[key: string]: any;
|
|
1716
|
+
};
|
|
1717
|
+
constructor(map?: {
|
|
1718
|
+
[key: string]: any;
|
|
1719
|
+
});
|
|
1720
|
+
}
|
|
1721
|
+
export declare class DescribeProductInstancesResponseBody extends $tea.Model {
|
|
1722
|
+
productInstances?: DescribeProductInstancesResponseBodyProductInstances[];
|
|
1723
|
+
requestId?: string;
|
|
1724
|
+
totalCount?: number;
|
|
1725
|
+
static names(): {
|
|
1726
|
+
[key: string]: string;
|
|
1727
|
+
};
|
|
1728
|
+
static types(): {
|
|
1729
|
+
[key: string]: any;
|
|
1730
|
+
};
|
|
1731
|
+
constructor(map?: {
|
|
1732
|
+
[key: string]: any;
|
|
1733
|
+
});
|
|
1734
|
+
}
|
|
1735
|
+
export declare class DescribeProductInstancesResponse extends $tea.Model {
|
|
1736
|
+
headers?: {
|
|
1737
|
+
[key: string]: string;
|
|
1738
|
+
};
|
|
1739
|
+
statusCode?: number;
|
|
1740
|
+
body?: DescribeProductInstancesResponseBody;
|
|
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
|
+
}
|
|
1553
1751
|
export declare class DescribeResourceInstanceCertsRequest extends $tea.Model {
|
|
1554
1752
|
instanceId?: string;
|
|
1555
1753
|
pageNumber?: number;
|
|
@@ -1685,6 +1883,92 @@ export declare class DescribeResourcePortResponse extends $tea.Model {
|
|
|
1685
1883
|
[key: string]: any;
|
|
1686
1884
|
});
|
|
1687
1885
|
}
|
|
1886
|
+
export declare class DescribeResourceRegionIdRequest extends $tea.Model {
|
|
1887
|
+
instanceId?: string;
|
|
1888
|
+
regionId?: string;
|
|
1889
|
+
resourceManagerResourceGroupId?: string;
|
|
1890
|
+
static names(): {
|
|
1891
|
+
[key: string]: string;
|
|
1892
|
+
};
|
|
1893
|
+
static types(): {
|
|
1894
|
+
[key: string]: any;
|
|
1895
|
+
};
|
|
1896
|
+
constructor(map?: {
|
|
1897
|
+
[key: string]: any;
|
|
1898
|
+
});
|
|
1899
|
+
}
|
|
1900
|
+
export declare class DescribeResourceRegionIdResponseBody extends $tea.Model {
|
|
1901
|
+
requestId?: string;
|
|
1902
|
+
resourceRegionIds?: string[];
|
|
1903
|
+
static names(): {
|
|
1904
|
+
[key: string]: string;
|
|
1905
|
+
};
|
|
1906
|
+
static types(): {
|
|
1907
|
+
[key: string]: any;
|
|
1908
|
+
};
|
|
1909
|
+
constructor(map?: {
|
|
1910
|
+
[key: string]: any;
|
|
1911
|
+
});
|
|
1912
|
+
}
|
|
1913
|
+
export declare class DescribeResourceRegionIdResponse extends $tea.Model {
|
|
1914
|
+
headers?: {
|
|
1915
|
+
[key: string]: string;
|
|
1916
|
+
};
|
|
1917
|
+
statusCode?: number;
|
|
1918
|
+
body?: DescribeResourceRegionIdResponseBody;
|
|
1919
|
+
static names(): {
|
|
1920
|
+
[key: string]: string;
|
|
1921
|
+
};
|
|
1922
|
+
static types(): {
|
|
1923
|
+
[key: string]: any;
|
|
1924
|
+
};
|
|
1925
|
+
constructor(map?: {
|
|
1926
|
+
[key: string]: any;
|
|
1927
|
+
});
|
|
1928
|
+
}
|
|
1929
|
+
export declare class DescribeResourceSupportRegionsRequest extends $tea.Model {
|
|
1930
|
+
instanceId?: string;
|
|
1931
|
+
regionId?: string;
|
|
1932
|
+
resourceManagerResourceGroupId?: string;
|
|
1933
|
+
static names(): {
|
|
1934
|
+
[key: string]: string;
|
|
1935
|
+
};
|
|
1936
|
+
static types(): {
|
|
1937
|
+
[key: string]: any;
|
|
1938
|
+
};
|
|
1939
|
+
constructor(map?: {
|
|
1940
|
+
[key: string]: any;
|
|
1941
|
+
});
|
|
1942
|
+
}
|
|
1943
|
+
export declare class DescribeResourceSupportRegionsResponseBody extends $tea.Model {
|
|
1944
|
+
requestId?: string;
|
|
1945
|
+
supportRegions?: string[];
|
|
1946
|
+
static names(): {
|
|
1947
|
+
[key: string]: string;
|
|
1948
|
+
};
|
|
1949
|
+
static types(): {
|
|
1950
|
+
[key: string]: any;
|
|
1951
|
+
};
|
|
1952
|
+
constructor(map?: {
|
|
1953
|
+
[key: string]: any;
|
|
1954
|
+
});
|
|
1955
|
+
}
|
|
1956
|
+
export declare class DescribeResourceSupportRegionsResponse extends $tea.Model {
|
|
1957
|
+
headers?: {
|
|
1958
|
+
[key: string]: string;
|
|
1959
|
+
};
|
|
1960
|
+
statusCode?: number;
|
|
1961
|
+
body?: DescribeResourceSupportRegionsResponseBody;
|
|
1962
|
+
static names(): {
|
|
1963
|
+
[key: string]: string;
|
|
1964
|
+
};
|
|
1965
|
+
static types(): {
|
|
1966
|
+
[key: string]: any;
|
|
1967
|
+
};
|
|
1968
|
+
constructor(map?: {
|
|
1969
|
+
[key: string]: any;
|
|
1970
|
+
});
|
|
1971
|
+
}
|
|
1688
1972
|
export declare class DescribeResponseCodeTrendGraphRequest extends $tea.Model {
|
|
1689
1973
|
endTimestamp?: string;
|
|
1690
1974
|
instanceId?: string;
|
|
@@ -2506,6 +2790,54 @@ export declare class ModifyDefenseResourceGroupResponse extends $tea.Model {
|
|
|
2506
2790
|
[key: string]: any;
|
|
2507
2791
|
});
|
|
2508
2792
|
}
|
|
2793
|
+
export declare class ModifyDefenseResourceXffRequest extends $tea.Model {
|
|
2794
|
+
acwCookieStatus?: number;
|
|
2795
|
+
acwSecureStatus?: number;
|
|
2796
|
+
acwV3SecureStatus?: number;
|
|
2797
|
+
customHeaders?: string[];
|
|
2798
|
+
instanceId?: string;
|
|
2799
|
+
regionId?: string;
|
|
2800
|
+
resource?: string;
|
|
2801
|
+
resourceManagerResourceGroupId?: string;
|
|
2802
|
+
xffStatus?: number;
|
|
2803
|
+
static names(): {
|
|
2804
|
+
[key: string]: string;
|
|
2805
|
+
};
|
|
2806
|
+
static types(): {
|
|
2807
|
+
[key: string]: any;
|
|
2808
|
+
};
|
|
2809
|
+
constructor(map?: {
|
|
2810
|
+
[key: string]: any;
|
|
2811
|
+
});
|
|
2812
|
+
}
|
|
2813
|
+
export declare class ModifyDefenseResourceXffResponseBody extends $tea.Model {
|
|
2814
|
+
requestId?: string;
|
|
2815
|
+
static names(): {
|
|
2816
|
+
[key: string]: string;
|
|
2817
|
+
};
|
|
2818
|
+
static types(): {
|
|
2819
|
+
[key: string]: any;
|
|
2820
|
+
};
|
|
2821
|
+
constructor(map?: {
|
|
2822
|
+
[key: string]: any;
|
|
2823
|
+
});
|
|
2824
|
+
}
|
|
2825
|
+
export declare class ModifyDefenseResourceXffResponse extends $tea.Model {
|
|
2826
|
+
headers?: {
|
|
2827
|
+
[key: string]: string;
|
|
2828
|
+
};
|
|
2829
|
+
statusCode?: number;
|
|
2830
|
+
body?: ModifyDefenseResourceXffResponseBody;
|
|
2831
|
+
static names(): {
|
|
2832
|
+
[key: string]: string;
|
|
2833
|
+
};
|
|
2834
|
+
static types(): {
|
|
2835
|
+
[key: string]: any;
|
|
2836
|
+
};
|
|
2837
|
+
constructor(map?: {
|
|
2838
|
+
[key: string]: any;
|
|
2839
|
+
});
|
|
2840
|
+
}
|
|
2509
2841
|
export declare class ModifyDefenseRuleRequest extends $tea.Model {
|
|
2510
2842
|
defenseScene?: string;
|
|
2511
2843
|
instanceId?: string;
|
|
@@ -2551,6 +2883,50 @@ export declare class ModifyDefenseRuleResponse extends $tea.Model {
|
|
|
2551
2883
|
[key: string]: any;
|
|
2552
2884
|
});
|
|
2553
2885
|
}
|
|
2886
|
+
export declare class ModifyDefenseRuleCacheRequest extends $tea.Model {
|
|
2887
|
+
instanceId?: string;
|
|
2888
|
+
regionId?: string;
|
|
2889
|
+
resourceManagerResourceGroupId?: string;
|
|
2890
|
+
ruleId?: number;
|
|
2891
|
+
templateId?: number;
|
|
2892
|
+
static names(): {
|
|
2893
|
+
[key: string]: string;
|
|
2894
|
+
};
|
|
2895
|
+
static types(): {
|
|
2896
|
+
[key: string]: any;
|
|
2897
|
+
};
|
|
2898
|
+
constructor(map?: {
|
|
2899
|
+
[key: string]: any;
|
|
2900
|
+
});
|
|
2901
|
+
}
|
|
2902
|
+
export declare class ModifyDefenseRuleCacheResponseBody extends $tea.Model {
|
|
2903
|
+
requestId?: string;
|
|
2904
|
+
static names(): {
|
|
2905
|
+
[key: string]: string;
|
|
2906
|
+
};
|
|
2907
|
+
static types(): {
|
|
2908
|
+
[key: string]: any;
|
|
2909
|
+
};
|
|
2910
|
+
constructor(map?: {
|
|
2911
|
+
[key: string]: any;
|
|
2912
|
+
});
|
|
2913
|
+
}
|
|
2914
|
+
export declare class ModifyDefenseRuleCacheResponse extends $tea.Model {
|
|
2915
|
+
headers?: {
|
|
2916
|
+
[key: string]: string;
|
|
2917
|
+
};
|
|
2918
|
+
statusCode?: number;
|
|
2919
|
+
body?: ModifyDefenseRuleCacheResponseBody;
|
|
2920
|
+
static names(): {
|
|
2921
|
+
[key: string]: string;
|
|
2922
|
+
};
|
|
2923
|
+
static types(): {
|
|
2924
|
+
[key: string]: any;
|
|
2925
|
+
};
|
|
2926
|
+
constructor(map?: {
|
|
2927
|
+
[key: string]: any;
|
|
2928
|
+
});
|
|
2929
|
+
}
|
|
2554
2930
|
export declare class ModifyDefenseRuleStatusRequest extends $tea.Model {
|
|
2555
2931
|
instanceId?: string;
|
|
2556
2932
|
regionId?: string;
|
|
@@ -2974,6 +3350,48 @@ export declare class ModifyTemplateResourcesResponse extends $tea.Model {
|
|
|
2974
3350
|
[key: string]: any;
|
|
2975
3351
|
});
|
|
2976
3352
|
}
|
|
3353
|
+
export declare class SyncProductInstanceRequest extends $tea.Model {
|
|
3354
|
+
instanceId?: string;
|
|
3355
|
+
regionId?: string;
|
|
3356
|
+
resourceManagerResourceGroupId?: string;
|
|
3357
|
+
static names(): {
|
|
3358
|
+
[key: string]: string;
|
|
3359
|
+
};
|
|
3360
|
+
static types(): {
|
|
3361
|
+
[key: string]: any;
|
|
3362
|
+
};
|
|
3363
|
+
constructor(map?: {
|
|
3364
|
+
[key: string]: any;
|
|
3365
|
+
});
|
|
3366
|
+
}
|
|
3367
|
+
export declare class SyncProductInstanceResponseBody extends $tea.Model {
|
|
3368
|
+
requestId?: string;
|
|
3369
|
+
static names(): {
|
|
3370
|
+
[key: string]: string;
|
|
3371
|
+
};
|
|
3372
|
+
static types(): {
|
|
3373
|
+
[key: string]: any;
|
|
3374
|
+
};
|
|
3375
|
+
constructor(map?: {
|
|
3376
|
+
[key: string]: any;
|
|
3377
|
+
});
|
|
3378
|
+
}
|
|
3379
|
+
export declare class SyncProductInstanceResponse extends $tea.Model {
|
|
3380
|
+
headers?: {
|
|
3381
|
+
[key: string]: string;
|
|
3382
|
+
};
|
|
3383
|
+
statusCode?: number;
|
|
3384
|
+
body?: SyncProductInstanceResponseBody;
|
|
3385
|
+
static names(): {
|
|
3386
|
+
[key: string]: string;
|
|
3387
|
+
};
|
|
3388
|
+
static types(): {
|
|
3389
|
+
[key: string]: any;
|
|
3390
|
+
};
|
|
3391
|
+
constructor(map?: {
|
|
3392
|
+
[key: string]: any;
|
|
3393
|
+
});
|
|
3394
|
+
}
|
|
2977
3395
|
export declare class CreateDomainRequestListen extends $tea.Model {
|
|
2978
3396
|
certId?: string;
|
|
2979
3397
|
cipherSuite?: number;
|
|
@@ -3055,6 +3473,44 @@ export declare class CreateDomainResponseBodyDomainInfo extends $tea.Model {
|
|
|
3055
3473
|
[key: string]: any;
|
|
3056
3474
|
});
|
|
3057
3475
|
}
|
|
3476
|
+
export declare class DescribeCertsResponseBodyCerts extends $tea.Model {
|
|
3477
|
+
afterDate?: number;
|
|
3478
|
+
beforeDate?: number;
|
|
3479
|
+
certIdentifier?: string;
|
|
3480
|
+
certName?: string;
|
|
3481
|
+
commonName?: string;
|
|
3482
|
+
domain?: string;
|
|
3483
|
+
isChainCompleted?: boolean;
|
|
3484
|
+
static names(): {
|
|
3485
|
+
[key: string]: string;
|
|
3486
|
+
};
|
|
3487
|
+
static types(): {
|
|
3488
|
+
[key: string]: any;
|
|
3489
|
+
};
|
|
3490
|
+
constructor(map?: {
|
|
3491
|
+
[key: string]: any;
|
|
3492
|
+
});
|
|
3493
|
+
}
|
|
3494
|
+
export declare class DescribeCloudResourcesResponseBodyCloudResources extends $tea.Model {
|
|
3495
|
+
ownerUserId?: string;
|
|
3496
|
+
resourceDomain?: string;
|
|
3497
|
+
resourceFunction?: string;
|
|
3498
|
+
resourceInstance?: string;
|
|
3499
|
+
resourceName?: string;
|
|
3500
|
+
resourceProduct?: string;
|
|
3501
|
+
resourceRegionId?: string;
|
|
3502
|
+
resourceRouteName?: string;
|
|
3503
|
+
resourceService?: string;
|
|
3504
|
+
static names(): {
|
|
3505
|
+
[key: string]: string;
|
|
3506
|
+
};
|
|
3507
|
+
static types(): {
|
|
3508
|
+
[key: string]: any;
|
|
3509
|
+
};
|
|
3510
|
+
constructor(map?: {
|
|
3511
|
+
[key: string]: any;
|
|
3512
|
+
});
|
|
3513
|
+
}
|
|
3058
3514
|
export declare class DescribeDefenseResourceGroupResponseBodyGroup extends $tea.Model {
|
|
3059
3515
|
description?: string;
|
|
3060
3516
|
gmtCreate?: number;
|
|
@@ -3694,6 +4150,51 @@ export declare class DescribePeakTrendResponseBodyFlowChart extends $tea.Model {
|
|
|
3694
4150
|
[key: string]: any;
|
|
3695
4151
|
});
|
|
3696
4152
|
}
|
|
4153
|
+
export declare class DescribeProductInstancesResponseBodyProductInstancesResourcePortsCertificates extends $tea.Model {
|
|
4154
|
+
certificateId?: string;
|
|
4155
|
+
certificateName?: string;
|
|
4156
|
+
static names(): {
|
|
4157
|
+
[key: string]: string;
|
|
4158
|
+
};
|
|
4159
|
+
static types(): {
|
|
4160
|
+
[key: string]: any;
|
|
4161
|
+
};
|
|
4162
|
+
constructor(map?: {
|
|
4163
|
+
[key: string]: any;
|
|
4164
|
+
});
|
|
4165
|
+
}
|
|
4166
|
+
export declare class DescribeProductInstancesResponseBodyProductInstancesResourcePorts extends $tea.Model {
|
|
4167
|
+
certificates?: DescribeProductInstancesResponseBodyProductInstancesResourcePortsCertificates[];
|
|
4168
|
+
port?: number;
|
|
4169
|
+
protocol?: string;
|
|
4170
|
+
static names(): {
|
|
4171
|
+
[key: string]: string;
|
|
4172
|
+
};
|
|
4173
|
+
static types(): {
|
|
4174
|
+
[key: string]: any;
|
|
4175
|
+
};
|
|
4176
|
+
constructor(map?: {
|
|
4177
|
+
[key: string]: any;
|
|
4178
|
+
});
|
|
4179
|
+
}
|
|
4180
|
+
export declare class DescribeProductInstancesResponseBodyProductInstances extends $tea.Model {
|
|
4181
|
+
ownerUserId?: string;
|
|
4182
|
+
resourceInstanceId?: string;
|
|
4183
|
+
resourceIp?: string;
|
|
4184
|
+
resourceName?: string;
|
|
4185
|
+
resourcePorts?: DescribeProductInstancesResponseBodyProductInstancesResourcePorts[];
|
|
4186
|
+
resourceProduct?: string;
|
|
4187
|
+
resourceRegionId?: string;
|
|
4188
|
+
static names(): {
|
|
4189
|
+
[key: string]: string;
|
|
4190
|
+
};
|
|
4191
|
+
static types(): {
|
|
4192
|
+
[key: string]: any;
|
|
4193
|
+
};
|
|
4194
|
+
constructor(map?: {
|
|
4195
|
+
[key: string]: any;
|
|
4196
|
+
});
|
|
4197
|
+
}
|
|
3697
4198
|
export declare class DescribeResourceInstanceCertsResponseBodyCerts extends $tea.Model {
|
|
3698
4199
|
afterDate?: number;
|
|
3699
4200
|
beforeDate?: number;
|
|
@@ -4006,6 +4507,10 @@ export default class Client extends OpenApi {
|
|
|
4006
4507
|
deleteMemberAccount(request: DeleteMemberAccountRequest): Promise<DeleteMemberAccountResponse>;
|
|
4007
4508
|
describeAccountDelegatedStatusWithOptions(request: DescribeAccountDelegatedStatusRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAccountDelegatedStatusResponse>;
|
|
4008
4509
|
describeAccountDelegatedStatus(request: DescribeAccountDelegatedStatusRequest): Promise<DescribeAccountDelegatedStatusResponse>;
|
|
4510
|
+
describeCertsWithOptions(request: DescribeCertsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeCertsResponse>;
|
|
4511
|
+
describeCerts(request: DescribeCertsRequest): Promise<DescribeCertsResponse>;
|
|
4512
|
+
describeCloudResourcesWithOptions(request: DescribeCloudResourcesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeCloudResourcesResponse>;
|
|
4513
|
+
describeCloudResources(request: DescribeCloudResourcesRequest): Promise<DescribeCloudResourcesResponse>;
|
|
4009
4514
|
describeDefenseResourceGroupWithOptions(request: DescribeDefenseResourceGroupRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDefenseResourceGroupResponse>;
|
|
4010
4515
|
describeDefenseResourceGroup(request: DescribeDefenseResourceGroupRequest): Promise<DescribeDefenseResourceGroupResponse>;
|
|
4011
4516
|
describeDefenseResourceTemplatesWithOptions(request: DescribeDefenseResourceTemplatesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDefenseResourceTemplatesResponse>;
|
|
@@ -4020,6 +4525,8 @@ export default class Client extends OpenApi {
|
|
|
4020
4525
|
describeDefenseTemplate(request: DescribeDefenseTemplateRequest): Promise<DescribeDefenseTemplateResponse>;
|
|
4021
4526
|
describeDefenseTemplatesWithOptions(request: DescribeDefenseTemplatesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDefenseTemplatesResponse>;
|
|
4022
4527
|
describeDefenseTemplates(request: DescribeDefenseTemplatesRequest): Promise<DescribeDefenseTemplatesResponse>;
|
|
4528
|
+
describeDomainDNSRecordWithOptions(request: DescribeDomainDNSRecordRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDomainDNSRecordResponse>;
|
|
4529
|
+
describeDomainDNSRecord(request: DescribeDomainDNSRecordRequest): Promise<DescribeDomainDNSRecordResponse>;
|
|
4023
4530
|
describeDomainDetailWithOptions(request: DescribeDomainDetailRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDomainDetailResponse>;
|
|
4024
4531
|
describeDomainDetail(request: DescribeDomainDetailRequest): Promise<DescribeDomainDetailResponse>;
|
|
4025
4532
|
describeDomainsWithOptions(request: DescribeDomainsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDomainsResponse>;
|
|
@@ -4044,12 +4551,18 @@ export default class Client extends OpenApi {
|
|
|
4044
4551
|
describeMemberAccounts(request: DescribeMemberAccountsRequest): Promise<DescribeMemberAccountsResponse>;
|
|
4045
4552
|
describePeakTrendWithOptions(request: DescribePeakTrendRequest, runtime: $Util.RuntimeOptions): Promise<DescribePeakTrendResponse>;
|
|
4046
4553
|
describePeakTrend(request: DescribePeakTrendRequest): Promise<DescribePeakTrendResponse>;
|
|
4554
|
+
describeProductInstancesWithOptions(request: DescribeProductInstancesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeProductInstancesResponse>;
|
|
4555
|
+
describeProductInstances(request: DescribeProductInstancesRequest): Promise<DescribeProductInstancesResponse>;
|
|
4047
4556
|
describeResourceInstanceCertsWithOptions(request: DescribeResourceInstanceCertsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeResourceInstanceCertsResponse>;
|
|
4048
4557
|
describeResourceInstanceCerts(request: DescribeResourceInstanceCertsRequest): Promise<DescribeResourceInstanceCertsResponse>;
|
|
4049
4558
|
describeResourceLogStatusWithOptions(request: DescribeResourceLogStatusRequest, runtime: $Util.RuntimeOptions): Promise<DescribeResourceLogStatusResponse>;
|
|
4050
4559
|
describeResourceLogStatus(request: DescribeResourceLogStatusRequest): Promise<DescribeResourceLogStatusResponse>;
|
|
4051
4560
|
describeResourcePortWithOptions(request: DescribeResourcePortRequest, runtime: $Util.RuntimeOptions): Promise<DescribeResourcePortResponse>;
|
|
4052
4561
|
describeResourcePort(request: DescribeResourcePortRequest): Promise<DescribeResourcePortResponse>;
|
|
4562
|
+
describeResourceRegionIdWithOptions(request: DescribeResourceRegionIdRequest, runtime: $Util.RuntimeOptions): Promise<DescribeResourceRegionIdResponse>;
|
|
4563
|
+
describeResourceRegionId(request: DescribeResourceRegionIdRequest): Promise<DescribeResourceRegionIdResponse>;
|
|
4564
|
+
describeResourceSupportRegionsWithOptions(request: DescribeResourceSupportRegionsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeResourceSupportRegionsResponse>;
|
|
4565
|
+
describeResourceSupportRegions(request: DescribeResourceSupportRegionsRequest): Promise<DescribeResourceSupportRegionsResponse>;
|
|
4053
4566
|
describeResponseCodeTrendGraphWithOptions(request: DescribeResponseCodeTrendGraphRequest, runtime: $Util.RuntimeOptions): Promise<DescribeResponseCodeTrendGraphResponse>;
|
|
4054
4567
|
describeResponseCodeTrendGraph(request: DescribeResponseCodeTrendGraphRequest): Promise<DescribeResponseCodeTrendGraphResponse>;
|
|
4055
4568
|
describeRuleGroupsWithOptions(request: DescribeRuleGroupsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeRuleGroupsResponse>;
|
|
@@ -4086,8 +4599,12 @@ export default class Client extends OpenApi {
|
|
|
4086
4599
|
describeWafSourceIpSegment(request: DescribeWafSourceIpSegmentRequest): Promise<DescribeWafSourceIpSegmentResponse>;
|
|
4087
4600
|
modifyDefenseResourceGroupWithOptions(request: ModifyDefenseResourceGroupRequest, runtime: $Util.RuntimeOptions): Promise<ModifyDefenseResourceGroupResponse>;
|
|
4088
4601
|
modifyDefenseResourceGroup(request: ModifyDefenseResourceGroupRequest): Promise<ModifyDefenseResourceGroupResponse>;
|
|
4602
|
+
modifyDefenseResourceXffWithOptions(request: ModifyDefenseResourceXffRequest, runtime: $Util.RuntimeOptions): Promise<ModifyDefenseResourceXffResponse>;
|
|
4603
|
+
modifyDefenseResourceXff(request: ModifyDefenseResourceXffRequest): Promise<ModifyDefenseResourceXffResponse>;
|
|
4089
4604
|
modifyDefenseRuleWithOptions(request: ModifyDefenseRuleRequest, runtime: $Util.RuntimeOptions): Promise<ModifyDefenseRuleResponse>;
|
|
4090
4605
|
modifyDefenseRule(request: ModifyDefenseRuleRequest): Promise<ModifyDefenseRuleResponse>;
|
|
4606
|
+
modifyDefenseRuleCacheWithOptions(request: ModifyDefenseRuleCacheRequest, runtime: $Util.RuntimeOptions): Promise<ModifyDefenseRuleCacheResponse>;
|
|
4607
|
+
modifyDefenseRuleCache(request: ModifyDefenseRuleCacheRequest): Promise<ModifyDefenseRuleCacheResponse>;
|
|
4091
4608
|
modifyDefenseRuleStatusWithOptions(request: ModifyDefenseRuleStatusRequest, runtime: $Util.RuntimeOptions): Promise<ModifyDefenseRuleStatusResponse>;
|
|
4092
4609
|
modifyDefenseRuleStatus(request: ModifyDefenseRuleStatusRequest): Promise<ModifyDefenseRuleStatusResponse>;
|
|
4093
4610
|
modifyDefenseTemplateWithOptions(request: ModifyDefenseTemplateRequest, runtime: $Util.RuntimeOptions): Promise<ModifyDefenseTemplateResponse>;
|
|
@@ -4106,4 +4623,19 @@ export default class Client extends OpenApi {
|
|
|
4106
4623
|
modifyResourceLogStatus(request: ModifyResourceLogStatusRequest): Promise<ModifyResourceLogStatusResponse>;
|
|
4107
4624
|
modifyTemplateResourcesWithOptions(request: ModifyTemplateResourcesRequest, runtime: $Util.RuntimeOptions): Promise<ModifyTemplateResourcesResponse>;
|
|
4108
4625
|
modifyTemplateResources(request: ModifyTemplateResourcesRequest): Promise<ModifyTemplateResourcesResponse>;
|
|
4626
|
+
/**
|
|
4627
|
+
* SyncProductInstance is an asynchronous operation. You can call the [DescribeProductInstances](~~2743168~~) operation to query the status of the task.
|
|
4628
|
+
*
|
|
4629
|
+
* @param request SyncProductInstanceRequest
|
|
4630
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
4631
|
+
* @return SyncProductInstanceResponse
|
|
4632
|
+
*/
|
|
4633
|
+
syncProductInstanceWithOptions(request: SyncProductInstanceRequest, runtime: $Util.RuntimeOptions): Promise<SyncProductInstanceResponse>;
|
|
4634
|
+
/**
|
|
4635
|
+
* SyncProductInstance is an asynchronous operation. You can call the [DescribeProductInstances](~~2743168~~) operation to query the status of the task.
|
|
4636
|
+
*
|
|
4637
|
+
* @param request SyncProductInstanceRequest
|
|
4638
|
+
* @return SyncProductInstanceResponse
|
|
4639
|
+
*/
|
|
4640
|
+
syncProductInstance(request: SyncProductInstanceRequest): Promise<SyncProductInstanceResponse>;
|
|
4109
4641
|
}
|