@alicloud/sophonsoar20220728 1.0.0 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/client.d.ts CHANGED
@@ -31,11 +31,11 @@ export declare class BatchModifyInstanceStatusResponseBody extends $tea.Model {
31
31
  });
32
32
  }
33
33
  export declare class BatchModifyInstanceStatusResponse extends $tea.Model {
34
- headers: {
34
+ headers?: {
35
35
  [key: string]: string;
36
36
  };
37
- statusCode: number;
38
- body: BatchModifyInstanceStatusResponseBody;
37
+ statusCode?: number;
38
+ body?: BatchModifyInstanceStatusResponseBody;
39
39
  static names(): {
40
40
  [key: string]: string;
41
41
  };
@@ -75,11 +75,11 @@ export declare class ComparePlaybooksResponseBody extends $tea.Model {
75
75
  });
76
76
  }
77
77
  export declare class ComparePlaybooksResponse extends $tea.Model {
78
- headers: {
78
+ headers?: {
79
79
  [key: string]: string;
80
80
  };
81
- statusCode: number;
82
- body: ComparePlaybooksResponseBody;
81
+ statusCode?: number;
82
+ body?: ComparePlaybooksResponseBody;
83
83
  static names(): {
84
84
  [key: string]: string;
85
85
  };
@@ -118,11 +118,11 @@ export declare class CreatePlaybookResponseBody extends $tea.Model {
118
118
  });
119
119
  }
120
120
  export declare class CreatePlaybookResponse extends $tea.Model {
121
- headers: {
121
+ headers?: {
122
122
  [key: string]: string;
123
123
  };
124
- statusCode: number;
125
- body: CreatePlaybookResponseBody;
124
+ statusCode?: number;
125
+ body?: CreatePlaybookResponseBody;
126
126
  static names(): {
127
127
  [key: string]: string;
128
128
  };
@@ -162,11 +162,11 @@ export declare class DebugPlaybookResponseBody extends $tea.Model {
162
162
  });
163
163
  }
164
164
  export declare class DebugPlaybookResponse extends $tea.Model {
165
- headers: {
165
+ headers?: {
166
166
  [key: string]: string;
167
167
  };
168
- statusCode: number;
169
- body: DebugPlaybookResponseBody;
168
+ statusCode?: number;
169
+ body?: DebugPlaybookResponseBody;
170
170
  static names(): {
171
171
  [key: string]: string;
172
172
  };
@@ -203,11 +203,11 @@ export declare class DeleteComponentAssetResponseBody extends $tea.Model {
203
203
  });
204
204
  }
205
205
  export declare class DeleteComponentAssetResponse extends $tea.Model {
206
- headers: {
206
+ headers?: {
207
207
  [key: string]: string;
208
208
  };
209
- statusCode: number;
210
- body: DeleteComponentAssetResponseBody;
209
+ statusCode?: number;
210
+ body?: DeleteComponentAssetResponseBody;
211
211
  static names(): {
212
212
  [key: string]: string;
213
213
  };
@@ -244,11 +244,11 @@ export declare class DeletePlaybookResponseBody extends $tea.Model {
244
244
  });
245
245
  }
246
246
  export declare class DeletePlaybookResponse extends $tea.Model {
247
- headers: {
247
+ headers?: {
248
248
  [key: string]: string;
249
249
  };
250
- statusCode: number;
251
- body: DeletePlaybookResponseBody;
250
+ statusCode?: number;
251
+ body?: DeletePlaybookResponseBody;
252
252
  static names(): {
253
253
  [key: string]: string;
254
254
  };
@@ -285,11 +285,11 @@ export declare class DescribeApiListResponseBody extends $tea.Model {
285
285
  });
286
286
  }
287
287
  export declare class DescribeApiListResponse extends $tea.Model {
288
- headers: {
288
+ headers?: {
289
289
  [key: string]: string;
290
290
  };
291
- statusCode: number;
292
- body: DescribeApiListResponseBody;
291
+ statusCode?: number;
292
+ body?: DescribeApiListResponseBody;
293
293
  static names(): {
294
294
  [key: string]: string;
295
295
  };
@@ -327,11 +327,11 @@ export declare class DescribeComponentAssetFormResponseBody extends $tea.Model {
327
327
  });
328
328
  }
329
329
  export declare class DescribeComponentAssetFormResponse extends $tea.Model {
330
- headers: {
330
+ headers?: {
331
331
  [key: string]: string;
332
332
  };
333
- statusCode: number;
334
- body: DescribeComponentAssetFormResponseBody;
333
+ statusCode?: number;
334
+ body?: DescribeComponentAssetFormResponseBody;
335
335
  static names(): {
336
336
  [key: string]: string;
337
337
  };
@@ -369,11 +369,11 @@ export declare class DescribeComponentAssetsResponseBody extends $tea.Model {
369
369
  });
370
370
  }
