@alicloud/sophonsoar20220728 1.0.1 → 2.0.0

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
  };
@@ -94,6 +94,7 @@ export declare class CreatePlaybookRequest extends $tea.Model {
94
94
  description?: string;
95
95
  displayName?: string;
96
96
  lang?: string;
97
+ taskflowType?: string;
97
98
  static names(): {
98
99
  [key: string]: string;
99
100
  };
@@ -118,11 +119,11 @@ export declare class CreatePlaybookResponseBody extends $tea.Model {
118
119
  });
119
120
  }
120
121
  export declare class CreatePlaybookResponse extends $tea.Model {
121
- headers: {
122
+ headers?: {
122
123
  [key: string]: string;
123
124
  };
124
- statusCode: number;
125
- body: CreatePlaybookResponseBody;
125
+ statusCode?: number;
126
+ body?: CreatePlaybookResponseBody;
126
127
  static names(): {
127
128
  [key: string]: string;
128
129
  };
@@ -162,11 +163,11 @@ export declare class DebugPlaybookResponseBody extends $tea.Model {
162
163
  });
163
164
  }
164
165
  export declare class DebugPlaybookResponse extends $tea.Model {
165
- headers: {
166
+ headers?: {
166
167
  [key: string]: string;
167
168
  };
168
- statusCode: number;
169
- body: DebugPlaybookResponseBody;
169
+ statusCode?: number;
170
+ body?: DebugPlaybookResponseBody;
170
171
  static names(): {
171
172
  [key: string]: string;
172
173
  };
@@ -203,11 +204,11 @@ export declare class DeleteComponentAssetResponseBody extends $tea.Model {
203
204
  });
204
205
  }
205
206
  export declare class DeleteComponentAssetResponse extends $tea.Model {
206
- headers: {
207
+ headers?: {
207
208
  [key: string]: string;
208
209
  };
209
- statusCode: number;
210
- body: DeleteComponentAssetResponseBody;
210
+ statusCode?: number;
211
+ body?: DeleteComponentAssetResponseBody;
211
212
  static names(): {
212
213
  [key: string]: string;
213
214
  };
@@ -244,11 +245,11 @@ export declare class DeletePlaybookResponseBody extends $tea.Model {
244
245
  });
245
246
  }
246
247
  export declare class DeletePlaybookResponse extends $tea.Model {
247
- headers: {
248
+ headers?: {
248
249
  [key: string]: string;
249
250
  };
250
- statusCode: number;
251
- body: DeletePlaybookResponseBody;
251
+ statusCode?: number;
252
+ body?: DeletePlaybookResponseBody;
252
253
  static names(): {
253
254
  [key: string]: string;
254
255
  };
@@ -285,11 +286,11 @@ export declare class DescribeApiListResponseBody extends $tea.Model {
285
286
  });
286
287
  }
287
288
  export declare class DescribeApiListResponse extends $tea.Model {
288
- headers: {
289
+ headers?: {
289
290
  [key: string]: string;
290
291
  };
291
- statusCode: number;
292
- body: DescribeApiListResponseBody;
292
+ statusCode?: number;
293
+ body?: DescribeApiListResponseBody;
293
294
  static names(): {
294
295
  [key: string]: string;
295
296
  };
@@ -327,11 +328,11 @@ export declare class DescribeComponentAssetFormResponseBody extends $tea.Model {
327
328
  });
328
329
  }
329
330
  export declare class DescribeComponentAssetFormResponse extends $tea.Model {
330
- headers: {
331
+ headers?: {
331
332
  [key: string]: string;
332
333
  };
333
- statusCode: number;
334
- body: DescribeComponentAssetFormResponseBody;
334
+ statusCode?: number;
335
+ body?: DescribeComponentAssetFormResponseBody;
335
336
  static names(): {
336
337
  [key: string]: string;
337
338
  };
@@ -369,11 +370,11 @@ export declare class DescribeComponentAssetsResponseBody extends $tea.Model {
369
370
  });
370
371
  }
371
372
  export declare class DescribeComponentAssetsResponse extends $tea.Model {
372
- headers: {
373
+ headers?: {
373
374
  [key: string]: string;
374
375
  };
375
- statusCode: number;
376
- body: DescribeComponentAssetsResponseBody;
376
+ statusCode?: number;
377
+ body?: DescribeComponentAssetsResponseBody;
377
378
  static names(): {
378
379
  [key: string]: string;
379
380
  };
@@ -411,11 +412,11 @@ export declare class DescribeComponentListResponseBody extends $tea.Model {
411
412
  });
412
413
  }
413
414
  export declare class DescribeComponentListResponse extends $tea.Model {
414
- headers: {
415
+ headers?: {
415
416
  [key: string]: string;
416
417
  };
417
- statusCode: number;
418
- body: DescribeComponentListResponseBody;
418
+ statusCode?: number;
419
+ body?: DescribeComponentListResponseBody;
419
420
  static names(): {
420
421
  [key: string]: string;
421
422
  };
@@ -453,11 +454,11 @@ export declare class DescribeComponentPlaybookResponseBody extends $tea.Model {
453
454
  });
454
455
  }
455
456
  export declare class DescribeComponentPlaybookResponse extends $tea.Model {
456
- headers: {
457
+ headers?: {
457
458
  [key: string]: string;
458
459
  };
459
- statusCode: number;
460
- body: DescribeComponentPlaybookResponseBody;
460
+ statusCode?: number;
461
+ body?: DescribeComponentPlaybookResponseBody;
461
462
  static names(): {
462
463
  [key: string]: string;
463
464
  };
@@ -494,11 +495,11 @@ export declare class DescribeComponentsJsResponseBody extends $tea.Model {
494
495
  });
495
496
  }
496
497
  export declare class DescribeComponentsJsResponse extends $tea.Model {
497
- headers: {
498
+ headers?: {
498
499
  [key: string]: string;
499
500
  };
500
- statusCode: number;
501
- body: DescribeComponentsJsResponseBody;
501
+ statusCode?: number;
502
+ body?: DescribeComponentsJsResponseBody;
502
503
  static names(): {
503
504
  [key: string]: string;
504
505
  };
@@ -537,11 +538,11 @@ export declare class DescribeDistinctReleasesResponseBody extends $tea.Model {
537
538
  });
538
539
  }
539
540
  export declare class DescribeDistinctReleasesResponse extends $tea.Model {
540
- headers: {
541
+ headers?: {
541
542
  [key: string]: string;
542
543
  };
543
- statusCode: number;
544
- body: DescribeDistinctReleasesResponseBody;
544
+ statusCode?: number;
545
+ body?: DescribeDistinctReleasesResponseBody;
545
546
  static names(): {
546
547
  [key: string]: string;
547
548
  };
@@ -579,11 +580,11 @@ export declare class DescribeEnumItemsResponseBody extends $tea.Model {
579
580
  });
580
581
  }
581
582
  export declare class DescribeEnumItemsResponse extends $tea.Model {
582
- headers: {
583
+ headers?: {
583
584
  [key: string]: string;
584
585
  };
585
- statusCode: number;
586
- body: DescribeEnumItemsResponseBody;
586
+ statusCode?: number;
587
+ body?: DescribeEnumItemsResponseBody;
587
588
  static names(): {
588
589
  [key: string]: string;
589
590
  };
@@ -595,6 +596,7 @@ export declare class DescribeEnumItemsResponse extends $tea.Model {
595
596
  });
596
597
  }
597
598
  export declare class DescribeExecutePlaybooksRequest extends $tea.Model {
599
+ inputMode?: string;
598
600
  lang?: string;
599
601
  paramType?: string;
600
602
  playbookName?: string;
@@ -623,11 +625,11 @@ export declare class DescribeExecutePlaybooksResponseBody extends $tea.Model {
623
625
  });
624
626
  }
625
627
  export declare class DescribeExecutePlaybooksResponse extends $tea.Model {
626
- headers: {
628
+ headers?: {
627
629
  [key: string]: string;
628
630
  };
629
- statusCode: number;
630
- body: DescribeExecutePlaybooksResponseBody;
631
+ statusCode?: number;
632
+ body?: DescribeExecutePlaybooksResponseBody;
631
633
  static names(): {
632
634
  [key: string]: string;
633
635
  };
@@ -666,11 +668,11 @@ export declare class DescribeFieldResponseBody extends $tea.Model {
666
668
  });
667
669
  }
668
670
  export declare class DescribeFieldResponse extends $tea.Model {
669
- headers: {
671
+ headers?: {
670
672
  [key: string]: string;
671
673
  };
672
- statusCode: number;
673
- body: DescribeFieldResponseBody;
674
+ statusCode?: number;
675
+ body?: DescribeFieldResponseBody;
674
676
  static names(): {
675
677
  [key: string]: string;
676
678
  };
@@ -708,11 +710,11 @@ export declare class DescribeLatestRecordSchemaResponseBody extends $tea.Model {
708
710
  });
709
711
  }
710
712
  export declare class DescribeLatestRecordSchemaResponse extends $tea.Model {
711
- headers: {
713
+ headers?: {
712
714
  [key: string]: string;
713
715
  };
714
- statusCode: number;
715
- body: DescribeLatestRecordSchemaResponseBody;
716
+ statusCode?: number;
717
+ body?: DescribeLatestRecordSchemaResponseBody;
716
718
  static names(): {
717
719
  [key: string]: string;
718
720
  };
@@ -751,11 +753,11 @@ export declare class DescribeNodeParamTagsResponseBody extends $tea.Model {
751
753
  });
752
754
  }
753
755
  export declare class DescribeNodeParamTagsResponse extends $tea.Model {
754
- headers: {
756
+ headers?: {
755
757
  [key: string]: string;
756
758
  };
757
- statusCode: number;
758
- body: DescribeNodeParamTagsResponseBody;
759
+ statusCode?: number;
760
+ body?: DescribeNodeParamTagsResponseBody;
759
761
  static names(): {
760
762
  [key: string]: string;
761
763
  };
@@ -794,11 +796,11 @@ export declare class DescribeNodeUsedInfosResponseBody extends $tea.Model {
794
796
  });
795
797
  }
