@hybridless/hybridless 0.1.32 → 0.1.34
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/options.json
CHANGED
|
@@ -3938,6 +3938,9 @@
|
|
|
3938
3938
|
"const": "http",
|
|
3939
3939
|
"type": "string"
|
|
3940
3940
|
},
|
|
3941
|
+
"provisionedConcurrency": {
|
|
3942
|
+
"type": "number"
|
|
3943
|
+
},
|
|
3941
3944
|
"reservedConcurrency": {
|
|
3942
3945
|
"type": "number"
|
|
3943
3946
|
},
|
|
@@ -3965,6 +3968,9 @@
|
|
|
3965
3968
|
"runtime": {
|
|
3966
3969
|
"type": "string"
|
|
3967
3970
|
},
|
|
3971
|
+
"snapStart": {
|
|
3972
|
+
"type": "boolean"
|
|
3973
|
+
},
|
|
3968
3974
|
"timeout": {
|
|
3969
3975
|
"type": "number"
|
|
3970
3976
|
}
|
|
@@ -4038,6 +4044,9 @@
|
|
|
4038
4044
|
"type": "string"
|
|
4039
4045
|
},
|
|
4040
4046
|
"protocolArn": {},
|
|
4047
|
+
"provisionedConcurrency": {
|
|
4048
|
+
"type": "number"
|
|
4049
|
+
},
|
|
4041
4050
|
"queueBatchSize": {
|
|
4042
4051
|
"type": "number"
|
|
4043
4052
|
},
|
|
@@ -4053,6 +4062,9 @@
|
|
|
4053
4062
|
"runtime": {
|
|
4054
4063
|
"type": "string"
|
|
4055
4064
|
},
|
|
4065
|
+
"snapStart": {
|
|
4066
|
+
"type": "boolean"
|
|
4067
|
+
},
|
|
4056
4068
|
"timeout": {
|
|
4057
4069
|
"type": "number"
|
|
4058
4070
|
}
|
|
@@ -4127,6 +4139,9 @@
|
|
|
4127
4139
|
"type": "string"
|
|
4128
4140
|
},
|
|
4129
4141
|
"protocolArn": {},
|
|
4142
|
+
"provisionedConcurrency": {
|
|
4143
|
+
"type": "number"
|
|
4144
|
+
},
|
|
4130
4145
|
"reservedConcurrency": {
|
|
4131
4146
|
"type": "number"
|
|
4132
4147
|
},
|
|
@@ -4136,6 +4151,9 @@
|
|
|
4136
4151
|
"runtime": {
|
|
4137
4152
|
"type": "string"
|
|
4138
4153
|
},
|
|
4154
|
+
"snapStart": {
|
|
4155
|
+
"type": "boolean"
|
|
4156
|
+
},
|
|
4139
4157
|
"timeout": {
|
|
4140
4158
|
"type": "number"
|
|
4141
4159
|
}
|
|
@@ -4204,6 +4222,9 @@
|
|
|
4204
4222
|
"const": "scheduler",
|
|
4205
4223
|
"type": "string"
|
|
4206
4224
|
},
|
|
4225
|
+
"provisionedConcurrency": {
|
|
4226
|
+
"type": "number"
|
|
4227
|
+
},
|
|
4207
4228
|
"reservedConcurrency": {
|
|
4208
4229
|
"type": "number"
|
|
4209
4230
|
},
|
|
@@ -4217,6 +4238,9 @@
|
|
|
4217
4238
|
"schedulerRate": {
|
|
4218
4239
|
"type": "string"
|
|
4219
4240
|
},
|
|
4241
|
+
"snapStart": {
|
|
4242
|
+
"type": "boolean"
|
|
4243
|
+
},
|
|
4220
4244
|
"timeout": {
|
|
4221
4245
|
"type": "number"
|
|
4222
4246
|
}
|
|
@@ -4296,6 +4320,9 @@
|
|
|
4296
4320
|
"type": "string"
|
|
4297
4321
|
},
|
|
4298
4322
|
"protocolArn": {},
|
|
4323
|
+
"provisionedConcurrency": {
|
|
4324
|
+
"type": "number"
|
|
4325
|
+
},
|
|
4299
4326
|
"queueBatchSize": {
|
|
4300
4327
|
"type": "number"
|
|
4301
4328
|
},
|
|
@@ -4308,6 +4335,9 @@
|
|
|
4308
4335
|
"runtime": {
|
|
4309
4336
|
"type": "string"
|
|
4310
4337
|
},
|
|
4338
|
+
"snapStart": {
|
|
4339
|
+
"type": "boolean"
|
|
4340
|
+
},
|
|
4311
4341
|
"timeout": {
|
|
4312
4342
|
"type": "number"
|
|
4313
4343
|
}
|
|
@@ -4376,6 +4406,9 @@
|
|
|
4376
4406
|
"const": "none",
|
|
4377
4407
|
"type": "string"
|
|
4378
4408
|
},
|
|
4409
|
+
"provisionedConcurrency": {
|
|
4410
|
+
"type": "number"
|
|
4411
|
+
},
|
|
4379
4412
|
"reservedConcurrency": {
|
|
4380
4413
|
"type": "number"
|
|
4381
4414
|
},
|
|
@@ -4385,6 +4418,9 @@
|
|
|
4385
4418
|
"runtime": {
|
|
4386
4419
|
"type": "string"
|
|
4387
4420
|
},
|
|
4421
|
+
"snapStart": {
|
|
4422
|
+
"type": "boolean"
|
|
4423
|
+
},
|
|
4388
4424
|
"timeout": {
|
|
4389
4425
|
"type": "number"
|
|
4390
4426
|
}
|
|
@@ -4453,6 +4489,9 @@
|
|
|
4453
4489
|
"const": "s3",
|
|
4454
4490
|
"type": "string"
|
|
4455
4491
|
},
|
|
4492
|
+
"provisionedConcurrency": {
|
|
4493
|
+
"type": "number"
|
|
4494
|
+
},
|
|
4456
4495
|
"reservedConcurrency": {
|
|
4457
4496
|
"type": "number"
|
|
4458
4497
|
},
|
|
@@ -4486,6 +4525,9 @@
|
|
|
4486
4525
|
},
|
|
4487
4526
|
"type": "array"
|
|
4488
4527
|
},
|
|
4528
|
+
"snapStart": {
|
|
4529
|
+
"type": "boolean"
|
|
4530
|
+
},
|
|
4489
4531
|
"timeout": {
|
|
4490
4532
|
"type": "number"
|
|
4491
4533
|
}
|
|
@@ -4565,6 +4607,9 @@
|
|
|
4565
4607
|
"const": "cloudWatch",
|
|
4566
4608
|
"type": "string"
|
|
4567
4609
|
},
|
|
4610
|
+
"provisionedConcurrency": {
|
|
4611
|
+
"type": "number"
|
|
4612
|
+
},
|
|
4568
4613
|
"reservedConcurrency": {
|
|
4569
4614
|
"type": "number"
|
|
4570
4615
|
},
|
|
@@ -4574,6 +4619,9 @@
|
|
|
4574
4619
|
"runtime": {
|
|
4575
4620
|
"type": "string"
|
|
4576
4621
|
},
|
|
4622
|
+
"snapStart": {
|
|
4623
|
+
"type": "boolean"
|
|
4624
|
+
},
|
|
4577
4625
|
"timeout": {
|
|
4578
4626
|
"type": "number"
|
|
4579
4627
|
}
|
|
@@ -4650,6 +4698,9 @@
|
|
|
4650
4698
|
"const": "cloudWatchLogstream",
|
|
4651
4699
|
"type": "string"
|
|
4652
4700
|
},
|
|
4701
|
+
"provisionedConcurrency": {
|
|
4702
|
+
"type": "number"
|
|
4703
|
+
},
|
|
4653
4704
|
"reservedConcurrency": {
|
|
4654
4705
|
"type": "number"
|
|
4655
4706
|
},
|
|
@@ -4659,6 +4710,9 @@
|
|
|
4659
4710
|
"runtime": {
|
|
4660
4711
|
"type": "string"
|
|
4661
4712
|
},
|
|
4713
|
+
"snapStart": {
|
|
4714
|
+
"type": "boolean"
|
|
4715
|
+
},
|
|
4662
4716
|
"timeout": {
|
|
4663
4717
|
"type": "number"
|
|
4664
4718
|
}
|
|
@@ -4732,6 +4786,9 @@
|
|
|
4732
4786
|
"const": "cognito",
|
|
4733
4787
|
"type": "string"
|
|
4734
4788
|
},
|
|
4789
|
+
"provisionedConcurrency": {
|
|
4790
|
+
"type": "number"
|
|
4791
|
+
},
|
|
4735
4792
|
"reservedConcurrency": {
|
|
4736
4793
|
"type": "number"
|
|
4737
4794
|
},
|
|
@@ -4741,6 +4798,9 @@
|
|
|
4741
4798
|
"runtime": {
|
|
4742
4799
|
"type": "string"
|
|
4743
4800
|
},
|
|
4801
|
+
"snapStart": {
|
|
4802
|
+
"type": "boolean"
|
|
4803
|
+
},
|
|
4744
4804
|
"timeout": {
|
|
4745
4805
|
"type": "number"
|
|
4746
4806
|
}
|
|
@@ -4919,6 +4979,9 @@
|
|
|
4919
4979
|
"const": "httpLoadBalancer",
|
|
4920
4980
|
"type": "string"
|
|
4921
4981
|
},
|
|
4982
|
+
"provisionedConcurrency": {
|
|
4983
|
+
"type": "number"
|
|
4984
|
+
},
|
|
4922
4985
|
"reservedConcurrency": {
|
|
4923
4986
|
"type": "number"
|
|
4924
4987
|
},
|
|
@@ -4959,6 +5022,9 @@
|
|
|
4959
5022
|
"runtime": {
|
|
4960
5023
|
"type": "string"
|
|
4961
5024
|
},
|
|
5025
|
+
"snapStart": {
|
|
5026
|
+
"type": "boolean"
|
|
5027
|
+
},
|
|
4962
5028
|
"timeout": {
|
|
4963
5029
|
"type": "number"
|
|
4964
5030
|
}
|
|
@@ -5032,6 +5098,9 @@
|
|
|
5032
5098
|
"const": "eventBridge",
|
|
5033
5099
|
"type": "string"
|
|
5034
5100
|
},
|
|
5101
|
+
"provisionedConcurrency": {
|
|
5102
|
+
"type": "number"
|
|
5103
|
+
},
|
|
5035
5104
|
"reservedConcurrency": {
|
|
5036
5105
|
"type": "number"
|
|
5037
5106
|
},
|
|
@@ -5044,6 +5113,9 @@
|
|
|
5044
5113
|
"schedule": {
|
|
5045
5114
|
"type": "string"
|
|
5046
5115
|
},
|
|
5116
|
+
"snapStart": {
|
|
5117
|
+
"type": "boolean"
|
|
5118
|
+
},
|
|
5047
5119
|
"timeout": {
|
|
5048
5120
|
"type": "number"
|
|
5049
5121
|
}
|
|
@@ -5136,6 +5208,9 @@
|
|
|
5136
5208
|
"const": "http",
|
|
5137
5209
|
"type": "string"
|
|
5138
5210
|
},
|
|
5211
|
+
"provisionedConcurrency": {
|
|
5212
|
+
"type": "number"
|
|
5213
|
+
},
|
|
5139
5214
|
"reservedConcurrency": {
|
|
5140
5215
|
"type": "number"
|
|
5141
5216
|
},
|
|
@@ -5163,6 +5238,9 @@
|
|
|
5163
5238
|
"runtime": {
|
|
5164
5239
|
"type": "string"
|
|
5165
5240
|
},
|
|
5241
|
+
"snapStart": {
|
|
5242
|
+
"type": "boolean"
|
|
5243
|
+
},
|
|
5166
5244
|
"timeout": {
|
|
5167
5245
|
"type": "number"
|
|
5168
5246
|
}
|
|
@@ -5236,6 +5314,9 @@
|
|
|
5236
5314
|
"type": "string"
|
|
5237
5315
|
},
|
|
5238
5316
|
"protocolArn": {},
|
|
5317
|
+
"provisionedConcurrency": {
|
|
5318
|
+
"type": "number"
|
|
5319
|
+
},
|
|
5239
5320
|
"queueBatchSize": {
|
|
5240
5321
|
"type": "number"
|
|
5241
5322
|
},
|
|
@@ -5251,6 +5332,9 @@
|
|
|
5251
5332
|
"runtime": {
|
|
5252
5333
|
"type": "string"
|
|
5253
5334
|
},
|
|
5335
|
+
"snapStart": {
|
|
5336
|
+
"type": "boolean"
|
|
5337
|
+
},
|
|
5254
5338
|
"timeout": {
|
|
5255
5339
|
"type": "number"
|
|
5256
5340
|
}
|
|
@@ -5325,6 +5409,9 @@
|
|
|
5325
5409
|
"type": "string"
|
|
5326
5410
|
},
|
|
5327
5411
|
"protocolArn": {},
|
|
5412
|
+
"provisionedConcurrency": {
|
|
5413
|
+
"type": "number"
|
|
5414
|
+
},
|
|
5328
5415
|
"reservedConcurrency": {
|
|
5329
5416
|
"type": "number"
|
|
5330
5417
|
},
|
|
@@ -5334,6 +5421,9 @@
|
|
|
5334
5421
|
"runtime": {
|
|
5335
5422
|
"type": "string"
|
|
5336
5423
|
},
|
|
5424
|
+
"snapStart": {
|
|
5425
|
+
"type": "boolean"
|
|
5426
|
+
},
|
|
5337
5427
|
"timeout": {
|
|
5338
5428
|
"type": "number"
|
|
5339
5429
|
}
|
|
@@ -5402,6 +5492,9 @@
|
|
|
5402
5492
|
"const": "scheduler",
|
|
5403
5493
|
"type": "string"
|
|
5404
5494
|
},
|
|
5495
|
+
"provisionedConcurrency": {
|
|
5496
|
+
"type": "number"
|
|
5497
|
+
},
|
|
5405
5498
|
"reservedConcurrency": {
|
|
5406
5499
|
"type": "number"
|
|
5407
5500
|
},
|
|
@@ -5415,6 +5508,9 @@
|
|
|
5415
5508
|
"schedulerRate": {
|
|
5416
5509
|
"type": "string"
|
|
5417
5510
|
},
|
|
5511
|
+
"snapStart": {
|
|
5512
|
+
"type": "boolean"
|
|
5513
|
+
},
|
|
5418
5514
|
"timeout": {
|
|
5419
5515
|
"type": "number"
|
|
5420
5516
|
}
|
|
@@ -5494,6 +5590,9 @@
|
|
|
5494
5590
|
"type": "string"
|
|
5495
5591
|
},
|
|
5496
5592
|
"protocolArn": {},
|
|
5593
|
+
"provisionedConcurrency": {
|
|
5594
|
+
"type": "number"
|
|
5595
|
+
},
|
|
5497
5596
|
"queueBatchSize": {
|
|
5498
5597
|
"type": "number"
|
|
5499
5598
|
},
|
|
@@ -5506,6 +5605,9 @@
|
|
|
5506
5605
|
"runtime": {
|
|
5507
5606
|
"type": "string"
|
|
5508
5607
|
},
|
|
5608
|
+
"snapStart": {
|
|
5609
|
+
"type": "boolean"
|
|
5610
|
+
},
|
|
5509
5611
|
"timeout": {
|
|
5510
5612
|
"type": "number"
|
|
5511
5613
|
}
|
|
@@ -5574,6 +5676,9 @@
|
|
|
5574
5676
|
"const": "none",
|
|
5575
5677
|
"type": "string"
|
|
5576
5678
|
},
|
|
5679
|
+
"provisionedConcurrency": {
|
|
5680
|
+
"type": "number"
|
|
5681
|
+
},
|
|
5577
5682
|
"reservedConcurrency": {
|
|
5578
5683
|
"type": "number"
|
|
5579
5684
|
},
|
|
@@ -5583,6 +5688,9 @@
|
|
|
5583
5688
|
"runtime": {
|
|
5584
5689
|
"type": "string"
|
|
5585
5690
|
},
|
|
5691
|
+
"snapStart": {
|
|
5692
|
+
"type": "boolean"
|
|
5693
|
+
},
|
|
5586
5694
|
"timeout": {
|
|
5587
5695
|
"type": "number"
|
|
5588
5696
|
}
|
|
@@ -5651,6 +5759,9 @@
|
|
|
5651
5759
|
"const": "s3",
|
|
5652
5760
|
"type": "string"
|
|
5653
5761
|
},
|
|
5762
|
+
"provisionedConcurrency": {
|
|
5763
|
+
"type": "number"
|
|
5764
|
+
},
|
|
5654
5765
|
"reservedConcurrency": {
|
|
5655
5766
|
"type": "number"
|
|
5656
5767
|
},
|
|
@@ -5684,6 +5795,9 @@
|
|
|
5684
5795
|
},
|
|
5685
5796
|
"type": "array"
|
|
5686
5797
|
},
|
|
5798
|
+
"snapStart": {
|
|
5799
|
+
"type": "boolean"
|
|
5800
|
+
},
|
|
5687
5801
|
"timeout": {
|
|
5688
5802
|
"type": "number"
|
|
5689
5803
|
}
|
|
@@ -5763,6 +5877,9 @@
|
|
|
5763
5877
|
"const": "cloudWatch",
|
|
5764
5878
|
"type": "string"
|
|
5765
5879
|
},
|
|
5880
|
+
"provisionedConcurrency": {
|
|
5881
|
+
"type": "number"
|
|
5882
|
+
},
|
|
5766
5883
|
"reservedConcurrency": {
|
|
5767
5884
|
"type": "number"
|
|
5768
5885
|
},
|
|
@@ -5772,6 +5889,9 @@
|
|
|
5772
5889
|
"runtime": {
|
|
5773
5890
|
"type": "string"
|
|
5774
5891
|
},
|
|
5892
|
+
"snapStart": {
|
|
5893
|
+
"type": "boolean"
|
|
5894
|
+
},
|
|
5775
5895
|
"timeout": {
|
|
5776
5896
|
"type": "number"
|
|
5777
5897
|
}
|
|
@@ -5848,6 +5968,9 @@
|
|
|
5848
5968
|
"const": "cloudWatchLogstream",
|
|
5849
5969
|
"type": "string"
|
|
5850
5970
|
},
|
|
5971
|
+
"provisionedConcurrency": {
|
|
5972
|
+
"type": "number"
|
|
5973
|
+
},
|
|
5851
5974
|
"reservedConcurrency": {
|
|
5852
5975
|
"type": "number"
|
|
5853
5976
|
},
|
|
@@ -5857,6 +5980,9 @@
|
|
|
5857
5980
|
"runtime": {
|
|
5858
5981
|
"type": "string"
|
|
5859
5982
|
},
|
|
5983
|
+
"snapStart": {
|
|
5984
|
+
"type": "boolean"
|
|
5985
|
+
},
|
|
5860
5986
|
"timeout": {
|
|
5861
5987
|
"type": "number"
|
|
5862
5988
|
}
|
|
@@ -5930,6 +6056,9 @@
|
|
|
5930
6056
|
"const": "cognito",
|
|
5931
6057
|
"type": "string"
|
|
5932
6058
|
},
|
|
6059
|
+
"provisionedConcurrency": {
|
|
6060
|
+
"type": "number"
|
|
6061
|
+
},
|
|
5933
6062
|
"reservedConcurrency": {
|
|
5934
6063
|
"type": "number"
|
|
5935
6064
|
},
|
|
@@ -5939,6 +6068,9 @@
|
|
|
5939
6068
|
"runtime": {
|
|
5940
6069
|
"type": "string"
|
|
5941
6070
|
},
|
|
6071
|
+
"snapStart": {
|
|
6072
|
+
"type": "boolean"
|
|
6073
|
+
},
|
|
5942
6074
|
"timeout": {
|
|
5943
6075
|
"type": "number"
|
|
5944
6076
|
}
|
|
@@ -6117,6 +6249,9 @@
|
|
|
6117
6249
|
"const": "httpLoadBalancer",
|
|
6118
6250
|
"type": "string"
|
|
6119
6251
|
},
|
|
6252
|
+
"provisionedConcurrency": {
|
|
6253
|
+
"type": "number"
|
|
6254
|
+
},
|
|
6120
6255
|
"reservedConcurrency": {
|
|
6121
6256
|
"type": "number"
|
|
6122
6257
|
},
|
|
@@ -6157,6 +6292,9 @@
|
|
|
6157
6292
|
"runtime": {
|
|
6158
6293
|
"type": "string"
|
|
6159
6294
|
},
|
|
6295
|
+
"snapStart": {
|
|
6296
|
+
"type": "boolean"
|
|
6297
|
+
},
|
|
6160
6298
|
"timeout": {
|
|
6161
6299
|
"type": "number"
|
|
6162
6300
|
}
|
|
@@ -6230,6 +6368,9 @@
|
|
|
6230
6368
|
"const": "eventBridge",
|
|
6231
6369
|
"type": "string"
|
|
6232
6370
|
},
|
|
6371
|
+
"provisionedConcurrency": {
|
|
6372
|
+
"type": "number"
|
|
6373
|
+
},
|
|
6233
6374
|
"reservedConcurrency": {
|
|
6234
6375
|
"type": "number"
|
|
6235
6376
|
},
|
|
@@ -6242,6 +6383,9 @@
|
|
|
6242
6383
|
"schedule": {
|
|
6243
6384
|
"type": "string"
|
|
6244
6385
|
},
|
|
6386
|
+
"snapStart": {
|
|
6387
|
+
"type": "boolean"
|
|
6388
|
+
},
|
|
6245
6389
|
"timeout": {
|
|
6246
6390
|
"type": "number"
|
|
6247
6391
|
}
|
|
@@ -6361,6 +6505,9 @@
|
|
|
6361
6505
|
"const": "http",
|
|
6362
6506
|
"type": "string"
|
|
6363
6507
|
},
|
|
6508
|
+
"provisionedConcurrency": {
|
|
6509
|
+
"type": "number"
|
|
6510
|
+
},
|
|
6364
6511
|
"reservedConcurrency": {
|
|
6365
6512
|
"type": "number"
|
|
6366
6513
|
},
|
|
@@ -6388,6 +6535,9 @@
|
|
|
6388
6535
|
"runtime": {
|
|
6389
6536
|
"type": "string"
|
|
6390
6537
|
},
|
|
6538
|
+
"snapStart": {
|
|
6539
|
+
"type": "boolean"
|
|
6540
|
+
},
|
|
6391
6541
|
"timeout": {
|
|
6392
6542
|
"type": "number"
|
|
6393
6543
|
}
|
|
@@ -6488,6 +6638,9 @@
|
|
|
6488
6638
|
"type": "string"
|
|
6489
6639
|
},
|
|
6490
6640
|
"protocolArn": {},
|
|
6641
|
+
"provisionedConcurrency": {
|
|
6642
|
+
"type": "number"
|
|
6643
|
+
},
|
|
6491
6644
|
"queueBatchSize": {
|
|
6492
6645
|
"type": "number"
|
|
6493
6646
|
},
|
|
@@ -6503,6 +6656,9 @@
|
|
|
6503
6656
|
"runtime": {
|
|
6504
6657
|
"type": "string"
|
|
6505
6658
|
},
|
|
6659
|
+
"snapStart": {
|
|
6660
|
+
"type": "boolean"
|
|
6661
|
+
},
|
|
6506
6662
|
"timeout": {
|
|
6507
6663
|
"type": "number"
|
|
6508
6664
|
}
|
|
@@ -6604,6 +6760,9 @@
|
|
|
6604
6760
|
"type": "string"
|
|
6605
6761
|
},
|
|
6606
6762
|
"protocolArn": {},
|
|
6763
|
+
"provisionedConcurrency": {
|
|
6764
|
+
"type": "number"
|
|
6765
|
+
},
|
|
6607
6766
|
"reservedConcurrency": {
|
|
6608
6767
|
"type": "number"
|
|
6609
6768
|
},
|
|
@@ -6613,6 +6772,9 @@
|
|
|
6613
6772
|
"runtime": {
|
|
6614
6773
|
"type": "string"
|
|
6615
6774
|
},
|
|
6775
|
+
"snapStart": {
|
|
6776
|
+
"type": "boolean"
|
|
6777
|
+
},
|
|
6616
6778
|
"timeout": {
|
|
6617
6779
|
"type": "number"
|
|
6618
6780
|
}
|
|
@@ -6708,6 +6870,9 @@
|
|
|
6708
6870
|
"const": "scheduler",
|
|
6709
6871
|
"type": "string"
|
|
6710
6872
|
},
|
|
6873
|
+
"provisionedConcurrency": {
|
|
6874
|
+
"type": "number"
|
|
6875
|
+
},
|
|
6711
6876
|
"reservedConcurrency": {
|
|
6712
6877
|
"type": "number"
|
|
6713
6878
|
},
|
|
@@ -6721,6 +6886,9 @@
|
|
|
6721
6886
|
"schedulerRate": {
|
|
6722
6887
|
"type": "string"
|
|
6723
6888
|
},
|
|
6889
|
+
"snapStart": {
|
|
6890
|
+
"type": "boolean"
|
|
6891
|
+
},
|
|
6724
6892
|
"timeout": {
|
|
6725
6893
|
"type": "number"
|
|
6726
6894
|
}
|
|
@@ -6827,6 +6995,9 @@
|
|
|
6827
6995
|
"type": "string"
|
|
6828
6996
|
},
|
|
6829
6997
|
"protocolArn": {},
|
|
6998
|
+
"provisionedConcurrency": {
|
|
6999
|
+
"type": "number"
|
|
7000
|
+
},
|
|
6830
7001
|
"queueBatchSize": {
|
|
6831
7002
|
"type": "number"
|
|
6832
7003
|
},
|
|
@@ -6839,6 +7010,9 @@
|
|
|
6839
7010
|
"runtime": {
|
|
6840
7011
|
"type": "string"
|
|
6841
7012
|
},
|
|
7013
|
+
"snapStart": {
|
|
7014
|
+
"type": "boolean"
|
|
7015
|
+
},
|
|
6842
7016
|
"timeout": {
|
|
6843
7017
|
"type": "number"
|
|
6844
7018
|
}
|
|
@@ -6934,6 +7108,9 @@
|
|
|
6934
7108
|
"const": "none",
|
|
6935
7109
|
"type": "string"
|
|
6936
7110
|
},
|
|
7111
|
+
"provisionedConcurrency": {
|
|
7112
|
+
"type": "number"
|
|
7113
|
+
},
|
|
6937
7114
|
"reservedConcurrency": {
|
|
6938
7115
|
"type": "number"
|
|
6939
7116
|
},
|
|
@@ -6943,6 +7120,9 @@
|
|
|
6943
7120
|
"runtime": {
|
|
6944
7121
|
"type": "string"
|
|
6945
7122
|
},
|
|
7123
|
+
"snapStart": {
|
|
7124
|
+
"type": "boolean"
|
|
7125
|
+
},
|
|
6946
7126
|
"timeout": {
|
|
6947
7127
|
"type": "number"
|
|
6948
7128
|
}
|
|
@@ -7038,6 +7218,9 @@
|
|
|
7038
7218
|
"const": "s3",
|
|
7039
7219
|
"type": "string"
|
|
7040
7220
|
},
|
|
7221
|
+
"provisionedConcurrency": {
|
|
7222
|
+
"type": "number"
|
|
7223
|
+
},
|
|
7041
7224
|
"reservedConcurrency": {
|
|
7042
7225
|
"type": "number"
|
|
7043
7226
|
},
|
|
@@ -7071,6 +7254,9 @@
|
|
|
7071
7254
|
},
|
|
7072
7255
|
"type": "array"
|
|
7073
7256
|
},
|
|
7257
|
+
"snapStart": {
|
|
7258
|
+
"type": "boolean"
|
|
7259
|
+
},
|
|
7074
7260
|
"timeout": {
|
|
7075
7261
|
"type": "number"
|
|
7076
7262
|
}
|
|
@@ -7177,6 +7363,9 @@
|
|
|
7177
7363
|
"const": "cloudWatch",
|
|
7178
7364
|
"type": "string"
|
|
7179
7365
|
},
|
|
7366
|
+
"provisionedConcurrency": {
|
|
7367
|
+
"type": "number"
|
|
7368
|
+
},
|
|
7180
7369
|
"reservedConcurrency": {
|
|
7181
7370
|
"type": "number"
|
|
7182
7371
|
},
|
|
@@ -7186,6 +7375,9 @@
|
|
|
7186
7375
|
"runtime": {
|
|
7187
7376
|
"type": "string"
|
|
7188
7377
|
},
|
|
7378
|
+
"snapStart": {
|
|
7379
|
+
"type": "boolean"
|
|
7380
|
+
},
|
|
7189
7381
|
"timeout": {
|
|
7190
7382
|
"type": "number"
|
|
7191
7383
|
}
|
|
@@ -7289,6 +7481,9 @@
|
|
|
7289
7481
|
"const": "cloudWatchLogstream",
|
|
7290
7482
|
"type": "string"
|
|
7291
7483
|
},
|
|
7484
|
+
"provisionedConcurrency": {
|
|
7485
|
+
"type": "number"
|
|
7486
|
+
},
|
|
7292
7487
|
"reservedConcurrency": {
|
|
7293
7488
|
"type": "number"
|
|
7294
7489
|
},
|
|
@@ -7298,6 +7493,9 @@
|
|
|
7298
7493
|
"runtime": {
|
|
7299
7494
|
"type": "string"
|
|
7300
7495
|
},
|
|
7496
|
+
"snapStart": {
|
|
7497
|
+
"type": "boolean"
|
|
7498
|
+
},
|
|
7301
7499
|
"timeout": {
|
|
7302
7500
|
"type": "number"
|
|
7303
7501
|
}
|
|
@@ -7398,6 +7596,9 @@
|
|
|
7398
7596
|
"const": "cognito",
|
|
7399
7597
|
"type": "string"
|
|
7400
7598
|
},
|
|
7599
|
+
"provisionedConcurrency": {
|
|
7600
|
+
"type": "number"
|
|
7601
|
+
},
|
|
7401
7602
|
"reservedConcurrency": {
|
|
7402
7603
|
"type": "number"
|
|
7403
7604
|
},
|
|
@@ -7407,6 +7608,9 @@
|
|
|
7407
7608
|
"runtime": {
|
|
7408
7609
|
"type": "string"
|
|
7409
7610
|
},
|
|
7611
|
+
"snapStart": {
|
|
7612
|
+
"type": "boolean"
|
|
7613
|
+
},
|
|
7410
7614
|
"timeout": {
|
|
7411
7615
|
"type": "number"
|
|
7412
7616
|
}
|
|
@@ -7612,6 +7816,9 @@
|
|
|
7612
7816
|
"const": "httpLoadBalancer",
|
|
7613
7817
|
"type": "string"
|
|
7614
7818
|
},
|
|
7819
|
+
"provisionedConcurrency": {
|
|
7820
|
+
"type": "number"
|
|
7821
|
+
},
|
|
7615
7822
|
"reservedConcurrency": {
|
|
7616
7823
|
"type": "number"
|
|
7617
7824
|
},
|
|
@@ -7652,6 +7859,9 @@
|
|
|
7652
7859
|
"runtime": {
|
|
7653
7860
|
"type": "string"
|
|
7654
7861
|
},
|
|
7862
|
+
"snapStart": {
|
|
7863
|
+
"type": "boolean"
|
|
7864
|
+
},
|
|
7655
7865
|
"timeout": {
|
|
7656
7866
|
"type": "number"
|
|
7657
7867
|
}
|
|
@@ -7752,6 +7962,9 @@
|
|
|
7752
7962
|
"const": "eventBridge",
|
|
7753
7963
|
"type": "string"
|
|
7754
7964
|
},
|
|
7965
|
+
"provisionedConcurrency": {
|
|
7966
|
+
"type": "number"
|
|
7967
|
+
},
|
|
7755
7968
|
"reservedConcurrency": {
|
|
7756
7969
|
"type": "number"
|
|
7757
7970
|
},
|
|
@@ -7764,6 +7977,9 @@
|
|
|
7764
7977
|
"schedule": {
|
|
7765
7978
|
"type": "string"
|
|
7766
7979
|
},
|
|
7980
|
+
"snapStart": {
|
|
7981
|
+
"type": "boolean"
|
|
7982
|
+
},
|
|
7767
7983
|
"timeout": {
|
|
7768
7984
|
"type": "number"
|
|
7769
7985
|
}
|
|
@@ -11799,6 +12015,9 @@
|
|
|
11799
12015
|
"const": "http",
|
|
11800
12016
|
"type": "string"
|
|
11801
12017
|
},
|
|
12018
|
+
"provisionedConcurrency": {
|
|
12019
|
+
"type": "number"
|
|
12020
|
+
},
|
|
11802
12021
|
"reservedConcurrency": {
|
|
11803
12022
|
"type": "number"
|
|
11804
12023
|
},
|
|
@@ -11826,6 +12045,9 @@
|
|
|
11826
12045
|
"runtime": {
|
|
11827
12046
|
"type": "string"
|
|
11828
12047
|
},
|
|
12048
|
+
"snapStart": {
|
|
12049
|
+
"type": "boolean"
|
|
12050
|
+
},
|
|
11829
12051
|
"timeout": {
|
|
11830
12052
|
"type": "number"
|
|
11831
12053
|
}
|
|
@@ -11899,6 +12121,9 @@
|
|
|
11899
12121
|
"type": "string"
|
|
11900
12122
|
},
|
|
11901
12123
|
"protocolArn": {},
|
|
12124
|
+
"provisionedConcurrency": {
|
|
12125
|
+
"type": "number"
|
|
12126
|
+
},
|
|
11902
12127
|
"queueBatchSize": {
|
|
11903
12128
|
"type": "number"
|
|
11904
12129
|
},
|
|
@@ -11914,6 +12139,9 @@
|
|
|
11914
12139
|
"runtime": {
|
|
11915
12140
|
"type": "string"
|
|
11916
12141
|
},
|
|
12142
|
+
"snapStart": {
|
|
12143
|
+
"type": "boolean"
|
|
12144
|
+
},
|
|
11917
12145
|
"timeout": {
|
|
11918
12146
|
"type": "number"
|
|
11919
12147
|
}
|
|
@@ -11988,6 +12216,9 @@
|
|
|
11988
12216
|
"type": "string"
|
|
11989
12217
|
},
|
|
11990
12218
|
"protocolArn": {},
|
|
12219
|
+
"provisionedConcurrency": {
|
|
12220
|
+
"type": "number"
|
|
12221
|
+
},
|
|
11991
12222
|
"reservedConcurrency": {
|
|
11992
12223
|
"type": "number"
|
|
11993
12224
|
},
|
|
@@ -11997,6 +12228,9 @@
|
|
|
11997
12228
|
"runtime": {
|
|
11998
12229
|
"type": "string"
|
|
11999
12230
|
},
|
|
12231
|
+
"snapStart": {
|
|
12232
|
+
"type": "boolean"
|
|
12233
|
+
},
|
|
12000
12234
|
"timeout": {
|
|
12001
12235
|
"type": "number"
|
|
12002
12236
|
}
|
|
@@ -12065,6 +12299,9 @@
|
|
|
12065
12299
|
"const": "scheduler",
|
|
12066
12300
|
"type": "string"
|
|
12067
12301
|
},
|
|
12302
|
+
"provisionedConcurrency": {
|
|
12303
|
+
"type": "number"
|
|
12304
|
+
},
|
|
12068
12305
|
"reservedConcurrency": {
|
|
12069
12306
|
"type": "number"
|
|
12070
12307
|
},
|
|
@@ -12078,6 +12315,9 @@
|
|
|
12078
12315
|
"schedulerRate": {
|
|
12079
12316
|
"type": "string"
|
|
12080
12317
|
},
|
|
12318
|
+
"snapStart": {
|
|
12319
|
+
"type": "boolean"
|
|
12320
|
+
},
|
|
12081
12321
|
"timeout": {
|
|
12082
12322
|
"type": "number"
|
|
12083
12323
|
}
|
|
@@ -12157,6 +12397,9 @@
|
|
|
12157
12397
|
"type": "string"
|
|
12158
12398
|
},
|
|
12159
12399
|
"protocolArn": {},
|
|
12400
|
+
"provisionedConcurrency": {
|
|
12401
|
+
"type": "number"
|
|
12402
|
+
},
|
|
12160
12403
|
"queueBatchSize": {
|
|
12161
12404
|
"type": "number"
|
|
12162
12405
|
},
|
|
@@ -12169,6 +12412,9 @@
|
|
|
12169
12412
|
"runtime": {
|
|
12170
12413
|
"type": "string"
|
|
12171
12414
|
},
|
|
12415
|
+
"snapStart": {
|
|
12416
|
+
"type": "boolean"
|
|
12417
|
+
},
|
|
12172
12418
|
"timeout": {
|
|
12173
12419
|
"type": "number"
|
|
12174
12420
|
}
|
|
@@ -12237,6 +12483,9 @@
|
|
|
12237
12483
|
"const": "none",
|
|
12238
12484
|
"type": "string"
|
|
12239
12485
|
},
|
|
12486
|
+
"provisionedConcurrency": {
|
|
12487
|
+
"type": "number"
|
|
12488
|
+
},
|
|
12240
12489
|
"reservedConcurrency": {
|
|
12241
12490
|
"type": "number"
|
|
12242
12491
|
},
|
|
@@ -12246,6 +12495,9 @@
|
|
|
12246
12495
|
"runtime": {
|
|
12247
12496
|
"type": "string"
|
|
12248
12497
|
},
|
|
12498
|
+
"snapStart": {
|
|
12499
|
+
"type": "boolean"
|
|
12500
|
+
},
|
|
12249
12501
|
"timeout": {
|
|
12250
12502
|
"type": "number"
|
|
12251
12503
|
}
|
|
@@ -12314,6 +12566,9 @@
|
|
|
12314
12566
|
"const": "s3",
|
|
12315
12567
|
"type": "string"
|
|
12316
12568
|
},
|
|
12569
|
+
"provisionedConcurrency": {
|
|
12570
|
+
"type": "number"
|
|
12571
|
+
},
|
|
12317
12572
|
"reservedConcurrency": {
|
|
12318
12573
|
"type": "number"
|
|
12319
12574
|
},
|
|
@@ -12347,6 +12602,9 @@
|
|
|
12347
12602
|
},
|
|
12348
12603
|
"type": "array"
|
|
12349
12604
|
},
|
|
12605
|
+
"snapStart": {
|
|
12606
|
+
"type": "boolean"
|
|
12607
|
+
},
|
|
12350
12608
|
"timeout": {
|
|
12351
12609
|
"type": "number"
|
|
12352
12610
|
}
|
|
@@ -12426,6 +12684,9 @@
|
|
|
12426
12684
|
"const": "cloudWatch",
|
|
12427
12685
|
"type": "string"
|
|
12428
12686
|
},
|
|
12687
|
+
"provisionedConcurrency": {
|
|
12688
|
+
"type": "number"
|
|
12689
|
+
},
|
|
12429
12690
|
"reservedConcurrency": {
|
|
12430
12691
|
"type": "number"
|
|
12431
12692
|
},
|
|
@@ -12435,6 +12696,9 @@
|
|
|
12435
12696
|
"runtime": {
|
|
12436
12697
|
"type": "string"
|
|
12437
12698
|
},
|
|
12699
|
+
"snapStart": {
|
|
12700
|
+
"type": "boolean"
|
|
12701
|
+
},
|
|
12438
12702
|
"timeout": {
|
|
12439
12703
|
"type": "number"
|
|
12440
12704
|
}
|
|
@@ -12511,6 +12775,9 @@
|
|
|
12511
12775
|
"const": "cloudWatchLogstream",
|
|
12512
12776
|
"type": "string"
|
|
12513
12777
|
},
|
|
12778
|
+
"provisionedConcurrency": {
|
|
12779
|
+
"type": "number"
|
|
12780
|
+
},
|
|
12514
12781
|
"reservedConcurrency": {
|
|
12515
12782
|
"type": "number"
|
|
12516
12783
|
},
|
|
@@ -12520,6 +12787,9 @@
|
|
|
12520
12787
|
"runtime": {
|
|
12521
12788
|
"type": "string"
|
|
12522
12789
|
},
|
|
12790
|
+
"snapStart": {
|
|
12791
|
+
"type": "boolean"
|
|
12792
|
+
},
|
|
12523
12793
|
"timeout": {
|
|
12524
12794
|
"type": "number"
|
|
12525
12795
|
}
|
|
@@ -12593,6 +12863,9 @@
|
|
|
12593
12863
|
"const": "cognito",
|
|
12594
12864
|
"type": "string"
|
|
12595
12865
|
},
|
|
12866
|
+
"provisionedConcurrency": {
|
|
12867
|
+
"type": "number"
|
|
12868
|
+
},
|
|
12596
12869
|
"reservedConcurrency": {
|
|
12597
12870
|
"type": "number"
|
|
12598
12871
|
},
|
|
@@ -12602,6 +12875,9 @@
|
|
|
12602
12875
|
"runtime": {
|
|
12603
12876
|
"type": "string"
|
|
12604
12877
|
},
|
|
12878
|
+
"snapStart": {
|
|
12879
|
+
"type": "boolean"
|
|
12880
|
+
},
|
|
12605
12881
|
"timeout": {
|
|
12606
12882
|
"type": "number"
|
|
12607
12883
|
}
|
|
@@ -12780,6 +13056,9 @@
|
|
|
12780
13056
|
"const": "httpLoadBalancer",
|
|
12781
13057
|
"type": "string"
|
|
12782
13058
|
},
|
|
13059
|
+
"provisionedConcurrency": {
|
|
13060
|
+
"type": "number"
|
|
13061
|
+
},
|
|
12783
13062
|
"reservedConcurrency": {
|
|
12784
13063
|
"type": "number"
|
|
12785
13064
|
},
|
|
@@ -12820,6 +13099,9 @@
|
|
|
12820
13099
|
"runtime": {
|
|
12821
13100
|
"type": "string"
|
|
12822
13101
|
},
|
|
13102
|
+
"snapStart": {
|
|
13103
|
+
"type": "boolean"
|
|
13104
|
+
},
|
|
12823
13105
|
"timeout": {
|
|
12824
13106
|
"type": "number"
|
|
12825
13107
|
}
|
|
@@ -12893,6 +13175,9 @@
|
|
|
12893
13175
|
"const": "eventBridge",
|
|
12894
13176
|
"type": "string"
|
|
12895
13177
|
},
|
|
13178
|
+
"provisionedConcurrency": {
|
|
13179
|
+
"type": "number"
|
|
13180
|
+
},
|
|
12896
13181
|
"reservedConcurrency": {
|
|
12897
13182
|
"type": "number"
|
|
12898
13183
|
},
|
|
@@ -12905,6 +13190,9 @@
|
|
|
12905
13190
|
"schedule": {
|
|
12906
13191
|
"type": "string"
|
|
12907
13192
|
},
|
|
13193
|
+
"snapStart": {
|
|
13194
|
+
"type": "boolean"
|
|
13195
|
+
},
|
|
12908
13196
|
"timeout": {
|
|
12909
13197
|
"type": "number"
|
|
12910
13198
|
}
|
|
@@ -12997,6 +13285,9 @@
|
|
|
12997
13285
|
"const": "http",
|
|
12998
13286
|
"type": "string"
|
|
12999
13287
|
},
|
|
13288
|
+
"provisionedConcurrency": {
|
|
13289
|
+
"type": "number"
|
|
13290
|
+
},
|
|
13000
13291
|
"reservedConcurrency": {
|
|
13001
13292
|
"type": "number"
|
|
13002
13293
|
},
|
|
@@ -13024,6 +13315,9 @@
|
|
|
13024
13315
|
"runtime": {
|
|
13025
13316
|
"type": "string"
|
|
13026
13317
|
},
|
|
13318
|
+
"snapStart": {
|
|
13319
|
+
"type": "boolean"
|
|
13320
|
+
},
|
|
13027
13321
|
"timeout": {
|
|
13028
13322
|
"type": "number"
|
|
13029
13323
|
}
|
|
@@ -13097,6 +13391,9 @@
|
|
|
13097
13391
|
"type": "string"
|
|
13098
13392
|
},
|
|
13099
13393
|
"protocolArn": {},
|
|
13394
|
+
"provisionedConcurrency": {
|
|
13395
|
+
"type": "number"
|
|
13396
|
+
},
|
|
13100
13397
|
"queueBatchSize": {
|
|
13101
13398
|
"type": "number"
|
|
13102
13399
|
},
|
|
@@ -13112,6 +13409,9 @@
|
|
|
13112
13409
|
"runtime": {
|
|
13113
13410
|
"type": "string"
|
|
13114
13411
|
},
|
|
13412
|
+
"snapStart": {
|
|
13413
|
+
"type": "boolean"
|
|
13414
|
+
},
|
|
13115
13415
|
"timeout": {
|
|
13116
13416
|
"type": "number"
|
|
13117
13417
|
}
|
|
@@ -13186,6 +13486,9 @@
|
|
|
13186
13486
|
"type": "string"
|
|
13187
13487
|
},
|
|
13188
13488
|
"protocolArn": {},
|
|
13489
|
+
"provisionedConcurrency": {
|
|
13490
|
+
"type": "number"
|
|
13491
|
+
},
|
|
13189
13492
|
"reservedConcurrency": {
|
|
13190
13493
|
"type": "number"
|
|
13191
13494
|
},
|
|
@@ -13195,6 +13498,9 @@
|
|
|
13195
13498
|
"runtime": {
|
|
13196
13499
|
"type": "string"
|
|
13197
13500
|
},
|
|
13501
|
+
"snapStart": {
|
|
13502
|
+
"type": "boolean"
|
|
13503
|
+
},
|
|
13198
13504
|
"timeout": {
|
|
13199
13505
|
"type": "number"
|
|
13200
13506
|
}
|
|
@@ -13263,6 +13569,9 @@
|
|
|
13263
13569
|
"const": "scheduler",
|
|
13264
13570
|
"type": "string"
|
|
13265
13571
|
},
|
|
13572
|
+
"provisionedConcurrency": {
|
|
13573
|
+
"type": "number"
|
|
13574
|
+
},
|
|
13266
13575
|
"reservedConcurrency": {
|
|
13267
13576
|
"type": "number"
|
|
13268
13577
|
},
|
|
@@ -13276,6 +13585,9 @@
|
|
|
13276
13585
|
"schedulerRate": {
|
|
13277
13586
|
"type": "string"
|
|
13278
13587
|
},
|
|
13588
|
+
"snapStart": {
|
|
13589
|
+
"type": "boolean"
|
|
13590
|
+
},
|
|
13279
13591
|
"timeout": {
|
|
13280
13592
|
"type": "number"
|
|
13281
13593
|
}
|
|
@@ -13355,6 +13667,9 @@
|
|
|
13355
13667
|
"type": "string"
|
|
13356
13668
|
},
|
|
13357
13669
|
"protocolArn": {},
|
|
13670
|
+
"provisionedConcurrency": {
|
|
13671
|
+
"type": "number"
|
|
13672
|
+
},
|
|
13358
13673
|
"queueBatchSize": {
|
|
13359
13674
|
"type": "number"
|
|
13360
13675
|
},
|
|
@@ -13367,6 +13682,9 @@
|
|
|
13367
13682
|
"runtime": {
|
|
13368
13683
|
"type": "string"
|
|
13369
13684
|
},
|
|
13685
|
+
"snapStart": {
|
|
13686
|
+
"type": "boolean"
|
|
13687
|
+
},
|
|
13370
13688
|
"timeout": {
|
|
13371
13689
|
"type": "number"
|
|
13372
13690
|
}
|
|
@@ -13435,6 +13753,9 @@
|
|
|
13435
13753
|
"const": "none",
|
|
13436
13754
|
"type": "string"
|
|
13437
13755
|
},
|
|
13756
|
+
"provisionedConcurrency": {
|
|
13757
|
+
"type": "number"
|
|
13758
|
+
},
|
|
13438
13759
|
"reservedConcurrency": {
|
|
13439
13760
|
"type": "number"
|
|
13440
13761
|
},
|
|
@@ -13444,6 +13765,9 @@
|
|
|
13444
13765
|
"runtime": {
|
|
13445
13766
|
"type": "string"
|
|
13446
13767
|
},
|
|
13768
|
+
"snapStart": {
|
|
13769
|
+
"type": "boolean"
|
|
13770
|
+
},
|
|
13447
13771
|
"timeout": {
|
|
13448
13772
|
"type": "number"
|
|
13449
13773
|
}
|
|
@@ -13512,6 +13836,9 @@
|
|
|
13512
13836
|
"const": "s3",
|
|
13513
13837
|
"type": "string"
|
|
13514
13838
|
},
|
|
13839
|
+
"provisionedConcurrency": {
|
|
13840
|
+
"type": "number"
|
|
13841
|
+
},
|
|
13515
13842
|
"reservedConcurrency": {
|
|
13516
13843
|
"type": "number"
|
|
13517
13844
|
},
|
|
@@ -13545,6 +13872,9 @@
|
|
|
13545
13872
|
},
|
|
13546
13873
|
"type": "array"
|
|
13547
13874
|
},
|
|
13875
|
+
"snapStart": {
|
|
13876
|
+
"type": "boolean"
|
|
13877
|
+
},
|
|
13548
13878
|
"timeout": {
|
|
13549
13879
|
"type": "number"
|
|
13550
13880
|
}
|
|
@@ -13624,6 +13954,9 @@
|
|
|
13624
13954
|
"const": "cloudWatch",
|
|
13625
13955
|
"type": "string"
|
|
13626
13956
|
},
|
|
13957
|
+
"provisionedConcurrency": {
|
|
13958
|
+
"type": "number"
|
|
13959
|
+
},
|
|
13627
13960
|
"reservedConcurrency": {
|
|
13628
13961
|
"type": "number"
|
|
13629
13962
|
},
|
|
@@ -13633,6 +13966,9 @@
|
|
|
13633
13966
|
"runtime": {
|
|
13634
13967
|
"type": "string"
|
|
13635
13968
|
},
|
|
13969
|
+
"snapStart": {
|
|
13970
|
+
"type": "boolean"
|
|
13971
|
+
},
|
|
13636
13972
|
"timeout": {
|
|
13637
13973
|
"type": "number"
|
|
13638
13974
|
}
|
|
@@ -13709,6 +14045,9 @@
|
|
|
13709
14045
|
"const": "cloudWatchLogstream",
|
|
13710
14046
|
"type": "string"
|
|
13711
14047
|
},
|
|
14048
|
+
"provisionedConcurrency": {
|
|
14049
|
+
"type": "number"
|
|
14050
|
+
},
|
|
13712
14051
|
"reservedConcurrency": {
|
|
13713
14052
|
"type": "number"
|
|
13714
14053
|
},
|
|
@@ -13718,6 +14057,9 @@
|
|
|
13718
14057
|
"runtime": {
|
|
13719
14058
|
"type": "string"
|
|
13720
14059
|
},
|
|
14060
|
+
"snapStart": {
|
|
14061
|
+
"type": "boolean"
|
|
14062
|
+
},
|
|
13721
14063
|
"timeout": {
|
|
13722
14064
|
"type": "number"
|
|
13723
14065
|
}
|
|
@@ -13791,6 +14133,9 @@
|
|
|
13791
14133
|
"const": "cognito",
|
|
13792
14134
|
"type": "string"
|
|
13793
14135
|
},
|
|
14136
|
+
"provisionedConcurrency": {
|
|
14137
|
+
"type": "number"
|
|
14138
|
+
},
|
|
13794
14139
|
"reservedConcurrency": {
|
|
13795
14140
|
"type": "number"
|
|
13796
14141
|
},
|
|
@@ -13800,6 +14145,9 @@
|
|
|
13800
14145
|
"runtime": {
|
|
13801
14146
|
"type": "string"
|
|
13802
14147
|
},
|
|
14148
|
+
"snapStart": {
|
|
14149
|
+
"type": "boolean"
|
|
14150
|
+
},
|
|
13803
14151
|
"timeout": {
|
|
13804
14152
|
"type": "number"
|
|
13805
14153
|
}
|
|
@@ -13978,6 +14326,9 @@
|
|
|
13978
14326
|
"const": "httpLoadBalancer",
|
|
13979
14327
|
"type": "string"
|
|
13980
14328
|
},
|
|
14329
|
+
"provisionedConcurrency": {
|
|
14330
|
+
"type": "number"
|
|
14331
|
+
},
|
|
13981
14332
|
"reservedConcurrency": {
|
|
13982
14333
|
"type": "number"
|
|
13983
14334
|
},
|
|
@@ -14018,6 +14369,9 @@
|
|
|
14018
14369
|
"runtime": {
|
|
14019
14370
|
"type": "string"
|
|
14020
14371
|
},
|
|
14372
|
+
"snapStart": {
|
|
14373
|
+
"type": "boolean"
|
|
14374
|
+
},
|
|
14021
14375
|
"timeout": {
|
|
14022
14376
|
"type": "number"
|
|
14023
14377
|
}
|
|
@@ -14091,6 +14445,9 @@
|
|
|
14091
14445
|
"const": "eventBridge",
|
|
14092
14446
|
"type": "string"
|
|
14093
14447
|
},
|
|
14448
|
+
"provisionedConcurrency": {
|
|
14449
|
+
"type": "number"
|
|
14450
|
+
},
|
|
14094
14451
|
"reservedConcurrency": {
|
|
14095
14452
|
"type": "number"
|
|
14096
14453
|
},
|
|
@@ -14103,6 +14460,9 @@
|
|
|
14103
14460
|
"schedule": {
|
|
14104
14461
|
"type": "string"
|
|
14105
14462
|
},
|
|
14463
|
+
"snapStart": {
|
|
14464
|
+
"type": "boolean"
|
|
14465
|
+
},
|
|
14106
14466
|
"timeout": {
|
|
14107
14467
|
"type": "number"
|
|
14108
14468
|
}
|
|
@@ -14222,6 +14582,9 @@
|
|
|
14222
14582
|
"const": "http",
|
|
14223
14583
|
"type": "string"
|
|
14224
14584
|
},
|
|
14585
|
+
"provisionedConcurrency": {
|
|
14586
|
+
"type": "number"
|
|
14587
|
+
},
|
|
14225
14588
|
"reservedConcurrency": {
|
|
14226
14589
|
"type": "number"
|
|
14227
14590
|
},
|
|
@@ -14249,6 +14612,9 @@
|
|
|
14249
14612
|
"runtime": {
|
|
14250
14613
|
"type": "string"
|
|
14251
14614
|
},
|
|
14615
|
+
"snapStart": {
|
|
14616
|
+
"type": "boolean"
|
|
14617
|
+
},
|
|
14252
14618
|
"timeout": {
|
|
14253
14619
|
"type": "number"
|
|
14254
14620
|
}
|
|
@@ -14349,6 +14715,9 @@
|
|
|
14349
14715
|
"type": "string"
|
|
14350
14716
|
},
|
|
14351
14717
|
"protocolArn": {},
|
|
14718
|
+
"provisionedConcurrency": {
|
|
14719
|
+
"type": "number"
|
|
14720
|
+
},
|
|
14352
14721
|
"queueBatchSize": {
|
|
14353
14722
|
"type": "number"
|
|
14354
14723
|
},
|
|
@@ -14364,6 +14733,9 @@
|
|
|
14364
14733
|
"runtime": {
|
|
14365
14734
|
"type": "string"
|
|
14366
14735
|
},
|
|
14736
|
+
"snapStart": {
|
|
14737
|
+
"type": "boolean"
|
|
14738
|
+
},
|
|
14367
14739
|
"timeout": {
|
|
14368
14740
|
"type": "number"
|
|
14369
14741
|
}
|
|
@@ -14465,6 +14837,9 @@
|
|
|
14465
14837
|
"type": "string"
|
|
14466
14838
|
},
|
|
14467
14839
|
"protocolArn": {},
|
|
14840
|
+
"provisionedConcurrency": {
|
|
14841
|
+
"type": "number"
|
|
14842
|
+
},
|
|
14468
14843
|
"reservedConcurrency": {
|
|
14469
14844
|
"type": "number"
|
|
14470
14845
|
},
|
|
@@ -14474,6 +14849,9 @@
|
|
|
14474
14849
|
"runtime": {
|
|
14475
14850
|
"type": "string"
|
|
14476
14851
|
},
|
|
14852
|
+
"snapStart": {
|
|
14853
|
+
"type": "boolean"
|
|
14854
|
+
},
|
|
14477
14855
|
"timeout": {
|
|
14478
14856
|
"type": "number"
|
|
14479
14857
|
}
|
|
@@ -14569,6 +14947,9 @@
|
|
|
14569
14947
|
"const": "scheduler",
|
|
14570
14948
|
"type": "string"
|
|
14571
14949
|
},
|
|
14950
|
+
"provisionedConcurrency": {
|
|
14951
|
+
"type": "number"
|
|
14952
|
+
},
|
|
14572
14953
|
"reservedConcurrency": {
|
|
14573
14954
|
"type": "number"
|
|
14574
14955
|
},
|
|
@@ -14582,6 +14963,9 @@
|
|
|
14582
14963
|
"schedulerRate": {
|
|
14583
14964
|
"type": "string"
|
|
14584
14965
|
},
|
|
14966
|
+
"snapStart": {
|
|
14967
|
+
"type": "boolean"
|
|
14968
|
+
},
|
|
14585
14969
|
"timeout": {
|
|
14586
14970
|
"type": "number"
|
|
14587
14971
|
}
|
|
@@ -14688,6 +15072,9 @@
|
|
|
14688
15072
|
"type": "string"
|
|
14689
15073
|
},
|
|
14690
15074
|
"protocolArn": {},
|
|
15075
|
+
"provisionedConcurrency": {
|
|
15076
|
+
"type": "number"
|
|
15077
|
+
},
|
|
14691
15078
|
"queueBatchSize": {
|
|
14692
15079
|
"type": "number"
|
|
14693
15080
|
},
|
|
@@ -14700,6 +15087,9 @@
|
|
|
14700
15087
|
"runtime": {
|
|
14701
15088
|
"type": "string"
|
|
14702
15089
|
},
|
|
15090
|
+
"snapStart": {
|
|
15091
|
+
"type": "boolean"
|
|
15092
|
+
},
|
|
14703
15093
|
"timeout": {
|
|
14704
15094
|
"type": "number"
|
|
14705
15095
|
}
|
|
@@ -14795,6 +15185,9 @@
|
|
|
14795
15185
|
"const": "none",
|
|
14796
15186
|
"type": "string"
|
|
14797
15187
|
},
|
|
15188
|
+
"provisionedConcurrency": {
|
|
15189
|
+
"type": "number"
|
|
15190
|
+
},
|
|
14798
15191
|
"reservedConcurrency": {
|
|
14799
15192
|
"type": "number"
|
|
14800
15193
|
},
|
|
@@ -14804,6 +15197,9 @@
|
|
|
14804
15197
|
"runtime": {
|
|
14805
15198
|
"type": "string"
|
|
14806
15199
|
},
|
|
15200
|
+
"snapStart": {
|
|
15201
|
+
"type": "boolean"
|
|
15202
|
+
},
|
|
14807
15203
|
"timeout": {
|
|
14808
15204
|
"type": "number"
|
|
14809
15205
|
}
|
|
@@ -14899,6 +15295,9 @@
|
|
|
14899
15295
|
"const": "s3",
|
|
14900
15296
|
"type": "string"
|
|
14901
15297
|
},
|
|
15298
|
+
"provisionedConcurrency": {
|
|
15299
|
+
"type": "number"
|
|
15300
|
+
},
|
|
14902
15301
|
"reservedConcurrency": {
|
|
14903
15302
|
"type": "number"
|
|
14904
15303
|
},
|
|
@@ -14932,6 +15331,9 @@
|
|
|
14932
15331
|
},
|
|
14933
15332
|
"type": "array"
|
|
14934
15333
|
},
|
|
15334
|
+
"snapStart": {
|
|
15335
|
+
"type": "boolean"
|
|
15336
|
+
},
|
|
14935
15337
|
"timeout": {
|
|
14936
15338
|
"type": "number"
|
|
14937
15339
|
}
|
|
@@ -15038,6 +15440,9 @@
|
|
|
15038
15440
|
"const": "cloudWatch",
|
|
15039
15441
|
"type": "string"
|
|
15040
15442
|
},
|
|
15443
|
+
"provisionedConcurrency": {
|
|
15444
|
+
"type": "number"
|
|
15445
|
+
},
|
|
15041
15446
|
"reservedConcurrency": {
|
|
15042
15447
|
"type": "number"
|
|
15043
15448
|
},
|
|
@@ -15047,6 +15452,9 @@
|
|
|
15047
15452
|
"runtime": {
|
|
15048
15453
|
"type": "string"
|
|
15049
15454
|
},
|
|
15455
|
+
"snapStart": {
|
|
15456
|
+
"type": "boolean"
|
|
15457
|
+
},
|
|
15050
15458
|
"timeout": {
|
|
15051
15459
|
"type": "number"
|
|
15052
15460
|
}
|
|
@@ -15150,6 +15558,9 @@
|
|
|
15150
15558
|
"const": "cloudWatchLogstream",
|
|
15151
15559
|
"type": "string"
|
|
15152
15560
|
},
|
|
15561
|
+
"provisionedConcurrency": {
|
|
15562
|
+
"type": "number"
|
|
15563
|
+
},
|
|
15153
15564
|
"reservedConcurrency": {
|
|
15154
15565
|
"type": "number"
|
|
15155
15566
|
},
|
|
@@ -15159,6 +15570,9 @@
|
|
|
15159
15570
|
"runtime": {
|
|
15160
15571
|
"type": "string"
|
|
15161
15572
|
},
|
|
15573
|
+
"snapStart": {
|
|
15574
|
+
"type": "boolean"
|
|
15575
|
+
},
|
|
15162
15576
|
"timeout": {
|
|
15163
15577
|
"type": "number"
|
|
15164
15578
|
}
|
|
@@ -15259,6 +15673,9 @@
|
|
|
15259
15673
|
"const": "cognito",
|
|
15260
15674
|
"type": "string"
|
|
15261
15675
|
},
|
|
15676
|
+
"provisionedConcurrency": {
|
|
15677
|
+
"type": "number"
|
|
15678
|
+
},
|
|
15262
15679
|
"reservedConcurrency": {
|
|
15263
15680
|
"type": "number"
|
|
15264
15681
|
},
|
|
@@ -15268,6 +15685,9 @@
|
|
|
15268
15685
|
"runtime": {
|
|
15269
15686
|
"type": "string"
|
|
15270
15687
|
},
|
|
15688
|
+
"snapStart": {
|
|
15689
|
+
"type": "boolean"
|
|
15690
|
+
},
|
|
15271
15691
|
"timeout": {
|
|
15272
15692
|
"type": "number"
|
|
15273
15693
|
}
|
|
@@ -15473,6 +15893,9 @@
|
|
|
15473
15893
|
"const": "httpLoadBalancer",
|
|
15474
15894
|
"type": "string"
|
|
15475
15895
|
},
|
|
15896
|
+
"provisionedConcurrency": {
|
|
15897
|
+
"type": "number"
|
|
15898
|
+
},
|
|
15476
15899
|
"reservedConcurrency": {
|
|
15477
15900
|
"type": "number"
|
|
15478
15901
|
},
|
|
@@ -15513,6 +15936,9 @@
|
|
|
15513
15936
|
"runtime": {
|
|
15514
15937
|
"type": "string"
|
|
15515
15938
|
},
|
|
15939
|
+
"snapStart": {
|
|
15940
|
+
"type": "boolean"
|
|
15941
|
+
},
|
|
15516
15942
|
"timeout": {
|
|
15517
15943
|
"type": "number"
|
|
15518
15944
|
}
|
|
@@ -15613,6 +16039,9 @@
|
|
|
15613
16039
|
"const": "eventBridge",
|
|
15614
16040
|
"type": "string"
|
|
15615
16041
|
},
|
|
16042
|
+
"provisionedConcurrency": {
|
|
16043
|
+
"type": "number"
|
|
16044
|
+
},
|
|
15616
16045
|
"reservedConcurrency": {
|
|
15617
16046
|
"type": "number"
|
|
15618
16047
|
},
|
|
@@ -15625,6 +16054,9 @@
|
|
|
15625
16054
|
"schedule": {
|
|
15626
16055
|
"type": "string"
|
|
15627
16056
|
},
|
|
16057
|
+
"snapStart": {
|
|
16058
|
+
"type": "boolean"
|
|
16059
|
+
},
|
|
15628
16060
|
"timeout": {
|
|
15629
16061
|
"type": "number"
|
|
15630
16062
|
}
|