@alicloud/sas20181203 1.0.10 → 1.0.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/client.d.ts CHANGED
@@ -44,47 +44,6 @@ export declare class AddVpcHoneyPotResponse extends $tea.Model {
44
44
  [key: string]: any;
45
45
  });
46
46
  }
47
- export declare class CheckQuaraFileIdRequest extends $tea.Model {
48
- quaraFileIds?: string[];
49
- uuid?: string;
50
- static names(): {
51
- [key: string]: string;
52
- };
53
- static types(): {
54
- [key: string]: any;
55
- };
56
- constructor(map?: {
57
- [key: string]: any;
58
- });
59
- }
60
- export declare class CheckQuaraFileIdResponseBody extends $tea.Model {
61
- data?: boolean;
62
- requestId?: string;
63
- static names(): {
64
- [key: string]: string;
65
- };
66
- static types(): {
67
- [key: string]: any;
68
- };
69
- constructor(map?: {
70
- [key: string]: any;
71
- });
72
- }
73
- export declare class CheckQuaraFileIdResponse extends $tea.Model {
74
- headers: {
75
- [key: string]: string;
76
- };
77
- body: CheckQuaraFileIdResponseBody;
78
- static names(): {
79
- [key: string]: string;
80
- };
81
- static types(): {
82
- [key: string]: any;
83
- };
84
- constructor(map?: {
85
- [key: string]: any;
86
- });
87
- }
88
47
  export declare class CheckSecurityEventIdRequest extends $tea.Model {
89
48
  securityEventIds?: string[];
90
49
  uuid?: string;
@@ -173,51 +132,6 @@ export declare class CreateAntiBruteForceRuleResponse extends $tea.Model {
173
132
  [key: string]: any;
174
133
  });
175
134
  }
176
- export declare class CreateAssetRequest extends $tea.Model {
177
- instanceName?: string;
178
- internetIp?: string;
179
- intranetIp?: string;
180
- os?: string;
181
- osName?: string;
182
- status?: string;
183
- static names(): {
184
- [key: string]: string;
185
- };
186
- static types(): {
187
- [key: string]: any;
188
- };
189
- constructor(map?: {
190
- [key: string]: any;
191
- });
192
- }
193
- export declare class CreateAssetResponseBody extends $tea.Model {
194
- requestId?: string;
195
- uuid?: string;
196
- static names(): {
197
- [key: string]: string;
198
- };
199
- static types(): {
200
- [key: string]: any;
201
- };
202
- constructor(map?: {
203
- [key: string]: any;
204
- });
205
- }
206
- export declare class CreateAssetResponse extends $tea.Model {
207
- headers: {
208
- [key: string]: string;
209
- };
210
- body: CreateAssetResponseBody;
211
- static names(): {
212
- [key: string]: string;
213
- };
214
- static types(): {
215
- [key: string]: any;
216
- };
217
- constructor(map?: {
218
- [key: string]: any;
219
- });
220
- }
221
135
  export declare class CreateBackupPolicyRequest extends $tea.Model {
222
136
  name?: string;
223
137
  policy?: {
@@ -321,26 +235,7 @@ export declare class CreateOrUpdateAssetGroupResponse extends $tea.Model {
321
235
  [key: string]: any;
322
236
  });
323
237
  }
324
- export declare class CreateRestoreJobRequest extends $tea.Model {
325
- includes?: string;
326
- snapshotHash?: string;
327
- snapshotId?: string;
328
- snapshotVersion?: string;
329
- sourceType?: string;
330
- target?: string;
331
- uuid?: string;
332
- vaultId?: string;
333
- static names(): {
334
- [key: string]: string;
335
- };
336
- static types(): {
337
- [key: string]: any;
338
- };
339
- constructor(map?: {
340
- [key: string]: any;
341
- });
342
- }
343
- export declare class CreateRestoreJobResponseBody extends $tea.Model {
238
+ export declare class CreateServiceLinkedRoleResponseBody extends $tea.Model {
344
239
  requestId?: string;
345
240
  static names(): {
346
241
  [key: string]: string;
@@ -352,11 +247,11 @@ export declare class CreateRestoreJobResponseBody extends $tea.Model {
352
247
  [key: string]: any;
353
248
  });
354
249
  }
355
- export declare class CreateRestoreJobResponse extends $tea.Model {
250
+ export declare class CreateServiceLinkedRoleResponse extends $tea.Model {
356
251
  headers: {
357
252
  [key: string]: string;
358
253
  };
359
- body: CreateRestoreJobResponseBody;
254
+ body: CreateServiceLinkedRoleResponseBody;
360
255
  static names(): {
361
256
  [key: string]: string;
362
257
  };
@@ -367,22 +262,11 @@ export declare class CreateRestoreJobResponse extends $tea.Model {
367
262
  [key: string]: any;
368
263
  });
369
264
  }
370
- export declare class CreateSasOrderRequest extends $tea.Model {
371
- autoPay?: boolean;
372
- autoRenewPeriod?: number;
373
- autoUseCoupon?: boolean;
374
- containerImageScan?: string;
375
- instanceCount?: string;
376
- period?: number;
377
- periodUnit?: string;
378
- sasAntiRansomware?: string;
379
- sasProductService?: string;
380
- sasSc?: string;
381
- sasSlsStorage?: string;
382
- sasWebguardBoolean?: string;
383
- sasWebguardOrderNum?: string;
384
- spec?: string;
385
- vcore?: string;
265
+ export declare class CreateSimilarSecurityEventsQueryTaskRequest extends $tea.Model {
266
+ resourceOwnerId?: number;
267
+ securityEventId?: number;
268
+ similarEventScenarioCode?: string;
269
+ sourceIp?: string;
386
270
  static names(): {
387
271
  [key: string]: string;
388
272
  };
@@ -393,8 +277,8 @@ export declare class CreateSasOrderRequest extends $tea.Model {
393
277
  [key: string]: any;
394
278
  });
395
279
  }
396
- export declare class CreateSasOrderResponseBody extends $tea.Model {
397
- orderId?: string;
280
+ export declare class CreateSimilarSecurityEventsQueryTaskResponseBody extends $tea.Model {
281
+ createSimilarSecurityEventsQueryTaskResponse?: CreateSimilarSecurityEventsQueryTaskResponseBodyCreateSimilarSecurityEventsQueryTaskResponse;
398
282
  requestId?: string;
399
283
  static names(): {
400
284
  [key: string]: string;
@@ -406,11 +290,11 @@ export declare class CreateSasOrderResponseBody extends $tea.Model {
406
290
  [key: string]: any;
407
291
  });
408
292
  }
409
- export declare class CreateSasOrderResponse extends $tea.Model {
293
+ export declare class CreateSimilarSecurityEventsQueryTaskResponse extends $tea.Model {
410
294
  headers: {
411
295
  [key: string]: string;
412
296
  };
413
- body: CreateSasOrderResponseBody;
297
+ body: CreateSimilarSecurityEventsQueryTaskResponseBody;
414
298
  static names(): {
415
299
  [key: string]: string;
416
300
  };
@@ -421,8 +305,9 @@ export declare class CreateSasOrderResponse extends $tea.Model {
421
305
  [key: string]: any;
422
306
  });
423
307
  }
424
- export declare class CreateServiceLinkedRoleResponseBody extends $tea.Model {
425
- requestId?: string;
308
+ export declare class DeleteBackupPolicyRequest extends $tea.Model {
309
+ id?: number;
310
+ policyVersion?: string;
426
311
  static names(): {
427
312
  [key: string]: string;
428
313
  };
@@ -433,11 +318,8 @@ export declare class CreateServiceLinkedRoleResponseBody extends $tea.Model {
433
318
  [key: string]: any;
434
319
  });
435
320
  }
436
- export declare class CreateServiceLinkedRoleResponse extends $tea.Model {
437
- headers: {
438
- [key: string]: string;
439
- };
440
- body: CreateServiceLinkedRoleResponseBody;
321
+ export declare class DeleteBackupPolicyResponseBody extends $tea.Model {
322
+ requestId?: string;
441
323
  static names(): {
442
324
  [key: string]: string;
443
325
  };
@@ -448,11 +330,11 @@ export declare class CreateServiceLinkedRoleResponse extends $tea.Model {
448
330
  [key: string]: any;
449
331
  });
450
332
  }
451
- export declare class CreateSimilarSecurityEventsQueryTaskRequest extends $tea.Model {
452
- resourceOwnerId?: number;
453
- securityEventId?: number;
454
- similarEventScenarioCode?: string;
455
- sourceIp?: string;
333
+ export declare class DeleteBackupPolicyResponse extends $tea.Model {
334
+ headers: {
335
+ [key: string]: string;
336
+ };
337
+ body: DeleteBackupPolicyResponseBody;
456
338
  static names(): {
457
339
  [key: string]: string;
458
340
  };
@@ -463,9 +345,11 @@ export declare class CreateSimilarSecurityEventsQueryTaskRequest extends $tea.Mo
463
345
  [key: string]: any;
464
346
  });
465
347
  }
466
- export declare class CreateSimilarSecurityEventsQueryTaskResponseBody extends $tea.Model {
467
- createSimilarSecurityEventsQueryTaskResponse?: CreateSimilarSecurityEventsQueryTaskResponseBodyCreateSimilarSecurityEventsQueryTaskResponse;
468
- requestId?: string;
348
+ export declare class DeleteBackupPolicyMachineRequest extends $tea.Model {
349
+ policyId?: number;
350
+ policyVersion?: string;
351
+ uuid?: string;
352
+ uuidList?: string[];
469
353
  static names(): {
470
354
  [key: string]: string;
471
355
  };
@@ -476,11 +360,8 @@ export declare class CreateSimilarSecurityEventsQueryTaskResponseBody extends $t
476
360
  [key: string]: any;
477
361
  });
478
362
  }
479
- export declare class CreateSimilarSecurityEventsQueryTaskResponse extends $tea.Model {
480
- headers: {
481
- [key: string]: string;
482
- };
483
- body: CreateSimilarSecurityEventsQueryTaskResponseBody;
363
+ export declare class DeleteBackupPolicyMachineResponseBody extends $tea.Model {
364
+ requestId?: string;
484
365
  static names(): {
485
366
  [key: string]: string;
486
367
  };
@@ -491,25 +372,11 @@ export declare class CreateSimilarSecurityEventsQueryTaskResponse extends $tea.M
491
372
  [key: string]: any;
492
373
  });
493
374
  }