796
798
  export declare class DescribeNodeUsedInfosResponse extends $tea.Model {
797
- headers: {
799
+ headers?: {
798
800
  [key: string]: string;
799
801
  };
800
- statusCode: number;
801
- body: DescribeNodeUsedInfosResponseBody;
802
+ statusCode?: number;
803
+ body?: DescribeNodeUsedInfosResponseBody;
802
804
  static names(): {
803
805
  [key: string]: string;
804
806
  };
@@ -838,11 +840,11 @@ export declare class DescribePlaybookResponseBody extends $tea.Model {
838
840
  });
839
841
  }
840
842
  export declare class DescribePlaybookResponse extends $tea.Model {
841
- headers: {
843
+ headers?: {
842
844
  [key: string]: string;
843
845
  };
844
- statusCode: number;
845
- body: DescribePlaybookResponseBody;
846
+ statusCode?: number;
847
+ body?: DescribePlaybookResponseBody;
846
848
  static names(): {
847
849
  [key: string]: string;
848
850
  };
@@ -880,11 +882,11 @@ export declare class DescribePlaybookInputOutputResponseBody extends $tea.Model
880
882
  });
881
883
  }
882
884
  export declare class DescribePlaybookInputOutputResponse extends $tea.Model {
883
- headers: {
885
+ headers?: {
884
886
  [key: string]: string;
885
887
  };
886
- statusCode: number;
887
- body: DescribePlaybookInputOutputResponseBody;
888
+ statusCode?: number;
889
+ body?: DescribePlaybookInputOutputResponseBody;
888
890
  static names(): {
889
891
  [key: string]: string;
890
892
  };
@@ -922,11 +924,11 @@ export declare class DescribePlaybookMetricsResponseBody extends $tea.Model {
922
924
  });
923
925
  }
924
926
  export declare class DescribePlaybookMetricsResponse extends $tea.Model {
925
- headers: {
927
+ headers?: {
926
928
  [key: string]: string;
927
929
  };
928
- statusCode: number;
929
- body: DescribePlaybookMetricsResponseBody;
930
+ statusCode?: number;
931
+ body?: DescribePlaybookMetricsResponseBody;
930
932
  static names(): {
931
933
  [key: string]: string;
932
934
  };
@@ -965,11 +967,11 @@ export declare class DescribePlaybookNodesOutputResponseBody extends $tea.Model
965
967
  });
966
968
  }
967
969
  export declare class DescribePlaybookNodesOutputResponse extends $tea.Model {
968
- headers: {
970
+ headers?: {
969
971
  [key: string]: string;
970
972
  };
971
- statusCode: number;
972
- body: DescribePlaybookNodesOutputResponseBody;
973
+ statusCode?: number;
974
+ body?: DescribePlaybookNodesOutputResponseBody;
973
975
  static names(): {
974
976
  [key: string]: string;
975
977
  };
@@ -1006,11 +1008,11 @@ export declare class DescribePlaybookNumberMetricsResponseBody extends $tea.Mode
1006
1008
  });
1007
1009
  }
1008
1010
  export declare class DescribePlaybookNumberMetricsResponse extends $tea.Model {
1009
- headers: {
1011
+ headers?: {
1010
1012
  [key: string]: string;
1011
1013
  };
1012
- statusCode: number;
1013
- body: DescribePlaybookNumberMetricsResponseBody;
1014
+ statusCode?: number;
1015
+ body?: DescribePlaybookNumberMetricsResponseBody;
1014
1016
  static names(): {
1015
1017
  [key: string]: string;
1016
1018
  };
@@ -1051,11 +1053,11 @@ export declare class DescribePlaybookReleasesResponseBody extends $tea.Model {
1051
1053
  });
1052
1054
  }
1053
1055
  export declare class DescribePlaybookReleasesResponse extends $tea.Model {
1054
- headers: {
1056
+ headers?: {
1055
1057
  [key: string]: string;
1056
1058
  };
1057
- statusCode: number;
1058
- body: DescribePlaybookReleasesResponseBody;
1059
+ statusCode?: number;
1060
+ body?: DescribePlaybookReleasesResponseBody;
1059
1061
  static names(): {
1060
1062
  [key: string]: string;
1061
1063
  };
@@ -1071,10 +1073,12 @@ export declare class DescribePlaybooksRequest extends $tea.Model {
1071
1073
  endMillis?: number;
1072
1074
  lang?: string;
1073
1075
  name?: string;
1076
+ order?: string;
1074
1077
  ownType?: string;
1075
1078
  pageNumber?: string;
1076
1079
  pageSize?: string;
1077
1080
  playbookUuid?: string;
1081
+ sort?: string;
1078
1082
  startMillis?: number;
1079
1083
  static names(): {
1080
1084
  [key: string]: string;
@@ -1101,11 +1105,11 @@ export declare class DescribePlaybooksResponseBody extends $tea.Model {
1101
1105
  });
1102
1106
  }
1103
1107
  export declare class DescribePlaybooksResponse extends $tea.Model {
1104
- headers: {
1108
+ headers?: {
1105
1109
  [key: string]: string;
1106
1110
  };
1107
- statusCode: number;
1108
- body: DescribePlaybooksResponseBody;
1111
+ statusCode?: number;
1112
+ body?: DescribePlaybooksResponseBody;
1109
1113
  static names(): {
1110
1114
  [key: string]: string;
1111
1115
  };
@@ -1148,11 +1152,11 @@ export declare class DescribePopApiResponseBody extends $tea.Model {
1148
1152
  });
1149
1153
  }
1150
1154
  export declare class DescribePopApiResponse extends $tea.Model {
1151
- headers: {
1155
+ headers?: {
1152
1156
  [key: string]: string;
1153
1157
  };
1154
- statusCode: number;
1155
- body: DescribePopApiResponseBody;
1158
+ statusCode?: number;
1159
+ body?: DescribePopApiResponseBody;
1156
1160
  static names(): {
1157
1161
  [key: string]: string;
1158
1162
  };
@@ -1196,11 +1200,11 @@ export declare class DescribePopApiItemListResponseBody extends $tea.Model {
1196
1200
  });
1197
1201
  }
1198
1202
  export declare class DescribePopApiItemListResponse extends $tea.Model {
1199
- headers: {
1203
+ headers?: {
1200
1204
  [key: string]: string;
1201
1205
  };
1202
- statusCode: number;
1203
- body: DescribePopApiItemListResponseBody;
1206
+ statusCode?: number;
1207
+ body?: DescribePopApiItemListResponseBody;
1204
1208
  static names(): {
1205
1209
  [key: string]: string;
1206
1210
  };
@@ -1241,11 +1245,11 @@ export declare class DescribePopApiVersionListResponseBody extends $tea.Model {
1241
1245
  });
1242
1246
  }
1243
1247
  export declare class DescribePopApiVersionListResponse extends $tea.Model {
1244
- headers: {
1248
+ headers?: {
1245
1249
  [key: string]: string;
1246
1250
  };
1247
- statusCode: number;
1248
- body: DescribePopApiVersionListResponseBody;
1251
+ statusCode?: number;
1252
+ body?: DescribePopApiVersionListResponseBody;
1249
1253
  static names(): {
1250
1254
  [key: string]: string;
1251
1255
  };
@@ -1300,11 +1304,11 @@ export declare class DescribeProcessTasksResponseBody extends $tea.Model {
1300
1304
  });
1301
1305
  }
1302
1306
  export declare class DescribeProcessTasksResponse extends $tea.Model {
1303
- headers: {
1307
+ headers?: {
1304
1308
  [key: string]: string;
1305
1309
  };
1306
- statusCode: number;
1307
- body: DescribeProcessTasksResponseBody;
1310
+ statusCode?: number;
1311
+ body?: DescribeProcessTasksResponseBody;
1308
1312
  static names(): {
1309
1313
  [key: string]: string;
1310
1314
  };
@@ -1347,11 +1351,11 @@ export declare class DescribeSoarRecordActionOutputListResponseBody extends $tea
1347
1351
  });
1348
1352
  }
1349
1353
  export declare class DescribeSoarRecordActionOutputListResponse extends $tea.Model {
1350
- headers: {
1354
+ headers?: {
1351
1355
  [key: string]: string;
1352
1356
  };
1353
- statusCode: number;
1354
- body: DescribeSoarRecordActionOutputListResponseBody;
1357
+ statusCode?: number;
1358
+ body?: DescribeSoarRecordActionOutputListResponseBody;
1355
1359
  static names(): {
1356
1360
  [key: string]: string;
1357
1361
  };
@@ -1389,11 +1393,11 @@ export declare class DescribeSoarRecordInOutputResponseBody extends $tea.Model {
1389
1393
  });
1390
1394
  }
1391
1395
  export declare class DescribeSoarRecordInOutputResponse extends $tea.Model {
1392
- headers: {
1396
+ headers?: {
1393
1397
  [key: string]: string;
1394
1398
  };
1395
- statusCode: number;
1396
- body: DescribeSoarRecordInOutputResponseBody;
1399
+ statusCode?: number;
1400
+ body?: DescribeSoarRecordInOutputResponseBody;
1397
1401
  static names(): {
1398
1402
  [key: string]: string;
1399
1403
  };
@@ -1439,11 +1443,11 @@ export declare class DescribeSoarRecordsResponseBody extends $tea.Model {
1439
1443
  });
1440
1444
  }
1441
1445
  export declare class DescribeSoarRecordsResponse extends $tea.Model {
1442
- headers: {
1446
+ headers?: {
1443
1447
  [key: string]: string;
1444
1448
  };
1445
- statusCode: number;
1446
- body: DescribeSoarRecordsResponseBody;
1449
+ statusCode?: number;
1450
+ body?: DescribeSoarRecordsResponseBody;
1447
1451
  static names(): {
1448
1452
  [key: string]: string;
1449
1453
  };
@@ -1481,11 +1485,11 @@ export declare class DescribeSoarTaskAndActionsResponseBody extends $tea.Model {
1481
1485
  });
1482
1486
  }
1483
1487
  export declare class DescribeSoarTaskAndActionsResponse extends $tea.Model {
1484
- headers: {
1488
+ headers?: {
1485
1489
  [key: string]: string;
1486
1490
  };
1487
- statusCode: number;
1488
- body: DescribeSoarTaskAndActionsResponseBody;
1491
+ statusCode?: number;
1492
+ body?: DescribeSoarTaskAndActionsResponseBody;
1489
1493
  static names(): {
1490
1494
  [key: string]: string;
1491
1495
  };
@@ -1522,11 +1526,11 @@ export declare class DescribeSophonCommandsResponseBody extends $tea.Model {
1522
1526
  });
1523
1527
  }
1524
1528
  export declare class DescribeSophonCommandsResponse extends $tea.Model {
1525
- headers: {
1529
+ headers?: {
1526
1530
  [key: string]: string;
1527
1531
  };
1528
- statusCode: number;
1529
- body: DescribeSophonCommandsResponseBody;
1532
+ statusCode?: number;
1533
+ body?: DescribeSophonCommandsResponseBody;
1530
1534
  static names(): {
1531
1535
  [key: string]: string;
1532
1536
  };
@@ -1564,11 +1568,11 @@ export declare class DescriberPython3ScriptLogsResponseBody extends $tea.Model {
1564
1568
  });
1565
1569
  }
1566
1570
  export declare class DescriberPython3ScriptLogsResponse extends $tea.Model {
1567
- headers: {
1571
+ headers?: {
1568
1572
  [key: string]: string;
1569
1573
  };
1570
- statusCode: number;
1571
- body: DescriberPython3ScriptLogsResponseBody;
1574
+ statusCode?: number;
1575
+ body?: DescriberPython3ScriptLogsResponseBody;
1572
1576
  static names(): {
1573
1577
  [key: string]: string;
1574
1578
  };
@@ -1605,11 +1609,11 @@ export declare class ModifyComponentAssetResponseBody extends $tea.Model {
1605
1609
  });
1606
1610
  }
1607
1611
  export declare class ModifyComponentAssetResponse extends $tea.Model {
1608
- headers: {
1612
+ headers?: {
1609
1613
  [key: string]: string;
1610
1614
  };
1611
- statusCode: number;
1612
- body: ModifyComponentAssetResponseBody;
1615
+ statusCode?: number;
1616
+ body?: ModifyComponentAssetResponseBody;
1613
1617
  static names(): {
1614
1618
  [key: string]: string;
1615
1619
  };
@@ -1649,11 +1653,11 @@ export declare class ModifyPlaybookResponseBody extends $tea.Model {
1649
1653
  });
1650
1654
  }
1651
1655
  export declare class ModifyPlaybookResponse extends $tea.Model {
1652
- headers: {
1656
+ headers?: {
1653
1657
  [key: string]: string;
1654
1658
  };
1655
- statusCode: number;
1656
- body: ModifyPlaybookResponseBody;
1659
+ statusCode?: number;
1660
+ body?: ModifyPlaybookResponseBody;
1657
1661
  static names(): {
1658
1662
  [key: string]: string;
1659
1663
  };
@@ -1694,11 +1698,11 @@ export declare class ModifyPlaybookInputOutputResponseBody extends $tea.Model {
1694
1698
  });
1695
1699
  }
1696
1700
  export declare class ModifyPlaybookInputOutputResponse extends $tea.Model {
1697
- headers: {
1701
+ headers?: {
1698
1702
  [key: string]: string;
1699
1703
  };
1700
- statusCode: number;
1701
- body: ModifyPlaybookInputOutputResponseBody;
1704
+ statusCode?: number;
1705
+ body?: ModifyPlaybookInputOutputResponseBody;
1702
1706
  static names(): {
1703
1707
  [key: string]: string;
1704
1708
  };
@@ -1736,11 +1740,11 @@ export declare class ModifyPlaybookInstanceStatusResponseBody extends $tea.Model
1736
1740
  });
1737
1741
  }
