@alicloud/sas20181203 2.2.0 → 2.2.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 +390 -1
- package/dist/client.js +699 -2
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +855 -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;
|
|
@@ -29670,6 +30004,20 @@ export declare class ListAgentlessTaskResponseBodyPageInfo extends $tea.Model {
|
|
|
29670
30004
|
[key: string]: any;
|
|
29671
30005
|
});
|
|
29672
30006
|
}
|
|
30007
|
+
export declare class ListAssetCleanConfigResponseBodyData extends $tea.Model {
|
|
30008
|
+
cleanDays?: number;
|
|
30009
|
+
status?: number;
|
|
30010
|
+
type?: number;
|
|
30011
|
+
static names(): {
|
|
30012
|
+
[key: string]: string;
|
|
30013
|
+
};
|
|
30014
|
+
static types(): {
|
|
30015
|
+
[key: string]: any;
|
|
30016
|
+
};
|
|
30017
|
+
constructor(map?: {
|
|
30018
|
+
[key: string]: any;
|
|
30019
|
+
});
|
|
30020
|
+
}
|
|
29673
30021
|
export declare class ListAssetRefreshTaskConfigResponseBodyAssetRefreshConfig extends $tea.Model {
|
|
29674
30022
|
schedulePeriod?: number;
|
|
29675
30023
|
status?: number;
|
|
@@ -30079,6 +30427,21 @@ export declare class ListCloudAssetInstancesResponseBodyPageInfo extends $tea.Mo
|
|
|
30079
30427
|
[key: string]: any;
|
|
30080
30428
|
});
|
|
30081
30429
|
}
|
|
30430
|
+
export declare class ListCloudVendorRegionsResponseBodyData extends $tea.Model {
|
|
30431
|
+
area?: string;
|
|
30432
|
+
disable?: number;
|
|
30433
|
+
regionId?: string;
|
|
30434
|
+
selected?: number;
|
|
30435
|
+
static names(): {
|
|
30436
|
+
[key: string]: string;
|
|
30437
|
+
};
|
|
30438
|
+
static types(): {
|
|
30439
|
+
[key: string]: any;
|
|
30440
|
+
};
|
|
30441
|
+
constructor(map?: {
|
|
30442
|
+
[key: string]: any;
|
|
30443
|
+
});
|
|
30444
|
+
}
|
|
30082
30445
|
export declare class ListClusterCnnfStatusDetailResponseBodyData extends $tea.Model {
|
|
30083
30446
|
clusterId?: string;
|
|
30084
30447
|
installed?: boolean;
|
|
@@ -30927,6 +31290,20 @@ export declare class ListVulAutoRepairConfigResponseBodyVulAutoRepairConfigList
|
|
|
30927
31290
|
[key: string]: any;
|
|
30928
31291
|
});
|
|
30929
31292
|
}
|
|
31293
|
+
export declare class ModifyAssetCleanConfigRequestAssetCleanConfigs extends $tea.Model {
|
|
31294
|
+
cleanDays?: number;
|
|
31295
|
+
status?: number;
|
|
31296
|
+
type?: number;
|
|
31297
|
+
static names(): {
|
|
31298
|
+
[key: string]: string;
|
|
31299
|
+
};
|
|
31300
|
+
static types(): {
|
|
31301
|
+
[key: string]: any;
|
|
31302
|
+
};
|
|
31303
|
+
constructor(map?: {
|
|
31304
|
+
[key: string]: any;
|
|
31305
|
+
});
|
|
31306
|
+
}
|
|
30930
31307
|
export declare class ModifyCreateVulWhitelistResponseBodyVulWhitelistList extends $tea.Model {
|
|
30931
31308
|
id?: number;
|
|
30932
31309
|
static names(): {
|
|
@@ -31249,7 +31626,7 @@ export default class Client extends OpenApi {
|
|
|
31249
31626
|
cancelOnceTask(request: CancelOnceTaskRequest): Promise<CancelOnceTaskResponse>;
|
|
31250
31627
|
changeAssetRefreshTaskConfigWithOptions(request: ChangeAssetRefreshTaskConfigRequest, runtime: $Util.RuntimeOptions): Promise<ChangeAssetRefreshTaskConfigResponse>;
|
|
31251
31628
|
changeAssetRefreshTaskConfig(request: ChangeAssetRefreshTaskConfigRequest): Promise<ChangeAssetRefreshTaskConfigResponse>;
|
|
31252
|
-
changeCheckConfigWithOptions(
|
|
31629
|
+
changeCheckConfigWithOptions(tmpReq: ChangeCheckConfigRequest, runtime: $Util.RuntimeOptions): Promise<ChangeCheckConfigResponse>;
|
|
31253
31630
|
changeCheckConfig(request: ChangeCheckConfigRequest): Promise<ChangeCheckConfigResponse>;
|
|
31254
31631
|
changeCheckCustomConfigWithOptions(request: ChangeCheckCustomConfigRequest, runtime: $Util.RuntimeOptions): Promise<ChangeCheckCustomConfigResponse>;
|
|
31255
31632
|
changeCheckCustomConfig(request: ChangeCheckCustomConfigRequest): Promise<ChangeCheckCustomConfigResponse>;
|
|
@@ -31485,6 +31862,8 @@ export default class Client extends OpenApi {
|
|
|
31485
31862
|
describeAssetSummary(): Promise<DescribeAssetSummaryResponse>;
|
|
31486
31863
|
describeAssetsSecurityEventSummaryWithOptions(request: DescribeAssetsSecurityEventSummaryRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAssetsSecurityEventSummaryResponse>;
|
|
31487
31864
|
describeAssetsSecurityEventSummary(request: DescribeAssetsSecurityEventSummaryRequest): Promise<DescribeAssetsSecurityEventSummaryResponse>;
|
|
31865
|
+
describeAttachRecordsWithOptions(request: DescribeAttachRecordsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAttachRecordsResponse>;
|
|
31866
|
+
describeAttachRecords(request: DescribeAttachRecordsRequest): Promise<DescribeAttachRecordsResponse>;
|
|
31488
31867
|
describeAttackAnalysisDataWithOptions(request: DescribeAttackAnalysisDataRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAttackAnalysisDataResponse>;
|
|
31489
31868
|
describeAttackAnalysisData(request: DescribeAttackAnalysisDataRequest): Promise<DescribeAttackAnalysisDataResponse>;
|
|
31490
31869
|
describeAutoDelConfigWithOptions(runtime: $Util.RuntimeOptions): Promise<DescribeAutoDelConfigResponse>;
|
|
@@ -32308,6 +32687,8 @@ export default class Client extends OpenApi {
|
|
|
32308
32687
|
installCloudMonitor(request: InstallCloudMonitorRequest): Promise<InstallCloudMonitorResponse>;
|
|
32309
32688
|
installPmAgentWithOptions(request: InstallPmAgentRequest, runtime: $Util.RuntimeOptions): Promise<InstallPmAgentResponse>;
|
|
32310
32689
|
installPmAgent(request: InstallPmAgentRequest): Promise<InstallPmAgentResponse>;
|
|
32690
|
+
installRaspAttachWithOptions(request: InstallRaspAttachRequest, runtime: $Util.RuntimeOptions): Promise<InstallRaspAttachResponse>;
|
|
32691
|
+
installRaspAttach(request: InstallRaspAttachRequest): Promise<InstallRaspAttachResponse>;
|
|
32311
32692
|
installUniBackupAgentWithOptions(request: InstallUniBackupAgentRequest, runtime: $Util.RuntimeOptions): Promise<InstallUniBackupAgentResponse>;
|
|
32312
32693
|
installUniBackupAgent(request: InstallUniBackupAgentRequest): Promise<InstallUniBackupAgentResponse>;
|
|
32313
32694
|
joinWebLockProcessWhiteListWithOptions(request: JoinWebLockProcessWhiteListRequest, runtime: $Util.RuntimeOptions): Promise<JoinWebLockProcessWhiteListResponse>;
|
|
@@ -32320,6 +32701,8 @@ export default class Client extends OpenApi {
|
|
|
32320
32701
|
listAgentlessRiskUuid(request: ListAgentlessRiskUuidRequest): Promise<ListAgentlessRiskUuidResponse>;
|
|
32321
32702
|
listAgentlessTaskWithOptions(request: ListAgentlessTaskRequest, runtime: $Util.RuntimeOptions): Promise<ListAgentlessTaskResponse>;
|
|
32322
32703
|
listAgentlessTask(request: ListAgentlessTaskRequest): Promise<ListAgentlessTaskResponse>;
|
|
32704
|
+
listAssetCleanConfigWithOptions(runtime: $Util.RuntimeOptions): Promise<ListAssetCleanConfigResponse>;
|
|
32705
|
+
listAssetCleanConfig(): Promise<ListAssetCleanConfigResponse>;
|
|
32323
32706
|
listAssetRefreshTaskConfigWithOptions(request: ListAssetRefreshTaskConfigRequest, runtime: $Util.RuntimeOptions): Promise<ListAssetRefreshTaskConfigResponse>;
|
|
32324
32707
|
listAssetRefreshTaskConfig(request: ListAssetRefreshTaskConfigRequest): Promise<ListAssetRefreshTaskConfigResponse>;
|
|
32325
32708
|
listAssetSelectionSelectedTargetWithOptions(request: ListAssetSelectionSelectedTargetRequest, runtime: $Util.RuntimeOptions): Promise<ListAssetSelectionSelectedTargetResponse>;
|
|
@@ -32344,6 +32727,8 @@ export default class Client extends OpenApi {
|
|
|
32344
32727
|
listClientUserDefineRules(request: ListClientUserDefineRulesRequest): Promise<ListClientUserDefineRulesResponse>;
|
|
32345
32728
|
listCloudAssetInstancesWithOptions(request: ListCloudAssetInstancesRequest, runtime: $Util.RuntimeOptions): Promise<ListCloudAssetInstancesResponse>;
|
|
32346
32729
|
listCloudAssetInstances(request: ListCloudAssetInstancesRequest): Promise<ListCloudAssetInstancesResponse>;
|
|
32730
|
+
listCloudVendorRegionsWithOptions(request: ListCloudVendorRegionsRequest, runtime: $Util.RuntimeOptions): Promise<ListCloudVendorRegionsResponse>;
|
|
32731
|
+
listCloudVendorRegions(request: ListCloudVendorRegionsRequest): Promise<ListCloudVendorRegionsResponse>;
|
|
32347
32732
|
listClusterCnnfStatusDetailWithOptions(request: ListClusterCnnfStatusDetailRequest, runtime: $Util.RuntimeOptions): Promise<ListClusterCnnfStatusDetailResponse>;
|
|
32348
32733
|
listClusterCnnfStatusDetail(request: ListClusterCnnfStatusDetailRequest): Promise<ListClusterCnnfStatusDetailResponse>;
|
|
32349
32734
|
listClusterInterceptionConfigWithOptions(request: ListClusterInterceptionConfigRequest, runtime: $Util.RuntimeOptions): Promise<ListClusterInterceptionConfigResponse>;
|
|
@@ -32402,6 +32787,8 @@ export default class Client extends OpenApi {
|
|
|
32402
32787
|
modifyAntiBruteForceRule(request: ModifyAntiBruteForceRuleRequest): Promise<ModifyAntiBruteForceRuleResponse>;
|
|
32403
32788
|
modifyAppVulScanCycleWithOptions(request: ModifyAppVulScanCycleRequest, runtime: $Util.RuntimeOptions): Promise<ModifyAppVulScanCycleResponse>;
|
|
32404
32789
|
modifyAppVulScanCycle(request: ModifyAppVulScanCycleRequest): Promise<ModifyAppVulScanCycleResponse>;
|
|
32790
|
+
modifyAssetCleanConfigWithOptions(request: ModifyAssetCleanConfigRequest, runtime: $Util.RuntimeOptions): Promise<ModifyAssetCleanConfigResponse>;
|
|
32791
|
+
modifyAssetCleanConfig(request: ModifyAssetCleanConfigRequest): Promise<ModifyAssetCleanConfigResponse>;
|
|
32405
32792
|
/**
|
|
32406
32793
|
* 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
32794
|
* ### Limits
|
|
@@ -32746,6 +33133,8 @@ export default class Client extends OpenApi {
|
|
|
32746
33133
|
unbindAegis(request: UnbindAegisRequest): Promise<UnbindAegisResponse>;
|
|
32747
33134
|
uninstallBackupClientWithOptions(request: UninstallBackupClientRequest, runtime: $Util.RuntimeOptions): Promise<UninstallBackupClientResponse>;
|
|
32748
33135
|
uninstallBackupClient(request: UninstallBackupClientRequest): Promise<UninstallBackupClientResponse>;
|
|
33136
|
+
uninstallRaspAttachWithOptions(request: UninstallRaspAttachRequest, runtime: $Util.RuntimeOptions): Promise<UninstallRaspAttachResponse>;
|
|
33137
|
+
uninstallRaspAttach(request: UninstallRaspAttachRequest): Promise<UninstallRaspAttachResponse>;
|
|
32749
33138
|
uninstallUniBackupAgentWithOptions(request: UninstallUniBackupAgentRequest, runtime: $Util.RuntimeOptions): Promise<UninstallUniBackupAgentResponse>;
|
|
32750
33139
|
uninstallUniBackupAgent(request: UninstallUniBackupAgentRequest): Promise<UninstallUniBackupAgentResponse>;
|
|
32751
33140
|
updateHoneypotWithOptions(request: UpdateHoneypotRequest, runtime: $Util.RuntimeOptions): Promise<UpdateHoneypotResponse>;
|