@alicloud/sas20181203 2.24.0 → 2.25.1
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 +9 -0
- package/dist/client.js +8329 -8228
- package/dist/client.js.map +1 -1
- package/package.json +6 -6
- package/src/client.ts +43 -0
package/dist/client.d.ts
CHANGED
|
@@ -7980,6 +7980,7 @@ export declare class DescribeExposedCheckWarningResponse extends $tea.Model {
|
|
|
7980
7980
|
});
|
|
7981
7981
|
}
|
|
7982
7982
|
export declare class DescribeExposedInstanceCriteriaRequest extends $tea.Model {
|
|
7983
|
+
resourceDirectoryAccountId?: string;
|
|
7983
7984
|
value?: string;
|
|
7984
7985
|
static names(): {
|
|
7985
7986
|
[key: string]: string;
|
|
@@ -8021,6 +8022,7 @@ export declare class DescribeExposedInstanceCriteriaResponse extends $tea.Model
|
|
|
8021
8022
|
});
|
|
8022
8023
|
}
|
|
8023
8024
|
export declare class DescribeExposedInstanceDetailRequest extends $tea.Model {
|
|
8025
|
+
resourceDirectoryAccountId?: number;
|
|
8024
8026
|
uuid?: string;
|
|
8025
8027
|
static names(): {
|
|
8026
8028
|
[key: string]: string;
|
|
@@ -8071,6 +8073,7 @@ export declare class DescribeExposedInstanceListRequest extends $tea.Model {
|
|
|
8071
8073
|
instanceId?: string;
|
|
8072
8074
|
instanceName?: string;
|
|
8073
8075
|
pageSize?: number;
|
|
8076
|
+
resourceDirectoryAccountId?: number;
|
|
8074
8077
|
vulStatus?: boolean;
|
|
8075
8078
|
static names(): {
|
|
8076
8079
|
[key: string]: string;
|
|
@@ -8152,6 +8155,7 @@ export declare class DescribeExposedStatisticsResponse extends $tea.Model {
|
|
|
8152
8155
|
export declare class DescribeExposedStatisticsDetailRequest extends $tea.Model {
|
|
8153
8156
|
currentPage?: number;
|
|
8154
8157
|
pageSize?: number;
|
|
8158
|
+
resourceDirectoryAccountId?: number;
|
|
8155
8159
|
statisticsType?: string;
|
|
8156
8160
|
statisticsTypeGatewayType?: string;
|
|
8157
8161
|
statisticsTypeInstanceValue?: string;
|
|
@@ -14098,6 +14102,7 @@ export declare class DescribeVersionConfigRequest extends $tea.Model {
|
|
|
14098
14102
|
export declare class DescribeVersionConfigResponseBody extends $tea.Model {
|
|
14099
14103
|
agentlessCapacity?: number;
|
|
14100
14104
|
allowPartialBuy?: number;
|
|
14105
|
+
antiRansomwareService?: number;
|
|
14101
14106
|
appWhiteList?: number;
|
|
14102
14107
|
appWhiteListAuthCount?: number;
|
|
14103
14108
|
assetLevel?: number;
|
|
@@ -39555,7 +39560,11 @@ export declare class ListAgentlessTaskResponseBodyList extends $tea.Model {
|
|
|
39555
39560
|
instanceName?: string;
|
|
39556
39561
|
internetIp?: string;
|
|
39557
39562
|
intranetIp?: string;
|
|
39563
|
+
measureSpace?: number;
|
|
39558
39564
|
progress?: number;
|
|
39565
|
+
progressByProject?: string;
|
|
39566
|
+
reportDownloadUrl?: string;
|
|
39567
|
+
reportStatus?: string;
|
|
39559
39568
|
result?: string;
|
|
39560
39569
|
startTime?: number;
|
|
39561
39570
|
status?: number;
|