1738
1742
  export declare class ModifyPlaybookInstanceStatusResponse extends $tea.Model {
1739
- headers: {
1743
+ headers?: {
1740
1744
  [key: string]: string;
1741
1745
  };
1742
- statusCode: number;
1743
- body: ModifyPlaybookInstanceStatusResponseBody;
1746
+ statusCode?: number;
1747
+ body?: ModifyPlaybookInstanceStatusResponseBody;
1744
1748
  static names(): {
1745
1749
  [key: string]: string;
1746
1750
  };
@@ -1777,11 +1781,11 @@ export declare class PublishPlaybookResponseBody extends $tea.Model {
1777
1781
  });
1778
1782
  }
1779
1783
  export declare class PublishPlaybookResponse extends $tea.Model {
1780
- headers: {
1784
+ headers?: {
1781
1785
  [key: string]: string;
1782
1786
  };
1783
- statusCode: number;
1784
- body: PublishPlaybookResponseBody;
1787
+ statusCode?: number;
1788
+ body?: PublishPlaybookResponseBody;
1785
1789
  static names(): {
1786
1790
  [key: string]: string;
1787
1791
  };
@@ -1818,11 +1822,11 @@ export declare class QueryTreeDataResponseBody extends $tea.Model {
1818
1822
  });
1819
1823
  }
1820
1824
  export declare class QueryTreeDataResponse extends $tea.Model {
1821
- headers: {
1825
+ headers?: {
1822
1826
  [key: string]: string;
1823
1827
  };
1824
- statusCode: number;
1825
- body: QueryTreeDataResponseBody;
1828
+ statusCode?: number;
1829
+ body?: QueryTreeDataResponseBody;
1826
1830
  static names(): {
1827
1831
  [key: string]: string;
1828
1832
  };
@@ -1862,11 +1866,11 @@ export declare class RenamePlaybookNodeResponseBody extends $tea.Model {
1862
1866
  });
1863
1867
  }
1864
1868
  export declare class RenamePlaybookNodeResponse extends $tea.Model {
1865
- headers: {
1869
+ headers?: {
1866
1870
  [key: string]: string;
1867
1871
  };
1868
- statusCode: number;
1869
- body: RenamePlaybookNodeResponseBody;
1872
+ statusCode?: number;
1873
+ body?: RenamePlaybookNodeResponseBody;
1870
1874
  static names(): {
1871
1875
  [key: string]: string;
1872
1876
  };
@@ -1904,11 +1908,11 @@ export declare class RevertPlaybookReleaseResponseBody extends $tea.Model {
1904
1908
  });
1905
1909
  }
1906
1910
  export declare class RevertPlaybookReleaseResponse extends $tea.Model {
1907
- headers: {
1911
+ headers?: {
1908
1912
  [key: string]: string;
1909
1913
  };
1910
- statusCode: number;
1911
- body: RevertPlaybookReleaseResponseBody;
1914
+ statusCode?: number;
1915
+ body?: RevertPlaybookReleaseResponseBody;
1912
1916
  static names(): {
1913
1917
  [key: string]: string;
1914
1918
  };
@@ -1948,11 +1952,11 @@ export declare class RunPython3ScriptResponseBody extends $tea.Model {
1948
1952
  });
1949
1953
  }
1950
1954
  export declare class RunPython3ScriptResponse extends $tea.Model {
1951
- headers: {
1955
+ headers?: {
1952
1956
  [key: string]: string;
1953
1957
  };
1954
- statusCode: number;
1955
- body: RunPython3ScriptResponseBody;
1958
+ statusCode?: number;
1959
+ body?: RunPython3ScriptResponseBody;
1956
1960
  static names(): {
1957
1961
  [key: string]: string;
1958
1962
  };
@@ -1990,11 +1994,11 @@ export declare class TriggerPlaybookResponseBody extends $tea.Model {
1990
1994
  });
1991
1995
  }
1992
1996
  export declare class TriggerPlaybookResponse extends $tea.Model {
1993
- headers: {
1997
+ headers?: {
1994
1998
  [key: string]: string;
1995
1999
  };
1996
- statusCode: number;
1997
- body: TriggerPlaybookResponseBody;
2000
+ statusCode?: number;
2001
+ body?: TriggerPlaybookResponseBody;
1998
2002
  static names(): {
1999
2003
  [key: string]: string;
2000
2004
  };
@@ -2031,11 +2035,11 @@ export declare class TriggerProcessTaskResponseBody extends $tea.Model {
2031
2035
  });
2032
2036
  }
2033
2037
  export declare class TriggerProcessTaskResponse extends $tea.Model {
2034
- headers: {
2038
+ headers?: {
2035
2039
  [key: string]: string;
2036
2040
  };
2037
- statusCode: number;
2038
- body: TriggerProcessTaskResponseBody;
2041
+ statusCode?: number;
2042
+ body?: TriggerProcessTaskResponseBody;
2039
2043
  static names(): {
2040
2044
  [key: string]: string;
2041
2045
  };
@@ -2076,11 +2080,11 @@ export declare class TriggerSophonPlaybookResponseBody extends $tea.Model {
2076
2080
  });
2077
2081
  }
