@alicloud/cloud-siem20220616 2.2.0 → 3.0.1

Sign up to get free protection for your applications and to get access to all the features.
package/dist/client.d.ts CHANGED
@@ -23,9 +23,14 @@ export declare class DataProductListLogMapValue extends $tea.Model {
23
23
  [key: string]: any;
24
24
  });
25
25
  }
26
- export declare class BatchJobCheckRequest extends $tea.Model {
26
+ export declare class AddDataSourceRequest extends $tea.Model {
27
+ accountId?: string;
28
+ cloudCode?: string;
29
+ dataSourceInstanceName?: string;
30
+ dataSourceInstanceParams?: string;
31
+ dataSourceInstanceRemark?: string;
32
+ dataSourceType?: string;
27
33
  regionId?: string;
28
- submitId?: string;
29
34
  static names(): {
30
35
  [key: string]: string;
31
36
  };
@@ -36,13 +41,9 @@ export declare class BatchJobCheckRequest extends $tea.Model {
36
41
  [key: string]: any;
37
42
  });
38
43
  }
39
- export declare class BatchJobCheckResponseBody extends $tea.Model {
40
- code?: number;
41
- data?: BatchJobCheckResponseBodyData;
42
- errCode?: string;
43
- message?: string;
44
+ export declare class AddDataSourceResponseBody extends $tea.Model {
45
+ data?: AddDataSourceResponseBodyData;
44
46
  requestId?: string;
45
- success?: boolean;
46
47
  static names(): {
47
48
  [key: string]: string;
48
49
  };
@@ -53,12 +54,12 @@ export declare class BatchJobCheckResponseBody extends $tea.Model {
53
54
  [key: string]: any;
54
55
  });
55
56
  }
56
- export declare class BatchJobCheckResponse extends $tea.Model {
57
+ export declare class AddDataSourceResponse extends $tea.Model {
57
58
  headers: {
58
59
  [key: string]: string;
59
60
  };
60
61
  statusCode: number;
61
- body: BatchJobCheckResponseBody;
62
+ body: AddDataSourceResponseBody;
62
63
  static names(): {
63
64
  [key: string]: string;
64
65
  };
@@ -69,8 +70,12 @@ export declare class BatchJobCheckResponse extends $tea.Model {
69
70
  [key: string]: any;
70
71
  });
71
72
  }
72
- export declare class BatchJobSubmitRequest extends $tea.Model {
73
- jsonConfig?: string;
73
+ export declare class AddDataSourceLogRequest extends $tea.Model {
74
+ accountId?: string;
75
+ cloudCode?: string;
76
+ dataSourceInstanceId?: string;
77
+ dataSourceInstanceLogs?: string;
78
+ logCode?: string;
74
79
  regionId?: string;
75
80
  static names(): {
76
81
  [key: string]: string;
@@ -82,13 +87,9 @@ export declare class BatchJobSubmitRequest extends $tea.Model {
82
87
  [key: string]: any;
83
88
  });
84
89
  }
85
- export declare class BatchJobSubmitResponseBody extends $tea.Model {
86
- code?: number;
87
- data?: BatchJobSubmitResponseBodyData;
88
- errCode?: string;
89
- message?: string;
90
+ export declare class AddDataSourceLogResponseBody extends $tea.Model {
91
+ data?: AddDataSourceLogResponseBodyData;
90
92
  requestId?: string;
91
- success?: boolean;
92
93
  static names(): {
93
94
  [key: string]: string;
94
95
  };
@@ -99,12 +100,12 @@ export declare class BatchJobSubmitResponseBody extends $tea.Model {
99
100
  [key: string]: any;
100
101
  });
101
102
  }
102
- export declare class BatchJobSubmitResponse extends $tea.Model {
103
+ export declare class AddDataSourceLogResponse extends $tea.Model {
103
104
  headers: {
104
105
  [key: string]: string;
105
106
  };
106
107
  statusCode: number;
107
- body: BatchJobSubmitResponseBody;
108
+ body: AddDataSourceLogResponseBody;
108
109
  static names(): {
109
110
  [key: string]: string;
110
111
  };
@@ -115,9 +116,8 @@ export declare class BatchJobSubmitResponse extends $tea.Model {
115
116
  [key: string]: any;
116
117
  });
117
118
  }
118
- export declare class CloseDeliveryRequest extends $tea.Model {
119
- logCode?: string;
120
- productCode?: string;
119
+ export declare class AddUserRequest extends $tea.Model {
120
+ addedUserId?: number;
121
121
  regionId?: string;
122
122
  static names(): {
123
123
  [key: string]: string;
@@ -129,15 +129,9 @@ export declare class CloseDeliveryRequest extends $tea.Model {
129
129
  [key: string]: any;
130
130
  });
131
131
  }
132
- export declare class CloseDeliveryResponseBody extends $tea.Model {
133
- code?: number;
132
+ export declare class AddUserResponseBody extends $tea.Model {
134
133
  data?: boolean;
135
- dyCode?: string;
136
- dyMessage?: string;
137
- errCode?: string;
138
- message?: string;
139
134
  requestId?: string;
140
- success?: boolean;
141
135
  static names(): {
142
136
  [key: string]: string;
143
137
  };
@@ -148,12 +142,12 @@ export declare class CloseDeliveryResponseBody extends $tea.Model {
148
142
  [key: string]: any;
149
143
  });
150
144
  }
151
- export declare class CloseDeliveryResponse extends $tea.Model {
145
+ export declare class AddUserResponse extends $tea.Model {
152
146
  headers: {
153
147
  [key: string]: string;
154
148
  };
155
149
  statusCode: number;
156
- body: CloseDeliveryResponseBody;
150
+ body: AddUserResponseBody;
157
151
  static names(): {
158
152
  [key: string]: string;
159
153
  };
@@ -164,9 +158,14 @@ export declare class CloseDeliveryResponse extends $tea.Model {
164
158
  [key: string]: any;
165
159
  });
166
160
  }
167
- export declare class DeleteAutomateResponseConfigRequest extends $tea.Model {
168
- id?: number;
161
+ export declare class AddUserSourceLogConfigRequest extends $tea.Model {
162
+ deleted?: number;
163
+ disPlayLine?: string;
169
164
  regionId?: string;
165
+ sourceLogCode?: string;
166
+ sourceLogInfo?: string;
167
+ sourceProdCode?: string;
168
+ subUserId?: number;
170
169
  static names(): {
171
170
  [key: string]: string;
172
171
  };
@@ -177,12 +176,9 @@ export declare class DeleteAutomateResponseConfigRequest extends $tea.Model {
177
176
  [key: string]: any;
178
177
  });
179
178
  }
180
- export declare class DeleteAutomateResponseConfigResponseBody extends $tea.Model {
181
- code?: number;
182
- data?: string;
183
- message?: string;
179
+ export declare class AddUserSourceLogConfigResponseBody extends $tea.Model {
180
+ data?: AddUserSourceLogConfigResponseBodyData;
184
181
  requestId?: string;
185
- success?: boolean;
186
182
  static names(): {
187
183
  [key: string]: string;
188
184
  };
@@ -193,12 +189,12 @@ export declare class DeleteAutomateResponseConfigResponseBody extends $tea.Model
193
189
  [key: string]: any;
194
190
  });
195
191
  }
196
- export declare class DeleteAutomateResponseConfigResponse extends $tea.Model {
192
+ export declare class AddUserSourceLogConfigResponse extends $tea.Model {
197
193
  headers: {
198
194
  [key: string]: string;
199
195
  };
200
196
  statusCode: number;
201
- body: DeleteAutomateResponseConfigResponseBody;
197
+ body: AddUserSourceLogConfigResponseBody;
202
198
  static names(): {
203
199
  [key: string]: string;
204
200
  };
@@ -209,9 +205,9 @@ export declare class DeleteAutomateResponseConfigResponse extends $tea.Model {
209
205
  [key: string]: any;
210
206
  });
211
207
  }
212
- export declare class DeleteCustomizeRuleRequest extends $tea.Model {
208
+ export declare class BatchJobCheckRequest extends $tea.Model {
213
209
  regionId?: string;
214
- ruleId?: number;
210
+ submitId?: string;
215
211
  static names(): {
216
212
  [key: string]: string;
217
213
  };
@@ -222,9 +218,10 @@ export declare class DeleteCustomizeRuleRequest extends $tea.Model {
222
218
  [key: string]: any;
223
219
  });
224
220
  }
225
- export declare class DeleteCustomizeRuleResponseBody extends $tea.Model {
221
+ export declare class BatchJobCheckResponseBody extends $tea.Model {
226
222
  code?: number;
227
- data?: number;
223
+ data?: BatchJobCheckResponseBodyData;
224
+ errCode?: string;
228
225
  message?: string;
229
226
  requestId?: string;
230
227
  success?: boolean;
@@ -238,12 +235,12 @@ export declare class DeleteCustomizeRuleResponseBody extends $tea.Model {
238
235
  [key: string]: any;
239
236
  });
240
237
  }
241
- export declare class DeleteCustomizeRuleResponse extends $tea.Model {
238
+ export declare class BatchJobCheckResponse extends $tea.Model {
242
239
  headers: {
243
240
  [key: string]: string;
244
241
  };
245
242
  statusCode: number;
246
- body: DeleteCustomizeRuleResponseBody;
243
+ body: BatchJobCheckResponseBody;
247
244
  static names(): {
248
245
  [key: string]: string;
249
246
  };
@@ -254,9 +251,9 @@ export declare class DeleteCustomizeRuleResponse extends $tea.Model {
254
251
  [key: string]: any;
255
252
  });
256
253
  }
257
- export declare class DeleteQuickQueryRequest extends $tea.Model {
254
+ export declare class BatchJobSubmitRequest extends $tea.Model {
255
+ jsonConfig?: string;
258
256
  regionId?: string;
259
- searchName?: string;
260
257
  static names(): {
261
258
  [key: string]: string;
262
259
  };
@@ -267,11 +264,9 @@ export declare class DeleteQuickQueryRequest extends $tea.Model {
267
264
  [key: string]: any;
268
265
  });
269
266
  }
270
- export declare class DeleteQuickQueryResponseBody extends $tea.Model {
267
+ export declare class BatchJobSubmitResponseBody extends $tea.Model {
271
268
  code?: number;
272
- data?: boolean;
273
- dyCode?: string;
274
- dyMessage?: string;
269
+ data?: BatchJobSubmitResponseBodyData;
275
270
  errCode?: string;
276
271
  message?: string;
277
272
  requestId?: string;
@@ -286,12 +281,12 @@ export declare class DeleteQuickQueryResponseBody extends $tea.Model {
286
281
  [key: string]: any;
287
282
  });
288
283
  }
289
- export declare class DeleteQuickQueryResponse extends $tea.Model {
284
+ export declare class BatchJobSubmitResponse extends $tea.Model {
290
285
  headers: {
291
286
  [key: string]: string;
292
287
  };
293
288
  statusCode: number;
294
- body: DeleteQuickQueryResponseBody;
289
+ body: BatchJobSubmitResponseBody;
295
290
  static names(): {
296
291
  [key: string]: string;
297
292
  };
@@ -302,8 +297,11 @@ export declare class DeleteQuickQueryResponse extends $tea.Model {
302
297
  [key: string]: any;
303
298
  });
304
299
  }
305
- export declare class DeleteWhiteRuleListRequest extends $tea.Model {
306
- id?: number;
300
+ export declare class BindAccountRequest extends $tea.Model {
301
+ accessId?: string;
302
+ accountId?: string;
303
+ accountName?: string;
304
+ cloudCode?: string;
307
305
  regionId?: string;
308
306
  static names(): {
309
307
  [key: string]: string;
@@ -315,12 +313,9 @@ export declare class DeleteWhiteRuleListRequest extends $tea.Model {
315
313
  [key: string]: any;
316
314
  });
317
315
  }
318
- export declare class DeleteWhiteRuleListResponseBody extends $tea.Model {
319
- code?: number;
320
- data?: any;
321
- message?: string;
316
+ export declare class BindAccountResponseBody extends $tea.Model {
317
+ data?: BindAccountResponseBodyData;
322
318
  requestId?: string;
323
- success?: boolean;
324
319
  static names(): {
325
320
  [key: string]: string;
326
321
  };
@@ -331,12 +326,12 @@ export declare class DeleteWhiteRuleListResponseBody extends $tea.Model {
331
326
  [key: string]: any;
332
327
  });
333
328
  }
334
- export declare class DeleteWhiteRuleListResponse extends $tea.Model {
329
+ export declare class BindAccountResponse extends $tea.Model {
335
330
  headers: {
336
331
  [key: string]: string;
337
332
  };
338
333
  statusCode: number;
339
- body: DeleteWhiteRuleListResponseBody;
334
+ body: BindAccountResponseBody;
340
335
  static names(): {
341
336
  [key: string]: string;
342
337
  };
@@ -347,7 +342,9 @@ export declare class DeleteWhiteRuleListResponse extends $tea.Model {
347
342
  [key: string]: any;
348
343
  });
349
344
  }
350
- export declare class DescribeAggregateFunctionRequest extends $tea.Model {
345
+ export declare class CloseDeliveryRequest extends $tea.Model {
346
+ logCode?: string;
347
+ productCode?: string;
351
348
  regionId?: string;
352
349
  static names(): {
353
350
  [key: string]: string;
@@ -359,12 +356,9 @@ export declare class DescribeAggregateFunctionRequest extends $tea.Model {
359
356
  [key: string]: any;
360
357
  });
361
358
  }
362
- export declare class DescribeAggregateFunctionResponseBody extends $tea.Model {
363
- code?: number;
364
- data?: DescribeAggregateFunctionResponseBodyData[];
365
- message?: string;
359
+ export declare class CloseDeliveryResponseBody extends $tea.Model {
360
+ data?: boolean;
366
361
  requestId?: string;
367
- success?: boolean;
368
362
  static names(): {
369
363
  [key: string]: string;
370
364
  };
@@ -375,12 +369,12 @@ export declare class DescribeAggregateFunctionResponseBody extends $tea.Model {
375
369
  [key: string]: any;
376
370
  });
377
371
  }
378
- export declare class DescribeAggregateFunctionResponse extends $tea.Model {
372
+ export declare class CloseDeliveryResponse extends $tea.Model {
379
373
  headers: {
380
374
  [key: string]: string;
381
375
  };
382
376
  statusCode: number;
383
- body: DescribeAggregateFunctionResponseBody;
377
+ body: CloseDeliveryResponseBody;
384
378
  static names(): {
385
379
  [key: string]: string;
386
380
  };
@@ -391,7 +385,8 @@ export declare class DescribeAggregateFunctionResponse extends $tea.Model {
391
385
  [key: string]: any;
392
386
  });
393
387
  }
394
- export declare class DescribeAlertSceneRequest extends $tea.Model {
388
+ export declare class DeleteAutomateResponseConfigRequest extends $tea.Model {
389
+ id?: number;
395
390
  regionId?: string;
396
391
  static names(): {
397
392
  [key: string]: string;
@@ -403,9 +398,9 @@ export declare class DescribeAlertSceneRequest extends $tea.Model {
403
398
  [key: string]: any;
404
399
  });
405
400
  }
406
- export declare class DescribeAlertSceneResponseBody extends $tea.Model {
401
+ export declare class DeleteAutomateResponseConfigResponseBody extends $tea.Model {
407
402
  code?: number;
408
- data?: DescribeAlertSceneResponseBodyData[];
403
+ data?: string;
409
404
  message?: string;
410
405
  requestId?: string;
411
406
  success?: boolean;
@@ -419,12 +414,12 @@ export declare class DescribeAlertSceneResponseBody extends $tea.Model {
419
414
  [key: string]: any;
420
415
  });
421
416
  }
422
- export declare class DescribeAlertSceneResponse extends $tea.Model {
417
+ export declare class DeleteAutomateResponseConfigResponse extends $tea.Model {
423
418
  headers: {
424
419
  [key: string]: string;
425
420
  };
426
421
  statusCode: number;
427
- body: DescribeAlertSceneResponseBody;
422
+ body: DeleteAutomateResponseConfigResponseBody;
428
423
  static names(): {
429
424
  [key: string]: string;
430
425
  };
@@ -435,8 +430,11 @@ export declare class DescribeAlertSceneResponse extends $tea.Model {
435
430
  [key: string]: any;
436
431
  });
437
432
  }
438
- export declare class DescribeAlertSceneByEventRequest extends $tea.Model {
439
- incidentUuid?: string;
433
+ export declare class DeleteBindAccountRequest extends $tea.Model {
434
+ accessId?: string;
435
+ accountId?: string;
436
+ bindId?: number;
437
+ cloudCode?: string;
440
438
  regionId?: string;
441
439
  static names(): {
442
440
  [key: string]: string;
@@ -448,12 +446,9 @@ export declare class DescribeAlertSceneByEventRequest extends $tea.Model {
448
446
  [key: string]: any;
449
447
  });
450
448
  }
451
- export declare class DescribeAlertSceneByEventResponseBody extends $tea.Model {
452
- code?: number;
453
- data?: DescribeAlertSceneByEventResponseBodyData[];
454
- message?: string;
449
+ export declare class DeleteBindAccountResponseBody extends $tea.Model {
450
+ data?: DeleteBindAccountResponseBodyData;
455
451
  requestId?: string;
456
- success?: boolean;
457
452
  static names(): {
458
453
  [key: string]: string;
459
454
  };
@@ -464,12 +459,12 @@ export declare class DescribeAlertSceneByEventResponseBody extends $tea.Model {
464
459
  [key: string]: any;
465
460
  });
466
461
  }
467
- export declare class DescribeAlertSceneByEventResponse extends $tea.Model {
462
+ export declare class DeleteBindAccountResponse extends $tea.Model {
468
463
  headers: {
469
464
  [key: string]: string;
470
465
  };
471
466
  statusCode: number;
472
- body: DescribeAlertSceneByEventResponseBody;
467
+ body: DeleteBindAccountResponseBody;
473
468
  static names(): {
474
469
  [key: string]: string;
475
470
  };
@@ -480,11 +475,9 @@ export declare class DescribeAlertSceneByEventResponse extends $tea.Model {
480
475
  [key: string]: any;
481
476
  });
482
477
  }
483
- export declare class DescribeAlertSourceRequest extends $tea.Model {
484
- endTime?: number;
485
- level?: string[];
478
+ export declare class DeleteCustomizeRuleRequest extends $tea.Model {
486
479
  regionId?: string;
487
- startTime?: number;
480
+ ruleId?: number;
488
481
  static names(): {
489
482
  [key: string]: string;
490
483
  };
@@ -495,9 +488,9 @@ export declare class DescribeAlertSourceRequest extends $tea.Model {
495
488
  [key: string]: any;
496
489
  });
497
490
  }
498
- export declare class DescribeAlertSourceResponseBody extends $tea.Model {
491
+ export declare class DeleteCustomizeRuleResponseBody extends $tea.Model {
499
492
  code?: number;
500
- data?: DescribeAlertSourceResponseBodyData[];
493
+ data?: number;
501
494
  message?: string;
502
495
  requestId?: string;
503
496
  success?: boolean;
@@ -511,12 +504,12 @@ export declare class DescribeAlertSourceResponseBody extends $tea.Model {
511
504
  [key: string]: any;
512
505
  });
513
506
  }
514
- export declare class DescribeAlertSourceResponse extends $tea.Model {
507
+ export declare class DeleteCustomizeRuleResponse extends $tea.Model {
515
508
  headers: {
516
509
  [key: string]: string;
517
510
  };
518
511
  statusCode: number;
519
- body: DescribeAlertSourceResponseBody;
512
+ body: DeleteCustomizeRuleResponseBody;
520
513
  static names(): {
521
514
  [key: string]: string;
522
515
  };
@@ -527,8 +520,10 @@ export declare class DescribeAlertSourceResponse extends $tea.Model {
527
520
  [key: string]: any;
528
521
  });
529
522
  }
530
- export declare class DescribeAlertSourceWithEventRequest extends $tea.Model {
531
- incidentUuid?: string;
523
+ export declare class DeleteDataSourceRequest extends $tea.Model {
524
+ accountId?: string;
525
+ cloudCode?: string;
526
+ dataSourceInstanceId?: string;
532
527
  regionId?: string;
533
528
  static names(): {
534
529
  [key: string]: string;
@@ -540,12 +535,9 @@ export declare class DescribeAlertSourceWithEventRequest extends $tea.Model {
540
535
  [key: string]: any;
541
536
  });
542
537
  }
543
- export declare class DescribeAlertSourceWithEventResponseBody extends $tea.Model {
544
- code?: number;
545
- data?: DescribeAlertSourceWithEventResponseBodyData[];
546
- message?: string;
538
+ export declare class DeleteDataSourceResponseBody extends $tea.Model {
539
+ data?: DeleteDataSourceResponseBodyData;
547
540
  requestId?: string;
548
- success?: boolean;
549
541
  static names(): {
550
542
  [key: string]: string;
551
543
  };
@@ -556,12 +548,12 @@ export declare class DescribeAlertSourceWithEventResponseBody extends $tea.Model
556
548
  [key: string]: any;
557
549
  });
558
550
  }
559
- export declare class DescribeAlertSourceWithEventResponse extends $tea.Model {
551
+ export declare class DeleteDataSourceResponse extends $tea.Model {
560
552
  headers: {
561
553
  [key: string]: string;
562
554
  };
563
555
  statusCode: number;
564
- body: DescribeAlertSourceWithEventResponseBody;
556
+ body: DeleteDataSourceResponseBody;
565
557
  static names(): {
566
558
  [key: string]: string;
567
559
  };
@@ -572,7 +564,11 @@ export declare class DescribeAlertSourceWithEventResponse extends $tea.Model {
572
564
  [key: string]: any;
573
565
  });
574
566
  }
575
- export declare class DescribeAlertTypeRequest extends $tea.Model {
567
+ export declare class DeleteDataSourceLogRequest extends $tea.Model {
568
+ accountId?: string;
569
+ cloudCode?: string;
570
+ dataSourceInstanceId?: string;
571
+ logInstanceId?: string;
576
572
  regionId?: string;
577
573
  static names(): {
578
574
  [key: string]: string;
@@ -584,12 +580,9 @@ export declare class DescribeAlertTypeRequest extends $tea.Model {
584
580
  [key: string]: any;
585
581
  });
586
582
  }
587
- export declare class DescribeAlertTypeResponseBody extends $tea.Model {
588
- code?: number;
589
- data?: DescribeAlertTypeResponseBodyData[];
590
- message?: string;
583
+ export declare class DeleteDataSourceLogResponseBody extends $tea.Model {
584
+ data?: DeleteDataSourceLogResponseBodyData;
591
585
  requestId?: string;
592
- success?: boolean;
593
586
  static names(): {
594
587
  [key: string]: string;
595
588
  };
@@ -600,12 +593,12 @@ export declare class DescribeAlertTypeResponseBody extends $tea.Model {
600
593
  [key: string]: any;
601
594
  });
602
595
  }
603
- export declare class DescribeAlertTypeResponse extends $tea.Model {
596
+ export declare class DeleteDataSourceLogResponse extends $tea.Model {
604
597
  headers: {
605
598
  [key: string]: string;
606
599
  };
607
600
  statusCode: number;
608
- body: DescribeAlertTypeResponseBody;
601
+ body: DeleteDataSourceLogResponseBody;
609
602
  static names(): {
610
603
  [key: string]: string;
611
604
  };
@@ -616,18 +609,9 @@ export declare class DescribeAlertTypeResponse extends $tea.Model {
616
609
  [key: string]: any;
617
610
  });
618
611
  }
619
- export declare class DescribeAlertsRequest extends $tea.Model {
620
- alertTitle?: string;
621
- alertUuid?: string;
622
- currentPage?: number;
623
- endTime?: number;
624
- isDefend?: string;
625
- level?: string[];
626
- pageSize?: number;
612
+ export declare class DeleteQuickQueryRequest extends $tea.Model {
627
613
  regionId?: string;
628
- source?: string;
629
- startTime?: number;
630
- subUserId?: string;
614
+ searchName?: string;
631
615
  static names(): {
632
616
  [key: string]: string;
633
617
  };
@@ -638,12 +622,9 @@ export declare class DescribeAlertsRequest extends $tea.Model {
638
622
  [key: string]: any;
639
623
  });
640
624
  }
641
- export declare class DescribeAlertsResponseBody extends $tea.Model {
642
- code?: number;
643
- data?: DescribeAlertsResponseBodyData;
644
- message?: string;
625
+ export declare class DeleteQuickQueryResponseBody extends $tea.Model {
626
+ data?: boolean;
645
627
  requestId?: string;
646
- success?: boolean;
647
628
  static names(): {
648
629
  [key: string]: string;
649
630
  };
@@ -654,12 +635,12 @@ export declare class DescribeAlertsResponseBody extends $tea.Model {
654
635
  [key: string]: any;
655
636
  });
656
637
  }
657
- export declare class DescribeAlertsResponse extends $tea.Model {
638
+ export declare class DeleteQuickQueryResponse extends $tea.Model {
658
639
  headers: {
659
640
  [key: string]: string;
660
641
  };
661
642
  statusCode: number;
662
- body: DescribeAlertsResponseBody;
643
+ body: DeleteQuickQueryResponseBody;
663
644
  static names(): {
664
645
  [key: string]: string;
665
646
  };
@@ -670,10 +651,9 @@ export declare class DescribeAlertsResponse extends $tea.Model {
670
651
  [key: string]: any;
671
652
  });
672
653
  }
673
- export declare class DescribeAlertsCountRequest extends $tea.Model {
674
- endTime?: number;
654
+ export declare class DeleteUserRequest extends $tea.Model {
655
+ addedUserId?: number;
675
656
  regionId?: string;
676
- startTime?: number;
677
657
  static names(): {
678
658
  [key: string]: string;
679
659
  };
@@ -684,12 +664,9 @@ export declare class DescribeAlertsCountRequest extends $tea.Model {
684
664
  [key: string]: any;
685
665
  });
686
666
  }
687
- export declare class DescribeAlertsCountResponseBody extends $tea.Model {
688
- code?: number;
689
- data?: DescribeAlertsCountResponseBodyData;
690
- message?: string;
667
+ export declare class DeleteUserResponseBody extends $tea.Model {
668
+ data?: boolean;
691
669
  requestId?: string;
692
- success?: boolean;
693
670
  static names(): {
694
671
  [key: string]: string;
695
672
  };
@@ -700,12 +677,12 @@ export declare class DescribeAlertsCountResponseBody extends $tea.Model {
700
677
  [key: string]: any;
701
678
  });
702
679
  }
703
- export declare class DescribeAlertsCountResponse extends $tea.Model {
680
+ export declare class DeleteUserResponse extends $tea.Model {
704
681
  headers: {
705
682
  [key: string]: string;
706
683
  };
707
684
  statusCode: number;
708
- body: DescribeAlertsCountResponseBody;
685
+ body: DeleteUserResponseBody;
709
686
  static names(): {
710
687
  [key: string]: string;
711
688
  };
@@ -716,13 +693,9 @@ export declare class DescribeAlertsCountResponse extends $tea.Model {
716
693
  [key: string]: any;
717
694
  });
718
695
  }
719
- export declare class DescribeAlertsWithEntityRequest extends $tea.Model {
720
- currentPage?: number;
721
- entityId?: number;
722
- incidentUuid?: string;
723
- pageSize?: number;
696
+ export declare class DeleteWhiteRuleListRequest extends $tea.Model {
697
+ id?: number;
724
698
  regionId?: string;
725
- sophonTaskId?: string;
726
699
  static names(): {
727
700
  [key: string]: string;
728
701
  };
@@ -733,9 +706,9 @@ export declare class DescribeAlertsWithEntityRequest extends $tea.Model {
733
706
  [key: string]: any;
734
707
  });
735
708
  }
736
- export declare class DescribeAlertsWithEntityResponseBody extends $tea.Model {
709
+ export declare class DeleteWhiteRuleListResponseBody extends $tea.Model {
737
710
  code?: number;
738
- data?: DescribeAlertsWithEntityResponseBodyData;
711
+ data?: any;
739
712
  message?: string;
740
713
  requestId?: string;
741
714
  success?: boolean;
@@ -749,12 +722,12 @@ export declare class DescribeAlertsWithEntityResponseBody extends $tea.Model {
749
722
  [key: string]: any;
750
723
  });
751
724
  }
752
- export declare class DescribeAlertsWithEntityResponse extends $tea.Model {
725
+ export declare class DeleteWhiteRuleListResponse extends $tea.Model {
753
726
  headers: {
754
727
  [key: string]: string;
755
728
  };
756
729
  statusCode: number;
757
- body: DescribeAlertsWithEntityResponseBody;
730
+ body: DeleteWhiteRuleListResponseBody;
758
731
  static names(): {
759
732
  [key: string]: string;
760
733
  };
@@ -765,16 +738,8 @@ export declare class DescribeAlertsWithEntityResponse extends $tea.Model {
765
738
  [key: string]: any;
766
739
  });
767
740
  }
768
- export declare class DescribeAlertsWithEventRequest extends $tea.Model {
769
- alertTitle?: string;
770
- currentPage?: number;
771
- incidentUuid?: string;
772
- isDefend?: string;
773
- level?: string[];
774
- pageSize?: number;
741
+ export declare class DescribeAggregateFunctionRequest extends $tea.Model {
775
742
  regionId?: string;
776
- source?: string;
777
- subUserId?: number;
778
743
  static names(): {
779
744
  [key: string]: string;
780
745
  };
@@ -785,9 +750,9 @@ export declare class DescribeAlertsWithEventRequest extends $tea.Model {
785
750
  [key: string]: any;
786
751
  });
787
752
  }
788
- export declare class DescribeAlertsWithEventResponseBody extends $tea.Model {
753
+ export declare class DescribeAggregateFunctionResponseBody extends $tea.Model {
789
754
  code?: number;
790
- data?: DescribeAlertsWithEventResponseBodyData;
755
+ data?: DescribeAggregateFunctionResponseBodyData[];
791
756
  message?: string;
792
757
  requestId?: string;
793
758
  success?: boolean;
@@ -801,12 +766,12 @@ export declare class DescribeAlertsWithEventResponseBody extends $tea.Model {
801
766
  [key: string]: any;
802
767
  });
803
768
  }
804
- export declare class DescribeAlertsWithEventResponse extends $tea.Model {
769
+ export declare class DescribeAggregateFunctionResponse extends $tea.Model {
805
770
  headers: {
806
771
  [key: string]: string;
807
772
  };
808
773
  statusCode: number;
809
- body: DescribeAlertsWithEventResponseBody;
774
+ body: DescribeAggregateFunctionResponseBody;
810
775
  static names(): {
811
776
  [key: string]: string;
812
777
  };
@@ -817,12 +782,8 @@ export declare class DescribeAlertsWithEventResponse extends $tea.Model {
817
782
  [key: string]: any;
818
783
  });
819
784
  }
820
- export declare class DescribeAttackTimeLineRequest extends $tea.Model {
821
- assetName?: string;
822
- endTime?: number;
823
- incidentUuid?: string;
785
+ export declare class DescribeAlertSceneRequest extends $tea.Model {
824
786
  regionId?: string;
825
- startTime?: number;
826
787
  static names(): {
827
788
  [key: string]: string;
828
789
  };
@@ -833,9 +794,9 @@ export declare class DescribeAttackTimeLineRequest extends $tea.Model {
833
794
  [key: string]: any;
834
795
  });
835
796
  }
836
- export declare class DescribeAttackTimeLineResponseBody extends $tea.Model {
797
+ export declare class DescribeAlertSceneResponseBody extends $tea.Model {
837
798
  code?: number;
838
- data?: DescribeAttackTimeLineResponseBodyData[];
799
+ data?: DescribeAlertSceneResponseBodyData[];
839
800
  message?: string;
840
801
  requestId?: string;
841
802
  success?: boolean;
@@ -849,12 +810,12 @@ export declare class DescribeAttackTimeLineResponseBody extends $tea.Model {
849
810
  [key: string]: any;
850
811
  });
851
812
  }
852
- export declare class DescribeAttackTimeLineResponse extends $tea.Model {
813
+ export declare class DescribeAlertSceneResponse extends $tea.Model {
853
814
  headers: {
854
815
  [key: string]: string;
855
816
  };
856
817
  statusCode: number;
857
- body: DescribeAttackTimeLineResponseBody;
818
+ body: DescribeAlertSceneResponseBody;
858
819
  static names(): {
859
820
  [key: string]: string;
860
821
  };
@@ -865,7 +826,8 @@ export declare class DescribeAttackTimeLineResponse extends $tea.Model {
865
826
  [key: string]: any;
866
827
  });
867
828
  }
868
- export declare class DescribeAutomateResponseConfigCounterRequest extends $tea.Model {
829
+ export declare class DescribeAlertSceneByEventRequest extends $tea.Model {
830
+ incidentUuid?: string;
869
831
  regionId?: string;
870
832
  static names(): {
871
833
  [key: string]: string;
@@ -877,9 +839,9 @@ export declare class DescribeAutomateResponseConfigCounterRequest extends $tea.M
877
839
  [key: string]: any;
878
840
  });
879
841
  }
880
- export declare class DescribeAutomateResponseConfigCounterResponseBody extends $tea.Model {
842
+ export declare class DescribeAlertSceneByEventResponseBody extends $tea.Model {
881
843
  code?: number;
882
- data?: DescribeAutomateResponseConfigCounterResponseBodyData;
844
+ data?: DescribeAlertSceneByEventResponseBodyData[];
883
845
  message?: string;
884
846
  requestId?: string;
885
847
  success?: boolean;
@@ -893,12 +855,12 @@ export declare class DescribeAutomateResponseConfigCounterResponseBody extends $
893
855
  [key: string]: any;
894
856
  });
895
857
  }
896
- export declare class DescribeAutomateResponseConfigCounterResponse extends $tea.Model {
858
+ export declare class DescribeAlertSceneByEventResponse extends $tea.Model {
897
859
  headers: {
898
860
  [key: string]: string;
899
861
  };
900
862
  statusCode: number;
901
- body: DescribeAutomateResponseConfigCounterResponseBody;
863
+ body: DescribeAlertSceneByEventResponseBody;
902
864
  static names(): {
903
865
  [key: string]: string;
904
866
  };
@@ -909,9 +871,11 @@ export declare class DescribeAutomateResponseConfigCounterResponse extends $tea.
909
871
  [key: string]: any;
910
872
  });
911
873
  }
912
- export declare class DescribeAutomateResponseConfigFeatureRequest extends $tea.Model {
913
- autoResponseType?: string;
874
+ export declare class DescribeAlertSourceRequest extends $tea.Model {
875
+ endTime?: number;
876
+ level?: string[];
914
877
  regionId?: string;
878
+ startTime?: number;
915
879
  static names(): {
916
880
  [key: string]: string;
917
881
  };
@@ -922,9 +886,9 @@ export declare class DescribeAutomateResponseConfigFeatureRequest extends $tea.M
922
886
  [key: string]: any;
923
887
  });
924
888
  }
925
- export declare class DescribeAutomateResponseConfigFeatureResponseBody extends $tea.Model {
889
+ export declare class DescribeAlertSourceResponseBody extends $tea.Model {
926
890
  code?: number;
927
- data?: DescribeAutomateResponseConfigFeatureResponseBodyData[];
891
+ data?: DescribeAlertSourceResponseBodyData[];
928
892
  message?: string;
929
893
  requestId?: string;
930
894
  success?: boolean;
@@ -938,12 +902,12 @@ export declare class DescribeAutomateResponseConfigFeatureResponseBody extends $
938
902
  [key: string]: any;
939
903
  });
940
904
  }
941
- export declare class DescribeAutomateResponseConfigFeatureResponse extends $tea.Model {
905
+ export declare class DescribeAlertSourceResponse extends $tea.Model {
942
906
  headers: {
943
907
  [key: string]: string;
944
908
  };
945
909
  statusCode: number;
946
- body: DescribeAutomateResponseConfigFeatureResponseBody;
910
+ body: DescribeAlertSourceResponseBody;
947
911
  static names(): {
948
912
  [key: string]: string;
949
913
  };
@@ -954,9 +918,8 @@ export declare class DescribeAutomateResponseConfigFeatureResponse extends $tea.
954
918
  [key: string]: any;
955
919
  });
956
920
  }
957
- export declare class DescribeAutomateResponseConfigPlayBooksRequest extends $tea.Model {
958
- autoResponseType?: string;
959
- entityType?: string;
921
+ export declare class DescribeAlertSourceWithEventRequest extends $tea.Model {
922
+ incidentUuid?: string;
960
923
  regionId?: string;
961
924
  static names(): {
962
925
  [key: string]: string;
@@ -968,9 +931,9 @@ export declare class DescribeAutomateResponseConfigPlayBooksRequest extends $tea
968
931
  [key: string]: any;
969
932
  });
970
933
  }
971
- export declare class DescribeAutomateResponseConfigPlayBooksResponseBody extends $tea.Model {
934
+ export declare class DescribeAlertSourceWithEventResponseBody extends $tea.Model {
972
935
  code?: number;
973
- data?: DescribeAutomateResponseConfigPlayBooksResponseBodyData[];
936
+ data?: DescribeAlertSourceWithEventResponseBodyData[];
974
937
  message?: string;
975
938
  requestId?: string;
976
939
  success?: boolean;
@@ -984,12 +947,12 @@ export declare class DescribeAutomateResponseConfigPlayBooksResponseBody extends
984
947
  [key: string]: any;
985
948
  });
986
949
  }
