@alicloud/sddp20190103 1.0.0

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.
@@ -0,0 +1,3541 @@
1
+ /**
2
+ *
3
+ */
4
+ import * as $Util from '@alicloud/tea-util';
5
+ import OpenApi, * as $OpenApi from '@alicloud/openapi-client';
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
+ export declare class CreateConfigRequest extends $tea.Model {
35
+ lang?: string;
36
+ code?: string;
37
+ description?: string;
38
+ value?: string;
39
+ static names(): {
40
+ [key: string]: string;
41
+ };
42
+ static types(): {
43
+ [key: string]: any;
44
+ };
45
+ constructor(map?: {
46
+ [key: string]: any;
47
+ });
48
+ }
49
+ export declare class CreateConfigResponseBody extends $tea.Model {
50
+ id?: number;
51
+ requestId?: string;
52
+ static names(): {
53
+ [key: string]: string;
54
+ };
55
+ static types(): {
56
+ [key: string]: any;
57
+ };
58
+ constructor(map?: {
59
+ [key: string]: any;
60
+ });
61
+ }
62
+ export declare class CreateConfigResponse extends $tea.Model {
63
+ headers: {
64
+ [key: string]: string;
65
+ };
66
+ body: CreateConfigResponseBody;
67
+ static names(): {
68
+ [key: string]: string;
69
+ };
70
+ static types(): {
71
+ [key: string]: any;
72
+ };
73
+ constructor(map?: {
74
+ [key: string]: any;
75
+ });
76
+ }
77
+ 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
+ auditStatus?: number;
85
+ autoScan?: number;
86
+ logStoreDay?: number;
87
+ engineType?: string;
88
+ port?: number;
89
+ ocrStatus?: number;
90
+ eventStatus?: number;
91
+ static names(): {
92
+ [key: string]: string;
93
+ };
94
+ static types(): {
95
+ [key: string]: any;
96
+ };
97
+ constructor(map?: {
98
+ [key: string]: any;
99
+ });
100
+ }
101
+ export declare class CreateDataLimitResponseBody extends $tea.Model {
102
+ id?: number;
103
+ requestId?: string;
104
+ static names(): {
105
+ [key: string]: string;
106
+ };
107
+ static types(): {
108
+ [key: string]: any;
109
+ };
110
+ constructor(map?: {
111
+ [key: string]: any;
112
+ });
113
+ }
114
+ export declare class CreateDataLimitResponse extends $tea.Model {
115
+ headers: {
116
+ [key: string]: string;
117
+ };
118
+ body: CreateDataLimitResponseBody;
119
+ static names(): {
120
+ [key: string]: string;
121
+ };
122
+ static types(): {
123
+ [key: string]: any;
124
+ };
125
+ constructor(map?: {
126
+ [key: string]: any;
127
+ });
128
+ }
129
+ export declare class CreateRuleRequest extends $tea.Model {
130
+ lang?: string;
131
+ name?: string;
132
+ category?: number;
133
+ content?: string;
134
+ statExpress?: string;
135
+ riskLevelId?: number;
136
+ ruleType?: number;
137
+ productCode?: string;
138
+ productId?: number;
139
+ warnLevel?: number;
140
+ description?: string;
141
+ contentCategory?: number;
142
+ status?: number;
143
+ target?: string;
144
+ static names(): {
145
+ [key: string]: string;
146
+ };
147
+ static types(): {
148
+ [key: string]: any;
149
+ };
150
+ constructor(map?: {
151
+ [key: string]: any;
152
+ });
153
+ }
154
+ export declare class CreateRuleResponseBody extends $tea.Model {
155
+ id?: number;
156
+ requestId?: string;
157
+ static names(): {
158
+ [key: string]: string;
159
+ };
160
+ static types(): {
161
+ [key: string]: any;
162
+ };
163
+ constructor(map?: {
164
+ [key: string]: any;
165
+ });
166
+ }
167
+ export declare class CreateRuleResponse extends $tea.Model {
168
+ headers: {
169
+ [key: string]: string;
170
+ };
171
+ body: CreateRuleResponseBody;
172
+ static names(): {
173
+ [key: string]: string;
174
+ };
175
+ static types(): {
176
+ [key: string]: any;
177
+ };
178
+ constructor(map?: {
179
+ [key: string]: any;
180
+ });
181
+ }
182
+ export declare class CreateScanTaskRequest extends $tea.Model {
183
+ dataLimitId?: number;
184
+ intervalDay?: number;
185
+ runHour?: number;
186
+ runMinute?: number;
187
+ taskName?: string;
188
+ taskUserName?: string;
189
+ ossScanPath?: string;
190
+ scanRange?: number;
191
+ scanRangeContent?: string;
192
+ resourceType?: number;
193
+ static names(): {
194
+ [key: string]: string;
195
+ };
196
+ static types(): {
197
+ [key: string]: any;
198
+ };
199
+ constructor(map?: {
200
+ [key: string]: any;
201
+ });
202
+ }
203
+ export declare class CreateScanTaskResponseBody extends $tea.Model {
204
+ id?: number;
205
+ requestId?: string;
206
+ static names(): {
207
+ [key: string]: string;
208
+ };
209
+ static types(): {
210
+ [key: string]: any;
211
+ };
212
+ constructor(map?: {
213
+ [key: string]: any;
214
+ });
215
+ }
216
+ export declare class CreateScanTaskResponse extends $tea.Model {
217
+ headers: {
218
+ [key: string]: string;
219
+ };
220
+ body: CreateScanTaskResponseBody;
221
+ static names(): {
222
+ [key: string]: string;
223
+ };
224
+ static types(): {
225
+ [key: string]: any;
226
+ };
227
+ constructor(map?: {
228
+ [key: string]: any;
229
+ });
230
+ }
231
+ export declare class DeleteDataLimitRequest extends $tea.Model {
232
+ lang?: string;
233
+ id?: number;
234
+ static names(): {
235
+ [key: string]: string;
236
+ };
237
+ static types(): {
238
+ [key: string]: any;
239
+ };
240
+ constructor(map?: {
241
+ [key: string]: any;
242
+ });
243
+ }
244
+ export declare class DeleteDataLimitResponseBody extends $tea.Model {
245
+ requestId?: string;
246
+ static names(): {
247
+ [key: string]: string;
248
+ };
249
+ static types(): {
250
+ [key: string]: any;
251
+ };
252
+ constructor(map?: {
253
+ [key: string]: any;
254
+ });
255
+ }
256
+ export declare class DeleteDataLimitResponse extends $tea.Model {
257
+ headers: {
258
+ [key: string]: string;
259
+ };
260
+ body: DeleteDataLimitResponseBody;
261
+ static names(): {
262
+ [key: string]: string;
263
+ };
264
+ static types(): {
265
+ [key: string]: any;
266
+ };
267
+ constructor(map?: {
268
+ [key: string]: any;
269
+ });
270
+ }
271
+ export declare class DeleteRuleRequest extends $tea.Model {
272
+ lang?: string;
273
+ id?: number;
274
+ static names(): {
275
+ [key: string]: string;
276
+ };
277
+ static types(): {
278
+ [key: string]: any;
279
+ };
280
+ constructor(map?: {
281
+ [key: string]: any;
282
+ });
283
+ }
284
+ export declare class DeleteRuleResponseBody extends $tea.Model {
285
+ requestId?: string;
286
+ static names(): {
287
+ [key: string]: string;
288
+ };
289
+ static types(): {
290
+ [key: string]: any;
291
+ };
292
+ constructor(map?: {
293
+ [key: string]: any;
294
+ });
295
+ }
296
+ export declare class DeleteRuleResponse extends $tea.Model {
297
+ headers: {
298
+ [key: string]: string;
299
+ };
300
+ body: DeleteRuleResponseBody;
301
+ static names(): {
302
+ [key: string]: string;
303
+ };
304
+ static types(): {
305
+ [key: string]: any;
306
+ };
307
+ constructor(map?: {
308
+ [key: string]: any;
309
+ });
310
+ }
311
+ export declare class DescribeAccountDetailRequest extends $tea.Model {
312
+ lang?: string;
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 {
354
+ 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
+ pageSize?: number;
367
+ currentPage?: number;
368
+ static names(): {
369
+ [key: string]: string;
370
+ };
371
+ static types(): {
372
+ [key: string]: any;
373
+ };
374
+ constructor(map?: {
375
+ [key: string]: any;
376
+ });
377
+ }
378
+ export declare class DescribeAccountsResponseBody extends $tea.Model {
379
+ currentPage?: number;
380
+ requestId?: string;
381
+ pageSize?: number;
382
+ totalCount?: number;
383
+ items?: DescribeAccountsResponseBodyItems[];
384
+ static names(): {
385
+ [key: string]: string;
386
+ };
387
+ static types(): {
388
+ [key: string]: any;
389
+ };
390
+ constructor(map?: {
391
+ [key: string]: any;
392
+ });
393
+ }
394
+ export declare class DescribeAccountsResponse extends $tea.Model {
395
+ headers: {
396
+ [key: string]: string;
397
+ };
398
+ body: DescribeAccountsResponseBody;
399
+ static names(): {
400
+ [key: string]: string;
401
+ };
402
+ static types(): {
403
+ [key: string]: any;
404
+ };
405
+ constructor(map?: {
406
+ [key: string]: any;
407
+ });
408
+ }
409
+ export declare class DescribeColumnsRequest extends $tea.Model {
410
+ lang?: string;
411
+ name?: string;
412
+ tableId?: number;
413
+ ruleId?: number;
414
+ productCode?: string;
415
+ instanceId?: number;
416
+ instanceName?: string;
417
+ tableName?: string;
418
+ ruleName?: string;
419
+ sensLevelName?: string;
420
+ pageSize?: number;
421
+ currentPage?: number;
422
+ riskLevelId?: number;
423
+ static names(): {
424
+ [key: string]: string;
425
+ };
426
+ static types(): {
427
+ [key: string]: any;
428
+ };
429
+ constructor(map?: {
430
+ [key: string]: any;
431
+ });
432
+ }
433
+ export declare class DescribeColumnsResponseBody extends $tea.Model {
434
+ currentPage?: number;
435
+ requestId?: string;
436
+ pageSize?: number;
437
+ totalCount?: number;
438
+ items?: DescribeColumnsResponseBodyItems[];
439
+ static names(): {
440
+ [key: string]: string;
441
+ };
442
+ static types(): {
443
+ [key: string]: any;
444
+ };
445
+ constructor(map?: {
446
+ [key: string]: any;
447
+ });
448
+ }
449
+ export declare class DescribeColumnsResponse extends $tea.Model {
450
+ headers: {
451
+ [key: string]: string;
452
+ };
453
+ body: DescribeColumnsResponseBody;
454
+ static names(): {
455
+ [key: string]: string;
456
+ };
457
+ static types(): {
458
+ [key: string]: any;
459
+ };
460
+ constructor(map?: {
461
+ [key: string]: any;
462
+ });
463
+ }
464
+ export declare class DescribeConfigsRequest extends $tea.Model {
465
+ lang?: string;
466
+ static names(): {
467
+ [key: string]: string;
468
+ };
469
+ static types(): {
470
+ [key: string]: any;
471
+ };
472
+ constructor(map?: {
473
+ [key: string]: any;
474
+ });
475
+ }
476
+ export declare class DescribeConfigsResponseBody extends $tea.Model {
477
+ requestId?: string;
478
+ configList?: DescribeConfigsResponseBodyConfigList[];
479
+ static names(): {
480
+ [key: string]: string;
481
+ };
482
+ static types(): {
483
+ [key: string]: any;
484
+ };
485
+ constructor(map?: {
486
+ [key: string]: any;
487
+ });
488
+ }
489
+ export declare class DescribeConfigsResponse extends $tea.Model {
490
+ headers: {
491
+ [key: string]: string;
492
+ };
493
+ body: DescribeConfigsResponseBody;
494
+ static names(): {
495
+ [key: string]: string;
496
+ };
497
+ static types(): {
498
+ [key: string]: any;
499
+ };
500
+ constructor(map?: {
501
+ [key: string]: any;
502
+ });
503
+ }
504
+ export declare class DescribeDataAssetsRequest extends $tea.Model {
505
+ lang?: string;
506
+ name?: string;
507
+ riskLevels?: string;
508
+ ruleId?: number;
509
+ rangeId?: number;
510
+ pageSize?: number;
511
+ currentPage?: number;
512
+ static names(): {
513
+ [key: string]: string;
514
+ };
515
+ static types(): {
516
+ [key: string]: any;
517
+ };
518
+ constructor(map?: {
519
+ [key: string]: any;
520
+ });
521
+ }
522
+ export declare class DescribeDataAssetsResponseBody extends $tea.Model {
523
+ currentPage?: number;
524
+ requestId?: string;
525
+ pageSize?: number;
526
+ totalCount?: number;
527
+ items?: DescribeDataAssetsResponseBodyItems[];
528
+ static names(): {
529
+ [key: string]: string;
530
+ };
531
+ static types(): {
532
+ [key: string]: any;
533
+ };
534
+ constructor(map?: {
535
+ [key: string]: any;
536
+ });
537
+ }
538
+ export declare class DescribeDataAssetsResponse extends $tea.Model {
539
+ headers: {
540
+ [key: string]: string;
541
+ };
542
+ body: DescribeDataAssetsResponseBody;
543
+ static names(): {
544
+ [key: string]: string;
545
+ };
546
+ static types(): {
547
+ [key: string]: any;
548
+ };
549
+ constructor(map?: {
550
+ [key: string]: any;
551
+ });
552
+ }
553
+ export declare class DescribeDataLimitDetailRequest extends $tea.Model {
554
+ lang?: string;
555
+ id?: number;
556
+ networkType?: number;
557
+ static names(): {
558
+ [key: string]: string;
559
+ };
560
+ static types(): {
561
+ [key: string]: any;
562
+ };
563
+ constructor(map?: {
564
+ [key: string]: any;
565
+ });
566
+ }
567
+ export declare class DescribeDataLimitDetailResponseBody extends $tea.Model {
568
+ requestId?: string;
569
+ dataLimit?: DescribeDataLimitDetailResponseBodyDataLimit;
570
+ static names(): {
571
+ [key: string]: string;
572
+ };
573
+ static types(): {
574
+ [key: string]: any;
575
+ };
576
+ constructor(map?: {
577
+ [key: string]: any;
578
+ });
579
+ }
580
+ export declare class DescribeDataLimitDetailResponse extends $tea.Model {
581
+ headers: {
582
+ [key: string]: string;
583
+ };
584
+ body: DescribeDataLimitDetailResponseBody;
585
+ static names(): {
586
+ [key: string]: string;
587
+ };
588
+ static types(): {
589
+ [key: string]: any;
590
+ };
591
+ constructor(map?: {
592
+ [key: string]: any;
593
+ });
594
+ }
595
+ export declare class DescribeDataLimitsRequest extends $tea.Model {
596
+ lang?: string;
597
+ pageSize?: number;
598
+ currentPage?: number;
599
+ resourceType?: number;
600
+ parentId?: string;
601
+ serviceRegionId?: string;
602
+ checkStatus?: number;
603
+ auditStatus?: number;
604
+ engineType?: string;
605
+ datamaskStatus?: number;
606
+ enable?: number;
607
+ startTime?: number;
608
+ endTime?: number;
609
+ static names(): {
610
+ [key: string]: string;
611
+ };
612
+ static types(): {
613
+ [key: string]: any;
614
+ };
615
+ constructor(map?: {
616
+ [key: string]: any;
617
+ });
618
+ }
619
+ export declare class DescribeDataLimitsResponseBody extends $tea.Model {
620
+ currentPage?: number;
621
+ requestId?: string;
622
+ pageSize?: number;
623
+ totalCount?: number;
624
+ items?: DescribeDataLimitsResponseBodyItems[];
625
+ static names(): {
626
+ [key: string]: string;
627
+ };
628
+ static types(): {
629
+ [key: string]: any;
630
+ };
631
+ constructor(map?: {
632
+ [key: string]: any;
633
+ });
634
+ }
635
+ export declare class DescribeDataLimitsResponse extends $tea.Model {
636
+ headers: {
637
+ [key: string]: string;
638
+ };
639
+ body: DescribeDataLimitsResponseBody;
640
+ static names(): {
641
+ [key: string]: string;
642
+ };
643
+ static types(): {
644
+ [key: string]: any;
645
+ };
646
+ constructor(map?: {
647
+ [key: string]: any;
648
+ });
649
+ }
650
+ export declare class DescribeDataLimitSetRequest extends $tea.Model {
651
+ lang?: string;
652
+ resourceType?: number;
653
+ parentId?: string;
654
+ static names(): {
655
+ [key: string]: string;
656
+ };
657
+ static types(): {
658
+ [key: string]: any;
659
+ };
660
+ constructor(map?: {
661
+ [key: string]: any;
662
+ });
663
+ }
664
+ export declare class DescribeDataLimitSetResponseBody extends $tea.Model {
665
+ requestId?: string;
666
+ dataLimitSet?: DescribeDataLimitSetResponseBodyDataLimitSet;
667
+ static names(): {
668
+ [key: string]: string;
669
+ };
670
+ static types(): {
671
+ [key: string]: any;
672
+ };
673
+ constructor(map?: {
674
+ [key: string]: any;
675
+ });
676
+ }
677
+ export declare class DescribeDataLimitSetResponse extends $tea.Model {
678
+ headers: {
679
+ [key: string]: string;
680
+ };
681
+ body: DescribeDataLimitSetResponseBody;
682
+ static names(): {
683
+ [key: string]: string;
684
+ };
685
+ static types(): {
686
+ [key: string]: any;
687
+ };
688
+ constructor(map?: {
689
+ [key: string]: any;
690
+ });
691
+ }
692
+ export declare class DescribeDataLimitsInstanceDimRequest extends $tea.Model {
693
+ lang?: string;
694
+ pageSize?: number;
695
+ currentPage?: number;
696
+ resourceType?: number;
697
+ parentId?: string;
698
+ serviceRegionId?: string;
699
+ checkStatus?: number;
700
+ auditStatus?: number;
701
+ engineType?: string;
702
+ datamaskStatus?: number;
703
+ enable?: number;
704
+ startTime?: number;
705
+ endTime?: number;
706
+ static names(): {
707
+ [key: string]: string;
708
+ };
709
+ static types(): {
710
+ [key: string]: any;
711
+ };
712
+ constructor(map?: {
713
+ [key: string]: any;
714
+ });
715
+ }
716
+ export declare class DescribeDataLimitsInstanceDimResponseBody extends $tea.Model {
717
+ currentPage?: number;
718
+ requestId?: string;
719
+ pageSize?: number;
720
+ totalCount?: number;
721
+ items?: DescribeDataLimitsInstanceDimResponseBodyItems[];
722
+ static names(): {
723
+ [key: string]: string;
724
+ };
725
+ static types(): {
726
+ [key: string]: any;
727
+ };
728
+ constructor(map?: {
729
+ [key: string]: any;
730
+ });
731
+ }
732
+ export declare class DescribeDataLimitsInstanceDimResponse extends $tea.Model {
733
+ headers: {
734
+ [key: string]: string;
735
+ };
736
+ body: DescribeDataLimitsInstanceDimResponseBody;
737
+ static names(): {
738
+ [key: string]: string;
739
+ };
740
+ static types(): {
741
+ [key: string]: any;
742
+ };
743
+ constructor(map?: {
744
+ [key: string]: any;
745
+ });
746
+ }
747
+ export declare class DescribeDataMaskingRunHistoryRequest extends $tea.Model {
748
+ lang?: string;
749
+ taskId?: string;
750
+ startTime?: number;
751
+ endTime?: number;
752
+ status?: number;
753
+ srcType?: number;
754
+ dstType?: number;
755
+ pageSize?: number;
756
+ currentPage?: number;
757
+ mainProcessId?: number;
758
+ srcTableName?: string;
759
+ static names(): {
760
+ [key: string]: string;
761
+ };
762
+ static types(): {
763
+ [key: string]: any;
764
+ };
765
+ constructor(map?: {
766
+ [key: string]: any;
767
+ });
768
+ }
769
+ export declare class DescribeDataMaskingRunHistoryResponseBody extends $tea.Model {
770
+ currentPage?: number;
771
+ requestId?: string;
772
+ pageSize?: number;
773
+ totalCount?: number;
774
+ items?: DescribeDataMaskingRunHistoryResponseBodyItems[];
775
+ static names(): {
776
+ [key: string]: string;
777
+ };
778
+ static types(): {
779
+ [key: string]: any;
780
+ };
781
+ constructor(map?: {
782
+ [key: string]: any;
783
+ });
784
+ }
785
+ export declare class DescribeDataMaskingRunHistoryResponse extends $tea.Model {
786
+ headers: {
787
+ [key: string]: string;
788
+ };
789
+ body: DescribeDataMaskingRunHistoryResponseBody;
790
+ static names(): {
791
+ [key: string]: string;
792
+ };
793
+ static types(): {
794
+ [key: string]: any;
795
+ };
796
+ constructor(map?: {
797
+ [key: string]: any;
798
+ });
799
+ }
800
+ export declare class DescribeDataMaskingTasksRequest extends $tea.Model {
801
+ lang?: string;
802
+ searchKey?: string;
803
+ startTime?: number;
804
+ endTime?: number;
805
+ dstType?: number;
806
+ pageSize?: number;
807
+ currentPage?: number;
808
+ static names(): {
809
+ [key: string]: string;
810
+ };
811
+ static types(): {
812
+ [key: string]: any;
813
+ };
814
+ constructor(map?: {
815
+ [key: string]: any;
816
+ });
817
+ }
818
+ export declare class DescribeDataMaskingTasksResponseBody extends $tea.Model {
819
+ currentPage?: number;
820
+ requestId?: string;
821
+ pageSize?: number;
822
+ totalCount?: number;
823
+ items?: DescribeDataMaskingTasksResponseBodyItems[];
824
+ static names(): {
825
+ [key: string]: string;
826
+ };
827
+ static types(): {
828
+ [key: string]: any;
829
+ };
830
+ constructor(map?: {
831
+ [key: string]: any;
832
+ });
833
+ }
834
+ export declare class DescribeDataMaskingTasksResponse extends $tea.Model {
835
+ headers: {
836
+ [key: string]: string;
837
+ };
838
+ body: DescribeDataMaskingTasksResponseBody;
839
+ static names(): {
840
+ [key: string]: string;
841
+ };
842
+ static types(): {
843
+ [key: string]: any;
844
+ };
845
+ constructor(map?: {
846
+ [key: string]: any;
847
+ });
848
+ }
849
+ export declare class DescribeDataTotalCountRequest extends $tea.Model {
850
+ lang?: string;
851
+ countType?: number;
852
+ productCode?: string;
853
+ instanceId?: number;
854
+ featureType?: number;
855
+ static names(): {
856
+ [key: string]: string;
857
+ };
858
+ static types(): {
859
+ [key: string]: any;
860
+ };
861
+ constructor(map?: {
862
+ [key: string]: any;
863
+ });
864
+ }
865
+ export declare class DescribeDataTotalCountResponseBody extends $tea.Model {
866
+ requestId?: string;
867
+ dataCount?: DescribeDataTotalCountResponseBodyDataCount;
868
+ static names(): {
869
+ [key: string]: string;
870
+ };
871
+ static types(): {
872
+ [key: string]: any;
873
+ };
874
+ constructor(map?: {
875
+ [key: string]: any;
876
+ });
877
+ }
878
+ export declare class DescribeDataTotalCountResponse extends $tea.Model {
879
+ headers: {
880
+ [key: string]: string;
881
+ };
882
+ body: DescribeDataTotalCountResponseBody;
883
+ static names(): {
884
+ [key: string]: string;
885
+ };
886
+ static types(): {
887
+ [key: string]: any;
888
+ };
889
+ constructor(map?: {
890
+ [key: string]: any;
891
+ });
892
+ }
893
+ export declare class DescribeEventDetailRequest extends $tea.Model {
894
+ lang?: string;
895
+ id?: number;
896
+ static names(): {
897
+ [key: string]: string;
898
+ };
899
+ static types(): {
900
+ [key: string]: any;
901
+ };
902
+ constructor(map?: {
903
+ [key: string]: any;
904
+ });
905
+ }
906
+ export declare class DescribeEventDetailResponseBody extends $tea.Model {
907
+ requestId?: string;
908
+ event?: DescribeEventDetailResponseBodyEvent;
909
+ static names(): {
910
+ [key: string]: string;
911
+ };
912
+ static types(): {
913
+ [key: string]: any;
914
+ };
915
+ constructor(map?: {
916
+ [key: string]: any;
917
+ });
918
+ }
919
+ export declare class DescribeEventDetailResponse extends $tea.Model {
920
+ headers: {
921
+ [key: string]: string;
922
+ };
923
+ body: DescribeEventDetailResponseBody;
924
+ static names(): {
925
+ [key: string]: string;
926
+ };
927
+ static types(): {
928
+ [key: string]: any;
929
+ };
930
+ constructor(map?: {
931
+ [key: string]: any;
932
+ });
933
+ }
934
+ export declare class DescribeEventsRequest extends $tea.Model {
935
+ 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
+ pageSize?: number;
945
+ currentPage?: number;
946
+ instanceName?: string;
947
+ productCode?: string;
948
+ targetProductCode?: string;
949
+ userName?: string;
950
+ static names(): {
951
+ [key: string]: string;
952
+ };
953
+ static types(): {
954
+ [key: string]: any;
955
+ };
956
+ constructor(map?: {
957
+ [key: string]: any;
958
+ });
959
+ }
960
+ export declare class DescribeEventsResponseBody extends $tea.Model {
961
+ currentPage?: number;
962
+ requestId?: string;
963
+ pageSize?: number;
964
+ totalCount?: number;
965
+ items?: DescribeEventsResponseBodyItems[];
966
+ static names(): {
967
+ [key: string]: string;
968
+ };
969
+ static types(): {
970
+ [key: string]: any;
971
+ };
972
+ constructor(map?: {
973
+ [key: string]: any;
974
+ });
975
+ }
976
+ export declare class DescribeEventsResponse extends $tea.Model {
977
+ headers: {
978
+ [key: string]: string;
979
+ };
980
+ body: DescribeEventsResponseBody;
981
+ static names(): {
982
+ [key: string]: string;
983
+ };
984
+ static types(): {
985
+ [key: string]: any;
986
+ };
987
+ constructor(map?: {
988
+ [key: string]: any;
989
+ });
990
+ }
991
+ export declare class DescribeEventTopRequest extends $tea.Model {
992
+ lang?: string;
993
+ userId?: number;
994
+ dealUserId?: string;
995
+ status?: string;
996
+ typeCode?: string;
997
+ subTypeCode?: string;
998
+ startTime?: string;
999
+ endTime?: string;
1000
+ pageSize?: number;
1001
+ currentPage?: number;
1002
+ instanceName?: string;
1003
+ productCode?: string;
1004
+ targetProductCode?: string;
1005
+ userName?: string;
1006
+ static names(): {
1007
+ [key: string]: string;
1008
+ };
1009
+ static types(): {
1010
+ [key: string]: any;
1011
+ };
1012
+ constructor(map?: {
1013
+ [key: string]: any;
1014
+ });
1015
+ }
1016
+ export declare class DescribeEventTopResponseBody extends $tea.Model {
1017
+ requestId?: string;
1018
+ dataCountList?: DescribeEventTopResponseBodyDataCountList[];
1019
+ static names(): {
1020
+ [key: string]: string;
1021
+ };
1022
+ static types(): {
1023
+ [key: string]: any;
1024
+ };
1025
+ constructor(map?: {
1026
+ [key: string]: any;
1027
+ });
1028
+ }
1029
+ export declare class DescribeEventTopResponse extends $tea.Model {
1030
+ headers: {
1031
+ [key: string]: string;
1032
+ };
1033
+ body: DescribeEventTopResponseBody;
1034
+ static names(): {
1035
+ [key: string]: string;
1036
+ };
1037
+ static types(): {
1038
+ [key: string]: any;
1039
+ };
1040
+ constructor(map?: {
1041
+ [key: string]: any;
1042
+ });
1043
+ }
1044
+ export declare class DescribeEventTypesRequest extends $tea.Model {
1045
+ lang?: string;
1046
+ parentTypeId?: number;
1047
+ resourceId?: number;
1048
+ status?: number;
1049
+ static names(): {
1050
+ [key: string]: string;
1051
+ };
1052
+ static types(): {
1053
+ [key: string]: any;
1054
+ };
1055
+ constructor(map?: {
1056
+ [key: string]: any;
1057
+ });
1058
+ }
1059
+ export declare class DescribeEventTypesResponseBody extends $tea.Model {
1060
+ requestId?: string;
1061
+ eventTypeList?: DescribeEventTypesResponseBodyEventTypeList[];
1062
+ static names(): {
1063
+ [key: string]: string;
1064
+ };
1065
+ static types(): {
1066
+ [key: string]: any;
1067
+ };
1068
+ constructor(map?: {
1069
+ [key: string]: any;
1070
+ });
1071
+ }
1072
+ export declare class DescribeEventTypesResponse extends $tea.Model {
1073
+ headers: {
1074
+ [key: string]: string;
1075
+ };
1076
+ body: DescribeEventTypesResponseBody;
1077
+ static names(): {
1078
+ [key: string]: string;
1079
+ };
1080
+ static types(): {
1081
+ [key: string]: any;
1082
+ };
1083
+ constructor(map?: {
1084
+ [key: string]: any;
1085
+ });
1086
+ }
1087
+ export declare class DescribeEventTypesDetailRequest extends $tea.Model {
1088
+ lang?: string;
1089
+ code?: string;
1090
+ static names(): {
1091
+ [key: string]: string;
1092
+ };
1093
+ static types(): {
1094
+ [key: string]: any;
1095
+ };
1096
+ constructor(map?: {
1097
+ [key: string]: any;
1098
+ });
1099
+ }
1100
+ export declare class DescribeEventTypesDetailResponseBody extends $tea.Model {
1101
+ requestId?: string;
1102
+ userStatus?: DescribeEventTypesDetailResponseBodyUserStatus;
1103
+ static names(): {
1104
+ [key: string]: string;
1105
+ };
1106
+ static types(): {
1107
+ [key: string]: any;
1108
+ };
1109
+ constructor(map?: {
1110
+ [key: string]: any;
1111
+ });
1112
+ }
1113
+ export declare class DescribeEventTypesDetailResponse extends $tea.Model {
1114
+ headers: {
1115
+ [key: string]: string;
1116
+ };
1117
+ body: DescribeEventTypesDetailResponseBody;
1118
+ static names(): {
1119
+ [key: string]: string;
1120
+ };
1121
+ static types(): {
1122
+ [key: string]: any;
1123
+ };
1124
+ constructor(map?: {
1125
+ [key: string]: any;
1126
+ });
1127
+ }
1128
+ export declare class DescribeInstancePortraitRequest extends $tea.Model {
1129
+ productId?: number;
1130
+ instanceId?: number;
1131
+ itemKeys?: string;
1132
+ static names(): {
1133
+ [key: string]: string;
1134
+ };
1135
+ static types(): {
1136
+ [key: string]: any;
1137
+ };
1138
+ constructor(map?: {
1139
+ [key: string]: any;
1140
+ });
1141
+ }
1142
+ export declare class DescribeInstancePortraitResponseBody extends $tea.Model {
1143
+ requestId?: string;
1144
+ content?: DescribeInstancePortraitResponseBodyContent[];
1145
+ static names(): {
1146
+ [key: string]: string;
1147
+ };
1148
+ static types(): {
1149
+ [key: string]: any;
1150
+ };
1151
+ constructor(map?: {
1152
+ [key: string]: any;
1153
+ });
1154
+ }
1155
+ export declare class DescribeInstancePortraitResponse extends $tea.Model {
1156
+ headers: {
1157
+ [key: string]: string;
1158
+ };
1159
+ body: DescribeInstancePortraitResponseBody;
1160
+ static names(): {
1161
+ [key: string]: string;
1162
+ };
1163
+ static types(): {
1164
+ [key: string]: any;
1165
+ };
1166
+ constructor(map?: {
1167
+ [key: string]: any;
1168
+ });
1169
+ }
1170
+ export declare class DescribeInstancesRequest extends $tea.Model {
1171
+ 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
+ static names(): {
1192
+ [key: string]: string;
1193
+ };
1194
+ static types(): {
1195
+ [key: string]: any;
1196
+ };
1197
+ constructor(map?: {
1198
+ [key: string]: any;
1199
+ });
1200
+ }
1201
+ export declare class DescribeInstancesResponseBody extends $tea.Model {
1202
+ currentPage?: number;
1203
+ requestId?: string;
1204
+ pageSize?: number;
1205
+ totalCount?: number;
1206
+ items?: DescribeInstancesResponseBodyItems[];
1207
+ static names(): {
1208
+ [key: string]: string;
1209
+ };
1210
+ static types(): {
1211
+ [key: string]: any;
1212
+ };
1213
+ constructor(map?: {
1214
+ [key: string]: any;
1215
+ });
1216
+ }
1217
+ export declare class DescribeInstancesResponse extends $tea.Model {
1218
+ headers: {
1219
+ [key: string]: string;
1220
+ };
1221
+ body: DescribeInstancesResponseBody;
1222
+ static names(): {
1223
+ [key: string]: string;
1224
+ };
1225
+ static types(): {
1226
+ [key: string]: any;
1227
+ };
1228
+ constructor(map?: {
1229
+ [key: string]: any;
1230
+ });
1231
+ }
1232
+ export declare class DescribeInstanceSourcesRequest extends $tea.Model {
1233
+ lang?: string;
1234
+ pageSize?: number;
1235
+ currentPage?: number;
1236
+ serviceRegionId?: string;
1237
+ engineType?: string;
1238
+ instanceId?: string;
1239
+ dbName?: string;
1240
+ productId?: number;
1241
+ authed?: boolean;
1242
+ static names(): {
1243
+ [key: string]: string;
1244
+ };
1245
+ static types(): {
1246
+ [key: string]: any;
1247
+ };
1248
+ constructor(map?: {
1249
+ [key: string]: any;
1250
+ });
1251
+ }
1252
+ export declare class DescribeInstanceSourcesResponseBody extends $tea.Model {
1253
+ currentPage?: number;
1254
+ requestId?: string;
1255
+ pageSize?: number;
1256
+ totalCount?: number;
1257
+ items?: DescribeInstanceSourcesResponseBodyItems[];
1258
+ static names(): {
1259
+ [key: string]: string;
1260
+ };
1261
+ static types(): {
1262
+ [key: string]: any;
1263
+ };
1264
+ constructor(map?: {
1265
+ [key: string]: any;
1266
+ });
1267
+ }
1268
+ export declare class DescribeInstanceSourcesResponse extends $tea.Model {
1269
+ headers: {
1270
+ [key: string]: string;
1271
+ };
1272
+ body: DescribeInstanceSourcesResponseBody;
1273
+ static names(): {
1274
+ [key: string]: string;
1275
+ };
1276
+ static types(): {
1277
+ [key: string]: any;
1278
+ };
1279
+ constructor(map?: {
1280
+ [key: string]: any;
1281
+ });
1282
+ }
1283
+ export declare class DescribeOssObjectDetailRequest extends $tea.Model {
1284
+ lang?: string;
1285
+ id?: number;
1286
+ static names(): {
1287
+ [key: string]: string;
1288
+ };
1289
+ static types(): {
1290
+ [key: string]: any;
1291
+ };
1292
+ constructor(map?: {
1293
+ [key: string]: any;
1294
+ });
1295
+ }
1296
+ export declare class DescribeOssObjectDetailResponseBody extends $tea.Model {
1297
+ requestId?: string;
1298
+ ossObjectDetail?: DescribeOssObjectDetailResponseBodyOssObjectDetail;
1299
+ static names(): {
1300
+ [key: string]: string;
1301
+ };
1302
+ static types(): {
1303
+ [key: string]: any;
1304
+ };
1305
+ constructor(map?: {
1306
+ [key: string]: any;
1307
+ });
1308
+ }
1309
+ export declare class DescribeOssObjectDetailResponse extends $tea.Model {
1310
+ headers: {
1311
+ [key: string]: string;
1312
+ };
1313
+ body: DescribeOssObjectDetailResponseBody;
1314
+ static names(): {
1315
+ [key: string]: string;
1316
+ };
1317
+ static types(): {
1318
+ [key: string]: any;
1319
+ };
1320
+ constructor(map?: {
1321
+ [key: string]: any;
1322
+ });
1323
+ }
1324
+ export declare class DescribeOssObjectsRequest extends $tea.Model {
1325
+ 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
+ static names(): {
1336
+ [key: string]: string;
1337
+ };
1338
+ static types(): {
1339
+ [key: string]: any;
1340
+ };
1341
+ constructor(map?: {
1342
+ [key: string]: any;
1343
+ });
1344
+ }
1345
+ export declare class DescribeOssObjectsResponseBody extends $tea.Model {
1346
+ currentPage?: number;
1347
+ requestId?: string;
1348
+ pageSize?: number;
1349
+ totalCount?: number;
1350
+ items?: DescribeOssObjectsResponseBodyItems[];
1351
+ static names(): {
1352
+ [key: string]: string;
1353
+ };
1354
+ static types(): {
1355
+ [key: string]: any;
1356
+ };
1357
+ constructor(map?: {
1358
+ [key: string]: any;
1359
+ });
1360
+ }
1361
+ export declare class DescribeOssObjectsResponse extends $tea.Model {
1362
+ headers: {
1363
+ [key: string]: string;
1364
+ };
1365
+ body: DescribeOssObjectsResponseBody;
1366
+ static names(): {
1367
+ [key: string]: string;
1368
+ };
1369
+ static types(): {
1370
+ [key: string]: any;
1371
+ };
1372
+ constructor(map?: {
1373
+ [key: string]: any;
1374
+ });
1375
+ }
1376
+ export declare class DescribePackagesRequest extends $tea.Model {
1377
+ lang?: string;
1378
+ name?: string;
1379
+ productId?: number;
1380
+ riskLevelId?: number;
1381
+ ruleId?: number;
1382
+ instanceId?: number;
1383
+ pageSize?: number;
1384
+ currentPage?: number;
1385
+ static names(): {
1386
+ [key: string]: string;
1387
+ };
1388
+ static types(): {
1389
+ [key: string]: any;
1390
+ };
1391
+ constructor(map?: {
1392
+ [key: string]: any;
1393
+ });
1394
+ }
1395
+ export declare class DescribePackagesResponseBody extends $tea.Model {
1396
+ currentPage?: number;
1397
+ requestId?: string;
1398
+ pageSize?: number;
1399
+ totalCount?: number;
1400
+ items?: DescribePackagesResponseBodyItems[];
1401
+ static names(): {
1402
+ [key: string]: string;
1403
+ };
1404
+ static types(): {
1405
+ [key: string]: any;
1406
+ };
1407
+ constructor(map?: {
1408
+ [key: string]: any;
1409
+ });
1410
+ }
1411
+ export declare class DescribePackagesResponse extends $tea.Model {
1412
+ headers: {
1413
+ [key: string]: string;
1414
+ };
1415
+ body: DescribePackagesResponseBody;
1416
+ static names(): {
1417
+ [key: string]: string;
1418
+ };
1419
+ static types(): {
1420
+ [key: string]: any;
1421
+ };
1422
+ constructor(map?: {
1423
+ [key: string]: any;
1424
+ });
1425
+ }
1426
+ export declare class DescribeRiskLevelsRequest extends $tea.Model {
1427
+ lang?: string;
1428
+ static names(): {
1429
+ [key: string]: string;
1430
+ };
1431
+ static types(): {
1432
+ [key: string]: any;
1433
+ };
1434
+ constructor(map?: {
1435
+ [key: string]: any;
1436
+ });
1437
+ }
1438
+ export declare class DescribeRiskLevelsResponseBody extends $tea.Model {
1439
+ requestId?: string;
1440
+ riskLevelList?: DescribeRiskLevelsResponseBodyRiskLevelList[];
1441
+ static names(): {
1442
+ [key: string]: string;
1443
+ };
1444
+ static types(): {
1445
+ [key: string]: any;
1446
+ };
1447
+ constructor(map?: {
1448
+ [key: string]: any;
1449
+ });
1450
+ }
1451
+ export declare class DescribeRiskLevelsResponse extends $tea.Model {
1452
+ headers: {
1453
+ [key: string]: string;
1454
+ };
1455
+ body: DescribeRiskLevelsResponseBody;
1456
+ static names(): {
1457
+ [key: string]: string;
1458
+ };
1459
+ static types(): {
1460
+ [key: string]: any;
1461
+ };
1462
+ constructor(map?: {
1463
+ [key: string]: any;
1464
+ });
1465
+ }
1466
+ export declare class DescribeRuleCategoryRequest extends $tea.Model {
1467
+ lang?: string;
1468
+ productId?: number;
1469
+ static names(): {
1470
+ [key: string]: string;
1471
+ };
1472
+ static types(): {
1473
+ [key: string]: any;
1474
+ };
1475
+ constructor(map?: {
1476
+ [key: string]: any;
1477
+ });
1478
+ }
1479
+ export declare class DescribeRuleCategoryResponseBody extends $tea.Model {
1480
+ requestId?: string;
1481
+ ruleList?: DescribeRuleCategoryResponseBodyRuleList[];
1482
+ productList?: DescribeRuleCategoryResponseBodyProductList[];
1483
+ static names(): {
1484
+ [key: string]: string;
1485
+ };
1486
+ static types(): {
1487
+ [key: string]: any;
1488
+ };
1489
+ constructor(map?: {
1490
+ [key: string]: any;
1491
+ });
1492
+ }
1493
+ export declare class DescribeRuleCategoryResponse extends $tea.Model {
1494
+ headers: {
1495
+ [key: string]: string;
1496
+ };
1497
+ body: DescribeRuleCategoryResponseBody;
1498
+ static names(): {
1499
+ [key: string]: string;
1500
+ };
1501
+ static types(): {
1502
+ [key: string]: any;
1503
+ };
1504
+ constructor(map?: {
1505
+ [key: string]: any;
1506
+ });
1507
+ }
1508
+ export declare class DescribeRulesRequest extends $tea.Model {
1509
+ lang?: string;
1510
+ pageSize?: number;
1511
+ currentPage?: number;
1512
+ customType?: number;
1513
+ category?: number;
1514
+ name?: string;
1515
+ riskLevelId?: number;
1516
+ ruleType?: number;
1517
+ productCode?: number;
1518
+ productId?: number;
1519
+ warnLevel?: number;
1520
+ contentCategory?: number;
1521
+ status?: number;
1522
+ keywordCompatible?: boolean;
1523
+ groupId?: string;
1524
+ static names(): {
1525
+ [key: string]: string;
1526
+ };
1527
+ static types(): {
1528
+ [key: string]: any;
1529
+ };
1530
+ constructor(map?: {
1531
+ [key: string]: any;
1532
+ });
1533
+ }
1534
+ export declare class DescribeRulesResponseBody extends $tea.Model {
1535
+ currentPage?: number;
1536
+ requestId?: string;
1537
+ pageSize?: number;
1538
+ totalCount?: number;
1539
+ items?: DescribeRulesResponseBodyItems[];
1540
+ static names(): {
1541
+ [key: string]: string;
1542
+ };
1543
+ static types(): {
1544
+ [key: string]: any;
1545
+ };
1546
+ constructor(map?: {
1547
+ [key: string]: any;
1548
+ });
1549
+ }
1550
+ export declare class DescribeRulesResponse extends $tea.Model {
1551
+ headers: {
1552
+ [key: string]: string;
1553
+ };
1554
+ body: DescribeRulesResponseBody;
1555
+ static names(): {
1556
+ [key: string]: string;
1557
+ };
1558
+ static types(): {
1559
+ [key: string]: any;
1560
+ };
1561
+ constructor(map?: {
1562
+ [key: string]: any;
1563
+ });
1564
+ }
1565
+ export declare class DescribeTablesRequest extends $tea.Model {
1566
+ lang?: string;
1567
+ name?: string;
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;
1584
+ static names(): {
1585
+ [key: string]: string;
1586
+ };
1587
+ static types(): {
1588
+ [key: string]: any;
1589
+ };
1590
+ constructor(map?: {
1591
+ [key: string]: any;
1592
+ });
1593
+ }
1594
+ export declare class DescribeTablesResponseBody extends $tea.Model {
1595
+ currentPage?: number;
1596
+ requestId?: string;
1597
+ pageSize?: number;
1598
+ totalCount?: number;
1599
+ items?: DescribeTablesResponseBodyItems[];
1600
+ static names(): {
1601
+ [key: string]: string;
1602
+ };
1603
+ static types(): {
1604
+ [key: string]: any;
1605
+ };
1606
+ constructor(map?: {
1607
+ [key: string]: any;
1608
+ });
1609
+ }
1610
+ export declare class DescribeTablesResponse extends $tea.Model {
1611
+ headers: {
1612
+ [key: string]: string;
1613
+ };
1614
+ body: DescribeTablesResponseBody;
1615
+ static names(): {
1616
+ [key: string]: string;
1617
+ };
1618
+ static types(): {
1619
+ [key: string]: any;
1620
+ };
1621
+ constructor(map?: {
1622
+ [key: string]: any;
1623
+ });
1624
+ }
1625
+ export declare class DescribeUserCountRequest extends $tea.Model {
1626
+ lang?: string;
1627
+ static names(): {
1628
+ [key: string]: string;
1629
+ };
1630
+ static types(): {
1631
+ [key: string]: any;
1632
+ };
1633
+ constructor(map?: {
1634
+ [key: string]: any;
1635
+ });
1636
+ }
1637
+ export declare class DescribeUserCountResponseBody extends $tea.Model {
1638
+ requestId?: string;
1639
+ userCount?: DescribeUserCountResponseBodyUserCount;
1640
+ static names(): {
1641
+ [key: string]: string;
1642
+ };
1643
+ static types(): {
1644
+ [key: string]: any;
1645
+ };
1646
+ constructor(map?: {
1647
+ [key: string]: any;
1648
+ });
1649
+ }
1650
+ export declare class DescribeUserCountResponse extends $tea.Model {
1651
+ headers: {
1652
+ [key: string]: string;
1653
+ };
1654
+ body: DescribeUserCountResponseBody;
1655
+ static names(): {
1656
+ [key: string]: string;
1657
+ };
1658
+ static types(): {
1659
+ [key: string]: any;
1660
+ };
1661
+ constructor(map?: {
1662
+ [key: string]: any;
1663
+ });
1664
+ }
1665
+ export declare class DescribeUserStatusRequest extends $tea.Model {
1666
+ lang?: string;
1667
+ static names(): {
1668
+ [key: string]: string;
1669
+ };
1670
+ static types(): {
1671
+ [key: string]: any;
1672
+ };
1673
+ constructor(map?: {
1674
+ [key: string]: any;
1675
+ });
1676
+ }
1677
+ export declare class DescribeUserStatusResponseBody extends $tea.Model {
1678
+ requestId?: string;
1679
+ userStatus?: DescribeUserStatusResponseBodyUserStatus;
1680
+ static names(): {
1681
+ [key: string]: string;
1682
+ };
1683
+ static types(): {
1684
+ [key: string]: any;
1685
+ };
1686
+ constructor(map?: {
1687
+ [key: string]: any;
1688
+ });
1689
+ }
1690
+ export declare class DescribeUserStatusResponse extends $tea.Model {
1691
+ headers: {
1692
+ [key: string]: string;
1693
+ };
1694
+ body: DescribeUserStatusResponseBody;
1695
+ static names(): {
1696
+ [key: string]: string;
1697
+ };
1698
+ static types(): {
1699
+ [key: string]: any;
1700
+ };
1701
+ constructor(map?: {
1702
+ [key: string]: any;
1703
+ });
1704
+ }
1705
+ export declare class DisableUserConfigRequest extends $tea.Model {
1706
+ lang?: string;
1707
+ code?: string;
1708
+ static names(): {
1709
+ [key: string]: string;
1710
+ };
1711
+ static types(): {
1712
+ [key: string]: any;
1713
+ };
1714
+ constructor(map?: {
1715
+ [key: string]: any;
1716
+ });
1717
+ }
1718
+ export declare class DisableUserConfigResponseBody extends $tea.Model {
1719
+ requestId?: string;
1720
+ static names(): {
1721
+ [key: string]: string;
1722
+ };
1723
+ static types(): {
1724
+ [key: string]: any;
1725
+ };
1726
+ constructor(map?: {
1727
+ [key: string]: any;
1728
+ });
1729
+ }
1730
+ export declare class DisableUserConfigResponse extends $tea.Model {
1731
+ headers: {
1732
+ [key: string]: string;
1733
+ };
1734
+ body: DisableUserConfigResponseBody;
1735
+ static names(): {
1736
+ [key: string]: string;
1737
+ };
1738
+ static types(): {
1739
+ [key: string]: any;
1740
+ };
1741
+ constructor(map?: {
1742
+ [key: string]: any;
1743
+ });
1744
+ }
1745
+ export declare class ExecDatamaskRequest extends $tea.Model {
1746
+ templateId?: number;
1747
+ data?: string;
1748
+ static names(): {
1749
+ [key: string]: string;
1750
+ };
1751
+ static types(): {
1752
+ [key: string]: any;
1753
+ };
1754
+ constructor(map?: {
1755
+ [key: string]: any;
1756
+ });
1757
+ }
1758
+ export declare class ExecDatamaskResponseBody extends $tea.Model {
1759
+ data?: string;
1760
+ requestId?: string;
1761
+ static names(): {
1762
+ [key: string]: string;
1763
+ };
1764
+ static types(): {
1765
+ [key: string]: any;
1766
+ };
1767
+ constructor(map?: {
1768
+ [key: string]: any;
1769
+ });
1770
+ }
1771
+ export declare class ExecDatamaskResponse extends $tea.Model {
1772
+ headers: {
1773
+ [key: string]: string;
1774
+ };
1775
+ body: ExecDatamaskResponseBody;
1776
+ static names(): {
1777
+ [key: string]: string;
1778
+ };
1779
+ static types(): {
1780
+ [key: string]: any;
1781
+ };
1782
+ constructor(map?: {
1783
+ [key: string]: any;
1784
+ });
1785
+ }
1786
+ export declare class ManualTriggerMaskingProcessRequest extends $tea.Model {
1787
+ lang?: string;
1788
+ id?: number;
1789
+ static names(): {
1790
+ [key: string]: string;
1791
+ };
1792
+ static types(): {
1793
+ [key: string]: any;
1794
+ };
1795
+ constructor(map?: {
1796
+ [key: string]: any;
1797
+ });
1798
+ }
1799
+ export declare class ManualTriggerMaskingProcessResponseBody extends $tea.Model {
1800
+ requestId?: string;
1801
+ static names(): {
1802
+ [key: string]: string;
1803
+ };
1804
+ static types(): {
1805
+ [key: string]: any;
1806
+ };
1807
+ constructor(map?: {
1808
+ [key: string]: any;
1809
+ });
1810
+ }
1811
+ export declare class ManualTriggerMaskingProcessResponse extends $tea.Model {
1812
+ headers: {
1813
+ [key: string]: string;
1814
+ };
1815
+ body: ManualTriggerMaskingProcessResponseBody;
1816
+ static names(): {
1817
+ [key: string]: string;
1818
+ };
1819
+ static types(): {
1820
+ [key: string]: any;
1821
+ };
1822
+ constructor(map?: {
1823
+ [key: string]: any;
1824
+ });
1825
+ }
1826
+ export declare class ModifyDataLimitRequest extends $tea.Model {
1827
+ lang?: string;
1828
+ id?: number;
1829
+ resourceType?: number;
1830
+ serviceRegionId?: string;
1831
+ userName?: string;
1832
+ password?: string;
1833
+ modifyPassword?: boolean;
1834
+ auditStatus?: number;
1835
+ logStoreDay?: number;
1836
+ engineType?: string;
1837
+ port?: number;
1838
+ autoScan?: number;
1839
+ static names(): {
1840
+ [key: string]: string;
1841
+ };
1842
+ static types(): {
1843
+ [key: string]: any;
1844
+ };
1845
+ constructor(map?: {
1846
+ [key: string]: any;
1847
+ });
1848
+ }
1849
+ export declare class ModifyDataLimitResponseBody extends $tea.Model {
1850
+ requestId?: string;
1851
+ static names(): {
1852
+ [key: string]: string;
1853
+ };
1854
+ static types(): {
1855
+ [key: string]: any;
1856
+ };
1857
+ constructor(map?: {
1858
+ [key: string]: any;
1859
+ });
1860
+ }
1861
+ export declare class ModifyDataLimitResponse extends $tea.Model {
1862
+ headers: {
1863
+ [key: string]: string;
1864
+ };
1865
+ body: ModifyDataLimitResponseBody;
1866
+ static names(): {
1867
+ [key: string]: string;
1868
+ };
1869
+ static types(): {
1870
+ [key: string]: any;
1871
+ };
1872
+ constructor(map?: {
1873
+ [key: string]: any;
1874
+ });
1875
+ }
1876
+ export declare class ModifyDefaultLevelRequest extends $tea.Model {
1877
+ lang?: string;
1878
+ defaultId?: number;
1879
+ sensitiveIds?: string;
1880
+ static names(): {
1881
+ [key: string]: string;
1882
+ };
1883
+ static types(): {
1884
+ [key: string]: any;
1885
+ };
1886
+ constructor(map?: {
1887
+ [key: string]: any;
1888
+ });
1889
+ }
1890
+ export declare class ModifyDefaultLevelResponseBody extends $tea.Model {
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;
2487
+ checkStatus?: number;
2488
+ localName?: string;
2489
+ nextStartTime?: number;
2490
+ port?: number;
2491
+ 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
+ gmtCreate?: number;
2512
+ supportAudit?: boolean;
2513
+ autoScan?: number;
2514
+ resourceTypeCode?: string;
2515
+ supportDatamask?: boolean;
2516
+ processStatus?: number;
2517
+ 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
+ localName?: string;
2533
+ nextStartTime?: number;
2534
+ port?: number;
2535
+ checkStatusName?: string;
2536
+ samplingSize?: number;
2537
+ parentId?: string;
2538
+ datamaskStatus?: number;
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;
2553
+ regionId?: string;
2554
+ gmtCreate?: number;
2555
+ supportAudit?: boolean;
2556
+ autoScan?: number;
2557
+ resourceTypeCode?: string;
2558
+ supportDatamask?: boolean;
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;
2593
+ static names(): {
2594
+ [key: string]: string;
2595
+ };
2596
+ static types(): {
2597
+ [key: string]: any;
2598
+ };
2599
+ constructor(map?: {
2600
+ [key: string]: any;
2601
+ });
2602
+ }
2603
+ export declare class DescribeDataMaskingTasksResponseBodyItems extends $tea.Model {
2604
+ status?: number;
2605
+ owner?: string;
2606
+ taskName?: string;
2607
+ srcType?: number;
2608
+ dstType?: number;
2609
+ hasUnfinishProcess?: boolean;
2610
+ originalTable?: boolean;
2611
+ triggerType?: number;
2612
+ dstTypeCode?: string;
2613
+ runCount?: number;
2614
+ 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
+ id?: number;
2740
+ count?: number;
2741
+ static names(): {
2742
+ [key: string]: string;
2743
+ };
2744
+ static types(): {
2745
+ [key: string]: any;
2746
+ };
2747
+ constructor(map?: {
2748
+ [key: string]: any;
2749
+ });
2750
+ }
2751
+ export declare class DescribeDataTotalCountResponseBodyDataCountColumn extends $tea.Model {
2752
+ lastSensitiveCount?: number;
2753
+ totalCount?: number;
2754
+ sensitiveCount?: number;
2755
+ count?: number;
2756
+ lastCount?: number;
2757
+ riskCountList?: DescribeDataTotalCountResponseBodyDataCountColumnRiskCountList[];
2758
+ columnRuleTop?: DescribeDataTotalCountResponseBodyDataCountColumnColumnRuleTop[];
2759
+ static names(): {
2760
+ [key: string]: string;
2761
+ };
2762
+ static types(): {
2763
+ [key: string]: any;
2764
+ };
2765
+ constructor(map?: {
2766
+ [key: string]: any;
2767
+ });
2768
+ }
2769
+ export declare class DescribeDataTotalCountResponseBodyDataCountOssRiskCountList extends $tea.Model {
2770
+ name?: string;
2771
+ id?: number;
2772
+ count?: number;
2773
+ static names(): {
2774
+ [key: string]: string;
2775
+ };
2776
+ static types(): {
2777
+ [key: string]: any;
2778
+ };
2779
+ constructor(map?: {
2780
+ [key: string]: any;
2781
+ });
2782
+ }
2783
+ export declare class DescribeDataTotalCountResponseBodyDataCountOssOssRuleTop extends $tea.Model {
2784
+ name?: string;
2785
+ id?: number;
2786
+ count?: number;
2787
+ static names(): {
2788
+ [key: string]: string;
2789
+ };
2790
+ static types(): {
2791
+ [key: string]: any;
2792
+ };
2793
+ constructor(map?: {
2794
+ [key: string]: any;
2795
+ });
2796
+ }
2797
+ export declare class DescribeDataTotalCountResponseBodyDataCountOss extends $tea.Model {
2798
+ lastSensitiveCount?: number;
2799
+ totalCount?: number;
2800
+ sensitiveCount?: number;
2801
+ count?: number;
2802
+ lastCount?: number;
2803
+ riskCountList?: DescribeDataTotalCountResponseBodyDataCountOssRiskCountList[];
2804
+ ossRuleTop?: DescribeDataTotalCountResponseBodyDataCountOssOssRuleTop[];
2805
+ static names(): {
2806
+ [key: string]: string;
2807
+ };
2808
+ static types(): {
2809
+ [key: string]: any;
2810
+ };
2811
+ constructor(map?: {
2812
+ [key: string]: any;
2813
+ });
2814
+ }
2815
+ export declare class DescribeDataTotalCountResponseBodyDataCount extends $tea.Model {
2816
+ instance?: DescribeDataTotalCountResponseBodyDataCountInstance;
2817
+ table?: DescribeDataTotalCountResponseBodyDataCountTable;
2818
+ package?: DescribeDataTotalCountResponseBodyDataCountPackage;
2819
+ column?: DescribeDataTotalCountResponseBodyDataCountColumn;
2820
+ oss?: DescribeDataTotalCountResponseBodyDataCountOss;
2821
+ static names(): {
2822
+ [key: string]: string;
2823
+ };
2824
+ static types(): {
2825
+ [key: string]: any;
2826
+ };
2827
+ constructor(map?: {
2828
+ [key: string]: any;
2829
+ });
2830
+ }
2831
+ export declare class DescribeEventDetailResponseBodyEventHandleInfoList extends $tea.Model {
2832
+ status?: number;
2833
+ enableTime?: number;
2834
+ handlerValue?: number;
2835
+ disableTime?: number;
2836
+ handlerName?: string;
2837
+ handlerType?: string;
2838
+ currentValue?: string;
2839
+ id?: number;
2840
+ static names(): {
2841
+ [key: string]: string;
2842
+ };
2843
+ static types(): {
2844
+ [key: string]: any;
2845
+ };
2846
+ constructor(map?: {
2847
+ [key: string]: any;
2848
+ });
2849
+ }
2850
+ export declare class DescribeEventDetailResponseBodyEventDetailContent extends $tea.Model {
2851
+ label?: string;
2852
+ value?: string;
2853
+ static names(): {
2854
+ [key: string]: string;
2855
+ };
2856
+ static types(): {
2857
+ [key: string]: any;
2858
+ };
2859
+ constructor(map?: {
2860
+ [key: string]: any;
2861
+ });
2862
+ }
2863
+ export declare class DescribeEventDetailResponseBodyEventDetailChartData extends $tea.Model {
2864
+ y?: string;
2865
+ x?: string;
2866
+ static names(): {
2867
+ [key: string]: string;
2868
+ };
2869
+ static types(): {
2870
+ [key: string]: any;
2871
+ };
2872
+ constructor(map?: {
2873
+ [key: string]: any;
2874
+ });
2875
+ }
2876
+ export declare class DescribeEventDetailResponseBodyEventDetailChart extends $tea.Model {
2877
+ type?: string;
2878
+ label?: string;
2879
+ XLabel?: string;
2880
+ YLabel?: string;
2881
+ data?: DescribeEventDetailResponseBodyEventDetailChartData;
2882
+ static names(): {
2883
+ [key: string]: string;
2884
+ };
2885
+ static types(): {
2886
+ [key: string]: any;
2887
+ };
2888
+ constructor(map?: {
2889
+ [key: string]: any;
2890
+ });
2891
+ }
2892
+ export declare class DescribeEventDetailResponseBodyEventDetailResourceInfo extends $tea.Model {
2893
+ label?: string;
2894
+ value?: string;
2895
+ static names(): {
2896
+ [key: string]: string;
2897
+ };
2898
+ static types(): {
2899
+ [key: string]: any;
2900
+ };
2901
+ constructor(map?: {
2902
+ [key: string]: any;
2903
+ });
2904
+ }
2905
+ export declare class DescribeEventDetailResponseBodyEventDetail extends $tea.Model {
2906
+ content?: DescribeEventDetailResponseBodyEventDetailContent[];
2907
+ chart?: DescribeEventDetailResponseBodyEventDetailChart[];
2908
+ resourceInfo?: DescribeEventDetailResponseBodyEventDetailResourceInfo[];
2909
+ static names(): {
2910
+ [key: string]: string;
2911
+ };
2912
+ static types(): {
2913
+ [key: string]: any;
2914
+ };
2915
+ constructor(map?: {
2916
+ [key: string]: any;
2917
+ });
2918
+ }
2919
+ export declare class DescribeEventDetailResponseBodyEvent extends $tea.Model {
2920
+ displayName?: string;
2921
+ status?: number;
2922
+ dealReason?: string;
2923
+ userId?: number;
2924
+ statusName?: string;
2925
+ dealTime?: number;
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;
2939
+ id?: number;
2940
+ productCode?: string;
2941
+ handleInfoList?: DescribeEventDetailResponseBodyEventHandleInfoList[];
2942
+ detail?: DescribeEventDetailResponseBodyEventDetail;
2943
+ static names(): {
2944
+ [key: string]: string;
2945
+ };
2946
+ static types(): {
2947
+ [key: string]: any;
2948
+ };
2949
+ constructor(map?: {
2950
+ [key: string]: any;
2951
+ });
2952
+ }
2953
+ export declare class DescribeEventsResponseBodyItems extends $tea.Model {
2954
+ displayName?: string;
2955
+ status?: number;
2956
+ warnLevel?: number;
2957
+ userId?: number;
2958
+ statusName?: string;
2959
+ dealTime?: number;
2960
+ dealLoginName?: string;
2961
+ subTypeName?: string;
2962
+ backed?: boolean;
2963
+ eventTime?: number;
2964
+ loginName?: string;
2965
+ subTypeCode?: string;
2966
+ targetProductCode?: string;
2967
+ typeCode?: string;
2968
+ alertTime?: number;
2969
+ dealUserId?: number;
2970
+ typeName?: string;
2971
+ dealDisplayName?: string;
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;
2991
+ static names(): {
2992
+ [key: string]: string;
2993
+ };
2994
+ static types(): {
2995
+ [key: string]: any;
2996
+ };
2997
+ constructor(map?: {
2998
+ [key: string]: any;
2999
+ });
3000
+ }
3001
+ export declare class DescribeEventTypesResponseBodyEventTypeListSubTypeList extends $tea.Model {
3002
+ status?: number;
3003
+ description?: string;
3004
+ configContentType?: number;
3005
+ eventHitCount?: number;
3006
+ configValue?: string;
3007
+ configCode?: string;
3008
+ code?: string;
3009
+ configDescription?: string;
3010
+ name?: string;
3011
+ adaptedProduct?: string;
3012
+ id?: number;
3013
+ static names(): {
3014
+ [key: string]: string;
3015
+ };
3016
+ static types(): {
3017
+ [key: string]: any;
3018
+ };
3019
+ constructor(map?: {
3020
+ [key: string]: any;
3021
+ });
3022
+ }
3023
+ export declare class DescribeEventTypesResponseBodyEventTypeList extends $tea.Model {
3024
+ code?: string;
3025
+ description?: string;
3026
+ name?: string;
3027
+ id?: number;
3028
+ subTypeList?: DescribeEventTypesResponseBodyEventTypeListSubTypeList[];
3029
+ static names(): {
3030
+ [key: string]: string;
3031
+ };
3032
+ static types(): {
3033
+ [key: string]: any;
3034
+ };
3035
+ constructor(map?: {
3036
+ [key: string]: any;
3037
+ });
3038
+ }
3039
+ export declare class DescribeEventTypesDetailResponseBodyUserStatus extends $tea.Model {
3040
+ status?: number;
3041
+ riskLevel?: number;
3042
+ configContentType?: number;
3043
+ dealSuggestion?: string;
3044
+ eventHitCount?: number;
3045
+ configValue?: string;
3046
+ accessCount?: number;
3047
+ configDescription?: string;
3048
+ riskName?: string;
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;
3059
+ static names(): {
3060
+ [key: string]: string;
3061
+ };
3062
+ static types(): {
3063
+ [key: string]: any;
3064
+ };
3065
+ constructor(map?: {
3066
+ [key: string]: any;
3067
+ });
3068
+ }
3069
+ export declare class DescribeInstancePortraitResponseBodyContent extends $tea.Model {
3070
+ content?: string;
3071
+ itemKey?: string;
3072
+ static names(): {
3073
+ [key: string]: string;
3074
+ };
3075
+ static types(): {
3076
+ [key: string]: any;
3077
+ };
3078
+ constructor(map?: {
3079
+ [key: string]: any;
3080
+ });
3081
+ }
3082
+ export declare class DescribeInstancesResponseBodyItems extends $tea.Model {
3083
+ creationTime?: number;
3084
+ acl?: string;
3085
+ lastFinishTime?: number;
3086
+ owner?: string;
3087
+ tenantName?: string;
3088
+ protection?: boolean;
3089
+ departName?: string;
3090
+ labelsec?: boolean;
3091
+ riskLevelId?: number;
3092
+ productId?: string;
3093
+ name?: string;
3094
+ totalCount?: number;
3095
+ instanceDescription?: string;
3096
+ ruleName?: string;
3097
+ sensitive?: boolean;
3098
+ riskLevelName?: string;
3099
+ odpsRiskLevelName?: string;
3100
+ 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
+ tenantName?: string;
3118
+ instanceId?: string;
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;
3136
+ static names(): {
3137
+ [key: string]: string;
3138
+ };
3139
+ static types(): {
3140
+ [key: string]: any;
3141
+ };
3142
+ constructor(map?: {
3143
+ [key: string]: any;
3144
+ });
3145
+ }
3146
+ export declare class DescribeOssObjectDetailResponseBodyOssObjectDetailRuleList extends $tea.Model {
3147
+ riskLevelName?: string;
3148
+ categoryName?: string;
3149
+ riskLevelId?: number;
3150
+ count?: number;
3151
+ ruleName?: string;
3152
+ static names(): {
3153
+ [key: string]: string;
3154
+ };
3155
+ static types(): {
3156
+ [key: string]: any;
3157
+ };
3158
+ constructor(map?: {
3159
+ [key: string]: any;
3160
+ });
3161
+ }
3162
+ export declare class DescribeOssObjectDetailResponseBodyOssObjectDetail extends $tea.Model {
3163
+ categoryName?: string;
3164
+ name?: string;
3165
+ bucketName?: string;
3166
+ riskLevelName?: string;
3167
+ regionId?: string;
3168
+ ruleList?: DescribeOssObjectDetailResponseBodyOssObjectDetailRuleList[];
3169
+ static names(): {
3170
+ [key: string]: string;
3171
+ };
3172
+ static types(): {
3173
+ [key: string]: any;
3174
+ };
3175
+ constructor(map?: {
3176
+ [key: string]: any;
3177
+ });
3178
+ }
3179
+ export declare class DescribeOssObjectsResponseBodyItemsRuleList extends $tea.Model {
3180
+ name?: string;
3181
+ riskLevelId?: number;
3182
+ count?: number;
3183
+ static names(): {
3184
+ [key: string]: string;
3185
+ };
3186
+ static types(): {
3187
+ [key: string]: any;
3188
+ };
3189
+ constructor(map?: {
3190
+ [key: string]: any;
3191
+ });
3192
+ }
3193
+ 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
+ bucketName?: string;
3201
+ riskLevelName?: string;
3202
+ category?: number;
3203
+ name?: string;
3204
+ ruleCount?: number;
3205
+ sensitiveCount?: number;
3206
+ id?: string;
3207
+ ruleList?: DescribeOssObjectsResponseBodyItemsRuleList[];
3208
+ static names(): {
3209
+ [key: string]: string;
3210
+ };
3211
+ static types(): {
3212
+ [key: string]: any;
3213
+ };
3214
+ constructor(map?: {
3215
+ [key: string]: any;
3216
+ });
3217
+ }
3218
+ export declare class DescribePackagesResponseBodyItems extends $tea.Model {
3219
+ creationTime?: number;
3220
+ sensitive?: boolean;
3221
+ owner?: string;
3222
+ riskLevelName?: string;
3223
+ instanceId?: number;
3224
+ totalCount?: number;
3225
+ name?: string;
3226
+ sensitiveCount?: number;
3227
+ riskLevelId?: number;
3228
+ id?: number;
3229
+ static names(): {
3230
+ [key: string]: string;
3231
+ };
3232
+ static types(): {
3233
+ [key: string]: any;
3234
+ };
3235
+ constructor(map?: {
3236
+ [key: string]: any;
3237
+ });
3238
+ }
3239
+ export declare class DescribeRiskLevelsResponseBodyRiskLevelList extends $tea.Model {
3240
+ name?: string;
3241
+ 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
+ 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
+ name?: string;
3272
+ groupId?: string;
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;
3287
+ static names(): {
3288
+ [key: string]: string;
3289
+ };
3290
+ static types(): {
3291
+ [key: string]: any;
3292
+ };
3293
+ constructor(map?: {
3294
+ [key: string]: any;
3295
+ });
3296
+ }
3297
+ export declare class DescribeRulesResponseBodyItems extends $tea.Model {
3298
+ displayName?: string;
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;
3311
+ categoryName?: string;
3312
+ contentCategory?: string;
3313
+ hitTotalCount?: number;
3314
+ groupId?: string;
3315
+ customType?: number;
3316
+ riskLevelName?: string;
3317
+ gmtCreate?: number;
3318
+ category?: number;
3319
+ majorKey?: string;
3320
+ id?: number;
3321
+ productCode?: string;
3322
+ static names(): {
3323
+ [key: string]: string;
3324
+ };
3325
+ static types(): {
3326
+ [key: string]: any;
3327
+ };
3328
+ constructor(map?: {
3329
+ [key: string]: any;
3330
+ });
3331
+ }
3332
+ export declare class DescribeTablesResponseBodyItemsRuleList extends $tea.Model {
3333
+ displayName?: string;
3334
+ name?: string;
3335
+ riskLevelId?: number;
3336
+ count?: number;
3337
+ static names(): {
3338
+ [key: string]: string;
3339
+ };
3340
+ static types(): {
3341
+ [key: string]: any;
3342
+ };
3343
+ constructor(map?: {
3344
+ [key: string]: any;
3345
+ });
3346
+ }
3347
+ export declare class DescribeTablesResponseBodyItems extends $tea.Model {
3348
+ creationTime?: number;
3349
+ owner?: string;
3350
+ sensitiveRatio?: string;
3351
+ tenantName?: string;
3352
+ riskLevelId?: number;
3353
+ instanceName?: string;
3354
+ productId?: string;
3355
+ name?: string;
3356
+ instanceId?: number;
3357
+ totalCount?: number;
3358
+ instanceDescription?: string;
3359
+ sensitive?: boolean;
3360
+ riskLevelName?: string;
3361
+ sensitiveCount?: number;
3362
+ id?: number;
3363
+ productCode?: string;
3364
+ ruleList?: DescribeTablesResponseBodyItemsRuleList[];
3365
+ static names(): {
3366
+ [key: string]: string;
3367
+ };
3368
+ static types(): {
3369
+ [key: string]: any;
3370
+ };
3371
+ constructor(map?: {
3372
+ [key: string]: any;
3373
+ });
3374
+ }
3375
+ export declare class DescribeUserCountResponseBodyUserCount extends $tea.Model {
3376
+ saleInstanceId?: string;
3377
+ authed?: boolean;
3378
+ 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
+ chargeType?: string;
3400
+ incSensitiveTables?: number;
3401
+ auditUpgradeStatus?: boolean;
3402
+ dataMaskTasks?: number;
3403
+ authed?: boolean;
3404
+ labStatus?: number;
3405
+ odpsSet?: boolean;
3406
+ ossBucketSet?: boolean;
3407
+ sensitiveTable?: number;
3408
+ remainDays?: number;
3409
+ totalDataMaskColumns?: number;
3410
+ datamaskColumns?: number;
3411
+ authProductList?: string;
3412
+ trail?: boolean;
3413
+ divulgeCount?: number;
3414
+ rdsSet?: boolean;
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;
3434
+ static names(): {
3435
+ [key: string]: string;
3436
+ };
3437
+ static types(): {
3438
+ [key: string]: any;
3439
+ };
3440
+ constructor(map?: {
3441
+ [key: string]: any;
3442
+ });
3443
+ }
3444
+ export default class Client extends OpenApi {
3445
+ constructor(config: $OpenApi.Config);
3446
+ getEndpoint(productId: string, regionId: string, endpointRule: string, network: string, suffix: string, endpointMap: {
3447
+ [key: string]: string;
3448
+ }, endpoint: string): string;
3449
+ batchDeleteDataLimitWithOptions(runtime: $Util.RuntimeOptions): Promise<BatchDeleteDataLimitResponse>;
3450
+ batchDeleteDataLimit(): Promise<BatchDeleteDataLimitResponse>;
3451
+ createConfigWithOptions(request: CreateConfigRequest, runtime: $Util.RuntimeOptions): Promise<CreateConfigResponse>;
3452
+ createConfig(request: CreateConfigRequest): Promise<CreateConfigResponse>;
3453
+ createDataLimitWithOptions(request: CreateDataLimitRequest, runtime: $Util.RuntimeOptions): Promise<CreateDataLimitResponse>;
3454
+ createDataLimit(request: CreateDataLimitRequest): Promise<CreateDataLimitResponse>;
3455
+ createRuleWithOptions(request: CreateRuleRequest, runtime: $Util.RuntimeOptions): Promise<CreateRuleResponse>;
3456
+ createRule(request: CreateRuleRequest): Promise<CreateRuleResponse>;
3457
+ createScanTaskWithOptions(request: CreateScanTaskRequest, runtime: $Util.RuntimeOptions): Promise<CreateScanTaskResponse>;
3458
+ createScanTask(request: CreateScanTaskRequest): Promise<CreateScanTaskResponse>;
3459
+ deleteDataLimitWithOptions(request: DeleteDataLimitRequest, runtime: $Util.RuntimeOptions): Promise<DeleteDataLimitResponse>;
3460
+ deleteDataLimit(request: DeleteDataLimitRequest): Promise<DeleteDataLimitResponse>;
3461
+ deleteRuleWithOptions(request: DeleteRuleRequest, runtime: $Util.RuntimeOptions): Promise<DeleteRuleResponse>;
3462
+ deleteRule(request: DeleteRuleRequest): Promise<DeleteRuleResponse>;
3463
+ describeAccountDetailWithOptions(request: DescribeAccountDetailRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAccountDetailResponse>;
3464
+ describeAccountDetail(request: DescribeAccountDetailRequest): Promise<DescribeAccountDetailResponse>;
3465
+ describeAccountsWithOptions(request: DescribeAccountsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAccountsResponse>;
3466
+ describeAccounts(request: DescribeAccountsRequest): Promise<DescribeAccountsResponse>;
3467
+ describeColumnsWithOptions(request: DescribeColumnsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeColumnsResponse>;
3468
+ describeColumns(request: DescribeColumnsRequest): Promise<DescribeColumnsResponse>;
3469
+ describeConfigsWithOptions(request: DescribeConfigsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeConfigsResponse>;
3470
+ describeConfigs(request: DescribeConfigsRequest): Promise<DescribeConfigsResponse>;
3471
+ describeDataAssetsWithOptions(request: DescribeDataAssetsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDataAssetsResponse>;
3472
+ describeDataAssets(request: DescribeDataAssetsRequest): Promise<DescribeDataAssetsResponse>;
3473
+ describeDataLimitDetailWithOptions(request: DescribeDataLimitDetailRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDataLimitDetailResponse>;
3474
+ describeDataLimitDetail(request: DescribeDataLimitDetailRequest): Promise<DescribeDataLimitDetailResponse>;
3475
+ describeDataLimitsWithOptions(request: DescribeDataLimitsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDataLimitsResponse>;
3476
+ describeDataLimits(request: DescribeDataLimitsRequest): Promise<DescribeDataLimitsResponse>;
3477
+ describeDataLimitSetWithOptions(request: DescribeDataLimitSetRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDataLimitSetResponse>;
3478
+ describeDataLimitSet(request: DescribeDataLimitSetRequest): Promise<DescribeDataLimitSetResponse>;
3479
+ describeDataLimitsInstanceDimWithOptions(request: DescribeDataLimitsInstanceDimRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDataLimitsInstanceDimResponse>;
3480
+ describeDataLimitsInstanceDim(request: DescribeDataLimitsInstanceDimRequest): Promise<DescribeDataLimitsInstanceDimResponse>;
3481
+ describeDataMaskingRunHistoryWithOptions(request: DescribeDataMaskingRunHistoryRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDataMaskingRunHistoryResponse>;
3482
+ describeDataMaskingRunHistory(request: DescribeDataMaskingRunHistoryRequest): Promise<DescribeDataMaskingRunHistoryResponse>;
3483
+ describeDataMaskingTasksWithOptions(request: DescribeDataMaskingTasksRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDataMaskingTasksResponse>;
3484
+ describeDataMaskingTasks(request: DescribeDataMaskingTasksRequest): Promise<DescribeDataMaskingTasksResponse>;
3485
+ describeDataTotalCountWithOptions(request: DescribeDataTotalCountRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDataTotalCountResponse>;
3486
+ describeDataTotalCount(request: DescribeDataTotalCountRequest): Promise<DescribeDataTotalCountResponse>;
3487
+ describeEventDetailWithOptions(request: DescribeEventDetailRequest, runtime: $Util.RuntimeOptions): Promise<DescribeEventDetailResponse>;
3488
+ 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
+ describeEventTypesWithOptions(request: DescribeEventTypesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeEventTypesResponse>;
3494
+ describeEventTypes(request: DescribeEventTypesRequest): Promise<DescribeEventTypesResponse>;
3495
+ describeEventTypesDetailWithOptions(request: DescribeEventTypesDetailRequest, runtime: $Util.RuntimeOptions): Promise<DescribeEventTypesDetailResponse>;
3496
+ describeEventTypesDetail(request: DescribeEventTypesDetailRequest): Promise<DescribeEventTypesDetailResponse>;
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>;
3501
+ describeInstanceSourcesWithOptions(request: DescribeInstanceSourcesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeInstanceSourcesResponse>;
3502
+ describeInstanceSources(request: DescribeInstanceSourcesRequest): Promise<DescribeInstanceSourcesResponse>;
3503
+ describeOssObjectDetailWithOptions(request: DescribeOssObjectDetailRequest, runtime: $Util.RuntimeOptions): Promise<DescribeOssObjectDetailResponse>;
3504
+ describeOssObjectDetail(request: DescribeOssObjectDetailRequest): Promise<DescribeOssObjectDetailResponse>;
3505
+ describeOssObjectsWithOptions(request: DescribeOssObjectsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeOssObjectsResponse>;
3506
+ describeOssObjects(request: DescribeOssObjectsRequest): Promise<DescribeOssObjectsResponse>;
3507
+ describePackagesWithOptions(request: DescribePackagesRequest, runtime: $Util.RuntimeOptions): Promise<DescribePackagesResponse>;
3508
+ describePackages(request: DescribePackagesRequest): Promise<DescribePackagesResponse>;
3509
+ describeRiskLevelsWithOptions(request: DescribeRiskLevelsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeRiskLevelsResponse>;
3510
+ describeRiskLevels(request: DescribeRiskLevelsRequest): Promise<DescribeRiskLevelsResponse>;
3511
+ describeRuleCategoryWithOptions(request: DescribeRuleCategoryRequest, runtime: $Util.RuntimeOptions): Promise<DescribeRuleCategoryResponse>;
3512
+ describeRuleCategory(request: DescribeRuleCategoryRequest): Promise<DescribeRuleCategoryResponse>;
3513
+ describeRulesWithOptions(request: DescribeRulesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeRulesResponse>;
3514
+ describeRules(request: DescribeRulesRequest): Promise<DescribeRulesResponse>;
3515
+ describeTablesWithOptions(request: DescribeTablesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeTablesResponse>;
3516
+ describeTables(request: DescribeTablesRequest): Promise<DescribeTablesResponse>;
3517
+ describeUserCountWithOptions(request: DescribeUserCountRequest, runtime: $Util.RuntimeOptions): Promise<DescribeUserCountResponse>;
3518
+ describeUserCount(request: DescribeUserCountRequest): Promise<DescribeUserCountResponse>;
3519
+ describeUserStatusWithOptions(request: DescribeUserStatusRequest, runtime: $Util.RuntimeOptions): Promise<DescribeUserStatusResponse>;
3520
+ describeUserStatus(request: DescribeUserStatusRequest): Promise<DescribeUserStatusResponse>;
3521
+ disableUserConfigWithOptions(request: DisableUserConfigRequest, runtime: $Util.RuntimeOptions): Promise<DisableUserConfigResponse>;
3522
+ disableUserConfig(request: DisableUserConfigRequest): Promise<DisableUserConfigResponse>;
3523
+ execDatamaskWithOptions(request: ExecDatamaskRequest, runtime: $Util.RuntimeOptions): Promise<ExecDatamaskResponse>;
3524
+ execDatamask(request: ExecDatamaskRequest): Promise<ExecDatamaskResponse>;
3525
+ manualTriggerMaskingProcessWithOptions(request: ManualTriggerMaskingProcessRequest, runtime: $Util.RuntimeOptions): Promise<ManualTriggerMaskingProcessResponse>;
3526
+ manualTriggerMaskingProcess(request: ManualTriggerMaskingProcessRequest): Promise<ManualTriggerMaskingProcessResponse>;
3527
+ modifyDataLimitWithOptions(request: ModifyDataLimitRequest, runtime: $Util.RuntimeOptions): Promise<ModifyDataLimitResponse>;
3528
+ modifyDataLimit(request: ModifyDataLimitRequest): Promise<ModifyDataLimitResponse>;
3529
+ modifyDefaultLevelWithOptions(request: ModifyDefaultLevelRequest, runtime: $Util.RuntimeOptions): Promise<ModifyDefaultLevelResponse>;
3530
+ modifyDefaultLevel(request: ModifyDefaultLevelRequest): Promise<ModifyDefaultLevelResponse>;
3531
+ modifyEventStatusWithOptions(request: ModifyEventStatusRequest, runtime: $Util.RuntimeOptions): Promise<ModifyEventStatusResponse>;
3532
+ modifyEventStatus(request: ModifyEventStatusRequest): Promise<ModifyEventStatusResponse>;
3533
+ modifyEventTypeStatusWithOptions(request: ModifyEventTypeStatusRequest, runtime: $Util.RuntimeOptions): Promise<ModifyEventTypeStatusResponse>;
3534
+ modifyEventTypeStatus(request: ModifyEventTypeStatusRequest): Promise<ModifyEventTypeStatusResponse>;
3535
+ modifyRuleWithOptions(request: ModifyRuleRequest, runtime: $Util.RuntimeOptions): Promise<ModifyRuleResponse>;
3536
+ modifyRule(request: ModifyRuleRequest): Promise<ModifyRuleResponse>;
3537
+ modifyRuleStatusWithOptions(request: ModifyRuleStatusRequest, runtime: $Util.RuntimeOptions): Promise<ModifyRuleStatusResponse>;
3538
+ modifyRuleStatus(request: ModifyRuleStatusRequest): Promise<ModifyRuleStatusResponse>;
3539
+ stopMaskingProcessWithOptions(request: StopMaskingProcessRequest, runtime: $Util.RuntimeOptions): Promise<StopMaskingProcessResponse>;
3540
+ stopMaskingProcess(request: StopMaskingProcessRequest): Promise<StopMaskingProcessResponse>;
3541
+ }