@alicloud/ddosbgp20180720 2.1.0 → 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
@@ -47,6 +47,58 @@ export declare class AddIpResponse extends $tea.Model {
47
47
  [key: string]: any;
48
48
  });
49
49
  }
50
+ export declare class AddRdMemberListRequest extends $tea.Model {
51
+ memberList?: AddRdMemberListRequestMemberList[];
52
+ static names(): {
53
+ [key: string]: string;
54
+ };
55
+ static types(): {
56
+ [key: string]: any;
57
+ };
58
+ constructor(map?: {
59
+ [key: string]: any;
60
+ });
61
+ }
62
+ export declare class AddRdMemberListShrinkRequest extends $tea.Model {
63
+ memberListShrink?: string;
64
+ static names(): {
65
+ [key: string]: string;
66
+ };
67
+ static types(): {
68
+ [key: string]: any;
69
+ };
70
+ constructor(map?: {
71
+ [key: string]: any;
72
+ });
73
+ }
74
+ export declare class AddRdMemberListResponseBody extends $tea.Model {
75
+ requestId?: string;
76
+ static names(): {
77
+ [key: string]: string;
78
+ };
79
+ static types(): {
80
+ [key: string]: any;
81
+ };
82
+ constructor(map?: {
83
+ [key: string]: any;
84
+ });
85
+ }
86
+ export declare class AddRdMemberListResponse extends $tea.Model {
87
+ headers?: {
88
+ [key: string]: string;
89
+ };
90
+ statusCode?: number;
91
+ body?: AddRdMemberListResponseBody;
92
+ static names(): {
93
+ [key: string]: string;
94
+ };
95
+ static types(): {
96
+ [key: string]: any;
97
+ };
98
+ constructor(map?: {
99
+ [key: string]: any;
100
+ });
101
+ }
50
102
  export declare class AttachAssetGroupToInstanceRequest extends $tea.Model {
51
103
  assetGroupList?: AttachAssetGroupToInstanceRequestAssetGroupList[];
52
104
  instanceId?: string;
@@ -378,6 +430,58 @@ export declare class DeleteIpResponse extends $tea.Model {
378
430
  [key: string]: any;
379
431
  });
380
432
  }
433
+ export declare class DeleteRdMemberListRequest extends $tea.Model {
434
+ memberList?: DeleteRdMemberListRequestMemberList[];
435
+ static names(): {
436
+ [key: string]: string;
437
+ };
438
+ static types(): {
439
+ [key: string]: any;
440
+ };
441
+ constructor(map?: {
442
+ [key: string]: any;
443
+ });
444
+ }
445
+ export declare class DeleteRdMemberListShrinkRequest extends $tea.Model {
446
+ memberListShrink?: string;
447
+ static names(): {
448
+ [key: string]: string;
449
+ };
450
+ static types(): {
451
+ [key: string]: any;
452
+ };
453
+ constructor(map?: {
454
+ [key: string]: any;
455
+ });
456
+ }
457
+ export declare class DeleteRdMemberListResponseBody extends $tea.Model {
458
+ requestId?: string;
459
+ static names(): {
460
+ [key: string]: string;
461
+ };
462
+ static types(): {
463
+ [key: string]: any;
464
+ };
465
+ constructor(map?: {
466
+ [key: string]: any;
467
+ });
468
+ }
469
+ export declare class DeleteRdMemberListResponse extends $tea.Model {
470
+ headers?: {
471
+ [key: string]: string;
472
+ };
473
+ statusCode?: number;
474
+ body?: DeleteRdMemberListResponseBody;
475
+ static names(): {
476
+ [key: string]: string;
477
+ };
478
+ static types(): {
479
+ [key: string]: any;
480
+ };
481
+ constructor(map?: {
482
+ [key: string]: any;
483
+ });
484
+ }
381
485
  export declare class DeleteSchedruleOnDemandRequest extends $tea.Model {
382
486
  instanceId?: string;
383
487
  regionId?: string;
@@ -563,6 +667,67 @@ export declare class DescribeDdosEventResponse extends $tea.Model {
563
667
  [key: string]: any;
564
668
  });
565
669
  }
