@alicloud/cloud-siem20220616 3.0.1 → 3.0.3

Sign up to get free protection for your applications and to get access to all the features.
package/dist/client.d.ts CHANGED
@@ -55,11 +55,11 @@ export declare class AddDataSourceResponseBody extends $tea.Model {
55
55
  });
56
56
  }
57
57
  export declare class AddDataSourceResponse extends $tea.Model {
58
- headers: {
58
+ headers?: {
59
59
  [key: string]: string;
60
60
  };
61
- statusCode: number;
62
- body: AddDataSourceResponseBody;
61
+ statusCode?: number;
62
+ body?: AddDataSourceResponseBody;
63
63
  static names(): {
64
64
  [key: string]: string;
65
65
  };
@@ -101,11 +101,11 @@ export declare class AddDataSourceLogResponseBody extends $tea.Model {
101
101
  });
102
102
  }
103
103
  export declare class AddDataSourceLogResponse extends $tea.Model {
104
- headers: {
104
+ headers?: {
105
105
  [key: string]: string;
106
106
  };
107
- statusCode: number;
108
- body: AddDataSourceLogResponseBody;
107
+ statusCode?: number;
108
+ body?: AddDataSourceLogResponseBody;
109
109
  static names(): {
110
110
  [key: string]: string;
111
111
  };
@@ -143,11 +143,11 @@ export declare class AddUserResponseBody extends $tea.Model {
143
143
  });
144
144
  }
145
145
  export declare class AddUserResponse extends $tea.Model {
146
- headers: {
146
+ headers?: {
147
147
  [key: string]: string;
148
148
  };
149
- statusCode: number;
150
- body: AddUserResponseBody;
149
+ statusCode?: number;
150
+ body?: AddUserResponseBody;
151
151
  static names(): {
152
152
  [key: string]: string;
153
153
  };
@@ -190,11 +190,11 @@ export declare class AddUserSourceLogConfigResponseBody extends $tea.Model {
190
190
  });
191
191
  }
192
192
  export declare class AddUserSourceLogConfigResponse extends $tea.Model {
193
- headers: {
193
+ headers?: {
194
194
  [key: string]: string;
195
195
  };
196
- statusCode: number;
197
- body: AddUserSourceLogConfigResponseBody;
196
+ statusCode?: number;
197
+ body?: AddUserSourceLogConfigResponseBody;
198
198
  static names(): {
199
199
  [key: string]: string;
200
200
  };
@@ -236,11 +236,11 @@ export declare class BatchJobCheckResponseBody extends $tea.Model {
236
236
  });
237
237
  }
238
238
  export declare class BatchJobCheckResponse extends $tea.Model {
239
- headers: {
239
+ headers?: {
240
240
  [key: string]: string;
241
241
  };
242
- statusCode: number;
243
- body: BatchJobCheckResponseBody;
242
+ statusCode?: number;
243
+ body?: BatchJobCheckResponseBody;
244
244
  static names(): {
245
245
  [key: string]: string;
246
246
  };
@@ -282,11 +282,11 @@ export declare class BatchJobSubmitResponseBody extends $tea.Model {
282
282
  });
283
283
  }
284
284
  export declare class BatchJobSubmitResponse extends $tea.Model {
285
- headers: {
285
+ headers?: {
286
286
  [key: string]: string;
287
287
  };
288
- statusCode: number;
289
- body: BatchJobSubmitResponseBody;
288
+ statusCode?: number;
289
+ body?: BatchJobSubmitResponseBody;
290
290
  static names(): {
291
291
  [key: string]: string;
292
292
  };
@@ -327,11 +327,11 @@ export declare class BindAccountResponseBody extends $tea.Model {
327
327
  });
328
328
  }
329
329
  export declare class BindAccountResponse extends $tea.Model {
330
- headers: {
330
+ headers?: {
331
331
  [key: string]: string;
332
332
  };
333
- statusCode: number;
334
- body: BindAccountResponseBody;
333
+ statusCode?: number;
334
+ body?: BindAccountResponseBody;
335
335
  static names(): {
336
336
  [key: string]: string;
337
337
  };
@@ -370,11 +370,11 @@ export declare class CloseDeliveryResponseBody extends $tea.Model {
370
370
  });
371
371
  }
372
372
  export declare class CloseDeliveryResponse extends $tea.Model {
373
- headers: {
373
+ headers?: {
374
374
  [key: string]: string;
375
375
  };
376
- statusCode: number;
377
- body: CloseDeliveryResponseBody;
376
+ statusCode?: number;
377
+ body?: CloseDeliveryResponseBody;
378
378
  static names(): {
379
379
  [key: string]: string;
380
380
  };
@@ -415,11 +415,11 @@ export declare class DeleteAutomateResponseConfigResponseBody extends $tea.Model
415
415
  });
416
416
  }
417
417
  export declare class DeleteAutomateResponseConfigResponse extends $tea.Model {
418
- headers: {
418
+ headers?: {
419
419
  [key: string]: string;
420
420
  };
421
- statusCode: number;
422
- body: DeleteAutomateResponseConfigResponseBody;
421
+ statusCode?: number;
422
+ body?: DeleteAutomateResponseConfigResponseBody;
423
423
  static names(): {
424
424
  [key: string]: string;
425
425
  };
@@ -460,11 +460,11 @@ export declare class DeleteBindAccountResponseBody extends $tea.Model {
460
460
  });
461
461
  }
462
462
  export declare class DeleteBindAccountResponse extends $tea.Model {
463
- headers: {
463
+ headers?: {
464
464
  [key: string]: string;
465
465
  };
466
- statusCode: number;
467
- body: DeleteBindAccountResponseBody;
466
+ statusCode?: number;
467
+ body?: DeleteBindAccountResponseBody;
468
468
  static names(): {
469
469
  [key: string]: string;
470
470
  };
@@ -505,11 +505,11 @@ export declare class DeleteCustomizeRuleResponseBody extends $tea.Model {
505
505
  });
506
506
  }
507
507
  export declare class DeleteCustomizeRuleResponse extends $tea.Model {
508
- headers: {
508
+ headers?: {
509
509
  [key: string]: string;
510
510
  };
511
- statusCode: number;
512
- body: DeleteCustomizeRuleResponseBody;
511
+ statusCode?: number;
512
+ body?: DeleteCustomizeRuleResponseBody;
513
513
  static names(): {
514
514
  [key: string]: string;
515
515
  };
@@ -549,11 +549,11 @@ export declare class DeleteDataSourceResponseBody extends $tea.Model {
549
549
  });
550
550
  }
551
551
  export declare class DeleteDataSourceResponse extends $tea.Model {
552
- headers: {
552
+ headers?: {
553
553
  [key: string]: string;
554
554
  };
555
- statusCode: number;
556
- body: DeleteDataSourceResponseBody;
555
+ statusCode?: number;
556
+ body?: DeleteDataSourceResponseBody;
557
557
  static names(): {
558
558
  [key: string]: string;
559
559
  };
@@ -594,11 +594,11 @@ export declare class DeleteDataSourceLogResponseBody extends $tea.Model {
594
594
  });
595
595
  }
596
596
  export declare class DeleteDataSourceLogResponse extends $tea.Model {
597
- headers: {
597
+ headers?: {
598
598
  [key: string]: string;
599
599
  };
600
- statusCode: number;
601
- body: DeleteDataSourceLogResponseBody;
600
+ statusCode?: number;
601
+ body?: DeleteDataSourceLogResponseBody;
602
602
  static names(): {
603
603
  [key: string]: string;
604
604
  };
@@ -636,11 +636,11 @@ export declare class DeleteQuickQueryResponseBody extends $tea.Model {
636
636
  });
637
637
  }
638
638
  export declare class DeleteQuickQueryResponse extends $tea.Model {
639
- headers: {
639
+ headers?: {
640
640
  [key: string]: string;
641
641
  };
642
- statusCode: number;
643
- body: DeleteQuickQueryResponseBody;
642
+ statusCode?: number;
643
+ body?: DeleteQuickQueryResponseBody;
644
644
  static names(): {
645
645
  [key: string]: string;
646
646
  };
@@ -678,11 +678,11 @@ export declare class DeleteUserResponseBody extends $tea.Model {
678
678
  });
679
679
  }
680
680
  export declare class DeleteUserResponse extends $tea.Model {
681
- headers: {
681
+ headers?: {
682
682
  [key: string]: string;
683
683
  };
684
- statusCode: number;
685
- body: DeleteUserResponseBody;
684
+ statusCode?: number;
685
+ body?: DeleteUserResponseBody;
686
686
  static names(): {
687
687
  [key: string]: string;
688
688
  };
@@ -723,11 +723,11 @@ export declare class DeleteWhiteRuleListResponseBody extends $tea.Model {
723
723
  });
724
724
  }
