@alicloud/cloud-siem20220616 2.1.0 → 2.2.0

Sign up to get free protection for your applications and to get access to all the features.
package/dist/client.d.ts CHANGED
@@ -391,6 +391,50 @@ export declare class DescribeAggregateFunctionResponse extends $tea.Model {
391
391
  [key: string]: any;
392
392
  });
393
393
  }
394
+ export declare class DescribeAlertSceneRequest extends $tea.Model {
395
+ regionId?: string;
396
+ static names(): {
397
+ [key: string]: string;
398
+ };
399
+ static types(): {
400
+ [key: string]: any;
401
+ };
402
+ constructor(map?: {
403
+ [key: string]: any;
404
+ });
405
+ }
406
+ export declare class DescribeAlertSceneResponseBody extends $tea.Model {
407
+ code?: number;
408
+ data?: DescribeAlertSceneResponseBodyData[];
409
+ message?: string;
410
+ requestId?: string;
411
+ success?: boolean;
412
+ static names(): {
413
+ [key: string]: string;
414
+ };
415
+ static types(): {
416
+ [key: string]: any;
417
+ };
418
+ constructor(map?: {
419
+ [key: string]: any;
420
+ });
421
+ }
422
+ export declare class DescribeAlertSceneResponse extends $tea.Model {
423
+ headers: {
424
+ [key: string]: string;
425
+ };
426
+ statusCode: number;
427
+ body: DescribeAlertSceneResponseBody;
428
+ static names(): {
429
+ [key: string]: string;
430
+ };
431
+ static types(): {
432
+ [key: string]: any;
433
+ };
434
+ constructor(map?: {
435
+ [key: string]: any;
436
+ });
437
+ }
394
438
  export declare class DescribeAlertSceneByEventRequest extends $tea.Model {
395
439
  incidentUuid?: string;
396
440
  regionId?: string;
@@ -1970,6 +2014,55 @@ export declare class DescribeWafScopeResponse extends $tea.Model {
1970
2014
  [key: string]: any;
1971
2015
  });
1972
2016
  }
2017
+ export declare class DescribeWhiteRuleListRequest extends $tea.Model {
2018
+ alertName?: string;
2019
+ alertType?: string;
2020
+ currentPage?: number;
2021
+ incidentUuid?: string;
2022
+ pageSize?: number;
2023
+ regionId?: string;
2024
+ static names(): {
2025
+ [key: string]: string;
2026
+ };
2027
+ static types(): {
2028
+ [key: string]: any;
2029
+ };
2030
+ constructor(map?: {
2031
+ [key: string]: any;
2032
+ });
2033
+ }
2034
+ export declare class DescribeWhiteRuleListResponseBody extends $tea.Model {
2035
+ code?: number;
2036
+ data?: DescribeWhiteRuleListResponseBodyData;
2037
+ message?: string;
2038
+ requestId?: string;
2039
+ success?: boolean;
2040
+ static names(): {
2041
+ [key: string]: string;
2042
+ };
2043
+ static types(): {
2044
+ [key: string]: any;
2045
+ };
2046
+ constructor(map?: {
2047
+ [key: string]: any;
2048
+ });
2049
+ }
2050
+ export declare class DescribeWhiteRuleListResponse extends $tea.Model {
2051
+ headers: {
2052
+ [key: string]: string;
2053
+ };
2054
+ statusCode: number;
2055
+ body: DescribeWhiteRuleListResponseBody;
2056
+ static names(): {
2057
+ [key: string]: string;
2058
+ };
2059
+ static types(): {
2060
+ [key: string]: any;
2061
+ };
2062
+ constructor(map?: {
2063
+ [key: string]: any;
2064
+ });
2065
+ }
1973
2066
  export declare class DoQuickFieldRequest extends $tea.Model {
1974
2067
  from?: number;
1975
2068
  index?: string;
@@ -3548,6 +3641,39 @@ export declare class DescribeAggregateFunctionResponseBodyData extends $tea.Mode
3548
3641
  [key: string]: any;
3549
3642
  });
3550
3643
  }
