@alicloud/sas20181203 2.2.0 → 2.2.2
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 +391 -1
- package/dist/client.js +701 -2
- package/dist/client.js.map +1 -1
- package/package.json +2 -2
- package/src/client.ts +858 -2
package/dist/client.d.ts
CHANGED
|
@@ -695,6 +695,8 @@ export declare class ChangeAssetRefreshTaskConfigResponse extends $tea.Model {
|
|
|
695
695
|
}
|
|
696
696
|
export declare class ChangeCheckConfigRequest extends $tea.Model {
|
|
697
697
|
addedCheck?: ChangeCheckConfigRequestAddedCheck[];
|
|
698
|
+
configRequirementIds?: ChangeCheckConfigRequestConfigRequirementIds;
|
|
699
|
+
configStandardIds?: ChangeCheckConfigRequestConfigStandardIds;
|
|
698
700
|
cycleDays?: number[];
|
|
699
701
|
enableAddCheck?: boolean;
|
|
700
702
|
enableAutoCheck?: boolean;
|
|
@@ -713,6 +715,28 @@ export declare class ChangeCheckConfigRequest extends $tea.Model {
|
|
|
713
715
|
[key: string]: any;
|
|
714
716
|
});
|
|
715
717
|
}
|
|
718
|
+
export declare class ChangeCheckConfigShrinkRequest extends $tea.Model {
|
|
719
|
+
addedCheck?: ChangeCheckConfigShrinkRequestAddedCheck[];
|
|
720
|
+
configRequirementIdsShrink?: string;
|
|
721
|
+
configStandardIdsShrink?: string;
|
|
722
|
+
cycleDays?: number[];
|
|
723
|
+
enableAddCheck?: boolean;
|
|
724
|
+
enableAutoCheck?: boolean;
|
|
725
|
+
endTime?: number;
|
|
726
|
+
regionId?: string;
|
|
727
|
+
removedCheck?: ChangeCheckConfigShrinkRequestRemovedCheck[];
|
|
728
|
+
standardIds?: number[];
|
|
729
|
+
startTime?: 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
|
+
}
|
|
716
740
|
export declare class ChangeCheckConfigResponseBody extends $tea.Model {
|
|
717
741
|
requestId?: string;
|
|
718
742
|
static names(): {
|
|
@@ -3971,6 +3995,48 @@ export declare class DescribeAssetsSecurityEventSummaryResponse extends $tea.Mod
|
|
|
3971
3995
|
[key: string]: any;
|
|
3972
3996
|
});
|
|
3973
3997
|
}
|
|
3998
|
+
export declare class DescribeAttachRecordsRequest extends $tea.Model {
|
|
3999
|
+
applicationId?: string;
|
|
4000
|
+
ecsUUIDList?: string[];
|
|
4001
|
+
static names(): {
|
|
4002
|
+
[key: string]: string;
|
|
4003
|
+
};
|
|
4004
|
+
static types(): {
|
|
4005
|
+
[key: string]: any;
|
|
4006
|
+
};
|
|
4007
|
+
constructor(map?: {
|
|
4008
|
+
[key: string]: any;
|
|
4009
|
+
});
|
|
4010
|
+
}
|
|
4011
|
+
export declare class DescribeAttachRecordsResponseBody extends $tea.Model {
|
|
4012
|
+
accessList?: DescribeAttachRecordsResponseBodyAccessList[];
|
|
4013
|
+
requestId?: string;
|
|
4014
|
+
static names(): {
|
|
4015
|
+
[key: string]: string;
|
|
4016
|
+
};
|
|
4017
|
+
static types(): {
|
|
4018
|
+
[key: string]: any;
|
|
4019
|
+
};
|
|
4020
|
+
constructor(map?: {
|
|
4021
|
+
[key: string]: any;
|
|
4022
|
+
});
|
|
4023
|
+
}
|
|
4024
|
+
export declare class DescribeAttachRecordsResponse extends $tea.Model {
|
|
4025
|
+
headers: {
|
|
4026
|
+
[key: string]: string;
|
|
4027
|
+
};
|
|
4028
|
+
statusCode: number;
|
|
4029
|
+
body: DescribeAttachRecordsResponseBody;
|
|
4030
|
+
static names(): {
|
|
4031
|
+
[key: string]: string;
|
|
4032
|
+
};
|
|
4033
|
+
static types(): {
|
|
4034
|
+
[key: string]: any;
|
|
4035
|
+
};
|
|
4036
|
+
constructor(map?: {
|
|
4037
|
+
[key: string]: any;
|
|
4038
|
+
});
|
|
4039
|
+
}
|
|
3974
4040
|
export declare class DescribeAttackAnalysisDataRequest extends $tea.Model {
|
|
3975
4041
|
base64?: string;
|
|
3976
4042
|
currentPage?: number;
|
|
@@ -15831,6 +15897,47 @@ export declare class InstallPmAgentResponse extends $tea.Model {
|
|
|
15831
15897
|
[key: string]: any;
|
|
15832
15898
|
});
|
|
15833
15899
|
}
|
|
15900
|
+
export declare class InstallRaspAttachRequest extends $tea.Model {
|
|
15901
|
+
applicationId?: string;
|
|
15902
|
+
ecsUUIDList?: string[];
|
|
15903
|
+
static names(): {
|
|
15904
|
+
[key: string]: string;
|
|
15905
|
+
};
|
|
15906
|
+
static types(): {
|
|
15907
|
+
[key: string]: any;
|
|
15908
|
+
};
|
|
15909
|
+
constructor(map?: {
|
|
15910
|
+
[key: string]: any;
|
|
15911
|
+
});
|
|
15912
|
+
}
|
|
15913
|
+
export declare class InstallRaspAttachResponseBody extends $tea.Model {
|
|
15914
|
+
requestId?: string;
|
|
15915
|
+
static names(): {
|
|
15916
|
+
[key: string]: string;
|
|
15917
|
+
};
|
|
15918
|
+
static types(): {
|
|
15919
|
+
[key: string]: any;
|
|
15920
|
+
};
|
|
15921
|
+
constructor(map?: {
|
|
15922
|
+
[key: string]: any;
|
|
15923
|
+
});
|
|
15924
|
+
}
|
|
15925
|
+
export declare class InstallRaspAttachResponse extends $tea.Model {
|
|
15926
|
+
headers: {
|
|
15927
|
+
[key: string]: string;
|
|
15928
|
+
};
|
|
15929
|
+
statusCode: number;
|
|
15930
|
+
body: InstallRaspAttachResponseBody;
|
|
15931
|
+
static names(): {
|
|
15932
|
+
[key: string]: string;
|
|
15933
|
+
};
|
|
15934
|
+
static types(): {
|
|
15935
|
+
[key: string]: any;
|
|
15936
|
+
};
|
|
15937
|
+
constructor(map?: {
|
|
15938
|
+
[key: string]: any;
|
|
15939
|
+
});
|
|
15940
|
+
}
|
|
15834
15941
|
export declare class InstallUniBackupAgentRequest extends $tea.Model {
|
|
15835
15942
|
policyId?: number;
|
|
15836
15943
|
static names(): {
|
|
@@ -16089,6 +16196,36 @@ export declare class ListAgentlessTaskResponse extends $tea.Model {
|
|
|
16089
16196
|
[key: string]: any;
|
|
16090
16197
|
});
|
|
16091
16198
|
}
|
|
16199
|
+
export declare class ListAssetCleanConfigResponseBody extends $tea.Model {
|
|
16200
|
+
count?: number;
|
|
16201
|
+
data?: ListAssetCleanConfigResponseBodyData[];
|
|
16202
|
+
requestId?: string;
|
|
16203
|
+
static names(): {
|
|
16204
|
+
[key: string]: string;
|
|
16205
|
+
};
|
|
16206
|
+
static types(): {
|
|
16207
|
+
[key: string]: any;
|
|
16208
|
+
};
|
|
16209
|
+
constructor(map?: {
|
|
16210
|
+
[key: string]: any;
|
|
16211
|
+
});
|
|
16212
|
+
}
|
|
16213
|
+
export declare class ListAssetCleanConfigResponse extends $tea.Model {
|
|
16214
|
+
headers: {
|
|
16215
|
+
[key: string]: string;
|
|
16216
|
+
};
|
|
16217
|
+
statusCode: number;
|
|
16218
|
+
body: ListAssetCleanConfigResponseBody;
|
|
16219
|
+
static names(): {
|
|
16220
|
+
[key: string]: string;
|
|
16221
|
+
};
|
|
16222
|
+
static types(): {
|
|
16223
|
+
[key: string]: any;
|
|
16224
|
+
};
|
|
16225
|
+
constructor(map?: {
|
|
16226
|
+
[key: string]: any;
|
|
16227
|
+
});
|
|
16228
|
+
}
|
|
16092
16229
|
export declare class ListAssetRefreshTaskConfigRequest extends $tea.Model {
|
|
16093
16230
|
regionId?: string;
|
|
16094
16231
|
static names(): {
|
|
@@ -16643,6 +16780,53 @@ export declare class ListCloudAssetInstancesResponse extends $tea.Model {
|
|
|
16643
16780
|
[key: string]: any;
|
|
16644
16781
|
});
|
|
16645
16782
|
}
|
|
16783
|
+
export declare class ListCloudVendorRegionsRequest extends $tea.Model {
|
|
16784
|
+
lang?: string;
|
|
16785
|
+
vendor?: string;
|
|
16786
|
+
static names(): {
|
|
16787
|
+
[key: string]: string;
|
|
16788
|
+
};
|
|
16789
|
+
static types(): {
|
|
16790
|
+
[key: string]: any;
|
|
16791
|
+
};
|
|
16792
|
+
constructor(map?: {
|
|
16793
|
+
[key: string]: any;
|
|
16794
|
+
});
|
|
16795
|
+
}
|
|
16796
|
+
export declare class ListCloudVendorRegionsResponseBody extends $tea.Model {
|
|
16797
|
+
code?: string;
|
|
16798
|
+
count?: number;
|
|
16799
|
+
data?: ListCloudVendorRegionsResponseBodyData[];
|
|
16800
|
+
httpStatusCode?: number;
|
|
16801
|
+
message?: string;
|
|
16802
|
+
requestId?: string;
|
|
16803
|
+
success?: boolean;
|
|
16804
|
+
static names(): {
|
|
16805
|
+
[key: string]: string;
|
|
16806
|
+
};
|
|
16807
|
+
static types(): {
|
|
16808
|
+
[key: string]: any;
|
|
16809
|
+
};
|
|
16810
|
+
constructor(map?: {
|
|
16811
|
+
[key: string]: any;
|
|
16812
|
+
});
|
|
16813
|
+
}
|
|
16814
|
+
export declare class ListCloudVendorRegionsResponse extends $tea.Model {
|
|
16815
|
+
headers: {
|
|
16816
|
+
[key: string]: string;
|
|
16817
|
+
};
|
|
16818
|
+
statusCode: number;
|
|
16819
|
+
body: ListCloudVendorRegionsResponseBody;
|
|
16820
|
+
static names(): {
|
|
16821
|
+
[key: string]: string;
|
|
16822
|
+
};
|
|
16823
|
+
static types(): {
|
|
16824
|
+
[key: string]: any;
|
|
16825
|
+
};
|
|
16826
|
+
constructor(map?: {
|
|
16827
|
+
[key: string]: any;
|
|
16828
|
+
});
|
|
16829
|
+
}
|
|
16646
16830
|
export declare class ListClusterCnnfStatusDetailRequest extends $tea.Model {
|
|
16647
16831
|
clusterIds?: string[];
|
|
16648
16832
|
static names(): {
|
|
@@ -17961,6 +18145,47 @@ export declare class ModifyAppVulScanCycleResponse extends $tea.Model {
|
|
|
17961
18145
|
[key: string]: any;
|
|
17962
18146
|
});
|
|
17963
18147
|
}
|
|
18148
|
+
export declare class ModifyAssetCleanConfigRequest extends $tea.Model {
|
|
18149
|
+
assetCleanConfigs?: ModifyAssetCleanConfigRequestAssetCleanConfigs[];
|
|
18150
|
+
static names(): {
|
|
18151
|
+
[key: string]: string;
|
|
18152
|
+
};
|
|
18153
|
+
static types(): {
|
|
18154
|
+
[key: string]: any;
|
|
18155
|
+
};
|
|
18156
|
+
constructor(map?: {
|
|
18157
|
+
[key: string]: any;
|
|
18158
|
+
});
|
|
18159
|
+
}
|
|
18160
|
+
export declare class ModifyAssetCleanConfigResponseBody extends $tea.Model {
|
|
18161
|
+
data?: boolean;
|
|
18162
|
+
requestId?: string;
|
|
18163
|
+
static names(): {
|
|
18164
|
+
[key: string]: string;
|
|
18165
|
+
};
|
|
18166
|
+
static types(): {
|
|
18167
|
+
[key: string]: any;
|
|
18168
|
+
};
|
|
18169
|
+
constructor(map?: {
|
|
18170
|
+
[key: string]: any;
|
|
18171
|
+
});
|
|
18172
|
+
}
|
|
18173
|
+
export declare class ModifyAssetCleanConfigResponse extends $tea.Model {
|
|
18174
|
+
headers: {
|
|
18175
|
+
[key: string]: string;
|
|
18176
|
+
};
|
|
18177
|
+
statusCode: number;
|
|
18178
|
+
body: ModifyAssetCleanConfigResponseBody;
|
|
18179
|
+
static names(): {
|
|
18180
|
+
[key: string]: string;
|
|
18181
|
+
};
|
|
18182
|
+
static types(): {
|
|
18183
|
+
[key: string]: any;
|
|
18184
|
+
};
|
|
18185
|
+
constructor(map?: {
|
|
18186
|
+
[key: string]: any;
|
|
18187
|
+
});
|
|
18188
|
+
}
|
|
17964
18189
|
export declare class ModifyAssetGroupRequest extends $tea.Model {
|
|
17965
18190
|
groupId?: number;
|
|
17966
18191
|
sourceIp?: string;
|
|
@@ -22037,6 +22262,47 @@ export declare class UninstallBackupClientResponse extends $tea.Model {
|
|
|
22037
22262
|
[key: string]: any;
|
|
22038
22263
|
});
|
|
22039
22264
|
}
|
|
22265
|
+
export declare class UninstallRaspAttachRequest extends $tea.Model {
|
|
22266
|
+
applicationId?: string;
|
|
22267
|
+
ecsUUIDList?: string[];
|
|
22268
|
+
static names(): {
|
|
22269
|
+
[key: string]: string;
|
|
22270
|
+
};
|
|
22271
|
+
static types(): {
|
|
22272
|
+
[key: string]: any;
|
|
22273
|
+
};
|
|
22274
|
+
constructor(map?: {
|
|
22275
|
+
[key: string]: any;
|
|
22276
|
+
});
|
|
22277
|
+
}
|
|
22278
|
+
export declare class UninstallRaspAttachResponseBody extends $tea.Model {
|
|
22279
|
+
requestId?: string;
|
|
22280
|
+
static names(): {
|
|
22281
|
+
[key: string]: string;
|
|
22282
|
+
};
|
|
22283
|
+
static types(): {
|
|
22284
|
+
[key: string]: any;
|
|
22285
|
+
};
|
|
22286
|
+
constructor(map?: {
|
|
22287
|
+
[key: string]: any;
|
|
22288
|
+
});
|
|
22289
|
+
}
|
|
22290
|
+
export declare class UninstallRaspAttachResponse extends $tea.Model {
|
|
22291
|
+
headers: {
|
|
22292
|
+
[key: string]: string;
|
|
22293
|
+
};
|
|
22294
|
+
statusCode: number;
|
|
22295
|
+
body: UninstallRaspAttachResponseBody;
|
|
22296
|
+
static names(): {
|
|
22297
|
+
[key: string]: string;
|
|
22298
|
+
};
|
|
22299
|
+
static types(): {
|
|
22300
|
+
[key: string]: any;
|
|
22301
|
+
};
|
|
22302
|
+
constructor(map?: {
|
|
22303
|
+
[key: string]: any;
|
|
22304
|
+
});
|
|
22305
|
+
}
|
|
22040
22306
|
export declare class UninstallUniBackupAgentRequest extends $tea.Model {
|
|
22041
22307
|
policyId?: number;
|
|
22042
22308
|
static names(): {
|
|
@@ -22650,6 +22916,32 @@ export declare class ChangeCheckConfigRequestAddedCheck extends $tea.Model {
|
|
|
22650
22916
|
[key: string]: any;
|
|
22651
22917
|
});
|
|
22652
22918
|
}
|
|
22919
|
+
export declare class ChangeCheckConfigRequestConfigRequirementIds extends $tea.Model {
|
|
22920
|
+
addIds?: number[];
|
|
22921
|
+
removeIds?: number[];
|
|
22922
|
+
static names(): {
|
|
22923
|
+
[key: string]: string;
|
|
22924
|
+
};
|
|
22925
|
+
static types(): {
|
|
22926
|
+
[key: string]: any;
|
|
22927
|
+
};
|
|
22928
|
+
constructor(map?: {
|
|
22929
|
+
[key: string]: any;
|
|
22930
|
+
});
|
|
22931
|
+
}
|
|
22932
|
+
export declare class ChangeCheckConfigRequestConfigStandardIds extends $tea.Model {
|
|
22933
|
+
addIds?: number[];
|
|
22934
|
+
removeIds?: number[];
|
|
22935
|
+
static names(): {
|
|
22936
|
+
[key: string]: string;
|
|
22937
|
+
};
|
|
22938
|
+
static types(): {
|
|
22939
|
+
[key: string]: any;
|
|
22940
|
+
};
|
|
22941
|
+
constructor(map?: {
|
|
22942
|
+
[key: string]: any;
|
|
22943
|
+
});
|
|
22944
|
+
}
|
|
22653
22945
|
export declare class ChangeCheckConfigRequestRemovedCheck extends $tea.Model {
|
|
22654
22946
|
checkId?: number;
|
|
22655
22947
|
sectionId?: number;
|
|
@@ -22663,6 +22955,32 @@ export declare class ChangeCheckConfigRequestRemovedCheck extends $tea.Model {
|
|
|
22663
22955
|
[key: string]: any;
|
|
22664
22956
|
});
|
|
22665
22957
|
}
|
|
22958
|
+
export declare class ChangeCheckConfigShrinkRequestAddedCheck extends $tea.Model {
|
|
22959
|
+
checkId?: number;
|
|
22960
|
+
sectionId?: number;
|
|
22961
|
+
static names(): {
|
|
22962
|
+
[key: string]: string;
|
|
22963
|
+
};
|
|
22964
|
+
static types(): {
|
|
22965
|
+
[key: string]: any;
|
|
22966
|
+
};
|
|
22967
|
+
constructor(map?: {
|
|
22968
|
+
[key: string]: any;
|
|
22969
|
+
});
|
|
22970
|
+
}
|
|
22971
|
+
export declare class ChangeCheckConfigShrinkRequestRemovedCheck extends $tea.Model {
|
|
22972
|
+
checkId?: number;
|
|
22973
|
+
sectionId?: number;
|
|
22974
|
+
static names(): {
|
|
22975
|
+
[key: string]: string;
|
|
22976
|
+
};
|
|
22977
|
+
static types(): {
|
|
22978
|
+
[key: string]: any;
|
|
22979
|
+
};
|
|
22980
|
+
constructor(map?: {
|
|
22981
|
+
[key: string]: any;
|
|
22982
|
+
});
|
|
22983
|
+
}
|
|
22666
22984
|
export declare class ChangeCheckCustomConfigRequestCustomConfigs extends $tea.Model {
|
|
22667
22985
|
name?: string;
|
|
22668
22986
|
operation?: string;
|
|
@@ -23346,6 +23664,22 @@ export declare class DescribeAssetsSecurityEventSummaryResponseBodyAssets extend
|
|
|
23346
23664
|
[key: string]: any;
|
|
23347
23665
|
});
|
|
23348
23666
|
}
|
|
23667
|
+
export declare class DescribeAttachRecordsResponseBodyAccessList extends $tea.Model {
|
|
23668
|
+
attachState?: number;
|
|
23669
|
+
attachSwitch?: string;
|
|
23670
|
+
ecsUUID?: string;
|
|
23671
|
+
installMsg?: string;
|
|
23672
|
+
installState?: number;
|
|
23673
|
+
static names(): {
|
|
23674
|
+
[key: string]: string;
|
|
23675
|
+
};
|
|
23676
|
+
static types(): {
|
|
23677
|
+
[key: string]: any;
|
|
23678
|
+
};
|
|
23679
|
+
constructor(map?: {
|
|
23680
|
+
[key: string]: any;
|
|
23681
|
+
});
|
|
23682
|
+
}
|
|
23349
23683
|
export declare class DescribeBackUpExportInfoResponseBodyData extends $tea.Model {
|
|
23350
23684
|
currentCount?: number;
|
|
23351
23685
|
fileName?: string;
|
|
@@ -24291,6 +24625,7 @@ export declare class DescribeEmgVulItemResponseBodyGroupedVulItems extends $tea.
|
|
|
24291
24625
|
name?: string;
|
|
24292
24626
|
pendingCount?: number;
|
|
24293
24627
|
progress?: number;
|
|
24628
|
+
raspDefend?: number;
|
|
24294
24629
|
status?: number;
|
|
24295
24630
|
type?: string;
|
|
24296
24631
|
static names(): {
|
|
@@ -29670,6 +30005,20 @@ export declare class ListAgentlessTaskResponseBodyPageInfo extends $tea.Model {
|
|
|
29670
30005
|
[key: string]: any;
|
|
29671
30006
|
});
|
|
29672
30007
|
}
|
|
30008
|
+
export declare class ListAssetCleanConfigResponseBodyData extends $tea.Model {
|
|
30009
|
+
cleanDays?: number;
|
|
30010
|
+
status?: number;
|
|
30011
|
+
type?: number;
|
|
30012
|
+
static names(): {
|
|
30013
|
+
[key: string]: string;
|
|
30014
|
+
};
|
|
30015
|
+
static types(): {
|
|
30016
|
+
[key: string]: any;
|
|
30017
|
+
};
|
|
30018
|
+
constructor(map?: {
|
|
30019
|
+
[key: string]: any;
|
|
30020
|
+
});
|
|
30021
|
+
}
|
|
29673
30022
|
export declare class ListAssetRefreshTaskConfigResponseBodyAssetRefreshConfig extends $tea.Model {
|
|
29674
30023
|
schedulePeriod?: number;
|
|
29675
30024
|
status?: number;
|
|
@@ -30079,6 +30428,21 @@ export declare class ListCloudAssetInstancesResponseBodyPageInfo extends $tea.Mo
|
|
|
30079
30428
|
[key: string]: any;
|
|
30080
30429
|
});
|
|
30081
30430
|
}
|
|
30431
|
+
export declare class ListCloudVendorRegionsResponseBodyData extends $tea.Model {
|
|
30432
|
+
area?: string;
|
|
30433
|
+
disable?: number;
|
|
30434
|
+
regionId?: string;
|
|
30435
|
+
selected?: number;
|
|
30436
|
+
static names(): {
|
|
30437
|
+
[key: string]: string;
|
|
30438
|
+
};
|
|
30439
|
+
static types(): {
|
|
30440
|
+
[key: string]: any;
|
|
30441
|
+
};
|
|
30442
|
+
constructor(map?: {
|
|
30443
|
+
[key: string]: any;
|
|
30444
|
+
});
|
|
30445
|
+
}
|
|
30082
30446
|
export declare class ListClusterCnnfStatusDetailResponseBodyData extends $tea.Model {
|
|
30083
30447
|
clusterId?: string;
|
|
30084
30448
|
installed?: boolean;
|
|
@@ -30927,6 +31291,20 @@ export declare class ListVulAutoRepairConfigResponseBodyVulAutoRepairConfigList
|
|
|
30927
31291
|
[key: string]: any;
|
|
30928
31292
|
});
|
|
30929
31293
|
}
|
|
31294
|
+
export declare class ModifyAssetCleanConfigRequestAssetCleanConfigs extends $tea.Model {
|
|
31295
|
+
cleanDays?: number;
|
|
31296
|
+
status?: number;
|
|
31297
|
+
type?: number;
|
|
31298
|
+
static names(): {
|
|
31299
|
+
[key: string]: string;
|
|
31300
|
+
};
|
|
31301
|
+
static types(): {
|
|
31302
|
+
[key: string]: any;
|
|
31303
|
+
};
|
|
31304
|
+
constructor(map?: {
|
|
31305
|
+
[key: string]: any;
|
|
31306
|
+
});
|
|
31307
|
+
}
|
|
30930
31308
|
export declare class ModifyCreateVulWhitelistResponseBodyVulWhitelistList extends $tea.Model {
|
|
30931
31309
|
id?: number;
|
|
30932
31310
|
static names(): {
|
|
@@ -31249,7 +31627,7 @@ export default class Client extends OpenApi {
|
|
|
31249
31627
|
cancelOnceTask(request: CancelOnceTaskRequest): Promise<CancelOnceTaskResponse>;
|
|
31250
31628
|
changeAssetRefreshTaskConfigWithOptions(request: ChangeAssetRefreshTaskConfigRequest, runtime: $Util.RuntimeOptions): Promise<ChangeAssetRefreshTaskConfigResponse>;
|
|
31251
31629
|
changeAssetRefreshTaskConfig(request: ChangeAssetRefreshTaskConfigRequest): Promise<ChangeAssetRefreshTaskConfigResponse>;
|
|
31252
|
-
changeCheckConfigWithOptions(
|
|
31630
|
+
changeCheckConfigWithOptions(tmpReq: ChangeCheckConfigRequest, runtime: $Util.RuntimeOptions): Promise<ChangeCheckConfigResponse>;
|
|
31253
31631
|
changeCheckConfig(request: ChangeCheckConfigRequest): Promise<ChangeCheckConfigResponse>;
|
|
31254
31632
|
changeCheckCustomConfigWithOptions(request: ChangeCheckCustomConfigRequest, runtime: $Util.RuntimeOptions): Promise<ChangeCheckCustomConfigResponse>;
|
|
31255
31633
|
changeCheckCustomConfig(request: ChangeCheckCustomConfigRequest): Promise<ChangeCheckCustomConfigResponse>;
|
|
@@ -31485,6 +31863,8 @@ export default class Client extends OpenApi {
|
|
|
31485
31863
|
describeAssetSummary(): Promise<DescribeAssetSummaryResponse>;
|
|
31486
31864
|
describeAssetsSecurityEventSummaryWithOptions(request: DescribeAssetsSecurityEventSummaryRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAssetsSecurityEventSummaryResponse>;
|
|
31487
31865
|
describeAssetsSecurityEventSummary(request: DescribeAssetsSecurityEventSummaryRequest): Promise<DescribeAssetsSecurityEventSummaryResponse>;
|
|
31866
|
+
describeAttachRecordsWithOptions(request: DescribeAttachRecordsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAttachRecordsResponse>;
|
|
31867
|
+
describeAttachRecords(request: DescribeAttachRecordsRequest): Promise<DescribeAttachRecordsResponse>;
|
|
31488
31868
|
describeAttackAnalysisDataWithOptions(request: DescribeAttackAnalysisDataRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAttackAnalysisDataResponse>;
|
|
31489
31869
|
describeAttackAnalysisData(request: DescribeAttackAnalysisDataRequest): Promise<DescribeAttackAnalysisDataResponse>;
|
|
31490
31870
|
describeAutoDelConfigWithOptions(runtime: $Util.RuntimeOptions): Promise<DescribeAutoDelConfigResponse>;
|
|
@@ -32308,6 +32688,8 @@ export default class Client extends OpenApi {
|
|
|
32308
32688
|
installCloudMonitor(request: InstallCloudMonitorRequest): Promise<InstallCloudMonitorResponse>;
|
|
32309
32689
|
installPmAgentWithOptions(request: InstallPmAgentRequest, runtime: $Util.RuntimeOptions): Promise<InstallPmAgentResponse>;
|
|
32310
32690
|
installPmAgent(request: InstallPmAgentRequest): Promise<InstallPmAgentResponse>;
|
|
32691
|
+
installRaspAttachWithOptions(request: InstallRaspAttachRequest, runtime: $Util.RuntimeOptions): Promise<InstallRaspAttachResponse>;
|
|
32692
|
+
installRaspAttach(request: InstallRaspAttachRequest): Promise<InstallRaspAttachResponse>;
|
|
32311
32693
|
installUniBackupAgentWithOptions(request: InstallUniBackupAgentRequest, runtime: $Util.RuntimeOptions): Promise<InstallUniBackupAgentResponse>;
|
|
32312
32694
|
installUniBackupAgent(request: InstallUniBackupAgentRequest): Promise<InstallUniBackupAgentResponse>;
|
|
32313
32695
|
joinWebLockProcessWhiteListWithOptions(request: JoinWebLockProcessWhiteListRequest, runtime: $Util.RuntimeOptions): Promise<JoinWebLockProcessWhiteListResponse>;
|
|
@@ -32320,6 +32702,8 @@ export default class Client extends OpenApi {
|
|
|
32320
32702
|
listAgentlessRiskUuid(request: ListAgentlessRiskUuidRequest): Promise<ListAgentlessRiskUuidResponse>;
|
|
32321
32703
|
listAgentlessTaskWithOptions(request: ListAgentlessTaskRequest, runtime: $Util.RuntimeOptions): Promise<ListAgentlessTaskResponse>;
|
|
32322
32704
|
listAgentlessTask(request: ListAgentlessTaskRequest): Promise<ListAgentlessTaskResponse>;
|
|
32705
|
+
listAssetCleanConfigWithOptions(runtime: $Util.RuntimeOptions): Promise<ListAssetCleanConfigResponse>;
|
|
32706
|
+
listAssetCleanConfig(): Promise<ListAssetCleanConfigResponse>;
|
|
32323
32707
|
listAssetRefreshTaskConfigWithOptions(request: ListAssetRefreshTaskConfigRequest, runtime: $Util.RuntimeOptions): Promise<ListAssetRefreshTaskConfigResponse>;
|
|
32324
32708
|
listAssetRefreshTaskConfig(request: ListAssetRefreshTaskConfigRequest): Promise<ListAssetRefreshTaskConfigResponse>;
|
|
32325
32709
|
listAssetSelectionSelectedTargetWithOptions(request: ListAssetSelectionSelectedTargetRequest, runtime: $Util.RuntimeOptions): Promise<ListAssetSelectionSelectedTargetResponse>;
|
|
@@ -32344,6 +32728,8 @@ export default class Client extends OpenApi {
|
|
|
32344
32728
|
listClientUserDefineRules(request: ListClientUserDefineRulesRequest): Promise<ListClientUserDefineRulesResponse>;
|
|
32345
32729
|
listCloudAssetInstancesWithOptions(request: ListCloudAssetInstancesRequest, runtime: $Util.RuntimeOptions): Promise<ListCloudAssetInstancesResponse>;
|
|
32346
32730
|
listCloudAssetInstances(request: ListCloudAssetInstancesRequest): Promise<ListCloudAssetInstancesResponse>;
|
|
32731
|
+
listCloudVendorRegionsWithOptions(request: ListCloudVendorRegionsRequest, runtime: $Util.RuntimeOptions): Promise<ListCloudVendorRegionsResponse>;
|
|
32732
|
+
listCloudVendorRegions(request: ListCloudVendorRegionsRequest): Promise<ListCloudVendorRegionsResponse>;
|
|
32347
32733
|
listClusterCnnfStatusDetailWithOptions(request: ListClusterCnnfStatusDetailRequest, runtime: $Util.RuntimeOptions): Promise<ListClusterCnnfStatusDetailResponse>;
|
|
32348
32734
|
listClusterCnnfStatusDetail(request: ListClusterCnnfStatusDetailRequest): Promise<ListClusterCnnfStatusDetailResponse>;
|
|
32349
32735
|
listClusterInterceptionConfigWithOptions(request: ListClusterInterceptionConfigRequest, runtime: $Util.RuntimeOptions): Promise<ListClusterInterceptionConfigResponse>;
|
|
@@ -32402,6 +32788,8 @@ export default class Client extends OpenApi {
|
|
|
32402
32788
|
modifyAntiBruteForceRule(request: ModifyAntiBruteForceRuleRequest): Promise<ModifyAntiBruteForceRuleResponse>;
|
|
32403
32789
|
modifyAppVulScanCycleWithOptions(request: ModifyAppVulScanCycleRequest, runtime: $Util.RuntimeOptions): Promise<ModifyAppVulScanCycleResponse>;
|
|
32404
32790
|
modifyAppVulScanCycle(request: ModifyAppVulScanCycleRequest): Promise<ModifyAppVulScanCycleResponse>;
|
|
32791
|
+
modifyAssetCleanConfigWithOptions(request: ModifyAssetCleanConfigRequest, runtime: $Util.RuntimeOptions): Promise<ModifyAssetCleanConfigResponse>;
|
|
32792
|
+
modifyAssetCleanConfig(request: ModifyAssetCleanConfigRequest): Promise<ModifyAssetCleanConfigResponse>;
|
|
32405
32793
|
/**
|
|
32406
32794
|
* You can call the ModifyAssetGroup operation to change the server group to which one or more servers belong. After you create a server group by calling the [CreateOrUpdateAssetGroup](~~CreateOrUpdateAssetGroup~~) operation, you can call the ModifyAssetGroup operation to change the server group to which your servers belong.
|
|
32407
32795
|
* ### Limits
|
|
@@ -32746,6 +33134,8 @@ export default class Client extends OpenApi {
|
|
|
32746
33134
|
unbindAegis(request: UnbindAegisRequest): Promise<UnbindAegisResponse>;
|
|
32747
33135
|
uninstallBackupClientWithOptions(request: UninstallBackupClientRequest, runtime: $Util.RuntimeOptions): Promise<UninstallBackupClientResponse>;
|
|
32748
33136
|
uninstallBackupClient(request: UninstallBackupClientRequest): Promise<UninstallBackupClientResponse>;
|
|
33137
|
+
uninstallRaspAttachWithOptions(request: UninstallRaspAttachRequest, runtime: $Util.RuntimeOptions): Promise<UninstallRaspAttachResponse>;
|
|
33138
|
+
uninstallRaspAttach(request: UninstallRaspAttachRequest): Promise<UninstallRaspAttachResponse>;
|
|
32749
33139
|
uninstallUniBackupAgentWithOptions(request: UninstallUniBackupAgentRequest, runtime: $Util.RuntimeOptions): Promise<UninstallUniBackupAgentResponse>;
|
|
32750
33140
|
uninstallUniBackupAgent(request: UninstallUniBackupAgentRequest): Promise<UninstallUniBackupAgentResponse>;
|
|
32751
33141
|
updateHoneypotWithOptions(request: UpdateHoneypotRequest, runtime: $Util.RuntimeOptions): Promise<UpdateHoneypotResponse>;
|