987
- export declare class DescribeAutomateResponseConfigPlayBooksResponse extends $tea.Model {
950
+ export declare class DescribeAlertSourceWithEventResponse extends $tea.Model {
988
951
  headers: {
989
952
  [key: string]: string;
990
953
  };
991
954
  statusCode: number;
992
- body: DescribeAutomateResponseConfigPlayBooksResponseBody;
955
+ body: DescribeAlertSourceWithEventResponseBody;
993
956
  static names(): {
994
957
  [key: string]: string;
995
958
  };
@@ -1000,11 +963,7 @@ export declare class DescribeAutomateResponseConfigPlayBooksResponse extends $te
1000
963
  [key: string]: any;
1001
964
  });
1002
965
  }
1003
- export declare class DescribeCloudSiemAssetsRequest extends $tea.Model {
1004
- assetType?: string;
1005
- currentPage?: number;
1006
- incidentUuid?: string;
1007
- pageSize?: number;
966
+ export declare class DescribeAlertTypeRequest extends $tea.Model {
1008
967
  regionId?: string;
1009
968
  static names(): {
1010
969
  [key: string]: string;
@@ -1016,9 +975,9 @@ export declare class DescribeCloudSiemAssetsRequest extends $tea.Model {
1016
975
  [key: string]: any;
1017
976
  });
1018
977
  }
1019
- export declare class DescribeCloudSiemAssetsResponseBody extends $tea.Model {
978
+ export declare class DescribeAlertTypeResponseBody extends $tea.Model {
1020
979
  code?: number;
1021
- data?: DescribeCloudSiemAssetsResponseBodyData;
980
+ data?: DescribeAlertTypeResponseBodyData[];
1022
981
  message?: string;
1023
982
  requestId?: string;
1024
983
  success?: boolean;
@@ -1032,12 +991,12 @@ export declare class DescribeCloudSiemAssetsResponseBody extends $tea.Model {
1032
991
  [key: string]: any;
1033
992
  });
1034
993
  }
1035
- export declare class DescribeCloudSiemAssetsResponse extends $tea.Model {
994
+ export declare class DescribeAlertTypeResponse extends $tea.Model {
1036
995
  headers: {
1037
996
  [key: string]: string;
1038
997
  };
1039
998
  statusCode: number;
1040
- body: DescribeCloudSiemAssetsResponseBody;
999
+ body: DescribeAlertTypeResponseBody;
1041
1000
  static names(): {
1042
1001
  [key: string]: string;
1043
1002
  };
@@ -1048,9 +1007,18 @@ export declare class DescribeCloudSiemAssetsResponse extends $tea.Model {
1048
1007
  [key: string]: any;
1049
1008
  });
1050
1009
  }
1051
- export declare class DescribeCloudSiemAssetsCounterRequest extends $tea.Model {
1052
- incidentUuid?: string;
1010
+ export declare class DescribeAlertsRequest extends $tea.Model {
1011
+ alertTitle?: string;
1012
+ alertUuid?: string;
1013
+ currentPage?: number;
1014
+ endTime?: number;
1015
+ isDefend?: string;
1016
+ level?: string[];
1017
+ pageSize?: number;
1053
1018
  regionId?: string;
1019
+ source?: string;
1020
+ startTime?: number;
1021
+ subUserId?: string;
1054
1022
  static names(): {
1055
1023
  [key: string]: string;
1056
1024
  };
@@ -1061,9 +1029,9 @@ export declare class DescribeCloudSiemAssetsCounterRequest extends $tea.Model {
1061
1029
  [key: string]: any;
1062
1030
  });
1063
1031
  }
1064
- export declare class DescribeCloudSiemAssetsCounterResponseBody extends $tea.Model {
1032
+ export declare class DescribeAlertsResponseBody extends $tea.Model {
1065
1033
  code?: number;
1066
- data?: DescribeCloudSiemAssetsCounterResponseBodyData[];
1034
+ data?: DescribeAlertsResponseBodyData;
1067
1035
  message?: string;
1068
1036
  requestId?: string;
1069
1037
  success?: boolean;
@@ -1077,12 +1045,12 @@ export declare class DescribeCloudSiemAssetsCounterResponseBody extends $tea.Mod
1077
1045
  [key: string]: any;
1078
1046
  });
1079
1047
  }
1080
- export declare class DescribeCloudSiemAssetsCounterResponse extends $tea.Model {
1048
+ export declare class DescribeAlertsResponse extends $tea.Model {
1081
1049
  headers: {
1082
1050
  [key: string]: string;
1083
1051
  };
1084
1052
  statusCode: number;
1085
- body: DescribeCloudSiemAssetsCounterResponseBody;
1053
+ body: DescribeAlertsResponseBody;
1086
1054
  static names(): {
1087
1055
  [key: string]: string;
1088
1056
  };
@@ -1093,9 +1061,10 @@ export declare class DescribeCloudSiemAssetsCounterResponse extends $tea.Model {
1093
1061
  [key: string]: any;
1094
1062
  });
1095
1063
  }
1096
- export declare class DescribeCloudSiemEventDetailRequest extends $tea.Model {
1097
- incidentUuid?: string;
1064
+ export declare class DescribeAlertsCountRequest extends $tea.Model {
1065
+ endTime?: number;
1098
1066
  regionId?: string;
1067
+ startTime?: number;
1099
1068
  static names(): {
1100
1069
  [key: string]: string;
1101
1070
  };
@@ -1106,9 +1075,9 @@ export declare class DescribeCloudSiemEventDetailRequest extends $tea.Model {
1106
1075
  [key: string]: any;
1107
1076
  });
1108
1077
  }
1109
- export declare class DescribeCloudSiemEventDetailResponseBody extends $tea.Model {
1078
+ export declare class DescribeAlertsCountResponseBody extends $tea.Model {
1110
1079
  code?: number;
1111
- data?: DescribeCloudSiemEventDetailResponseBodyData;
1080
+ data?: DescribeAlertsCountResponseBodyData;
1112
1081
  message?: string;
1113
1082
  requestId?: string;
1114
1083
  success?: boolean;
@@ -1122,12 +1091,12 @@ export declare class DescribeCloudSiemEventDetailResponseBody extends $tea.Model
1122
1091
  [key: string]: any;
1123
1092
  });
1124
1093
  }
1125
- export declare class DescribeCloudSiemEventDetailResponse extends $tea.Model {
1094
+ export declare class DescribeAlertsCountResponse extends $tea.Model {
1126
1095
  headers: {
1127
1096
  [key: string]: string;
1128
1097
  };
1129
1098
  statusCode: number;
1130
- body: DescribeCloudSiemEventDetailResponseBody;
1099
+ body: DescribeAlertsCountResponseBody;
1131
1100
  static names(): {
1132
1101
  [key: string]: string;
1133
1102
  };
@@ -1138,19 +1107,13 @@ export declare class DescribeCloudSiemEventDetailResponse extends $tea.Model {
1138
1107
  [key: string]: any;
1139
1108
  });
1140
1109
  }
1141
- export declare class DescribeCloudSiemEventsRequest extends $tea.Model {
1142
- assetId?: string;
1110
+ export declare class DescribeAlertsWithEntityRequest extends $tea.Model {
1143
1111
  currentPage?: number;
1144
- endTime?: number;
1145
- eventName?: string;
1112
+ entityId?: number;
1146
1113
  incidentUuid?: string;
1147
- order?: string;
1148
- orderField?: string;
1149
1114
  pageSize?: number;
1150
1115
  regionId?: string;
1151
- startTime?: number;
1152
- status?: number;
1153
- threadLevel?: string[];
1116
+ sophonTaskId?: string;
1154
1117
  static names(): {
1155
1118
  [key: string]: string;
1156
1119
  };
@@ -1161,9 +1124,9 @@ export declare class DescribeCloudSiemEventsRequest extends $tea.Model {
1161
1124
  [key: string]: any;
1162
1125
  });
1163
1126
  }
1164
- export declare class DescribeCloudSiemEventsResponseBody extends $tea.Model {
1127
+ export declare class DescribeAlertsWithEntityResponseBody extends $tea.Model {
1165
1128
  code?: number;
1166
- data?: DescribeCloudSiemEventsResponseBodyData;
1129
+ data?: DescribeAlertsWithEntityResponseBodyData;
1167
1130
  message?: string;
1168
1131
  requestId?: string;
1169
1132
  success?: boolean;
@@ -1177,12 +1140,12 @@ export declare class DescribeCloudSiemEventsResponseBody extends $tea.Model {
1177
1140
  [key: string]: any;
1178
1141
  });
1179
1142
  }
1180
- export declare class DescribeCloudSiemEventsResponse extends $tea.Model {
1143
+ export declare class DescribeAlertsWithEntityResponse extends $tea.Model {
1181
1144
  headers: {
1182
1145
  [key: string]: string;
1183
1146
  };
1184
1147
  statusCode: number;
1185
- body: DescribeCloudSiemEventsResponseBody;
1148
+ body: DescribeAlertsWithEntityResponseBody;
1186
1149
  static names(): {
1187
1150
  [key: string]: string;
1188
1151
  };
@@ -1193,9 +1156,16 @@ export declare class DescribeCloudSiemEventsResponse extends $tea.Model {
1193
1156
  [key: string]: any;
1194
1157
  });
1195
1158
  }
1196
- export declare class DescribeCustomizeRuleRequest extends $tea.Model {
1159
+ export declare class DescribeAlertsWithEventRequest extends $tea.Model {
1160
+ alertTitle?: string;
1161
+ currentPage?: number;
1162
+ incidentUuid?: string;
1163
+ isDefend?: string;
1164
+ level?: string[];
1165
+ pageSize?: number;
1197
1166
  regionId?: string;
1198
- ruleId?: number;
1167
+ source?: string;
1168
+ subUserId?: number;
1199
1169
  static names(): {
1200
1170
  [key: string]: string;
1201
1171
  };
@@ -1206,9 +1176,9 @@ export declare class DescribeCustomizeRuleRequest extends $tea.Model {
1206
1176
  [key: string]: any;
1207
1177
  });
1208
1178
  }
1209
- export declare class DescribeCustomizeRuleResponseBody extends $tea.Model {
1179
+ export declare class DescribeAlertsWithEventResponseBody extends $tea.Model {
1210
1180
  code?: number;
1211
- data?: DescribeCustomizeRuleResponseBodyData;
1181
+ data?: DescribeAlertsWithEventResponseBodyData;
1212
1182
  message?: string;
1213
1183
  requestId?: string;
1214
1184
  success?: boolean;
@@ -1222,12 +1192,12 @@ export declare class DescribeCustomizeRuleResponseBody extends $tea.Model {
1222
1192
  [key: string]: any;
1223
1193
  });
1224
1194
  }
1225
- export declare class DescribeCustomizeRuleResponse extends $tea.Model {
1195
+ export declare class DescribeAlertsWithEventResponse extends $tea.Model {
1226
1196
  headers: {
1227
1197
  [key: string]: string;
1228
1198
  };
1229
1199
  statusCode: number;
1230
- body: DescribeCustomizeRuleResponseBody;
1200
+ body: DescribeAlertsWithEventResponseBody;
1231
1201
  static names(): {
1232
1202
  [key: string]: string;
1233
1203
  };
@@ -1238,8 +1208,12 @@ export declare class DescribeCustomizeRuleResponse extends $tea.Model {
1238
1208
  [key: string]: any;
1239
1209
  });
1240
1210
  }
1241
- export declare class DescribeCustomizeRuleCountRequest extends $tea.Model {
1211
+ export declare class DescribeAttackTimeLineRequest extends $tea.Model {
1212
+ assetName?: string;
1213
+ endTime?: number;
1214
+ incidentUuid?: string;
1242
1215
  regionId?: string;
1216
+ startTime?: number;
1243
1217
  static names(): {
1244
1218
  [key: string]: string;
1245
1219
  };
@@ -1250,9 +1224,9 @@ export declare class DescribeCustomizeRuleCountRequest extends $tea.Model {
1250
1224
  [key: string]: any;
1251
1225
  });
1252
1226
  }
1253
- export declare class DescribeCustomizeRuleCountResponseBody extends $tea.Model {
1227
+ export declare class DescribeAttackTimeLineResponseBody extends $tea.Model {
1254
1228
  code?: number;
1255
- data?: DescribeCustomizeRuleCountResponseBodyData;
1229
+ data?: DescribeAttackTimeLineResponseBodyData[];
1256
1230
  message?: string;
1257
1231
  requestId?: string;
1258
1232
  success?: boolean;
@@ -1266,12 +1240,12 @@ export declare class DescribeCustomizeRuleCountResponseBody extends $tea.Model {
1266
1240
  [key: string]: any;
1267
1241
  });
1268
1242
  }
1269
- export declare class DescribeCustomizeRuleCountResponse extends $tea.Model {
1243
+ export declare class DescribeAttackTimeLineResponse extends $tea.Model {
1270
1244
  headers: {
1271
1245
  [key: string]: string;
1272
1246
  };
1273
1247
  statusCode: number;
1274
- body: DescribeCustomizeRuleCountResponseBody;
1248
+ body: DescribeAttackTimeLineResponseBody;
1275
1249
  static names(): {
1276
1250
  [key: string]: string;
1277
1251
  };
@@ -1282,8 +1256,7 @@ export declare class DescribeCustomizeRuleCountResponse extends $tea.Model {
1282
1256
  [key: string]: any;
1283
1257
  });
1284
1258
  }
1285
- export declare class DescribeCustomizeRuleTestRequest extends $tea.Model {
1286
- id?: number;
1259
+ export declare class DescribeAuthRequest extends $tea.Model {
1287
1260
  regionId?: string;
1288
1261
  static names(): {
1289
1262
  [key: string]: string;
@@ -1295,12 +1268,9 @@ export declare class DescribeCustomizeRuleTestRequest extends $tea.Model {
1295
1268
  [key: string]: any;
1296
1269
  });
1297
1270
  }
1298
- export declare class DescribeCustomizeRuleTestResponseBody extends $tea.Model {
1299
- code?: number;
1300
- data?: DescribeCustomizeRuleTestResponseBodyData;
1301
- message?: string;
1271
+ export declare class DescribeAuthResponseBody extends $tea.Model {
1272
+ data?: boolean;
1302
1273
  requestId?: string;
1303
- success?: boolean;
1304
1274
  static names(): {
1305
1275
  [key: string]: string;
1306
1276
  };
@@ -1311,12 +1281,12 @@ export declare class DescribeCustomizeRuleTestResponseBody extends $tea.Model {
1311
1281
  [key: string]: any;
1312
1282
  });
1313
1283
  }
1314
- export declare class DescribeCustomizeRuleTestResponse extends $tea.Model {
1284
+ export declare class DescribeAuthResponse extends $tea.Model {
1315
1285
  headers: {
1316
1286
  [key: string]: string;
1317
1287
  };
1318
1288
  statusCode: number;
1319
- body: DescribeCustomizeRuleTestResponseBody;
1289
+ body: DescribeAuthResponseBody;
1320
1290
  static names(): {
1321
1291
  [key: string]: string;
1322
1292
  };
@@ -1327,8 +1297,7 @@ export declare class DescribeCustomizeRuleTestResponse extends $tea.Model {
1327
1297
  [key: string]: any;
1328
1298
  });
1329
1299
  }
1330
- export declare class DescribeCustomizeRuleTestHistogramRequest extends $tea.Model {
1331
- id?: number;
1300
+ export declare class DescribeAutomateResponseConfigCounterRequest extends $tea.Model {
1332
1301
  regionId?: string;
1333
1302
  static names(): {
1334
1303
  [key: string]: string;
@@ -1340,9 +1309,9 @@ export declare class DescribeCustomizeRuleTestHistogramRequest extends $tea.Mode
1340
1309
  [key: string]: any;
1341
1310
  });
1342
1311
  }
1343
- export declare class DescribeCustomizeRuleTestHistogramResponseBody extends $tea.Model {
1312
+ export declare class DescribeAutomateResponseConfigCounterResponseBody extends $tea.Model {
1344
1313
  code?: number;
1345
- data?: DescribeCustomizeRuleTestHistogramResponseBodyData[];
1314
+ data?: DescribeAutomateResponseConfigCounterResponseBodyData;
1346
1315
  message?: string;
1347
1316
  requestId?: string;
1348
1317
  success?: boolean;
@@ -1356,12 +1325,12 @@ export declare class DescribeCustomizeRuleTestHistogramResponseBody extends $tea
1356
1325
  [key: string]: any;
1357
1326
  });
1358
1327
  }