2078
2082
  export declare class TriggerSophonPlaybookResponse extends $tea.Model {
2079
- headers: {
2083
+ headers?: {
2080
2084
  [key: string]: string;
2081
2085
  };
2082
- statusCode: number;
2083
- body: TriggerSophonPlaybookResponseBody;
2086
+ statusCode?: number;
2087
+ body?: TriggerSophonPlaybookResponseBody;
2084
2088
  static names(): {
2085
2089
  [key: string]: string;
2086
2090
  };
@@ -2118,11 +2122,11 @@ export declare class VerifyPlaybookResponseBody extends $tea.Model {
2118
2122
  });
2119
2123
  }
2120
2124
  export declare class VerifyPlaybookResponse extends $tea.Model {
2121
- headers: {
2125
+ headers?: {
2122
2126
  [key: string]: string;
2123
2127
  };
2124
- statusCode: number;
2125
- body: VerifyPlaybookResponseBody;
2128
+ statusCode?: number;
2129
+ body?: VerifyPlaybookResponseBody;
2126
2130
  static names(): {
2127
2131
  [key: string]: string;
2128
2132
  };
@@ -2159,11 +2163,11 @@ export declare class VerifyPythonFileResponseBody extends $tea.Model {
2159
2163
  });
2160
2164
  }