371
371
  export declare class DescribeComponentAssetsResponse extends $tea.Model {
372
- headers: {
372
+ headers?: {
373
373
  [key: string]: string;
374
374
  };
375
- statusCode: number;
376
- body: DescribeComponentAssetsResponseBody;
375
+ statusCode?: number;
376
+ body?: DescribeComponentAssetsResponseBody;
377
377
  static names(): {
378
378
  [key: string]: string;
379
379
  };
@@ -411,11 +411,11 @@ export declare class DescribeComponentListResponseBody extends $tea.Model {
411
411
  });
412
412
  }
413
413
  export declare class DescribeComponentListResponse extends $tea.Model {
414
- headers: {
414
+ headers?: {
415
415
  [key: string]: string;
416
416
  };
417
- statusCode: number;
418
- body: DescribeComponentListResponseBody;
417
+ statusCode?: number;
418
+ body?: DescribeComponentListResponseBody;
419
419
  static names(): {
420
420
  [key: string]: string;
421
421
  };
@@ -453,11 +453,11 @@ export declare class DescribeComponentPlaybookResponseBody extends $tea.Model {
453
453
  });
454
454
  }
455
455
  export declare class DescribeComponentPlaybookResponse extends $tea.Model {
456
- headers: {
456
+ headers?: {
457
457
  [key: string]: string;
458
458
  };
459
- statusCode: number;
460
- body: DescribeComponentPlaybookResponseBody;
459
+ statusCode?: number;
460
+ body?: DescribeComponentPlaybookResponseBody;
461
461
  static names(): {
462
462
  [key: string]: string;
463
463
  };
@@ -494,11 +494,11 @@ export declare class DescribeComponentsJsResponseBody extends $tea.Model {
494
494
  });
495
495
  }
496
496
  export declare class DescribeComponentsJsResponse extends $tea.Model {
497
- headers: {
497
+ headers?: {
498
498
  [key: string]: string;
499
499
  };
500
- statusCode: number;
501
- body: DescribeComponentsJsResponseBody;
500
+ statusCode?: number;
501
+ body?: DescribeComponentsJsResponseBody;
502
502
  static names(): {
503
503
  [key: string]: string;
504
504
  };
@@ -537,11 +537,11 @@ export declare class DescribeDistinctReleasesResponseBody extends $tea.Model {
537
537
  });
538
538
  }
539
539
  export declare class DescribeDistinctReleasesResponse extends $tea.Model {
540
- headers: {
540
+ headers?: {
541
541
  [key: string]: string;
542
542
  };
543
- statusCode: number;
544
- body: DescribeDistinctReleasesResponseBody;
543
+ statusCode?: number;
544
+ body?: DescribeDistinctReleasesResponseBody;
545
545
  static names(): {
546
546
  [key: string]: string;
547
547
  };
@@ -579,11 +579,11 @@ export declare class DescribeEnumItemsResponseBody extends $tea.Model {
579
579
  });
580
580
  }
581
581
  export declare class DescribeEnumItemsResponse extends $tea.Model {
582
- headers: {
582
+ headers?: {
583
583
  [key: string]: string;
584
584
  };
585
- statusCode: number;
586
- body: DescribeEnumItemsResponseBody;
585
+ statusCode?: number;
586
+ body?: DescribeEnumItemsResponseBody;
587
587
  static names(): {
588
588
  [key: string]: string;
589
589
  };
@@ -595,6 +595,7 @@ export declare class DescribeEnumItemsResponse extends $tea.Model {
595
595
  });
596
596
  }
597
597
  export declare class DescribeExecutePlaybooksRequest extends $tea.Model {
598
+ inputMode?: string;
598
599
  lang?: string;
599
600
  paramType?: string;
600
601
  playbookName?: string;
@@ -623,11 +624,11 @@ export declare class DescribeExecutePlaybooksResponseBody extends $tea.Model {
623
624
  });
624
625
  }
625
626
  export declare class DescribeExecutePlaybooksResponse extends $tea.Model {
626
- headers: {
627
+ headers?: {
627
628
  [key: string]: string;
628
629
  };
629
- statusCode: number;
630
- body: DescribeExecutePlaybooksResponseBody;
630
+ statusCode?: number;
631
+ body?: DescribeExecutePlaybooksResponseBody;
631
632
  static names(): {
632
633
  [key: string]: string;
633
634
  };
@@ -666,11 +667,11 @@ export declare class DescribeFieldResponseBody extends $tea.Model {
666
667
  });
667
668
  }