494
- export declare class CreateUniBackupPolicyRequest extends $tea.Model {
495
- accountName?: string;
496
- accountPassword?: string;
497
- databaseAddByUser?: string;
498
- databaseType?: string;
499
- fullPlan?: {
500
- [key: string]: any;
501
- };
502
- incPlan?: {
503
- [key: string]: any;
375
+ export declare class DeleteBackupPolicyMachineResponse extends $tea.Model {
376
+ headers: {
377
+ [key: string]: string;
504
378
  };
505
- instanceId?: string;
506
- policyName?: string;
507
- resourceOwnerId?: number;
508
- retention?: number;
509
- sourceIp?: string;
510
- speedLimiter?: number;
511
- uniRegionId?: string;
512
- uuid?: string;
379
+ body: DeleteBackupPolicyMachineResponseBody;
513
380
  static names(): {
514
381
  [key: string]: string;
515
382
  };
@@ -520,21 +387,9 @@ export declare class CreateUniBackupPolicyRequest extends $tea.Model {
520
387
  [key: string]: any;
521
388
  });
522
389
  }
523
- export declare class CreateUniBackupPolicyShrinkRequest extends $tea.Model {
524
- accountName?: string;
525
- accountPassword?: string;
526
- databaseAddByUser?: string;
527
- databaseType?: string;
528
- fullPlanShrink?: string;
529
- incPlanShrink?: string;
530
- instanceId?: string;
531
- policyName?: string;
532
- resourceOwnerId?: number;
533
- retention?: number;
390
+ export declare class DeleteGroupRequest extends $tea.Model {
391
+ groupId?: number;
534
392
  sourceIp?: string;
535
- speedLimiter?: number;
536
- uniRegionId?: string;
537
- uuid?: string;
538
393
  static names(): {
539
394
  [key: string]: string;
540
395
  };
@@ -545,7 +400,7 @@ export declare class CreateUniBackupPolicyShrinkRequest extends $tea.Model {
545
400
  [key: string]: any;
546
401
  });
547
402
  }
548
- export declare class CreateUniBackupPolicyResponseBody extends $tea.Model {
403
+ export declare class DeleteGroupResponseBody extends $tea.Model {
549
404
  requestId?: string;
550
405
  static names(): {
551
406
  [key: string]: string;
@@ -557,11 +412,11 @@ export declare class CreateUniBackupPolicyResponseBody extends $tea.Model {
557
412
  [key: string]: any;
558
413
  });
559
414
  }
560
- export declare class CreateUniBackupPolicyResponse extends $tea.Model {
415
+ export declare class DeleteGroupResponse extends $tea.Model {
561
416
  headers: {
562
417
  [key: string]: string;
563
418
  };
564
- body: CreateUniBackupPolicyResponseBody;
419
+ body: DeleteGroupResponseBody;
565
420
  static names(): {
566
421
  [key: string]: string;
567
422
  };
@@ -572,16 +427,10 @@ export declare class CreateUniBackupPolicyResponse extends $tea.Model {
572
427
  [key: string]: any;
573
428
  });
574
429
  }
575
- export declare class CreateUniRestorePlanRequest extends $tea.Model {
576
- database?: string;
577
- instanceUuid?: string;
578
- policyId?: number;
579
- resetScn?: string;
580
- resetTime?: string;
581
- resourceOwnerId?: number;
582
- restoreInfo?: string;
583
- sourceIp?: string;
584
- timePoint?: number;
430
+ export declare class DeleteLoginBaseConfigRequest extends $tea.Model {
431
+ config?: string;
432
+ target?: string;
433
+ type?: string;
585
434
  static names(): {
586
435
  [key: string]: string;
587
436
  };
@@ -592,7 +441,7 @@ export declare class CreateUniRestorePlanRequest extends $tea.Model {
592
441
  [key: string]: any;
593
442
  });
594
443
  }
595
- export declare class CreateUniRestorePlanResponseBody extends $tea.Model {
444
+ export declare class DeleteLoginBaseConfigResponseBody extends $tea.Model {
596
445
  requestId?: string;
597
446
  static names(): {
598
447
  [key: string]: string;
@@ -604,11 +453,11 @@ export declare class CreateUniRestorePlanResponseBody extends $tea.Model {
604
453
  [key: string]: any;
605
454
  });
606
455
  }
607
- export declare class CreateUniRestorePlanResponse extends $tea.Model {
456
+ export declare class DeleteLoginBaseConfigResponse extends $tea.Model {
608
457
  headers: {
609
458
  [key: string]: string;
610
459
  };
611
- body: CreateUniRestorePlanResponseBody;
460
+ body: DeleteLoginBaseConfigResponseBody;
612
461
  static names(): {
613
462
  [key: string]: string;
614
463
  };
@@ -619,8 +468,10 @@ export declare class CreateUniRestorePlanResponse extends $tea.Model {
619
468
  [key: string]: any;
620
469
  });
621
470
  }
622
- export declare class DeleteAssetRequest extends $tea.Model {
623
- uuid?: string;
471
+ export declare class DeleteStrategyRequest extends $tea.Model {
472
+ id?: string;
473
+ lang?: string;
474
+ sourceIp?: string;
624
475
  static names(): {
625
476
  [key: string]: string;
626
477
  };
@@ -631,7 +482,7 @@ export declare class DeleteAssetRequest extends $tea.Model {
631
482
  [key: string]: any;
632
483
  });
633
484
  }
634
- export declare class DeleteAssetResponseBody extends $tea.Model {
485
+ export declare class DeleteStrategyResponseBody extends $tea.Model {
635
486
  requestId?: string;
636
487
  static names(): {
637
488
  [key: string]: string;
@@ -643,11 +494,11 @@ export declare class DeleteAssetResponseBody extends $tea.Model {
643
494
  [key: string]: any;
644
495
  });
645
496
  }
646
- export declare class DeleteAssetResponse extends $tea.Model {
497
+ export declare class DeleteStrategyResponse extends $tea.Model {
647
498
  headers: {
648
499
  [key: string]: string;
649
500
  };
650
- body: DeleteAssetResponseBody;
501
+ body: DeleteStrategyResponseBody;
651
502
  static names(): {
652
503
  [key: string]: string;
653
504
  };
@@ -658,9 +509,9 @@ export declare class DeleteAssetResponse extends $tea.Model {
658
509
  [key: string]: any;
659
510
  });
660
511
  }
661
- export declare class DeleteBackupPolicyRequest extends $tea.Model {
662
- id?: number;
663
- policyVersion?: string;
512
+ export declare class DeleteTagWithUuidRequest extends $tea.Model {
513
+ tagName?: string;
514
+ uuidList?: string;
664
515
  static names(): {
665
516
  [key: string]: string;
666
517
  };
@@ -671,7 +522,7 @@ export declare class DeleteBackupPolicyRequest extends $tea.Model {
671
522
  [key: string]: any;
672
523
  });
673
524
  }
674
- export declare class DeleteBackupPolicyResponseBody extends $tea.Model {
525
+ export declare class DeleteTagWithUuidResponseBody extends $tea.Model {
675
526
  requestId?: string;
676
527
  static names(): {
677
528
  [key: string]: string;
@@ -683,11 +534,11 @@ export declare class DeleteBackupPolicyResponseBody extends $tea.Model {
683
534
  [key: string]: any;
684
535
  });
685
536
  }
686
- export declare class DeleteBackupPolicyResponse extends $tea.Model {
537
+ export declare class DeleteTagWithUuidResponse extends $tea.Model {
687
538
  headers: {
688
539
  [key: string]: string;
689
540
  };
690
- body: DeleteBackupPolicyResponseBody;
541
+ body: DeleteTagWithUuidResponseBody;
691
542
  static names(): {
692
543
  [key: string]: string;
693
544
  };
@@ -698,11 +549,8 @@ export declare class DeleteBackupPolicyResponse extends $tea.Model {
698
549
  [key: string]: any;
699
550
  });
700
551
  }
701
- export declare class DeleteBackupPolicyMachineRequest extends $tea.Model {
702
- policyId?: number;
703
- policyVersion?: string;
704
- uuid?: string;
705
- uuidList?: string[];
552
+ export declare class DeleteVpcHoneyPotRequest extends $tea.Model {
553
+ vpcId?: string;
706
554
  static names(): {
707
555
  [key: string]: string;
708
556
  };
@@ -713,7 +561,7 @@ export declare class DeleteBackupPolicyMachineRequest extends $tea.Model {
713
561
  [key: string]: any;
714
562
  });
715
563
  }
716
- export declare class DeleteBackupPolicyMachineResponseBody extends $tea.Model {
564
+ export declare class DeleteVpcHoneyPotResponseBody extends $tea.Model {
717
565
  requestId?: string;
718
566
  static names(): {
719
567
  [key: string]: string;
@@ -725,11 +573,11 @@ export declare class DeleteBackupPolicyMachineResponseBody extends $tea.Model {
725
573
  [key: string]: any;
726
574
  });
727
575
  }
728
- export declare class DeleteBackupPolicyMachineResponse extends $tea.Model {
576
+ export declare class DeleteVpcHoneyPotResponse extends $tea.Model {
729
577
  headers: {
730
578
  [key: string]: string;
731
579
  };
732
- body: DeleteBackupPolicyMachineResponseBody;
580
+ body: DeleteVpcHoneyPotResponseBody;
733
581
  static names(): {
734
582
  [key: string]: string;
735
583
  };
@@ -740,9 +588,8 @@ export declare class DeleteBackupPolicyMachineResponse extends $tea.Model {
740
588
  [key: string]: any;
741
589
  });
742
590
  }
743
- export declare class DeleteGroupRequest extends $tea.Model {
744
- groupId?: number;
745
- sourceIp?: string;
591
+ export declare class DescribeAccessKeyLeakDetailRequest extends $tea.Model {
592
+ id?: number;
746
593
  static names(): {
747
594
  [key: string]: string;
748
595
  };
@@ -753,8 +600,27 @@ export declare class DeleteGroupRequest extends $tea.Model {
753
600
  [key: string]: any;
754
601
  });
755
602
  }
756
- export declare class DeleteGroupResponseBody extends $tea.Model {
603
+ export declare class DescribeAccessKeyLeakDetailResponseBody extends $tea.Model {
604
+ accesskeyId?: string;
605
+ asset?: string;
606
+ code?: string;
607
+ dealTime?: string;
608
+ dealType?: string;
609
+ githubFileName?: string;
610
+ githubFileType?: string;
611
+ githubFileUpdateTime?: string;
612
+ githubFileUrl?: string;
613
+ githubRepoName?: string;
614
+ githubRepoUrl?: string;
615
+ githubUser?: string;
616
+ githubUserPicUrl?: string;
617
+ gmtCreate?: string;
618
+ gmtModified?: string;
619
+ remark?: string;
757
620
  requestId?: string;
621
+ source?: string;
622
+ type?: string;
623
+ whitelistStatus?: string;
758
624
  static names(): {
759
625
  [key: string]: string;
760
626
  };
@@ -765,11 +631,11 @@ export declare class DeleteGroupResponseBody extends $tea.Model {
765
631
  [key: string]: any;
766
632
  });
767
633
  }
768
- export declare class DeleteGroupResponse extends $tea.Model {
634
+ export declare class DescribeAccessKeyLeakDetailResponse extends $tea.Model {
769
635
  headers: {
770
636
  [key: string]: string;
771
637
  };
772
- body: DeleteGroupResponseBody;
638
+ body: DescribeAccessKeyLeakDetailResponseBody;
773
639
  static names(): {
774
640
  [key: string]: string;
775
641
  };
@@ -780,10 +646,12 @@ export declare class DeleteGroupResponse extends $tea.Model {
780
646
  [key: string]: any;
781
647
  });
782
648
  }
783
- export declare class DeleteLoginBaseConfigRequest extends $tea.Model {
784
- config?: string;
785
- target?: string;
786
- type?: string;
649
+ export declare class DescribeAccesskeyLeakListRequest extends $tea.Model {
650
+ currentPage?: number;
651
+ pageSize?: number;
652
+ query?: string;
653
+ startTs?: number;
654
+ status?: string;
787
655
  static names(): {
788
656
  [key: string]: string;
789
657
  };
@@ -794,8 +662,14 @@ export declare class DeleteLoginBaseConfigRequest extends $tea.Model {
794
662
  [key: string]: any;
795
663
  });
796
664
  }
797
- export declare class DeleteLoginBaseConfigResponseBody extends $tea.Model {
665
+ export declare class DescribeAccesskeyLeakListResponseBody extends $tea.Model {
666
+ accessKeyLeakList?: DescribeAccesskeyLeakListResponseBodyAccessKeyLeakList[];
667
+ akLeakCount?: number;
668
+ currentPage?: number;
669
+ gmtLast?: number;
670
+ pageSize?: number;
798
671
  requestId?: string;
672
+ totalCount?: number;
799
673
  static names(): {
800
674
  [key: string]: string;
801
675
  };
@@ -806,222 +680,11 @@ export declare class DeleteLoginBaseConfigResponseBody extends $tea.Model {
806
680
  [key: string]: any;
807
681
  });
808
682
  }
809
- export declare class DeleteLoginBaseConfigResponse extends $tea.Model {
683
+ export declare class DescribeAccesskeyLeakListResponse extends $tea.Model {
810
684
  headers: {
811
685
  [key: string]: string;
812
686
  };
813
- body: DeleteLoginBaseConfigResponseBody;
814
- static names(): {
815
- [key: string]: string;
816
- };
817
- static types(): {
818
- [key: string]: any;
819
- };
820
- constructor(map?: {
821
- [key: string]: any;
822
- });
823
- }
824
- export declare class DeleteStrategyRequest extends $tea.Model {
825
- id?: string;
826
- lang?: string;
827
- sourceIp?: string;
828
- static names(): {
829
- [key: string]: string;
830
- };
831
- static types(): {
832
- [key: string]: any;
833
- };
834
- constructor(map?: {
835
- [key: string]: any;
836
- });
837
- }
838
- export declare class DeleteStrategyResponseBody extends $tea.Model {
839
- requestId?: string;
840
- static names(): {
841
- [key: string]: string;
842
- };
843
- static types(): {
844
- [key: string]: any;
845
- };
846
- constructor(map?: {
847
- [key: string]: any;
848
- });
849
- }
850
- export declare class DeleteStrategyResponse extends $tea.Model {
851
- headers: {
852
- [key: string]: string;
853
- };
854
- body: DeleteStrategyResponseBody;
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 DeleteTagWithUuidRequest extends $tea.Model {
866
- tagName?: string;
867
- uuidList?: string;
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 DeleteTagWithUuidResponseBody extends $tea.Model {
879
- requestId?: string;
880
- static names(): {
881
- [key: string]: string;
882
- };
883
- static types(): {
884
- [key: string]: any;
885
- };
886
- constructor(map?: {
887
- [key: string]: any;
888
- });
889
- }
890
- export declare class DeleteTagWithUuidResponse extends $tea.Model {
891
- headers: {
892
- [key: string]: string;
893
- };
894
- body: DeleteTagWithUuidResponseBody;
895
- static names(): {
896
- [key: string]: string;
897
- };
898
- static types(): {
899
- [key: string]: any;
900
- };
901
- constructor(map?: {
902
- [key: string]: any;
903
- });
904
- }
905
- export declare class DeleteUniBackupPolicyRequest extends $tea.Model {
906
- policyId?: number;
907
- policyIds?: string;
908
- resourceOwnerId?: number;
909
- sourceIp?: string;
910
- static names(): {
911
- [key: string]: string;
912
- };
913
- static types(): {
914
- [key: string]: any;
915
- };
916
- constructor(map?: {
917
- [key: string]: any;
918
- });
919
- }
920
- export declare class DeleteUniBackupPolicyResponseBody extends $tea.Model {
921
- requestId?: string;
922
- static names(): {
923
- [key: string]: string;
924
- };
925
- static types(): {
926
- [key: string]: any;
927
- };
928
- constructor(map?: {
929
- [key: string]: any;
930
- });
931
- }
932
- export declare class DeleteUniBackupPolicyResponse extends $tea.Model {
933
- headers: {
934
- [key: string]: string;
935
- };
936
- body: DeleteUniBackupPolicyResponseBody;
937
- static names(): {
938
- [key: string]: string;
939
- };
940
- static types(): {
941
- [key: string]: any;
942
- };
943
- constructor(map?: {
944
- [key: string]: any;
945
- });
946
- }
947
- export declare class DeleteVpcHoneyPotRequest extends $tea.Model {
948
- vpcId?: string;
949
- static names(): {
950
- [key: string]: string;
951
- };
952
- static types(): {
953
- [key: string]: any;
954
- };
955
- constructor(map?: {
956
- [key: string]: any;
957
- });
958
- }
959
- export declare class DeleteVpcHoneyPotResponseBody extends $tea.Model {
960
- requestId?: string;
961
- static names(): {
962
- [key: string]: string;
963
- };
964
- static types(): {
965
- [key: string]: any;
966
- };
967
- constructor(map?: {
968
- [key: string]: any;
969
- });
970
- }
971
- export declare class DeleteVpcHoneyPotResponse extends $tea.Model {
972
- headers: {
973
- [key: string]: string;
974
- };
975
- body: DeleteVpcHoneyPotResponseBody;
976
- static names(): {
977
- [key: string]: string;
978
- };
979
- static types(): {
980
- [key: string]: any;
981
- };
982
- constructor(map?: {
983
- [key: string]: any;
984
- });
985
- }
986
- export declare class DescribeAccesskeyLeakListRequest extends $tea.Model {
987
- currentPage?: number;
988
- pageSize?: number;
989
- query?: string;
990
- startTs?: number;
991
- status?: string;
992
- static names(): {
993
- [key: string]: string;
994
- };
995
- static types(): {
996
- [key: string]: any;
997
- };
998
- constructor(map?: {
999
- [key: string]: any;
1000
- });
1001
- }
1002
- export declare class DescribeAccesskeyLeakListResponseBody extends $tea.Model {
1003
- accessKeyLeakList?: DescribeAccesskeyLeakListResponseBodyAccessKeyLeakList[];
1004
- akLeakCount?: number;
1005
- currentPage?: number;
1006
- gmtLast?: number;
1007
- pageSize?: number;
1008
- requestId?: string;
1009
- totalCount?: number;
1010
- static names(): {
1011
- [key: string]: string;
1012
- };
1013
- static types(): {
1014
- [key: string]: any;
1015
- };
1016
- constructor(map?: {
1017
- [key: string]: any;
1018
- });
1019
- }
1020
- export declare class DescribeAccesskeyLeakListResponse extends $tea.Model {
1021
- headers: {
1022
- [key: string]: string;
1023
- };
1024
- body: DescribeAccesskeyLeakListResponseBody;
687
+ body: DescribeAccesskeyLeakListResponseBody;
1025
688
  static names(): {
1026
689
  [key: string]: string;
1027
690
  };
@@ -1179,50 +842,6 @@ export declare class DescribeAlarmEventListResponse extends $tea.Model {
1179
842
  [key: string]: any;
1180
843
  });
1181
844
  }
1182
- export declare class DescribeAlarmEventStackInfoRequest extends $tea.Model {
1183
- eventName?: string;
1184
- lang?: string;
1185
- sourceIp?: string;
1186
- uniqueInfo?: string;
1187
- uuid?: string;
1188
- static names(): {
1189
- [key: string]: string;
1190
- };
1191
- static types(): {
1192
- [key: string]: any;
1193
- };
1194
- constructor(map?: {
1195
- [key: string]: any;
1196
- });
1197
- }
1198
- export declare class DescribeAlarmEventStackInfoResponseBody extends $tea.Model {
1199
- requestId?: string;
1200
- stackInfo?: string;
1201
- static names(): {
1202
- [key: string]: string;
1203
- };
1204
- static types(): {
1205
- [key: string]: any;
1206
- };
1207
- constructor(map?: {
1208
- [key: string]: any;
1209
- });
1210
- }
1211
- export declare class DescribeAlarmEventStackInfoResponse extends $tea.Model {
1212
- headers: {
1213
- [key: string]: string;
1214
- };
1215
- body: DescribeAlarmEventStackInfoResponseBody;
1216
- static names(): {
1217
- [key: string]: string;
1218
- };
1219
- static types(): {
1220
- [key: string]: any;
1221
- };
1222
- constructor(map?: {
1223
- [key: string]: any;
1224
- });
1225
- }
1226
845
  export declare class DescribeAllEntityResponseBody extends $tea.Model {
1227
846
  entityList?: DescribeAllEntityResponseBodyEntityList[];
1228
847
  requestId?: string;
@@ -1292,66 +911,6 @@ export declare class DescribeAllGroupsResponse extends $tea.Model {
1292
911
  [key: string]: any;
1293
912
  });
1294
913
  }
1295
- export declare class DescribeAllRegionsStatisticsRequest extends $tea.Model {
1296
- action1?: number;
1297
- allRegion?: boolean;
1298
- currentPage?: number;
1299
- dealed?: string;
1300
- endTime?: string;
1301
- flow?: number;
1302
- from?: string;
1303
- groupId?: number;
1304
- pageSize?: number;
1305
- remark?: string;
1306
- ruleType?: number;
1307
- saleId?: string;
1308
- secureToken?: string;
1309
- sourceIp?: string;
1310
- startTime?: string;
1311
- status?: number;
1312
- statusList?: string;
1313
- tag?: string;
1314
- type?: string;
1315
- uuid?: string;
1316
- webGroupId?: number;
1317
- static names(): {
1318
- [key: string]: string;
1319
- };
1320
- static types(): {
1321
- [key: string]: any;
1322
- };
1323
- constructor(map?: {
1324
- [key: string]: any;
1325
- });
1326
- }
1327
- export declare class DescribeAllRegionsStatisticsResponseBody extends $tea.Model {
1328
- data?: DescribeAllRegionsStatisticsResponseBodyData;
1329
- requestId?: string;
1330
- static names(): {
1331
- [key: string]: string;
1332
- };
1333
- static types(): {
1334
- [key: string]: any;
1335
- };
1336
- constructor(map?: {
1337
- [key: string]: any;
1338
- });
1339
- }
1340
- export declare class DescribeAllRegionsStatisticsResponse extends $tea.Model {
1341
- headers: {
1342
- [key: string]: string;
1343
- };
1344
- body: DescribeAllRegionsStatisticsResponseBody;
1345
- static names(): {
1346
- [key: string]: string;
1347
- };
1348
- static types(): {
1349
- [key: string]: any;
1350
- };
1351
- constructor(map?: {
1352
- [key: string]: any;
1353
- });
1354
- }
1355
914
  export declare class DescribeAntiBruteForceRulesRequest extends $tea.Model {
1356
915
  resourceOwnerId?: number;
1357
916
  sourceIp?: string;
@@ -1552,139 +1111,10 @@ export declare class DescribeAttackAnalysisDataResponse extends $tea.Model {
1552
1111
  };
1553
1112
  constructor(map?: {
1554
1113
  [key: string]: any;
1555
- });
1556
- }
1557
- export declare class DescribeAutoDelConfigResponseBody extends $tea.Model {
1558
- days?: number;
1559
- requestId?: string;
1560
- static names(): {
1561
- [key: string]: string;
1562
- };
1563
- static types(): {
1564
- [key: string]: any;
1565
- };
1566
- constructor(map?: {
1567
- [key: string]: any;
1568
- });
1569
- }
1570
- export declare class DescribeAutoDelConfigResponse extends $tea.Model {
1571
- headers: {
1572
- [key: string]: string;
1573
- };
1574
- body: DescribeAutoDelConfigResponseBody;
1575
- static names(): {
1576
- [key: string]: string;
1577
- };
1578
- static types(): {
1579
- [key: string]: any;
1580
- };
1581
- constructor(map?: {
1582
- [key: string]: any;
1583
- });
1584
- }
1585
- export declare class DescribeBackupClientsRequest extends $tea.Model {
1586
- supportRegionId?: string;
1587
- static names(): {
1588
- [key: string]: string;
1589
- };
1590
- static types(): {
1591
- [key: string]: any;
1592
- };
1593
- constructor(map?: {
1594
- [key: string]: any;
1595
- });
1596
- }
1597
- export declare class DescribeBackupClientsResponseBody extends $tea.Model {
1598
- clients?: DescribeBackupClientsResponseBodyClients[];
1599
- requestId?: string;
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 DescribeBackupClientsResponse extends $tea.Model {
1611
- headers: {
1612
- [key: string]: string;
1613
- };
1614
- body: DescribeBackupClientsResponseBody;
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 DescribeBackupDirsRequest extends $tea.Model {
1626
- currentPage?: number;
1627
- pageSize?: number;
1628
- policyId?: number;
1629
- uuid?: string;
1630
- static names(): {
1631
- [key: string]: string;
1632
- };
1633
- static types(): {
1634
- [key: string]: any;
1635
- };
1636
- constructor(map?: {
1637
- [key: string]: any;
1638
- });
1639
- }
1640
- export declare class DescribeBackupDirsResponseBody extends $tea.Model {
1641
- backupDirs?: DescribeBackupDirsResponseBodyBackupDirs[];
1642
- pageInfo?: DescribeBackupDirsResponseBodyPageInfo;
1643
- requestId?: string;
1644
- static names(): {
1645
- [key: string]: string;
1646
- };
1647
- static types(): {
1648
- [key: string]: any;
1649
- };
1650
- constructor(map?: {
1651
- [key: string]: any;
1652
- });
1653
- }
1654
- export declare class DescribeBackupDirsResponse extends $tea.Model {
1655
- headers: {
1656
- [key: string]: string;
1657
- };
1658
- body: DescribeBackupDirsResponseBody;
1659
- static names(): {
1660
- [key: string]: string;
1661
- };
1662
- static types(): {
1663
- [key: string]: any;
1664
- };
1665
- constructor(map?: {
1666
- [key: string]: any;
1667
- });
1668
- }
1669
- export declare class DescribeBackupFilesRequest extends $tea.Model {
1670
- currentPage?: string;
1671
- pageSize?: string;
1672
- path?: string;
1673
- snapshotHash?: string;
1674
- uuid?: string;
1675
- static names(): {
1676
- [key: string]: string;
1677
- };
1678
- static types(): {
1679
- [key: string]: any;
1680
- };
1681
- constructor(map?: {
1682
- [key: string]: any;
1683
- });
1684
- }
1685
- export declare class DescribeBackupFilesResponseBody extends $tea.Model {
1686
- backupFiles?: DescribeBackupFilesResponseBodyBackupFiles[];
1687
- pageInfo?: DescribeBackupFilesResponseBodyPageInfo;
1114
+ });
1115
+ }
1116
+ export declare class DescribeAutoDelConfigResponseBody extends $tea.Model {
1117
+ days?: number;
1688
1118
  requestId?: string;
1689
1119
  static names(): {
1690
1120
  [key: string]: string;
@@ -1696,11 +1126,11 @@ export declare class DescribeBackupFilesResponseBody extends $tea.Model {
1696
1126
  [key: string]: any;
1697
1127
  });
1698
1128
  }
1699
- export declare class DescribeBackupFilesResponse extends $tea.Model {
1129
+ export declare class DescribeAutoDelConfigResponse extends $tea.Model {
1700
1130
  headers: {
1701
1131
  [key: string]: string;
1702
1132
  };
1703
- body: DescribeBackupFilesResponseBody;
1133
+ body: DescribeAutoDelConfigResponseBody;
1704
1134
  static names(): {
1705
1135
  [key: string]: string;
1706
1136
  };
@@ -1711,10 +1141,8 @@ export declare class DescribeBackupFilesResponse extends $tea.Model {
1711
1141
  [key: string]: any;
1712
1142
  });
1713
1143
  }
1714
- export declare class DescribeBackupMachineStatusRequest extends $tea.Model {
1715
- policyId?: number;
1716
- policyVersion?: string;
1717
- uuid?: string;
1144
+ export declare class DescribeBackupClientsRequest extends $tea.Model {
1145
+ supportRegionId?: string;
1718
1146
  static names(): {
1719
1147
  [key: string]: string;
1720
1148
  };
@@ -1725,8 +1153,8 @@ export declare class DescribeBackupMachineStatusRequest extends $tea.Model {
1725
1153
  [key: string]: any;
1726
1154
  });
1727
1155
  }
1728
- export declare class DescribeBackupMachineStatusResponseBody extends $tea.Model {
1729
- backupMachineStatus?: DescribeBackupMachineStatusResponseBodyBackupMachineStatus;
1156
+ export declare class DescribeBackupClientsResponseBody extends $tea.Model {
1157
+ clients?: DescribeBackupClientsResponseBodyClients[];
1730
1158
  requestId?: string;
1731
1159
  static names(): {
1732
1160
  [key: string]: string;
@@ -1738,11 +1166,11 @@ export declare class DescribeBackupMachineStatusResponseBody extends $tea.Model
1738
1166
  [key: string]: any;
1739
1167
  });
1740
1168
  }
1741
- export declare class DescribeBackupMachineStatusResponse extends $tea.Model {
1169
+ export declare class DescribeBackupClientsResponse extends $tea.Model {
1742
1170
  headers: {
1743
1171
  [key: string]: string;
1744
1172
  };
1745
- body: DescribeBackupMachineStatusResponseBody;
1173
+ body: DescribeBackupClientsResponseBody;
1746
1174
  static names(): {
1747
1175
  [key: string]: string;
1748
1176
  };
@@ -1753,12 +1181,12 @@ export declare class DescribeBackupMachineStatusResponse extends $tea.Model {
1753
1181
  [key: string]: any;
1754
1182
  });
1755
1183
  }
1756
- export declare class DescribeBackupPoliciesRequest extends $tea.Model {
1757
- currentPage?: number;
1758
- machineRemark?: string;
1759
- name?: string;
1760
- pageSize?: number;
1761
- status?: string;
1184
+ export declare class DescribeBackupFilesRequest extends $tea.Model {
1185
+ currentPage?: string;
1186
+ pageSize?: string;
1187
+ path?: string;
1188
+ snapshotHash?: string;
1189
+ uuid?: string;
1762
1190
  static names(): {
1763
1191
  [key: string]: string;
1764
1192
  };
@@ -1769,9 +1197,9 @@ export declare class DescribeBackupPoliciesRequest extends $tea.Model {
1769
1197
  [key: string]: any;
1770
1198
  });
1771
1199
  }
1772
- export declare class DescribeBackupPoliciesResponseBody extends $tea.Model {
1773
- pageInfo?: DescribeBackupPoliciesResponseBodyPageInfo;
1774
- policies?: DescribeBackupPoliciesResponseBodyPolicies[];
1200
+ export declare class DescribeBackupFilesResponseBody extends $tea.Model {
1201
+ backupFiles?: DescribeBackupFilesResponseBodyBackupFiles[];
1202
+ pageInfo?: DescribeBackupFilesResponseBodyPageInfo;
1775
1203
  requestId?: string;
1776
1204
  static names(): {
1777
1205
  [key: string]: string;
@@ -1783,11 +1211,11 @@ export declare class DescribeBackupPoliciesResponseBody extends $tea.Model {
1783
1211
  [key: string]: any;
1784
1212
  });
1785
1213
  }
1786
- export declare class DescribeBackupPoliciesResponse extends $tea.Model {
1214
+ export declare class DescribeBackupFilesResponse extends $tea.Model {
1787
1215
  headers: {
1788
1216
  [key: string]: string;
1789
1217
  };
1790
- body: DescribeBackupPoliciesResponseBody;
1218
+ body: DescribeBackupFilesResponseBody;
1791
1219
  static names(): {
1792
1220
  [key: string]: string;
1793
1221
  };
@@ -1798,8 +1226,12 @@ export declare class DescribeBackupPoliciesResponse extends $tea.Model {
1798
1226
  [key: string]: any;
1799
1227
  });
1800
1228
  }
1801
- export declare class DescribeBackupPolicyRequest extends $tea.Model {
1802
- id?: number;
1229
+ export declare class DescribeBackupPoliciesRequest extends $tea.Model {
1230
+ currentPage?: number;
1231
+ machineRemark?: string;
1232
+ name?: string;
1233
+ pageSize?: number;
1234
+ status?: string;
1803
1235
  static names(): {
1804
1236
  [key: string]: string;
1805
1237
  };
@@ -1810,8 +1242,9 @@ export declare class DescribeBackupPolicyRequest extends $tea.Model {
1810
1242
  [key: string]: any;
1811
1243
  });
1812
1244
  }
1813
- export declare class DescribeBackupPolicyResponseBody extends $tea.Model {
1814
- backupPolicyDetail?: DescribeBackupPolicyResponseBodyBackupPolicyDetail;
1245
+ export declare class DescribeBackupPoliciesResponseBody extends $tea.Model {
1246
+ pageInfo?: DescribeBackupPoliciesResponseBodyPageInfo;
1247
+ policies?: DescribeBackupPoliciesResponseBodyPolicies[];
1815
1248
  requestId?: string;
1816
1249
  static names(): {
1817
1250
  [key: string]: string;
@@ -1823,11 +1256,11 @@ export declare class DescribeBackupPolicyResponseBody extends $tea.Model {
1823
1256
  [key: string]: any;
1824
1257
  });
1825
1258
  }
1826
- export declare class DescribeBackupPolicyResponse extends $tea.Model {
1259
+ export declare class DescribeBackupPoliciesResponse extends $tea.Model {
1827
1260
  headers: {
1828
1261
  [key: string]: string;
1829
1262
  };
1830
- body: DescribeBackupPolicyResponseBody;
1263
+ body: DescribeBackupPoliciesResponseBody;
1831
1264
  static names(): {
1832
1265
  [key: string]: string;
1833
1266
  };
@@ -2256,6 +1689,52 @@ export declare class DescribeContainerStatisticsResponse extends $tea.Model {
2256
1689
  [key: string]: any;
2257
1690
  });
2258
1691
  }
1692
+ export declare class DescribeContainerTagsRequest extends $tea.Model {
1693
+ appName?: string;
1694
+ clusterId?: string;
1695
+ currentPage?: number;
1696
+ fieldName?: string;
1697
+ fieldValue?: string;
1698
+ namespace?: string;
1699
+ pageSize?: number;
1700
+ static names(): {
1701
+ [key: string]: string;
1702
+ };
1703
+ static types(): {
1704
+ [key: string]: any;
1705
+ };
1706
+ constructor(map?: {
1707
+ [key: string]: any;
1708
+ });
1709
+ }
1710
+ export declare class DescribeContainerTagsResponseBody extends $tea.Model {
1711
+ requestId?: string;
1712
+ tagValues?: string[];
1713
+ static names(): {
1714
+ [key: string]: string;
1715
+ };
1716
+ static types(): {
1717
+ [key: string]: any;
1718
+ };
1719
+ constructor(map?: {
1720
+ [key: string]: any;
1721
+ });
1722
+ }
1723
+ export declare class DescribeContainerTagsResponse extends $tea.Model {
1724
+ headers: {
1725
+ [key: string]: string;
1726
+ };
1727
+ body: DescribeContainerTagsResponseBody;
1728
+ static names(): {
1729
+ [key: string]: string;
1730
+ };
1731
+ static types(): {
1732
+ [key: string]: any;
1733
+ };
1734
+ constructor(map?: {
1735
+ [key: string]: any;
1736
+ });
1737
+ }
2259
1738
  export declare class DescribeCriteriaRequest extends $tea.Model {
2260
1739
  machineTypes?: string;
2261
1740
  supportAutoTag?: boolean;
@@ -2562,48 +2041,6 @@ export declare class DescribeEmgVulItemResponse extends $tea.Model {
2562
2041
  [key: string]: any;
2563
2042
  });
2564
2043
  }
2565
- export declare class DescribeExcludeSystemPathRequest extends $tea.Model {
2566
- currentPage?: number;
2567
- pageSize?: number;
2568
- static names(): {
2569
- [key: string]: string;
2570
- };
2571
- static types(): {
2572
- [key: string]: any;
2573
- };
2574
- constructor(map?: {
2575
- [key: string]: any;
2576
- });
2577
- }
2578
- export declare class DescribeExcludeSystemPathResponseBody extends $tea.Model {
2579
- excludePaths?: DescribeExcludeSystemPathResponseBodyExcludePaths[];
2580
- pageInfo?: DescribeExcludeSystemPathResponseBodyPageInfo;
2581
- requestId?: string;
2582
- static names(): {
2583
- [key: string]: string;
2584
- };
2585
- static types(): {
2586
- [key: string]: any;
2587
- };
2588
- constructor(map?: {
2589
- [key: string]: any;
2590
- });
2591
- }
2592
- export declare class DescribeExcludeSystemPathResponse extends $tea.Model {
2593
- headers: {
2594
- [key: string]: string;
2595
- };
2596
- body: DescribeExcludeSystemPathResponseBody;
2597
- static names(): {
2598
- [key: string]: string;
2599
- };
2600
- static types(): {
2601
- [key: string]: any;
2602
- };
2603
- constructor(map?: {
2604
- [key: string]: any;
2605
- });
2606
- }
2607
2044
  export declare class DescribeExportInfoRequest extends $tea.Model {
2608
2045
  exportId?: number;
2609
2046
  static names(): {
@@ -2749,138 +2186,13 @@ export declare class DescribeExposedInstanceListRequest extends $tea.Model {
2749
2186
  [key: string]: any;
2750
2187
  };
2751
2188
  constructor(map?: {
2752
- [key: string]: any;
2753
- });
2754
- }
2755
- export declare class DescribeExposedInstanceListResponseBody extends $tea.Model {
2756
- exposedInstances?: DescribeExposedInstanceListResponseBodyExposedInstances[];
2757
- pageInfo?: DescribeExposedInstanceListResponseBodyPageInfo;
2758
- requestId?: string;
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 DescribeExposedInstanceListResponse extends $tea.Model {
2770
- headers: {
2771
- [key: string]: string;
2772
- };
2773
- body: DescribeExposedInstanceListResponseBody;
2774
- static names(): {
2775
- [key: string]: string;
2776
- };
2777
- static types(): {
2778
- [key: string]: any;
2779
- };
2780
- constructor(map?: {
2781
- [key: string]: any;
2782
- });
2783
- }
2784
- export declare class DescribeExposedRiskNumResponseBody extends $tea.Model {
2785
- exposedInstanceCount?: number;
2786
- requestId?: string;
2787
- riskExposedInstanceCount?: number;
2788
- static names(): {
2789
- [key: string]: string;
2790
- };
2791
- static types(): {
2792
- [key: string]: any;
2793
- };
2794
- constructor(map?: {
2795
- [key: string]: any;
2796
- });
2797
- }
2798
- export declare class DescribeExposedRiskNumResponse extends $tea.Model {
2799
- headers: {
2800
- [key: string]: string;
2801
- };
2802
- body: DescribeExposedRiskNumResponseBody;
2803
- static names(): {
2804
- [key: string]: string;
2805
- };
2806
- static types(): {
2807
- [key: string]: any;
2808
- };
2809
- constructor(map?: {
2810
- [key: string]: any;
2811
- });
2812
- }
2813
- export declare class DescribeExposedStatisticsResponseBody extends $tea.Model {
2814
- exposedAsapVulCount?: number;
2815
- exposedComponentCount?: number;
2816
- exposedInstanceCount?: number;
2817
- exposedIpCount?: number;
2818
- exposedLaterVulCount?: number;
2819
- exposedNntfVulCount?: number;
2820
- exposedPortCount?: number;
2821
- exposedWeekPasswordMachineCount?: number;
2822
- gatewayAssetCount?: number;
2823
- requestId?: string;
2824
- static names(): {
2825
- [key: string]: string;
2826
- };
2827
- static types(): {
2828
- [key: string]: any;
2829
- };
2830
- constructor(map?: {
2831
- [key: string]: any;
2832
- });
2833
- }
2834
- export declare class DescribeExposedStatisticsResponse extends $tea.Model {
2835
- headers: {
2836
- [key: string]: string;
2837
- };
2838
- body: DescribeExposedStatisticsResponseBody;
2839
- static names(): {
2840
- [key: string]: string;
2841
- };
2842
- static types(): {
2843
- [key: string]: any;
2844
- };
2845
- constructor(map?: {
2846
- [key: string]: any;
2847
- });
2848
- }
2849
- export declare class DescribeExposedStatisticsDetailRequest extends $tea.Model {
2850
- currentPage?: number;
2851
- pageSize?: number;
2852
- statisticsType?: string;
2853
- statisticsTypeGatewayType?: string;
2854
- statisticsTypeInstanceValue?: string;
2855
- static names(): {
2856
- [key: string]: string;
2857
- };
2858
- static types(): {
2859
- [key: string]: any;
2860
- };
2861
- constructor(map?: {
2862
- [key: string]: any;
2863
- });
2864
- }
2865
- export declare class DescribeExposedStatisticsDetailResponseBody extends $tea.Model {
2866
- pageInfo?: DescribeExposedStatisticsDetailResponseBodyPageInfo;
2867
- requestId?: string;
2868
- statisticsDetails?: DescribeExposedStatisticsDetailResponseBodyStatisticsDetails[];
2869
- static names(): {
2870
- [key: string]: string;
2871
- };
2872
- static types(): {
2873
- [key: string]: any;
2874
- };
2875
- constructor(map?: {
2876
- [key: string]: any;
2877
- });
2878
- }
2879
- export declare class DescribeExposedStatisticsDetailResponse extends $tea.Model {
2880
- headers: {
2881
- [key: string]: string;
2882
- };
2883
- body: DescribeExposedStatisticsDetailResponseBody;
2189
+ [key: string]: any;
2190
+ });
2191
+ }
2192
+ export declare class DescribeExposedInstanceListResponseBody extends $tea.Model {
2193
+ exposedInstances?: DescribeExposedInstanceListResponseBodyExposedInstances[];
2194
+ pageInfo?: DescribeExposedInstanceListResponseBodyPageInfo;
2195
+ requestId?: string;
2884
2196
  static names(): {
2885
2197
  [key: string]: string;
2886
2198
  };
@@ -2891,9 +2203,11 @@ export declare class DescribeExposedStatisticsDetailResponse extends $tea.Model
2891
2203
  [key: string]: any;
2892
2204
  });
2893
2205
  }
2894
- export declare class DescribeFieldStatisticsRequest extends $tea.Model {
2895
- machineTypes?: string;
2896
- regionId?: string;
2206
+ export declare class DescribeExposedInstanceListResponse extends $tea.Model {
2207
+ headers: {
2208
+ [key: string]: string;
2209
+ };
2210
+ body: DescribeExposedInstanceListResponseBody;
2897
2211
  static names(): {
2898
2212
  [key: string]: string;
2899
2213
  };
@@ -2904,8 +2218,16 @@ export declare class DescribeFieldStatisticsRequest extends $tea.Model {
2904
2218
  [key: string]: any;
2905
2219
  });
2906
2220
  }
2907
- export declare class DescribeFieldStatisticsResponseBody extends $tea.Model {
2908
- groupedFields?: DescribeFieldStatisticsResponseBodyGroupedFields;
2221
+ export declare class DescribeExposedStatisticsResponseBody extends $tea.Model {
2222
+ exposedAsapVulCount?: number;
2223
+ exposedComponentCount?: number;
2224
+ exposedInstanceCount?: number;
2225
+ exposedIpCount?: number;
2226
+ exposedLaterVulCount?: number;
2227
+ exposedNntfVulCount?: number;
2228
+ exposedPortCount?: number;
2229
+ exposedWeekPasswordMachineCount?: number;
2230
+ gatewayAssetCount?: number;
2909
2231
  requestId?: string;
2910
2232
  static names(): {
2911
2233
  [key: string]: string;
@@ -2917,11 +2239,11 @@ export declare class DescribeFieldStatisticsResponseBody extends $tea.Model {
2917
2239
  [key: string]: any;
2918
2240
  });
2919
2241
  }
2920
- export declare class DescribeFieldStatisticsResponse extends $tea.Model {
2242
+ export declare class DescribeExposedStatisticsResponse extends $tea.Model {
2921
2243
  headers: {
2922
2244
  [key: string]: string;
2923
2245
  };
2924
- body: DescribeFieldStatisticsResponseBody;
2246
+ body: DescribeExposedStatisticsResponseBody;
2925
2247
  static names(): {
2926
2248
  [key: string]: string;
2927
2249
  };
@@ -2932,10 +2254,12 @@ export declare class DescribeFieldStatisticsResponse extends $tea.Model {
2932
2254
  [key: string]: any;
2933
2255
  });
2934
2256
  }
2935
- export declare class DescribeFrontVulPatchListRequest extends $tea.Model {
2936
- info?: string;
2937
- operateType?: string;
2938
- type?: string;
2257
+ export declare class DescribeExposedStatisticsDetailRequest extends $tea.Model {
2258
+ currentPage?: number;
2259
+ pageSize?: number;
2260
+ statisticsType?: string;
2261
+ statisticsTypeGatewayType?: string;
2262
+ statisticsTypeInstanceValue?: string;
2939
2263
  static names(): {
2940
2264
  [key: string]: string;
2941
2265
  };
@@ -2946,9 +2270,10 @@ export declare class DescribeFrontVulPatchListRequest extends $tea.Model {
2946
2270
  [key: string]: any;
2947
2271
  });
2948
2272
  }
2949
- export declare class DescribeFrontVulPatchListResponseBody extends $tea.Model {
2950
- frontPatchList?: DescribeFrontVulPatchListResponseBodyFrontPatchList[];
2273
+ export declare class DescribeExposedStatisticsDetailResponseBody extends $tea.Model {
2274
+ pageInfo?: DescribeExposedStatisticsDetailResponseBodyPageInfo;
2951
2275
  requestId?: string;
2276
+ statisticsDetails?: DescribeExposedStatisticsDetailResponseBodyStatisticsDetails[];
2952
2277
  static names(): {
2953
2278
  [key: string]: string;
2954
2279
  };
@@ -2959,11 +2284,11 @@ export declare class DescribeFrontVulPatchListResponseBody extends $tea.Model {
2959
2284
  [key: string]: any;
2960
2285
  });
2961
2286
  }
2962
- export declare class DescribeFrontVulPatchListResponse extends $tea.Model {
2287
+ export declare class DescribeExposedStatisticsDetailResponse extends $tea.Model {
2963
2288
  headers: {
2964
2289
  [key: string]: string;
2965
2290
  };
2966
- body: DescribeFrontVulPatchListResponseBody;
2291
+ body: DescribeExposedStatisticsDetailResponseBody;
2967
2292
  static names(): {
2968
2293
  [key: string]: string;
2969
2294
  };
@@ -2974,14 +2299,9 @@ export declare class DescribeFrontVulPatchListResponse extends $tea.Model {
2974
2299
  [key: string]: any;
2975
2300
  });
2976
2301
  }
2977
- export declare class DescribeGraph4InvestigationOnlineRequest extends $tea.Model {
2978
- anomalyId?: string;
2979
- anomalyUuid?: string;
2980
- direction?: string;
2981
- lang?: string;
2982
- namespace?: string;
2983
- pathLength?: number;
2984
- vertexId?: string;
2302
+ export declare class DescribeFieldStatisticsRequest extends $tea.Model {
2303
+ machineTypes?: string;
2304
+ regionId?: string;
2985
2305
  static names(): {
2986
2306
  [key: string]: string;
2987
2307
  };
@@ -2992,8 +2312,8 @@ export declare class DescribeGraph4InvestigationOnlineRequest extends $tea.Model
2992
2312
  [key: string]: any;
2993
2313
  });
2994
2314
  }
2995
- export declare class DescribeGraph4InvestigationOnlineResponseBody extends $tea.Model {
2996
- data?: DescribeGraph4InvestigationOnlineResponseBodyData;
2315
+ export declare class DescribeFieldStatisticsResponseBody extends $tea.Model {
2316
+ groupedFields?: DescribeFieldStatisticsResponseBodyGroupedFields;
2997
2317
  requestId?: string;
2998
2318
  static names(): {
2999
2319
  [key: string]: string;
@@ -3005,11 +2325,11 @@ export declare class DescribeGraph4InvestigationOnlineResponseBody extends $tea.
3005
2325
  [key: string]: any;
3006
2326
  });
3007
2327
  }
3008
- export declare class DescribeGraph4InvestigationOnlineResponse extends $tea.Model {
2328
+ export declare class DescribeFieldStatisticsResponse extends $tea.Model {
3009
2329
  headers: {
3010
2330
  [key: string]: string;
3011
2331
  };
3012
- body: DescribeGraph4InvestigationOnlineResponseBody;
2332
+ body: DescribeFieldStatisticsResponseBody;
3013
2333
  static names(): {
3014
2334
  [key: string]: string;
3015
2335
  };
@@ -3439,50 +2759,6 @@ export declare class DescribeImageGroupedVulListResponse extends $tea.Model {
3439
2759
  [key: string]: any;
3440
2760
  });
3441
2761
  }
3442
- export declare class DescribeImageInstancesRequest extends $tea.Model {
3443
- criteria?: string;
3444
- currentPage?: number;
3445
- logicalExp?: string;
3446
- pageSize?: number;
3447
- static names(): {
3448
- [key: string]: string;
3449
- };
3450
- static types(): {
3451
- [key: string]: any;
3452
- };
3453
- constructor(map?: {
3454
- [key: string]: any;
3455
- });
3456
- }
3457
- export declare class DescribeImageInstancesResponseBody extends $tea.Model {
3458
- imageInstanceList?: DescribeImageInstancesResponseBodyImageInstanceList[];
3459
- pageInfo?: DescribeImageInstancesResponseBodyPageInfo;
3460
- requestId?: string;
3461
- static names(): {
3462
- [key: string]: string;
3463
- };
3464
- static types(): {
3465
- [key: string]: any;
3466
- };
3467
- constructor(map?: {
3468
- [key: string]: any;
3469
- });
3470
- }
3471
- export declare class DescribeImageInstancesResponse extends $tea.Model {
3472
- headers: {
3473
- [key: string]: string;
3474
- };
3475
- body: DescribeImageInstancesResponseBody;
3476
- static names(): {
3477
- [key: string]: string;
3478
- };
3479
- static types(): {
3480
- [key: string]: any;
3481
- };
3482
- constructor(map?: {
3483
- [key: string]: any;
3484
- });
3485
- }
3486
2762
  export declare class DescribeImageScanAuthCountResponseBody extends $tea.Model {
3487
2763
  imageScan?: DescribeImageScanAuthCountResponseBodyImageScan;
3488
2764
  requestId?: string;
@@ -4523,53 +3799,6 @@ export declare class DescribePropertyUserItemResponse extends $tea.Model {
4523
3799
  [key: string]: any;
4524
3800
  });
4525
3801
  }
4526
- export declare class DescribeQuaraFileDownloadInfoRequest extends $tea.Model {
4527
- from?: string;
4528
- quaraFileId?: number;
4529
- sourceIp?: string;
4530
- static names(): {
4531
- [key: string]: string;
4532
- };
4533
- static types(): {
4534
- [key: string]: any;
4535
- };
4536
- constructor(map?: {
4537
- [key: string]: any;
4538
- });
4539
- }
4540
- export declare class DescribeQuaraFileDownloadInfoResponseBody extends $tea.Model {
4541
- downloadUrl?: string;
4542
- md5?: string;
4543
- path?: string;
4544
- quaraFileId?: number;
4545
- requestId?: string;
4546
- tag?: string;
4547
- uuid?: string;
4548
- static names(): {
4549
- [key: string]: string;
4550
- };
4551
- static types(): {
4552
- [key: string]: any;
4553
- };
4554
- constructor(map?: {
4555
- [key: string]: any;
4556
- });
4557
- }
4558
- export declare class DescribeQuaraFileDownloadInfoResponse extends $tea.Model {
4559
- headers: {
4560
- [key: string]: string;
4561
- };
4562
- body: DescribeQuaraFileDownloadInfoResponseBody;
4563
- static names(): {
4564
- [key: string]: string;
4565
- };
4566
- static types(): {
4567
- [key: string]: any;
4568
- };
4569
- constructor(map?: {
4570
- [key: string]: any;
4571
- });
4572
- }
4573
3802
  export declare class DescribeRestoreJobsRequest extends $tea.Model {
4574
3803
  currentPage?: number;
4575
3804
  machineRemark?: string;
@@ -4614,52 +3843,6 @@ export declare class DescribeRestoreJobsResponse extends $tea.Model {
4614
3843
  [key: string]: any;
4615
3844
  });
4616
3845
  }
4617
- export declare class DescribeRestorePlansRequest extends $tea.Model {
4618
- currentPage?: number;
4619
- instanceName?: string;
4620
- pageSize?: number;
4621
- resourceOwnerId?: number;
4622
- sourceIp?: string;
4623
- status?: string;
4624
- static names(): {
4625
- [key: string]: string;
4626
- };
4627
- static types(): {
4628
- [key: string]: any;
4629
- };
4630
- constructor(map?: {
4631
- [key: string]: any;
4632
- });
4633
- }
4634
- export declare class DescribeRestorePlansResponseBody extends $tea.Model {
4635
- pageInfo?: DescribeRestorePlansResponseBodyPageInfo;
4636
- requestId?: string;
4637
- restorePlans?: DescribeRestorePlansResponseBodyRestorePlans[];
4638
- static names(): {
4639
- [key: string]: string;
4640
- };
4641
- static types(): {
4642
- [key: string]: any;
4643
- };
4644
- constructor(map?: {
4645
- [key: string]: any;
4646
- });
4647
- }
4648
- export declare class DescribeRestorePlansResponse extends $tea.Model {
4649
- headers: {
4650
- [key: string]: string;
4651
- };
4652
- body: DescribeRestorePlansResponseBody;
4653
- static names(): {
4654
- [key: string]: string;
4655
- };
4656
- static types(): {
4657
- [key: string]: any;
4658
- };
4659
- constructor(map?: {
4660
- [key: string]: any;
4661
- });
4662
- }
4663
3846
  export declare class DescribeRiskCheckItemResultRequest extends $tea.Model {
4664
3847
  currentPage?: number;
4665
3848
  itemId?: number;
@@ -5306,103 +4489,11 @@ export declare class DescribeSimilarSecurityEventsResponse extends $tea.Model {
5306
4489
  [key: string]: any;
5307
4490
  });
5308
4491
  }
5309
- export declare class DescribeSnapshotsRequest extends $tea.Model {
5310
- apiVersion?: string;
5311
- currentPage?: number;
5312
- isAliYunEcs?: string;
5313
- machineRegion?: string;
5314
- machineRemark?: string;
5315
- nextToken?: string;
5316
- pageSize?: number;
5317
- statusList?: string;
5318
- uuid?: string;
5319
- static names(): {
5320
- [key: string]: string;
5321
- };
5322
- static types(): {
5323
- [key: string]: any;
5324
- };
5325
- constructor(map?: {
5326
- [key: string]: any;
5327
- });
5328
- }
5329
- export declare class DescribeSnapshotsResponseBody extends $tea.Model {
5330
- pageInfo?: DescribeSnapshotsResponseBodyPageInfo;
5331
- requestId?: string;
5332
- snapshots?: DescribeSnapshotsResponseBodySnapshots[];
5333
- static names(): {
5334
- [key: string]: string;
5335
- };
5336
- static types(): {
5337
- [key: string]: any;
5338
- };
5339
- constructor(map?: {
5340
- [key: string]: any;
5341
- });
5342
- }
5343
- export declare class DescribeSnapshotsResponse extends $tea.Model {
5344
- headers: {
5345
- [key: string]: string;
5346
- };
5347
- body: DescribeSnapshotsResponseBody;
5348
- static names(): {
5349
- [key: string]: string;
5350
- };
5351
- static types(): {
5352
- [key: string]: any;
5353
- };
5354
- constructor(map?: {
5355
- [key: string]: any;
5356
- });
5357
- }
5358
4492
  export declare class DescribeStrategyRequest extends $tea.Model {
5359
4493
  customType?: string;
5360
4494
  lang?: string;
5361
4495
  sourceIp?: string;
5362
- strategyIds?: string;
5363
- static names(): {
5364
- [key: string]: string;
5365
- };
5366
- static types(): {
5367
- [key: string]: any;
5368
- };
5369
- constructor(map?: {
5370
- [key: string]: any;
5371
- });
5372
- }
5373
- export declare class DescribeStrategyResponseBody extends $tea.Model {
5374
- requestId?: string;
5375
- strategies?: DescribeStrategyResponseBodyStrategies[];
5376
- static names(): {
5377
- [key: string]: string;
5378
- };
5379
- static types(): {
5380
- [key: string]: any;
5381
- };
5382
- constructor(map?: {
5383
- [key: string]: any;
5384
- });
5385
- }
5386
- export declare class DescribeStrategyResponse extends $tea.Model {
5387
- headers: {
5388
- [key: string]: string;
5389
- };
5390
- body: DescribeStrategyResponseBody;
5391
- static names(): {
5392
- [key: string]: string;
5393
- };
5394
- static types(): {
5395
- [key: string]: any;
5396
- };
5397
- constructor(map?: {
5398
- [key: string]: any;
5399
- });
5400
- }
5401
- export declare class DescribeStrategyExecDetailRequest extends $tea.Model {
5402
- currentPage?: number;
5403
- pageSize?: number;
5404
- sourceIp?: string;
5405
- strategyId?: number;
4496
+ strategyIds?: string;
5406
4497
  static names(): {
5407
4498
  [key: string]: string;
5408
4499
  };
@@ -5413,16 +4504,9 @@ export declare class DescribeStrategyExecDetailRequest extends $tea.Model {
5413
4504
  [key: string]: any;
5414
4505
  });
5415
4506
  }
5416
- export declare class DescribeStrategyExecDetailResponseBody extends $tea.Model {
5417
- endTime?: string;
5418
- failCount?: number;
5419
- failedEcsList?: DescribeStrategyExecDetailResponseBodyFailedEcsList[];
5420
- inProcessCount?: number;
5421
- percent?: string;
4507
+ export declare class DescribeStrategyResponseBody extends $tea.Model {
5422
4508
  requestId?: string;
5423
- source?: string;
5424
- startTime?: string;
5425
- successCount?: number;
4509
+ strategies?: DescribeStrategyResponseBodyStrategies[];
5426
4510
  static names(): {
5427
4511
  [key: string]: string;
5428
4512
  };
@@ -5433,11 +4517,11 @@ export declare class DescribeStrategyExecDetailResponseBody extends $tea.Model {
5433
4517
  [key: string]: any;
5434
4518
  });
5435
4519
  }
5436
- export declare class DescribeStrategyExecDetailResponse extends $tea.Model {
4520
+ export declare class DescribeStrategyResponse extends $tea.Model {
5437
4521
  headers: {
5438
4522
  [key: string]: string;
5439
4523
  };
5440
- body: DescribeStrategyExecDetailResponseBody;
4524
+ body: DescribeStrategyResponseBody;
5441
4525
  static names(): {
5442
4526
  [key: string]: string;
5443
4527
  };
@@ -5448,7 +4532,9 @@ export declare class DescribeStrategyExecDetailResponse extends $tea.Model {
5448
4532
  [key: string]: any;
5449
4533
  });
5450
4534
  }
5451
- export declare class DescribeStrategyProcessRequest extends $tea.Model {
4535
+ export declare class DescribeStrategyExecDetailRequest extends $tea.Model {
4536
+ currentPage?: number;
4537
+ pageSize?: number;
5452
4538
  sourceIp?: string;
5453
4539
  strategyId?: number;
5454
4540
  static names(): {
@@ -5461,12 +4547,16 @@ export declare class DescribeStrategyProcessRequest extends $tea.Model {
5461
4547
  [key: string]: any;
5462
4548
  });
5463
4549
  }
5464
- export declare class DescribeStrategyProcessResponseBody extends $tea.Model {
5465
- execStatus?: number;
5466
- passRate?: string;
5467
- processRate?: number;
4550
+ export declare class DescribeStrategyExecDetailResponseBody extends $tea.Model {
4551
+ endTime?: string;
4552
+ failCount?: number;
4553
+ failedEcsList?: DescribeStrategyExecDetailResponseBodyFailedEcsList[];
4554
+ inProcessCount?: number;
4555
+ percent?: string;
5468
4556
  requestId?: string;
5469
- strategyId?: number;
4557
+ source?: string;
4558
+ startTime?: string;
4559
+ successCount?: number;
5470
4560
  static names(): {
5471
4561
  [key: string]: string;
5472
4562
  };
@@ -5477,11 +4567,11 @@ export declare class DescribeStrategyProcessResponseBody extends $tea.Model {
5477
4567
  [key: string]: any;
5478
4568
  });
5479
4569
  }
5480
- export declare class DescribeStrategyProcessResponse extends $tea.Model {
4570
+ export declare class DescribeStrategyExecDetailResponse extends $tea.Model {
5481
4571
  headers: {
5482
4572
  [key: string]: string;
5483
4573
  };
5484
- body: DescribeStrategyProcessResponseBody;
4574
+ body: DescribeStrategyExecDetailResponseBody;
5485
4575
  static names(): {
5486
4576
  [key: string]: string;
5487
4577
  };
@@ -5666,14 +4756,10 @@ export declare class DescribeSuspEventDetailResponse extends $tea.Model {
5666
4756
  [key: string]: any;
5667
4757
  });
5668
4758
  }
5669
- export declare class DescribeSuspEventQuaraFilesRequest extends $tea.Model {
5670
- currentPage?: string;
4759
+ export declare class DescribeSuspEventExportInfoRequest extends $tea.Model {
4760
+ exportId?: number;
5671
4761
  from?: string;
5672
- groupId?: string;
5673
- pageSize?: string;
5674
- quaraTag?: string;
5675
4762
  sourceIp?: string;
5676
- status?: string;
5677
4763
  static names(): {
5678
4764
  [key: string]: string;
5679
4765
  };
@@ -5684,13 +4770,18 @@ export declare class DescribeSuspEventQuaraFilesRequest extends $tea.Model {
5684
4770
  [key: string]: any;
5685
4771
  });
5686
4772
  }
5687
- export declare class DescribeSuspEventQuaraFilesResponseBody extends $tea.Model {
5688
- count?: number;
5689
- currentPage?: number;
5690
- pageSize?: number;
5691
- quaraFiles?: DescribeSuspEventQuaraFilesResponseBodyQuaraFiles[];
4773
+ export declare class DescribeSuspEventExportInfoResponseBody extends $tea.Model {
4774
+ exportStatus?: string;
4775
+ fileName?: string;
4776
+ gmtCreate?: number;
4777
+ gmtModified?: number;
4778
+ id?: number;
4779
+ link?: string;
4780
+ progress?: number;
4781
+ properties?: string;
5692
4782
  requestId?: string;
5693
4783
  totalCount?: number;
4784
+ type?: string;
5694
4785
  static names(): {
5695
4786
  [key: string]: string;
5696
4787
  };
@@ -5701,11 +4792,11 @@ export declare class DescribeSuspEventQuaraFilesResponseBody extends $tea.Model
5701
4792
  [key: string]: any;
5702
4793
  });
5703
4794
  }
5704
- export declare class DescribeSuspEventQuaraFilesResponse extends $tea.Model {
4795
+ export declare class DescribeSuspEventExportInfoResponse extends $tea.Model {
5705
4796
  headers: {
5706
4797
  [key: string]: string;
5707
4798
  };
5708
- body: DescribeSuspEventQuaraFilesResponseBody;
4799
+ body: DescribeSuspEventExportInfoResponseBody;
5709
4800
  static names(): {
5710
4801
  [key: string]: string;
5711
4802
  };
@@ -5716,29 +4807,15 @@ export declare class DescribeSuspEventQuaraFilesResponse extends $tea.Model {
5716
4807
  [key: string]: any;
5717
4808
  });
5718
4809
  }
5719
- export declare class DescribeSuspEventsRequest extends $tea.Model {
5720
- alarmUniqueInfo?: string;
5721
- clusterId?: string;
5722
- containerFieldName?: string;
5723
- containerFieldValue?: string;
4810
+ export declare class DescribeSuspEventQuaraFilesRequest extends $tea.Model {
5724
4811
  currentPage?: string;
5725
- dealed?: string;
5726
- eventNames?: string;
5727
4812
  from?: string;
5728
- groupId?: number;
5729
- lang?: string;
5730
- levels?: string;
5731
- name?: string;
5732
- operateErrorCodeList?: string[];
4813
+ groupId?: string;
4814
+ groupingId?: number;
5733
4815
  pageSize?: string;
5734
- parentEventTypes?: string;
5735
- remark?: string;
5736
- source?: string;
4816
+ quaraTag?: string;
5737
4817
  sourceIp?: string;
5738
4818
  status?: string;
5739
- targetType?: string;
5740
- uniqueInfo?: string;
5741
- uuids?: string;
5742
4819
  static names(): {
5743
4820
  [key: string]: string;
5744
4821
  };
@@ -5749,12 +4826,12 @@ export declare class DescribeSuspEventsRequest extends $tea.Model {
5749
4826
  [key: string]: any;
5750
4827
  });
5751
4828
  }
5752
- export declare class DescribeSuspEventsResponseBody extends $tea.Model {
4829
+ export declare class DescribeSuspEventQuaraFilesResponseBody extends $tea.Model {
5753
4830
  count?: number;
5754
4831
  currentPage?: number;
5755
4832
  pageSize?: number;
4833
+ quaraFiles?: DescribeSuspEventQuaraFilesResponseBodyQuaraFiles[];
5756
4834
  requestId?: string;
5757
- suspEvents?: DescribeSuspEventsResponseBodySuspEvents[];
5758
4835
  totalCount?: number;
5759
4836
  static names(): {
5760
4837
  [key: string]: string;
@@ -5766,11 +4843,11 @@ export declare class DescribeSuspEventsResponseBody extends $tea.Model {
5766
4843
  [key: string]: any;
5767
4844
  });
5768
4845
  }
5769
- export declare class DescribeSuspEventsResponse extends $tea.Model {
4846
+ export declare class DescribeSuspEventQuaraFilesResponse extends $tea.Model {
5770
4847
  headers: {
5771
4848
  [key: string]: string;
5772
4849
  };
5773
- body: DescribeSuspEventsResponseBody;
4850
+ body: DescribeSuspEventQuaraFilesResponseBody;
5774
4851
  static names(): {
5775
4852
  [key: string]: string;
5776
4853
  };
@@ -5781,9 +4858,29 @@ export declare class DescribeSuspEventsResponse extends $tea.Model {
5781
4858
  [key: string]: any;
5782
4859
  });
5783
4860
  }
5784
- export declare class DescribeTaskErrorLogRequest extends $tea.Model {
5785
- buildTaskId?: string;
4861
+ export declare class DescribeSuspEventsRequest extends $tea.Model {
4862
+ alarmUniqueInfo?: string;
4863
+ clusterId?: string;
4864
+ containerFieldName?: string;
4865
+ containerFieldValue?: string;
4866
+ currentPage?: string;
4867
+ dealed?: string;
4868
+ eventNames?: string;
4869
+ from?: string;
4870
+ groupId?: number;
4871
+ lang?: string;
4872
+ levels?: string;
4873
+ name?: string;
4874
+ operateErrorCodeList?: string[];
4875
+ pageSize?: string;
4876
+ parentEventTypes?: string;
4877
+ remark?: string;
4878
+ source?: string;
5786
4879
  sourceIp?: string;
4880
+ status?: string;
4881
+ targetType?: string;
4882
+ uniqueInfo?: string;
4883
+ uuids?: string;
5787
4884
  static names(): {
5788
4885
  [key: string]: string;
5789
4886
  };
@@ -5794,9 +4891,13 @@ export declare class DescribeTaskErrorLogRequest extends $tea.Model {
5794
4891
  [key: string]: any;
5795
4892
  });
5796
4893
  }
5797
- export declare class DescribeTaskErrorLogResponseBody extends $tea.Model {
5798
- logs?: DescribeTaskErrorLogResponseBodyLogs[];
4894
+ export declare class DescribeSuspEventsResponseBody extends $tea.Model {
4895
+ count?: number;
4896
+ currentPage?: number;
4897
+ pageSize?: number;
5799
4898
  requestId?: string;
4899
+ suspEvents?: DescribeSuspEventsResponseBodySuspEvents[];
4900
+ totalCount?: number;
5800
4901
  static names(): {
5801
4902
  [key: string]: string;
5802
4903
  };
@@ -5807,11 +4908,11 @@ export declare class DescribeTaskErrorLogResponseBody extends $tea.Model {
5807
4908
  [key: string]: any;
5808
4909
  });
5809
4910
  }
5810
- export declare class DescribeTaskErrorLogResponse extends $tea.Model {
4911
+ export declare class DescribeSuspEventsResponse extends $tea.Model {
5811
4912
  headers: {
5812
4913
  [key: string]: string;
5813
4914
  };
5814
- body: DescribeTaskErrorLogResponseBody;
4915
+ body: DescribeSuspEventsResponseBody;
5815
4916
  static names(): {
5816
4917
  [key: string]: string;
5817
4918
  };
@@ -5822,15 +4923,8 @@ export declare class DescribeTaskErrorLogResponse extends $tea.Model {
5822
4923
  [key: string]: any;
5823
4924
  });
5824
4925
  }
5825
- export declare class DescribeUniBackupDatabaseRequest extends $tea.Model {
5826
- currentPage?: number;
5827
- databaseType?: string;
5828
- instanceName?: string;
5829
- pageSize?: number;
5830
- queryType?: string;
5831
- resourceOwnerId?: number;
5832
- sourceIp?: string;
5833
- uniRegionId?: string;
4926
+ export declare class DescribeSuspiciousUUIDConfigRequest extends $tea.Model {
4927
+ type?: string;
5834
4928
  static names(): {
5835
4929
  [key: string]: string;
5836
4930
  };
@@ -5841,10 +4935,10 @@ export declare class DescribeUniBackupDatabaseRequest extends $tea.Model {
5841
4935
  [key: string]: any;
5842
4936
  });
5843
4937
  }
5844
- export declare class DescribeUniBackupDatabaseResponseBody extends $tea.Model {
5845
- databaseList?: DescribeUniBackupDatabaseResponseBodyDatabaseList[];
5846
- pageInfo?: DescribeUniBackupDatabaseResponseBodyPageInfo;
4938
+ export declare class DescribeSuspiciousUUIDConfigResponseBody extends $tea.Model {
4939
+ count?: number;
5847
4940
  requestId?: string;
4941
+ UUIDList?: string[];
5848
4942
  static names(): {
5849
4943
  [key: string]: string;
5850
4944
  };
@@ -5855,11 +4949,11 @@ export declare class DescribeUniBackupDatabaseResponseBody extends $tea.Model {
5855
4949
  [key: string]: any;
5856
4950
  });
5857
4951
  }
5858
- export declare class DescribeUniBackupDatabaseResponse extends $tea.Model {
4952
+ export declare class DescribeSuspiciousUUIDConfigResponse extends $tea.Model {
5859
4953
  headers: {
5860
4954
  [key: string]: string;
5861
4955
  };
5862
- body: DescribeUniBackupDatabaseResponseBody;
4956
+ body: DescribeSuspiciousUUIDConfigResponseBody;
5863
4957
  static names(): {
5864
4958
  [key: string]: string;
5865
4959
  };
@@ -5904,161 +4998,7 @@ export declare class DescribeUniBackupPoliciesResponse extends $tea.Model {
5904
4998
  headers: {
5905
4999
  [key: string]: string;
5906
5000
  };
5907
- body: DescribeUniBackupPoliciesResponseBody;
5908
- static names(): {
5909
- [key: string]: string;
5910
- };
5911
- static types(): {
5912
- [key: string]: any;
5913
- };
5914
- constructor(map?: {
5915
- [key: string]: any;
5916
- });
5917
- }
5918
- export declare class DescribeUniBackupPolicyDetailRequest extends $tea.Model {
5919
- currentPage?: number;
5920
- pageSize?: number;
5921
- policyId?: string;
5922
- resourceOwnerId?: number;
5923
- sourceIp?: string;
5924
- static names(): {
5925
- [key: string]: string;
5926
- };
5927
- static types(): {
5928
- [key: string]: any;
5929
- };
5930
- constructor(map?: {
5931
- [key: string]: any;
5932
- });
5933
- }
5934
- export declare class DescribeUniBackupPolicyDetailResponseBody extends $tea.Model {
5935
- requestId?: string;
5936
- uniBackupPolicyDTO?: DescribeUniBackupPolicyDetailResponseBodyUniBackupPolicyDTO;
5937
- static names(): {
5938
- [key: string]: string;
5939
- };
5940
- static types(): {
5941
- [key: string]: any;
5942
- };
5943
- constructor(map?: {
5944
- [key: string]: any;
5945
- });
5946
- }
5947
- export declare class DescribeUniBackupPolicyDetailResponse extends $tea.Model {
5948
- headers: {
5949
- [key: string]: string;
5950
- };
5951
- body: DescribeUniBackupPolicyDetailResponseBody;
5952
- static names(): {
5953
- [key: string]: string;
5954
- };
5955
- static types(): {
5956
- [key: string]: any;
5957
- };
5958
- constructor(map?: {
5959
- [key: string]: any;
5960
- });
5961
- }
5962
- export declare class DescribeUniBackupStatisticsResponseBody extends $tea.Model {
5963
- protectedDatabaseCount?: number;
5964
- requestId?: string;
5965
- restoringTaskCount?: number;
5966
- totalRecoverableCount?: number;
5967
- totalRestoreTaskCount?: number;
5968
- unprotectedDatabaseCount?: number;
5969
- static names(): {
5970
- [key: string]: string;
5971
- };
5972
- static types(): {
5973
- [key: string]: any;
5974
- };
5975
- constructor(map?: {
5976
- [key: string]: any;
5977
- });
5978
- }
5979
- export declare class DescribeUniBackupStatisticsResponse extends $tea.Model {
5980
- headers: {
5981
- [key: string]: string;
5982
- };
5983
- body: DescribeUniBackupStatisticsResponseBody;
5984
- static names(): {
5985
- [key: string]: string;
5986
- };
5987
- static types(): {
5988
- [key: string]: any;
5989
- };
5990
- constructor(map?: {
5991
- [key: string]: any;
5992
- });
5993
- }
5994
- export declare class DescribeUniRecoverableListRequest extends $tea.Model {
5995
- currentPage?: number;
5996
- database?: string;
5997
- pageSize?: number;
5998
- policyId?: number;
5999
- resourceOwnerId?: number;
6000
- sourceIp?: string;
6001
- static names(): {
6002
- [key: string]: string;
6003
- };
6004
- static types(): {
6005
- [key: string]: any;
6006
- };
6007
- constructor(map?: {
6008
- [key: string]: any;
6009
- });
6010
- }
6011
- export declare class DescribeUniRecoverableListResponseBody extends $tea.Model {
6012
- count?: number;
6013
- currentPage?: number;
6014
- database?: string;
6015
- pageSize?: number;
6016
- recoverableInfoList?: DescribeUniRecoverableListResponseBodyRecoverableInfoList[];
6017
- requestId?: string;
6018
- totalCount?: number;
6019
- static names(): {
6020
- [key: string]: string;
6021
- };
6022
- static types(): {
6023
- [key: string]: any;
6024
- };
6025
- constructor(map?: {
6026
- [key: string]: any;
6027
- });
6028
- }
6029
- export declare class DescribeUniRecoverableListResponse extends $tea.Model {
6030
- headers: {
6031
- [key: string]: string;
6032
- };
6033
- body: DescribeUniRecoverableListResponseBody;
6034
- static names(): {
6035
- [key: string]: string;
6036
- };
6037
- static types(): {
6038
- [key: string]: any;
6039
- };
6040
- constructor(map?: {
6041
- [key: string]: any;
6042
- });
6043
- }
6044
- export declare class DescribeUniSupportRegionResponseBody extends $tea.Model {
6045
- requestId?: string;
6046
- uniSupportRegion?: string[];
6047
- static names(): {
6048
- [key: string]: string;
6049
- };
6050
- static types(): {
6051
- [key: string]: any;
6052
- };
6053
- constructor(map?: {
6054
- [key: string]: any;
6055
- });
6056
- }
6057
- export declare class DescribeUniSupportRegionResponse extends $tea.Model {
6058
- headers: {
6059
- [key: string]: string;
6060
- };
6061
- body: DescribeUniSupportRegionResponseBody;
5001
+ body: DescribeUniBackupPoliciesResponseBody;
6062
5002
  static names(): {
6063
5003
  [key: string]: string;
6064
5004
  };
@@ -6181,60 +5121,6 @@ export declare class DescribeUserLayoutAuthorizationResponse extends $tea.Model
6181
5121
  [key: string]: any;
6182
5122
  });
6183
5123
  }
6184
- export declare class DescribeUuidsByVulNamesRequest extends $tea.Model {
6185
- dealed?: string;
6186
- fieldName?: string;
6187
- fieldValue?: string;
6188
- groupId?: number;
6189
- lang?: string;
6190
- level?: string;
6191
- necessity?: string;
6192
- remark?: string;
6193
- searchTags?: string;
6194
- statusList?: string;
6195
- tag?: string;
6196
- targetType?: string;
6197
- type?: string;
6198
- vpcInstanceIds?: string;
6199
- vulNames?: string[];
6200
- static names(): {
6201
- [key: string]: string;
6202
- };
6203
- static types(): {
6204
- [key: string]: any;
6205
- };
6206
- constructor(map?: {
6207
- [key: string]: any;
6208
- });
6209
- }
6210
- export declare class DescribeUuidsByVulNamesResponseBody extends $tea.Model {
6211
- machineInfoStatistics?: DescribeUuidsByVulNamesResponseBodyMachineInfoStatistics[];
6212
- requestId?: string;
6213
- static names(): {
6214
- [key: string]: string;
6215
- };
6216
- static types(): {
6217
- [key: string]: any;
6218
- };
6219
- constructor(map?: {
6220
- [key: string]: any;
6221
- });
6222
- }
6223
- export declare class DescribeUuidsByVulNamesResponse extends $tea.Model {
6224
- headers: {
6225
- [key: string]: string;
6226
- };
6227
- body: DescribeUuidsByVulNamesResponseBody;
6228
- static names(): {
6229
- [key: string]: string;
6230
- };
6231
- static types(): {
6232
- [key: string]: any;
6233
- };
6234
- constructor(map?: {
6235
- [key: string]: any;
6236
- });
6237
- }
6238
5124
  export declare class DescribeVersionConfigRequest extends $tea.Model {
6239
5125
  resourceDirectoryAccountId?: string;
6240
5126
  sourceIp?: string;
@@ -6585,6 +5471,51 @@ export declare class DescribeVulListResponse extends $tea.Model {
6585
5471
  [key: string]: any;
6586
5472
  });
6587
5473
  }
5474
+ export declare class DescribeVulListPageRequest extends $tea.Model {
5475
+ currentPage?: number;
5476
+ cveId?: string;
5477
+ pageSize?: number;
5478
+ sourceIp?: string;
5479
+ vulNameLike?: string;
5480
+ static names(): {
5481
+ [key: string]: string;
5482
+ };
5483
+ static types(): {
5484
+ [key: string]: any;
5485
+ };
5486
+ constructor(map?: {
5487
+ [key: string]: any;
5488
+ });
5489
+ }
5490
+ export declare class DescribeVulListPageResponseBody extends $tea.Model {
5491
+ data?: DescribeVulListPageResponseBodyData[];
5492
+ requestId?: string;
5493
+ totalCount?: number;
5494
+ static names(): {
5495
+ [key: string]: string;
5496
+ };
5497
+ static types(): {
5498
+ [key: string]: any;
5499
+ };
5500
+ constructor(map?: {
5501
+ [key: string]: any;
5502
+ });
5503
+ }
5504
+ export declare class DescribeVulListPageResponse extends $tea.Model {
5505
+ headers: {
5506
+ [key: string]: string;
5507
+ };
5508
+ body: DescribeVulListPageResponseBody;
5509
+ static names(): {
5510
+ [key: string]: string;
5511
+ };
5512
+ static types(): {
5513
+ [key: string]: any;
5514
+ };
5515
+ constructor(map?: {
5516
+ [key: string]: any;
5517
+ });
5518
+ }
6588
5519
  export declare class DescribeVulWhitelistRequest extends $tea.Model {
6589
5520
  currentPage?: number;
6590
5521
  pageSize?: number;
@@ -6771,10 +5702,10 @@ export declare class DescribeWebLockConfigListResponse extends $tea.Model {
6771
5702
  [key: string]: any;
6772
5703
  });
6773
5704
  }
6774
- export declare class ExecStrategyRequest extends $tea.Model {
5705
+ export declare class ExportRecordRequest extends $tea.Model {
5706
+ exportType?: string;
6775
5707
  lang?: string;
6776
- sourceIp?: string;
6777
- strategyId?: number;
5708
+ params?: string;
6778
5709
  static names(): {
6779
5710
  [key: string]: string;
6780
5711
  };
@@ -6785,7 +5716,9 @@ export declare class ExecStrategyRequest extends $tea.Model {
6785
5716
  [key: string]: any;
6786
5717
  });
6787
5718
  }
6788
- export declare class ExecStrategyResponseBody extends $tea.Model {
5719
+ export declare class ExportRecordResponseBody extends $tea.Model {
5720
+ fileName?: string;
5721
+ id?: number;
6789
5722
  requestId?: string;
6790
5723
  static names(): {
6791
5724
  [key: string]: string;
@@ -6797,11 +5730,11 @@ export declare class ExecStrategyResponseBody extends $tea.Model {
6797
5730
  [key: string]: any;
6798
5731
  });
6799
5732
  }
6800
- export declare class ExecStrategyResponse extends $tea.Model {
5733
+ export declare class ExportRecordResponse extends $tea.Model {
6801
5734
  headers: {
6802
5735
  [key: string]: string;
6803
5736
  };
6804
- body: ExecStrategyResponseBody;
5737
+ body: ExportRecordResponseBody;
6805
5738
  static names(): {
6806
5739
  [key: string]: string;
6807
5740
  };
@@ -6812,10 +5745,22 @@ export declare class ExecStrategyResponse extends $tea.Model {
6812
5745
  [key: string]: any;
6813
5746
  });
6814
5747
  }
6815
- export declare class ExportRecordRequest extends $tea.Model {
6816
- exportType?: string;
5748
+ export declare class ExportSuspEventsRequest extends $tea.Model {
5749
+ clusterId?: string;
5750
+ containerFieldName?: string;
5751
+ containerFieldValue?: string;
5752
+ dealed?: string;
5753
+ from?: string;
6817
5754
  lang?: string;
6818
- params?: string;
5755
+ levels?: string;
5756
+ name?: string;
5757
+ parentEventTypes?: string;
5758
+ remark?: string;
5759
+ sourceIp?: string;
5760
+ status?: string;
5761
+ targetType?: string;
5762
+ timeEnd?: string;
5763
+ timeStart?: string;
6819
5764
  static names(): {
6820
5765
  [key: string]: string;
6821
5766
  };
@@ -6826,8 +5771,8 @@ export declare class ExportRecordRequest extends $tea.Model {
6826
5771
  [key: string]: any;
6827
5772
  });
6828
5773
  }
6829
- export declare class ExportRecordResponseBody extends $tea.Model {
6830
- fileName?: string;
5774
+ export declare class ExportSuspEventsResponseBody extends $tea.Model {
5775
+ fileName?: number;
6831
5776
  id?: number;
6832
5777
  requestId?: string;
6833
5778
  static names(): {
@@ -6840,11 +5785,11 @@ export declare class ExportRecordResponseBody extends $tea.Model {
6840
5785
  [key: string]: any;
6841
5786
  });
6842
5787
  }
6843
- export declare class ExportRecordResponse extends $tea.Model {
5788
+ export declare class ExportSuspEventsResponse extends $tea.Model {
6844
5789
  headers: {
6845
5790
  [key: string]: string;
6846
5791
  };
6847
- body: ExportRecordResponseBody;
5792
+ body: ExportSuspEventsResponseBody;
6848
5793
  static names(): {
6849
5794
  [key: string]: string;
6850
5795
  };
@@ -6905,11 +5850,21 @@ export declare class ExportVulResponse extends $tea.Model {
6905
5850
  [key: string]: any;
6906
5851
  });
6907
5852
  }
6908
- export declare class FixCheckWarningsRequest extends $tea.Model {
6909
- checkParams?: string;
5853
+ export declare class ExportWarningRequest extends $tea.Model {
5854
+ dealed?: string;
5855
+ exportType?: string;
5856
+ isCleartextPwd?: number;
5857
+ isSummaryExport?: number;
6910
5858
  lang?: string;
6911
- riskId?: number;
5859
+ riskIds?: string;
5860
+ riskLevels?: string;
5861
+ riskName?: string;
6912
5862
  sourceIp?: string;
5863
+ statusList?: string;
5864
+ strategyId?: number;
5865
+ subTypeNames?: string;
5866
+ typeName?: string;
5867
+ typeNames?: string;
6913
5868
  uuids?: string;
6914
5869
  static names(): {
6915
5870
  [key: string]: string;
@@ -6921,119 +5876,10 @@ export declare class FixCheckWarningsRequest extends $tea.Model {
6921
5876
  [key: string]: any;
6922
5877
  });
6923
5878
  }
6924
- export declare class FixCheckWarningsResponseBody extends $tea.Model {
6925
- batchId?: number;
6926
- requestId?: string;
6927
- static names(): {
6928
- [key: string]: string;
6929
- };
6930
- static types(): {
6931
- [key: string]: any;
6932
- };
6933
- constructor(map?: {
6934
- [key: string]: any;
6935
- });
6936
- }
6937
- export declare class FixCheckWarningsResponse extends $tea.Model {
6938
- headers: {
6939
- [key: string]: string;
6940
- };
6941
- body: FixCheckWarningsResponseBody;
6942
- static names(): {
6943
- [key: string]: string;
6944
- };
6945
- static types(): {
6946
- [key: string]: any;
6947
- };
6948
- constructor(map?: {
6949
- [key: string]: any;
6950
- });
6951
- }
6952
- export declare class GetBackupStorageCountResponseBody extends $tea.Model {
6953
- backupStorageCount?: GetBackupStorageCountResponseBodyBackupStorageCount;
6954
- requestId?: string;
6955
- static names(): {
6956
- [key: string]: string;
6957
- };
6958
- static types(): {
6959
- [key: string]: any;
6960
- };
6961
- constructor(map?: {
6962
- [key: string]: any;
6963
- });
6964
- }
6965
- export declare class GetBackupStorageCountResponse extends $tea.Model {
6966
- headers: {
6967
- [key: string]: string;
6968
- };
6969
- body: GetBackupStorageCountResponseBody;
6970
- static names(): {
6971
- [key: string]: string;
6972
- };
6973
- static types(): {
6974
- [key: string]: any;
6975
- };
6976
- constructor(map?: {
6977
- [key: string]: any;
6978
- });
6979
- }
6980
- export declare class GetIOCsRequest extends $tea.Model {
6981
- date?: string;
6982
- type?: string;
6983
- static names(): {
6984
- [key: string]: string;
6985
- };
6986
- static types(): {
6987
- [key: string]: any;
6988
- };
6989
- constructor(map?: {
6990
- [key: string]: any;
6991
- });
6992
- }
6993
- export declare class GetIOCsResponseBody extends $tea.Model {
6994
- requestId?: string;
6995
- data?: string;
6996
- static names(): {
6997
- [key: string]: string;
6998
- };
6999
- static types(): {
7000
- [key: string]: any;
7001
- };
7002
- constructor(map?: {
7003
- [key: string]: any;
7004
- });
7005
- }
7006
- export declare class GetIOCsResponse extends $tea.Model {
7007
- headers: {
7008
- [key: string]: string;
7009
- };
7010
- body: GetIOCsResponseBody;
7011
- static names(): {
7012
- [key: string]: string;
7013
- };
7014
- static types(): {
7015
- [key: string]: any;
7016
- };
7017
- constructor(map?: {
7018
- [key: string]: any;
7019
- });
7020
- }
7021
- export declare class GetIncIOCsRequest extends $tea.Model {
7022
- date?: string;
7023
- type?: string;
7024
- static names(): {
7025
- [key: string]: string;
7026
- };
7027
- static types(): {
7028
- [key: string]: any;
7029
- };
7030
- constructor(map?: {
7031
- [key: string]: any;
7032
- });
7033
- }
7034
- export declare class GetIncIOCsResponseBody extends $tea.Model {
5879
+ export declare class ExportWarningResponseBody extends $tea.Model {
5880
+ fileName?: string;
5881
+ id?: number;
7035
5882
  requestId?: string;
7036
- data?: string;
7037
5883
  static names(): {
7038
5884
  [key: string]: string;
7039
5885
  };
@@ -7044,11 +5890,11 @@ export declare class GetIncIOCsResponseBody extends $tea.Model {
7044
5890
  [key: string]: any;
7045
5891
  });
7046
5892
  }
7047
- export declare class GetIncIOCsResponse extends $tea.Model {
5893
+ export declare class ExportWarningResponse extends $tea.Model {
7048
5894
  headers: {
7049
5895
  [key: string]: string;
7050
5896
  };
7051
- body: GetIncIOCsResponseBody;
5897
+ body: ExportWarningResponseBody;
7052
5898
  static names(): {
7053
5899
  [key: string]: string;
7054
5900
  };
@@ -7059,10 +5905,12 @@ export declare class GetIncIOCsResponse extends $tea.Model {
7059
5905
  [key: string]: any;
7060
5906
  });
7061
5907
  }
7062
- export declare class GetLocalInstallScriptRequest extends $tea.Model {
7063
- internalNetwork?: boolean;
7064
- platformType?: string;
7065
- uuid?: string;
5908
+ export declare class FixCheckWarningsRequest extends $tea.Model {
5909
+ checkParams?: string;
5910
+ lang?: string;
5911
+ riskId?: number;
5912
+ sourceIp?: string;
5913
+ uuids?: string;
7066
5914
  static names(): {
7067
5915
  [key: string]: string;
7068
5916
  };
@@ -7073,9 +5921,9 @@ export declare class GetLocalInstallScriptRequest extends $tea.Model {
7073
5921
  [key: string]: any;
7074
5922
  });
7075
5923
  }
7076
- export declare class GetLocalInstallScriptResponseBody extends $tea.Model {
5924
+ export declare class FixCheckWarningsResponseBody extends $tea.Model {
5925
+ batchId?: number;
7077
5926
  requestId?: string;
7078
- script?: string;
7079
5927
  static names(): {
7080
5928
  [key: string]: string;
7081
5929
  };
@@ -7086,25 +5934,11 @@ export declare class GetLocalInstallScriptResponseBody extends $tea.Model {
7086
5934
  [key: string]: any;
7087
5935
  });
7088
5936
  }
7089
- export declare class GetLocalInstallScriptResponse extends $tea.Model {
5937
+ export declare class FixCheckWarningsResponse extends $tea.Model {
7090
5938
  headers: {
7091
5939
  [key: string]: string;
7092
5940
  };
7093
- body: GetLocalInstallScriptResponseBody;
7094
- static names(): {
7095
- [key: string]: string;
7096
- };
7097
- static types(): {
7098
- [key: string]: any;
7099
- };
7100
- constructor(map?: {
7101
- [key: string]: any;
7102
- });
7103
- }
7104
- export declare class GetLocalUninstallScriptRequest extends $tea.Model {
7105
- internalNetwork?: boolean;
7106
- platformType?: string;
7107
- uuid?: string;
5941
+ body: FixCheckWarningsResponseBody;
7108
5942
  static names(): {
7109
5943
  [key: string]: string;
7110
5944
  };
@@ -7115,9 +5949,9 @@ export declare class GetLocalUninstallScriptRequest extends $tea.Model {
7115
5949
  [key: string]: any;
7116
5950
  });
7117
5951
  }
7118
- export declare class GetLocalUninstallScriptResponseBody extends $tea.Model {
5952
+ export declare class GetBackupStorageCountResponseBody extends $tea.Model {
5953
+ backupStorageCount?: GetBackupStorageCountResponseBodyBackupStorageCount;
7119
5954
  requestId?: string;
7120
- script?: string;
7121
5955
  static names(): {
7122
5956
  [key: string]: string;
7123
5957
  };
@@ -7128,11 +5962,11 @@ export declare class GetLocalUninstallScriptResponseBody extends $tea.Model {
7128
5962
  [key: string]: any;
7129
5963
  });
7130
5964
  }
7131
- export declare class GetLocalUninstallScriptResponse extends $tea.Model {
5965
+ export declare class GetBackupStorageCountResponse extends $tea.Model {
7132
5966
  headers: {
7133
5967
  [key: string]: string;
7134
5968
  };
7135
- body: GetLocalUninstallScriptResponseBody;
5969
+ body: GetBackupStorageCountResponseBody;
7136
5970
  static names(): {
7137
5971
  [key: string]: string;
7138
5972
  };
@@ -7236,7 +6070,6 @@ export declare class HandleSecurityEventsRequest extends $tea.Model {
7236
6070
  markMissParam?: string;
7237
6071
  operationCode?: string;
7238
6072
  operationParams?: string;
7239
- resourceOwnerId?: number;
7240
6073
  securityEventIds?: string[];
7241
6074
  sourceIp?: string;
7242
6075
  static names(): {
@@ -7406,47 +6239,6 @@ export declare class InstallBackupClientResponse extends $tea.Model {
7406
6239
  [key: string]: any;
7407
6240
  });
7408
6241
  }
7409
- export declare class InstallUniBackupAgentRequest extends $tea.Model {
7410
- policyId?: number;
7411
- resourceOwnerId?: number;
7412
- sourceIp?: string;
7413
- static names(): {
7414
- [key: string]: string;
7415
- };
7416
- static types(): {
7417
- [key: string]: any;
7418
- };
7419
- constructor(map?: {
7420
- [key: string]: any;
7421
- });
7422
- }
7423
- export declare class InstallUniBackupAgentResponseBody extends $tea.Model {
7424
- requestId?: string;
7425
- static names(): {
7426
- [key: string]: string;
7427
- };
7428
- static types(): {
7429
- [key: string]: any;
7430
- };
7431
- constructor(map?: {
7432
- [key: string]: any;
7433
- });
7434
- }
7435
- export declare class InstallUniBackupAgentResponse extends $tea.Model {
7436
- headers: {
7437
- [key: string]: string;
7438
- };
7439
- body: InstallUniBackupAgentResponseBody;
7440
- static names(): {
7441
- [key: string]: string;
7442
- };
7443
- static types(): {
7444
- [key: string]: any;
7445
- };
7446
- constructor(map?: {
7447
- [key: string]: any;
7448
- });
7449
- }
7450
6242
  export declare class ModifyAntiBruteForceRuleRequest extends $tea.Model {
7451
6243
  defaultRule?: boolean;
7452
6244
  failCount?: number;
@@ -7639,6 +6431,46 @@ export declare class ModifyBackupPolicyStatusResponse extends $tea.Model {
7639
6431
  [key: string]: any;
7640
6432
  });
7641
6433
  }
6434
+ export declare class ModifyClearLogstoreStorageRequest extends $tea.Model {
6435
+ from?: string;
6436
+ lang?: string;
6437
+ static names(): {
6438
+ [key: string]: string;
6439
+ };
6440
+ static types(): {
6441
+ [key: string]: any;
6442
+ };
6443
+ constructor(map?: {
6444
+ [key: string]: any;
6445
+ });
6446
+ }
6447
+ export declare class ModifyClearLogstoreStorageResponseBody extends $tea.Model {
6448
+ requestId?: string;
6449
+ static names(): {
6450
+ [key: string]: string;
6451
+ };
6452
+ static types(): {
6453
+ [key: string]: any;
6454
+ };
6455
+ constructor(map?: {
6456
+ [key: string]: any;
6457
+ });
6458
+ }
6459
+ export declare class ModifyClearLogstoreStorageResponse extends $tea.Model {
6460
+ headers: {
6461
+ [key: string]: string;
6462
+ };
6463
+ body: ModifyClearLogstoreStorageResponseBody;
6464
+ static names(): {
6465
+ [key: string]: string;
6466
+ };
6467
+ static types(): {
6468
+ [key: string]: any;
6469
+ };
6470
+ constructor(map?: {
6471
+ [key: string]: any;
6472
+ });
6473
+ }
7642
6474
  export declare class ModifyCreateVulWhitelistRequest extends $tea.Model {
7643
6475
  reason?: string;
7644
6476
  targetInfo?: string;
@@ -7883,48 +6715,6 @@ export declare class ModifyLoginSwitchConfigResponse extends $tea.Model {
7883
6715
  [key: string]: any;
7884
6716
  });
7885
6717
  }
7886
- export declare class ModifyNoticeConfigRequest extends $tea.Model {
7887
- project?: string;
7888
- route?: number;
7889
- sourceIp?: string;
7890
- timeLimit?: number;
7891
- static names(): {
7892
- [key: string]: string;
7893
- };
7894
- static types(): {
7895
- [key: string]: any;
7896
- };
7897
- constructor(map?: {
7898
- [key: string]: any;
7899
- });
7900
- }
7901
- export declare class ModifyNoticeConfigResponseBody extends $tea.Model {
7902
- requestId?: string;
7903
- static names(): {
7904
- [key: string]: string;
7905
- };
7906
- static types(): {
7907
- [key: string]: any;
7908
- };
7909
- constructor(map?: {
7910
- [key: string]: any;
7911
- });
7912
- }
7913
- export declare class ModifyNoticeConfigResponse extends $tea.Model {
7914
- headers: {
7915
- [key: string]: string;
7916
- };
7917
- body: ModifyNoticeConfigResponseBody;
7918
- static names(): {
7919
- [key: string]: string;
7920
- };
7921
- static types(): {
7922
- [key: string]: any;
7923
- };
7924
- constructor(map?: {
7925
- [key: string]: any;
7926
- });
7927
- }
7928
6718
  export declare class ModifyOpenLogShipperRequest extends $tea.Model {
7929
6719
  from?: string;
7930
6720
  static names(): {
@@ -8220,98 +7010,6 @@ export declare class ModifyStartVulScanResponse extends $tea.Model {
8220
7010
  [key: string]: any;
8221
7011
  });
8222
7012
  }
8223
- export declare class ModifyStrategyRequest extends $tea.Model {
8224
- customType?: string;
8225
- cycleDays?: string;
8226
- cycleStartTime?: string;
8227
- id?: string;
8228
- name?: string;
8229
- riskCustomParams?: string;
8230
- riskSubTypeName?: string;
8231
- sourceIp?: string;
8232
- static names(): {
8233
- [key: string]: string;
8234
- };
8235
- static types(): {
8236
- [key: string]: any;
8237
- };
8238
- constructor(map?: {
8239
- [key: string]: any;
8240
- });
8241
- }
8242
- export declare class ModifyStrategyResponseBody extends $tea.Model {
8243
- httpStatusCode?: number;
8244
- requestId?: string;
8245
- result?: ModifyStrategyResponseBodyResult;
8246
- success?: boolean;
8247
- totalCount?: number;
8248
- static names(): {
8249
- [key: string]: string;
8250
- };
8251
- static types(): {
8252
- [key: string]: any;
8253
- };
8254
- constructor(map?: {
8255
- [key: string]: any;
8256
- });
8257
- }
8258
- export declare class ModifyStrategyResponse extends $tea.Model {
8259
- headers: {
8260
- [key: string]: string;
8261
- };
8262
- body: ModifyStrategyResponseBody;
8263
- static names(): {
8264
- [key: string]: string;
8265
- };
8266
- static types(): {
8267
- [key: string]: any;
8268
- };
8269
- constructor(map?: {
8270
- [key: string]: any;
8271
- });
8272
- }
8273
- export declare class ModifyStrategyTargetRequest extends $tea.Model {
8274
- config?: string;
8275
- sourceIp?: string;
8276
- target?: string;
8277
- type?: string;
8278
- static names(): {
8279
- [key: string]: string;
8280
- };
8281
- static types(): {
8282
- [key: string]: any;
8283
- };
8284
- constructor(map?: {
8285
- [key: string]: any;
8286
- });
8287
- }
8288
- export declare class ModifyStrategyTargetResponseBody extends $tea.Model {
8289
- requestId?: string;
8290
- static names(): {
8291
- [key: string]: string;
8292
- };
8293
- static types(): {
8294
- [key: string]: any;
8295
- };
8296
- constructor(map?: {
8297
- [key: string]: any;
8298
- });
8299
- }
8300
- export declare class ModifyStrategyTargetResponse extends $tea.Model {
8301
- headers: {
8302
- [key: string]: string;
8303
- };
8304
- body: ModifyStrategyTargetResponseBody;
8305
- static names(): {
8306
- [key: string]: string;
8307
- };
8308
- static types(): {
8309
- [key: string]: any;
8310
- };
8311
- constructor(map?: {
8312
- [key: string]: any;
8313
- });
8314
- }
8315
7013
  export declare class ModifyTagWithUuidRequest extends $tea.Model {
8316
7014
  machineTypes?: string;
8317
7015
  tagId?: string;
@@ -8327,82 +7025,7 @@ export declare class ModifyTagWithUuidRequest extends $tea.Model {
8327
7025
  [key: string]: any;
8328
7026
  });
8329
7027
  }
8330
- export declare class ModifyTagWithUuidResponseBody extends $tea.Model {
8331
- requestId?: string;
8332
- static names(): {
8333
- [key: string]: string;
8334
- };
8335
- static types(): {
8336
- [key: string]: any;
8337
- };
8338
- constructor(map?: {
8339
- [key: string]: any;
8340
- });
8341
- }
8342
- export declare class ModifyTagWithUuidResponse extends $tea.Model {
8343
- headers: {
8344
- [key: string]: string;
8345
- };
8346
- body: ModifyTagWithUuidResponseBody;
8347
- static names(): {
8348
- [key: string]: string;
8349
- };
8350
- static types(): {
8351
- [key: string]: any;
8352
- };
8353
- constructor(map?: {
8354
- [key: string]: any;
8355
- });
8356
- }
8357
- export declare class ModifyUniBackupPolicyRequest extends $tea.Model {
8358
- accountName?: string;
8359
- accountPassword?: string;
8360
- fullPlan?: {
8361
- [key: string]: any;
8362
- };
8363
- incPlan?: {
8364
- [key: string]: any;
8365
- };
8366
- policyId?: number;
8367
- policyName?: string;
8368
- policyStatus?: string;
8369
- resourceOwnerId?: number;
8370
- retention?: number;
8371
- sourceIp?: string;
8372
- speedLimiter?: number;
8373
- static names(): {
8374
- [key: string]: string;
8375
- };
8376
- static types(): {
8377
- [key: string]: any;
8378
- };
8379
- constructor(map?: {
8380
- [key: string]: any;
8381
- });
8382
- }
8383
- export declare class ModifyUniBackupPolicyShrinkRequest extends $tea.Model {
8384
- accountName?: string;
8385
- accountPassword?: string;
8386
- fullPlanShrink?: string;
8387
- incPlanShrink?: string;
8388
- policyId?: number;
8389
- policyName?: string;
8390
- policyStatus?: string;
8391
- resourceOwnerId?: number;
8392
- retention?: number;
8393
- sourceIp?: string;
8394
- speedLimiter?: number;
8395
- static names(): {
8396
- [key: string]: string;
8397
- };
8398
- static types(): {
8399
- [key: string]: any;
8400
- };
8401
- constructor(map?: {
8402
- [key: string]: any;
8403
- });
8404
- }
8405
- export declare class ModifyUniBackupPolicyResponseBody extends $tea.Model {
7028
+ export declare class ModifyTagWithUuidResponseBody extends $tea.Model {
8406
7029
  requestId?: string;
8407
7030
  static names(): {
8408
7031
  [key: string]: string;
@@ -8414,11 +7037,11 @@ export declare class ModifyUniBackupPolicyResponseBody extends $tea.Model {
8414
7037
  [key: string]: any;
8415
7038
  });
8416
7039
  }
8417
- export declare class ModifyUniBackupPolicyResponse extends $tea.Model {
7040
+ export declare class ModifyTagWithUuidResponse extends $tea.Model {
8418
7041
  headers: {
8419
7042
  [key: string]: string;
8420
7043
  };
8421
- body: ModifyUniBackupPolicyResponseBody;
7044
+ body: ModifyTagWithUuidResponseBody;
8422
7045
  static names(): {
8423
7046
  [key: string]: string;
8424
7047
  };
@@ -8692,45 +7315,6 @@ export declare class ModifyWebLockStatusResponse extends $tea.Model {
8692
7315
  [key: string]: any;
8693
7316
  });
8694
7317
  }
8695
- export declare class ModifyWebLockUnbindRequest extends $tea.Model {
8696
- uuid?: string;
8697
- static names(): {
8698
- [key: string]: string;
8699
- };
8700
- static types(): {
8701
- [key: string]: any;
8702
- };
8703
- constructor(map?: {
8704
- [key: string]: any;
8705
- });
8706
- }
8707
- export declare class ModifyWebLockUnbindResponseBody extends $tea.Model {
8708
- requestId?: string;
8709
- static names(): {
8710
- [key: string]: string;
8711
- };
8712
- static types(): {
8713
- [key: string]: any;
8714
- };
8715
- constructor(map?: {
8716
- [key: string]: any;
8717
- });
8718
- }
8719
- export declare class ModifyWebLockUnbindResponse extends $tea.Model {
8720
- headers: {
8721
- [key: string]: string;
8722
- };
8723
- body: ModifyWebLockUnbindResponseBody;
8724
- static names(): {
8725
- [key: string]: string;
8726
- };
8727
- static types(): {
8728
- [key: string]: any;
8729
- };
8730
- constructor(map?: {
8731
- [key: string]: any;
8732
- });
8733
- }
8734
7318
  export declare class ModifyWebLockUpdateConfigRequest extends $tea.Model {
8735
7319
  defenceMode?: string;
8736
7320
  dir?: string;
@@ -8994,48 +7578,6 @@ export declare class PauseClientResponse extends $tea.Model {
8994
7578
  [key: string]: any;
8995
7579
  });
8996
7580
  }
8997
- export declare class QueryDiscoverDatabaseRequest extends $tea.Model {
8998
- createMark?: string;
8999
- resourceOwnerId?: number;
9000
- sourceIp?: string;
9001
- static names(): {
9002
- [key: string]: string;
9003
- };
9004
- static types(): {
9005
- [key: string]: any;
9006
- };
9007
- constructor(map?: {
9008
- [key: string]: any;
9009
- });
9010
- }
9011
- export declare class QueryDiscoverDatabaseResponseBody extends $tea.Model {
9012
- requestId?: string;
9013
- taskProgress?: number;
9014
- static names(): {
9015
- [key: string]: string;
9016
- };
9017
- static types(): {
9018
- [key: string]: any;
9019
- };
9020
- constructor(map?: {
9021
- [key: string]: any;
9022
- });
9023
- }
9024
- export declare class QueryDiscoverDatabaseResponse extends $tea.Model {
9025
- headers: {
9026
- [key: string]: string;
9027
- };
9028
- body: QueryDiscoverDatabaseResponseBody;
9029
- static names(): {
9030
- [key: string]: string;
9031
- };
9032
- static types(): {
9033
- [key: string]: any;
9034
- };
9035
- constructor(map?: {
9036
- [key: string]: any;
9037
- });
9038
- }
9039
7581
  export declare class QueryGroupIdByGroupNameRequest extends $tea.Model {
9040
7582
  groupName?: string;
9041
7583
  sourceIp?: string;
@@ -9077,12 +7619,8 @@ export declare class QueryGroupIdByGroupNameResponse extends $tea.Model {
9077
7619
  [key: string]: any;
9078
7620
  });
9079
7621
  }
9080
- export declare class QueryPreCheckDatabaseRequest extends $tea.Model {
9081
- instanceUuid?: string;
9082
- resourceOwnerId?: number;
9083
- sourceIp?: string;
9084
- taskId?: string;
9085
- uniRegionId?: string;
7622
+ export declare class RefreshAssetsRequest extends $tea.Model {
7623
+ assetType?: string;
9086
7624
  static names(): {
9087
7625
  [key: string]: string;
9088
7626
  };
@@ -9093,14 +7631,8 @@ export declare class QueryPreCheckDatabaseRequest extends $tea.Model {
9093
7631
  [key: string]: any;
9094
7632
  });
9095
7633
  }
9096
- export declare class QueryPreCheckDatabaseResponseBody extends $tea.Model {
9097
- completedTime?: number;
9098
- createdTime?: number;
9099
- description?: string;
9100
- progress?: number;
7634
+ export declare class RefreshAssetsResponseBody extends $tea.Model {
9101
7635
  requestId?: string;
9102
- result?: string;
9103
- updatedTime?: number;
9104
7636
  static names(): {
9105
7637
  [key: string]: string;
9106
7638
  };
@@ -9111,11 +7643,11 @@ export declare class QueryPreCheckDatabaseResponseBody extends $tea.Model {
9111
7643
  [key: string]: any;
9112
7644
  });
9113
7645
  }
9114
- export declare class QueryPreCheckDatabaseResponse extends $tea.Model {
7646
+ export declare class RefreshAssetsResponse extends $tea.Model {
9115
7647
  headers: {
9116
7648
  [key: string]: string;
9117
7649
  };
9118
- body: QueryPreCheckDatabaseResponseBody;
7650
+ body: RefreshAssetsResponseBody;
9119
7651
  static names(): {
9120
7652
  [key: string]: string;
9121
7653
  };
@@ -9126,7 +7658,7 @@ export declare class QueryPreCheckDatabaseResponse extends $tea.Model {
9126
7658
  [key: string]: any;
9127
7659
  });
9128
7660
  }
9129
- export declare class RefreshAssetsRequest extends $tea.Model {
7661
+ export declare class RefreshContainerAssetsRequest extends $tea.Model {
9130
7662
  assetType?: string;
9131
7663
  static names(): {
9132
7664
  [key: string]: string;
@@ -9138,7 +7670,7 @@ export declare class RefreshAssetsRequest extends $tea.Model {
9138
7670
  [key: string]: any;
9139
7671
  });
9140
7672
  }
9141
- export declare class RefreshAssetsResponseBody extends $tea.Model {
7673
+ export declare class RefreshContainerAssetsResponseBody extends $tea.Model {
9142
7674
  requestId?: string;
9143
7675
  static names(): {
9144
7676
  [key: string]: string;
@@ -9150,11 +7682,11 @@ export declare class RefreshAssetsResponseBody extends $tea.Model {
9150
7682
  [key: string]: any;
9151
7683
  });
9152
7684
  }
9153
- export declare class RefreshAssetsResponse extends $tea.Model {
7685
+ export declare class RefreshContainerAssetsResponse extends $tea.Model {
9154
7686
  headers: {
9155
7687
  [key: string]: string;
9156
7688
  };
9157
- body: RefreshAssetsResponseBody;
7689
+ body: RefreshContainerAssetsResponseBody;
9158
7690
  static names(): {
9159
7691
  [key: string]: string;
9160
7692
  };
@@ -9165,8 +7697,8 @@ export declare class RefreshAssetsResponse extends $tea.Model {
9165
7697
  [key: string]: any;
9166
7698
  });
9167
7699
  }
9168
- export declare class RefreshContainerAssetsRequest extends $tea.Model {
9169
- assetType?: string;
7700
+ export declare class RefreshContainerNetworkRequest extends $tea.Model {
7701
+ clusterId?: string;
9170
7702
  static names(): {
9171
7703
  [key: string]: string;
9172
7704
  };
@@ -9177,7 +7709,7 @@ export declare class RefreshContainerAssetsRequest extends $tea.Model {
9177
7709
  [key: string]: any;
9178
7710
  });
9179
7711
  }
9180
- export declare class RefreshContainerAssetsResponseBody extends $tea.Model {
7712
+ export declare class RefreshContainerNetworkResponseBody extends $tea.Model {
9181
7713
  requestId?: string;
9182
7714
  static names(): {
9183
7715
  [key: string]: string;
@@ -9189,11 +7721,11 @@ export declare class RefreshContainerAssetsResponseBody extends $tea.Model {
9189
7721
  [key: string]: any;
9190
7722
  });
9191
7723
  }
9192
- export declare class RefreshContainerAssetsResponse extends $tea.Model {
7724
+ export declare class RefreshContainerNetworkResponse extends $tea.Model {
9193
7725
  headers: {
9194
7726
  [key: string]: string;
9195
7727
  };
9196
- body: RefreshContainerAssetsResponseBody;
7728
+ body: RefreshContainerNetworkResponseBody;
9197
7729
  static names(): {
9198
7730
  [key: string]: string;
9199
7731
  };
@@ -9328,47 +7860,6 @@ export declare class StartBaselineSecurityCheckResponse extends $tea.Model {
9328
7860
  [key: string]: any;
9329
7861
  });
9330
7862
  }
9331
- export declare class StartDiscoverDatabaseTaskRequest extends $tea.Model {
9332
- resourceOwnerId?: number;
9333
- sourceIp?: string;
9334
- static names(): {
9335
- [key: string]: string;
9336
- };
9337
- static types(): {
9338
- [key: string]: any;
9339
- };
9340
- constructor(map?: {
9341
- [key: string]: any;
9342
- });
9343
- }
9344
- export declare class StartDiscoverDatabaseTaskResponseBody extends $tea.Model {
9345
- createMark?: string;
9346
- requestId?: string;
9347
- static names(): {
9348
- [key: string]: string;
9349
- };
9350
- static types(): {
9351
- [key: string]: any;
9352
- };
9353
- constructor(map?: {
9354
- [key: string]: any;
9355
- });
9356
- }
9357
- export declare class StartDiscoverDatabaseTaskResponse extends $tea.Model {
9358
- headers: {
9359
- [key: string]: string;
9360
- };
9361
- body: StartDiscoverDatabaseTaskResponseBody;
9362
- static names(): {
9363
- [key: string]: string;
9364
- };
9365
- static types(): {
9366
- [key: string]: any;
9367
- };
9368
- constructor(map?: {
9369
- [key: string]: any;
9370
- });
9371
- }
9372
7863
  export declare class StartImageVulScanRequest extends $tea.Model {
9373
7864
  imageDigest?: string;
9374
7865
  imageLayer?: string;
@@ -9390,130 +7881,7 @@ export declare class StartImageVulScanRequest extends $tea.Model {
9390
7881
  [key: string]: any;
9391
7882
  });
9392
7883
  }
9393
- export declare class StartImageVulScanResponseBody extends $tea.Model {
9394
- requestId?: string;
9395
- static names(): {
9396
- [key: string]: string;
9397
- };
9398
- static types(): {
9399
- [key: string]: any;
9400
- };
9401
- constructor(map?: {
9402
- [key: string]: any;
9403
- });
9404
- }
9405
- export declare class StartImageVulScanResponse extends $tea.Model {
9406
- headers: {
9407
- [key: string]: string;
9408
- };
9409
- body: StartImageVulScanResponseBody;
9410
- static names(): {
9411
- [key: string]: string;
9412
- };
9413
- static types(): {
9414
- [key: string]: any;
9415
- };
9416
- constructor(map?: {
9417
- [key: string]: any;
9418
- });
9419
- }
9420
- export declare class StartPreCheckDatabaseRequest extends $tea.Model {
9421
- databaseType?: string;
9422
- instanceUuid?: string;
9423
- resourceOwnerId?: number;
9424
- sourceIp?: string;
9425
- uniRegionId?: string;
9426
- static names(): {
9427
- [key: string]: string;
9428
- };
9429
- static types(): {
9430
- [key: string]: any;
9431
- };
9432
- constructor(map?: {
9433
- [key: string]: any;
9434
- });
9435
- }
9436
- export declare class StartPreCheckDatabaseResponseBody extends $tea.Model {
9437
- createMark?: string;
9438
- requestId?: string;
9439
- static names(): {
9440
- [key: string]: string;
9441
- };
9442
- static types(): {
9443
- [key: string]: any;
9444
- };
9445
- constructor(map?: {
9446
- [key: string]: any;
9447
- });
9448
- }
9449
- export declare class StartPreCheckDatabaseResponse extends $tea.Model {
9450
- headers: {
9451
- [key: string]: string;
9452
- };
9453
- body: StartPreCheckDatabaseResponseBody;
9454
- static names(): {
9455
- [key: string]: string;
9456
- };
9457
- static types(): {
9458
- [key: string]: any;
9459
- };
9460
- constructor(map?: {
9461
- [key: string]: any;
9462
- });
9463
- }
9464
- export declare class StartVirusScanTaskRequest extends $tea.Model {
9465
- targetInfo?: string;
9466
- static names(): {
9467
- [key: string]: string;
9468
- };
9469
- static types(): {
9470
- [key: string]: any;
9471
- };
9472
- constructor(map?: {
9473
- [key: string]: any;
9474
- });
9475
- }
9476
- export declare class StartVirusScanTaskResponseBody extends $tea.Model {
9477
- requestId?: string;
9478
- scanTaskId?: number;
9479
- static names(): {
9480
- [key: string]: string;
9481
- };
9482
- static types(): {
9483
- [key: string]: any;
9484
- };
9485
- constructor(map?: {
9486
- [key: string]: any;
9487
- });
9488
- }
9489
- export declare class StartVirusScanTaskResponse extends $tea.Model {
9490
- headers: {
9491
- [key: string]: string;
9492
- };
9493
- body: StartVirusScanTaskResponseBody;
9494
- static names(): {
9495
- [key: string]: string;
9496
- };
9497
- static types(): {
9498
- [key: string]: any;
9499
- };
9500
- constructor(map?: {
9501
- [key: string]: any;
9502
- });
9503
- }
9504
- export declare class UnbindAegisRequest extends $tea.Model {
9505
- uuids?: string;
9506
- static names(): {
9507
- [key: string]: string;
9508
- };
9509
- static types(): {
9510
- [key: string]: any;
9511
- };
9512
- constructor(map?: {
9513
- [key: string]: any;
9514
- });
9515
- }
9516
- export declare class UnbindAegisResponseBody extends $tea.Model {
7884
+ export declare class StartImageVulScanResponseBody extends $tea.Model {
9517
7885
  requestId?: string;
9518
7886
  static names(): {
9519
7887
  [key: string]: string;
@@ -9525,11 +7893,11 @@ export declare class UnbindAegisResponseBody extends $tea.Model {
9525
7893
  [key: string]: any;
9526
7894
  });
9527
7895
  }
9528
- export declare class UnbindAegisResponse extends $tea.Model {
7896
+ export declare class StartImageVulScanResponse extends $tea.Model {
9529
7897
  headers: {
9530
7898
  [key: string]: string;
9531
7899
  };
9532
- body: UnbindAegisResponseBody;
7900
+ body: StartImageVulScanResponseBody;
9533
7901
  static names(): {
9534
7902
  [key: string]: string;
9535
7903
  };
@@ -9540,10 +7908,8 @@ export declare class UnbindAegisResponse extends $tea.Model {
9540
7908
  [key: string]: any;
9541
7909
  });
9542
7910
  }
9543
- export declare class UninstallBackupClientRequest extends $tea.Model {
9544
- policyVersion?: string;
9545
- uuid?: string;
9546
- uuidList?: string[];
7911
+ export declare class StartVirusScanTaskRequest extends $tea.Model {
7912
+ targetInfo?: string;
9547
7913
  static names(): {
9548
7914
  [key: string]: string;
9549
7915
  };
@@ -9554,8 +7920,9 @@ export declare class UninstallBackupClientRequest extends $tea.Model {
9554
7920
  [key: string]: any;
9555
7921
  });
9556
7922
  }
9557
- export declare class UninstallBackupClientResponseBody extends $tea.Model {
7923
+ export declare class StartVirusScanTaskResponseBody extends $tea.Model {
9558
7924
  requestId?: string;
7925
+ scanTaskId?: number;
9559
7926
  static names(): {
9560
7927
  [key: string]: string;
9561
7928
  };
@@ -9566,11 +7933,11 @@ export declare class UninstallBackupClientResponseBody extends $tea.Model {
9566
7933
  [key: string]: any;
9567
7934
  });
9568
7935
  }
9569
- export declare class UninstallBackupClientResponse extends $tea.Model {
7936
+ export declare class StartVirusScanTaskResponse extends $tea.Model {
9570
7937
  headers: {
9571
7938
  [key: string]: string;
9572
7939
  };
9573
- body: UninstallBackupClientResponseBody;
7940
+ body: StartVirusScanTaskResponseBody;
9574
7941
  static names(): {
9575
7942
  [key: string]: string;
9576
7943
  };
@@ -9581,10 +7948,8 @@ export declare class UninstallBackupClientResponse extends $tea.Model {
9581
7948
  [key: string]: any;
9582
7949
  });
9583
7950
  }
9584
- export declare class UninstallUniBackupAgentRequest extends $tea.Model {
9585
- policyId?: number;
9586
- resourceOwnerId?: number;
9587
- sourceIp?: string;
7951
+ export declare class UnbindAegisRequest extends $tea.Model {
7952
+ uuids?: string;
9588
7953
  static names(): {
9589
7954
  [key: string]: string;
9590
7955
  };
@@ -9595,7 +7960,7 @@ export declare class UninstallUniBackupAgentRequest extends $tea.Model {
9595
7960
  [key: string]: any;
9596
7961
  });
9597
7962
  }
9598
- export declare class UninstallUniBackupAgentResponseBody extends $tea.Model {
7963
+ export declare class UnbindAegisResponseBody extends $tea.Model {
9599
7964
  requestId?: string;
9600
7965
  static names(): {
9601
7966
  [key: string]: string;
@@ -9607,11 +7972,11 @@ export declare class UninstallUniBackupAgentResponseBody extends $tea.Model {
9607
7972
  [key: string]: any;
9608
7973
  });
9609
7974
  }
9610
- export declare class UninstallUniBackupAgentResponse extends $tea.Model {
7975
+ export declare class UnbindAegisResponse extends $tea.Model {
9611
7976
  headers: {
9612
7977
  [key: string]: string;
9613
7978
  };
9614
- body: UninstallUniBackupAgentResponseBody;
7979
+ body: UnbindAegisResponseBody;
9615
7980
  static names(): {
9616
7981
  [key: string]: string;
9617
7982
  };
@@ -9622,8 +7987,10 @@ export declare class UninstallUniBackupAgentResponse extends $tea.Model {
9622
7987
  [key: string]: any;
9623
7988
  });
9624
7989
  }
9625
- export declare class UpgradeBackupPolicyVersionRequest extends $tea.Model {
9626
- id?: number;
7990
+ export declare class UninstallBackupClientRequest extends $tea.Model {
7991
+ policyVersion?: string;
7992
+ uuid?: string;
7993
+ uuidList?: string[];
9627
7994
  static names(): {
9628
7995
  [key: string]: string;
9629
7996
  };
@@ -9634,7 +8001,7 @@ export declare class UpgradeBackupPolicyVersionRequest extends $tea.Model {
9634
8001
  [key: string]: any;
9635
8002
  });
9636
8003
  }
9637
- export declare class UpgradeBackupPolicyVersionResponseBody extends $tea.Model {
8004
+ export declare class UninstallBackupClientResponseBody extends $tea.Model {
9638
8005
  requestId?: string;
9639
8006
  static names(): {
9640
8007
  [key: string]: string;
@@ -9646,11 +8013,11 @@ export declare class UpgradeBackupPolicyVersionResponseBody extends $tea.Model {
9646
8013
  [key: string]: any;
9647
8014
  });
9648
8015
  }
9649
- export declare class UpgradeBackupPolicyVersionResponse extends $tea.Model {
8016
+ export declare class UninstallBackupClientResponse extends $tea.Model {
9650
8017
  headers: {
9651
8018
  [key: string]: string;
9652
8019
  };
9653
- body: UpgradeBackupPolicyVersionResponseBody;
8020
+ body: UninstallBackupClientResponseBody;
9654
8021
  static names(): {
9655
8022
  [key: string]: string;
9656
8023
  };
@@ -9940,23 +8307,6 @@ export declare class DescribeAllGroupsResponseBodyGroups extends $tea.Model {
9940
8307
  [key: string]: any;
9941
8308
  });
9942
8309
  }
9943
- export declare class DescribeAllRegionsStatisticsResponseBodyData extends $tea.Model {
9944
- account?: number;
9945
- health?: number;
9946
- newSuspicious?: number;
9947
- suspicious?: number;
9948
- trojan?: number;
9949
- vul?: number;
9950
- static names(): {
9951
- [key: string]: string;
9952
- };
9953
- static types(): {
9954
- [key: string]: any;
9955
- };
9956
- constructor(map?: {
9957
- [key: string]: any;
9958
- });
9959
- }
9960
8310
  export declare class DescribeAntiBruteForceRulesResponseBodyPageInfo extends $tea.Model {
9961
8311
  count?: number;
9962
8312
  currentPage?: number;
@@ -9998,10 +8348,12 @@ export declare class DescribeAssetDetailByUuidResponseBodyAssetDetail extends $t
9998
8348
  authVersion?: number;
9999
8349
  bind?: boolean;
10000
8350
  clientStatus?: string;
8351
+ clientVersion?: string;
10001
8352
  cpu?: number;
10002
8353
  cpuInfo?: string;
10003
8354
  createTime?: number;
10004
8355
  diskInfoList?: string[];
8356
+ flag?: number;
10005
8357
  groupTrace?: string;
10006
8358
  hostName?: string;
10007
8359
  instanceId?: string;
@@ -10013,6 +8365,7 @@ export declare class DescribeAssetDetailByUuidResponseBodyAssetDetail extends $t
10013
8365
  kernel?: string;
10014
8366
  macList?: string[];
10015
8367
  mem?: number;
8368
+ memory?: number;
10016
8369
  os?: string;
10017
8370
  osDetail?: string;
10018
8371
  osName?: string;
@@ -10086,34 +8439,6 @@ export declare class DescribeBackupClientsResponseBodyClients extends $tea.Model
10086
8439
  [key: string]: any;
10087
8440
  });
10088
8441
  }
10089
- export declare class DescribeBackupDirsResponseBodyBackupDirs extends $tea.Model {
10090
- backupJobId?: number;
10091
- source?: string;
10092
- static names(): {
10093
- [key: string]: string;
10094
- };
10095
- static types(): {
10096
- [key: string]: any;
10097
- };
10098
- constructor(map?: {
10099
- [key: string]: any;
10100
- });
10101
- }
10102
- export declare class DescribeBackupDirsResponseBodyPageInfo extends $tea.Model {
10103
- count?: number;
10104
- currentPage?: number;
10105
- pageSize?: number;
10106
- totalCount?: number;
10107
- static names(): {
10108
- [key: string]: string;
10109
- };
10110
- static types(): {
10111
- [key: string]: any;
10112
- };
10113
- constructor(map?: {
10114
- [key: string]: any;
10115
- });
10116
- }
10117
8442
  export declare class DescribeBackupFilesResponseBodyBackupFiles extends $tea.Model {
10118
8443
  name?: string;
10119
8444
  size?: number;
@@ -10144,50 +8469,6 @@ export declare class DescribeBackupFilesResponseBodyPageInfo extends $tea.Model
10144
8469
  [key: string]: any;
10145
8470
  });
10146
8471
  }
10147
- export declare class DescribeBackupMachineStatusResponseBodyBackupMachineStatusErrorList extends $tea.Model {
10148
- errorCode?: string;
10149
- errorFile?: string;
10150
- errorFileUrl?: string;
10151
- errorMsg?: string;
10152
- errorStatus?: string;
10153
- errorTime?: number;
10154
- errorType?: string;
10155
- key?: string;
10156
- path?: string;
10157
- requestId?: string;
10158
- static names(): {
10159
- [key: string]: string;
10160
- };
10161
- static types(): {
10162
- [key: string]: any;
10163
- };
10164
- constructor(map?: {
10165
- [key: string]: any;
10166
- });
10167
- }
10168
- export declare class DescribeBackupMachineStatusResponseBodyBackupMachineStatus extends $tea.Model {
10169
- clientId?: string;
10170
- clientStatus?: string;
10171
- clientVersion?: string;
10172
- errorCode?: string;
10173
- errorList?: DescribeBackupMachineStatusResponseBodyBackupMachineStatusErrorList[];
10174
- instanceId?: string;
10175
- regionId?: string;
10176
- requestId?: string;
10177
- savedBackupCount?: number;
10178
- status?: string;
10179
- uuid?: string;
10180
- vaultId?: string;
10181
- static names(): {
10182
- [key: string]: string;
10183
- };
10184
- static types(): {
10185
- [key: string]: any;
10186
- };
10187
- constructor(map?: {
10188
- [key: string]: any;
10189
- });
10190
- }
10191
8472
  export declare class DescribeBackupPoliciesResponseBodyPageInfo extends $tea.Model {
10192
8473
  count?: number;
10193
8474
  currentPage?: number;
@@ -10230,25 +8511,6 @@ export declare class DescribeBackupPoliciesResponseBodyPolicies extends $tea.Mod
10230
8511
  [key: string]: any;
10231
8512
  });
10232
8513
  }
10233
- export declare class DescribeBackupPolicyResponseBodyBackupPolicyDetail extends $tea.Model {
10234
- clientStatus?: string;
10235
- id?: number;
10236
- name?: string;
10237
- policy?: string;
10238
- policyVersion?: string;
10239
- regionId?: string;
10240
- status?: string;
10241
- uuidList?: string[];
10242
- static names(): {
10243
- [key: string]: string;
10244
- };
10245
- static types(): {
10246
- [key: string]: any;
10247
- };
10248
- constructor(map?: {
10249
- [key: string]: any;
10250
- });
10251
- }
10252
8514
  export declare class DescribeBackupRestoreCountResponseBodyBackupRestoreCount extends $tea.Model {
10253
8515
  recovering?: number;
10254
8516
  total?: number;
@@ -10330,7 +8592,7 @@ export declare class DescribeCloudCenterInstancesResponseBodyInstances extends $
10330
8592
  createdTime?: number;
10331
8593
  exposedStatus?: number;
10332
8594
  flag?: number;
10333
- groupId?: string;
8595
+ groupId?: number;
10334
8596
  groupTrace?: string;
10335
8597
  hcStatus?: string;
10336
8598
  healthCheckCount?: number;
@@ -10547,34 +8809,6 @@ export declare class DescribeEmgVulItemResponseBodyGroupedVulItems extends $tea.
10547
8809
  [key: string]: any;
10548
8810
  });