1359
- export declare class DescribeCustomizeRuleTestHistogramResponse extends $tea.Model {
1328
+ export declare class DescribeAutomateResponseConfigCounterResponse extends $tea.Model {
1360
1329
  headers: {
1361
1330
  [key: string]: string;
1362
1331
  };
1363
1332
  statusCode: number;
1364
- body: DescribeCustomizeRuleTestHistogramResponseBody;
1333
+ body: DescribeAutomateResponseConfigCounterResponseBody;
1365
1334
  static names(): {
1366
1335
  [key: string]: string;
1367
1336
  };
@@ -1372,11 +1341,8 @@ export declare class DescribeCustomizeRuleTestHistogramResponse extends $tea.Mod
1372
1341
  [key: string]: any;
1373
1342
  });
1374
1343
  }
1375
- export declare class DescribeDisposeAndPlaybookRequest extends $tea.Model {
1376
- currentPage?: number;
1377
- entityType?: string;
1378
- incidentUuid?: string;
1379
- pageSize?: number;
1344
+ export declare class DescribeAutomateResponseConfigFeatureRequest extends $tea.Model {
1345
+ autoResponseType?: string;
1380
1346
  regionId?: string;
1381
1347
  static names(): {
1382
1348
  [key: string]: string;
@@ -1388,9 +1354,9 @@ export declare class DescribeDisposeAndPlaybookRequest extends $tea.Model {
1388
1354
  [key: string]: any;
1389
1355
  });
1390
1356
  }
1391
- export declare class DescribeDisposeAndPlaybookResponseBody extends $tea.Model {
1357
+ export declare class DescribeAutomateResponseConfigFeatureResponseBody extends $tea.Model {
1392
1358
  code?: number;
1393
- data?: DescribeDisposeAndPlaybookResponseBodyData;
1359
+ data?: DescribeAutomateResponseConfigFeatureResponseBodyData[];
1394
1360
  message?: string;
1395
1361
  requestId?: string;
1396
1362
  success?: boolean;
@@ -1404,12 +1370,12 @@ export declare class DescribeDisposeAndPlaybookResponseBody extends $tea.Model {
1404
1370
  [key: string]: any;
1405
1371
  });
1406
1372
  }
1407
- export declare class DescribeDisposeAndPlaybookResponse extends $tea.Model {
1373
+ export declare class DescribeAutomateResponseConfigFeatureResponse extends $tea.Model {
1408
1374
  headers: {
1409
1375
  [key: string]: string;
1410
1376
  };
1411
1377
  statusCode: number;
1412
- body: DescribeDisposeAndPlaybookResponseBody;
1378
+ body: DescribeAutomateResponseConfigFeatureResponseBody;
1413
1379
  static names(): {
1414
1380
  [key: string]: string;
1415
1381
  };
@@ -1420,10 +1386,10 @@ export declare class DescribeDisposeAndPlaybookResponse extends $tea.Model {
1420
1386
  [key: string]: any;
1421
1387
  });
1422
1388
  }
1423
- export declare class DescribeDisposeStrategyPlaybookRequest extends $tea.Model {
1424
- endTime?: number;
1389
+ export declare class DescribeAutomateResponseConfigPlayBooksRequest extends $tea.Model {
1390
+ autoResponseType?: string;
1391
+ entityType?: string;
1425
1392
  regionId?: string;
1426
- startTime?: number;
1427
1393
  static names(): {
1428
1394
  [key: string]: string;
1429
1395
  };
@@ -1434,9 +1400,9 @@ export declare class DescribeDisposeStrategyPlaybookRequest extends $tea.Model {
1434
1400
  [key: string]: any;
1435
1401
  });
1436
1402
  }
1437
- export declare class DescribeDisposeStrategyPlaybookResponseBody extends $tea.Model {
1403
+ export declare class DescribeAutomateResponseConfigPlayBooksResponseBody extends $tea.Model {
1438
1404
  code?: number;
1439
- data?: DescribeDisposeStrategyPlaybookResponseBodyData[];
1405
+ data?: DescribeAutomateResponseConfigPlayBooksResponseBodyData[];
1440
1406
  message?: string;
1441
1407
  requestId?: string;
1442
1408
  success?: boolean;
@@ -1450,12 +1416,12 @@ export declare class DescribeDisposeStrategyPlaybookResponseBody extends $tea.Mo
1450
1416
  [key: string]: any;
1451
1417
  });
1452
1418
  }
1453
- export declare class DescribeDisposeStrategyPlaybookResponse extends $tea.Model {
1419
+ export declare class DescribeAutomateResponseConfigPlayBooksResponse extends $tea.Model {
1454
1420
  headers: {
1455
1421
  [key: string]: string;
1456
1422
  };
1457
1423
  statusCode: number;
1458
- body: DescribeDisposeStrategyPlaybookResponseBody;
1424
+ body: DescribeAutomateResponseConfigPlayBooksResponseBody;
1459
1425
  static names(): {
1460
1426
  [key: string]: string;
1461
1427
  };
@@ -1466,12 +1432,12 @@ export declare class DescribeDisposeStrategyPlaybookResponse extends $tea.Model
1466
1432
  [key: string]: any;
1467
1433
  });
1468
1434
  }
1469
- export declare class DescribeEntityInfoRequest extends $tea.Model {
1470
- entityId?: number;
1471
- entityIdentity?: string;
1435
+ export declare class DescribeCloudSiemAssetsRequest extends $tea.Model {
1436
+ assetType?: string;
1437
+ currentPage?: number;
1472
1438
  incidentUuid?: string;
1439
+ pageSize?: number;
1473
1440
  regionId?: string;
1474
- sophonTaskId?: string;
1475
1441
  static names(): {
1476
1442
  [key: string]: string;
1477
1443
  };
@@ -1482,9 +1448,9 @@ export declare class DescribeEntityInfoRequest extends $tea.Model {
1482
1448
  [key: string]: any;
1483
1449
  });
1484
1450
  }
1485
- export declare class DescribeEntityInfoResponseBody extends $tea.Model {
1451
+ export declare class DescribeCloudSiemAssetsResponseBody extends $tea.Model {
1486
1452
  code?: number;
1487
- data?: DescribeEntityInfoResponseBodyData;
1453
+ data?: DescribeCloudSiemAssetsResponseBodyData;
1488
1454
  message?: string;
1489
1455
  requestId?: string;
1490
1456
  success?: boolean;
@@ -1498,12 +1464,12 @@ export declare class DescribeEntityInfoResponseBody extends $tea.Model {
1498
1464
  [key: string]: any;
1499
1465
  });
1500
1466
  }
1501
- export declare class DescribeEntityInfoResponse extends $tea.Model {
1467
+ export declare class DescribeCloudSiemAssetsResponse extends $tea.Model {
1502
1468
  headers: {
1503
1469
  [key: string]: string;
1504
1470
  };
1505
1471
  statusCode: number;
1506
- body: DescribeEntityInfoResponseBody;
1472
+ body: DescribeCloudSiemAssetsResponseBody;
1507
1473
  static names(): {
1508
1474
  [key: string]: string;
1509
1475
  };
@@ -1514,7 +1480,8 @@ export declare class DescribeEntityInfoResponse extends $tea.Model {
1514
1480
  [key: string]: any;
1515
1481
  });
1516
1482
  }
1517
- export declare class DescribeEventCountByThreatLevelRequest extends $tea.Model {
1483
+ export declare class DescribeCloudSiemAssetsCounterRequest extends $tea.Model {
1484
+ incidentUuid?: string;
1518
1485
  regionId?: string;
1519
1486
  static names(): {
1520
1487
  [key: string]: string;
@@ -1526,9 +1493,9 @@ export declare class DescribeEventCountByThreatLevelRequest extends $tea.Model {
1526
1493
  [key: string]: any;
1527
1494
  });
1528
1495
  }
1529
- export declare class DescribeEventCountByThreatLevelResponseBody extends $tea.Model {
1496
+ export declare class DescribeCloudSiemAssetsCounterResponseBody extends $tea.Model {
1530
1497
  code?: number;
1531
- data?: DescribeEventCountByThreatLevelResponseBodyData;
1498
+ data?: DescribeCloudSiemAssetsCounterResponseBodyData[];
1532
1499
  message?: string;
1533
1500
  requestId?: string;
1534
1501
  success?: boolean;
@@ -1542,12 +1509,12 @@ export declare class DescribeEventCountByThreatLevelResponseBody extends $tea.Mo
1542
1509
  [key: string]: any;
1543
1510
  });
1544
1511
  }
1545
- export declare class DescribeEventCountByThreatLevelResponse extends $tea.Model {
1512
+ export declare class DescribeCloudSiemAssetsCounterResponse extends $tea.Model {
1546
1513
  headers: {
1547
1514
  [key: string]: string;
1548
1515
  };
1549
1516
  statusCode: number;
1550
- body: DescribeEventCountByThreatLevelResponseBody;
1517
+ body: DescribeCloudSiemAssetsCounterResponseBody;
1551
1518
  static names(): {
1552
1519
  [key: string]: string;
1553
1520
  };
@@ -1558,10 +1525,8 @@ export declare class DescribeEventCountByThreatLevelResponse extends $tea.Model
1558
1525
  [key: string]: any;
1559
1526
  });
1560
1527
  }