725
725
  export declare class DeleteWhiteRuleListResponse extends $tea.Model {
726
- headers: {
726
+ headers?: {
727
727
  [key: string]: string;
728
728
  };
729
- statusCode: number;
730
- body: DeleteWhiteRuleListResponseBody;
729
+ statusCode?: number;
730
+ body?: DeleteWhiteRuleListResponseBody;
731
731
  static names(): {
732
732
  [key: string]: string;
733
733
  };
@@ -767,11 +767,11 @@ export declare class DescribeAggregateFunctionResponseBody extends $tea.Model {
767
767
  });
768
768
  }
769
769
  export declare class DescribeAggregateFunctionResponse extends $tea.Model {
770
- headers: {
770
+ headers?: {
771
771
  [key: string]: string;
772
772
  };
773
- statusCode: number;
774
- body: DescribeAggregateFunctionResponseBody;
773
+ statusCode?: number;
774
+ body?: DescribeAggregateFunctionResponseBody;
775
775
  static names(): {
776
776
  [key: string]: string;
777
777
  };
@@ -811,11 +811,11 @@ export declare class DescribeAlertSceneResponseBody extends $tea.Model {
811
811
  });
812
812
  }
813
813
  export declare class DescribeAlertSceneResponse extends $tea.Model {
814
- headers: {
814
+ headers?: {
815
815
  [key: string]: string;
816
816
  };
817
- statusCode: number;
818
- body: DescribeAlertSceneResponseBody;
817
+ statusCode?: number;
818
+ body?: DescribeAlertSceneResponseBody;
819
819
  static names(): {
820
820
  [key: string]: string;
821
821
  };
@@ -856,11 +856,11 @@ export declare class DescribeAlertSceneByEventResponseBody extends $tea.Model {
856
856
  });
857
857
  }
858
858
  export declare class DescribeAlertSceneByEventResponse extends $tea.Model {
859
- headers: {
859
+ headers?: {
860
860
  [key: string]: string;
861
861
  };
862
- statusCode: number;
863
- body: DescribeAlertSceneByEventResponseBody;
862
+ statusCode?: number;
863
+ body?: DescribeAlertSceneByEventResponseBody;
864
864
  static names(): {
865
865
  [key: string]: string;
866
866
  };
@@ -903,11 +903,11 @@ export declare class DescribeAlertSourceResponseBody extends $tea.Model {
903
903
  });
904
904
  }
905
905
  export declare class DescribeAlertSourceResponse extends $tea.Model {
906
- headers: {
906
+ headers?: {
907
907
  [key: string]: string;
908
908
  };
909
- statusCode: number;
910
- body: DescribeAlertSourceResponseBody;
909
+ statusCode?: number;
910
+ body?: DescribeAlertSourceResponseBody;
911
911
  static names(): {
912
912
  [key: string]: string;
913
913
  };
@@ -948,11 +948,11 @@ export declare class DescribeAlertSourceWithEventResponseBody extends $tea.Model
948
948
  });
949
949
  }
950
950
  export declare class DescribeAlertSourceWithEventResponse extends $tea.Model {
951
- headers: {
951
+ headers?: {
952
952
  [key: string]: string;
953
953
  };
954
- statusCode: number;
955
- body: DescribeAlertSourceWithEventResponseBody;
954
+ statusCode?: number;
955
+ body?: DescribeAlertSourceWithEventResponseBody;
956
956
  static names(): {
957
957
  [key: string]: string;
958
958
  };
@@ -992,11 +992,11 @@ export declare class DescribeAlertTypeResponseBody extends $tea.Model {
992
992
  });
993
993
  }
994
994
  export declare class DescribeAlertTypeResponse extends $tea.Model {
995
- headers: {
995
+ headers?: {
996
996
  [key: string]: string;
997
997
  };
998
- statusCode: number;
999
- body: DescribeAlertTypeResponseBody;
998
+ statusCode?: number;
999
+ body?: DescribeAlertTypeResponseBody;
1000
1000
  static names(): {
1001
1001
  [key: string]: string;
1002
1002
  };
@@ -1046,11 +1046,11 @@ export declare class DescribeAlertsResponseBody extends $tea.Model {
1046
1046
  });
1047
1047
  }
1048
1048
  export declare class DescribeAlertsResponse extends $tea.Model {
1049
- headers: {
1049
+ headers?: {
1050
1050
  [key: string]: string;
1051
1051
  };
1052
- statusCode: number;
1053
- body: DescribeAlertsResponseBody;
1052
+ statusCode?: number;
1053
+ body?: DescribeAlertsResponseBody;
1054
1054
  static names(): {
1055
1055
  [key: string]: string;
1056
1056
  };
@@ -1092,11 +1092,11 @@ export declare class DescribeAlertsCountResponseBody extends $tea.Model {
1092
1092
  });
1093
1093
  }
1094
1094
  export declare class DescribeAlertsCountResponse extends $tea.Model {
1095
- headers: {
1095
+ headers?: {
1096
1096
  [key: string]: string;
1097
1097
  };
1098
- statusCode: number;
1099
- body: DescribeAlertsCountResponseBody;
1098
+ statusCode?: number;
1099
+ body?: DescribeAlertsCountResponseBody;
1100
1100
  static names(): {
1101
1101
  [key: string]: string;
1102
1102
  };
@@ -1141,11 +1141,11 @@ export declare class DescribeAlertsWithEntityResponseBody extends $tea.Model {
1141
1141
  });
1142
1142
  }
1143
1143
  export declare class DescribeAlertsWithEntityResponse extends $tea.Model {
1144
- headers: {
1144
+ headers?: {
1145
1145
  [key: string]: string;
1146
1146
  };
1147
- statusCode: number;
1148
- body: DescribeAlertsWithEntityResponseBody;
1147
+ statusCode?: number;
1148
+ body?: DescribeAlertsWithEntityResponseBody;
1149
1149
  static names(): {
1150
1150
  [key: string]: string;
1151
1151
  };
@@ -1193,11 +1193,11 @@ export declare class DescribeAlertsWithEventResponseBody extends $tea.Model {
1193
1193
  });
1194
1194
  }
1195
1195
  export declare class DescribeAlertsWithEventResponse extends $tea.Model {
1196
- headers: {
1196
+ headers?: {
1197
1197
  [key: string]: string;
1198
1198
  };
1199
- statusCode: number;
1200
- body: DescribeAlertsWithEventResponseBody;
1199
+ statusCode?: number;
1200
+ body?: DescribeAlertsWithEventResponseBody;
1201
1201
  static names(): {
1202
1202
  [key: string]: string;
1203
1203
  };
@@ -1241,11 +1241,11 @@ export declare class DescribeAttackTimeLineResponseBody extends $tea.Model {
1241
1241
  });
1242
1242
  }
1243
1243
  export declare class DescribeAttackTimeLineResponse extends $tea.Model {
1244
- headers: {
1244
+ headers?: {
1245
1245
  [key: string]: string;
1246
1246
  };
1247
- statusCode: number;
1248
- body: DescribeAttackTimeLineResponseBody;
1247
+ statusCode?: number;
1248
+ body?: DescribeAttackTimeLineResponseBody;
1249
1249
  static names(): {
1250
1250
  [key: string]: string;
1251
1251
  };
@@ -1282,11 +1282,11 @@ export declare class DescribeAuthResponseBody extends $tea.Model {
1282
1282
  });
1283
1283
  }
1284
1284
  export declare class DescribeAuthResponse extends $tea.Model {
1285
- headers: {
1285
+ headers?: {
1286
1286
  [key: string]: string;
1287
1287
  };
1288
- statusCode: number;
1289
- body: DescribeAuthResponseBody;
1288
+ statusCode?: number;
1289
+ body?: DescribeAuthResponseBody;
1290
1290
  static names(): {
1291
1291
  [key: string]: string;
1292
1292
  };
@@ -1326,11 +1326,11 @@ export declare class DescribeAutomateResponseConfigCounterResponseBody extends $
1326
1326
  });
1327
1327
  }
1328
1328
  export declare class DescribeAutomateResponseConfigCounterResponse extends $tea.Model {
1329
- headers: {
1329
+ headers?: {
1330
1330
  [key: string]: string;
1331
1331
  };
1332
- statusCode: number;
1333
- body: DescribeAutomateResponseConfigCounterResponseBody;
1332
+ statusCode?: number;
1333
+ body?: DescribeAutomateResponseConfigCounterResponseBody;
1334
1334
  static names(): {
1335
1335
  [key: string]: string;
1336
1336
  };
@@ -1371,11 +1371,11 @@ export declare class DescribeAutomateResponseConfigFeatureResponseBody extends $
1371
1371
  });