10549
8811
  }
10550
- export declare class DescribeExcludeSystemPathResponseBodyExcludePaths extends $tea.Model {
10551
- os?: string;
10552
- path?: string;
10553
- static names(): {
10554
- [key: string]: string;
10555
- };
10556
- static types(): {
10557
- [key: string]: any;
10558
- };
10559
- constructor(map?: {
10560
- [key: string]: any;
10561
- });
10562
- }
10563
- export declare class DescribeExcludeSystemPathResponseBodyPageInfo extends $tea.Model {
10564
- count?: number;
10565
- currentPage?: number;
10566
- pageSize?: number;
10567
- totalCount?: number;
10568
- static names(): {
10569
- [key: string]: string;
10570
- };
10571
- static types(): {
10572
- [key: string]: any;
10573
- };
10574
- constructor(map?: {
10575
- [key: string]: any;
10576
- });
10577
- }
10578
8812
  export declare class DescribeExposedInstanceCriteriaResponseBodyCriteriaList extends $tea.Model {
10579
8813
  name?: string;
10580
8814
  type?: string;
@@ -10753,132 +8987,6 @@ export declare class DescribeFieldStatisticsResponseBodyGroupedFields extends $t
10753
8987
  [key: string]: any;
10754
8988
  });
10755
8989
  }