1561
- export declare class DescribeEventDisposeRequest extends $tea.Model {
1562
- currentPage?: number;
1528
+ export declare class DescribeCloudSiemEventDetailRequest extends $tea.Model {
1563
1529
  incidentUuid?: string;
1564
- pageSize?: number;
1565
1530
  regionId?: string;
1566
1531
  static names(): {
1567
1532
  [key: string]: string;
@@ -1573,9 +1538,9 @@ export declare class DescribeEventDisposeRequest extends $tea.Model {
1573
1538
  [key: string]: any;
1574
1539
  });
1575
1540
  }
1576
- export declare class DescribeEventDisposeResponseBody extends $tea.Model {
1541
+ export declare class DescribeCloudSiemEventDetailResponseBody extends $tea.Model {
1577
1542
  code?: number;
1578
- data?: DescribeEventDisposeResponseBodyData;
1543
+ data?: DescribeCloudSiemEventDetailResponseBodyData;
1579
1544
  message?: string;
1580
1545
  requestId?: string;
1581
1546
  success?: boolean;
@@ -1589,12 +1554,12 @@ export declare class DescribeEventDisposeResponseBody extends $tea.Model {
1589
1554
  [key: string]: any;
1590
1555
  });
1591
1556
  }
1592
- export declare class DescribeEventDisposeResponse extends $tea.Model {
1557
+ export declare class DescribeCloudSiemEventDetailResponse extends $tea.Model {
1593
1558
  headers: {
1594
1559
  [key: string]: string;
1595
1560
  };
1596
1561
  statusCode: number;
1597
- body: DescribeEventDisposeResponseBody;
1562
+ body: DescribeCloudSiemEventDetailResponseBody;
1598
1563
  static names(): {
1599
1564
  [key: string]: string;
1600
1565
  };
@@ -1605,9 +1570,19 @@ export declare class DescribeEventDisposeResponse extends $tea.Model {
1605
1570
  [key: string]: any;
1606
1571
  });
1607
1572
  }
1608
- export declare class DescribeJobStatusRequest extends $tea.Model {
1573
+ export declare class DescribeCloudSiemEventsRequest extends $tea.Model {
1574
+ assetId?: string;
1575
+ currentPage?: number;
1576
+ endTime?: number;
1577
+ eventName?: string;
1578
+ incidentUuid?: string;
1579
+ order?: string;
1580
+ orderField?: string;
1581
+ pageSize?: number;
1609
1582
  regionId?: string;
1610
- submitId?: string;
1583
+ startTime?: number;
1584
+ status?: number;
1585
+ threadLevel?: string[];
1611
1586
  static names(): {
1612
1587
  [key: string]: string;
1613
1588
  };
@@ -1618,10 +1593,9 @@ export declare class DescribeJobStatusRequest extends $tea.Model {
1618
1593
  [key: string]: any;
1619
1594
  });
1620
1595
  }
1621
- export declare class DescribeJobStatusResponseBody extends $tea.Model {
1596
+ export declare class DescribeCloudSiemEventsResponseBody extends $tea.Model {
1622
1597
  code?: number;
1623
- data?: DescribeJobStatusResponseBodyData;
1624
- errCode?: string;
1598
+ data?: DescribeCloudSiemEventsResponseBodyData;
1625
1599
  message?: string;
1626
1600
  requestId?: string;
1627
1601
  success?: boolean;
@@ -1635,12 +1609,12 @@ export declare class DescribeJobStatusResponseBody extends $tea.Model {
1635
1609
  [key: string]: any;
1636
1610
  });
1637
1611
  }
1638
- export declare class DescribeJobStatusResponse extends $tea.Model {
1612
+ export declare class DescribeCloudSiemEventsResponse extends $tea.Model {
1639
1613
  headers: {
1640
1614
  [key: string]: string;
1641
1615
  };
1642
1616
  statusCode: number;
1643
- body: DescribeJobStatusResponseBody;
1617
+ body: DescribeCloudSiemEventsResponseBody;
1644
1618
  static names(): {
1645
1619
  [key: string]: string;
1646
1620
  };
@@ -1651,10 +1625,10 @@ export declare class DescribeJobStatusResponse extends $tea.Model {
1651
1625
  [key: string]: any;
1652
1626
  });
1653
1627
  }
1654
- export declare class DescribeLogFieldsRequest extends $tea.Model {
1655
- logSource?: string;
1656
- logType?: string;
1628
+ export declare class DescribeCsImportedProdStatusByUserRequest extends $tea.Model {
1657
1629
  regionId?: string;
1630
+ sourceLogProd?: string;
1631
+ userId?: number;
1658
1632
  static names(): {
1659
1633
  [key: string]: string;
1660
1634
  };
@@ -1665,12 +1639,9 @@ export declare class DescribeLogFieldsRequest extends $tea.Model {
1665
1639
  [key: string]: any;
1666
1640
  });
1667
1641
  }
1668
- export declare class DescribeLogFieldsResponseBody extends $tea.Model {
1669
- code?: number;
1670
- data?: DescribeLogFieldsResponseBodyData[];
1671
- message?: string;
1642
+ export declare class DescribeCsImportedProdStatusByUserResponseBody extends $tea.Model {
1643
+ data?: boolean;
1672
1644
  requestId?: string;
1673
- success?: boolean;
1674
1645
  static names(): {
1675
1646
  [key: string]: string;
1676
1647
  };
@@ -1681,12 +1652,12 @@ export declare class DescribeLogFieldsResponseBody extends $tea.Model {
1681
1652
  [key: string]: any;
1682
1653
  });
1683
1654
  }
1684
- export declare class DescribeLogFieldsResponse extends $tea.Model {
1655
+ export declare class DescribeCsImportedProdStatusByUserResponse extends $tea.Model {
1685
1656
  headers: {
1686
1657
  [key: string]: string;
1687
1658
  };
1688
1659
  statusCode: number;
1689
- body: DescribeLogFieldsResponseBody;
1660
+ body: DescribeCsImportedProdStatusByUserResponseBody;
1690
1661
  static names(): {
1691
1662
  [key: string]: string;
1692
1663
  };
@@ -1697,9 +1668,9 @@ export declare class DescribeLogFieldsResponse extends $tea.Model {
1697
1668
  [key: string]: any;
1698
1669
  });
1699
1670
  }
1700
- export declare class DescribeLogSourceRequest extends $tea.Model {
1701
- logType?: string;
1671
+ export declare class DescribeCustomizeRuleRequest extends $tea.Model {
1702
1672
  regionId?: string;
1673
+ ruleId?: number;
1703
1674
  static names(): {
1704
1675
  [key: string]: string;
1705
1676
  };
@@ -1710,9 +1681,9 @@ export declare class DescribeLogSourceRequest extends $tea.Model {
1710
1681
  [key: string]: any;
1711
1682
  });
1712
1683
  }
1713
- export declare class DescribeLogSourceResponseBody extends $tea.Model {
1684
+ export declare class DescribeCustomizeRuleResponseBody extends $tea.Model {
1714
1685
  code?: number;
1715
- data?: DescribeLogSourceResponseBodyData[];
1686
+ data?: DescribeCustomizeRuleResponseBodyData;
1716
1687
  message?: string;
1717
1688
  requestId?: string;
1718
1689
  success?: boolean;
@@ -1726,12 +1697,12 @@ export declare class DescribeLogSourceResponseBody extends $tea.Model {
1726
1697
  [key: string]: any;
1727
1698
  });
1728
1699
  }
1729
- export declare class DescribeLogSourceResponse extends $tea.Model {
1700
+ export declare class DescribeCustomizeRuleResponse extends $tea.Model {
1730
1701
  headers: {
1731
1702
  [key: string]: string;
1732
1703
  };
1733
1704
  statusCode: number;
1734
- body: DescribeLogSourceResponseBody;
1705
+ body: DescribeCustomizeRuleResponseBody;
1735
1706
  static names(): {
1736
1707
  [key: string]: string;
1737
1708
  };
@@ -1742,7 +1713,7 @@ export declare class DescribeLogSourceResponse extends $tea.Model {
1742
1713
  [key: string]: any;
1743
1714
  });
1744
1715
  }
1745
- export declare class DescribeLogStoreRequest extends $tea.Model {
1716
+ export declare class DescribeCustomizeRuleCountRequest extends $tea.Model {
1746
1717
  regionId?: string;
1747
1718
  static names(): {
1748
1719
  [key: string]: string;
@@ -1754,12 +1725,9 @@ export declare class DescribeLogStoreRequest extends $tea.Model {
1754
1725
  [key: string]: any;
1755
1726
  });
1756
1727
  }
1757
- export declare class DescribeLogStoreResponseBody extends $tea.Model {
1728
+ export declare class DescribeCustomizeRuleCountResponseBody extends $tea.Model {
1758
1729
  code?: number;
1759
- data?: DescribeLogStoreResponseBodyData;
1760
- dyCode?: string;
1761
- dyMessage?: string;
1762
- errCode?: string;
1730
+ data?: DescribeCustomizeRuleCountResponseBodyData;
1763
1731
  message?: string;
1764
1732
  requestId?: string;
1765
1733
  success?: boolean;
@@ -1773,12 +1741,12 @@ export declare class DescribeLogStoreResponseBody extends $tea.Model {
1773
1741
  [key: string]: any;
1774
1742
  });
1775
1743
  }
1776
- export declare class DescribeLogStoreResponse extends $tea.Model {
1744
+ export declare class DescribeCustomizeRuleCountResponse extends $tea.Model {
1777
1745
  headers: {
1778
1746
  [key: string]: string;
1779
1747
  };
1780
1748
  statusCode: number;
1781
- body: DescribeLogStoreResponseBody;
1749
+ body: DescribeCustomizeRuleCountResponseBody;
1782
1750
  static names(): {
1783
1751
  [key: string]: string;
1784
1752
  };
@@ -1789,7 +1757,8 @@ export declare class DescribeLogStoreResponse extends $tea.Model {
1789
1757
  [key: string]: any;
1790
1758
  });
1791
1759
  }
1792
- export declare class DescribeLogTypeRequest extends $tea.Model {
1760
+ export declare class DescribeCustomizeRuleTestRequest extends $tea.Model {
1761
+ id?: number;
1793
1762
  regionId?: string;
1794
1763
  static names(): {
1795
1764
  [key: string]: string;
@@ -1801,9 +1770,9 @@ export declare class DescribeLogTypeRequest extends $tea.Model {
1801
1770
  [key: string]: any;
1802
1771
  });
1803
1772
  }
1804
- export declare class DescribeLogTypeResponseBody extends $tea.Model {
1773
+ export declare class DescribeCustomizeRuleTestResponseBody extends $tea.Model {
1805
1774
  code?: number;
1806
- data?: DescribeLogTypeResponseBodyData[];
1775
+ data?: DescribeCustomizeRuleTestResponseBodyData;
1807
1776
  message?: string;
1808
1777
  requestId?: string;
1809
1778
  success?: boolean;
@@ -1817,12 +1786,12 @@ export declare class DescribeLogTypeResponseBody extends $tea.Model {
1817
1786
  [key: string]: any;
1818
1787
  });
1819
1788
  }
1820
- export declare class DescribeLogTypeResponse extends $tea.Model {
1789
+ export declare class DescribeCustomizeRuleTestResponse extends $tea.Model {
1821
1790
  headers: {
1822
1791
  [key: string]: string;
1823
1792
  };
1824
1793
  statusCode: number;
1825
- body: DescribeLogTypeResponseBody;
1794
+ body: DescribeCustomizeRuleTestResponseBody;
1826
1795
  static names(): {
1827
1796
  [key: string]: string;
1828
1797
  };
@@ -1833,9 +1802,9 @@ export declare class DescribeLogTypeResponse extends $tea.Model {
1833
1802
  [key: string]: any;
1834
1803
  });
1835
1804
  }
1836
- export declare class DescribeOperatorsRequest extends $tea.Model {
1805
+ export declare class DescribeCustomizeRuleTestHistogramRequest extends $tea.Model {
1806
+ id?: number;
1837
1807
  regionId?: string;
1838
- sceneType?: string;
1839
1808
  static names(): {
1840
1809
  [key: string]: string;
1841
1810
  };
@@ -1846,9 +1815,9 @@ export declare class DescribeOperatorsRequest extends $tea.Model {
1846
1815
  [key: string]: any;
1847
1816
  });
1848
1817
  }
1849
- export declare class DescribeOperatorsResponseBody extends $tea.Model {
1818
+ export declare class DescribeCustomizeRuleTestHistogramResponseBody extends $tea.Model {
1850
1819
  code?: number;
1851
- data?: DescribeOperatorsResponseBodyData[];
1820
+ data?: DescribeCustomizeRuleTestHistogramResponseBodyData[];
1852
1821
  message?: string;
1853
1822
  requestId?: string;
1854
1823
  success?: boolean;
@@ -1862,12 +1831,12 @@ export declare class DescribeOperatorsResponseBody extends $tea.Model {
1862
1831
  [key: string]: any;
1863
1832
  });
1864
1833
  }
1865
- export declare class DescribeOperatorsResponse extends $tea.Model {
1834
+ export declare class DescribeCustomizeRuleTestHistogramResponse extends $tea.Model {
1866
1835
  headers: {
1867
1836
  [key: string]: string;
1868
1837
  };
1869
1838
  statusCode: number;
1870
- body: DescribeOperatorsResponseBody;
1839
+ body: DescribeCustomizeRuleTestHistogramResponseBody;
1871
1840
  static names(): {
1872
1841
  [key: string]: string;
1873
1842
  };
@@ -1878,7 +1847,10 @@ export declare class DescribeOperatorsResponse extends $tea.Model {
1878
1847
  [key: string]: any;
1879
1848
  });
1880
1849
  }
1881
- export declare class DescribeScopeUsersRequest extends $tea.Model {
1850
+ export declare class DescribeDataSourceInstanceRequest extends $tea.Model {
1851
+ accountId?: string;
1852
+ cloudCode?: string;
1853
+ dataSourceInstanceId?: string;
1882
1854
  regionId?: string;
1883
1855
  static names(): {
1884
1856
  [key: string]: string;
@@ -1890,12 +1862,9 @@ export declare class DescribeScopeUsersRequest extends $tea.Model {
1890
1862
  [key: string]: any;
1891
1863
  });
1892
1864
  }
1893
- export declare class DescribeScopeUsersResponseBody extends $tea.Model {
1894
- code?: number;
1895
- data?: DescribeScopeUsersResponseBodyData[];
1896
- message?: string;
1865
+ export declare class DescribeDataSourceInstanceResponseBody extends $tea.Model {
1866
+ data?: DescribeDataSourceInstanceResponseBodyData;
1897
1867
  requestId?: string;
1898
- success?: boolean;
1899
1868
  static names(): {
1900
1869
  [key: string]: string;
1901
1870
  };
@@ -1906,12 +1875,12 @@ export declare class DescribeScopeUsersResponseBody extends $tea.Model {
1906
1875
  [key: string]: any;
1907
1876
  });
1908
1877
  }
1909
- export declare class DescribeScopeUsersResponse extends $tea.Model {
1878
+ export declare class DescribeDataSourceInstanceResponse extends $tea.Model {
1910
1879
  headers: {
1911
1880
  [key: string]: string;
1912
1881
  };
1913
1882
  statusCode: number;
1914
- body: DescribeScopeUsersResponseBody;
1883
+ body: DescribeDataSourceInstanceResponseBody;
1915
1884
  static names(): {
1916
1885
  [key: string]: string;
1917
1886
  };
@@ -1922,7 +1891,9 @@ export declare class DescribeScopeUsersResponse extends $tea.Model {
1922
1891
  [key: string]: any;
1923
1892
  });
1924
1893
  }
1925
- export declare class DescribeStorageRequest extends $tea.Model {
1894
+ export declare class DescribeDataSourceParametersRequest extends $tea.Model {
1895
+ cloudCode?: string;
1896
+ dataSourceType?: string;
1926
1897
  regionId?: string;
1927
1898
  static names(): {
1928
1899
  [key: string]: string;
@@ -1934,15 +1905,9 @@ export declare class DescribeStorageRequest extends $tea.Model {
1934
1905
  [key: string]: any;
1935
1906
  });
1936
1907
  }
1937
- export declare class DescribeStorageResponseBody extends $tea.Model {
1938
- code?: number;
1939
- data?: boolean;
1940
- dyCode?: string;
1941
- dyMessage?: string;
1942
- errCode?: string;
1943
- message?: string;
1908
+ export declare class DescribeDataSourceParametersResponseBody extends $tea.Model {
1909
+ data?: DescribeDataSourceParametersResponseBodyData[];
1944
1910
  requestId?: string;
1945
- success?: boolean;
1946
1911
  static names(): {
1947
1912
  [key: string]: string;
1948
1913
  };
@@ -1953,12 +1918,12 @@ export declare class DescribeStorageResponseBody extends $tea.Model {
1953
1918
  [key: string]: any;
1954
1919
  });
1955
1920
  }
1956
- export declare class DescribeStorageResponse extends $tea.Model {
1921
+ export declare class DescribeDataSourceParametersResponse extends $tea.Model {
1957
1922
  headers: {
1958
1923
  [key: string]: string;
1959
1924
  };
1960
1925
  statusCode: number;
1961
- body: DescribeStorageResponseBody;
1926
+ body: DescribeDataSourceParametersResponseBody;
1962
1927
  static names(): {
1963
1928
  [key: string]: string;
1964
1929
  };
@@ -1969,8 +1934,11 @@ export declare class DescribeStorageResponse extends $tea.Model {
1969
1934
  [key: string]: any;
1970
1935
  });
1971
1936
  }
1972
- export declare class DescribeWafScopeRequest extends $tea.Model {
1973
- entityId?: number;
1937
+ export declare class DescribeDisposeAndPlaybookRequest extends $tea.Model {
1938
+ currentPage?: number;
1939
+ entityType?: string;
1940
+ incidentUuid?: string;
1941
+ pageSize?: number;
1974
1942
  regionId?: string;
1975
1943
  static names(): {
1976
1944
  [key: string]: string;
@@ -1982,9 +1950,9 @@ export declare class DescribeWafScopeRequest extends $tea.Model {
1982
1950
  [key: string]: any;
1983
1951
  });
1984
1952
  }
1985
- export declare class DescribeWafScopeResponseBody extends $tea.Model {
1953
+ export declare class DescribeDisposeAndPlaybookResponseBody extends $tea.Model {
1986
1954
  code?: number;
1987
- data?: DescribeWafScopeResponseBodyData[];
1955
+ data?: DescribeDisposeAndPlaybookResponseBodyData;
1988
1956
  message?: string;
1989
1957
  requestId?: string;
1990
1958
  success?: boolean;
@@ -1998,12 +1966,12 @@ export declare class DescribeWafScopeResponseBody extends $tea.Model {
1998
1966
  [key: string]: any;
1999
1967
  });
2000
1968
  }
2001
- export declare class DescribeWafScopeResponse extends $tea.Model {
1969
+ export declare class DescribeDisposeAndPlaybookResponse extends $tea.Model {
2002
1970
  headers: {
2003
1971
  [key: string]: string;
2004
1972
  };
2005
1973
  statusCode: number;
2006
- body: DescribeWafScopeResponseBody;
1974
+ body: DescribeDisposeAndPlaybookResponseBody;
2007
1975
  static names(): {
2008
1976
  [key: string]: string;
2009
1977
  };
@@ -2014,13 +1982,10 @@ export declare class DescribeWafScopeResponse extends $tea.Model {
2014
1982
  [key: string]: any;
2015
1983
  });
2016
1984
  }
2017
- export declare class DescribeWhiteRuleListRequest extends $tea.Model {
2018
- alertName?: string;
2019
- alertType?: string;
2020
- currentPage?: number;
2021
- incidentUuid?: string;
2022
- pageSize?: number;
1985
+ export declare class DescribeDisposeStrategyPlaybookRequest extends $tea.Model {
1986
+ endTime?: number;
2023
1987
  regionId?: string;
1988
+ startTime?: number;
2024
1989
  static names(): {
2025
1990
  [key: string]: string;
2026
1991
  };
@@ -2031,9 +1996,9 @@ export declare class DescribeWhiteRuleListRequest extends $tea.Model {
2031
1996
  [key: string]: any;
2032
1997
  });
2033
1998
  }
2034
- export declare class DescribeWhiteRuleListResponseBody extends $tea.Model {
1999
+ export declare class DescribeDisposeStrategyPlaybookResponseBody extends $tea.Model {
2035
2000
  code?: number;
2036
- data?: DescribeWhiteRuleListResponseBodyData;
2001
+ data?: DescribeDisposeStrategyPlaybookResponseBodyData[];
2037
2002
  message?: string;
2038
2003
  requestId?: string;
2039
2004
  success?: boolean;
@@ -2047,12 +2012,12 @@ export declare class DescribeWhiteRuleListResponseBody extends $tea.Model {
2047
2012
  [key: string]: any;
2048
2013
  });
2049
2014
  }
2050
- export declare class DescribeWhiteRuleListResponse extends $tea.Model {
2015
+ export declare class DescribeDisposeStrategyPlaybookResponse extends $tea.Model {
2051
2016
  headers: {
2052
2017
  [key: string]: string;
2053
2018
  };
2054
2019
  statusCode: number;
2055
- body: DescribeWhiteRuleListResponseBody;
2020
+ body: DescribeDisposeStrategyPlaybookResponseBody;
2056
2021
  static names(): {
2057
2022
  [key: string]: string;
2058
2023
  };
@@ -2063,14 +2028,12 @@ export declare class DescribeWhiteRuleListResponse extends $tea.Model {
2063
2028
  [key: string]: any;
2064
2029
  });
2065
2030
  }
2066
- export declare class DoQuickFieldRequest extends $tea.Model {
2067
- from?: number;
2068
- index?: string;
2069
- page?: number;
2031
+ export declare class DescribeEntityInfoRequest extends $tea.Model {
2032
+ entityId?: number;
2033
+ entityIdentity?: string;
2034
+ incidentUuid?: string;
2070
2035
  regionId?: string;
2071
- reverse?: boolean;
2072
- size?: number;
2073
- to?: number;
2036
+ sophonTaskId?: string;
2074
2037
  static names(): {
2075
2038
  [key: string]: string;
2076
2039
  };
@@ -2081,12 +2044,9 @@ export declare class DoQuickFieldRequest extends $tea.Model {
2081
2044
  [key: string]: any;
2082
2045
  });
2083
2046
  }
2084
- export declare class DoQuickFieldResponseBody extends $tea.Model {
2047
+ export declare class DescribeEntityInfoResponseBody extends $tea.Model {
2085
2048
  code?: number;
2086
- data?: DoQuickFieldResponseBodyData;
2087
- dyCode?: string;
2088
- dyMessage?: string;
2089
- errCode?: string;
2049
+ data?: DescribeEntityInfoResponseBodyData;
2090
2050
  message?: string;
2091
2051
  requestId?: string;
2092
2052
  success?: boolean;
@@ -2100,12 +2060,12 @@ export declare class DoQuickFieldResponseBody extends $tea.Model {
2100
2060
  [key: string]: any;
2101
2061
  });
2102
2062
  }
2103
- export declare class DoQuickFieldResponse extends $tea.Model {
2063
+ export declare class DescribeEntityInfoResponse extends $tea.Model {
2104
2064
  headers: {
2105
2065
  [key: string]: string;
2106
2066
  };
2107
2067
  statusCode: number;
2108
- body: DoQuickFieldResponseBody;
2068
+ body: DescribeEntityInfoResponseBody;
2109
2069
  static names(): {
2110
2070
  [key: string]: string;
2111
2071
  };
@@ -2116,9 +2076,7 @@ export declare class DoQuickFieldResponse extends $tea.Model {
2116
2076
  [key: string]: any;
2117
2077
  });
2118
2078
  }
2119
- export declare class DoSelfDelegateRequest extends $tea.Model {
2120
- aliUid?: number;
2121
- delegateOrNot?: number;
2079
+ export declare class DescribeEventCountByThreatLevelRequest extends $tea.Model {
2122
2080
  regionId?: string;
2123
2081
  static names(): {
2124
2082
  [key: string]: string;
@@ -2130,12 +2088,9 @@ export declare class DoSelfDelegateRequest extends $tea.Model {
2130
2088
  [key: string]: any;
2131
2089
  });
2132
2090
  }
2133
- export declare class DoSelfDelegateResponseBody extends $tea.Model {
2091
+ export declare class DescribeEventCountByThreatLevelResponseBody extends $tea.Model {
2134
2092
  code?: number;
2135
- data?: boolean;
2136
- dyCode?: string;
2137
- dyMessage?: string;
2138
- errCode?: string;
2093
+ data?: DescribeEventCountByThreatLevelResponseBodyData;
2139
2094
  message?: string;
2140
2095
  requestId?: string;
2141
2096
  success?: boolean;
@@ -2149,12 +2104,12 @@ export declare class DoSelfDelegateResponseBody extends $tea.Model {
2149
2104
  [key: string]: any;
2150
2105
  });
2151
2106
  }
2152
- export declare class DoSelfDelegateResponse extends $tea.Model {
2107
+ export declare class DescribeEventCountByThreatLevelResponse extends $tea.Model {
2153
2108
  headers: {
2154
2109
  [key: string]: string;
2155
2110
  };
2156
2111
  statusCode: number;
2157
- body: DoSelfDelegateResponseBody;
2112
+ body: DescribeEventCountByThreatLevelResponseBody;
2158
2113
  static names(): {
2159
2114
  [key: string]: string;
2160
2115
  };
@@ -2165,7 +2120,10 @@ export declare class DoSelfDelegateResponse extends $tea.Model {
2165
2120
  [key: string]: any;
2166
2121
  });
2167
2122
  }
2168
- export declare class GetCapacityRequest extends $tea.Model {
2123
+ export declare class DescribeEventDisposeRequest extends $tea.Model {
2124
+ currentPage?: number;
2125
+ incidentUuid?: string;
2126
+ pageSize?: number;
2169
2127
  regionId?: string;
2170
2128
  static names(): {
2171
2129
  [key: string]: string;
@@ -2177,12 +2135,9 @@ export declare class GetCapacityRequest extends $tea.Model {
2177
2135
  [key: string]: any;
2178
2136
  });
2179
2137
  }
2180
- export declare class GetCapacityResponseBody extends $tea.Model {
2138
+ export declare class DescribeEventDisposeResponseBody extends $tea.Model {
2181
2139
  code?: number;
2182
- data?: GetCapacityResponseBodyData;
2183
- dyCode?: string;
2184
- dyMessage?: string;
2185
- errCode?: string;
2140
+ data?: DescribeEventDisposeResponseBodyData;
2186
2141
  message?: string;
2187
2142
  requestId?: string;
2188
2143
  success?: boolean;
@@ -2196,12 +2151,12 @@ export declare class GetCapacityResponseBody extends $tea.Model {
2196
2151
  [key: string]: any;
2197
2152
  });
2198
2153
  }
2199
- export declare class GetCapacityResponse extends $tea.Model {
2154
+ export declare class DescribeEventDisposeResponse extends $tea.Model {
2200
2155
  headers: {
2201
2156
  [key: string]: string;
2202
2157
  };
2203
2158
  statusCode: number;
2204
- body: GetCapacityResponseBody;
2159
+ body: DescribeEventDisposeResponseBody;
2205
2160
  static names(): {
2206
2161
  [key: string]: string;
2207
2162
  };
@@ -2212,11 +2167,8 @@ export declare class GetCapacityResponse extends $tea.Model {
2212
2167
  [key: string]: any;
2213
2168
  });
2214
2169
  }
2215
- export declare class GetHistogramsRequest extends $tea.Model {
2216
- from?: number;
2217
- query?: string;
2170
+ export declare class DescribeImportedLogCountRequest extends $tea.Model {
2218
2171
  regionId?: string;
2219
- to?: number;
2220
2172
  static names(): {
2221
2173
  [key: string]: string;
2222
2174
  };
@@ -2227,15 +2179,9 @@ export declare class GetHistogramsRequest extends $tea.Model {
2227
2179
  [key: string]: any;
2228
2180
  });
2229
2181
  }
2230
- export declare class GetHistogramsResponseBody extends $tea.Model {
2231
- code?: number;
2232
- data?: GetHistogramsResponseBodyData;
2233
- dyCode?: string;
2234
- dyMessage?: string;
2235
- errCode?: string;
2236
- message?: string;
2182
+ export declare class DescribeImportedLogCountResponseBody extends $tea.Model {
2183
+ data?: DescribeImportedLogCountResponseBodyData;
2237
2184
  requestId?: string;
2238
- success?: boolean;
2239
2185
  static names(): {
2240
2186
  [key: string]: string;
2241
2187
  };
@@ -2246,12 +2192,12 @@ export declare class GetHistogramsResponseBody extends $tea.Model {
2246
2192
  [key: string]: any;
2247
2193
  });
2248
2194
  }
2249
- export declare class GetHistogramsResponse extends $tea.Model {
2195
+ export declare class DescribeImportedLogCountResponse extends $tea.Model {
2250
2196
  headers: {
2251
2197
  [key: string]: string;
2252
2198
  };
2253
2199
  statusCode: number;
2254
- body: GetHistogramsResponseBody;
2200
+ body: DescribeImportedLogCountResponseBody;
2255
2201
  static names(): {
2256
2202
  [key: string]: string;
2257
2203
  };
@@ -2262,15 +2208,9 @@ export declare class GetHistogramsResponse extends $tea.Model {
2262
2208
  [key: string]: any;
2263
2209
  });
2264
2210
  }
2265
- export declare class GetLogsRequest extends $tea.Model {
2266
- from?: number;
2267
- pageIndex?: number;
2268
- pageSize?: number;
2269
- query?: string;
2211
+ export declare class DescribeJobStatusRequest extends $tea.Model {
2270
2212
  regionId?: string;
2271
- reverseOrNot?: boolean;
2272
- to?: number;
2273
- total?: number;
2213
+ submitId?: string;
2274
2214
  static names(): {
2275
2215
  [key: string]: string;
2276
2216
  };
@@ -2281,9 +2221,10 @@ export declare class GetLogsRequest extends $tea.Model {
2281
2221
  [key: string]: any;
2282
2222
  });
2283
2223
  }
2284
- export declare class GetLogsResponseBody extends $tea.Model {
2224
+ export declare class DescribeJobStatusResponseBody extends $tea.Model {
2285
2225
  code?: number;
2286
- data?: GetLogsResponseBodyData;
2226
+ data?: DescribeJobStatusResponseBodyData;
2227
+ errCode?: string;
2287
2228
  message?: string;
2288
2229
  requestId?: string;
2289
2230
  success?: boolean;
@@ -2297,12 +2238,12 @@ export declare class GetLogsResponseBody extends $tea.Model {
2297
2238
  [key: string]: any;
2298
2239
  });
2299
2240
  }
2300
- export declare class GetLogsResponse extends $tea.Model {
2241
+ export declare class DescribeJobStatusResponse extends $tea.Model {
2301
2242
  headers: {
2302
2243
  [key: string]: string;
2303
2244
  };
2304
2245
  statusCode: number;
2305
- body: GetLogsResponseBody;
2246
+ body: DescribeJobStatusResponseBody;
2306
2247
  static names(): {
2307
2248
  [key: string]: string;
2308
2249
  };
@@ -2313,9 +2254,10 @@ export declare class GetLogsResponse extends $tea.Model {
2313
2254
  [key: string]: any;
2314
2255
  });
2315
2256
  }
2316
- export declare class GetQuickQueryRequest extends $tea.Model {
2257
+ export declare class DescribeLogFieldsRequest extends $tea.Model {
2258
+ logSource?: string;
2259
+ logType?: string;
2317
2260
  regionId?: string;
2318
- searchName?: string;
2319
2261
  static names(): {
2320
2262
  [key: string]: string;
2321
2263
  };
@@ -2326,12 +2268,9 @@ export declare class GetQuickQueryRequest extends $tea.Model {
2326
2268
  [key: string]: any;
2327
2269
  });
2328
2270
  }
2329
- export declare class GetQuickQueryResponseBody extends $tea.Model {
2271
+ export declare class DescribeLogFieldsResponseBody extends $tea.Model {
2330
2272
  code?: number;
2331
- data?: string;
2332
- dyCode?: string;
2333
- dyMessage?: string;
2334
- errCode?: string;
2273
+ data?: DescribeLogFieldsResponseBodyData[];
2335
2274
  message?: string;
2336
2275
  requestId?: string;
2337
2276
  success?: boolean;
@@ -2345,12 +2284,12 @@ export declare class GetQuickQueryResponseBody extends $tea.Model {
2345
2284
  [key: string]: any;
2346
2285
  });
2347
2286
  }
2348
- export declare class GetQuickQueryResponse extends $tea.Model {
2287
+ export declare class DescribeLogFieldsResponse extends $tea.Model {
2349
2288
  headers: {
2350
2289
  [key: string]: string;
2351
2290
  };
2352
2291
  statusCode: number;
2353
- body: GetQuickQueryResponseBody;
2292
+ body: DescribeLogFieldsResponseBody;
2354
2293
  static names(): {
2355
2294
  [key: string]: string;
2356
2295
  };
@@ -2361,7 +2300,8 @@ export declare class GetQuickQueryResponse extends $tea.Model {
2361
2300
  [key: string]: any;
2362
2301
  });
2363
2302
  }
2364
- export declare class GetStorageRequest extends $tea.Model {
2303
+ export declare class DescribeLogSourceRequest extends $tea.Model {
2304
+ logType?: string;
2365
2305
  regionId?: string;
2366
2306
  static names(): {
2367
2307
  [key: string]: string;
@@ -2373,12 +2313,9 @@ export declare class GetStorageRequest extends $tea.Model {
2373
2313
  [key: string]: any;
2374
2314
  });
2375
2315
  }
2376
- export declare class GetStorageResponseBody extends $tea.Model {
2316
+ export declare class DescribeLogSourceResponseBody extends $tea.Model {
2377
2317
  code?: number;
2378
- data?: GetStorageResponseBodyData;
2379
- dyCode?: string;
2380
- dyMessage?: string;
2381
- errCode?: string;
2318
+ data?: DescribeLogSourceResponseBodyData[];
2382
2319
  message?: string;
2383
2320
  requestId?: string;
2384
2321
  success?: boolean;
@@ -2392,12 +2329,12 @@ export declare class GetStorageResponseBody extends $tea.Model {
2392
2329
  [key: string]: any;
2393
2330
  });
2394
2331
  }
2395
- export declare class GetStorageResponse extends $tea.Model {
2332
+ export declare class DescribeLogSourceResponse extends $tea.Model {
2396
2333
  headers: {
2397
2334
  [key: string]: string;
2398
2335
  };
2399
2336
  statusCode: number;
2400
- body: GetStorageResponseBody;
2337
+ body: DescribeLogSourceResponseBody;
2401
2338
  static names(): {
2402
2339
  [key: string]: string;
2403
2340
  };
@@ -2408,17 +2345,8 @@ export declare class GetStorageResponse extends $tea.Model {
2408
2345
  [key: string]: any;
2409
2346
  });
2410
2347
  }
2411
- export declare class ListAutomateResponseConfigsRequest extends $tea.Model {
2412
- actionType?: string;
2413
- autoResponseType?: string;
2414
- currentPage?: number;
2415
- id?: number;
2416
- pageSize?: number;
2417
- playbookUuid?: string;
2348
+ export declare class DescribeLogStoreRequest extends $tea.Model {
2418
2349
  regionId?: string;
2419
- ruleName?: string;
2420
- status?: number;
2421
- subUserId?: number;
2422
2350
  static names(): {
2423
2351
  [key: string]: string;
2424
2352
  };
@@ -2429,12 +2357,9 @@ export declare class ListAutomateResponseConfigsRequest extends $tea.Model {
2429
2357
  [key: string]: any;
2430
2358
  });
2431
2359
  }
2432
- export declare class ListAutomateResponseConfigsResponseBody extends $tea.Model {
2433
- code?: number;
2434
- data?: ListAutomateResponseConfigsResponseBodyData;
2435
- message?: string;
2360
+ export declare class DescribeLogStoreResponseBody extends $tea.Model {
2361
+ data?: DescribeLogStoreResponseBodyData;
2436
2362
  requestId?: string;
2437
- success?: boolean;
2438
2363
  static names(): {
2439
2364
  [key: string]: string;
2440
2365
  };
@@ -2445,12 +2370,12 @@ export declare class ListAutomateResponseConfigsResponseBody extends $tea.Model
2445
2370
  [key: string]: any;
2446
2371
  });
2447
2372
  }
2448
- export declare class ListAutomateResponseConfigsResponse extends $tea.Model {
2373
+ export declare class DescribeLogStoreResponse extends $tea.Model {
2449
2374
  headers: {
2450
2375
  [key: string]: string;
2451
2376
  };
2452
2377
  statusCode: number;
2453
- body: ListAutomateResponseConfigsResponseBody;
2378
+ body: DescribeLogStoreResponseBody;
2454
2379
  static names(): {
2455
2380
  [key: string]: string;
2456
2381
  };
@@ -2461,18 +2386,8 @@ export declare class ListAutomateResponseConfigsResponse extends $tea.Model {
2461
2386
  [key: string]: any;
2462
2387
  });
2463
2388
  }
2464
- export declare class ListCloudSiemCustomizeRulesRequest extends $tea.Model {
2465
- alertType?: string;
2466
- currentPage?: number;
2467
- endTime?: number;
2468
- id?: string;
2469
- pageSize?: number;
2389
+ export declare class DescribeLogTypeRequest extends $tea.Model {
2470
2390
  regionId?: string;
2471
- ruleName?: string;
2472
- ruleType?: string;
2473
- startTime?: number;
2474
- status?: number;
2475
- threatLevel?: string[];
2476
2391
  static names(): {
2477
2392
  [key: string]: string;
2478
2393
  };
@@ -2483,9 +2398,9 @@ export declare class ListCloudSiemCustomizeRulesRequest extends $tea.Model {
2483
2398
  [key: string]: any;
2484
2399
  });
2485
2400
  }
2486
- export declare class ListCloudSiemCustomizeRulesResponseBody extends $tea.Model {
2401
+ export declare class DescribeLogTypeResponseBody extends $tea.Model {
2487
2402
  code?: number;
2488
- data?: ListCloudSiemCustomizeRulesResponseBodyData;
2403
+ data?: DescribeLogTypeResponseBodyData[];
2489
2404
  message?: string;
2490
2405
  requestId?: string;
2491
2406
  success?: boolean;
@@ -2499,12 +2414,12 @@ export declare class ListCloudSiemCustomizeRulesResponseBody extends $tea.Model
2499
2414
  [key: string]: any;
2500
2415
  });
2501
2416
  }
2502
- export declare class ListCloudSiemCustomizeRulesResponse extends $tea.Model {
2417
+ export declare class DescribeLogTypeResponse extends $tea.Model {
2503
2418
  headers: {
2504
2419
  [key: string]: string;
2505
2420
  };
2506
2421
  statusCode: number;
2507
- body: ListCloudSiemCustomizeRulesResponseBody;
2422
+ body: DescribeLogTypeResponseBody;
2508
2423
  static names(): {
2509
2424
  [key: string]: string;
2510
2425
  };
@@ -2515,18 +2430,9 @@ export declare class ListCloudSiemCustomizeRulesResponse extends $tea.Model {
2515
2430
  [key: string]: any;
2516
2431
  });
2517
2432
  }
2518
- export declare class ListCloudSiemPredefinedRulesRequest extends $tea.Model {
2519
- alertType?: string;
2520
- currentPage?: number;
2521
- endTime?: number;
2522
- id?: string;
2523
- pageSize?: number;
2433
+ export declare class DescribeOperatorsRequest extends $tea.Model {
2524
2434
  regionId?: string;
2525
- ruleName?: string;
2526
- ruleType?: string;
2527
- startTime?: number;
2528
- status?: number;
2529
- threatLevel?: string[];
2435
+ sceneType?: string;
2530
2436
  static names(): {
2531
2437
  [key: string]: string;
2532
2438
  };
@@ -2537,9 +2443,9 @@ export declare class ListCloudSiemPredefinedRulesRequest extends $tea.Model {
2537
2443
  [key: string]: any;
2538
2444
  });
2539
2445
  }
2540
- export declare class ListCloudSiemPredefinedRulesResponseBody extends $tea.Model {
2446
+ export declare class DescribeOperatorsResponseBody extends $tea.Model {
2541
2447
  code?: number;
2542
- data?: ListCloudSiemPredefinedRulesResponseBodyData;
2448
+ data?: DescribeOperatorsResponseBodyData[];
2543
2449
  message?: string;
2544
2450
  requestId?: string;
2545
2451
  success?: boolean;
@@ -2553,12 +2459,12 @@ export declare class ListCloudSiemPredefinedRulesResponseBody extends $tea.Model
2553
2459
  [key: string]: any;
2554
2460
  });
2555
2461
  }
2556
- export declare class ListCloudSiemPredefinedRulesResponse extends $tea.Model {
2462
+ export declare class DescribeOperatorsResponse extends $tea.Model {
2557
2463
  headers: {
2558
2464
  [key: string]: string;
2559
2465
  };
2560
2466
  statusCode: number;
2561
- body: ListCloudSiemPredefinedRulesResponseBody;
2467
+ body: DescribeOperatorsResponseBody;
2562
2468
  static names(): {
2563
2469
  [key: string]: string;
2564
2470
  };
@@ -2569,10 +2475,7 @@ export declare class ListCloudSiemPredefinedRulesResponse extends $tea.Model {
2569
2475
  [key: string]: any;
2570
2476
  });
2571
2477
  }
2572
- export declare class ListCustomizeRuleTestResultRequest extends $tea.Model {
2573
- currentPage?: number;
2574
- id?: number;
2575
- pageSize?: number;
2478
+ export declare class DescribeProdCountRequest extends $tea.Model {
2576
2479
  regionId?: string;
2577
2480
  static names(): {
2578
2481
  [key: string]: string;
@@ -2584,12 +2487,9 @@ export declare class ListCustomizeRuleTestResultRequest extends $tea.Model {
2584
2487
  [key: string]: any;
2585
2488
  });
2586
2489
  }
2587
- export declare class ListCustomizeRuleTestResultResponseBody extends $tea.Model {
2588
- code?: number;
2589
- data?: ListCustomizeRuleTestResultResponseBodyData;
2590
- message?: string;
2490
+ export declare class DescribeProdCountResponseBody extends $tea.Model {
2491
+ data?: DescribeProdCountResponseBodyData;
2591
2492
  requestId?: string;
2592
- success?: boolean;
2593
2493
  static names(): {
2594
2494
  [key: string]: string;
2595
2495
  };
@@ -2600,12 +2500,12 @@ export declare class ListCustomizeRuleTestResultResponseBody extends $tea.Model
2600
2500
  [key: string]: any;
2601
2501
  });
2602
2502
  }
2603
- export declare class ListCustomizeRuleTestResultResponse extends $tea.Model {
2503
+ export declare class DescribeProdCountResponse extends $tea.Model {
2604
2504
  headers: {
2605
2505
  [key: string]: string;
2606
2506
  };
2607
2507
  statusCode: number;
2608
- body: ListCustomizeRuleTestResultResponseBody;
2508
+ body: DescribeProdCountResponseBody;
2609
2509
  static names(): {
2610
2510
  [key: string]: string;
2611
2511
  };
@@ -2616,7 +2516,7 @@ export declare class ListCustomizeRuleTestResultResponse extends $tea.Model {
2616
2516
  [key: string]: any;
2617
2517
  });
2618
2518
  }
2619
- export declare class ListDeliveryRequest extends $tea.Model {
2519
+ export declare class DescribeScopeUsersRequest extends $tea.Model {
2620
2520
  regionId?: string;
2621
2521
  static names(): {
2622
2522
  [key: string]: string;
@@ -2628,12 +2528,9 @@ export declare class ListDeliveryRequest extends $tea.Model {
2628
2528
  [key: string]: any;
2629
2529
  });
2630
2530
  }
2631
- export declare class ListDeliveryResponseBody extends $tea.Model {
2531
+ export declare class DescribeScopeUsersResponseBody extends $tea.Model {
2632
2532
  code?: number;
2633
- data?: ListDeliveryResponseBodyData;
2634
- dyCode?: string;
2635
- dyMessage?: string;
2636
- errCode?: string;
2533
+ data?: DescribeScopeUsersResponseBodyData[];
2637
2534
  message?: string;
2638
2535
  requestId?: string;
2639
2536
  success?: boolean;
@@ -2647,12 +2544,12 @@ export declare class ListDeliveryResponseBody extends $tea.Model {
2647
2544
  [key: string]: any;
2648
2545
  });
2649
2546
  }
2650
- export declare class ListDeliveryResponse extends $tea.Model {
2547
+ export declare class DescribeScopeUsersResponse extends $tea.Model {
2651
2548
  headers: {
2652
2549
  [key: string]: string;
2653
2550
  };
2654
2551
  statusCode: number;
2655
- body: ListDeliveryResponseBody;
2552
+ body: DescribeScopeUsersResponseBody;
2656
2553
  static names(): {
2657
2554
  [key: string]: string;
2658
2555
  };
@@ -2663,21 +2560,182 @@ export declare class ListDeliveryResponse extends $tea.Model {
2663
2560
  [key: string]: any;
2664
2561
  });
2665
2562
  }
2666
- export declare class ListDisposeStrategyRequest extends $tea.Model {
2563
+ export declare class DescribeServiceStatusRequest extends $tea.Model {
2564
+ regionId?: string;
2565
+ static names(): {
2566
+ [key: string]: string;
2567
+ };
2568
+ static types(): {
2569
+ [key: string]: any;
2570
+ };
2571
+ constructor(map?: {
2572
+ [key: string]: any;
2573
+ });
2574
+ }
2575
+ export declare class DescribeServiceStatusResponseBody extends $tea.Model {
2576
+ data?: boolean;
2577
+ requestId?: string;
2578
+ static names(): {
2579
+ [key: string]: string;
2580
+ };
2581
+ static types(): {
2582
+ [key: string]: any;
2583
+ };
2584
+ constructor(map?: {
2585
+ [key: string]: any;
2586
+ });
2587
+ }
2588
+ export declare class DescribeServiceStatusResponse extends $tea.Model {
2589
+ headers: {
2590
+ [key: string]: string;
2591
+ };
2592
+ statusCode: number;
2593
+ body: DescribeServiceStatusResponseBody;
2594
+ static names(): {
2595
+ [key: string]: string;
2596
+ };
2597
+ static types(): {
2598
+ [key: string]: any;
2599
+ };
2600
+ constructor(map?: {
2601
+ [key: string]: any;
2602
+ });
2603
+ }
2604
+ export declare class DescribeStorageRequest extends $tea.Model {
2605
+ regionId?: string;
2606
+ static names(): {
2607
+ [key: string]: string;
2608
+ };
2609
+ static types(): {
2610
+ [key: string]: any;
2611
+ };
2612
+ constructor(map?: {
2613
+ [key: string]: any;
2614
+ });
2615
+ }
2616
+ export declare class DescribeStorageResponseBody extends $tea.Model {
2617
+ data?: boolean;
2618
+ requestId?: string;
2619
+ static names(): {
2620
+ [key: string]: string;
2621
+ };
2622
+ static types(): {
2623
+ [key: string]: any;
2624
+ };
2625
+ constructor(map?: {
2626
+ [key: string]: any;
2627
+ });
2628
+ }
2629
+ export declare class DescribeStorageResponse extends $tea.Model {
2630
+ headers: {
2631
+ [key: string]: string;
2632
+ };
2633
+ statusCode: number;
2634
+ body: DescribeStorageResponseBody;
2635
+ static names(): {
2636
+ [key: string]: string;
2637
+ };
2638
+ static types(): {
2639
+ [key: string]: any;
2640
+ };
2641
+ constructor(map?: {
2642
+ [key: string]: any;
2643
+ });
2644
+ }
2645
+ export declare class DescribeUserBuyStatusRequest extends $tea.Model {
2646
+ regionId?: string;
2647
+ subUserId?: number;
2648
+ static names(): {
2649
+ [key: string]: string;
2650
+ };
2651
+ static types(): {
2652
+ [key: string]: any;
2653
+ };
2654
+ constructor(map?: {
2655
+ [key: string]: any;
2656
+ });
2657
+ }
2658
+ export declare class DescribeUserBuyStatusResponseBody extends $tea.Model {
2659
+ data?: DescribeUserBuyStatusResponseBodyData;
2660
+ requestId?: string;
2661
+ static names(): {
2662
+ [key: string]: string;
2663
+ };
2664
+ static types(): {
2665
+ [key: string]: any;
2666
+ };
2667
+ constructor(map?: {
2668
+ [key: string]: any;
2669
+ });
2670
+ }
2671
+ export declare class DescribeUserBuyStatusResponse extends $tea.Model {
2672
+ headers: {
2673
+ [key: string]: string;
2674
+ };
2675
+ statusCode: number;
2676
+ body: DescribeUserBuyStatusResponseBody;
2677
+ static names(): {
2678
+ [key: string]: string;
2679
+ };
2680
+ static types(): {
2681
+ [key: string]: any;
2682
+ };
2683
+ constructor(map?: {
2684
+ [key: string]: any;
2685
+ });
2686
+ }
2687
+ export declare class DescribeWafScopeRequest extends $tea.Model {
2688
+ entityId?: number;
2689
+ regionId?: string;
2690
+ static names(): {
2691
+ [key: string]: string;
2692
+ };
2693
+ static types(): {
2694
+ [key: string]: any;
2695
+ };
2696
+ constructor(map?: {
2697
+ [key: string]: any;
2698
+ });
2699
+ }
2700
+ export declare class DescribeWafScopeResponseBody extends $tea.Model {
2701
+ code?: number;
2702
+ data?: DescribeWafScopeResponseBodyData[];
2703
+ message?: string;
2704
+ requestId?: string;
2705
+ success?: boolean;
2706
+ static names(): {
2707
+ [key: string]: string;
2708
+ };
2709
+ static types(): {
2710
+ [key: string]: any;
2711
+ };
2712
+ constructor(map?: {
2713
+ [key: string]: any;
2714
+ });
2715
+ }
2716
+ export declare class DescribeWafScopeResponse extends $tea.Model {
2717
+ headers: {
2718
+ [key: string]: string;
2719
+ };
2720
+ statusCode: number;
2721
+ body: DescribeWafScopeResponseBody;
2722
+ static names(): {
2723
+ [key: string]: string;
2724
+ };
2725
+ static types(): {
2726
+ [key: string]: any;
2727
+ };
2728
+ constructor(map?: {
2729
+ [key: string]: any;
2730
+ });
2731
+ }
2732
+ export declare class DescribeWhiteRuleListRequest extends $tea.Model {
2733
+ alertName?: string;
2734
+ alertType?: string;
2667
2735
  currentPage?: number;
2668
- effectiveStatus?: number;
2669
- endTime?: number;
2670
- entityIdentity?: string;
2671
- entityType?: string;
2672
- order?: string;
2673
- orderField?: string;
2736
+ incidentUuid?: string;
2674
2737
  pageSize?: number;
2675
- playbookName?: string;
2676
- playbookTypes?: string;
2677
- playbookUuid?: string;
2678
2738
  regionId?: string;
2679
- sophonTaskId?: string;
2680
- startTime?: number;
2681
2739
  static names(): {
2682
2740
  [key: string]: string;
2683
2741
  };
@@ -2688,12 +2746,1353 @@ export declare class ListDisposeStrategyRequest extends $tea.Model {
2688
2746
  [key: string]: any;
2689
2747
  });
2690
2748
  }
2691
- export declare class ListDisposeStrategyResponseBody extends $tea.Model {
2692
- code?: number;
2693
- data?: ListDisposeStrategyResponseBodyData;
2694
- message?: string;
2749
+ export declare class DescribeWhiteRuleListResponseBody extends $tea.Model {
2750
+ code?: number;
2751
+ data?: DescribeWhiteRuleListResponseBodyData;
2752
+ message?: string;
2753
+ requestId?: string;
2754
+ success?: boolean;
2755
+ static names(): {
2756
+ [key: string]: string;
2757
+ };
2758
+ static types(): {
2759
+ [key: string]: any;
2760
+ };
2761
+ constructor(map?: {
2762
+ [key: string]: any;
2763
+ });
2764
+ }
2765
+ export declare class DescribeWhiteRuleListResponse extends $tea.Model {
2766
+ headers: {
2767
+ [key: string]: string;
2768
+ };
2769
+ statusCode: number;
2770
+ body: DescribeWhiteRuleListResponseBody;
2771
+ static names(): {
2772
+ [key: string]: string;
2773
+ };
2774
+ static types(): {
2775
+ [key: string]: any;
2776
+ };
2777
+ constructor(map?: {
2778
+ [key: string]: any;
2779
+ });
2780
+ }
2781
+ export declare class DoQuickFieldRequest extends $tea.Model {
2782
+ from?: number;
2783
+ index?: string;
2784
+ page?: number;
2785
+ regionId?: string;
2786
+ reverse?: boolean;
2787
+ size?: number;
2788
+ to?: number;
2789
+ static names(): {
2790
+ [key: string]: string;
2791
+ };
2792
+ static types(): {
2793
+ [key: string]: any;
2794
+ };
2795
+ constructor(map?: {
2796
+ [key: string]: any;
2797
+ });
2798
+ }
2799
+ export declare class DoQuickFieldResponseBody extends $tea.Model {
2800
+ data?: DoQuickFieldResponseBodyData;
2801
+ requestId?: string;
2802
+ static names(): {
2803
+ [key: string]: string;
2804
+ };
2805
+ static types(): {
2806
+ [key: string]: any;
2807
+ };
2808
+ constructor(map?: {
2809
+ [key: string]: any;
2810
+ });
2811
+ }
2812
+ export declare class DoQuickFieldResponse extends $tea.Model {
2813
+ headers: {
2814
+ [key: string]: string;
2815
+ };
2816
+ statusCode: number;
2817
+ body: DoQuickFieldResponseBody;
2818
+ static names(): {
2819
+ [key: string]: string;
2820
+ };
2821
+ static types(): {
2822
+ [key: string]: any;
2823
+ };
2824
+ constructor(map?: {
2825
+ [key: string]: any;
2826
+ });
2827
+ }
2828
+ export declare class DoSelfDelegateRequest extends $tea.Model {
2829
+ aliUid?: number;
2830
+ delegateOrNot?: number;
2831
+ regionId?: string;
2832
+ static names(): {
2833
+ [key: string]: string;
2834
+ };
2835
+ static types(): {
2836
+ [key: string]: any;
2837
+ };
2838
+ constructor(map?: {
2839
+ [key: string]: any;
2840
+ });
2841
+ }
2842
+ export declare class DoSelfDelegateResponseBody extends $tea.Model {
2843
+ data?: boolean;
2844
+ requestId?: string;
2845
+ static names(): {
2846
+ [key: string]: string;
2847
+ };
2848
+ static types(): {
2849
+ [key: string]: any;
2850
+ };
2851
+ constructor(map?: {
2852
+ [key: string]: any;
2853
+ });
2854
+ }
2855
+ export declare class DoSelfDelegateResponse extends $tea.Model {
2856
+ headers: {
2857
+ [key: string]: string;
2858
+ };
2859
+ statusCode: number;
2860
+ body: DoSelfDelegateResponseBody;
2861
+ static names(): {
2862
+ [key: string]: string;
2863
+ };
2864
+ static types(): {
2865
+ [key: string]: any;
2866
+ };
2867
+ constructor(map?: {
2868
+ [key: string]: any;
2869
+ });
2870
+ }
2871
+ export declare class EnableAccessForCloudSiemRequest extends $tea.Model {
2872
+ regionId?: string;
2873
+ static names(): {
2874
+ [key: string]: string;
2875
+ };
2876
+ static types(): {
2877
+ [key: string]: any;
2878
+ };
2879
+ constructor(map?: {
2880
+ [key: string]: any;
2881
+ });
2882
+ }
2883
+ export declare class EnableAccessForCloudSiemResponseBody extends $tea.Model {
2884
+ data?: boolean;
2885
+ requestId?: string;
2886
+ static names(): {
2887
+ [key: string]: string;
2888
+ };
2889
+ static types(): {
2890
+ [key: string]: any;
2891
+ };
2892
+ constructor(map?: {
2893
+ [key: string]: any;
2894
+ });
2895
+ }
2896
+ export declare class EnableAccessForCloudSiemResponse extends $tea.Model {
2897
+ headers: {
2898
+ [key: string]: string;
2899
+ };
2900
+ statusCode: number;
2901
+ body: EnableAccessForCloudSiemResponseBody;
2902
+ static names(): {
2903
+ [key: string]: string;
2904
+ };
2905
+ static types(): {
2906
+ [key: string]: any;
2907
+ };
2908
+ constructor(map?: {
2909
+ [key: string]: any;
2910
+ });
2911
+ }
2912
+ export declare class EnableServiceForCloudSiemRequest extends $tea.Model {
2913
+ regionId?: string;
2914
+ static names(): {
2915
+ [key: string]: string;
2916
+ };
2917
+ static types(): {
2918
+ [key: string]: any;
2919
+ };
2920
+ constructor(map?: {
2921
+ [key: string]: any;
2922
+ });
2923
+ }
2924
+ export declare class EnableServiceForCloudSiemResponseBody extends $tea.Model {
2925
+ data?: boolean;
2926
+ requestId?: string;
2927
+ static names(): {
2928
+ [key: string]: string;
2929
+ };
2930
+ static types(): {
2931
+ [key: string]: any;
2932
+ };
2933
+ constructor(map?: {
2934
+ [key: string]: any;
2935
+ });
2936
+ }
2937
+ export declare class EnableServiceForCloudSiemResponse extends $tea.Model {
2938
+ headers: {
2939
+ [key: string]: string;
2940
+ };
2941
+ statusCode: number;
2942
+ body: EnableServiceForCloudSiemResponseBody;
2943
+ static names(): {
2944
+ [key: string]: string;
2945
+ };
2946
+ static types(): {
2947
+ [key: string]: any;
2948
+ };
2949
+ constructor(map?: {
2950
+ [key: string]: any;
2951
+ });
2952
+ }
2953
+ export declare class GetCapacityRequest extends $tea.Model {
2954
+ regionId?: string;
2955
+ static names(): {
2956
+ [key: string]: string;
2957
+ };
2958
+ static types(): {
2959
+ [key: string]: any;
2960
+ };
2961
+ constructor(map?: {
2962
+ [key: string]: any;
2963
+ });
2964
+ }
2965
+ export declare class GetCapacityResponseBody extends $tea.Model {
2966
+ data?: GetCapacityResponseBodyData;
2967
+ requestId?: string;
2968
+ static names(): {
2969
+ [key: string]: string;
2970
+ };
2971
+ static types(): {
2972
+ [key: string]: any;
2973
+ };
2974
+ constructor(map?: {
2975
+ [key: string]: any;
2976
+ });
2977
+ }
2978
+ export declare class GetCapacityResponse extends $tea.Model {
2979
+ headers: {
2980
+ [key: string]: string;
2981
+ };
2982
+ statusCode: number;
2983
+ body: GetCapacityResponseBody;
2984
+ static names(): {
2985
+ [key: string]: string;
2986
+ };
2987
+ static types(): {
2988
+ [key: string]: any;
2989
+ };
2990
+ constructor(map?: {
2991
+ [key: string]: any;
2992
+ });
2993
+ }
2994
+ export declare class GetHistogramsRequest extends $tea.Model {
2995
+ from?: number;
2996
+ query?: string;
2997
+ regionId?: string;
2998
+ to?: number;
2999
+ static names(): {
3000
+ [key: string]: string;
3001
+ };
3002
+ static types(): {
3003
+ [key: string]: any;
3004
+ };
3005
+ constructor(map?: {
3006
+ [key: string]: any;
3007
+ });
3008
+ }
3009
+ export declare class GetHistogramsResponseBody extends $tea.Model {
3010
+ data?: GetHistogramsResponseBodyData;
3011
+ requestId?: string;
3012
+ static names(): {
3013
+ [key: string]: string;
3014
+ };
3015
+ static types(): {
3016
+ [key: string]: any;
3017
+ };
3018
+ constructor(map?: {
3019
+ [key: string]: any;
3020
+ });
3021
+ }
3022
+ export declare class GetHistogramsResponse extends $tea.Model {
3023
+ headers: {
3024
+ [key: string]: string;
3025
+ };
3026
+ statusCode: number;
3027
+ body: GetHistogramsResponseBody;
3028
+ static names(): {
3029
+ [key: string]: string;
3030
+ };
3031
+ static types(): {
3032
+ [key: string]: any;
3033
+ };
3034
+ constructor(map?: {
3035
+ [key: string]: any;
3036
+ });
3037
+ }
3038
+ export declare class GetLogsRequest extends $tea.Model {
3039
+ from?: number;
3040
+ pageIndex?: number;
3041
+ pageSize?: number;
3042
+ query?: string;
3043
+ regionId?: string;
3044
+ reverseOrNot?: boolean;
3045
+ to?: number;
3046
+ total?: number;
3047
+ static names(): {
3048
+ [key: string]: string;
3049
+ };
3050
+ static types(): {
3051
+ [key: string]: any;
3052
+ };
3053
+ constructor(map?: {
3054
+ [key: string]: any;
3055
+ });
3056
+ }
3057
+ export declare class GetLogsResponseBody extends $tea.Model {
3058
+ code?: number;
3059
+ data?: GetLogsResponseBodyData;
3060
+ message?: string;
3061
+ requestId?: string;
3062
+ success?: boolean;
3063
+ static names(): {
3064
+ [key: string]: string;
3065
+ };
3066
+ static types(): {
3067
+ [key: string]: any;
3068
+ };
3069
+ constructor(map?: {
3070
+ [key: string]: any;
3071
+ });
3072
+ }
3073
+ export declare class GetLogsResponse extends $tea.Model {
3074
+ headers: {
3075
+ [key: string]: string;
3076
+ };
3077
+ statusCode: number;
3078
+ body: GetLogsResponseBody;
3079
+ static names(): {
3080
+ [key: string]: string;
3081
+ };
3082
+ static types(): {
3083
+ [key: string]: any;
3084
+ };
3085
+ constructor(map?: {
3086
+ [key: string]: any;
3087
+ });
3088
+ }
3089
+ export declare class GetQuickQueryRequest extends $tea.Model {
3090
+ regionId?: string;
3091
+ searchName?: string;
3092
+ static names(): {
3093
+ [key: string]: string;
3094
+ };
3095
+ static types(): {
3096
+ [key: string]: any;
3097
+ };
3098
+ constructor(map?: {
3099
+ [key: string]: any;
3100
+ });
3101
+ }
3102
+ export declare class GetQuickQueryResponseBody extends $tea.Model {
3103
+ data?: string;
3104
+ requestId?: string;
3105
+ static names(): {
3106
+ [key: string]: string;
3107
+ };
3108
+ static types(): {
3109
+ [key: string]: any;
3110
+ };
3111
+ constructor(map?: {
3112
+ [key: string]: any;
3113
+ });
3114
+ }
3115
+ export declare class GetQuickQueryResponse extends $tea.Model {
3116
+ headers: {
3117
+ [key: string]: string;
3118
+ };
3119
+ statusCode: number;
3120
+ body: GetQuickQueryResponseBody;
3121
+ static names(): {
3122
+ [key: string]: string;
3123
+ };
3124
+ static types(): {
3125
+ [key: string]: any;
3126
+ };
3127
+ constructor(map?: {
3128
+ [key: string]: any;
3129
+ });
3130
+ }
3131
+ export declare class GetStorageRequest extends $tea.Model {
3132
+ regionId?: string;
3133
+ static names(): {
3134
+ [key: string]: string;
3135
+ };
3136
+ static types(): {
3137
+ [key: string]: any;
3138
+ };
3139
+ constructor(map?: {
3140
+ [key: string]: any;
3141
+ });
3142
+ }
3143
+ export declare class GetStorageResponseBody extends $tea.Model {
3144
+ data?: GetStorageResponseBodyData;
3145
+ requestId?: string;
3146
+ static names(): {
3147
+ [key: string]: string;
3148
+ };
3149
+ static types(): {
3150
+ [key: string]: any;
3151
+ };
3152
+ constructor(map?: {
3153
+ [key: string]: any;
3154
+ });
3155
+ }
3156
+ export declare class GetStorageResponse extends $tea.Model {
3157
+ headers: {
3158
+ [key: string]: string;
3159
+ };
3160
+ statusCode: number;
3161
+ body: GetStorageResponseBody;
3162
+ static names(): {
3163
+ [key: string]: string;
3164
+ };
3165
+ static types(): {
3166
+ [key: string]: any;
3167
+ };
3168
+ constructor(map?: {
3169
+ [key: string]: any;
3170
+ });
3171
+ }
3172
+ export declare class ListAccountAccessIdRequest extends $tea.Model {
3173
+ cloudCode?: string;
3174
+ regionId?: string;
3175
+ static names(): {
3176
+ [key: string]: string;
3177
+ };
3178
+ static types(): {
3179
+ [key: string]: any;
3180
+ };
3181
+ constructor(map?: {
3182
+ [key: string]: any;
3183
+ });
3184
+ }
3185
+ export declare class ListAccountAccessIdResponseBody extends $tea.Model {
3186
+ code?: number;
3187
+ data?: ListAccountAccessIdResponseBodyData[];
3188
+ message?: string;
3189
+ requestId?: string;
3190
+ success?: boolean;
3191
+ static names(): {
3192
+ [key: string]: string;
3193
+ };
3194
+ static types(): {
3195
+ [key: string]: any;
3196
+ };
3197
+ constructor(map?: {
3198
+ [key: string]: any;
3199
+ });
3200
+ }
3201
+ export declare class ListAccountAccessIdResponse extends $tea.Model {
3202
+ headers: {
3203
+ [key: string]: string;
3204
+ };
3205
+ statusCode: number;
3206
+ body: ListAccountAccessIdResponseBody;
3207
+ static names(): {
3208
+ [key: string]: string;
3209
+ };
3210
+ static types(): {
3211
+ [key: string]: any;
3212
+ };
3213
+ constructor(map?: {
3214
+ [key: string]: any;
3215
+ });
3216
+ }
3217
+ export declare class ListAccountsByLogRequest extends $tea.Model {
3218
+ cloudCode?: string;
3219
+ logCodes?: string[];
3220
+ prodCode?: string;
3221
+ regionId?: string;
3222
+ static names(): {
3223
+ [key: string]: string;
3224
+ };
3225
+ static types(): {
3226
+ [key: string]: any;
3227
+ };
3228
+ constructor(map?: {
3229
+ [key: string]: any;
3230
+ });
3231
+ }
3232
+ export declare class ListAccountsByLogResponseBody extends $tea.Model {
3233
+ data?: ListAccountsByLogResponseBodyData[];
3234
+ requestId?: string;
3235
+ static names(): {
3236
+ [key: string]: string;
3237
+ };
3238
+ static types(): {
3239
+ [key: string]: any;
3240
+ };
3241
+ constructor(map?: {
3242
+ [key: string]: any;
3243
+ });
3244
+ }
3245
+ export declare class ListAccountsByLogResponse extends $tea.Model {
3246
+ headers: {
3247
+ [key: string]: string;
3248
+ };
3249
+ statusCode: number;
3250
+ body: ListAccountsByLogResponseBody;
3251
+ static names(): {
3252
+ [key: string]: string;
3253
+ };
3254
+ static types(): {
3255
+ [key: string]: any;
3256
+ };
3257
+ constructor(map?: {
3258
+ [key: string]: any;
3259
+ });
3260
+ }
3261
+ export declare class ListAllProdsRequest extends $tea.Model {
3262
+ regionId?: string;
3263
+ static names(): {
3264
+ [key: string]: string;
3265
+ };
3266
+ static types(): {
3267
+ [key: string]: any;
3268
+ };
3269
+ constructor(map?: {
3270
+ [key: string]: any;
3271
+ });
3272
+ }
3273
+ export declare class ListAllProdsResponseBody extends $tea.Model {
3274
+ data?: ListAllProdsResponseBodyData;
3275
+ requestId?: string;
3276
+ static names(): {
3277
+ [key: string]: string;
3278
+ };
3279
+ static types(): {
3280
+ [key: string]: any;
3281
+ };
3282
+ constructor(map?: {
3283
+ [key: string]: any;
3284
+ });
3285
+ }
3286
+ export declare class ListAllProdsResponse extends $tea.Model {
3287
+ headers: {
3288
+ [key: string]: string;
3289
+ };
3290
+ statusCode: number;
3291
+ body: ListAllProdsResponseBody;
3292
+ static names(): {
3293
+ [key: string]: string;
3294
+ };
3295
+ static types(): {
3296
+ [key: string]: any;
3297
+ };
3298
+ constructor(map?: {
3299
+ [key: string]: any;
3300
+ });
3301
+ }
3302
+ export declare class ListAutomateResponseConfigsRequest extends $tea.Model {
3303
+ actionType?: string;
3304
+ autoResponseType?: string;
3305
+ currentPage?: number;
3306
+ id?: number;
3307
+ pageSize?: number;
3308
+ playbookUuid?: string;
3309
+ regionId?: string;
3310
+ ruleName?: string;
3311
+ status?: number;
3312
+ subUserId?: number;
3313
+ static names(): {
3314
+ [key: string]: string;
3315
+ };
3316
+ static types(): {
3317
+ [key: string]: any;
3318
+ };
3319
+ constructor(map?: {
3320
+ [key: string]: any;
3321
+ });
3322
+ }
3323
+ export declare class ListAutomateResponseConfigsResponseBody extends $tea.Model {
3324
+ code?: number;
3325
+ data?: ListAutomateResponseConfigsResponseBodyData;
3326
+ message?: string;
3327
+ requestId?: string;
3328
+ success?: boolean;
3329
+ static names(): {
3330
+ [key: string]: string;
3331
+ };
3332
+ static types(): {
3333
+ [key: string]: any;
3334
+ };
3335
+ constructor(map?: {
3336
+ [key: string]: any;
3337
+ });
3338
+ }
3339
+ export declare class ListAutomateResponseConfigsResponse extends $tea.Model {
3340
+ headers: {
3341
+ [key: string]: string;
3342
+ };
3343
+ statusCode: number;
3344
+ body: ListAutomateResponseConfigsResponseBody;
3345
+ static names(): {
3346
+ [key: string]: string;
3347
+ };
3348
+ static types(): {
3349
+ [key: string]: any;
3350
+ };
3351
+ constructor(map?: {
3352
+ [key: string]: any;
3353
+ });
3354
+ }
3355
+ export declare class ListBindAccountRequest extends $tea.Model {
3356
+ cloudCode?: string;
3357
+ regionId?: string;
3358
+ static names(): {
3359
+ [key: string]: string;
3360
+ };
3361
+ static types(): {
3362
+ [key: string]: any;
3363
+ };
3364
+ constructor(map?: {
3365
+ [key: string]: any;
3366
+ });
3367
+ }
3368
+ export declare class ListBindAccountResponseBody extends $tea.Model {
3369
+ data?: ListBindAccountResponseBodyData[];
3370
+ requestId?: string;
3371
+ static names(): {
3372
+ [key: string]: string;
3373
+ };
3374
+ static types(): {
3375
+ [key: string]: any;
3376
+ };
3377
+ constructor(map?: {
3378
+ [key: string]: any;
3379
+ });
3380
+ }
3381
+ export declare class ListBindAccountResponse extends $tea.Model {
3382
+ headers: {
3383
+ [key: string]: string;
3384
+ };
3385
+ statusCode: number;
3386
+ body: ListBindAccountResponseBody;
3387
+ static names(): {
3388
+ [key: string]: string;
3389
+ };
3390
+ static types(): {
3391
+ [key: string]: any;
3392
+ };
3393
+ constructor(map?: {
3394
+ [key: string]: any;
3395
+ });
3396
+ }
3397
+ export declare class ListBindDataSourcesRequest extends $tea.Model {
3398
+ accountId?: string;
3399
+ cloudCode?: string;
3400
+ regionId?: string;
3401
+ static names(): {
3402
+ [key: string]: string;
3403
+ };
3404
+ static types(): {
3405
+ [key: string]: any;
3406
+ };
3407
+ constructor(map?: {
3408
+ [key: string]: any;
3409
+ });
3410
+ }
3411
+ export declare class ListBindDataSourcesResponseBody extends $tea.Model {
3412
+ data?: ListBindDataSourcesResponseBodyData[];
3413
+ requestId?: string;
3414
+ static names(): {
3415
+ [key: string]: string;
3416
+ };
3417
+ static types(): {
3418
+ [key: string]: any;
3419
+ };
3420
+ constructor(map?: {
3421
+ [key: string]: any;
3422
+ });
3423
+ }
3424
+ export declare class ListBindDataSourcesResponse extends $tea.Model {
3425
+ headers: {
3426
+ [key: string]: string;
3427
+ };
3428
+ statusCode: number;
3429
+ body: ListBindDataSourcesResponseBody;
3430
+ static names(): {
3431
+ [key: string]: string;
3432
+ };
3433
+ static types(): {
3434
+ [key: string]: any;
3435
+ };
3436
+ constructor(map?: {
3437
+ [key: string]: any;
3438
+ });
3439
+ }
3440
+ export declare class ListCloudSiemCustomizeRulesRequest extends $tea.Model {
3441
+ alertType?: string;
3442
+ currentPage?: number;
3443
+ endTime?: number;
3444
+ id?: string;
3445
+ pageSize?: number;
3446
+ regionId?: string;
3447
+ ruleName?: string;
3448
+ ruleType?: string;
3449
+ startTime?: number;
3450
+ status?: number;
3451
+ threatLevel?: string[];
3452
+ static names(): {
3453
+ [key: string]: string;
3454
+ };
3455
+ static types(): {
3456
+ [key: string]: any;
3457
+ };
3458
+ constructor(map?: {
3459
+ [key: string]: any;
3460
+ });
3461
+ }
3462
+ export declare class ListCloudSiemCustomizeRulesResponseBody extends $tea.Model {
3463
+ code?: number;
3464
+ data?: ListCloudSiemCustomizeRulesResponseBodyData;
3465
+ message?: string;
3466
+ requestId?: string;
3467
+ success?: boolean;
3468
+ static names(): {
3469
+ [key: string]: string;
3470
+ };
3471
+ static types(): {
3472
+ [key: string]: any;
3473
+ };
3474
+ constructor(map?: {
3475
+ [key: string]: any;
3476
+ });
3477
+ }
3478
+ export declare class ListCloudSiemCustomizeRulesResponse extends $tea.Model {
3479
+ headers: {
3480
+ [key: string]: string;
3481
+ };
3482
+ statusCode: number;
3483
+ body: ListCloudSiemCustomizeRulesResponseBody;
3484
+ static names(): {
3485
+ [key: string]: string;
3486
+ };
3487
+ static types(): {
3488
+ [key: string]: any;
3489
+ };
3490
+ constructor(map?: {
3491
+ [key: string]: any;
3492
+ });
3493
+ }
3494
+ export declare class ListCloudSiemPredefinedRulesRequest extends $tea.Model {
3495
+ alertType?: string;
3496
+ currentPage?: number;
3497
+ endTime?: number;
3498
+ id?: string;
3499
+ pageSize?: number;
3500
+ regionId?: string;
3501
+ ruleName?: string;
3502
+ ruleType?: string;
3503
+ startTime?: number;
3504
+ status?: number;
3505
+ threatLevel?: string[];
3506
+ static names(): {
3507
+ [key: string]: string;
3508
+ };
3509
+ static types(): {
3510
+ [key: string]: any;
3511
+ };
3512
+ constructor(map?: {
3513
+ [key: string]: any;
3514
+ });
3515
+ }
3516
+ export declare class ListCloudSiemPredefinedRulesResponseBody extends $tea.Model {
3517
+ code?: number;
3518
+ data?: ListCloudSiemPredefinedRulesResponseBodyData;
3519
+ message?: string;
3520
+ requestId?: string;
3521
+ success?: boolean;
3522
+ static names(): {
3523
+ [key: string]: string;
3524
+ };
3525
+ static types(): {
3526
+ [key: string]: any;
3527
+ };
3528
+ constructor(map?: {
3529
+ [key: string]: any;
3530
+ });
3531
+ }
3532
+ export declare class ListCloudSiemPredefinedRulesResponse extends $tea.Model {
3533
+ headers: {
3534
+ [key: string]: string;
3535
+ };
3536
+ statusCode: number;
3537
+ body: ListCloudSiemPredefinedRulesResponseBody;
3538
+ static names(): {
3539
+ [key: string]: string;
3540
+ };
3541
+ static types(): {
3542
+ [key: string]: any;
3543
+ };
3544
+ constructor(map?: {
3545
+ [key: string]: any;
3546
+ });
3547
+ }
3548
+ export declare class ListCustomizeRuleTestResultRequest extends $tea.Model {
3549
+ currentPage?: number;
3550
+ id?: number;
3551
+ pageSize?: number;
3552
+ regionId?: string;
3553
+ static names(): {
3554
+ [key: string]: string;
3555
+ };
3556
+ static types(): {
3557
+ [key: string]: any;
3558
+ };
3559
+ constructor(map?: {
3560
+ [key: string]: any;
3561
+ });
3562
+ }
3563
+ export declare class ListCustomizeRuleTestResultResponseBody extends $tea.Model {
3564
+ code?: number;
3565
+ data?: ListCustomizeRuleTestResultResponseBodyData;
3566
+ message?: string;
3567
+ requestId?: string;
3568
+ success?: boolean;
3569
+ static names(): {
3570
+ [key: string]: string;
3571
+ };
3572
+ static types(): {
3573
+ [key: string]: any;
3574
+ };
3575
+ constructor(map?: {
3576
+ [key: string]: any;
3577
+ });
3578
+ }
3579
+ export declare class ListCustomizeRuleTestResultResponse extends $tea.Model {
3580
+ headers: {
3581
+ [key: string]: string;
3582
+ };
3583
+ statusCode: number;
3584
+ body: ListCustomizeRuleTestResultResponseBody;
3585
+ static names(): {
3586
+ [key: string]: string;
3587
+ };
3588
+ static types(): {
3589
+ [key: string]: any;
3590
+ };
3591
+ constructor(map?: {
3592
+ [key: string]: any;
3593
+ });
3594
+ }
3595
+ export declare class ListDataSourceLogsRequest extends $tea.Model {
3596
+ accountId?: string;
3597
+ cloudCode?: string;
3598
+ dataSourceInstanceId?: string;
3599
+ regionId?: string;
3600
+ static names(): {
3601
+ [key: string]: string;
3602
+ };
3603
+ static types(): {
3604
+ [key: string]: any;
3605
+ };
3606
+ constructor(map?: {
3607
+ [key: string]: any;
3608
+ });
3609
+ }
3610
+ export declare class ListDataSourceLogsResponseBody extends $tea.Model {
3611
+ data?: ListDataSourceLogsResponseBodyData;
3612
+ requestId?: string;
3613
+ static names(): {
3614
+ [key: string]: string;
3615
+ };
3616
+ static types(): {
3617
+ [key: string]: any;
3618
+ };
3619
+ constructor(map?: {
3620
+ [key: string]: any;
3621
+ });
3622
+ }
3623
+ export declare class ListDataSourceLogsResponse extends $tea.Model {
3624
+ headers: {
3625
+ [key: string]: string;
3626
+ };
3627
+ statusCode: number;
3628
+ body: ListDataSourceLogsResponseBody;
3629
+ static names(): {
3630
+ [key: string]: string;
3631
+ };
3632
+ static types(): {
3633
+ [key: string]: any;
3634
+ };
3635
+ constructor(map?: {
3636
+ [key: string]: any;
3637
+ });
3638
+ }
3639
+ export declare class ListDataSourceTypesRequest extends $tea.Model {
3640
+ cloudCode?: string;
3641
+ regionId?: string;
3642
+ static names(): {
3643
+ [key: string]: string;
3644
+ };
3645
+ static types(): {
3646
+ [key: string]: any;
3647
+ };
3648
+ constructor(map?: {
3649
+ [key: string]: any;
3650
+ });
3651
+ }
3652
+ export declare class ListDataSourceTypesResponseBody extends $tea.Model {
3653
+ data?: ListDataSourceTypesResponseBodyData[];
3654
+ requestId?: string;
3655
+ static names(): {
3656
+ [key: string]: string;
3657
+ };
3658
+ static types(): {
3659
+ [key: string]: any;
3660
+ };
3661
+ constructor(map?: {
3662
+ [key: string]: any;
3663
+ });
3664
+ }
3665
+ export declare class ListDataSourceTypesResponse extends $tea.Model {
3666
+ headers: {
3667
+ [key: string]: string;
3668
+ };
3669
+ statusCode: number;
3670
+ body: ListDataSourceTypesResponseBody;
3671
+ static names(): {
3672
+ [key: string]: string;
3673
+ };
3674
+ static types(): {
3675
+ [key: string]: any;
3676
+ };
3677
+ constructor(map?: {
3678
+ [key: string]: any;
3679
+ });
3680
+ }
3681
+ export declare class ListDeliveryRequest extends $tea.Model {
3682
+ regionId?: string;
3683
+ static names(): {
3684
+ [key: string]: string;
3685
+ };
3686
+ static types(): {
3687
+ [key: string]: any;
3688
+ };
3689
+ constructor(map?: {
3690
+ [key: string]: any;
3691
+ });
3692
+ }
3693
+ export declare class ListDeliveryResponseBody extends $tea.Model {
3694
+ data?: ListDeliveryResponseBodyData;
3695
+ requestId?: string;
3696
+ static names(): {
3697
+ [key: string]: string;
3698
+ };
3699
+ static types(): {
3700
+ [key: string]: any;
3701
+ };
3702
+ constructor(map?: {
3703
+ [key: string]: any;
3704
+ });
3705
+ }
3706
+ export declare class ListDeliveryResponse extends $tea.Model {
3707
+ headers: {
3708
+ [key: string]: string;
3709
+ };
3710
+ statusCode: number;
3711
+ body: ListDeliveryResponseBody;
3712
+ static names(): {
3713
+ [key: string]: string;
3714
+ };
3715
+ static types(): {
3716
+ [key: string]: any;
3717
+ };
3718
+ constructor(map?: {
3719
+ [key: string]: any;
3720
+ });
3721
+ }
3722
+ export declare class ListDisposeStrategyRequest extends $tea.Model {
3723
+ currentPage?: number;
3724
+ effectiveStatus?: number;
3725
+ endTime?: number;
3726
+ entityIdentity?: string;
3727
+ entityType?: string;
3728
+ order?: string;
3729
+ orderField?: string;
3730
+ pageSize?: number;
3731
+ playbookName?: string;
3732
+ playbookTypes?: string;
3733
+ playbookUuid?: string;
3734
+ regionId?: string;
3735
+ sophonTaskId?: string;
3736
+ startTime?: number;
3737
+ static names(): {
3738
+ [key: string]: string;
3739
+ };
3740
+ static types(): {
3741
+ [key: string]: any;
3742
+ };
3743
+ constructor(map?: {
3744
+ [key: string]: any;
3745
+ });
3746
+ }
3747
+ export declare class ListDisposeStrategyResponseBody extends $tea.Model {
3748
+ code?: number;
3749
+ data?: ListDisposeStrategyResponseBodyData;
3750
+ message?: string;
3751
+ requestId?: string;
3752
+ success?: boolean;
3753
+ static names(): {
3754
+ [key: string]: string;
3755
+ };
3756
+ static types(): {
3757
+ [key: string]: any;
3758
+ };
3759
+ constructor(map?: {
3760
+ [key: string]: any;
3761
+ });
3762
+ }
3763
+ export declare class ListDisposeStrategyResponse extends $tea.Model {
3764
+ headers: {
3765
+ [key: string]: string;
3766
+ };
3767
+ statusCode: number;
3768
+ body: ListDisposeStrategyResponseBody;
3769
+ static names(): {
3770
+ [key: string]: string;
3771
+ };
3772
+ static types(): {
3773
+ [key: string]: any;
3774
+ };
3775
+ constructor(map?: {
3776
+ [key: string]: any;
3777
+ });
3778
+ }
3779
+ export declare class ListImportedLogsByProdRequest extends $tea.Model {
3780
+ cloudCode?: string;
3781
+ prodCode?: string;
3782
+ regionId?: string;
3783
+ static names(): {
3784
+ [key: string]: string;
3785
+ };
3786
+ static types(): {
3787
+ [key: string]: any;
3788
+ };
3789
+ constructor(map?: {
3790
+ [key: string]: any;
3791
+ });
3792
+ }
3793
+ export declare class ListImportedLogsByProdResponseBody extends $tea.Model {
3794
+ data?: ListImportedLogsByProdResponseBodyData[];
3795
+ requestId?: string;
3796
+ static names(): {
3797
+ [key: string]: string;
3798
+ };
3799
+ static types(): {
3800
+ [key: string]: any;
3801
+ };
3802
+ constructor(map?: {
3803
+ [key: string]: any;
3804
+ });
3805
+ }
3806
+ export declare class ListImportedLogsByProdResponse extends $tea.Model {
3807
+ headers: {
3808
+ [key: string]: string;
3809
+ };
3810
+ statusCode: number;
3811
+ body: ListImportedLogsByProdResponseBody;
3812
+ static names(): {
3813
+ [key: string]: string;
3814
+ };
3815
+ static types(): {
3816
+ [key: string]: any;
3817
+ };
3818
+ constructor(map?: {
3819
+ [key: string]: any;
3820
+ });
3821
+ }
3822
+ export declare class ListOperationRequest extends $tea.Model {
3823
+ regionId?: string;
3824
+ static names(): {
3825
+ [key: string]: string;
3826
+ };
3827
+ static types(): {
3828
+ [key: string]: any;
3829
+ };
3830
+ constructor(map?: {
3831
+ [key: string]: any;
3832
+ });
3833
+ }
3834
+ export declare class ListOperationResponseBody extends $tea.Model {
3835
+ data?: ListOperationResponseBodyData;
3836
+ requestId?: string;
3837
+ static names(): {
3838
+ [key: string]: string;
3839
+ };
3840
+ static types(): {
3841
+ [key: string]: any;
3842
+ };
3843
+ constructor(map?: {
3844
+ [key: string]: any;
3845
+ });
3846
+ }
3847
+ export declare class ListOperationResponse extends $tea.Model {
3848
+ headers: {
3849
+ [key: string]: string;
3850
+ };
3851
+ statusCode: number;
3852
+ body: ListOperationResponseBody;
3853
+ static names(): {
3854
+ [key: string]: string;
3855
+ };
3856
+ static types(): {
3857
+ [key: string]: any;
3858
+ };
3859
+ constructor(map?: {
3860
+ [key: string]: any;
3861
+ });
3862
+ }
3863
+ export declare class ListProjectLogStoresRequest extends $tea.Model {
3864
+ regionId?: string;
3865
+ sourceLogCode?: string;
3866
+ sourceProdCode?: string;
3867
+ subUserId?: number;
3868
+ static names(): {
3869
+ [key: string]: string;
3870
+ };
3871
+ static types(): {
3872
+ [key: string]: any;
3873
+ };
3874
+ constructor(map?: {
3875
+ [key: string]: any;
3876
+ });
3877
+ }
3878
+ export declare class ListProjectLogStoresResponseBody extends $tea.Model {
3879
+ data?: ListProjectLogStoresResponseBodyData[];
3880
+ requestId?: string;
3881
+ static names(): {
3882
+ [key: string]: string;
3883
+ };
3884
+ static types(): {
3885
+ [key: string]: any;
3886
+ };
3887
+ constructor(map?: {
3888
+ [key: string]: any;
3889
+ });
3890
+ }
3891
+ export declare class ListProjectLogStoresResponse extends $tea.Model {
3892
+ headers: {
3893
+ [key: string]: string;
3894
+ };
3895
+ statusCode: number;
3896
+ body: ListProjectLogStoresResponseBody;
3897
+ static names(): {
3898
+ [key: string]: string;
3899
+ };
3900
+ static types(): {
3901
+ [key: string]: any;
3902
+ };
3903
+ constructor(map?: {
3904
+ [key: string]: any;
3905
+ });
3906
+ }
3907
+ export declare class ListQuickQueryRequest extends $tea.Model {
3908
+ offset?: number;
3909
+ pageSize?: number;
3910
+ regionId?: string;
3911
+ static names(): {
3912
+ [key: string]: string;
3913
+ };
3914
+ static types(): {
3915
+ [key: string]: any;
3916
+ };
3917
+ constructor(map?: {
3918
+ [key: string]: any;
3919
+ });
3920
+ }
3921
+ export declare class ListQuickQueryResponseBody extends $tea.Model {
3922
+ data?: ListQuickQueryResponseBodyData;
3923
+ requestId?: string;
3924
+ static names(): {
3925
+ [key: string]: string;
3926
+ };
3927
+ static types(): {
3928
+ [key: string]: any;
3929
+ };
3930
+ constructor(map?: {
3931
+ [key: string]: any;
3932
+ });
3933
+ }
3934
+ export declare class ListQuickQueryResponse extends $tea.Model {
3935
+ headers: {
3936
+ [key: string]: string;
3937
+ };
3938
+ statusCode: number;
3939
+ body: ListQuickQueryResponseBody;
3940
+ static names(): {
3941
+ [key: string]: string;
3942
+ };
3943
+ static types(): {
3944
+ [key: string]: any;
3945
+ };
3946
+ constructor(map?: {
3947
+ [key: string]: any;
3948
+ });
3949
+ }
3950
+ export declare class ListRdUsersRequest extends $tea.Model {
3951
+ regionId?: string;
3952
+ static names(): {
3953
+ [key: string]: string;
3954
+ };
3955
+ static types(): {
3956
+ [key: string]: any;
3957
+ };
3958
+ constructor(map?: {
3959
+ [key: string]: any;
3960
+ });
3961
+ }
3962
+ export declare class ListRdUsersResponseBody extends $tea.Model {
3963
+ data?: ListRdUsersResponseBodyData[];
3964
+ requestId?: string;
3965
+ static names(): {
3966
+ [key: string]: string;
3967
+ };
3968
+ static types(): {
3969
+ [key: string]: any;
3970
+ };
3971
+ constructor(map?: {
3972
+ [key: string]: any;
3973
+ });
3974
+ }
3975
+ export declare class ListRdUsersResponse extends $tea.Model {
3976
+ headers: {
3977
+ [key: string]: string;
3978
+ };
3979
+ statusCode: number;
3980
+ body: ListRdUsersResponseBody;
3981
+ static names(): {
3982
+ [key: string]: string;
3983
+ };
3984
+ static types(): {
3985
+ [key: string]: any;
3986
+ };
3987
+ constructor(map?: {
3988
+ [key: string]: any;
3989
+ });
3990
+ }
3991
+ export declare class ListUserProdLogsRequest extends $tea.Model {
3992
+ regionId?: string;
3993
+ sourceLogCode?: string;
3994
+ sourceProdCode?: string;
3995
+ static names(): {
3996
+ [key: string]: string;
3997
+ };
3998
+ static types(): {
3999
+ [key: string]: any;
4000
+ };
4001
+ constructor(map?: {
4002
+ [key: string]: any;
4003
+ });
4004
+ }
4005
+ export declare class ListUserProdLogsResponseBody extends $tea.Model {
4006
+ data?: ListUserProdLogsResponseBodyData[];
4007
+ requestId?: string;
4008
+ static names(): {
4009
+ [key: string]: string;
4010
+ };
4011
+ static types(): {
4012
+ [key: string]: any;
4013
+ };
4014
+ constructor(map?: {
4015
+ [key: string]: any;
4016
+ });
4017
+ }
4018
+ export declare class ListUserProdLogsResponse extends $tea.Model {
4019
+ headers: {
4020
+ [key: string]: string;
4021
+ };
4022
+ statusCode: number;
4023
+ body: ListUserProdLogsResponseBody;
4024
+ static names(): {
4025
+ [key: string]: string;
4026
+ };
4027
+ static types(): {
4028
+ [key: string]: any;
4029
+ };
4030
+ constructor(map?: {
4031
+ [key: string]: any;
4032
+ });
4033
+ }
4034
+ export declare class ListUsersByProdRequest extends $tea.Model {
4035
+ regionId?: string;
4036
+ sourceProdCode?: string;
4037
+ static names(): {
4038
+ [key: string]: string;
4039
+ };
4040
+ static types(): {
4041
+ [key: string]: any;
4042
+ };
4043
+ constructor(map?: {
4044
+ [key: string]: any;
4045
+ });
4046
+ }
4047
+ export declare class ListUsersByProdResponseBody extends $tea.Model {
4048
+ data?: ListUsersByProdResponseBodyData[];
4049
+ requestId?: string;
4050
+ static names(): {
4051
+ [key: string]: string;
4052
+ };
4053
+ static types(): {
4054
+ [key: string]: any;
4055
+ };
4056
+ constructor(map?: {
4057
+ [key: string]: any;
4058
+ });
4059
+ }
4060
+ export declare class ListUsersByProdResponse extends $tea.Model {
4061
+ headers: {
4062
+ [key: string]: string;
4063
+ };
4064
+ statusCode: number;
4065
+ body: ListUsersByProdResponseBody;
4066
+ static names(): {
4067
+ [key: string]: string;
4068
+ };
4069
+ static types(): {
4070
+ [key: string]: any;
4071
+ };
4072
+ constructor(map?: {
4073
+ [key: string]: any;
4074
+ });
4075
+ }
4076
+ export declare class ModifyBindAccountRequest extends $tea.Model {
4077
+ accessId?: string;
4078
+ accountId?: string;
4079
+ accountName?: string;
4080
+ bindId?: number;
4081
+ cloudCode?: string;
4082
+ regionId?: string;
4083
+ static names(): {
4084
+ [key: string]: string;
4085
+ };
4086
+ static types(): {
4087
+ [key: string]: any;
4088
+ };
4089
+ constructor(map?: {
4090
+ [key: string]: any;
4091
+ });
4092
+ }
4093
+ export declare class ModifyBindAccountResponseBody extends $tea.Model {
4094
+ data?: ModifyBindAccountResponseBodyData;
2695
4095
  requestId?: string;
2696
- success?: boolean;
2697
4096
  static names(): {
2698
4097
  [key: string]: string;
2699
4098
  };
@@ -2704,12 +4103,12 @@ export declare class ListDisposeStrategyResponseBody extends $tea.Model {
2704
4103
  [key: string]: any;
2705
4104
  });
2706
4105
  }
2707
- export declare class ListDisposeStrategyResponse extends $tea.Model {
4106
+ export declare class ModifyBindAccountResponse extends $tea.Model {
2708
4107
  headers: {
2709
4108
  [key: string]: string;
2710
4109
  };
2711
4110
  statusCode: number;
2712
- body: ListDisposeStrategyResponseBody;
4111
+ body: ModifyBindAccountResponseBody;
2713
4112
  static names(): {
2714
4113
  [key: string]: string;
2715
4114
  };
@@ -2720,7 +4119,14 @@ export declare class ListDisposeStrategyResponse extends $tea.Model {
2720
4119
  [key: string]: any;
2721
4120
  });
2722
4121
  }
2723
- export declare class ListOperationRequest extends $tea.Model {
4122
+ export declare class ModifyDataSourceRequest extends $tea.Model {
4123
+ accountId?: string;
4124
+ cloudCode?: string;
4125
+ dataSourceInstanceId?: string;
4126
+ dataSourceInstanceName?: string;
4127
+ dataSourceInstanceParams?: string;
4128
+ dataSourceInstanceRemark?: string;
4129
+ dataSourceType?: string;
2724
4130
  regionId?: string;
2725
4131
  static names(): {
2726
4132
  [key: string]: string;
@@ -2732,15 +4138,9 @@ export declare class ListOperationRequest extends $tea.Model {
2732
4138
  [key: string]: any;
2733
4139
  });
2734
4140
  }
2735
- export declare class ListOperationResponseBody extends $tea.Model {
2736
- code?: number;
2737
- data?: ListOperationResponseBodyData;
2738
- dyCode?: string;
2739
- dyMessage?: string;
2740
- errCode?: string;
2741
- message?: string;
4141
+ export declare class ModifyDataSourceResponseBody extends $tea.Model {
4142
+ data?: ModifyDataSourceResponseBodyData;
2742
4143
  requestId?: string;
2743
- success?: boolean;
2744
4144
  static names(): {
2745
4145
  [key: string]: string;
2746
4146
  };
@@ -2751,12 +4151,12 @@ export declare class ListOperationResponseBody extends $tea.Model {
2751
4151
  [key: string]: any;
2752
4152
  });
2753
4153
  }
2754
- export declare class ListOperationResponse extends $tea.Model {
4154
+ export declare class ModifyDataSourceResponse extends $tea.Model {
2755
4155
  headers: {
2756
4156
  [key: string]: string;
2757
4157
  };
2758
4158
  statusCode: number;
2759
- body: ListOperationResponseBody;
4159
+ body: ModifyDataSourceResponseBody;
2760
4160
  static names(): {
2761
4161
  [key: string]: string;
2762
4162
  };
@@ -2767,9 +4167,14 @@ export declare class ListOperationResponse extends $tea.Model {
2767
4167
  [key: string]: any;
2768
4168
  });
2769
4169
  }
2770
- export declare class ListQuickQueryRequest extends $tea.Model {
2771
- offset?: number;
2772
- pageSize?: number;
4170
+ export declare class ModifyDataSourceLogRequest extends $tea.Model {
4171
+ accountId?: string;
4172
+ cloudCode?: string;
4173
+ dataSourceInstanceId?: string;
4174
+ dataSourceInstanceLogs?: string;
4175
+ dataSourceType?: string;
4176
+ logCode?: string;
4177
+ logInstanceId?: string;
2773
4178
  regionId?: string;
2774
4179
  static names(): {
2775
4180
  [key: string]: string;
@@ -2781,15 +4186,9 @@ export declare class ListQuickQueryRequest extends $tea.Model {
2781
4186
  [key: string]: any;
2782
4187
  });
2783
4188
  }
2784
- export declare class ListQuickQueryResponseBody extends $tea.Model {
2785
- code?: number;
2786
- data?: ListQuickQueryResponseBodyData;
2787
- dyCode?: string;
2788
- dyMessage?: string;
2789
- errCode?: string;
2790
- message?: string;
4189
+ export declare class ModifyDataSourceLogResponseBody extends $tea.Model {
4190
+ data?: ModifyDataSourceLogResponseBodyData;
2791
4191
  requestId?: string;
2792
- success?: boolean;
2793
4192
  static names(): {
2794
4193
  [key: string]: string;
2795
4194
  };
@@ -2800,12 +4199,12 @@ export declare class ListQuickQueryResponseBody extends $tea.Model {
2800
4199
  [key: string]: any;
2801
4200
  });
2802
4201
  }
2803
- export declare class ListQuickQueryResponse extends $tea.Model {
4202
+ export declare class ModifyDataSourceLogResponse extends $tea.Model {
2804
4203
  headers: {
2805
4204
  [key: string]: string;
2806
4205
  };
2807
4206
  statusCode: number;
2808
- body: ListQuickQueryResponseBody;
4207
+ body: ModifyDataSourceLogResponseBody;
2809
4208
  static names(): {
2810
4209
  [key: string]: string;
2811
4210
  };
@@ -2831,14 +4230,8 @@ export declare class OpenDeliveryRequest extends $tea.Model {
2831
4230
  });
2832
4231
  }
2833
4232
  export declare class OpenDeliveryResponseBody extends $tea.Model {
2834
- code?: number;
2835
4233
  data?: boolean;
2836
- dyCode?: string;
2837
- dyMessage?: string;
2838
- errCode?: string;
2839
- message?: string;
2840
4234
  requestId?: string;
2841
- success?: boolean;
2842
4235
  static names(): {
2843
4236
  [key: string]: string;
2844
4237
  };
@@ -3224,14 +4617,8 @@ export declare class RestoreCapacityRequest extends $tea.Model {
3224
4617
  });
3225
4618
  }
3226
4619
  export declare class RestoreCapacityResponseBody extends $tea.Model {
3227
- code?: number;
3228
4620
  data?: boolean;
3229
- dyCode?: string;
3230
- dyMessage?: string;
3231
- errCode?: string;
3232
- message?: string;
3233
4621
  requestId?: string;
3234
- success?: boolean;
3235
4622
  static names(): {
3236
4623
  [key: string]: string;
3237
4624
  };
@@ -3273,14 +4660,8 @@ export declare class SaveQuickQueryRequest extends $tea.Model {
3273
4660
  });
3274
4661
  }
3275
4662
  export declare class SaveQuickQueryResponseBody extends $tea.Model {
3276
- code?: number;
3277
4663
  data?: boolean;
3278
- dyCode?: string;
3279
- dyMessage?: string;
3280
- errCode?: string;
3281
- message?: string;
3282
4664
  requestId?: string;
3283
- success?: boolean;
3284
4665
  static names(): {
3285
4666
  [key: string]: string;
3286
4667
  };
@@ -3322,14 +4703,8 @@ export declare class SetStorageRequest extends $tea.Model {
3322
4703
  });
3323
4704
  }
3324
4705
  export declare class SetStorageResponseBody extends $tea.Model {
3325
- code?: number;
3326
4706
  data?: boolean;
3327
- dyCode?: string;
3328
- dyMessage?: string;
3329
- errCode?: string;
3330
- message?: string;
3331
4707
  requestId?: string;
3332
- success?: boolean;
3333
4708
  static names(): {
3334
4709
  [key: string]: string;
3335
4710
  };
@@ -3369,14 +4744,8 @@ export declare class ShowQuickAnalysisRequest extends $tea.Model {
3369
4744
  });
3370
4745
  }
3371
4746
  export declare class ShowQuickAnalysisResponseBody extends $tea.Model {
3372
- code?: number;
3373
4747
  data?: ShowQuickAnalysisResponseBodyData;
3374
- dyCode?: string;
3375
- dyMessage?: string;
3376
- errCode?: string;
3377
- message?: string;
3378
4748
  requestId?: string;
3379
- success?: boolean;
3380
4749
  static names(): {
3381
4750
  [key: string]: string;
3382
4751
  };
@@ -3403,6 +4772,94 @@ export declare class ShowQuickAnalysisResponse extends $tea.Model {
3403
4772
  [key: string]: any;
3404
4773
  });
3405
4774
  }
4775
+ export declare class SubmitImportLogTasksRequest extends $tea.Model {
4776
+ accounts?: string;
4777
+ autoImported?: number;
4778
+ cloudCode?: string;
4779
+ logCodes?: string;
4780
+ prodCode?: string;
4781
+ regionId?: string;
4782
+ static names(): {
4783
+ [key: string]: string;
4784
+ };
4785
+ static types(): {
4786
+ [key: string]: any;
4787
+ };
4788
+ constructor(map?: {
4789
+ [key: string]: any;
4790
+ });
4791
+ }
4792
+ export declare class SubmitImportLogTasksResponseBody extends $tea.Model {
4793
+ data?: SubmitImportLogTasksResponseBodyData;
4794
+ requestId?: string;
4795
+ static names(): {
4796
+ [key: string]: string;
4797
+ };
4798
+ static types(): {
4799
+ [key: string]: any;
4800
+ };
4801
+ constructor(map?: {
4802
+ [key: string]: any;
4803
+ });
4804
+ }
4805
+ export declare class SubmitImportLogTasksResponse extends $tea.Model {
4806
+ headers: {
4807
+ [key: string]: string;
4808
+ };
4809
+ statusCode: number;
4810
+ body: SubmitImportLogTasksResponseBody;
4811
+ static names(): {
4812
+ [key: string]: string;
4813
+ };
4814
+ static types(): {
4815
+ [key: string]: any;
4816
+ };
4817
+ constructor(map?: {
4818
+ [key: string]: any;
4819
+ });
4820
+ }
4821
+ export declare class SubmitJobsRequest extends $tea.Model {
4822
+ jsonParam?: string;
4823
+ regionId?: string;
4824
+ static names(): {
4825
+ [key: string]: string;
4826
+ };
4827
+ static types(): {
4828
+ [key: string]: any;
4829
+ };
4830
+ constructor(map?: {
4831
+ [key: string]: any;
4832
+ });
4833
+ }
4834
+ export declare class SubmitJobsResponseBody extends $tea.Model {
4835
+ data?: number;
4836
+ requestId?: string;
4837
+ static names(): {
4838
+ [key: string]: string;
4839
+ };
4840
+ static types(): {
4841
+ [key: string]: any;
4842
+ };
4843
+ constructor(map?: {
4844
+ [key: string]: any;
4845
+ });
4846
+ }
4847
+ export declare class SubmitJobsResponse extends $tea.Model {
4848
+ headers: {
4849
+ [key: string]: string;
4850
+ };
4851
+ statusCode: number;
4852
+ body: SubmitJobsResponseBody;
4853
+ static names(): {
4854
+ [key: string]: string;
4855
+ };
4856
+ static types(): {
4857
+ [key: string]: any;
4858
+ };
4859
+ constructor(map?: {
4860
+ [key: string]: any;
4861
+ });
4862
+ }
3406
4863
  export declare class UpdateAutomateResponseConfigStatusRequest extends $tea.Model {
3407
4864
  ids?: string;
3408
4865
  inUse?: boolean;
@@ -3509,6 +4966,51 @@ export declare class DataProductListLogMapValueExtraParameters extends $tea.Mode
3509
4966
  [key: string]: any;
3510
4967
  });
3511
4968
  }
4969
+ export declare class AddDataSourceResponseBodyData extends $tea.Model {
4970
+ count?: number;
4971
+ dataSourceInstanceId?: string;
4972
+ static names(): {
4973
+ [key: string]: string;
4974
+ };
4975
+ static types(): {
4976
+ [key: string]: any;
4977
+ };
4978
+ constructor(map?: {
4979
+ [key: string]: any;
4980
+ });
4981
+ }
4982
+ export declare class AddDataSourceLogResponseBodyData extends $tea.Model {
4983
+ count?: number;
4984
+ logInstanceId?: string;
4985
+ static names(): {
4986
+ [key: string]: string;
4987
+ };
4988
+ static types(): {
4989
+ [key: string]: any;
4990
+ };
4991
+ constructor(map?: {
4992
+ [key: string]: any;
4993
+ });
4994
+ }
4995
+ export declare class AddUserSourceLogConfigResponseBodyData extends $tea.Model {
4996
+ diplayLine?: string;
4997
+ displayed?: boolean;
4998
+ imported?: boolean;
4999
+ mainUserId?: number;
5000
+ sourceLogCode?: string;
5001
+ sourceProdCode?: string;
5002
+ subUserId?: number;
5003
+ subUserName?: string;
5004
+ static names(): {
5005
+ [key: string]: string;
5006
+ };
5007
+ static types(): {
5008
+ [key: string]: any;
5009
+ };
5010
+ constructor(map?: {
5011
+ [key: string]: any;
5012
+ });
5013
+ }
3512
5014
  export declare class BatchJobCheckResponseBodyDataErrTaskListProductListLogList extends $tea.Model {
3513
5015
  errorCode?: string;
3514
5016
  logCode?: string;
@@ -3628,6 +5130,55 @@ export declare class BatchJobSubmitResponseBodyData extends $tea.Model {
3628
5130
  [key: string]: any;
3629
5131
  });
3630
5132
  }
5133
+ export declare class BindAccountResponseBodyData extends $tea.Model {
5134
+ count?: number;
5135
+ static names(): {
5136
+ [key: string]: string;
5137
+ };
5138
+ static types(): {
5139
+ [key: string]: any;
5140
+ };
5141
+ constructor(map?: {
5142
+ [key: string]: any;
5143
+ });
5144
+ }
5145
+ export declare class DeleteBindAccountResponseBodyData extends $tea.Model {
5146
+ count?: number;
5147
+ static names(): {
5148
+ [key: string]: string;
5149
+ };
5150
+ static types(): {
5151
+ [key: string]: any;
5152
+ };
5153
+ constructor(map?: {
5154
+ [key: string]: any;
5155
+ });
5156
+ }
5157
+ export declare class DeleteDataSourceResponseBodyData extends $tea.Model {
5158
+ count?: number;
5159
+ static names(): {
5160
+ [key: string]: string;
5161
+ };
5162
+ static types(): {
5163
+ [key: string]: any;
5164
+ };
5165
+ constructor(map?: {
5166
+ [key: string]: any;
5167
+ });
5168
+ }
5169
+ export declare class DeleteDataSourceLogResponseBodyData extends $tea.Model {
5170
+ count?: number;
5171
+ logInstanceId?: string;
5172
+ static names(): {
5173
+ [key: string]: string;
5174
+ };
5175
+ static types(): {
5176
+ [key: string]: any;
5177
+ };
5178
+ constructor(map?: {
5179
+ [key: string]: any;
5180
+ });
5181
+ }
3631
5182
  export declare class DescribeAggregateFunctionResponseBodyData extends $tea.Model {
3632
5183
  function?: string;
3633
5184
  functionName?: string;
@@ -4357,6 +5908,72 @@ export declare class DescribeCustomizeRuleTestHistogramResponseBodyData extends
4357
5908
  [key: string]: any;
4358
5909
  });
