cdk-lambda-subminute 2.0.369 → 2.0.370
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/codepipeline-2015-07-09.min.json +163 -81
- package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +852 -756
- package/node_modules/aws-sdk/apis/workspaces-2015-04-08.min.json +75 -72
- package/node_modules/aws-sdk/clients/codepipeline.d.ts +102 -7
- package/node_modules/aws-sdk/clients/quicksight.d.ts +130 -2
- package/node_modules/aws-sdk/clients/workspaces.d.ts +17 -4
- 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 +4 -4
- package/node_modules/aws-sdk/dist/aws-sdk.js +166 -84
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +89 -89
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +2 -2
@@ -231,7 +231,7 @@
|
|
231
231
|
"type": "structure",
|
232
232
|
"members": {
|
233
233
|
"actionType": {
|
234
|
-
"shape": "
|
234
|
+
"shape": "S2z"
|
235
235
|
}
|
236
236
|
}
|
237
237
|
}
|
@@ -254,7 +254,7 @@
|
|
254
254
|
"members": {
|
255
255
|
"id": {},
|
256
256
|
"data": {
|
257
|
-
"shape": "
|
257
|
+
"shape": "S3r"
|
258
258
|
},
|
259
259
|
"accountId": {}
|
260
260
|
}
|
@@ -340,9 +340,6 @@
|
|
340
340
|
}
|
341
341
|
}
|
342
342
|
},
|
343
|
-
"trigger": {
|
344
|
-
"shape": "S4e"
|
345
|
-
},
|
346
343
|
"variables": {
|
347
344
|
"type": "list",
|
348
345
|
"member": {
|
@@ -352,7 +349,11 @@
|
|
352
349
|
"resolvedValue": {}
|
353
350
|
}
|
354
351
|
}
|
355
|
-
}
|
352
|
+
},
|
353
|
+
"trigger": {
|
354
|
+
"shape": "S4s"
|
355
|
+
},
|
356
|
+
"executionMode": {}
|
356
357
|
}
|
357
358
|
}
|
358
359
|
}
|
@@ -382,7 +383,13 @@
|
|
382
383
|
"members": {
|
383
384
|
"stageName": {},
|
384
385
|
"inboundExecution": {
|
385
|
-
"shape": "
|
386
|
+
"shape": "S4z"
|
387
|
+
},
|
388
|
+
"inboundExecutions": {
|
389
|
+
"type": "list",
|
390
|
+
"member": {
|
391
|
+
"shape": "S4z"
|
392
|
+
}
|
386
393
|
},
|
387
394
|
"inboundTransitionState": {
|
388
395
|
"type": "structure",
|
@@ -404,7 +411,7 @@
|
|
404
411
|
"members": {
|
405
412
|
"actionName": {},
|
406
413
|
"currentRevision": {
|
407
|
-
"shape": "
|
414
|
+
"shape": "S58"
|
408
415
|
},
|
409
416
|
"latestExecution": {
|
410
417
|
"type": "structure",
|
@@ -423,11 +430,7 @@
|
|
423
430
|
"type": "integer"
|
424
431
|
},
|
425
432
|
"errorDetails": {
|
426
|
-
"
|
427
|
-
"members": {
|
428
|
-
"code": {},
|
429
|
-
"message": {}
|
430
|
-
}
|
433
|
+
"shape": "S5g"
|
431
434
|
}
|
432
435
|
}
|
433
436
|
},
|
@@ -437,7 +440,7 @@
|
|
437
440
|
}
|
438
441
|
},
|
439
442
|
"latestExecution": {
|
440
|
-
"shape": "
|
443
|
+
"shape": "S4z"
|
441
444
|
}
|
442
445
|
}
|
443
446
|
}
|
@@ -477,19 +480,19 @@
|
|
477
480
|
"shape": "Sw"
|
478
481
|
},
|
479
482
|
"actionConfiguration": {
|
480
|
-
"shape": "
|
483
|
+
"shape": "S3s"
|
481
484
|
},
|
482
485
|
"pipelineContext": {
|
483
|
-
"shape": "
|
486
|
+
"shape": "S3t"
|
484
487
|
},
|
485
488
|
"inputArtifacts": {
|
486
|
-
"shape": "
|
489
|
+
"shape": "S3z"
|
487
490
|
},
|
488
491
|
"outputArtifacts": {
|
489
|
-
"shape": "
|
492
|
+
"shape": "S3z"
|
490
493
|
},
|
491
494
|
"artifactCredentials": {
|
492
|
-
"shape": "
|
495
|
+
"shape": "S47"
|
493
496
|
},
|
494
497
|
"continuationToken": {},
|
495
498
|
"encryptionKey": {
|
@@ -514,7 +517,18 @@
|
|
514
517
|
"filter": {
|
515
518
|
"type": "structure",
|
516
519
|
"members": {
|
517
|
-
"pipelineExecutionId": {}
|
520
|
+
"pipelineExecutionId": {},
|
521
|
+
"latestInPipelineExecution": {
|
522
|
+
"type": "structure",
|
523
|
+
"required": [
|
524
|
+
"pipelineExecutionId",
|
525
|
+
"startTimeRange"
|
526
|
+
],
|
527
|
+
"members": {
|
528
|
+
"pipelineExecutionId": {},
|
529
|
+
"startTimeRange": {}
|
530
|
+
}
|
531
|
+
}
|
518
532
|
}
|
519
533
|
},
|
520
534
|
"maxResults": {
|
@@ -544,6 +558,7 @@
|
|
544
558
|
"lastUpdateTime": {
|
545
559
|
"type": "timestamp"
|
546
560
|
},
|
561
|
+
"updatedBy": {},
|
547
562
|
"status": {},
|
548
563
|
"input": {
|
549
564
|
"type": "structure",
|
@@ -562,7 +577,7 @@
|
|
562
577
|
"roleArn": {},
|
563
578
|
"region": {},
|
564
579
|
"inputArtifacts": {
|
565
|
-
"shape": "
|
580
|
+
"shape": "S5y"
|
566
581
|
},
|
567
582
|
"namespace": {}
|
568
583
|
}
|
@@ -571,18 +586,21 @@
|
|
571
586
|
"type": "structure",
|
572
587
|
"members": {
|
573
588
|
"outputArtifacts": {
|
574
|
-
"shape": "
|
589
|
+
"shape": "S5y"
|
575
590
|
},
|
576
591
|
"executionResult": {
|
577
592
|
"type": "structure",
|
578
593
|
"members": {
|
579
594
|
"externalExecutionId": {},
|
580
595
|
"externalExecutionSummary": {},
|
581
|
-
"externalExecutionUrl": {}
|
596
|
+
"externalExecutionUrl": {},
|
597
|
+
"errorDetails": {
|
598
|
+
"shape": "S5g"
|
599
|
+
}
|
582
600
|
}
|
583
601
|
},
|
584
602
|
"outputVariables": {
|
585
|
-
"shape": "
|
603
|
+
"shape": "S67"
|
586
604
|
}
|
587
605
|
}
|
588
606
|
}
|
@@ -664,14 +682,15 @@
|
|
664
682
|
}
|
665
683
|
},
|
666
684
|
"trigger": {
|
667
|
-
"shape": "
|
685
|
+
"shape": "S4s"
|
668
686
|
},
|
669
687
|
"stopTrigger": {
|
670
688
|
"type": "structure",
|
671
689
|
"members": {
|
672
690
|
"reason": {}
|
673
691
|
}
|
674
|
-
}
|
692
|
+
},
|
693
|
+
"executionMode": {}
|
675
694
|
}
|
676
695
|
}
|
677
696
|
},
|
@@ -702,6 +721,7 @@
|
|
702
721
|
"type": "integer"
|
703
722
|
},
|
704
723
|
"pipelineType": {},
|
724
|
+
"executionMode": {},
|
705
725
|
"created": {
|
706
726
|
"type": "timestamp"
|
707
727
|
},
|
@@ -755,7 +775,7 @@
|
|
755
775
|
"webhooks": {
|
756
776
|
"type": "list",
|
757
777
|
"member": {
|
758
|
-
"shape": "
|
778
|
+
"shape": "S6w"
|
759
779
|
}
|
760
780
|
},
|
761
781
|
"NextToken": {}
|
@@ -792,7 +812,7 @@
|
|
792
812
|
"members": {
|
793
813
|
"id": {},
|
794
814
|
"data": {
|
795
|
-
"shape": "
|
815
|
+
"shape": "S3r"
|
796
816
|
},
|
797
817
|
"nonce": {},
|
798
818
|
"accountId": {}
|
@@ -847,7 +867,7 @@
|
|
847
867
|
"stageName": {},
|
848
868
|
"actionName": {},
|
849
869
|
"actionRevision": {
|
850
|
-
"shape": "
|
870
|
+
"shape": "S58"
|
851
871
|
}
|
852
872
|
}
|
853
873
|
},
|
@@ -908,7 +928,7 @@
|
|
908
928
|
"members": {
|
909
929
|
"jobId": {},
|
910
930
|
"failureDetails": {
|
911
|
-
"shape": "
|
931
|
+
"shape": "S7w"
|
912
932
|
}
|
913
933
|
}
|
914
934
|
}
|
@@ -922,14 +942,14 @@
|
|
922
942
|
"members": {
|
923
943
|
"jobId": {},
|
924
944
|
"currentRevision": {
|
925
|
-
"shape": "
|
945
|
+
"shape": "S7z"
|
926
946
|
},
|
927
947
|
"continuationToken": {},
|
928
948
|
"executionDetails": {
|
929
|
-
"shape": "
|
949
|
+
"shape": "S81"
|
930
950
|
},
|
931
951
|
"outputVariables": {
|
932
|
-
"shape": "
|
952
|
+
"shape": "S67"
|
933
953
|
}
|
934
954
|
}
|
935
955
|
}
|
@@ -946,7 +966,7 @@
|
|
946
966
|
"jobId": {},
|
947
967
|
"clientToken": {},
|
948
968
|
"failureDetails": {
|
949
|
-
"shape": "
|
969
|
+
"shape": "S7w"
|
950
970
|
}
|
951
971
|
}
|
952
972
|
}
|
@@ -962,11 +982,11 @@
|
|
962
982
|
"jobId": {},
|
963
983
|
"clientToken": {},
|
964
984
|
"currentRevision": {
|
965
|
-
"shape": "
|
985
|
+
"shape": "S7z"
|
966
986
|
},
|
967
987
|
"continuationToken": {},
|
968
988
|
"executionDetails": {
|
969
|
-
"shape": "
|
989
|
+
"shape": "S81"
|
970
990
|
}
|
971
991
|
}
|
972
992
|
}
|
@@ -979,7 +999,7 @@
|
|
979
999
|
],
|
980
1000
|
"members": {
|
981
1001
|
"webhook": {
|
982
|
-
"shape": "
|
1002
|
+
"shape": "S6x"
|
983
1003
|
},
|
984
1004
|
"tags": {
|
985
1005
|
"shape": "Sq"
|
@@ -990,7 +1010,7 @@
|
|
990
1010
|
"type": "structure",
|
991
1011
|
"members": {
|
992
1012
|
"webhook": {
|
993
|
-
"shape": "
|
1013
|
+
"shape": "S6w"
|
994
1014
|
}
|
995
1015
|
}
|
996
1016
|
}
|
@@ -1150,7 +1170,7 @@
|
|
1150
1170
|
],
|
1151
1171
|
"members": {
|
1152
1172
|
"actionType": {
|
1153
|
-
"shape": "
|
1173
|
+
"shape": "S2z"
|
1154
1174
|
}
|
1155
1175
|
}
|
1156
1176
|
}
|
@@ -1384,7 +1404,22 @@
|
|
1384
1404
|
"version": {
|
1385
1405
|
"type": "integer"
|
1386
1406
|
},
|
1407
|
+
"executionMode": {},
|
1387
1408
|
"pipelineType": {},
|
1409
|
+
"variables": {
|
1410
|
+
"type": "list",
|
1411
|
+
"member": {
|
1412
|
+
"type": "structure",
|
1413
|
+
"required": [
|
1414
|
+
"name"
|
1415
|
+
],
|
1416
|
+
"members": {
|
1417
|
+
"name": {},
|
1418
|
+
"defaultValue": {},
|
1419
|
+
"description": {}
|
1420
|
+
}
|
1421
|
+
}
|
1422
|
+
},
|
1388
1423
|
"triggers": {
|
1389
1424
|
"type": "list",
|
1390
1425
|
"member": {
|
@@ -1411,12 +1446,36 @@
|
|
1411
1446
|
"type": "structure",
|
1412
1447
|
"members": {
|
1413
1448
|
"includes": {
|
1414
|
-
"shape": "
|
1449
|
+
"shape": "S28"
|
1415
1450
|
},
|
1416
1451
|
"excludes": {
|
1417
|
-
"shape": "
|
1452
|
+
"shape": "S28"
|
1418
1453
|
}
|
1419
1454
|
}
|
1455
|
+
},
|
1456
|
+
"branches": {
|
1457
|
+
"shape": "S2a"
|
1458
|
+
},
|
1459
|
+
"filePaths": {
|
1460
|
+
"shape": "S2d"
|
1461
|
+
}
|
1462
|
+
}
|
1463
|
+
}
|
1464
|
+
},
|
1465
|
+
"pullRequest": {
|
1466
|
+
"type": "list",
|
1467
|
+
"member": {
|
1468
|
+
"type": "structure",
|
1469
|
+
"members": {
|
1470
|
+
"events": {
|
1471
|
+
"type": "list",
|
1472
|
+
"member": {}
|
1473
|
+
},
|
1474
|
+
"branches": {
|
1475
|
+
"shape": "S2a"
|
1476
|
+
},
|
1477
|
+
"filePaths": {
|
1478
|
+
"shape": "S2d"
|
1420
1479
|
}
|
1421
1480
|
}
|
1422
1481
|
}
|
@@ -1425,20 +1484,6 @@
|
|
1425
1484
|
}
|
1426
1485
|
}
|
1427
1486
|
}
|
1428
|
-
},
|
1429
|
-
"variables": {
|
1430
|
-
"type": "list",
|
1431
|
-
"member": {
|
1432
|
-
"type": "structure",
|
1433
|
-
"required": [
|
1434
|
-
"name"
|
1435
|
-
],
|
1436
|
-
"members": {
|
1437
|
-
"name": {},
|
1438
|
-
"defaultValue": {},
|
1439
|
-
"description": {}
|
1440
|
-
}
|
1441
|
-
}
|
1442
1487
|
}
|
1443
1488
|
}
|
1444
1489
|
},
|
@@ -1472,11 +1517,41 @@
|
|
1472
1517
|
"key": {},
|
1473
1518
|
"value": {}
|
1474
1519
|
},
|
1475
|
-
"
|
1520
|
+
"S28": {
|
1476
1521
|
"type": "list",
|
1477
1522
|
"member": {}
|
1478
1523
|
},
|
1479
|
-
"
|
1524
|
+
"S2a": {
|
1525
|
+
"type": "structure",
|
1526
|
+
"members": {
|
1527
|
+
"includes": {
|
1528
|
+
"shape": "S2b"
|
1529
|
+
},
|
1530
|
+
"excludes": {
|
1531
|
+
"shape": "S2b"
|
1532
|
+
}
|
1533
|
+
}
|
1534
|
+
},
|
1535
|
+
"S2b": {
|
1536
|
+
"type": "list",
|
1537
|
+
"member": {}
|
1538
|
+
},
|
1539
|
+
"S2d": {
|
1540
|
+
"type": "structure",
|
1541
|
+
"members": {
|
1542
|
+
"includes": {
|
1543
|
+
"shape": "S2e"
|
1544
|
+
},
|
1545
|
+
"excludes": {
|
1546
|
+
"shape": "S2e"
|
1547
|
+
}
|
1548
|
+
}
|
1549
|
+
},
|
1550
|
+
"S2e": {
|
1551
|
+
"type": "list",
|
1552
|
+
"member": {}
|
1553
|
+
},
|
1554
|
+
"S2z": {
|
1480
1555
|
"type": "structure",
|
1481
1556
|
"required": [
|
1482
1557
|
"executor",
|
@@ -1543,10 +1618,10 @@
|
|
1543
1618
|
}
|
1544
1619
|
},
|
1545
1620
|
"inputArtifactDetails": {
|
1546
|
-
"shape": "
|
1621
|
+
"shape": "S3e"
|
1547
1622
|
},
|
1548
1623
|
"outputArtifactDetails": {
|
1549
|
-
"shape": "
|
1624
|
+
"shape": "S3e"
|
1550
1625
|
},
|
1551
1626
|
"permissions": {
|
1552
1627
|
"type": "structure",
|
@@ -1599,7 +1674,7 @@
|
|
1599
1674
|
}
|
1600
1675
|
}
|
1601
1676
|
},
|
1602
|
-
"
|
1677
|
+
"S3e": {
|
1603
1678
|
"type": "structure",
|
1604
1679
|
"required": [
|
1605
1680
|
"minimumCount",
|
@@ -1614,26 +1689,26 @@
|
|
1614
1689
|
}
|
1615
1690
|
}
|
1616
1691
|
},
|
1617
|
-
"
|
1692
|
+
"S3r": {
|
1618
1693
|
"type": "structure",
|
1619
1694
|
"members": {
|
1620
1695
|
"actionTypeId": {
|
1621
1696
|
"shape": "Sw"
|
1622
1697
|
},
|
1623
1698
|
"actionConfiguration": {
|
1624
|
-
"shape": "
|
1699
|
+
"shape": "S3s"
|
1625
1700
|
},
|
1626
1701
|
"pipelineContext": {
|
1627
|
-
"shape": "
|
1702
|
+
"shape": "S3t"
|
1628
1703
|
},
|
1629
1704
|
"inputArtifacts": {
|
1630
|
-
"shape": "
|
1705
|
+
"shape": "S3z"
|
1631
1706
|
},
|
1632
1707
|
"outputArtifacts": {
|
1633
|
-
"shape": "
|
1708
|
+
"shape": "S3z"
|
1634
1709
|
},
|
1635
1710
|
"artifactCredentials": {
|
1636
|
-
"shape": "
|
1711
|
+
"shape": "S47"
|
1637
1712
|
},
|
1638
1713
|
"continuationToken": {},
|
1639
1714
|
"encryptionKey": {
|
@@ -1641,7 +1716,7 @@
|
|
1641
1716
|
}
|
1642
1717
|
}
|
1643
1718
|
},
|
1644
|
-
"
|
1719
|
+
"S3s": {
|
1645
1720
|
"type": "structure",
|
1646
1721
|
"members": {
|
1647
1722
|
"configuration": {
|
@@ -1649,7 +1724,7 @@
|
|
1649
1724
|
}
|
1650
1725
|
}
|
1651
1726
|
},
|
1652
|
-
"
|
1727
|
+
"S3t": {
|
1653
1728
|
"type": "structure",
|
1654
1729
|
"members": {
|
1655
1730
|
"pipelineName": {},
|
@@ -1670,7 +1745,7 @@
|
|
1670
1745
|
"pipelineExecutionId": {}
|
1671
1746
|
}
|
1672
1747
|
},
|
1673
|
-
"
|
1748
|
+
"S3z": {
|
1674
1749
|
"type": "list",
|
1675
1750
|
"member": {
|
1676
1751
|
"type": "structure",
|
@@ -1697,7 +1772,7 @@
|
|
1697
1772
|
}
|
1698
1773
|
}
|
1699
1774
|
},
|
1700
|
-
"
|
1775
|
+
"S47": {
|
1701
1776
|
"type": "structure",
|
1702
1777
|
"required": [
|
1703
1778
|
"accessKeyId",
|
@@ -1720,14 +1795,14 @@
|
|
1720
1795
|
},
|
1721
1796
|
"sensitive": true
|
1722
1797
|
},
|
1723
|
-
"
|
1798
|
+
"S4s": {
|
1724
1799
|
"type": "structure",
|
1725
1800
|
"members": {
|
1726
1801
|
"triggerType": {},
|
1727
1802
|
"triggerDetail": {}
|
1728
1803
|
}
|
1729
1804
|
},
|
1730
|
-
"
|
1805
|
+
"S4z": {
|
1731
1806
|
"type": "structure",
|
1732
1807
|
"required": [
|
1733
1808
|
"pipelineExecutionId",
|
@@ -1738,7 +1813,7 @@
|
|
1738
1813
|
"status": {}
|
1739
1814
|
}
|
1740
1815
|
},
|
1741
|
-
"
|
1816
|
+
"S58": {
|
1742
1817
|
"type": "structure",
|
1743
1818
|
"required": [
|
1744
1819
|
"revisionId",
|
@@ -1753,7 +1828,14 @@
|
|
1753
1828
|
}
|
1754
1829
|
}
|
1755
1830
|
},
|
1756
|
-
"
|
1831
|
+
"S5g": {
|
1832
|
+
"type": "structure",
|
1833
|
+
"members": {
|
1834
|
+
"code": {},
|
1835
|
+
"message": {}
|
1836
|
+
}
|
1837
|
+
},
|
1838
|
+
"S5y": {
|
1757
1839
|
"type": "list",
|
1758
1840
|
"member": {
|
1759
1841
|
"type": "structure",
|
@@ -1769,12 +1851,12 @@
|
|
1769
1851
|
}
|
1770
1852
|
}
|
1771
1853
|
},
|
1772
|
-
"
|
1854
|
+
"S67": {
|
1773
1855
|
"type": "map",
|
1774
1856
|
"key": {},
|
1775
1857
|
"value": {}
|
1776
1858
|
},
|
1777
|
-
"
|
1859
|
+
"S6w": {
|
1778
1860
|
"type": "structure",
|
1779
1861
|
"required": [
|
1780
1862
|
"definition",
|
@@ -1782,7 +1864,7 @@
|
|
1782
1864
|
],
|
1783
1865
|
"members": {
|
1784
1866
|
"definition": {
|
1785
|
-
"shape": "
|
1867
|
+
"shape": "S6x"
|
1786
1868
|
},
|
1787
1869
|
"url": {},
|
1788
1870
|
"errorMessage": {},
|
@@ -1796,7 +1878,7 @@
|
|
1796
1878
|
}
|
1797
1879
|
}
|
1798
1880
|
},
|
1799
|
-
"
|
1881
|
+
"S6x": {
|
1800
1882
|
"type": "structure",
|
1801
1883
|
"required": [
|
1802
1884
|
"name",
|
@@ -1833,7 +1915,7 @@
|
|
1833
1915
|
}
|
1834
1916
|
}
|
1835
1917
|
},
|
1836
|
-
"
|
1918
|
+
"S7w": {
|
1837
1919
|
"type": "structure",
|
1838
1920
|
"required": [
|
1839
1921
|
"type",
|
@@ -1845,7 +1927,7 @@
|
|
1845
1927
|
"externalExecutionId": {}
|
1846
1928
|
}
|
1847
1929
|
},
|
1848
|
-
"
|
1930
|
+
"S7z": {
|
1849
1931
|
"type": "structure",
|
1850
1932
|
"required": [
|
1851
1933
|
"revision",
|
@@ -1860,7 +1942,7 @@
|
|
1860
1942
|
"revisionSummary": {}
|
1861
1943
|
}
|
1862
1944
|
},
|
1863
|
-
"
|
1945
|
+
"S81": {
|
1864
1946
|
"type": "structure",
|
1865
1947
|
"members": {
|
1866
1948
|
"summary": {},
|