@alicloud/cloud-siem20220616 3.0.2 → 3.0.4

Sign up to get free protection for your applications and to get access to all the features.
package/src/client.ts CHANGED
@@ -108,9 +108,9 @@ export class AddDataSourceResponseBody extends $tea.Model {
108
108
  }
109
109
 
110
110
  export class AddDataSourceResponse extends $tea.Model {
111
- headers: { [key: string]: string };
112
- statusCode: number;
113
- body: AddDataSourceResponseBody;
111
+ headers?: { [key: string]: string };
112
+ statusCode?: number;
113
+ body?: AddDataSourceResponseBody;
114
114
  static names(): { [key: string]: string } {
115
115
  return {
116
116
  headers: 'headers',
@@ -189,9 +189,9 @@ export class AddDataSourceLogResponseBody extends $tea.Model {
189
189
  }
190
190
 
191
191
  export class AddDataSourceLogResponse extends $tea.Model {
192
- headers: { [key: string]: string };
193
- statusCode: number;
194
- body: AddDataSourceLogResponseBody;
192
+ headers?: { [key: string]: string };
193
+ statusCode?: number;
194
+ body?: AddDataSourceLogResponseBody;
195
195
  static names(): { [key: string]: string } {
196
196
  return {
197
197
  headers: 'headers',
@@ -258,9 +258,9 @@ export class AddUserResponseBody extends $tea.Model {
258
258
  }
259
259
 
260
260
  export class AddUserResponse extends $tea.Model {
261
- headers: { [key: string]: string };
262
- statusCode: number;
263
- body: AddUserResponseBody;
261
+ headers?: { [key: string]: string };
262
+ statusCode?: number;
263
+ body?: AddUserResponseBody;
264
264
  static names(): { [key: string]: string } {
265
265
  return {
266
266
  headers: 'headers',
@@ -342,9 +342,9 @@ export class AddUserSourceLogConfigResponseBody extends $tea.Model {
342
342
  }
343
343
 
344
344
  export class AddUserSourceLogConfigResponse extends $tea.Model {
345
- headers: { [key: string]: string };
346
- statusCode: number;
347
- body: AddUserSourceLogConfigResponseBody;
345
+ headers?: { [key: string]: string };
346
+ statusCode?: number;
347
+ body?: AddUserSourceLogConfigResponseBody;
348
348
  static names(): { [key: string]: string } {
349
349
  return {
350
350
  headers: 'headers',
@@ -423,9 +423,9 @@ export class BatchJobCheckResponseBody extends $tea.Model {
423
423
  }
424
424
 
425
425
  export class BatchJobCheckResponse extends $tea.Model {
426
- headers: { [key: string]: string };
427
- statusCode: number;
428
- body: BatchJobCheckResponseBody;
426
+ headers?: { [key: string]: string };
427
+ statusCode?: number;
428
+ body?: BatchJobCheckResponseBody;
429
429
  static names(): { [key: string]: string } {
430
430
  return {
431
431
  headers: 'headers',
@@ -504,9 +504,9 @@ export class BatchJobSubmitResponseBody extends $tea.Model {
504
504
  }
505
505
 
506
506
  export class BatchJobSubmitResponse extends $tea.Model {
507
- headers: { [key: string]: string };
508
- statusCode: number;
509
- body: BatchJobSubmitResponseBody;
507
+ headers?: { [key: string]: string };
508
+ statusCode?: number;
509
+ body?: BatchJobSubmitResponseBody;
510
510
  static names(): { [key: string]: string } {
511
511
  return {
512
512
  headers: 'headers',
@@ -582,9 +582,9 @@ export class BindAccountResponseBody extends $tea.Model {
582
582
  }
583
583
 
584
584
  export class BindAccountResponse extends $tea.Model {
585
- headers: { [key: string]: string };
586
- statusCode: number;
587
- body: BindAccountResponseBody;
585
+ headers?: { [key: string]: string };
586
+ statusCode?: number;
587
+ body?: BindAccountResponseBody;
588
588
  static names(): { [key: string]: string } {
589
589
  return {
590
590
  headers: 'headers',
@@ -654,9 +654,9 @@ export class CloseDeliveryResponseBody extends $tea.Model {
654
654
  }
655
655
 
656
656
  export class CloseDeliveryResponse extends $tea.Model {
657
- headers: { [key: string]: string };
658
- statusCode: number;
659
- body: CloseDeliveryResponseBody;
657
+ headers?: { [key: string]: string };
658
+ statusCode?: number;
659
+ body?: CloseDeliveryResponseBody;
660
660
  static names(): { [key: string]: string } {
661
661
  return {
662
662
  headers: 'headers',
@@ -732,9 +732,9 @@ export class DeleteAutomateResponseConfigResponseBody extends $tea.Model {
732
732
  }
733
733
 
734
734
  export class DeleteAutomateResponseConfigResponse extends $tea.Model {
735
- headers: { [key: string]: string };
736
- statusCode: number;
737
- body: DeleteAutomateResponseConfigResponseBody;
735
+ headers?: { [key: string]: string };
736
+ statusCode?: number;
737
+ body?: DeleteAutomateResponseConfigResponseBody;
738
738
  static names(): { [key: string]: string } {
739
739
  return {
740
740
  headers: 'headers',
@@ -810,9 +810,9 @@ export class DeleteBindAccountResponseBody extends $tea.Model {
810
810
  }
811
811
 
812
812
  export class DeleteBindAccountResponse extends $tea.Model {
813
- headers: { [key: string]: string };
814
- statusCode: number;
815
- body: DeleteBindAccountResponseBody;
813
+ headers?: { [key: string]: string };
814
+ statusCode?: number;
815
+ body?: DeleteBindAccountResponseBody;
816
816
  static names(): { [key: string]: string } {
817
817
  return {
818
818
  headers: 'headers',
@@ -888,9 +888,9 @@ export class DeleteCustomizeRuleResponseBody extends $tea.Model {
888
888
  }
889
889
 
890
890
  export class DeleteCustomizeRuleResponse extends $tea.Model {
891
- headers: { [key: string]: string };
892
- statusCode: number;
893
- body: DeleteCustomizeRuleResponseBody;
891
+ headers?: { [key: string]: string };
892
+ statusCode?: number;
893
+ body?: DeleteCustomizeRuleResponseBody;
894
894
  static names(): { [key: string]: string } {
895
895
  return {
896
896
  headers: 'headers',
@@ -963,9 +963,9 @@ export class DeleteDataSourceResponseBody extends $tea.Model {
963
963
  }
964
964
 
965
965
  export class DeleteDataSourceResponse extends $tea.Model {
966
- headers: { [key: string]: string };
967
- statusCode: number;
968
- body: DeleteDataSourceResponseBody;
966
+ headers?: { [key: string]: string };
967
+ statusCode?: number;
968
+ body?: DeleteDataSourceResponseBody;
969
969
  static names(): { [key: string]: string } {
970
970
  return {
971
971
  headers: 'headers',
@@ -1041,9 +1041,9 @@ export class DeleteDataSourceLogResponseBody extends $tea.Model {
1041
1041
  }
1042
1042
 
1043
1043
  export class DeleteDataSourceLogResponse extends $tea.Model {
1044
- headers: { [key: string]: string };
1045
- statusCode: number;
1046
- body: DeleteDataSourceLogResponseBody;
1044
+ headers?: { [key: string]: string };
1045
+ statusCode?: number;
1046
+ body?: DeleteDataSourceLogResponseBody;
1047
1047
  static names(): { [key: string]: string } {
1048
1048
  return {
1049
1049
  headers: 'headers',
@@ -1110,9 +1110,9 @@ export class DeleteQuickQueryResponseBody extends $tea.Model {
1110
1110
  }
1111
1111
 
1112
1112
  export class DeleteQuickQueryResponse extends $tea.Model {
1113
- headers: { [key: string]: string };
1114
- statusCode: number;
1115
- body: DeleteQuickQueryResponseBody;
1113
+ headers?: { [key: string]: string };
1114
+ statusCode?: number;
1115
+ body?: DeleteQuickQueryResponseBody;
1116
1116
  static names(): { [key: string]: string } {
1117
1117
  return {
1118
1118
  headers: 'headers',
@@ -1179,9 +1179,9 @@ export class DeleteUserResponseBody extends $tea.Model {
1179
1179
  }
1180
1180
 
1181
1181
  export class DeleteUserResponse extends $tea.Model {
1182
- headers: { [key: string]: string };
1183
- statusCode: number;
1184
- body: DeleteUserResponseBody;
1182
+ headers?: { [key: string]: string };
1183
+ statusCode?: number;
1184
+ body?: DeleteUserResponseBody;
1185
1185
  static names(): { [key: string]: string } {
1186
1186
  return {
1187
1187
  headers: 'headers',
@@ -1257,9 +1257,9 @@ export class DeleteWhiteRuleListResponseBody extends $tea.Model {
1257
1257
  }
1258
1258
 
1259
1259
  export class DeleteWhiteRuleListResponse extends $tea.Model {
1260
- headers: { [key: string]: string };
1261
- statusCode: number;
1262
- body: DeleteWhiteRuleListResponseBody;
1260
+ headers?: { [key: string]: string };
1261
+ statusCode?: number;
1262
+ body?: DeleteWhiteRuleListResponseBody;
1263
1263
  static names(): { [key: string]: string } {
1264
1264
  return {
1265
1265
  headers: 'headers',
@@ -1332,9 +1332,9 @@ export class DescribeAggregateFunctionResponseBody extends $tea.Model {
1332
1332
  }
1333
1333
 
1334
1334
  export class DescribeAggregateFunctionResponse extends $tea.Model {
1335
- headers: { [key: string]: string };
1336
- statusCode: number;
1337
- body: DescribeAggregateFunctionResponseBody;
1335
+ headers?: { [key: string]: string };
1336
+ statusCode?: number;
1337
+ body?: DescribeAggregateFunctionResponseBody;
1338
1338
  static names(): { [key: string]: string } {
1339
1339
  return {
1340
1340
  headers: 'headers',
@@ -1407,9 +1407,9 @@ export class DescribeAlertSceneResponseBody extends $tea.Model {
1407
1407
  }
1408
1408
 
1409
1409
  export class DescribeAlertSceneResponse extends $tea.Model {
1410
- headers: { [key: string]: string };
1411
- statusCode: number;
1412
- body: DescribeAlertSceneResponseBody;
1410
+ headers?: { [key: string]: string };
1411
+ statusCode?: number;
1412
+ body?: DescribeAlertSceneResponseBody;
1413
1413
  static names(): { [key: string]: string } {
1414
1414
  return {
1415
1415
  headers: 'headers',
@@ -1485,9 +1485,9 @@ export class DescribeAlertSceneByEventResponseBody extends $tea.Model {
1485
1485
  }
1486
1486
 
1487
1487
  export class DescribeAlertSceneByEventResponse extends $tea.Model {
1488
- headers: { [key: string]: string };
1489
- statusCode: number;
1490
- body: DescribeAlertSceneByEventResponseBody;
1488
+ headers?: { [key: string]: string };
1489
+ statusCode?: number;
1490
+ body?: DescribeAlertSceneByEventResponseBody;
1491
1491
  static names(): { [key: string]: string } {
1492
1492
  return {
1493
1493
  headers: 'headers',
@@ -1569,9 +1569,9 @@ export class DescribeAlertSourceResponseBody extends $tea.Model {
1569
1569
  }
1570
1570
 
1571
1571
  export class DescribeAlertSourceResponse extends $tea.Model {
1572
- headers: { [key: string]: string };
1573
- statusCode: number;
1574
- body: DescribeAlertSourceResponseBody;
1572
+ headers?: { [key: string]: string };
1573
+ statusCode?: number;
1574
+ body?: DescribeAlertSourceResponseBody;
1575
1575
  static names(): { [key: string]: string } {
1576
1576
  return {
1577
1577
  headers: 'headers',
@@ -1647,9 +1647,9 @@ export class DescribeAlertSourceWithEventResponseBody extends $tea.Model {
1647
1647
  }
1648
1648
 
1649
1649
  export class DescribeAlertSourceWithEventResponse extends $tea.Model {
1650
- headers: { [key: string]: string };
1651
- statusCode: number;
1652
- body: DescribeAlertSourceWithEventResponseBody;
1650
+ headers?: { [key: string]: string };
1651
+ statusCode?: number;
1652
+ body?: DescribeAlertSourceWithEventResponseBody;
1653
1653
  static names(): { [key: string]: string } {
1654
1654
  return {
1655
1655
  headers: 'headers',
@@ -1722,9 +1722,9 @@ export class DescribeAlertTypeResponseBody extends $tea.Model {
1722
1722
  }
1723
1723
 
1724
1724
  export class DescribeAlertTypeResponse extends $tea.Model {
1725
- headers: { [key: string]: string };
1726
- statusCode: number;
1727
- body: DescribeAlertTypeResponseBody;
1725
+ headers?: { [key: string]: string };
1726
+ statusCode?: number;
1727
+ body?: DescribeAlertTypeResponseBody;
1728
1728
  static names(): { [key: string]: string } {
1729
1729
  return {
1730
1730
  headers: 'headers',
@@ -1827,9 +1827,9 @@ export class DescribeAlertsResponseBody extends $tea.Model {
1827
1827
  }
1828
1828
 
1829
1829
  export class DescribeAlertsResponse extends $tea.Model {
1830
- headers: { [key: string]: string };
1831
- statusCode: number;
1832
- body: DescribeAlertsResponseBody;
1830
+ headers?: { [key: string]: string };
1831
+ statusCode?: number;
1832
+ body?: DescribeAlertsResponseBody;
1833
1833
  static names(): { [key: string]: string } {
1834
1834
  return {
1835
1835
  headers: 'headers',
@@ -1908,9 +1908,9 @@ export class DescribeAlertsCountResponseBody extends $tea.Model {
1908
1908
  }
1909
1909
 
1910
1910
  export class DescribeAlertsCountResponse extends $tea.Model {
1911
- headers: { [key: string]: string };
1912
- statusCode: number;
1913
- body: DescribeAlertsCountResponseBody;
1911
+ headers?: { [key: string]: string };
1912
+ statusCode?: number;
1913
+ body?: DescribeAlertsCountResponseBody;
1914
1914
  static names(): { [key: string]: string } {
1915
1915
  return {
1916
1916
  headers: 'headers',
@@ -1998,9 +1998,9 @@ export class DescribeAlertsWithEntityResponseBody extends $tea.Model {
1998
1998
  }
1999
1999
 
2000
2000
  export class DescribeAlertsWithEntityResponse extends $tea.Model {
2001
- headers: { [key: string]: string };
2002
- statusCode: number;
2003
- body: DescribeAlertsWithEntityResponseBody;
2001
+ headers?: { [key: string]: string };
2002
+ statusCode?: number;
2003
+ body?: DescribeAlertsWithEntityResponseBody;
2004
2004
  static names(): { [key: string]: string } {
2005
2005
  return {
2006
2006
  headers: 'headers',
@@ -2097,9 +2097,9 @@ export class DescribeAlertsWithEventResponseBody extends $tea.Model {
2097
2097
  }
2098
2098
 
2099
2099
  export class DescribeAlertsWithEventResponse extends $tea.Model {
2100
- headers: { [key: string]: string };
2101
- statusCode: number;
2102
- body: DescribeAlertsWithEventResponseBody;
2100
+ headers?: { [key: string]: string };
2101
+ statusCode?: number;
2102
+ body?: DescribeAlertsWithEventResponseBody;
2103
2103
  static names(): { [key: string]: string } {
2104
2104
  return {
2105
2105
  headers: 'headers',
@@ -2184,9 +2184,9 @@ export class DescribeAttackTimeLineResponseBody extends $tea.Model {
2184
2184
  }
2185
2185
 
2186
2186
  export class DescribeAttackTimeLineResponse extends $tea.Model {
2187
- headers: { [key: string]: string };
2188
- statusCode: number;
2189
- body: DescribeAttackTimeLineResponseBody;
2187
+ headers?: { [key: string]: string };
2188
+ statusCode?: number;
2189
+ body?: DescribeAttackTimeLineResponseBody;
2190
2190
  static names(): { [key: string]: string } {
2191
2191
  return {
2192
2192
  headers: 'headers',
@@ -2250,9 +2250,9 @@ export class DescribeAuthResponseBody extends $tea.Model {
2250
2250
  }
2251
2251
 
2252
2252
  export class DescribeAuthResponse extends $tea.Model {
2253
- headers: { [key: string]: string };
2254
- statusCode: number;
2255
- body: DescribeAuthResponseBody;
2253
+ headers?: { [key: string]: string };
2254
+ statusCode?: number;
2255
+ body?: DescribeAuthResponseBody;
2256
2256
  static names(): { [key: string]: string } {
2257
2257
  return {
2258
2258
  headers: 'headers',
@@ -2325,9 +2325,9 @@ export class DescribeAutomateResponseConfigCounterResponseBody extends $tea.Mode
2325
2325
  }
2326
2326
 
2327
2327
  export class DescribeAutomateResponseConfigCounterResponse extends $tea.Model {
2328
- headers: { [key: string]: string };
2329
- statusCode: number;
2330
- body: DescribeAutomateResponseConfigCounterResponseBody;
2328
+ headers?: { [key: string]: string };
2329
+ statusCode?: number;
2330
+ body?: DescribeAutomateResponseConfigCounterResponseBody;
2331
2331
  static names(): { [key: string]: string } {
2332
2332
  return {
2333
2333
  headers: 'headers',
@@ -2403,9 +2403,9 @@ export class DescribeAutomateResponseConfigFeatureResponseBody extends $tea.Mode
2403
2403
  }
2404
2404
 
2405
2405
  export class DescribeAutomateResponseConfigFeatureResponse extends $tea.Model {
2406
- headers: { [key: string]: string };
2407
- statusCode: number;
2408
- body: DescribeAutomateResponseConfigFeatureResponseBody;
2406
+ headers?: { [key: string]: string };
2407
+ statusCode?: number;
2408
+ body?: DescribeAutomateResponseConfigFeatureResponseBody;
2409
2409
  static names(): { [key: string]: string } {
2410
2410
  return {
2411
2411
  headers: 'headers',
@@ -2484,9 +2484,9 @@ export class DescribeAutomateResponseConfigPlayBooksResponseBody extends $tea.Mo
2484
2484
  }
2485
2485
 
2486
2486
  export class DescribeAutomateResponseConfigPlayBooksResponse extends $tea.Model {
2487
- headers: { [key: string]: string };
2488
- statusCode: number;
2489
- body: DescribeAutomateResponseConfigPlayBooksResponseBody;
2487
+ headers?: { [key: string]: string };
2488
+ statusCode?: number;
2489
+ body?: DescribeAutomateResponseConfigPlayBooksResponseBody;
2490
2490
  static names(): { [key: string]: string } {
2491
2491
  return {
2492
2492
  headers: 'headers',
@@ -2571,9 +2571,9 @@ export class DescribeCloudSiemAssetsResponseBody extends $tea.Model {
2571
2571
  }
2572
2572
 
2573
2573
  export class DescribeCloudSiemAssetsResponse extends $tea.Model {
2574
- headers: { [key: string]: string };
2575
- statusCode: number;
2576
- body: DescribeCloudSiemAssetsResponseBody;
2574
+ headers?: { [key: string]: string };
2575
+ statusCode?: number;
2576
+ body?: DescribeCloudSiemAssetsResponseBody;
2577
2577
  static names(): { [key: string]: string } {
2578
2578
  return {
2579
2579
  headers: 'headers',
@@ -2649,9 +2649,9 @@ export class DescribeCloudSiemAssetsCounterResponseBody extends $tea.Model {
2649
2649
  }
2650
2650
 
2651
2651
  export class DescribeCloudSiemAssetsCounterResponse extends $tea.Model {
2652
- headers: { [key: string]: string };
2653
- statusCode: number;
2654
- body: DescribeCloudSiemAssetsCounterResponseBody;
2652
+ headers?: { [key: string]: string };
2653
+ statusCode?: number;
2654
+ body?: DescribeCloudSiemAssetsCounterResponseBody;
2655
2655
  static names(): { [key: string]: string } {
2656
2656
  return {
2657
2657
  headers: 'headers',
@@ -2727,9 +2727,9 @@ export class DescribeCloudSiemEventDetailResponseBody extends $tea.Model {
2727
2727
  }
2728
2728
 
2729
2729
  export class DescribeCloudSiemEventDetailResponse extends $tea.Model {
2730
- headers: { [key: string]: string };
2731
- statusCode: number;
2732
- body: DescribeCloudSiemEventDetailResponseBody;
2730
+ headers?: { [key: string]: string };
2731
+ statusCode?: number;
2732
+ body?: DescribeCloudSiemEventDetailResponseBody;
2733
2733
  static names(): { [key: string]: string } {
2734
2734
  return {
2735
2735
  headers: 'headers',
@@ -2835,9 +2835,9 @@ export class DescribeCloudSiemEventsResponseBody extends $tea.Model {
2835
2835
  }
2836
2836
 
2837
2837
  export class DescribeCloudSiemEventsResponse extends $tea.Model {
2838
- headers: { [key: string]: string };
2839
- statusCode: number;
2840
- body: DescribeCloudSiemEventsResponseBody;
2838
+ headers?: { [key: string]: string };
2839
+ statusCode?: number;
2840
+ body?: DescribeCloudSiemEventsResponseBody;
2841
2841
  static names(): { [key: string]: string } {
2842
2842
  return {
2843
2843
  headers: 'headers',
@@ -2907,9 +2907,9 @@ export class DescribeCsImportedProdStatusByUserResponseBody extends $tea.Model {
2907
2907
  }
2908
2908
 
2909
2909
  export class DescribeCsImportedProdStatusByUserResponse extends $tea.Model {
2910
- headers: { [key: string]: string };
2911
- statusCode: number;
2912
- body: DescribeCsImportedProdStatusByUserResponseBody;
2910
+ headers?: { [key: string]: string };
2911
+ statusCode?: number;
2912
+ body?: DescribeCsImportedProdStatusByUserResponseBody;
2913
2913
  static names(): { [key: string]: string } {
2914
2914
  return {
2915
2915
  headers: 'headers',
@@ -2985,9 +2985,9 @@ export class DescribeCustomizeRuleResponseBody extends $tea.Model {
2985
2985
  }
2986
2986
 
2987
2987
  export class DescribeCustomizeRuleResponse extends $tea.Model {
2988
- headers: { [key: string]: string };
2989
- statusCode: number;
2990
- body: DescribeCustomizeRuleResponseBody;
2988
+ headers?: { [key: string]: string };
2989
+ statusCode?: number;
2990
+ body?: DescribeCustomizeRuleResponseBody;
2991
2991
  static names(): { [key: string]: string } {
2992
2992
  return {
2993
2993
  headers: 'headers',
@@ -3060,9 +3060,9 @@ export class DescribeCustomizeRuleCountResponseBody extends $tea.Model {
3060
3060
  }
3061
3061
 
3062
3062
  export class DescribeCustomizeRuleCountResponse extends $tea.Model {
3063
- headers: { [key: string]: string };
3064
- statusCode: number;
3065
- body: DescribeCustomizeRuleCountResponseBody;
3063
+ headers?: { [key: string]: string };
3064
+ statusCode?: number;
3065
+ body?: DescribeCustomizeRuleCountResponseBody;
3066
3066
  static names(): { [key: string]: string } {
3067
3067
  return {
3068
3068
  headers: 'headers',
@@ -3138,9 +3138,9 @@ export class DescribeCustomizeRuleTestResponseBody extends $tea.Model {
3138
3138
  }
3139
3139
 
3140
3140
  export class DescribeCustomizeRuleTestResponse extends $tea.Model {
3141
- headers: { [key: string]: string };
3142
- statusCode: number;
3143
- body: DescribeCustomizeRuleTestResponseBody;
3141
+ headers?: { [key: string]: string };
3142
+ statusCode?: number;
3143
+ body?: DescribeCustomizeRuleTestResponseBody;
3144
3144
  static names(): { [key: string]: string } {
3145
3145
  return {
3146
3146
  headers: 'headers',
@@ -3216,9 +3216,9 @@ export class DescribeCustomizeRuleTestHistogramResponseBody extends $tea.Model {
3216
3216
  }
3217
3217
 
3218
3218
  export class DescribeCustomizeRuleTestHistogramResponse extends $tea.Model {
3219
- headers: { [key: string]: string };
3220
- statusCode: number;
3221
- body: DescribeCustomizeRuleTestHistogramResponseBody;
3219
+ headers?: { [key: string]: string };
3220
+ statusCode?: number;
3221
+ body?: DescribeCustomizeRuleTestHistogramResponseBody;
3222
3222
  static names(): { [key: string]: string } {
3223
3223
  return {
3224
3224
  headers: 'headers',
@@ -3291,9 +3291,9 @@ export class DescribeDataSourceInstanceResponseBody extends $tea.Model {
3291
3291
  }
3292
3292
 
3293
3293
  export class DescribeDataSourceInstanceResponse extends $tea.Model {
3294
- headers: { [key: string]: string };
3295
- statusCode: number;
3296
- body: DescribeDataSourceInstanceResponseBody;
3294
+ headers?: { [key: string]: string };
3295
+ statusCode?: number;
3296
+ body?: DescribeDataSourceInstanceResponseBody;
3297
3297
  static names(): { [key: string]: string } {
3298
3298
  return {
3299
3299
  headers: 'headers',
@@ -3363,9 +3363,9 @@ export class DescribeDataSourceParametersResponseBody extends $tea.Model {
3363
3363
  }
3364
3364
 
3365
3365
  export class DescribeDataSourceParametersResponse extends $tea.Model {
3366
- headers: { [key: string]: string };
3367
- statusCode: number;
3368
- body: DescribeDataSourceParametersResponseBody;
3366
+ headers?: { [key: string]: string };
3367
+ statusCode?: number;
3368
+ body?: DescribeDataSourceParametersResponseBody;
3369
3369
  static names(): { [key: string]: string } {
3370
3370
  return {
3371
3371
  headers: 'headers',
@@ -3450,9 +3450,9 @@ export class DescribeDisposeAndPlaybookResponseBody extends $tea.Model {
3450
3450
  }
3451
3451
 
3452
3452
  export class DescribeDisposeAndPlaybookResponse extends $tea.Model {
3453
- headers: { [key: string]: string };
3454
- statusCode: number;
3455
- body: DescribeDisposeAndPlaybookResponseBody;
3453
+ headers?: { [key: string]: string };
3454
+ statusCode?: number;
3455
+ body?: DescribeDisposeAndPlaybookResponseBody;
3456
3456
  static names(): { [key: string]: string } {
3457
3457
  return {
3458
3458
  headers: 'headers',
@@ -3531,9 +3531,9 @@ export class DescribeDisposeStrategyPlaybookResponseBody extends $tea.Model {
3531
3531
  }
3532
3532
 
3533
3533
  export class DescribeDisposeStrategyPlaybookResponse extends $tea.Model {
3534
- headers: { [key: string]: string };
3535
- statusCode: number;
3536
- body: DescribeDisposeStrategyPlaybookResponseBody;
3534
+ headers?: { [key: string]: string };
3535
+ statusCode?: number;
3536
+ body?: DescribeDisposeStrategyPlaybookResponseBody;
3537
3537
  static names(): { [key: string]: string } {
3538
3538
  return {
3539
3539
  headers: 'headers',
@@ -3618,9 +3618,9 @@ export class DescribeEntityInfoResponseBody extends $tea.Model {
3618
3618
  }
3619
3619
 
3620
3620
  export class DescribeEntityInfoResponse extends $tea.Model {
3621
- headers: { [key: string]: string };
3622
- statusCode: number;
3623
- body: DescribeEntityInfoResponseBody;
3621
+ headers?: { [key: string]: string };
3622
+ statusCode?: number;
3623
+ body?: DescribeEntityInfoResponseBody;
3624
3624
  static names(): { [key: string]: string } {
3625
3625
  return {
3626
3626
  headers: 'headers',
@@ -3693,9 +3693,9 @@ export class DescribeEventCountByThreatLevelResponseBody extends $tea.Model {
3693
3693
  }
3694
3694
 
3695
3695
  export class DescribeEventCountByThreatLevelResponse extends $tea.Model {
3696
- headers: { [key: string]: string };
3697
- statusCode: number;
3698
- body: DescribeEventCountByThreatLevelResponseBody;
3696
+ headers?: { [key: string]: string };
3697
+ statusCode?: number;
3698
+ body?: DescribeEventCountByThreatLevelResponseBody;
3699
3699
  static names(): { [key: string]: string } {
3700
3700
  return {
3701
3701
  headers: 'headers',
@@ -3777,9 +3777,9 @@ export class DescribeEventDisposeResponseBody extends $tea.Model {
3777
3777
  }
3778
3778
 
3779
3779
  export class DescribeEventDisposeResponse extends $tea.Model {
3780
- headers: { [key: string]: string };
3781
- statusCode: number;
3782
- body: DescribeEventDisposeResponseBody;
3780
+ headers?: { [key: string]: string };
3781
+ statusCode?: number;
3782
+ body?: DescribeEventDisposeResponseBody;
3783
3783
  static names(): { [key: string]: string } {
3784
3784
  return {
3785
3785
  headers: 'headers',
@@ -3843,9 +3843,9 @@ export class DescribeImportedLogCountResponseBody extends $tea.Model {
3843
3843
  }
3844
3844
 
3845
3845
  export class DescribeImportedLogCountResponse extends $tea.Model {
3846
- headers: { [key: string]: string };
3847
- statusCode: number;
3848
- body: DescribeImportedLogCountResponseBody;
3846
+ headers?: { [key: string]: string };
3847
+ statusCode?: number;
3848
+ body?: DescribeImportedLogCountResponseBody;
3849
3849
  static names(): { [key: string]: string } {
3850
3850
  return {
3851
3851
  headers: 'headers',
@@ -3924,9 +3924,9 @@ export class DescribeJobStatusResponseBody extends $tea.Model {
3924
3924
  }
3925
3925
 
3926
3926
  export class DescribeJobStatusResponse extends $tea.Model {
3927
- headers: { [key: string]: string };
3928
- statusCode: number;
3929
- body: DescribeJobStatusResponseBody;
3927
+ headers?: { [key: string]: string };
3928
+ statusCode?: number;
3929
+ body?: DescribeJobStatusResponseBody;
3930
3930
  static names(): { [key: string]: string } {
3931
3931
  return {
3932
3932
  headers: 'headers',
@@ -4005,9 +4005,9 @@ export class DescribeLogFieldsResponseBody extends $tea.Model {
4005
4005
  }
4006
4006
 
4007
4007
  export class DescribeLogFieldsResponse extends $tea.Model {
4008
- headers: { [key: string]: string };
4009
- statusCode: number;
4010
- body: DescribeLogFieldsResponseBody;
4008
+ headers?: { [key: string]: string };
4009
+ statusCode?: number;
4010
+ body?: DescribeLogFieldsResponseBody;
4011
4011
  static names(): { [key: string]: string } {
4012
4012
  return {
4013
4013
  headers: 'headers',
@@ -4083,9 +4083,9 @@ export class DescribeLogSourceResponseBody extends $tea.Model {
4083
4083
  }
4084
4084
 
4085
4085
  export class DescribeLogSourceResponse extends $tea.Model {
4086
- headers: { [key: string]: string };
4087
- statusCode: number;
4088
- body: DescribeLogSourceResponseBody;
4086
+ headers?: { [key: string]: string };
4087
+ statusCode?: number;
4088
+ body?: DescribeLogSourceResponseBody;
4089
4089
  static names(): { [key: string]: string } {
4090
4090
  return {
4091
4091
  headers: 'headers',
@@ -4149,9 +4149,9 @@ export class DescribeLogStoreResponseBody extends $tea.Model {
4149
4149
  }
4150
4150
 
4151
4151
  export class DescribeLogStoreResponse extends $tea.Model {
4152
- headers: { [key: string]: string };
4153
- statusCode: number;
4154
- body: DescribeLogStoreResponseBody;
4152
+ headers?: { [key: string]: string };
4153
+ statusCode?: number;
4154
+ body?: DescribeLogStoreResponseBody;
4155
4155
  static names(): { [key: string]: string } {
4156
4156
  return {
4157
4157
  headers: 'headers',
@@ -4224,9 +4224,9 @@ export class DescribeLogTypeResponseBody extends $tea.Model {
4224
4224
  }
4225
4225
 
4226
4226
  export class DescribeLogTypeResponse extends $tea.Model {
4227
- headers: { [key: string]: string };
4228
- statusCode: number;
4229
- body: DescribeLogTypeResponseBody;
4227
+ headers?: { [key: string]: string };
4228
+ statusCode?: number;
4229
+ body?: DescribeLogTypeResponseBody;
4230
4230
  static names(): { [key: string]: string } {
4231
4231
  return {
4232
4232
  headers: 'headers',
@@ -4302,9 +4302,9 @@ export class DescribeOperatorsResponseBody extends $tea.Model {
4302
4302
  }
4303
4303
 
4304
4304
  export class DescribeOperatorsResponse extends $tea.Model {
4305
- headers: { [key: string]: string };
4306
- statusCode: number;
4307
- body: DescribeOperatorsResponseBody;
4305
+ headers?: { [key: string]: string };
4306
+ statusCode?: number;
4307
+ body?: DescribeOperatorsResponseBody;
4308
4308
  static names(): { [key: string]: string } {
4309
4309
  return {
4310
4310
  headers: 'headers',
@@ -4368,9 +4368,9 @@ export class DescribeProdCountResponseBody extends $tea.Model {
4368
4368
  }
4369
4369
 
4370
4370
  export class DescribeProdCountResponse extends $tea.Model {
4371
- headers: { [key: string]: string };
4372
- statusCode: number;
4373
- body: DescribeProdCountResponseBody;
4371
+ headers?: { [key: string]: string };
4372
+ statusCode?: number;
4373
+ body?: DescribeProdCountResponseBody;
4374
4374
  static names(): { [key: string]: string } {
4375
4375
  return {
4376
4376
  headers: 'headers',
@@ -4443,9 +4443,9 @@ export class DescribeScopeUsersResponseBody extends $tea.Model {
4443
4443
  }
4444
4444
 
4445
4445
  export class DescribeScopeUsersResponse extends $tea.Model {
4446
- headers: { [key: string]: string };
4447
- statusCode: number;
4448
- body: DescribeScopeUsersResponseBody;
4446
+ headers?: { [key: string]: string };
4447
+ statusCode?: number;
4448
+ body?: DescribeScopeUsersResponseBody;
4449
4449
  static names(): { [key: string]: string } {
4450
4450
  return {
4451
4451
  headers: 'headers',
@@ -4509,9 +4509,9 @@ export class DescribeServiceStatusResponseBody extends $tea.Model {
4509
4509
  }
4510
4510
 
4511
4511
  export class DescribeServiceStatusResponse extends $tea.Model {
4512
- headers: { [key: string]: string };
4513
- statusCode: number;
4514
- body: DescribeServiceStatusResponseBody;
4512
+ headers?: { [key: string]: string };
4513
+ statusCode?: number;
4514
+ body?: DescribeServiceStatusResponseBody;
4515
4515
  static names(): { [key: string]: string } {
4516
4516
  return {
4517
4517
  headers: 'headers',
@@ -4575,9 +4575,9 @@ export class DescribeStorageResponseBody extends $tea.Model {
4575
4575
  }
4576
4576
 
4577
4577
  export class DescribeStorageResponse extends $tea.Model {
4578
- headers: { [key: string]: string };
4579
- statusCode: number;
4580
- body: DescribeStorageResponseBody;
4578
+ headers?: { [key: string]: string };
4579
+ statusCode?: number;
4580
+ body?: DescribeStorageResponseBody;
4581
4581
  static names(): { [key: string]: string } {
4582
4582
  return {
4583
4583
  headers: 'headers',
@@ -4644,9 +4644,9 @@ export class DescribeUserBuyStatusResponseBody extends $tea.Model {
4644
4644
  }
4645
4645
 
4646
4646
  export class DescribeUserBuyStatusResponse extends $tea.Model {
4647
- headers: { [key: string]: string };
4648
- statusCode: number;
4649
- body: DescribeUserBuyStatusResponseBody;
4647
+ headers?: { [key: string]: string };
4648
+ statusCode?: number;
4649
+ body?: DescribeUserBuyStatusResponseBody;
4650
4650
  static names(): { [key: string]: string } {
4651
4651
  return {
4652
4652
  headers: 'headers',
@@ -4722,9 +4722,9 @@ export class DescribeWafScopeResponseBody extends $tea.Model {
4722
4722
  }
4723
4723
 
4724
4724
  export class DescribeWafScopeResponse extends $tea.Model {
4725
- headers: { [key: string]: string };
4726
- statusCode: number;
4727
- body: DescribeWafScopeResponseBody;
4725
+ headers?: { [key: string]: string };
4726
+ statusCode?: number;
4727
+ body?: DescribeWafScopeResponseBody;
4728
4728
  static names(): { [key: string]: string } {
4729
4729
  return {
4730
4730
  headers: 'headers',
@@ -4812,9 +4812,9 @@ export class DescribeWhiteRuleListResponseBody extends $tea.Model {
4812
4812
  }
4813
4813
 
4814
4814
  export class DescribeWhiteRuleListResponse extends $tea.Model {
4815
- headers: { [key: string]: string };
4816
- statusCode: number;
4817
- body: DescribeWhiteRuleListResponseBody;
4815
+ headers?: { [key: string]: string };
4816
+ statusCode?: number;
4817
+ body?: DescribeWhiteRuleListResponseBody;
4818
4818
  static names(): { [key: string]: string } {
4819
4819
  return {
4820
4820
  headers: 'headers',
@@ -4896,9 +4896,9 @@ export class DoQuickFieldResponseBody extends $tea.Model {
4896
4896
  }
4897
4897
 
4898
4898
  export class DoQuickFieldResponse extends $tea.Model {
4899
- headers: { [key: string]: string };
4900
- statusCode: number;
4901
- body: DoQuickFieldResponseBody;
4899
+ headers?: { [key: string]: string };
4900
+ statusCode?: number;
4901
+ body?: DoQuickFieldResponseBody;
4902
4902
  static names(): { [key: string]: string } {
4903
4903
  return {
4904
4904
  headers: 'headers',
@@ -4968,9 +4968,9 @@ export class DoSelfDelegateResponseBody extends $tea.Model {
4968
4968
  }
4969
4969
 
4970
4970
  export class DoSelfDelegateResponse extends $tea.Model {
4971
- headers: { [key: string]: string };
4972
- statusCode: number;
4973
- body: DoSelfDelegateResponseBody;
4971
+ headers?: { [key: string]: string };
4972
+ statusCode?: number;
4973
+ body?: DoSelfDelegateResponseBody;
4974
4974
  static names(): { [key: string]: string } {
4975
4975
  return {
4976
4976
  headers: 'headers',
@@ -5034,9 +5034,9 @@ export class EnableAccessForCloudSiemResponseBody extends $tea.Model {
5034
5034
  }
5035
5035
 
5036
5036
  export class EnableAccessForCloudSiemResponse extends $tea.Model {
5037
- headers: { [key: string]: string };
5038
- statusCode: number;
5039
- body: EnableAccessForCloudSiemResponseBody;
5037
+ headers?: { [key: string]: string };
5038
+ statusCode?: number;
5039
+ body?: EnableAccessForCloudSiemResponseBody;
5040
5040
  static names(): { [key: string]: string } {
5041
5041
  return {
5042
5042
  headers: 'headers',
@@ -5100,9 +5100,9 @@ export class EnableServiceForCloudSiemResponseBody extends $tea.Model {
5100
5100
  }
5101
5101
 
5102
5102
  export class EnableServiceForCloudSiemResponse extends $tea.Model {
5103
- headers: { [key: string]: string };
5104
- statusCode: number;
5105
- body: EnableServiceForCloudSiemResponseBody;
5103
+ headers?: { [key: string]: string };
5104
+ statusCode?: number;
5105
+ body?: EnableServiceForCloudSiemResponseBody;
5106
5106
  static names(): { [key: string]: string } {
5107
5107
  return {
5108
5108
  headers: 'headers',
@@ -5166,9 +5166,9 @@ export class GetCapacityResponseBody extends $tea.Model {
5166
5166
  }
5167
5167
 
5168
5168
  export class GetCapacityResponse extends $tea.Model {
5169
- headers: { [key: string]: string };
5170
- statusCode: number;
5171
- body: GetCapacityResponseBody;
5169
+ headers?: { [key: string]: string };
5170
+ statusCode?: number;
5171
+ body?: GetCapacityResponseBody;
5172
5172
  static names(): { [key: string]: string } {
5173
5173
  return {
5174
5174
  headers: 'headers',
@@ -5241,9 +5241,9 @@ export class GetHistogramsResponseBody extends $tea.Model {
5241
5241
  }
5242
5242
 
5243
5243
  export class GetHistogramsResponse extends $tea.Model {
5244
- headers: { [key: string]: string };
5245
- statusCode: number;
5246
- body: GetHistogramsResponseBody;
5244
+ headers?: { [key: string]: string };
5245
+ statusCode?: number;
5246
+ body?: GetHistogramsResponseBody;
5247
5247
  static names(): { [key: string]: string } {
5248
5248
  return {
5249
5249
  headers: 'headers',
@@ -5337,9 +5337,9 @@ export class GetLogsResponseBody extends $tea.Model {
5337
5337
  }
5338
5338
 
5339
5339
  export class GetLogsResponse extends $tea.Model {
5340
- headers: { [key: string]: string };
5341
- statusCode: number;
5342
- body: GetLogsResponseBody;
5340
+ headers?: { [key: string]: string };
5341
+ statusCode?: number;
5342
+ body?: GetLogsResponseBody;
5343
5343
  static names(): { [key: string]: string } {
5344
5344
  return {
5345
5345
  headers: 'headers',
@@ -5406,9 +5406,9 @@ export class GetQuickQueryResponseBody extends $tea.Model {
5406
5406
  }
5407
5407
 
5408
5408
  export class GetQuickQueryResponse extends $tea.Model {
5409
- headers: { [key: string]: string };
5410
- statusCode: number;
5411
- body: GetQuickQueryResponseBody;
5409
+ headers?: { [key: string]: string };
5410
+ statusCode?: number;
5411
+ body?: GetQuickQueryResponseBody;
5412
5412
  static names(): { [key: string]: string } {
5413
5413
  return {
5414
5414
  headers: 'headers',
@@ -5472,9 +5472,9 @@ export class GetStorageResponseBody extends $tea.Model {
5472
5472
  }
5473
5473
 
5474
5474
  export class GetStorageResponse extends $tea.Model {
5475
- headers: { [key: string]: string };
5476
- statusCode: number;
5477
- body: GetStorageResponseBody;
5475
+ headers?: { [key: string]: string };
5476
+ statusCode?: number;
5477
+ body?: GetStorageResponseBody;
5478
5478
  static names(): { [key: string]: string } {
5479
5479
  return {
5480
5480
  headers: 'headers',
@@ -5550,9 +5550,9 @@ export class ListAccountAccessIdResponseBody extends $tea.Model {
5550
5550
  }
5551
5551
 
5552
5552
  export class ListAccountAccessIdResponse extends $tea.Model {
5553
- headers: { [key: string]: string };
5554
- statusCode: number;
5555
- body: ListAccountAccessIdResponseBody;
5553
+ headers?: { [key: string]: string };
5554
+ statusCode?: number;
5555
+ body?: ListAccountAccessIdResponseBody;
5556
5556
  static names(): { [key: string]: string } {
5557
5557
  return {
5558
5558
  headers: 'headers',
@@ -5625,9 +5625,9 @@ export class ListAccountsByLogResponseBody extends $tea.Model {
5625
5625
  }
5626
5626
 
5627
5627
  export class ListAccountsByLogResponse extends $tea.Model {
5628
- headers: { [key: string]: string };
5629
- statusCode: number;
5630
- body: ListAccountsByLogResponseBody;
5628
+ headers?: { [key: string]: string };
5629
+ statusCode?: number;
5630
+ body?: ListAccountsByLogResponseBody;
5631
5631
  static names(): { [key: string]: string } {
5632
5632
  return {
5633
5633
  headers: 'headers',
@@ -5691,9 +5691,9 @@ export class ListAllProdsResponseBody extends $tea.Model {
5691
5691
  }
5692
5692
 
5693
5693
  export class ListAllProdsResponse extends $tea.Model {
5694
- headers: { [key: string]: string };
5695
- statusCode: number;
5696
- body: ListAllProdsResponseBody;
5694
+ headers?: { [key: string]: string };
5695
+ statusCode?: number;
5696
+ body?: ListAllProdsResponseBody;
5697
5697
  static names(): { [key: string]: string } {
5698
5698
  return {
5699
5699
  headers: 'headers',
@@ -5793,9 +5793,9 @@ export class ListAutomateResponseConfigsResponseBody extends $tea.Model {
5793
5793
  }
5794
5794
 
5795
5795
  export class ListAutomateResponseConfigsResponse extends $tea.Model {
5796
- headers: { [key: string]: string };
5797
- statusCode: number;
5798
- body: ListAutomateResponseConfigsResponseBody;
5796
+ headers?: { [key: string]: string };
5797
+ statusCode?: number;
5798
+ body?: ListAutomateResponseConfigsResponseBody;
5799
5799
  static names(): { [key: string]: string } {
5800
5800
  return {
5801
5801
  headers: 'headers',
@@ -5862,9 +5862,9 @@ export class ListBindAccountResponseBody extends $tea.Model {
5862
5862
  }
5863
5863
 
5864
5864
  export class ListBindAccountResponse extends $tea.Model {
5865
- headers: { [key: string]: string };
5866
- statusCode: number;
5867
- body: ListBindAccountResponseBody;
5865
+ headers?: { [key: string]: string };
5866
+ statusCode?: number;
5867
+ body?: ListBindAccountResponseBody;
5868
5868
  static names(): { [key: string]: string } {
5869
5869
  return {
5870
5870
  headers: 'headers',
@@ -5934,9 +5934,9 @@ export class ListBindDataSourcesResponseBody extends $tea.Model {
5934
5934
  }
5935
5935
 
5936
5936
  export class ListBindDataSourcesResponse extends $tea.Model {
5937
- headers: { [key: string]: string };
5938
- statusCode: number;
5939
- body: ListBindDataSourcesResponseBody;
5937
+ headers?: { [key: string]: string };
5938
+ statusCode?: number;
5939
+ body?: ListBindDataSourcesResponseBody;
5940
5940
  static names(): { [key: string]: string } {
5941
5941
  return {
5942
5942
  headers: 'headers',
@@ -6039,9 +6039,9 @@ export class ListCloudSiemCustomizeRulesResponseBody extends $tea.Model {
6039
6039
  }
6040
6040
 
6041
6041
  export class ListCloudSiemCustomizeRulesResponse extends $tea.Model {
6042
- headers: { [key: string]: string };
6043
- statusCode: number;
6044
- body: ListCloudSiemCustomizeRulesResponseBody;
6042
+ headers?: { [key: string]: string };
6043
+ statusCode?: number;
6044
+ body?: ListCloudSiemCustomizeRulesResponseBody;
6045
6045
  static names(): { [key: string]: string } {
6046
6046
  return {
6047
6047
  headers: 'headers',
@@ -6144,9 +6144,9 @@ export class ListCloudSiemPredefinedRulesResponseBody extends $tea.Model {
6144
6144
  }
6145
6145
 
6146
6146
  export class ListCloudSiemPredefinedRulesResponse extends $tea.Model {
6147
- headers: { [key: string]: string };
6148
- statusCode: number;
6149
- body: ListCloudSiemPredefinedRulesResponseBody;
6147
+ headers?: { [key: string]: string };
6148
+ statusCode?: number;
6149
+ body?: ListCloudSiemPredefinedRulesResponseBody;
6150
6150
  static names(): { [key: string]: string } {
6151
6151
  return {
6152
6152
  headers: 'headers',
@@ -6228,9 +6228,9 @@ export class ListCustomizeRuleTestResultResponseBody extends $tea.Model {
6228
6228
  }
6229
6229
 
6230
6230
  export class ListCustomizeRuleTestResultResponse extends $tea.Model {
6231
- headers: { [key: string]: string };
6232
- statusCode: number;
6233
- body: ListCustomizeRuleTestResultResponseBody;
6231
+ headers?: { [key: string]: string };
6232
+ statusCode?: number;
6233
+ body?: ListCustomizeRuleTestResultResponseBody;
6234
6234
  static names(): { [key: string]: string } {
6235
6235
  return {
6236
6236
  headers: 'headers',
@@ -6303,9 +6303,9 @@ export class ListDataSourceLogsResponseBody extends $tea.Model {
6303
6303
  }
6304
6304
 
6305
6305
  export class ListDataSourceLogsResponse extends $tea.Model {
6306
- headers: { [key: string]: string };
6307
- statusCode: number;
6308
- body: ListDataSourceLogsResponseBody;
6306
+ headers?: { [key: string]: string };
6307
+ statusCode?: number;
6308
+ body?: ListDataSourceLogsResponseBody;
6309
6309
  static names(): { [key: string]: string } {
6310
6310
  return {
6311
6311
  headers: 'headers',
@@ -6372,9 +6372,9 @@ export class ListDataSourceTypesResponseBody extends $tea.Model {
6372
6372
  }
6373
6373
 
6374
6374
  export class ListDataSourceTypesResponse extends $tea.Model {
6375
- headers: { [key: string]: string };
6376
- statusCode: number;
6377
- body: ListDataSourceTypesResponseBody;
6375
+ headers?: { [key: string]: string };
6376
+ statusCode?: number;
6377
+ body?: ListDataSourceTypesResponseBody;
6378
6378
  static names(): { [key: string]: string } {
6379
6379
  return {
6380
6380
  headers: 'headers',
@@ -6438,9 +6438,9 @@ export class ListDeliveryResponseBody extends $tea.Model {
6438
6438
  }
6439
6439
 
6440
6440
  export class ListDeliveryResponse extends $tea.Model {
6441
- headers: { [key: string]: string };
6442
- statusCode: number;
6443
- body: ListDeliveryResponseBody;
6441
+ headers?: { [key: string]: string };
6442
+ statusCode?: number;
6443
+ body?: ListDeliveryResponseBody;
6444
6444
  static names(): { [key: string]: string } {
6445
6445
  return {
6446
6446
  headers: 'headers',
@@ -6552,9 +6552,9 @@ export class ListDisposeStrategyResponseBody extends $tea.Model {
6552
6552
  }
6553
6553
 
6554
6554
  export class ListDisposeStrategyResponse extends $tea.Model {
6555
- headers: { [key: string]: string };
6556
- statusCode: number;
6557
- body: ListDisposeStrategyResponseBody;
6555
+ headers?: { [key: string]: string };
6556
+ statusCode?: number;
6557
+ body?: ListDisposeStrategyResponseBody;
6558
6558
  static names(): { [key: string]: string } {
6559
6559
  return {
6560
6560
  headers: 'headers',
@@ -6624,9 +6624,9 @@ export class ListImportedLogsByProdResponseBody extends $tea.Model {
6624
6624
  }
6625
6625
 
6626
6626
  export class ListImportedLogsByProdResponse extends $tea.Model {
6627
- headers: { [key: string]: string };
6628
- statusCode: number;
6629
- body: ListImportedLogsByProdResponseBody;
6627
+ headers?: { [key: string]: string };
6628
+ statusCode?: number;
6629
+ body?: ListImportedLogsByProdResponseBody;
6630
6630
  static names(): { [key: string]: string } {
6631
6631
  return {
6632
6632
  headers: 'headers',
@@ -6690,9 +6690,9 @@ export class ListOperationResponseBody extends $tea.Model {
6690
6690
  }
6691
6691
 
6692
6692
  export class ListOperationResponse extends $tea.Model {
6693
- headers: { [key: string]: string };
6694
- statusCode: number;
6695
- body: ListOperationResponseBody;
6693
+ headers?: { [key: string]: string };
6694
+ statusCode?: number;
6695
+ body?: ListOperationResponseBody;
6696
6696
  static names(): { [key: string]: string } {
6697
6697
  return {
6698
6698
  headers: 'headers',
@@ -6765,9 +6765,9 @@ export class ListProjectLogStoresResponseBody extends $tea.Model {
6765
6765
  }
6766
6766
 
6767
6767
  export class ListProjectLogStoresResponse extends $tea.Model {
6768
- headers: { [key: string]: string };
6769
- statusCode: number;
6770
- body: ListProjectLogStoresResponseBody;
6768
+ headers?: { [key: string]: string };
6769
+ statusCode?: number;
6770
+ body?: ListProjectLogStoresResponseBody;
6771
6771
  static names(): { [key: string]: string } {
6772
6772
  return {
6773
6773
  headers: 'headers',
@@ -6837,9 +6837,9 @@ export class ListQuickQueryResponseBody extends $tea.Model {
6837
6837
  }
6838
6838
 
6839
6839
  export class ListQuickQueryResponse extends $tea.Model {
6840
- headers: { [key: string]: string };
6841
- statusCode: number;
6842
- body: ListQuickQueryResponseBody;
6840
+ headers?: { [key: string]: string };
6841
+ statusCode?: number;
6842
+ body?: ListQuickQueryResponseBody;
6843
6843
  static names(): { [key: string]: string } {
6844
6844
  return {
6845
6845
  headers: 'headers',
@@ -6903,9 +6903,9 @@ export class ListRdUsersResponseBody extends $tea.Model {
6903
6903
  }
6904
6904
 
6905
6905
  export class ListRdUsersResponse extends $tea.Model {
6906
- headers: { [key: string]: string };
6907
- statusCode: number;
6908
- body: ListRdUsersResponseBody;
6906
+ headers?: { [key: string]: string };
6907
+ statusCode?: number;
6908
+ body?: ListRdUsersResponseBody;
6909
6909
  static names(): { [key: string]: string } {
6910
6910
  return {
6911
6911
  headers: 'headers',
@@ -6975,9 +6975,9 @@ export class ListUserProdLogsResponseBody extends $tea.Model {
6975
6975
  }
6976
6976
 
6977
6977
  export class ListUserProdLogsResponse extends $tea.Model {
6978
- headers: { [key: string]: string };
6979
- statusCode: number;
6980
- body: ListUserProdLogsResponseBody;
6978
+ headers?: { [key: string]: string };
6979
+ statusCode?: number;
6980
+ body?: ListUserProdLogsResponseBody;
6981
6981
  static names(): { [key: string]: string } {
6982
6982
  return {
6983
6983
  headers: 'headers',
@@ -7044,9 +7044,9 @@ export class ListUsersByProdResponseBody extends $tea.Model {
7044
7044
  }
7045
7045
 
7046
7046
  export class ListUsersByProdResponse extends $tea.Model {
7047
- headers: { [key: string]: string };
7048
- statusCode: number;
7049
- body: ListUsersByProdResponseBody;
7047
+ headers?: { [key: string]: string };
7048
+ statusCode?: number;
7049
+ body?: ListUsersByProdResponseBody;
7050
7050
  static names(): { [key: string]: string } {
7051
7051
  return {
7052
7052
  headers: 'headers',
@@ -7125,9 +7125,9 @@ export class ModifyBindAccountResponseBody extends $tea.Model {
7125
7125
  }
7126
7126
 
7127
7127
  export class ModifyBindAccountResponse extends $tea.Model {
7128
- headers: { [key: string]: string };
7129
- statusCode: number;
7130
- body: ModifyBindAccountResponseBody;
7128
+ headers?: { [key: string]: string };
7129
+ statusCode?: number;
7130
+ body?: ModifyBindAccountResponseBody;
7131
7131
  static names(): { [key: string]: string } {
7132
7132
  return {
7133
7133
  headers: 'headers',
@@ -7212,9 +7212,9 @@ export class ModifyDataSourceResponseBody extends $tea.Model {
7212
7212
  }
7213
7213
 
7214
7214
  export class ModifyDataSourceResponse extends $tea.Model {
7215
- headers: { [key: string]: string };
7216
- statusCode: number;
7217
- body: ModifyDataSourceResponseBody;
7215
+ headers?: { [key: string]: string };
7216
+ statusCode?: number;
7217
+ body?: ModifyDataSourceResponseBody;
7218
7218
  static names(): { [key: string]: string } {
7219
7219
  return {
7220
7220
  headers: 'headers',
@@ -7299,9 +7299,9 @@ export class ModifyDataSourceLogResponseBody extends $tea.Model {
7299
7299
  }
7300
7300
 
7301
7301
  export class ModifyDataSourceLogResponse extends $tea.Model {
7302
- headers: { [key: string]: string };
7303
- statusCode: number;
7304
- body: ModifyDataSourceLogResponseBody;
7302
+ headers?: { [key: string]: string };
7303
+ statusCode?: number;
7304
+ body?: ModifyDataSourceLogResponseBody;
7305
7305
  static names(): { [key: string]: string } {
7306
7306
  return {
7307
7307
  headers: 'headers',
@@ -7371,9 +7371,9 @@ export class OpenDeliveryResponseBody extends $tea.Model {
7371
7371
  }
7372
7372
 
7373
7373
  export class OpenDeliveryResponse extends $tea.Model {
7374
- headers: { [key: string]: string };
7375
- statusCode: number;
7376
- body: OpenDeliveryResponseBody;
7374
+ headers?: { [key: string]: string };
7375
+ statusCode?: number;
7376
+ body?: OpenDeliveryResponseBody;
7377
7377
  static names(): { [key: string]: string } {
7378
7378
  return {
7379
7379
  headers: 'headers',
@@ -7467,9 +7467,9 @@ export class PostAutomateResponseConfigResponseBody extends $tea.Model {
7467
7467
  }
7468
7468
 
7469
7469
  export class PostAutomateResponseConfigResponse extends $tea.Model {
7470
- headers: { [key: string]: string };
7471
- statusCode: number;
7472
- body: PostAutomateResponseConfigResponseBody;
7470
+ headers?: { [key: string]: string };
7471
+ statusCode?: number;
7472
+ body?: PostAutomateResponseConfigResponseBody;
7473
7473
  static names(): { [key: string]: string } {
7474
7474
  return {
7475
7475
  headers: 'headers',
@@ -7593,9 +7593,9 @@ export class PostCustomizeRuleResponseBody extends $tea.Model {
7593
7593
  }
7594
7594
 
7595
7595
  export class PostCustomizeRuleResponse extends $tea.Model {
7596
- headers: { [key: string]: string };
7597
- statusCode: number;
7598
- body: PostCustomizeRuleResponseBody;
7596
+ headers?: { [key: string]: string };
7597
+ statusCode?: number;
7598
+ body?: PostCustomizeRuleResponseBody;
7599
7599
  static names(): { [key: string]: string } {
7600
7600
  return {
7601
7601
  headers: 'headers',
@@ -7677,9 +7677,9 @@ export class PostCustomizeRuleTestResponseBody extends $tea.Model {
7677
7677
  }
7678
7678
 
7679
7679
  export class PostCustomizeRuleTestResponse extends $tea.Model {
7680
- headers: { [key: string]: string };
7681
- statusCode: number;
7682
- body: PostCustomizeRuleTestResponseBody;
7680
+ headers?: { [key: string]: string };
7681
+ statusCode?: number;
7682
+ body?: PostCustomizeRuleTestResponseBody;
7683
7683
  static names(): { [key: string]: string } {
7684
7684
  return {
7685
7685
  headers: 'headers',
@@ -7767,9 +7767,9 @@ export class PostEventDisposeAndWhiteruleListResponseBody extends $tea.Model {
7767
7767
  }
7768
7768
 
7769
7769
  export class PostEventDisposeAndWhiteruleListResponse extends $tea.Model {
7770
- headers: { [key: string]: string };
7771
- statusCode: number;
7772
- body: PostEventDisposeAndWhiteruleListResponseBody;
7770
+ headers?: { [key: string]: string };
7771
+ statusCode?: number;
7772
+ body?: PostEventDisposeAndWhiteruleListResponseBody;
7773
7773
  static names(): { [key: string]: string } {
7774
7774
  return {
7775
7775
  headers: 'headers',
@@ -7848,9 +7848,9 @@ export class PostEventWhiteruleListResponseBody extends $tea.Model {
7848
7848
  }
7849
7849
 
7850
7850
  export class PostEventWhiteruleListResponse extends $tea.Model {
7851
- headers: { [key: string]: string };
7852
- statusCode: number;
7853
- body: PostEventWhiteruleListResponseBody;
7851
+ headers?: { [key: string]: string };
7852
+ statusCode?: number;
7853
+ body?: PostEventWhiteruleListResponseBody;
7854
7854
  static names(): { [key: string]: string } {
7855
7855
  return {
7856
7856
  headers: 'headers',
@@ -7926,9 +7926,9 @@ export class PostFinishCustomizeRuleTestResponseBody extends $tea.Model {
7926
7926
  }
7927
7927
 
7928
7928
  export class PostFinishCustomizeRuleTestResponse extends $tea.Model {
7929
- headers: { [key: string]: string };
7930
- statusCode: number;
7931
- body: PostFinishCustomizeRuleTestResponseBody;
7929
+ headers?: { [key: string]: string };
7930
+ statusCode?: number;
7931
+ body?: PostFinishCustomizeRuleTestResponseBody;
7932
7932
  static names(): { [key: string]: string } {
7933
7933
  return {
7934
7934
  headers: 'headers',
@@ -8010,9 +8010,9 @@ export class PostRuleStatusChangeResponseBody extends $tea.Model {
8010
8010
  }
8011
8011
 
8012
8012
  export class PostRuleStatusChangeResponse extends $tea.Model {
8013
- headers: { [key: string]: string };
8014
- statusCode: number;
8015
- body: PostRuleStatusChangeResponseBody;
8013
+ headers?: { [key: string]: string };
8014
+ statusCode?: number;
8015
+ body?: PostRuleStatusChangeResponseBody;
8016
8016
  static names(): { [key: string]: string } {
8017
8017
  return {
8018
8018
  headers: 'headers',
@@ -8076,9 +8076,9 @@ export class RestoreCapacityResponseBody extends $tea.Model {
8076
8076
  }
8077
8077
 
8078
8078
  export class RestoreCapacityResponse extends $tea.Model {
8079
- headers: { [key: string]: string };
8080
- statusCode: number;
8081
- body: RestoreCapacityResponseBody;
8079
+ headers?: { [key: string]: string };
8080
+ statusCode?: number;
8081
+ body?: RestoreCapacityResponseBody;
8082
8082
  static names(): { [key: string]: string } {
8083
8083
  return {
8084
8084
  headers: 'headers',
@@ -8148,9 +8148,9 @@ export class SaveQuickQueryResponseBody extends $tea.Model {
8148
8148
  }
8149
8149
 
8150
8150
  export class SaveQuickQueryResponse extends $tea.Model {
8151
- headers: { [key: string]: string };
8152
- statusCode: number;
8153
- body: SaveQuickQueryResponseBody;
8151
+ headers?: { [key: string]: string };
8152
+ statusCode?: number;
8153
+ body?: SaveQuickQueryResponseBody;
8154
8154
  static names(): { [key: string]: string } {
8155
8155
  return {
8156
8156
  headers: 'headers',
@@ -8220,9 +8220,9 @@ export class SetStorageResponseBody extends $tea.Model {
8220
8220
  }
8221
8221
 
8222
8222
  export class SetStorageResponse extends $tea.Model {
8223
- headers: { [key: string]: string };
8224
- statusCode: number;
8225
- body: SetStorageResponseBody;
8223
+ headers?: { [key: string]: string };
8224
+ statusCode?: number;
8225
+ body?: SetStorageResponseBody;
8226
8226
  static names(): { [key: string]: string } {
8227
8227
  return {
8228
8228
  headers: 'headers',
@@ -8286,9 +8286,9 @@ export class ShowQuickAnalysisResponseBody extends $tea.Model {
8286
8286
  }
8287
8287
 
8288
8288
  export class ShowQuickAnalysisResponse extends $tea.Model {
8289
- headers: { [key: string]: string };
8290
- statusCode: number;
8291
- body: ShowQuickAnalysisResponseBody;
8289
+ headers?: { [key: string]: string };
8290
+ statusCode?: number;
8291
+ body?: ShowQuickAnalysisResponseBody;
8292
8292
  static names(): { [key: string]: string } {
8293
8293
  return {
8294
8294
  headers: 'headers',
@@ -8367,9 +8367,9 @@ export class SubmitImportLogTasksResponseBody extends $tea.Model {
8367
8367
  }
8368
8368
 
8369
8369
  export class SubmitImportLogTasksResponse extends $tea.Model {
8370
- headers: { [key: string]: string };
8371
- statusCode: number;
8372
- body: SubmitImportLogTasksResponseBody;
8370
+ headers?: { [key: string]: string };
8371
+ statusCode?: number;
8372
+ body?: SubmitImportLogTasksResponseBody;
8373
8373
  static names(): { [key: string]: string } {
8374
8374
  return {
8375
8375
  headers: 'headers',
@@ -8436,9 +8436,9 @@ export class SubmitJobsResponseBody extends $tea.Model {
8436
8436
  }
8437
8437
 
8438
8438
  export class SubmitJobsResponse extends $tea.Model {
8439
- headers: { [key: string]: string };
8440
- statusCode: number;
8441
- body: SubmitJobsResponseBody;
8439
+ headers?: { [key: string]: string };
8440
+ statusCode?: number;
8441
+ body?: SubmitJobsResponseBody;
8442
8442
  static names(): { [key: string]: string } {
8443
8443
  return {
8444
8444
  headers: 'headers',
@@ -8517,9 +8517,9 @@ export class UpdateAutomateResponseConfigStatusResponseBody extends $tea.Model {
8517
8517
  }
8518
8518
 
8519
8519
  export class UpdateAutomateResponseConfigStatusResponse extends $tea.Model {
8520
- headers: { [key: string]: string };
8521
- statusCode: number;
8522
- body: UpdateAutomateResponseConfigStatusResponseBody;
8520
+ headers?: { [key: string]: string };
8521
+ statusCode?: number;
8522
+ body?: UpdateAutomateResponseConfigStatusResponseBody;
8523
8523
  static names(): { [key: string]: string } {
8524
8524
  return {
8525
8525
  headers: 'headers',
@@ -8601,9 +8601,9 @@ export class UpdateWhiteRuleListResponseBody extends $tea.Model {
8601
8601
  }
8602
8602
 
8603
8603
  export class UpdateWhiteRuleListResponse extends $tea.Model {
8604
- headers: { [key: string]: string };
8605
- statusCode: number;
8606
- body: UpdateWhiteRuleListResponseBody;
8604
+ headers?: { [key: string]: string };
8605
+ statusCode?: number;
8606
+ body?: UpdateWhiteRuleListResponseBody;
8607
8607
  static names(): { [key: string]: string } {
8608
8608
  return {
8609
8609
  headers: 'headers',
@@ -10211,6 +10211,7 @@ export class DescribeCloudSiemEventDetailResponseBodyData extends $tea.Model {
10211
10211
  incidentName?: string;
10212
10212
  incidentNameEn?: string;
10213
10213
  incidentUuid?: string;
10214
+ referAccount?: string;
10214
10215
  remark?: string;
10215
10216
  status?: number;
10216
10217
  threatLevel?: string;
@@ -10230,6 +10231,7 @@ export class DescribeCloudSiemEventDetailResponseBodyData extends $tea.Model {
10230
10231
  incidentName: 'IncidentName',
10231
10232
  incidentNameEn: 'IncidentNameEn',
10232
10233
  incidentUuid: 'IncidentUuid',
10234
+ referAccount: 'ReferAccount',
10233
10235
  remark: 'Remark',
10234
10236
  status: 'Status',
10235
10237
  threatLevel: 'ThreatLevel',
@@ -10252,6 +10254,7 @@ export class DescribeCloudSiemEventDetailResponseBodyData extends $tea.Model {
10252
10254
  incidentName: 'string',
10253
10255
  incidentNameEn: 'string',
10254
10256
  incidentUuid: 'string',
10257
+ referAccount: 'string',
10255
10258
  remark: 'string',
10256
10259
  status: 'number',
10257
10260
  threatLevel: 'string',