668
669
  export declare class DescribeFieldResponse extends $tea.Model {
669
- headers: {
670
+ headers?: {
670
671
  [key: string]: string;
671
672
  };
672
- statusCode: number;
673
- body: DescribeFieldResponseBody;
673
+ statusCode?: number;
674
+ body?: DescribeFieldResponseBody;
674
675
  static names(): {
675
676
  [key: string]: string;
676
677
  };
@@ -708,11 +709,11 @@ export declare class DescribeLatestRecordSchemaResponseBody extends $tea.Model {
708
709
  });
709
710
  }
710
711
  export declare class DescribeLatestRecordSchemaResponse extends $tea.Model {
711
- headers: {
712
+ headers?: {
712
713
  [key: string]: string;
713
714
  };
714
- statusCode: number;
715
- body: DescribeLatestRecordSchemaResponseBody;
715
+ statusCode?: number;
716
+ body?: DescribeLatestRecordSchemaResponseBody;
716
717
  static names(): {
717
718
  [key: string]: string;
718
719
  };
@@ -751,11 +752,11 @@ export declare class DescribeNodeParamTagsResponseBody extends $tea.Model {
751
752
  });
752
753
  }
753
754
  export declare class DescribeNodeParamTagsResponse extends $tea.Model {
754
- headers: {
755
+ headers?: {
755
756
  [key: string]: string;
756
757
  };
757
- statusCode: number;
758
- body: DescribeNodeParamTagsResponseBody;
758
+ statusCode?: number;
759
+ body?: DescribeNodeParamTagsResponseBody;
759
760
  static names(): {
760
761
  [key: string]: string;
761
762
  };
@@ -794,11 +795,11 @@ export declare class DescribeNodeUsedInfosResponseBody extends $tea.Model {
794
795
  });
795
796
  }
796
797
  export declare class DescribeNodeUsedInfosResponse extends $tea.Model {
797
- headers: {
798
+ headers?: {
798
799
  [key: string]: string;
799
800
  };
800
- statusCode: number;
801
- body: DescribeNodeUsedInfosResponseBody;
801
+ statusCode?: number;
802
+ body?: DescribeNodeUsedInfosResponseBody;
802
803
  static names(): {
803
804
  [key: string]: string;
804
805
  };
@@ -838,11 +839,11 @@ export declare class DescribePlaybookResponseBody extends $tea.Model {
838
839
  });
839
840
  }
840
841
  export declare class DescribePlaybookResponse extends $tea.Model {
841
- headers: {
842
+ headers?: {
842
843
  [key: string]: string;
843
844
  };
844
- statusCode: number;
845
- body: DescribePlaybookResponseBody;
845
+ statusCode?: number;
846
+ body?: DescribePlaybookResponseBody;
846
847
  static names(): {
847
848
  [key: string]: string;
848
849
  };
@@ -880,11 +881,11 @@ export declare class DescribePlaybookInputOutputResponseBody extends $tea.Model
880
881
  });
881
882
  }
882
883
  export declare class DescribePlaybookInputOutputResponse extends $tea.Model {
883
- headers: {
884
+ headers?: {
884
885
  [key: string]: string;
885
886
  };
886
- statusCode: number;
887
- body: DescribePlaybookInputOutputResponseBody;
887
+ statusCode?: number;
888
+ body?: DescribePlaybookInputOutputResponseBody;
888
889
  static names(): {
889
890
  [key: string]: string;
890
891
  };
@@ -922,11 +923,11 @@ export declare class DescribePlaybookMetricsResponseBody extends $tea.Model {
922
923
  });
923
924
  }
924
925
  export declare class DescribePlaybookMetricsResponse extends $tea.Model {
925
- headers: {
926
+ headers?: {
926
927
  [key: string]: string;
927
928
  };
928
- statusCode: number;
929
- body: DescribePlaybookMetricsResponseBody;
929
+ statusCode?: number;
930
+ body?: DescribePlaybookMetricsResponseBody;
930
931
  static names(): {
931
932
  [key: string]: string;
932
933
  };
@@ -965,11 +966,11 @@ export declare class DescribePlaybookNodesOutputResponseBody extends $tea.Model
965
966
  });
966
967
  }
967
968
  export declare class DescribePlaybookNodesOutputResponse extends $tea.Model {
968
- headers: {
969
+ headers?: {
969
970
  [key: string]: string;
970
971
  };
971
- statusCode: number;
972
- body: DescribePlaybookNodesOutputResponseBody;
972
+ statusCode?: number;
973
+ body?: DescribePlaybookNodesOutputResponseBody;
973
974
  static names(): {
974
975
  [key: string]: string;
975
976
  };
@@ -1006,11 +1007,11 @@ export declare class DescribePlaybookNumberMetricsResponseBody extends $tea.Mode
1006
1007
  });
1007
1008
  }