1372
1372
  }
1373
1373
  export declare class DescribeAutomateResponseConfigFeatureResponse extends $tea.Model {
1374
- headers: {
1374
+ headers?: {
1375
1375
  [key: string]: string;
1376
1376
  };
1377
- statusCode: number;
1378
- body: DescribeAutomateResponseConfigFeatureResponseBody;
1377
+ statusCode?: number;
1378
+ body?: DescribeAutomateResponseConfigFeatureResponseBody;
1379
1379
  static names(): {
1380
1380
  [key: string]: string;
1381
1381
  };
@@ -1417,11 +1417,11 @@ export declare class DescribeAutomateResponseConfigPlayBooksResponseBody extends
1417
1417
  });
1418
1418
  }
1419
1419
  export declare class DescribeAutomateResponseConfigPlayBooksResponse extends $tea.Model {
1420
- headers: {
1420
+ headers?: {
1421
1421
  [key: string]: string;
1422
1422
  };
1423
- statusCode: number;
1424
- body: DescribeAutomateResponseConfigPlayBooksResponseBody;
1423
+ statusCode?: number;
1424
+ body?: DescribeAutomateResponseConfigPlayBooksResponseBody;
1425
1425
  static names(): {
1426
1426
  [key: string]: string;
1427
1427
  };
@@ -1465,11 +1465,11 @@ export declare class DescribeCloudSiemAssetsResponseBody extends $tea.Model {
1465
1465
  });
1466
1466
  }
1467
1467
  export declare class DescribeCloudSiemAssetsResponse extends $tea.Model {
1468
- headers: {
1468
+ headers?: {
1469
1469
  [key: string]: string;
1470
1470
  };
1471
- statusCode: number;
1472
- body: DescribeCloudSiemAssetsResponseBody;
1471
+ statusCode?: number;
1472
+ body?: DescribeCloudSiemAssetsResponseBody;
1473
1473
  static names(): {
1474
1474
  [key: string]: string;
1475
1475
  };
@@ -1510,11 +1510,11 @@ export declare class DescribeCloudSiemAssetsCounterResponseBody extends $tea.Mod
1510
1510
  });
1511
1511
  }
1512
1512
  export declare class DescribeCloudSiemAssetsCounterResponse extends $tea.Model {
1513
- headers: {
1513
+ headers?: {
1514
1514
  [key: string]: string;
1515
1515
  };
1516
- statusCode: number;
1517
- body: DescribeCloudSiemAssetsCounterResponseBody;
1516
+ statusCode?: number;
1517
+ body?: DescribeCloudSiemAssetsCounterResponseBody;
1518
1518
  static names(): {
1519
1519
  [key: string]: string;
1520
1520
  };
@@ -1555,11 +1555,11 @@ export declare class DescribeCloudSiemEventDetailResponseBody extends $tea.Model
1555
1555
  });
1556
1556
  }
1557
1557
  export declare class DescribeCloudSiemEventDetailResponse extends $tea.Model {
1558
- headers: {
1558
+ headers?: {
1559
1559
  [key: string]: string;
1560
1560
  };
1561
- statusCode: number;
1562
- body: DescribeCloudSiemEventDetailResponseBody;
1561
+ statusCode?: number;
1562
+ body?: DescribeCloudSiemEventDetailResponseBody;
1563
1563
  static names(): {
1564
1564
  [key: string]: string;
1565
1565
  };
@@ -1610,11 +1610,11 @@ export declare class DescribeCloudSiemEventsResponseBody extends $tea.Model {
1610
1610
  });
1611
1611
  }
1612
1612
  export declare class DescribeCloudSiemEventsResponse extends $tea.Model {
1613
- headers: {
1613
+ headers?: {
1614
1614
  [key: string]: string;
1615
1615
  };
1616
- statusCode: number;
1617
- body: DescribeCloudSiemEventsResponseBody;
1616
+ statusCode?: number;
1617
+ body?: DescribeCloudSiemEventsResponseBody;
1618
1618
  static names(): {
1619
1619
  [key: string]: string;
1620
1620
  };
@@ -1653,11 +1653,11 @@ export declare class DescribeCsImportedProdStatusByUserResponseBody extends $tea
1653
1653
  });
1654
1654
  }
1655
1655
  export declare class DescribeCsImportedProdStatusByUserResponse extends $tea.Model {
1656
- headers: {
1656
+ headers?: {
1657
1657
  [key: string]: string;
1658
1658
  };
1659
- statusCode: number;
1660
- body: DescribeCsImportedProdStatusByUserResponseBody;
1659
+ statusCode?: number;
1660
+ body?: DescribeCsImportedProdStatusByUserResponseBody;
1661
1661
  static names(): {
1662
1662
  [key: string]: string;
1663
1663
  };
@@ -1698,11 +1698,11 @@ export declare class DescribeCustomizeRuleResponseBody extends $tea.Model {
1698
1698
  });
1699
1699
  }
1700
1700
  export declare class DescribeCustomizeRuleResponse extends $tea.Model {
1701
- headers: {
1701
+ headers?: {
1702
1702
  [key: string]: string;
1703
1703
  };
1704
- statusCode: number;
1705
- body: DescribeCustomizeRuleResponseBody;
1704
+ statusCode?: number;
1705
+ body?: DescribeCustomizeRuleResponseBody;
1706
1706
  static names(): {
1707
1707
  [key: string]: string;
1708
1708
  };
@@ -1742,11 +1742,11 @@ export declare class DescribeCustomizeRuleCountResponseBody extends $tea.Model {
1742
1742
  });
1743
1743
  }
1744
1744
  export declare class DescribeCustomizeRuleCountResponse extends $tea.Model {
1745
- headers: {
1745
+ headers?: {
1746
1746
  [key: string]: string;
1747
1747
  };
1748
- statusCode: number;
1749
- body: DescribeCustomizeRuleCountResponseBody;
1748
+ statusCode?: number;
1749
+ body?: DescribeCustomizeRuleCountResponseBody;
1750
1750
  static names(): {
1751
1751
  [key: string]: string;
1752
1752
  };
@@ -1787,11 +1787,11 @@ export declare class DescribeCustomizeRuleTestResponseBody extends $tea.Model {
1787
1787
  });
1788
1788
  }
1789
1789
  export declare class DescribeCustomizeRuleTestResponse extends $tea.Model {
1790
- headers: {
1790
+ headers?: {
1791
1791
  [key: string]: string;
1792
1792
  };
1793
- statusCode: number;
1794
- body: DescribeCustomizeRuleTestResponseBody;
1793
+ statusCode?: number;
1794
+ body?: DescribeCustomizeRuleTestResponseBody;
1795
1795
  static names(): {
1796
1796
  [key: string]: string;
1797
1797
  };
@@ -1832,11 +1832,11 @@ export declare class DescribeCustomizeRuleTestHistogramResponseBody extends $tea
1832
1832
  });
1833
1833
  }
1834
1834
  export declare class DescribeCustomizeRuleTestHistogramResponse extends $tea.Model {
1835
- headers: {
1835
+ headers?: {
1836
1836
  [key: string]: string;
1837
1837
  };
1838
- statusCode: number;
1839
- body: DescribeCustomizeRuleTestHistogramResponseBody;
1838
+ statusCode?: number;
1839
+ body?: DescribeCustomizeRuleTestHistogramResponseBody;
1840
1840
  static names(): {
1841
1841
  [key: string]: string;
1842
1842
  };
@@ -1876,11 +1876,11 @@ export declare class DescribeDataSourceInstanceResponseBody extends $tea.Model {
1876
1876
  });
1877
1877
  }
1878
1878
  export declare class DescribeDataSourceInstanceResponse extends $tea.Model {
1879
- headers: {
1879
+ headers?: {
1880
1880
  [key: string]: string;
1881
1881
  };
1882
- statusCode: number;
1883
- body: DescribeDataSourceInstanceResponseBody;
1882
+ statusCode?: number;
1883
+ body?: DescribeDataSourceInstanceResponseBody;
1884
1884
  static names(): {
1885
1885
  [key: string]: string;
1886
1886
  };
@@ -1919,11 +1919,11 @@ export declare class DescribeDataSourceParametersResponseBody extends $tea.Model
1919
1919
  });
1920
1920
  }
1921
1921
  export declare class DescribeDataSourceParametersResponse extends $tea.Model {
1922
- headers: {
1922
+ headers?: {
1923
1923
  [key: string]: string;
1924
1924
  };
1925
- statusCode: number;
1926
- body: DescribeDataSourceParametersResponseBody;
1925
+ statusCode?: number;
1926
+ body?: DescribeDataSourceParametersResponseBody;
1927
1927
  static names(): {
1928
1928
  [key: string]: string;
1929
1929
  };
@@ -1967,11 +1967,11 @@ export declare class DescribeDisposeAndPlaybookResponseBody extends $tea.Model {
1967
1967
  });
1968
1968
  }
