cdk-lambda-subminute 2.0.323 → 2.0.325
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/.jsii +3 -3
- package/lib/cdk-lambda-subminute.js +3 -3
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/drs-2020-02-26.min.json +56 -54
- package/node_modules/aws-sdk/apis/imagebuilder-2019-12-02.min.json +444 -102
- package/node_modules/aws-sdk/apis/imagebuilder-2019-12-02.paginators.json +18 -0
- package/node_modules/aws-sdk/apis/location-2020-11-19.min.json +65 -60
- package/node_modules/aws-sdk/apis/logs-2014-03-28.min.json +106 -2
- package/node_modules/aws-sdk/clients/cloudwatchlogs.d.ts +114 -4
- package/node_modules/aws-sdk/clients/drs.d.ts +9 -0
- package/node_modules/aws-sdk/clients/imagebuilder.d.ts +543 -18
- package/node_modules/aws-sdk/clients/location.d.ts +15 -2
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +6 -6
- package/node_modules/aws-sdk/dist/aws-sdk.js +174 -65
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +42 -42
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +2 -2
@@ -226,7 +226,11 @@
|
|
226
226
|
},
|
227
227
|
"imageScanningConfiguration": {
|
228
228
|
"shape": "S2a"
|
229
|
-
}
|
229
|
+
},
|
230
|
+
"workflows": {
|
231
|
+
"shape": "S2c"
|
232
|
+
},
|
233
|
+
"executionRole": {}
|
230
234
|
}
|
231
235
|
},
|
232
236
|
"output": {
|
@@ -264,7 +268,7 @@
|
|
264
268
|
"type": "boolean"
|
265
269
|
},
|
266
270
|
"schedule": {
|
267
|
-
"shape": "
|
271
|
+
"shape": "S2p"
|
268
272
|
},
|
269
273
|
"status": {},
|
270
274
|
"tags": {
|
@@ -275,7 +279,11 @@
|
|
275
279
|
},
|
276
280
|
"imageScanningConfiguration": {
|
277
281
|
"shape": "S2a"
|
278
|
-
}
|
282
|
+
},
|
283
|
+
"workflows": {
|
284
|
+
"shape": "S2c"
|
285
|
+
},
|
286
|
+
"executionRole": {}
|
279
287
|
}
|
280
288
|
},
|
281
289
|
"output": {
|
@@ -317,7 +325,7 @@
|
|
317
325
|
},
|
318
326
|
"workingDirectory": {},
|
319
327
|
"additionalInstanceConfiguration": {
|
320
|
-
"shape": "
|
328
|
+
"shape": "S2w"
|
321
329
|
},
|
322
330
|
"clientToken": {
|
323
331
|
"idempotencyToken": true
|
@@ -349,15 +357,15 @@
|
|
349
357
|
"name": {},
|
350
358
|
"description": {},
|
351
359
|
"instanceTypes": {
|
352
|
-
"shape": "
|
360
|
+
"shape": "S31"
|
353
361
|
},
|
354
362
|
"instanceProfileName": {},
|
355
363
|
"securityGroupIds": {
|
356
|
-
"shape": "
|
364
|
+
"shape": "S34"
|
357
365
|
},
|
358
366
|
"subnetId": {},
|
359
367
|
"logging": {
|
360
|
-
"shape": "
|
368
|
+
"shape": "S35"
|
361
369
|
},
|
362
370
|
"keyPair": {},
|
363
371
|
"terminateInstanceOnFailure": {
|
@@ -365,10 +373,10 @@
|
|
365
373
|
},
|
366
374
|
"snsTopicArn": {},
|
367
375
|
"resourceTags": {
|
368
|
-
"shape": "
|
376
|
+
"shape": "S38"
|
369
377
|
},
|
370
378
|
"instanceMetadataOptions": {
|
371
|
-
"shape": "
|
379
|
+
"shape": "S39"
|
372
380
|
},
|
373
381
|
"tags": {
|
374
382
|
"shape": "Sh"
|
@@ -409,10 +417,10 @@
|
|
409
417
|
"executionRole": {},
|
410
418
|
"resourceType": {},
|
411
419
|
"policyDetails": {
|
412
|
-
"shape": "
|
420
|
+
"shape": "S3g"
|
413
421
|
},
|
414
422
|
"resourceSelection": {
|
415
|
-
"shape": "
|
423
|
+
"shape": "S3u"
|
416
424
|
},
|
417
425
|
"tags": {
|
418
426
|
"shape": "Sh"
|
@@ -430,6 +438,44 @@
|
|
430
438
|
}
|
431
439
|
}
|
432
440
|
},
|
441
|
+
"CreateWorkflow": {
|
442
|
+
"http": {
|
443
|
+
"method": "PUT",
|
444
|
+
"requestUri": "/CreateWorkflow"
|
445
|
+
},
|
446
|
+
"input": {
|
447
|
+
"type": "structure",
|
448
|
+
"required": [
|
449
|
+
"name",
|
450
|
+
"semanticVersion",
|
451
|
+
"clientToken",
|
452
|
+
"type"
|
453
|
+
],
|
454
|
+
"members": {
|
455
|
+
"name": {},
|
456
|
+
"semanticVersion": {},
|
457
|
+
"description": {},
|
458
|
+
"changeDescription": {},
|
459
|
+
"data": {},
|
460
|
+
"uri": {},
|
461
|
+
"kmsKeyId": {},
|
462
|
+
"tags": {
|
463
|
+
"shape": "Sh"
|
464
|
+
},
|
465
|
+
"clientToken": {
|
466
|
+
"idempotencyToken": true
|
467
|
+
},
|
468
|
+
"type": {}
|
469
|
+
}
|
470
|
+
},
|
471
|
+
"output": {
|
472
|
+
"type": "structure",
|
473
|
+
"members": {
|
474
|
+
"clientToken": {},
|
475
|
+
"workflowBuildVersionArn": {}
|
476
|
+
}
|
477
|
+
}
|
478
|
+
},
|
433
479
|
"DeleteComponent": {
|
434
480
|
"http": {
|
435
481
|
"method": "DELETE",
|
@@ -629,6 +675,30 @@
|
|
629
675
|
}
|
630
676
|
}
|
631
677
|
},
|
678
|
+
"DeleteWorkflow": {
|
679
|
+
"http": {
|
680
|
+
"method": "DELETE",
|
681
|
+
"requestUri": "/DeleteWorkflow"
|
682
|
+
},
|
683
|
+
"input": {
|
684
|
+
"type": "structure",
|
685
|
+
"required": [
|
686
|
+
"workflowBuildVersionArn"
|
687
|
+
],
|
688
|
+
"members": {
|
689
|
+
"workflowBuildVersionArn": {
|
690
|
+
"location": "querystring",
|
691
|
+
"locationName": "workflowBuildVersionArn"
|
692
|
+
}
|
693
|
+
}
|
694
|
+
},
|
695
|
+
"output": {
|
696
|
+
"type": "structure",
|
697
|
+
"members": {
|
698
|
+
"workflowBuildVersionArn": {}
|
699
|
+
}
|
700
|
+
}
|
701
|
+
},
|
632
702
|
"GetComponent": {
|
633
703
|
"http": {
|
634
704
|
"method": "GET",
|
@@ -664,7 +734,7 @@
|
|
664
734
|
"shape": "Sd"
|
665
735
|
},
|
666
736
|
"state": {
|
667
|
-
"shape": "
|
737
|
+
"shape": "S4r"
|
668
738
|
},
|
669
739
|
"parameters": {
|
670
740
|
"type": "list",
|
@@ -750,7 +820,7 @@
|
|
750
820
|
"members": {
|
751
821
|
"requestId": {},
|
752
822
|
"containerRecipe": {
|
753
|
-
"shape": "
|
823
|
+
"shape": "S54"
|
754
824
|
}
|
755
825
|
}
|
756
826
|
}
|
@@ -802,7 +872,7 @@
|
|
802
872
|
"members": {
|
803
873
|
"requestId": {},
|
804
874
|
"distributionConfiguration": {
|
805
|
-
"shape": "
|
875
|
+
"shape": "S5a"
|
806
876
|
}
|
807
877
|
}
|
808
878
|
}
|
@@ -841,28 +911,28 @@
|
|
841
911
|
},
|
842
912
|
"osVersion": {},
|
843
913
|
"state": {
|
844
|
-
"shape": "
|
914
|
+
"shape": "S5h"
|
845
915
|
},
|
846
916
|
"imageRecipe": {
|
847
|
-
"shape": "
|
917
|
+
"shape": "S5j"
|
848
918
|
},
|
849
919
|
"containerRecipe": {
|
850
|
-
"shape": "
|
920
|
+
"shape": "S54"
|
851
921
|
},
|
852
922
|
"sourcePipelineName": {},
|
853
923
|
"sourcePipelineArn": {},
|
854
924
|
"infrastructureConfiguration": {
|
855
|
-
"shape": "
|
925
|
+
"shape": "S5l"
|
856
926
|
},
|
857
927
|
"distributionConfiguration": {
|
858
|
-
"shape": "
|
928
|
+
"shape": "S5a"
|
859
929
|
},
|
860
930
|
"imageTestsConfiguration": {
|
861
931
|
"shape": "S28"
|
862
932
|
},
|
863
933
|
"dateCreated": {},
|
864
934
|
"outputResources": {
|
865
|
-
"shape": "
|
935
|
+
"shape": "S5m"
|
866
936
|
},
|
867
937
|
"tags": {
|
868
938
|
"shape": "Sh"
|
@@ -882,7 +952,11 @@
|
|
882
952
|
"deprecationTime": {
|
883
953
|
"type": "timestamp"
|
884
954
|
},
|
885
|
-
"lifecycleExecutionId": {}
|
955
|
+
"lifecycleExecutionId": {},
|
956
|
+
"executionRole": {},
|
957
|
+
"workflows": {
|
958
|
+
"shape": "S2c"
|
959
|
+
}
|
886
960
|
}
|
887
961
|
}
|
888
962
|
}
|
@@ -910,7 +984,7 @@
|
|
910
984
|
"members": {
|
911
985
|
"requestId": {},
|
912
986
|
"imagePipeline": {
|
913
|
-
"shape": "
|
987
|
+
"shape": "S5y"
|
914
988
|
}
|
915
989
|
}
|
916
990
|
}
|
@@ -962,7 +1036,7 @@
|
|
962
1036
|
"members": {
|
963
1037
|
"requestId": {},
|
964
1038
|
"imageRecipe": {
|
965
|
-
"shape": "
|
1039
|
+
"shape": "S5j"
|
966
1040
|
}
|
967
1041
|
}
|
968
1042
|
}
|
@@ -1014,7 +1088,7 @@
|
|
1014
1088
|
"members": {
|
1015
1089
|
"requestId": {},
|
1016
1090
|
"infrastructureConfiguration": {
|
1017
|
-
"shape": "
|
1091
|
+
"shape": "S5l"
|
1018
1092
|
}
|
1019
1093
|
}
|
1020
1094
|
}
|
@@ -1040,7 +1114,7 @@
|
|
1040
1114
|
"type": "structure",
|
1041
1115
|
"members": {
|
1042
1116
|
"lifecycleExecution": {
|
1043
|
-
"shape": "
|
1117
|
+
"shape": "S69"
|
1044
1118
|
}
|
1045
1119
|
}
|
1046
1120
|
}
|
@@ -1075,10 +1149,10 @@
|
|
1075
1149
|
"executionRole": {},
|
1076
1150
|
"resourceType": {},
|
1077
1151
|
"policyDetails": {
|
1078
|
-
"shape": "
|
1152
|
+
"shape": "S3g"
|
1079
1153
|
},
|
1080
1154
|
"resourceSelection": {
|
1081
|
-
"shape": "
|
1155
|
+
"shape": "S3u"
|
1082
1156
|
},
|
1083
1157
|
"dateCreated": {
|
1084
1158
|
"type": "timestamp"
|
@@ -1097,6 +1171,68 @@
|
|
1097
1171
|
}
|
1098
1172
|
}
|
1099
1173
|
},
|
1174
|
+
"GetWorkflow": {
|
1175
|
+
"http": {
|
1176
|
+
"method": "GET",
|
1177
|
+
"requestUri": "/GetWorkflow"
|
1178
|
+
},
|
1179
|
+
"input": {
|
1180
|
+
"type": "structure",
|
1181
|
+
"required": [
|
1182
|
+
"workflowBuildVersionArn"
|
1183
|
+
],
|
1184
|
+
"members": {
|
1185
|
+
"workflowBuildVersionArn": {
|
1186
|
+
"location": "querystring",
|
1187
|
+
"locationName": "workflowBuildVersionArn"
|
1188
|
+
}
|
1189
|
+
}
|
1190
|
+
},
|
1191
|
+
"output": {
|
1192
|
+
"type": "structure",
|
1193
|
+
"members": {
|
1194
|
+
"workflow": {
|
1195
|
+
"type": "structure",
|
1196
|
+
"members": {
|
1197
|
+
"arn": {},
|
1198
|
+
"name": {},
|
1199
|
+
"version": {},
|
1200
|
+
"description": {},
|
1201
|
+
"changeDescription": {},
|
1202
|
+
"type": {},
|
1203
|
+
"state": {
|
1204
|
+
"shape": "S6j"
|
1205
|
+
},
|
1206
|
+
"owner": {},
|
1207
|
+
"data": {},
|
1208
|
+
"kmsKeyId": {},
|
1209
|
+
"dateCreated": {},
|
1210
|
+
"tags": {
|
1211
|
+
"shape": "Sh"
|
1212
|
+
},
|
1213
|
+
"parameters": {
|
1214
|
+
"type": "list",
|
1215
|
+
"member": {
|
1216
|
+
"type": "structure",
|
1217
|
+
"required": [
|
1218
|
+
"name",
|
1219
|
+
"type"
|
1220
|
+
],
|
1221
|
+
"members": {
|
1222
|
+
"name": {},
|
1223
|
+
"type": {},
|
1224
|
+
"defaultValue": {
|
1225
|
+
"shape": "S2i"
|
1226
|
+
},
|
1227
|
+
"description": {}
|
1228
|
+
}
|
1229
|
+
}
|
1230
|
+
}
|
1231
|
+
}
|
1232
|
+
}
|
1233
|
+
}
|
1234
|
+
}
|
1235
|
+
},
|
1100
1236
|
"GetWorkflowExecution": {
|
1101
1237
|
"http": {
|
1102
1238
|
"method": "GET",
|
@@ -1137,7 +1273,8 @@
|
|
1137
1273
|
"type": "integer"
|
1138
1274
|
},
|
1139
1275
|
"startTime": {},
|
1140
|
-
"endTime": {}
|
1276
|
+
"endTime": {},
|
1277
|
+
"parallelGroup": {}
|
1141
1278
|
}
|
1142
1279
|
}
|
1143
1280
|
},
|
@@ -1298,7 +1435,7 @@
|
|
1298
1435
|
"shape": "Sd"
|
1299
1436
|
},
|
1300
1437
|
"state": {
|
1301
|
-
"shape": "
|
1438
|
+
"shape": "S4r"
|
1302
1439
|
},
|
1303
1440
|
"type": {},
|
1304
1441
|
"owner": {},
|
@@ -1328,7 +1465,7 @@
|
|
1328
1465
|
"members": {
|
1329
1466
|
"owner": {},
|
1330
1467
|
"filters": {
|
1331
|
-
"shape": "
|
1468
|
+
"shape": "S7m"
|
1332
1469
|
},
|
1333
1470
|
"byName": {
|
1334
1471
|
"type": "boolean"
|
@@ -1375,7 +1512,7 @@
|
|
1375
1512
|
"members": {
|
1376
1513
|
"owner": {},
|
1377
1514
|
"filters": {
|
1378
|
-
"shape": "
|
1515
|
+
"shape": "S7m"
|
1379
1516
|
},
|
1380
1517
|
"maxResults": {
|
1381
1518
|
"type": "integer"
|
@@ -1417,7 +1554,7 @@
|
|
1417
1554
|
"type": "structure",
|
1418
1555
|
"members": {
|
1419
1556
|
"filters": {
|
1420
|
-
"shape": "
|
1557
|
+
"shape": "S7m"
|
1421
1558
|
},
|
1422
1559
|
"maxResults": {
|
1423
1560
|
"type": "integer"
|
@@ -1465,7 +1602,7 @@
|
|
1465
1602
|
"members": {
|
1466
1603
|
"imageVersionArn": {},
|
1467
1604
|
"filters": {
|
1468
|
-
"shape": "
|
1605
|
+
"shape": "S7m"
|
1469
1606
|
},
|
1470
1607
|
"maxResults": {
|
1471
1608
|
"type": "integer"
|
@@ -1478,7 +1615,7 @@
|
|
1478
1615
|
"members": {
|
1479
1616
|
"requestId": {},
|
1480
1617
|
"imageSummaryList": {
|
1481
|
-
"shape": "
|
1618
|
+
"shape": "S86"
|
1482
1619
|
},
|
1483
1620
|
"nextToken": {}
|
1484
1621
|
}
|
@@ -1531,7 +1668,7 @@
|
|
1531
1668
|
"members": {
|
1532
1669
|
"imagePipelineArn": {},
|
1533
1670
|
"filters": {
|
1534
|
-
"shape": "
|
1671
|
+
"shape": "S7m"
|
1535
1672
|
},
|
1536
1673
|
"maxResults": {
|
1537
1674
|
"type": "integer"
|
@@ -1544,7 +1681,7 @@
|
|
1544
1681
|
"members": {
|
1545
1682
|
"requestId": {},
|
1546
1683
|
"imageSummaryList": {
|
1547
|
-
"shape": "
|
1684
|
+
"shape": "S86"
|
1548
1685
|
},
|
1549
1686
|
"nextToken": {}
|
1550
1687
|
}
|
@@ -1558,7 +1695,7 @@
|
|
1558
1695
|
"type": "structure",
|
1559
1696
|
"members": {
|
1560
1697
|
"filters": {
|
1561
|
-
"shape": "
|
1698
|
+
"shape": "S7m"
|
1562
1699
|
},
|
1563
1700
|
"maxResults": {
|
1564
1701
|
"type": "integer"
|
@@ -1573,7 +1710,7 @@
|
|
1573
1710
|
"imagePipelineList": {
|
1574
1711
|
"type": "list",
|
1575
1712
|
"member": {
|
1576
|
-
"shape": "
|
1713
|
+
"shape": "S5y"
|
1577
1714
|
}
|
1578
1715
|
},
|
1579
1716
|
"nextToken": {}
|
@@ -1589,7 +1726,7 @@
|
|
1589
1726
|
"members": {
|
1590
1727
|
"owner": {},
|
1591
1728
|
"filters": {
|
1592
|
-
"shape": "
|
1729
|
+
"shape": "S7m"
|
1593
1730
|
},
|
1594
1731
|
"maxResults": {
|
1595
1732
|
"type": "integer"
|
@@ -1630,7 +1767,7 @@
|
|
1630
1767
|
"type": "structure",
|
1631
1768
|
"members": {
|
1632
1769
|
"filter": {
|
1633
|
-
"shape": "
|
1770
|
+
"shape": "S7n"
|
1634
1771
|
},
|
1635
1772
|
"nextToken": {}
|
1636
1773
|
}
|
@@ -1650,7 +1787,7 @@
|
|
1650
1787
|
"members": {
|
1651
1788
|
"accountId": {},
|
1652
1789
|
"severityCounts": {
|
1653
|
-
"shape": "
|
1790
|
+
"shape": "S8q"
|
1654
1791
|
}
|
1655
1792
|
}
|
1656
1793
|
},
|
@@ -1659,7 +1796,7 @@
|
|
1659
1796
|
"members": {
|
1660
1797
|
"imageBuildVersionArn": {},
|
1661
1798
|
"severityCounts": {
|
1662
|
-
"shape": "
|
1799
|
+
"shape": "S8q"
|
1663
1800
|
}
|
1664
1801
|
}
|
1665
1802
|
},
|
@@ -1668,7 +1805,7 @@
|
|
1668
1805
|
"members": {
|
1669
1806
|
"imagePipelineArn": {},
|
1670
1807
|
"severityCounts": {
|
1671
|
-
"shape": "
|
1808
|
+
"shape": "S8q"
|
1672
1809
|
}
|
1673
1810
|
}
|
1674
1811
|
},
|
@@ -1677,7 +1814,7 @@
|
|
1677
1814
|
"members": {
|
1678
1815
|
"vulnerabilityId": {},
|
1679
1816
|
"severityCounts": {
|
1680
|
-
"shape": "
|
1817
|
+
"shape": "S8q"
|
1681
1818
|
}
|
1682
1819
|
}
|
1683
1820
|
}
|
@@ -1855,7 +1992,7 @@
|
|
1855
1992
|
"members": {
|
1856
1993
|
"owner": {},
|
1857
1994
|
"filters": {
|
1858
|
-
"shape": "
|
1995
|
+
"shape": "S7m"
|
1859
1996
|
},
|
1860
1997
|
"byName": {
|
1861
1998
|
"type": "boolean"
|
@@ -1903,7 +2040,7 @@
|
|
1903
2040
|
"type": "structure",
|
1904
2041
|
"members": {
|
1905
2042
|
"filters": {
|
1906
|
-
"shape": "
|
2043
|
+
"shape": "S7m"
|
1907
2044
|
},
|
1908
2045
|
"maxResults": {
|
1909
2046
|
"type": "integer"
|
@@ -1926,13 +2063,13 @@
|
|
1926
2063
|
"dateCreated": {},
|
1927
2064
|
"dateUpdated": {},
|
1928
2065
|
"resourceTags": {
|
1929
|
-
"shape": "
|
2066
|
+
"shape": "S38"
|
1930
2067
|
},
|
1931
2068
|
"tags": {
|
1932
2069
|
"shape": "Sh"
|
1933
2070
|
},
|
1934
2071
|
"instanceTypes": {
|
1935
|
-
"shape": "
|
2072
|
+
"shape": "S31"
|
1936
2073
|
},
|
1937
2074
|
"instanceProfileName": {}
|
1938
2075
|
}
|
@@ -1965,7 +2102,7 @@
|
|
1965
2102
|
"members": {
|
1966
2103
|
"lifecycleExecutionId": {},
|
1967
2104
|
"lifecycleExecutionState": {
|
1968
|
-
"shape": "
|
2105
|
+
"shape": "S6b"
|
1969
2106
|
},
|
1970
2107
|
"resources": {
|
1971
2108
|
"type": "list",
|
@@ -1975,7 +2112,7 @@
|
|
1975
2112
|
"accountId": {},
|
1976
2113
|
"resourceId": {},
|
1977
2114
|
"state": {
|
1978
|
-
"shape": "
|
2115
|
+
"shape": "S9w"
|
1979
2116
|
},
|
1980
2117
|
"action": {
|
1981
2118
|
"type": "structure",
|
@@ -1992,7 +2129,7 @@
|
|
1992
2129
|
"members": {
|
1993
2130
|
"snapshotId": {},
|
1994
2131
|
"state": {
|
1995
|
-
"shape": "
|
2132
|
+
"shape": "S9w"
|
1996
2133
|
}
|
1997
2134
|
}
|
1998
2135
|
}
|
@@ -2030,7 +2167,7 @@
|
|
2030
2167
|
"lifecycleExecutions": {
|
2031
2168
|
"type": "list",
|
2032
2169
|
"member": {
|
2033
|
-
"shape": "
|
2170
|
+
"shape": "S69"
|
2034
2171
|
}
|
2035
2172
|
},
|
2036
2173
|
"nextToken": {}
|
@@ -2045,7 +2182,7 @@
|
|
2045
2182
|
"type": "structure",
|
2046
2183
|
"members": {
|
2047
2184
|
"filters": {
|
2048
|
-
"shape": "
|
2185
|
+
"shape": "S7m"
|
2049
2186
|
},
|
2050
2187
|
"maxResults": {
|
2051
2188
|
"type": "integer"
|
@@ -2112,6 +2249,87 @@
|
|
2112
2249
|
}
|
2113
2250
|
}
|
2114
2251
|
},
|
2252
|
+
"ListWaitingWorkflowSteps": {
|
2253
|
+
"http": {
|
2254
|
+
"requestUri": "/ListWaitingWorkflowSteps"
|
2255
|
+
},
|
2256
|
+
"input": {
|
2257
|
+
"type": "structure",
|
2258
|
+
"members": {
|
2259
|
+
"maxResults": {
|
2260
|
+
"type": "integer"
|
2261
|
+
},
|
2262
|
+
"nextToken": {}
|
2263
|
+
}
|
2264
|
+
},
|
2265
|
+
"output": {
|
2266
|
+
"type": "structure",
|
2267
|
+
"members": {
|
2268
|
+
"steps": {
|
2269
|
+
"type": "list",
|
2270
|
+
"member": {
|
2271
|
+
"type": "structure",
|
2272
|
+
"members": {
|
2273
|
+
"stepExecutionId": {},
|
2274
|
+
"imageBuildVersionArn": {},
|
2275
|
+
"workflowExecutionId": {},
|
2276
|
+
"workflowBuildVersionArn": {},
|
2277
|
+
"name": {},
|
2278
|
+
"action": {},
|
2279
|
+
"startTime": {}
|
2280
|
+
}
|
2281
|
+
}
|
2282
|
+
},
|
2283
|
+
"nextToken": {}
|
2284
|
+
}
|
2285
|
+
}
|
2286
|
+
},
|
2287
|
+
"ListWorkflowBuildVersions": {
|
2288
|
+
"http": {
|
2289
|
+
"requestUri": "/ListWorkflowBuildVersions"
|
2290
|
+
},
|
2291
|
+
"input": {
|
2292
|
+
"type": "structure",
|
2293
|
+
"required": [
|
2294
|
+
"workflowVersionArn"
|
2295
|
+
],
|
2296
|
+
"members": {
|
2297
|
+
"workflowVersionArn": {},
|
2298
|
+
"maxResults": {
|
2299
|
+
"type": "integer"
|
2300
|
+
},
|
2301
|
+
"nextToken": {}
|
2302
|
+
}
|
2303
|
+
},
|
2304
|
+
"output": {
|
2305
|
+
"type": "structure",
|
2306
|
+
"members": {
|
2307
|
+
"workflowSummaryList": {
|
2308
|
+
"type": "list",
|
2309
|
+
"member": {
|
2310
|
+
"type": "structure",
|
2311
|
+
"members": {
|
2312
|
+
"arn": {},
|
2313
|
+
"name": {},
|
2314
|
+
"version": {},
|
2315
|
+
"description": {},
|
2316
|
+
"changeDescription": {},
|
2317
|
+
"type": {},
|
2318
|
+
"owner": {},
|
2319
|
+
"state": {
|
2320
|
+
"shape": "S6j"
|
2321
|
+
},
|
2322
|
+
"dateCreated": {},
|
2323
|
+
"tags": {
|
2324
|
+
"shape": "Sh"
|
2325
|
+
}
|
2326
|
+
}
|
2327
|
+
}
|
2328
|
+
},
|
2329
|
+
"nextToken": {}
|
2330
|
+
}
|
2331
|
+
}
|
2332
|
+
},
|
2115
2333
|
"ListWorkflowExecutions": {
|
2116
2334
|
"http": {
|
2117
2335
|
"requestUri": "/ListWorkflowExecutions"
|
@@ -2156,7 +2374,8 @@
|
|
2156
2374
|
"type": "integer"
|
2157
2375
|
},
|
2158
2376
|
"startTime": {},
|
2159
|
-
"endTime": {}
|
2377
|
+
"endTime": {},
|
2378
|
+
"parallelGroup": {}
|
2160
2379
|
}
|
2161
2380
|
}
|
2162
2381
|
},
|
@@ -2214,6 +2433,48 @@
|
|
2214
2433
|
}
|
2215
2434
|
}
|
2216
2435
|
},
|
2436
|
+
"ListWorkflows": {
|
2437
|
+
"http": {
|
2438
|
+
"requestUri": "/ListWorkflows"
|
2439
|
+
},
|
2440
|
+
"input": {
|
2441
|
+
"type": "structure",
|
2442
|
+
"members": {
|
2443
|
+
"owner": {},
|
2444
|
+
"filters": {
|
2445
|
+
"shape": "S7m"
|
2446
|
+
},
|
2447
|
+
"byName": {
|
2448
|
+
"type": "boolean"
|
2449
|
+
},
|
2450
|
+
"maxResults": {
|
2451
|
+
"type": "integer"
|
2452
|
+
},
|
2453
|
+
"nextToken": {}
|
2454
|
+
}
|
2455
|
+
},
|
2456
|
+
"output": {
|
2457
|
+
"type": "structure",
|
2458
|
+
"members": {
|
2459
|
+
"workflowVersionList": {
|
2460
|
+
"type": "list",
|
2461
|
+
"member": {
|
2462
|
+
"type": "structure",
|
2463
|
+
"members": {
|
2464
|
+
"arn": {},
|
2465
|
+
"name": {},
|
2466
|
+
"version": {},
|
2467
|
+
"description": {},
|
2468
|
+
"type": {},
|
2469
|
+
"owner": {},
|
2470
|
+
"dateCreated": {}
|
2471
|
+
}
|
2472
|
+
}
|
2473
|
+
},
|
2474
|
+
"nextToken": {}
|
2475
|
+
}
|
2476
|
+
}
|
2477
|
+
},
|
2217
2478
|
"PutComponentPolicy": {
|
2218
2479
|
"http": {
|
2219
2480
|
"method": "PUT",
|
@@ -2310,6 +2571,38 @@
|
|
2310
2571
|
}
|
2311
2572
|
}
|
2312
2573
|
},
|
2574
|
+
"SendWorkflowStepAction": {
|
2575
|
+
"http": {
|
2576
|
+
"method": "PUT",
|
2577
|
+
"requestUri": "/SendWorkflowStepAction"
|
2578
|
+
},
|
2579
|
+
"input": {
|
2580
|
+
"type": "structure",
|
2581
|
+
"required": [
|
2582
|
+
"stepExecutionId",
|
2583
|
+
"imageBuildVersionArn",
|
2584
|
+
"action",
|
2585
|
+
"clientToken"
|
2586
|
+
],
|
2587
|
+
"members": {
|
2588
|
+
"stepExecutionId": {},
|
2589
|
+
"imageBuildVersionArn": {},
|
2590
|
+
"action": {},
|
2591
|
+
"reason": {},
|
2592
|
+
"clientToken": {
|
2593
|
+
"idempotencyToken": true
|
2594
|
+
}
|
2595
|
+
}
|
2596
|
+
},
|
2597
|
+
"output": {
|
2598
|
+
"type": "structure",
|
2599
|
+
"members": {
|
2600
|
+
"stepExecutionId": {},
|
2601
|
+
"imageBuildVersionArn": {},
|
2602
|
+
"clientToken": {}
|
2603
|
+
}
|
2604
|
+
}
|
2605
|
+
},
|
2313
2606
|
"StartImagePipelineExecution": {
|
2314
2607
|
"http": {
|
2315
2608
|
"method": "PUT",
|
@@ -2376,7 +2669,7 @@
|
|
2376
2669
|
"type": "structure",
|
2377
2670
|
"members": {
|
2378
2671
|
"amis": {
|
2379
|
-
"shape": "
|
2672
|
+
"shape": "S3r"
|
2380
2673
|
}
|
2381
2674
|
}
|
2382
2675
|
},
|
@@ -2508,7 +2801,7 @@
|
|
2508
2801
|
"type": "boolean"
|
2509
2802
|
},
|
2510
2803
|
"schedule": {
|
2511
|
-
"shape": "
|
2804
|
+
"shape": "S2p"
|
2512
2805
|
},
|
2513
2806
|
"status": {},
|
2514
2807
|
"clientToken": {
|
@@ -2516,7 +2809,11 @@
|
|
2516
2809
|
},
|
2517
2810
|
"imageScanningConfiguration": {
|
2518
2811
|
"shape": "S2a"
|
2519
|
-
}
|
2812
|
+
},
|
2813
|
+
"workflows": {
|
2814
|
+
"shape": "S2c"
|
2815
|
+
},
|
2816
|
+
"executionRole": {}
|
2520
2817
|
}
|
2521
2818
|
},
|
2522
2819
|
"output": {
|
@@ -2544,15 +2841,15 @@
|
|
2544
2841
|
"infrastructureConfigurationArn": {},
|
2545
2842
|
"description": {},
|
2546
2843
|
"instanceTypes": {
|
2547
|
-
"shape": "
|
2844
|
+
"shape": "S31"
|
2548
2845
|
},
|
2549
2846
|
"instanceProfileName": {},
|
2550
2847
|
"securityGroupIds": {
|
2551
|
-
"shape": "
|
2848
|
+
"shape": "S34"
|
2552
2849
|
},
|
2553
2850
|
"subnetId": {},
|
2554
2851
|
"logging": {
|
2555
|
-
"shape": "
|
2852
|
+
"shape": "S35"
|
2556
2853
|
},
|
2557
2854
|
"keyPair": {},
|
2558
2855
|
"terminateInstanceOnFailure": {
|
@@ -2563,10 +2860,10 @@
|
|
2563
2860
|
"idempotencyToken": true
|
2564
2861
|
},
|
2565
2862
|
"resourceTags": {
|
2566
|
-
"shape": "
|
2863
|
+
"shape": "S38"
|
2567
2864
|
},
|
2568
2865
|
"instanceMetadataOptions": {
|
2569
|
-
"shape": "
|
2866
|
+
"shape": "S39"
|
2570
2867
|
}
|
2571
2868
|
}
|
2572
2869
|
},
|
@@ -2601,10 +2898,10 @@
|
|
2601
2898
|
"executionRole": {},
|
2602
2899
|
"resourceType": {},
|
2603
2900
|
"policyDetails": {
|
2604
|
-
"shape": "
|
2901
|
+
"shape": "S3g"
|
2605
2902
|
},
|
2606
2903
|
"resourceSelection": {
|
2607
|
-
"shape": "
|
2904
|
+
"shape": "S3u"
|
2608
2905
|
},
|
2609
2906
|
"clientToken": {
|
2610
2907
|
"idempotencyToken": true
|
@@ -2879,7 +3176,41 @@
|
|
2879
3176
|
}
|
2880
3177
|
}
|
2881
3178
|
},
|
2882
|
-
"
|
3179
|
+
"S2c": {
|
3180
|
+
"type": "list",
|
3181
|
+
"member": {
|
3182
|
+
"type": "structure",
|
3183
|
+
"required": [
|
3184
|
+
"workflowArn"
|
3185
|
+
],
|
3186
|
+
"members": {
|
3187
|
+
"workflowArn": {},
|
3188
|
+
"parameters": {
|
3189
|
+
"type": "list",
|
3190
|
+
"member": {
|
3191
|
+
"type": "structure",
|
3192
|
+
"required": [
|
3193
|
+
"name",
|
3194
|
+
"value"
|
3195
|
+
],
|
3196
|
+
"members": {
|
3197
|
+
"name": {},
|
3198
|
+
"value": {
|
3199
|
+
"shape": "S2i"
|
3200
|
+
}
|
3201
|
+
}
|
3202
|
+
}
|
3203
|
+
},
|
3204
|
+
"parallelGroup": {},
|
3205
|
+
"onFailure": {}
|
3206
|
+
}
|
3207
|
+
}
|
3208
|
+
},
|
3209
|
+
"S2i": {
|
3210
|
+
"type": "list",
|
3211
|
+
"member": {}
|
3212
|
+
},
|
3213
|
+
"S2p": {
|
2883
3214
|
"type": "structure",
|
2884
3215
|
"members": {
|
2885
3216
|
"scheduleExpression": {},
|
@@ -2887,7 +3218,7 @@
|
|
2887
3218
|
"pipelineExecutionStartCondition": {}
|
2888
3219
|
}
|
2889
3220
|
},
|
2890
|
-
"
|
3221
|
+
"S2w": {
|
2891
3222
|
"type": "structure",
|
2892
3223
|
"members": {
|
2893
3224
|
"systemsManagerAgent": {
|
@@ -2901,15 +3232,15 @@
|
|
2901
3232
|
"userDataOverride": {}
|
2902
3233
|
}
|
2903
3234
|
},
|
2904
|
-
"
|
3235
|
+
"S31": {
|
2905
3236
|
"type": "list",
|
2906
3237
|
"member": {}
|
2907
3238
|
},
|
2908
|
-
"
|
3239
|
+
"S34": {
|
2909
3240
|
"type": "list",
|
2910
3241
|
"member": {}
|
2911
3242
|
},
|
2912
|
-
"
|
3243
|
+
"S35": {
|
2913
3244
|
"type": "structure",
|
2914
3245
|
"members": {
|
2915
3246
|
"s3Logs": {
|
@@ -2921,12 +3252,12 @@
|
|
2921
3252
|
}
|
2922
3253
|
}
|
2923
3254
|
},
|
2924
|
-
"
|
3255
|
+
"S38": {
|
2925
3256
|
"type": "map",
|
2926
3257
|
"key": {},
|
2927
3258
|
"value": {}
|
2928
3259
|
},
|
2929
|
-
"
|
3260
|
+
"S39": {
|
2930
3261
|
"type": "structure",
|
2931
3262
|
"members": {
|
2932
3263
|
"httpTokens": {},
|
@@ -2935,7 +3266,7 @@
|
|
2935
3266
|
}
|
2936
3267
|
}
|
2937
3268
|
},
|
2938
|
-
"
|
3269
|
+
"S3g": {
|
2939
3270
|
"type": "list",
|
2940
3271
|
"member": {
|
2941
3272
|
"type": "structure",
|
@@ -2991,14 +3322,14 @@
|
|
2991
3322
|
"shape": "Sh"
|
2992
3323
|
},
|
2993
3324
|
"amis": {
|
2994
|
-
"shape": "
|
3325
|
+
"shape": "S3r"
|
2995
3326
|
}
|
2996
3327
|
}
|
2997
3328
|
}
|
2998
3329
|
}
|
2999
3330
|
}
|
3000
3331
|
},
|
3001
|
-
"
|
3332
|
+
"S3r": {
|
3002
3333
|
"type": "structure",
|
3003
3334
|
"members": {
|
3004
3335
|
"isPublic": {
|
@@ -3028,7 +3359,7 @@
|
|
3028
3359
|
}
|
3029
3360
|
}
|
3030
3361
|
},
|
3031
|
-
"
|
3362
|
+
"S3u": {
|
3032
3363
|
"type": "structure",
|
3033
3364
|
"members": {
|
3034
3365
|
"recipes": {
|
@@ -3050,14 +3381,14 @@
|
|
3050
3381
|
}
|
3051
3382
|
}
|
3052
3383
|
},
|
3053
|
-
"
|
3384
|
+
"S4r": {
|
3054
3385
|
"type": "structure",
|
3055
3386
|
"members": {
|
3056
3387
|
"status": {},
|
3057
3388
|
"reason": {}
|
3058
3389
|
}
|
3059
3390
|
},
|
3060
|
-
"
|
3391
|
+
"S54": {
|
3061
3392
|
"type": "structure",
|
3062
3393
|
"members": {
|
3063
3394
|
"arn": {},
|
@@ -3089,7 +3420,7 @@
|
|
3089
3420
|
}
|
3090
3421
|
}
|
3091
3422
|
},
|
3092
|
-
"
|
3423
|
+
"S5a": {
|
3093
3424
|
"type": "structure",
|
3094
3425
|
"required": [
|
3095
3426
|
"timeoutMinutes"
|
@@ -3111,14 +3442,14 @@
|
|
3111
3442
|
}
|
3112
3443
|
}
|
3113
3444
|
},
|
3114
|
-
"
|
3445
|
+
"S5h": {
|
3115
3446
|
"type": "structure",
|
3116
3447
|
"members": {
|
3117
3448
|
"status": {},
|
3118
3449
|
"reason": {}
|
3119
3450
|
}
|
3120
3451
|
},
|
3121
|
-
"
|
3452
|
+
"S5j": {
|
3122
3453
|
"type": "structure",
|
3123
3454
|
"members": {
|
3124
3455
|
"arn": {},
|
@@ -3141,26 +3472,26 @@
|
|
3141
3472
|
},
|
3142
3473
|
"workingDirectory": {},
|
3143
3474
|
"additionalInstanceConfiguration": {
|
3144
|
-
"shape": "
|
3475
|
+
"shape": "S2w"
|
3145
3476
|
}
|
3146
3477
|
}
|
3147
3478
|
},
|
3148
|
-
"
|
3479
|
+
"S5l": {
|
3149
3480
|
"type": "structure",
|
3150
3481
|
"members": {
|
3151
3482
|
"arn": {},
|
3152
3483
|
"name": {},
|
3153
3484
|
"description": {},
|
3154
3485
|
"instanceTypes": {
|
3155
|
-
"shape": "
|
3486
|
+
"shape": "S31"
|
3156
3487
|
},
|
3157
3488
|
"instanceProfileName": {},
|
3158
3489
|
"securityGroupIds": {
|
3159
|
-
"shape": "
|
3490
|
+
"shape": "S34"
|
3160
3491
|
},
|
3161
3492
|
"subnetId": {},
|
3162
3493
|
"logging": {
|
3163
|
-
"shape": "
|
3494
|
+
"shape": "S35"
|
3164
3495
|
},
|
3165
3496
|
"keyPair": {},
|
3166
3497
|
"terminateInstanceOnFailure": {
|
@@ -3170,17 +3501,17 @@
|
|
3170
3501
|
"dateCreated": {},
|
3171
3502
|
"dateUpdated": {},
|
3172
3503
|
"resourceTags": {
|
3173
|
-
"shape": "
|
3504
|
+
"shape": "S38"
|
3174
3505
|
},
|
3175
3506
|
"instanceMetadataOptions": {
|
3176
|
-
"shape": "
|
3507
|
+
"shape": "S39"
|
3177
3508
|
},
|
3178
3509
|
"tags": {
|
3179
3510
|
"shape": "Sh"
|
3180
3511
|
}
|
3181
3512
|
}
|
3182
3513
|
},
|
3183
|
-
"
|
3514
|
+
"S5m": {
|
3184
3515
|
"type": "structure",
|
3185
3516
|
"members": {
|
3186
3517
|
"amis": {
|
@@ -3193,7 +3524,7 @@
|
|
3193
3524
|
"name": {},
|
3194
3525
|
"description": {},
|
3195
3526
|
"state": {
|
3196
|
-
"shape": "
|
3527
|
+
"shape": "S5h"
|
3197
3528
|
},
|
3198
3529
|
"accountId": {}
|
3199
3530
|
}
|
@@ -3213,7 +3544,7 @@
|
|
3213
3544
|
}
|
3214
3545
|
}
|
3215
3546
|
},
|
3216
|
-
"
|
3547
|
+
"S5y": {
|
3217
3548
|
"type": "structure",
|
3218
3549
|
"members": {
|
3219
3550
|
"arn": {},
|
@@ -3231,7 +3562,7 @@
|
|
3231
3562
|
"shape": "S28"
|
3232
3563
|
},
|
3233
3564
|
"schedule": {
|
3234
|
-
"shape": "
|
3565
|
+
"shape": "S2p"
|
3235
3566
|
},
|
3236
3567
|
"status": {},
|
3237
3568
|
"dateCreated": {},
|
@@ -3243,10 +3574,14 @@
|
|
3243
3574
|
},
|
3244
3575
|
"imageScanningConfiguration": {
|
3245
3576
|
"shape": "S2a"
|
3577
|
+
},
|
3578
|
+
"executionRole": {},
|
3579
|
+
"workflows": {
|
3580
|
+
"shape": "S2c"
|
3246
3581
|
}
|
3247
3582
|
}
|
3248
3583
|
},
|
3249
|
-
"
|
3584
|
+
"S69": {
|
3250
3585
|
"type": "structure",
|
3251
3586
|
"members": {
|
3252
3587
|
"lifecycleExecutionId": {},
|
@@ -3260,7 +3595,7 @@
|
|
3260
3595
|
}
|
3261
3596
|
},
|
3262
3597
|
"state": {
|
3263
|
-
"shape": "
|
3598
|
+
"shape": "S6b"
|
3264
3599
|
},
|
3265
3600
|
"startTime": {
|
3266
3601
|
"type": "timestamp"
|
@@ -3270,20 +3605,27 @@
|
|
3270
3605
|
}
|
3271
3606
|
}
|
3272
3607
|
},
|
3273
|
-
"
|
3608
|
+
"S6b": {
|
3274
3609
|
"type": "structure",
|
3275
3610
|
"members": {
|
3276
3611
|
"status": {},
|
3277
3612
|
"reason": {}
|
3278
3613
|
}
|
3279
3614
|
},
|
3280
|
-
"
|
3615
|
+
"S6j": {
|
3616
|
+
"type": "structure",
|
3617
|
+
"members": {
|
3618
|
+
"status": {},
|
3619
|
+
"reason": {}
|
3620
|
+
}
|
3621
|
+
},
|
3622
|
+
"S7m": {
|
3281
3623
|
"type": "list",
|
3282
3624
|
"member": {
|
3283
|
-
"shape": "
|
3625
|
+
"shape": "S7n"
|
3284
3626
|
}
|
3285
3627
|
},
|
3286
|
-
"
|
3628
|
+
"S7n": {
|
3287
3629
|
"type": "structure",
|
3288
3630
|
"members": {
|
3289
3631
|
"name": {},
|
@@ -3293,7 +3635,7 @@
|
|
3293
3635
|
}
|
3294
3636
|
}
|
3295
3637
|
},
|
3296
|
-
"
|
3638
|
+
"S86": {
|
3297
3639
|
"type": "list",
|
3298
3640
|
"member": {
|
3299
3641
|
"type": "structure",
|
@@ -3305,12 +3647,12 @@
|
|
3305
3647
|
"platform": {},
|
3306
3648
|
"osVersion": {},
|
3307
3649
|
"state": {
|
3308
|
-
"shape": "
|
3650
|
+
"shape": "S5h"
|
3309
3651
|
},
|
3310
3652
|
"owner": {},
|
3311
3653
|
"dateCreated": {},
|
3312
3654
|
"outputResources": {
|
3313
|
-
"shape": "
|
3655
|
+
"shape": "S5m"
|
3314
3656
|
},
|
3315
3657
|
"tags": {
|
3316
3658
|
"shape": "Sh"
|
@@ -3324,7 +3666,7 @@
|
|
3324
3666
|
}
|
3325
3667
|
}
|
3326
3668
|
},
|
3327
|
-
"
|
3669
|
+
"S8q": {
|
3328
3670
|
"type": "structure",
|
3329
3671
|
"members": {
|
3330
3672
|
"all": {
|
@@ -3341,7 +3683,7 @@
|
|
3341
3683
|
}
|
3342
3684
|
}
|
3343
3685
|
},
|
3344
|
-
"
|
3686
|
+
"S9w": {
|
3345
3687
|
"type": "structure",
|
3346
3688
|
"members": {
|
3347
3689
|
"status": {},
|