4359
5910
  }
5911
+ export declare class DescribeDataSourceInstanceResponseBodyDataDataSourceInstanceParams extends $tea.Model {
5912
+ paraCode?: string;
5913
+ paraValue?: string;
5914
+ static names(): {
5915
+ [key: string]: string;
5916
+ };
5917
+ static types(): {
5918
+ [key: string]: any;
5919
+ };
5920
+ constructor(map?: {
5921
+ [key: string]: any;
5922
+ });
5923
+ }
5924
+ export declare class DescribeDataSourceInstanceResponseBodyData extends $tea.Model {
5925
+ accountId?: string;
5926
+ cloudCode?: string;
5927
+ dataSourceInstanceId?: string;
5928
+ dataSourceInstanceParams?: DescribeDataSourceInstanceResponseBodyDataDataSourceInstanceParams[];
5929
+ static names(): {
5930
+ [key: string]: string;
5931
+ };
5932
+ static types(): {
5933
+ [key: string]: any;
5934
+ };
5935
+ constructor(map?: {
5936
+ [key: string]: any;
5937
+ });
5938
+ }
5939
+ export declare class DescribeDataSourceParametersResponseBodyDataParamValue extends $tea.Model {
5940
+ label?: string;
5941
+ value?: string;
5942
+ static names(): {
5943
+ [key: string]: string;
5944
+ };
5945
+ static types(): {
5946
+ [key: string]: any;
5947
+ };
5948
+ constructor(map?: {
5949
+ [key: string]: any;
5950
+ });
5951
+ }
5952
+ export declare class DescribeDataSourceParametersResponseBodyData extends $tea.Model {
5953
+ canEditted?: number;
5954
+ cloudCode?: string;
5955
+ dataSourceType?: string;
5956
+ defaultValue?: string;
5957
+ disabled?: boolean;
5958
+ formatCheck?: string;
5959
+ hit?: string;
5960
+ paraCode?: string;
5961
+ paraLevel?: number;
5962
+ paraName?: string;
5963
+ paraType?: string;
5964
+ paramValue?: DescribeDataSourceParametersResponseBodyDataParamValue[];
5965
+ required?: number;
5966
+ title?: string;
5967
+ static names(): {
5968
+ [key: string]: string;
5969
+ };
5970
+ static types(): {
5971
+ [key: string]: any;
5972
+ };
5973
+ constructor(map?: {
5974
+ [key: string]: any;
5975
+ });
5976
+ }
4360
5977
  export declare class DescribeDisposeAndPlaybookResponseBodyDataPageInfo extends $tea.Model {
4361
5978
  currentPage?: number;
4362
5979
  pageSize?: number;
@@ -4507,6 +6124,20 @@ export declare class DescribeEventDisposeResponseBodyData extends $tea.Model {
4507
6124
  [key: string]: any;
4508
6125
  });