1008
1009
  export declare class DescribePlaybookNumberMetricsResponse extends $tea.Model {
1009
- headers: {
1010
+ headers?: {
1010
1011
  [key: string]: string;
1011
1012
  };
1012
- statusCode: number;
1013
- body: DescribePlaybookNumberMetricsResponseBody;
1013
+ statusCode?: number;
1014
+ body?: DescribePlaybookNumberMetricsResponseBody;
1014
1015
  static names(): {
1015
1016
  [key: string]: string;
1016
1017
  };
@@ -1051,11 +1052,11 @@ export declare class DescribePlaybookReleasesResponseBody extends $tea.Model {
1051
1052
  });
1052
1053
  }
1053
1054
  export declare class DescribePlaybookReleasesResponse extends $tea.Model {
1054
- headers: {
1055
+ headers?: {
1055
1056
  [key: string]: string;
1056
1057
  };
1057
- statusCode: number;
1058
- body: DescribePlaybookReleasesResponseBody;
1058
+ statusCode?: number;
1059
+ body?: DescribePlaybookReleasesResponseBody;
1059
1060
  static names(): {
1060
1061
  [key: string]: string;
1061
1062
  };
@@ -1101,11 +1102,11 @@ export declare class DescribePlaybooksResponseBody extends $tea.Model {
1101
1102
  });
1102
1103
  }
1103
1104
  export declare class DescribePlaybooksResponse extends $tea.Model {
1104
- headers: {
1105
+ headers?: {
1105
1106
  [key: string]: string;
1106
1107
  };
1107
- statusCode: number;
1108
- body: DescribePlaybooksResponseBody;
1108
+ statusCode?: number;
1109
+ body?: DescribePlaybooksResponseBody;
1109
1110
  static names(): {
1110
1111
  [key: string]: string;
1111
1112
  };
@@ -1148,11 +1149,11 @@ export declare class DescribePopApiResponseBody extends $tea.Model {
1148
1149
  });
1149
1150
  }
1150
1151
  export declare class DescribePopApiResponse extends $tea.Model {
1151
- headers: {
1152
+ headers?: {
1152
1153
  [key: string]: string;
1153
1154
  };
1154
- statusCode: number;
1155
- body: DescribePopApiResponseBody;
1155
+ statusCode?: number;
1156
+ body?: DescribePopApiResponseBody;
1156
1157
  static names(): {
1157
1158
  [key: string]: string;
1158
1159
  };
@@ -1196,11 +1197,11 @@ export declare class DescribePopApiItemListResponseBody extends $tea.Model {
1196
1197
  });
1197
1198
  }
1198
1199
  export declare class DescribePopApiItemListResponse extends $tea.Model {
1199
- headers: {
1200
+ headers?: {
1200
1201
  [key: string]: string;
1201
1202
  };
1202
- statusCode: number;
1203
- body: DescribePopApiItemListResponseBody;
1203
+ statusCode?: number;
1204
+ body?: DescribePopApiItemListResponseBody;
1204
1205
  static names(): {
1205
1206
  [key: string]: string;
1206
1207
  };
@@ -1241,11 +1242,11 @@ export declare class DescribePopApiVersionListResponseBody extends $tea.Model {
1241
1242
  });
1242
1243
  }
1243
1244
  export declare class DescribePopApiVersionListResponse extends $tea.Model {
1244
- headers: {
1245
+ headers?: {
1245
1246
  [key: string]: string;
1246
1247
  };
1247
- statusCode: number;
1248
- body: DescribePopApiVersionListResponseBody;
1248
+ statusCode?: number;
1249
+ body?: DescribePopApiVersionListResponseBody;
1249
1250
  static names(): {
1250
1251
  [key: string]: string;
1251
1252
  };
@@ -1300,11 +1301,11 @@ export declare class DescribeProcessTasksResponseBody extends $tea.Model {
1300
1301
  });
1301
1302
  }
1302
1303
  export declare class DescribeProcessTasksResponse extends $tea.Model {
1303
- headers: {
1304
+ headers?: {
1304
1305
  [key: string]: string;
1305
1306
  };
1306
- statusCode: number;
1307
- body: DescribeProcessTasksResponseBody;
1307
+ statusCode?: number;
1308
+ body?: DescribeProcessTasksResponseBody;
1308
1309
  static names(): {
1309
1310
  [key: string]: string;
1310
1311
  };
@@ -1347,11 +1348,11 @@ export declare class DescribeSoarRecordActionOutputListResponseBody extends $tea
1347
1348
  });
1348
1349
  }