10756
- export declare class DescribeFrontVulPatchListResponseBodyFrontPatchListPatchList extends $tea.Model {
10757
- aliasName?: string;
10758
- name?: string;
10759
- static names(): {
10760
- [key: string]: string;
10761
- };
10762
- static types(): {
10763
- [key: string]: any;
10764
- };
10765
- constructor(map?: {
10766
- [key: string]: any;
10767
- });
10768
- }
10769
- export declare class DescribeFrontVulPatchListResponseBodyFrontPatchList extends $tea.Model {
10770
- patchList?: DescribeFrontVulPatchListResponseBodyFrontPatchListPatchList[];
10771
- uuid?: string;
10772
- static names(): {
10773
- [key: string]: string;
10774
- };
10775
- static types(): {
10776
- [key: string]: any;
10777
- };
10778
- constructor(map?: {
10779
- [key: string]: any;
10780
- });
10781
- }
10782
- export declare class DescribeGraph4InvestigationOnlineResponseBodyDataEdgeList extends $tea.Model {
10783
- endId?: string;
10784
- endType?: string;
10785
- id?: number;
10786
- name?: string;
10787
- startId?: string;
10788
- startType?: string;
10789
- time?: string;
10790
- type?: string;
10791
- static names(): {
10792
- [key: string]: string;
10793
- };
10794
- static types(): {
10795
- [key: string]: any;
10796
- };
10797
- constructor(map?: {
10798
- [key: string]: any;
10799
- });
10800
- }
10801
- export declare class DescribeGraph4InvestigationOnlineResponseBodyDataEntityTypeList extends $tea.Model {
10802
- displayColor?: string;
10803
- displayIcon?: string;
10804
- displayOrder?: string;
10805
- id?: string;
10806
- name?: string;
10807
- static names(): {
10808
- [key: string]: string;
10809
- };
10810
- static types(): {
10811
- [key: string]: any;
10812
- };
10813
- constructor(map?: {
10814
- [key: string]: any;
10815
- });
10816
- }
10817
- export declare class DescribeGraph4InvestigationOnlineResponseBodyDataRelationTypeList extends $tea.Model {
10818
- directed?: number;
10819
- id?: string;
10820
- name?: string;
10821
- showType?: string;
10822
- static names(): {
10823
- [key: string]: string;
10824
- };
10825
- static types(): {
10826
- [key: string]: any;
10827
- };
10828
- constructor(map?: {
10829
- [key: string]: any;
10830
- });
10831
- }
10832
- export declare class DescribeGraph4InvestigationOnlineResponseBodyDataVertexListNeighborList extends $tea.Model {
10833
- count?: number;
10834
- hasMore?: boolean;
10835
- type?: string;
10836
- static names(): {
10837
- [key: string]: string;
10838
- };
10839
- static types(): {
10840
- [key: string]: any;
10841
- };
10842
- constructor(map?: {
10843
- [key: string]: any;
10844
- });
10845
- }
10846
- export declare class DescribeGraph4InvestigationOnlineResponseBodyDataVertexList extends $tea.Model {
10847
- aliuid?: string;
10848
- id?: string;
10849
- name?: string;
10850
- neighborList?: DescribeGraph4InvestigationOnlineResponseBodyDataVertexListNeighborList[];
10851
- position?: string;
10852
- positionId?: string;
10853
- properties?: string;
10854
- time?: string;
10855
- type?: string;
10856
- uuid?: string;
10857
- static names(): {
10858
- [key: string]: string;
10859
- };
10860
- static types(): {
10861
- [key: string]: any;
10862
- };
10863
- constructor(map?: {
10864
- [key: string]: any;
10865
- });
10866
- }
10867
- export declare class DescribeGraph4InvestigationOnlineResponseBodyData extends $tea.Model {
10868
- edgeList?: DescribeGraph4InvestigationOnlineResponseBodyDataEdgeList[];
10869
- entityTypeList?: DescribeGraph4InvestigationOnlineResponseBodyDataEntityTypeList[];
10870
- relationTypeList?: DescribeGraph4InvestigationOnlineResponseBodyDataRelationTypeList[];
10871
- vertexList?: DescribeGraph4InvestigationOnlineResponseBodyDataVertexList[];
10872
- static names(): {
10873
- [key: string]: string;
10874
- };
10875
- static types(): {
10876
- [key: string]: any;
10877
- };
10878
- constructor(map?: {
10879
- [key: string]: any;
10880
- });
10881
- }
10882
8990
  export declare class DescribeGroupedContainerInstancesResponseBodyGroupedContainerInstanceList extends $tea.Model {
10883
8991
  alarmCount?: number;
10884
8992
  appName?: string;
@@ -11099,58 +9207,6 @@ export declare class DescribeImageGroupedVulListResponseBodyGroupedVulItems exte
11099
9207
  [key: string]: any;
11100
9208
  });