4509
6126
  }
6127
+ export declare class DescribeImportedLogCountResponseBodyData extends $tea.Model {
6128
+ importedLogCount?: number;
6129
+ totalLogCount?: number;
6130
+ unImportedLogCount?: number;
6131
+ static names(): {
6132
+ [key: string]: string;
6133
+ };
6134
+ static types(): {
6135
+ [key: string]: any;
6136
+ };
6137
+ constructor(map?: {
6138
+ [key: string]: any;
6139
+ });
6140
+ }
4510
6141
  export declare class DescribeJobStatusResponseBodyDataErrTaskListProductListLogList extends $tea.Model {
4511
6142
  errorCode?: string;
4512
6143
  logCode?: string;
@@ -4646,6 +6277,20 @@ export declare class DescribeOperatorsResponseBodyData extends $tea.Model {
4646
6277
  [key: string]: any;
4647
6278
  });
4648
6279
  }
6280
+ export declare class DescribeProdCountResponseBodyData extends $tea.Model {
6281
+ aliyunProdCount?: number;
6282
+ hcloudProdCount?: number;
6283
+ qcloudProdCount?: number;
6284
+ static names(): {
6285
+ [key: string]: string;
6286
+ };
6287
+ static types(): {
6288
+ [key: string]: any;
6289
+ };
6290
+ constructor(map?: {
6291
+ [key: string]: any;
6292
+ });
6293
+ }
4649
6294
  export declare class DescribeScopeUsersResponseBodyData extends $tea.Model {
4650
6295
  aliUid?: number;
4651
6296
  domains?: string[];
@@ -4661,6 +6306,28 @@ export declare class DescribeScopeUsersResponseBodyData extends $tea.Model {
4661
6306
  [key: string]: any;
4662
6307
  });