2161
2165
  export declare class VerifyPythonFileResponse extends $tea.Model {
2162
- headers: {
2166
+ headers?: {
2163
2167
  [key: string]: string;
2164
2168
  };
2165
- statusCode: number;
2166
- body: VerifyPythonFileResponseBody;
2169
+ statusCode?: number;
2170
+ body?: VerifyPythonFileResponseBody;
2167
2171
  static names(): {
2168
2172
  [key: string]: string;
2169
2173
  };
@@ -2249,6 +2253,7 @@ export declare class DescribeComponentPlaybookResponseBodyPlaybooks extends $tea
2249
2253
  export declare class DescribeDistinctReleasesResponseBodyRecords extends $tea.Model {
2250
2254
  description?: string;
2251
2255
  taskflowMd5?: string;
2256
+ taskflowType?: string;
2252
2257
  static names(): {
2253
2258
  [key: string]: string;
2254
2259
  };
@@ -2344,6 +2349,7 @@ export declare class DescribePlaybookResponseBodyPlaybook extends $tea.Model {
2344
2349
  playbookUuid?: string;
2345
2350
  successExeNum?: number;
2346
2351
  taskflow?: string;
2352
+ taskflowType?: string;
2347
2353
  static names(): {
2348
2354
  [key: string]: string;
2349
2355
  };
@@ -2466,6 +2472,7 @@ export declare class DescribePlaybooksResponseBodyPlaybooks extends $tea.Model {
2466
2472
  active?: number;
2467
2473
  displayName?: string;
2468
2474
  gmtCreate?: number;
2475
+ gmtModified?: string;
2469
2476
  lastRuntime?: number;
2470
2477
  ownType?: string;
2471
2478
  playbookUuid?: string;
@@ -2527,6 +2534,9 @@ export declare class DescribeProcessTasksResponseBodyProcessTasks extends $tea.M
2527
2534
  creator?: string;
2528
2535
  entityName?: string;
2529
2536
  entityType?: string;
2537
+ errCode?: string;
2538
+ errMsg?: string;
2539
+ errTip?: string;
2530
2540
  gmtCreateMillis?: number;
2531
2541
  gmtModifiedMillis?: number;
2532
2542
  inputParams?: string;
@@ -2713,143 +2723,766 @@ export default class Client extends OpenApi {
2713
2723
  getEndpoint(productId: string, regionId: string, endpointRule: string, network: string, suffix: string, endpointMap: {
2714
2724
  [key: string]: string;
2715
2725
  }, endpoint: string): string;
2726
+ /**
2727
+ * @summary Modifies the statuses of playbooks at a time.
2728
+ *
2729
+ * @param request BatchModifyInstanceStatusRequest
2730
+ * @param runtime runtime options for this request RuntimeOptions
2731
+ * @return BatchModifyInstanceStatusResponse
2732
+ */
2716
2733
  batchModifyInstanceStatusWithOptions(request: BatchModifyInstanceStatusRequest, runtime: $Util.RuntimeOptions): Promise<BatchModifyInstanceStatusResponse>;
2734
+ /**
2735
+ * @summary Modifies the statuses of playbooks at a time.
2736
+ *
2737
+ * @param request BatchModifyInstanceStatusRequest
2738
+ * @return BatchModifyInstanceStatusResponse
2739
+ */
2717
2740
  batchModifyInstanceStatus(request: BatchModifyInstanceStatusRequest): Promise<BatchModifyInstanceStatusResponse>;
2741
+ /**
2742
+ * @summary Compares configurations between two versions of a published playbook.
2743
+ *
2744
+ * @param request ComparePlaybooksRequest
2745
+ * @param runtime runtime options for this request RuntimeOptions
2746
+ * @return ComparePlaybooksResponse
2747
+ */
2718
2748
  comparePlaybooksWithOptions(request: ComparePlaybooksRequest, runtime: $Util.RuntimeOptions): Promise<ComparePlaybooksResponse>;
2749
+ /**
2750
+ * @summary Compares configurations between two versions of a published playbook.
2751
+ *
2752
+ * @param request ComparePlaybooksRequest
2753
+ * @return ComparePlaybooksResponse
2754
+ */
2719
2755
  comparePlaybooks(request: ComparePlaybooksRequest): Promise<ComparePlaybooksResponse>;
2756
+ /**
2757
+ * @summary Creates a playbook.
2758
+ *
2759
+ * @param request CreatePlaybookRequest
2760
+ * @param runtime runtime options for this request RuntimeOptions
2761
+ * @return CreatePlaybookResponse
2762
+ */
2720
2763
  createPlaybookWithOptions(request: CreatePlaybookRequest, runtime: $Util.RuntimeOptions): Promise<CreatePlaybookResponse>;
2764
+ /**
2765
+ * @summary Creates a playbook.
2766
+ *
2767
+ * @param request CreatePlaybookRequest
2768
+ * @return CreatePlaybookResponse
2769
+ */
2721
2770
  createPlaybook(request: CreatePlaybookRequest): Promise<CreatePlaybookResponse>;
2771
+ /**
2772
+ * @summary Debugs a playbook.
2773
+ *
2774
+ * @param request DebugPlaybookRequest
2775
+ * @param runtime runtime options for this request RuntimeOptions
2776
+ * @return DebugPlaybookResponse
2777
+ */
2722
2778
  debugPlaybookWithOptions(request: DebugPlaybookRequest, runtime: $Util.RuntimeOptions): Promise<DebugPlaybookResponse>;
2779
+ /**
2780
+ * @summary Debugs a playbook.
2781
+ *
2782
+ * @param request DebugPlaybookRequest
2783
+ * @return DebugPlaybookResponse
2784
+ */
2723
2785
  debugPlaybook(request: DebugPlaybookRequest): Promise<DebugPlaybookResponse>;
2786
+ /**
2787
+ * @summary Deletes the assets in a component.
2788
+ *
2789
+ * @param request DeleteComponentAssetRequest
2790
+ * @param runtime runtime options for this request RuntimeOptions
2791
+ * @return DeleteComponentAssetResponse
2792
+ */
2724
2793
  deleteComponentAssetWithOptions(request: DeleteComponentAssetRequest, runtime: $Util.RuntimeOptions): Promise<DeleteComponentAssetResponse>;
2794
+ /**
2795
+ * @summary Deletes the assets in a component.
2796
+ *
2797
+ * @param request DeleteComponentAssetRequest
2798
+ * @return DeleteComponentAssetResponse
2799
+ */
2725
2800
  deleteComponentAsset(request: DeleteComponentAssetRequest): Promise<DeleteComponentAssetResponse>;
2801
+ /**
2802
+ * @summary Deletes a custom playbook.
2803
+ *
2804
+ * @param request DeletePlaybookRequest
2805
+ * @param runtime runtime options for this request RuntimeOptions
2806
+ * @return DeletePlaybookResponse
2807
+ */
2726
2808
  deletePlaybookWithOptions(request: DeletePlaybookRequest, runtime: $Util.RuntimeOptions): Promise<DeletePlaybookResponse>;
2809
+ /**
2810
+ * @summary Deletes a custom playbook.
2811
+ *
2812
+ * @param request DeletePlaybookRequest
2813
+ * @return DeletePlaybookResponse
2814
+ */
2727
2815
  deletePlaybook(request: DeletePlaybookRequest): Promise<DeletePlaybookResponse>;
2816
+ /**
2817
+ * @summary Queries the API operations of the cloud service.
2818
+ *
2819
+ * @param request DescribeApiListRequest
2820
+ * @param runtime runtime options for this request RuntimeOptions
2821
+ * @return DescribeApiListResponse
2822
+ */
2728
2823
  describeApiListWithOptions(request: DescribeApiListRequest, runtime: $Util.RuntimeOptions): Promise<DescribeApiListResponse>;
2824
+ /**
2825
+ * @summary Queries the API operations of the cloud service.
2826
+ *
2827
+ * @param request DescribeApiListRequest
2828
+ * @return DescribeApiListResponse
2829
+ */
2729
2830
  describeApiList(request: DescribeApiListRequest): Promise<DescribeApiListResponse>;
2831
+ /**
2832
+ * @summary Queries the metadata of assets in a component. The metadata of an asset refers to the fields that describe the asset.
2833
+ *
2834
+ * @param request DescribeComponentAssetFormRequest
2835
+ * @param runtime runtime options for this request RuntimeOptions
2836
+ * @return DescribeComponentAssetFormResponse
2837
+ */
2730
2838
  describeComponentAssetFormWithOptions(request: DescribeComponentAssetFormRequest, runtime: $Util.RuntimeOptions): Promise<DescribeComponentAssetFormResponse>;
2839
+ /**
2840
+ * @summary Queries the metadata of assets in a component. The metadata of an asset refers to the fields that describe the asset.
2841
+ *
2842
+ * @param request DescribeComponentAssetFormRequest
2843
+ * @return DescribeComponentAssetFormResponse
2844
+ */
2731
2845
  describeComponentAssetForm(request: DescribeComponentAssetFormRequest): Promise<DescribeComponentAssetFormResponse>;
2846
+ /**
2847
+ * @summary Queries a list of assets in a component.
2848
+ *
2849
+ * @param request DescribeComponentAssetsRequest
2850
+ * @param runtime runtime options for this request RuntimeOptions
2851
+ * @return DescribeComponentAssetsResponse
2852
+ */
2732
2853
  describeComponentAssetsWithOptions(request: DescribeComponentAssetsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeComponentAssetsResponse>;
2854
+ /**
2855
+ * @summary Queries a list of assets in a component.
2856
+ *
2857
+ * @param request DescribeComponentAssetsRequest
2858
+ * @return DescribeComponentAssetsResponse
2859
+ */
2733
2860
  describeComponentAssets(request: DescribeComponentAssetsRequest): Promise<DescribeComponentAssetsResponse>;
2861
+ /**
2862
+ * @summary Queries a list of common components that are available.
2863
+ *
2864
+ * @param request DescribeComponentListRequest
2865
+ * @param runtime runtime options for this request RuntimeOptions
2866
+ * @return DescribeComponentListResponse
2867
+ */
2734
2868
  describeComponentListWithOptions(request: DescribeComponentListRequest, runtime: $Util.RuntimeOptions): Promise<DescribeComponentListResponse>;
2869
+ /**
2870
+ * @summary Queries a list of common components that are available.
2871
+ *
2872
+ * @param request DescribeComponentListRequest
2873
+ * @return DescribeComponentListResponse
2874
+ */
2735
2875
  describeComponentList(request: DescribeComponentListRequest): Promise<DescribeComponentListResponse>;
2876
+ /**
2877
+ * @summary Queries a list of predefined components that are available.
2878
+ *
2879
+ * @param request DescribeComponentPlaybookRequest
2880
+ * @param runtime runtime options for this request RuntimeOptions
2881
+ * @return DescribeComponentPlaybookResponse
2882
+ */
2736
2883
  describeComponentPlaybookWithOptions(request: DescribeComponentPlaybookRequest, runtime: $Util.RuntimeOptions): Promise<DescribeComponentPlaybookResponse>;
2884
+ /**
2885
+ * @summary Queries a list of predefined components that are available.
2886
+ *
2887
+ * @param request DescribeComponentPlaybookRequest
2888
+ * @return DescribeComponentPlaybookResponse
2889
+ */
2737
2890
  describeComponentPlaybook(request: DescribeComponentPlaybookRequest): Promise<DescribeComponentPlaybookResponse>;
2891
+ /**
2892
+ * @summary Queries the JavaScript file of a component. The component uses the returned JavaScript file for page rendering.
2893
+ *
2894
+ * @param request DescribeComponentsJsRequest
2895
+ * @param runtime runtime options for this request RuntimeOptions
2896
+ * @return DescribeComponentsJsResponse
2897
+ */
2738
2898
  describeComponentsJsWithOptions(request: DescribeComponentsJsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeComponentsJsResponse>;
2899
+ /**
2900
+ * @summary Queries the JavaScript file of a component. The component uses the returned JavaScript file for page rendering.
2901
+ *
2902
+ * @param request DescribeComponentsJsRequest
2903
+ * @return DescribeComponentsJsResponse
2904
+ */
2739
2905
  describeComponentsJs(request: DescribeComponentsJsRequest): Promise<DescribeComponentsJsResponse>;
2906
+ /**
2907
+ * @summary Queries the information about the published versions of a playbook after deduplication.
2908
+ *
2909
+ * @param request DescribeDistinctReleasesRequest
2910
+ * @param runtime runtime options for this request RuntimeOptions
2911
+ * @return DescribeDistinctReleasesResponse
2912
+ */
2740
2913
  describeDistinctReleasesWithOptions(request: DescribeDistinctReleasesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDistinctReleasesResponse>;
2914
+ /**
2915
+ * @summary Queries the information about the published versions of a playbook after deduplication.
2916
+ *
2917
+ * @param request DescribeDistinctReleasesRequest
2918
+ * @return DescribeDistinctReleasesResponse
2919
+ */
2741
2920
  describeDistinctReleases(request: DescribeDistinctReleasesRequest): Promise<DescribeDistinctReleasesResponse>;
2921
+ /**
2922
+ * @summary Queries enumeration items that are required by a cloud service.
2923
+ *
2924
+ * @param request DescribeEnumItemsRequest
2925
+ * @param runtime runtime options for this request RuntimeOptions
2926
+ * @return DescribeEnumItemsResponse
2927
+ */
2742
2928
  describeEnumItemsWithOptions(request: DescribeEnumItemsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeEnumItemsResponse>;
2929
+ /**
2930
+ * @summary Queries enumeration items that are required by a cloud service.
2931
+ *
2932
+ * @param request DescribeEnumItemsRequest
2933
+ * @return DescribeEnumItemsResponse
2934
+ */
2743
2935
  describeEnumItems(request: DescribeEnumItemsRequest): Promise<DescribeEnumItemsResponse>;
2936
+ /**
2937
+ * @summary Queries the playbooks that are available for an automatic response plan.
2938
+ *
2939
+ * @param request DescribeExecutePlaybooksRequest
2940
+ * @param runtime runtime options for this request RuntimeOptions
2941
+ * @return DescribeExecutePlaybooksResponse
2942
+ */
2744
2943
  describeExecutePlaybooksWithOptions(request: DescribeExecutePlaybooksRequest, runtime: $Util.RuntimeOptions): Promise<DescribeExecutePlaybooksResponse>;
2944
+ /**
2945
+ * @summary Queries the playbooks that are available for an automatic response plan.
2946
+ *
2947
+ * @param request DescribeExecutePlaybooksRequest
2948
+ * @return DescribeExecutePlaybooksResponse
2949
+ */
2745
2950
  describeExecutePlaybooks(request: DescribeExecutePlaybooksRequest): Promise<DescribeExecutePlaybooksResponse>;
2951
+ /**
2952
+ * @summary Queries the global configuration information about a cloud service.
2953
+ *
2954
+ * @param request DescribeFieldRequest
2955
+ * @param runtime runtime options for this request RuntimeOptions
2956
+ * @return DescribeFieldResponse
2957
+ */
2746
2958
  describeFieldWithOptions(request: DescribeFieldRequest, runtime: $Util.RuntimeOptions): Promise<DescribeFieldResponse>;
2959
+ /**
2960
+ * @summary Queries the global configuration information about a cloud service.
2961
+ *
2962
+ * @param request DescribeFieldRequest
2963
+ * @return DescribeFieldResponse
2964
+ */
2747
2965
  describeField(request: DescribeFieldRequest): Promise<DescribeFieldResponse>;
2966
+ /**
2967
+ * @summary Queries the output structure information of each node in a playbook based on the most recent running record of the playbook.
2968
+ *
2969
+ * @param request DescribeLatestRecordSchemaRequest
2970
+ * @param runtime runtime options for this request RuntimeOptions
2971
+ * @return DescribeLatestRecordSchemaResponse
2972
+ */
2748
2973
  describeLatestRecordSchemaWithOptions(request: DescribeLatestRecordSchemaRequest, runtime: $Util.RuntimeOptions): Promise<DescribeLatestRecordSchemaResponse>;
2974
+ /**
2975
+ * @summary Queries the output structure information of each node in a playbook based on the most recent running record of the playbook.
2976
+ *
2977
+ * @param request DescribeLatestRecordSchemaRequest
2978
+ * @return DescribeLatestRecordSchemaResponse
2979
+ */
2749
2980
  describeLatestRecordSchema(request: DescribeLatestRecordSchemaRequest): Promise<DescribeLatestRecordSchemaResponse>;
2981
+ /**
2982
+ * @summary Queries recommended dynamic input parameters of a component for playbook orchestration.
2983
+ *
2984
+ * @param request DescribeNodeParamTagsRequest
2985
+ * @param runtime runtime options for this request RuntimeOptions
2986
+ * @return DescribeNodeParamTagsResponse
2987
+ */
2750
2988
  describeNodeParamTagsWithOptions(request: DescribeNodeParamTagsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeNodeParamTagsResponse>;
2989
+ /**
2990
+ * @summary Queries recommended dynamic input parameters of a component for playbook orchestration.
2991
+ *
2992
+ * @param request DescribeNodeParamTagsRequest
2993
+ * @return DescribeNodeParamTagsResponse
2994
+ */
2751
2995
  describeNodeParamTags(request: DescribeNodeParamTagsRequest): Promise<DescribeNodeParamTagsResponse>;
2996
+ /**
2997
+ * @summary Queries the nodes that reference the same node in a playbook.
2998
+ *
2999
+ * @param request DescribeNodeUsedInfosRequest
3000
+ * @param runtime runtime options for this request RuntimeOptions
3001
+ * @return DescribeNodeUsedInfosResponse
3002
+ */
2752
3003
  describeNodeUsedInfosWithOptions(request: DescribeNodeUsedInfosRequest, runtime: $Util.RuntimeOptions): Promise<DescribeNodeUsedInfosResponse>;
3004
+ /**
3005
+ * @summary Queries the nodes that reference the same node in a playbook.
3006
+ *
3007
+ * @param request DescribeNodeUsedInfosRequest
3008
+ * @return DescribeNodeUsedInfosResponse
3009
+ */
2753
3010
  describeNodeUsedInfos(request: DescribeNodeUsedInfosRequest): Promise<DescribeNodeUsedInfosResponse>;
3011
+ /**
3012
+ * @summary Queries the XML configuration of a playbook.
3013
+ *
3014
+ * @param request DescribePlaybookRequest
3015
+ * @param runtime runtime options for this request RuntimeOptions
3016
+ * @return DescribePlaybookResponse
3017
+ */
2754
3018
  describePlaybookWithOptions(request: DescribePlaybookRequest, runtime: $Util.RuntimeOptions): Promise<DescribePlaybookResponse>;
3019
+ /**
3020
+ * @summary Queries the XML configuration of a playbook.
3021
+ *
3022
+ * @param request DescribePlaybookRequest
3023
+ * @return DescribePlaybookResponse
3024
+ */
2755
3025
  describePlaybook(request: DescribePlaybookRequest): Promise<DescribePlaybookResponse>;
3026
+ /**
3027
+ * @summary Queries the input and output parameter configurations of a playbook.
3028
+ *
3029
+ * @param request DescribePlaybookInputOutputRequest
3030
+ * @param runtime runtime options for this request RuntimeOptions
3031
+ * @return DescribePlaybookInputOutputResponse
3032
+ */
2756
3033
  describePlaybookInputOutputWithOptions(request: DescribePlaybookInputOutputRequest, runtime: $Util.RuntimeOptions): Promise<DescribePlaybookInputOutputResponse>;
3034
+ /**
3035
+ * @summary Queries the input and output parameter configurations of a playbook.
3036
+ *
3037
+ * @param request DescribePlaybookInputOutputRequest
3038
+ * @return DescribePlaybookInputOutputResponse
3039
+ */
2757
3040
  describePlaybookInputOutput(request: DescribePlaybookInputOutputRequest): Promise<DescribePlaybookInputOutputResponse>;
3041
+ /**
3042
+ * @summary Queries the metrics of a playbook. The metrics include the playbook name, playbook description, the number of times that the playbook is run, and the failure rate of the playbook.
3043
+ *
3044
+ * @param request DescribePlaybookMetricsRequest
3045
+ * @param runtime runtime options for this request RuntimeOptions
3046
+ * @return DescribePlaybookMetricsResponse
3047
+ */
2758
3048
  describePlaybookMetricsWithOptions(request: DescribePlaybookMetricsRequest, runtime: $Util.RuntimeOptions): Promise<DescribePlaybookMetricsResponse>;
3049
+ /**
3050
+ * @summary Queries the metrics of a playbook. The metrics include the playbook name, playbook description, the number of times that the playbook is run, and the failure rate of the playbook.
3051
+ *
3052
+ * @param request DescribePlaybookMetricsRequest
3053
+ * @return DescribePlaybookMetricsResponse
3054
+ */
2759
3055
  describePlaybookMetrics(request: DescribePlaybookMetricsRequest): Promise<DescribePlaybookMetricsResponse>;
3056
+ /**
3057
+ * @summary Queries the historical output data of a component node.
3058
+ *
3059
+ * @param request DescribePlaybookNodesOutputRequest
3060
+ * @param runtime runtime options for this request RuntimeOptions
3061
+ * @return DescribePlaybookNodesOutputResponse
3062
+ */
2760
3063
  describePlaybookNodesOutputWithOptions(request: DescribePlaybookNodesOutputRequest, runtime: $Util.RuntimeOptions): Promise<DescribePlaybookNodesOutputResponse>;
3064
+ /**
3065
+ * @summary Queries the historical output data of a component node.
3066
+ *
3067
+ * @param request DescribePlaybookNodesOutputRequest
3068
+ * @return DescribePlaybookNodesOutputResponse
3069
+ */
2761
3070
  describePlaybookNodesOutput(request: DescribePlaybookNodesOutputRequest): Promise<DescribePlaybookNodesOutputResponse>;
3071
+ /**
3072
+ * @summary Queries the statistics of Security Orchestration Automation Response (SOAR), such as the numbers of created and enabled playbooks.
3073
+ *
3074
+ * @param request DescribePlaybookNumberMetricsRequest
3075
+ * @param runtime runtime options for this request RuntimeOptions
3076
+ * @return DescribePlaybookNumberMetricsResponse
3077
+ */
2762
3078
  describePlaybookNumberMetricsWithOptions(request: DescribePlaybookNumberMetricsRequest, runtime: $Util.RuntimeOptions): Promise<DescribePlaybookNumberMetricsResponse>;
3079
+ /**
3080
+ * @summary Queries the statistics of Security Orchestration Automation Response (SOAR), such as the numbers of created and enabled playbooks.
3081
+ *
3082
+ * @param request DescribePlaybookNumberMetricsRequest
3083
+ * @return DescribePlaybookNumberMetricsResponse
3084
+ */
2763
3085
  describePlaybookNumberMetrics(request: DescribePlaybookNumberMetricsRequest): Promise<DescribePlaybookNumberMetricsResponse>;
3086
+ /**
3087
+ * @summary Queries the information about the published versions of a playbook.
3088
+ *
3089
+ * @param request DescribePlaybookReleasesRequest
3090
+ * @param runtime runtime options for this request RuntimeOptions
3091
+ * @return DescribePlaybookReleasesResponse
3092
+ */
2764
3093
  describePlaybookReleasesWithOptions(request: DescribePlaybookReleasesRequest, runtime: $Util.RuntimeOptions): Promise<DescribePlaybookReleasesResponse>;
3094
+ /**
3095
+ * @summary Queries the information about the published versions of a playbook.
3096
+ *
3097
+ * @param request DescribePlaybookReleasesRequest
3098
+ * @return DescribePlaybookReleasesResponse
3099
+ */
2765
3100
  describePlaybookReleases(request: DescribePlaybookReleasesRequest): Promise<DescribePlaybookReleasesResponse>;
3101
+ /**
3102
+ * @summary Queries playbooks.
3103
+ *
3104
+ * @param request DescribePlaybooksRequest
3105
+ * @param runtime runtime options for this request RuntimeOptions
3106
+ * @return DescribePlaybooksResponse
3107
+ */
2766
3108
  describePlaybooksWithOptions(request: DescribePlaybooksRequest, runtime: $Util.RuntimeOptions): Promise<DescribePlaybooksResponse>;
3109
+ /**
3110
+ * @summary Queries playbooks.
3111
+ *
3112
+ * @param request DescribePlaybooksRequest
3113
+ * @return DescribePlaybooksResponse
3114
+ */
2767
3115
  describePlaybooks(request: DescribePlaybooksRequest): Promise<DescribePlaybooksResponse>;
3116
+ /**
3117
+ * @summary Queries the details of an API operation.
3118
+ *
3119
+ * @param request DescribePopApiRequest
3120
+ * @param runtime runtime options for this request RuntimeOptions
3121
+ * @return DescribePopApiResponse
3122
+ */
2768
3123
  describePopApiWithOptions(request: DescribePopApiRequest, runtime: $Util.RuntimeOptions): Promise<DescribePopApiResponse>;
3124
+ /**
3125
+ * @summary Queries the details of an API operation.
3126
+ *
3127
+ * @param request DescribePopApiRequest
3128
+ * @return DescribePopApiResponse
3129
+ */
2769
3130
  describePopApi(request: DescribePopApiRequest): Promise<DescribePopApiResponse>;
3131
+ /**
3132
+ * @summary Queries a list of API operations for an Alibaba Cloud service.
3133
+ *
3134
+ * @param request DescribePopApiItemListRequest
3135
+ * @param runtime runtime options for this request RuntimeOptions
3136
+ * @return DescribePopApiItemListResponse
3137
+ */
2770
3138
  describePopApiItemListWithOptions(request: DescribePopApiItemListRequest, runtime: $Util.RuntimeOptions): Promise<DescribePopApiItemListResponse>;
3139
+ /**
3140
+ * @summary Queries a list of API operations for an Alibaba Cloud service.
3141
+ *
3142
+ * @param request DescribePopApiItemListRequest
3143
+ * @return DescribePopApiItemListResponse
3144
+ */
2771
3145
  describePopApiItemList(request: DescribePopApiItemListRequest): Promise<DescribePopApiItemListResponse>;
3146
+ /**
3147
+ * @summary Queries the version information of API operations for an Alibaba Cloud service.
3148
+ *
3149
+ * @param request DescribePopApiVersionListRequest
3150
+ * @param runtime runtime options for this request RuntimeOptions
3151
+ * @return DescribePopApiVersionListResponse
3152
+ */
2772
3153
  describePopApiVersionListWithOptions(request: DescribePopApiVersionListRequest, runtime: $Util.RuntimeOptions): Promise<DescribePopApiVersionListResponse>;
3154
+ /**
3155
+ * @summary Queries the version information of API operations for an Alibaba Cloud service.
3156
+ *
3157
+ * @param request DescribePopApiVersionListRequest
3158
+ * @return DescribePopApiVersionListResponse
3159
+ */
2773
3160
  describePopApiVersionList(request: DescribePopApiVersionListRequest): Promise<DescribePopApiVersionListResponse>;
3161
+ /**
3162
+ * @summary Queries the information about handling tasks. When you use Security Orchestration Automation Response (SOAR) to handle events, handling tasks are generated in the handling center.
3163
+ *
3164
+ * @param request DescribeProcessTasksRequest
3165
+ * @param runtime runtime options for this request RuntimeOptions
3166
+ * @return DescribeProcessTasksResponse
3167
+ */
2774
3168
  describeProcessTasksWithOptions(request: DescribeProcessTasksRequest, runtime: $Util.RuntimeOptions): Promise<DescribeProcessTasksResponse>;
3169
+ /**
3170
+ * @summary Queries the information about handling tasks. When you use Security Orchestration Automation Response (SOAR) to handle events, handling tasks are generated in the handling center.
3171
+ *
3172
+ * @param request DescribeProcessTasksRequest
3173
+ * @return DescribeProcessTasksResponse
3174
+ */
2775
3175
  describeProcessTasks(request: DescribeProcessTasksRequest): Promise<DescribeProcessTasksResponse>;
3176
+ /**
3177
+ * @summary Queries the data that is returned when a component initiates an action in a playbook task.
3178
+ *
3179
+ * @param request DescribeSoarRecordActionOutputListRequest
3180
+ * @param runtime runtime options for this request RuntimeOptions
3181
+ * @return DescribeSoarRecordActionOutputListResponse
3182
+ */
2776
3183
  describeSoarRecordActionOutputListWithOptions(request: DescribeSoarRecordActionOutputListRequest, runtime: $Util.RuntimeOptions): Promise<DescribeSoarRecordActionOutputListResponse>;
3184
+ /**
3185
+ * @summary Queries the data that is returned when a component initiates an action in a playbook task.
3186
+ *
3187
+ * @param request DescribeSoarRecordActionOutputListRequest
3188
+ * @return DescribeSoarRecordActionOutputListResponse
3189
+ */
2777
3190
  describeSoarRecordActionOutputList(request: DescribeSoarRecordActionOutputListRequest): Promise<DescribeSoarRecordActionOutputListResponse>;
3191
+ /**
3192
+ * @summary Queries the input and output data of a component action. You can call this operation after a playbook is run.
3193
+ *
3194
+ * @param request DescribeSoarRecordInOutputRequest
3195
+ * @param runtime runtime options for this request RuntimeOptions
3196
+ * @return DescribeSoarRecordInOutputResponse
3197
+ */
2778
3198
  describeSoarRecordInOutputWithOptions(request: DescribeSoarRecordInOutputRequest, runtime: $Util.RuntimeOptions): Promise<DescribeSoarRecordInOutputResponse>;
3199
+ /**
3200
+ * @summary Queries the input and output data of a component action. You can call this operation after a playbook is run.
3201
+ *
3202
+ * @param request DescribeSoarRecordInOutputRequest
3203
+ * @return DescribeSoarRecordInOutputResponse
3204
+ */
2779
3205
  describeSoarRecordInOutput(request: DescribeSoarRecordInOutputRequest): Promise<DescribeSoarRecordInOutputResponse>;
3206
+ /**
3207
+ * @summary Queries the execution records of a playbook.
3208
+ *
3209
+ * @param request DescribeSoarRecordsRequest
3210
+ * @param runtime runtime options for this request RuntimeOptions
3211
+ * @return DescribeSoarRecordsResponse
3212
+ */
2780
3213
  describeSoarRecordsWithOptions(request: DescribeSoarRecordsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeSoarRecordsResponse>;
3214
+ /**
3215
+ * @summary Queries the execution records of a playbook.
3216
+ *
3217
+ * @param request DescribeSoarRecordsRequest
3218
+ * @return DescribeSoarRecordsResponse
3219
+ */
2781
3220
  describeSoarRecords(request: DescribeSoarRecordsRequest): Promise<DescribeSoarRecordsResponse>;
3221
+ /**
3222
+ * @summary Queries the execution records of a component during the running of a playbook.
3223
+ *
3224
+ * @param request DescribeSoarTaskAndActionsRequest
3225
+ * @param runtime runtime options for this request RuntimeOptions
3226
+ * @return DescribeSoarTaskAndActionsResponse
3227
+ */
2782
3228
  describeSoarTaskAndActionsWithOptions(request: DescribeSoarTaskAndActionsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeSoarTaskAndActionsResponse>;
3229
+ /**
3230
+ * @summary Queries the execution records of a component during the running of a playbook.
3231
+ *
3232
+ * @param request DescribeSoarTaskAndActionsRequest
3233
+ * @return DescribeSoarTaskAndActionsResponse
3234
+ */
2783
3235
  describeSoarTaskAndActions(request: DescribeSoarTaskAndActionsRequest): Promise<DescribeSoarTaskAndActionsResponse>;
3236
+ /**
3237
+ * @summary Queries the commands that can be run to obtain objects.
3238
+ *
3239
+ * @param request DescribeSophonCommandsRequest
3240
+ * @param runtime runtime options for this request RuntimeOptions
3241
+ * @return DescribeSophonCommandsResponse
3242
+ */
2784
3243
  describeSophonCommandsWithOptions(request: DescribeSophonCommandsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeSophonCommandsResponse>;
3244
+ /**
3245
+ * @summary Queries the commands that can be run to obtain objects.
3246
+ *
3247
+ * @param request DescribeSophonCommandsRequest
3248
+ * @return DescribeSophonCommandsResponse
3249
+ */
2785
3250
  describeSophonCommands(request: DescribeSophonCommandsRequest): Promise<DescribeSophonCommandsResponse>;
3251
+ /**
3252
+ * @summary Queries the operational logs of a Python3 script by using the UUID that is returned when the script is run. The UUID is specified by requestUuid.
3253
+ *
3254
+ * @param request DescriberPython3ScriptLogsRequest
3255
+ * @param runtime runtime options for this request RuntimeOptions
3256
+ * @return DescriberPython3ScriptLogsResponse
3257
+ */
2786
3258
  describerPython3ScriptLogsWithOptions(request: DescriberPython3ScriptLogsRequest, runtime: $Util.RuntimeOptions): Promise<DescriberPython3ScriptLogsResponse>;
3259
+ /**
3260
+ * @summary Queries the operational logs of a Python3 script by using the UUID that is returned when the script is run. The UUID is specified by requestUuid.
3261
+ *
3262
+ * @param request DescriberPython3ScriptLogsRequest
3263
+ * @return DescriberPython3ScriptLogsResponse
3264
+ */
2787
3265
  describerPython3ScriptLogs(request: DescriberPython3ScriptLogsRequest): Promise<DescriberPython3ScriptLogsResponse>;
3266
+ /**
3267
+ * @summary Modifies the information about the asset that is configured for a component.
3268
+ *
3269
+ * @param request ModifyComponentAssetRequest
3270
+ * @param runtime runtime options for this request RuntimeOptions
3271
+ * @return ModifyComponentAssetResponse
3272
+ */
2788
3273
  modifyComponentAssetWithOptions(request: ModifyComponentAssetRequest, runtime: $Util.RuntimeOptions): Promise<ModifyComponentAssetResponse>;
3274
+ /**
3275
+ * @summary Modifies the information about the asset that is configured for a component.
3276
+ *
3277
+ * @param request ModifyComponentAssetRequest
3278
+ * @return ModifyComponentAssetResponse
3279
+ */
2789
3280
  modifyComponentAsset(request: ModifyComponentAssetRequest): Promise<ModifyComponentAssetResponse>;
3281
+ /**
3282
+ * @summary Modifies the configuration of a playbook.
3283
+ *
3284
+ * @param request ModifyPlaybookRequest
3285
+ * @param runtime runtime options for this request RuntimeOptions
3286
+ * @return ModifyPlaybookResponse
3287
+ */
2790
3288
  modifyPlaybookWithOptions(request: ModifyPlaybookRequest, runtime: $Util.RuntimeOptions): Promise<ModifyPlaybookResponse>;
3289
+ /**
3290
+ * @summary Modifies the configuration of a playbook.
3291
+ *
3292
+ * @param request ModifyPlaybookRequest
3293
+ * @return ModifyPlaybookResponse
3294
+ */
2791
3295
  modifyPlaybook(request: ModifyPlaybookRequest): Promise<ModifyPlaybookResponse>;
3296
+ /**
3297
+ * @summary Modifies the input and output parameters of a playbook.
3298
+ *
3299
+ * @param request ModifyPlaybookInputOutputRequest
3300
+ * @param runtime runtime options for this request RuntimeOptions
3301
+ * @return ModifyPlaybookInputOutputResponse
3302
+ */
2792
3303
  modifyPlaybookInputOutputWithOptions(request: ModifyPlaybookInputOutputRequest, runtime: $Util.RuntimeOptions): Promise<ModifyPlaybookInputOutputResponse>;
3304
+ /**
3305
+ * @summary Modifies the input and output parameters of a playbook.
3306
+ *
3307
+ * @param request ModifyPlaybookInputOutputRequest
3308
+ * @return ModifyPlaybookInputOutputResponse
3309
+ */
2793
3310
  modifyPlaybookInputOutput(request: ModifyPlaybookInputOutputRequest): Promise<ModifyPlaybookInputOutputResponse>;
3311
+ /**
3312
+ * @summary Modifies the status of a playbook.
3313
+ *
3314
+ * @param request ModifyPlaybookInstanceStatusRequest
3315
+ * @param runtime runtime options for this request RuntimeOptions
3316
+ * @return ModifyPlaybookInstanceStatusResponse
3317
+ */
2794
3318
  modifyPlaybookInstanceStatusWithOptions(request: ModifyPlaybookInstanceStatusRequest, runtime: $Util.RuntimeOptions): Promise<ModifyPlaybookInstanceStatusResponse>;
3319
+ /**
3320
+ * @summary Modifies the status of a playbook.
3321
+ *
3322
+ * @param request ModifyPlaybookInstanceStatusRequest
3323
+ * @return ModifyPlaybookInstanceStatusResponse
3324
+ */
2795
3325
  modifyPlaybookInstanceStatus(request: ModifyPlaybookInstanceStatusRequest): Promise<ModifyPlaybookInstanceStatusResponse>;
3326
+ /**
3327
+ * @summary Publishes the playbook. After the playbook is published, the playbook runs based on the new logic.
3328
+ *
3329
+ * @param request PublishPlaybookRequest
3330
+ * @param runtime runtime options for this request RuntimeOptions
3331
+ * @return PublishPlaybookResponse
3332
+ */
2796
3333
  publishPlaybookWithOptions(request: PublishPlaybookRequest, runtime: $Util.RuntimeOptions): Promise<PublishPlaybookResponse>;
3334
+ /**
3335
+ * @summary Publishes the playbook. After the playbook is published, the playbook runs based on the new logic.
3336
+ *
3337
+ * @param request PublishPlaybookRequest
3338
+ * @return PublishPlaybookResponse
3339
+ */
2797
3340
  publishPlaybook(request: PublishPlaybookRequest): Promise<PublishPlaybookResponse>;
3341
+ /**
3342
+ * @summary Queries all playbooks at a time.
3343
+ *
3344
+ * @param request QueryTreeDataRequest
3345
+ * @param runtime runtime options for this request RuntimeOptions
3346
+ * @return QueryTreeDataResponse
3347
+ */
2798
3348
  queryTreeDataWithOptions(request: QueryTreeDataRequest, runtime: $Util.RuntimeOptions): Promise<QueryTreeDataResponse>;
3349
+ /**
3350
+ * @summary Queries all playbooks at a time.
3351
+ *
3352
+ * @param request QueryTreeDataRequest
3353
+ * @return QueryTreeDataResponse
3354
+ */
2799
3355
  queryTreeData(request: QueryTreeDataRequest): Promise<QueryTreeDataResponse>;
3356
+ /**
3357
+ * @summary Changes the name of a node in a playbook. You can call this operation during playbook orchestration. After the name of the node is changed, the reference path of the node also changes.
3358
+ *
3359
+ * @param request RenamePlaybookNodeRequest
3360
+ * @param runtime runtime options for this request RuntimeOptions
3361
+ * @return RenamePlaybookNodeResponse
3362
+ */
2800
3363
  renamePlaybookNodeWithOptions(request: RenamePlaybookNodeRequest, runtime: $Util.RuntimeOptions): Promise<RenamePlaybookNodeResponse>;
3364
+ /**
3365
+ * @summary Changes the name of a node in a playbook. You can call this operation during playbook orchestration. After the name of the node is changed, the reference path of the node also changes.
3366
+ *
3367
+ * @param request RenamePlaybookNodeRequest
3368
+ * @return RenamePlaybookNodeResponse
3369
+ */
2801
3370
  renamePlaybookNode(request: RenamePlaybookNodeRequest): Promise<RenamePlaybookNodeResponse>;
3371
+ /**
3372
+ * @summary Rolls back a playbook to a specific version. You can determine whether to publish the new playbook version during the rollback.
3373
+ *
3374
+ * @param request RevertPlaybookReleaseRequest
3375
+ * @param runtime runtime options for this request RuntimeOptions
3376
+ * @return RevertPlaybookReleaseResponse
3377
+ */
2802
3378
  revertPlaybookReleaseWithOptions(request: RevertPlaybookReleaseRequest, runtime: $Util.RuntimeOptions): Promise<RevertPlaybookReleaseResponse>;
3379
+ /**
3380
+ * @summary Rolls back a playbook to a specific version. You can determine whether to publish the new playbook version during the rollback.
3381
+ *
3382
+ * @param request RevertPlaybookReleaseRequest
3383
+ * @return RevertPlaybookReleaseResponse
3384
+ */
2803
3385
  revertPlaybookRelease(request: RevertPlaybookReleaseRequest): Promise<RevertPlaybookReleaseResponse>;
2804
3386
  /**
2805
- * 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).
2806
- *
2807
- * @param request RunPython3ScriptRequest
2808
- * @param runtime runtime options for this request RuntimeOptions
2809
- * @return RunPython3ScriptResponse
3387
+ * @summary Submits and runs a Python3 script. You can call this operation only for data processing.
3388
+ *
3389
+ * @description 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).
3390
+ *
3391
+ * @param request RunPython3ScriptRequest
3392
+ * @param runtime runtime options for this request RuntimeOptions
3393
+ * @return RunPython3ScriptResponse
2810
3394
  */
2811
3395
  runPython3ScriptWithOptions(request: RunPython3ScriptRequest, runtime: $Util.RuntimeOptions): Promise<RunPython3ScriptResponse>;
2812
3396
  /**
2813
- * 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).
2814
- *
2815
- * @param request RunPython3ScriptRequest
2816
- * @return RunPython3ScriptResponse
3397
+ * @summary Submits and runs a Python3 script. You can call this operation only for data processing.
3398
+ *
3399
+ * @description 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).
3400
+ *
3401
+ * @param request RunPython3ScriptRequest
3402
+ * @return RunPython3ScriptResponse
2817
3403
  */
2818
3404
  runPython3Script(request: RunPython3ScriptRequest): Promise<RunPython3ScriptResponse>;
2819
3405
  /**
2820
- * 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).
2821
- *
2822
- * @param request TriggerPlaybookRequest
2823
- * @param runtime runtime options for this request RuntimeOptions
2824
- * @return TriggerPlaybookResponse
3406
+ * @summary Triggers an enabled custom playbook or a predefined playbook.
3407
+ *
3408
+ * @description 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).
3409
+ *
3410
+ * @param request TriggerPlaybookRequest
3411
+ * @param runtime runtime options for this request RuntimeOptions
3412
+ * @return TriggerPlaybookResponse
2825
3413
  */
2826
3414
  triggerPlaybookWithOptions(request: TriggerPlaybookRequest, runtime: $Util.RuntimeOptions): Promise<TriggerPlaybookResponse>;
2827
3415
  /**
2828
- * 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).
2829
- *
2830
- * @param request TriggerPlaybookRequest
2831
- * @return TriggerPlaybookResponse
3416
+ * @summary Triggers an enabled custom playbook or a predefined playbook.
3417
+ *
3418
+ * @description 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).
3419
+ *
3420
+ * @param request TriggerPlaybookRequest
3421
+ * @return TriggerPlaybookResponse
2832
3422
  */
2833
3423
  triggerPlaybook(request: TriggerPlaybookRequest): Promise<TriggerPlaybookResponse>;
3424
+ /**
3425
+ * @summary Performs an action on a handling task that is generated by the handling center when an event is handled by using Security Orchestration Automation Response (SOAR). For example, you can call this operation to cancel blocking or isolation, or retry blocking.
3426
+ *
3427
+ * @param request TriggerProcessTaskRequest
3428
+ * @param runtime runtime options for this request RuntimeOptions
3429
+ * @return TriggerProcessTaskResponse
3430
+ */
2834
3431
  triggerProcessTaskWithOptions(request: TriggerProcessTaskRequest, runtime: $Util.RuntimeOptions): Promise<TriggerProcessTaskResponse>;
3432
+ /**
3433
+ * @summary Performs an action on a handling task that is generated by the handling center when an event is handled by using Security Orchestration Automation Response (SOAR). For example, you can call this operation to cancel blocking or isolation, or retry blocking.
3434
+ *
3435
+ * @param request TriggerProcessTaskRequest
3436
+ * @return TriggerProcessTaskResponse
3437
+ */
2835
3438
  triggerProcessTask(request: TriggerProcessTaskRequest): Promise<TriggerProcessTaskResponse>;
2836
3439
  /**
2837
- * 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).
2838
- *
2839
- * @param request TriggerSophonPlaybookRequest
2840
- * @param runtime runtime options for this request RuntimeOptions
2841
- * @return TriggerSophonPlaybookResponse
3440
+ * @summary Triggers a playbook or a command.
3441
+ *
3442
+ * @description 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).
3443
+ *
3444
+ * @param request TriggerSophonPlaybookRequest
3445
+ * @param runtime runtime options for this request RuntimeOptions
3446
+ * @return TriggerSophonPlaybookResponse
2842
3447
  */
2843
3448
  triggerSophonPlaybookWithOptions(request: TriggerSophonPlaybookRequest, runtime: $Util.RuntimeOptions): Promise<TriggerSophonPlaybookResponse>;
2844
3449
  /**
2845
- * 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).
2846
- *
2847
- * @param request TriggerSophonPlaybookRequest
2848
- * @return TriggerSophonPlaybookResponse
3450
+ * @summary Triggers a playbook or a command.
3451
+ *
3452
+ * @description 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).
3453
+ *
3454
+ * @param request TriggerSophonPlaybookRequest
3455
+ * @return TriggerSophonPlaybookResponse
2849
3456
  */
2850
3457
  triggerSophonPlaybook(request: TriggerSophonPlaybookRequest): Promise<TriggerSophonPlaybookResponse>;
3458
+ /**
3459
+ * @summary Checks whether the configuration of the playbook is correct and whether the logic of the orchestration is reasonable.
3460
+ *
3461
+ * @param request VerifyPlaybookRequest
3462
+ * @param runtime runtime options for this request RuntimeOptions
3463
+ * @return VerifyPlaybookResponse
3464
+ */
2851
3465
  verifyPlaybookWithOptions(request: VerifyPlaybookRequest, runtime: $Util.RuntimeOptions): Promise<VerifyPlaybookResponse>;
3466
+ /**
3467
+ * @summary Checks whether the configuration of the playbook is correct and whether the logic of the orchestration is reasonable.
3468
+ *
3469
+ * @param request VerifyPlaybookRequest
3470
+ * @return VerifyPlaybookResponse
3471
+ */
2852
3472
  verifyPlaybook(request: VerifyPlaybookRequest): Promise<VerifyPlaybookResponse>;
3473
+ /**
3474
+ * @summary Checks whether the syntax of a Python code snippet is correct.
3475
+ *
3476
+ * @param request VerifyPythonFileRequest
3477
+ * @param runtime runtime options for this request RuntimeOptions
3478
+ * @return VerifyPythonFileResponse
3479
+ */
2853
3480
  verifyPythonFileWithOptions(request: VerifyPythonFileRequest, runtime: $Util.RuntimeOptions): Promise<VerifyPythonFileResponse>;
3481
+ /**
3482
+ * @summary Checks whether the syntax of a Python code snippet is correct.
3483
+ *
3484
+ * @param request VerifyPythonFileRequest
3485
+ * @return VerifyPythonFileResponse
3486
+ */
2854
3487
  verifyPythonFile(request: VerifyPythonFileRequest): Promise<VerifyPythonFileResponse>;
2855
3488
  }