1969
1969
  export declare class DescribeDisposeAndPlaybookResponse extends $tea.Model {
1970
- headers: {
1970
+ headers?: {
1971
1971
  [key: string]: string;
1972
1972
  };
1973
- statusCode: number;
1974
- body: DescribeDisposeAndPlaybookResponseBody;
1973
+ statusCode?: number;
1974
+ body?: DescribeDisposeAndPlaybookResponseBody;
1975
1975
  static names(): {
1976
1976
  [key: string]: string;
1977
1977
  };
@@ -2013,11 +2013,11 @@ export declare class DescribeDisposeStrategyPlaybookResponseBody extends $tea.Mo
2013
2013
  });
2014
2014
  }
2015
2015
  export declare class DescribeDisposeStrategyPlaybookResponse extends $tea.Model {
2016
- headers: {
2016
+ headers?: {
2017
2017
  [key: string]: string;
2018
2018
  };
2019
- statusCode: number;
2020
- body: DescribeDisposeStrategyPlaybookResponseBody;
2019
+ statusCode?: number;
2020
+ body?: DescribeDisposeStrategyPlaybookResponseBody;
2021
2021
  static names(): {
2022
2022
  [key: string]: string;
2023
2023
  };
@@ -2061,11 +2061,11 @@ export declare class DescribeEntityInfoResponseBody extends $tea.Model {
2061
2061
  });
2062
2062
  }
2063
2063
  export declare class DescribeEntityInfoResponse extends $tea.Model {
2064
- headers: {
2064
+ headers?: {
2065
2065
  [key: string]: string;
2066
2066
  };
2067
- statusCode: number;
2068
- body: DescribeEntityInfoResponseBody;
2067
+ statusCode?: number;
2068
+ body?: DescribeEntityInfoResponseBody;
2069
2069
  static names(): {
2070
2070
  [key: string]: string;
2071
2071
  };
@@ -2105,11 +2105,11 @@ export declare class DescribeEventCountByThreatLevelResponseBody extends $tea.Mo
2105
2105
  });
2106
2106
  }
2107
2107
  export declare class DescribeEventCountByThreatLevelResponse extends $tea.Model {
2108
- headers: {
2108
+ headers?: {
2109
2109
  [key: string]: string;
2110
2110
  };
2111
- statusCode: number;
2112
- body: DescribeEventCountByThreatLevelResponseBody;
2111
+ statusCode?: number;
2112
+ body?: DescribeEventCountByThreatLevelResponseBody;
2113
2113
  static names(): {
2114
2114
  [key: string]: string;
2115
2115
  };
@@ -2152,11 +2152,11 @@ export declare class DescribeEventDisposeResponseBody extends $tea.Model {
2152
2152
  });
2153
2153
  }
2154
2154
  export declare class DescribeEventDisposeResponse extends $tea.Model {
2155
- headers: {
2155
+ headers?: {
2156
2156
  [key: string]: string;
2157
2157
  };
2158
- statusCode: number;
2159
- body: DescribeEventDisposeResponseBody;
2158
+ statusCode?: number;
2159
+ body?: DescribeEventDisposeResponseBody;
2160
2160
  static names(): {
2161
2161
  [key: string]: string;
2162
2162
  };
@@ -2193,11 +2193,11 @@ export declare class DescribeImportedLogCountResponseBody extends $tea.Model {
2193
2193
  });
2194
2194
  }
2195
2195
  export declare class DescribeImportedLogCountResponse extends $tea.Model {
2196
- headers: {
2196
+ headers?: {
2197
2197
  [key: string]: string;
2198
2198
  };
2199
- statusCode: number;
2200
- body: DescribeImportedLogCountResponseBody;
2199
+ statusCode?: number;
2200
+ body?: DescribeImportedLogCountResponseBody;
2201
2201
  static names(): {
2202
2202
  [key: string]: string;
2203
2203
  };
@@ -2239,11 +2239,11 @@ export declare class DescribeJobStatusResponseBody extends $tea.Model {
2239
2239
  });
2240
2240
  }
2241
2241
  export declare class DescribeJobStatusResponse extends $tea.Model {
2242
- headers: {
2242
+ headers?: {
2243
2243
  [key: string]: string;
2244
2244
  };
2245
- statusCode: number;
2246
- body: DescribeJobStatusResponseBody;
2245
+ statusCode?: number;
2246
+ body?: DescribeJobStatusResponseBody;
2247
2247
  static names(): {
2248
2248
  [key: string]: string;
2249
2249
  };
@@ -2285,11 +2285,11 @@ export declare class DescribeLogFieldsResponseBody extends $tea.Model {
2285
2285
  });
2286
2286
  }
2287
2287
  export declare class DescribeLogFieldsResponse extends $tea.Model {
2288
- headers: {
2288
+ headers?: {
2289
2289
  [key: string]: string;
2290
2290
  };
2291
- statusCode: number;
2292
- body: DescribeLogFieldsResponseBody;
2291
+ statusCode?: number;
2292
+ body?: DescribeLogFieldsResponseBody;
2293
2293
  static names(): {
2294
2294
  [key: string]: string;
2295
2295
  };
@@ -2330,11 +2330,11 @@ export declare class DescribeLogSourceResponseBody extends $tea.Model {
2330
2330
  });
2331
2331
  }
2332
2332
  export declare class DescribeLogSourceResponse extends $tea.Model {
2333
- headers: {
2333
+ headers?: {
2334
2334
  [key: string]: string;
2335
2335
  };
2336
- statusCode: number;
2337
- body: DescribeLogSourceResponseBody;
2336
+ statusCode?: number;
2337
+ body?: DescribeLogSourceResponseBody;
2338
2338
  static names(): {
2339
2339
  [key: string]: string;
2340
2340
  };
@@ -2371,11 +2371,11 @@ export declare class DescribeLogStoreResponseBody extends $tea.Model {
2371
2371
  });
2372
2372
  }
2373
2373
  export declare class DescribeLogStoreResponse extends $tea.Model {
2374
- headers: {
2374
+ headers?: {
2375
2375
  [key: string]: string;
2376
2376
  };
2377
- statusCode: number;
2378
- body: DescribeLogStoreResponseBody;
2377
+ statusCode?: number;
2378
+ body?: DescribeLogStoreResponseBody;
2379
2379
  static names(): {
2380
2380
  [key: string]: string;
2381
2381
  };
@@ -2415,11 +2415,11 @@ export declare class DescribeLogTypeResponseBody extends $tea.Model {
2415
2415
  });
2416
2416
  }
2417
2417
  export declare class DescribeLogTypeResponse extends $tea.Model {
2418
- headers: {
2418
+ headers?: {
2419
2419
  [key: string]: string;
2420
2420
  };
2421
- statusCode: number;
2422
- body: DescribeLogTypeResponseBody;
2421
+ statusCode?: number;
2422
+ body?: DescribeLogTypeResponseBody;
2423
2423
  static names(): {
2424
2424
  [key: string]: string;
2425
2425
  };
@@ -2460,11 +2460,11 @@ export declare class DescribeOperatorsResponseBody extends $tea.Model {
2460
2460
  });
2461
2461
  }
2462
2462
  export declare class DescribeOperatorsResponse extends $tea.Model {
2463
- headers: {
2463
+ headers?: {
2464
2464
  [key: string]: string;
2465
2465
  };
2466
- statusCode: number;
2467
- body: DescribeOperatorsResponseBody;
2466
+ statusCode?: number;
2467
+ body?: DescribeOperatorsResponseBody;
2468
2468
  static names(): {
2469
2469
  [key: string]: string;
2470
2470
  };
@@ -2501,11 +2501,11 @@ export declare class DescribeProdCountResponseBody extends $tea.Model {
2501
2501
  });
2502
2502
  }
2503
2503
  export declare class DescribeProdCountResponse extends $tea.Model {
2504
- headers: {
2504
+ headers?: {
2505
2505
  [key: string]: string;
2506
2506
  };
2507
- statusCode: number;
2508
- body: DescribeProdCountResponseBody;
2507
+ statusCode?: number;
2508
+ body?: DescribeProdCountResponseBody;
2509
2509
  static names(): {
2510
2510
  [key: string]: string;
2511
2511
  };
@@ -2545,11 +2545,11 @@ export declare class DescribeScopeUsersResponseBody extends $tea.Model {
2545
2545
  });
2546
2546
  }
