@alicloud/ddosbgp20180720 2.2.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 +230 -0
- package/dist/client.js +799 -380
- package/dist/client.js.map +1 -1
- package/package.json +4 -4
- package/src/client.ts +498 -0
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;
|
|
@@ -956,6 +1060,86 @@ export declare class DescribePackIpListResponse extends $tea.Model {
|
|
|
956
1060
|
[key: string]: any;
|
|
957
1061
|
});
|
|
958
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
|
+
}
|
|
959
1143
|
export declare class DescribeRegionsRequest extends $tea.Model {
|
|
960
1144
|
regionId?: string;
|
|
961
1145
|
resourceGroupId?: string;
|
|
@@ -1547,6 +1731,18 @@ export declare class UntagResourcesResponse extends $tea.Model {
|
|
|
1547
1731
|
[key: string]: any;
|
|
1548
1732
|
});
|
|
1549
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
|
+
}
|
|
1550
1746
|
export declare class AttachAssetGroupToInstanceRequestAssetGroupList extends $tea.Model {
|
|
1551
1747
|
memberUid?: string;
|
|
1552
1748
|
name?: string;
|
|
@@ -1562,6 +1758,18 @@ export declare class AttachAssetGroupToInstanceRequestAssetGroupList extends $te
|
|
|
1562
1758
|
[key: string]: any;
|
|
1563
1759
|
});
|
|
1564
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
|
+
}
|
|
1565
1773
|
export declare class DescribeAssetGroupResponseBodyAssetGroupList extends $tea.Model {
|
|
1566
1774
|
name?: string;
|
|
1567
1775
|
region?: string;
|
|
@@ -1812,6 +2020,20 @@ export declare class DescribePackIpListResponseBodyIpList extends $tea.Model {
|
|
|
1812
2020
|
[key: string]: any;
|
|
1813
2021
|
});
|
|
1814
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
|
+
}
|
|
1815
2037
|
export declare class DescribeRegionsResponseBodyRegions extends $tea.Model {
|
|
1816
2038
|
regionEnName?: string;
|
|
1817
2039
|
regionId?: string;
|
|
@@ -1978,6 +2200,8 @@ export default class Client extends OpenApi {
|
|
|
1978
2200
|
}, endpoint: string): string;
|
|
1979
2201
|
addIpWithOptions(request: AddIpRequest, runtime: $Util.RuntimeOptions): Promise<AddIpResponse>;
|
|
1980
2202
|
addIp(request: AddIpRequest): Promise<AddIpResponse>;
|
|
2203
|
+
addRdMemberListWithOptions(tmpReq: AddRdMemberListRequest, runtime: $Util.RuntimeOptions): Promise<AddRdMemberListResponse>;
|
|
2204
|
+
addRdMemberList(request: AddRdMemberListRequest): Promise<AddRdMemberListResponse>;
|
|
1981
2205
|
attachAssetGroupToInstanceWithOptions(tmpReq: AttachAssetGroupToInstanceRequest, runtime: $Util.RuntimeOptions): Promise<AttachAssetGroupToInstanceResponse>;
|
|
1982
2206
|
attachAssetGroupToInstance(request: AttachAssetGroupToInstanceRequest): Promise<AttachAssetGroupToInstanceResponse>;
|
|
1983
2207
|
checkAccessLogAuthWithOptions(request: CheckAccessLogAuthRequest, runtime: $Util.RuntimeOptions): Promise<CheckAccessLogAuthResponse>;
|
|
@@ -2041,6 +2265,8 @@ export default class Client extends OpenApi {
|
|
|
2041
2265
|
* @return DeleteIpResponse
|
|
2042
2266
|
*/
|
|
2043
2267
|
deleteIp(request: DeleteIpRequest): Promise<DeleteIpResponse>;
|
|
2268
|
+
deleteRdMemberListWithOptions(tmpReq: DeleteRdMemberListRequest, runtime: $Util.RuntimeOptions): Promise<DeleteRdMemberListResponse>;
|
|
2269
|
+
deleteRdMemberList(request: DeleteRdMemberListRequest): Promise<DeleteRdMemberListResponse>;
|
|
2044
2270
|
deleteSchedruleOnDemandWithOptions(request: DeleteSchedruleOnDemandRequest, runtime: $Util.RuntimeOptions): Promise<DeleteSchedruleOnDemandResponse>;
|
|
2045
2271
|
deleteSchedruleOnDemand(request: DeleteSchedruleOnDemandRequest): Promise<DeleteSchedruleOnDemandResponse>;
|
|
2046
2272
|
describeAssetGroupWithOptions(request: DescribeAssetGroupRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAssetGroupResponse>;
|
|
@@ -2157,6 +2383,10 @@ export default class Client extends OpenApi {
|
|
|
2157
2383
|
* @return DescribePackIpListResponse
|
|
2158
2384
|
*/
|
|
2159
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>;
|
|
2160
2390
|
describeRegionsWithOptions(request: DescribeRegionsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeRegionsResponse>;
|
|
2161
2391
|
describeRegions(request: DescribeRegionsRequest): Promise<DescribeRegionsResponse>;
|
|
2162
2392
|
/**
|