670
+ export declare class DescribeDdosOriginInstanceBillRequest extends $tea.Model {
671
+ endTime?: number;
672
+ isShowList?: boolean;
673
+ startTime?: number;
674
+ type?: string;
675
+ static names(): {
676
+ [key: string]: string;
677
+ };
678
+ static types(): {
679
+ [key: string]: any;
680
+ };
681
+ constructor(map?: {
682
+ [key: string]: any;
683
+ });
684
+ }
685
+ export declare class DescribeDdosOriginInstanceBillResponseBody extends $tea.Model {
686
+ debtStatus?: number;
687
+ flowList?: DescribeDdosOriginInstanceBillResponseBodyFlowList[];
688
+ flowRegion?: {
689
+ [key: string]: any;
690
+ };
691
+ instanceId?: string;
692
+ ipCount?: number;
693
+ ipCountOrFunctionList?: DescribeDdosOriginInstanceBillResponseBodyIpCountOrFunctionList[];
694
+ ipInfo?: string;
695
+ requestId?: string;
696
+ standardAssetsFlowList?: DescribeDdosOriginInstanceBillResponseBodyStandardAssetsFlowList[];
697
+ standardAssetsFlowRegion?: {
698
+ [key: string]: any;
699
+ };
700
+ standardAssetsTotalFlowCn?: number;
701
+ standardAssetsTotalFlowOv?: number;
702
+ status?: number;
703
+ totalFlowCn?: number;
704
+ totalFlowOv?: number;
705
+ static names(): {
706
+ [key: string]: string;
707
+ };
708
+ static types(): {
709
+ [key: string]: any;
710
+ };
711
+ constructor(map?: {
712
+ [key: string]: any;
713
+ });
714
+ }
715
+ export declare class DescribeDdosOriginInstanceBillResponse extends $tea.Model {
716
+ headers?: {
717
+ [key: string]: string;
718
+ };
719
+ statusCode?: number;
720
+ body?: DescribeDdosOriginInstanceBillResponseBody;
721
+ static names(): {
722
+ [key: string]: string;
723
+ };
724
+ static types(): {
725
+ [key: string]: any;
726
+ };
727
+ constructor(map?: {
728
+ [key: string]: any;
729
+ });
730
+ }
566
731
  export declare class DescribeExcpetionCountRequest extends $tea.Model {
567
732
  regionId?: string;
568
733
  resourceGroupId?: string;
@@ -895,6 +1060,86 @@ export declare class DescribePackIpListResponse extends $tea.Model {
895
1060
  [key: string]: any;
896
1061
  });
897
1062
  }
1063
+ export declare class DescribeRdMemberListRequest extends $tea.Model {
1064
+ pageNo?: number;
1065
+ pageSize?: number;
1066
+ resourceDirectoryId?: string;
1067
+ static names(): {
1068
+ [key: string]: string;
1069
+ };
1070
+ static types(): {
1071
+ [key: string]: any;
1072
+ };
1073
+ constructor(map?: {
1074
+ [key: string]: any;
1075
+ });
1076
+ }
1077
+ export declare class DescribeRdMemberListResponseBody extends $tea.Model {
1078
+ memberList?: DescribeRdMemberListResponseBodyMemberList[];
1079
+ requestId?: string;
1080
+ total?: number;
1081
+ static names(): {
1082
+ [key: string]: string;
1083
+ };
1084
+ static types(): {
1085
+ [key: string]: any;
1086
+ };
1087
+ constructor(map?: {
1088
+ [key: string]: any;
1089
+ });
1090
+ }
1091
+ export declare class DescribeRdMemberListResponse extends $tea.Model {
1092
+ headers?: {
1093
+ [key: string]: string;
1094
+ };
1095
+ statusCode?: number;
1096
+ body?: DescribeRdMemberListResponseBody;
1097
+ static names(): {
1098
+ [key: string]: string;
1099
+ };
1100
+ static types(): {
1101
+ [key: string]: any;
1102
+ };
1103
+ constructor(map?: {
1104
+ [key: string]: any;
1105
+ });
1106
+ }
1107
+ export declare class DescribeRdStatusResponseBody extends $tea.Model {
1108
+ currentUid?: string;
1109
+ currentUidType?: string;
1110
+ enabled?: boolean;
1111
+ localEnable?: boolean;
1112
+ masterUid?: string;
1113
+ remoteEnable?: boolean;
1114
+ requestId?: string;
1115
+ rootUid?: string;
1116
+ servicePrincipalEnabled?: boolean;
1117
+ static names(): {
1118
+ [key: string]: string;
1119
+ };
1120
+ static types(): {
1121
+ [key: string]: any;
1122
+ };
1123
+ constructor(map?: {
1124
+ [key: string]: any;
1125
+ });
1126
+ }
1127
+ export declare class DescribeRdStatusResponse extends $tea.Model {
1128
+ headers?: {
1129
+ [key: string]: string;
1130
+ };
1131
+ statusCode?: number;
1132
+ body?: DescribeRdStatusResponseBody;
1133
+ static names(): {
1134
+ [key: string]: string;
1135
+ };
1136
+ static types(): {
1137
+ [key: string]: any;
1138
+ };
1139
+ constructor(map?: {
1140
+ [key: string]: any;
1141
+ });
1142
+ }
898
1143
  export declare class DescribeRegionsRequest extends $tea.Model {
899
1144
  regionId?: string;
900
1145
  resourceGroupId?: string;
@@ -1315,6 +1560,46 @@ export declare class QuerySchedruleOnDemandResponse extends $tea.Model {
1315
1560
  [key: string]: any;
1316
1561
  });