11101
9209
  }
11102
- export declare class DescribeImageInstancesResponseBodyImageInstanceList extends $tea.Model {
11103
- alarmCount?: number;
11104
- alarmStatus?: string;
11105
- digest?: string;
11106
- endpoints?: string;
11107
- hcCount?: number;
11108
- hcStatus?: string;
11109
- imageCreate?: string;
11110
- imageId?: string;
11111
- imageSize?: string;
11112
- imageUpdate?: string;
11113
- instanceId?: string;
11114
- regionId?: string;
11115
- registryType?: string;
11116
- repoId?: string;
11117
- repoName?: string;
11118
- repoNamespace?: string;
11119
- repoType?: string;
11120
- riskStatus?: string;
11121
- scaProgress?: number;
11122
- scaResult?: string;
11123
- scaStatus?: string;
11124
- status?: string;
11125
- tag?: string;
11126
- uuid?: string;
11127
- vulCount?: number;
11128
- vulStatus?: string;
11129
- static names(): {
11130
- [key: string]: string;
11131
- };
11132
- static types(): {
11133
- [key: string]: any;
11134
- };
11135
- constructor(map?: {
11136
- [key: string]: any;
11137
- });
11138
- }
11139
- export declare class DescribeImageInstancesResponseBodyPageInfo extends $tea.Model {
11140
- count?: number;
11141
- currentPage?: number;
11142
- pageSize?: number;
11143
- totalCount?: number;
11144
- static names(): {
11145
- [key: string]: string;
11146
- };
11147
- static types(): {
11148
- [key: string]: any;
11149
- };
11150
- constructor(map?: {
11151
- [key: string]: any;
11152
- });
11153
- }
11154
9210
  export declare class DescribeImageScanAuthCountResponseBodyImageScan extends $tea.Model {
11155
9211
  imageScanCapacity?: number;
11156
9212
  instanceId?: string;
@@ -11791,47 +9847,8 @@ export declare class DescribeRestoreJobsResponseBodyRestoreJobs extends $tea.Mod
11791
9847
  [key: string]: any;
11792
9848
  });