1349
1350
  export declare class DescribeSoarRecordActionOutputListResponse extends $tea.Model {
1350
- headers: {
1351
+ headers?: {
1351
1352
  [key: string]: string;
1352
1353
  };
1353
- statusCode: number;
1354
- body: DescribeSoarRecordActionOutputListResponseBody;
1354
+ statusCode?: number;
1355
+ body?: DescribeSoarRecordActionOutputListResponseBody;
1355
1356
  static names(): {
1356
1357
  [key: string]: string;
1357
1358
  };
@@ -1389,11 +1390,11 @@ export declare class DescribeSoarRecordInOutputResponseBody extends $tea.Model {
1389
1390
  });
1390
1391
  }
1391
1392
  export declare class DescribeSoarRecordInOutputResponse extends $tea.Model {
1392
- headers: {
1393
+ headers?: {
1393
1394
  [key: string]: string;
1394
1395
  };
1395
- statusCode: number;
1396
- body: DescribeSoarRecordInOutputResponseBody;
1396
+ statusCode?: number;
1397
+ body?: DescribeSoarRecordInOutputResponseBody;
1397
1398
  static names(): {
1398
1399
  [key: string]: string;
1399
1400
  };
@@ -1439,11 +1440,11 @@ export declare class DescribeSoarRecordsResponseBody extends $tea.Model {
1439
1440
  });
1440
1441
  }
1441
1442
  export declare class DescribeSoarRecordsResponse extends $tea.Model {
1442
- headers: {
1443
+ headers?: {
1443
1444
  [key: string]: string;
1444
1445
  };
1445
- statusCode: number;
1446
- body: DescribeSoarRecordsResponseBody;
1446
+ statusCode?: number;
1447
+ body?: DescribeSoarRecordsResponseBody;
1447
1448
  static names(): {
1448
1449
  [key: string]: string;
1449
1450
  };
@@ -1481,11 +1482,11 @@ export declare class DescribeSoarTaskAndActionsResponseBody extends $tea.Model {
1481
1482
  });
1482
1483
  }
1483
1484
  export declare class DescribeSoarTaskAndActionsResponse extends $tea.Model {
1484
- headers: {
1485
+ headers?: {
1485
1486
  [key: string]: string;
1486
1487
  };
1487
- statusCode: number;
1488
- body: DescribeSoarTaskAndActionsResponseBody;
1488
+ statusCode?: number;
1489
+ body?: DescribeSoarTaskAndActionsResponseBody;
1489
1490
  static names(): {
1490
1491
  [key: string]: string;
1491
1492
  };
@@ -1522,11 +1523,11 @@ export declare class DescribeSophonCommandsResponseBody extends $tea.Model {
1522
1523
  });
1523
1524
  }
1524
1525
  export declare class DescribeSophonCommandsResponse extends $tea.Model {
1525
- headers: {
1526
+ headers?: {
1526
1527
  [key: string]: string;
1527
1528
  };
1528
- statusCode: number;
1529
- body: DescribeSophonCommandsResponseBody;
1529
+ statusCode?: number;
1530
+ body?: DescribeSophonCommandsResponseBody;
1530
1531
  static names(): {
1531
1532
  [key: string]: string;
1532
1533
  };
@@ -1564,11 +1565,11 @@ export declare class DescriberPython3ScriptLogsResponseBody extends $tea.Model {
1564
1565
  });
1565
1566
  }
1566
1567
  export declare class DescriberPython3ScriptLogsResponse extends $tea.Model {
1567
- headers: {
1568
+ headers?: {
1568
1569
  [key: string]: string;
1569
1570
  };
1570
- statusCode: number;
1571
- body: DescriberPython3ScriptLogsResponseBody;
1571
+ statusCode?: number;
1572
+ body?: DescriberPython3ScriptLogsResponseBody;
1572
1573
  static names(): {
1573
1574
  [key: string]: string;
1574
1575
  };
@@ -1605,11 +1606,11 @@ export declare class ModifyComponentAssetResponseBody extends $tea.Model {
1605
1606
  });
1606
1607
  }
1607
1608
  export declare class ModifyComponentAssetResponse extends $tea.Model {
1608
- headers: {
1609
+ headers?: {
1609
1610
  [key: string]: string;
1610
1611
  };
1611
- statusCode: number;
1612
- body: ModifyComponentAssetResponseBody;
1612
+ statusCode?: number;
1613
+ body?: ModifyComponentAssetResponseBody;
1613
1614
  static names(): {
1614
1615
  [key: string]: string;
1615
1616
  };
@@ -1649,11 +1650,11 @@ export declare class ModifyPlaybookResponseBody extends $tea.Model {
1649
1650
  });
1650
1651
  }
1651
1652
  export declare class ModifyPlaybookResponse extends $tea.Model {
1652
- headers: {
1653
+ headers?: {
1653
1654
  [key: string]: string;
1654
1655
  };
1655
- statusCode: number;
1656
- body: ModifyPlaybookResponseBody;
1656
+ statusCode?: number;
1657
+ body?: ModifyPlaybookResponseBody;
1657
1658
  static names(): {
1658
1659
  [key: string]: string;
1659
1660
  };
@@ -1665,6 +1666,7 @@ export declare class ModifyPlaybookResponse extends $tea.Model {
1665
1666
  });
1666
1667
  }