1317
1562
  }
1563
+ export declare class ReleaseDdosOriginInstanceRequest extends $tea.Model {
1564
+ instanceId?: string;
1565
+ static names(): {
1566
+ [key: string]: string;
1567
+ };
1568
+ static types(): {
1569
+ [key: string]: any;
1570
+ };
1571
+ constructor(map?: {
1572
+ [key: string]: any;
1573
+ });
1574
+ }
1575
+ export declare class ReleaseDdosOriginInstanceResponseBody extends $tea.Model {
1576
+ requestId?: string;
1577
+ static names(): {
1578
+ [key: string]: string;
1579
+ };
1580
+ static types(): {
1581
+ [key: string]: any;
1582
+ };
1583
+ constructor(map?: {
1584
+ [key: string]: any;
1585
+ });
1586
+ }
1587
+ export declare class ReleaseDdosOriginInstanceResponse extends $tea.Model {
1588
+ headers?: {
1589
+ [key: string]: string;
1590
+ };
1591
+ statusCode?: number;
1592
+ body?: ReleaseDdosOriginInstanceResponseBody;
1593
+ static names(): {
1594
+ [key: string]: string;
1595
+ };
1596
+ static types(): {
1597
+ [key: string]: any;
1598
+ };
1599
+ constructor(map?: {
1600
+ [key: string]: any;
1601
+ });
1602
+ }
1318
1603
  export declare class SetInstanceModeOnDemandRequest extends $tea.Model {
1319
1604
  instanceIdList?: string[];
1320
1605
  mode?: string;
@@ -1446,6 +1731,18 @@ export declare class UntagResourcesResponse extends $tea.Model {
1446
1731
  [key: string]: any;
1447
1732
  });
1448
1733
  }
1734
+ export declare class AddRdMemberListRequestMemberList extends $tea.Model {
1735
+ uid?: string;
1736
+ static names(): {
1737
+ [key: string]: string;
1738
+ };
1739
+ static types(): {
1740
+ [key: string]: any;
1741
+ };
1742
+ constructor(map?: {
1743
+ [key: string]: any;
1744
+ });
1745
+ }
1449
1746
  export declare class AttachAssetGroupToInstanceRequestAssetGroupList extends $tea.Model {
1450
1747
  memberUid?: string;
1451
1748
  name?: string;
@@ -1461,6 +1758,18 @@ export declare class AttachAssetGroupToInstanceRequestAssetGroupList extends $te
1461
1758
  [key: string]: any;
1462
1759
  });
1463
1760
  }
1761
+ export declare class DeleteRdMemberListRequestMemberList extends $tea.Model {
1762
+ uid?: string;
1763
+ static names(): {
1764
+ [key: string]: string;
1765
+ };
1766
+ static types(): {
1767
+ [key: string]: any;
1768
+ };
1769
+ constructor(map?: {
1770
+ [key: string]: any;
1771
+ });
1772
+ }
1464
1773
  export declare class DescribeAssetGroupResponseBodyAssetGroupList extends $tea.Model {
1465
1774
  name?: string;
1466
1775
  region?: string;
@@ -1508,6 +1817,52 @@ export declare class DescribeDdosEventResponseBodyEvents extends $tea.Model {
1508
1817
  [key: string]: any;
1509
1818
  });