2547
2547
  export declare class DescribeScopeUsersResponse extends $tea.Model {
2548
- headers: {
2548
+ headers?: {
2549
2549
  [key: string]: string;
2550
2550
  };
2551
- statusCode: number;
2552
- body: DescribeScopeUsersResponseBody;
2551
+ statusCode?: number;
2552
+ body?: DescribeScopeUsersResponseBody;
2553
2553
  static names(): {
2554
2554
  [key: string]: string;
2555
2555
  };
@@ -2586,11 +2586,11 @@ export declare class DescribeServiceStatusResponseBody extends $tea.Model {
2586
2586
  });
2587
2587
  }
2588
2588
  export declare class DescribeServiceStatusResponse extends $tea.Model {
2589
- headers: {
2589
+ headers?: {
2590
2590
  [key: string]: string;
2591
2591
  };
2592
- statusCode: number;
2593
- body: DescribeServiceStatusResponseBody;
2592
+ statusCode?: number;
2593
+ body?: DescribeServiceStatusResponseBody;
2594
2594
  static names(): {
2595
2595
  [key: string]: string;
2596
2596
  };
@@ -2627,11 +2627,11 @@ export declare class DescribeStorageResponseBody extends $tea.Model {
2627
2627
  });
2628
2628
  }
2629
2629
  export declare class DescribeStorageResponse extends $tea.Model {
2630
- headers: {
2630
+ headers?: {
2631
2631
  [key: string]: string;
2632
2632
  };
2633
- statusCode: number;
2634
- body: DescribeStorageResponseBody;
2633
+ statusCode?: number;
2634
+ body?: DescribeStorageResponseBody;
2635
2635
  static names(): {
2636
2636
  [key: string]: string;
2637
2637
  };
@@ -2669,11 +2669,11 @@ export declare class DescribeUserBuyStatusResponseBody extends $tea.Model {
2669
2669
  });
2670
2670
  }
2671
2671
  export declare class DescribeUserBuyStatusResponse extends $tea.Model {
2672
- headers: {
2672
+ headers?: {
2673
2673
  [key: string]: string;
2674
2674
  };
2675
- statusCode: number;
2676
- body: DescribeUserBuyStatusResponseBody;
2675
+ statusCode?: number;
2676
+ body?: DescribeUserBuyStatusResponseBody;
2677
2677
  static names(): {
2678
2678
  [key: string]: string;
2679
2679
  };
@@ -2714,11 +2714,11 @@ export declare class DescribeWafScopeResponseBody extends $tea.Model {
2714
2714
  });
2715
2715
  }
2716
2716
  export declare class DescribeWafScopeResponse extends $tea.Model {
2717
- headers: {
2717
+ headers?: {
2718
2718
  [key: string]: string;
2719
2719
  };
2720
- statusCode: number;
2721
- body: DescribeWafScopeResponseBody;
2720
+ statusCode?: number;
2721
+ body?: DescribeWafScopeResponseBody;
2722
2722
  static names(): {
2723
2723
  [key: string]: string;
2724
2724
  };
@@ -2763,11 +2763,11 @@ export declare class DescribeWhiteRuleListResponseBody extends $tea.Model {
2763
2763
  });
2764
2764
  }
2765
2765
  export declare class DescribeWhiteRuleListResponse extends $tea.Model {
2766
- headers: {
2766
+ headers?: {
2767
2767
  [key: string]: string;
2768
2768
  };
2769
- statusCode: number;
2770
- body: DescribeWhiteRuleListResponseBody;
2769
+ statusCode?: number;
2770
+ body?: DescribeWhiteRuleListResponseBody;
2771
2771
  static names(): {
2772
2772
  [key: string]: string;
2773
2773
  };
@@ -2810,11 +2810,11 @@ export declare class DoQuickFieldResponseBody extends $tea.Model {
2810
2810
  });
2811
2811
  }
2812
2812
  export declare class DoQuickFieldResponse extends $tea.Model {
2813
- headers: {
2813
+ headers?: {
2814
2814
  [key: string]: string;
2815
2815
  };
2816
- statusCode: number;
2817
- body: DoQuickFieldResponseBody;
2816
+ statusCode?: number;
2817
+ body?: DoQuickFieldResponseBody;
2818
2818
  static names(): {
2819
2819
  [key: string]: string;
2820
2820
  };
@@ -2853,11 +2853,11 @@ export declare class DoSelfDelegateResponseBody extends $tea.Model {
2853
2853
  });
2854
2854
  }
2855
2855
  export declare class DoSelfDelegateResponse extends $tea.Model {
2856
- headers: {
2856
+ headers?: {
2857
2857
  [key: string]: string;
2858
2858
  };
2859
- statusCode: number;
2860
- body: DoSelfDelegateResponseBody;
2859
+ statusCode?: number;
2860
+ body?: DoSelfDelegateResponseBody;
2861
2861
  static names(): {
2862
2862
  [key: string]: string;
2863
2863
  };
@@ -2894,11 +2894,11 @@ export declare class EnableAccessForCloudSiemResponseBody extends $tea.Model {
2894
2894
  });
2895
2895
  }
2896
2896
  export declare class EnableAccessForCloudSiemResponse extends $tea.Model {
2897
- headers: {
2897
+ headers?: {
2898
2898
  [key: string]: string;
2899
2899
  };
2900
- statusCode: number;
2901
- body: EnableAccessForCloudSiemResponseBody;
2900
+ statusCode?: number;
2901
+ body?: EnableAccessForCloudSiemResponseBody;
2902
2902
  static names(): {
2903
2903
  [key: string]: string;
2904
2904
  };
@@ -2935,11 +2935,11 @@ export declare class EnableServiceForCloudSiemResponseBody extends $tea.Model {
2935
2935
  });
2936
2936
  }
2937
2937
  export declare class EnableServiceForCloudSiemResponse extends $tea.Model {
2938
- headers: {
2938
+ headers?: {
2939
2939
  [key: string]: string;
2940
2940
  };
2941
- statusCode: number;
2942
- body: EnableServiceForCloudSiemResponseBody;
2941
+ statusCode?: number;
2942
+ body?: EnableServiceForCloudSiemResponseBody;
2943
2943
  static names(): {
2944
2944
  [key: string]: string;
2945
2945
  };
@@ -2976,11 +2976,11 @@ export declare class GetCapacityResponseBody extends $tea.Model {
2976
2976
  });
2977
2977
  }
2978
2978
  export declare class GetCapacityResponse extends $tea.Model {
2979
- headers: {
2979
+ headers?: {
2980
2980
  [key: string]: string;
2981
2981
  };
2982
- statusCode: number;
2983
- body: GetCapacityResponseBody;
2982
+ statusCode?: number;
2983
+ body?: GetCapacityResponseBody;
2984
2984
  static names(): {
2985
2985
  [key: string]: string;
2986
2986
  };
@@ -3020,11 +3020,11 @@ export declare class GetHistogramsResponseBody extends $tea.Model {
3020
3020
  });
3021
3021
  }
3022
3022
  export declare class GetHistogramsResponse extends $tea.Model {
3023
- headers: {
3023
+ headers?: {
3024
3024
  [key: string]: string;
3025
3025
  };
3026
- statusCode: number;
3027
- body: GetHistogramsResponseBody;
3026
+ statusCode?: number;
3027
+ body?: GetHistogramsResponseBody;
3028
3028
  static names(): {
3029
3029
  [key: string]: string;
3030
3030
  };
@@ -3071,11 +3071,11 @@ export declare class GetLogsResponseBody extends $tea.Model {
3071
3071
  });
3072
3072
  }
3073
3073
  export declare class GetLogsResponse extends $tea.Model {
3074
- headers: {
3074
+ headers?: {
3075
3075
  [key: string]: string;
3076
3076
  };
3077
- statusCode: number;
3078
- body: GetLogsResponseBody;
3077
+ statusCode?: number;
3078
+ body?: GetLogsResponseBody;
3079
3079
  static names(): {
3080
3080
  [key: string]: string;
3081
3081
  };
@@ -3113,11 +3113,11 @@ export declare class GetQuickQueryResponseBody extends $tea.Model {
3113
3113
  });
3114
3114
  }
3115
3115
  export declare class GetQuickQueryResponse extends $tea.Model {
3116
- headers: {
3116
+ headers?: {
3117
3117
  [key: string]: string;
3118
3118
  };
3119
- statusCode: number;
3120
- body: GetQuickQueryResponseBody;
3119
+ statusCode?: number;
3120
+ body?: GetQuickQueryResponseBody;
3121
3121
  static names(): {
3122
3122
  [key: string]: string;
3123
3123
  };
@@ -3154,11 +3154,11 @@ export declare class GetStorageResponseBody extends $tea.Model {
3154
3154
  });
3155
3155
  }