1667
1668
  export declare class ModifyPlaybookInputOutputRequest extends $tea.Model {
1669
+ exeConfig?: string;
1668
1670
  inputParams?: string;
1669
1671
  lang?: string;
1670
1672
  outputParams?: string;
@@ -1693,11 +1695,11 @@ export declare class ModifyPlaybookInputOutputResponseBody extends $tea.Model {
1693
1695
  });
1694
1696
  }
1695
1697
  export declare class ModifyPlaybookInputOutputResponse extends $tea.Model {
1696
- headers: {
1698
+ headers?: {
1697
1699
  [key: string]: string;
1698
1700
  };
1699
- statusCode: number;
1700
- body: ModifyPlaybookInputOutputResponseBody;
1701
+ statusCode?: number;
1702
+ body?: ModifyPlaybookInputOutputResponseBody;
1701
1703
  static names(): {
1702
1704
  [key: string]: string;
1703
1705
  };
@@ -1735,11 +1737,11 @@ export declare class ModifyPlaybookInstanceStatusResponseBody extends $tea.Model
1735
1737
  });
1736
1738
  }
1737
1739
  export declare class ModifyPlaybookInstanceStatusResponse extends $tea.Model {
1738
- headers: {
1740
+ headers?: {
1739
1741
  [key: string]: string;
1740
1742
  };
1741
- statusCode: number;
1742
- body: ModifyPlaybookInstanceStatusResponseBody;
1743
+ statusCode?: number;
1744
+ body?: ModifyPlaybookInstanceStatusResponseBody;
1743
1745
  static names(): {
1744
1746
  [key: string]: string;
1745
1747
  };
@@ -1776,11 +1778,11 @@ export declare class PublishPlaybookResponseBody extends $tea.Model {
1776
1778
  });
1777
1779
  }
1778
1780
  export declare class PublishPlaybookResponse extends $tea.Model {
1779
- headers: {
1781
+ headers?: {
1780
1782
  [key: string]: string;
1781
1783
  };
1782
- statusCode: number;
1783
- body: PublishPlaybookResponseBody;
1784
+ statusCode?: number;
1785
+ body?: PublishPlaybookResponseBody;
1784
1786
  static names(): {
1785
1787
  [key: string]: string;
1786
1788
  };
@@ -1817,11 +1819,11 @@ export declare class QueryTreeDataResponseBody extends $tea.Model {
1817
1819
  });
1818
1820
  }
1819
1821
  export declare class QueryTreeDataResponse extends $tea.Model {
1820
- headers: {
1822
+ headers?: {
1821
1823
  [key: string]: string;
1822
1824
  };
1823
- statusCode: number;
1824
- body: QueryTreeDataResponseBody;
1825
+ statusCode?: number;
1826
+ body?: QueryTreeDataResponseBody;
1825
1827
  static names(): {
1826
1828
  [key: string]: string;
1827
1829
  };
@@ -1861,11 +1863,11 @@ export declare class RenamePlaybookNodeResponseBody extends $tea.Model {
1861
1863
  });
1862
1864
  }
1863
1865
  export declare class RenamePlaybookNodeResponse extends $tea.Model {
1864
- headers: {
1866
+ headers?: {
1865
1867
  [key: string]: string;
1866
1868
  };
1867
- statusCode: number;
1868
- body: RenamePlaybookNodeResponseBody;
1869
+ statusCode?: number;
1870
+ body?: RenamePlaybookNodeResponseBody;
1869
1871
  static names(): {
1870
1872
  [key: string]: string;
1871
1873
  };
@@ -1903,11 +1905,11 @@ export declare class RevertPlaybookReleaseResponseBody extends $tea.Model {
1903
1905
  });
1904
1906
  }
1905
1907
  export declare class RevertPlaybookReleaseResponse extends $tea.Model {
1906
- headers: {
1908
+ headers?: {
1907
1909
  [key: string]: string;
1908
1910
  };
1909
- statusCode: number;
1910
- body: RevertPlaybookReleaseResponseBody;
1911
+ statusCode?: number;
1912
+ body?: RevertPlaybookReleaseResponseBody;
1911
1913
  static names(): {
1912
1914
  [key: string]: string;
1913
1915
  };
@@ -1947,11 +1949,11 @@ export declare class RunPython3ScriptResponseBody extends $tea.Model {
1947
1949
  });
1948
1950
  }