3644
+ export declare class DescribeAlertSceneResponseBodyDataTargets extends $tea.Model {
3645
+ name?: string;
3646
+ type?: string;
3647
+ value?: string;
3648
+ values?: string[];
3649
+ static names(): {
3650
+ [key: string]: string;
3651
+ };
3652
+ static types(): {
3653
+ [key: string]: any;
3654
+ };
3655
+ constructor(map?: {
3656
+ [key: string]: any;
3657
+ });
3658
+ }
3659
+ export declare class DescribeAlertSceneResponseBodyData extends $tea.Model {
3660
+ alertName?: string;
3661
+ alertNameId?: string;
3662
+ alertTile?: string;
3663
+ alertTileId?: string;
3664
+ alertType?: string;
3665
+ alertTypeId?: string;
3666
+ targets?: DescribeAlertSceneResponseBodyDataTargets[];
3667
+ static names(): {
3668
+ [key: string]: string;
3669
+ };
3670
+ static types(): {
3671
+ [key: string]: any;
3672
+ };
3673
+ constructor(map?: {
3674
+ [key: string]: any;
3675
+ });
3676
+ }
3551
3677
  export declare class DescribeAlertSceneByEventResponseBodyDataTargets extends $tea.Model {
3552
3678
  name?: string;
3553
3679
  type?: string;
@@ -4549,6 +4675,122 @@ export declare class DescribeWafScopeResponseBodyData extends $tea.Model {
4549
4675
  [key: string]: any;
4550
4676
  });
4551
4677
  }