4663
6308
  }
6309
+ export declare class DescribeUserBuyStatusResponseBodyData extends $tea.Model {
6310
+ canBuy?: boolean;
6311
+ capacity?: number;
6312
+ durationDays?: number;
6313
+ endTime?: number;
6314
+ mainUserId?: number;
6315
+ mainUserName?: string;
6316
+ masterUserId?: number;
6317
+ masterUserName?: string;
6318
+ sasInstanceId?: string;
6319
+ subUserId?: number;
6320
+ subUserName?: string;
6321
+ static names(): {
6322
+ [key: string]: string;
6323
+ };
6324
+ static types(): {
6325
+ [key: string]: any;
6326
+ };
6327
+ constructor(map?: {
6328
+ [key: string]: any;
6329
+ });
6330
+ }
4664
6331
  export declare class DescribeWafScopeResponseBodyData extends $tea.Model {
4665
6332
  aliuid?: number;
4666
6333
  domains?: string[];
@@ -4915,6 +6582,73 @@ export declare class GetStorageResponseBodyData extends $tea.Model {
4915
6582
  [key: string]: any;
4916
6583
  });
4917
6584
  }
6585
+ export declare class ListAccountAccessIdResponseBodyData extends $tea.Model {
6586
+ accessId?: string;
6587
+ accessIdMd5?: string;
6588
+ accountId?: string;
6589
+ accountStr?: string;
6590
+ bound?: number;
6591
+ cloudCode?: string;
6592
+ subUserId?: number;
6593
+ static names(): {
6594
+ [key: string]: string;
6595
+ };
6596
+ static types(): {
6597
+ [key: string]: any;
6598
+ };
6599
+ constructor(map?: {
6600
+ [key: string]: any;
6601
+ });
6602
+ }
6603
+ export declare class ListAccountsByLogResponseBodyData extends $tea.Model {
6604
+ accountId?: string;
6605
+ accountName?: string;
6606
+ imported?: number;
6607
+ logCode?: string;
6608
+ mainUserId?: number;
6609
+ prodCode?: string;
6610
+ subUserId?: number;
6611
+ static names(): {
6612
+ [key: string]: string;
6613
+ };
6614
+ static types(): {
6615
+ [key: string]: any;
6616
+ };
6617
+ constructor(map?: {
6618
+ [key: string]: any;
6619
+ });
6620
+ }
6621
+ export declare class ListAllProdsResponseBodyDataProdList extends $tea.Model {
6622
+ cloudCode?: string;
6623
+ importedLogCount?: number;
6624
+ modifyTime?: string;
6625
+ prodCode?: string;
6626
+ totalLogCount?: number;
6627
+ static names(): {
6628
+ [key: string]: string;
6629
+ };
6630
+ static types(): {
6631
+ [key: string]: any;
6632
+ };
6633
+ constructor(map?: {
6634
+ [key: string]: any;
6635
+ });
6636
+ }
6637
+ export declare class ListAllProdsResponseBodyData extends $tea.Model {
6638
+ currentPage?: number;
6639
+ pageSize?: number;
6640
+ prodList?: ListAllProdsResponseBodyDataProdList[];
6641
+ totalCount?: number;
6642
+ static names(): {
6643
+ [key: string]: string;
6644
+ };
6645
+ static types(): {
6646
+ [key: string]: any;
6647
+ };
6648
+ constructor(map?: {
6649
+ [key: string]: any;
6650
+ });
6651
+ }
4918
6652
  export declare class ListAutomateResponseConfigsResponseBodyDataPageInfo extends $tea.Model {
4919
6653
  currentPage?: number;
4920
6654
  pageSize?: number;
@@ -4964,6 +6698,45 @@ export declare class ListAutomateResponseConfigsResponseBodyData extends $tea.Mo
4964
6698
  [key: string]: any;
4965
6699
  });
4966
6700
  }
6701
+ export declare class ListBindAccountResponseBodyData extends $tea.Model {
6702
+ accessId?: string;
6703
+ accountId?: string;
6704
+ accountName?: string;
6705
+ bindId?: number;
6706
+ cloudCode?: string;
6707
+ createUser?: string;
6708
+ dataSourceCount?: number;
6709
+ modifyTime?: string;
6710
+ static names(): {
6711
+ [key: string]: string;
6712
+ };
6713
+ static types(): {
6714
+ [key: string]: any;
6715
+ };
6716
+ constructor(map?: {
6717
+ [key: string]: any;
6718
+ });
6719
+ }
6720
+ export declare class ListBindDataSourcesResponseBodyData extends $tea.Model {
6721
+ accountId?: string;
6722
+ accountName?: string;
6723
+ cloudCode?: string;
6724
+ dataSourceInstanceId?: string;
6725
+ dataSourceName?: string;
6726
+ dataSourceRemark?: string;
6727
+ dataSourceType?: string;
6728
+ logCount?: number;
6729
+ taskCount?: number;
6730
+ static names(): {
6731
+ [key: string]: string;
6732
+ };
6733
+ static types(): {
6734
+ [key: string]: any;
6735
+ };
6736
+ constructor(map?: {
6737
+ [key: string]: any;
6738
+ });
6739
+ }
4967
6740
  export declare class ListCloudSiemCustomizeRulesResponseBodyDataPageInfo extends $tea.Model {
4968
6741
  currentPage?: number;
4969
6742
  pageSize?: number;
@@ -5125,6 +6898,66 @@ export declare class ListCustomizeRuleTestResultResponseBodyData extends $tea.Mo
5125
6898
  [key: string]: any;
5126
6899
  });
5127
6900
  }
6901
+ export declare class ListDataSourceLogsResponseBodyDataDataSourceInstanceLogsLogParams extends $tea.Model {
6902
+ paraCode?: string;
6903
+ paraValue?: string;
6904
+ static names(): {
6905
+ [key: string]: string;
6906
+ };
6907
+ static types(): {
6908
+ [key: string]: any;
6909
+ };
6910
+ constructor(map?: {
6911
+ [key: string]: any;
6912
+ });
6913
+ }
6914
+ export declare class ListDataSourceLogsResponseBodyDataDataSourceInstanceLogs extends $tea.Model {
6915
+ logCode?: string;
6916
+ logInstanceId?: string;
6917
+ logMdsCode?: string;
6918
+ logParams?: ListDataSourceLogsResponseBodyDataDataSourceInstanceLogsLogParams[];
6919
+ taskStatus?: number;
6920
+ static names(): {
6921
+ [key: string]: string;
6922
+ };
6923
+ static types(): {
6924
+ [key: string]: any;
6925
+ };
6926
+ constructor(map?: {
6927
+ [key: string]: any;
6928
+ });
6929
+ }
6930
+ export declare class ListDataSourceLogsResponseBodyData extends $tea.Model {
6931
+ accountId?: string;
6932
+ cloudCode?: string;
6933
+ dataSourceInstanceId?: string;
6934
+ dataSourceInstanceLogs?: ListDataSourceLogsResponseBodyDataDataSourceInstanceLogs[];
6935
+ dataSourceInstanceName?: string;
6936
+ dataSourceInstanceRemark?: string;
6937
+ subUserId?: number;
6938
+ static names(): {
6939
+ [key: string]: string;
6940
+ };
6941
+ static types(): {
6942
+ [key: string]: any;
6943
+ };
6944
+ constructor(map?: {
6945
+ [key: string]: any;
6946
+ });
6947
+ }
6948
+ export declare class ListDataSourceTypesResponseBodyData extends $tea.Model {
6949
+ cloudCode?: string;
6950
+ dataSourceType?: string;
6951
+ static names(): {
6952
+ [key: string]: string;
6953
+ };
6954
+ static types(): {
6955
+ [key: string]: any;
6956
+ };
6957
+ constructor(map?: {
6958
+ [key: string]: any;
6959
+ });
6960
+ }
5128
6961
  export declare class ListDeliveryResponseBodyDataProductListLogListExtraParameters extends $tea.Model {
5129
6962
  key?: string;
5130
6963
  value?: string;
@@ -5250,6 +7083,27 @@ export declare class ListDisposeStrategyResponseBodyData extends $tea.Model {
5250
7083
  [key: string]: any;
5251
7084
  });
5252
7085
  }
7086
+ export declare class ListImportedLogsByProdResponseBodyData extends $tea.Model {
7087
+ autoImported?: number;
7088
+ cloudCode?: string;
7089
+ imported?: number;
7090
+ importedUserCount?: number;
7091
+ logCode?: string;
7092
+ logMdsCode?: string;
7093
+ modifyTime?: string;
7094
+ prodCode?: string;
7095
+ totalUserCount?: number;
7096
+ unImportedUserCount?: number;
7097
+ static names(): {
7098
+ [key: string]: string;
7099
+ };
7100
+ static types(): {
7101
+ [key: string]: any;
7102
+ };
7103
+ constructor(map?: {
7104
+ [key: string]: any;
7105
+ });
7106
+ }
5253
7107
  export declare class ListOperationResponseBodyData extends $tea.Model {
5254
7108
  adminOrNot?: boolean;
5255
7109
  operationList?: string[];
@@ -5263,6 +7117,25 @@ export declare class ListOperationResponseBodyData extends $tea.Model {
5263
7117
  [key: string]: any;
5264
7118
  });
5265
7119
  }
7120
+ export declare class ListProjectLogStoresResponseBodyData extends $tea.Model {
7121
+ endPoint?: string;
7122
+ localName?: string;
7123
+ logStore?: string;
7124
+ mainUserId?: number;
7125
+ project?: string;
7126
+ regionId?: string;
7127
+ subUserId?: number;
7128
+ subUserName?: string;
7129
+ static names(): {
7130
+ [key: string]: string;
7131
+ };
7132
+ static types(): {
7133
+ [key: string]: any;
7134
+ };
7135
+ constructor(map?: {
7136
+ [key: string]: any;
7137
+ });
7138
+ }
5266
7139
  export declare class ListQuickQueryResponseBodyDataQuickQueryList extends $tea.Model {
5267
7140
  displayName?: string;
5268
7141
  query?: string;
@@ -5291,6 +7164,102 @@ export declare class ListQuickQueryResponseBodyData extends $tea.Model {
5291
7164
  [key: string]: any;
5292
7165
  });
5293
7166
  }
