cdk-lambda-subminute 2.0.376 → 2.0.377
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/artifact-2018-05-10.examples.json +5 -0
- package/node_modules/aws-sdk/apis/artifact-2018-05-10.min.json +258 -0
- package/node_modules/aws-sdk/apis/artifact-2018-05-10.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/codepipeline-2015-07-09.min.json +76 -73
- package/node_modules/aws-sdk/apis/guardduty-2017-11-28.min.json +73 -59
- package/node_modules/aws-sdk/apis/healthlake-2017-07-01.min.json +29 -0
- package/node_modules/aws-sdk/apis/metadata.json +3 -0
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +24 -4
- package/node_modules/aws-sdk/clients/all.d.ts +1 -0
- package/node_modules/aws-sdk/clients/all.js +2 -1
- package/node_modules/aws-sdk/clients/artifact.d.ts +333 -0
- package/node_modules/aws-sdk/clients/artifact.js +18 -0
- package/node_modules/aws-sdk/clients/codepipeline.d.ts +5 -0
- package/node_modules/aws-sdk/clients/detective.d.ts +49 -49
- package/node_modules/aws-sdk/clients/guardduty.d.ts +11 -10
- package/node_modules/aws-sdk/clients/healthlake.d.ts +42 -2
- package/node_modules/aws-sdk/clients/opensearch.d.ts +19 -19
- package/node_modules/aws-sdk/clients/polly.d.ts +1 -1
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +22 -2
- package/node_modules/aws-sdk/clients/secretsmanager.d.ts +3 -3
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +45 -8
- package/node_modules/aws-sdk/dist/aws-sdk.js +82 -76
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +23 -23
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +3 -3
@@ -231,7 +231,7 @@
|
|
231
231
|
"type": "structure",
|
232
232
|
"members": {
|
233
233
|
"actionType": {
|
234
|
-
"shape": "
|
234
|
+
"shape": "S30"
|
235
235
|
}
|
236
236
|
}
|
237
237
|
}
|
@@ -254,7 +254,7 @@
|
|
254
254
|
"members": {
|
255
255
|
"id": {},
|
256
256
|
"data": {
|
257
|
-
"shape": "
|
257
|
+
"shape": "S3s"
|
258
258
|
},
|
259
259
|
"accountId": {}
|
260
260
|
}
|
@@ -351,7 +351,7 @@
|
|
351
351
|
}
|
352
352
|
},
|
353
353
|
"trigger": {
|
354
|
-
"shape": "
|
354
|
+
"shape": "S4t"
|
355
355
|
},
|
356
356
|
"executionMode": {}
|
357
357
|
}
|
@@ -383,12 +383,12 @@
|
|
383
383
|
"members": {
|
384
384
|
"stageName": {},
|
385
385
|
"inboundExecution": {
|
386
|
-
"shape": "
|
386
|
+
"shape": "S50"
|
387
387
|
},
|
388
388
|
"inboundExecutions": {
|
389
389
|
"type": "list",
|
390
390
|
"member": {
|
391
|
-
"shape": "
|
391
|
+
"shape": "S50"
|
392
392
|
}
|
393
393
|
},
|
394
394
|
"inboundTransitionState": {
|
@@ -411,7 +411,7 @@
|
|
411
411
|
"members": {
|
412
412
|
"actionName": {},
|
413
413
|
"currentRevision": {
|
414
|
-
"shape": "
|
414
|
+
"shape": "S59"
|
415
415
|
},
|
416
416
|
"latestExecution": {
|
417
417
|
"type": "structure",
|
@@ -430,7 +430,7 @@
|
|
430
430
|
"type": "integer"
|
431
431
|
},
|
432
432
|
"errorDetails": {
|
433
|
-
"shape": "
|
433
|
+
"shape": "S5h"
|
434
434
|
}
|
435
435
|
}
|
436
436
|
},
|
@@ -440,7 +440,7 @@
|
|
440
440
|
}
|
441
441
|
},
|
442
442
|
"latestExecution": {
|
443
|
-
"shape": "
|
443
|
+
"shape": "S50"
|
444
444
|
}
|
445
445
|
}
|
446
446
|
}
|
@@ -480,19 +480,19 @@
|
|
480
480
|
"shape": "Sw"
|
481
481
|
},
|
482
482
|
"actionConfiguration": {
|
483
|
-
"shape": "
|
483
|
+
"shape": "S3t"
|
484
484
|
},
|
485
485
|
"pipelineContext": {
|
486
|
-
"shape": "
|
486
|
+
"shape": "S3u"
|
487
487
|
},
|
488
488
|
"inputArtifacts": {
|
489
|
-
"shape": "
|
489
|
+
"shape": "S40"
|
490
490
|
},
|
491
491
|
"outputArtifacts": {
|
492
|
-
"shape": "
|
492
|
+
"shape": "S40"
|
493
493
|
},
|
494
494
|
"artifactCredentials": {
|
495
|
-
"shape": "
|
495
|
+
"shape": "S48"
|
496
496
|
},
|
497
497
|
"continuationToken": {},
|
498
498
|
"encryptionKey": {
|
@@ -577,7 +577,7 @@
|
|
577
577
|
"roleArn": {},
|
578
578
|
"region": {},
|
579
579
|
"inputArtifacts": {
|
580
|
-
"shape": "
|
580
|
+
"shape": "S5z"
|
581
581
|
},
|
582
582
|
"namespace": {}
|
583
583
|
}
|
@@ -586,7 +586,7 @@
|
|
586
586
|
"type": "structure",
|
587
587
|
"members": {
|
588
588
|
"outputArtifacts": {
|
589
|
-
"shape": "
|
589
|
+
"shape": "S5z"
|
590
590
|
},
|
591
591
|
"executionResult": {
|
592
592
|
"type": "structure",
|
@@ -595,12 +595,12 @@
|
|
595
595
|
"externalExecutionSummary": {},
|
596
596
|
"externalExecutionUrl": {},
|
597
597
|
"errorDetails": {
|
598
|
-
"shape": "
|
598
|
+
"shape": "S5h"
|
599
599
|
}
|
600
600
|
}
|
601
601
|
},
|
602
602
|
"outputVariables": {
|
603
|
-
"shape": "
|
603
|
+
"shape": "S68"
|
604
604
|
}
|
605
605
|
}
|
606
606
|
}
|
@@ -682,7 +682,7 @@
|
|
682
682
|
}
|
683
683
|
},
|
684
684
|
"trigger": {
|
685
|
-
"shape": "
|
685
|
+
"shape": "S4t"
|
686
686
|
},
|
687
687
|
"stopTrigger": {
|
688
688
|
"type": "structure",
|
@@ -775,7 +775,7 @@
|
|
775
775
|
"webhooks": {
|
776
776
|
"type": "list",
|
777
777
|
"member": {
|
778
|
-
"shape": "
|
778
|
+
"shape": "S6x"
|
779
779
|
}
|
780
780
|
},
|
781
781
|
"NextToken": {}
|
@@ -812,7 +812,7 @@
|
|
812
812
|
"members": {
|
813
813
|
"id": {},
|
814
814
|
"data": {
|
815
|
-
"shape": "
|
815
|
+
"shape": "S3s"
|
816
816
|
},
|
817
817
|
"nonce": {},
|
818
818
|
"accountId": {}
|
@@ -867,7 +867,7 @@
|
|
867
867
|
"stageName": {},
|
868
868
|
"actionName": {},
|
869
869
|
"actionRevision": {
|
870
|
-
"shape": "
|
870
|
+
"shape": "S59"
|
871
871
|
}
|
872
872
|
}
|
873
873
|
},
|
@@ -928,7 +928,7 @@
|
|
928
928
|
"members": {
|
929
929
|
"jobId": {},
|
930
930
|
"failureDetails": {
|
931
|
-
"shape": "
|
931
|
+
"shape": "S7x"
|
932
932
|
}
|
933
933
|
}
|
934
934
|
}
|
@@ -942,14 +942,14 @@
|
|
942
942
|
"members": {
|
943
943
|
"jobId": {},
|
944
944
|
"currentRevision": {
|
945
|
-
"shape": "
|
945
|
+
"shape": "S80"
|
946
946
|
},
|
947
947
|
"continuationToken": {},
|
948
948
|
"executionDetails": {
|
949
|
-
"shape": "
|
949
|
+
"shape": "S82"
|
950
950
|
},
|
951
951
|
"outputVariables": {
|
952
|
-
"shape": "
|
952
|
+
"shape": "S68"
|
953
953
|
}
|
954
954
|
}
|
955
955
|
}
|
@@ -966,7 +966,7 @@
|
|
966
966
|
"jobId": {},
|
967
967
|
"clientToken": {},
|
968
968
|
"failureDetails": {
|
969
|
-
"shape": "
|
969
|
+
"shape": "S7x"
|
970
970
|
}
|
971
971
|
}
|
972
972
|
}
|
@@ -982,11 +982,11 @@
|
|
982
982
|
"jobId": {},
|
983
983
|
"clientToken": {},
|
984
984
|
"currentRevision": {
|
985
|
-
"shape": "
|
985
|
+
"shape": "S80"
|
986
986
|
},
|
987
987
|
"continuationToken": {},
|
988
988
|
"executionDetails": {
|
989
|
-
"shape": "
|
989
|
+
"shape": "S82"
|
990
990
|
}
|
991
991
|
}
|
992
992
|
}
|
@@ -999,7 +999,7 @@
|
|
999
999
|
],
|
1000
1000
|
"members": {
|
1001
1001
|
"webhook": {
|
1002
|
-
"shape": "
|
1002
|
+
"shape": "S6y"
|
1003
1003
|
},
|
1004
1004
|
"tags": {
|
1005
1005
|
"shape": "Sq"
|
@@ -1010,7 +1010,7 @@
|
|
1010
1010
|
"type": "structure",
|
1011
1011
|
"members": {
|
1012
1012
|
"webhook": {
|
1013
|
-
"shape": "
|
1013
|
+
"shape": "S6x"
|
1014
1014
|
}
|
1015
1015
|
}
|
1016
1016
|
}
|
@@ -1170,7 +1170,7 @@
|
|
1170
1170
|
],
|
1171
1171
|
"members": {
|
1172
1172
|
"actionType": {
|
1173
|
-
"shape": "
|
1173
|
+
"shape": "S30"
|
1174
1174
|
}
|
1175
1175
|
}
|
1176
1176
|
}
|
@@ -1394,7 +1394,10 @@
|
|
1394
1394
|
},
|
1395
1395
|
"roleArn": {},
|
1396
1396
|
"region": {},
|
1397
|
-
"namespace": {}
|
1397
|
+
"namespace": {},
|
1398
|
+
"timeoutInMinutes": {
|
1399
|
+
"type": "integer"
|
1400
|
+
}
|
1398
1401
|
}
|
1399
1402
|
}
|
1400
1403
|
}
|
@@ -1446,18 +1449,18 @@
|
|
1446
1449
|
"type": "structure",
|
1447
1450
|
"members": {
|
1448
1451
|
"includes": {
|
1449
|
-
"shape": "
|
1452
|
+
"shape": "S29"
|
1450
1453
|
},
|
1451
1454
|
"excludes": {
|
1452
|
-
"shape": "
|
1455
|
+
"shape": "S29"
|
1453
1456
|
}
|
1454
1457
|
}
|
1455
1458
|
},
|
1456
1459
|
"branches": {
|
1457
|
-
"shape": "
|
1460
|
+
"shape": "S2b"
|
1458
1461
|
},
|
1459
1462
|
"filePaths": {
|
1460
|
-
"shape": "
|
1463
|
+
"shape": "S2e"
|
1461
1464
|
}
|
1462
1465
|
}
|
1463
1466
|
}
|
@@ -1472,10 +1475,10 @@
|
|
1472
1475
|
"member": {}
|
1473
1476
|
},
|
1474
1477
|
"branches": {
|
1475
|
-
"shape": "
|
1478
|
+
"shape": "S2b"
|
1476
1479
|
},
|
1477
1480
|
"filePaths": {
|
1478
|
-
"shape": "
|
1481
|
+
"shape": "S2e"
|
1479
1482
|
}
|
1480
1483
|
}
|
1481
1484
|
}
|
@@ -1517,41 +1520,41 @@
|
|
1517
1520
|
"key": {},
|
1518
1521
|
"value": {}
|
1519
1522
|
},
|
1520
|
-
"
|
1523
|
+
"S29": {
|
1521
1524
|
"type": "list",
|
1522
1525
|
"member": {}
|
1523
1526
|
},
|
1524
|
-
"
|
1527
|
+
"S2b": {
|
1525
1528
|
"type": "structure",
|
1526
1529
|
"members": {
|
1527
1530
|
"includes": {
|
1528
|
-
"shape": "
|
1531
|
+
"shape": "S2c"
|
1529
1532
|
},
|
1530
1533
|
"excludes": {
|
1531
|
-
"shape": "
|
1534
|
+
"shape": "S2c"
|
1532
1535
|
}
|
1533
1536
|
}
|
1534
1537
|
},
|
1535
|
-
"
|
1538
|
+
"S2c": {
|
1536
1539
|
"type": "list",
|
1537
1540
|
"member": {}
|
1538
1541
|
},
|
1539
|
-
"
|
1542
|
+
"S2e": {
|
1540
1543
|
"type": "structure",
|
1541
1544
|
"members": {
|
1542
1545
|
"includes": {
|
1543
|
-
"shape": "
|
1546
|
+
"shape": "S2f"
|
1544
1547
|
},
|
1545
1548
|
"excludes": {
|
1546
|
-
"shape": "
|
1549
|
+
"shape": "S2f"
|
1547
1550
|
}
|
1548
1551
|
}
|
1549
1552
|
},
|
1550
|
-
"
|
1553
|
+
"S2f": {
|
1551
1554
|
"type": "list",
|
1552
1555
|
"member": {}
|
1553
1556
|
},
|
1554
|
-
"
|
1557
|
+
"S30": {
|
1555
1558
|
"type": "structure",
|
1556
1559
|
"required": [
|
1557
1560
|
"executor",
|
@@ -1618,10 +1621,10 @@
|
|
1618
1621
|
}
|
1619
1622
|
},
|
1620
1623
|
"inputArtifactDetails": {
|
1621
|
-
"shape": "
|
1624
|
+
"shape": "S3f"
|
1622
1625
|
},
|
1623
1626
|
"outputArtifactDetails": {
|
1624
|
-
"shape": "
|
1627
|
+
"shape": "S3f"
|
1625
1628
|
},
|
1626
1629
|
"permissions": {
|
1627
1630
|
"type": "structure",
|
@@ -1674,7 +1677,7 @@
|
|
1674
1677
|
}
|
1675
1678
|
}
|
1676
1679
|
},
|
1677
|
-
"
|
1680
|
+
"S3f": {
|
1678
1681
|
"type": "structure",
|
1679
1682
|
"required": [
|
1680
1683
|
"minimumCount",
|
@@ -1689,26 +1692,26 @@
|
|
1689
1692
|
}
|
1690
1693
|
}
|
1691
1694
|
},
|
1692
|
-
"
|
1695
|
+
"S3s": {
|
1693
1696
|
"type": "structure",
|
1694
1697
|
"members": {
|
1695
1698
|
"actionTypeId": {
|
1696
1699
|
"shape": "Sw"
|
1697
1700
|
},
|
1698
1701
|
"actionConfiguration": {
|
1699
|
-
"shape": "
|
1702
|
+
"shape": "S3t"
|
1700
1703
|
},
|
1701
1704
|
"pipelineContext": {
|
1702
|
-
"shape": "
|
1705
|
+
"shape": "S3u"
|
1703
1706
|
},
|
1704
1707
|
"inputArtifacts": {
|
1705
|
-
"shape": "
|
1708
|
+
"shape": "S40"
|
1706
1709
|
},
|
1707
1710
|
"outputArtifacts": {
|
1708
|
-
"shape": "
|
1711
|
+
"shape": "S40"
|
1709
1712
|
},
|
1710
1713
|
"artifactCredentials": {
|
1711
|
-
"shape": "
|
1714
|
+
"shape": "S48"
|
1712
1715
|
},
|
1713
1716
|
"continuationToken": {},
|
1714
1717
|
"encryptionKey": {
|
@@ -1716,7 +1719,7 @@
|
|
1716
1719
|
}
|
1717
1720
|
}
|
1718
1721
|
},
|
1719
|
-
"
|
1722
|
+
"S3t": {
|
1720
1723
|
"type": "structure",
|
1721
1724
|
"members": {
|
1722
1725
|
"configuration": {
|
@@ -1724,7 +1727,7 @@
|
|
1724
1727
|
}
|
1725
1728
|
}
|
1726
1729
|
},
|
1727
|
-
"
|
1730
|
+
"S3u": {
|
1728
1731
|
"type": "structure",
|
1729
1732
|
"members": {
|
1730
1733
|
"pipelineName": {},
|
@@ -1745,7 +1748,7 @@
|
|
1745
1748
|
"pipelineExecutionId": {}
|
1746
1749
|
}
|
1747
1750
|
},
|
1748
|
-
"
|
1751
|
+
"S40": {
|
1749
1752
|
"type": "list",
|
1750
1753
|
"member": {
|
1751
1754
|
"type": "structure",
|
@@ -1772,7 +1775,7 @@
|
|
1772
1775
|
}
|
1773
1776
|
}
|
1774
1777
|
},
|
1775
|
-
"
|
1778
|
+
"S48": {
|
1776
1779
|
"type": "structure",
|
1777
1780
|
"required": [
|
1778
1781
|
"accessKeyId",
|
@@ -1795,14 +1798,14 @@
|
|
1795
1798
|
},
|
1796
1799
|
"sensitive": true
|
1797
1800
|
},
|
1798
|
-
"
|
1801
|
+
"S4t": {
|
1799
1802
|
"type": "structure",
|
1800
1803
|
"members": {
|
1801
1804
|
"triggerType": {},
|
1802
1805
|
"triggerDetail": {}
|
1803
1806
|
}
|
1804
1807
|
},
|
1805
|
-
"
|
1808
|
+
"S50": {
|
1806
1809
|
"type": "structure",
|
1807
1810
|
"required": [
|
1808
1811
|
"pipelineExecutionId",
|
@@ -1813,7 +1816,7 @@
|
|
1813
1816
|
"status": {}
|
1814
1817
|
}
|
1815
1818
|
},
|
1816
|
-
"
|
1819
|
+
"S59": {
|
1817
1820
|
"type": "structure",
|
1818
1821
|
"required": [
|
1819
1822
|
"revisionId",
|
@@ -1828,14 +1831,14 @@
|
|
1828
1831
|
}
|
1829
1832
|
}
|
1830
1833
|
},
|
1831
|
-
"
|
1834
|
+
"S5h": {
|
1832
1835
|
"type": "structure",
|
1833
1836
|
"members": {
|
1834
1837
|
"code": {},
|
1835
1838
|
"message": {}
|
1836
1839
|
}
|
1837
1840
|
},
|
1838
|
-
"
|
1841
|
+
"S5z": {
|
1839
1842
|
"type": "list",
|
1840
1843
|
"member": {
|
1841
1844
|
"type": "structure",
|
@@ -1851,12 +1854,12 @@
|
|
1851
1854
|
}
|
1852
1855
|
}
|
1853
1856
|
},
|
1854
|
-
"
|
1857
|
+
"S68": {
|
1855
1858
|
"type": "map",
|
1856
1859
|
"key": {},
|
1857
1860
|
"value": {}
|
1858
1861
|
},
|
1859
|
-
"
|
1862
|
+
"S6x": {
|
1860
1863
|
"type": "structure",
|
1861
1864
|
"required": [
|
1862
1865
|
"definition",
|
@@ -1864,7 +1867,7 @@
|
|
1864
1867
|
],
|
1865
1868
|
"members": {
|
1866
1869
|
"definition": {
|
1867
|
-
"shape": "
|
1870
|
+
"shape": "S6y"
|
1868
1871
|
},
|
1869
1872
|
"url": {},
|
1870
1873
|
"errorMessage": {},
|
@@ -1878,7 +1881,7 @@
|
|
1878
1881
|
}
|
1879
1882
|
}
|
1880
1883
|
},
|
1881
|
-
"
|
1884
|
+
"S6y": {
|
1882
1885
|
"type": "structure",
|
1883
1886
|
"required": [
|
1884
1887
|
"name",
|
@@ -1915,7 +1918,7 @@
|
|
1915
1918
|
}
|
1916
1919
|
}
|
1917
1920
|
},
|
1918
|
-
"
|
1921
|
+
"S7x": {
|
1919
1922
|
"type": "structure",
|
1920
1923
|
"required": [
|
1921
1924
|
"type",
|
@@ -1927,7 +1930,7 @@
|
|
1927
1930
|
"externalExecutionId": {}
|
1928
1931
|
}
|
1929
1932
|
},
|
1930
|
-
"
|
1933
|
+
"S80": {
|
1931
1934
|
"type": "structure",
|
1932
1935
|
"required": [
|
1933
1936
|
"revision",
|
@@ -1942,7 +1945,7 @@
|
|
1942
1945
|
"revisionSummary": {}
|
1943
1946
|
}
|
1944
1947
|
},
|
1945
|
-
"
|
1948
|
+
"S82": {
|
1946
1949
|
"type": "structure",
|
1947
1950
|
"members": {
|
1948
1951
|
"summary": {},
|