tencentcloud-sdk-nodejs 4.1.291 → 4.1.293
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/es/common/sdk_version.js +1 -1
- package/es/services/csip/v20221121/csip_client.js +702 -609
- package/es/services/dlc/v20210125/dlc_client.js +5 -2
- package/es/services/mna/v20210119/mna_client.js +38 -14
- package/package.json +1 -1
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/apm/v20210622/apm_models.d.ts +35 -3
- package/tencentcloud/services/billing/v20180709/billing_models.d.ts +44 -25
- package/tencentcloud/services/cds/v20180420/cds_models.d.ts +24 -47
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +55 -1
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +58 -107
- package/tencentcloud/services/csip/v20221121/csip_client.d.ts +757 -633
- package/tencentcloud/services/csip/v20221121/csip_client.js +1133 -947
- package/tencentcloud/services/csip/v20221121/csip_models.d.ts +3855 -2100
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +49 -53
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +14 -6
- package/tencentcloud/services/dataagent/v20250513/dataagent_models.d.ts +39 -7
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_models.d.ts +4 -0
- package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +8 -4
- package/tencentcloud/services/dlc/v20210125/dlc_client.js +10 -4
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +236 -2
- package/tencentcloud/services/dts/v20211206/dts_client.d.ts +1 -3
- package/tencentcloud/services/dts/v20211206/dts_client.js +1 -3
- package/tencentcloud/services/dts/v20211206/dts_models.d.ts +271 -277
- package/tencentcloud/services/es/v20180416/es_models.d.ts +1 -1
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +1 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +1 -1
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +53 -57
- package/tencentcloud/services/mna/v20210119/mna_client.d.ts +59 -15
- package/tencentcloud/services/mna/v20210119/mna_client.js +81 -21
- package/tencentcloud/services/mna/v20210119/mna_models.d.ts +414 -132
- package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +6 -6
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +1 -1
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +1 -1
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +1 -1
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +2 -2
- package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +14 -14
- package/tencentcloud/services/tione/v20211111/tione_models.d.ts +11 -7
- package/tencentcloud/services/tms/v20201229/tms_models.d.ts +10 -1
- package/tencentcloud/services/tokenhub/v20260322/tokenhub_models.d.ts +24 -0
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +9 -9
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +4 -0
|
@@ -6,225 +6,291 @@ export class Client extends AbstractClient {
|
|
|
6
6
|
async DescribeDspmAssetSecurityAnalyseStatus(req, cb) {
|
|
7
7
|
return this.request("DescribeDspmAssetSecurityAnalyseStatus", req, cb);
|
|
8
8
|
}
|
|
9
|
-
async
|
|
10
|
-
return this.request("
|
|
9
|
+
async CreateEdrAlertExportJob(req, cb) {
|
|
10
|
+
return this.request("CreateEdrAlertExportJob", req, cb);
|
|
11
11
|
}
|
|
12
|
-
async
|
|
13
|
-
return this.request("
|
|
12
|
+
async DescribeCosSourceIp(req, cb) {
|
|
13
|
+
return this.request("DescribeCosSourceIp", req, cb);
|
|
14
14
|
}
|
|
15
|
-
async
|
|
16
|
-
return this.request("
|
|
15
|
+
async DescribeDbAssetInfo(req, cb) {
|
|
16
|
+
return this.request("DescribeDbAssetInfo", req, cb);
|
|
17
17
|
}
|
|
18
|
-
async
|
|
19
|
-
return this.request("
|
|
18
|
+
async DescribeDspmIdentifyDistributionStatistics(req, cb) {
|
|
19
|
+
return this.request("DescribeDspmIdentifyDistributionStatistics", req, cb);
|
|
20
20
|
}
|
|
21
|
-
async
|
|
22
|
-
return this.request("
|
|
21
|
+
async CreateCosRiskScanTask(req, cb) {
|
|
22
|
+
return this.request("CreateCosRiskScanTask", req, cb);
|
|
23
23
|
}
|
|
24
|
-
async
|
|
25
|
-
return this.request("
|
|
24
|
+
async DescribeAccessKeyUserList(req, cb) {
|
|
25
|
+
return this.request("DescribeAccessKeyUserList", req, cb);
|
|
26
26
|
}
|
|
27
|
-
async
|
|
28
|
-
return this.request("
|
|
27
|
+
async DescribeHostVulOverview(req, cb) {
|
|
28
|
+
return this.request("DescribeHostVulOverview", req, cb);
|
|
29
29
|
}
|
|
30
|
-
async
|
|
31
|
-
return this.request("
|
|
30
|
+
async DescribeDspmApproveHistory(req, cb) {
|
|
31
|
+
return this.request("DescribeDspmApproveHistory", req, cb);
|
|
32
32
|
}
|
|
33
|
-
async
|
|
34
|
-
return this.request("
|
|
33
|
+
async StopVulScanTask(req, cb) {
|
|
34
|
+
return this.request("StopVulScanTask", req, cb);
|
|
35
35
|
}
|
|
36
|
-
async
|
|
37
|
-
return this.request("
|
|
36
|
+
async DescribeOrganizationInfo(req, cb) {
|
|
37
|
+
return this.request("DescribeOrganizationInfo", req, cb);
|
|
38
38
|
}
|
|
39
|
-
async
|
|
40
|
-
return this.request("
|
|
39
|
+
async DescribeVULRiskDetail(req, cb) {
|
|
40
|
+
return this.request("DescribeVULRiskDetail", req, cb);
|
|
41
41
|
}
|
|
42
|
-
async
|
|
43
|
-
return this.request("
|
|
42
|
+
async DescribeDspmIdentifyLevelGroupList(req, cb) {
|
|
43
|
+
return this.request("DescribeDspmIdentifyLevelGroupList", req, cb);
|
|
44
44
|
}
|
|
45
|
-
async
|
|
46
|
-
return this.request("
|
|
45
|
+
async DescribeRiskCenterWebsiteRiskList(req, cb) {
|
|
46
|
+
return this.request("DescribeRiskCenterWebsiteRiskList", req, cb);
|
|
47
47
|
}
|
|
48
|
-
async
|
|
49
|
-
return this.request("
|
|
48
|
+
async CreateCosObjectScanTask(req, cb) {
|
|
49
|
+
return this.request("CreateCosObjectScanTask", req, cb);
|
|
50
50
|
}
|
|
51
|
-
async
|
|
52
|
-
return this.request("
|
|
51
|
+
async DescribeRiskItemList(req, cb) {
|
|
52
|
+
return this.request("DescribeRiskItemList", req, cb);
|
|
53
53
|
}
|
|
54
|
-
async
|
|
55
|
-
return this.request("
|
|
54
|
+
async ModifyDspmIdentifyRule(req, cb) {
|
|
55
|
+
return this.request("ModifyDspmIdentifyRule", req, cb);
|
|
56
56
|
}
|
|
57
|
-
async
|
|
58
|
-
return this.request("
|
|
57
|
+
async DescribeEdrAlertInfo(req, cb) {
|
|
58
|
+
return this.request("DescribeEdrAlertInfo", req, cb);
|
|
59
59
|
}
|
|
60
|
-
async
|
|
61
|
-
return this.request("
|
|
60
|
+
async DescribeScanTaskList(req, cb) {
|
|
61
|
+
return this.request("DescribeScanTaskList", req, cb);
|
|
62
62
|
}
|
|
63
|
-
async
|
|
64
|
-
return this.request("
|
|
63
|
+
async DescribeDspmAssetFieldSamples(req, cb) {
|
|
64
|
+
return this.request("DescribeDspmAssetFieldSamples", req, cb);
|
|
65
65
|
}
|
|
66
|
-
async
|
|
67
|
-
return this.request("
|
|
66
|
+
async DescribeDspmExportTask(req, cb) {
|
|
67
|
+
return this.request("DescribeDspmExportTask", req, cb);
|
|
68
68
|
}
|
|
69
|
-
async
|
|
70
|
-
return this.request("
|
|
69
|
+
async DescribeDspmAssetIdentifyInfoList(req, cb) {
|
|
70
|
+
return this.request("DescribeDspmAssetIdentifyInfoList", req, cb);
|
|
71
71
|
}
|
|
72
|
-
async
|
|
73
|
-
return this.request("
|
|
72
|
+
async DescribeDspmAssetDatabaseList(req, cb) {
|
|
73
|
+
return this.request("DescribeDspmAssetDatabaseList", req, cb);
|
|
74
74
|
}
|
|
75
|
-
async
|
|
76
|
-
return this.request("
|
|
75
|
+
async DeleteDspmPersonalIdentify(req, cb) {
|
|
76
|
+
return this.request("DeleteDspmPersonalIdentify", req, cb);
|
|
77
77
|
}
|
|
78
|
-
async
|
|
79
|
-
return this.request("
|
|
78
|
+
async DescribeDspmRiskTendency(req, cb) {
|
|
79
|
+
return this.request("DescribeDspmRiskTendency", req, cb);
|
|
80
80
|
}
|
|
81
|
-
async
|
|
82
|
-
return this.request("
|
|
81
|
+
async CreateCosPolicy(req, cb) {
|
|
82
|
+
return this.request("CreateCosPolicy", req, cb);
|
|
83
83
|
}
|
|
84
|
-
async
|
|
85
|
-
return this.request("
|
|
84
|
+
async DescribeClusterAssets(req, cb) {
|
|
85
|
+
return this.request("DescribeClusterAssets", req, cb);
|
|
86
86
|
}
|
|
87
|
-
async
|
|
88
|
-
return this.request("
|
|
87
|
+
async DescribeDspmAssetDatabases(req, cb) {
|
|
88
|
+
return this.request("DescribeDspmAssetDatabases", req, cb);
|
|
89
89
|
}
|
|
90
|
-
async
|
|
91
|
-
return this.request("
|
|
90
|
+
async ModifyAlarmRiskStatus(req, cb) {
|
|
91
|
+
return this.request("ModifyAlarmRiskStatus", req, cb);
|
|
92
92
|
}
|
|
93
|
-
async
|
|
94
|
-
return this.request("
|
|
93
|
+
async DescribeVulFixTaskList(req, cb) {
|
|
94
|
+
return this.request("DescribeVulFixTaskList", req, cb);
|
|
95
95
|
}
|
|
96
|
-
async
|
|
97
|
-
return this.request("
|
|
96
|
+
async CreateVulFixedExportJob(req, cb) {
|
|
97
|
+
return this.request("CreateVulFixedExportJob", req, cb);
|
|
98
98
|
}
|
|
99
|
-
async
|
|
100
|
-
return this.request("
|
|
99
|
+
async DeleteDspmIdentifyRule(req, cb) {
|
|
100
|
+
return this.request("DeleteDspmIdentifyRule", req, cb);
|
|
101
101
|
}
|
|
102
|
-
async
|
|
103
|
-
return this.request("
|
|
102
|
+
async DescribeNetAttackSetting(req, cb) {
|
|
103
|
+
return this.request("DescribeNetAttackSetting", req, cb);
|
|
104
104
|
}
|
|
105
|
-
async
|
|
106
|
-
return this.request("
|
|
105
|
+
async DescribeDspmAssetLoginCredential(req, cb) {
|
|
106
|
+
return this.request("DescribeDspmAssetLoginCredential", req, cb);
|
|
107
107
|
}
|
|
108
|
-
async
|
|
109
|
-
return this.request("
|
|
108
|
+
async SyncDspmAssets(req, cb) {
|
|
109
|
+
return this.request("SyncDspmAssets", req, cb);
|
|
110
110
|
}
|
|
111
|
-
async
|
|
112
|
-
return this.request("
|
|
111
|
+
async DescribeCosAccessPermission(req, cb) {
|
|
112
|
+
return this.request("DescribeCosAccessPermission", req, cb);
|
|
113
113
|
}
|
|
114
|
-
async
|
|
115
|
-
return this.request("
|
|
114
|
+
async DescribeRiskCenterAssetViewPortRiskList(req, cb) {
|
|
115
|
+
return this.request("DescribeRiskCenterAssetViewPortRiskList", req, cb);
|
|
116
116
|
}
|
|
117
|
-
async
|
|
118
|
-
return this.request("
|
|
117
|
+
async DescribeCLSLogListV3(req, cb) {
|
|
118
|
+
return this.request("DescribeCLSLogListV3", req, cb);
|
|
119
119
|
}
|
|
120
|
-
async
|
|
121
|
-
return this.request("
|
|
120
|
+
async DescribeExposures(req, cb) {
|
|
121
|
+
return this.request("DescribeExposures", req, cb);
|
|
122
122
|
}
|
|
123
|
-
async
|
|
124
|
-
return this.request("
|
|
123
|
+
async ModifyEDRRuleStatus(req, cb) {
|
|
124
|
+
return this.request("ModifyEDRRuleStatus", req, cb);
|
|
125
125
|
}
|
|
126
|
-
async
|
|
127
|
-
return this.request("
|
|
126
|
+
async CreateDspmAccessExportJob(req, cb) {
|
|
127
|
+
return this.request("CreateDspmAccessExportJob", req, cb);
|
|
128
128
|
}
|
|
129
|
-
async
|
|
130
|
-
return this.request("
|
|
129
|
+
async UpdateAccessKeyRemark(req, cb) {
|
|
130
|
+
return this.request("UpdateAccessKeyRemark", req, cb);
|
|
131
131
|
}
|
|
132
|
-
async
|
|
133
|
-
return this.request("
|
|
132
|
+
async CreateSkillScan(req, cb) {
|
|
133
|
+
return this.request("CreateSkillScan", req, cb);
|
|
134
134
|
}
|
|
135
|
-
async
|
|
136
|
-
return this.request("
|
|
135
|
+
async DescribeVulFixableMachineList(req, cb) {
|
|
136
|
+
return this.request("DescribeVulFixableMachineList", req, cb);
|
|
137
137
|
}
|
|
138
|
-
async
|
|
139
|
-
return this.request("
|
|
138
|
+
async DescribeUebaRule(req, cb) {
|
|
139
|
+
return this.request("DescribeUebaRule", req, cb);
|
|
140
140
|
}
|
|
141
|
-
async
|
|
142
|
-
return this.request("
|
|
141
|
+
async DescribeDspmPersonApplyHistory(req, cb) {
|
|
142
|
+
return this.request("DescribeDspmPersonApplyHistory", req, cb);
|
|
143
143
|
}
|
|
144
|
-
async
|
|
145
|
-
return this.request("
|
|
144
|
+
async DescribeDspmWhitelistStrategy(req, cb) {
|
|
145
|
+
return this.request("DescribeDspmWhitelistStrategy", req, cb);
|
|
146
146
|
}
|
|
147
|
-
async
|
|
148
|
-
return this.request("
|
|
147
|
+
async ModifyCosMarkInfo(req, cb) {
|
|
148
|
+
return this.request("ModifyCosMarkInfo", req, cb);
|
|
149
149
|
}
|
|
150
|
-
async
|
|
151
|
-
return this.request("
|
|
150
|
+
async ModifyDspmWhitelistStrategy(req, cb) {
|
|
151
|
+
return this.request("ModifyDspmWhitelistStrategy", req, cb);
|
|
152
152
|
}
|
|
153
|
-
async
|
|
154
|
-
return this.request("
|
|
153
|
+
async AddDspmAssetManager(req, cb) {
|
|
154
|
+
return this.request("AddDspmAssetManager", req, cb);
|
|
155
155
|
}
|
|
156
|
-
async
|
|
157
|
-
return this.request("
|
|
156
|
+
async ModifyRiskCenterRiskStatus(req, cb) {
|
|
157
|
+
return this.request("ModifyRiskCenterRiskStatus", req, cb);
|
|
158
158
|
}
|
|
159
|
-
async
|
|
160
|
-
return this.request("
|
|
159
|
+
async ModifyCosAuditBucketMonitorStatus(req, cb) {
|
|
160
|
+
return this.request("ModifyCosAuditBucketMonitorStatus", req, cb);
|
|
161
|
+
}
|
|
162
|
+
async UpdateAccessKeyAlarmStatus(req, cb) {
|
|
163
|
+
return this.request("UpdateAccessKeyAlarmStatus", req, cb);
|
|
161
164
|
}
|
|
162
165
|
async DescribeVulScanTaskDetail(req, cb) {
|
|
163
166
|
return this.request("DescribeVulScanTaskDetail", req, cb);
|
|
164
167
|
}
|
|
165
|
-
async
|
|
166
|
-
return this.request("
|
|
168
|
+
async ModifyNetAttackSetting(req, cb) {
|
|
169
|
+
return this.request("ModifyNetAttackSetting", req, cb);
|
|
167
170
|
}
|
|
168
|
-
async
|
|
169
|
-
return this.request("
|
|
171
|
+
async DescribeDspmRiskStrategyGroup(req, cb) {
|
|
172
|
+
return this.request("DescribeDspmRiskStrategyGroup", req, cb);
|
|
170
173
|
}
|
|
171
|
-
async
|
|
172
|
-
return this.request("
|
|
174
|
+
async DescribeVulFixedHostDetail(req, cb) {
|
|
175
|
+
return this.request("DescribeVulFixedHostDetail", req, cb);
|
|
173
176
|
}
|
|
174
|
-
async
|
|
175
|
-
return this.request("
|
|
177
|
+
async DescribeCosBucketRisk(req, cb) {
|
|
178
|
+
return this.request("DescribeCosBucketRisk", req, cb);
|
|
176
179
|
}
|
|
177
|
-
async
|
|
178
|
-
return this.request("
|
|
180
|
+
async DescribeDspmAssetAccountPresetPrivileges(req, cb) {
|
|
181
|
+
return this.request("DescribeDspmAssetAccountPresetPrivileges", req, cb);
|
|
179
182
|
}
|
|
180
|
-
async
|
|
181
|
-
return this.request("
|
|
183
|
+
async DescribeEDRRuleList(req, cb) {
|
|
184
|
+
return this.request("DescribeEDRRuleList", req, cb);
|
|
182
185
|
}
|
|
183
|
-
async
|
|
184
|
-
return this.request("
|
|
186
|
+
async DescribeVULList(req, cb) {
|
|
187
|
+
return this.request("DescribeVULList", req, cb);
|
|
185
188
|
}
|
|
186
|
-
async
|
|
187
|
-
return this.request("
|
|
189
|
+
async ModifyDspmIdentifyLevelItem(req, cb) {
|
|
190
|
+
return this.request("ModifyDspmIdentifyLevelItem", req, cb);
|
|
188
191
|
}
|
|
189
|
-
async
|
|
190
|
-
return this.request("
|
|
192
|
+
async DescribeVulRiskList(req, cb) {
|
|
193
|
+
return this.request("DescribeVulRiskList", req, cb);
|
|
191
194
|
}
|
|
192
|
-
async
|
|
193
|
-
return this.request("
|
|
195
|
+
async DescribeRiskCenterAssetViewVULRiskList(req, cb) {
|
|
196
|
+
return this.request("DescribeRiskCenterAssetViewVULRiskList", req, cb);
|
|
194
197
|
}
|
|
195
|
-
async
|
|
196
|
-
return this.request("
|
|
198
|
+
async CreateDspmWhitelistStrategy(req, cb) {
|
|
199
|
+
return this.request("CreateDspmWhitelistStrategy", req, cb);
|
|
197
200
|
}
|
|
198
|
-
async
|
|
199
|
-
return this.request("
|
|
201
|
+
async DescribeIpInvokeRecordDetail(req, cb) {
|
|
202
|
+
return this.request("DescribeIpInvokeRecordDetail", req, cb);
|
|
200
203
|
}
|
|
201
|
-
async
|
|
202
|
-
return this.request("
|
|
204
|
+
async DescribeAssetRiskList(req, cb) {
|
|
205
|
+
return this.request("DescribeAssetRiskList", req, cb);
|
|
203
206
|
}
|
|
204
|
-
async
|
|
205
|
-
return this.request("
|
|
207
|
+
async DescribeCosRiskEvidence(req, cb) {
|
|
208
|
+
return this.request("DescribeCosRiskEvidence", req, cb);
|
|
206
209
|
}
|
|
207
|
-
async
|
|
208
|
-
return this.request("
|
|
210
|
+
async DescribeDspmIdentifyComplianceGroupList(req, cb) {
|
|
211
|
+
return this.request("DescribeDspmIdentifyComplianceGroupList", req, cb);
|
|
209
212
|
}
|
|
210
|
-
async
|
|
211
|
-
return this.request("
|
|
213
|
+
async DescribePolicyHitData(req, cb) {
|
|
214
|
+
return this.request("DescribePolicyHitData", req, cb);
|
|
215
|
+
}
|
|
216
|
+
async DescribeCosIpInvokeLog(req, cb) {
|
|
217
|
+
return this.request("DescribeCosIpInvokeLog", req, cb);
|
|
218
|
+
}
|
|
219
|
+
async DescribeDspmPayInfo(req, cb) {
|
|
220
|
+
return this.request("DescribeDspmPayInfo", req, cb);
|
|
221
|
+
}
|
|
222
|
+
async CreateDspmPersonalIdentify(req, cb) {
|
|
223
|
+
return this.request("CreateDspmPersonalIdentify", req, cb);
|
|
224
|
+
}
|
|
225
|
+
async DescribeDspmAccessTopologyAccounts(req, cb) {
|
|
226
|
+
return this.request("DescribeDspmAccessTopologyAccounts", req, cb);
|
|
227
|
+
}
|
|
228
|
+
async DescribeCWPMachines(req, cb) {
|
|
229
|
+
return this.request("DescribeCWPMachines", req, cb);
|
|
230
|
+
}
|
|
231
|
+
async DeleteDomainAndIp(req, cb) {
|
|
232
|
+
return this.request("DeleteDomainAndIp", req, cb);
|
|
233
|
+
}
|
|
234
|
+
async DescribeRiskRuleDetail(req, cb) {
|
|
235
|
+
return this.request("DescribeRiskRuleDetail", req, cb);
|
|
236
|
+
}
|
|
237
|
+
async DescribeCosObjectScanTask(req, cb) {
|
|
238
|
+
return this.request("DescribeCosObjectScanTask", req, cb);
|
|
239
|
+
}
|
|
240
|
+
async DescribeNICAssets(req, cb) {
|
|
241
|
+
return this.request("DescribeNICAssets", req, cb);
|
|
242
|
+
}
|
|
243
|
+
async DescribeDomainAssets(req, cb) {
|
|
244
|
+
return this.request("DescribeDomainAssets", req, cb);
|
|
245
|
+
}
|
|
246
|
+
async DescribeVulFixedList(req, cb) {
|
|
247
|
+
return this.request("DescribeVulFixedList", req, cb);
|
|
248
|
+
}
|
|
249
|
+
async DeleteDspmIdentifyComplianceGroup(req, cb) {
|
|
250
|
+
return this.request("DeleteDspmIdentifyComplianceGroup", req, cb);
|
|
251
|
+
}
|
|
252
|
+
async ModifyEdrAlertStatus(req, cb) {
|
|
253
|
+
return this.request("ModifyEdrAlertStatus", req, cb);
|
|
254
|
+
}
|
|
255
|
+
async DescribeDspmBackupSetting(req, cb) {
|
|
256
|
+
return this.request("DescribeDspmBackupSetting", req, cb);
|
|
257
|
+
}
|
|
258
|
+
async DescribeAssetViewVulRiskList(req, cb) {
|
|
259
|
+
return this.request("DescribeAssetViewVulRiskList", req, cb);
|
|
260
|
+
}
|
|
261
|
+
async AddVulWhitelist(req, cb) {
|
|
262
|
+
return this.request("AddVulWhitelist", req, cb);
|
|
263
|
+
}
|
|
264
|
+
async DescribeCosIdentifyFileList(req, cb) {
|
|
265
|
+
return this.request("DescribeCosIdentifyFileList", req, cb);
|
|
266
|
+
}
|
|
267
|
+
async CreateDspmAssetAccessTopologyExportJob(req, cb) {
|
|
268
|
+
return this.request("CreateDspmAssetAccessTopologyExportJob", req, cb);
|
|
269
|
+
}
|
|
270
|
+
async CreateIaCFileExportJob(req, cb) {
|
|
271
|
+
return this.request("CreateIaCFileExportJob", req, cb);
|
|
272
|
+
}
|
|
273
|
+
async CreateDspmIdentifyLevelGroup(req, cb) {
|
|
274
|
+
return this.request("CreateDspmIdentifyLevelGroup", req, cb);
|
|
275
|
+
}
|
|
276
|
+
async DescribeNotifyAssetConfig(req, cb) {
|
|
277
|
+
return this.request("DescribeNotifyAssetConfig", req, cb);
|
|
278
|
+
}
|
|
279
|
+
async ModifyDspmApplyingIdentifyComplianceGroup(req, cb) {
|
|
280
|
+
return this.request("ModifyDspmApplyingIdentifyComplianceGroup", req, cb);
|
|
281
|
+
}
|
|
282
|
+
async CreateEDRManualScan(req, cb) {
|
|
283
|
+
return this.request("CreateEDRManualScan", req, cb);
|
|
212
284
|
}
|
|
213
285
|
async DescribeAccessKeyAlarmDetail(req, cb) {
|
|
214
286
|
return this.request("DescribeAccessKeyAlarmDetail", req, cb);
|
|
215
287
|
}
|
|
216
|
-
async
|
|
217
|
-
return this.request("
|
|
218
|
-
}
|
|
219
|
-
async DescribeDspmSupportedAssetType(req, cb) {
|
|
220
|
-
return this.request("DescribeDspmSupportedAssetType", req, cb);
|
|
288
|
+
async ModifyDspmAssetSecurityAnalysisSwitch(req, cb) {
|
|
289
|
+
return this.request("ModifyDspmAssetSecurityAnalysisSwitch", req, cb);
|
|
221
290
|
}
|
|
222
291
|
async DescribeOrganizationUserInfo(req, cb) {
|
|
223
292
|
return this.request("DescribeOrganizationUserInfo", req, cb);
|
|
224
293
|
}
|
|
225
|
-
async StopRiskCenterTask(req, cb) {
|
|
226
|
-
return this.request("StopRiskCenterTask", req, cb);
|
|
227
|
-
}
|
|
228
294
|
async CreateAccessKeyCheckTask(req, cb) {
|
|
229
295
|
return this.request("CreateAccessKeyCheckTask", req, cb);
|
|
230
296
|
}
|
|
@@ -234,730 +300,757 @@ export class Client extends AbstractClient {
|
|
|
234
300
|
async DescribeDspmIdentifyIdList(req, cb) {
|
|
235
301
|
return this.request("DescribeDspmIdentifyIdList", req, cb);
|
|
236
302
|
}
|
|
237
|
-
async ModifyDspmApproveStatus(req, cb) {
|
|
238
|
-
return this.request("ModifyDspmApproveStatus", req, cb);
|
|
239
|
-
}
|
|
240
|
-
async ModifyCosAuditObjectIdentifyStatus(req, cb) {
|
|
241
|
-
return this.request("ModifyCosAuditObjectIdentifyStatus", req, cb);
|
|
242
|
-
}
|
|
243
303
|
async DescribeAccessKeyAsset(req, cb) {
|
|
244
304
|
return this.request("DescribeAccessKeyAsset", req, cb);
|
|
245
305
|
}
|
|
246
|
-
async SendDspmAssetLoginSmsCode(req, cb) {
|
|
247
|
-
return this.request("SendDspmAssetLoginSmsCode", req, cb);
|
|
248
|
-
}
|
|
249
306
|
async DescribeCosAccessPermissions(req, cb) {
|
|
250
307
|
return this.request("DescribeCosAccessPermissions", req, cb);
|
|
251
308
|
}
|
|
252
|
-
async DescribeDspmAssetAccountRecycledPrivileges(req, cb) {
|
|
253
|
-
return this.request("DescribeDspmAssetAccountRecycledPrivileges", req, cb);
|
|
254
|
-
}
|
|
255
|
-
async DescribeDspmAssetDatabaseList(req, cb) {
|
|
256
|
-
return this.request("DescribeDspmAssetDatabaseList", req, cb);
|
|
257
|
-
}
|
|
258
309
|
async DescribeEdrAlertList(req, cb) {
|
|
259
310
|
return this.request("DescribeEdrAlertList", req, cb);
|
|
260
311
|
}
|
|
261
|
-
async
|
|
262
|
-
return this.request("
|
|
312
|
+
async DescribeEdrAlertMultiAttackStages(req, cb) {
|
|
313
|
+
return this.request("DescribeEdrAlertMultiAttackStages", req, cb);
|
|
263
314
|
}
|
|
264
315
|
async CreateDspmAssetsExportJob(req, cb) {
|
|
265
316
|
return this.request("CreateDspmAssetsExportJob", req, cb);
|
|
266
317
|
}
|
|
267
|
-
async ModifyDspmRiskInfo(req, cb) {
|
|
268
|
-
return this.request("ModifyDspmRiskInfo", req, cb);
|
|
269
|
-
}
|
|
270
318
|
async CreateDspmIdentifyComplianceGroupCopy(req, cb) {
|
|
271
319
|
return this.request("CreateDspmIdentifyComplianceGroupCopy", req, cb);
|
|
272
320
|
}
|
|
273
321
|
async DescribeRiskCenterVULViewVULRiskList(req, cb) {
|
|
274
322
|
return this.request("DescribeRiskCenterVULViewVULRiskList", req, cb);
|
|
275
323
|
}
|
|
324
|
+
async AddNewBindRoleUser(req, cb) {
|
|
325
|
+
return this.request("AddNewBindRoleUser", req, cb);
|
|
326
|
+
}
|
|
327
|
+
async DescribeCosRoleAccessPermissions(req, cb) {
|
|
328
|
+
return this.request("DescribeCosRoleAccessPermissions", req, cb);
|
|
329
|
+
}
|
|
330
|
+
async ModifyVulWhitelistSwitch(req, cb) {
|
|
331
|
+
return this.request("ModifyVulWhitelistSwitch", req, cb);
|
|
332
|
+
}
|
|
333
|
+
async DescribeVulLabelList(req, cb) {
|
|
334
|
+
return this.request("DescribeVulLabelList", req, cb);
|
|
335
|
+
}
|
|
276
336
|
async RetryDspmExportLog(req, cb) {
|
|
277
337
|
return this.request("RetryDspmExportLog", req, cb);
|
|
278
338
|
}
|
|
279
|
-
async
|
|
280
|
-
return this.request("
|
|
339
|
+
async ModifyDspmIdentifyComplianceGroup(req, cb) {
|
|
340
|
+
return this.request("ModifyDspmIdentifyComplianceGroup", req, cb);
|
|
281
341
|
}
|
|
282
|
-
async
|
|
283
|
-
return this.request("
|
|
342
|
+
async DescribeEdrAlertSummary(req, cb) {
|
|
343
|
+
return this.request("DescribeEdrAlertSummary", req, cb);
|
|
284
344
|
}
|
|
285
|
-
async
|
|
286
|
-
return this.request("
|
|
345
|
+
async DescribeDspmAssetAccountIdentify(req, cb) {
|
|
346
|
+
return this.request("DescribeDspmAssetAccountIdentify", req, cb);
|
|
287
347
|
}
|
|
288
|
-
async
|
|
289
|
-
return this.request("
|
|
348
|
+
async CreateDspmIdentifyInfoListExportJob(req, cb) {
|
|
349
|
+
return this.request("CreateDspmIdentifyInfoListExportJob", req, cb);
|
|
290
350
|
}
|
|
291
|
-
async
|
|
292
|
-
return this.request("
|
|
351
|
+
async DescribeCosAuditPayInfo(req, cb) {
|
|
352
|
+
return this.request("DescribeCosAuditPayInfo", req, cb);
|
|
293
353
|
}
|
|
294
|
-
async
|
|
295
|
-
return this.request("
|
|
354
|
+
async CreateCSIPManualMalwareScan(req, cb) {
|
|
355
|
+
return this.request("CreateCSIPManualMalwareScan", req, cb);
|
|
296
356
|
}
|
|
297
|
-
async
|
|
298
|
-
return this.request("
|
|
357
|
+
async DescribeRiskCenterCFGViewCFGRiskList(req, cb) {
|
|
358
|
+
return this.request("DescribeRiskCenterCFGViewCFGRiskList", req, cb);
|
|
299
359
|
}
|
|
300
|
-
async
|
|
301
|
-
return this.request("
|
|
360
|
+
async ModifyVulWhitelistConfig(req, cb) {
|
|
361
|
+
return this.request("ModifyVulWhitelistConfig", req, cb);
|
|
302
362
|
}
|
|
303
|
-
async
|
|
304
|
-
return this.request("
|
|
363
|
+
async CancelEdrAlertIgnore(req, cb) {
|
|
364
|
+
return this.request("CancelEdrAlertIgnore", req, cb);
|
|
305
365
|
}
|
|
306
|
-
async
|
|
307
|
-
return this.request("
|
|
366
|
+
async DeleteCosAkAsset(req, cb) {
|
|
367
|
+
return this.request("DeleteCosAkAsset", req, cb);
|
|
308
368
|
}
|
|
309
|
-
async
|
|
310
|
-
return this.request("
|
|
369
|
+
async DescribeCosAsset(req, cb) {
|
|
370
|
+
return this.request("DescribeCosAsset", req, cb);
|
|
311
371
|
}
|
|
312
|
-
async
|
|
313
|
-
return this.request("
|
|
372
|
+
async DescribeCosAssetSyncTask(req, cb) {
|
|
373
|
+
return this.request("DescribeCosAssetSyncTask", req, cb);
|
|
314
374
|
}
|
|
315
|
-
async
|
|
316
|
-
return this.request("
|
|
375
|
+
async ModifyDspmRiskStrategy(req, cb) {
|
|
376
|
+
return this.request("ModifyDspmRiskStrategy", req, cb);
|
|
317
377
|
}
|
|
318
|
-
async
|
|
319
|
-
return this.request("
|
|
378
|
+
async CreateHostVulExportJob(req, cb) {
|
|
379
|
+
return this.request("CreateHostVulExportJob", req, cb);
|
|
320
380
|
}
|
|
321
|
-
async
|
|
322
|
-
return this.request("
|
|
381
|
+
async DescribeDspmIdentifyCategoryList(req, cb) {
|
|
382
|
+
return this.request("DescribeDspmIdentifyCategoryList", req, cb);
|
|
323
383
|
}
|
|
324
|
-
async
|
|
325
|
-
return this.request("
|
|
384
|
+
async DeleteDspmRestoreLogList(req, cb) {
|
|
385
|
+
return this.request("DeleteDspmRestoreLogList", req, cb);
|
|
386
|
+
}
|
|
387
|
+
async DescribeClusterPodAssets(req, cb) {
|
|
388
|
+
return this.request("DescribeClusterPodAssets", req, cb);
|
|
389
|
+
}
|
|
390
|
+
async DeleteDspmIdentifyComplianceRuleRelation(req, cb) {
|
|
391
|
+
return this.request("DeleteDspmIdentifyComplianceRuleRelation", req, cb);
|
|
392
|
+
}
|
|
393
|
+
async DescribeEdrExportJobList(req, cb) {
|
|
394
|
+
return this.request("DescribeEdrExportJobList", req, cb);
|
|
395
|
+
}
|
|
396
|
+
async DeleteDspmWhitelistStrategy(req, cb) {
|
|
397
|
+
return this.request("DeleteDspmWhitelistStrategy", req, cb);
|
|
398
|
+
}
|
|
399
|
+
async DescribeEdrAlertCountForAsset(req, cb) {
|
|
400
|
+
return this.request("DescribeEdrAlertCountForAsset", req, cb);
|
|
401
|
+
}
|
|
402
|
+
async DescribeVulRiskRelateHost(req, cb) {
|
|
403
|
+
return this.request("DescribeVulRiskRelateHost", req, cb);
|
|
404
|
+
}
|
|
405
|
+
async ModifyDspmIdentifyCategory(req, cb) {
|
|
406
|
+
return this.request("ModifyDspmIdentifyCategory", req, cb);
|
|
407
|
+
}
|
|
408
|
+
async ModifyEDRRulesAction(req, cb) {
|
|
409
|
+
return this.request("ModifyEDRRulesAction", req, cb);
|
|
410
|
+
}
|
|
411
|
+
async DescribeHostKBRiskList(req, cb) {
|
|
412
|
+
return this.request("DescribeHostKBRiskList", req, cb);
|
|
413
|
+
}
|
|
414
|
+
async DescribeDspmAssetTableList(req, cb) {
|
|
415
|
+
return this.request("DescribeDspmAssetTableList", req, cb);
|
|
416
|
+
}
|
|
417
|
+
async ModifyEdrAlertIsolation(req, cb) {
|
|
418
|
+
return this.request("ModifyEdrAlertIsolation", req, cb);
|
|
419
|
+
}
|
|
420
|
+
async DeleteDspmIdentifyCategory(req, cb) {
|
|
421
|
+
return this.request("DeleteDspmIdentifyCategory", req, cb);
|
|
422
|
+
}
|
|
423
|
+
async DescribeDspmAssetAccounts(req, cb) {
|
|
424
|
+
return this.request("DescribeDspmAssetAccounts", req, cb);
|
|
425
|
+
}
|
|
426
|
+
async DescribeCLSLogIndexV3(req, cb) {
|
|
427
|
+
return this.request("DescribeCLSLogIndexV3", req, cb);
|
|
428
|
+
}
|
|
429
|
+
async DescribeNotifySetting(req, cb) {
|
|
430
|
+
return this.request("DescribeNotifySetting", req, cb);
|
|
431
|
+
}
|
|
432
|
+
async ModifyPolicyStatus(req, cb) {
|
|
433
|
+
return this.request("ModifyPolicyStatus", req, cb);
|
|
434
|
+
}
|
|
435
|
+
async CreateDspmIdentifyComplianceGroup(req, cb) {
|
|
436
|
+
return this.request("CreateDspmIdentifyComplianceGroup", req, cb);
|
|
437
|
+
}
|
|
438
|
+
async DescribeIaCFileReport(req, cb) {
|
|
439
|
+
return this.request("DescribeIaCFileReport", req, cb);
|
|
440
|
+
}
|
|
441
|
+
async VerifyDspmAssetLoginCode(req, cb) {
|
|
442
|
+
return this.request("VerifyDspmAssetLoginCode", req, cb);
|
|
443
|
+
}
|
|
444
|
+
async CreateDspmIdentifyComplianceRuleRelation(req, cb) {
|
|
445
|
+
return this.request("CreateDspmIdentifyComplianceRuleRelation", req, cb);
|
|
446
|
+
}
|
|
447
|
+
async DescribePublicIpAssets(req, cb) {
|
|
448
|
+
return this.request("DescribePublicIpAssets", req, cb);
|
|
326
449
|
}
|
|
327
|
-
async
|
|
328
|
-
return this.request("
|
|
450
|
+
async ModifyDspmAssetDataScanTask(req, cb) {
|
|
451
|
+
return this.request("ModifyDspmAssetDataScanTask", req, cb);
|
|
329
452
|
}
|
|
330
|
-
async
|
|
331
|
-
return this.request("
|
|
453
|
+
async CreateDspmIdentifyRule(req, cb) {
|
|
454
|
+
return this.request("CreateDspmIdentifyRule", req, cb);
|
|
332
455
|
}
|
|
333
|
-
async
|
|
334
|
-
return this.request("
|
|
456
|
+
async DownloadDspmExportLog(req, cb) {
|
|
457
|
+
return this.request("DownloadDspmExportLog", req, cb);
|
|
335
458
|
}
|
|
336
|
-
async
|
|
337
|
-
return this.request("
|
|
459
|
+
async DescribeAKAnalysisDetail(req, cb) {
|
|
460
|
+
return this.request("DescribeAKAnalysisDetail", req, cb);
|
|
338
461
|
}
|
|
339
|
-
async
|
|
340
|
-
return this.request("
|
|
462
|
+
async DescribeAccessKeyUserDetail(req, cb) {
|
|
463
|
+
return this.request("DescribeAccessKeyUserDetail", req, cb);
|
|
341
464
|
}
|
|
342
|
-
async
|
|
343
|
-
return this.request("
|
|
465
|
+
async DescribeEdrAlertCountForContainer(req, cb) {
|
|
466
|
+
return this.request("DescribeEdrAlertCountForContainer", req, cb);
|
|
344
467
|
}
|
|
345
|
-
async
|
|
346
|
-
return this.request("
|
|
468
|
+
async DescribeTaskLogList(req, cb) {
|
|
469
|
+
return this.request("DescribeTaskLogList", req, cb);
|
|
347
470
|
}
|
|
348
|
-
async
|
|
349
|
-
return this.request("
|
|
471
|
+
async ScanCSIPTaskAgain(req, cb) {
|
|
472
|
+
return this.request("ScanCSIPTaskAgain", req, cb);
|
|
350
473
|
}
|
|
351
|
-
async
|
|
352
|
-
return this.request("
|
|
474
|
+
async DeleteDspmExportTask(req, cb) {
|
|
475
|
+
return this.request("DeleteDspmExportTask", req, cb);
|
|
353
476
|
}
|
|
354
|
-
async
|
|
355
|
-
return this.request("
|
|
477
|
+
async DescribeCheckViewRisks(req, cb) {
|
|
478
|
+
return this.request("DescribeCheckViewRisks", req, cb);
|
|
356
479
|
}
|
|
357
|
-
async
|
|
358
|
-
return this.request("
|
|
480
|
+
async ModifyUebaRuleSwitch(req, cb) {
|
|
481
|
+
return this.request("ModifyUebaRuleSwitch", req, cb);
|
|
359
482
|
}
|
|
360
|
-
async
|
|
361
|
-
return this.request("
|
|
483
|
+
async DescribeDbAssets(req, cb) {
|
|
484
|
+
return this.request("DescribeDbAssets", req, cb);
|
|
362
485
|
}
|
|
363
|
-
async
|
|
364
|
-
return this.request("
|
|
486
|
+
async DescribeSearchBugInfo(req, cb) {
|
|
487
|
+
return this.request("DescribeSearchBugInfo", req, cb);
|
|
365
488
|
}
|
|
366
|
-
async
|
|
367
|
-
return this.request("
|
|
489
|
+
async DescribeVulViewVulRiskList(req, cb) {
|
|
490
|
+
return this.request("DescribeVulViewVulRiskList", req, cb);
|
|
368
491
|
}
|
|
369
|
-
async
|
|
370
|
-
return this.request("
|
|
492
|
+
async CreateDomainAndIp(req, cb) {
|
|
493
|
+
return this.request("CreateDomainAndIp", req, cb);
|
|
371
494
|
}
|
|
372
|
-
async
|
|
373
|
-
return this.request("
|
|
495
|
+
async UpdateAlertStatusList(req, cb) {
|
|
496
|
+
return this.request("UpdateAlertStatusList", req, cb);
|
|
374
497
|
}
|
|
375
|
-
async
|
|
376
|
-
return this.request("
|
|
498
|
+
async DescribeHighBaseLineRiskList(req, cb) {
|
|
499
|
+
return this.request("DescribeHighBaseLineRiskList", req, cb);
|
|
377
500
|
}
|
|
378
|
-
async
|
|
379
|
-
return this.request("
|
|
501
|
+
async ModifyEDRRule(req, cb) {
|
|
502
|
+
return this.request("ModifyEDRRule", req, cb);
|
|
380
503
|
}
|
|
381
|
-
async
|
|
382
|
-
return this.request("
|
|
504
|
+
async DeleteVulWhitelist(req, cb) {
|
|
505
|
+
return this.request("DeleteVulWhitelist", req, cb);
|
|
383
506
|
}
|
|
384
|
-
async
|
|
385
|
-
return this.request("
|
|
507
|
+
async ModifyAILinkSetting(req, cb) {
|
|
508
|
+
return this.request("ModifyAILinkSetting", req, cb);
|
|
386
509
|
}
|
|
387
|
-
async
|
|
388
|
-
return this.request("
|
|
510
|
+
async ExportEDRRules(req, cb) {
|
|
511
|
+
return this.request("ExportEDRRules", req, cb);
|
|
389
512
|
}
|
|
390
|
-
async
|
|
391
|
-
return this.request("
|
|
513
|
+
async DescribeDspmAssetSupportedPrivileges(req, cb) {
|
|
514
|
+
return this.request("DescribeDspmAssetSupportedPrivileges", req, cb);
|
|
392
515
|
}
|
|
393
|
-
async
|
|
394
|
-
return this.request("
|
|
516
|
+
async DescribeIaCFileOverview(req, cb) {
|
|
517
|
+
return this.request("DescribeIaCFileOverview", req, cb);
|
|
395
518
|
}
|
|
396
|
-
async
|
|
397
|
-
return this.request("
|
|
519
|
+
async DescribeCosRiskActionList(req, cb) {
|
|
520
|
+
return this.request("DescribeCosRiskActionList", req, cb);
|
|
398
521
|
}
|
|
399
|
-
async
|
|
400
|
-
return this.request("
|
|
522
|
+
async DescribeAccessKeyRiskDetail(req, cb) {
|
|
523
|
+
return this.request("DescribeAccessKeyRiskDetail", req, cb);
|
|
401
524
|
}
|
|
402
|
-
async
|
|
403
|
-
return this.request("
|
|
525
|
+
async DeleteDspmAssetAccount(req, cb) {
|
|
526
|
+
return this.request("DeleteDspmAssetAccount", req, cb);
|
|
404
527
|
}
|
|
405
|
-
async
|
|
406
|
-
return this.request("
|
|
528
|
+
async DescribeVulItemList(req, cb) {
|
|
529
|
+
return this.request("DescribeVulItemList", req, cb);
|
|
407
530
|
}
|
|
408
|
-
async
|
|
409
|
-
return this.request("
|
|
531
|
+
async DeleteDspmIdentifyLevelGroup(req, cb) {
|
|
532
|
+
return this.request("DeleteDspmIdentifyLevelGroup", req, cb);
|
|
410
533
|
}
|
|
411
|
-
async
|
|
412
|
-
return this.request("
|
|
534
|
+
async ModifyDspmAssetAccountPrivileges(req, cb) {
|
|
535
|
+
return this.request("ModifyDspmAssetAccountPrivileges", req, cb);
|
|
413
536
|
}
|
|
414
|
-
async
|
|
415
|
-
return this.request("
|
|
537
|
+
async DescribeAIAgentAssetList(req, cb) {
|
|
538
|
+
return this.request("DescribeAIAgentAssetList", req, cb);
|
|
416
539
|
}
|
|
417
|
-
async
|
|
418
|
-
return this.request("
|
|
540
|
+
async DescribeCSIPMalwareScanTaskDetail(req, cb) {
|
|
541
|
+
return this.request("DescribeCSIPMalwareScanTaskDetail", req, cb);
|
|
419
542
|
}
|
|
420
|
-
async
|
|
421
|
-
return this.request("
|
|
543
|
+
async DescribeDspmIdentifyRuleList(req, cb) {
|
|
544
|
+
return this.request("DescribeDspmIdentifyRuleList", req, cb);
|
|
422
545
|
}
|
|
423
|
-
async
|
|
424
|
-
return this.request("
|
|
546
|
+
async DescribeConfigCheckRules(req, cb) {
|
|
547
|
+
return this.request("DescribeConfigCheckRules", req, cb);
|
|
425
548
|
}
|
|
426
|
-
async
|
|
427
|
-
return this.request("
|
|
549
|
+
async ModifyReverseShellSystemPolicyConfig(req, cb) {
|
|
550
|
+
return this.request("ModifyReverseShellSystemPolicyConfig", req, cb);
|
|
428
551
|
}
|
|
429
552
|
async DescribeVpcAssets(req, cb) {
|
|
430
553
|
return this.request("DescribeVpcAssets", req, cb);
|
|
431
554
|
}
|
|
432
|
-
async
|
|
433
|
-
return this.request("
|
|
555
|
+
async DescribeEDRScanTaskDetail(req, cb) {
|
|
556
|
+
return this.request("DescribeEDRScanTaskDetail", req, cb);
|
|
434
557
|
}
|
|
435
|
-
async
|
|
436
|
-
return this.request("
|
|
558
|
+
async DescribeCosInvokeUa(req, cb) {
|
|
559
|
+
return this.request("DescribeCosInvokeUa", req, cb);
|
|
437
560
|
}
|
|
438
|
-
async
|
|
439
|
-
return this.request("
|
|
561
|
+
async CreateIaCAccessToken(req, cb) {
|
|
562
|
+
return this.request("CreateIaCAccessToken", req, cb);
|
|
440
563
|
}
|
|
441
|
-
async
|
|
442
|
-
return this.request("
|
|
564
|
+
async DescribeDspmRiskStrategy(req, cb) {
|
|
565
|
+
return this.request("DescribeDspmRiskStrategy", req, cb);
|
|
443
566
|
}
|
|
444
|
-
async
|
|
445
|
-
return this.request("
|
|
567
|
+
async DescribeReverseShellSystemPolicyConfig(req, cb) {
|
|
568
|
+
return this.request("DescribeReverseShellSystemPolicyConfig", req, cb);
|
|
446
569
|
}
|
|
447
|
-
async
|
|
448
|
-
return this.request("
|
|
570
|
+
async DescribeRiskTrendData(req, cb) {
|
|
571
|
+
return this.request("DescribeRiskTrendData", req, cb);
|
|
449
572
|
}
|
|
450
|
-
async
|
|
451
|
-
return this.request("
|
|
573
|
+
async DescribeRiskRules(req, cb) {
|
|
574
|
+
return this.request("DescribeRiskRules", req, cb);
|
|
452
575
|
}
|
|
453
|
-
async
|
|
454
|
-
return this.request("
|
|
576
|
+
async CreateVulFixTask(req, cb) {
|
|
577
|
+
return this.request("CreateVulFixTask", req, cb);
|
|
455
578
|
}
|
|
456
|
-
async
|
|
457
|
-
return this.request("
|
|
579
|
+
async ModifyDspmAssetLogDeliverySwitch(req, cb) {
|
|
580
|
+
return this.request("ModifyDspmAssetLogDeliverySwitch", req, cb);
|
|
458
581
|
}
|
|
459
|
-
async
|
|
460
|
-
return this.request("
|
|
582
|
+
async DescribeCosRiskScanTask(req, cb) {
|
|
583
|
+
return this.request("DescribeCosRiskScanTask", req, cb);
|
|
461
584
|
}
|
|
462
|
-
async
|
|
463
|
-
return this.request("
|
|
585
|
+
async ModifyNotifySetting(req, cb) {
|
|
586
|
+
return this.request("ModifyNotifySetting", req, cb);
|
|
464
587
|
}
|
|
465
|
-
async
|
|
466
|
-
return this.request("
|
|
588
|
+
async DescribeAssumeRole(req, cb) {
|
|
589
|
+
return this.request("DescribeAssumeRole", req, cb);
|
|
467
590
|
}
|
|
468
|
-
async
|
|
469
|
-
return this.request("
|
|
591
|
+
async DescribeDspmSupportedAssetType(req, cb) {
|
|
592
|
+
return this.request("DescribeDspmSupportedAssetType", req, cb);
|
|
470
593
|
}
|
|
471
|
-
async
|
|
472
|
-
return this.request("
|
|
594
|
+
async DescribeUserDspmInfoList(req, cb) {
|
|
595
|
+
return this.request("DescribeUserDspmInfoList", req, cb);
|
|
473
596
|
}
|
|
474
|
-
async
|
|
475
|
-
return this.request("
|
|
597
|
+
async DescribeDspmApplyHistory(req, cb) {
|
|
598
|
+
return this.request("DescribeDspmApplyHistory", req, cb);
|
|
476
599
|
}
|
|
477
|
-
async
|
|
478
|
-
return this.request("
|
|
600
|
+
async DescribeAILinkSetting(req, cb) {
|
|
601
|
+
return this.request("DescribeAILinkSetting", req, cb);
|
|
479
602
|
}
|
|
480
|
-
async
|
|
481
|
-
return this.request("
|
|
603
|
+
async DescribeKeySandboxCredentialList(req, cb) {
|
|
604
|
+
return this.request("DescribeKeySandboxCredentialList", req, cb);
|
|
482
605
|
}
|
|
483
|
-
async
|
|
484
|
-
return this.request("
|
|
606
|
+
async DescribeDspmSyncAssetsStatus(req, cb) {
|
|
607
|
+
return this.request("DescribeDspmSyncAssetsStatus", req, cb);
|
|
485
608
|
}
|
|
486
|
-
async
|
|
487
|
-
return this.request("
|
|
609
|
+
async DescribeUserCallRecord(req, cb) {
|
|
610
|
+
return this.request("DescribeUserCallRecord", req, cb);
|
|
488
611
|
}
|
|
489
|
-
async
|
|
490
|
-
return this.request("
|
|
612
|
+
async DescribeRiskCenterAssetViewWeakPasswordRiskList(req, cb) {
|
|
613
|
+
return this.request("DescribeRiskCenterAssetViewWeakPasswordRiskList", req, cb);
|
|
491
614
|
}
|
|
492
|
-
async
|
|
493
|
-
return this.request("
|
|
615
|
+
async CreateVulReScan(req, cb) {
|
|
616
|
+
return this.request("CreateVulReScan", req, cb);
|
|
494
617
|
}
|
|
495
|
-
async
|
|
496
|
-
return this.request("
|
|
618
|
+
async DescribeAlertList(req, cb) {
|
|
619
|
+
return this.request("DescribeAlertList", req, cb);
|
|
497
620
|
}
|
|
498
|
-
async
|
|
499
|
-
return this.request("
|
|
621
|
+
async ModifyDspmAssetAccount(req, cb) {
|
|
622
|
+
return this.request("ModifyDspmAssetAccount", req, cb);
|
|
500
623
|
}
|
|
501
|
-
async
|
|
502
|
-
return this.request("
|
|
624
|
+
async DescribeDspmAccessTopologyIps(req, cb) {
|
|
625
|
+
return this.request("DescribeDspmAccessTopologyIps", req, cb);
|
|
503
626
|
}
|
|
504
|
-
async
|
|
505
|
-
return this.request("
|
|
627
|
+
async ModifyCosAuditObjectSampleRate(req, cb) {
|
|
628
|
+
return this.request("ModifyCosAuditObjectSampleRate", req, cb);
|
|
506
629
|
}
|
|
507
|
-
async
|
|
508
|
-
return this.request("
|
|
630
|
+
async DescribeAccessKeyRisk(req, cb) {
|
|
631
|
+
return this.request("DescribeAccessKeyRisk", req, cb);
|
|
509
632
|
}
|
|
510
|
-
async
|
|
511
|
-
return this.request("
|
|
633
|
+
async DescribeRepositoryImageAssets(req, cb) {
|
|
634
|
+
return this.request("DescribeRepositoryImageAssets", req, cb);
|
|
512
635
|
}
|
|
513
|
-
async
|
|
514
|
-
return this.request("
|
|
636
|
+
async DescribeCSIPMalwareScanTaskProgress(req, cb) {
|
|
637
|
+
return this.request("DescribeCSIPMalwareScanTaskProgress", req, cb);
|
|
515
638
|
}
|
|
516
|
-
async
|
|
517
|
-
return this.request("
|
|
639
|
+
async DescribeCVMAssetInfo(req, cb) {
|
|
640
|
+
return this.request("DescribeCVMAssetInfo", req, cb);
|
|
518
641
|
}
|
|
519
|
-
async
|
|
520
|
-
return this.request("
|
|
642
|
+
async ModifyDspmIdentifyRuleStatus(req, cb) {
|
|
643
|
+
return this.request("ModifyDspmIdentifyRuleStatus", req, cb);
|
|
521
644
|
}
|
|
522
|
-
async
|
|
523
|
-
return this.request("
|
|
645
|
+
async DescribeEDRScanRecordList(req, cb) {
|
|
646
|
+
return this.request("DescribeEDRScanRecordList", req, cb);
|
|
524
647
|
}
|
|
525
|
-
async
|
|
526
|
-
return this.request("
|
|
648
|
+
async SendDspmAssetLoginSmsCode(req, cb) {
|
|
649
|
+
return this.request("SendDspmAssetLoginSmsCode", req, cb);
|
|
527
650
|
}
|
|
528
|
-
async
|
|
529
|
-
return this.request("
|
|
651
|
+
async DescribeOtherCloudAssets(req, cb) {
|
|
652
|
+
return this.request("DescribeOtherCloudAssets", req, cb);
|
|
530
653
|
}
|
|
531
|
-
async
|
|
532
|
-
return this.request("
|
|
654
|
+
async DescribeListenerList(req, cb) {
|
|
655
|
+
return this.request("DescribeListenerList", req, cb);
|
|
533
656
|
}
|
|
534
657
|
async DescribeCWPMachineDetail(req, cb) {
|
|
535
658
|
return this.request("DescribeCWPMachineDetail", req, cb);
|
|
536
659
|
}
|
|
537
|
-
async DescribeClusterPodAssets(req, cb) {
|
|
538
|
-
return this.request("DescribeClusterPodAssets", req, cb);
|
|
539
|
-
}
|
|
540
|
-
async DeleteDspmIdentifyComplianceRuleRelation(req, cb) {
|
|
541
|
-
return this.request("DeleteDspmIdentifyComplianceRuleRelation", req, cb);
|
|
542
|
-
}
|
|
543
660
|
async DeleteDspmBackupLogList(req, cb) {
|
|
544
661
|
return this.request("DeleteDspmBackupLogList", req, cb);
|
|
545
662
|
}
|
|
546
663
|
async DescribeDspmAssetFieldList(req, cb) {
|
|
547
664
|
return this.request("DescribeDspmAssetFieldList", req, cb);
|
|
548
665
|
}
|
|
549
|
-
async
|
|
550
|
-
return this.request("
|
|
551
|
-
}
|
|
552
|
-
async DescribeCosAuditAppIdList(req, cb) {
|
|
553
|
-
return this.request("DescribeCosAuditAppIdList", req, cb);
|
|
666
|
+
async DescribeRiskCenterServerRiskList(req, cb) {
|
|
667
|
+
return this.request("DescribeRiskCenterServerRiskList", req, cb);
|
|
554
668
|
}
|
|
555
|
-
async
|
|
556
|
-
return this.request("
|
|
669
|
+
async ModifyDspmApproveStatus(req, cb) {
|
|
670
|
+
return this.request("ModifyDspmApproveStatus", req, cb);
|
|
557
671
|
}
|
|
558
|
-
async
|
|
559
|
-
return this.request("
|
|
672
|
+
async DescribeDspmIdentifyComplianceGroupDetail(req, cb) {
|
|
673
|
+
return this.request("DescribeDspmIdentifyComplianceGroupDetail", req, cb);
|
|
560
674
|
}
|
|
561
|
-
async
|
|
562
|
-
return this.request("
|
|
675
|
+
async DescribeExposePath(req, cb) {
|
|
676
|
+
return this.request("DescribeExposePath", req, cb);
|
|
563
677
|
}
|
|
564
|
-
async
|
|
565
|
-
return this.request("
|
|
678
|
+
async DescribeGatewayAssets(req, cb) {
|
|
679
|
+
return this.request("DescribeGatewayAssets", req, cb);
|
|
566
680
|
}
|
|
567
|
-
async
|
|
568
|
-
return this.request("
|
|
681
|
+
async CreateDspmExportTask(req, cb) {
|
|
682
|
+
return this.request("CreateDspmExportTask", req, cb);
|
|
569
683
|
}
|
|
570
|
-
async
|
|
571
|
-
return this.request("
|
|
684
|
+
async DescribeAccessKeyAlarm(req, cb) {
|
|
685
|
+
return this.request("DescribeAccessKeyAlarm", req, cb);
|
|
572
686
|
}
|
|
573
|
-
async
|
|
574
|
-
return this.request("
|
|
687
|
+
async DescribeSkillScanResult(req, cb) {
|
|
688
|
+
return this.request("DescribeSkillScanResult", req, cb);
|
|
575
689
|
}
|
|
576
|
-
async
|
|
577
|
-
return this.request("
|
|
690
|
+
async DescribeKeySandboxCredential(req, cb) {
|
|
691
|
+
return this.request("DescribeKeySandboxCredential", req, cb);
|
|
578
692
|
}
|
|
579
|
-
async
|
|
580
|
-
return this.request("
|
|
693
|
+
async DescribeAssetProcessList(req, cb) {
|
|
694
|
+
return this.request("DescribeAssetProcessList", req, cb);
|
|
581
695
|
}
|
|
582
|
-
async
|
|
583
|
-
return this.request("
|
|
696
|
+
async CreateRiskCenterScanTask(req, cb) {
|
|
697
|
+
return this.request("CreateRiskCenterScanTask", req, cb);
|
|
584
698
|
}
|
|
585
|
-
async
|
|
586
|
-
return this.request("
|
|
699
|
+
async DeleteDspmIdentifyComplianceCategoryRelation(req, cb) {
|
|
700
|
+
return this.request("DeleteDspmIdentifyComplianceCategoryRelation", req, cb);
|
|
587
701
|
}
|
|
588
|
-
async
|
|
589
|
-
return this.request("
|
|
702
|
+
async DeleteEDRScanTask(req, cb) {
|
|
703
|
+
return this.request("DeleteEDRScanTask", req, cb);
|
|
590
704
|
}
|
|
591
|
-
async
|
|
592
|
-
return this.request("
|
|
705
|
+
async ModifyCosAuditObjectIdentifyStatus(req, cb) {
|
|
706
|
+
return this.request("ModifyCosAuditObjectIdentifyStatus", req, cb);
|
|
593
707
|
}
|
|
594
|
-
async
|
|
595
|
-
return this.request("
|
|
708
|
+
async DescribeTopAttackInfo(req, cb) {
|
|
709
|
+
return this.request("DescribeTopAttackInfo", req, cb);
|
|
596
710
|
}
|
|
597
|
-
async
|
|
598
|
-
return this.request("
|
|
711
|
+
async ModifyCosAuditMonitorAccount(req, cb) {
|
|
712
|
+
return this.request("ModifyCosAuditMonitorAccount", req, cb);
|
|
599
713
|
}
|
|
600
|
-
async
|
|
601
|
-
return this.request("
|
|
714
|
+
async ModifyDspmPersonalIdentify(req, cb) {
|
|
715
|
+
return this.request("ModifyDspmPersonalIdentify", req, cb);
|
|
602
716
|
}
|
|
603
|
-
async
|
|
604
|
-
return this.request("
|
|
717
|
+
async DescribeCosPolicy(req, cb) {
|
|
718
|
+
return this.request("DescribeCosPolicy", req, cb);
|
|
605
719
|
}
|
|
606
|
-
async
|
|
607
|
-
return this.request("
|
|
720
|
+
async DescribeScanStatistic(req, cb) {
|
|
721
|
+
return this.request("DescribeScanStatistic", req, cb);
|
|
608
722
|
}
|
|
609
|
-
async
|
|
610
|
-
return this.request("
|
|
723
|
+
async ModifyMachineRemark(req, cb) {
|
|
724
|
+
return this.request("ModifyMachineRemark", req, cb);
|
|
611
725
|
}
|
|
612
|
-
async
|
|
613
|
-
return this.request("
|
|
726
|
+
async DescribeDspmStatistics(req, cb) {
|
|
727
|
+
return this.request("DescribeDspmStatistics", req, cb);
|
|
614
728
|
}
|
|
615
|
-
async
|
|
616
|
-
return this.request("
|
|
729
|
+
async DescribeCosAkAsset(req, cb) {
|
|
730
|
+
return this.request("DescribeCosAkAsset", req, cb);
|
|
617
731
|
}
|
|
618
|
-
async
|
|
619
|
-
return this.request("
|
|
732
|
+
async DeleteRiskScanTask(req, cb) {
|
|
733
|
+
return this.request("DeleteRiskScanTask", req, cb);
|
|
620
734
|
}
|
|
621
|
-
async
|
|
622
|
-
return this.request("
|
|
735
|
+
async DescribeSubUserInfo(req, cb) {
|
|
736
|
+
return this.request("DescribeSubUserInfo", req, cb);
|
|
623
737
|
}
|
|
624
|
-
async
|
|
625
|
-
return this.request("
|
|
738
|
+
async DescribeDspmBackupLogList(req, cb) {
|
|
739
|
+
return this.request("DescribeDspmBackupLogList", req, cb);
|
|
626
740
|
}
|
|
627
|
-
async
|
|
628
|
-
return this.request("
|
|
741
|
+
async DescribeRiskCenterPortViewPortRiskList(req, cb) {
|
|
742
|
+
return this.request("DescribeRiskCenterPortViewPortRiskList", req, cb);
|
|
629
743
|
}
|
|
630
|
-
async
|
|
631
|
-
return this.request("
|
|
744
|
+
async DescribeKBUpdatableMachineList(req, cb) {
|
|
745
|
+
return this.request("DescribeKBUpdatableMachineList", req, cb);
|
|
632
746
|
}
|
|
633
|
-
async
|
|
634
|
-
return this.request("
|
|
747
|
+
async ModifyRiskCenterScanTask(req, cb) {
|
|
748
|
+
return this.request("ModifyRiskCenterScanTask", req, cb);
|
|
635
749
|
}
|
|
636
|
-
async
|
|
637
|
-
return this.request("
|
|
750
|
+
async DescribeCosRoleAccessPermission(req, cb) {
|
|
751
|
+
return this.request("DescribeCosRoleAccessPermission", req, cb);
|
|
638
752
|
}
|
|
639
|
-
async
|
|
640
|
-
return this.request("
|
|
753
|
+
async DescribeIaCFileList(req, cb) {
|
|
754
|
+
return this.request("DescribeIaCFileList", req, cb);
|
|
641
755
|
}
|
|
642
|
-
async
|
|
643
|
-
return this.request("
|
|
756
|
+
async DescribeCosActionList(req, cb) {
|
|
757
|
+
return this.request("DescribeCosActionList", req, cb);
|
|
644
758
|
}
|
|
645
|
-
async
|
|
646
|
-
return this.request("
|
|
759
|
+
async DescribeNotifySettingAlert(req, cb) {
|
|
760
|
+
return this.request("DescribeNotifySettingAlert", req, cb);
|
|
647
761
|
}
|
|
648
|
-
async
|
|
649
|
-
return this.request("
|
|
762
|
+
async ModifyDspmRiskInfo(req, cb) {
|
|
763
|
+
return this.request("ModifyDspmRiskInfo", req, cb);
|
|
650
764
|
}
|
|
651
|
-
async
|
|
652
|
-
return this.request("
|
|
765
|
+
async CreateVulScanManual(req, cb) {
|
|
766
|
+
return this.request("CreateVulScanManual", req, cb);
|
|
653
767
|
}
|
|
654
|
-
async
|
|
655
|
-
return this.request("
|
|
768
|
+
async DescribeDspmIdentifyRuleTestResult(req, cb) {
|
|
769
|
+
return this.request("DescribeDspmIdentifyRuleTestResult", req, cb);
|
|
656
770
|
}
|
|
657
|
-
async
|
|
658
|
-
return this.request("
|
|
771
|
+
async DescribeSourceIPAsset(req, cb) {
|
|
772
|
+
return this.request("DescribeSourceIPAsset", req, cb);
|
|
659
773
|
}
|
|
660
|
-
async
|
|
661
|
-
return this.request("
|
|
774
|
+
async DescribeVulHostRelateComponent(req, cb) {
|
|
775
|
+
return this.request("DescribeVulHostRelateComponent", req, cb);
|
|
662
776
|
}
|
|
663
|
-
async
|
|
664
|
-
return this.request("
|
|
777
|
+
async DescribeHostVulRiskList(req, cb) {
|
|
778
|
+
return this.request("DescribeHostVulRiskList", req, cb);
|
|
665
779
|
}
|
|
666
|
-
async
|
|
667
|
-
return this.request("
|
|
780
|
+
async ModifyOrganizationAccountStatus(req, cb) {
|
|
781
|
+
return this.request("ModifyOrganizationAccountStatus", req, cb);
|
|
668
782
|
}
|
|
669
|
-
async
|
|
670
|
-
return this.request("
|
|
783
|
+
async DescribeCosBucketBillingInfo(req, cb) {
|
|
784
|
+
return this.request("DescribeCosBucketBillingInfo", req, cb);
|
|
671
785
|
}
|
|
672
|
-
async
|
|
673
|
-
return this.request("
|
|
786
|
+
async DescribeTaskLogURL(req, cb) {
|
|
787
|
+
return this.request("DescribeTaskLogURL", req, cb);
|
|
674
788
|
}
|
|
675
|
-
async
|
|
676
|
-
return this.request("
|
|
789
|
+
async ModifyDspmRestoreLogTask(req, cb) {
|
|
790
|
+
return this.request("ModifyDspmRestoreLogTask", req, cb);
|
|
677
791
|
}
|
|
678
|
-
async
|
|
679
|
-
return this.request("
|
|
792
|
+
async CreateDspmAssetIdentifyInfoExportJob(req, cb) {
|
|
793
|
+
return this.request("CreateDspmAssetIdentifyInfoExportJob", req, cb);
|
|
680
794
|
}
|
|
681
|
-
async
|
|
682
|
-
return this.request("
|
|
795
|
+
async DeleteIaCFile(req, cb) {
|
|
796
|
+
return this.request("DeleteIaCFile", req, cb);
|
|
683
797
|
}
|
|
684
|
-
async
|
|
685
|
-
return this.request("
|
|
798
|
+
async CreateCosAssetSyncTask(req, cb) {
|
|
799
|
+
return this.request("CreateCosAssetSyncTask", req, cb);
|
|
686
800
|
}
|
|
687
|
-
async
|
|
688
|
-
return this.request("
|
|
801
|
+
async DescribeDspmIdentifyInfoList(req, cb) {
|
|
802
|
+
return this.request("DescribeDspmIdentifyInfoList", req, cb);
|
|
689
803
|
}
|
|
690
|
-
async
|
|
691
|
-
return this.request("
|
|
804
|
+
async ExportCSIPMalwareScanTaskDetail(req, cb) {
|
|
805
|
+
return this.request("ExportCSIPMalwareScanTaskDetail", req, cb);
|
|
692
806
|
}
|
|
693
|
-
async
|
|
694
|
-
return this.request("
|
|
807
|
+
async DeleteCSIPMalwareScanTask(req, cb) {
|
|
808
|
+
return this.request("DeleteCSIPMalwareScanTask", req, cb);
|
|
695
809
|
}
|
|
696
|
-
async
|
|
697
|
-
return this.request("
|
|
810
|
+
async ScanEDRTaskAgain(req, cb) {
|
|
811
|
+
return this.request("ScanEDRTaskAgain", req, cb);
|
|
698
812
|
}
|
|
699
|
-
async
|
|
700
|
-
return this.request("
|
|
813
|
+
async DescribeDspmAssetIds(req, cb) {
|
|
814
|
+
return this.request("DescribeDspmAssetIds", req, cb);
|
|
701
815
|
}
|
|
702
|
-
async
|
|
703
|
-
return this.request("
|
|
816
|
+
async DescribeRiskBucketList(req, cb) {
|
|
817
|
+
return this.request("DescribeRiskBucketList", req, cb);
|
|
704
818
|
}
|
|
705
|
-
async
|
|
706
|
-
return this.request("
|
|
819
|
+
async DescribeDspmRiskDetail(req, cb) {
|
|
820
|
+
return this.request("DescribeDspmRiskDetail", req, cb);
|
|
707
821
|
}
|
|
708
|
-
async
|
|
709
|
-
return this.request("
|
|
822
|
+
async DescribeRiskCallRecord(req, cb) {
|
|
823
|
+
return this.request("DescribeRiskCallRecord", req, cb);
|
|
710
824
|
}
|
|
711
|
-
async
|
|
712
|
-
return this.request("
|
|
825
|
+
async StopRiskCenterTask(req, cb) {
|
|
826
|
+
return this.request("StopRiskCenterTask", req, cb);
|
|
713
827
|
}
|
|
714
|
-
async
|
|
715
|
-
return this.request("
|
|
828
|
+
async CreateAccessKeySyncTask(req, cb) {
|
|
829
|
+
return this.request("CreateAccessKeySyncTask", req, cb);
|
|
716
830
|
}
|
|
717
|
-
async
|
|
718
|
-
return this.request("
|
|
831
|
+
async DescribeVulRiskRelateComponent(req, cb) {
|
|
832
|
+
return this.request("DescribeVulRiskRelateComponent", req, cb);
|
|
719
833
|
}
|
|
720
|
-
async
|
|
721
|
-
return this.request("
|
|
834
|
+
async StopCSIPManualMalwareScan(req, cb) {
|
|
835
|
+
return this.request("StopCSIPManualMalwareScan", req, cb);
|
|
722
836
|
}
|
|
723
|
-
async
|
|
724
|
-
return this.request("
|
|
837
|
+
async CreateIaCFileReScanTask(req, cb) {
|
|
838
|
+
return this.request("CreateIaCFileReScanTask", req, cb);
|
|
725
839
|
}
|
|
726
|
-
async
|
|
727
|
-
return this.request("
|
|
840
|
+
async StopEDRScanTask(req, cb) {
|
|
841
|
+
return this.request("StopEDRScanTask", req, cb);
|
|
728
842
|
}
|
|
729
|
-
async
|
|
730
|
-
return this.request("
|
|
843
|
+
async DescribeScanReportList(req, cb) {
|
|
844
|
+
return this.request("DescribeScanReportList", req, cb);
|
|
731
845
|
}
|
|
732
|
-
async
|
|
733
|
-
return this.request("
|
|
846
|
+
async DescribeCosAlarmTrendData(req, cb) {
|
|
847
|
+
return this.request("DescribeCosAlarmTrendData", req, cb);
|
|
734
848
|
}
|
|
735
|
-
async
|
|
736
|
-
return this.request("
|
|
849
|
+
async DescribeDspmIdentifyRuleDetail(req, cb) {
|
|
850
|
+
return this.request("DescribeDspmIdentifyRuleDetail", req, cb);
|
|
737
851
|
}
|
|
738
|
-
async
|
|
739
|
-
return this.request("
|
|
852
|
+
async DescribeCosAuditDictionaryList(req, cb) {
|
|
853
|
+
return this.request("DescribeCosAuditDictionaryList", req, cb);
|
|
740
854
|
}
|
|
741
|
-
async
|
|
742
|
-
return this.request("
|
|
855
|
+
async DescribeDspmApplyOrderList(req, cb) {
|
|
856
|
+
return this.request("DescribeDspmApplyOrderList", req, cb);
|
|
743
857
|
}
|
|
744
|
-
async
|
|
745
|
-
return this.request("
|
|
858
|
+
async DescribeDspmIdentifyComplianceCategoryRuleList(req, cb) {
|
|
859
|
+
return this.request("DescribeDspmIdentifyComplianceCategoryRuleList", req, cb);
|
|
746
860
|
}
|
|
747
|
-
async
|
|
748
|
-
return this.request("
|
|
861
|
+
async DescribeCosOverview(req, cb) {
|
|
862
|
+
return this.request("DescribeCosOverview", req, cb);
|
|
749
863
|
}
|
|
750
|
-
async
|
|
751
|
-
return this.request("
|
|
864
|
+
async ModifyDspmIdentifyComplianceGroupStatus(req, cb) {
|
|
865
|
+
return this.request("ModifyDspmIdentifyComplianceGroupStatus", req, cb);
|
|
752
866
|
}
|
|
753
|
-
async
|
|
754
|
-
return this.request("
|
|
867
|
+
async DescribeSkillScanPayInfo(req, cb) {
|
|
868
|
+
return this.request("DescribeSkillScanPayInfo", req, cb);
|
|
755
869
|
}
|
|
756
|
-
async
|
|
757
|
-
return this.request("
|
|
870
|
+
async DescribeAbnormalCallRecord(req, cb) {
|
|
871
|
+
return this.request("DescribeAbnormalCallRecord", req, cb);
|
|
758
872
|
}
|
|
759
|
-
async
|
|
760
|
-
return this.request("
|
|
873
|
+
async DescribeCosAkInvokeIpList(req, cb) {
|
|
874
|
+
return this.request("DescribeCosAkInvokeIpList", req, cb);
|
|
761
875
|
}
|
|
762
|
-
async
|
|
763
|
-
return this.request("
|
|
876
|
+
async DescribeDspmLogList(req, cb) {
|
|
877
|
+
return this.request("DescribeDspmLogList", req, cb);
|
|
764
878
|
}
|
|
765
|
-
async
|
|
766
|
-
return this.request("
|
|
879
|
+
async CreateDspmIdentifyComplianceCategoryRelation(req, cb) {
|
|
880
|
+
return this.request("CreateDspmIdentifyComplianceCategoryRelation", req, cb);
|
|
767
881
|
}
|
|
768
|
-
async
|
|
769
|
-
return this.request("
|
|
882
|
+
async SyncDspmUsers(req, cb) {
|
|
883
|
+
return this.request("SyncDspmUsers", req, cb);
|
|
770
884
|
}
|
|
771
|
-
async
|
|
772
|
-
return this.request("
|
|
885
|
+
async DescribeDspmDictionaryList(req, cb) {
|
|
886
|
+
return this.request("DescribeDspmDictionaryList", req, cb);
|
|
773
887
|
}
|
|
774
|
-
async
|
|
775
|
-
return this.request("
|
|
888
|
+
async DescribeCVMAssets(req, cb) {
|
|
889
|
+
return this.request("DescribeCVMAssets", req, cb);
|
|
776
890
|
}
|
|
777
|
-
async
|
|
778
|
-
return this.request("
|
|
891
|
+
async CreateDspmApplyOrder(req, cb) {
|
|
892
|
+
return this.request("CreateDspmApplyOrder", req, cb);
|
|
779
893
|
}
|
|
780
|
-
async
|
|
781
|
-
return this.request("
|
|
894
|
+
async DescribeCosIpInvokeRecordFile(req, cb) {
|
|
895
|
+
return this.request("DescribeCosIpInvokeRecordFile", req, cb);
|
|
782
896
|
}
|
|
783
|
-
async
|
|
784
|
-
return this.request("
|
|
897
|
+
async DescribeBucketInvokeIpList(req, cb) {
|
|
898
|
+
return this.request("DescribeBucketInvokeIpList", req, cb);
|
|
785
899
|
}
|
|
786
|
-
async
|
|
787
|
-
return this.request("
|
|
900
|
+
async DescribeDspmRisk(req, cb) {
|
|
901
|
+
return this.request("DescribeDspmRisk", req, cb);
|
|
788
902
|
}
|
|
789
|
-
async
|
|
790
|
-
return this.request("
|
|
903
|
+
async ModifyDspmBackupSetting(req, cb) {
|
|
904
|
+
return this.request("ModifyDspmBackupSetting", req, cb);
|
|
791
905
|
}
|
|
792
|
-
async
|
|
793
|
-
return this.request("
|
|
906
|
+
async DescribeVulIgnoreRuleList(req, cb) {
|
|
907
|
+
return this.request("DescribeVulIgnoreRuleList", req, cb);
|
|
794
908
|
}
|
|
795
|
-
async
|
|
796
|
-
return this.request("
|
|
909
|
+
async DescribeRiskDetailList(req, cb) {
|
|
910
|
+
return this.request("DescribeRiskDetailList", req, cb);
|
|
797
911
|
}
|
|
798
|
-
async
|
|
799
|
-
return this.request("
|
|
912
|
+
async DescribeCosAuditAppIdList(req, cb) {
|
|
913
|
+
return this.request("DescribeCosAuditAppIdList", req, cb);
|
|
800
914
|
}
|
|
801
|
-
async
|
|
802
|
-
return this.request("
|
|
915
|
+
async CreateDspmApproveHistoryExportJob(req, cb) {
|
|
916
|
+
return this.request("CreateDspmApproveHistoryExportJob", req, cb);
|
|
803
917
|
}
|
|
804
|
-
async
|
|
805
|
-
return this.request("
|
|
918
|
+
async CreateDspmIdentifyCategory(req, cb) {
|
|
919
|
+
return this.request("CreateDspmIdentifyCategory", req, cb);
|
|
806
920
|
}
|
|
807
|
-
async
|
|
808
|
-
return this.request("
|
|
921
|
+
async ModifyNotifyAssetConfig(req, cb) {
|
|
922
|
+
return this.request("ModifyNotifyAssetConfig", req, cb);
|
|
809
923
|
}
|
|
810
|
-
async
|
|
811
|
-
return this.request("
|
|
924
|
+
async ModifyNotifySettingAlert(req, cb) {
|
|
925
|
+
return this.request("ModifyNotifySettingAlert", req, cb);
|
|
812
926
|
}
|
|
813
|
-
async
|
|
814
|
-
return this.request("
|
|
927
|
+
async DeleteCosPolicy(req, cb) {
|
|
928
|
+
return this.request("DeleteCosPolicy", req, cb);
|
|
815
929
|
}
|
|
816
|
-
async
|
|
817
|
-
return this.request("
|
|
930
|
+
async DescribeCallRecord(req, cb) {
|
|
931
|
+
return this.request("DescribeCallRecord", req, cb);
|
|
818
932
|
}
|
|
819
|
-
async
|
|
820
|
-
return this.request("
|
|
933
|
+
async CreateVulFixRetryTask(req, cb) {
|
|
934
|
+
return this.request("CreateVulFixRetryTask", req, cb);
|
|
821
935
|
}
|
|
822
|
-
async
|
|
823
|
-
return this.request("
|
|
936
|
+
async DeleteIaCAccessToken(req, cb) {
|
|
937
|
+
return this.request("DeleteIaCAccessToken", req, cb);
|
|
824
938
|
}
|
|
825
|
-
async
|
|
826
|
-
return this.request("
|
|
939
|
+
async DeleteEDRRules(req, cb) {
|
|
940
|
+
return this.request("DeleteEDRRules", req, cb);
|
|
827
941
|
}
|
|
828
|
-
async
|
|
829
|
-
return this.request("
|
|
942
|
+
async ModifyDspmAssetDataScanTaskStatus(req, cb) {
|
|
943
|
+
return this.request("ModifyDspmAssetDataScanTaskStatus", req, cb);
|
|
830
944
|
}
|
|
831
|
-
async
|
|
832
|
-
return this.request("
|
|
945
|
+
async DescribeCFWAssetStatistics(req, cb) {
|
|
946
|
+
return this.request("DescribeCFWAssetStatistics", req, cb);
|
|
833
947
|
}
|
|
834
|
-
async
|
|
835
|
-
return this.request("
|
|
948
|
+
async CreateDspmRiskExportJob(req, cb) {
|
|
949
|
+
return this.request("CreateDspmRiskExportJob", req, cb);
|
|
836
950
|
}
|
|
837
|
-
async
|
|
838
|
-
return this.request("
|
|
951
|
+
async RevertDspmAssetAccount(req, cb) {
|
|
952
|
+
return this.request("RevertDspmAssetAccount", req, cb);
|
|
839
953
|
}
|
|
840
|
-
async
|
|
841
|
-
return this.request("
|
|
954
|
+
async ModifyVulScanPeriodic(req, cb) {
|
|
955
|
+
return this.request("ModifyVulScanPeriodic", req, cb);
|
|
842
956
|
}
|
|
843
|
-
async
|
|
844
|
-
return this.request("
|
|
957
|
+
async DescribeEdrExportJobDownloadURL(req, cb) {
|
|
958
|
+
return this.request("DescribeEdrExportJobDownloadURL", req, cb);
|
|
845
959
|
}
|
|
846
960
|
async ModifyDspmIpInfo(req, cb) {
|
|
847
961
|
return this.request("ModifyDspmIpInfo", req, cb);
|
|
848
962
|
}
|
|
849
|
-
async
|
|
850
|
-
return this.request("
|
|
851
|
-
}
|
|
852
|
-
async DescribeRiskCenterAssetViewWeakPasswordRiskList(req, cb) {
|
|
853
|
-
return this.request("DescribeRiskCenterAssetViewWeakPasswordRiskList", req, cb);
|
|
963
|
+
async DescribeExposeAssetCategory(req, cb) {
|
|
964
|
+
return this.request("DescribeExposeAssetCategory", req, cb);
|
|
854
965
|
}
|
|
855
|
-
async
|
|
856
|
-
return this.request("
|
|
966
|
+
async DescribeIaCTokenList(req, cb) {
|
|
967
|
+
return this.request("DescribeIaCTokenList", req, cb);
|
|
857
968
|
}
|
|
858
|
-
async
|
|
859
|
-
return this.request("
|
|
969
|
+
async DescribeVULRiskAdvanceCFGList(req, cb) {
|
|
970
|
+
return this.request("DescribeVULRiskAdvanceCFGList", req, cb);
|
|
860
971
|
}
|
|
861
|
-
async
|
|
862
|
-
return this.request("
|
|
972
|
+
async DescribeCosAlarmList(req, cb) {
|
|
973
|
+
return this.request("DescribeCosAlarmList", req, cb);
|
|
863
974
|
}
|
|
864
|
-
async
|
|
865
|
-
return this.request("
|
|
975
|
+
async DescribeCosBucketList(req, cb) {
|
|
976
|
+
return this.request("DescribeCosBucketList", req, cb);
|
|
866
977
|
}
|
|
867
|
-
async
|
|
868
|
-
return this.request("
|
|
978
|
+
async DescribeKBDetail(req, cb) {
|
|
979
|
+
return this.request("DescribeKBDetail", req, cb);
|
|
869
980
|
}
|
|
870
|
-
async
|
|
871
|
-
return this.request("
|
|
981
|
+
async DescribeDspmAccessRecord(req, cb) {
|
|
982
|
+
return this.request("DescribeDspmAccessRecord", req, cb);
|
|
872
983
|
}
|
|
873
|
-
async
|
|
874
|
-
return this.request("
|
|
984
|
+
async DescribeVulScanTaskList(req, cb) {
|
|
985
|
+
return this.request("DescribeVulScanTaskList", req, cb);
|
|
875
986
|
}
|
|
876
|
-
async
|
|
877
|
-
return this.request("
|
|
987
|
+
async DescribeDspmAssets(req, cb) {
|
|
988
|
+
return this.request("DescribeDspmAssets", req, cb);
|
|
878
989
|
}
|
|
879
|
-
async
|
|
880
|
-
return this.request("
|
|
990
|
+
async DescribeDspmSyncUsersStatus(req, cb) {
|
|
991
|
+
return this.request("DescribeDspmSyncUsersStatus", req, cb);
|
|
881
992
|
}
|
|
882
|
-
async
|
|
883
|
-
return this.request("
|
|
993
|
+
async ResetDspmAssetAccountPassword(req, cb) {
|
|
994
|
+
return this.request("ResetDspmAssetAccountPassword", req, cb);
|
|
884
995
|
}
|
|
885
|
-
async
|
|
886
|
-
return this.request("
|
|
996
|
+
async DescribeDspmIdentifyInfo(req, cb) {
|
|
997
|
+
return this.request("DescribeDspmIdentifyInfo", req, cb);
|
|
887
998
|
}
|
|
888
|
-
async
|
|
889
|
-
return this.request("
|
|
999
|
+
async DeleteDspmApplyOrder(req, cb) {
|
|
1000
|
+
return this.request("DeleteDspmApplyOrder", req, cb);
|
|
890
1001
|
}
|
|
891
|
-
async
|
|
892
|
-
return this.request("
|
|
1002
|
+
async DescribeDspmApproveOrderList(req, cb) {
|
|
1003
|
+
return this.request("DescribeDspmApproveOrderList", req, cb);
|
|
893
1004
|
}
|
|
894
1005
|
async DescribeRiskCenterAssetViewCFGRiskList(req, cb) {
|
|
895
1006
|
return this.request("DescribeRiskCenterAssetViewCFGRiskList", req, cb);
|
|
896
1007
|
}
|
|
897
|
-
async
|
|
898
|
-
return this.request("
|
|
1008
|
+
async ModifyDspmIdentifyComplianceRuleLevelInfo(req, cb) {
|
|
1009
|
+
return this.request("ModifyDspmIdentifyComplianceRuleLevelInfo", req, cb);
|
|
899
1010
|
}
|
|
900
|
-
async
|
|
901
|
-
return this.request("
|
|
1011
|
+
async DescribeIpInvokeRecord(req, cb) {
|
|
1012
|
+
return this.request("DescribeIpInvokeRecord", req, cb);
|
|
902
1013
|
}
|
|
903
|
-
async
|
|
904
|
-
return this.request("
|
|
1014
|
+
async DescribeHostVulItemVPRInfo(req, cb) {
|
|
1015
|
+
return this.request("DescribeHostVulItemVPRInfo", req, cb);
|
|
905
1016
|
}
|
|
906
|
-
async
|
|
907
|
-
return this.request("
|
|
1017
|
+
async ModifyDspmAccessRecord(req, cb) {
|
|
1018
|
+
return this.request("ModifyDspmAccessRecord", req, cb);
|
|
908
1019
|
}
|
|
909
|
-
async
|
|
910
|
-
return this.request("
|
|
1020
|
+
async ModifyIaCTokenPeriod(req, cb) {
|
|
1021
|
+
return this.request("ModifyIaCTokenPeriod", req, cb);
|
|
911
1022
|
}
|
|
912
|
-
async
|
|
913
|
-
return this.request("
|
|
1023
|
+
async DescribeVulScanPeriodic(req, cb) {
|
|
1024
|
+
return this.request("DescribeVulScanPeriodic", req, cb);
|
|
1025
|
+
}
|
|
1026
|
+
async ModifyDspmIdentifyInfo(req, cb) {
|
|
1027
|
+
return this.request("ModifyDspmIdentifyInfo", req, cb);
|
|
914
1028
|
}
|
|
915
1029
|
async DescribeDspmPersonalIdentifyList(req, cb) {
|
|
916
1030
|
return this.request("DescribeDspmPersonalIdentifyList", req, cb);
|
|
917
1031
|
}
|
|
918
|
-
async
|
|
919
|
-
return this.request("
|
|
920
|
-
}
|
|
921
|
-
async DescribeDspmAssets(req, cb) {
|
|
922
|
-
return this.request("DescribeDspmAssets", req, cb);
|
|
923
|
-
}
|
|
924
|
-
async DescribeDspmAccessTopologyAccounts(req, cb) {
|
|
925
|
-
return this.request("DescribeDspmAccessTopologyAccounts", req, cb);
|
|
926
|
-
}
|
|
927
|
-
async DeleteDspmApplyOrder(req, cb) {
|
|
928
|
-
return this.request("DeleteDspmApplyOrder", req, cb);
|
|
1032
|
+
async DescribeVulComponentRelateHost(req, cb) {
|
|
1033
|
+
return this.request("DescribeVulComponentRelateHost", req, cb);
|
|
929
1034
|
}
|
|
930
|
-
async
|
|
931
|
-
return this.request("
|
|
1035
|
+
async DescribeDspmAssetAccountRecycledPrivileges(req, cb) {
|
|
1036
|
+
return this.request("DescribeDspmAssetAccountRecycledPrivileges", req, cb);
|
|
932
1037
|
}
|
|
933
|
-
async
|
|
934
|
-
return this.request("
|
|
1038
|
+
async DescribeDspmAccessTopologyAssets(req, cb) {
|
|
1039
|
+
return this.request("DescribeDspmAccessTopologyAssets", req, cb);
|
|
935
1040
|
}
|
|
936
1041
|
async DescribeCSIPRiskStatistics(req, cb) {
|
|
937
1042
|
return this.request("DescribeCSIPRiskStatistics", req, cb);
|
|
938
1043
|
}
|
|
939
|
-
async DescribeCosRiskActionList(req, cb) {
|
|
940
|
-
return this.request("DescribeCosRiskActionList", req, cb);
|
|
941
|
-
}
|
|
942
|
-
async DescribeAccessKeyRiskDetail(req, cb) {
|
|
943
|
-
return this.request("DescribeAccessKeyRiskDetail", req, cb);
|
|
944
|
-
}
|
|
945
1044
|
async DescribeDspmAssetAccessTopology(req, cb) {
|
|
946
1045
|
return this.request("DescribeDspmAssetAccessTopology", req, cb);
|
|
947
1046
|
}
|
|
948
|
-
async
|
|
949
|
-
return this.request("
|
|
950
|
-
}
|
|
951
|
-
async DescribeRiskCallRecord(req, cb) {
|
|
952
|
-
return this.request("DescribeRiskCallRecord", req, cb);
|
|
1047
|
+
async ModifyDspmIdentifyLevelGroup(req, cb) {
|
|
1048
|
+
return this.request("ModifyDspmIdentifyLevelGroup", req, cb);
|
|
953
1049
|
}
|
|
954
|
-
async
|
|
955
|
-
return this.request("
|
|
1050
|
+
async DescribeVulFixTaskDetail(req, cb) {
|
|
1051
|
+
return this.request("DescribeVulFixTaskDetail", req, cb);
|
|
956
1052
|
}
|
|
957
1053
|
async ModifyEdrAlertPermanentIgnore(req, cb) {
|
|
958
1054
|
return this.request("ModifyEdrAlertPermanentIgnore", req, cb);
|
|
959
1055
|
}
|
|
960
|
-
async UpdateAccessKeyAlarmStatus(req, cb) {
|
|
961
|
-
return this.request("UpdateAccessKeyAlarmStatus", req, cb);
|
|
962
|
-
}
|
|
963
1056
|
}
|