1510
1819
  }
1820
+ export declare class DescribeDdosOriginInstanceBillResponseBodyFlowList extends $tea.Model {
1821
+ memberFlow?: string;
1822
+ regionFlow?: string;
1823
+ time?: number;
1824
+ totalFlow?: number;
1825
+ static names(): {
1826
+ [key: string]: string;
1827
+ };
1828
+ static types(): {
1829
+ [key: string]: any;
1830
+ };
1831
+ constructor(map?: {
1832
+ [key: string]: any;
1833
+ });
1834
+ }
1835
+ export declare class DescribeDdosOriginInstanceBillResponseBodyIpCountOrFunctionList extends $tea.Model {
1836
+ coverage?: string;
1837
+ ipCntCn?: number;
1838
+ ipCntOv?: number;
1839
+ memberIpCnt?: string;
1840
+ time?: number;
1841
+ static names(): {
1842
+ [key: string]: string;
1843
+ };
1844
+ static types(): {
1845
+ [key: string]: any;
1846
+ };
1847
+ constructor(map?: {
1848
+ [key: string]: any;
1849
+ });
1850
+ }
1851
+ export declare class DescribeDdosOriginInstanceBillResponseBodyStandardAssetsFlowList extends $tea.Model {
1852
+ memberFlow?: string;
1853
+ regionFlow?: string;
1854
+ time?: number;
1855
+ totalFlow?: number;
1856
+ static names(): {
1857
+ [key: string]: string;
1858
+ };
1859
+ static types(): {
1860
+ [key: string]: any;
1861
+ };
1862
+ constructor(map?: {
1863
+ [key: string]: any;
1864
+ });
1865
+ }
1511
1866
  export declare class DescribeInstanceListRequestTag extends $tea.Model {
1512
1867
  key?: string;
1513
1868
  value?: string;
@@ -1665,6 +2020,20 @@ export declare class DescribePackIpListResponseBodyIpList extends $tea.Model {
1665
2020
  [key: string]: any;
1666
2021
  });
1667
2022
  }
2023
+ export declare class DescribeRdMemberListResponseBodyMemberList extends $tea.Model {
2024
+ gmtCreate?: number;
2025
+ name?: string;
2026
+ uid?: string;
2027
+ static names(): {
2028
+ [key: string]: string;
2029
+ };
2030
+ static types(): {
2031
+ [key: string]: any;
2032
+ };
2033
+ constructor(map?: {
2034
+ [key: string]: any;
2035
+ });
2036
+ }
1668
2037
  export declare class DescribeRegionsResponseBodyRegions extends $tea.Model {
1669
2038
  regionEnName?: string;
1670
2039
  regionId?: string;
@@ -1831,6 +2200,8 @@ export default class Client extends OpenApi {
1831
2200
  }, endpoint: string): string;
1832
2201
  addIpWithOptions(request: AddIpRequest, runtime: $Util.RuntimeOptions): Promise<AddIpResponse>;
1833
2202
  addIp(request: AddIpRequest): Promise<AddIpResponse>;
2203
+ addRdMemberListWithOptions(tmpReq: AddRdMemberListRequest, runtime: $Util.RuntimeOptions): Promise<AddRdMemberListResponse>;
2204
+ addRdMemberList(request: AddRdMemberListRequest): Promise<AddRdMemberListResponse>;
1834
2205
  attachAssetGroupToInstanceWithOptions(tmpReq: AttachAssetGroupToInstanceRequest, runtime: $Util.RuntimeOptions): Promise<AttachAssetGroupToInstanceResponse>;
1835
2206
  attachAssetGroupToInstance(request: AttachAssetGroupToInstanceRequest): Promise<AttachAssetGroupToInstanceResponse>;
1836
2207
  checkAccessLogAuthWithOptions(request: CheckAccessLogAuthRequest, runtime: $Util.RuntimeOptions): Promise<CheckAccessLogAuthResponse>;