3156
3156
  export declare class GetStorageResponse extends $tea.Model {
3157
- headers: {
3157
+ headers?: {
3158
3158
  [key: string]: string;
3159
3159
  };
3160
- statusCode: number;
3161
- body: GetStorageResponseBody;
3160
+ statusCode?: number;
3161
+ body?: GetStorageResponseBody;
3162
3162
  static names(): {
3163
3163
  [key: string]: string;
3164
3164
  };
@@ -3199,11 +3199,11 @@ export declare class ListAccountAccessIdResponseBody extends $tea.Model {
3199
3199
  });
3200
3200
  }
3201
3201
  export declare class ListAccountAccessIdResponse extends $tea.Model {
3202
- headers: {
3202
+ headers?: {
3203
3203
  [key: string]: string;
3204
3204
  };
3205
- statusCode: number;
3206
- body: ListAccountAccessIdResponseBody;
3205
+ statusCode?: number;
3206
+ body?: ListAccountAccessIdResponseBody;
3207
3207
  static names(): {
3208
3208
  [key: string]: string;
3209
3209
  };
@@ -3243,11 +3243,11 @@ export declare class ListAccountsByLogResponseBody extends $tea.Model {
3243
3243
  });
3244
3244
  }
3245
3245
  export declare class ListAccountsByLogResponse extends $tea.Model {
3246
- headers: {
3246
+ headers?: {
3247
3247
  [key: string]: string;
3248
3248
  };
3249
- statusCode: number;
3250
- body: ListAccountsByLogResponseBody;
3249
+ statusCode?: number;
3250
+ body?: ListAccountsByLogResponseBody;
3251
3251
  static names(): {
3252
3252
  [key: string]: string;
3253
3253
  };
@@ -3284,11 +3284,11 @@ export declare class ListAllProdsResponseBody extends $tea.Model {
3284
3284
  });
3285
3285
  }
3286
3286
  export declare class ListAllProdsResponse extends $tea.Model {
3287
- headers: {
3287
+ headers?: {
3288
3288
  [key: string]: string;
3289
3289
  };
3290
- statusCode: number;
3291
- body: ListAllProdsResponseBody;
3290
+ statusCode?: number;
3291
+ body?: ListAllProdsResponseBody;
3292
3292
  static names(): {
3293
3293
  [key: string]: string;
3294
3294
  };
@@ -3337,11 +3337,11 @@ export declare class ListAutomateResponseConfigsResponseBody extends $tea.Model
3337
3337
  });
3338
3338
  }
3339
3339
  export declare class ListAutomateResponseConfigsResponse extends $tea.Model {
3340
- headers: {
3340
+ headers?: {
3341
3341
  [key: string]: string;
3342
3342
  };
3343
- statusCode: number;
3344
- body: ListAutomateResponseConfigsResponseBody;
3343
+ statusCode?: number;
3344
+ body?: ListAutomateResponseConfigsResponseBody;
3345
3345
  static names(): {
3346
3346
  [key: string]: string;
3347
3347
  };
@@ -3379,11 +3379,11 @@ export declare class ListBindAccountResponseBody extends $tea.Model {
3379
3379
  });
3380
3380
  }
3381
3381
  export declare class ListBindAccountResponse extends $tea.Model {
3382
- headers: {
3382
+ headers?: {
3383
3383
  [key: string]: string;
3384
3384
  };
3385
- statusCode: number;
3386
- body: ListBindAccountResponseBody;
3385
+ statusCode?: number;
3386
+ body?: ListBindAccountResponseBody;
3387
3387
  static names(): {
3388
3388
  [key: string]: string;
3389
3389
  };
@@ -3422,11 +3422,11 @@ export declare class ListBindDataSourcesResponseBody extends $tea.Model {
3422
3422
  });
3423
3423
  }
3424
3424
  export declare class ListBindDataSourcesResponse extends $tea.Model {
3425
- headers: {
3425
+ headers?: {
3426
3426
  [key: string]: string;
3427
3427
  };
3428
- statusCode: number;
3429
- body: ListBindDataSourcesResponseBody;
3428
+ statusCode?: number;
3429
+ body?: ListBindDataSourcesResponseBody;
3430
3430
  static names(): {
3431
3431
  [key: string]: string;
3432
3432
  };
@@ -3476,11 +3476,11 @@ export declare class ListCloudSiemCustomizeRulesResponseBody extends $tea.Model
3476
3476
  });
3477
3477
  }
3478
3478
  export declare class ListCloudSiemCustomizeRulesResponse extends $tea.Model {
3479
- headers: {
3479
+ headers?: {
3480
3480
  [key: string]: string;
3481
3481
  };
3482
- statusCode: number;
3483
- body: ListCloudSiemCustomizeRulesResponseBody;
3482
+ statusCode?: number;
3483
+ body?: ListCloudSiemCustomizeRulesResponseBody;
3484
3484
  static names(): {
3485
3485
  [key: string]: string;
3486
3486
  };
@@ -3530,11 +3530,11 @@ export declare class ListCloudSiemPredefinedRulesResponseBody extends $tea.Model
3530
3530
  });
3531
3531
  }
3532
3532
  export declare class ListCloudSiemPredefinedRulesResponse extends $tea.Model {
3533
- headers: {
3533
+ headers?: {
3534
3534
  [key: string]: string;
3535
3535
  };
3536
- statusCode: number;
3537
- body: ListCloudSiemPredefinedRulesResponseBody;
3536
+ statusCode?: number;
3537
+ body?: ListCloudSiemPredefinedRulesResponseBody;
3538
3538
  static names(): {
3539
3539
  [key: string]: string;
3540
3540
  };
@@ -3577,11 +3577,11 @@ export declare class ListCustomizeRuleTestResultResponseBody extends $tea.Model
3577
3577
  });
3578
3578
  }
3579
3579
  export declare class ListCustomizeRuleTestResultResponse extends $tea.Model {
3580
- headers: {
3580
+ headers?: {
3581
3581
  [key: string]: string;
3582
3582
  };
3583
- statusCode: number;
3584
- body: ListCustomizeRuleTestResultResponseBody;
3583
+ statusCode?: number;
3584
+ body?: ListCustomizeRuleTestResultResponseBody;
3585
3585
  static names(): {
3586
3586
  [key: string]: string;
3587
3587
  };
@@ -3621,11 +3621,11 @@ export declare class ListDataSourceLogsResponseBody extends $tea.Model {
3621
3621
  });
3622
3622
  }
3623
3623
  export declare class ListDataSourceLogsResponse extends $tea.Model {
3624
- headers: {
3624
+ headers?: {
3625
3625
  [key: string]: string;
3626
3626
  };
3627
- statusCode: number;
3628
- body: ListDataSourceLogsResponseBody;
3627
+ statusCode?: number;
3628
+ body?: ListDataSourceLogsResponseBody;
3629
3629
  static names(): {
3630
3630
  [key: string]: string;
3631
3631
  };
@@ -3663,11 +3663,11 @@ export declare class ListDataSourceTypesResponseBody extends $tea.Model {
3663
3663
  });
3664
3664
  }
3665
3665
  export declare class ListDataSourceTypesResponse extends $tea.Model {
3666
- headers: {
3666
+ headers?: {
3667
3667
  [key: string]: string;
3668
3668
  };
3669
- statusCode: number;
3670
- body: ListDataSourceTypesResponseBody;
3669
+ statusCode?: number;
3670
+ body?: ListDataSourceTypesResponseBody;
3671
3671
  static names(): {
3672
3672
  [key: string]: string;
3673
3673
  };
@@ -3704,11 +3704,11 @@ export declare class ListDeliveryResponseBody extends $tea.Model {
3704
3704
  });
3705
3705
  }
3706
3706
  export declare class ListDeliveryResponse extends $tea.Model {
3707
- headers: {
3707
+ headers?: {
3708
3708
  [key: string]: string;
3709
3709
  };
3710
- statusCode: number;
3711
- body: ListDeliveryResponseBody;
3710
+ statusCode?: number;
3711
+ body?: ListDeliveryResponseBody;
3712
3712
  static names(): {
3713
3713
  [key: string]: string;
3714
3714
  };
@@ -3761,11 +3761,11 @@ export declare class ListDisposeStrategyResponseBody extends $tea.Model {
3761
3761
  });
3762
3762
  }
3763
3763
  export declare class ListDisposeStrategyResponse extends $tea.Model {
3764
- headers: {
3764
+ headers?: {
3765
3765
  [key: string]: string;
3766
3766
  };
3767
- statusCode: number;
3768
- body: ListDisposeStrategyResponseBody;
3767
+ statusCode?: number;
3768
+ body?: ListDisposeStrategyResponseBody;
3769
3769
  static names(): {
3770
3770
  [key: string]: string;
3771
3771
  };
@@ -3804,11 +3804,11 @@ export declare class ListImportedLogsByProdResponseBody extends $tea.Model {
3804
3804
  });
3805
3805
  }