11793
9849
  }
11794
- export declare class DescribeRestorePlansResponseBodyPageInfo extends $tea.Model {
11795
- count?: number;
11796
- currentPage?: number;
11797
- pageSize?: number;
11798
- totalCount?: number;
11799
- static names(): {
11800
- [key: string]: string;
11801
- };
11802
- static types(): {
11803
- [key: string]: any;
11804
- };
11805
- constructor(map?: {
11806
- [key: string]: any;
11807
- });
11808
- }
11809
- export declare class DescribeRestorePlansResponseBodyRestorePlans extends $tea.Model {
11810
- createdTime?: number;
11811
- databaseName?: string;
11812
- instanceName?: string;
11813
- policyId?: number;
11814
- policyName?: string;
11815
- restorePoint?: number;
11816
- status?: string;
11817
- targetDatabaseName?: string;
11818
- targetInstanceId?: string;
11819
- targetInstanceName?: string;
11820
- updatedTime?: number;
11821
- static names(): {
11822
- [key: string]: string;
11823
- };
11824
- static types(): {
11825
- [key: string]: any;
11826
- };
11827
- constructor(map?: {
11828
- [key: string]: any;
11829
- });
11830
- }
11831
9850
  export declare class DescribeRiskCheckItemResultResponseBodyPageContentResource extends $tea.Model {
11832
- contentResource?: {
11833
- [key: string]: any;
11834
- };
9851
+ contentResource?: string;
11835
9852
  count?: number;
11836
9853
  currentPage?: number;
11837
9854
  pageCount?: number;
@@ -11848,9 +9865,7 @@ export declare class DescribeRiskCheckItemResultResponseBodyPageContentResource
11848
9865
  });
11849
9866
  }
11850
9867
  export declare class DescribeRiskCheckResultResponseBodyListRiskItemResources extends $tea.Model {
11851
- contentResource?: {
11852
- [key: string]: any;
11853
- };
9868
+ contentResource?: string;
11854
9869
  resourceName?: string;
11855
9870
  static names(): {
11856
9871
  [key: string]: string;
@@ -12244,68 +10259,6 @@ export declare class DescribeSimilarSecurityEventsResponseBodySecurityEventsResp
12244
10259
  [key: string]: any;
12245
10260
  });
12246
10261
  }
12247
- export declare class DescribeSnapshotsResponseBodyPageInfo extends $tea.Model {
12248
- count?: number;
12249
- currentPage?: number;
12250
- nextToken?: string;
12251
- pageSize?: number;
12252
- totalCount?: number;
12253
- static names(): {
12254
- [key: string]: string;
12255
- };
12256
- static types(): {
12257
- [key: string]: any;
12258
- };
12259
- constructor(map?: {
12260
- [key: string]: any;
12261
- });
12262
- }
12263
- export declare class DescribeSnapshotsResponseBodySnapshots extends $tea.Model {
12264
- actualBytes?: number;
12265
- actualItems?: number;
12266
- bytesDone?: number;
12267
- bytesTotal?: number;
12268
- clientId?: string;
12269
- containerSnapshotId?: string;
12270
- createdTime?: number;
12271
- duration?: number;
12272
- errorCount?: number;
12273
- errorFile?: string;
12274
- errorMessage?: string;
12275
- errorType?: string;
12276
- exitCode?: string;
12277
- instanceId?: string;
12278
- itemsDone?: number;
12279
- itemsTotal?: number;
12280
- jobId?: string;
12281
- parentHash?: string;
12282
- parentSnapshotHash?: string;
12283
- path?: string;
12284
- paths?: string[];
12285
- planId?: string;
12286
- regionId?: string;
12287
- retention?: number;
12288
- size?: number;
12289
- snapshotHash?: string;
12290
- snapshotId?: string;
12291
- snapshotName?: string;
12292
- snapshotOption?: string;
12293
- snapshotType?: string;
12294
- source?: string;
12295
- sourceType?: string;
12296
- status?: string;
12297
- uuid?: string;
12298
- vaultId?: string;
12299
- static names(): {
12300
- [key: string]: string;
12301
- };
12302
- static types(): {
12303
- [key: string]: any;
12304
- };
12305
- constructor(map?: {
12306
- [key: string]: any;
12307
- });
12308
- }
12309
10262
  export declare class DescribeStrategyResponseBodyStrategiesConfigTargets extends $tea.Model {
12310
10263
  flag?: string;
12311
10264
  target?: string;
@@ -12500,54 +10453,6 @@ export declare class DescribeSuspEventsResponseBodySuspEvents extends $tea.Model
12500
10453
  [key: string]: any;
12501
10454
  });
12502
10455
  }
12503
- export declare class DescribeTaskErrorLogResponseBodyLogs extends $tea.Model {
12504
- text?: string;
12505
- static names(): {
12506
- [key: string]: string;
12507
- };
12508
- static types(): {
12509
- [key: string]: any;
12510
- };
12511
- constructor(map?: {
12512
- [key: string]: any;
12513
- });
12514
- }
12515
- export declare class DescribeUniBackupDatabaseResponseBodyDatabaseList extends $tea.Model {
12516
- agentStatus?: string;
12517
- createdByProduct?: string;
12518
- databaseName?: string;
12519
- databaseType?: string;
12520
- databaseVersion?: string;
12521
- instanceId?: string;
12522
- instanceName?: string;
12523
- instanceUuid?: string;
12524
- policyId?: number;
12525
- status?: string;
12526
- static names(): {
12527
- [key: string]: string;
12528
- };
12529
- static types(): {
12530
- [key: string]: any;
12531
- };
12532
- constructor(map?: {
12533
- [key: string]: any;
12534
- });
12535
- }
12536
- export declare class DescribeUniBackupDatabaseResponseBodyPageInfo extends $tea.Model {
12537
- count?: number;
12538
- currentPage?: number;
12539
- pageSize?: number;
12540
- totalCount?: number;
12541
- static names(): {
12542
- [key: string]: string;
12543
- };
12544
- static types(): {
12545
- [key: string]: any;
12546
- };
12547
- constructor(map?: {
12548
- [key: string]: any;
12549
- });
12550
- }
12551
10456
  export declare class DescribeUniBackupPoliciesResponseBodyPageInfo extends $tea.Model {
12552
10457
  count?: number;
12553
10458
  currentPage?: number;
@@ -12592,79 +10497,6 @@ export declare class DescribeUniBackupPoliciesResponseBodyUniBackupPolicies exte
12592
10497
  [key: string]: any;
12593
10498
  });
12594
10499
  }