1949
1951
  export declare class RunPython3ScriptResponse extends $tea.Model {
1950
- headers: {
1952
+ headers?: {
1951
1953
  [key: string]: string;
1952
1954
  };
1953
- statusCode: number;
1954
- body: RunPython3ScriptResponseBody;
1955
+ statusCode?: number;
1956
+ body?: RunPython3ScriptResponseBody;
1955
1957
  static names(): {
1956
1958
  [key: string]: string;
1957
1959
  };
@@ -1989,11 +1991,11 @@ export declare class TriggerPlaybookResponseBody extends $tea.Model {
1989
1991
  });
1990
1992
  }
1991
1993
  export declare class TriggerPlaybookResponse extends $tea.Model {
1992
- headers: {
1994
+ headers?: {
1993
1995
  [key: string]: string;
1994
1996
  };
1995
- statusCode: number;
1996
- body: TriggerPlaybookResponseBody;
1997
+ statusCode?: number;
1998
+ body?: TriggerPlaybookResponseBody;
1997
1999
  static names(): {
1998
2000
  [key: string]: string;
1999
2001
  };
@@ -2030,11 +2032,11 @@ export declare class TriggerProcessTaskResponseBody extends $tea.Model {
2030
2032
  });
2031
2033
  }
2032
2034
  export declare class TriggerProcessTaskResponse extends $tea.Model {
2033
- headers: {
2035
+ headers?: {
2034
2036
  [key: string]: string;
2035
2037
  };
2036
- statusCode: number;
2037
- body: TriggerProcessTaskResponseBody;
2038
+ statusCode?: number;
2039
+ body?: TriggerProcessTaskResponseBody;
2038
2040
  static names(): {
2039
2041
  [key: string]: string;
2040
2042
  };
@@ -2075,11 +2077,11 @@ export declare class TriggerSophonPlaybookResponseBody extends $tea.Model {
2075
2077
  });
2076
2078
  }
2077
2079
  export declare class TriggerSophonPlaybookResponse extends $tea.Model {
2078
- headers: {
2080
+ headers?: {
2079
2081
  [key: string]: string;
2080
2082
  };
2081
- statusCode: number;
2082
- body: TriggerSophonPlaybookResponseBody;
2083
+ statusCode?: number;
2084
+ body?: TriggerSophonPlaybookResponseBody;
2083
2085
  static names(): {
2084
2086
  [key: string]: string;
2085
2087
  };
@@ -2117,11 +2119,11 @@ export declare class VerifyPlaybookResponseBody extends $tea.Model {
2117
2119
  });
2118
2120
  }
2119
2121
  export declare class VerifyPlaybookResponse extends $tea.Model {
2120
- headers: {
2122
+ headers?: {
2121
2123
  [key: string]: string;
2122
2124
  };
2123
- statusCode: number;
2124
- body: VerifyPlaybookResponseBody;
2125
+ statusCode?: number;
2126
+ body?: VerifyPlaybookResponseBody;
2125
2127
  static names(): {
2126
2128
  [key: string]: string;
2127
2129
  };
@@ -2158,11 +2160,11 @@ export declare class VerifyPythonFileResponseBody extends $tea.Model {
2158
2160
  });
2159
2161
  }
