File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -450,6 +450,7 @@ export interface AWS {
450450 ) ;
451451 batchSize ?: number ;
452452 enabled ?: boolean ;
453+ maximumBatchingWindow ?: number ;
453454 } ;
454455 }
455456 | {
@@ -1737,6 +1738,7 @@ export interface AWS {
17371738 * via the `patternProperty` "^[a-zA-Z0-9]{1,255}$".
17381739 */
17391740 [ k : string ] : {
1741+ Type : string ;
17401742 Properties ?: {
17411743 [ k : string ] : unknown ;
17421744 } ;
@@ -1753,9 +1755,6 @@ export interface AWS {
17531755 } ;
17541756 UpdateReplacePolicy ?: string ;
17551757 Condition ?: string ;
1756- [ k : string ] : {
1757- [ k : string ] : unknown ;
1758- } ;
17591758 } ;
17601759 } ;
17611760 Transform ?: string [ ] ;
Original file line number Diff line number Diff line change 11{
22 "name" : " @serverless/typescript" ,
3- "version" : " 2.13 .0" ,
3+ "version" : " 2.14 .0" ,
44 "description" : " Serverless typescript definitions" ,
55 "main" : " index.d.ts" ,
66 "scripts" : {},
You can’t perform that action at this time.
0 commit comments