12595
- export declare class DescribeUniBackupPolicyDetailResponseBodyUniBackupPolicyDTOFullPlan extends $tea.Model {
12596
- days?: string[];
12597
- interval?: number;
12598
- planType?: string;
12599
- startTime?: string;
12600
- static names(): {
12601
- [key: string]: string;
12602
- };
12603
- static types(): {
12604
- [key: string]: any;
12605
- };
12606
- constructor(map?: {
12607
- [key: string]: any;
12608
- });
12609
- }
12610
- export declare class DescribeUniBackupPolicyDetailResponseBodyUniBackupPolicyDTOIncPlan extends $tea.Model {
12611
- days?: string[];
12612
- interval?: number;
12613
- planType?: string;
12614
- startTime?: string;
12615
- static names(): {
12616
- [key: string]: string;
12617
- };
12618
- static types(): {
12619
- [key: string]: any;
12620
- };
12621
- constructor(map?: {
12622
- [key: string]: any;
12623
- });
12624
- }
12625
- export declare class DescribeUniBackupPolicyDetailResponseBodyUniBackupPolicyDTO extends $tea.Model {
12626
- accountName?: string;
12627
- agentStatus?: string;
12628
- databaseType?: string;
12629
- fullPlan?: DescribeUniBackupPolicyDetailResponseBodyUniBackupPolicyDTOFullPlan;
12630
- incPlan?: DescribeUniBackupPolicyDetailResponseBodyUniBackupPolicyDTOIncPlan;
12631
- instanceId?: string;
12632
- instanceName?: string;
12633
- policyId?: number;
12634
- policyName?: string;
12635
- policyStatus?: string;
12636
- retention?: number;
12637
- speedLimiter?: number;
12638
- uniBackUpCount?: number;
12639
- static names(): {
12640
- [key: string]: string;
12641
- };
12642
- static types(): {
12643
- [key: string]: any;
12644
- };
12645
- constructor(map?: {
12646
- [key: string]: any;
12647
- });
12648
- }
12649
- export declare class DescribeUniRecoverableListResponseBodyRecoverableInfoList extends $tea.Model {
12650
- firstTime?: number;
12651
- lastTime?: number;
12652
- name?: string;
12653
- resetScn?: string;
12654
- resetTime?: number;
12655
- restoreInfo?: {
12656
- [key: string]: any;
12657
- };
12658
- static names(): {
12659
- [key: string]: string;
12660
- };
12661
- static types(): {
12662
- [key: string]: any;
12663
- };
12664
- constructor(map?: {
12665
- [key: string]: any;
12666
- });
12667
- }
12668
10500
  export declare class DescribeUserBackupMachinesResponseBodyMachines extends $tea.Model {
12669
10501
  id?: number;
12670
10502
  policyName?: string;
@@ -12691,23 +10523,6 @@ export declare class DescribeUserBaselineAuthorizationResponseBodyUserBaselineAu
12691
10523
  [key: string]: any;
12692
10524
  });
12693
10525
  }
12694
- export declare class DescribeUuidsByVulNamesResponseBodyMachineInfoStatistics extends $tea.Model {
12695
- machineInstanceId?: string;
12696
- machineIp?: string;
12697
- machineName?: string;
12698
- os?: string;
12699
- regionId?: string;
12700
- uuid?: string;
12701
- static names(): {
12702
- [key: string]: string;
12703
- };
12704
- static types(): {
12705
- [key: string]: any;
12706
- };
12707
- constructor(map?: {
12708
- [key: string]: any;
12709
- });
12710
- }
12711
10526
  export declare class DescribeVpcHoneyPotCriteriaResponseBodyCriteriaList extends $tea.Model {
12712
10527
  name?: string;
12713
10528
  type?: string;
@@ -12930,6 +10745,24 @@ export declare class DescribeVulListResponseBodyVulRecords extends $tea.Model {
12930
10745
  [key: string]: any;
12931
10746
  });
12932
10747
  }
10748
+ export declare class DescribeVulListPageResponseBodyData extends $tea.Model {
10749
+ cveId?: string;
10750
+ id?: number;
10751
+ isAegis?: number;
10752
+ isSas?: number;
10753
+ otherId?: string;
10754
+ releaseTime?: number;
10755
+ title?: string;
10756
+ static names(): {
10757
+ [key: string]: string;
10758
+ };
10759
+ static types(): {
10760
+ [key: string]: any;
10761
+ };
10762
+ constructor(map?: {
10763
+ [key: string]: any;
10764
+ });
10765
+ }
12933
10766
  export declare class DescribeVulWhitelistResponseBodyVulWhitelists extends $tea.Model {
12934
10767
  aliasName?: string;
12935
10768
  id?: string;
@@ -13077,18 +10910,6 @@ export declare class ModifyPushAllTaskResponseBodyPushTaskRsp extends $tea.Model
13077
10910
  [key: string]: any;
13078
10911
  });
13079
10912
  }
13080
- export declare class ModifyStrategyResponseBodyResult extends $tea.Model {
13081
- strategyId?: number;
13082
- static names(): {
13083
- [key: string]: string;
13084
- };
13085
- static types(): {
13086
- [key: string]: any;
13087
- };
13088
- constructor(map?: {
13089
- [key: string]: any;
13090
- });
13091
- }
13092
10913
  export declare class OperateAgentClientInstallResponseBodyAegisCelintInstallResposeList extends $tea.Model {
13093
10914
  instanceId?: string;
13094
10915
  recordId?: number;
@@ -13110,32 +10931,18 @@ export default class Client extends OpenApi {
13110
10931
  }, endpoint: string): string;
13111
10932
  addVpcHoneyPotWithOptions(request: AddVpcHoneyPotRequest, runtime: $Util.RuntimeOptions): Promise<AddVpcHoneyPotResponse>;
13112
10933
  addVpcHoneyPot(request: AddVpcHoneyPotRequest): Promise<AddVpcHoneyPotResponse>;
13113
- checkQuaraFileIdWithOptions(request: CheckQuaraFileIdRequest, runtime: $Util.RuntimeOptions): Promise<CheckQuaraFileIdResponse>;
13114
- checkQuaraFileId(request: CheckQuaraFileIdRequest): Promise<CheckQuaraFileIdResponse>;
13115
10934
  checkSecurityEventIdWithOptions(request: CheckSecurityEventIdRequest, runtime: $Util.RuntimeOptions): Promise<CheckSecurityEventIdResponse>;
13116
10935
  checkSecurityEventId(request: CheckSecurityEventIdRequest): Promise<CheckSecurityEventIdResponse>;
13117
10936
  createAntiBruteForceRuleWithOptions(request: CreateAntiBruteForceRuleRequest, runtime: $Util.RuntimeOptions): Promise<CreateAntiBruteForceRuleResponse>;
13118
10937
  createAntiBruteForceRule(request: CreateAntiBruteForceRuleRequest): Promise<CreateAntiBruteForceRuleResponse>;
13119
- createAssetWithOptions(request: CreateAssetRequest, runtime: $Util.RuntimeOptions): Promise<CreateAssetResponse>;
13120
- createAsset(request: CreateAssetRequest): Promise<CreateAssetResponse>;
13121
10938
  createBackupPolicyWithOptions(tmpReq: CreateBackupPolicyRequest, runtime: $Util.RuntimeOptions): Promise<CreateBackupPolicyResponse>;
13122
10939
  createBackupPolicy(request: CreateBackupPolicyRequest): Promise<CreateBackupPolicyResponse>;
13123
10940
  createOrUpdateAssetGroupWithOptions(request: CreateOrUpdateAssetGroupRequest, runtime: $Util.RuntimeOptions): Promise<CreateOrUpdateAssetGroupResponse>;
13124
10941
  createOrUpdateAssetGroup(request: CreateOrUpdateAssetGroupRequest): Promise<CreateOrUpdateAssetGroupResponse>;
13125
- createRestoreJobWithOptions(request: CreateRestoreJobRequest, runtime: $Util.RuntimeOptions): Promise<CreateRestoreJobResponse>;
13126
- createRestoreJob(request: CreateRestoreJobRequest): Promise<CreateRestoreJobResponse>;
13127
- createSasOrderWithOptions(request: CreateSasOrderRequest, runtime: $Util.RuntimeOptions): Promise<CreateSasOrderResponse>;
13128
- createSasOrder(request: CreateSasOrderRequest): Promise<CreateSasOrderResponse>;
13129
10942
  createServiceLinkedRoleWithOptions(runtime: $Util.RuntimeOptions): Promise<CreateServiceLinkedRoleResponse>;
13130
10943
  createServiceLinkedRole(): Promise<CreateServiceLinkedRoleResponse>;
13131
10944
  createSimilarSecurityEventsQueryTaskWithOptions(request: CreateSimilarSecurityEventsQueryTaskRequest, runtime: $Util.RuntimeOptions): Promise<CreateSimilarSecurityEventsQueryTaskResponse>;
13132
10945
  createSimilarSecurityEventsQueryTask(request: CreateSimilarSecurityEventsQueryTaskRequest): Promise<CreateSimilarSecurityEventsQueryTaskResponse>;
13133
- createUniBackupPolicyWithOptions(tmpReq: CreateUniBackupPolicyRequest, runtime: $Util.RuntimeOptions): Promise<CreateUniBackupPolicyResponse>;
13134
- createUniBackupPolicy(request: CreateUniBackupPolicyRequest): Promise<CreateUniBackupPolicyResponse>;
13135
- createUniRestorePlanWithOptions(request: CreateUniRestorePlanRequest, runtime: $Util.RuntimeOptions): Promise<CreateUniRestorePlanResponse>;
13136
- createUniRestorePlan(request: CreateUniRestorePlanRequest): Promise<CreateUniRestorePlanResponse>;
13137
- deleteAssetWithOptions(request: DeleteAssetRequest, runtime: $Util.RuntimeOptions): Promise<DeleteAssetResponse>;
13138
- deleteAsset(request: DeleteAssetRequest): Promise<DeleteAssetResponse>;
13139
10946
  deleteBackupPolicyWithOptions(request: DeleteBackupPolicyRequest, runtime: $Util.RuntimeOptions): Promise<DeleteBackupPolicyResponse>;
13140
10947
  deleteBackupPolicy(request: DeleteBackupPolicyRequest): Promise<DeleteBackupPolicyResponse>;
13141
10948
  deleteBackupPolicyMachineWithOptions(request: DeleteBackupPolicyMachineRequest, runtime: $Util.RuntimeOptions): Promise<DeleteBackupPolicyMachineResponse>;
