cdk-lambda-subminute 2.0.474 → 2.0.476
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 +4 -4
- package/lib/cdk-lambda-subminute.js +3 -3
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/bedrock-2023-04-20.min.json +295 -29
- package/node_modules/aws-sdk/apis/bedrock-2023-04-20.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/codebuild-2016-10-06.min.json +3 -0
- package/node_modules/aws-sdk/apis/deadline-2023-10-12.min.json +1679 -1672
- package/node_modules/aws-sdk/apis/lambda-2015-03-31.min.json +81 -23
- package/node_modules/aws-sdk/apis/ssm-sap-2018-05-10.min.json +37 -24
- package/node_modules/aws-sdk/clients/bedrock.d.ts +288 -0
- package/node_modules/aws-sdk/clients/codebuild.d.ts +14 -2
- package/node_modules/aws-sdk/clients/deadline.d.ts +1562 -1562
- package/node_modules/aws-sdk/clients/lambda.d.ts +56 -10
- package/node_modules/aws-sdk/clients/ssmsap.d.ts +10 -0
- 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 +7 -7
- package/node_modules/aws-sdk/dist/aws-sdk.js +87 -26
- 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 +4 -4
@@ -4,10 +4,16 @@
|
|
4
4
|
"apiVersion": "2015-03-31",
|
5
5
|
"endpointPrefix": "lambda",
|
6
6
|
"protocol": "rest-json",
|
7
|
+
"protocols": [
|
8
|
+
"rest-json"
|
9
|
+
],
|
7
10
|
"serviceFullName": "AWS Lambda",
|
8
11
|
"serviceId": "Lambda",
|
9
12
|
"signatureVersion": "v4",
|
10
|
-
"uid": "lambda-2015-03-31"
|
13
|
+
"uid": "lambda-2015-03-31",
|
14
|
+
"auth": [
|
15
|
+
"aws.auth#sigv4"
|
16
|
+
]
|
11
17
|
},
|
12
18
|
"operations": {
|
13
19
|
"AddLayerVersionPermission": {
|
@@ -870,6 +876,31 @@
|
|
870
876
|
"shape": "S5q"
|
871
877
|
}
|
872
878
|
},
|
879
|
+
"GetFunctionRecursionConfig": {
|
880
|
+
"http": {
|
881
|
+
"method": "GET",
|
882
|
+
"requestUri": "/2024-08-31/functions/{FunctionName}/recursion-config",
|
883
|
+
"responseCode": 200
|
884
|
+
},
|
885
|
+
"input": {
|
886
|
+
"type": "structure",
|
887
|
+
"required": [
|
888
|
+
"FunctionName"
|
889
|
+
],
|
890
|
+
"members": {
|
891
|
+
"FunctionName": {
|
892
|
+
"location": "uri",
|
893
|
+
"locationName": "FunctionName"
|
894
|
+
}
|
895
|
+
}
|
896
|
+
},
|
897
|
+
"output": {
|
898
|
+
"type": "structure",
|
899
|
+
"members": {
|
900
|
+
"RecursiveLoop": {}
|
901
|
+
}
|
902
|
+
}
|
903
|
+
},
|
873
904
|
"GetFunctionUrlConfig": {
|
874
905
|
"http": {
|
875
906
|
"method": "GET",
|
@@ -939,7 +970,7 @@
|
|
939
970
|
}
|
940
971
|
},
|
941
972
|
"output": {
|
942
|
-
"shape": "
|
973
|
+
"shape": "S60"
|
943
974
|
}
|
944
975
|
},
|
945
976
|
"GetLayerVersionByArn": {
|
@@ -961,7 +992,7 @@
|
|
961
992
|
}
|
962
993
|
},
|
963
994
|
"output": {
|
964
|
-
"shape": "
|
995
|
+
"shape": "S60"
|
965
996
|
}
|
966
997
|
},
|
967
998
|
"GetLayerVersionPolicy": {
|
@@ -1528,7 +1559,7 @@
|
|
1528
1559
|
"members": {
|
1529
1560
|
"NextMarker": {},
|
1530
1561
|
"Functions": {
|
1531
|
-
"shape": "
|
1562
|
+
"shape": "S7k"
|
1532
1563
|
}
|
1533
1564
|
}
|
1534
1565
|
}
|
@@ -1613,7 +1644,7 @@
|
|
1613
1644
|
"LayerVersions": {
|
1614
1645
|
"type": "list",
|
1615
1646
|
"member": {
|
1616
|
-
"shape": "
|
1647
|
+
"shape": "S7s"
|
1617
1648
|
}
|
1618
1649
|
}
|
1619
1650
|
}
|
@@ -1659,7 +1690,7 @@
|
|
1659
1690
|
"LayerName": {},
|
1660
1691
|
"LayerArn": {},
|
1661
1692
|
"LatestMatchingVersion": {
|
1662
|
-
"shape": "
|
1693
|
+
"shape": "S7s"
|
1663
1694
|
}
|
1664
1695
|
}
|
1665
1696
|
}
|
@@ -1780,7 +1811,7 @@
|
|
1780
1811
|
"members": {
|
1781
1812
|
"NextMarker": {},
|
1782
1813
|
"Versions": {
|
1783
|
-
"shape": "
|
1814
|
+
"shape": "S7k"
|
1784
1815
|
}
|
1785
1816
|
}
|
1786
1817
|
}
|
@@ -1814,11 +1845,11 @@
|
|
1814
1845
|
}
|
1815
1846
|
},
|
1816
1847
|
"CompatibleRuntimes": {
|
1817
|
-
"shape": "
|
1848
|
+
"shape": "S63"
|
1818
1849
|
},
|
1819
1850
|
"LicenseInfo": {},
|
1820
1851
|
"CompatibleArchitectures": {
|
1821
|
-
"shape": "
|
1852
|
+
"shape": "S65"
|
1822
1853
|
}
|
1823
1854
|
}
|
1824
1855
|
},
|
@@ -1826,7 +1857,7 @@
|
|
1826
1857
|
"type": "structure",
|
1827
1858
|
"members": {
|
1828
1859
|
"Content": {
|
1829
|
-
"shape": "
|
1860
|
+
"shape": "S61"
|
1830
1861
|
},
|
1831
1862
|
"LayerArn": {},
|
1832
1863
|
"LayerVersionArn": {},
|
@@ -1836,11 +1867,11 @@
|
|
1836
1867
|
"type": "long"
|
1837
1868
|
},
|
1838
1869
|
"CompatibleRuntimes": {
|
1839
|
-
"shape": "
|
1870
|
+
"shape": "S63"
|
1840
1871
|
},
|
1841
1872
|
"LicenseInfo": {},
|
1842
1873
|
"CompatibleArchitectures": {
|
1843
|
-
"shape": "
|
1874
|
+
"shape": "S65"
|
1844
1875
|
}
|
1845
1876
|
}
|
1846
1877
|
}
|
@@ -1962,6 +1993,33 @@
|
|
1962
1993
|
"shape": "S5q"
|
1963
1994
|
}
|
1964
1995
|
},
|
1996
|
+
"PutFunctionRecursionConfig": {
|
1997
|
+
"http": {
|
1998
|
+
"method": "PUT",
|
1999
|
+
"requestUri": "/2024-08-31/functions/{FunctionName}/recursion-config",
|
2000
|
+
"responseCode": 200
|
2001
|
+
},
|
2002
|
+
"input": {
|
2003
|
+
"type": "structure",
|
2004
|
+
"required": [
|
2005
|
+
"FunctionName",
|
2006
|
+
"RecursiveLoop"
|
2007
|
+
],
|
2008
|
+
"members": {
|
2009
|
+
"FunctionName": {
|
2010
|
+
"location": "uri",
|
2011
|
+
"locationName": "FunctionName"
|
2012
|
+
},
|
2013
|
+
"RecursiveLoop": {}
|
2014
|
+
}
|
2015
|
+
},
|
2016
|
+
"output": {
|
2017
|
+
"type": "structure",
|
2018
|
+
"members": {
|
2019
|
+
"RecursiveLoop": {}
|
2020
|
+
}
|
2021
|
+
}
|
2022
|
+
},
|
1965
2023
|
"PutProvisionedConcurrencyConfig": {
|
1966
2024
|
"http": {
|
1967
2025
|
"method": "PUT",
|
@@ -3040,11 +3098,11 @@
|
|
3040
3098
|
}
|
3041
3099
|
}
|
3042
3100
|
},
|
3043
|
-
"
|
3101
|
+
"S60": {
|
3044
3102
|
"type": "structure",
|
3045
3103
|
"members": {
|
3046
3104
|
"Content": {
|
3047
|
-
"shape": "
|
3105
|
+
"shape": "S61"
|
3048
3106
|
},
|
3049
3107
|
"LayerArn": {},
|
3050
3108
|
"LayerVersionArn": {},
|
@@ -3054,15 +3112,15 @@
|
|
3054
3112
|
"type": "long"
|
3055
3113
|
},
|
3056
3114
|
"CompatibleRuntimes": {
|
3057
|
-
"shape": "
|
3115
|
+
"shape": "S63"
|
3058
3116
|
},
|
3059
3117
|
"LicenseInfo": {},
|
3060
3118
|
"CompatibleArchitectures": {
|
3061
|
-
"shape": "
|
3119
|
+
"shape": "S65"
|
3062
3120
|
}
|
3063
3121
|
}
|
3064
3122
|
},
|
3065
|
-
"
|
3123
|
+
"S61": {
|
3066
3124
|
"type": "structure",
|
3067
3125
|
"members": {
|
3068
3126
|
"Location": {},
|
@@ -3074,21 +3132,21 @@
|
|
3074
3132
|
"SigningJobArn": {}
|
3075
3133
|
}
|
3076
3134
|
},
|
3077
|
-
"
|
3135
|
+
"S63": {
|
3078
3136
|
"type": "list",
|
3079
3137
|
"member": {}
|
3080
3138
|
},
|
3081
|
-
"
|
3139
|
+
"S65": {
|
3082
3140
|
"type": "list",
|
3083
3141
|
"member": {}
|
3084
3142
|
},
|
3085
|
-
"
|
3143
|
+
"S7k": {
|
3086
3144
|
"type": "list",
|
3087
3145
|
"member": {
|
3088
3146
|
"shape": "S3r"
|
3089
3147
|
}
|
3090
3148
|
},
|
3091
|
-
"
|
3149
|
+
"S7s": {
|
3092
3150
|
"type": "structure",
|
3093
3151
|
"members": {
|
3094
3152
|
"LayerVersionArn": {},
|
@@ -3098,11 +3156,11 @@
|
|
3098
3156
|
"Description": {},
|
3099
3157
|
"CreatedDate": {},
|
3100
3158
|
"CompatibleRuntimes": {
|
3101
|
-
"shape": "
|
3159
|
+
"shape": "S63"
|
3102
3160
|
},
|
3103
3161
|
"LicenseInfo": {},
|
3104
3162
|
"CompatibleArchitectures": {
|
3105
|
-
"shape": "
|
3163
|
+
"shape": "S65"
|
3106
3164
|
}
|
3107
3165
|
}
|
3108
3166
|
}
|
@@ -2,9 +2,14 @@
|
|
2
2
|
"version": "2.0",
|
3
3
|
"metadata": {
|
4
4
|
"apiVersion": "2018-05-10",
|
5
|
+
"auth": [
|
6
|
+
"aws.auth#sigv4"
|
7
|
+
],
|
5
8
|
"endpointPrefix": "ssm-sap",
|
6
|
-
"jsonVersion": "1.1",
|
7
9
|
"protocol": "rest-json",
|
10
|
+
"protocols": [
|
11
|
+
"rest-json"
|
12
|
+
],
|
8
13
|
"serviceAbbreviation": "SsmSap",
|
9
14
|
"serviceFullName": "AWS Systems Manager for SAP",
|
10
15
|
"serviceId": "Ssm Sap",
|
@@ -75,7 +80,7 @@
|
|
75
80
|
"shape": "Sd"
|
76
81
|
},
|
77
82
|
"Tags": {
|
78
|
-
"shape": "
|
83
|
+
"shape": "Sl"
|
79
84
|
}
|
80
85
|
}
|
81
86
|
}
|
@@ -188,7 +193,7 @@
|
|
188
193
|
}
|
189
194
|
},
|
190
195
|
"Tags": {
|
191
|
-
"shape": "
|
196
|
+
"shape": "Sl"
|
192
197
|
}
|
193
198
|
}
|
194
199
|
}
|
@@ -216,7 +221,7 @@
|
|
216
221
|
"ApplicationId": {},
|
217
222
|
"ComponentId": {},
|
218
223
|
"Credentials": {
|
219
|
-
"shape": "
|
224
|
+
"shape": "S1e"
|
220
225
|
},
|
221
226
|
"DatabaseId": {},
|
222
227
|
"DatabaseName": {},
|
@@ -229,11 +234,15 @@
|
|
229
234
|
},
|
230
235
|
"LastUpdated": {
|
231
236
|
"type": "timestamp"
|
237
|
+
},
|
238
|
+
"ConnectedComponentArns": {
|
239
|
+
"type": "list",
|
240
|
+
"member": {}
|
232
241
|
}
|
233
242
|
}
|
234
243
|
},
|
235
244
|
"Tags": {
|
236
|
-
"shape": "
|
245
|
+
"shape": "Sl"
|
237
246
|
}
|
238
247
|
}
|
239
248
|
}
|
@@ -256,7 +265,7 @@
|
|
256
265
|
"type": "structure",
|
257
266
|
"members": {
|
258
267
|
"Operation": {
|
259
|
-
"shape": "
|
268
|
+
"shape": "S1q"
|
260
269
|
}
|
261
270
|
}
|
262
271
|
}
|
@@ -296,7 +305,7 @@
|
|
296
305
|
"type": "integer"
|
297
306
|
},
|
298
307
|
"Filters": {
|
299
|
-
"shape": "
|
308
|
+
"shape": "S21"
|
300
309
|
}
|
301
310
|
}
|
302
311
|
},
|
@@ -313,7 +322,7 @@
|
|
313
322
|
"Type": {},
|
314
323
|
"Arn": {},
|
315
324
|
"Tags": {
|
316
|
-
"shape": "
|
325
|
+
"shape": "Sl"
|
317
326
|
}
|
318
327
|
}
|
319
328
|
}
|
@@ -349,7 +358,7 @@
|
|
349
358
|
"ComponentId": {},
|
350
359
|
"ComponentType": {},
|
351
360
|
"Tags": {
|
352
|
-
"shape": "
|
361
|
+
"shape": "Sl"
|
353
362
|
},
|
354
363
|
"Arn": {}
|
355
364
|
}
|
@@ -389,7 +398,7 @@
|
|
389
398
|
"DatabaseType": {},
|
390
399
|
"Arn": {},
|
391
400
|
"Tags": {
|
392
|
-
"shape": "
|
401
|
+
"shape": "Sl"
|
393
402
|
}
|
394
403
|
}
|
395
404
|
}
|
@@ -415,7 +424,7 @@
|
|
415
424
|
},
|
416
425
|
"NextToken": {},
|
417
426
|
"Filters": {
|
418
|
-
"shape": "
|
427
|
+
"shape": "S21"
|
419
428
|
}
|
420
429
|
}
|
421
430
|
},
|
@@ -464,7 +473,7 @@
|
|
464
473
|
},
|
465
474
|
"NextToken": {},
|
466
475
|
"Filters": {
|
467
|
-
"shape": "
|
476
|
+
"shape": "S21"
|
468
477
|
}
|
469
478
|
}
|
470
479
|
},
|
@@ -474,7 +483,7 @@
|
|
474
483
|
"Operations": {
|
475
484
|
"type": "list",
|
476
485
|
"member": {
|
477
|
-
"shape": "
|
486
|
+
"shape": "S1q"
|
478
487
|
}
|
479
488
|
},
|
480
489
|
"NextToken": {}
|
@@ -503,7 +512,7 @@
|
|
503
512
|
"type": "structure",
|
504
513
|
"members": {
|
505
514
|
"tags": {
|
506
|
-
"shape": "
|
515
|
+
"shape": "Sl"
|
507
516
|
}
|
508
517
|
}
|
509
518
|
}
|
@@ -555,10 +564,10 @@
|
|
555
564
|
"SapInstanceNumber": {},
|
556
565
|
"Sid": {},
|
557
566
|
"Tags": {
|
558
|
-
"shape": "
|
567
|
+
"shape": "Sl"
|
559
568
|
},
|
560
569
|
"Credentials": {
|
561
|
-
"shape": "
|
570
|
+
"shape": "S1e"
|
562
571
|
},
|
563
572
|
"DatabaseArn": {}
|
564
573
|
}
|
@@ -657,7 +666,7 @@
|
|
657
666
|
"locationName": "resourceArn"
|
658
667
|
},
|
659
668
|
"tags": {
|
660
|
-
"shape": "
|
669
|
+
"shape": "Sl"
|
661
670
|
}
|
662
671
|
}
|
663
672
|
},
|
@@ -710,10 +719,10 @@
|
|
710
719
|
"members": {
|
711
720
|
"ApplicationId": {},
|
712
721
|
"CredentialsToAddOrUpdate": {
|
713
|
-
"shape": "
|
722
|
+
"shape": "S1e"
|
714
723
|
},
|
715
724
|
"CredentialsToRemove": {
|
716
|
-
"shape": "
|
725
|
+
"shape": "S1e"
|
717
726
|
},
|
718
727
|
"Backint": {
|
719
728
|
"type": "structure",
|
@@ -759,19 +768,23 @@
|
|
759
768
|
"LastUpdated": {
|
760
769
|
"type": "timestamp"
|
761
770
|
},
|
762
|
-
"StatusMessage": {}
|
771
|
+
"StatusMessage": {},
|
772
|
+
"AssociatedApplicationArns": {
|
773
|
+
"type": "list",
|
774
|
+
"member": {}
|
775
|
+
}
|
763
776
|
}
|
764
777
|
},
|
765
778
|
"Sh": {
|
766
779
|
"type": "list",
|
767
780
|
"member": {}
|
768
781
|
},
|
769
|
-
"
|
782
|
+
"Sl": {
|
770
783
|
"type": "map",
|
771
784
|
"key": {},
|
772
785
|
"value": {}
|
773
786
|
},
|
774
|
-
"
|
787
|
+
"S1e": {
|
775
788
|
"type": "list",
|
776
789
|
"member": {
|
777
790
|
"type": "structure",
|
@@ -790,7 +803,7 @@
|
|
790
803
|
}
|
791
804
|
}
|
792
805
|
},
|
793
|
-
"
|
806
|
+
"S1q": {
|
794
807
|
"type": "structure",
|
795
808
|
"members": {
|
796
809
|
"Id": {},
|
@@ -816,7 +829,7 @@
|
|
816
829
|
}
|
817
830
|
}
|
818
831
|
},
|
819
|
-
"
|
832
|
+
"S21": {
|
820
833
|
"type": "list",
|
821
834
|
"member": {
|
822
835
|
"type": "structure",
|