@alicloud/sddp20190103 1.0.0 → 1.0.4
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 +642 -1642
- package/dist/client.js +1233 -2825
- package/dist/client.js.map +1 -1
- package/package.json +3 -2
- package/src/client.ts +1856 -3944
package/dist/client.d.ts
CHANGED
|
@@ -4,37 +4,10 @@
|
|
|
4
4
|
import * as $Util from '@alicloud/tea-util';
|
|
5
5
|
import OpenApi, * as $OpenApi from '@alicloud/openapi-client';
|
|
6
6
|
import * as $tea from '@alicloud/tea-typescript';
|
|
7
|
-
export declare class BatchDeleteDataLimitResponseBody extends $tea.Model {
|
|
8
|
-
requestId?: string;
|
|
9
|
-
static names(): {
|
|
10
|
-
[key: string]: string;
|
|
11
|
-
};
|
|
12
|
-
static types(): {
|
|
13
|
-
[key: string]: any;
|
|
14
|
-
};
|
|
15
|
-
constructor(map?: {
|
|
16
|
-
[key: string]: any;
|
|
17
|
-
});
|
|
18
|
-
}
|
|
19
|
-
export declare class BatchDeleteDataLimitResponse extends $tea.Model {
|
|
20
|
-
headers: {
|
|
21
|
-
[key: string]: string;
|
|
22
|
-
};
|
|
23
|
-
body: BatchDeleteDataLimitResponseBody;
|
|
24
|
-
static names(): {
|
|
25
|
-
[key: string]: string;
|
|
26
|
-
};
|
|
27
|
-
static types(): {
|
|
28
|
-
[key: string]: any;
|
|
29
|
-
};
|
|
30
|
-
constructor(map?: {
|
|
31
|
-
[key: string]: any;
|
|
32
|
-
});
|
|
33
|
-
}
|
|
34
7
|
export declare class CreateConfigRequest extends $tea.Model {
|
|
35
|
-
lang?: string;
|
|
36
8
|
code?: string;
|
|
37
9
|
description?: string;
|
|
10
|
+
lang?: string;
|
|
38
11
|
value?: string;
|
|
39
12
|
static names(): {
|
|
40
13
|
[key: string]: string;
|
|
@@ -75,19 +48,19 @@ export declare class CreateConfigResponse extends $tea.Model {
|
|
|
75
48
|
});
|
|
76
49
|
}
|
|
77
50
|
export declare class CreateDataLimitRequest extends $tea.Model {
|
|
78
|
-
lang?: string;
|
|
79
|
-
resourceType?: number;
|
|
80
|
-
serviceRegionId?: string;
|
|
81
|
-
parentId?: string;
|
|
82
|
-
userName?: string;
|
|
83
|
-
password?: string;
|
|
84
51
|
auditStatus?: number;
|
|
85
52
|
autoScan?: number;
|
|
86
|
-
logStoreDay?: number;
|
|
87
53
|
engineType?: string;
|
|
88
|
-
port?: number;
|
|
89
|
-
ocrStatus?: number;
|
|
90
54
|
eventStatus?: number;
|
|
55
|
+
lang?: string;
|
|
56
|
+
logStoreDay?: number;
|
|
57
|
+
ocrStatus?: number;
|
|
58
|
+
parentId?: string;
|
|
59
|
+
password?: string;
|
|
60
|
+
port?: number;
|
|
61
|
+
resourceType?: number;
|
|
62
|
+
serviceRegionId?: string;
|
|
63
|
+
userName?: string;
|
|
91
64
|
static names(): {
|
|
92
65
|
[key: string]: string;
|
|
93
66
|
};
|
|
@@ -127,20 +100,20 @@ export declare class CreateDataLimitResponse extends $tea.Model {
|
|
|
127
100
|
});
|
|
128
101
|
}
|
|
129
102
|
export declare class CreateRuleRequest extends $tea.Model {
|
|
130
|
-
lang?: string;
|
|
131
|
-
name?: string;
|
|
132
103
|
category?: number;
|
|
133
104
|
content?: string;
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
105
|
+
contentCategory?: number;
|
|
106
|
+
description?: string;
|
|
107
|
+
lang?: string;
|
|
108
|
+
name?: string;
|
|
137
109
|
productCode?: string;
|
|
138
110
|
productId?: number;
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
111
|
+
riskLevelId?: number;
|
|
112
|
+
ruleType?: number;
|
|
113
|
+
statExpress?: string;
|
|
142
114
|
status?: number;
|
|
143
115
|
target?: string;
|
|
116
|
+
warnLevel?: number;
|
|
144
117
|
static names(): {
|
|
145
118
|
[key: string]: string;
|
|
146
119
|
};
|
|
@@ -182,14 +155,14 @@ export declare class CreateRuleResponse extends $tea.Model {
|
|
|
182
155
|
export declare class CreateScanTaskRequest extends $tea.Model {
|
|
183
156
|
dataLimitId?: number;
|
|
184
157
|
intervalDay?: number;
|
|
158
|
+
ossScanPath?: string;
|
|
159
|
+
resourceType?: number;
|
|
185
160
|
runHour?: number;
|
|
186
161
|
runMinute?: number;
|
|
187
|
-
taskName?: string;
|
|
188
|
-
taskUserName?: string;
|
|
189
|
-
ossScanPath?: string;
|
|
190
162
|
scanRange?: number;
|
|
191
163
|
scanRangeContent?: string;
|
|
192
|
-
|
|
164
|
+
taskName?: string;
|
|
165
|
+
taskUserName?: string;
|
|
193
166
|
static names(): {
|
|
194
167
|
[key: string]: string;
|
|
195
168
|
};
|
|
@@ -229,8 +202,8 @@ export declare class CreateScanTaskResponse extends $tea.Model {
|
|
|
229
202
|
});
|
|
230
203
|
}
|
|
231
204
|
export declare class DeleteDataLimitRequest extends $tea.Model {
|
|
232
|
-
lang?: string;
|
|
233
205
|
id?: number;
|
|
206
|
+
lang?: string;
|
|
234
207
|
static names(): {
|
|
235
208
|
[key: string]: string;
|
|
236
209
|
};
|
|
@@ -269,8 +242,8 @@ export declare class DeleteDataLimitResponse extends $tea.Model {
|
|
|
269
242
|
});
|
|
270
243
|
}
|
|
271
244
|
export declare class DeleteRuleRequest extends $tea.Model {
|
|
272
|
-
lang?: string;
|
|
273
245
|
id?: number;
|
|
246
|
+
lang?: string;
|
|
274
247
|
static names(): {
|
|
275
248
|
[key: string]: string;
|
|
276
249
|
};
|
|
@@ -308,63 +281,12 @@ export declare class DeleteRuleResponse extends $tea.Model {
|
|
|
308
281
|
[key: string]: any;
|
|
309
282
|
});
|
|
310
283
|
}
|
|
311
|
-
export declare class
|
|
312
|
-
|
|
313
|
-
userId?: number;
|
|
314
|
-
accountTypeId?: number;
|
|
315
|
-
static names(): {
|
|
316
|
-
[key: string]: string;
|
|
317
|
-
};
|
|
318
|
-
static types(): {
|
|
319
|
-
[key: string]: any;
|
|
320
|
-
};
|
|
321
|
-
constructor(map?: {
|
|
322
|
-
[key: string]: any;
|
|
323
|
-
});
|
|
324
|
-
}
|
|
325
|
-
export declare class DescribeAccountDetailResponseBody extends $tea.Model {
|
|
326
|
-
requestId?: string;
|
|
327
|
-
account?: DescribeAccountDetailResponseBodyAccount;
|
|
328
|
-
static names(): {
|
|
329
|
-
[key: string]: string;
|
|
330
|
-
};
|
|
331
|
-
static types(): {
|
|
332
|
-
[key: string]: any;
|
|
333
|
-
};
|
|
334
|
-
constructor(map?: {
|
|
335
|
-
[key: string]: any;
|
|
336
|
-
});
|
|
337
|
-
}
|
|
338
|
-
export declare class DescribeAccountDetailResponse extends $tea.Model {
|
|
339
|
-
headers: {
|
|
340
|
-
[key: string]: string;
|
|
341
|
-
};
|
|
342
|
-
body: DescribeAccountDetailResponseBody;
|
|
343
|
-
static names(): {
|
|
344
|
-
[key: string]: string;
|
|
345
|
-
};
|
|
346
|
-
static types(): {
|
|
347
|
-
[key: string]: any;
|
|
348
|
-
};
|
|
349
|
-
constructor(map?: {
|
|
350
|
-
[key: string]: any;
|
|
351
|
-
});
|
|
352
|
-
}
|
|
353
|
-
export declare class DescribeAccountsRequest extends $tea.Model {
|
|
284
|
+
export declare class DescribeCategoryTemplateRuleListRequest extends $tea.Model {
|
|
285
|
+
currentPage?: number;
|
|
354
286
|
lang?: string;
|
|
355
|
-
loginName?: string;
|
|
356
|
-
key?: string;
|
|
357
|
-
featureType?: number;
|
|
358
|
-
departId?: number;
|
|
359
|
-
queryType?: number;
|
|
360
|
-
productCode?: string;
|
|
361
|
-
operationId?: number;
|
|
362
|
-
instanceId?: string;
|
|
363
|
-
tableId?: string;
|
|
364
|
-
packageId?: string;
|
|
365
|
-
columnId?: string;
|
|
366
287
|
pageSize?: number;
|
|
367
|
-
|
|
288
|
+
riskLevelId?: number;
|
|
289
|
+
status?: number;
|
|
368
290
|
static names(): {
|
|
369
291
|
[key: string]: string;
|
|
370
292
|
};
|
|
@@ -375,12 +297,12 @@ export declare class DescribeAccountsRequest extends $tea.Model {
|
|
|
375
297
|
[key: string]: any;
|
|
376
298
|
});
|
|
377
299
|
}
|
|
378
|
-
export declare class
|
|
300
|
+
export declare class DescribeCategoryTemplateRuleListResponseBody extends $tea.Model {
|
|
379
301
|
currentPage?: number;
|
|
380
|
-
|
|
302
|
+
items?: DescribeCategoryTemplateRuleListResponseBodyItems[];
|
|
381
303
|
pageSize?: number;
|
|
304
|
+
requestId?: string;
|
|
382
305
|
totalCount?: number;
|
|
383
|
-
items?: DescribeAccountsResponseBodyItems[];
|
|
384
306
|
static names(): {
|
|
385
307
|
[key: string]: string;
|
|
386
308
|
};
|
|
@@ -391,11 +313,11 @@ export declare class DescribeAccountsResponseBody extends $tea.Model {
|
|
|
391
313
|
[key: string]: any;
|
|
392
314
|
});
|
|
393
315
|
}
|
|
394
|
-
export declare class
|
|
316
|
+
export declare class DescribeCategoryTemplateRuleListResponse extends $tea.Model {
|
|
395
317
|
headers: {
|
|
396
318
|
[key: string]: string;
|
|
397
319
|
};
|
|
398
|
-
body:
|
|
320
|
+
body: DescribeCategoryTemplateRuleListResponseBody;
|
|
399
321
|
static names(): {
|
|
400
322
|
[key: string]: string;
|
|
401
323
|
};
|
|
@@ -407,19 +329,19 @@ export declare class DescribeAccountsResponse extends $tea.Model {
|
|
|
407
329
|
});
|
|
408
330
|
}
|
|
409
331
|
export declare class DescribeColumnsRequest extends $tea.Model {
|
|
332
|
+
currentPage?: number;
|
|
333
|
+
instanceId?: number;
|
|
334
|
+
instanceName?: string;
|
|
410
335
|
lang?: string;
|
|
411
336
|
name?: string;
|
|
412
|
-
|
|
413
|
-
ruleId?: number;
|
|
337
|
+
pageSize?: number;
|
|
414
338
|
productCode?: string;
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
tableName?: string;
|
|
339
|
+
riskLevelId?: number;
|
|
340
|
+
ruleId?: number;
|
|
418
341
|
ruleName?: string;
|
|
419
342
|
sensLevelName?: string;
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
riskLevelId?: number;
|
|
343
|
+
tableId?: number;
|
|
344
|
+
tableName?: string;
|
|
423
345
|
static names(): {
|
|
424
346
|
[key: string]: string;
|
|
425
347
|
};
|
|
@@ -432,10 +354,10 @@ export declare class DescribeColumnsRequest extends $tea.Model {
|
|
|
432
354
|
}
|
|
433
355
|
export declare class DescribeColumnsResponseBody extends $tea.Model {
|
|
434
356
|
currentPage?: number;
|
|
435
|
-
|
|
357
|
+
items?: DescribeColumnsResponseBodyItems[];
|
|
436
358
|
pageSize?: number;
|
|
359
|
+
requestId?: string;
|
|
437
360
|
totalCount?: number;
|
|
438
|
-
items?: DescribeColumnsResponseBodyItems[];
|
|
439
361
|
static names(): {
|
|
440
362
|
[key: string]: string;
|
|
441
363
|
};
|
|
@@ -474,8 +396,8 @@ export declare class DescribeConfigsRequest extends $tea.Model {
|
|
|
474
396
|
});
|
|
475
397
|
}
|
|
476
398
|
export declare class DescribeConfigsResponseBody extends $tea.Model {
|
|
477
|
-
requestId?: string;
|
|
478
399
|
configList?: DescribeConfigsResponseBodyConfigList[];
|
|
400
|
+
requestId?: string;
|
|
479
401
|
static names(): {
|
|
480
402
|
[key: string]: string;
|
|
481
403
|
};
|
|
@@ -502,13 +424,13 @@ export declare class DescribeConfigsResponse extends $tea.Model {
|
|
|
502
424
|
});
|
|
503
425
|
}
|
|
504
426
|
export declare class DescribeDataAssetsRequest extends $tea.Model {
|
|
427
|
+
currentPage?: number;
|
|
505
428
|
lang?: string;
|
|
506
429
|
name?: string;
|
|
430
|
+
pageSize?: number;
|
|
431
|
+
rangeId?: number;
|
|
507
432
|
riskLevels?: string;
|
|
508
433
|
ruleId?: number;
|
|
509
|
-
rangeId?: number;
|
|
510
|
-
pageSize?: number;
|
|
511
|
-
currentPage?: number;
|
|
512
434
|
static names(): {
|
|
513
435
|
[key: string]: string;
|
|
514
436
|
};
|
|
@@ -521,10 +443,10 @@ export declare class DescribeDataAssetsRequest extends $tea.Model {
|
|
|
521
443
|
}
|
|
522
444
|
export declare class DescribeDataAssetsResponseBody extends $tea.Model {
|
|
523
445
|
currentPage?: number;
|
|
524
|
-
|
|
446
|
+
items?: DescribeDataAssetsResponseBodyItems[];
|
|
525
447
|
pageSize?: number;
|
|
448
|
+
requestId?: string;
|
|
526
449
|
totalCount?: number;
|
|
527
|
-
items?: DescribeDataAssetsResponseBodyItems[];
|
|
528
450
|
static names(): {
|
|
529
451
|
[key: string]: string;
|
|
530
452
|
};
|
|
@@ -551,8 +473,8 @@ export declare class DescribeDataAssetsResponse extends $tea.Model {
|
|
|
551
473
|
});
|
|
552
474
|
}
|
|
553
475
|
export declare class DescribeDataLimitDetailRequest extends $tea.Model {
|
|
554
|
-
lang?: string;
|
|
555
476
|
id?: number;
|
|
477
|
+
lang?: string;
|
|
556
478
|
networkType?: number;
|
|
557
479
|
static names(): {
|
|
558
480
|
[key: string]: string;
|
|
@@ -565,8 +487,8 @@ export declare class DescribeDataLimitDetailRequest extends $tea.Model {
|
|
|
565
487
|
});
|
|
566
488
|
}
|
|
567
489
|
export declare class DescribeDataLimitDetailResponseBody extends $tea.Model {
|
|
568
|
-
requestId?: string;
|
|
569
490
|
dataLimit?: DescribeDataLimitDetailResponseBodyDataLimit;
|
|
491
|
+
requestId?: string;
|
|
570
492
|
static names(): {
|
|
571
493
|
[key: string]: string;
|
|
572
494
|
};
|
|
@@ -592,20 +514,10 @@ export declare class DescribeDataLimitDetailResponse extends $tea.Model {
|
|
|
592
514
|
[key: string]: any;
|
|
593
515
|
});
|
|
594
516
|
}
|
|
595
|
-
export declare class
|
|
517
|
+
export declare class DescribeDataLimitSetRequest extends $tea.Model {
|
|
596
518
|
lang?: string;
|
|
597
|
-
pageSize?: number;
|
|
598
|
-
currentPage?: number;
|
|
599
|
-
resourceType?: number;
|
|
600
519
|
parentId?: string;
|
|
601
|
-
|
|
602
|
-
checkStatus?: number;
|
|
603
|
-
auditStatus?: number;
|
|
604
|
-
engineType?: string;
|
|
605
|
-
datamaskStatus?: number;
|
|
606
|
-
enable?: number;
|
|
607
|
-
startTime?: number;
|
|
608
|
-
endTime?: number;
|
|
520
|
+
resourceType?: number;
|
|
609
521
|
static names(): {
|
|
610
522
|
[key: string]: string;
|
|
611
523
|
};
|
|
@@ -616,12 +528,9 @@ export declare class DescribeDataLimitsRequest extends $tea.Model {
|
|
|
616
528
|
[key: string]: any;
|
|
617
529
|
});
|
|
618
530
|
}
|
|
619
|
-
export declare class
|
|
620
|
-
|
|
531
|
+
export declare class DescribeDataLimitSetResponseBody extends $tea.Model {
|
|
532
|
+
dataLimitSet?: DescribeDataLimitSetResponseBodyDataLimitSet;
|
|
621
533
|
requestId?: string;
|
|
622
|
-
pageSize?: number;
|
|
623
|
-
totalCount?: number;
|
|
624
|
-
items?: DescribeDataLimitsResponseBodyItems[];
|
|
625
534
|
static names(): {
|
|
626
535
|
[key: string]: string;
|
|
627
536
|
};
|
|
@@ -632,11 +541,11 @@ export declare class DescribeDataLimitsResponseBody extends $tea.Model {
|
|
|
632
541
|
[key: string]: any;
|
|
633
542
|
});
|
|
634
543
|
}
|
|
635
|
-
export declare class
|
|
544
|
+
export declare class DescribeDataLimitSetResponse extends $tea.Model {
|
|
636
545
|
headers: {
|
|
637
546
|
[key: string]: string;
|
|
638
547
|
};
|
|
639
|
-
body:
|
|
548
|
+
body: DescribeDataLimitSetResponseBody;
|
|
640
549
|
static names(): {
|
|
641
550
|
[key: string]: string;
|
|
642
551
|
};
|
|
@@ -647,10 +556,20 @@ export declare class DescribeDataLimitsResponse extends $tea.Model {
|
|
|
647
556
|
[key: string]: any;
|
|
648
557
|
});
|
|
649
558
|
}
|
|
650
|
-
export declare class
|
|
559
|
+
export declare class DescribeDataLimitsRequest extends $tea.Model {
|
|
560
|
+
auditStatus?: number;
|
|
561
|
+
checkStatus?: number;
|
|
562
|
+
currentPage?: number;
|
|
563
|
+
datamaskStatus?: number;
|
|
564
|
+
enable?: number;
|
|
565
|
+
endTime?: number;
|
|
566
|
+
engineType?: string;
|
|
651
567
|
lang?: string;
|
|
652
|
-
|
|
568
|
+
pageSize?: number;
|
|
653
569
|
parentId?: string;
|
|
570
|
+
resourceType?: number;
|
|
571
|
+
serviceRegionId?: string;
|
|
572
|
+
startTime?: number;
|
|
654
573
|
static names(): {
|
|
655
574
|
[key: string]: string;
|
|
656
575
|
};
|
|
@@ -661,9 +580,12 @@ export declare class DescribeDataLimitSetRequest extends $tea.Model {
|
|
|
661
580
|
[key: string]: any;
|
|
662
581
|
});
|
|
663
582
|
}
|
|
664
|
-
export declare class
|
|
583
|
+
export declare class DescribeDataLimitsResponseBody extends $tea.Model {
|
|
584
|
+
currentPage?: number;
|
|
585
|
+
items?: DescribeDataLimitsResponseBodyItems[];
|
|
586
|
+
pageSize?: number;
|
|
665
587
|
requestId?: string;
|
|
666
|
-
|
|
588
|
+
totalCount?: number;
|
|
667
589
|
static names(): {
|
|
668
590
|
[key: string]: string;
|
|
669
591
|
};
|
|
@@ -674,11 +596,11 @@ export declare class DescribeDataLimitSetResponseBody extends $tea.Model {
|
|
|
674
596
|
[key: string]: any;
|
|
675
597
|
});
|
|
676
598
|
}
|
|
677
|
-
export declare class
|
|
599
|
+
export declare class DescribeDataLimitsResponse extends $tea.Model {
|
|
678
600
|
headers: {
|
|
679
601
|
[key: string]: string;
|
|
680
602
|
};
|
|
681
|
-
body:
|
|
603
|
+
body: DescribeDataLimitsResponseBody;
|
|
682
604
|
static names(): {
|
|
683
605
|
[key: string]: string;
|
|
684
606
|
};
|
|
@@ -689,20 +611,18 @@ export declare class DescribeDataLimitSetResponse extends $tea.Model {
|
|
|
689
611
|
[key: string]: any;
|
|
690
612
|
});
|
|
691
613
|
}
|
|
692
|
-
export declare class
|
|
614
|
+
export declare class DescribeDataMaskingRunHistoryRequest extends $tea.Model {
|
|
615
|
+
currentPage?: number;
|
|
616
|
+
dstType?: number;
|
|
617
|
+
endTime?: number;
|
|
693
618
|
lang?: string;
|
|
619
|
+
mainProcessId?: number;
|
|
694
620
|
pageSize?: number;
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
parentId?: string;
|
|
698
|
-
serviceRegionId?: string;
|
|
699
|
-
checkStatus?: number;
|
|
700
|
-
auditStatus?: number;
|
|
701
|
-
engineType?: string;
|
|
702
|
-
datamaskStatus?: number;
|
|
703
|
-
enable?: number;
|
|
621
|
+
srcTableName?: string;
|
|
622
|
+
srcType?: number;
|
|
704
623
|
startTime?: number;
|
|
705
|
-
|
|
624
|
+
status?: number;
|
|
625
|
+
taskId?: string;
|
|
706
626
|
static names(): {
|
|
707
627
|
[key: string]: string;
|
|
708
628
|
};
|
|
@@ -713,12 +633,12 @@ export declare class DescribeDataLimitsInstanceDimRequest extends $tea.Model {
|
|
|
713
633
|
[key: string]: any;
|
|
714
634
|
});
|
|
715
635
|
}
|
|
716
|
-
export declare class
|
|
636
|
+
export declare class DescribeDataMaskingRunHistoryResponseBody extends $tea.Model {
|
|
717
637
|
currentPage?: number;
|
|
718
|
-
|
|
638
|
+
items?: DescribeDataMaskingRunHistoryResponseBodyItems[];
|
|
719
639
|
pageSize?: number;
|
|
640
|
+
requestId?: string;
|
|
720
641
|
totalCount?: number;
|
|
721
|
-
items?: DescribeDataLimitsInstanceDimResponseBodyItems[];
|
|
722
642
|
static names(): {
|
|
723
643
|
[key: string]: string;
|
|
724
644
|
};
|
|
@@ -729,11 +649,11 @@ export declare class DescribeDataLimitsInstanceDimResponseBody extends $tea.Mode
|
|
|
729
649
|
[key: string]: any;
|
|
730
650
|
});
|
|
731
651
|
}
|
|
732
|
-
export declare class
|
|
652
|
+
export declare class DescribeDataMaskingRunHistoryResponse extends $tea.Model {
|
|
733
653
|
headers: {
|
|
734
654
|
[key: string]: string;
|
|
735
655
|
};
|
|
736
|
-
body:
|
|
656
|
+
body: DescribeDataMaskingRunHistoryResponseBody;
|
|
737
657
|
static names(): {
|
|
738
658
|
[key: string]: string;
|
|
739
659
|
};
|
|
@@ -744,18 +664,14 @@ export declare class DescribeDataLimitsInstanceDimResponse extends $tea.Model {
|
|
|
744
664
|
[key: string]: any;
|
|
745
665
|
});
|
|
746
666
|
}
|
|
747
|
-
export declare class
|
|
748
|
-
|
|
749
|
-
taskId?: string;
|
|
750
|
-
startTime?: number;
|
|
751
|
-
endTime?: number;
|
|
752
|
-
status?: number;
|
|
753
|
-
srcType?: number;
|
|
667
|
+
export declare class DescribeDataMaskingTasksRequest extends $tea.Model {
|
|
668
|
+
currentPage?: number;
|
|
754
669
|
dstType?: number;
|
|
670
|
+
endTime?: number;
|
|
671
|
+
lang?: string;
|
|
755
672
|
pageSize?: number;
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
srcTableName?: string;
|
|
673
|
+
searchKey?: string;
|
|
674
|
+
startTime?: number;
|
|
759
675
|
static names(): {
|
|
760
676
|
[key: string]: string;
|
|
761
677
|
};
|
|
@@ -766,12 +682,12 @@ export declare class DescribeDataMaskingRunHistoryRequest extends $tea.Model {
|
|
|
766
682
|
[key: string]: any;
|
|
767
683
|
});
|
|
768
684
|
}
|
|
769
|
-
export declare class
|
|
685
|
+
export declare class DescribeDataMaskingTasksResponseBody extends $tea.Model {
|
|
770
686
|
currentPage?: number;
|
|
771
|
-
|
|
687
|
+
items?: DescribeDataMaskingTasksResponseBodyItems[];
|
|
772
688
|
pageSize?: number;
|
|
689
|
+
requestId?: string;
|
|
773
690
|
totalCount?: number;
|
|
774
|
-
items?: DescribeDataMaskingRunHistoryResponseBodyItems[];
|
|
775
691
|
static names(): {
|
|
776
692
|
[key: string]: string;
|
|
777
693
|
};
|
|
@@ -782,11 +698,11 @@ export declare class DescribeDataMaskingRunHistoryResponseBody extends $tea.Mode
|
|
|
782
698
|
[key: string]: any;
|
|
783
699
|
});
|
|
784
700
|
}
|
|
785
|
-
export declare class
|
|
701
|
+
export declare class DescribeDataMaskingTasksResponse extends $tea.Model {
|
|
786
702
|
headers: {
|
|
787
703
|
[key: string]: string;
|
|
788
704
|
};
|
|
789
|
-
body:
|
|
705
|
+
body: DescribeDataMaskingTasksResponseBody;
|
|
790
706
|
static names(): {
|
|
791
707
|
[key: string]: string;
|
|
792
708
|
};
|
|
@@ -797,14 +713,9 @@ export declare class DescribeDataMaskingRunHistoryResponse extends $tea.Model {
|
|
|
797
713
|
[key: string]: any;
|
|
798
714
|
});
|
|
799
715
|
}
|
|
800
|
-
export declare class
|
|
716
|
+
export declare class DescribeEventDetailRequest extends $tea.Model {
|
|
717
|
+
id?: number;
|
|
801
718
|
lang?: string;
|
|
802
|
-
searchKey?: string;
|
|
803
|
-
startTime?: number;
|
|
804
|
-
endTime?: number;
|
|
805
|
-
dstType?: number;
|
|
806
|
-
pageSize?: number;
|
|
807
|
-
currentPage?: number;
|
|
808
719
|
static names(): {
|
|
809
720
|
[key: string]: string;
|
|
810
721
|
};
|
|
@@ -815,12 +726,9 @@ export declare class DescribeDataMaskingTasksRequest extends $tea.Model {
|
|
|
815
726
|
[key: string]: any;
|
|
816
727
|
});
|
|
817
728
|
}
|
|
818
|
-
export declare class
|
|
819
|
-
|
|
729
|
+
export declare class DescribeEventDetailResponseBody extends $tea.Model {
|
|
730
|
+
event?: DescribeEventDetailResponseBodyEvent;
|
|
820
731
|
requestId?: string;
|
|
821
|
-
pageSize?: number;
|
|
822
|
-
totalCount?: number;
|
|
823
|
-
items?: DescribeDataMaskingTasksResponseBodyItems[];
|
|
824
732
|
static names(): {
|
|
825
733
|
[key: string]: string;
|
|
826
734
|
};
|
|
@@ -831,11 +739,11 @@ export declare class DescribeDataMaskingTasksResponseBody extends $tea.Model {
|
|
|
831
739
|
[key: string]: any;
|
|
832
740
|
});
|
|
833
741
|
}
|
|
834
|
-
export declare class
|
|
742
|
+
export declare class DescribeEventDetailResponse extends $tea.Model {
|
|
835
743
|
headers: {
|
|
836
744
|
[key: string]: string;
|
|
837
745
|
};
|
|
838
|
-
body:
|
|
746
|
+
body: DescribeEventDetailResponseBody;
|
|
839
747
|
static names(): {
|
|
840
748
|
[key: string]: string;
|
|
841
749
|
};
|
|
@@ -846,12 +754,11 @@ export declare class DescribeDataMaskingTasksResponse extends $tea.Model {
|
|
|
846
754
|
[key: string]: any;
|
|
847
755
|
});
|
|
848
756
|
}
|
|
849
|
-
export declare class
|
|
757
|
+
export declare class DescribeEventTypesRequest extends $tea.Model {
|
|
850
758
|
lang?: string;
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
featureType?: number;
|
|
759
|
+
parentTypeId?: number;
|
|
760
|
+
resourceId?: number;
|
|
761
|
+
status?: number;
|
|
855
762
|
static names(): {
|
|
856
763
|
[key: string]: string;
|
|
857
764
|
};
|
|
@@ -862,9 +769,9 @@ export declare class DescribeDataTotalCountRequest extends $tea.Model {
|
|
|
862
769
|
[key: string]: any;
|
|
863
770
|
});
|
|
864
771
|
}
|
|
865
|
-
export declare class
|
|
772
|
+
export declare class DescribeEventTypesResponseBody extends $tea.Model {
|
|
773
|
+
eventTypeList?: DescribeEventTypesResponseBodyEventTypeList[];
|
|
866
774
|
requestId?: string;
|
|
867
|
-
dataCount?: DescribeDataTotalCountResponseBodyDataCount;
|
|
868
775
|
static names(): {
|
|
869
776
|
[key: string]: string;
|
|
870
777
|
};
|
|
@@ -875,11 +782,11 @@ export declare class DescribeDataTotalCountResponseBody extends $tea.Model {
|
|
|
875
782
|
[key: string]: any;
|
|
876
783
|
});
|
|
877
784
|
}
|
|
878
|
-
export declare class
|
|
785
|
+
export declare class DescribeEventTypesResponse extends $tea.Model {
|
|
879
786
|
headers: {
|
|
880
787
|
[key: string]: string;
|
|
881
788
|
};
|
|
882
|
-
body:
|
|
789
|
+
body: DescribeEventTypesResponseBody;
|
|
883
790
|
static names(): {
|
|
884
791
|
[key: string]: string;
|
|
885
792
|
};
|
|
@@ -890,9 +797,22 @@ export declare class DescribeDataTotalCountResponse extends $tea.Model {
|
|
|
890
797
|
[key: string]: any;
|
|
891
798
|
});
|
|
892
799
|
}
|
|
893
|
-
export declare class
|
|
894
|
-
|
|
800
|
+
export declare class DescribeEventsRequest extends $tea.Model {
|
|
801
|
+
currentPage?: number;
|
|
802
|
+
dealUserId?: string;
|
|
803
|
+
endTime?: string;
|
|
895
804
|
id?: number;
|
|
805
|
+
instanceName?: string;
|
|
806
|
+
lang?: string;
|
|
807
|
+
pageSize?: number;
|
|
808
|
+
productCode?: string;
|
|
809
|
+
startTime?: string;
|
|
810
|
+
status?: string;
|
|
811
|
+
subTypeCode?: string;
|
|
812
|
+
targetProductCode?: string;
|
|
813
|
+
typeCode?: string;
|
|
814
|
+
userId?: number;
|
|
815
|
+
userName?: string;
|
|
896
816
|
static names(): {
|
|
897
817
|
[key: string]: string;
|
|
898
818
|
};
|
|
@@ -903,9 +823,12 @@ export declare class DescribeEventDetailRequest extends $tea.Model {
|
|
|
903
823
|
[key: string]: any;
|
|
904
824
|
});
|
|
905
825
|
}
|
|
906
|
-
export declare class
|
|
826
|
+
export declare class DescribeEventsResponseBody extends $tea.Model {
|
|
827
|
+
currentPage?: number;
|
|
828
|
+
items?: DescribeEventsResponseBodyItems[];
|
|
829
|
+
pageSize?: number;
|
|
907
830
|
requestId?: string;
|
|
908
|
-
|
|
831
|
+
totalCount?: number;
|
|
909
832
|
static names(): {
|
|
910
833
|
[key: string]: string;
|
|
911
834
|
};
|
|
@@ -916,11 +839,11 @@ export declare class DescribeEventDetailResponseBody extends $tea.Model {
|
|
|
916
839
|
[key: string]: any;
|
|
917
840
|
});
|
|
918
841
|
}
|
|
919
|
-
export declare class
|
|
842
|
+
export declare class DescribeEventsResponse extends $tea.Model {
|
|
920
843
|
headers: {
|
|
921
844
|
[key: string]: string;
|
|
922
845
|
};
|
|
923
|
-
body:
|
|
846
|
+
body: DescribeEventsResponseBody;
|
|
924
847
|
static names(): {
|
|
925
848
|
[key: string]: string;
|
|
926
849
|
};
|
|
@@ -931,22 +854,14 @@ export declare class DescribeEventDetailResponse extends $tea.Model {
|
|
|
931
854
|
[key: string]: any;
|
|
932
855
|
});
|
|
933
856
|
}
|
|
934
|
-
export declare class
|
|
857
|
+
export declare class DescribeInstanceSourcesRequest extends $tea.Model {
|
|
858
|
+
currentPage?: number;
|
|
859
|
+
engineType?: string;
|
|
860
|
+
instanceId?: string;
|
|
935
861
|
lang?: string;
|
|
936
|
-
id?: number;
|
|
937
|
-
userId?: number;
|
|
938
|
-
dealUserId?: string;
|
|
939
|
-
status?: string;
|
|
940
|
-
typeCode?: string;
|
|
941
|
-
subTypeCode?: string;
|
|
942
|
-
startTime?: string;
|
|
943
|
-
endTime?: string;
|
|
944
862
|
pageSize?: number;
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
productCode?: string;
|
|
948
|
-
targetProductCode?: string;
|
|
949
|
-
userName?: string;
|
|
863
|
+
productId?: number;
|
|
864
|
+
serviceRegionId?: string;
|
|
950
865
|
static names(): {
|
|
951
866
|
[key: string]: string;
|
|
952
867
|
};
|
|
@@ -957,12 +872,12 @@ export declare class DescribeEventsRequest extends $tea.Model {
|
|
|
957
872
|
[key: string]: any;
|
|
958
873
|
});
|
|
959
874
|
}
|
|
960
|
-
export declare class
|
|
875
|
+
export declare class DescribeInstanceSourcesResponseBody extends $tea.Model {
|
|
961
876
|
currentPage?: number;
|
|
962
|
-
|
|
877
|
+
items?: DescribeInstanceSourcesResponseBodyItems[];
|
|
963
878
|
pageSize?: number;
|
|
879
|
+
requestId?: string;
|
|
964
880
|
totalCount?: number;
|
|
965
|
-
items?: DescribeEventsResponseBodyItems[];
|
|
966
881
|
static names(): {
|
|
967
882
|
[key: string]: string;
|
|
968
883
|
};
|
|
@@ -973,11 +888,11 @@ export declare class DescribeEventsResponseBody extends $tea.Model {
|
|
|
973
888
|
[key: string]: any;
|
|
974
889
|
});
|
|
975
890
|
}
|
|
976
|
-
export declare class
|
|
891
|
+
export declare class DescribeInstanceSourcesResponse extends $tea.Model {
|
|
977
892
|
headers: {
|
|
978
893
|
[key: string]: string;
|
|
979
894
|
};
|
|
980
|
-
body:
|
|
895
|
+
body: DescribeInstanceSourcesResponseBody;
|
|
981
896
|
static names(): {
|
|
982
897
|
[key: string]: string;
|
|
983
898
|
};
|
|
@@ -988,21 +903,17 @@ export declare class DescribeEventsResponse extends $tea.Model {
|
|
|
988
903
|
[key: string]: any;
|
|
989
904
|
});
|
|
990
905
|
}
|
|
991
|
-
export declare class
|
|
906
|
+
export declare class DescribeInstancesRequest extends $tea.Model {
|
|
907
|
+
currentPage?: number;
|
|
908
|
+
featureType?: number;
|
|
992
909
|
lang?: string;
|
|
993
|
-
|
|
994
|
-
dealUserId?: string;
|
|
995
|
-
status?: string;
|
|
996
|
-
typeCode?: string;
|
|
997
|
-
subTypeCode?: string;
|
|
998
|
-
startTime?: string;
|
|
999
|
-
endTime?: string;
|
|
910
|
+
name?: string;
|
|
1000
911
|
pageSize?: number;
|
|
1001
|
-
currentPage?: number;
|
|
1002
|
-
instanceName?: string;
|
|
1003
912
|
productCode?: string;
|
|
1004
|
-
|
|
1005
|
-
|
|
913
|
+
productId?: number;
|
|
914
|
+
riskLevelId?: number;
|
|
915
|
+
ruleId?: number;
|
|
916
|
+
serviceRegionId?: string;
|
|
1006
917
|
static names(): {
|
|
1007
918
|
[key: string]: string;
|
|
1008
919
|
};
|
|
@@ -1013,9 +924,12 @@ export declare class DescribeEventTopRequest extends $tea.Model {
|
|
|
1013
924
|
[key: string]: any;
|
|
1014
925
|
});
|
|
1015
926
|
}
|
|
1016
|
-
export declare class
|
|
927
|
+
export declare class DescribeInstancesResponseBody extends $tea.Model {
|
|
928
|
+
currentPage?: number;
|
|
929
|
+
items?: DescribeInstancesResponseBodyItems[];
|
|
930
|
+
pageSize?: number;
|
|
1017
931
|
requestId?: string;
|
|
1018
|
-
|
|
932
|
+
totalCount?: number;
|
|
1019
933
|
static names(): {
|
|
1020
934
|
[key: string]: string;
|
|
1021
935
|
};
|
|
@@ -1026,11 +940,11 @@ export declare class DescribeEventTopResponseBody extends $tea.Model {
|
|
|
1026
940
|
[key: string]: any;
|
|
1027
941
|
});
|
|
1028
942
|
}
|
|
1029
|
-
export declare class
|
|
943
|
+
export declare class DescribeInstancesResponse extends $tea.Model {
|
|
1030
944
|
headers: {
|
|
1031
945
|
[key: string]: string;
|
|
1032
946
|
};
|
|
1033
|
-
body:
|
|
947
|
+
body: DescribeInstancesResponseBody;
|
|
1034
948
|
static names(): {
|
|
1035
949
|
[key: string]: string;
|
|
1036
950
|
};
|
|
@@ -1041,11 +955,9 @@ export declare class DescribeEventTopResponse extends $tea.Model {
|
|
|
1041
955
|
[key: string]: any;
|
|
1042
956
|
});
|
|
1043
957
|
}
|
|
1044
|
-
export declare class
|
|
958
|
+
export declare class DescribeOssObjectDetailRequest extends $tea.Model {
|
|
959
|
+
id?: number;
|
|
1045
960
|
lang?: string;
|
|
1046
|
-
parentTypeId?: number;
|
|
1047
|
-
resourceId?: number;
|
|
1048
|
-
status?: number;
|
|
1049
961
|
static names(): {
|
|
1050
962
|
[key: string]: string;
|
|
1051
963
|
};
|
|
@@ -1056,9 +968,9 @@ export declare class DescribeEventTypesRequest extends $tea.Model {
|
|
|
1056
968
|
[key: string]: any;
|
|
1057
969
|
});
|
|
1058
970
|
}
|
|
1059
|
-
export declare class
|
|
971
|
+
export declare class DescribeOssObjectDetailResponseBody extends $tea.Model {
|
|
972
|
+
ossObjectDetail?: DescribeOssObjectDetailResponseBodyOssObjectDetail;
|
|
1060
973
|
requestId?: string;
|
|
1061
|
-
eventTypeList?: DescribeEventTypesResponseBodyEventTypeList[];
|
|
1062
974
|
static names(): {
|
|
1063
975
|
[key: string]: string;
|
|
1064
976
|
};
|
|
@@ -1069,11 +981,11 @@ export declare class DescribeEventTypesResponseBody extends $tea.Model {
|
|
|
1069
981
|
[key: string]: any;
|
|
1070
982
|
});
|
|
1071
983
|
}
|
|
1072
|
-
export declare class
|
|
984
|
+
export declare class DescribeOssObjectDetailResponse extends $tea.Model {
|
|
1073
985
|
headers: {
|
|
1074
986
|
[key: string]: string;
|
|
1075
987
|
};
|
|
1076
|
-
body:
|
|
988
|
+
body: DescribeOssObjectDetailResponseBody;
|
|
1077
989
|
static names(): {
|
|
1078
990
|
[key: string]: string;
|
|
1079
991
|
};
|
|
@@ -1084,9 +996,17 @@ export declare class DescribeEventTypesResponse extends $tea.Model {
|
|
|
1084
996
|
[key: string]: any;
|
|
1085
997
|
});
|
|
1086
998
|
}
|
|
1087
|
-
export declare class
|
|
999
|
+
export declare class DescribeOssObjectsRequest extends $tea.Model {
|
|
1000
|
+
currentPage?: number;
|
|
1001
|
+
instanceId?: string;
|
|
1088
1002
|
lang?: string;
|
|
1089
|
-
|
|
1003
|
+
lastScanTimeEnd?: number;
|
|
1004
|
+
lastScanTimeStart?: number;
|
|
1005
|
+
name?: string;
|
|
1006
|
+
pageSize?: number;
|
|
1007
|
+
riskLevelId?: number;
|
|
1008
|
+
ruleId?: number;
|
|
1009
|
+
serviceRegionId?: string;
|
|
1090
1010
|
static names(): {
|
|
1091
1011
|
[key: string]: string;
|
|
1092
1012
|
};
|
|
@@ -1097,9 +1017,12 @@ export declare class DescribeEventTypesDetailRequest extends $tea.Model {
|
|
|
1097
1017
|
[key: string]: any;
|
|
1098
1018
|
});
|
|
1099
1019
|
}
|
|
1100
|
-
export declare class
|
|
1020
|
+
export declare class DescribeOssObjectsResponseBody extends $tea.Model {
|
|
1021
|
+
currentPage?: number;
|
|
1022
|
+
items?: DescribeOssObjectsResponseBodyItems[];
|
|
1023
|
+
pageSize?: number;
|
|
1101
1024
|
requestId?: string;
|
|
1102
|
-
|
|
1025
|
+
totalCount?: number;
|
|
1103
1026
|
static names(): {
|
|
1104
1027
|
[key: string]: string;
|
|
1105
1028
|
};
|
|
@@ -1110,11 +1033,11 @@ export declare class DescribeEventTypesDetailResponseBody extends $tea.Model {
|
|
|
1110
1033
|
[key: string]: any;
|
|
1111
1034
|
});
|
|
1112
1035
|
}
|
|
1113
|
-
export declare class
|
|
1036
|
+
export declare class DescribeOssObjectsResponse extends $tea.Model {
|
|
1114
1037
|
headers: {
|
|
1115
1038
|
[key: string]: string;
|
|
1116
1039
|
};
|
|
1117
|
-
body:
|
|
1040
|
+
body: DescribeOssObjectsResponseBody;
|
|
1118
1041
|
static names(): {
|
|
1119
1042
|
[key: string]: string;
|
|
1120
1043
|
};
|
|
@@ -1125,10 +1048,15 @@ export declare class DescribeEventTypesDetailResponse extends $tea.Model {
|
|
|
1125
1048
|
[key: string]: any;
|
|
1126
1049
|
});
|
|
1127
1050
|
}
|
|
1128
|
-
export declare class
|
|
1129
|
-
|
|
1051
|
+
export declare class DescribePackagesRequest extends $tea.Model {
|
|
1052
|
+
currentPage?: number;
|
|
1130
1053
|
instanceId?: number;
|
|
1131
|
-
|
|
1054
|
+
lang?: string;
|
|
1055
|
+
name?: string;
|
|
1056
|
+
pageSize?: number;
|
|
1057
|
+
productId?: number;
|
|
1058
|
+
riskLevelId?: number;
|
|
1059
|
+
ruleId?: number;
|
|
1132
1060
|
static names(): {
|
|
1133
1061
|
[key: string]: string;
|
|
1134
1062
|
};
|
|
@@ -1139,9 +1067,12 @@ export declare class DescribeInstancePortraitRequest extends $tea.Model {
|
|
|
1139
1067
|
[key: string]: any;
|
|
1140
1068
|
});
|
|
1141
1069
|
}
|
|
1142
|
-
export declare class
|
|
1070
|
+
export declare class DescribePackagesResponseBody extends $tea.Model {
|
|
1071
|
+
currentPage?: number;
|
|
1072
|
+
items?: DescribePackagesResponseBodyItems[];
|
|
1073
|
+
pageSize?: number;
|
|
1143
1074
|
requestId?: string;
|
|
1144
|
-
|
|
1075
|
+
totalCount?: number;
|
|
1145
1076
|
static names(): {
|
|
1146
1077
|
[key: string]: string;
|
|
1147
1078
|
};
|
|
@@ -1152,11 +1083,11 @@ export declare class DescribeInstancePortraitResponseBody extends $tea.Model {
|
|
|
1152
1083
|
[key: string]: any;
|
|
1153
1084
|
});
|
|
1154
1085
|
}
|
|
1155
|
-
export declare class
|
|
1086
|
+
export declare class DescribePackagesResponse extends $tea.Model {
|
|
1156
1087
|
headers: {
|
|
1157
1088
|
[key: string]: string;
|
|
1158
1089
|
};
|
|
1159
|
-
body:
|
|
1090
|
+
body: DescribePackagesResponseBody;
|
|
1160
1091
|
static names(): {
|
|
1161
1092
|
[key: string]: string;
|
|
1162
1093
|
};
|
|
@@ -1167,27 +1098,8 @@ export declare class DescribeInstancePortraitResponse extends $tea.Model {
|
|
|
1167
1098
|
[key: string]: any;
|
|
1168
1099
|
});
|
|
1169
1100
|
}
|
|
1170
|
-
export declare class
|
|
1101
|
+
export declare class DescribeRiskLevelsRequest extends $tea.Model {
|
|
1171
1102
|
lang?: string;
|
|
1172
|
-
name?: string;
|
|
1173
|
-
productId?: number;
|
|
1174
|
-
riskLevelId?: number;
|
|
1175
|
-
ruleId?: number;
|
|
1176
|
-
serviceRegionId?: string;
|
|
1177
|
-
featureType?: number;
|
|
1178
|
-
productCode?: string;
|
|
1179
|
-
pageSize?: number;
|
|
1180
|
-
currentPage?: number;
|
|
1181
|
-
lastFinishTimeStart?: number;
|
|
1182
|
-
lastFinishTimeEnd?: number;
|
|
1183
|
-
userId?: number;
|
|
1184
|
-
userType?: number;
|
|
1185
|
-
sensLevelName?: string;
|
|
1186
|
-
source?: string;
|
|
1187
|
-
checkStatus?: number;
|
|
1188
|
-
nameAccurate?: string;
|
|
1189
|
-
startTime?: number;
|
|
1190
|
-
endTime?: number;
|
|
1191
1103
|
static names(): {
|
|
1192
1104
|
[key: string]: string;
|
|
1193
1105
|
};
|
|
@@ -1198,12 +1110,9 @@ export declare class DescribeInstancesRequest extends $tea.Model {
|
|
|
1198
1110
|
[key: string]: any;
|
|
1199
1111
|
});
|
|
1200
1112
|
}
|
|
1201
|
-
export declare class
|
|
1202
|
-
currentPage?: number;
|
|
1113
|
+
export declare class DescribeRiskLevelsResponseBody extends $tea.Model {
|
|
1203
1114
|
requestId?: string;
|
|
1204
|
-
|
|
1205
|
-
totalCount?: number;
|
|
1206
|
-
items?: DescribeInstancesResponseBodyItems[];
|
|
1115
|
+
riskLevelList?: DescribeRiskLevelsResponseBodyRiskLevelList[];
|
|
1207
1116
|
static names(): {
|
|
1208
1117
|
[key: string]: string;
|
|
1209
1118
|
};
|
|
@@ -1214,11 +1123,11 @@ export declare class DescribeInstancesResponseBody extends $tea.Model {
|
|
|
1214
1123
|
[key: string]: any;
|
|
1215
1124
|
});
|
|
1216
1125
|
}
|
|
1217
|
-
export declare class
|
|
1126
|
+
export declare class DescribeRiskLevelsResponse extends $tea.Model {
|
|
1218
1127
|
headers: {
|
|
1219
1128
|
[key: string]: string;
|
|
1220
1129
|
};
|
|
1221
|
-
body:
|
|
1130
|
+
body: DescribeRiskLevelsResponseBody;
|
|
1222
1131
|
static names(): {
|
|
1223
1132
|
[key: string]: string;
|
|
1224
1133
|
};
|
|
@@ -1229,16 +1138,22 @@ export declare class DescribeInstancesResponse extends $tea.Model {
|
|
|
1229
1138
|
[key: string]: any;
|
|
1230
1139
|
});
|
|
1231
1140
|
}
|
|
1232
|
-
export declare class
|
|
1141
|
+
export declare class DescribeRulesRequest extends $tea.Model {
|
|
1142
|
+
category?: number;
|
|
1143
|
+
contentCategory?: number;
|
|
1144
|
+
currentPage?: number;
|
|
1145
|
+
customType?: number;
|
|
1146
|
+
groupId?: string;
|
|
1147
|
+
keywordCompatible?: boolean;
|
|
1233
1148
|
lang?: string;
|
|
1149
|
+
name?: string;
|
|
1234
1150
|
pageSize?: number;
|
|
1235
|
-
|
|
1236
|
-
serviceRegionId?: string;
|
|
1237
|
-
engineType?: string;
|
|
1238
|
-
instanceId?: string;
|
|
1239
|
-
dbName?: string;
|
|
1151
|
+
productCode?: number;
|
|
1240
1152
|
productId?: number;
|
|
1241
|
-
|
|
1153
|
+
riskLevelId?: number;
|
|
1154
|
+
ruleType?: number;
|
|
1155
|
+
status?: number;
|
|
1156
|
+
warnLevel?: number;
|
|
1242
1157
|
static names(): {
|
|
1243
1158
|
[key: string]: string;
|
|
1244
1159
|
};
|
|
@@ -1249,12 +1164,12 @@ export declare class DescribeInstanceSourcesRequest extends $tea.Model {
|
|
|
1249
1164
|
[key: string]: any;
|
|
1250
1165
|
});
|
|
1251
1166
|
}
|
|
1252
|
-
export declare class
|
|
1167
|
+
export declare class DescribeRulesResponseBody extends $tea.Model {
|
|
1253
1168
|
currentPage?: number;
|
|
1254
|
-
|
|
1169
|
+
items?: DescribeRulesResponseBodyItems[];
|
|
1255
1170
|
pageSize?: number;
|
|
1171
|
+
requestId?: string;
|
|
1256
1172
|
totalCount?: number;
|
|
1257
|
-
items?: DescribeInstanceSourcesResponseBodyItems[];
|
|
1258
1173
|
static names(): {
|
|
1259
1174
|
[key: string]: string;
|
|
1260
1175
|
};
|
|
@@ -1265,11 +1180,11 @@ export declare class DescribeInstanceSourcesResponseBody extends $tea.Model {
|
|
|
1265
1180
|
[key: string]: any;
|
|
1266
1181
|
});
|
|
1267
1182
|
}
|
|
1268
|
-
export declare class
|
|
1183
|
+
export declare class DescribeRulesResponse extends $tea.Model {
|
|
1269
1184
|
headers: {
|
|
1270
1185
|
[key: string]: string;
|
|
1271
1186
|
};
|
|
1272
|
-
body:
|
|
1187
|
+
body: DescribeRulesResponseBody;
|
|
1273
1188
|
static names(): {
|
|
1274
1189
|
[key: string]: string;
|
|
1275
1190
|
};
|
|
@@ -1280,9 +1195,18 @@ export declare class DescribeInstanceSourcesResponse extends $tea.Model {
|
|
|
1280
1195
|
[key: string]: any;
|
|
1281
1196
|
});
|
|
1282
1197
|
}
|
|
1283
|
-
export declare class
|
|
1198
|
+
export declare class DescribeTablesRequest extends $tea.Model {
|
|
1199
|
+
currentPage?: number;
|
|
1200
|
+
instanceId?: number;
|
|
1284
1201
|
lang?: string;
|
|
1285
|
-
|
|
1202
|
+
name?: string;
|
|
1203
|
+
packageId?: number;
|
|
1204
|
+
pageSize?: number;
|
|
1205
|
+
productCode?: string;
|
|
1206
|
+
productId?: number;
|
|
1207
|
+
riskLevelId?: number;
|
|
1208
|
+
ruleId?: number;
|
|
1209
|
+
serviceRegionId?: string;
|
|
1286
1210
|
static names(): {
|
|
1287
1211
|
[key: string]: string;
|
|
1288
1212
|
};
|
|
@@ -1293,9 +1217,12 @@ export declare class DescribeOssObjectDetailRequest extends $tea.Model {
|
|
|
1293
1217
|
[key: string]: any;
|
|
1294
1218
|
});
|
|
1295
1219
|
}
|
|
1296
|
-
export declare class
|
|
1220
|
+
export declare class DescribeTablesResponseBody extends $tea.Model {
|
|
1221
|
+
currentPage?: number;
|
|
1222
|
+
items?: DescribeTablesResponseBodyItems[];
|
|
1223
|
+
pageSize?: number;
|
|
1297
1224
|
requestId?: string;
|
|
1298
|
-
|
|
1225
|
+
totalCount?: number;
|
|
1299
1226
|
static names(): {
|
|
1300
1227
|
[key: string]: string;
|
|
1301
1228
|
};
|
|
@@ -1306,11 +1233,11 @@ export declare class DescribeOssObjectDetailResponseBody extends $tea.Model {
|
|
|
1306
1233
|
[key: string]: any;
|
|
1307
1234
|
});
|
|
1308
1235
|
}
|
|
1309
|
-
export declare class
|
|
1236
|
+
export declare class DescribeTablesResponse extends $tea.Model {
|
|
1310
1237
|
headers: {
|
|
1311
1238
|
[key: string]: string;
|
|
1312
1239
|
};
|
|
1313
|
-
body:
|
|
1240
|
+
body: DescribeTablesResponseBody;
|
|
1314
1241
|
static names(): {
|
|
1315
1242
|
[key: string]: string;
|
|
1316
1243
|
};
|
|
@@ -1321,17 +1248,8 @@ export declare class DescribeOssObjectDetailResponse extends $tea.Model {
|
|
|
1321
1248
|
[key: string]: any;
|
|
1322
1249
|
});
|
|
1323
1250
|
}
|
|
1324
|
-
export declare class
|
|
1251
|
+
export declare class DescribeUserStatusRequest extends $tea.Model {
|
|
1325
1252
|
lang?: string;
|
|
1326
|
-
name?: string;
|
|
1327
|
-
riskLevelId?: number;
|
|
1328
|
-
ruleId?: number;
|
|
1329
|
-
instanceId?: string;
|
|
1330
|
-
pageSize?: number;
|
|
1331
|
-
currentPage?: number;
|
|
1332
|
-
serviceRegionId?: string;
|
|
1333
|
-
lastScanTimeStart?: number;
|
|
1334
|
-
lastScanTimeEnd?: number;
|
|
1335
1253
|
static names(): {
|
|
1336
1254
|
[key: string]: string;
|
|
1337
1255
|
};
|
|
@@ -1342,12 +1260,9 @@ export declare class DescribeOssObjectsRequest extends $tea.Model {
|
|
|
1342
1260
|
[key: string]: any;
|
|
1343
1261
|
});
|
|
1344
1262
|
}
|
|
1345
|
-
export declare class
|
|
1346
|
-
currentPage?: number;
|
|
1263
|
+
export declare class DescribeUserStatusResponseBody extends $tea.Model {
|
|
1347
1264
|
requestId?: string;
|
|
1348
|
-
|
|
1349
|
-
totalCount?: number;
|
|
1350
|
-
items?: DescribeOssObjectsResponseBodyItems[];
|
|
1265
|
+
userStatus?: DescribeUserStatusResponseBodyUserStatus;
|
|
1351
1266
|
static names(): {
|
|
1352
1267
|
[key: string]: string;
|
|
1353
1268
|
};
|
|
@@ -1358,11 +1273,11 @@ export declare class DescribeOssObjectsResponseBody extends $tea.Model {
|
|
|
1358
1273
|
[key: string]: any;
|
|
1359
1274
|
});
|
|
1360
1275
|
}
|
|
1361
|
-
export declare class
|
|
1276
|
+
export declare class DescribeUserStatusResponse extends $tea.Model {
|
|
1362
1277
|
headers: {
|
|
1363
1278
|
[key: string]: string;
|
|
1364
1279
|
};
|
|
1365
|
-
body:
|
|
1280
|
+
body: DescribeUserStatusResponseBody;
|
|
1366
1281
|
static names(): {
|
|
1367
1282
|
[key: string]: string;
|
|
1368
1283
|
};
|
|
@@ -1373,15 +1288,9 @@ export declare class DescribeOssObjectsResponse extends $tea.Model {
|
|
|
1373
1288
|
[key: string]: any;
|
|
1374
1289
|
});
|
|
1375
1290
|
}
|
|
1376
|
-
export declare class
|
|
1291
|
+
export declare class DisableUserConfigRequest extends $tea.Model {
|
|
1292
|
+
code?: string;
|
|
1377
1293
|
lang?: string;
|
|
1378
|
-
name?: string;
|
|
1379
|
-
productId?: number;
|
|
1380
|
-
riskLevelId?: number;
|
|
1381
|
-
ruleId?: number;
|
|
1382
|
-
instanceId?: number;
|
|
1383
|
-
pageSize?: number;
|
|
1384
|
-
currentPage?: number;
|
|
1385
1294
|
static names(): {
|
|
1386
1295
|
[key: string]: string;
|
|
1387
1296
|
};
|
|
@@ -1392,12 +1301,8 @@ export declare class DescribePackagesRequest extends $tea.Model {
|
|
|
1392
1301
|
[key: string]: any;
|
|
1393
1302
|
});
|
|
1394
1303
|
}
|
|
1395
|
-
export declare class
|
|
1396
|
-
currentPage?: number;
|
|
1304
|
+
export declare class DisableUserConfigResponseBody extends $tea.Model {
|
|
1397
1305
|
requestId?: string;
|
|
1398
|
-
pageSize?: number;
|
|
1399
|
-
totalCount?: number;
|
|
1400
|
-
items?: DescribePackagesResponseBodyItems[];
|
|
1401
1306
|
static names(): {
|
|
1402
1307
|
[key: string]: string;
|
|
1403
1308
|
};
|
|
@@ -1408,11 +1313,11 @@ export declare class DescribePackagesResponseBody extends $tea.Model {
|
|
|
1408
1313
|
[key: string]: any;
|
|
1409
1314
|
});
|
|
1410
1315
|
}
|
|
1411
|
-
export declare class
|
|
1316
|
+
export declare class DisableUserConfigResponse extends $tea.Model {
|
|
1412
1317
|
headers: {
|
|
1413
1318
|
[key: string]: string;
|
|
1414
1319
|
};
|
|
1415
|
-
body:
|
|
1320
|
+
body: DisableUserConfigResponseBody;
|
|
1416
1321
|
static names(): {
|
|
1417
1322
|
[key: string]: string;
|
|
1418
1323
|
};
|
|
@@ -1423,8 +1328,9 @@ export declare class DescribePackagesResponse extends $tea.Model {
|
|
|
1423
1328
|
[key: string]: any;
|
|
1424
1329
|
});
|
|
1425
1330
|
}
|
|
1426
|
-
export declare class
|
|
1427
|
-
|
|
1331
|
+
export declare class ExecDatamaskRequest extends $tea.Model {
|
|
1332
|
+
data?: string;
|
|
1333
|
+
templateId?: number;
|
|
1428
1334
|
static names(): {
|
|
1429
1335
|
[key: string]: string;
|
|
1430
1336
|
};
|
|
@@ -1435,9 +1341,9 @@ export declare class DescribeRiskLevelsRequest extends $tea.Model {
|
|
|
1435
1341
|
[key: string]: any;
|
|
1436
1342
|
});
|
|
1437
1343
|
}
|
|
1438
|
-
export declare class
|
|
1344
|
+
export declare class ExecDatamaskResponseBody extends $tea.Model {
|
|
1345
|
+
data?: string;
|
|
1439
1346
|
requestId?: string;
|
|
1440
|
-
riskLevelList?: DescribeRiskLevelsResponseBodyRiskLevelList[];
|
|
1441
1347
|
static names(): {
|
|
1442
1348
|
[key: string]: string;
|
|
1443
1349
|
};
|
|
@@ -1448,11 +1354,11 @@ export declare class DescribeRiskLevelsResponseBody extends $tea.Model {
|
|
|
1448
1354
|
[key: string]: any;
|
|
1449
1355
|
});
|
|
1450
1356
|
}
|
|
1451
|
-
export declare class
|
|
1357
|
+
export declare class ExecDatamaskResponse extends $tea.Model {
|
|
1452
1358
|
headers: {
|
|
1453
1359
|
[key: string]: string;
|
|
1454
1360
|
};
|
|
1455
|
-
body:
|
|
1361
|
+
body: ExecDatamaskResponseBody;
|
|
1456
1362
|
static names(): {
|
|
1457
1363
|
[key: string]: string;
|
|
1458
1364
|
};
|
|
@@ -1463,9 +1369,9 @@ export declare class DescribeRiskLevelsResponse extends $tea.Model {
|
|
|
1463
1369
|
[key: string]: any;
|
|
1464
1370
|
});
|
|
1465
1371
|
}
|
|
1466
|
-
export declare class
|
|
1372
|
+
export declare class ManualTriggerMaskingProcessRequest extends $tea.Model {
|
|
1373
|
+
id?: number;
|
|
1467
1374
|
lang?: string;
|
|
1468
|
-
productId?: number;
|
|
1469
1375
|
static names(): {
|
|
1470
1376
|
[key: string]: string;
|
|
1471
1377
|
};
|
|
@@ -1476,10 +1382,8 @@ export declare class DescribeRuleCategoryRequest extends $tea.Model {
|
|
|
1476
1382
|
[key: string]: any;
|
|
1477
1383
|
});
|
|
1478
1384
|
}
|
|
1479
|
-
export declare class
|
|
1385
|
+
export declare class ManualTriggerMaskingProcessResponseBody extends $tea.Model {
|
|
1480
1386
|
requestId?: string;
|
|
1481
|
-
ruleList?: DescribeRuleCategoryResponseBodyRuleList[];
|
|
1482
|
-
productList?: DescribeRuleCategoryResponseBodyProductList[];
|
|
1483
1387
|
static names(): {
|
|
1484
1388
|
[key: string]: string;
|
|
1485
1389
|
};
|
|
@@ -1490,11 +1394,11 @@ export declare class DescribeRuleCategoryResponseBody extends $tea.Model {
|
|
|
1490
1394
|
[key: string]: any;
|
|
1491
1395
|
});
|
|
1492
1396
|
}
|
|
1493
|
-
export declare class
|
|
1397
|
+
export declare class ManualTriggerMaskingProcessResponse extends $tea.Model {
|
|
1494
1398
|
headers: {
|
|
1495
1399
|
[key: string]: string;
|
|
1496
1400
|
};
|
|
1497
|
-
body:
|
|
1401
|
+
body: ManualTriggerMaskingProcessResponseBody;
|
|
1498
1402
|
static names(): {
|
|
1499
1403
|
[key: string]: string;
|
|
1500
1404
|
};
|
|
@@ -1505,22 +1409,19 @@ export declare class DescribeRuleCategoryResponse extends $tea.Model {
|
|
|
1505
1409
|
[key: string]: any;
|
|
1506
1410
|
});
|
|
1507
1411
|
}
|
|
1508
|
-
export declare class
|
|
1412
|
+
export declare class ModifyDataLimitRequest extends $tea.Model {
|
|
1413
|
+
auditStatus?: number;
|
|
1414
|
+
autoScan?: number;
|
|
1415
|
+
engineType?: string;
|
|
1416
|
+
id?: number;
|
|
1509
1417
|
lang?: string;
|
|
1510
|
-
|
|
1511
|
-
|
|
1512
|
-
|
|
1513
|
-
|
|
1514
|
-
|
|
1515
|
-
|
|
1516
|
-
|
|
1517
|
-
productCode?: number;
|
|
1518
|
-
productId?: number;
|
|
1519
|
-
warnLevel?: number;
|
|
1520
|
-
contentCategory?: number;
|
|
1521
|
-
status?: number;
|
|
1522
|
-
keywordCompatible?: boolean;
|
|
1523
|
-
groupId?: string;
|
|
1418
|
+
logStoreDay?: number;
|
|
1419
|
+
modifyPassword?: boolean;
|
|
1420
|
+
password?: string;
|
|
1421
|
+
port?: number;
|
|
1422
|
+
resourceType?: number;
|
|
1423
|
+
serviceRegionId?: string;
|
|
1424
|
+
userName?: string;
|
|
1524
1425
|
static names(): {
|
|
1525
1426
|
[key: string]: string;
|
|
1526
1427
|
};
|
|
@@ -1531,12 +1432,8 @@ export declare class DescribeRulesRequest extends $tea.Model {
|
|
|
1531
1432
|
[key: string]: any;
|
|
1532
1433
|
});
|
|
1533
1434
|
}
|
|
1534
|
-
export declare class
|
|
1535
|
-
currentPage?: number;
|
|
1435
|
+
export declare class ModifyDataLimitResponseBody extends $tea.Model {
|
|
1536
1436
|
requestId?: string;
|
|
1537
|
-
pageSize?: number;
|
|
1538
|
-
totalCount?: number;
|
|
1539
|
-
items?: DescribeRulesResponseBodyItems[];
|
|
1540
1437
|
static names(): {
|
|
1541
1438
|
[key: string]: string;
|
|
1542
1439
|
};
|
|
@@ -1547,11 +1444,11 @@ export declare class DescribeRulesResponseBody extends $tea.Model {
|
|
|
1547
1444
|
[key: string]: any;
|
|
1548
1445
|
});
|
|
1549
1446
|
}
|
|
1550
|
-
export declare class
|
|
1447
|
+
export declare class ModifyDataLimitResponse extends $tea.Model {
|
|
1551
1448
|
headers: {
|
|
1552
1449
|
[key: string]: string;
|
|
1553
1450
|
};
|
|
1554
|
-
body:
|
|
1451
|
+
body: ModifyDataLimitResponseBody;
|
|
1555
1452
|
static names(): {
|
|
1556
1453
|
[key: string]: string;
|
|
1557
1454
|
};
|
|
@@ -1562,25 +1459,10 @@ export declare class DescribeRulesResponse extends $tea.Model {
|
|
|
1562
1459
|
[key: string]: any;
|
|
1563
1460
|
});
|
|
1564
1461
|
}
|
|
1565
|
-
export declare class
|
|
1462
|
+
export declare class ModifyDefaultLevelRequest extends $tea.Model {
|
|
1463
|
+
defaultId?: number;
|
|
1566
1464
|
lang?: string;
|
|
1567
|
-
|
|
1568
|
-
productId?: number;
|
|
1569
|
-
productCode?: string;
|
|
1570
|
-
riskLevelId?: number;
|
|
1571
|
-
ruleId?: number;
|
|
1572
|
-
instanceId?: number;
|
|
1573
|
-
instanceName?: string;
|
|
1574
|
-
ruleName?: string;
|
|
1575
|
-
sensLevelName?: string;
|
|
1576
|
-
packageId?: number;
|
|
1577
|
-
pageSize?: number;
|
|
1578
|
-
currentPage?: number;
|
|
1579
|
-
lastScanTimeStart?: number;
|
|
1580
|
-
lastScanTimeEnd?: number;
|
|
1581
|
-
startTime?: number;
|
|
1582
|
-
endTime?: number;
|
|
1583
|
-
instanceDescription?: string;
|
|
1465
|
+
sensitiveIds?: string;
|
|
1584
1466
|
static names(): {
|
|
1585
1467
|
[key: string]: string;
|
|
1586
1468
|
};
|
|
@@ -1591,12 +1473,8 @@ export declare class DescribeTablesRequest extends $tea.Model {
|
|
|
1591
1473
|
[key: string]: any;
|
|
1592
1474
|
});
|
|
1593
1475
|
}
|
|
1594
|
-
export declare class
|
|
1595
|
-
currentPage?: number;
|
|
1476
|
+
export declare class ModifyDefaultLevelResponseBody extends $tea.Model {
|
|
1596
1477
|
requestId?: string;
|
|
1597
|
-
pageSize?: number;
|
|
1598
|
-
totalCount?: number;
|
|
1599
|
-
items?: DescribeTablesResponseBodyItems[];
|
|
1600
1478
|
static names(): {
|
|
1601
1479
|
[key: string]: string;
|
|
1602
1480
|
};
|
|
@@ -1607,11 +1485,11 @@ export declare class DescribeTablesResponseBody extends $tea.Model {
|
|
|
1607
1485
|
[key: string]: any;
|
|
1608
1486
|
});
|
|
1609
1487
|
}
|
|
1610
|
-
export declare class
|
|
1488
|
+
export declare class ModifyDefaultLevelResponse extends $tea.Model {
|
|
1611
1489
|
headers: {
|
|
1612
1490
|
[key: string]: string;
|
|
1613
1491
|
};
|
|
1614
|
-
body:
|
|
1492
|
+
body: ModifyDefaultLevelResponseBody;
|
|
1615
1493
|
static names(): {
|
|
1616
1494
|
[key: string]: string;
|
|
1617
1495
|
};
|
|
@@ -1622,8 +1500,12 @@ export declare class DescribeTablesResponse extends $tea.Model {
|
|
|
1622
1500
|
[key: string]: any;
|
|
1623
1501
|
});
|
|
1624
1502
|
}
|
|
1625
|
-
export declare class
|
|
1503
|
+
export declare class ModifyEventStatusRequest extends $tea.Model {
|
|
1504
|
+
backed?: boolean;
|
|
1505
|
+
dealReason?: string;
|
|
1506
|
+
id?: number;
|
|
1626
1507
|
lang?: string;
|
|
1508
|
+
status?: number;
|
|
1627
1509
|
static names(): {
|
|
1628
1510
|
[key: string]: string;
|
|
1629
1511
|
};
|
|
@@ -1634,9 +1516,8 @@ export declare class DescribeUserCountRequest extends $tea.Model {
|
|
|
1634
1516
|
[key: string]: any;
|
|
1635
1517
|
});
|
|
1636
1518
|
}
|
|
1637
|
-
export declare class
|
|
1519
|
+
export declare class ModifyEventStatusResponseBody extends $tea.Model {
|
|
1638
1520
|
requestId?: string;
|
|
1639
|
-
userCount?: DescribeUserCountResponseBodyUserCount;
|
|
1640
1521
|
static names(): {
|
|
1641
1522
|
[key: string]: string;
|
|
1642
1523
|
};
|
|
@@ -1647,11 +1528,11 @@ export declare class DescribeUserCountResponseBody extends $tea.Model {
|
|
|
1647
1528
|
[key: string]: any;
|
|
1648
1529
|
});
|
|
1649
1530
|
}
|
|
1650
|
-
export declare class
|
|
1531
|
+
export declare class ModifyEventStatusResponse extends $tea.Model {
|
|
1651
1532
|
headers: {
|
|
1652
1533
|
[key: string]: string;
|
|
1653
1534
|
};
|
|
1654
|
-
body:
|
|
1535
|
+
body: ModifyEventStatusResponseBody;
|
|
1655
1536
|
static names(): {
|
|
1656
1537
|
[key: string]: string;
|
|
1657
1538
|
};
|
|
@@ -1662,8 +1543,9 @@ export declare class DescribeUserCountResponse extends $tea.Model {
|
|
|
1662
1543
|
[key: string]: any;
|
|
1663
1544
|
});
|
|
1664
1545
|
}
|
|
1665
|
-
export declare class
|
|
1546
|
+
export declare class ModifyEventTypeStatusRequest extends $tea.Model {
|
|
1666
1547
|
lang?: string;
|
|
1548
|
+
subTypeIds?: string;
|
|
1667
1549
|
static names(): {
|
|
1668
1550
|
[key: string]: string;
|
|
1669
1551
|
};
|
|
@@ -1674,9 +1556,8 @@ export declare class DescribeUserStatusRequest extends $tea.Model {
|
|
|
1674
1556
|
[key: string]: any;
|
|
1675
1557
|
});
|
|
1676
1558
|
}
|
|
1677
|
-
export declare class
|
|
1559
|
+
export declare class ModifyEventTypeStatusResponseBody extends $tea.Model {
|
|
1678
1560
|
requestId?: string;
|
|
1679
|
-
userStatus?: DescribeUserStatusResponseBodyUserStatus;
|
|
1680
1561
|
static names(): {
|
|
1681
1562
|
[key: string]: string;
|
|
1682
1563
|
};
|
|
@@ -1687,11 +1568,11 @@ export declare class DescribeUserStatusResponseBody extends $tea.Model {
|
|
|
1687
1568
|
[key: string]: any;
|
|
1688
1569
|
});
|
|
1689
1570
|
}
|
|
1690
|
-
export declare class
|
|
1571
|
+
export declare class ModifyEventTypeStatusResponse extends $tea.Model {
|
|
1691
1572
|
headers: {
|
|
1692
1573
|
[key: string]: string;
|
|
1693
1574
|
};
|
|
1694
|
-
body:
|
|
1575
|
+
body: ModifyEventTypeStatusResponseBody;
|
|
1695
1576
|
static names(): {
|
|
1696
1577
|
[key: string]: string;
|
|
1697
1578
|
};
|
|
@@ -1702,9 +1583,17 @@ export declare class DescribeUserStatusResponse extends $tea.Model {
|
|
|
1702
1583
|
[key: string]: any;
|
|
1703
1584
|
});
|
|
1704
1585
|
}
|
|
1705
|
-
export declare class
|
|
1586
|
+
export declare class ModifyRuleRequest extends $tea.Model {
|
|
1587
|
+
category?: number;
|
|
1588
|
+
content?: string;
|
|
1589
|
+
id?: number;
|
|
1706
1590
|
lang?: string;
|
|
1707
|
-
|
|
1591
|
+
name?: string;
|
|
1592
|
+
productCode?: string;
|
|
1593
|
+
productId?: number;
|
|
1594
|
+
riskLevelId?: number;
|
|
1595
|
+
ruleType?: number;
|
|
1596
|
+
warnLevel?: number;
|
|
1708
1597
|
static names(): {
|
|
1709
1598
|
[key: string]: string;
|
|
1710
1599
|
};
|
|
@@ -1715,7 +1604,7 @@ export declare class DisableUserConfigRequest extends $tea.Model {
|
|
|
1715
1604
|
[key: string]: any;
|
|
1716
1605
|
});
|
|
1717
1606
|
}
|
|
1718
|
-
export declare class
|
|
1607
|
+
export declare class ModifyRuleResponseBody extends $tea.Model {
|
|
1719
1608
|
requestId?: string;
|
|
1720
1609
|
static names(): {
|
|
1721
1610
|
[key: string]: string;
|
|
@@ -1727,11 +1616,11 @@ export declare class DisableUserConfigResponseBody extends $tea.Model {
|
|
|
1727
1616
|
[key: string]: any;
|
|
1728
1617
|
});
|
|
1729
1618
|
}
|
|
1730
|
-
export declare class
|
|
1619
|
+
export declare class ModifyRuleResponse extends $tea.Model {
|
|
1731
1620
|
headers: {
|
|
1732
1621
|
[key: string]: string;
|
|
1733
1622
|
};
|
|
1734
|
-
body:
|
|
1623
|
+
body: ModifyRuleResponseBody;
|
|
1735
1624
|
static names(): {
|
|
1736
1625
|
[key: string]: string;
|
|
1737
1626
|
};
|
|
@@ -1742,9 +1631,11 @@ export declare class DisableUserConfigResponse extends $tea.Model {
|
|
|
1742
1631
|
[key: string]: any;
|
|
1743
1632
|
});
|
|
1744
1633
|
}
|
|
1745
|
-
export declare class
|
|
1746
|
-
|
|
1747
|
-
|
|
1634
|
+
export declare class ModifyRuleStatusRequest extends $tea.Model {
|
|
1635
|
+
id?: number;
|
|
1636
|
+
ids?: string;
|
|
1637
|
+
lang?: string;
|
|
1638
|
+
status?: number;
|
|
1748
1639
|
static names(): {
|
|
1749
1640
|
[key: string]: string;
|
|
1750
1641
|
};
|
|
@@ -1755,8 +1646,8 @@ export declare class ExecDatamaskRequest extends $tea.Model {
|
|
|
1755
1646
|
[key: string]: any;
|
|
1756
1647
|
});
|
|
1757
1648
|
}
|
|
1758
|
-
export declare class
|
|
1759
|
-
|
|
1649
|
+
export declare class ModifyRuleStatusResponseBody extends $tea.Model {
|
|
1650
|
+
failedIds?: string;
|
|
1760
1651
|
requestId?: string;
|
|
1761
1652
|
static names(): {
|
|
1762
1653
|
[key: string]: string;
|
|
@@ -1768,11 +1659,11 @@ export declare class ExecDatamaskResponseBody extends $tea.Model {
|
|
|
1768
1659
|
[key: string]: any;
|
|
1769
1660
|
});
|
|
1770
1661
|
}
|
|
1771
|
-
export declare class
|
|
1662
|
+
export declare class ModifyRuleStatusResponse extends $tea.Model {
|
|
1772
1663
|
headers: {
|
|
1773
1664
|
[key: string]: string;
|
|
1774
1665
|
};
|
|
1775
|
-
body:
|
|
1666
|
+
body: ModifyRuleStatusResponseBody;
|
|
1776
1667
|
static names(): {
|
|
1777
1668
|
[key: string]: string;
|
|
1778
1669
|
};
|
|
@@ -1783,9 +1674,9 @@ export declare class ExecDatamaskResponse extends $tea.Model {
|
|
|
1783
1674
|
[key: string]: any;
|
|
1784
1675
|
});
|
|
1785
1676
|
}
|
|
1786
|
-
export declare class
|
|
1787
|
-
lang?: string;
|
|
1677
|
+
export declare class StopMaskingProcessRequest extends $tea.Model {
|
|
1788
1678
|
id?: number;
|
|
1679
|
+
lang?: string;
|
|
1789
1680
|
static names(): {
|
|
1790
1681
|
[key: string]: string;
|
|
1791
1682
|
};
|
|
@@ -1796,7 +1687,7 @@ export declare class ManualTriggerMaskingProcessRequest extends $tea.Model {
|
|
|
1796
1687
|
[key: string]: any;
|
|
1797
1688
|
});
|
|
1798
1689
|
}
|
|
1799
|
-
export declare class
|
|
1690
|
+
export declare class StopMaskingProcessResponseBody extends $tea.Model {
|
|
1800
1691
|
requestId?: string;
|
|
1801
1692
|
static names(): {
|
|
1802
1693
|
[key: string]: string;
|
|
@@ -1808,11 +1699,11 @@ export declare class ManualTriggerMaskingProcessResponseBody extends $tea.Model
|
|
|
1808
1699
|
[key: string]: any;
|
|
1809
1700
|
});
|
|
1810
1701
|
}
|
|
1811
|
-
export declare class
|
|
1702
|
+
export declare class StopMaskingProcessResponse extends $tea.Model {
|
|
1812
1703
|
headers: {
|
|
1813
1704
|
[key: string]: string;
|
|
1814
1705
|
};
|
|
1815
|
-
body:
|
|
1706
|
+
body: StopMaskingProcessResponseBody;
|
|
1816
1707
|
static names(): {
|
|
1817
1708
|
[key: string]: string;
|
|
1818
1709
|
};
|
|
@@ -1823,19 +1714,14 @@ export declare class ManualTriggerMaskingProcessResponse extends $tea.Model {
|
|
|
1823
1714
|
[key: string]: any;
|
|
1824
1715
|
});
|
|
1825
1716
|
}
|
|
1826
|
-
export declare class
|
|
1827
|
-
|
|
1717
|
+
export declare class DescribeCategoryTemplateRuleListResponseBodyItems extends $tea.Model {
|
|
1718
|
+
description?: string;
|
|
1828
1719
|
id?: number;
|
|
1829
|
-
|
|
1830
|
-
|
|
1831
|
-
|
|
1832
|
-
|
|
1833
|
-
|
|
1834
|
-
auditStatus?: number;
|
|
1835
|
-
logStoreDay?: number;
|
|
1836
|
-
engineType?: string;
|
|
1837
|
-
port?: number;
|
|
1838
|
-
autoScan?: number;
|
|
1720
|
+
identificationRuleIds?: string;
|
|
1721
|
+
identificationScope?: string;
|
|
1722
|
+
name?: string;
|
|
1723
|
+
riskLevelId?: number;
|
|
1724
|
+
status?: number;
|
|
1839
1725
|
static names(): {
|
|
1840
1726
|
[key: string]: string;
|
|
1841
1727
|
};
|
|
@@ -1846,8 +1732,26 @@ export declare class ModifyDataLimitRequest extends $tea.Model {
|
|
|
1846
1732
|
[key: string]: any;
|
|
1847
1733
|
});
|
|
1848
1734
|
}
|
|
1849
|
-
export declare class
|
|
1850
|
-
|
|
1735
|
+
export declare class DescribeColumnsResponseBodyItems extends $tea.Model {
|
|
1736
|
+
creationTime?: number;
|
|
1737
|
+
dataType?: string;
|
|
1738
|
+
id?: string;
|
|
1739
|
+
instanceId?: number;
|
|
1740
|
+
instanceName?: string;
|
|
1741
|
+
name?: string;
|
|
1742
|
+
odpsRiskLevelName?: string;
|
|
1743
|
+
odpsRiskLevelValue?: number;
|
|
1744
|
+
productCode?: string;
|
|
1745
|
+
revisionId?: number;
|
|
1746
|
+
revisionStatus?: number;
|
|
1747
|
+
riskLevelId?: number;
|
|
1748
|
+
riskLevelName?: string;
|
|
1749
|
+
ruleId?: number;
|
|
1750
|
+
ruleName?: string;
|
|
1751
|
+
sensLevelName?: string;
|
|
1752
|
+
sensitive?: boolean;
|
|
1753
|
+
tableId?: number;
|
|
1754
|
+
tableName?: string;
|
|
1851
1755
|
static names(): {
|
|
1852
1756
|
[key: string]: string;
|
|
1853
1757
|
};
|
|
@@ -1858,11 +1762,12 @@ export declare class ModifyDataLimitResponseBody extends $tea.Model {
|
|
|
1858
1762
|
[key: string]: any;
|
|
1859
1763
|
});
|
|
1860
1764
|
}
|
|
1861
|
-
export declare class
|
|
1862
|
-
|
|
1863
|
-
|
|
1864
|
-
|
|
1865
|
-
|
|
1765
|
+
export declare class DescribeConfigsResponseBodyConfigList extends $tea.Model {
|
|
1766
|
+
code?: string;
|
|
1767
|
+
defaultValue?: string;
|
|
1768
|
+
description?: string;
|
|
1769
|
+
id?: number;
|
|
1770
|
+
value?: string;
|
|
1866
1771
|
static names(): {
|
|
1867
1772
|
[key: string]: string;
|
|
1868
1773
|
};
|
|
@@ -1873,10 +1778,26 @@ export declare class ModifyDataLimitResponse extends $tea.Model {
|
|
|
1873
1778
|
[key: string]: any;
|
|
1874
1779
|
});
|
|
1875
1780
|
}
|
|
1876
|
-
export declare class
|
|
1877
|
-
|
|
1878
|
-
|
|
1879
|
-
|
|
1781
|
+
export declare class DescribeDataAssetsResponseBodyItems extends $tea.Model {
|
|
1782
|
+
acl?: string;
|
|
1783
|
+
creationTime?: number;
|
|
1784
|
+
dataType?: string;
|
|
1785
|
+
id?: string;
|
|
1786
|
+
labelsec?: boolean;
|
|
1787
|
+
name?: string;
|
|
1788
|
+
objectKey?: string;
|
|
1789
|
+
odpsRiskLevelName?: string;
|
|
1790
|
+
owner?: string;
|
|
1791
|
+
productCode?: string;
|
|
1792
|
+
productId?: string;
|
|
1793
|
+
protection?: boolean;
|
|
1794
|
+
riskLevelId?: number;
|
|
1795
|
+
riskLevelName?: string;
|
|
1796
|
+
ruleName?: string;
|
|
1797
|
+
sensitive?: boolean;
|
|
1798
|
+
sensitiveCount?: number;
|
|
1799
|
+
sensitiveRatio?: string;
|
|
1800
|
+
totalCount?: number;
|
|
1880
1801
|
static names(): {
|
|
1881
1802
|
[key: string]: string;
|
|
1882
1803
|
};
|
|
@@ -1887,709 +1808,18 @@ export declare class ModifyDefaultLevelRequest extends $tea.Model {
|
|
|
1887
1808
|
[key: string]: any;
|
|
1888
1809
|
});
|
|
1889
1810
|
}
|
|
1890
|
-
export declare class
|
|
1891
|
-
requestId?: string;
|
|
1892
|
-
static names(): {
|
|
1893
|
-
[key: string]: string;
|
|
1894
|
-
};
|
|
1895
|
-
static types(): {
|
|
1896
|
-
[key: string]: any;
|
|
1897
|
-
};
|
|
1898
|
-
constructor(map?: {
|
|
1899
|
-
[key: string]: any;
|
|
1900
|
-
});
|
|
1901
|
-
}
|
|
1902
|
-
export declare class ModifyDefaultLevelResponse extends $tea.Model {
|
|
1903
|
-
headers: {
|
|
1904
|
-
[key: string]: string;
|
|
1905
|
-
};
|
|
1906
|
-
body: ModifyDefaultLevelResponseBody;
|
|
1907
|
-
static names(): {
|
|
1908
|
-
[key: string]: string;
|
|
1909
|
-
};
|
|
1910
|
-
static types(): {
|
|
1911
|
-
[key: string]: any;
|
|
1912
|
-
};
|
|
1913
|
-
constructor(map?: {
|
|
1914
|
-
[key: string]: any;
|
|
1915
|
-
});
|
|
1916
|
-
}
|
|
1917
|
-
export declare class ModifyEventStatusRequest extends $tea.Model {
|
|
1918
|
-
lang?: string;
|
|
1919
|
-
id?: number;
|
|
1920
|
-
backed?: boolean;
|
|
1921
|
-
dealReason?: string;
|
|
1922
|
-
status?: number;
|
|
1923
|
-
static names(): {
|
|
1924
|
-
[key: string]: string;
|
|
1925
|
-
};
|
|
1926
|
-
static types(): {
|
|
1927
|
-
[key: string]: any;
|
|
1928
|
-
};
|
|
1929
|
-
constructor(map?: {
|
|
1930
|
-
[key: string]: any;
|
|
1931
|
-
});
|
|
1932
|
-
}
|
|
1933
|
-
export declare class ModifyEventStatusResponseBody extends $tea.Model {
|
|
1934
|
-
requestId?: string;
|
|
1935
|
-
static names(): {
|
|
1936
|
-
[key: string]: string;
|
|
1937
|
-
};
|
|
1938
|
-
static types(): {
|
|
1939
|
-
[key: string]: any;
|
|
1940
|
-
};
|
|
1941
|
-
constructor(map?: {
|
|
1942
|
-
[key: string]: any;
|
|
1943
|
-
});
|
|
1944
|
-
}
|
|
1945
|
-
export declare class ModifyEventStatusResponse extends $tea.Model {
|
|
1946
|
-
headers: {
|
|
1947
|
-
[key: string]: string;
|
|
1948
|
-
};
|
|
1949
|
-
body: ModifyEventStatusResponseBody;
|
|
1950
|
-
static names(): {
|
|
1951
|
-
[key: string]: string;
|
|
1952
|
-
};
|
|
1953
|
-
static types(): {
|
|
1954
|
-
[key: string]: any;
|
|
1955
|
-
};
|
|
1956
|
-
constructor(map?: {
|
|
1957
|
-
[key: string]: any;
|
|
1958
|
-
});
|
|
1959
|
-
}
|
|
1960
|
-
export declare class ModifyEventTypeStatusRequest extends $tea.Model {
|
|
1961
|
-
lang?: string;
|
|
1962
|
-
subTypeIds?: string;
|
|
1963
|
-
static names(): {
|
|
1964
|
-
[key: string]: string;
|
|
1965
|
-
};
|
|
1966
|
-
static types(): {
|
|
1967
|
-
[key: string]: any;
|
|
1968
|
-
};
|
|
1969
|
-
constructor(map?: {
|
|
1970
|
-
[key: string]: any;
|
|
1971
|
-
});
|
|
1972
|
-
}
|
|
1973
|
-
export declare class ModifyEventTypeStatusResponseBody extends $tea.Model {
|
|
1974
|
-
requestId?: string;
|
|
1975
|
-
static names(): {
|
|
1976
|
-
[key: string]: string;
|
|
1977
|
-
};
|
|
1978
|
-
static types(): {
|
|
1979
|
-
[key: string]: any;
|
|
1980
|
-
};
|
|
1981
|
-
constructor(map?: {
|
|
1982
|
-
[key: string]: any;
|
|
1983
|
-
});
|
|
1984
|
-
}
|
|
1985
|
-
export declare class ModifyEventTypeStatusResponse extends $tea.Model {
|
|
1986
|
-
headers: {
|
|
1987
|
-
[key: string]: string;
|
|
1988
|
-
};
|
|
1989
|
-
body: ModifyEventTypeStatusResponseBody;
|
|
1990
|
-
static names(): {
|
|
1991
|
-
[key: string]: string;
|
|
1992
|
-
};
|
|
1993
|
-
static types(): {
|
|
1994
|
-
[key: string]: any;
|
|
1995
|
-
};
|
|
1996
|
-
constructor(map?: {
|
|
1997
|
-
[key: string]: any;
|
|
1998
|
-
});
|
|
1999
|
-
}
|
|
2000
|
-
export declare class ModifyRuleRequest extends $tea.Model {
|
|
2001
|
-
lang?: string;
|
|
2002
|
-
id?: number;
|
|
2003
|
-
customType?: number;
|
|
2004
|
-
name?: string;
|
|
2005
|
-
category?: number;
|
|
2006
|
-
content?: string;
|
|
2007
|
-
statExpress?: string;
|
|
2008
|
-
riskLevelId?: number;
|
|
2009
|
-
ruleType?: number;
|
|
2010
|
-
productCode?: string;
|
|
2011
|
-
productId?: number;
|
|
2012
|
-
warnLevel?: number;
|
|
2013
|
-
description?: string;
|
|
2014
|
-
contentCategory?: number;
|
|
2015
|
-
target?: string;
|
|
2016
|
-
static names(): {
|
|
2017
|
-
[key: string]: string;
|
|
2018
|
-
};
|
|
2019
|
-
static types(): {
|
|
2020
|
-
[key: string]: any;
|
|
2021
|
-
};
|
|
2022
|
-
constructor(map?: {
|
|
2023
|
-
[key: string]: any;
|
|
2024
|
-
});
|
|
2025
|
-
}
|
|
2026
|
-
export declare class ModifyRuleResponseBody extends $tea.Model {
|
|
2027
|
-
requestId?: string;
|
|
2028
|
-
static names(): {
|
|
2029
|
-
[key: string]: string;
|
|
2030
|
-
};
|
|
2031
|
-
static types(): {
|
|
2032
|
-
[key: string]: any;
|
|
2033
|
-
};
|
|
2034
|
-
constructor(map?: {
|
|
2035
|
-
[key: string]: any;
|
|
2036
|
-
});
|
|
2037
|
-
}
|
|
2038
|
-
export declare class ModifyRuleResponse extends $tea.Model {
|
|
2039
|
-
headers: {
|
|
2040
|
-
[key: string]: string;
|
|
2041
|
-
};
|
|
2042
|
-
body: ModifyRuleResponseBody;
|
|
2043
|
-
static names(): {
|
|
2044
|
-
[key: string]: string;
|
|
2045
|
-
};
|
|
2046
|
-
static types(): {
|
|
2047
|
-
[key: string]: any;
|
|
2048
|
-
};
|
|
2049
|
-
constructor(map?: {
|
|
2050
|
-
[key: string]: any;
|
|
2051
|
-
});
|
|
2052
|
-
}
|
|
2053
|
-
export declare class ModifyRuleStatusRequest extends $tea.Model {
|
|
2054
|
-
lang?: string;
|
|
2055
|
-
id?: number;
|
|
2056
|
-
ids?: string;
|
|
2057
|
-
status?: number;
|
|
2058
|
-
static names(): {
|
|
2059
|
-
[key: string]: string;
|
|
2060
|
-
};
|
|
2061
|
-
static types(): {
|
|
2062
|
-
[key: string]: any;
|
|
2063
|
-
};
|
|
2064
|
-
constructor(map?: {
|
|
2065
|
-
[key: string]: any;
|
|
2066
|
-
});
|
|
2067
|
-
}
|
|
2068
|
-
export declare class ModifyRuleStatusResponseBody extends $tea.Model {
|
|
2069
|
-
failedIds?: string;
|
|
2070
|
-
requestId?: string;
|
|
2071
|
-
static names(): {
|
|
2072
|
-
[key: string]: string;
|
|
2073
|
-
};
|
|
2074
|
-
static types(): {
|
|
2075
|
-
[key: string]: any;
|
|
2076
|
-
};
|
|
2077
|
-
constructor(map?: {
|
|
2078
|
-
[key: string]: any;
|
|
2079
|
-
});
|
|
2080
|
-
}
|
|
2081
|
-
export declare class ModifyRuleStatusResponse extends $tea.Model {
|
|
2082
|
-
headers: {
|
|
2083
|
-
[key: string]: string;
|
|
2084
|
-
};
|
|
2085
|
-
body: ModifyRuleStatusResponseBody;
|
|
2086
|
-
static names(): {
|
|
2087
|
-
[key: string]: string;
|
|
2088
|
-
};
|
|
2089
|
-
static types(): {
|
|
2090
|
-
[key: string]: any;
|
|
2091
|
-
};
|
|
2092
|
-
constructor(map?: {
|
|
2093
|
-
[key: string]: any;
|
|
2094
|
-
});
|
|
2095
|
-
}
|
|
2096
|
-
export declare class StopMaskingProcessRequest extends $tea.Model {
|
|
2097
|
-
lang?: string;
|
|
2098
|
-
id?: number;
|
|
2099
|
-
featureType?: number;
|
|
2100
|
-
static names(): {
|
|
2101
|
-
[key: string]: string;
|
|
2102
|
-
};
|
|
2103
|
-
static types(): {
|
|
2104
|
-
[key: string]: any;
|
|
2105
|
-
};
|
|
2106
|
-
constructor(map?: {
|
|
2107
|
-
[key: string]: any;
|
|
2108
|
-
});
|
|
2109
|
-
}
|
|
2110
|
-
export declare class StopMaskingProcessResponseBody extends $tea.Model {
|
|
2111
|
-
requestId?: string;
|
|
2112
|
-
static names(): {
|
|
2113
|
-
[key: string]: string;
|
|
2114
|
-
};
|
|
2115
|
-
static types(): {
|
|
2116
|
-
[key: string]: any;
|
|
2117
|
-
};
|
|
2118
|
-
constructor(map?: {
|
|
2119
|
-
[key: string]: any;
|
|
2120
|
-
});
|
|
2121
|
-
}
|
|
2122
|
-
export declare class StopMaskingProcessResponse extends $tea.Model {
|
|
2123
|
-
headers: {
|
|
2124
|
-
[key: string]: string;
|
|
2125
|
-
};
|
|
2126
|
-
body: StopMaskingProcessResponseBody;
|
|
2127
|
-
static names(): {
|
|
2128
|
-
[key: string]: string;
|
|
2129
|
-
};
|
|
2130
|
-
static types(): {
|
|
2131
|
-
[key: string]: any;
|
|
2132
|
-
};
|
|
2133
|
-
constructor(map?: {
|
|
2134
|
-
[key: string]: any;
|
|
2135
|
-
});
|
|
2136
|
-
}
|
|
2137
|
-
export declare class DescribeAccountDetailResponseBodyAccountPrivilegeList extends $tea.Model {
|
|
2138
|
-
useAccountId?: string;
|
|
2139
|
-
productName?: string;
|
|
2140
|
-
useAccountTypeName?: string;
|
|
2141
|
-
useAccountCreateTime?: number;
|
|
2142
|
-
useAccountName?: string;
|
|
2143
|
-
useAccountType?: number;
|
|
2144
|
-
static names(): {
|
|
2145
|
-
[key: string]: string;
|
|
2146
|
-
};
|
|
2147
|
-
static types(): {
|
|
2148
|
-
[key: string]: any;
|
|
2149
|
-
};
|
|
2150
|
-
constructor(map?: {
|
|
2151
|
-
[key: string]: any;
|
|
2152
|
-
});
|
|
2153
|
-
}
|
|
2154
|
-
export declare class DescribeAccountDetailResponseBodyAccountEventCountTotal extends $tea.Model {
|
|
2155
|
-
excludeCount?: number;
|
|
2156
|
-
confirmCount?: number;
|
|
2157
|
-
totalCount?: number;
|
|
2158
|
-
undealCount?: number;
|
|
2159
|
-
static names(): {
|
|
2160
|
-
[key: string]: string;
|
|
2161
|
-
};
|
|
2162
|
-
static types(): {
|
|
2163
|
-
[key: string]: any;
|
|
2164
|
-
};
|
|
2165
|
-
constructor(map?: {
|
|
2166
|
-
[key: string]: any;
|
|
2167
|
-
});
|
|
2168
|
-
}
|
|
2169
|
-
export declare class DescribeAccountDetailResponseBodyAccountEventCount extends $tea.Model {
|
|
2170
|
-
total?: DescribeAccountDetailResponseBodyAccountEventCountTotal;
|
|
2171
|
-
static names(): {
|
|
2172
|
-
[key: string]: string;
|
|
2173
|
-
};
|
|
2174
|
-
static types(): {
|
|
2175
|
-
[key: string]: any;
|
|
2176
|
-
};
|
|
2177
|
-
constructor(map?: {
|
|
2178
|
-
[key: string]: any;
|
|
2179
|
-
});
|
|
2180
|
-
}
|
|
2181
|
-
export declare class DescribeAccountDetailResponseBodyAccount extends $tea.Model {
|
|
2182
|
-
dataInstance?: string;
|
|
2183
|
-
loginPolicyName?: string;
|
|
2184
|
-
loginName?: string;
|
|
2185
|
-
firstLevelDepartId?: number;
|
|
2186
|
-
createTime?: number;
|
|
2187
|
-
fullName?: string;
|
|
2188
|
-
deleteStatus?: string;
|
|
2189
|
-
userId?: number;
|
|
2190
|
-
aliUid?: number;
|
|
2191
|
-
roleNames?: string;
|
|
2192
|
-
email?: string;
|
|
2193
|
-
cellphoneNum?: string;
|
|
2194
|
-
firstLevelDepartName?: string;
|
|
2195
|
-
loginDataTime?: number;
|
|
2196
|
-
telephoneNum?: string;
|
|
2197
|
-
activeStatus?: string;
|
|
2198
|
-
id?: number;
|
|
2199
|
-
privilegeList?: DescribeAccountDetailResponseBodyAccountPrivilegeList[];
|
|
2200
|
-
eventCount?: DescribeAccountDetailResponseBodyAccountEventCount;
|
|
2201
|
-
static names(): {
|
|
2202
|
-
[key: string]: string;
|
|
2203
|
-
};
|
|
2204
|
-
static types(): {
|
|
2205
|
-
[key: string]: any;
|
|
2206
|
-
};
|
|
2207
|
-
constructor(map?: {
|
|
2208
|
-
[key: string]: any;
|
|
2209
|
-
});
|
|
2210
|
-
}
|
|
2211
|
-
export declare class DescribeAccountsResponseBodyItemsEventCountTotal extends $tea.Model {
|
|
2212
|
-
excludeCount?: number;
|
|
2213
|
-
confirmCount?: number;
|
|
2214
|
-
totalCount?: number;
|
|
2215
|
-
undealCount?: number;
|
|
2216
|
-
static names(): {
|
|
2217
|
-
[key: string]: string;
|
|
2218
|
-
};
|
|
2219
|
-
static types(): {
|
|
2220
|
-
[key: string]: any;
|
|
2221
|
-
};
|
|
2222
|
-
constructor(map?: {
|
|
2223
|
-
[key: string]: any;
|
|
2224
|
-
});
|
|
2225
|
-
}
|
|
2226
|
-
export declare class DescribeAccountsResponseBodyItemsEventCount extends $tea.Model {
|
|
2227
|
-
total?: DescribeAccountsResponseBodyItemsEventCountTotal;
|
|
2228
|
-
static names(): {
|
|
2229
|
-
[key: string]: string;
|
|
2230
|
-
};
|
|
2231
|
-
static types(): {
|
|
2232
|
-
[key: string]: any;
|
|
2233
|
-
};
|
|
2234
|
-
constructor(map?: {
|
|
2235
|
-
[key: string]: any;
|
|
2236
|
-
});
|
|
2237
|
-
}
|
|
2238
|
-
export declare class DescribeAccountsResponseBodyItems extends $tea.Model {
|
|
2239
|
-
dataInstance?: string;
|
|
2240
|
-
loginPolicyName?: string;
|
|
2241
|
-
accountTypeId?: number;
|
|
2242
|
-
loginName?: string;
|
|
2243
|
-
firstLevelDepartId?: number;
|
|
2244
|
-
createTime?: number;
|
|
2245
|
-
fullName?: string;
|
|
2246
|
-
deleteStatus?: string;
|
|
2247
|
-
userId?: number;
|
|
2248
|
-
aliUid?: number;
|
|
2249
|
-
roleNames?: string;
|
|
2250
|
-
email?: string;
|
|
2251
|
-
cellphoneNum?: string;
|
|
2252
|
-
instanceName?: string;
|
|
2253
|
-
firstLevelDepartName?: string;
|
|
2254
|
-
loginDataTime?: number;
|
|
2255
|
-
telephoneNum?: string;
|
|
2256
|
-
activeStatus?: string;
|
|
2257
|
-
id?: number;
|
|
2258
|
-
eventCount?: DescribeAccountsResponseBodyItemsEventCount;
|
|
2259
|
-
static names(): {
|
|
2260
|
-
[key: string]: string;
|
|
2261
|
-
};
|
|
2262
|
-
static types(): {
|
|
2263
|
-
[key: string]: any;
|
|
2264
|
-
};
|
|
2265
|
-
constructor(map?: {
|
|
2266
|
-
[key: string]: any;
|
|
2267
|
-
});
|
|
2268
|
-
}
|
|
2269
|
-
export declare class DescribeColumnsResponseBodyItems extends $tea.Model {
|
|
2270
|
-
creationTime?: number;
|
|
2271
|
-
tableName?: string;
|
|
2272
|
-
dataType?: string;
|
|
2273
|
-
odpsRiskLevelValue?: number;
|
|
2274
|
-
instanceId?: number;
|
|
2275
|
-
riskLevelId?: number;
|
|
2276
|
-
ruleName?: string;
|
|
2277
|
-
ruleId?: number;
|
|
2278
|
-
sensitive?: boolean;
|
|
2279
|
-
sensLevelName?: string;
|
|
2280
|
-
instanceName?: string;
|
|
2281
|
-
riskLevelName?: string;
|
|
2282
|
-
odpsRiskLevelName?: string;
|
|
2283
|
-
name?: string;
|
|
2284
|
-
tableId?: number;
|
|
2285
|
-
id?: string;
|
|
2286
|
-
productCode?: string;
|
|
2287
|
-
revisionStatus?: number;
|
|
2288
|
-
revisionId?: number;
|
|
2289
|
-
static names(): {
|
|
2290
|
-
[key: string]: string;
|
|
2291
|
-
};
|
|
2292
|
-
static types(): {
|
|
2293
|
-
[key: string]: any;
|
|
2294
|
-
};
|
|
2295
|
-
constructor(map?: {
|
|
2296
|
-
[key: string]: any;
|
|
2297
|
-
});
|
|
2298
|
-
}
|
|
2299
|
-
export declare class DescribeConfigsResponseBodyConfigList extends $tea.Model {
|
|
2300
|
-
code?: number;
|
|
2301
|
-
value?: number;
|
|
2302
|
-
defaultValue?: string;
|
|
2303
|
-
description?: string;
|
|
2304
|
-
id?: number;
|
|
2305
|
-
static names(): {
|
|
2306
|
-
[key: string]: string;
|
|
2307
|
-
};
|
|
2308
|
-
static types(): {
|
|
2309
|
-
[key: string]: any;
|
|
2310
|
-
};
|
|
2311
|
-
constructor(map?: {
|
|
2312
|
-
[key: string]: any;
|
|
2313
|
-
});
|
|
2314
|
-
}
|
|
2315
|
-
export declare class DescribeDataAssetsResponseBodyItems extends $tea.Model {
|
|
2316
|
-
acl?: string;
|
|
2317
|
-
creationTime?: number;
|
|
2318
|
-
dataType?: string;
|
|
2319
|
-
owner?: string;
|
|
2320
|
-
sensitiveRatio?: string;
|
|
2321
|
-
protection?: boolean;
|
|
2322
|
-
labelsec?: boolean;
|
|
2323
|
-
totalCount?: number;
|
|
2324
|
-
riskLevelId?: number;
|
|
2325
|
-
ruleName?: string;
|
|
2326
|
-
sensitive?: boolean;
|
|
2327
|
-
objectKey?: string;
|
|
2328
|
-
riskLevelName?: string;
|
|
2329
|
-
odpsRiskLevelName?: string;
|
|
2330
|
-
productId?: string;
|
|
2331
|
-
name?: string;
|
|
2332
|
-
sensitiveCount?: number;
|
|
2333
|
-
id?: string;
|
|
2334
|
-
productCode?: string;
|
|
2335
|
-
static names(): {
|
|
2336
|
-
[key: string]: string;
|
|
2337
|
-
};
|
|
2338
|
-
static types(): {
|
|
2339
|
-
[key: string]: any;
|
|
2340
|
-
};
|
|
2341
|
-
constructor(map?: {
|
|
2342
|
-
[key: string]: any;
|
|
2343
|
-
});
|
|
2344
|
-
}
|
|
2345
|
-
export declare class DescribeDataLimitDetailResponseBodyDataLimit extends $tea.Model {
|
|
2346
|
-
localName?: string;
|
|
2347
|
-
checkStatus?: number;
|
|
2348
|
-
port?: number;
|
|
2349
|
-
checkStatusName?: string;
|
|
2350
|
-
regionId?: string;
|
|
2351
|
-
parentId?: string;
|
|
2352
|
-
resourceType?: number;
|
|
2353
|
-
gmtCreate?: number;
|
|
2354
|
-
resourceTypeCode?: string;
|
|
2355
|
-
userName?: string;
|
|
2356
|
-
id?: number;
|
|
2357
|
-
static names(): {
|
|
2358
|
-
[key: string]: string;
|
|
2359
|
-
};
|
|
2360
|
-
static types(): {
|
|
2361
|
-
[key: string]: any;
|
|
2362
|
-
};
|
|
2363
|
-
constructor(map?: {
|
|
2364
|
-
[key: string]: any;
|
|
2365
|
-
});
|
|
2366
|
-
}
|
|
2367
|
-
export declare class DescribeDataLimitsResponseBodyItems extends $tea.Model {
|
|
2368
|
-
supportEvent?: boolean;
|
|
2369
|
-
errorMessage?: string;
|
|
2370
|
-
checkStatus?: number;
|
|
2371
|
-
localName?: string;
|
|
2372
|
-
tenantName?: string;
|
|
2373
|
-
nextStartTime?: number;
|
|
2374
|
-
port?: number;
|
|
2375
|
-
checkStatusName?: string;
|
|
2376
|
-
samplingSize?: number;
|
|
2377
|
-
parentId?: string;
|
|
2378
|
-
datamaskStatus?: number;
|
|
2379
|
-
processTotalCount?: number;
|
|
2380
|
-
resourceType?: number;
|
|
2381
|
-
errorCode?: string;
|
|
2382
|
-
ocrStatus?: number;
|
|
2383
|
-
logStoreDay?: number;
|
|
2384
|
-
eventStatus?: number;
|
|
2385
|
-
supportScan?: boolean;
|
|
2386
|
-
lastFinishedTime?: number;
|
|
2387
|
-
userName?: string;
|
|
2388
|
-
auditStatus?: number;
|
|
2389
|
-
supportOcr?: boolean;
|
|
2390
|
-
engineType?: string;
|
|
2391
|
-
instanceId?: string;
|
|
2392
|
-
totalCount?: number;
|
|
2393
|
-
instanceDescription?: string;
|
|
2394
|
-
dbVersion?: string;
|
|
2395
|
-
regionId?: string;
|
|
2396
|
-
gmtCreate?: number;
|
|
2397
|
-
supportAudit?: boolean;
|
|
2398
|
-
autoScan?: number;
|
|
2399
|
-
resourceTypeCode?: string;
|
|
2400
|
-
supportDatamask?: boolean;
|
|
2401
|
-
processStatus?: number;
|
|
2402
|
-
id?: number;
|
|
2403
|
-
enable?: number;
|
|
2404
|
-
static names(): {
|
|
2405
|
-
[key: string]: string;
|
|
2406
|
-
};
|
|
2407
|
-
static types(): {
|
|
2408
|
-
[key: string]: any;
|
|
2409
|
-
};
|
|
2410
|
-
constructor(map?: {
|
|
2411
|
-
[key: string]: any;
|
|
2412
|
-
});
|
|
2413
|
-
}
|
|
2414
|
-
export declare class DescribeDataLimitSetResponseBodyDataLimitSetDataLimitList extends $tea.Model {
|
|
2415
|
-
supportEvent?: boolean;
|
|
2416
|
-
localName?: string;
|
|
2417
|
-
checkStatus?: number;
|
|
2418
|
-
connector?: string;
|
|
2419
|
-
port?: number;
|
|
2420
|
-
checkStatusName?: string;
|
|
2421
|
-
regionId?: string;
|
|
2422
|
-
parentId?: string;
|
|
2423
|
-
resourceType?: number;
|
|
2424
|
-
logStoreDay?: number;
|
|
2425
|
-
eventStatus?: number;
|
|
2426
|
-
gmtCreate?: number;
|
|
2427
|
-
resourceTypeCode?: string;
|
|
2428
|
-
userName?: string;
|
|
2429
|
-
id?: number;
|
|
2430
|
-
auditStatus?: number;
|
|
2431
|
-
static names(): {
|
|
2432
|
-
[key: string]: string;
|
|
2433
|
-
};
|
|
2434
|
-
static types(): {
|
|
2435
|
-
[key: string]: any;
|
|
2436
|
-
};
|
|
2437
|
-
constructor(map?: {
|
|
2438
|
-
[key: string]: any;
|
|
2439
|
-
});
|
|
2440
|
-
}
|
|
2441
|
-
export declare class DescribeDataLimitSetResponseBodyDataLimitSetOssBucketList extends $tea.Model {
|
|
2442
|
-
regionId?: string;
|
|
2443
|
-
bucketName?: string;
|
|
2444
|
-
static names(): {
|
|
2445
|
-
[key: string]: string;
|
|
2446
|
-
};
|
|
2447
|
-
static types(): {
|
|
2448
|
-
[key: string]: any;
|
|
2449
|
-
};
|
|
2450
|
-
constructor(map?: {
|
|
2451
|
-
[key: string]: any;
|
|
2452
|
-
});
|
|
2453
|
-
}
|
|
2454
|
-
export declare class DescribeDataLimitSetResponseBodyDataLimitSetRegionList extends $tea.Model {
|
|
2455
|
-
regionId?: string;
|
|
2456
|
-
localName?: string;
|
|
2457
|
-
static names(): {
|
|
2458
|
-
[key: string]: string;
|
|
2459
|
-
};
|
|
2460
|
-
static types(): {
|
|
2461
|
-
[key: string]: any;
|
|
2462
|
-
};
|
|
2463
|
-
constructor(map?: {
|
|
2464
|
-
[key: string]: any;
|
|
2465
|
-
});
|
|
2466
|
-
}
|
|
2467
|
-
export declare class DescribeDataLimitSetResponseBodyDataLimitSet extends $tea.Model {
|
|
2468
|
-
resourceTypeCode?: string;
|
|
2469
|
-
resourceType?: number;
|
|
2470
|
-
totalCount?: number;
|
|
2471
|
-
dataLimitList?: DescribeDataLimitSetResponseBodyDataLimitSetDataLimitList[];
|
|
2472
|
-
ossBucketList?: DescribeDataLimitSetResponseBodyDataLimitSetOssBucketList[];
|
|
2473
|
-
regionList?: DescribeDataLimitSetResponseBodyDataLimitSetRegionList[];
|
|
2474
|
-
static names(): {
|
|
2475
|
-
[key: string]: string;
|
|
2476
|
-
};
|
|
2477
|
-
static types(): {
|
|
2478
|
-
[key: string]: any;
|
|
2479
|
-
};
|
|
2480
|
-
constructor(map?: {
|
|
2481
|
-
[key: string]: any;
|
|
2482
|
-
});
|
|
2483
|
-
}
|
|
2484
|
-
export declare class DescribeDataLimitsInstanceDimResponseBodyItemsDataLimitList extends $tea.Model {
|
|
2485
|
-
supportEvent?: boolean;
|
|
2486
|
-
errorMessage?: string;
|
|
1811
|
+
export declare class DescribeDataLimitDetailResponseBodyDataLimit extends $tea.Model {
|
|
2487
1812
|
checkStatus?: number;
|
|
2488
|
-
localName?: string;
|
|
2489
|
-
nextStartTime?: number;
|
|
2490
|
-
port?: number;
|
|
2491
1813
|
checkStatusName?: string;
|
|
2492
|
-
samplingSize?: number;
|
|
2493
|
-
parentId?: string;
|
|
2494
|
-
datamaskStatus?: number;
|
|
2495
|
-
processTotalCount?: number;
|
|
2496
|
-
resourceType?: number;
|
|
2497
|
-
errorCode?: string;
|
|
2498
|
-
ocrStatus?: number;
|
|
2499
|
-
logStoreDay?: number;
|
|
2500
|
-
eventStatus?: number;
|
|
2501
|
-
supportScan?: boolean;
|
|
2502
|
-
lastFinishedTime?: number;
|
|
2503
|
-
userName?: string;
|
|
2504
|
-
auditStatus?: number;
|
|
2505
|
-
autoCreateAccount?: boolean;
|
|
2506
|
-
supportOcr?: boolean;
|
|
2507
|
-
engineType?: string;
|
|
2508
|
-
totalCount?: number;
|
|
2509
|
-
dbVersion?: string;
|
|
2510
|
-
regionId?: string;
|
|
2511
1814
|
gmtCreate?: number;
|
|
2512
|
-
supportAudit?: boolean;
|
|
2513
|
-
autoScan?: number;
|
|
2514
|
-
resourceTypeCode?: string;
|
|
2515
|
-
supportDatamask?: boolean;
|
|
2516
|
-
processStatus?: number;
|
|
2517
1815
|
id?: number;
|
|
2518
|
-
enable?: number;
|
|
2519
|
-
static names(): {
|
|
2520
|
-
[key: string]: string;
|
|
2521
|
-
};
|
|
2522
|
-
static types(): {
|
|
2523
|
-
[key: string]: any;
|
|
2524
|
-
};
|
|
2525
|
-
constructor(map?: {
|
|
2526
|
-
[key: string]: any;
|
|
2527
|
-
});
|
|
2528
|
-
}
|
|
2529
|
-
export declare class DescribeDataLimitsInstanceDimResponseBodyItems extends $tea.Model {
|
|
2530
|
-
errorMessage?: string;
|
|
2531
|
-
checkStatus?: number;
|
|
2532
1816
|
localName?: string;
|
|
2533
|
-
nextStartTime?: number;
|
|
2534
|
-
port?: number;
|
|
2535
|
-
checkStatusName?: string;
|
|
2536
|
-
samplingSize?: number;
|
|
2537
1817
|
parentId?: string;
|
|
2538
|
-
|
|
2539
|
-
processTotalCount?: number;
|
|
2540
|
-
resourceType?: number;
|
|
2541
|
-
errorCode?: string;
|
|
2542
|
-
ocrStatus?: number;
|
|
2543
|
-
logStoreDay?: number;
|
|
2544
|
-
supportScan?: boolean;
|
|
2545
|
-
lastFinishedTime?: number;
|
|
2546
|
-
userName?: string;
|
|
2547
|
-
auditStatus?: number;
|
|
2548
|
-
supportOcr?: boolean;
|
|
2549
|
-
engineType?: string;
|
|
2550
|
-
totalCount?: number;
|
|
2551
|
-
instanceDescription?: string;
|
|
2552
|
-
dbVersion?: string;
|
|
1818
|
+
port?: number;
|
|
2553
1819
|
regionId?: string;
|
|
2554
|
-
|
|
2555
|
-
supportAudit?: boolean;
|
|
2556
|
-
autoScan?: number;
|
|
1820
|
+
resourceType?: number;
|
|
2557
1821
|
resourceTypeCode?: string;
|
|
2558
|
-
|
|
2559
|
-
processStatus?: number;
|
|
2560
|
-
id?: number;
|
|
2561
|
-
enable?: number;
|
|
2562
|
-
dataLimitList?: DescribeDataLimitsInstanceDimResponseBodyItemsDataLimitList[];
|
|
2563
|
-
static names(): {
|
|
2564
|
-
[key: string]: string;
|
|
2565
|
-
};
|
|
2566
|
-
static types(): {
|
|
2567
|
-
[key: string]: any;
|
|
2568
|
-
};
|
|
2569
|
-
constructor(map?: {
|
|
2570
|
-
[key: string]: any;
|
|
2571
|
-
});
|
|
2572
|
-
}
|
|
2573
|
-
export declare class DescribeDataMaskingRunHistoryResponseBodyItems extends $tea.Model {
|
|
2574
|
-
status?: number;
|
|
2575
|
-
type?: number;
|
|
2576
|
-
srcType?: number;
|
|
2577
|
-
srcTableName?: string;
|
|
2578
|
-
maskingCount?: number;
|
|
2579
|
-
percentage?: number;
|
|
2580
|
-
dstType?: number;
|
|
2581
|
-
failMsg?: string;
|
|
2582
|
-
failCode?: string;
|
|
2583
|
-
conflictCount?: number;
|
|
2584
|
-
dstTypeCode?: string;
|
|
2585
|
-
endTime?: number;
|
|
2586
|
-
runIndex?: number;
|
|
2587
|
-
startTime?: number;
|
|
2588
|
-
hasSubProcess?: number;
|
|
2589
|
-
hasDownloadFile?: number;
|
|
2590
|
-
taskId?: string;
|
|
2591
|
-
srcTypeCode?: string;
|
|
2592
|
-
id?: number;
|
|
1822
|
+
userName?: string;
|
|
2593
1823
|
static names(): {
|
|
2594
1824
|
[key: string]: string;
|
|
2595
1825
|
};
|
|
@@ -2600,144 +1830,18 @@ export declare class DescribeDataMaskingRunHistoryResponseBodyItems extends $tea
|
|
|
2600
1830
|
[key: string]: any;
|
|
2601
1831
|
});
|
|
2602
1832
|
}
|
|
2603
|
-
export declare class
|
|
2604
|
-
|
|
2605
|
-
|
|
2606
|
-
|
|
2607
|
-
srcType?: number;
|
|
2608
|
-
dstType?: number;
|
|
2609
|
-
hasUnfinishProcess?: boolean;
|
|
2610
|
-
originalTable?: boolean;
|
|
2611
|
-
triggerType?: number;
|
|
2612
|
-
dstTypeCode?: string;
|
|
2613
|
-
runCount?: number;
|
|
1833
|
+
export declare class DescribeDataLimitSetResponseBodyDataLimitSetDataLimitList extends $tea.Model {
|
|
1834
|
+
checkStatus?: number;
|
|
1835
|
+
checkStatusName?: string;
|
|
1836
|
+
connector?: string;
|
|
2614
1837
|
gmtCreate?: number;
|
|
2615
|
-
taskId?: string;
|
|
2616
|
-
dstPath?: string;
|
|
2617
|
-
srcTypeCode?: string;
|
|
2618
|
-
id?: number;
|
|
2619
|
-
srcPath?: string;
|
|
2620
|
-
static names(): {
|
|
2621
|
-
[key: string]: string;
|
|
2622
|
-
};
|
|
2623
|
-
static types(): {
|
|
2624
|
-
[key: string]: any;
|
|
2625
|
-
};
|
|
2626
|
-
constructor(map?: {
|
|
2627
|
-
[key: string]: any;
|
|
2628
|
-
});
|
|
2629
|
-
}
|
|
2630
|
-
export declare class DescribeDataTotalCountResponseBodyDataCountInstanceRiskCountList extends $tea.Model {
|
|
2631
|
-
name?: string;
|
|
2632
|
-
id?: number;
|
|
2633
|
-
count?: number;
|
|
2634
|
-
static names(): {
|
|
2635
|
-
[key: string]: string;
|
|
2636
|
-
};
|
|
2637
|
-
static types(): {
|
|
2638
|
-
[key: string]: any;
|
|
2639
|
-
};
|
|
2640
|
-
constructor(map?: {
|
|
2641
|
-
[key: string]: any;
|
|
2642
|
-
});
|
|
2643
|
-
}
|
|
2644
|
-
export declare class DescribeDataTotalCountResponseBodyDataCountInstance extends $tea.Model {
|
|
2645
|
-
lastSensitiveCount?: number;
|
|
2646
|
-
totalCount?: number;
|
|
2647
|
-
sensitiveCount?: number;
|
|
2648
|
-
count?: number;
|
|
2649
|
-
lastCount?: number;
|
|
2650
|
-
riskCountList?: DescribeDataTotalCountResponseBodyDataCountInstanceRiskCountList[];
|
|
2651
|
-
static names(): {
|
|
2652
|
-
[key: string]: string;
|
|
2653
|
-
};
|
|
2654
|
-
static types(): {
|
|
2655
|
-
[key: string]: any;
|
|
2656
|
-
};
|
|
2657
|
-
constructor(map?: {
|
|
2658
|
-
[key: string]: any;
|
|
2659
|
-
});
|
|
2660
|
-
}
|
|
2661
|
-
export declare class DescribeDataTotalCountResponseBodyDataCountTableRiskCountList extends $tea.Model {
|
|
2662
|
-
name?: string;
|
|
2663
|
-
id?: number;
|
|
2664
|
-
count?: number;
|
|
2665
|
-
static names(): {
|
|
2666
|
-
[key: string]: string;
|
|
2667
|
-
};
|
|
2668
|
-
static types(): {
|
|
2669
|
-
[key: string]: any;
|
|
2670
|
-
};
|
|
2671
|
-
constructor(map?: {
|
|
2672
|
-
[key: string]: any;
|
|
2673
|
-
});
|
|
2674
|
-
}
|
|
2675
|
-
export declare class DescribeDataTotalCountResponseBodyDataCountTable extends $tea.Model {
|
|
2676
|
-
lastSensitiveCount?: number;
|
|
2677
|
-
totalCount?: number;
|
|
2678
|
-
sensitiveCount?: number;
|
|
2679
|
-
count?: number;
|
|
2680
|
-
lastCount?: number;
|
|
2681
|
-
riskCountList?: DescribeDataTotalCountResponseBodyDataCountTableRiskCountList[];
|
|
2682
|
-
static names(): {
|
|
2683
|
-
[key: string]: string;
|
|
2684
|
-
};
|
|
2685
|
-
static types(): {
|
|
2686
|
-
[key: string]: any;
|
|
2687
|
-
};
|
|
2688
|
-
constructor(map?: {
|
|
2689
|
-
[key: string]: any;
|
|
2690
|
-
});
|
|
2691
|
-
}
|
|
2692
|
-
export declare class DescribeDataTotalCountResponseBodyDataCountPackageRiskCountList extends $tea.Model {
|
|
2693
|
-
name?: string;
|
|
2694
|
-
id?: number;
|
|
2695
|
-
count?: number;
|
|
2696
|
-
static names(): {
|
|
2697
|
-
[key: string]: string;
|
|
2698
|
-
};
|
|
2699
|
-
static types(): {
|
|
2700
|
-
[key: string]: any;
|
|
2701
|
-
};
|
|
2702
|
-
constructor(map?: {
|
|
2703
|
-
[key: string]: any;
|
|
2704
|
-
});
|
|
2705
|
-
}
|
|
2706
|
-
export declare class DescribeDataTotalCountResponseBodyDataCountPackage extends $tea.Model {
|
|
2707
|
-
lastSensitiveCount?: number;
|
|
2708
|
-
totalCount?: number;
|
|
2709
|
-
sensitiveCount?: number;
|
|
2710
|
-
count?: number;
|
|
2711
|
-
lastCount?: number;
|
|
2712
|
-
riskCountList?: DescribeDataTotalCountResponseBodyDataCountPackageRiskCountList[];
|
|
2713
|
-
static names(): {
|
|
2714
|
-
[key: string]: string;
|
|
2715
|
-
};
|
|
2716
|
-
static types(): {
|
|
2717
|
-
[key: string]: any;
|
|
2718
|
-
};
|
|
2719
|
-
constructor(map?: {
|
|
2720
|
-
[key: string]: any;
|
|
2721
|
-
});
|
|
2722
|
-
}
|
|
2723
|
-
export declare class DescribeDataTotalCountResponseBodyDataCountColumnRiskCountList extends $tea.Model {
|
|
2724
|
-
name?: string;
|
|
2725
|
-
id?: number;
|
|
2726
|
-
count?: number;
|
|
2727
|
-
static names(): {
|
|
2728
|
-
[key: string]: string;
|
|
2729
|
-
};
|
|
2730
|
-
static types(): {
|
|
2731
|
-
[key: string]: any;
|
|
2732
|
-
};
|
|
2733
|
-
constructor(map?: {
|
|
2734
|
-
[key: string]: any;
|
|
2735
|
-
});
|
|
2736
|
-
}
|
|
2737
|
-
export declare class DescribeDataTotalCountResponseBodyDataCountColumnColumnRuleTop extends $tea.Model {
|
|
2738
|
-
name?: string;
|
|
2739
1838
|
id?: number;
|
|
2740
|
-
|
|
1839
|
+
localName?: string;
|
|
1840
|
+
parentId?: string;
|
|
1841
|
+
regionId?: string;
|
|
1842
|
+
resourceType?: number;
|
|
1843
|
+
resourceTypeCode?: string;
|
|
1844
|
+
userName?: string;
|
|
2741
1845
|
static names(): {
|
|
2742
1846
|
[key: string]: string;
|
|
2743
1847
|
};
|
|
@@ -2748,14 +1852,9 @@ export declare class DescribeDataTotalCountResponseBodyDataCountColumnColumnRule
|
|
|
2748
1852
|
[key: string]: any;
|
|
2749
1853
|
});
|
|
2750
1854
|
}
|
|
2751
|
-
export declare class
|
|
2752
|
-
|
|
2753
|
-
|
|
2754
|
-
sensitiveCount?: number;
|
|
2755
|
-
count?: number;
|
|
2756
|
-
lastCount?: number;
|
|
2757
|
-
riskCountList?: DescribeDataTotalCountResponseBodyDataCountColumnRiskCountList[];
|
|
2758
|
-
columnRuleTop?: DescribeDataTotalCountResponseBodyDataCountColumnColumnRuleTop[];
|
|
1855
|
+
export declare class DescribeDataLimitSetResponseBodyDataLimitSetOssBucketList extends $tea.Model {
|
|
1856
|
+
bucketName?: string;
|
|
1857
|
+
regionId?: string;
|
|
2759
1858
|
static names(): {
|
|
2760
1859
|
[key: string]: string;
|
|
2761
1860
|
};
|
|
@@ -2766,10 +1865,9 @@ export declare class DescribeDataTotalCountResponseBodyDataCountColumn extends $
|
|
|
2766
1865
|
[key: string]: any;
|
|
2767
1866
|
});
|
|
2768
1867
|
}
|
|
2769
|
-
export declare class
|
|
2770
|
-
|
|
2771
|
-
|
|
2772
|
-
count?: number;
|
|
1868
|
+
export declare class DescribeDataLimitSetResponseBodyDataLimitSetRegionList extends $tea.Model {
|
|
1869
|
+
localName?: string;
|
|
1870
|
+
regionId?: string;
|
|
2773
1871
|
static names(): {
|
|
2774
1872
|
[key: string]: string;
|
|
2775
1873
|
};
|
|
@@ -2780,10 +1878,13 @@ export declare class DescribeDataTotalCountResponseBodyDataCountOssRiskCountList
|
|
|
2780
1878
|
[key: string]: any;
|
|
2781
1879
|
});
|
|
2782
1880
|
}
|
|
2783
|
-
export declare class
|
|
2784
|
-
|
|
2785
|
-
|
|
2786
|
-
|
|
1881
|
+
export declare class DescribeDataLimitSetResponseBodyDataLimitSet extends $tea.Model {
|
|
1882
|
+
dataLimitList?: DescribeDataLimitSetResponseBodyDataLimitSetDataLimitList[];
|
|
1883
|
+
ossBucketList?: DescribeDataLimitSetResponseBodyDataLimitSetOssBucketList[];
|
|
1884
|
+
regionList?: DescribeDataLimitSetResponseBodyDataLimitSetRegionList[];
|
|
1885
|
+
resourceType?: number;
|
|
1886
|
+
resourceTypeCode?: string;
|
|
1887
|
+
totalCount?: number;
|
|
2787
1888
|
static names(): {
|
|
2788
1889
|
[key: string]: string;
|
|
2789
1890
|
};
|
|
@@ -2794,14 +1895,43 @@ export declare class DescribeDataTotalCountResponseBodyDataCountOssOssRuleTop ex
|
|
|
2794
1895
|
[key: string]: any;
|
|
2795
1896
|
});
|
|
2796
1897
|
}
|
|
2797
|
-
export declare class
|
|
2798
|
-
|
|
1898
|
+
export declare class DescribeDataLimitsResponseBodyItems extends $tea.Model {
|
|
1899
|
+
auditStatus?: number;
|
|
1900
|
+
autoScan?: number;
|
|
1901
|
+
checkStatus?: number;
|
|
1902
|
+
checkStatusName?: string;
|
|
1903
|
+
datamaskStatus?: number;
|
|
1904
|
+
dbVersion?: string;
|
|
1905
|
+
enable?: number;
|
|
1906
|
+
engineType?: string;
|
|
1907
|
+
errorCode?: string;
|
|
1908
|
+
errorMessage?: string;
|
|
1909
|
+
eventStatus?: number;
|
|
1910
|
+
gmtCreate?: number;
|
|
1911
|
+
id?: number;
|
|
1912
|
+
instanceDescription?: string;
|
|
1913
|
+
instanceId?: string;
|
|
1914
|
+
lastFinishedTime?: number;
|
|
1915
|
+
localName?: string;
|
|
1916
|
+
logStoreDay?: number;
|
|
1917
|
+
nextStartTime?: number;
|
|
1918
|
+
ocrStatus?: number;
|
|
1919
|
+
parentId?: string;
|
|
1920
|
+
port?: number;
|
|
1921
|
+
processStatus?: number;
|
|
1922
|
+
processTotalCount?: number;
|
|
1923
|
+
regionId?: string;
|
|
1924
|
+
resourceType?: number;
|
|
1925
|
+
resourceTypeCode?: string;
|
|
1926
|
+
samplingSize?: number;
|
|
1927
|
+
supportAudit?: boolean;
|
|
1928
|
+
supportDatamask?: boolean;
|
|
1929
|
+
supportEvent?: boolean;
|
|
1930
|
+
supportOcr?: boolean;
|
|
1931
|
+
supportScan?: boolean;
|
|
1932
|
+
tenantName?: string;
|
|
2799
1933
|
totalCount?: number;
|
|
2800
|
-
|
|
2801
|
-
count?: number;
|
|
2802
|
-
lastCount?: number;
|
|
2803
|
-
riskCountList?: DescribeDataTotalCountResponseBodyDataCountOssRiskCountList[];
|
|
2804
|
-
ossRuleTop?: DescribeDataTotalCountResponseBodyDataCountOssOssRuleTop[];
|
|
1934
|
+
userName?: string;
|
|
2805
1935
|
static names(): {
|
|
2806
1936
|
[key: string]: string;
|
|
2807
1937
|
};
|
|
@@ -2812,12 +1942,26 @@ export declare class DescribeDataTotalCountResponseBodyDataCountOss extends $tea
|
|
|
2812
1942
|
[key: string]: any;
|
|
2813
1943
|
});
|
|
2814
1944
|
}
|
|
2815
|
-
export declare class
|
|
2816
|
-
|
|
2817
|
-
|
|
2818
|
-
|
|
2819
|
-
|
|
2820
|
-
|
|
1945
|
+
export declare class DescribeDataMaskingRunHistoryResponseBodyItems extends $tea.Model {
|
|
1946
|
+
conflictCount?: number;
|
|
1947
|
+
dstType?: number;
|
|
1948
|
+
dstTypeCode?: string;
|
|
1949
|
+
endTime?: number;
|
|
1950
|
+
failCode?: string;
|
|
1951
|
+
failMsg?: string;
|
|
1952
|
+
hasDownloadFile?: number;
|
|
1953
|
+
hasSubProcess?: number;
|
|
1954
|
+
id?: number;
|
|
1955
|
+
maskingCount?: number;
|
|
1956
|
+
percentage?: number;
|
|
1957
|
+
runIndex?: number;
|
|
1958
|
+
srcTableName?: string;
|
|
1959
|
+
srcType?: number;
|
|
1960
|
+
srcTypeCode?: string;
|
|
1961
|
+
startTime?: number;
|
|
1962
|
+
status?: number;
|
|
1963
|
+
taskId?: string;
|
|
1964
|
+
type?: number;
|
|
2821
1965
|
static names(): {
|
|
2822
1966
|
[key: string]: string;
|
|
2823
1967
|
};
|
|
@@ -2828,15 +1972,23 @@ export declare class DescribeDataTotalCountResponseBodyDataCount extends $tea.Mo
|
|
|
2828
1972
|
[key: string]: any;
|
|
2829
1973
|
});
|
|
2830
1974
|
}
|
|
2831
|
-
export declare class
|
|
2832
|
-
|
|
2833
|
-
|
|
2834
|
-
|
|
2835
|
-
|
|
2836
|
-
|
|
2837
|
-
handlerType?: string;
|
|
2838
|
-
currentValue?: string;
|
|
1975
|
+
export declare class DescribeDataMaskingTasksResponseBodyItems extends $tea.Model {
|
|
1976
|
+
dstPath?: string;
|
|
1977
|
+
dstType?: number;
|
|
1978
|
+
dstTypeCode?: string;
|
|
1979
|
+
gmtCreate?: number;
|
|
1980
|
+
hasUnfinishProcess?: boolean;
|
|
2839
1981
|
id?: number;
|
|
1982
|
+
originalTable?: boolean;
|
|
1983
|
+
owner?: string;
|
|
1984
|
+
runCount?: number;
|
|
1985
|
+
srcPath?: string;
|
|
1986
|
+
srcType?: number;
|
|
1987
|
+
srcTypeCode?: string;
|
|
1988
|
+
status?: number;
|
|
1989
|
+
taskId?: string;
|
|
1990
|
+
taskName?: string;
|
|
1991
|
+
triggerType?: number;
|
|
2840
1992
|
static names(): {
|
|
2841
1993
|
[key: string]: string;
|
|
2842
1994
|
};
|
|
@@ -2847,9 +1999,9 @@ export declare class DescribeEventDetailResponseBodyEventHandleInfoList extends
|
|
|
2847
1999
|
[key: string]: any;
|
|
2848
2000
|
});
|
|
2849
2001
|
}
|
|
2850
|
-
export declare class
|
|
2851
|
-
|
|
2852
|
-
|
|
2002
|
+
export declare class DescribeEventDetailResponseBodyEventDetailChartData extends $tea.Model {
|
|
2003
|
+
x?: string;
|
|
2004
|
+
y?: string;
|
|
2853
2005
|
static names(): {
|
|
2854
2006
|
[key: string]: string;
|
|
2855
2007
|
};
|
|
@@ -2860,9 +2012,12 @@ export declare class DescribeEventDetailResponseBodyEventDetailContent extends $
|
|
|
2860
2012
|
[key: string]: any;
|
|
2861
2013
|
});
|
|
2862
2014
|
}
|
|
2863
|
-
export declare class
|
|
2864
|
-
|
|
2865
|
-
|
|
2015
|
+
export declare class DescribeEventDetailResponseBodyEventDetailChart extends $tea.Model {
|
|
2016
|
+
data?: DescribeEventDetailResponseBodyEventDetailChartData;
|
|
2017
|
+
label?: string;
|
|
2018
|
+
type?: string;
|
|
2019
|
+
XLabel?: string;
|
|
2020
|
+
YLabel?: string;
|
|
2866
2021
|
static names(): {
|
|
2867
2022
|
[key: string]: string;
|
|
2868
2023
|
};
|
|
@@ -2873,12 +2028,9 @@ export declare class DescribeEventDetailResponseBodyEventDetailChartData extends
|
|
|
2873
2028
|
[key: string]: any;
|
|
2874
2029
|
});
|
|
2875
2030
|
}
|
|
2876
|
-
export declare class
|
|
2877
|
-
type?: string;
|
|
2031
|
+
export declare class DescribeEventDetailResponseBodyEventDetailContent extends $tea.Model {
|
|
2878
2032
|
label?: string;
|
|
2879
|
-
|
|
2880
|
-
YLabel?: string;
|
|
2881
|
-
data?: DescribeEventDetailResponseBodyEventDetailChartData;
|
|
2033
|
+
value?: string;
|
|
2882
2034
|
static names(): {
|
|
2883
2035
|
[key: string]: string;
|
|
2884
2036
|
};
|
|
@@ -2903,8 +2055,8 @@ export declare class DescribeEventDetailResponseBodyEventDetailResourceInfo exte
|
|
|
2903
2055
|
});
|
|
2904
2056
|
}
|
|
2905
2057
|
export declare class DescribeEventDetailResponseBodyEventDetail extends $tea.Model {
|
|
2906
|
-
content?: DescribeEventDetailResponseBodyEventDetailContent[];
|
|
2907
2058
|
chart?: DescribeEventDetailResponseBodyEventDetailChart[];
|
|
2059
|
+
content?: DescribeEventDetailResponseBodyEventDetailContent[];
|
|
2908
2060
|
resourceInfo?: DescribeEventDetailResponseBodyEventDetailResourceInfo[];
|
|
2909
2061
|
static names(): {
|
|
2910
2062
|
[key: string]: string;
|
|
@@ -2916,30 +2068,15 @@ export declare class DescribeEventDetailResponseBodyEventDetail extends $tea.Mod
|
|
|
2916
2068
|
[key: string]: any;
|
|
2917
2069
|
});
|
|
2918
2070
|
}
|
|
2919
|
-
export declare class
|
|
2920
|
-
|
|
2921
|
-
|
|
2922
|
-
|
|
2923
|
-
|
|
2924
|
-
|
|
2925
|
-
|
|
2926
|
-
dealLoginName?: string;
|
|
2927
|
-
subTypeName?: string;
|
|
2928
|
-
backed?: boolean;
|
|
2929
|
-
dataInstance?: string;
|
|
2930
|
-
eventTime?: number;
|
|
2931
|
-
loginName?: string;
|
|
2932
|
-
subTypeCode?: string;
|
|
2933
|
-
logDetail?: string;
|
|
2934
|
-
typeCode?: string;
|
|
2935
|
-
alertTime?: number;
|
|
2936
|
-
dealUserId?: number;
|
|
2937
|
-
typeName?: string;
|
|
2938
|
-
dealDisplayName?: string;
|
|
2071
|
+
export declare class DescribeEventDetailResponseBodyEventHandleInfoList extends $tea.Model {
|
|
2072
|
+
currentValue?: string;
|
|
2073
|
+
disableTime?: number;
|
|
2074
|
+
enableTime?: number;
|
|
2075
|
+
handlerName?: string;
|
|
2076
|
+
handlerType?: string;
|
|
2077
|
+
handlerValue?: number;
|
|
2939
2078
|
id?: number;
|
|
2940
|
-
|
|
2941
|
-
handleInfoList?: DescribeEventDetailResponseBodyEventHandleInfoList[];
|
|
2942
|
-
detail?: DescribeEventDetailResponseBodyEventDetail;
|
|
2079
|
+
status?: number;
|
|
2943
2080
|
static names(): {
|
|
2944
2081
|
[key: string]: string;
|
|
2945
2082
|
};
|
|
@@ -2950,44 +2087,30 @@ export declare class DescribeEventDetailResponseBodyEvent extends $tea.Model {
|
|
|
2950
2087
|
[key: string]: any;
|
|
2951
2088
|
});
|
|
2952
2089
|
}
|
|
2953
|
-
export declare class
|
|
2954
|
-
|
|
2955
|
-
status?: number;
|
|
2956
|
-
warnLevel?: number;
|
|
2957
|
-
userId?: number;
|
|
2958
|
-
statusName?: string;
|
|
2959
|
-
dealTime?: number;
|
|
2960
|
-
dealLoginName?: string;
|
|
2961
|
-
subTypeName?: string;
|
|
2090
|
+
export declare class DescribeEventDetailResponseBodyEvent extends $tea.Model {
|
|
2091
|
+
alertTime?: number;
|
|
2962
2092
|
backed?: boolean;
|
|
2093
|
+
dataInstance?: string;
|
|
2094
|
+
dealDisplayName?: string;
|
|
2095
|
+
dealLoginName?: string;
|
|
2096
|
+
dealReason?: string;
|
|
2097
|
+
dealTime?: number;
|
|
2098
|
+
dealUserId?: number;
|
|
2099
|
+
detail?: DescribeEventDetailResponseBodyEventDetail;
|
|
2100
|
+
displayName?: string;
|
|
2963
2101
|
eventTime?: number;
|
|
2102
|
+
handleInfoList?: DescribeEventDetailResponseBodyEventHandleInfoList[];
|
|
2103
|
+
id?: number;
|
|
2104
|
+
logDetail?: string;
|
|
2964
2105
|
loginName?: string;
|
|
2106
|
+
productCode?: string;
|
|
2107
|
+
status?: number;
|
|
2108
|
+
statusName?: string;
|
|
2965
2109
|
subTypeCode?: string;
|
|
2966
|
-
|
|
2110
|
+
subTypeName?: string;
|
|
2967
2111
|
typeCode?: string;
|
|
2968
|
-
alertTime?: number;
|
|
2969
|
-
dealUserId?: number;
|
|
2970
2112
|
typeName?: string;
|
|
2971
|
-
|
|
2972
|
-
id?: number;
|
|
2973
|
-
productCode?: string;
|
|
2974
|
-
static names(): {
|
|
2975
|
-
[key: string]: string;
|
|
2976
|
-
};
|
|
2977
|
-
static types(): {
|
|
2978
|
-
[key: string]: any;
|
|
2979
|
-
};
|
|
2980
|
-
constructor(map?: {
|
|
2981
|
-
[key: string]: any;
|
|
2982
|
-
});
|
|
2983
|
-
}
|
|
2984
|
-
export declare class DescribeEventTopResponseBodyDataCountList extends $tea.Model {
|
|
2985
|
-
eventName?: string;
|
|
2986
|
-
remoteIp?: string;
|
|
2987
|
-
instanceName?: string;
|
|
2988
|
-
userName?: string;
|
|
2989
|
-
id?: number;
|
|
2990
|
-
productCode?: string;
|
|
2113
|
+
userId?: number;
|
|
2991
2114
|
static names(): {
|
|
2992
2115
|
[key: string]: string;
|
|
2993
2116
|
};
|
|
@@ -2999,17 +2122,17 @@ export declare class DescribeEventTopResponseBodyDataCountList extends $tea.Mode
|
|
|
2999
2122
|
});
|
|
3000
2123
|
}
|
|
3001
2124
|
export declare class DescribeEventTypesResponseBodyEventTypeListSubTypeList extends $tea.Model {
|
|
3002
|
-
|
|
3003
|
-
description?: string;
|
|
3004
|
-
configContentType?: number;
|
|
3005
|
-
eventHitCount?: number;
|
|
3006
|
-
configValue?: string;
|
|
3007
|
-
configCode?: string;
|
|
2125
|
+
adaptedProduct?: string;
|
|
3008
2126
|
code?: string;
|
|
2127
|
+
configCode?: string;
|
|
2128
|
+
configContentType?: number;
|
|
3009
2129
|
configDescription?: string;
|
|
3010
|
-
|
|
3011
|
-
|
|
2130
|
+
configValue?: string;
|
|
2131
|
+
description?: string;
|
|
2132
|
+
eventHitCount?: number;
|
|
3012
2133
|
id?: number;
|
|
2134
|
+
name?: string;
|
|
2135
|
+
status?: number;
|
|
3013
2136
|
static names(): {
|
|
3014
2137
|
[key: string]: string;
|
|
3015
2138
|
};
|
|
@@ -3023,8 +2146,8 @@ export declare class DescribeEventTypesResponseBodyEventTypeListSubTypeList exte
|
|
|
3023
2146
|
export declare class DescribeEventTypesResponseBodyEventTypeList extends $tea.Model {
|
|
3024
2147
|
code?: string;
|
|
3025
2148
|
description?: string;
|
|
3026
|
-
name?: string;
|
|
3027
2149
|
id?: number;
|
|
2150
|
+
name?: string;
|
|
3028
2151
|
subTypeList?: DescribeEventTypesResponseBodyEventTypeListSubTypeList[];
|
|
3029
2152
|
static names(): {
|
|
3030
2153
|
[key: string]: string;
|
|
@@ -3036,26 +2159,27 @@ export declare class DescribeEventTypesResponseBodyEventTypeList extends $tea.Mo
|
|
|
3036
2159
|
[key: string]: any;
|
|
3037
2160
|
});
|
|
3038
2161
|
}
|
|
3039
|
-
export declare class
|
|
2162
|
+
export declare class DescribeEventsResponseBodyItems extends $tea.Model {
|
|
2163
|
+
alertTime?: number;
|
|
2164
|
+
backed?: boolean;
|
|
2165
|
+
dealDisplayName?: string;
|
|
2166
|
+
dealLoginName?: string;
|
|
2167
|
+
dealTime?: number;
|
|
2168
|
+
dealUserId?: number;
|
|
2169
|
+
displayName?: string;
|
|
2170
|
+
eventTime?: number;
|
|
2171
|
+
id?: number;
|
|
2172
|
+
loginName?: string;
|
|
2173
|
+
productCode?: string;
|
|
3040
2174
|
status?: number;
|
|
3041
|
-
|
|
3042
|
-
|
|
3043
|
-
|
|
3044
|
-
|
|
3045
|
-
|
|
3046
|
-
|
|
3047
|
-
|
|
3048
|
-
|
|
3049
|
-
descEvent?: string;
|
|
3050
|
-
riskEvent?: string;
|
|
3051
|
-
parentTypeName?: string;
|
|
3052
|
-
description?: string;
|
|
3053
|
-
descModel?: string;
|
|
3054
|
-
configCode?: string;
|
|
3055
|
-
code?: string;
|
|
3056
|
-
parentTypeId?: number;
|
|
3057
|
-
name?: string;
|
|
3058
|
-
adaptedProduct?: string;
|
|
2175
|
+
statusName?: string;
|
|
2176
|
+
subTypeCode?: string;
|
|
2177
|
+
subTypeName?: string;
|
|
2178
|
+
targetProductCode?: string;
|
|
2179
|
+
typeCode?: string;
|
|
2180
|
+
typeName?: string;
|
|
2181
|
+
userId?: number;
|
|
2182
|
+
warnLevel?: number;
|
|
3059
2183
|
static names(): {
|
|
3060
2184
|
[key: string]: string;
|
|
3061
2185
|
};
|
|
@@ -3066,9 +2190,28 @@ export declare class DescribeEventTypesDetailResponseBodyUserStatus extends $tea
|
|
|
3066
2190
|
[key: string]: any;
|
|
3067
2191
|
});
|
|
3068
2192
|
}
|
|
3069
|
-
export declare class
|
|
3070
|
-
|
|
3071
|
-
|
|
2193
|
+
export declare class DescribeInstanceSourcesResponseBodyItems extends $tea.Model {
|
|
2194
|
+
auditStatus?: number;
|
|
2195
|
+
autoScan?: number;
|
|
2196
|
+
canModifyUserName?: boolean;
|
|
2197
|
+
dbName?: string;
|
|
2198
|
+
enable?: number;
|
|
2199
|
+
engineType?: string;
|
|
2200
|
+
gmtCreate?: number;
|
|
2201
|
+
id?: number;
|
|
2202
|
+
instanceDescription?: string;
|
|
2203
|
+
instanceId?: string;
|
|
2204
|
+
instanceSize?: number;
|
|
2205
|
+
lastModifyTime?: number;
|
|
2206
|
+
lastModifyUserId?: string;
|
|
2207
|
+
logStoreDay?: number;
|
|
2208
|
+
passwordStatus?: number;
|
|
2209
|
+
productId?: number;
|
|
2210
|
+
regionId?: string;
|
|
2211
|
+
regionName?: string;
|
|
2212
|
+
tenantId?: string;
|
|
2213
|
+
tenantName?: string;
|
|
2214
|
+
userName?: string;
|
|
3072
2215
|
static names(): {
|
|
3073
2216
|
[key: string]: string;
|
|
3074
2217
|
};
|
|
@@ -3081,58 +2224,24 @@ export declare class DescribeInstancePortraitResponseBodyContent extends $tea.Mo
|
|
|
3081
2224
|
}
|
|
3082
2225
|
export declare class DescribeInstancesResponseBodyItems extends $tea.Model {
|
|
3083
2226
|
creationTime?: number;
|
|
3084
|
-
|
|
2227
|
+
departName?: string;
|
|
2228
|
+
id?: number;
|
|
2229
|
+
instanceDescription?: string;
|
|
2230
|
+
labelsec?: boolean;
|
|
3085
2231
|
lastFinishTime?: number;
|
|
2232
|
+
name?: string;
|
|
2233
|
+
odpsRiskLevelName?: string;
|
|
3086
2234
|
owner?: string;
|
|
3087
|
-
|
|
2235
|
+
productCode?: string;
|
|
2236
|
+
productId?: string;
|
|
3088
2237
|
protection?: boolean;
|
|
3089
|
-
departName?: string;
|
|
3090
|
-
labelsec?: boolean;
|
|
3091
2238
|
riskLevelId?: number;
|
|
3092
|
-
|
|
3093
|
-
name?: string;
|
|
3094
|
-
totalCount?: number;
|
|
3095
|
-
instanceDescription?: string;
|
|
2239
|
+
riskLevelName?: string;
|
|
3096
2240
|
ruleName?: string;
|
|
3097
2241
|
sensitive?: boolean;
|
|
3098
|
-
riskLevelName?: string;
|
|
3099
|
-
odpsRiskLevelName?: string;
|
|
3100
2242
|
sensitiveCount?: number;
|
|
3101
|
-
id?: number;
|
|
3102
|
-
productCode?: string;
|
|
3103
|
-
static names(): {
|
|
3104
|
-
[key: string]: string;
|
|
3105
|
-
};
|
|
3106
|
-
static types(): {
|
|
3107
|
-
[key: string]: any;
|
|
3108
|
-
};
|
|
3109
|
-
constructor(map?: {
|
|
3110
|
-
[key: string]: any;
|
|
3111
|
-
});
|
|
3112
|
-
}
|
|
3113
|
-
export declare class DescribeInstanceSourcesResponseBodyItems extends $tea.Model {
|
|
3114
|
-
lastModifyUserId?: string;
|
|
3115
|
-
passwordStatus?: number;
|
|
3116
|
-
engineType?: string;
|
|
3117
2243
|
tenantName?: string;
|
|
3118
|
-
|
|
3119
|
-
instanceDescription?: string;
|
|
3120
|
-
dataLimitId?: number;
|
|
3121
|
-
regionId?: string;
|
|
3122
|
-
dbName?: string;
|
|
3123
|
-
lastModifyTime?: number;
|
|
3124
|
-
regionName?: string;
|
|
3125
|
-
canModifyUserName?: boolean;
|
|
3126
|
-
logStoreDay?: number;
|
|
3127
|
-
gmtCreate?: number;
|
|
3128
|
-
autoScan?: number;
|
|
3129
|
-
productId?: number;
|
|
3130
|
-
instanceSize?: number;
|
|
3131
|
-
userName?: string;
|
|
3132
|
-
auditStatus?: number;
|
|
3133
|
-
id?: number;
|
|
3134
|
-
tenantId?: string;
|
|
3135
|
-
enable?: number;
|
|
2244
|
+
totalCount?: number;
|
|
3136
2245
|
static names(): {
|
|
3137
2246
|
[key: string]: string;
|
|
3138
2247
|
};
|
|
@@ -3144,10 +2253,10 @@ export declare class DescribeInstanceSourcesResponseBodyItems extends $tea.Model
|
|
|
3144
2253
|
});
|
|
3145
2254
|
}
|
|
3146
2255
|
export declare class DescribeOssObjectDetailResponseBodyOssObjectDetailRuleList extends $tea.Model {
|
|
3147
|
-
riskLevelName?: string;
|
|
3148
2256
|
categoryName?: string;
|
|
3149
|
-
riskLevelId?: number;
|
|
3150
2257
|
count?: number;
|
|
2258
|
+
riskLevelId?: number;
|
|
2259
|
+
riskLevelName?: string;
|
|
3151
2260
|
ruleName?: string;
|
|
3152
2261
|
static names(): {
|
|
3153
2262
|
[key: string]: string;
|
|
@@ -3160,11 +2269,11 @@ export declare class DescribeOssObjectDetailResponseBodyOssObjectDetailRuleList
|
|
|
3160
2269
|
});
|
|
3161
2270
|
}
|
|
3162
2271
|
export declare class DescribeOssObjectDetailResponseBodyOssObjectDetail extends $tea.Model {
|
|
2272
|
+
bucketName?: string;
|
|
3163
2273
|
categoryName?: string;
|
|
3164
2274
|
name?: string;
|
|
3165
|
-
bucketName?: string;
|
|
3166
|
-
riskLevelName?: string;
|
|
3167
2275
|
regionId?: string;
|
|
2276
|
+
riskLevelName?: string;
|
|
3168
2277
|
ruleList?: DescribeOssObjectDetailResponseBodyOssObjectDetailRuleList[];
|
|
3169
2278
|
static names(): {
|
|
3170
2279
|
[key: string]: string;
|
|
@@ -3177,9 +2286,9 @@ export declare class DescribeOssObjectDetailResponseBodyOssObjectDetail extends
|
|
|
3177
2286
|
});
|
|
3178
2287
|
}
|
|
3179
2288
|
export declare class DescribeOssObjectsResponseBodyItemsRuleList extends $tea.Model {
|
|
2289
|
+
count?: number;
|
|
3180
2290
|
name?: string;
|
|
3181
2291
|
riskLevelId?: number;
|
|
3182
|
-
count?: number;
|
|
3183
2292
|
static names(): {
|
|
3184
2293
|
[key: string]: string;
|
|
3185
2294
|
};
|
|
@@ -3191,20 +2300,20 @@ export declare class DescribeOssObjectsResponseBodyItemsRuleList extends $tea.Mo
|
|
|
3191
2300
|
});
|
|
3192
2301
|
}
|
|
3193
2302
|
export declare class DescribeOssObjectsResponseBodyItems extends $tea.Model {
|
|
3194
|
-
instanceId?: number;
|
|
3195
|
-
categoryName?: string;
|
|
3196
|
-
riskLevelId?: number;
|
|
3197
|
-
regionId?: string;
|
|
3198
|
-
fileId?: string;
|
|
3199
|
-
size?: number;
|
|
3200
2303
|
bucketName?: string;
|
|
3201
|
-
riskLevelName?: string;
|
|
3202
2304
|
category?: number;
|
|
2305
|
+
categoryName?: string;
|
|
2306
|
+
fileId?: string;
|
|
2307
|
+
id?: string;
|
|
2308
|
+
instanceId?: number;
|
|
3203
2309
|
name?: string;
|
|
2310
|
+
regionId?: string;
|
|
2311
|
+
riskLevelId?: number;
|
|
2312
|
+
riskLevelName?: string;
|
|
3204
2313
|
ruleCount?: number;
|
|
3205
|
-
sensitiveCount?: number;
|
|
3206
|
-
id?: string;
|
|
3207
2314
|
ruleList?: DescribeOssObjectsResponseBodyItemsRuleList[];
|
|
2315
|
+
sensitiveCount?: number;
|
|
2316
|
+
size?: number;
|
|
3208
2317
|
static names(): {
|
|
3209
2318
|
[key: string]: string;
|
|
3210
2319
|
};
|
|
@@ -3217,15 +2326,15 @@ export declare class DescribeOssObjectsResponseBodyItems extends $tea.Model {
|
|
|
3217
2326
|
}
|
|
3218
2327
|
export declare class DescribePackagesResponseBodyItems extends $tea.Model {
|
|
3219
2328
|
creationTime?: number;
|
|
3220
|
-
|
|
3221
|
-
owner?: string;
|
|
3222
|
-
riskLevelName?: string;
|
|
2329
|
+
id?: number;
|
|
3223
2330
|
instanceId?: number;
|
|
3224
|
-
totalCount?: number;
|
|
3225
2331
|
name?: string;
|
|
3226
|
-
|
|
2332
|
+
owner?: string;
|
|
3227
2333
|
riskLevelId?: number;
|
|
3228
|
-
|
|
2334
|
+
riskLevelName?: string;
|
|
2335
|
+
sensitive?: boolean;
|
|
2336
|
+
sensitiveCount?: number;
|
|
2337
|
+
totalCount?: number;
|
|
3229
2338
|
static names(): {
|
|
3230
2339
|
[key: string]: string;
|
|
3231
2340
|
};
|
|
@@ -3237,53 +2346,10 @@ export declare class DescribePackagesResponseBodyItems extends $tea.Model {
|
|
|
3237
2346
|
});
|
|
3238
2347
|
}
|
|
3239
2348
|
export declare class DescribeRiskLevelsResponseBodyRiskLevelList extends $tea.Model {
|
|
3240
|
-
name?: string;
|
|
3241
2349
|
description?: string;
|
|
3242
|
-
alias?: string;
|
|
3243
|
-
id?: number;
|
|
3244
|
-
referenceNum?: number;
|
|
3245
|
-
static names(): {
|
|
3246
|
-
[key: string]: string;
|
|
3247
|
-
};
|
|
3248
|
-
static types(): {
|
|
3249
|
-
[key: string]: any;
|
|
3250
|
-
};
|
|
3251
|
-
constructor(map?: {
|
|
3252
|
-
[key: string]: any;
|
|
3253
|
-
});
|
|
3254
|
-
}
|
|
3255
|
-
export declare class DescribeRuleCategoryResponseBodyRuleListChildList extends $tea.Model {
|
|
3256
|
-
parentId?: string;
|
|
3257
|
-
groupId?: string;
|
|
3258
|
-
name?: string;
|
|
3259
2350
|
id?: number;
|
|
3260
|
-
static names(): {
|
|
3261
|
-
[key: string]: string;
|
|
3262
|
-
};
|
|
3263
|
-
static types(): {
|
|
3264
|
-
[key: string]: any;
|
|
3265
|
-
};
|
|
3266
|
-
constructor(map?: {
|
|
3267
|
-
[key: string]: any;
|
|
3268
|
-
});
|
|
3269
|
-
}
|
|
3270
|
-
export declare class DescribeRuleCategoryResponseBodyRuleList extends $tea.Model {
|
|
3271
2351
|
name?: string;
|
|
3272
|
-
|
|
3273
|
-
childList?: DescribeRuleCategoryResponseBodyRuleListChildList[];
|
|
3274
|
-
static names(): {
|
|
3275
|
-
[key: string]: string;
|
|
3276
|
-
};
|
|
3277
|
-
static types(): {
|
|
3278
|
-
[key: string]: any;
|
|
3279
|
-
};
|
|
3280
|
-
constructor(map?: {
|
|
3281
|
-
[key: string]: any;
|
|
3282
|
-
});
|
|
3283
|
-
}
|
|
3284
|
-
export declare class DescribeRuleCategoryResponseBodyProductList extends $tea.Model {
|
|
3285
|
-
label?: string;
|
|
3286
|
-
value?: string;
|
|
2352
|
+
referenceNum?: number;
|
|
3287
2353
|
static names(): {
|
|
3288
2354
|
[key: string]: string;
|
|
3289
2355
|
};
|
|
@@ -3295,30 +2361,30 @@ export declare class DescribeRuleCategoryResponseBodyProductList extends $tea.Mo
|
|
|
3295
2361
|
});
|
|
3296
2362
|
}
|
|
3297
2363
|
export declare class DescribeRulesResponseBodyItems extends $tea.Model {
|
|
3298
|
-
|
|
3299
|
-
status?: number;
|
|
3300
|
-
warnLevel?: number;
|
|
3301
|
-
userId?: number;
|
|
3302
|
-
statExpress?: string;
|
|
3303
|
-
gmtModified?: number;
|
|
3304
|
-
riskLevelId?: number;
|
|
3305
|
-
description?: string;
|
|
3306
|
-
productId?: number;
|
|
3307
|
-
name?: string;
|
|
3308
|
-
content?: string;
|
|
3309
|
-
target?: string;
|
|
3310
|
-
loginName?: string;
|
|
2364
|
+
category?: number;
|
|
3311
2365
|
categoryName?: string;
|
|
2366
|
+
content?: string;
|
|
3312
2367
|
contentCategory?: string;
|
|
3313
|
-
hitTotalCount?: number;
|
|
3314
|
-
groupId?: string;
|
|
3315
2368
|
customType?: number;
|
|
3316
|
-
|
|
2369
|
+
description?: string;
|
|
2370
|
+
displayName?: string;
|
|
3317
2371
|
gmtCreate?: number;
|
|
3318
|
-
|
|
3319
|
-
|
|
2372
|
+
gmtModified?: number;
|
|
2373
|
+
groupId?: string;
|
|
2374
|
+
hitTotalCount?: number;
|
|
3320
2375
|
id?: number;
|
|
2376
|
+
loginName?: string;
|
|
2377
|
+
majorKey?: string;
|
|
2378
|
+
name?: string;
|
|
3321
2379
|
productCode?: string;
|
|
2380
|
+
productId?: number;
|
|
2381
|
+
riskLevelId?: number;
|
|
2382
|
+
riskLevelName?: string;
|
|
2383
|
+
statExpress?: string;
|
|
2384
|
+
status?: number;
|
|
2385
|
+
target?: string;
|
|
2386
|
+
userId?: number;
|
|
2387
|
+
warnLevel?: number;
|
|
3322
2388
|
static names(): {
|
|
3323
2389
|
[key: string]: string;
|
|
3324
2390
|
};
|
|
@@ -3330,10 +2396,9 @@ export declare class DescribeRulesResponseBodyItems extends $tea.Model {
|
|
|
3330
2396
|
});
|
|
3331
2397
|
}
|
|
3332
2398
|
export declare class DescribeTablesResponseBodyItemsRuleList extends $tea.Model {
|
|
3333
|
-
|
|
2399
|
+
count?: number;
|
|
3334
2400
|
name?: string;
|
|
3335
2401
|
riskLevelId?: number;
|
|
3336
|
-
count?: number;
|
|
3337
2402
|
static names(): {
|
|
3338
2403
|
[key: string]: string;
|
|
3339
2404
|
};
|
|
@@ -3346,22 +2411,22 @@ export declare class DescribeTablesResponseBodyItemsRuleList extends $tea.Model
|
|
|
3346
2411
|
}
|
|
3347
2412
|
export declare class DescribeTablesResponseBodyItems extends $tea.Model {
|
|
3348
2413
|
creationTime?: number;
|
|
3349
|
-
|
|
3350
|
-
|
|
3351
|
-
|
|
3352
|
-
riskLevelId?: number;
|
|
2414
|
+
id?: number;
|
|
2415
|
+
instanceDescription?: string;
|
|
2416
|
+
instanceId?: number;
|
|
3353
2417
|
instanceName?: string;
|
|
3354
|
-
productId?: string;
|
|
3355
2418
|
name?: string;
|
|
3356
|
-
|
|
3357
|
-
totalCount?: number;
|
|
3358
|
-
instanceDescription?: string;
|
|
3359
|
-
sensitive?: boolean;
|
|
3360
|
-
riskLevelName?: string;
|
|
3361
|
-
sensitiveCount?: number;
|
|
3362
|
-
id?: number;
|
|
2419
|
+
owner?: string;
|
|
3363
2420
|
productCode?: string;
|
|
2421
|
+
productId?: string;
|
|
2422
|
+
riskLevelId?: number;
|
|
2423
|
+
riskLevelName?: string;
|
|
3364
2424
|
ruleList?: DescribeTablesResponseBodyItemsRuleList[];
|
|
2425
|
+
sensitive?: boolean;
|
|
2426
|
+
sensitiveCount?: number;
|
|
2427
|
+
sensitiveRatio?: string;
|
|
2428
|
+
tenantName?: string;
|
|
2429
|
+
totalCount?: number;
|
|
3365
2430
|
static names(): {
|
|
3366
2431
|
[key: string]: string;
|
|
3367
2432
|
};
|
|
@@ -3372,65 +2437,18 @@ export declare class DescribeTablesResponseBodyItems extends $tea.Model {
|
|
|
3372
2437
|
[key: string]: any;
|
|
3373
2438
|
});
|
|
3374
2439
|
}
|
|
3375
|
-
export declare class
|
|
3376
|
-
|
|
2440
|
+
export declare class DescribeUserStatusResponseBodyUserStatus extends $tea.Model {
|
|
2441
|
+
accessKeyId?: string;
|
|
3377
2442
|
authed?: boolean;
|
|
3378
2443
|
buyed?: boolean;
|
|
3379
|
-
saleInstanceStatus?: number;
|
|
3380
|
-
warnAddCount?: number;
|
|
3381
|
-
warnTotalCount?: number;
|
|
3382
|
-
unAuthCount?: number;
|
|
3383
|
-
totalAuthCount?: number;
|
|
3384
|
-
authCount?: number;
|
|
3385
|
-
static names(): {
|
|
3386
|
-
[key: string]: string;
|
|
3387
|
-
};
|
|
3388
|
-
static types(): {
|
|
3389
|
-
[key: string]: any;
|
|
3390
|
-
};
|
|
3391
|
-
constructor(map?: {
|
|
3392
|
-
[key: string]: any;
|
|
3393
|
-
});
|
|
3394
|
-
}
|
|
3395
|
-
export declare class DescribeUserStatusResponseBodyUserStatus extends $tea.Model {
|
|
3396
|
-
useOssSize?: number;
|
|
3397
|
-
useInstanceNum?: number;
|
|
3398
|
-
instanceNum?: number;
|
|
3399
2444
|
chargeType?: string;
|
|
3400
|
-
|
|
3401
|
-
|
|
3402
|
-
dataMaskTasks?: number;
|
|
3403
|
-
authed?: boolean;
|
|
2445
|
+
instanceId?: string;
|
|
2446
|
+
instanceNum?: number;
|
|
3404
2447
|
labStatus?: number;
|
|
3405
|
-
odpsSet?: boolean;
|
|
3406
|
-
ossBucketSet?: boolean;
|
|
3407
|
-
sensitiveTable?: number;
|
|
3408
2448
|
remainDays?: number;
|
|
3409
|
-
totalDataMaskColumns?: number;
|
|
3410
|
-
datamaskColumns?: number;
|
|
3411
|
-
authProductList?: string;
|
|
3412
2449
|
trail?: boolean;
|
|
3413
|
-
|
|
3414
|
-
|
|
3415
|
-
dbAuditStatus?: number;
|
|
3416
|
-
renewStatus?: boolean;
|
|
3417
|
-
sensitiveObjects?: number;
|
|
3418
|
-
dataMaskColumns?: number;
|
|
3419
|
-
dlpTotalCount?: number;
|
|
3420
|
-
sensitiveObject?: number;
|
|
3421
|
-
dlpCount?: number;
|
|
3422
|
-
instanceId?: string;
|
|
3423
|
-
accessKeyId?: string;
|
|
3424
|
-
ossSize?: number;
|
|
3425
|
-
sensitiveTotalTop?: string;
|
|
3426
|
-
sensitiveTables?: number;
|
|
3427
|
-
sensitiveTop?: string;
|
|
3428
|
-
buyed?: boolean;
|
|
3429
|
-
incSensitiveObjects?: number;
|
|
3430
|
-
instanceStatus?: number;
|
|
3431
|
-
assetScanned?: boolean;
|
|
3432
|
-
alarmCount?: number;
|
|
3433
|
-
displayTime?: string;
|
|
2450
|
+
useInstanceNum?: number;
|
|
2451
|
+
useOssSize?: number;
|
|
3434
2452
|
static names(): {
|
|
3435
2453
|
[key: string]: string;
|
|
3436
2454
|
};
|
|
@@ -3446,8 +2464,6 @@ export default class Client extends OpenApi {
|
|
|
3446
2464
|
getEndpoint(productId: string, regionId: string, endpointRule: string, network: string, suffix: string, endpointMap: {
|
|
3447
2465
|
[key: string]: string;
|
|
3448
2466
|
}, endpoint: string): string;
|
|
3449
|
-
batchDeleteDataLimitWithOptions(runtime: $Util.RuntimeOptions): Promise<BatchDeleteDataLimitResponse>;
|
|
3450
|
-
batchDeleteDataLimit(): Promise<BatchDeleteDataLimitResponse>;
|
|
3451
2467
|
createConfigWithOptions(request: CreateConfigRequest, runtime: $Util.RuntimeOptions): Promise<CreateConfigResponse>;
|
|
3452
2468
|
createConfig(request: CreateConfigRequest): Promise<CreateConfigResponse>;
|
|
3453
2469
|
createDataLimitWithOptions(request: CreateDataLimitRequest, runtime: $Util.RuntimeOptions): Promise<CreateDataLimitResponse>;
|
|
@@ -3460,10 +2476,8 @@ export default class Client extends OpenApi {
|
|
|
3460
2476
|
deleteDataLimit(request: DeleteDataLimitRequest): Promise<DeleteDataLimitResponse>;
|
|
3461
2477
|
deleteRuleWithOptions(request: DeleteRuleRequest, runtime: $Util.RuntimeOptions): Promise<DeleteRuleResponse>;
|
|
3462
2478
|
deleteRule(request: DeleteRuleRequest): Promise<DeleteRuleResponse>;
|
|
3463
|
-
|
|
3464
|
-
|
|
3465
|
-
describeAccountsWithOptions(request: DescribeAccountsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAccountsResponse>;
|
|
3466
|
-
describeAccounts(request: DescribeAccountsRequest): Promise<DescribeAccountsResponse>;
|
|
2479
|
+
describeCategoryTemplateRuleListWithOptions(request: DescribeCategoryTemplateRuleListRequest, runtime: $Util.RuntimeOptions): Promise<DescribeCategoryTemplateRuleListResponse>;
|
|
2480
|
+
describeCategoryTemplateRuleList(request: DescribeCategoryTemplateRuleListRequest): Promise<DescribeCategoryTemplateRuleListResponse>;
|
|
3467
2481
|
describeColumnsWithOptions(request: DescribeColumnsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeColumnsResponse>;
|
|
3468
2482
|
describeColumns(request: DescribeColumnsRequest): Promise<DescribeColumnsResponse>;
|
|
3469
2483
|
describeConfigsWithOptions(request: DescribeConfigsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeConfigsResponse>;
|
|
@@ -3472,34 +2486,24 @@ export default class Client extends OpenApi {
|
|
|
3472
2486
|
describeDataAssets(request: DescribeDataAssetsRequest): Promise<DescribeDataAssetsResponse>;
|
|
3473
2487
|
describeDataLimitDetailWithOptions(request: DescribeDataLimitDetailRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDataLimitDetailResponse>;
|
|
3474
2488
|
describeDataLimitDetail(request: DescribeDataLimitDetailRequest): Promise<DescribeDataLimitDetailResponse>;
|
|
3475
|
-
describeDataLimitsWithOptions(request: DescribeDataLimitsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDataLimitsResponse>;
|
|
3476
|
-
describeDataLimits(request: DescribeDataLimitsRequest): Promise<DescribeDataLimitsResponse>;
|
|
3477
2489
|
describeDataLimitSetWithOptions(request: DescribeDataLimitSetRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDataLimitSetResponse>;
|
|
3478
2490
|
describeDataLimitSet(request: DescribeDataLimitSetRequest): Promise<DescribeDataLimitSetResponse>;
|
|
3479
|
-
|
|
3480
|
-
|
|
2491
|
+
describeDataLimitsWithOptions(request: DescribeDataLimitsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDataLimitsResponse>;
|
|
2492
|
+
describeDataLimits(request: DescribeDataLimitsRequest): Promise<DescribeDataLimitsResponse>;
|
|
3481
2493
|
describeDataMaskingRunHistoryWithOptions(request: DescribeDataMaskingRunHistoryRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDataMaskingRunHistoryResponse>;
|
|
3482
2494
|
describeDataMaskingRunHistory(request: DescribeDataMaskingRunHistoryRequest): Promise<DescribeDataMaskingRunHistoryResponse>;
|
|
3483
2495
|
describeDataMaskingTasksWithOptions(request: DescribeDataMaskingTasksRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDataMaskingTasksResponse>;
|
|
3484
2496
|
describeDataMaskingTasks(request: DescribeDataMaskingTasksRequest): Promise<DescribeDataMaskingTasksResponse>;
|
|
3485
|
-
describeDataTotalCountWithOptions(request: DescribeDataTotalCountRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDataTotalCountResponse>;
|
|
3486
|
-
describeDataTotalCount(request: DescribeDataTotalCountRequest): Promise<DescribeDataTotalCountResponse>;
|
|
3487
2497
|
describeEventDetailWithOptions(request: DescribeEventDetailRequest, runtime: $Util.RuntimeOptions): Promise<DescribeEventDetailResponse>;
|
|
3488
2498
|
describeEventDetail(request: DescribeEventDetailRequest): Promise<DescribeEventDetailResponse>;
|
|
3489
|
-
describeEventsWithOptions(request: DescribeEventsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeEventsResponse>;
|
|
3490
|
-
describeEvents(request: DescribeEventsRequest): Promise<DescribeEventsResponse>;
|
|
3491
|
-
describeEventTopWithOptions(request: DescribeEventTopRequest, runtime: $Util.RuntimeOptions): Promise<DescribeEventTopResponse>;
|
|
3492
|
-
describeEventTop(request: DescribeEventTopRequest): Promise<DescribeEventTopResponse>;
|
|
3493
2499
|
describeEventTypesWithOptions(request: DescribeEventTypesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeEventTypesResponse>;
|
|
3494
2500
|
describeEventTypes(request: DescribeEventTypesRequest): Promise<DescribeEventTypesResponse>;
|
|
3495
|
-
|
|
3496
|
-
|
|
3497
|
-
describeInstancePortraitWithOptions(request: DescribeInstancePortraitRequest, runtime: $Util.RuntimeOptions): Promise<DescribeInstancePortraitResponse>;
|
|
3498
|
-
describeInstancePortrait(request: DescribeInstancePortraitRequest): Promise<DescribeInstancePortraitResponse>;
|
|
3499
|
-
describeInstancesWithOptions(request: DescribeInstancesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeInstancesResponse>;
|
|
3500
|
-
describeInstances(request: DescribeInstancesRequest): Promise<DescribeInstancesResponse>;
|
|
2501
|
+
describeEventsWithOptions(request: DescribeEventsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeEventsResponse>;
|
|
2502
|
+
describeEvents(request: DescribeEventsRequest): Promise<DescribeEventsResponse>;
|
|
3501
2503
|
describeInstanceSourcesWithOptions(request: DescribeInstanceSourcesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeInstanceSourcesResponse>;
|
|
3502
2504
|
describeInstanceSources(request: DescribeInstanceSourcesRequest): Promise<DescribeInstanceSourcesResponse>;
|
|
2505
|
+
describeInstancesWithOptions(request: DescribeInstancesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeInstancesResponse>;
|
|
2506
|
+
describeInstances(request: DescribeInstancesRequest): Promise<DescribeInstancesResponse>;
|
|
3503
2507
|
describeOssObjectDetailWithOptions(request: DescribeOssObjectDetailRequest, runtime: $Util.RuntimeOptions): Promise<DescribeOssObjectDetailResponse>;
|
|
3504
2508
|
describeOssObjectDetail(request: DescribeOssObjectDetailRequest): Promise<DescribeOssObjectDetailResponse>;
|
|
3505
2509
|
describeOssObjectsWithOptions(request: DescribeOssObjectsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeOssObjectsResponse>;
|
|
@@ -3508,14 +2512,10 @@ export default class Client extends OpenApi {
|
|
|
3508
2512
|
describePackages(request: DescribePackagesRequest): Promise<DescribePackagesResponse>;
|
|
3509
2513
|
describeRiskLevelsWithOptions(request: DescribeRiskLevelsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeRiskLevelsResponse>;
|
|
3510
2514
|
describeRiskLevels(request: DescribeRiskLevelsRequest): Promise<DescribeRiskLevelsResponse>;
|
|
3511
|
-
describeRuleCategoryWithOptions(request: DescribeRuleCategoryRequest, runtime: $Util.RuntimeOptions): Promise<DescribeRuleCategoryResponse>;
|
|
3512
|
-
describeRuleCategory(request: DescribeRuleCategoryRequest): Promise<DescribeRuleCategoryResponse>;
|
|
3513
2515
|
describeRulesWithOptions(request: DescribeRulesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeRulesResponse>;
|
|
3514
2516
|
describeRules(request: DescribeRulesRequest): Promise<DescribeRulesResponse>;
|
|
3515
2517
|
describeTablesWithOptions(request: DescribeTablesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeTablesResponse>;
|
|
3516
2518
|
describeTables(request: DescribeTablesRequest): Promise<DescribeTablesResponse>;
|
|
3517
|
-
describeUserCountWithOptions(request: DescribeUserCountRequest, runtime: $Util.RuntimeOptions): Promise<DescribeUserCountResponse>;
|
|
3518
|
-
describeUserCount(request: DescribeUserCountRequest): Promise<DescribeUserCountResponse>;
|
|
3519
2519
|
describeUserStatusWithOptions(request: DescribeUserStatusRequest, runtime: $Util.RuntimeOptions): Promise<DescribeUserStatusResponse>;
|
|
3520
2520
|
describeUserStatus(request: DescribeUserStatusRequest): Promise<DescribeUserStatusResponse>;
|
|
3521
2521
|
disableUserConfigWithOptions(request: DisableUserConfigRequest, runtime: $Util.RuntimeOptions): Promise<DisableUserConfigResponse>;
|