@@ -1894,6 +2265,8 @@ export default class Client extends OpenApi {
1894
2265
  * @return DeleteIpResponse
1895
2266
  */
1896
2267
  deleteIp(request: DeleteIpRequest): Promise<DeleteIpResponse>;
2268
+ deleteRdMemberListWithOptions(tmpReq: DeleteRdMemberListRequest, runtime: $Util.RuntimeOptions): Promise<DeleteRdMemberListResponse>;
2269
+ deleteRdMemberList(request: DeleteRdMemberListRequest): Promise<DeleteRdMemberListResponse>;
1897
2270
  deleteSchedruleOnDemandWithOptions(request: DeleteSchedruleOnDemandRequest, runtime: $Util.RuntimeOptions): Promise<DeleteSchedruleOnDemandResponse>;
1898
2271
  deleteSchedruleOnDemand(request: DeleteSchedruleOnDemandRequest): Promise<DeleteSchedruleOnDemandResponse>;
1899
2272
  describeAssetGroupWithOptions(request: DescribeAssetGroupRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAssetGroupResponse>;
@@ -1919,6 +2292,8 @@ export default class Client extends OpenApi {
1919
2292
  * @return DescribeDdosEventResponse
1920
2293
  */
1921
2294
  describeDdosEvent(request: DescribeDdosEventRequest): Promise<DescribeDdosEventResponse>;
2295
+ describeDdosOriginInstanceBillWithOptions(request: DescribeDdosOriginInstanceBillRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDdosOriginInstanceBillResponse>;
2296
+ describeDdosOriginInstanceBill(request: DescribeDdosOriginInstanceBillRequest): Promise<DescribeDdosOriginInstanceBillResponse>;
1922
2297
  /**
1923
2298
  * ## Usage notes
1924
2299
  * You can call the DescribeExcpetionCount operation to query the number of assets that are in an abnormal state and the number of Anti-DDoS Origin instances that are about to expire in a specific region. For example, if blackhole filtering is triggered for an IP address, the IP address is in an abnormal state. An instance whose remaining validity period is less than seven days is considered as an instance that is about to expire.
@@ -2008,6 +2383,10 @@ export default class Client extends OpenApi {
2008
2383
  * @return DescribePackIpListResponse
2009
2384
  */
2010
2385
  describePackIpList(request: DescribePackIpListRequest): Promise<DescribePackIpListResponse>;
2386
+ describeRdMemberListWithOptions(request: DescribeRdMemberListRequest, runtime: $Util.RuntimeOptions): Promise<DescribeRdMemberListResponse>;
2387
+ describeRdMemberList(request: DescribeRdMemberListRequest): Promise<DescribeRdMemberListResponse>;
2388
+ describeRdStatusWithOptions(runtime: $Util.RuntimeOptions): Promise<DescribeRdStatusResponse>;
2389
+ describeRdStatus(): Promise<DescribeRdStatusResponse>;
2011
2390
  describeRegionsWithOptions(request: DescribeRegionsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeRegionsResponse>;
2012
2391
  describeRegions(request: DescribeRegionsRequest): Promise<DescribeRegionsResponse>;
2013
2392
  /**
@@ -2075,6 +2454,8 @@ export default class Client extends OpenApi {
2075
2454
  modifyRemark(request: ModifyRemarkRequest): Promise<ModifyRemarkResponse>;
2076
2455
  querySchedruleOnDemandWithOptions(request: QuerySchedruleOnDemandRequest, runtime: $Util.RuntimeOptions): Promise<QuerySchedruleOnDemandResponse>;
2077
2456
  querySchedruleOnDemand(request: QuerySchedruleOnDemandRequest): Promise<QuerySchedruleOnDemandResponse>;
2457
+ releaseDdosOriginInstanceWithOptions(request: ReleaseDdosOriginInstanceRequest, runtime: $Util.RuntimeOptions): Promise<ReleaseDdosOriginInstanceResponse>;
2458
+ releaseDdosOriginInstance(request: ReleaseDdosOriginInstanceRequest): Promise<ReleaseDdosOriginInstanceResponse>;
2078
2459
  setInstanceModeOnDemandWithOptions(request: SetInstanceModeOnDemandRequest, runtime: $Util.RuntimeOptions): Promise<SetInstanceModeOnDemandResponse>;
2079
2460
  setInstanceModeOnDemand(request: SetInstanceModeOnDemandRequest): Promise<SetInstanceModeOnDemandResponse>;
2080
2461
  /**