@alicloud/sddp20190103 1.1.0 → 1.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/client.d.ts +39 -0
- package/dist/client.js +180 -0
- package/dist/client.js.map +1 -1
- package/package.json +2 -2
- package/src/client.ts +253 -0
package/dist/client.js
CHANGED
|
@@ -27,7 +27,9 @@ class CreateConfigRequest extends $tea.Model {
|
|
|
27
27
|
return {
|
|
28
28
|
code: 'Code',
|
|
29
29
|
description: 'Description',
|
|
30
|
+
featureType: 'FeatureType',
|
|
30
31
|
lang: 'Lang',
|
|
32
|
+
sourceIp: 'SourceIp',
|
|
31
33
|
value: 'Value',
|
|
32
34
|
};
|
|
33
35
|
}
|
|
@@ -35,7 +37,9 @@ class CreateConfigRequest extends $tea.Model {
|
|
|
35
37
|
return {
|
|
36
38
|
code: 'string',
|
|
37
39
|
description: 'string',
|
|
40
|
+
featureType: 'number',
|
|
38
41
|
lang: 'string',
|
|
42
|
+
sourceIp: 'string',
|
|
39
43
|
value: 'string',
|
|
40
44
|
};
|
|
41
45
|
}
|
|
@@ -91,6 +95,7 @@ class CreateDataLimitRequest extends $tea.Model {
|
|
|
91
95
|
enable: 'Enable',
|
|
92
96
|
engineType: 'EngineType',
|
|
93
97
|
eventStatus: 'EventStatus',
|
|
98
|
+
featureType: 'FeatureType',
|
|
94
99
|
lang: 'Lang',
|
|
95
100
|
logStoreDay: 'LogStoreDay',
|
|
96
101
|
ocrStatus: 'OcrStatus',
|
|
@@ -100,6 +105,7 @@ class CreateDataLimitRequest extends $tea.Model {
|
|
|
100
105
|
resourceType: 'ResourceType',
|
|
101
106
|
samplingSize: 'SamplingSize',
|
|
102
107
|
serviceRegionId: 'ServiceRegionId',
|
|
108
|
+
sourceIp: 'SourceIp',
|
|
103
109
|
userName: 'UserName',
|
|
104
110
|
};
|
|
105
111
|
}
|
|
@@ -111,6 +117,7 @@ class CreateDataLimitRequest extends $tea.Model {
|
|
|
111
117
|
enable: 'number',
|
|
112
118
|
engineType: 'string',
|
|
113
119
|
eventStatus: 'number',
|
|
120
|
+
featureType: 'number',
|
|
114
121
|
lang: 'string',
|
|
115
122
|
logStoreDay: 'number',
|
|
116
123
|
ocrStatus: 'number',
|
|
@@ -120,6 +127,7 @@ class CreateDataLimitRequest extends $tea.Model {
|
|
|
120
127
|
resourceType: 'number',
|
|
121
128
|
samplingSize: 'number',
|
|
122
129
|
serviceRegionId: 'string',
|
|
130
|
+
sourceIp: 'string',
|
|
123
131
|
userName: 'string',
|
|
124
132
|
};
|
|
125
133
|
}
|
|
@@ -180,6 +188,7 @@ class CreateRuleRequest extends $tea.Model {
|
|
|
180
188
|
productId: 'ProductId',
|
|
181
189
|
riskLevelId: 'RiskLevelId',
|
|
182
190
|
ruleType: 'RuleType',
|
|
191
|
+
sourceIp: 'SourceIp',
|
|
183
192
|
statExpress: 'StatExpress',
|
|
184
193
|
status: 'Status',
|
|
185
194
|
supportForm: 'SupportForm',
|
|
@@ -200,6 +209,7 @@ class CreateRuleRequest extends $tea.Model {
|
|
|
200
209
|
productId: 'number',
|
|
201
210
|
riskLevelId: 'number',
|
|
202
211
|
ruleType: 'number',
|
|
212
|
+
sourceIp: 'string',
|
|
203
213
|
statExpress: 'string',
|
|
204
214
|
status: 'number',
|
|
205
215
|
supportForm: 'number',
|
|
@@ -254,6 +264,7 @@ class CreateScanTaskRequest extends $tea.Model {
|
|
|
254
264
|
static names() {
|
|
255
265
|
return {
|
|
256
266
|
dataLimitId: 'DataLimitId',
|
|
267
|
+
featureType: 'FeatureType',
|
|
257
268
|
intervalDay: 'IntervalDay',
|
|
258
269
|
lang: 'Lang',
|
|
259
270
|
ossScanPath: 'OssScanPath',
|
|
@@ -262,6 +273,7 @@ class CreateScanTaskRequest extends $tea.Model {
|
|
|
262
273
|
runMinute: 'RunMinute',
|
|
263
274
|
scanRange: 'ScanRange',
|
|
264
275
|
scanRangeContent: 'ScanRangeContent',
|
|
276
|
+
sourceIp: 'SourceIp',
|
|
265
277
|
taskName: 'TaskName',
|
|
266
278
|
taskUserName: 'TaskUserName',
|
|
267
279
|
};
|
|
@@ -269,6 +281,7 @@ class CreateScanTaskRequest extends $tea.Model {
|
|
|
269
281
|
static types() {
|
|
270
282
|
return {
|
|
271
283
|
dataLimitId: 'number',
|
|
284
|
+
featureType: 'number',
|
|
272
285
|
intervalDay: 'number',
|
|
273
286
|
lang: 'string',
|
|
274
287
|
ossScanPath: 'string',
|
|
@@ -277,6 +290,7 @@ class CreateScanTaskRequest extends $tea.Model {
|
|
|
277
290
|
runMinute: 'number',
|
|
278
291
|
scanRange: 'number',
|
|
279
292
|
scanRangeContent: 'string',
|
|
293
|
+
sourceIp: 'string',
|
|
280
294
|
taskName: 'string',
|
|
281
295
|
taskUserName: 'string',
|
|
282
296
|
};
|
|
@@ -327,12 +341,16 @@ class CreateSlrRoleRequest extends $tea.Model {
|
|
|
327
341
|
}
|
|
328
342
|
static names() {
|
|
329
343
|
return {
|
|
344
|
+
featureType: 'FeatureType',
|
|
330
345
|
lang: 'Lang',
|
|
346
|
+
sourceIp: 'SourceIp',
|
|
331
347
|
};
|
|
332
348
|
}
|
|
333
349
|
static types() {
|
|
334
350
|
return {
|
|
351
|
+
featureType: 'number',
|
|
335
352
|
lang: 'string',
|
|
353
|
+
sourceIp: 'string',
|
|
336
354
|
};
|
|
337
355
|
}
|
|
338
356
|
}
|
|
@@ -381,14 +399,18 @@ class DeleteDataLimitRequest extends $tea.Model {
|
|
|
381
399
|
}
|
|
382
400
|
static names() {
|
|
383
401
|
return {
|
|
402
|
+
featureType: 'FeatureType',
|
|
384
403
|
id: 'Id',
|
|
385
404
|
lang: 'Lang',
|
|
405
|
+
sourceIp: 'SourceIp',
|
|
386
406
|
};
|
|
387
407
|
}
|
|
388
408
|
static types() {
|
|
389
409
|
return {
|
|
410
|
+
featureType: 'number',
|
|
390
411
|
id: 'number',
|
|
391
412
|
lang: 'string',
|
|
413
|
+
sourceIp: 'string',
|
|
392
414
|
};
|
|
393
415
|
}
|
|
394
416
|
}
|
|
@@ -435,14 +457,18 @@ class DeleteRuleRequest extends $tea.Model {
|
|
|
435
457
|
}
|
|
436
458
|
static names() {
|
|
437
459
|
return {
|
|
460
|
+
featureType: 'FeatureType',
|
|
438
461
|
id: 'Id',
|
|
439
462
|
lang: 'Lang',
|
|
463
|
+
sourceIp: 'SourceIp',
|
|
440
464
|
};
|
|
441
465
|
}
|
|
442
466
|
static types() {
|
|
443
467
|
return {
|
|
468
|
+
featureType: 'number',
|
|
444
469
|
id: 'number',
|
|
445
470
|
lang: 'string',
|
|
471
|
+
sourceIp: 'string',
|
|
446
472
|
};
|
|
447
473
|
}
|
|
448
474
|
}
|
|
@@ -490,6 +516,7 @@ class DescribeCategoryTemplateListRequest extends $tea.Model {
|
|
|
490
516
|
static names() {
|
|
491
517
|
return {
|
|
492
518
|
currentPage: 'CurrentPage',
|
|
519
|
+
featureType: 'FeatureType',
|
|
493
520
|
lang: 'Lang',
|
|
494
521
|
pageSize: 'PageSize',
|
|
495
522
|
usageScenario: 'UsageScenario',
|
|
@@ -498,6 +525,7 @@ class DescribeCategoryTemplateListRequest extends $tea.Model {
|
|
|
498
525
|
static types() {
|
|
499
526
|
return {
|
|
500
527
|
currentPage: 'number',
|
|
528
|
+
featureType: 'number',
|
|
501
529
|
lang: 'string',
|
|
502
530
|
pageSize: 'number',
|
|
503
531
|
usageScenario: 'number',
|
|
@@ -556,6 +584,7 @@ class DescribeCategoryTemplateRuleListRequest extends $tea.Model {
|
|
|
556
584
|
static names() {
|
|
557
585
|
return {
|
|
558
586
|
currentPage: 'CurrentPage',
|
|
587
|
+
featureType: 'FeatureType',
|
|
559
588
|
lang: 'Lang',
|
|
560
589
|
pageSize: 'PageSize',
|
|
561
590
|
riskLevelId: 'RiskLevelId',
|
|
@@ -565,6 +594,7 @@ class DescribeCategoryTemplateRuleListRequest extends $tea.Model {
|
|
|
565
594
|
static types() {
|
|
566
595
|
return {
|
|
567
596
|
currentPage: 'number',
|
|
597
|
+
featureType: 'number',
|
|
568
598
|
lang: 'string',
|
|
569
599
|
pageSize: 'number',
|
|
570
600
|
riskLevelId: 'number',
|
|
@@ -917,6 +947,7 @@ class DescribeDataLimitDetailRequest extends $tea.Model {
|
|
|
917
947
|
}
|
|
918
948
|
static names() {
|
|
919
949
|
return {
|
|
950
|
+
featureType: 'FeatureType',
|
|
920
951
|
id: 'Id',
|
|
921
952
|
lang: 'Lang',
|
|
922
953
|
networkType: 'NetworkType',
|
|
@@ -924,6 +955,7 @@ class DescribeDataLimitDetailRequest extends $tea.Model {
|
|
|
924
955
|
}
|
|
925
956
|
static types() {
|
|
926
957
|
return {
|
|
958
|
+
featureType: 'number',
|
|
927
959
|
id: 'number',
|
|
928
960
|
lang: 'string',
|
|
929
961
|
networkType: 'number',
|
|
@@ -975,6 +1007,7 @@ class DescribeDataLimitSetRequest extends $tea.Model {
|
|
|
975
1007
|
}
|
|
976
1008
|
static names() {
|
|
977
1009
|
return {
|
|
1010
|
+
featureType: 'FeatureType',
|
|
978
1011
|
lang: 'Lang',
|
|
979
1012
|
parentId: 'ParentId',
|
|
980
1013
|
resourceType: 'ResourceType',
|
|
@@ -982,6 +1015,7 @@ class DescribeDataLimitSetRequest extends $tea.Model {
|
|
|
982
1015
|
}
|
|
983
1016
|
static types() {
|
|
984
1017
|
return {
|
|
1018
|
+
featureType: 'number',
|
|
985
1019
|
lang: 'string',
|
|
986
1020
|
parentId: 'string',
|
|
987
1021
|
resourceType: 'number',
|
|
@@ -1040,6 +1074,7 @@ class DescribeDataLimitsRequest extends $tea.Model {
|
|
|
1040
1074
|
enable: 'Enable',
|
|
1041
1075
|
endTime: 'EndTime',
|
|
1042
1076
|
engineType: 'EngineType',
|
|
1077
|
+
featureType: 'FeatureType',
|
|
1043
1078
|
lang: 'Lang',
|
|
1044
1079
|
pageSize: 'PageSize',
|
|
1045
1080
|
parentId: 'ParentId',
|
|
@@ -1057,6 +1092,7 @@ class DescribeDataLimitsRequest extends $tea.Model {
|
|
|
1057
1092
|
enable: 'number',
|
|
1058
1093
|
endTime: 'number',
|
|
1059
1094
|
engineType: 'string',
|
|
1095
|
+
featureType: 'number',
|
|
1060
1096
|
lang: 'string',
|
|
1061
1097
|
pageSize: 'number',
|
|
1062
1098
|
parentId: 'string',
|
|
@@ -1270,6 +1306,7 @@ class DescribeDataObjectColumnDetailRequest extends $tea.Model {
|
|
|
1270
1306
|
static names() {
|
|
1271
1307
|
return {
|
|
1272
1308
|
currentPage: 'CurrentPage',
|
|
1309
|
+
featureType: 'FeatureType',
|
|
1273
1310
|
id: 'Id',
|
|
1274
1311
|
lang: 'Lang',
|
|
1275
1312
|
pageSize: 'PageSize',
|
|
@@ -1280,6 +1317,7 @@ class DescribeDataObjectColumnDetailRequest extends $tea.Model {
|
|
|
1280
1317
|
static types() {
|
|
1281
1318
|
return {
|
|
1282
1319
|
currentPage: 'number',
|
|
1320
|
+
featureType: 'number',
|
|
1283
1321
|
id: 'number',
|
|
1284
1322
|
lang: 'string',
|
|
1285
1323
|
pageSize: 'number',
|
|
@@ -1340,6 +1378,7 @@ class DescribeDataObjectColumnDetailV2Request extends $tea.Model {
|
|
|
1340
1378
|
static names() {
|
|
1341
1379
|
return {
|
|
1342
1380
|
currentPage: 'CurrentPage',
|
|
1381
|
+
featureType: 'FeatureType',
|
|
1343
1382
|
id: 'Id',
|
|
1344
1383
|
lang: 'Lang',
|
|
1345
1384
|
pageSize: 'PageSize',
|
|
@@ -1350,6 +1389,7 @@ class DescribeDataObjectColumnDetailV2Request extends $tea.Model {
|
|
|
1350
1389
|
static types() {
|
|
1351
1390
|
return {
|
|
1352
1391
|
currentPage: 'number',
|
|
1392
|
+
featureType: 'number',
|
|
1353
1393
|
id: 'string',
|
|
1354
1394
|
lang: 'string',
|
|
1355
1395
|
pageSize: 'number',
|
|
@@ -1411,6 +1451,8 @@ class DescribeDataObjectsRequest extends $tea.Model {
|
|
|
1411
1451
|
return {
|
|
1412
1452
|
currentPage: 'CurrentPage',
|
|
1413
1453
|
domainId: 'DomainId',
|
|
1454
|
+
featureType: 'FeatureType',
|
|
1455
|
+
fileCategoryCode: 'FileCategoryCode',
|
|
1414
1456
|
fileType: 'FileType',
|
|
1415
1457
|
instanceId: 'InstanceId',
|
|
1416
1458
|
lang: 'Lang',
|
|
@@ -1429,6 +1471,8 @@ class DescribeDataObjectsRequest extends $tea.Model {
|
|
|
1429
1471
|
return {
|
|
1430
1472
|
currentPage: 'number',
|
|
1431
1473
|
domainId: 'number',
|
|
1474
|
+
featureType: 'number',
|
|
1475
|
+
fileCategoryCode: 'number',
|
|
1432
1476
|
fileType: 'number',
|
|
1433
1477
|
instanceId: 'string',
|
|
1434
1478
|
lang: 'string',
|
|
@@ -1605,6 +1649,7 @@ class DescribeEventTypesRequest extends $tea.Model {
|
|
|
1605
1649
|
}
|
|
1606
1650
|
static names() {
|
|
1607
1651
|
return {
|
|
1652
|
+
featureType: 'FeatureType',
|
|
1608
1653
|
lang: 'Lang',
|
|
1609
1654
|
parentTypeId: 'ParentTypeId',
|
|
1610
1655
|
resourceId: 'ResourceId',
|
|
@@ -1613,6 +1658,7 @@ class DescribeEventTypesRequest extends $tea.Model {
|
|
|
1613
1658
|
}
|
|
1614
1659
|
static types() {
|
|
1615
1660
|
return {
|
|
1661
|
+
featureType: 'number',
|
|
1616
1662
|
lang: 'string',
|
|
1617
1663
|
parentTypeId: 'number',
|
|
1618
1664
|
resourceId: 'number',
|
|
@@ -1757,6 +1803,7 @@ class DescribeInstanceSourcesRequest extends $tea.Model {
|
|
|
1757
1803
|
authStatus: 'AuthStatus',
|
|
1758
1804
|
currentPage: 'CurrentPage',
|
|
1759
1805
|
engineType: 'EngineType',
|
|
1806
|
+
featureType: 'FeatureType',
|
|
1760
1807
|
instanceId: 'InstanceId',
|
|
1761
1808
|
lang: 'Lang',
|
|
1762
1809
|
pageSize: 'PageSize',
|
|
@@ -1773,6 +1820,7 @@ class DescribeInstanceSourcesRequest extends $tea.Model {
|
|
|
1773
1820
|
authStatus: 'number',
|
|
1774
1821
|
currentPage: 'number',
|
|
1775
1822
|
engineType: 'string',
|
|
1823
|
+
featureType: 'number',
|
|
1776
1824
|
instanceId: 'string',
|
|
1777
1825
|
lang: 'string',
|
|
1778
1826
|
pageSize: 'number',
|
|
@@ -2026,6 +2074,7 @@ class DescribeOssObjectsRequest extends $tea.Model {
|
|
|
2026
2074
|
static names() {
|
|
2027
2075
|
return {
|
|
2028
2076
|
currentPage: 'CurrentPage',
|
|
2077
|
+
fileCategoryCode: 'FileCategoryCode',
|
|
2029
2078
|
instanceId: 'InstanceId',
|
|
2030
2079
|
lang: 'Lang',
|
|
2031
2080
|
lastScanTimeEnd: 'LastScanTimeEnd',
|
|
@@ -2041,6 +2090,7 @@ class DescribeOssObjectsRequest extends $tea.Model {
|
|
|
2041
2090
|
static types() {
|
|
2042
2091
|
return {
|
|
2043
2092
|
currentPage: 'number',
|
|
2093
|
+
fileCategoryCode: 'number',
|
|
2044
2094
|
instanceId: 'string',
|
|
2045
2095
|
lang: 'string',
|
|
2046
2096
|
lastScanTimeEnd: 'number',
|
|
@@ -2179,12 +2229,14 @@ class DescribeRiskLevelsRequest extends $tea.Model {
|
|
|
2179
2229
|
}
|
|
2180
2230
|
static names() {
|
|
2181
2231
|
return {
|
|
2232
|
+
featureType: 'FeatureType',
|
|
2182
2233
|
lang: 'Lang',
|
|
2183
2234
|
templateId: 'TemplateId',
|
|
2184
2235
|
};
|
|
2185
2236
|
}
|
|
2186
2237
|
static types() {
|
|
2187
2238
|
return {
|
|
2239
|
+
featureType: 'number',
|
|
2188
2240
|
lang: 'string',
|
|
2189
2241
|
templateId: 'number',
|
|
2190
2242
|
};
|
|
@@ -2239,6 +2291,7 @@ class DescribeRulesRequest extends $tea.Model {
|
|
|
2239
2291
|
contentCategory: 'ContentCategory',
|
|
2240
2292
|
currentPage: 'CurrentPage',
|
|
2241
2293
|
customType: 'CustomType',
|
|
2294
|
+
featureType: 'FeatureType',
|
|
2242
2295
|
groupId: 'GroupId',
|
|
2243
2296
|
keywordCompatible: 'KeywordCompatible',
|
|
2244
2297
|
lang: 'Lang',
|
|
@@ -2260,6 +2313,7 @@ class DescribeRulesRequest extends $tea.Model {
|
|
|
2260
2313
|
contentCategory: 'number',
|
|
2261
2314
|
currentPage: 'number',
|
|
2262
2315
|
customType: 'number',
|
|
2316
|
+
featureType: 'number',
|
|
2263
2317
|
groupId: 'string',
|
|
2264
2318
|
keywordCompatible: 'boolean',
|
|
2265
2319
|
lang: 'string',
|
|
@@ -2409,12 +2463,14 @@ class DescribeTemplateAllRulesRequest extends $tea.Model {
|
|
|
2409
2463
|
}
|
|
2410
2464
|
static names() {
|
|
2411
2465
|
return {
|
|
2466
|
+
featureType: 'FeatureType',
|
|
2412
2467
|
lang: 'Lang',
|
|
2413
2468
|
templateId: 'TemplateId',
|
|
2414
2469
|
};
|
|
2415
2470
|
}
|
|
2416
2471
|
static types() {
|
|
2417
2472
|
return {
|
|
2473
|
+
featureType: 'number',
|
|
2418
2474
|
lang: 'string',
|
|
2419
2475
|
templateId: 'number',
|
|
2420
2476
|
};
|
|
@@ -2465,11 +2521,13 @@ class DescribeUserStatusRequest extends $tea.Model {
|
|
|
2465
2521
|
}
|
|
2466
2522
|
static names() {
|
|
2467
2523
|
return {
|
|
2524
|
+
featureType: 'FeatureType',
|
|
2468
2525
|
lang: 'Lang',
|
|
2469
2526
|
};
|
|
2470
2527
|
}
|
|
2471
2528
|
static types() {
|
|
2472
2529
|
return {
|
|
2530
|
+
featureType: 'number',
|
|
2473
2531
|
lang: 'string',
|
|
2474
2532
|
};
|
|
2475
2533
|
}
|
|
@@ -2520,12 +2578,14 @@ class DisableUserConfigRequest extends $tea.Model {
|
|
|
2520
2578
|
static names() {
|
|
2521
2579
|
return {
|
|
2522
2580
|
code: 'Code',
|
|
2581
|
+
featureType: 'FeatureType',
|
|
2523
2582
|
lang: 'Lang',
|
|
2524
2583
|
};
|
|
2525
2584
|
}
|
|
2526
2585
|
static types() {
|
|
2527
2586
|
return {
|
|
2528
2587
|
code: 'string',
|
|
2588
|
+
featureType: 'number',
|
|
2529
2589
|
lang: 'string',
|
|
2530
2590
|
};
|
|
2531
2591
|
}
|
|
@@ -2574,6 +2634,7 @@ class ExecDatamaskRequest extends $tea.Model {
|
|
|
2574
2634
|
static names() {
|
|
2575
2635
|
return {
|
|
2576
2636
|
data: 'Data',
|
|
2637
|
+
featureType: 'FeatureType',
|
|
2577
2638
|
lang: 'Lang',
|
|
2578
2639
|
templateId: 'TemplateId',
|
|
2579
2640
|
};
|
|
@@ -2581,6 +2642,7 @@ class ExecDatamaskRequest extends $tea.Model {
|
|
|
2581
2642
|
static types() {
|
|
2582
2643
|
return {
|
|
2583
2644
|
data: 'string',
|
|
2645
|
+
featureType: 'number',
|
|
2584
2646
|
lang: 'string',
|
|
2585
2647
|
templateId: 'number',
|
|
2586
2648
|
};
|
|
@@ -2688,6 +2750,7 @@ class ModifyDataLimitRequest extends $tea.Model {
|
|
|
2688
2750
|
auditStatus: 'AuditStatus',
|
|
2689
2751
|
autoScan: 'AutoScan',
|
|
2690
2752
|
engineType: 'EngineType',
|
|
2753
|
+
featureType: 'FeatureType',
|
|
2691
2754
|
id: 'Id',
|
|
2692
2755
|
lang: 'Lang',
|
|
2693
2756
|
logStoreDay: 'LogStoreDay',
|
|
@@ -2708,6 +2771,7 @@ class ModifyDataLimitRequest extends $tea.Model {
|
|
|
2708
2771
|
auditStatus: 'number',
|
|
2709
2772
|
autoScan: 'number',
|
|
2710
2773
|
engineType: 'string',
|
|
2774
|
+
featureType: 'number',
|
|
2711
2775
|
id: 'number',
|
|
2712
2776
|
lang: 'string',
|
|
2713
2777
|
logStoreDay: 'number',
|
|
@@ -2883,12 +2947,14 @@ class ModifyEventTypeStatusRequest extends $tea.Model {
|
|
|
2883
2947
|
}
|
|
2884
2948
|
static names() {
|
|
2885
2949
|
return {
|
|
2950
|
+
featureType: 'FeatureType',
|
|
2886
2951
|
lang: 'Lang',
|
|
2887
2952
|
subTypeIds: 'SubTypeIds',
|
|
2888
2953
|
};
|
|
2889
2954
|
}
|
|
2890
2955
|
static types() {
|
|
2891
2956
|
return {
|
|
2957
|
+
featureType: 'number',
|
|
2892
2958
|
lang: 'string',
|
|
2893
2959
|
subTypeIds: 'string',
|
|
2894
2960
|
};
|
|
@@ -2937,12 +3003,14 @@ class ModifyReportTaskStatusRequest extends $tea.Model {
|
|
|
2937
3003
|
}
|
|
2938
3004
|
static names() {
|
|
2939
3005
|
return {
|
|
3006
|
+
featureType: 'FeatureType',
|
|
2940
3007
|
lang: 'Lang',
|
|
2941
3008
|
reportTaskStatus: 'ReportTaskStatus',
|
|
2942
3009
|
};
|
|
2943
3010
|
}
|
|
2944
3011
|
static types() {
|
|
2945
3012
|
return {
|
|
3013
|
+
featureType: 'number',
|
|
2946
3014
|
lang: 'string',
|
|
2947
3015
|
reportTaskStatus: 'number',
|
|
2948
3016
|
};
|
|
@@ -3944,6 +4012,7 @@ class DescribeDataObjectsResponseBodyItems extends $tea.Model {
|
|
|
3944
4012
|
lastScanTime: 'LastScanTime',
|
|
3945
4013
|
modelTags: 'ModelTags',
|
|
3946
4014
|
name: 'Name',
|
|
4015
|
+
objectFileCategory: 'ObjectFileCategory',
|
|
3947
4016
|
objectType: 'ObjectType',
|
|
3948
4017
|
path: 'Path',
|
|
3949
4018
|
productCode: 'ProductCode',
|
|
@@ -3963,6 +4032,7 @@ class DescribeDataObjectsResponseBodyItems extends $tea.Model {
|
|
|
3963
4032
|
lastScanTime: 'number',
|
|
3964
4033
|
modelTags: { 'type': 'array', 'itemType': DescribeDataObjectsResponseBodyItemsModelTags },
|
|
3965
4034
|
name: 'string',
|
|
4035
|
+
objectFileCategory: 'string',
|
|
3966
4036
|
objectType: 'string',
|
|
3967
4037
|
path: 'string',
|
|
3968
4038
|
productCode: 'string',
|
|
@@ -4602,6 +4672,8 @@ class DescribeOssObjectsResponseBodyItems extends $tea.Model {
|
|
|
4602
4672
|
bucketName: 'BucketName',
|
|
4603
4673
|
category: 'Category',
|
|
4604
4674
|
categoryName: 'CategoryName',
|
|
4675
|
+
fileCategoryCode: 'FileCategoryCode',
|
|
4676
|
+
fileCategoryName: 'FileCategoryName',
|
|
4605
4677
|
fileId: 'FileId',
|
|
4606
4678
|
id: 'Id',
|
|
4607
4679
|
instanceId: 'InstanceId',
|
|
@@ -4620,6 +4692,8 @@ class DescribeOssObjectsResponseBodyItems extends $tea.Model {
|
|
|
4620
4692
|
bucketName: 'string',
|
|
4621
4693
|
category: 'number',
|
|
4622
4694
|
categoryName: 'string',
|
|
4695
|
+
fileCategoryCode: 'number',
|
|
4696
|
+
fileCategoryName: 'string',
|
|
4623
4697
|
fileId: 'string',
|
|
4624
4698
|
id: 'string',
|
|
4625
4699
|
instanceId: 'number',
|
|
@@ -4860,11 +4934,13 @@ class DescribeUserStatusResponseBodyUserStatus extends $tea.Model {
|
|
|
4860
4934
|
instanceTotalCount: 'InstanceTotalCount',
|
|
4861
4935
|
labStatus: 'LabStatus',
|
|
4862
4936
|
ossTotalSize: 'OssTotalSize',
|
|
4937
|
+
protectionDays: 'ProtectionDays',
|
|
4863
4938
|
purchased: 'Purchased',
|
|
4864
4939
|
releaseDays: 'ReleaseDays',
|
|
4865
4940
|
releaseTime: 'ReleaseTime',
|
|
4866
4941
|
remainDays: 'RemainDays',
|
|
4867
4942
|
trail: 'Trail',
|
|
4943
|
+
useAgentAudit: 'UseAgentAudit',
|
|
4868
4944
|
useInstanceNum: 'UseInstanceNum',
|
|
4869
4945
|
useOssSize: 'UseOssSize',
|
|
4870
4946
|
};
|
|
@@ -4882,11 +4958,13 @@ class DescribeUserStatusResponseBodyUserStatus extends $tea.Model {
|
|
|
4882
4958
|
instanceTotalCount: 'number',
|
|
4883
4959
|
labStatus: 'number',
|
|
4884
4960
|
ossTotalSize: 'number',
|
|
4961
|
+
protectionDays: 'number',
|
|
4885
4962
|
purchased: 'boolean',
|
|
4886
4963
|
releaseDays: 'number',
|
|
4887
4964
|
releaseTime: 'number',
|
|
4888
4965
|
remainDays: 'number',
|
|
4889
4966
|
trail: 'boolean',
|
|
4967
|
+
useAgentAudit: 'boolean',
|
|
4890
4968
|
useInstanceNum: 'number',
|
|
4891
4969
|
useOssSize: 'number',
|
|
4892
4970
|
};
|
|
@@ -4930,9 +5008,15 @@ class Client extends openapi_client_1.default {
|
|
|
4930
5008
|
if (!tea_util_1.default.isUnset(request.description)) {
|
|
4931
5009
|
query["Description"] = request.description;
|
|
4932
5010
|
}
|
|
5011
|
+
if (!tea_util_1.default.isUnset(request.featureType)) {
|
|
5012
|
+
query["FeatureType"] = request.featureType;
|
|
5013
|
+
}
|
|
4933
5014
|
if (!tea_util_1.default.isUnset(request.lang)) {
|
|
4934
5015
|
query["Lang"] = request.lang;
|
|
4935
5016
|
}
|
|
5017
|
+
if (!tea_util_1.default.isUnset(request.sourceIp)) {
|
|
5018
|
+
query["SourceIp"] = request.sourceIp;
|
|
5019
|
+
}
|
|
4936
5020
|
if (!tea_util_1.default.isUnset(request.value)) {
|
|
4937
5021
|
query["Value"] = request.value;
|
|
4938
5022
|
}
|
|
@@ -4994,6 +5078,9 @@ class Client extends openapi_client_1.default {
|
|
|
4994
5078
|
if (!tea_util_1.default.isUnset(request.eventStatus)) {
|
|
4995
5079
|
query["EventStatus"] = request.eventStatus;
|
|
4996
5080
|
}
|
|
5081
|
+
if (!tea_util_1.default.isUnset(request.featureType)) {
|
|
5082
|
+
query["FeatureType"] = request.featureType;
|
|
5083
|
+
}
|
|
4997
5084
|
if (!tea_util_1.default.isUnset(request.lang)) {
|
|
4998
5085
|
query["Lang"] = request.lang;
|
|
4999
5086
|
}
|
|
@@ -5021,6 +5108,9 @@ class Client extends openapi_client_1.default {
|
|
|
5021
5108
|
if (!tea_util_1.default.isUnset(request.serviceRegionId)) {
|
|
5022
5109
|
query["ServiceRegionId"] = request.serviceRegionId;
|
|
5023
5110
|
}
|
|
5111
|
+
if (!tea_util_1.default.isUnset(request.sourceIp)) {
|
|
5112
|
+
query["SourceIp"] = request.sourceIp;
|
|
5113
|
+
}
|
|
5024
5114
|
if (!tea_util_1.default.isUnset(request.userName)) {
|
|
5025
5115
|
query["UserName"] = request.userName;
|
|
5026
5116
|
}
|
|
@@ -5088,6 +5178,9 @@ class Client extends openapi_client_1.default {
|
|
|
5088
5178
|
if (!tea_util_1.default.isUnset(request.ruleType)) {
|
|
5089
5179
|
query["RuleType"] = request.ruleType;
|
|
5090
5180
|
}
|
|
5181
|
+
if (!tea_util_1.default.isUnset(request.sourceIp)) {
|
|
5182
|
+
query["SourceIp"] = request.sourceIp;
|
|
5183
|
+
}
|
|
5091
5184
|
if (!tea_util_1.default.isUnset(request.statExpress)) {
|
|
5092
5185
|
query["StatExpress"] = request.statExpress;
|
|
5093
5186
|
}
|
|
@@ -5138,6 +5231,9 @@ class Client extends openapi_client_1.default {
|
|
|
5138
5231
|
if (!tea_util_1.default.isUnset(request.dataLimitId)) {
|
|
5139
5232
|
query["DataLimitId"] = request.dataLimitId;
|
|
5140
5233
|
}
|
|
5234
|
+
if (!tea_util_1.default.isUnset(request.featureType)) {
|
|
5235
|
+
query["FeatureType"] = request.featureType;
|
|
5236
|
+
}
|
|
5141
5237
|
if (!tea_util_1.default.isUnset(request.intervalDay)) {
|
|
5142
5238
|
query["IntervalDay"] = request.intervalDay;
|
|
5143
5239
|
}
|
|
@@ -5162,6 +5258,9 @@ class Client extends openapi_client_1.default {
|
|
|
5162
5258
|
if (!tea_util_1.default.isUnset(request.scanRangeContent)) {
|
|
5163
5259
|
query["ScanRangeContent"] = request.scanRangeContent;
|
|
5164
5260
|
}
|
|
5261
|
+
if (!tea_util_1.default.isUnset(request.sourceIp)) {
|
|
5262
|
+
query["SourceIp"] = request.sourceIp;
|
|
5263
|
+
}
|
|
5165
5264
|
if (!tea_util_1.default.isUnset(request.taskName)) {
|
|
5166
5265
|
query["TaskName"] = request.taskName;
|
|
5167
5266
|
}
|
|
@@ -5208,9 +5307,15 @@ class Client extends openapi_client_1.default {
|
|
|
5208
5307
|
async createSlrRoleWithOptions(request, runtime) {
|
|
5209
5308
|
tea_util_1.default.validateModel(request);
|
|
5210
5309
|
let query = {};
|
|
5310
|
+
if (!tea_util_1.default.isUnset(request.featureType)) {
|
|
5311
|
+
query["FeatureType"] = request.featureType;
|
|
5312
|
+
}
|
|
5211
5313
|
if (!tea_util_1.default.isUnset(request.lang)) {
|
|
5212
5314
|
query["Lang"] = request.lang;
|
|
5213
5315
|
}
|
|
5316
|
+
if (!tea_util_1.default.isUnset(request.sourceIp)) {
|
|
5317
|
+
query["SourceIp"] = request.sourceIp;
|
|
5318
|
+
}
|
|
5214
5319
|
let req = new $OpenApi.OpenApiRequest({
|
|
5215
5320
|
query: openapi_util_1.default.query(query),
|
|
5216
5321
|
});
|
|
@@ -5251,12 +5356,18 @@ class Client extends openapi_client_1.default {
|
|
|
5251
5356
|
async deleteDataLimitWithOptions(request, runtime) {
|
|
5252
5357
|
tea_util_1.default.validateModel(request);
|
|
5253
5358
|
let query = {};
|
|
5359
|
+
if (!tea_util_1.default.isUnset(request.featureType)) {
|
|
5360
|
+
query["FeatureType"] = request.featureType;
|
|
5361
|
+
}
|
|
5254
5362
|
if (!tea_util_1.default.isUnset(request.id)) {
|
|
5255
5363
|
query["Id"] = request.id;
|
|
5256
5364
|
}
|
|
5257
5365
|
if (!tea_util_1.default.isUnset(request.lang)) {
|
|
5258
5366
|
query["Lang"] = request.lang;
|
|
5259
5367
|
}
|
|
5368
|
+
if (!tea_util_1.default.isUnset(request.sourceIp)) {
|
|
5369
|
+
query["SourceIp"] = request.sourceIp;
|
|
5370
|
+
}
|
|
5260
5371
|
let req = new $OpenApi.OpenApiRequest({
|
|
5261
5372
|
query: openapi_util_1.default.query(query),
|
|
5262
5373
|
});
|
|
@@ -5288,12 +5399,18 @@ class Client extends openapi_client_1.default {
|
|
|
5288
5399
|
async deleteRuleWithOptions(request, runtime) {
|
|
5289
5400
|
tea_util_1.default.validateModel(request);
|
|
5290
5401
|
let query = {};
|
|
5402
|
+
if (!tea_util_1.default.isUnset(request.featureType)) {
|
|
5403
|
+
query["FeatureType"] = request.featureType;
|
|
5404
|
+
}
|
|
5291
5405
|
if (!tea_util_1.default.isUnset(request.id)) {
|
|
5292
5406
|
query["Id"] = request.id;
|
|
5293
5407
|
}
|
|
5294
5408
|
if (!tea_util_1.default.isUnset(request.lang)) {
|
|
5295
5409
|
query["Lang"] = request.lang;
|
|
5296
5410
|
}
|
|
5411
|
+
if (!tea_util_1.default.isUnset(request.sourceIp)) {
|
|
5412
|
+
query["SourceIp"] = request.sourceIp;
|
|
5413
|
+
}
|
|
5297
5414
|
let req = new $OpenApi.OpenApiRequest({
|
|
5298
5415
|
query: openapi_util_1.default.query(query),
|
|
5299
5416
|
});
|
|
@@ -5320,6 +5437,9 @@ class Client extends openapi_client_1.default {
|
|
|
5320
5437
|
if (!tea_util_1.default.isUnset(request.currentPage)) {
|
|
5321
5438
|
query["CurrentPage"] = request.currentPage;
|
|
5322
5439
|
}
|
|
5440
|
+
if (!tea_util_1.default.isUnset(request.featureType)) {
|
|
5441
|
+
query["FeatureType"] = request.featureType;
|
|
5442
|
+
}
|
|
5323
5443
|
if (!tea_util_1.default.isUnset(request.lang)) {
|
|
5324
5444
|
query["Lang"] = request.lang;
|
|
5325
5445
|
}
|
|
@@ -5364,6 +5484,9 @@ class Client extends openapi_client_1.default {
|
|
|
5364
5484
|
if (!tea_util_1.default.isUnset(request.currentPage)) {
|
|
5365
5485
|
query["CurrentPage"] = request.currentPage;
|
|
5366
5486
|
}
|
|
5487
|
+
if (!tea_util_1.default.isUnset(request.featureType)) {
|
|
5488
|
+
query["FeatureType"] = request.featureType;
|
|
5489
|
+
}
|
|
5367
5490
|
if (!tea_util_1.default.isUnset(request.lang)) {
|
|
5368
5491
|
query["Lang"] = request.lang;
|
|
5369
5492
|
}
|
|
@@ -5618,6 +5741,9 @@ class Client extends openapi_client_1.default {
|
|
|
5618
5741
|
async describeDataLimitDetailWithOptions(request, runtime) {
|
|
5619
5742
|
tea_util_1.default.validateModel(request);
|
|
5620
5743
|
let query = {};
|
|
5744
|
+
if (!tea_util_1.default.isUnset(request.featureType)) {
|
|
5745
|
+
query["FeatureType"] = request.featureType;
|
|
5746
|
+
}
|
|
5621
5747
|
if (!tea_util_1.default.isUnset(request.id)) {
|
|
5622
5748
|
query["Id"] = request.id;
|
|
5623
5749
|
}
|
|
@@ -5659,6 +5785,9 @@ class Client extends openapi_client_1.default {
|
|
|
5659
5785
|
async describeDataLimitSetWithOptions(request, runtime) {
|
|
5660
5786
|
tea_util_1.default.validateModel(request);
|
|
5661
5787
|
let query = {};
|
|
5788
|
+
if (!tea_util_1.default.isUnset(request.featureType)) {
|
|
5789
|
+
query["FeatureType"] = request.featureType;
|
|
5790
|
+
}
|
|
5662
5791
|
if (!tea_util_1.default.isUnset(request.lang)) {
|
|
5663
5792
|
query["Lang"] = request.lang;
|
|
5664
5793
|
}
|
|
@@ -5720,6 +5849,9 @@ class Client extends openapi_client_1.default {
|
|
|
5720
5849
|
if (!tea_util_1.default.isUnset(request.engineType)) {
|
|
5721
5850
|
query["EngineType"] = request.engineType;
|
|
5722
5851
|
}
|
|
5852
|
+
if (!tea_util_1.default.isUnset(request.featureType)) {
|
|
5853
|
+
query["FeatureType"] = request.featureType;
|
|
5854
|
+
}
|
|
5723
5855
|
if (!tea_util_1.default.isUnset(request.lang)) {
|
|
5724
5856
|
query["Lang"] = request.lang;
|
|
5725
5857
|
}
|
|
@@ -5898,6 +6030,9 @@ class Client extends openapi_client_1.default {
|
|
|
5898
6030
|
if (!tea_util_1.default.isUnset(request.currentPage)) {
|
|
5899
6031
|
query["CurrentPage"] = request.currentPage;
|
|
5900
6032
|
}
|
|
6033
|
+
if (!tea_util_1.default.isUnset(request.featureType)) {
|
|
6034
|
+
query["FeatureType"] = request.featureType;
|
|
6035
|
+
}
|
|
5901
6036
|
if (!tea_util_1.default.isUnset(request.id)) {
|
|
5902
6037
|
query["Id"] = request.id;
|
|
5903
6038
|
}
|
|
@@ -5939,6 +6074,9 @@ class Client extends openapi_client_1.default {
|
|
|
5939
6074
|
if (!tea_util_1.default.isUnset(request.currentPage)) {
|
|
5940
6075
|
query["CurrentPage"] = request.currentPage;
|
|
5941
6076
|
}
|
|
6077
|
+
if (!tea_util_1.default.isUnset(request.featureType)) {
|
|
6078
|
+
query["FeatureType"] = request.featureType;
|
|
6079
|
+
}
|
|
5942
6080
|
if (!tea_util_1.default.isUnset(request.id)) {
|
|
5943
6081
|
query["Id"] = request.id;
|
|
5944
6082
|
}
|
|
@@ -5983,6 +6121,12 @@ class Client extends openapi_client_1.default {
|
|
|
5983
6121
|
if (!tea_util_1.default.isUnset(request.domainId)) {
|
|
5984
6122
|
query["DomainId"] = request.domainId;
|
|
5985
6123
|
}
|
|
6124
|
+
if (!tea_util_1.default.isUnset(request.featureType)) {
|
|
6125
|
+
query["FeatureType"] = request.featureType;
|
|
6126
|
+
}
|
|
6127
|
+
if (!tea_util_1.default.isUnset(request.fileCategoryCode)) {
|
|
6128
|
+
query["FileCategoryCode"] = request.fileCategoryCode;
|
|
6129
|
+
}
|
|
5986
6130
|
if (!tea_util_1.default.isUnset(request.fileType)) {
|
|
5987
6131
|
query["FileType"] = request.fileType;
|
|
5988
6132
|
}
|
|
@@ -6097,6 +6241,9 @@ class Client extends openapi_client_1.default {
|
|
|
6097
6241
|
async describeEventTypesWithOptions(request, runtime) {
|
|
6098
6242
|
tea_util_1.default.validateModel(request);
|
|
6099
6243
|
let query = {};
|
|
6244
|
+
if (!tea_util_1.default.isUnset(request.featureType)) {
|
|
6245
|
+
query["FeatureType"] = request.featureType;
|
|
6246
|
+
}
|
|
6100
6247
|
if (!tea_util_1.default.isUnset(request.lang)) {
|
|
6101
6248
|
query["Lang"] = request.lang;
|
|
6102
6249
|
}
|
|
@@ -6238,6 +6385,9 @@ class Client extends openapi_client_1.default {
|
|
|
6238
6385
|
if (!tea_util_1.default.isUnset(request.engineType)) {
|
|
6239
6386
|
query["EngineType"] = request.engineType;
|
|
6240
6387
|
}
|
|
6388
|
+
if (!tea_util_1.default.isUnset(request.featureType)) {
|
|
6389
|
+
query["FeatureType"] = request.featureType;
|
|
6390
|
+
}
|
|
6241
6391
|
if (!tea_util_1.default.isUnset(request.instanceId)) {
|
|
6242
6392
|
query["InstanceId"] = request.instanceId;
|
|
6243
6393
|
}
|
|
@@ -6441,6 +6591,9 @@ class Client extends openapi_client_1.default {
|
|
|
6441
6591
|
if (!tea_util_1.default.isUnset(request.currentPage)) {
|
|
6442
6592
|
query["CurrentPage"] = request.currentPage;
|
|
6443
6593
|
}
|
|
6594
|
+
if (!tea_util_1.default.isUnset(request.fileCategoryCode)) {
|
|
6595
|
+
query["FileCategoryCode"] = request.fileCategoryCode;
|
|
6596
|
+
}
|
|
6444
6597
|
if (!tea_util_1.default.isUnset(request.instanceId)) {
|
|
6445
6598
|
query["InstanceId"] = request.instanceId;
|
|
6446
6599
|
}
|
|
@@ -6567,6 +6720,9 @@ class Client extends openapi_client_1.default {
|
|
|
6567
6720
|
async describeRiskLevelsWithOptions(request, runtime) {
|
|
6568
6721
|
tea_util_1.default.validateModel(request);
|
|
6569
6722
|
let query = {};
|
|
6723
|
+
if (!tea_util_1.default.isUnset(request.featureType)) {
|
|
6724
|
+
query["FeatureType"] = request.featureType;
|
|
6725
|
+
}
|
|
6570
6726
|
if (!tea_util_1.default.isUnset(request.lang)) {
|
|
6571
6727
|
query["Lang"] = request.lang;
|
|
6572
6728
|
}
|
|
@@ -6616,6 +6772,9 @@ class Client extends openapi_client_1.default {
|
|
|
6616
6772
|
if (!tea_util_1.default.isUnset(request.customType)) {
|
|
6617
6773
|
query["CustomType"] = request.customType;
|
|
6618
6774
|
}
|
|
6775
|
+
if (!tea_util_1.default.isUnset(request.featureType)) {
|
|
6776
|
+
query["FeatureType"] = request.featureType;
|
|
6777
|
+
}
|
|
6619
6778
|
if (!tea_util_1.default.isUnset(request.groupId)) {
|
|
6620
6779
|
query["GroupId"] = request.groupId;
|
|
6621
6780
|
}
|
|
@@ -6754,6 +6913,9 @@ class Client extends openapi_client_1.default {
|
|
|
6754
6913
|
async describeTemplateAllRulesWithOptions(request, runtime) {
|
|
6755
6914
|
tea_util_1.default.validateModel(request);
|
|
6756
6915
|
let query = {};
|
|
6916
|
+
if (!tea_util_1.default.isUnset(request.featureType)) {
|
|
6917
|
+
query["FeatureType"] = request.featureType;
|
|
6918
|
+
}
|
|
6757
6919
|
if (!tea_util_1.default.isUnset(request.lang)) {
|
|
6758
6920
|
query["Lang"] = request.lang;
|
|
6759
6921
|
}
|
|
@@ -6792,6 +6954,9 @@ class Client extends openapi_client_1.default {
|
|
|
6792
6954
|
async describeUserStatusWithOptions(request, runtime) {
|
|
6793
6955
|
tea_util_1.default.validateModel(request);
|
|
6794
6956
|
let query = {};
|
|
6957
|
+
if (!tea_util_1.default.isUnset(request.featureType)) {
|
|
6958
|
+
query["FeatureType"] = request.featureType;
|
|
6959
|
+
}
|
|
6795
6960
|
if (!tea_util_1.default.isUnset(request.lang)) {
|
|
6796
6961
|
query["Lang"] = request.lang;
|
|
6797
6962
|
}
|
|
@@ -6838,6 +7003,9 @@ class Client extends openapi_client_1.default {
|
|
|
6838
7003
|
if (!tea_util_1.default.isUnset(request.code)) {
|
|
6839
7004
|
query["Code"] = request.code;
|
|
6840
7005
|
}
|
|
7006
|
+
if (!tea_util_1.default.isUnset(request.featureType)) {
|
|
7007
|
+
query["FeatureType"] = request.featureType;
|
|
7008
|
+
}
|
|
6841
7009
|
if (!tea_util_1.default.isUnset(request.lang)) {
|
|
6842
7010
|
query["Lang"] = request.lang;
|
|
6843
7011
|
}
|
|
@@ -6875,6 +7043,9 @@ class Client extends openapi_client_1.default {
|
|
|
6875
7043
|
if (!tea_util_1.default.isUnset(request.data)) {
|
|
6876
7044
|
query["Data"] = request.data;
|
|
6877
7045
|
}
|
|
7046
|
+
if (!tea_util_1.default.isUnset(request.featureType)) {
|
|
7047
|
+
query["FeatureType"] = request.featureType;
|
|
7048
|
+
}
|
|
6878
7049
|
if (!tea_util_1.default.isUnset(request.lang)) {
|
|
6879
7050
|
query["Lang"] = request.lang;
|
|
6880
7051
|
}
|
|
@@ -6942,6 +7113,9 @@ class Client extends openapi_client_1.default {
|
|
|
6942
7113
|
if (!tea_util_1.default.isUnset(request.engineType)) {
|
|
6943
7114
|
query["EngineType"] = request.engineType;
|
|
6944
7115
|
}
|
|
7116
|
+
if (!tea_util_1.default.isUnset(request.featureType)) {
|
|
7117
|
+
query["FeatureType"] = request.featureType;
|
|
7118
|
+
}
|
|
6945
7119
|
if (!tea_util_1.default.isUnset(request.id)) {
|
|
6946
7120
|
query["Id"] = request.id;
|
|
6947
7121
|
}
|
|
@@ -7108,6 +7282,9 @@ class Client extends openapi_client_1.default {
|
|
|
7108
7282
|
async modifyEventTypeStatusWithOptions(request, runtime) {
|
|
7109
7283
|
tea_util_1.default.validateModel(request);
|
|
7110
7284
|
let query = {};
|
|
7285
|
+
if (!tea_util_1.default.isUnset(request.featureType)) {
|
|
7286
|
+
query["FeatureType"] = request.featureType;
|
|
7287
|
+
}
|
|
7111
7288
|
if (!tea_util_1.default.isUnset(request.lang)) {
|
|
7112
7289
|
query["Lang"] = request.lang;
|
|
7113
7290
|
}
|
|
@@ -7146,6 +7323,9 @@ class Client extends openapi_client_1.default {
|
|
|
7146
7323
|
async modifyReportTaskStatusWithOptions(request, runtime) {
|
|
7147
7324
|
tea_util_1.default.validateModel(request);
|
|
7148
7325
|
let query = {};
|
|
7326
|
+
if (!tea_util_1.default.isUnset(request.featureType)) {
|
|
7327
|
+
query["FeatureType"] = request.featureType;
|
|
7328
|
+
}
|
|
7149
7329
|
if (!tea_util_1.default.isUnset(request.lang)) {
|
|
7150
7330
|
query["Lang"] = request.lang;
|
|
7151
7331
|
}
|