7167
+ export declare class ListRdUsersResponseBodyData extends $tea.Model {
7168
+ delegatedOrNot?: boolean;
7169
+ joined?: boolean;
7170
+ joinedTime?: string;
7171
+ mainUserId?: number;
7172
+ subUserId?: number;
7173
+ subUserName?: string;
7174
+ static names(): {
7175
+ [key: string]: string;
7176
+ };
7177
+ static types(): {
7178
+ [key: string]: any;
7179
+ };
7180
+ constructor(map?: {
7181
+ [key: string]: any;
7182
+ });
7183
+ }
7184
+ export declare class ListUserProdLogsResponseBodyData extends $tea.Model {
7185
+ displayLine?: string;
7186
+ displayed?: boolean;
7187
+ imported?: boolean;
7188
+ isDeleted?: number;
7189
+ mainUserId?: number;
7190
+ sourceLogCode?: string;
7191
+ sourceLogInfo?: string;
7192
+ sourceProdCode?: string;
7193
+ subUserId?: number;
7194
+ subUserName?: string;
7195
+ static names(): {
7196
+ [key: string]: string;
7197
+ };
7198
+ static types(): {
7199
+ [key: string]: any;
7200
+ };
7201
+ constructor(map?: {
7202
+ [key: string]: any;
7203
+ });
7204
+ }
7205
+ export declare class ListUsersByProdResponseBodyData extends $tea.Model {
7206
+ cloudCode?: string;
7207
+ imported?: boolean;
7208
+ logMdsCode?: string;
7209
+ mainUserId?: number;
7210
+ sourceLogCode?: string;
7211
+ sourceLogName?: string;
7212
+ sourceProdCode?: string;
7213
+ subUserId?: number;
7214
+ subUserName?: string;
7215
+ static names(): {
7216
+ [key: string]: string;
7217
+ };
7218
+ static types(): {
7219
+ [key: string]: any;
7220
+ };
7221
+ constructor(map?: {
7222
+ [key: string]: any;
7223
+ });
7224
+ }
7225
+ export declare class ModifyBindAccountResponseBodyData extends $tea.Model {
7226
+ count?: number;
7227
+ static names(): {
7228
+ [key: string]: string;
7229
+ };
7230
+ static types(): {
7231
+ [key: string]: any;
7232
+ };
7233
+ constructor(map?: {
7234
+ [key: string]: any;
7235
+ });
7236
+ }
7237
+ export declare class ModifyDataSourceResponseBodyData extends $tea.Model {
7238
+ count?: number;
7239
+ dataSourceInstanceId?: string;
7240
+ static names(): {
7241
+ [key: string]: string;
7242
+ };
7243
+ static types(): {
7244
+ [key: string]: any;
7245
+ };
7246
+ constructor(map?: {
7247
+ [key: string]: any;
7248
+ });
7249
+ }
7250
+ export declare class ModifyDataSourceLogResponseBodyData extends $tea.Model {
7251
+ count?: number;
7252
+ logInstanceId?: string;
7253
+ static names(): {
7254
+ [key: string]: string;
7255
+ };
7256
+ static types(): {
7257
+ [key: string]: any;
7258
+ };
7259
+ constructor(map?: {
7260
+ [key: string]: any;
7261
+ });
7262
+ }
5294
7263
  export declare class PostCustomizeRuleResponseBodyData extends $tea.Model {
5295
7264
  alertType?: string;
5296
7265
  alertTypeMds?: string;
@@ -5336,23 +7305,53 @@ export declare class ShowQuickAnalysisResponseBodyData extends $tea.Model {
5336
7305
  [key: string]: any;
5337
7306
  });
5338
7307
  }
7308
+ export declare class SubmitImportLogTasksResponseBodyData extends $tea.Model {
7309
+ count?: number;
7310
+ static names(): {
7311
+ [key: string]: string;
7312
+ };
7313
+ static types(): {
7314
+ [key: string]: any;
7315
+ };
7316
+ constructor(map?: {
7317
+ [key: string]: any;
7318
+ });
7319
+ }
5339
7320
  export default class Client extends OpenApi {
5340
7321
  constructor(config: $OpenApi.Config);
5341
7322
  getEndpoint(productId: string, regionId: string, endpointRule: string, network: string, suffix: string, endpointMap: {
5342
7323
  [key: string]: string;
5343
7324
  }, endpoint: string): string;
7325
+ addDataSourceWithOptions(request: AddDataSourceRequest, runtime: $Util.RuntimeOptions): Promise<AddDataSourceResponse>;
7326
+ addDataSource(request: AddDataSourceRequest): Promise<AddDataSourceResponse>;
7327
+ addDataSourceLogWithOptions(request: AddDataSourceLogRequest, runtime: $Util.RuntimeOptions): Promise<AddDataSourceLogResponse>;
7328
+ addDataSourceLog(request: AddDataSourceLogRequest): Promise<AddDataSourceLogResponse>;
7329
+ addUserWithOptions(request: AddUserRequest, runtime: $Util.RuntimeOptions): Promise<AddUserResponse>;
7330
+ addUser(request: AddUserRequest): Promise<AddUserResponse>;
7331
+ addUserSourceLogConfigWithOptions(request: AddUserSourceLogConfigRequest, runtime: $Util.RuntimeOptions): Promise<AddUserSourceLogConfigResponse>;
7332
+ addUserSourceLogConfig(request: AddUserSourceLogConfigRequest): Promise<AddUserSourceLogConfigResponse>;
5344
7333
  batchJobCheckWithOptions(request: BatchJobCheckRequest, runtime: $Util.RuntimeOptions): Promise<BatchJobCheckResponse>;
5345
7334
  batchJobCheck(request: BatchJobCheckRequest): Promise<BatchJobCheckResponse>;
5346
7335
  batchJobSubmitWithOptions(request: BatchJobSubmitRequest, runtime: $Util.RuntimeOptions): Promise<BatchJobSubmitResponse>;
5347
7336
  batchJobSubmit(request: BatchJobSubmitRequest): Promise<BatchJobSubmitResponse>;
7337
+ bindAccountWithOptions(request: BindAccountRequest, runtime: $Util.RuntimeOptions): Promise<BindAccountResponse>;
7338
+ bindAccount(request: BindAccountRequest): Promise<BindAccountResponse>;
5348
7339
  closeDeliveryWithOptions(request: CloseDeliveryRequest, runtime: $Util.RuntimeOptions): Promise<CloseDeliveryResponse>;
5349
7340
  closeDelivery(request: CloseDeliveryRequest): Promise<CloseDeliveryResponse>;
5350
7341
  deleteAutomateResponseConfigWithOptions(request: DeleteAutomateResponseConfigRequest, runtime: $Util.RuntimeOptions): Promise<DeleteAutomateResponseConfigResponse>;
5351
7342
  deleteAutomateResponseConfig(request: DeleteAutomateResponseConfigRequest): Promise<DeleteAutomateResponseConfigResponse>;
7343
+ deleteBindAccountWithOptions(request: DeleteBindAccountRequest, runtime: $Util.RuntimeOptions): Promise<DeleteBindAccountResponse>;
7344
+ deleteBindAccount(request: DeleteBindAccountRequest): Promise<DeleteBindAccountResponse>;
5352
7345
  deleteCustomizeRuleWithOptions(request: DeleteCustomizeRuleRequest, runtime: $Util.RuntimeOptions): Promise<DeleteCustomizeRuleResponse>;
5353
7346
  deleteCustomizeRule(request: DeleteCustomizeRuleRequest): Promise<DeleteCustomizeRuleResponse>;
7347
+ deleteDataSourceWithOptions(request: DeleteDataSourceRequest, runtime: $Util.RuntimeOptions): Promise<DeleteDataSourceResponse>;
7348
+ deleteDataSource(request: DeleteDataSourceRequest): Promise<DeleteDataSourceResponse>;
7349
+ deleteDataSourceLogWithOptions(request: DeleteDataSourceLogRequest, runtime: $Util.RuntimeOptions): Promise<DeleteDataSourceLogResponse>;
7350
+ deleteDataSourceLog(request: DeleteDataSourceLogRequest): Promise<DeleteDataSourceLogResponse>;
5354
7351
  deleteQuickQueryWithOptions(request: DeleteQuickQueryRequest, runtime: $Util.RuntimeOptions): Promise<DeleteQuickQueryResponse>;
5355
7352
  deleteQuickQuery(request: DeleteQuickQueryRequest): Promise<DeleteQuickQueryResponse>;
7353
+ deleteUserWithOptions(request: DeleteUserRequest, runtime: $Util.RuntimeOptions): Promise<DeleteUserResponse>;
7354
+ deleteUser(request: DeleteUserRequest): Promise<DeleteUserResponse>;
5356
7355
  deleteWhiteRuleListWithOptions(request: DeleteWhiteRuleListRequest, runtime: $Util.RuntimeOptions): Promise<DeleteWhiteRuleListResponse>;
5357
7356
  deleteWhiteRuleList(request: DeleteWhiteRuleListRequest): Promise<DeleteWhiteRuleListResponse>;
5358
7357
  describeAggregateFunctionWithOptions(request: DescribeAggregateFunctionRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAggregateFunctionResponse>;
@@ -5377,6 +7376,8 @@ export default class Client extends OpenApi {
5377
7376
  describeAlertsWithEvent(request: DescribeAlertsWithEventRequest): Promise<DescribeAlertsWithEventResponse>;
5378
7377
  describeAttackTimeLineWithOptions(request: DescribeAttackTimeLineRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAttackTimeLineResponse>;
5379
7378
  describeAttackTimeLine(request: DescribeAttackTimeLineRequest): Promise<DescribeAttackTimeLineResponse>;
7379
+ describeAuthWithOptions(request: DescribeAuthRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAuthResponse>;
7380
+ describeAuth(request: DescribeAuthRequest): Promise<DescribeAuthResponse>;
5380
7381
  describeAutomateResponseConfigCounterWithOptions(request: DescribeAutomateResponseConfigCounterRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAutomateResponseConfigCounterResponse>;
5381
7382
  describeAutomateResponseConfigCounter(request: DescribeAutomateResponseConfigCounterRequest): Promise<DescribeAutomateResponseConfigCounterResponse>;
5382
7383
  describeAutomateResponseConfigFeatureWithOptions(request: DescribeAutomateResponseConfigFeatureRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAutomateResponseConfigFeatureResponse>;
@@ -5391,6 +7392,8 @@ export default class Client extends OpenApi {
5391
7392
  describeCloudSiemEventDetail(request: DescribeCloudSiemEventDetailRequest): Promise<DescribeCloudSiemEventDetailResponse>;
5392
7393
  describeCloudSiemEventsWithOptions(request: DescribeCloudSiemEventsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeCloudSiemEventsResponse>;
5393
7394
  describeCloudSiemEvents(request: DescribeCloudSiemEventsRequest): Promise<DescribeCloudSiemEventsResponse>;
7395
+ describeCsImportedProdStatusByUserWithOptions(request: DescribeCsImportedProdStatusByUserRequest, runtime: $Util.RuntimeOptions): Promise<DescribeCsImportedProdStatusByUserResponse>;
7396
+ describeCsImportedProdStatusByUser(request: DescribeCsImportedProdStatusByUserRequest): Promise<DescribeCsImportedProdStatusByUserResponse>;
5394
7397
  describeCustomizeRuleWithOptions(request: DescribeCustomizeRuleRequest, runtime: $Util.RuntimeOptions): Promise<DescribeCustomizeRuleResponse>;
5395
7398
  describeCustomizeRule(request: DescribeCustomizeRuleRequest): Promise<DescribeCustomizeRuleResponse>;
5396
7399
  describeCustomizeRuleCountWithOptions(request: DescribeCustomizeRuleCountRequest, runtime: $Util.RuntimeOptions): Promise<DescribeCustomizeRuleCountResponse>;
@@ -5399,6 +7402,10 @@ export default class Client extends OpenApi {
5399
7402
  describeCustomizeRuleTest(request: DescribeCustomizeRuleTestRequest): Promise<DescribeCustomizeRuleTestResponse>;
5400
7403
  describeCustomizeRuleTestHistogramWithOptions(request: DescribeCustomizeRuleTestHistogramRequest, runtime: $Util.RuntimeOptions): Promise<DescribeCustomizeRuleTestHistogramResponse>;
5401
7404
  describeCustomizeRuleTestHistogram(request: DescribeCustomizeRuleTestHistogramRequest): Promise<DescribeCustomizeRuleTestHistogramResponse>;
7405
+ describeDataSourceInstanceWithOptions(request: DescribeDataSourceInstanceRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDataSourceInstanceResponse>;
7406
+ describeDataSourceInstance(request: DescribeDataSourceInstanceRequest): Promise<DescribeDataSourceInstanceResponse>;
7407
+ describeDataSourceParametersWithOptions(request: DescribeDataSourceParametersRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDataSourceParametersResponse>;
7408
+ describeDataSourceParameters(request: DescribeDataSourceParametersRequest): Promise<DescribeDataSourceParametersResponse>;
5402
7409
  describeDisposeAndPlaybookWithOptions(request: DescribeDisposeAndPlaybookRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDisposeAndPlaybookResponse>;
5403
7410
  describeDisposeAndPlaybook(request: DescribeDisposeAndPlaybookRequest): Promise<DescribeDisposeAndPlaybookResponse>;
5404
7411
  describeDisposeStrategyPlaybookWithOptions(request: DescribeDisposeStrategyPlaybookRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDisposeStrategyPlaybookResponse>;
@@ -5409,6 +7416,8 @@ export default class Client extends OpenApi {
5409
7416
  describeEventCountByThreatLevel(request: DescribeEventCountByThreatLevelRequest): Promise<DescribeEventCountByThreatLevelResponse>;
5410
7417
  describeEventDisposeWithOptions(request: DescribeEventDisposeRequest, runtime: $Util.RuntimeOptions): Promise<DescribeEventDisposeResponse>;
5411
7418
  describeEventDispose(request: DescribeEventDisposeRequest): Promise<DescribeEventDisposeResponse>;
7419
+ describeImportedLogCountWithOptions(request: DescribeImportedLogCountRequest, runtime: $Util.RuntimeOptions): Promise<DescribeImportedLogCountResponse>;
7420
+ describeImportedLogCount(request: DescribeImportedLogCountRequest): Promise<DescribeImportedLogCountResponse>;
5412
7421
  describeJobStatusWithOptions(request: DescribeJobStatusRequest, runtime: $Util.RuntimeOptions): Promise<DescribeJobStatusResponse>;
5413
7422
  describeJobStatus(request: DescribeJobStatusRequest): Promise<DescribeJobStatusResponse>;
5414
7423
  describeLogFieldsWithOptions(request: DescribeLogFieldsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeLogFieldsResponse>;
@@ -5421,10 +7430,16 @@ export default class Client extends OpenApi {
5421
7430
  describeLogType(request: DescribeLogTypeRequest): Promise<DescribeLogTypeResponse>;
5422
7431
  describeOperatorsWithOptions(request: DescribeOperatorsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeOperatorsResponse>;
5423
7432
  describeOperators(request: DescribeOperatorsRequest): Promise<DescribeOperatorsResponse>;
7433
+ describeProdCountWithOptions(request: DescribeProdCountRequest, runtime: $Util.RuntimeOptions): Promise<DescribeProdCountResponse>;
7434
+ describeProdCount(request: DescribeProdCountRequest): Promise<DescribeProdCountResponse>;
5424
7435
  describeScopeUsersWithOptions(request: DescribeScopeUsersRequest, runtime: $Util.RuntimeOptions): Promise<DescribeScopeUsersResponse>;
5425
7436
  describeScopeUsers(request: DescribeScopeUsersRequest): Promise<DescribeScopeUsersResponse>;
7437
+ describeServiceStatusWithOptions(request: DescribeServiceStatusRequest, runtime: $Util.RuntimeOptions): Promise<DescribeServiceStatusResponse>;
7438
+ describeServiceStatus(request: DescribeServiceStatusRequest): Promise<DescribeServiceStatusResponse>;
5426
7439
  describeStorageWithOptions(request: DescribeStorageRequest, runtime: $Util.RuntimeOptions): Promise<DescribeStorageResponse>;
5427
7440
  describeStorage(request: DescribeStorageRequest): Promise<DescribeStorageResponse>;
7441
+ describeUserBuyStatusWithOptions(request: DescribeUserBuyStatusRequest, runtime: $Util.RuntimeOptions): Promise<DescribeUserBuyStatusResponse>;
7442
+ describeUserBuyStatus(request: DescribeUserBuyStatusRequest): Promise<DescribeUserBuyStatusResponse>;
5428
7443
  describeWafScopeWithOptions(request: DescribeWafScopeRequest, runtime: $Util.RuntimeOptions): Promise<DescribeWafScopeResponse>;
5429
7444
  describeWafScope(request: DescribeWafScopeRequest): Promise<DescribeWafScopeResponse>;
5430
7445
  describeWhiteRuleListWithOptions(request: DescribeWhiteRuleListRequest, runtime: $Util.RuntimeOptions): Promise<DescribeWhiteRuleListResponse>;
@@ -5433,6 +7448,10 @@ export default class Client extends OpenApi {
5433
7448
  doQuickField(request: DoQuickFieldRequest): Promise<DoQuickFieldResponse>;
5434
7449
  doSelfDelegateWithOptions(request: DoSelfDelegateRequest, runtime: $Util.RuntimeOptions): Promise<DoSelfDelegateResponse>;
5435
7450
  doSelfDelegate(request: DoSelfDelegateRequest): Promise<DoSelfDelegateResponse>;
7451
+ enableAccessForCloudSiemWithOptions(request: EnableAccessForCloudSiemRequest, runtime: $Util.RuntimeOptions): Promise<EnableAccessForCloudSiemResponse>;
7452
+ enableAccessForCloudSiem(request: EnableAccessForCloudSiemRequest): Promise<EnableAccessForCloudSiemResponse>;
7453
+ enableServiceForCloudSiemWithOptions(request: EnableServiceForCloudSiemRequest, runtime: $Util.RuntimeOptions): Promise<EnableServiceForCloudSiemResponse>;
7454
+ enableServiceForCloudSiem(request: EnableServiceForCloudSiemRequest): Promise<EnableServiceForCloudSiemResponse>;
5436
7455
  getCapacityWithOptions(request: GetCapacityRequest, runtime: $Util.RuntimeOptions): Promise<GetCapacityResponse>;
5437
7456
  getCapacity(request: GetCapacityRequest): Promise<GetCapacityResponse>;
5438
7457
  getHistogramsWithOptions(request: GetHistogramsRequest, runtime: $Util.RuntimeOptions): Promise<GetHistogramsResponse>;
@@ -5443,22 +7462,52 @@ export default class Client extends OpenApi {
5443
7462
  getQuickQuery(request: GetQuickQueryRequest): Promise<GetQuickQueryResponse>;
5444
7463
  getStorageWithOptions(request: GetStorageRequest, runtime: $Util.RuntimeOptions): Promise<GetStorageResponse>;
5445
7464
  getStorage(request: GetStorageRequest): Promise<GetStorageResponse>;
7465
+ listAccountAccessIdWithOptions(request: ListAccountAccessIdRequest, runtime: $Util.RuntimeOptions): Promise<ListAccountAccessIdResponse>;
7466
+ listAccountAccessId(request: ListAccountAccessIdRequest): Promise<ListAccountAccessIdResponse>;
7467
+ listAccountsByLogWithOptions(request: ListAccountsByLogRequest, runtime: $Util.RuntimeOptions): Promise<ListAccountsByLogResponse>;
7468
+ listAccountsByLog(request: ListAccountsByLogRequest): Promise<ListAccountsByLogResponse>;
7469
+ listAllProdsWithOptions(request: ListAllProdsRequest, runtime: $Util.RuntimeOptions): Promise<ListAllProdsResponse>;
7470
+ listAllProds(request: ListAllProdsRequest): Promise<ListAllProdsResponse>;
5446
7471
  listAutomateResponseConfigsWithOptions(request: ListAutomateResponseConfigsRequest, runtime: $Util.RuntimeOptions): Promise<ListAutomateResponseConfigsResponse>;
5447
7472
  listAutomateResponseConfigs(request: ListAutomateResponseConfigsRequest): Promise<ListAutomateResponseConfigsResponse>;
7473
+ listBindAccountWithOptions(request: ListBindAccountRequest, runtime: $Util.RuntimeOptions): Promise<ListBindAccountResponse>;
7474
+ listBindAccount(request: ListBindAccountRequest): Promise<ListBindAccountResponse>;
7475
+ listBindDataSourcesWithOptions(request: ListBindDataSourcesRequest, runtime: $Util.RuntimeOptions): Promise<ListBindDataSourcesResponse>;
7476
+ listBindDataSources(request: ListBindDataSourcesRequest): Promise<ListBindDataSourcesResponse>;
5448
7477
  listCloudSiemCustomizeRulesWithOptions(request: ListCloudSiemCustomizeRulesRequest, runtime: $Util.RuntimeOptions): Promise<ListCloudSiemCustomizeRulesResponse>;
5449
7478
  listCloudSiemCustomizeRules(request: ListCloudSiemCustomizeRulesRequest): Promise<ListCloudSiemCustomizeRulesResponse>;
5450
7479
  listCloudSiemPredefinedRulesWithOptions(request: ListCloudSiemPredefinedRulesRequest, runtime: $Util.RuntimeOptions): Promise<ListCloudSiemPredefinedRulesResponse>;
5451
7480
  listCloudSiemPredefinedRules(request: ListCloudSiemPredefinedRulesRequest): Promise<ListCloudSiemPredefinedRulesResponse>;
5452
7481
  listCustomizeRuleTestResultWithOptions(request: ListCustomizeRuleTestResultRequest, runtime: $Util.RuntimeOptions): Promise<ListCustomizeRuleTestResultResponse>;
5453
7482
  listCustomizeRuleTestResult(request: ListCustomizeRuleTestResultRequest): Promise<ListCustomizeRuleTestResultResponse>;
7483
+ listDataSourceLogsWithOptions(request: ListDataSourceLogsRequest, runtime: $Util.RuntimeOptions): Promise<ListDataSourceLogsResponse>;
7484
+ listDataSourceLogs(request: ListDataSourceLogsRequest): Promise<ListDataSourceLogsResponse>;
7485
+ listDataSourceTypesWithOptions(request: ListDataSourceTypesRequest, runtime: $Util.RuntimeOptions): Promise<ListDataSourceTypesResponse>;
7486
+ listDataSourceTypes(request: ListDataSourceTypesRequest): Promise<ListDataSourceTypesResponse>;
5454
7487
  listDeliveryWithOptions(request: ListDeliveryRequest, runtime: $Util.RuntimeOptions): Promise<ListDeliveryResponse>;
5455
7488
  listDelivery(request: ListDeliveryRequest): Promise<ListDeliveryResponse>;
5456
7489
  listDisposeStrategyWithOptions(request: ListDisposeStrategyRequest, runtime: $Util.RuntimeOptions): Promise<ListDisposeStrategyResponse>;
5457
7490
  listDisposeStrategy(request: ListDisposeStrategyRequest): Promise<ListDisposeStrategyResponse>;
7491
+ listImportedLogsByProdWithOptions(request: ListImportedLogsByProdRequest, runtime: $Util.RuntimeOptions): Promise<ListImportedLogsByProdResponse>;
7492
+ listImportedLogsByProd(request: ListImportedLogsByProdRequest): Promise<ListImportedLogsByProdResponse>;
5458
7493
  listOperationWithOptions(request: ListOperationRequest, runtime: $Util.RuntimeOptions): Promise<ListOperationResponse>;
5459
7494
  listOperation(request: ListOperationRequest): Promise<ListOperationResponse>;
7495
+ listProjectLogStoresWithOptions(request: ListProjectLogStoresRequest, runtime: $Util.RuntimeOptions): Promise<ListProjectLogStoresResponse>;
7496
+ listProjectLogStores(request: ListProjectLogStoresRequest): Promise<ListProjectLogStoresResponse>;
5460
7497
  listQuickQueryWithOptions(request: ListQuickQueryRequest, runtime: $Util.RuntimeOptions): Promise<ListQuickQueryResponse>;
5461
7498
  listQuickQuery(request: ListQuickQueryRequest): Promise<ListQuickQueryResponse>;
7499
+ listRdUsersWithOptions(request: ListRdUsersRequest, runtime: $Util.RuntimeOptions): Promise<ListRdUsersResponse>;
7500
+ listRdUsers(request: ListRdUsersRequest): Promise<ListRdUsersResponse>;
7501
+ listUserProdLogsWithOptions(request: ListUserProdLogsRequest, runtime: $Util.RuntimeOptions): Promise<ListUserProdLogsResponse>;
7502
+ listUserProdLogs(request: ListUserProdLogsRequest): Promise<ListUserProdLogsResponse>;
7503
+ listUsersByProdWithOptions(request: ListUsersByProdRequest, runtime: $Util.RuntimeOptions): Promise<ListUsersByProdResponse>;
7504
+ listUsersByProd(request: ListUsersByProdRequest): Promise<ListUsersByProdResponse>;
7505
+ modifyBindAccountWithOptions(request: ModifyBindAccountRequest, runtime: $Util.RuntimeOptions): Promise<ModifyBindAccountResponse>;
7506
+ modifyBindAccount(request: ModifyBindAccountRequest): Promise<ModifyBindAccountResponse>;
7507
+ modifyDataSourceWithOptions(request: ModifyDataSourceRequest, runtime: $Util.RuntimeOptions): Promise<ModifyDataSourceResponse>;
7508
+ modifyDataSource(request: ModifyDataSourceRequest): Promise<ModifyDataSourceResponse>;
7509
+ modifyDataSourceLogWithOptions(request: ModifyDataSourceLogRequest, runtime: $Util.RuntimeOptions): Promise<ModifyDataSourceLogResponse>;
7510
+ modifyDataSourceLog(request: ModifyDataSourceLogRequest): Promise<ModifyDataSourceLogResponse>;
5462
7511
  openDeliveryWithOptions(request: OpenDeliveryRequest, runtime: $Util.RuntimeOptions): Promise<OpenDeliveryResponse>;
5463
7512
  openDelivery(request: OpenDeliveryRequest): Promise<OpenDeliveryResponse>;
5464
7513
  postAutomateResponseConfigWithOptions(request: PostAutomateResponseConfigRequest, runtime: $Util.RuntimeOptions): Promise<PostAutomateResponseConfigResponse>;
@@ -5483,6 +7532,10 @@ export default class Client extends OpenApi {
5483
7532
  setStorage(request: SetStorageRequest): Promise<SetStorageResponse>;
5484
7533
  showQuickAnalysisWithOptions(request: ShowQuickAnalysisRequest, runtime: $Util.RuntimeOptions): Promise<ShowQuickAnalysisResponse>;
5485
7534
  showQuickAnalysis(request: ShowQuickAnalysisRequest): Promise<ShowQuickAnalysisResponse>;
7535
+ submitImportLogTasksWithOptions(request: SubmitImportLogTasksRequest, runtime: $Util.RuntimeOptions): Promise<SubmitImportLogTasksResponse>;
7536
+ submitImportLogTasks(request: SubmitImportLogTasksRequest): Promise<SubmitImportLogTasksResponse>;
7537
+ submitJobsWithOptions(request: SubmitJobsRequest, runtime: $Util.RuntimeOptions): Promise<SubmitJobsResponse>;
7538
+ submitJobs(request: SubmitJobsRequest): Promise<SubmitJobsResponse>;
5486
7539
  updateAutomateResponseConfigStatusWithOptions(request: UpdateAutomateResponseConfigStatusRequest, runtime: $Util.RuntimeOptions): Promise<UpdateAutomateResponseConfigStatusResponse>;
5487
7540
  updateAutomateResponseConfigStatus(request: UpdateAutomateResponseConfigStatusRequest): Promise<UpdateAutomateResponseConfigStatusResponse>;
5488
7541
  updateWhiteRuleListWithOptions(request: UpdateWhiteRuleListRequest, runtime: $Util.RuntimeOptions): Promise<UpdateWhiteRuleListResponse>;