2160
2162
  export declare class VerifyPythonFileResponse extends $tea.Model {
2161
- headers: {
2163
+ headers?: {
2162
2164
  [key: string]: string;
2163
2165
  };
2164
- statusCode: number;
2165
- body: VerifyPythonFileResponseBody;
2166
+ statusCode?: number;
2167
+ body?: VerifyPythonFileResponseBody;
2166
2168
  static names(): {
2167
2169
  [key: string]: string;
2168
2170
  };
@@ -2343,6 +2345,7 @@ export declare class DescribePlaybookResponseBodyPlaybook extends $tea.Model {
2343
2345
  playbookUuid?: string;
2344
2346
  successExeNum?: number;
2345
2347
  taskflow?: string;
2348
+ taskflowType?: string;
2346
2349
  static names(): {
2347
2350
  [key: string]: string;
2348
2351
  };
@@ -2354,6 +2357,7 @@ export declare class DescribePlaybookResponseBodyPlaybook extends $tea.Model {
2354
2357
  });
2355
2358
  }
2356
2359
  export declare class DescribePlaybookInputOutputResponseBodyConfig extends $tea.Model {
2360
+ exeConfig?: string;
2357
2361
  inputParams?: string;
2358
2362
  outputParams?: string;
2359
2363
  paramType?: string;
@@ -2538,6 +2542,9 @@ export declare class DescribeProcessTasksResponseBodyProcessTasks extends $tea.M
2538
2542
  taskId?: string;
2539
2543
  taskStatus?: number;
2540
2544
  yunCode?: string;
2545
+ errCode?: string;
2546
+ errMsg?: string;
2547
+ errTip?: string;
2541
2548
  static names(): {
2542
2549
  [key: string]: string;
2543
2550
  };
@@ -2799,13 +2806,52 @@ export default class Client extends OpenApi {
2799
2806
  renamePlaybookNode(request: RenamePlaybookNodeRequest): Promise<RenamePlaybookNodeResponse>;
2800
2807
  revertPlaybookReleaseWithOptions(request: RevertPlaybookReleaseRequest, runtime: $Util.RuntimeOptions): Promise<RevertPlaybookReleaseResponse>;
2801
2808
  revertPlaybookRelease(request: RevertPlaybookReleaseRequest): Promise<RevertPlaybookReleaseResponse>;
2809
+ /**
2810
+ * Before you call this operation, make sure that you understand the billing method and pricing of Security Orchestration Automation Response (SOAR). For more information, see [Pricing](https://www.aliyun.com/price/product#/sas/detail/sas).
2811
+ *
2812
+ * @param request RunPython3ScriptRequest
2813
+ * @param runtime runtime options for this request RuntimeOptions
2814
+ * @return RunPython3ScriptResponse
2815
+ */
2802
2816
  runPython3ScriptWithOptions(request: RunPython3ScriptRequest, runtime: $Util.RuntimeOptions): Promise<RunPython3ScriptResponse>;
2817
+ /**
2818
+ * Before you call this operation, make sure that you understand the billing method and pricing of Security Orchestration Automation Response (SOAR). For more information, see [Pricing](https://www.aliyun.com/price/product#/sas/detail/sas).
2819
+ *
2820
+ * @param request RunPython3ScriptRequest
2821
+ * @return RunPython3ScriptResponse
2822
+ */
2803
2823
  runPython3Script(request: RunPython3ScriptRequest): Promise<RunPython3ScriptResponse>;
2824
+ /**
2825
+ * Before you call this operation, make sure that you understand the billing methods and pricing of Security Orchestration Automation Response (SOAR). For more information, see [Pricing](https://www.aliyun.com/price/product#/sas/detail/sas).
2826
+ *
2827
+ * @param request TriggerPlaybookRequest
2828
+ * @param runtime runtime options for this request RuntimeOptions
2829
+ * @return TriggerPlaybookResponse
2830
+ */
2804
2831
  triggerPlaybookWithOptions(request: TriggerPlaybookRequest, runtime: $Util.RuntimeOptions): Promise<TriggerPlaybookResponse>;
2832
+ /**
2833
+ * Before you call this operation, make sure that you understand the billing methods and pricing of Security Orchestration Automation Response (SOAR). For more information, see [Pricing](https://www.aliyun.com/price/product#/sas/detail/sas).
2834
+ *
2835
+ * @param request TriggerPlaybookRequest
2836
+ * @return TriggerPlaybookResponse
2837
+ */
2805
2838
  triggerPlaybook(request: TriggerPlaybookRequest): Promise<TriggerPlaybookResponse>;
2806
2839
  triggerProcessTaskWithOptions(request: TriggerProcessTaskRequest, runtime: $Util.RuntimeOptions): Promise<TriggerProcessTaskResponse>;
2807
2840
  triggerProcessTask(request: TriggerProcessTaskRequest): Promise<TriggerProcessTaskResponse>;
2841
+ /**
2842
+ * Before you call this operation, make sure that you understand the billing methods and pricing of Security Orchestration Automation Response (SOAR). For more information, see [Pricing](https://www.aliyun.com/price/product#/sas/detail/sas).
2843
+ *
2844
+ * @param request TriggerSophonPlaybookRequest
2845
+ * @param runtime runtime options for this request RuntimeOptions
2846
+ * @return TriggerSophonPlaybookResponse
2847
+ */
2808
2848
  triggerSophonPlaybookWithOptions(request: TriggerSophonPlaybookRequest, runtime: $Util.RuntimeOptions): Promise<TriggerSophonPlaybookResponse>;
2849
+ /**
2850
+ * Before you call this operation, make sure that you understand the billing methods and pricing of Security Orchestration Automation Response (SOAR). For more information, see [Pricing](https://www.aliyun.com/price/product#/sas/detail/sas).
2851
+ *
2852
+ * @param request TriggerSophonPlaybookRequest
2853
+ * @return TriggerSophonPlaybookResponse
2854
+ */
2809
2855
  triggerSophonPlaybook(request: TriggerSophonPlaybookRequest): Promise<TriggerSophonPlaybookResponse>;
2810
2856
  verifyPlaybookWithOptions(request: VerifyPlaybookRequest, runtime: $Util.RuntimeOptions): Promise<VerifyPlaybookResponse>;
2811
2857
  verifyPlaybook(request: VerifyPlaybookRequest): Promise<VerifyPlaybookResponse>;