aws-sdk-lambda 1.116.0 → 1.118.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-lambda/client.rb +65 -65
- data/lib/aws-sdk-lambda/types.rb +48 -48
- data/lib/aws-sdk-lambda.rb +1 -1
- data/sig/client.rbs +13 -13
- data/sig/types.rbs +9 -9
- metadata +2 -2
data/lib/aws-sdk-lambda/types.rb
CHANGED
|
@@ -139,7 +139,7 @@ module Aws::Lambda
|
|
|
139
139
|
end
|
|
140
140
|
|
|
141
141
|
# @!attribute [rw] function_name
|
|
142
|
-
# The name of the Lambda function, version, or alias.
|
|
142
|
+
# The name or ARN of the Lambda function, version, or alias.
|
|
143
143
|
#
|
|
144
144
|
# **Name formats**
|
|
145
145
|
#
|
|
@@ -565,7 +565,7 @@ module Aws::Lambda
|
|
|
565
565
|
end
|
|
566
566
|
|
|
567
567
|
# @!attribute [rw] function_name
|
|
568
|
-
# The name of the Lambda function.
|
|
568
|
+
# The name or ARN of the Lambda function.
|
|
569
569
|
#
|
|
570
570
|
# **Name formats**
|
|
571
571
|
#
|
|
@@ -671,7 +671,7 @@ module Aws::Lambda
|
|
|
671
671
|
# @return [String]
|
|
672
672
|
#
|
|
673
673
|
# @!attribute [rw] function_name
|
|
674
|
-
# The name of the Lambda function.
|
|
674
|
+
# The name or ARN of the Lambda function.
|
|
675
675
|
#
|
|
676
676
|
# **Name formats**
|
|
677
677
|
#
|
|
@@ -873,7 +873,7 @@ module Aws::Lambda
|
|
|
873
873
|
end
|
|
874
874
|
|
|
875
875
|
# @!attribute [rw] function_name
|
|
876
|
-
# The name of the Lambda function.
|
|
876
|
+
# The name or ARN of the Lambda function.
|
|
877
877
|
#
|
|
878
878
|
# **Name formats**
|
|
879
879
|
#
|
|
@@ -1036,7 +1036,7 @@ module Aws::Lambda
|
|
|
1036
1036
|
#
|
|
1037
1037
|
#
|
|
1038
1038
|
#
|
|
1039
|
-
# [1]: https://docs.aws.amazon.com/lambda/latest/dg/
|
|
1039
|
+
# [1]: https://docs.aws.amazon.com/lambda/latest/dg/images-create.html#images-parms
|
|
1040
1040
|
# @return [Types::ImageConfig]
|
|
1041
1041
|
#
|
|
1042
1042
|
# @!attribute [rw] code_signing_config_arn
|
|
@@ -1107,7 +1107,7 @@ module Aws::Lambda
|
|
|
1107
1107
|
end
|
|
1108
1108
|
|
|
1109
1109
|
# @!attribute [rw] function_name
|
|
1110
|
-
# The name of the Lambda function.
|
|
1110
|
+
# The name or ARN of the Lambda function.
|
|
1111
1111
|
#
|
|
1112
1112
|
# **Name formats**
|
|
1113
1113
|
#
|
|
@@ -1268,7 +1268,7 @@ module Aws::Lambda
|
|
|
1268
1268
|
end
|
|
1269
1269
|
|
|
1270
1270
|
# @!attribute [rw] function_name
|
|
1271
|
-
# The name of the Lambda function.
|
|
1271
|
+
# The name or ARN of the Lambda function.
|
|
1272
1272
|
#
|
|
1273
1273
|
# **Name formats**
|
|
1274
1274
|
#
|
|
@@ -1326,7 +1326,7 @@ module Aws::Lambda
|
|
|
1326
1326
|
end
|
|
1327
1327
|
|
|
1328
1328
|
# @!attribute [rw] function_name
|
|
1329
|
-
# The name of the Lambda function.
|
|
1329
|
+
# The name or ARN of the Lambda function.
|
|
1330
1330
|
#
|
|
1331
1331
|
# **Name formats**
|
|
1332
1332
|
#
|
|
@@ -1350,7 +1350,7 @@ module Aws::Lambda
|
|
|
1350
1350
|
end
|
|
1351
1351
|
|
|
1352
1352
|
# @!attribute [rw] function_name
|
|
1353
|
-
# The name of the Lambda function.
|
|
1353
|
+
# The name or ARN of the Lambda function.
|
|
1354
1354
|
#
|
|
1355
1355
|
# **Name formats**
|
|
1356
1356
|
#
|
|
@@ -1374,7 +1374,7 @@ module Aws::Lambda
|
|
|
1374
1374
|
end
|
|
1375
1375
|
|
|
1376
1376
|
# @!attribute [rw] function_name
|
|
1377
|
-
# The name of the Lambda function, version, or alias.
|
|
1377
|
+
# The name or ARN of the Lambda function, version, or alias.
|
|
1378
1378
|
#
|
|
1379
1379
|
# **Name formats**
|
|
1380
1380
|
#
|
|
@@ -1405,7 +1405,7 @@ module Aws::Lambda
|
|
|
1405
1405
|
end
|
|
1406
1406
|
|
|
1407
1407
|
# @!attribute [rw] function_name
|
|
1408
|
-
# The name of the Lambda function or version.
|
|
1408
|
+
# The name or ARN of the Lambda function or version.
|
|
1409
1409
|
#
|
|
1410
1410
|
# **Name formats**
|
|
1411
1411
|
#
|
|
@@ -1437,7 +1437,7 @@ module Aws::Lambda
|
|
|
1437
1437
|
end
|
|
1438
1438
|
|
|
1439
1439
|
# @!attribute [rw] function_name
|
|
1440
|
-
# The name of the Lambda function.
|
|
1440
|
+
# The name or ARN of the Lambda function.
|
|
1441
1441
|
#
|
|
1442
1442
|
# **Name formats**
|
|
1443
1443
|
#
|
|
@@ -1483,7 +1483,7 @@ module Aws::Lambda
|
|
|
1483
1483
|
end
|
|
1484
1484
|
|
|
1485
1485
|
# @!attribute [rw] function_name
|
|
1486
|
-
# The name of the Lambda function.
|
|
1486
|
+
# The name or ARN of the Lambda function.
|
|
1487
1487
|
#
|
|
1488
1488
|
# **Name formats**
|
|
1489
1489
|
#
|
|
@@ -2541,7 +2541,7 @@ module Aws::Lambda
|
|
|
2541
2541
|
end
|
|
2542
2542
|
|
|
2543
2543
|
# @!attribute [rw] function_name
|
|
2544
|
-
# The name of the Lambda function.
|
|
2544
|
+
# The name or ARN of the Lambda function.
|
|
2545
2545
|
#
|
|
2546
2546
|
# **Name formats**
|
|
2547
2547
|
#
|
|
@@ -2607,7 +2607,7 @@ module Aws::Lambda
|
|
|
2607
2607
|
end
|
|
2608
2608
|
|
|
2609
2609
|
# @!attribute [rw] function_name
|
|
2610
|
-
# The name of the Lambda function.
|
|
2610
|
+
# The name or ARN of the Lambda function.
|
|
2611
2611
|
#
|
|
2612
2612
|
# **Name formats**
|
|
2613
2613
|
#
|
|
@@ -2636,7 +2636,7 @@ module Aws::Lambda
|
|
|
2636
2636
|
# @return [String]
|
|
2637
2637
|
#
|
|
2638
2638
|
# @!attribute [rw] function_name
|
|
2639
|
-
# The name of the Lambda function.
|
|
2639
|
+
# The name or ARN of the Lambda function.
|
|
2640
2640
|
#
|
|
2641
2641
|
# **Name formats**
|
|
2642
2642
|
#
|
|
@@ -2661,7 +2661,7 @@ module Aws::Lambda
|
|
|
2661
2661
|
end
|
|
2662
2662
|
|
|
2663
2663
|
# @!attribute [rw] function_name
|
|
2664
|
-
# The name of the Lambda function.
|
|
2664
|
+
# The name or ARN of the Lambda function.
|
|
2665
2665
|
#
|
|
2666
2666
|
# **Name formats**
|
|
2667
2667
|
#
|
|
@@ -2698,7 +2698,7 @@ module Aws::Lambda
|
|
|
2698
2698
|
end
|
|
2699
2699
|
|
|
2700
2700
|
# @!attribute [rw] function_name
|
|
2701
|
-
# The name of the Lambda function, version, or alias.
|
|
2701
|
+
# The name or ARN of the Lambda function, version, or alias.
|
|
2702
2702
|
#
|
|
2703
2703
|
# **Name formats**
|
|
2704
2704
|
#
|
|
@@ -2730,7 +2730,7 @@ module Aws::Lambda
|
|
|
2730
2730
|
end
|
|
2731
2731
|
|
|
2732
2732
|
# @!attribute [rw] function_name
|
|
2733
|
-
# The name of the Lambda function, version, or alias.
|
|
2733
|
+
# The name or ARN of the Lambda function, version, or alias.
|
|
2734
2734
|
#
|
|
2735
2735
|
# **Name formats**
|
|
2736
2736
|
#
|
|
@@ -2761,7 +2761,7 @@ module Aws::Lambda
|
|
|
2761
2761
|
end
|
|
2762
2762
|
|
|
2763
2763
|
# @!attribute [rw] function_name
|
|
2764
|
-
# The name of the Lambda function, version, or alias.
|
|
2764
|
+
# The name or ARN of the Lambda function, version, or alias.
|
|
2765
2765
|
#
|
|
2766
2766
|
# **Name formats**
|
|
2767
2767
|
#
|
|
@@ -2828,7 +2828,7 @@ module Aws::Lambda
|
|
|
2828
2828
|
end
|
|
2829
2829
|
|
|
2830
2830
|
# @!attribute [rw] function_name
|
|
2831
|
-
# The name of the Lambda function.
|
|
2831
|
+
# The name or ARN of the Lambda function.
|
|
2832
2832
|
#
|
|
2833
2833
|
# **Name formats**
|
|
2834
2834
|
#
|
|
@@ -3068,7 +3068,7 @@ module Aws::Lambda
|
|
|
3068
3068
|
end
|
|
3069
3069
|
|
|
3070
3070
|
# @!attribute [rw] function_name
|
|
3071
|
-
# The name of the Lambda function, version, or alias.
|
|
3071
|
+
# The name or ARN of the Lambda function, version, or alias.
|
|
3072
3072
|
#
|
|
3073
3073
|
# **Name formats**
|
|
3074
3074
|
#
|
|
@@ -3116,7 +3116,7 @@ module Aws::Lambda
|
|
|
3116
3116
|
end
|
|
3117
3117
|
|
|
3118
3118
|
# @!attribute [rw] function_name
|
|
3119
|
-
# The name of the Lambda function.
|
|
3119
|
+
# The name or ARN of the Lambda function.
|
|
3120
3120
|
#
|
|
3121
3121
|
# **Name formats**
|
|
3122
3122
|
#
|
|
@@ -3191,7 +3191,7 @@ module Aws::Lambda
|
|
|
3191
3191
|
end
|
|
3192
3192
|
|
|
3193
3193
|
# @!attribute [rw] function_name
|
|
3194
|
-
# The name of the Lambda function.
|
|
3194
|
+
# The name or ARN of the Lambda function.
|
|
3195
3195
|
#
|
|
3196
3196
|
# **Name formats**
|
|
3197
3197
|
#
|
|
@@ -3441,7 +3441,7 @@ module Aws::Lambda
|
|
|
3441
3441
|
end
|
|
3442
3442
|
|
|
3443
3443
|
# @!attribute [rw] function_name
|
|
3444
|
-
# The name of the Lambda function, version, or alias.
|
|
3444
|
+
# The name or ARN of the Lambda function, version, or alias.
|
|
3445
3445
|
#
|
|
3446
3446
|
# **Name formats**
|
|
3447
3447
|
#
|
|
@@ -3552,7 +3552,7 @@ module Aws::Lambda
|
|
|
3552
3552
|
end
|
|
3553
3553
|
|
|
3554
3554
|
# @!attribute [rw] function_name
|
|
3555
|
-
# The name of the Lambda function.
|
|
3555
|
+
# The name or ARN of the Lambda function.
|
|
3556
3556
|
#
|
|
3557
3557
|
# **Name formats**
|
|
3558
3558
|
#
|
|
@@ -3636,7 +3636,7 @@ module Aws::Lambda
|
|
|
3636
3636
|
end
|
|
3637
3637
|
|
|
3638
3638
|
# @!attribute [rw] function_name
|
|
3639
|
-
# The name of the Lambda function.
|
|
3639
|
+
# The name or ARN of the Lambda function.
|
|
3640
3640
|
#
|
|
3641
3641
|
# **Name formats**
|
|
3642
3642
|
#
|
|
@@ -4001,7 +4001,7 @@ module Aws::Lambda
|
|
|
4001
4001
|
end
|
|
4002
4002
|
|
|
4003
4003
|
# @!attribute [rw] function_name
|
|
4004
|
-
# The name of the Lambda function.
|
|
4004
|
+
# The name or ARN of the Lambda function.
|
|
4005
4005
|
#
|
|
4006
4006
|
# **Name formats**
|
|
4007
4007
|
#
|
|
@@ -4117,7 +4117,7 @@ module Aws::Lambda
|
|
|
4117
4117
|
# @return [String]
|
|
4118
4118
|
#
|
|
4119
4119
|
# @!attribute [rw] function_name
|
|
4120
|
-
# The name of the Lambda function.
|
|
4120
|
+
# The name or ARN of the Lambda function.
|
|
4121
4121
|
#
|
|
4122
4122
|
# **Name formats**
|
|
4123
4123
|
#
|
|
@@ -4175,7 +4175,7 @@ module Aws::Lambda
|
|
|
4175
4175
|
end
|
|
4176
4176
|
|
|
4177
4177
|
# @!attribute [rw] function_name
|
|
4178
|
-
# The name of the Lambda function.
|
|
4178
|
+
# The name or ARN of the Lambda function.
|
|
4179
4179
|
#
|
|
4180
4180
|
# **Name formats**
|
|
4181
4181
|
#
|
|
@@ -4227,7 +4227,7 @@ module Aws::Lambda
|
|
|
4227
4227
|
end
|
|
4228
4228
|
|
|
4229
4229
|
# @!attribute [rw] function_name
|
|
4230
|
-
# The name of the Lambda function.
|
|
4230
|
+
# The name or ARN of the Lambda function.
|
|
4231
4231
|
#
|
|
4232
4232
|
# **Name formats**
|
|
4233
4233
|
#
|
|
@@ -4493,7 +4493,7 @@ module Aws::Lambda
|
|
|
4493
4493
|
end
|
|
4494
4494
|
|
|
4495
4495
|
# @!attribute [rw] function_name
|
|
4496
|
-
# The name of the Lambda function.
|
|
4496
|
+
# The name or ARN of the Lambda function.
|
|
4497
4497
|
#
|
|
4498
4498
|
# **Name formats**
|
|
4499
4499
|
#
|
|
@@ -4570,7 +4570,7 @@ module Aws::Lambda
|
|
|
4570
4570
|
end
|
|
4571
4571
|
|
|
4572
4572
|
# @!attribute [rw] function_name
|
|
4573
|
-
# The name of the Lambda function.
|
|
4573
|
+
# The name or ARN of the Lambda function.
|
|
4574
4574
|
#
|
|
4575
4575
|
# **Name formats**
|
|
4576
4576
|
#
|
|
@@ -4954,7 +4954,7 @@ module Aws::Lambda
|
|
|
4954
4954
|
end
|
|
4955
4955
|
|
|
4956
4956
|
# @!attribute [rw] function_name
|
|
4957
|
-
# The name of the Lambda function.
|
|
4957
|
+
# The name or ARN of the Lambda function.
|
|
4958
4958
|
#
|
|
4959
4959
|
# **Name formats**
|
|
4960
4960
|
#
|
|
@@ -5005,7 +5005,7 @@ module Aws::Lambda
|
|
|
5005
5005
|
# @return [String]
|
|
5006
5006
|
#
|
|
5007
5007
|
# @!attribute [rw] function_name
|
|
5008
|
-
# The name of the Lambda function.
|
|
5008
|
+
# The name or ARN of the Lambda function.
|
|
5009
5009
|
#
|
|
5010
5010
|
# **Name formats**
|
|
5011
5011
|
#
|
|
@@ -5035,7 +5035,7 @@ module Aws::Lambda
|
|
|
5035
5035
|
# @return [String]
|
|
5036
5036
|
#
|
|
5037
5037
|
# @!attribute [rw] function_name
|
|
5038
|
-
# The name of the Lambda function.
|
|
5038
|
+
# The name or ARN of the Lambda function.
|
|
5039
5039
|
#
|
|
5040
5040
|
# **Name formats**
|
|
5041
5041
|
#
|
|
@@ -5060,7 +5060,7 @@ module Aws::Lambda
|
|
|
5060
5060
|
end
|
|
5061
5061
|
|
|
5062
5062
|
# @!attribute [rw] function_name
|
|
5063
|
-
# The name of the Lambda function.
|
|
5063
|
+
# The name or ARN of the Lambda function.
|
|
5064
5064
|
#
|
|
5065
5065
|
# **Name formats**
|
|
5066
5066
|
#
|
|
@@ -5089,7 +5089,7 @@ module Aws::Lambda
|
|
|
5089
5089
|
end
|
|
5090
5090
|
|
|
5091
5091
|
# @!attribute [rw] function_name
|
|
5092
|
-
# The name of the Lambda function, version, or alias.
|
|
5092
|
+
# The name or ARN of the Lambda function, version, or alias.
|
|
5093
5093
|
#
|
|
5094
5094
|
# **Name formats**
|
|
5095
5095
|
#
|
|
@@ -5149,7 +5149,7 @@ module Aws::Lambda
|
|
|
5149
5149
|
end
|
|
5150
5150
|
|
|
5151
5151
|
# @!attribute [rw] function_name
|
|
5152
|
-
# The name of the Lambda function.
|
|
5152
|
+
# The name or ARN of the Lambda function.
|
|
5153
5153
|
#
|
|
5154
5154
|
# **Name formats**
|
|
5155
5155
|
#
|
|
@@ -5230,7 +5230,7 @@ module Aws::Lambda
|
|
|
5230
5230
|
end
|
|
5231
5231
|
|
|
5232
5232
|
# @!attribute [rw] function_name
|
|
5233
|
-
# The name of the Lambda function.
|
|
5233
|
+
# The name or ARN of the Lambda function.
|
|
5234
5234
|
#
|
|
5235
5235
|
# **Name formats**
|
|
5236
5236
|
#
|
|
@@ -5376,7 +5376,7 @@ module Aws::Lambda
|
|
|
5376
5376
|
end
|
|
5377
5377
|
|
|
5378
5378
|
# @!attribute [rw] function_name
|
|
5379
|
-
# The name of the Lambda function, version, or alias.
|
|
5379
|
+
# The name or ARN of the Lambda function, version, or alias.
|
|
5380
5380
|
#
|
|
5381
5381
|
# **Name formats**
|
|
5382
5382
|
#
|
|
@@ -5937,7 +5937,7 @@ module Aws::Lambda
|
|
|
5937
5937
|
end
|
|
5938
5938
|
|
|
5939
5939
|
# @!attribute [rw] function_name
|
|
5940
|
-
# The name of the Lambda function.
|
|
5940
|
+
# The name or ARN of the Lambda function.
|
|
5941
5941
|
#
|
|
5942
5942
|
# **Name formats**
|
|
5943
5943
|
#
|
|
@@ -6036,7 +6036,7 @@ module Aws::Lambda
|
|
|
6036
6036
|
# @return [String]
|
|
6037
6037
|
#
|
|
6038
6038
|
# @!attribute [rw] function_name
|
|
6039
|
-
# The name of the Lambda function.
|
|
6039
|
+
# The name or ARN of the Lambda function.
|
|
6040
6040
|
#
|
|
6041
6041
|
# **Name formats**
|
|
6042
6042
|
#
|
|
@@ -6196,7 +6196,7 @@ module Aws::Lambda
|
|
|
6196
6196
|
end
|
|
6197
6197
|
|
|
6198
6198
|
# @!attribute [rw] function_name
|
|
6199
|
-
# The name of the Lambda function.
|
|
6199
|
+
# The name or ARN of the Lambda function.
|
|
6200
6200
|
#
|
|
6201
6201
|
# **Name formats**
|
|
6202
6202
|
#
|
|
@@ -6280,7 +6280,7 @@ module Aws::Lambda
|
|
|
6280
6280
|
end
|
|
6281
6281
|
|
|
6282
6282
|
# @!attribute [rw] function_name
|
|
6283
|
-
# The name of the Lambda function.
|
|
6283
|
+
# The name or ARN of the Lambda function.
|
|
6284
6284
|
#
|
|
6285
6285
|
# **Name formats**
|
|
6286
6286
|
#
|
|
@@ -6427,7 +6427,7 @@ module Aws::Lambda
|
|
|
6427
6427
|
#
|
|
6428
6428
|
#
|
|
6429
6429
|
#
|
|
6430
|
-
# [1]: https://docs.aws.amazon.com/lambda/latest/dg/images-
|
|
6430
|
+
# [1]: https://docs.aws.amazon.com/lambda/latest/dg/images-create.html#images-parms
|
|
6431
6431
|
# @return [Types::ImageConfig]
|
|
6432
6432
|
#
|
|
6433
6433
|
# @!attribute [rw] ephemeral_storage
|
|
@@ -6480,7 +6480,7 @@ module Aws::Lambda
|
|
|
6480
6480
|
end
|
|
6481
6481
|
|
|
6482
6482
|
# @!attribute [rw] function_name
|
|
6483
|
-
# The name of the Lambda function, version, or alias.
|
|
6483
|
+
# The name or ARN of the Lambda function, version, or alias.
|
|
6484
6484
|
#
|
|
6485
6485
|
# **Name formats**
|
|
6486
6486
|
#
|
|
@@ -6540,7 +6540,7 @@ module Aws::Lambda
|
|
|
6540
6540
|
end
|
|
6541
6541
|
|
|
6542
6542
|
# @!attribute [rw] function_name
|
|
6543
|
-
# The name of the Lambda function.
|
|
6543
|
+
# The name or ARN of the Lambda function.
|
|
6544
6544
|
#
|
|
6545
6545
|
# **Name formats**
|
|
6546
6546
|
#
|
data/lib/aws-sdk-lambda.rb
CHANGED
data/sig/client.rbs
CHANGED
|
@@ -241,7 +241,7 @@ module Aws
|
|
|
241
241
|
include ::Seahorse::Client::_ResponseSuccess[Types::FunctionConfiguration]
|
|
242
242
|
def function_name: () -> ::String
|
|
243
243
|
def function_arn: () -> ::String
|
|
244
|
-
def runtime: () -> ("nodejs" | "nodejs4.3" | "nodejs6.10" | "nodejs8.10" | "nodejs10.x" | "nodejs12.x" | "nodejs14.x" | "nodejs16.x" | "java8" | "java8.al2" | "java11" | "python2.7" | "python3.6" | "python3.7" | "python3.8" | "python3.9" | "dotnetcore1.0" | "dotnetcore2.0" | "dotnetcore2.1" | "dotnetcore3.1" | "dotnet6" | "dotnet8" | "nodejs4.3-edge" | "go1.x" | "ruby2.5" | "ruby2.7" | "provided" | "provided.al2" | "nodejs18.x" | "python3.10" | "java17" | "ruby3.2" | "python3.11" | "nodejs20.x" | "provided.al2023" | "python3.12" | "java21")
|
|
244
|
+
def runtime: () -> ("nodejs" | "nodejs4.3" | "nodejs6.10" | "nodejs8.10" | "nodejs10.x" | "nodejs12.x" | "nodejs14.x" | "nodejs16.x" | "java8" | "java8.al2" | "java11" | "python2.7" | "python3.6" | "python3.7" | "python3.8" | "python3.9" | "dotnetcore1.0" | "dotnetcore2.0" | "dotnetcore2.1" | "dotnetcore3.1" | "dotnet6" | "dotnet8" | "nodejs4.3-edge" | "go1.x" | "ruby2.5" | "ruby2.7" | "provided" | "provided.al2" | "nodejs18.x" | "python3.10" | "java17" | "ruby3.2" | "ruby3.3" | "python3.11" | "nodejs20.x" | "provided.al2023" | "python3.12" | "java21")
|
|
245
245
|
def role: () -> ::String
|
|
246
246
|
def handler: () -> ::String
|
|
247
247
|
def code_size: () -> ::Integer
|
|
@@ -279,7 +279,7 @@ module Aws
|
|
|
279
279
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lambda/Client.html#create_function-instance_method
|
|
280
280
|
def create_function: (
|
|
281
281
|
function_name: ::String,
|
|
282
|
-
?runtime: ("nodejs" | "nodejs4.3" | "nodejs6.10" | "nodejs8.10" | "nodejs10.x" | "nodejs12.x" | "nodejs14.x" | "nodejs16.x" | "java8" | "java8.al2" | "java11" | "python2.7" | "python3.6" | "python3.7" | "python3.8" | "python3.9" | "dotnetcore1.0" | "dotnetcore2.0" | "dotnetcore2.1" | "dotnetcore3.1" | "dotnet6" | "dotnet8" | "nodejs4.3-edge" | "go1.x" | "ruby2.5" | "ruby2.7" | "provided" | "provided.al2" | "nodejs18.x" | "python3.10" | "java17" | "ruby3.2" | "python3.11" | "nodejs20.x" | "provided.al2023" | "python3.12" | "java21"),
|
|
282
|
+
?runtime: ("nodejs" | "nodejs4.3" | "nodejs6.10" | "nodejs8.10" | "nodejs10.x" | "nodejs12.x" | "nodejs14.x" | "nodejs16.x" | "java8" | "java8.al2" | "java11" | "python2.7" | "python3.6" | "python3.7" | "python3.8" | "python3.9" | "dotnetcore1.0" | "dotnetcore2.0" | "dotnetcore2.1" | "dotnetcore3.1" | "dotnet6" | "dotnet8" | "nodejs4.3-edge" | "go1.x" | "ruby2.5" | "ruby2.7" | "provided" | "provided.al2" | "nodejs18.x" | "python3.10" | "java17" | "ruby3.2" | "ruby3.3" | "python3.11" | "nodejs20.x" | "provided.al2023" | "python3.12" | "java21"),
|
|
283
283
|
role: ::String,
|
|
284
284
|
?handler: ::String,
|
|
285
285
|
code: {
|
|
@@ -575,7 +575,7 @@ module Aws
|
|
|
575
575
|
include ::Seahorse::Client::_ResponseSuccess[Types::FunctionConfiguration]
|
|
576
576
|
def function_name: () -> ::String
|
|
577
577
|
def function_arn: () -> ::String
|
|
578
|
-
def runtime: () -> ("nodejs" | "nodejs4.3" | "nodejs6.10" | "nodejs8.10" | "nodejs10.x" | "nodejs12.x" | "nodejs14.x" | "nodejs16.x" | "java8" | "java8.al2" | "java11" | "python2.7" | "python3.6" | "python3.7" | "python3.8" | "python3.9" | "dotnetcore1.0" | "dotnetcore2.0" | "dotnetcore2.1" | "dotnetcore3.1" | "dotnet6" | "dotnet8" | "nodejs4.3-edge" | "go1.x" | "ruby2.5" | "ruby2.7" | "provided" | "provided.al2" | "nodejs18.x" | "python3.10" | "java17" | "ruby3.2" | "python3.11" | "nodejs20.x" | "provided.al2023" | "python3.12" | "java21")
|
|
578
|
+
def runtime: () -> ("nodejs" | "nodejs4.3" | "nodejs6.10" | "nodejs8.10" | "nodejs10.x" | "nodejs12.x" | "nodejs14.x" | "nodejs16.x" | "java8" | "java8.al2" | "java11" | "python2.7" | "python3.6" | "python3.7" | "python3.8" | "python3.9" | "dotnetcore1.0" | "dotnetcore2.0" | "dotnetcore2.1" | "dotnetcore3.1" | "dotnet6" | "dotnet8" | "nodejs4.3-edge" | "go1.x" | "ruby2.5" | "ruby2.7" | "provided" | "provided.al2" | "nodejs18.x" | "python3.10" | "java17" | "ruby3.2" | "ruby3.3" | "python3.11" | "nodejs20.x" | "provided.al2023" | "python3.12" | "java21")
|
|
579
579
|
def role: () -> ::String
|
|
580
580
|
def handler: () -> ::String
|
|
581
581
|
def code_size: () -> ::Integer
|
|
@@ -657,7 +657,7 @@ module Aws
|
|
|
657
657
|
def description: () -> ::String
|
|
658
658
|
def created_date: () -> ::Time
|
|
659
659
|
def version: () -> ::Integer
|
|
660
|
-
def compatible_runtimes: () -> ::Array[("nodejs" | "nodejs4.3" | "nodejs6.10" | "nodejs8.10" | "nodejs10.x" | "nodejs12.x" | "nodejs14.x" | "nodejs16.x" | "java8" | "java8.al2" | "java11" | "python2.7" | "python3.6" | "python3.7" | "python3.8" | "python3.9" | "dotnetcore1.0" | "dotnetcore2.0" | "dotnetcore2.1" | "dotnetcore3.1" | "dotnet6" | "dotnet8" | "nodejs4.3-edge" | "go1.x" | "ruby2.5" | "ruby2.7" | "provided" | "provided.al2" | "nodejs18.x" | "python3.10" | "java17" | "ruby3.2" | "python3.11" | "nodejs20.x" | "provided.al2023" | "python3.12" | "java21")]
|
|
660
|
+
def compatible_runtimes: () -> ::Array[("nodejs" | "nodejs4.3" | "nodejs6.10" | "nodejs8.10" | "nodejs10.x" | "nodejs12.x" | "nodejs14.x" | "nodejs16.x" | "java8" | "java8.al2" | "java11" | "python2.7" | "python3.6" | "python3.7" | "python3.8" | "python3.9" | "dotnetcore1.0" | "dotnetcore2.0" | "dotnetcore2.1" | "dotnetcore3.1" | "dotnet6" | "dotnet8" | "nodejs4.3-edge" | "go1.x" | "ruby2.5" | "ruby2.7" | "provided" | "provided.al2" | "nodejs18.x" | "python3.10" | "java17" | "ruby3.2" | "ruby3.3" | "python3.11" | "nodejs20.x" | "provided.al2023" | "python3.12" | "java21")]
|
|
661
661
|
def license_info: () -> ::String
|
|
662
662
|
def compatible_architectures: () -> ::Array[("x86_64" | "arm64")]
|
|
663
663
|
end
|
|
@@ -676,7 +676,7 @@ module Aws
|
|
|
676
676
|
def description: () -> ::String
|
|
677
677
|
def created_date: () -> ::Time
|
|
678
678
|
def version: () -> ::Integer
|
|
679
|
-
def compatible_runtimes: () -> ::Array[("nodejs" | "nodejs4.3" | "nodejs6.10" | "nodejs8.10" | "nodejs10.x" | "nodejs12.x" | "nodejs14.x" | "nodejs16.x" | "java8" | "java8.al2" | "java11" | "python2.7" | "python3.6" | "python3.7" | "python3.8" | "python3.9" | "dotnetcore1.0" | "dotnetcore2.0" | "dotnetcore2.1" | "dotnetcore3.1" | "dotnet6" | "dotnet8" | "nodejs4.3-edge" | "go1.x" | "ruby2.5" | "ruby2.7" | "provided" | "provided.al2" | "nodejs18.x" | "python3.10" | "java17" | "ruby3.2" | "python3.11" | "nodejs20.x" | "provided.al2023" | "python3.12" | "java21")]
|
|
679
|
+
def compatible_runtimes: () -> ::Array[("nodejs" | "nodejs4.3" | "nodejs6.10" | "nodejs8.10" | "nodejs10.x" | "nodejs12.x" | "nodejs14.x" | "nodejs16.x" | "java8" | "java8.al2" | "java11" | "python2.7" | "python3.6" | "python3.7" | "python3.8" | "python3.9" | "dotnetcore1.0" | "dotnetcore2.0" | "dotnetcore2.1" | "dotnetcore3.1" | "dotnet6" | "dotnet8" | "nodejs4.3-edge" | "go1.x" | "ruby2.5" | "ruby2.7" | "provided" | "provided.al2" | "nodejs18.x" | "python3.10" | "java17" | "ruby3.2" | "ruby3.3" | "python3.11" | "nodejs20.x" | "provided.al2023" | "python3.12" | "java21")]
|
|
680
680
|
def license_info: () -> ::String
|
|
681
681
|
def compatible_architectures: () -> ::Array[("x86_64" | "arm64")]
|
|
682
682
|
end
|
|
@@ -887,7 +887,7 @@ module Aws
|
|
|
887
887
|
end
|
|
888
888
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lambda/Client.html#list_layer_versions-instance_method
|
|
889
889
|
def list_layer_versions: (
|
|
890
|
-
?compatible_runtime: ("nodejs" | "nodejs4.3" | "nodejs6.10" | "nodejs8.10" | "nodejs10.x" | "nodejs12.x" | "nodejs14.x" | "nodejs16.x" | "java8" | "java8.al2" | "java11" | "python2.7" | "python3.6" | "python3.7" | "python3.8" | "python3.9" | "dotnetcore1.0" | "dotnetcore2.0" | "dotnetcore2.1" | "dotnetcore3.1" | "dotnet6" | "dotnet8" | "nodejs4.3-edge" | "go1.x" | "ruby2.5" | "ruby2.7" | "provided" | "provided.al2" | "nodejs18.x" | "python3.10" | "java17" | "ruby3.2" | "python3.11" | "nodejs20.x" | "provided.al2023" | "python3.12" | "java21"),
|
|
890
|
+
?compatible_runtime: ("nodejs" | "nodejs4.3" | "nodejs6.10" | "nodejs8.10" | "nodejs10.x" | "nodejs12.x" | "nodejs14.x" | "nodejs16.x" | "java8" | "java8.al2" | "java11" | "python2.7" | "python3.6" | "python3.7" | "python3.8" | "python3.9" | "dotnetcore1.0" | "dotnetcore2.0" | "dotnetcore2.1" | "dotnetcore3.1" | "dotnet6" | "dotnet8" | "nodejs4.3-edge" | "go1.x" | "ruby2.5" | "ruby2.7" | "provided" | "provided.al2" | "nodejs18.x" | "python3.10" | "java17" | "ruby3.2" | "ruby3.3" | "python3.11" | "nodejs20.x" | "provided.al2023" | "python3.12" | "java21"),
|
|
891
891
|
layer_name: ::String,
|
|
892
892
|
?marker: ::String,
|
|
893
893
|
?max_items: ::Integer,
|
|
@@ -902,7 +902,7 @@ module Aws
|
|
|
902
902
|
end
|
|
903
903
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lambda/Client.html#list_layers-instance_method
|
|
904
904
|
def list_layers: (
|
|
905
|
-
?compatible_runtime: ("nodejs" | "nodejs4.3" | "nodejs6.10" | "nodejs8.10" | "nodejs10.x" | "nodejs12.x" | "nodejs14.x" | "nodejs16.x" | "java8" | "java8.al2" | "java11" | "python2.7" | "python3.6" | "python3.7" | "python3.8" | "python3.9" | "dotnetcore1.0" | "dotnetcore2.0" | "dotnetcore2.1" | "dotnetcore3.1" | "dotnet6" | "dotnet8" | "nodejs4.3-edge" | "go1.x" | "ruby2.5" | "ruby2.7" | "provided" | "provided.al2" | "nodejs18.x" | "python3.10" | "java17" | "ruby3.2" | "python3.11" | "nodejs20.x" | "provided.al2023" | "python3.12" | "java21"),
|
|
905
|
+
?compatible_runtime: ("nodejs" | "nodejs4.3" | "nodejs6.10" | "nodejs8.10" | "nodejs10.x" | "nodejs12.x" | "nodejs14.x" | "nodejs16.x" | "java8" | "java8.al2" | "java11" | "python2.7" | "python3.6" | "python3.7" | "python3.8" | "python3.9" | "dotnetcore1.0" | "dotnetcore2.0" | "dotnetcore2.1" | "dotnetcore3.1" | "dotnet6" | "dotnet8" | "nodejs4.3-edge" | "go1.x" | "ruby2.5" | "ruby2.7" | "provided" | "provided.al2" | "nodejs18.x" | "python3.10" | "java17" | "ruby3.2" | "ruby3.3" | "python3.11" | "nodejs20.x" | "provided.al2023" | "python3.12" | "java21"),
|
|
906
906
|
?marker: ::String,
|
|
907
907
|
?max_items: ::Integer,
|
|
908
908
|
?compatible_architecture: ("x86_64" | "arm64")
|
|
@@ -953,7 +953,7 @@ module Aws
|
|
|
953
953
|
def description: () -> ::String
|
|
954
954
|
def created_date: () -> ::Time
|
|
955
955
|
def version: () -> ::Integer
|
|
956
|
-
def compatible_runtimes: () -> ::Array[("nodejs" | "nodejs4.3" | "nodejs6.10" | "nodejs8.10" | "nodejs10.x" | "nodejs12.x" | "nodejs14.x" | "nodejs16.x" | "java8" | "java8.al2" | "java11" | "python2.7" | "python3.6" | "python3.7" | "python3.8" | "python3.9" | "dotnetcore1.0" | "dotnetcore2.0" | "dotnetcore2.1" | "dotnetcore3.1" | "dotnet6" | "dotnet8" | "nodejs4.3-edge" | "go1.x" | "ruby2.5" | "ruby2.7" | "provided" | "provided.al2" | "nodejs18.x" | "python3.10" | "java17" | "ruby3.2" | "python3.11" | "nodejs20.x" | "provided.al2023" | "python3.12" | "java21")]
|
|
956
|
+
def compatible_runtimes: () -> ::Array[("nodejs" | "nodejs4.3" | "nodejs6.10" | "nodejs8.10" | "nodejs10.x" | "nodejs12.x" | "nodejs14.x" | "nodejs16.x" | "java8" | "java8.al2" | "java11" | "python2.7" | "python3.6" | "python3.7" | "python3.8" | "python3.9" | "dotnetcore1.0" | "dotnetcore2.0" | "dotnetcore2.1" | "dotnetcore3.1" | "dotnet6" | "dotnet8" | "nodejs4.3-edge" | "go1.x" | "ruby2.5" | "ruby2.7" | "provided" | "provided.al2" | "nodejs18.x" | "python3.10" | "java17" | "ruby3.2" | "ruby3.3" | "python3.11" | "nodejs20.x" | "provided.al2023" | "python3.12" | "java21")]
|
|
957
957
|
def license_info: () -> ::String
|
|
958
958
|
def compatible_architectures: () -> ::Array[("x86_64" | "arm64")]
|
|
959
959
|
end
|
|
@@ -967,7 +967,7 @@ module Aws
|
|
|
967
967
|
s3_object_version: ::String?,
|
|
968
968
|
zip_file: ::String?
|
|
969
969
|
},
|
|
970
|
-
?compatible_runtimes: Array[("nodejs" | "nodejs4.3" | "nodejs6.10" | "nodejs8.10" | "nodejs10.x" | "nodejs12.x" | "nodejs14.x" | "nodejs16.x" | "java8" | "java8.al2" | "java11" | "python2.7" | "python3.6" | "python3.7" | "python3.8" | "python3.9" | "dotnetcore1.0" | "dotnetcore2.0" | "dotnetcore2.1" | "dotnetcore3.1" | "dotnet6" | "dotnet8" | "nodejs4.3-edge" | "go1.x" | "ruby2.5" | "ruby2.7" | "provided" | "provided.al2" | "nodejs18.x" | "python3.10" | "java17" | "ruby3.2" | "python3.11" | "nodejs20.x" | "provided.al2023" | "python3.12" | "java21")],
|
|
970
|
+
?compatible_runtimes: Array[("nodejs" | "nodejs4.3" | "nodejs6.10" | "nodejs8.10" | "nodejs10.x" | "nodejs12.x" | "nodejs14.x" | "nodejs16.x" | "java8" | "java8.al2" | "java11" | "python2.7" | "python3.6" | "python3.7" | "python3.8" | "python3.9" | "dotnetcore1.0" | "dotnetcore2.0" | "dotnetcore2.1" | "dotnetcore3.1" | "dotnet6" | "dotnet8" | "nodejs4.3-edge" | "go1.x" | "ruby2.5" | "ruby2.7" | "provided" | "provided.al2" | "nodejs18.x" | "python3.10" | "java17" | "ruby3.2" | "ruby3.3" | "python3.11" | "nodejs20.x" | "provided.al2023" | "python3.12" | "java21")],
|
|
971
971
|
?license_info: ::String,
|
|
972
972
|
?compatible_architectures: Array[("x86_64" | "arm64")]
|
|
973
973
|
) -> _PublishLayerVersionResponseSuccess
|
|
@@ -977,7 +977,7 @@ module Aws
|
|
|
977
977
|
include ::Seahorse::Client::_ResponseSuccess[Types::FunctionConfiguration]
|
|
978
978
|
def function_name: () -> ::String
|
|
979
979
|
def function_arn: () -> ::String
|
|
980
|
-
def runtime: () -> ("nodejs" | "nodejs4.3" | "nodejs6.10" | "nodejs8.10" | "nodejs10.x" | "nodejs12.x" | "nodejs14.x" | "nodejs16.x" | "java8" | "java8.al2" | "java11" | "python2.7" | "python3.6" | "python3.7" | "python3.8" | "python3.9" | "dotnetcore1.0" | "dotnetcore2.0" | "dotnetcore2.1" | "dotnetcore3.1" | "dotnet6" | "dotnet8" | "nodejs4.3-edge" | "go1.x" | "ruby2.5" | "ruby2.7" | "provided" | "provided.al2" | "nodejs18.x" | "python3.10" | "java17" | "ruby3.2" | "python3.11" | "nodejs20.x" | "provided.al2023" | "python3.12" | "java21")
|
|
980
|
+
def runtime: () -> ("nodejs" | "nodejs4.3" | "nodejs6.10" | "nodejs8.10" | "nodejs10.x" | "nodejs12.x" | "nodejs14.x" | "nodejs16.x" | "java8" | "java8.al2" | "java11" | "python2.7" | "python3.6" | "python3.7" | "python3.8" | "python3.9" | "dotnetcore1.0" | "dotnetcore2.0" | "dotnetcore2.1" | "dotnetcore3.1" | "dotnet6" | "dotnet8" | "nodejs4.3-edge" | "go1.x" | "ruby2.5" | "ruby2.7" | "provided" | "provided.al2" | "nodejs18.x" | "python3.10" | "java17" | "ruby3.2" | "ruby3.3" | "python3.11" | "nodejs20.x" | "provided.al2023" | "python3.12" | "java21")
|
|
981
981
|
def role: () -> ::String
|
|
982
982
|
def handler: () -> ::String
|
|
983
983
|
def code_size: () -> ::Integer
|
|
@@ -1251,7 +1251,7 @@ module Aws
|
|
|
1251
1251
|
include ::Seahorse::Client::_ResponseSuccess[Types::FunctionConfiguration]
|
|
1252
1252
|
def function_name: () -> ::String
|
|
1253
1253
|
def function_arn: () -> ::String
|
|
1254
|
-
def runtime: () -> ("nodejs" | "nodejs4.3" | "nodejs6.10" | "nodejs8.10" | "nodejs10.x" | "nodejs12.x" | "nodejs14.x" | "nodejs16.x" | "java8" | "java8.al2" | "java11" | "python2.7" | "python3.6" | "python3.7" | "python3.8" | "python3.9" | "dotnetcore1.0" | "dotnetcore2.0" | "dotnetcore2.1" | "dotnetcore3.1" | "dotnet6" | "dotnet8" | "nodejs4.3-edge" | "go1.x" | "ruby2.5" | "ruby2.7" | "provided" | "provided.al2" | "nodejs18.x" | "python3.10" | "java17" | "ruby3.2" | "python3.11" | "nodejs20.x" | "provided.al2023" | "python3.12" | "java21")
|
|
1254
|
+
def runtime: () -> ("nodejs" | "nodejs4.3" | "nodejs6.10" | "nodejs8.10" | "nodejs10.x" | "nodejs12.x" | "nodejs14.x" | "nodejs16.x" | "java8" | "java8.al2" | "java11" | "python2.7" | "python3.6" | "python3.7" | "python3.8" | "python3.9" | "dotnetcore1.0" | "dotnetcore2.0" | "dotnetcore2.1" | "dotnetcore3.1" | "dotnet6" | "dotnet8" | "nodejs4.3-edge" | "go1.x" | "ruby2.5" | "ruby2.7" | "provided" | "provided.al2" | "nodejs18.x" | "python3.10" | "java17" | "ruby3.2" | "ruby3.3" | "python3.11" | "nodejs20.x" | "provided.al2023" | "python3.12" | "java21")
|
|
1255
1255
|
def role: () -> ::String
|
|
1256
1256
|
def handler: () -> ::String
|
|
1257
1257
|
def code_size: () -> ::Integer
|
|
@@ -1305,7 +1305,7 @@ module Aws
|
|
|
1305
1305
|
include ::Seahorse::Client::_ResponseSuccess[Types::FunctionConfiguration]
|
|
1306
1306
|
def function_name: () -> ::String
|
|
1307
1307
|
def function_arn: () -> ::String
|
|
1308
|
-
def runtime: () -> ("nodejs" | "nodejs4.3" | "nodejs6.10" | "nodejs8.10" | "nodejs10.x" | "nodejs12.x" | "nodejs14.x" | "nodejs16.x" | "java8" | "java8.al2" | "java11" | "python2.7" | "python3.6" | "python3.7" | "python3.8" | "python3.9" | "dotnetcore1.0" | "dotnetcore2.0" | "dotnetcore2.1" | "dotnetcore3.1" | "dotnet6" | "dotnet8" | "nodejs4.3-edge" | "go1.x" | "ruby2.5" | "ruby2.7" | "provided" | "provided.al2" | "nodejs18.x" | "python3.10" | "java17" | "ruby3.2" | "python3.11" | "nodejs20.x" | "provided.al2023" | "python3.12" | "java21")
|
|
1308
|
+
def runtime: () -> ("nodejs" | "nodejs4.3" | "nodejs6.10" | "nodejs8.10" | "nodejs10.x" | "nodejs12.x" | "nodejs14.x" | "nodejs16.x" | "java8" | "java8.al2" | "java11" | "python2.7" | "python3.6" | "python3.7" | "python3.8" | "python3.9" | "dotnetcore1.0" | "dotnetcore2.0" | "dotnetcore2.1" | "dotnetcore3.1" | "dotnet6" | "dotnet8" | "nodejs4.3-edge" | "go1.x" | "ruby2.5" | "ruby2.7" | "provided" | "provided.al2" | "nodejs18.x" | "python3.10" | "java17" | "ruby3.2" | "ruby3.3" | "python3.11" | "nodejs20.x" | "provided.al2023" | "python3.12" | "java21")
|
|
1309
1309
|
def role: () -> ::String
|
|
1310
1310
|
def handler: () -> ::String
|
|
1311
1311
|
def code_size: () -> ::Integer
|
|
@@ -1356,7 +1356,7 @@ module Aws
|
|
|
1356
1356
|
?environment: {
|
|
1357
1357
|
variables: Hash[::String, ::String]?
|
|
1358
1358
|
},
|
|
1359
|
-
?runtime: ("nodejs" | "nodejs4.3" | "nodejs6.10" | "nodejs8.10" | "nodejs10.x" | "nodejs12.x" | "nodejs14.x" | "nodejs16.x" | "java8" | "java8.al2" | "java11" | "python2.7" | "python3.6" | "python3.7" | "python3.8" | "python3.9" | "dotnetcore1.0" | "dotnetcore2.0" | "dotnetcore2.1" | "dotnetcore3.1" | "dotnet6" | "dotnet8" | "nodejs4.3-edge" | "go1.x" | "ruby2.5" | "ruby2.7" | "provided" | "provided.al2" | "nodejs18.x" | "python3.10" | "java17" | "ruby3.2" | "python3.11" | "nodejs20.x" | "provided.al2023" | "python3.12" | "java21"),
|
|
1359
|
+
?runtime: ("nodejs" | "nodejs4.3" | "nodejs6.10" | "nodejs8.10" | "nodejs10.x" | "nodejs12.x" | "nodejs14.x" | "nodejs16.x" | "java8" | "java8.al2" | "java11" | "python2.7" | "python3.6" | "python3.7" | "python3.8" | "python3.9" | "dotnetcore1.0" | "dotnetcore2.0" | "dotnetcore2.1" | "dotnetcore3.1" | "dotnet6" | "dotnet8" | "nodejs4.3-edge" | "go1.x" | "ruby2.5" | "ruby2.7" | "provided" | "provided.al2" | "nodejs18.x" | "python3.10" | "java17" | "ruby3.2" | "ruby3.3" | "python3.11" | "nodejs20.x" | "provided.al2023" | "python3.12" | "java21"),
|
|
1360
1360
|
?dead_letter_config: {
|
|
1361
1361
|
target_arn: ::String?
|
|
1362
1362
|
},
|