@alicloud/sas20181203 4.0.3 → 4.0.5
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 +55 -2
- package/dist/client.js +4 -0
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +59 -2
package/dist/client.d.ts
CHANGED
|
@@ -14695,6 +14695,7 @@ export declare class DescribeGroupedVulResponseBodyGroupedVulItems extends $dara
|
|
|
14695
14695
|
* 0
|
|
14696
14696
|
*/
|
|
14697
14697
|
handledCount?: number;
|
|
14698
|
+
languageType?: string;
|
|
14698
14699
|
/**
|
|
14699
14700
|
* @remarks
|
|
14700
14701
|
* The number of vulnerabilities that have the **medium** priority.
|
|
@@ -21322,6 +21323,7 @@ export declare class DescribeOnceTaskLeafRecordPageResponseBodyOnceTasksTaskImag
|
|
|
21322
21323
|
* cn-hangzhou
|
|
21323
21324
|
*/
|
|
21324
21325
|
regionId?: string;
|
|
21326
|
+
registryType?: string;
|
|
21325
21327
|
/**
|
|
21326
21328
|
* @remarks
|
|
21327
21329
|
* The ID of the image repository.
|
|
@@ -31067,6 +31069,8 @@ export declare class DescribeVulListResponseBodyVulRecords extends $dara.Model {
|
|
|
31067
31069
|
* @remarks
|
|
31068
31070
|
* The ID of the cluster.
|
|
31069
31071
|
*
|
|
31072
|
+
* > The value of this parameter is returned only if you use the Ultimate edition of Security Center that can protect container assets.
|
|
31073
|
+
*
|
|
31070
31074
|
* @example
|
|
31071
31075
|
* c863dc93bed3843de9934d4346dc4****
|
|
31072
31076
|
*/
|
|
@@ -31075,6 +31079,8 @@ export declare class DescribeVulListResponseBodyVulRecords extends $dara.Model {
|
|
|
31075
31079
|
* @remarks
|
|
31076
31080
|
* The namespace.
|
|
31077
31081
|
*
|
|
31082
|
+
* > If you use the Ultimate edition of Security Center, the value of this parameter is queried from container assets. If you do not use the Ultimate edition, the value of this parameter is queried from the Security Center agent.
|
|
31083
|
+
*
|
|
31078
31084
|
* @example
|
|
31079
31085
|
* default
|
|
31080
31086
|
*/
|
|
@@ -31083,6 +31089,8 @@ export declare class DescribeVulListResponseBodyVulRecords extends $dara.Model {
|
|
|
31083
31089
|
* @remarks
|
|
31084
31090
|
* The ID of the node.
|
|
31085
31091
|
*
|
|
31092
|
+
* > The value of this parameter is returned only if you use the Ultimate edition of Security Center that can protect container assets.
|
|
31093
|
+
*
|
|
31086
31094
|
* @example
|
|
31087
31095
|
* i-bp1ifm6suw9mnbsr****
|
|
31088
31096
|
*/
|
|
@@ -31091,6 +31099,8 @@ export declare class DescribeVulListResponseBodyVulRecords extends $dara.Model {
|
|
|
31091
31099
|
* @remarks
|
|
31092
31100
|
* The name of the node.
|
|
31093
31101
|
*
|
|
31102
|
+
* > The value of this parameter is returned only if you use the Ultimate edition of Security Center that can protect container assets.
|
|
31103
|
+
*
|
|
31094
31104
|
* @example
|
|
31095
31105
|
* deployment-riskai-7b67d68975-m****
|
|
31096
31106
|
*/
|
|
@@ -31099,6 +31109,8 @@ export declare class DescribeVulListResponseBodyVulRecords extends $dara.Model {
|
|
|
31099
31109
|
* @remarks
|
|
31100
31110
|
* The name of the pod.
|
|
31101
31111
|
*
|
|
31112
|
+
* > The value of this parameter is returned only if you use the Ultimate edition of Security Center that can protect container assets.
|
|
31113
|
+
*
|
|
31102
31114
|
* @example
|
|
31103
31115
|
* deployment-riskai-7b67d68975-m****
|
|
31104
31116
|
*/
|
|
@@ -31176,6 +31188,13 @@ export declare class DescribeVulListResponseBodyVulRecords extends $dara.Model {
|
|
|
31176
31188
|
* 101162078
|
|
31177
31189
|
*/
|
|
31178
31190
|
primaryId?: number;
|
|
31191
|
+
/**
|
|
31192
|
+
* @remarks
|
|
31193
|
+
* The progress of the vulnerability fixing.
|
|
31194
|
+
*
|
|
31195
|
+
* @example
|
|
31196
|
+
* 100
|
|
31197
|
+
*/
|
|
31179
31198
|
progress?: number;
|
|
31180
31199
|
/**
|
|
31181
31200
|
* @remarks
|
|
@@ -95184,7 +95203,26 @@ export declare class DescribePropertyScaItemResponse extends $dara.Model {
|
|
|
95184
95203
|
});
|
|
95185
95204
|
}
|
|
95186
95205
|
export declare class DescribePropertyScaProcessDetailRequest extends $dara.Model {
|
|
95206
|
+
/**
|
|
95207
|
+
* @remarks
|
|
95208
|
+
* The type of the application process. Default value: **java**. Valid values:
|
|
95209
|
+
*
|
|
95210
|
+
* * **java**: Java process.
|
|
95211
|
+
* * **php**: PHP process.
|
|
95212
|
+
*
|
|
95213
|
+
* @example
|
|
95214
|
+
* java
|
|
95215
|
+
*/
|
|
95187
95216
|
bizType?: string;
|
|
95217
|
+
/**
|
|
95218
|
+
* @remarks
|
|
95219
|
+
* The startup parameter.
|
|
95220
|
+
*
|
|
95221
|
+
* > This parameter supports only prefix queries. Fuzzy match is not supported.
|
|
95222
|
+
*
|
|
95223
|
+
* @example
|
|
95224
|
+
* java -jar
|
|
95225
|
+
*/
|
|
95188
95226
|
cmdline?: string;
|
|
95189
95227
|
/**
|
|
95190
95228
|
* @remarks
|
|
@@ -95206,7 +95244,9 @@ export declare class DescribePropertyScaProcessDetailRequest extends $dara.Model
|
|
|
95206
95244
|
pageSize?: number;
|
|
95207
95245
|
/**
|
|
95208
95246
|
* @remarks
|
|
95209
|
-
* The ID
|
|
95247
|
+
* The process ID.
|
|
95248
|
+
*
|
|
95249
|
+
* > Only exact match is supported.
|
|
95210
95250
|
*
|
|
95211
95251
|
* @example
|
|
95212
95252
|
* 756
|
|
@@ -95224,7 +95264,11 @@ export declare class DescribePropertyScaProcessDetailRequest extends $dara.Model
|
|
|
95224
95264
|
* @remarks
|
|
95225
95265
|
* The UUID of the server.
|
|
95226
95266
|
*
|
|
95227
|
-
* >
|
|
95267
|
+
* >
|
|
95268
|
+
*
|
|
95269
|
+
* * You can call the [DescribeCloudCenterInstances](~~DescribeCloudCenterInstances~~) operation to query the UUIDs of servers.
|
|
95270
|
+
*
|
|
95271
|
+
* * Only exact match is supported.
|
|
95228
95272
|
*
|
|
95229
95273
|
* @example
|
|
95230
95274
|
* D0D6E6E4-CB8C-4897-B852-46AEFDA0****
|
|
@@ -116645,6 +116689,15 @@ export declare class GetOssBucketScanStatisticRequest extends $dara.Model {
|
|
|
116645
116689
|
* The names of the buckets.
|
|
116646
116690
|
*/
|
|
116647
116691
|
bucketNameList?: string[];
|
|
116692
|
+
/**
|
|
116693
|
+
* @remarks
|
|
116694
|
+
* The source of the data. Valid values:
|
|
116695
|
+
* - **API**
|
|
116696
|
+
* - **OSS**
|
|
116697
|
+
*
|
|
116698
|
+
* @example
|
|
116699
|
+
* API
|
|
116700
|
+
*/
|
|
116648
116701
|
source?: string;
|
|
116649
116702
|
static names(): {
|
|
116650
116703
|
[key: string]: string;
|
package/dist/client.js
CHANGED
|
@@ -6778,6 +6778,7 @@ class DescribeGroupedVulResponseBodyGroupedVulItems extends $dara.Model {
|
|
|
6778
6778
|
asapCount: 'AsapCount',
|
|
6779
6779
|
gmtLast: 'GmtLast',
|
|
6780
6780
|
handledCount: 'HandledCount',
|
|
6781
|
+
languageType: 'LanguageType',
|
|
6781
6782
|
laterCount: 'LaterCount',
|
|
6782
6783
|
name: 'Name',
|
|
6783
6784
|
nntfCount: 'NntfCount',
|
|
@@ -6794,6 +6795,7 @@ class DescribeGroupedVulResponseBodyGroupedVulItems extends $dara.Model {
|
|
|
6794
6795
|
asapCount: 'number',
|
|
6795
6796
|
gmtLast: 'number',
|
|
6796
6797
|
handledCount: 'number',
|
|
6798
|
+
languageType: 'string',
|
|
6797
6799
|
laterCount: 'number',
|
|
6798
6800
|
name: 'string',
|
|
6799
6801
|
nntfCount: 'number',
|
|
@@ -9512,6 +9514,7 @@ class DescribeOnceTaskLeafRecordPageResponseBodyOnceTasksTaskImageInfo extends $
|
|
|
9512
9514
|
nodeName: 'NodeName',
|
|
9513
9515
|
pod: 'Pod',
|
|
9514
9516
|
regionId: 'RegionId',
|
|
9517
|
+
registryType: 'RegistryType',
|
|
9515
9518
|
repoId: 'RepoId',
|
|
9516
9519
|
repoName: 'RepoName',
|
|
9517
9520
|
repoNamespace: 'RepoNamespace',
|
|
@@ -9532,6 +9535,7 @@ class DescribeOnceTaskLeafRecordPageResponseBodyOnceTasksTaskImageInfo extends $
|
|
|
9532
9535
|
nodeName: 'string',
|
|
9533
9536
|
pod: 'string',
|
|
9534
9537
|
regionId: 'string',
|
|
9538
|
+
registryType: 'string',
|
|
9535
9539
|
repoId: 'string',
|
|
9536
9540
|
repoName: 'string',
|
|
9537
9541
|
repoNamespace: 'string',
|