3806
3806
  export declare class ListImportedLogsByProdResponse extends $tea.Model {
3807
- headers: {
3807
+ headers?: {
3808
3808
  [key: string]: string;
3809
3809
  };
3810
- statusCode: number;
3811
- body: ListImportedLogsByProdResponseBody;
3810
+ statusCode?: number;
3811
+ body?: ListImportedLogsByProdResponseBody;
3812
3812
  static names(): {
3813
3813
  [key: string]: string;
3814
3814
  };
@@ -3845,11 +3845,11 @@ export declare class ListOperationResponseBody extends $tea.Model {
3845
3845
  });
3846
3846
  }
3847
3847
  export declare class ListOperationResponse extends $tea.Model {
3848
- headers: {
3848
+ headers?: {
3849
3849
  [key: string]: string;
3850
3850
  };
3851
- statusCode: number;
3852
- body: ListOperationResponseBody;
3851
+ statusCode?: number;
3852
+ body?: ListOperationResponseBody;
3853
3853
  static names(): {
3854
3854
  [key: string]: string;
3855
3855
  };
@@ -3889,11 +3889,11 @@ export declare class ListProjectLogStoresResponseBody extends $tea.Model {
3889
3889
  });
3890
3890
  }
3891
3891
  export declare class ListProjectLogStoresResponse extends $tea.Model {
3892
- headers: {
3892
+ headers?: {
3893
3893
  [key: string]: string;
3894
3894
  };
3895
- statusCode: number;
3896
- body: ListProjectLogStoresResponseBody;
3895
+ statusCode?: number;
3896
+ body?: ListProjectLogStoresResponseBody;
3897
3897
  static names(): {
3898
3898
  [key: string]: string;
3899
3899
  };
@@ -3932,11 +3932,11 @@ export declare class ListQuickQueryResponseBody extends $tea.Model {
3932
3932
  });
3933
3933
  }
3934
3934
  export declare class ListQuickQueryResponse extends $tea.Model {
3935
- headers: {
3935
+ headers?: {
3936
3936
  [key: string]: string;
3937
3937
  };
3938
- statusCode: number;
3939
- body: ListQuickQueryResponseBody;
3938
+ statusCode?: number;
3939
+ body?: ListQuickQueryResponseBody;
3940
3940
  static names(): {
3941
3941
  [key: string]: string;
3942
3942
  };
@@ -3973,11 +3973,11 @@ export declare class ListRdUsersResponseBody extends $tea.Model {
3973
3973
  });
3974
3974
  }
3975
3975
  export declare class ListRdUsersResponse extends $tea.Model {
3976
- headers: {
3976
+ headers?: {
3977
3977
  [key: string]: string;
3978
3978
  };
3979
- statusCode: number;
3980
- body: ListRdUsersResponseBody;
3979
+ statusCode?: number;
3980
+ body?: ListRdUsersResponseBody;
3981
3981
  static names(): {
3982
3982
  [key: string]: string;
3983
3983
  };
@@ -4016,11 +4016,11 @@ export declare class ListUserProdLogsResponseBody extends $tea.Model {
4016
4016
  });
4017
4017
  }
4018
4018
  export declare class ListUserProdLogsResponse extends $tea.Model {
4019
- headers: {
4019
+ headers?: {
4020
4020
  [key: string]: string;
4021
4021
  };
4022
- statusCode: number;
4023
- body: ListUserProdLogsResponseBody;
4022
+ statusCode?: number;
4023
+ body?: ListUserProdLogsResponseBody;
4024
4024
  static names(): {
4025
4025
  [key: string]: string;
4026
4026
  };
@@ -4058,11 +4058,11 @@ export declare class ListUsersByProdResponseBody extends $tea.Model {
4058
4058
  });
4059
4059
  }
4060
4060
  export declare class ListUsersByProdResponse extends $tea.Model {
4061
- headers: {
4061
+ headers?: {
4062
4062
  [key: string]: string;
4063
4063
  };
4064
- statusCode: number;
4065
- body: ListUsersByProdResponseBody;
4064
+ statusCode?: number;
4065
+ body?: ListUsersByProdResponseBody;
4066
4066
  static names(): {
4067
4067
  [key: string]: string;
4068
4068
  };
@@ -4104,11 +4104,11 @@ export declare class ModifyBindAccountResponseBody extends $tea.Model {
4104
4104
  });
4105
4105
  }
4106
4106
  export declare class ModifyBindAccountResponse extends $tea.Model {
4107
- headers: {
4107
+ headers?: {
4108
4108
  [key: string]: string;
4109
4109
  };
4110
- statusCode: number;
4111
- body: ModifyBindAccountResponseBody;
4110
+ statusCode?: number;
4111
+ body?: ModifyBindAccountResponseBody;
4112
4112
  static names(): {
4113
4113
  [key: string]: string;
4114
4114
  };
@@ -4152,11 +4152,11 @@ export declare class ModifyDataSourceResponseBody extends $tea.Model {
4152
4152
  });
4153
4153
  }
4154
4154
  export declare class ModifyDataSourceResponse extends $tea.Model {
4155
- headers: {
4155
+ headers?: {
4156
4156
  [key: string]: string;
4157
4157
  };
4158
- statusCode: number;
4159
- body: ModifyDataSourceResponseBody;
4158
+ statusCode?: number;
4159
+ body?: ModifyDataSourceResponseBody;
4160
4160
  static names(): {
4161
4161
  [key: string]: string;
4162
4162
  };
@@ -4200,11 +4200,11 @@ export declare class ModifyDataSourceLogResponseBody extends $tea.Model {
4200
4200
  });
4201
4201
  }
4202
4202
  export declare class ModifyDataSourceLogResponse extends $tea.Model {
4203
- headers: {
4203
+ headers?: {
4204
4204
  [key: string]: string;
4205
4205
  };
4206
- statusCode: number;
4207
- body: ModifyDataSourceLogResponseBody;
4206
+ statusCode?: number;
4207
+ body?: ModifyDataSourceLogResponseBody;
4208
4208
  static names(): {
4209
4209
  [key: string]: string;
4210
4210
  };
@@ -4243,11 +4243,11 @@ export declare class OpenDeliveryResponseBody extends $tea.Model {
4243
4243
  });
4244
4244
  }
4245
4245
  export declare class OpenDeliveryResponse extends $tea.Model {
4246
- headers: {
4246
+ headers?: {
4247
4247
  [key: string]: string;
4248
4248
  };
4249
- statusCode: number;
4250
- body: OpenDeliveryResponseBody;
4249
+ statusCode?: number;
4250
+ body?: OpenDeliveryResponseBody;
4251
4251
  static names(): {
4252
4252
  [key: string]: string;
4253
4253
  };
@@ -4294,11 +4294,11 @@ export declare class PostAutomateResponseConfigResponseBody extends $tea.Model {
4294
4294
  });
4295
4295
  }
4296
4296
  export declare class PostAutomateResponseConfigResponse extends $tea.Model {
4297
- headers: {
4297
+ headers?: {
4298
4298
  [key: string]: string;
4299
4299
  };
4300
- statusCode: number;
4301
- body: PostAutomateResponseConfigResponseBody;
4300
+ statusCode?: number;
4301
+ body?: PostAutomateResponseConfigResponseBody;
4302
4302
  static names(): {
4303
4303
  [key: string]: string;
4304
4304
  };
@@ -4355,11 +4355,11 @@ export declare class PostCustomizeRuleResponseBody extends $tea.Model {
4355
4355
  });
4356
4356
  }
4357
4357
  export declare class PostCustomizeRuleResponse extends $tea.Model {
4358
- headers: {
4358
+ headers?: {
4359
4359
  [key: string]: string;
4360
4360
  };
4361
- statusCode: number;
4362
- body: PostCustomizeRuleResponseBody;
4361
+ statusCode?: number;
4362
+ body?: PostCustomizeRuleResponseBody;
4363
4363
  static names(): {
4364
4364
  [key: string]: string;
4365
4365
  };
@@ -4402,11 +4402,11 @@ export declare class PostCustomizeRuleTestResponseBody extends $tea.Model {
4402
4402
  });
4403
4403
  }
4404
4404
  export declare class PostCustomizeRuleTestResponse extends $tea.Model {
4405
- headers: {
4405
+ headers?: {
4406
4406
  [key: string]: string;
4407
4407
  };
4408
- statusCode: number;
4409
- body: PostCustomizeRuleTestResponseBody;
4408
+ statusCode?: number;
4409
+ body?: PostCustomizeRuleTestResponseBody;
4410
4410
  static names(): {
4411
4411
  [key: string]: string;
4412
4412
  };
@@ -4451,11 +4451,11 @@ export declare class PostEventDisposeAndWhiteruleListResponseBody extends $tea.M
4451
4451
  });