@@ -13148,10 +10955,10 @@ export default class Client extends OpenApi {
13148
10955
  deleteStrategy(request: DeleteStrategyRequest): Promise<DeleteStrategyResponse>;
13149
10956
  deleteTagWithUuidWithOptions(request: DeleteTagWithUuidRequest, runtime: $Util.RuntimeOptions): Promise<DeleteTagWithUuidResponse>;
13150
10957
  deleteTagWithUuid(request: DeleteTagWithUuidRequest): Promise<DeleteTagWithUuidResponse>;
13151
- deleteUniBackupPolicyWithOptions(request: DeleteUniBackupPolicyRequest, runtime: $Util.RuntimeOptions): Promise<DeleteUniBackupPolicyResponse>;
13152
- deleteUniBackupPolicy(request: DeleteUniBackupPolicyRequest): Promise<DeleteUniBackupPolicyResponse>;
13153
10958
  deleteVpcHoneyPotWithOptions(request: DeleteVpcHoneyPotRequest, runtime: $Util.RuntimeOptions): Promise<DeleteVpcHoneyPotResponse>;
13154
10959
  deleteVpcHoneyPot(request: DeleteVpcHoneyPotRequest): Promise<DeleteVpcHoneyPotResponse>;
10960
+ describeAccessKeyLeakDetailWithOptions(request: DescribeAccessKeyLeakDetailRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAccessKeyLeakDetailResponse>;
10961
+ describeAccessKeyLeakDetail(request: DescribeAccessKeyLeakDetailRequest): Promise<DescribeAccessKeyLeakDetailResponse>;
13155
10962
  describeAccesskeyLeakListWithOptions(request: DescribeAccesskeyLeakListRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAccesskeyLeakListResponse>;
13156
10963
  describeAccesskeyLeakList(request: DescribeAccesskeyLeakListRequest): Promise<DescribeAccesskeyLeakListResponse>;
13157
10964
  describeAffectedMaliciousFileImagesWithOptions(request: DescribeAffectedMaliciousFileImagesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAffectedMaliciousFileImagesResponse>;
@@ -13160,14 +10967,10 @@ export default class Client extends OpenApi {
13160
10967
  describeAlarmEventDetail(request: DescribeAlarmEventDetailRequest): Promise<DescribeAlarmEventDetailResponse>;
13161
10968
  describeAlarmEventListWithOptions(request: DescribeAlarmEventListRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAlarmEventListResponse>;
13162
10969
  describeAlarmEventList(request: DescribeAlarmEventListRequest): Promise<DescribeAlarmEventListResponse>;
13163
- describeAlarmEventStackInfoWithOptions(request: DescribeAlarmEventStackInfoRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAlarmEventStackInfoResponse>;
13164
- describeAlarmEventStackInfo(request: DescribeAlarmEventStackInfoRequest): Promise<DescribeAlarmEventStackInfoResponse>;
13165
10970
  describeAllEntityWithOptions(runtime: $Util.RuntimeOptions): Promise<DescribeAllEntityResponse>;
13166
10971
  describeAllEntity(): Promise<DescribeAllEntityResponse>;
13167
10972
  describeAllGroupsWithOptions(request: DescribeAllGroupsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAllGroupsResponse>;
13168
10973
  describeAllGroups(request: DescribeAllGroupsRequest): Promise<DescribeAllGroupsResponse>;
13169
- describeAllRegionsStatisticsWithOptions(request: DescribeAllRegionsStatisticsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAllRegionsStatisticsResponse>;
13170
- describeAllRegionsStatistics(request: DescribeAllRegionsStatisticsRequest): Promise<DescribeAllRegionsStatisticsResponse>;
13171
10974
  describeAntiBruteForceRulesWithOptions(request: DescribeAntiBruteForceRulesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAntiBruteForceRulesResponse>;
13172
10975
  describeAntiBruteForceRules(request: DescribeAntiBruteForceRulesRequest): Promise<DescribeAntiBruteForceRulesResponse>;
13173
10976
  describeAssetDetailByUuidWithOptions(request: DescribeAssetDetailByUuidRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAssetDetailByUuidResponse>;
@@ -13182,16 +10985,10 @@ export default class Client extends OpenApi {
13182
10985
  describeAutoDelConfig(): Promise<DescribeAutoDelConfigResponse>;
13183
10986
  describeBackupClientsWithOptions(request: DescribeBackupClientsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeBackupClientsResponse>;
13184
10987
  describeBackupClients(request: DescribeBackupClientsRequest): Promise<DescribeBackupClientsResponse>;
13185
- describeBackupDirsWithOptions(request: DescribeBackupDirsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeBackupDirsResponse>;
13186
- describeBackupDirs(request: DescribeBackupDirsRequest): Promise<DescribeBackupDirsResponse>;
13187
10988
  describeBackupFilesWithOptions(request: DescribeBackupFilesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeBackupFilesResponse>;
13188
10989
  describeBackupFiles(request: DescribeBackupFilesRequest): Promise<DescribeBackupFilesResponse>;
13189
- describeBackupMachineStatusWithOptions(request: DescribeBackupMachineStatusRequest, runtime: $Util.RuntimeOptions): Promise<DescribeBackupMachineStatusResponse>;
13190
- describeBackupMachineStatus(request: DescribeBackupMachineStatusRequest): Promise<DescribeBackupMachineStatusResponse>;
13191
10990
  describeBackupPoliciesWithOptions(request: DescribeBackupPoliciesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeBackupPoliciesResponse>;
13192
10991
  describeBackupPolicies(request: DescribeBackupPoliciesRequest): Promise<DescribeBackupPoliciesResponse>;
13193
- describeBackupPolicyWithOptions(request: DescribeBackupPolicyRequest, runtime: $Util.RuntimeOptions): Promise<DescribeBackupPolicyResponse>;
13194
- describeBackupPolicy(request: DescribeBackupPolicyRequest): Promise<DescribeBackupPolicyResponse>;
13195
10992
  describeBackupRestoreCountWithOptions(runtime: $Util.RuntimeOptions): Promise<DescribeBackupRestoreCountResponse>;
13196
10993
  describeBackupRestoreCount(): Promise<DescribeBackupRestoreCountResponse>;
13197
10994
  describeBruteForceSummaryWithOptions(request: DescribeBruteForceSummaryRequest, runtime: $Util.RuntimeOptions): Promise<DescribeBruteForceSummaryResponse>;
@@ -13212,6 +11009,8 @@ export default class Client extends OpenApi {
13212
11009
  describeConcernNecessity(request: DescribeConcernNecessityRequest): Promise<DescribeConcernNecessityResponse>;
13213
11010
  describeContainerStatisticsWithOptions(request: DescribeContainerStatisticsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeContainerStatisticsResponse>;
13214
11011
  describeContainerStatistics(request: DescribeContainerStatisticsRequest): Promise<DescribeContainerStatisticsResponse>;
11012
+ describeContainerTagsWithOptions(request: DescribeContainerTagsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeContainerTagsResponse>;
11013
+ describeContainerTags(request: DescribeContainerTagsRequest): Promise<DescribeContainerTagsResponse>;
13215
11014
  describeCriteriaWithOptions(request: DescribeCriteriaRequest, runtime: $Util.RuntimeOptions): Promise<DescribeCriteriaResponse>;
13216
11015
  describeCriteria(request: DescribeCriteriaRequest): Promise<DescribeCriteriaResponse>;
13217
11016
  describeDialogMessagesWithOptions(request: DescribeDialogMessagesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDialogMessagesResponse>;
@@ -13226,8 +11025,6 @@ export default class Client extends OpenApi {
13226
11025
  describeDomainList(request: DescribeDomainListRequest): Promise<DescribeDomainListResponse>;
13227
11026
  describeEmgVulItemWithOptions(request: DescribeEmgVulItemRequest, runtime: $Util.RuntimeOptions): Promise<DescribeEmgVulItemResponse>;
13228
11027
  describeEmgVulItem(request: DescribeEmgVulItemRequest): Promise<DescribeEmgVulItemResponse>;
13229
- describeExcludeSystemPathWithOptions(request: DescribeExcludeSystemPathRequest, runtime: $Util.RuntimeOptions): Promise<DescribeExcludeSystemPathResponse>;
13230
- describeExcludeSystemPath(request: DescribeExcludeSystemPathRequest): Promise<DescribeExcludeSystemPathResponse>;
13231
11028
  describeExportInfoWithOptions(request: DescribeExportInfoRequest, runtime: $Util.RuntimeOptions): Promise<DescribeExportInfoResponse>;
13232
11029
  describeExportInfo(request: DescribeExportInfoRequest): Promise<DescribeExportInfoResponse>;
13233
11030
  describeExposedInstanceCriteriaWithOptions(request: DescribeExposedInstanceCriteriaRequest, runtime: $Util.RuntimeOptions): Promise<DescribeExposedInstanceCriteriaResponse>;
@@ -13236,18 +11033,12 @@ export default class Client extends OpenApi {
13236
11033
  describeExposedInstanceDetail(request: DescribeExposedInstanceDetailRequest): Promise<DescribeExposedInstanceDetailResponse>;
13237
11034
  describeExposedInstanceListWithOptions(request: DescribeExposedInstanceListRequest, runtime: $Util.RuntimeOptions): Promise<DescribeExposedInstanceListResponse>;
13238
11035
  describeExposedInstanceList(request: DescribeExposedInstanceListRequest): Promise<DescribeExposedInstanceListResponse>;
13239
- describeExposedRiskNumWithOptions(runtime: $Util.RuntimeOptions): Promise<DescribeExposedRiskNumResponse>;
13240
- describeExposedRiskNum(): Promise<DescribeExposedRiskNumResponse>;
13241
11036
  describeExposedStatisticsWithOptions(runtime: $Util.RuntimeOptions): Promise<DescribeExposedStatisticsResponse>;
13242
11037
  describeExposedStatistics(): Promise<DescribeExposedStatisticsResponse>;
13243
11038
  describeExposedStatisticsDetailWithOptions(request: DescribeExposedStatisticsDetailRequest, runtime: $Util.RuntimeOptions): Promise<DescribeExposedStatisticsDetailResponse>;
13244
11039
  describeExposedStatisticsDetail(request: DescribeExposedStatisticsDetailRequest): Promise<DescribeExposedStatisticsDetailResponse>;
13245
11040
  describeFieldStatisticsWithOptions(request: DescribeFieldStatisticsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeFieldStatisticsResponse>;
13246
11041
  describeFieldStatistics(request: DescribeFieldStatisticsRequest): Promise<DescribeFieldStatisticsResponse>;
13247
- describeFrontVulPatchListWithOptions(request: DescribeFrontVulPatchListRequest, runtime: $Util.RuntimeOptions): Promise<DescribeFrontVulPatchListResponse>;
13248
- describeFrontVulPatchList(request: DescribeFrontVulPatchListRequest): Promise<DescribeFrontVulPatchListResponse>;
13249
- describeGraph4InvestigationOnlineWithOptions(request: DescribeGraph4InvestigationOnlineRequest, runtime: $Util.RuntimeOptions): Promise<DescribeGraph4InvestigationOnlineResponse>;
13250
- describeGraph4InvestigationOnline(request: DescribeGraph4InvestigationOnlineRequest): Promise<DescribeGraph4InvestigationOnlineResponse>;
13251
11042
  describeGroupedContainerInstancesWithOptions(request: DescribeGroupedContainerInstancesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeGroupedContainerInstancesResponse>;
13252
11043
  describeGroupedContainerInstances(request: DescribeGroupedContainerInstancesRequest): Promise<DescribeGroupedContainerInstancesResponse>;
13253
11044
  describeGroupedInstancesWithOptions(request: DescribeGroupedInstancesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeGroupedInstancesResponse>;
@@ -13266,8 +11057,6 @@ export default class Client extends OpenApi {
13266
11057
  describeImageFixTask(request: DescribeImageFixTaskRequest): Promise<DescribeImageFixTaskResponse>;
13267
11058
  describeImageGroupedVulListWithOptions(request: DescribeImageGroupedVulListRequest, runtime: $Util.RuntimeOptions): Promise<DescribeImageGroupedVulListResponse>;
13268
11059
  describeImageGroupedVulList(request: DescribeImageGroupedVulListRequest): Promise<DescribeImageGroupedVulListResponse>;
13269
- describeImageInstancesWithOptions(request: DescribeImageInstancesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeImageInstancesResponse>;
13270
- describeImageInstances(request: DescribeImageInstancesRequest): Promise<DescribeImageInstancesResponse>;
13271
11060
  describeImageScanAuthCountWithOptions(runtime: $Util.RuntimeOptions): Promise<DescribeImageScanAuthCountResponse>;
13272
11061
  describeImageScanAuthCount(): Promise<DescribeImageScanAuthCountResponse>;
13273
11062
  describeImageStatisticsWithOptions(runtime: $Util.RuntimeOptions): Promise<DescribeImageStatisticsResponse>;
@@ -13314,12 +11103,8 @@ export default class Client extends OpenApi {
13314
11103
  describePropertyUserDetail(request: DescribePropertyUserDetailRequest): Promise<DescribePropertyUserDetailResponse>;
13315
11104
  describePropertyUserItemWithOptions(request: DescribePropertyUserItemRequest, runtime: $Util.RuntimeOptions): Promise<DescribePropertyUserItemResponse>;
13316
11105
  describePropertyUserItem(request: DescribePropertyUserItemRequest): Promise<DescribePropertyUserItemResponse>;
13317
- describeQuaraFileDownloadInfoWithOptions(request: DescribeQuaraFileDownloadInfoRequest, runtime: $Util.RuntimeOptions): Promise<DescribeQuaraFileDownloadInfoResponse>;
13318
- describeQuaraFileDownloadInfo(request: DescribeQuaraFileDownloadInfoRequest): Promise<DescribeQuaraFileDownloadInfoResponse>;
13319
11106
  describeRestoreJobsWithOptions(request: DescribeRestoreJobsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeRestoreJobsResponse>;
13320
11107
  describeRestoreJobs(request: DescribeRestoreJobsRequest): Promise<DescribeRestoreJobsResponse>;
13321
- describeRestorePlansWithOptions(request: DescribeRestorePlansRequest, runtime: $Util.RuntimeOptions): Promise<DescribeRestorePlansResponse>;
13322
- describeRestorePlans(request: DescribeRestorePlansRequest): Promise<DescribeRestorePlansResponse>;
13323
11108
  describeRiskCheckItemResultWithOptions(request: DescribeRiskCheckItemResultRequest, runtime: $Util.RuntimeOptions): Promise<DescribeRiskCheckItemResultResponse>;
13324
11109
  describeRiskCheckItemResult(request: DescribeRiskCheckItemResultRequest): Promise<DescribeRiskCheckItemResultResponse>;
13325
11110
  describeRiskCheckResultWithOptions(request: DescribeRiskCheckResultRequest, runtime: $Util.RuntimeOptions): Promise<DescribeRiskCheckResultResponse>;
@@ -13350,14 +11135,10 @@ export default class Client extends OpenApi {
13350
11135
  describeSimilarEventScenarios(request: DescribeSimilarEventScenariosRequest): Promise<DescribeSimilarEventScenariosResponse>;
13351
11136
  describeSimilarSecurityEventsWithOptions(request: DescribeSimilarSecurityEventsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeSimilarSecurityEventsResponse>;
13352
11137
  describeSimilarSecurityEvents(request: DescribeSimilarSecurityEventsRequest): Promise<DescribeSimilarSecurityEventsResponse>;
13353
- describeSnapshotsWithOptions(request: DescribeSnapshotsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeSnapshotsResponse>;
13354
- describeSnapshots(request: DescribeSnapshotsRequest): Promise<DescribeSnapshotsResponse>;
13355
11138
  describeStrategyWithOptions(request: DescribeStrategyRequest, runtime: $Util.RuntimeOptions): Promise<DescribeStrategyResponse>;
13356
11139
  describeStrategy(request: DescribeStrategyRequest): Promise<DescribeStrategyResponse>;
13357
11140
  describeStrategyExecDetailWithOptions(request: DescribeStrategyExecDetailRequest, runtime: $Util.RuntimeOptions): Promise<DescribeStrategyExecDetailResponse>;
13358
11141
  describeStrategyExecDetail(request: DescribeStrategyExecDetailRequest): Promise<DescribeStrategyExecDetailResponse>;
13359
- describeStrategyProcessWithOptions(request: DescribeStrategyProcessRequest, runtime: $Util.RuntimeOptions): Promise<DescribeStrategyProcessResponse>;
13360
- describeStrategyProcess(request: DescribeStrategyProcessRequest): Promise<DescribeStrategyProcessResponse>;
13361
11142
  describeStrategyTargetWithOptions(request: DescribeStrategyTargetRequest, runtime: $Util.RuntimeOptions): Promise<DescribeStrategyTargetResponse>;
13362
11143
  describeStrategyTarget(request: DescribeStrategyTargetRequest): Promise<DescribeStrategyTargetResponse>;
13363
11144
  describeSummaryInfoWithOptions(request: DescribeSummaryInfoRequest, runtime: $Util.RuntimeOptions): Promise<DescribeSummaryInfoResponse>;
@@ -13366,32 +11147,22 @@ export default class Client extends OpenApi {
13366
11147
  describeSupportRegion(): Promise<DescribeSupportRegionResponse>;
13367
11148
  describeSuspEventDetailWithOptions(request: DescribeSuspEventDetailRequest, runtime: $Util.RuntimeOptions): Promise<DescribeSuspEventDetailResponse>;
13368
11149
  describeSuspEventDetail(request: DescribeSuspEventDetailRequest): Promise<DescribeSuspEventDetailResponse>;
11150
+ describeSuspEventExportInfoWithOptions(request: DescribeSuspEventExportInfoRequest, runtime: $Util.RuntimeOptions): Promise<DescribeSuspEventExportInfoResponse>;
11151
+ describeSuspEventExportInfo(request: DescribeSuspEventExportInfoRequest): Promise<DescribeSuspEventExportInfoResponse>;
13369
11152
  describeSuspEventQuaraFilesWithOptions(request: DescribeSuspEventQuaraFilesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeSuspEventQuaraFilesResponse>;
13370
11153
  describeSuspEventQuaraFiles(request: DescribeSuspEventQuaraFilesRequest): Promise<DescribeSuspEventQuaraFilesResponse>;
13371
11154
  describeSuspEventsWithOptions(request: DescribeSuspEventsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeSuspEventsResponse>;
13372
11155
  describeSuspEvents(request: DescribeSuspEventsRequest): Promise<DescribeSuspEventsResponse>;
13373
- describeTaskErrorLogWithOptions(request: DescribeTaskErrorLogRequest, runtime: $Util.RuntimeOptions): Promise<DescribeTaskErrorLogResponse>;
13374
- describeTaskErrorLog(request: DescribeTaskErrorLogRequest): Promise<DescribeTaskErrorLogResponse>;
13375
- describeUniBackupDatabaseWithOptions(request: DescribeUniBackupDatabaseRequest, runtime: $Util.RuntimeOptions): Promise<DescribeUniBackupDatabaseResponse>;
13376
- describeUniBackupDatabase(request: DescribeUniBackupDatabaseRequest): Promise<DescribeUniBackupDatabaseResponse>;
11156
+ describeSuspiciousUUIDConfigWithOptions(request: DescribeSuspiciousUUIDConfigRequest, runtime: $Util.RuntimeOptions): Promise<DescribeSuspiciousUUIDConfigResponse>;
11157
+ describeSuspiciousUUIDConfig(request: DescribeSuspiciousUUIDConfigRequest): Promise<DescribeSuspiciousUUIDConfigResponse>;
13377
11158
  describeUniBackupPoliciesWithOptions(request: DescribeUniBackupPoliciesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeUniBackupPoliciesResponse>;
13378
11159
  describeUniBackupPolicies(request: DescribeUniBackupPoliciesRequest): Promise<DescribeUniBackupPoliciesResponse>;
13379
- describeUniBackupPolicyDetailWithOptions(request: DescribeUniBackupPolicyDetailRequest, runtime: $Util.RuntimeOptions): Promise<DescribeUniBackupPolicyDetailResponse>;
13380
- describeUniBackupPolicyDetail(request: DescribeUniBackupPolicyDetailRequest): Promise<DescribeUniBackupPolicyDetailResponse>;
13381
- describeUniBackupStatisticsWithOptions(runtime: $Util.RuntimeOptions): Promise<DescribeUniBackupStatisticsResponse>;
13382
- describeUniBackupStatistics(): Promise<DescribeUniBackupStatisticsResponse>;
13383
- describeUniRecoverableListWithOptions(request: DescribeUniRecoverableListRequest, runtime: $Util.RuntimeOptions): Promise<DescribeUniRecoverableListResponse>;
13384
- describeUniRecoverableList(request: DescribeUniRecoverableListRequest): Promise<DescribeUniRecoverableListResponse>;
13385
- describeUniSupportRegionWithOptions(runtime: $Util.RuntimeOptions): Promise<DescribeUniSupportRegionResponse>;
13386
- describeUniSupportRegion(): Promise<DescribeUniSupportRegionResponse>;
13387
11160
  describeUserBackupMachinesWithOptions(runtime: $Util.RuntimeOptions): Promise<DescribeUserBackupMachinesResponse>;
13388
11161
  describeUserBackupMachines(): Promise<DescribeUserBackupMachinesResponse>;
13389
11162
  describeUserBaselineAuthorizationWithOptions(request: DescribeUserBaselineAuthorizationRequest, runtime: $Util.RuntimeOptions): Promise<DescribeUserBaselineAuthorizationResponse>;
13390
11163
  describeUserBaselineAuthorization(request: DescribeUserBaselineAuthorizationRequest): Promise<DescribeUserBaselineAuthorizationResponse>;
13391
11164
  describeUserLayoutAuthorizationWithOptions(request: DescribeUserLayoutAuthorizationRequest, runtime: $Util.RuntimeOptions): Promise<DescribeUserLayoutAuthorizationResponse>;
13392
11165
  describeUserLayoutAuthorization(request: DescribeUserLayoutAuthorizationRequest): Promise<DescribeUserLayoutAuthorizationResponse>;
13393
- describeUuidsByVulNamesWithOptions(request: DescribeUuidsByVulNamesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeUuidsByVulNamesResponse>;
13394
- describeUuidsByVulNames(request: DescribeUuidsByVulNamesRequest): Promise<DescribeUuidsByVulNamesResponse>;
13395
11166
  describeVersionConfigWithOptions(request: DescribeVersionConfigRequest, runtime: $Util.RuntimeOptions): Promise<DescribeVersionConfigResponse>;
13396
11167
  describeVersionConfig(request: DescribeVersionConfigRequest): Promise<DescribeVersionConfigResponse>;
13397
11168
  describeVolDingdingMessageWithOptions(request: DescribeVolDingdingMessageRequest, runtime: $Util.RuntimeOptions): Promise<DescribeVolDingdingMessageResponse>;
@@ -13408,6 +11179,8 @@ export default class Client extends OpenApi {
13408
11179
  describeVulExportInfo(request: DescribeVulExportInfoRequest): Promise<DescribeVulExportInfoResponse>;
13409
11180
  describeVulListWithOptions(request: DescribeVulListRequest, runtime: $Util.RuntimeOptions): Promise<DescribeVulListResponse>;
13410
11181
  describeVulList(request: DescribeVulListRequest): Promise<DescribeVulListResponse>;
11182
+ describeVulListPageWithOptions(request: DescribeVulListPageRequest, runtime: $Util.RuntimeOptions): Promise<DescribeVulListPageResponse>;
11183
+ describeVulListPage(request: DescribeVulListPageRequest): Promise<DescribeVulListPageResponse>;
13411
11184
  describeVulWhitelistWithOptions(request: DescribeVulWhitelistRequest, runtime: $Util.RuntimeOptions): Promise<DescribeVulWhitelistResponse>;
13412
11185
  describeVulWhitelist(request: DescribeVulWhitelistRequest): Promise<DescribeVulWhitelistResponse>;
13413
11186
  describeWarningMachinesWithOptions(request: DescribeWarningMachinesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeWarningMachinesResponse>;
@@ -13416,24 +11189,18 @@ export default class Client extends OpenApi {
13416
11189
  describeWebLockBindList(request: DescribeWebLockBindListRequest): Promise<DescribeWebLockBindListResponse>;
13417
11190
  describeWebLockConfigListWithOptions(request: DescribeWebLockConfigListRequest, runtime: $Util.RuntimeOptions): Promise<DescribeWebLockConfigListResponse>;
13418
11191
  describeWebLockConfigList(request: DescribeWebLockConfigListRequest): Promise<DescribeWebLockConfigListResponse>;
13419
- execStrategyWithOptions(request: ExecStrategyRequest, runtime: $Util.RuntimeOptions): Promise<ExecStrategyResponse>;
13420
- execStrategy(request: ExecStrategyRequest): Promise<ExecStrategyResponse>;
13421
11192
  exportRecordWithOptions(request: ExportRecordRequest, runtime: $Util.RuntimeOptions): Promise<ExportRecordResponse>;
13422
11193
  exportRecord(request: ExportRecordRequest): Promise<ExportRecordResponse>;
11194
+ exportSuspEventsWithOptions(request: ExportSuspEventsRequest, runtime: $Util.RuntimeOptions): Promise<ExportSuspEventsResponse>;
11195
+ exportSuspEvents(request: ExportSuspEventsRequest): Promise<ExportSuspEventsResponse>;
13423
11196
  exportVulWithOptions(request: ExportVulRequest, runtime: $Util.RuntimeOptions): Promise<ExportVulResponse>;
13424
11197
  exportVul(request: ExportVulRequest): Promise<ExportVulResponse>;
11198
+ exportWarningWithOptions(request: ExportWarningRequest, runtime: $Util.RuntimeOptions): Promise<ExportWarningResponse>;
11199
+ exportWarning(request: ExportWarningRequest): Promise<ExportWarningResponse>;
13425
11200
  fixCheckWarningsWithOptions(request: FixCheckWarningsRequest, runtime: $Util.RuntimeOptions): Promise<FixCheckWarningsResponse>;
13426
11201
  fixCheckWarnings(request: FixCheckWarningsRequest): Promise<FixCheckWarningsResponse>;
13427
11202
  getBackupStorageCountWithOptions(runtime: $Util.RuntimeOptions): Promise<GetBackupStorageCountResponse>;
13428
11203
  getBackupStorageCount(): Promise<GetBackupStorageCountResponse>;
13429
- getIOCsWithOptions(request: GetIOCsRequest, runtime: $Util.RuntimeOptions): Promise<GetIOCsResponse>;
13430
- getIOCs(request: GetIOCsRequest): Promise<GetIOCsResponse>;
13431
- getIncIOCsWithOptions(request: GetIncIOCsRequest, runtime: $Util.RuntimeOptions): Promise<GetIncIOCsResponse>;
13432
- getIncIOCs(request: GetIncIOCsRequest): Promise<GetIncIOCsResponse>;
13433
- getLocalInstallScriptWithOptions(request: GetLocalInstallScriptRequest, runtime: $Util.RuntimeOptions): Promise<GetLocalInstallScriptResponse>;
13434
- getLocalInstallScript(request: GetLocalInstallScriptRequest): Promise<GetLocalInstallScriptResponse>;
13435
- getLocalUninstallScriptWithOptions(request: GetLocalUninstallScriptRequest, runtime: $Util.RuntimeOptions): Promise<GetLocalUninstallScriptResponse>;
13436
- getLocalUninstallScript(request: GetLocalUninstallScriptRequest): Promise<GetLocalUninstallScriptResponse>;
13437
11204
  getSuspiciousStatisticsWithOptions(request: GetSuspiciousStatisticsRequest, runtime: $Util.RuntimeOptions): Promise<GetSuspiciousStatisticsResponse>;
13438
11205
  getSuspiciousStatistics(request: GetSuspiciousStatisticsRequest): Promise<GetSuspiciousStatisticsResponse>;
13439
11206
  getVulStatisticsWithOptions(request: GetVulStatisticsRequest, runtime: $Util.RuntimeOptions): Promise<GetVulStatisticsResponse>;
@@ -13446,8 +11213,6 @@ export default class Client extends OpenApi {
13446
11213
  ignoreHcCheckWarnings(request: IgnoreHcCheckWarningsRequest): Promise<IgnoreHcCheckWarningsResponse>;
13447
11214
  installBackupClientWithOptions(request: InstallBackupClientRequest, runtime: $Util.RuntimeOptions): Promise<InstallBackupClientResponse>;
13448
11215
  installBackupClient(request: InstallBackupClientRequest): Promise<InstallBackupClientResponse>;
13449
- installUniBackupAgentWithOptions(request: InstallUniBackupAgentRequest, runtime: $Util.RuntimeOptions): Promise<InstallUniBackupAgentResponse>;
13450
- installUniBackupAgent(request: InstallUniBackupAgentRequest): Promise<InstallUniBackupAgentResponse>;
13451
11216
  modifyAntiBruteForceRuleWithOptions(request: ModifyAntiBruteForceRuleRequest, runtime: $Util.RuntimeOptions): Promise<ModifyAntiBruteForceRuleResponse>;
13452
11217
  modifyAntiBruteForceRule(request: ModifyAntiBruteForceRuleRequest): Promise<ModifyAntiBruteForceRuleResponse>;
13453
11218
  modifyAssetGroupWithOptions(request: ModifyAssetGroupRequest, runtime: $Util.RuntimeOptions): Promise<ModifyAssetGroupResponse>;
@@ -13456,6 +11221,8 @@ export default class Client extends OpenApi {
13456
11221
  modifyBackupPolicy(request: ModifyBackupPolicyRequest): Promise<ModifyBackupPolicyResponse>;
13457
11222
  modifyBackupPolicyStatusWithOptions(request: ModifyBackupPolicyStatusRequest, runtime: $Util.RuntimeOptions): Promise<ModifyBackupPolicyStatusResponse>;
13458
11223
  modifyBackupPolicyStatus(request: ModifyBackupPolicyStatusRequest): Promise<ModifyBackupPolicyStatusResponse>;
11224
+ modifyClearLogstoreStorageWithOptions(request: ModifyClearLogstoreStorageRequest, runtime: $Util.RuntimeOptions): Promise<ModifyClearLogstoreStorageResponse>;
11225
+ modifyClearLogstoreStorage(request: ModifyClearLogstoreStorageRequest): Promise<ModifyClearLogstoreStorageResponse>;
13459
11226
  modifyCreateVulWhitelistWithOptions(request: ModifyCreateVulWhitelistRequest, runtime: $Util.RuntimeOptions): Promise<ModifyCreateVulWhitelistResponse>;
13460
11227
  modifyCreateVulWhitelist(request: ModifyCreateVulWhitelistRequest): Promise<ModifyCreateVulWhitelistResponse>;
13461
11228
  modifyEmgVulSubmitWithOptions(request: ModifyEmgVulSubmitRequest, runtime: $Util.RuntimeOptions): Promise<ModifyEmgVulSubmitResponse>;
@@ -13468,8 +11235,6 @@ export default class Client extends OpenApi {
13468
11235
  modifyLoginBaseConfig(request: ModifyLoginBaseConfigRequest): Promise<ModifyLoginBaseConfigResponse>;
13469
11236
  modifyLoginSwitchConfigWithOptions(request: ModifyLoginSwitchConfigRequest, runtime: $Util.RuntimeOptions): Promise<ModifyLoginSwitchConfigResponse>;
13470
11237
  modifyLoginSwitchConfig(request: ModifyLoginSwitchConfigRequest): Promise<ModifyLoginSwitchConfigResponse>;
13471
- modifyNoticeConfigWithOptions(request: ModifyNoticeConfigRequest, runtime: $Util.RuntimeOptions): Promise<ModifyNoticeConfigResponse>;
13472
- modifyNoticeConfig(request: ModifyNoticeConfigRequest): Promise<ModifyNoticeConfigResponse>;
13473
11238
  modifyOpenLogShipperWithOptions(request: ModifyOpenLogShipperRequest, runtime: $Util.RuntimeOptions): Promise<ModifyOpenLogShipperResponse>;
13474
11239
  modifyOpenLogShipper(request: ModifyOpenLogShipperRequest): Promise<ModifyOpenLogShipperResponse>;
13475
11240
  modifyOperateVulWithOptions(request: ModifyOperateVulRequest, runtime: $Util.RuntimeOptions): Promise<ModifyOperateVulResponse>;
@@ -13484,14 +11249,8 @@ export default class Client extends OpenApi {
13484
11249
  modifySecurityCheckScheduleConfig(request: ModifySecurityCheckScheduleConfigRequest): Promise<ModifySecurityCheckScheduleConfigResponse>;
13485
11250
  modifyStartVulScanWithOptions(request: ModifyStartVulScanRequest, runtime: $Util.RuntimeOptions): Promise<ModifyStartVulScanResponse>;
13486
11251
  modifyStartVulScan(request: ModifyStartVulScanRequest): Promise<ModifyStartVulScanResponse>;
13487
- modifyStrategyWithOptions(request: ModifyStrategyRequest, runtime: $Util.RuntimeOptions): Promise<ModifyStrategyResponse>;
13488
- modifyStrategy(request: ModifyStrategyRequest): Promise<ModifyStrategyResponse>;
13489
- modifyStrategyTargetWithOptions(request: ModifyStrategyTargetRequest, runtime: $Util.RuntimeOptions): Promise<ModifyStrategyTargetResponse>;
13490
- modifyStrategyTarget(request: ModifyStrategyTargetRequest): Promise<ModifyStrategyTargetResponse>;
13491
11252
  modifyTagWithUuidWithOptions(request: ModifyTagWithUuidRequest, runtime: $Util.RuntimeOptions): Promise<ModifyTagWithUuidResponse>;
13492
11253
  modifyTagWithUuid(request: ModifyTagWithUuidRequest): Promise<ModifyTagWithUuidResponse>;
13493
- modifyUniBackupPolicyWithOptions(tmpReq: ModifyUniBackupPolicyRequest, runtime: $Util.RuntimeOptions): Promise<ModifyUniBackupPolicyResponse>;
13494
- modifyUniBackupPolicy(request: ModifyUniBackupPolicyRequest): Promise<ModifyUniBackupPolicyResponse>;
13495
11254
  modifyVpcHoneyPotWithOptions(request: ModifyVpcHoneyPotRequest, runtime: $Util.RuntimeOptions): Promise<ModifyVpcHoneyPotResponse>;
13496
11255
  modifyVpcHoneyPot(request: ModifyVpcHoneyPotRequest): Promise<ModifyVpcHoneyPotResponse>;
13497
11256
  modifyVulTargetConfigWithOptions(request: ModifyVulTargetConfigRequest, runtime: $Util.RuntimeOptions): Promise<ModifyVulTargetConfigResponse>;
@@ -13504,8 +11263,6 @@ export default class Client extends OpenApi {
13504
11263
  modifyWebLockStart(request: ModifyWebLockStartRequest): Promise<ModifyWebLockStartResponse>;
13505
11264
  modifyWebLockStatusWithOptions(request: ModifyWebLockStatusRequest, runtime: $Util.RuntimeOptions): Promise<ModifyWebLockStatusResponse>;
13506
11265
  modifyWebLockStatus(request: ModifyWebLockStatusRequest): Promise<ModifyWebLockStatusResponse>;
13507
- modifyWebLockUnbindWithOptions(request: ModifyWebLockUnbindRequest, runtime: $Util.RuntimeOptions): Promise<ModifyWebLockUnbindResponse>;
13508
- modifyWebLockUnbind(request: ModifyWebLockUnbindRequest): Promise<ModifyWebLockUnbindResponse>;
13509
11266
  modifyWebLockUpdateConfigWithOptions(request: ModifyWebLockUpdateConfigRequest, runtime: $Util.RuntimeOptions): Promise<ModifyWebLockUpdateConfigResponse>;
13510
11267
  modifyWebLockUpdateConfig(request: ModifyWebLockUpdateConfigRequest): Promise<ModifyWebLockUpdateConfigResponse>;
13511
11268
  operateAgentClientInstallWithOptions(request: OperateAgentClientInstallRequest, runtime: $Util.RuntimeOptions): Promise<OperateAgentClientInstallResponse>;
@@ -13518,38 +11275,28 @@ export default class Client extends OpenApi {
13518
11275
  operationSuspEvents(request: OperationSuspEventsRequest): Promise<OperationSuspEventsResponse>;
13519
11276
  pauseClientWithOptions(request: PauseClientRequest, runtime: $Util.RuntimeOptions): Promise<PauseClientResponse>;
13520
11277
  pauseClient(request: PauseClientRequest): Promise<PauseClientResponse>;
13521
- queryDiscoverDatabaseWithOptions(request: QueryDiscoverDatabaseRequest, runtime: $Util.RuntimeOptions): Promise<QueryDiscoverDatabaseResponse>;
13522
- queryDiscoverDatabase(request: QueryDiscoverDatabaseRequest): Promise<QueryDiscoverDatabaseResponse>;
13523
11278
  queryGroupIdByGroupNameWithOptions(request: QueryGroupIdByGroupNameRequest, runtime: $Util.RuntimeOptions): Promise<QueryGroupIdByGroupNameResponse>;
13524
11279
  queryGroupIdByGroupName(request: QueryGroupIdByGroupNameRequest): Promise<QueryGroupIdByGroupNameResponse>;
13525
- queryPreCheckDatabaseWithOptions(request: QueryPreCheckDatabaseRequest, runtime: $Util.RuntimeOptions): Promise<QueryPreCheckDatabaseResponse>;
13526
- queryPreCheckDatabase(request: QueryPreCheckDatabaseRequest): Promise<QueryPreCheckDatabaseResponse>;
13527
11280
  refreshAssetsWithOptions(request: RefreshAssetsRequest, runtime: $Util.RuntimeOptions): Promise<RefreshAssetsResponse>;
13528
11281
  refreshAssets(request: RefreshAssetsRequest): Promise<RefreshAssetsResponse>;
13529
11282
  refreshContainerAssetsWithOptions(request: RefreshContainerAssetsRequest, runtime: $Util.RuntimeOptions): Promise<RefreshContainerAssetsResponse>;
13530
11283
  refreshContainerAssets(request: RefreshContainerAssetsRequest): Promise<RefreshContainerAssetsResponse>;
11284
+ refreshContainerNetworkWithOptions(request: RefreshContainerNetworkRequest, runtime: $Util.RuntimeOptions): Promise<RefreshContainerNetworkResponse>;
11285
+ refreshContainerNetwork(request: RefreshContainerNetworkRequest): Promise<RefreshContainerNetworkResponse>;
13531
11286
  rollbackSuspEventQuaraFileWithOptions(request: RollbackSuspEventQuaraFileRequest, runtime: $Util.RuntimeOptions): Promise<RollbackSuspEventQuaraFileResponse>;
13532
11287
  rollbackSuspEventQuaraFile(request: RollbackSuspEventQuaraFileRequest): Promise<RollbackSuspEventQuaraFileResponse>;
13533
11288
  sasInstallCodeWithOptions(request: SasInstallCodeRequest, runtime: $Util.RuntimeOptions): Promise<SasInstallCodeResponse>;
13534
11289
  sasInstallCode(request: SasInstallCodeRequest): Promise<SasInstallCodeResponse>;
13535
11290
  startBaselineSecurityCheckWithOptions(request: StartBaselineSecurityCheckRequest, runtime: $Util.RuntimeOptions): Promise<StartBaselineSecurityCheckResponse>;
13536
11291
  startBaselineSecurityCheck(request: StartBaselineSecurityCheckRequest): Promise<StartBaselineSecurityCheckResponse>;
13537
- startDiscoverDatabaseTaskWithOptions(request: StartDiscoverDatabaseTaskRequest, runtime: $Util.RuntimeOptions): Promise<StartDiscoverDatabaseTaskResponse>;
13538
- startDiscoverDatabaseTask(request: StartDiscoverDatabaseTaskRequest): Promise<StartDiscoverDatabaseTaskResponse>;
13539
11292
  startImageVulScanWithOptions(request: StartImageVulScanRequest, runtime: $Util.RuntimeOptions): Promise<StartImageVulScanResponse>;
13540
11293
  startImageVulScan(request: StartImageVulScanRequest): Promise<StartImageVulScanResponse>;
13541
- startPreCheckDatabaseWithOptions(request: StartPreCheckDatabaseRequest, runtime: $Util.RuntimeOptions): Promise<StartPreCheckDatabaseResponse>;
13542
- startPreCheckDatabase(request: StartPreCheckDatabaseRequest): Promise<StartPreCheckDatabaseResponse>;
13543
11294
  startVirusScanTaskWithOptions(request: StartVirusScanTaskRequest, runtime: $Util.RuntimeOptions): Promise<StartVirusScanTaskResponse>;
13544
11295
  startVirusScanTask(request: StartVirusScanTaskRequest): Promise<StartVirusScanTaskResponse>;
13545
11296
  unbindAegisWithOptions(request: UnbindAegisRequest, runtime: $Util.RuntimeOptions): Promise<UnbindAegisResponse>;
13546
11297
  unbindAegis(request: UnbindAegisRequest): Promise<UnbindAegisResponse>;
13547
11298
  uninstallBackupClientWithOptions(request: UninstallBackupClientRequest, runtime: $Util.RuntimeOptions): Promise<UninstallBackupClientResponse>;
13548
11299
  uninstallBackupClient(request: UninstallBackupClientRequest): Promise<UninstallBackupClientResponse>;
13549
- uninstallUniBackupAgentWithOptions(request: UninstallUniBackupAgentRequest, runtime: $Util.RuntimeOptions): Promise<UninstallUniBackupAgentResponse>;
13550
- uninstallUniBackupAgent(request: UninstallUniBackupAgentRequest): Promise<UninstallUniBackupAgentResponse>;
13551
- upgradeBackupPolicyVersionWithOptions(request: UpgradeBackupPolicyVersionRequest, runtime: $Util.RuntimeOptions): Promise<UpgradeBackupPolicyVersionResponse>;
13552
- upgradeBackupPolicyVersion(request: UpgradeBackupPolicyVersionRequest): Promise<UpgradeBackupPolicyVersionResponse>;
13553
11300
  validateHcWarningsWithOptions(request: ValidateHcWarningsRequest, runtime: $Util.RuntimeOptions): Promise<ValidateHcWarningsResponse>;
13554
11301
  validateHcWarnings(request: ValidateHcWarningsRequest): Promise<ValidateHcWarningsResponse>;
13555
11302
  }