4678
+ export declare class DescribeWhiteRuleListResponseBodyDataPageInfo extends $tea.Model {
4679
+ currentPage?: number;
4680
+ pageSize?: number;
4681
+ totalCount?: number;
4682
+ static names(): {
4683
+ [key: string]: string;
4684
+ };
4685
+ static types(): {
4686
+ [key: string]: any;
4687
+ };
4688
+ constructor(map?: {
4689
+ [key: string]: any;
4690
+ });
4691
+ }
4692
+ export declare class DescribeWhiteRuleListResponseBodyDataResponseDataExpressionConditionsLeft extends $tea.Model {
4693
+ isVar?: boolean;
4694
+ modifier?: string;
4695
+ modifierParam?: {
4696
+ [key: string]: any;
4697
+ };
4698
+ type?: string;
4699
+ value?: string;
4700
+ static names(): {
4701
+ [key: string]: string;
4702
+ };
4703
+ static types(): {
4704
+ [key: string]: any;
4705
+ };
4706
+ constructor(map?: {
4707
+ [key: string]: any;
4708
+ });
4709
+ }
4710
+ export declare class DescribeWhiteRuleListResponseBodyDataResponseDataExpressionConditionsRight extends $tea.Model {
4711
+ isVar?: boolean;
4712
+ modifier?: string;
4713
+ modifierParam?: {
4714
+ [key: string]: any;
4715
+ };
4716
+ type?: string;
4717
+ value?: string;
4718
+ static names(): {
4719
+ [key: string]: string;
4720
+ };
4721
+ static types(): {
4722
+ [key: string]: any;
4723
+ };
4724
+ constructor(map?: {
4725
+ [key: string]: any;
4726
+ });
4727
+ }
4728
+ export declare class DescribeWhiteRuleListResponseBodyDataResponseDataExpressionConditions extends $tea.Model {
4729
+ isNot?: boolean;
4730
+ itemId?: number;
4731
+ left?: DescribeWhiteRuleListResponseBodyDataResponseDataExpressionConditionsLeft;
4732
+ operator?: string;
4733
+ right?: DescribeWhiteRuleListResponseBodyDataResponseDataExpressionConditionsRight;
4734
+ static names(): {
4735
+ [key: string]: string;
4736
+ };
4737
+ static types(): {
4738
+ [key: string]: any;
4739
+ };
4740
+ constructor(map?: {
4741
+ [key: string]: any;
4742
+ });
4743
+ }
4744
+ export declare class DescribeWhiteRuleListResponseBodyDataResponseDataExpression extends $tea.Model {
4745
+ conditions?: DescribeWhiteRuleListResponseBodyDataResponseDataExpressionConditions[];
4746
+ logic?: string;
4747
+ static names(): {
4748
+ [key: string]: string;
4749
+ };
4750
+ static types(): {
4751
+ [key: string]: any;
4752
+ };
4753
+ constructor(map?: {
4754
+ [key: string]: any;
4755
+ });
4756
+ }
4757
+ export declare class DescribeWhiteRuleListResponseBodyDataResponseData extends $tea.Model {
4758
+ alertName?: string;
4759
+ alertNameId?: string;
4760
+ alertType?: string;
4761
+ alertTypeId?: string;
4762
+ alertUuid?: string;
4763
+ aliuid?: number;
4764
+ expression?: DescribeWhiteRuleListResponseBodyDataResponseDataExpression;
4765
+ gmtCreate?: string;
4766
+ gmtModified?: string;
4767
+ id?: number;
4768
+ incidentUuid?: string;
4769
+ status?: number;
4770
+ subAliuid?: number;
4771
+ static names(): {
4772
+ [key: string]: string;
4773
+ };
4774
+ static types(): {
4775
+ [key: string]: any;
4776
+ };
4777
+ constructor(map?: {
4778
+ [key: string]: any;
4779
+ });
4780
+ }
4781
+ export declare class DescribeWhiteRuleListResponseBodyData extends $tea.Model {
4782
+ pageInfo?: DescribeWhiteRuleListResponseBodyDataPageInfo;
4783
+ responseData?: DescribeWhiteRuleListResponseBodyDataResponseData[];
4784
+ static names(): {
4785
+ [key: string]: string;
4786
+ };
4787
+ static types(): {
4788
+ [key: string]: any;
4789
+ };
4790
+ constructor(map?: {
4791
+ [key: string]: any;
4792
+ });
4793
+ }
4552
4794
  export declare class DoQuickFieldResponseBodyData extends $tea.Model {
4553
4795
  aggQueryd?: string;
4554
4796
  completeOrNot?: boolean;
@@ -5115,6 +5357,8 @@ export default class Client extends OpenApi {
5115
5357
  deleteWhiteRuleList(request: DeleteWhiteRuleListRequest): Promise<DeleteWhiteRuleListResponse>;
5116
5358
  describeAggregateFunctionWithOptions(request: DescribeAggregateFunctionRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAggregateFunctionResponse>;
5117
5359
  describeAggregateFunction(request: DescribeAggregateFunctionRequest): Promise<DescribeAggregateFunctionResponse>;
5360
+ describeAlertSceneWithOptions(request: DescribeAlertSceneRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAlertSceneResponse>;
5361
+ describeAlertScene(request: DescribeAlertSceneRequest): Promise<DescribeAlertSceneResponse>;
5118
5362
  describeAlertSceneByEventWithOptions(request: DescribeAlertSceneByEventRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAlertSceneByEventResponse>;
5119
5363
  describeAlertSceneByEvent(request: DescribeAlertSceneByEventRequest): Promise<DescribeAlertSceneByEventResponse>;
5120
5364
  describeAlertSourceWithOptions(request: DescribeAlertSourceRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAlertSourceResponse>;
@@ -5183,6 +5427,8 @@ export default class Client extends OpenApi {
5183
5427
  describeStorage(request: DescribeStorageRequest): Promise<DescribeStorageResponse>;
5184
5428
  describeWafScopeWithOptions(request: DescribeWafScopeRequest, runtime: $Util.RuntimeOptions): Promise<DescribeWafScopeResponse>;
5185
5429
  describeWafScope(request: DescribeWafScopeRequest): Promise<DescribeWafScopeResponse>;
5430
+ describeWhiteRuleListWithOptions(request: DescribeWhiteRuleListRequest, runtime: $Util.RuntimeOptions): Promise<DescribeWhiteRuleListResponse>;
5431
+ describeWhiteRuleList(request: DescribeWhiteRuleListRequest): Promise<DescribeWhiteRuleListResponse>;
5186
5432
  doQuickFieldWithOptions(request: DoQuickFieldRequest, runtime: $Util.RuntimeOptions): Promise<DoQuickFieldResponse>;
5187
5433
  doQuickField(request: DoQuickFieldRequest): Promise<DoQuickFieldResponse>;
5188
5434
  doSelfDelegateWithOptions(request: DoSelfDelegateRequest, runtime: $Util.RuntimeOptions): Promise<DoSelfDelegateResponse>;