4452
4452
  }
4453
4453
  export declare class PostEventDisposeAndWhiteruleListResponse extends $tea.Model {
4454
- headers: {
4454
+ headers?: {
4455
4455
  [key: string]: string;
4456
4456
  };
4457
- statusCode: number;
4458
- body: PostEventDisposeAndWhiteruleListResponseBody;
4457
+ statusCode?: number;
4458
+ body?: PostEventDisposeAndWhiteruleListResponseBody;
4459
4459
  static names(): {
4460
4460
  [key: string]: string;
4461
4461
  };
@@ -4497,11 +4497,11 @@ export declare class PostEventWhiteruleListResponseBody extends $tea.Model {
4497
4497
  });
4498
4498
  }
4499
4499
  export declare class PostEventWhiteruleListResponse extends $tea.Model {
4500
- headers: {
4500
+ headers?: {
4501
4501
  [key: string]: string;
4502
4502
  };
4503
- statusCode: number;
4504
- body: PostEventWhiteruleListResponseBody;
4503
+ statusCode?: number;
4504
+ body?: PostEventWhiteruleListResponseBody;
4505
4505
  static names(): {
4506
4506
  [key: string]: string;
4507
4507
  };
@@ -4542,11 +4542,11 @@ export declare class PostFinishCustomizeRuleTestResponseBody extends $tea.Model
4542
4542
  });
4543
4543
  }
4544
4544
  export declare class PostFinishCustomizeRuleTestResponse extends $tea.Model {
4545
- headers: {
4545
+ headers?: {
4546
4546
  [key: string]: string;
4547
4547
  };
4548
- statusCode: number;
4549
- body: PostFinishCustomizeRuleTestResponseBody;
4548
+ statusCode?: number;
4549
+ body?: PostFinishCustomizeRuleTestResponseBody;
4550
4550
  static names(): {
4551
4551
  [key: string]: string;
4552
4552
  };
@@ -4589,11 +4589,11 @@ export declare class PostRuleStatusChangeResponseBody extends $tea.Model {
4589
4589
  });
4590
4590
  }
4591
4591
  export declare class PostRuleStatusChangeResponse extends $tea.Model {
4592
- headers: {
4592
+ headers?: {
4593
4593
  [key: string]: string;
4594
4594
  };
4595
- statusCode: number;
4596
- body: PostRuleStatusChangeResponseBody;
4595
+ statusCode?: number;
4596
+ body?: PostRuleStatusChangeResponseBody;
4597
4597
  static names(): {
4598
4598
  [key: string]: string;
4599
4599
  };
@@ -4630,11 +4630,11 @@ export declare class RestoreCapacityResponseBody extends $tea.Model {
4630
4630
  });
4631
4631
  }
4632
4632
  export declare class RestoreCapacityResponse extends $tea.Model {
4633
- headers: {
4633
+ headers?: {
4634
4634
  [key: string]: string;
4635
4635
  };
4636
- statusCode: number;
4637
- body: RestoreCapacityResponseBody;
4636
+ statusCode?: number;
4637
+ body?: RestoreCapacityResponseBody;
4638
4638
  static names(): {
4639
4639
  [key: string]: string;
4640
4640
  };
@@ -4673,11 +4673,11 @@ export declare class SaveQuickQueryResponseBody extends $tea.Model {
4673
4673
  });
4674
4674
  }
4675
4675
  export declare class SaveQuickQueryResponse extends $tea.Model {
4676
- headers: {
4676
+ headers?: {
4677
4677
  [key: string]: string;
4678
4678
  };
4679
- statusCode: number;
4680
- body: SaveQuickQueryResponseBody;
4679
+ statusCode?: number;
4680
+ body?: SaveQuickQueryResponseBody;
4681
4681
  static names(): {
4682
4682
  [key: string]: string;
4683
4683
  };
@@ -4716,11 +4716,11 @@ export declare class SetStorageResponseBody extends $tea.Model {
4716
4716
  });
4717
4717
  }
4718
4718
  export declare class SetStorageResponse extends $tea.Model {
4719
- headers: {
4719
+ headers?: {
4720
4720
  [key: string]: string;
4721
4721
  };
4722
- statusCode: number;
4723
- body: SetStorageResponseBody;
4722
+ statusCode?: number;
4723
+ body?: SetStorageResponseBody;
4724
4724
  static names(): {
4725
4725
  [key: string]: string;
4726
4726
  };
@@ -4757,11 +4757,11 @@ export declare class ShowQuickAnalysisResponseBody extends $tea.Model {
4757
4757
  });
4758
4758
  }
4759
4759
  export declare class ShowQuickAnalysisResponse extends $tea.Model {
4760
- headers: {
4760
+ headers?: {
4761
4761
  [key: string]: string;
4762
4762
  };
4763
- statusCode: number;
4764
- body: ShowQuickAnalysisResponseBody;
4763
+ statusCode?: number;
4764
+ body?: ShowQuickAnalysisResponseBody;
4765
4765
  static names(): {
4766
4766
  [key: string]: string;
4767
4767
  };
@@ -4803,11 +4803,11 @@ export declare class SubmitImportLogTasksResponseBody extends $tea.Model {
4803
4803
  });
4804
4804
  }
4805
4805
  export declare class SubmitImportLogTasksResponse extends $tea.Model {
4806
- headers: {
4806
+ headers?: {
4807
4807
  [key: string]: string;
4808
4808
  };
4809
- statusCode: number;
4810
- body: SubmitImportLogTasksResponseBody;
4809
+ statusCode?: number;
4810
+ body?: SubmitImportLogTasksResponseBody;
4811
4811
  static names(): {
4812
4812
  [key: string]: string;
4813
4813
  };
@@ -4845,11 +4845,11 @@ export declare class SubmitJobsResponseBody extends $tea.Model {
4845
4845
  });
4846
4846
  }
4847
4847
  export declare class SubmitJobsResponse extends $tea.Model {
4848
- headers: {
4848
+ headers?: {
4849
4849
  [key: string]: string;
4850
4850
  };
4851
- statusCode: number;
4852
- body: SubmitJobsResponseBody;
4851
+ statusCode?: number;
4852
+ body?: SubmitJobsResponseBody;
4853
4853
  static names(): {
4854
4854
  [key: string]: string;
4855
4855
  };
@@ -4891,11 +4891,11 @@ export declare class UpdateAutomateResponseConfigStatusResponseBody extends $tea
4891
4891
  });
4892
4892
  }
4893
4893
  export declare class UpdateAutomateResponseConfigStatusResponse extends $tea.Model {
4894
- headers: {
4894
+ headers?: {
4895
4895
  [key: string]: string;
4896
4896
  };
4897
- statusCode: number;
4898
- body: UpdateAutomateResponseConfigStatusResponseBody;
4897
+ statusCode?: number;
4898
+ body?: UpdateAutomateResponseConfigStatusResponseBody;
4899
4899
  static names(): {
4900
4900
  [key: string]: string;
4901
4901
  };
@@ -4938,11 +4938,11 @@ export declare class UpdateWhiteRuleListResponseBody extends $tea.Model {
4938
4938
  });
4939
4939
  }
4940
4940
  export declare class UpdateWhiteRuleListResponse extends $tea.Model {
4941
- headers: {
4941
+ headers?: {
4942
4942
  [key: string]: string;
4943
4943
  };
4944
- statusCode: number;
4945
- body: UpdateWhiteRuleListResponseBody;
4944
+ statusCode?: number;
4945
+ body?: UpdateWhiteRuleListResponseBody;
4946
4946
  static names(): {
4947
4947
  [key: string]: string;
4948
4948
  };
@@ -5763,6 +5763,7 @@ export declare class DescribeCloudSiemEventDetailResponseBodyData extends $tea.M
5763
5763
  incidentName?: string;
5764
5764
  incidentNameEn?: string;
5765
5765
  incidentUuid?: string;
5766
+ referAccount?: string;
5766
5767
  remark?: string;
5767
5768
  status?: number;
5768
5769
  threatLevel?: string;
@@ -5994,6 +5995,7 @@ export declare class DescribeDisposeAndPlaybookResponseBodyDataResponseDataPlayb
5994
5995
  name?: string;
5995
5996
  opCode?: string;
5996
5997
  opLevel?: string;
5998
+ paramConfig?: any[];
5997
5999
  taskConfig?: string;
5998
6000
  wafPlaybook?: boolean;
5999
6001
  static names(): {