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 {
450
450
) ;
451
451
batchSize ?: number ;
452
452
enabled ?: boolean ;
453
+ maximumBatchingWindow ?: number ;
453
454
} ;
454
455
}
455
456
| {
@@ -1737,6 +1738,7 @@ export interface AWS {
1737
1738
* via the `patternProperty` "^[a-zA-Z0-9]{1,255}$".
1738
1739
*/
1739
1740
[ k : string ] : {
1741
+ Type : string ;
1740
1742
Properties ?: {
1741
1743
[ k : string ] : unknown ;
1742
1744
} ;
@@ -1753,9 +1755,6 @@ export interface AWS {
1753
1755
} ;
1754
1756
UpdateReplacePolicy ?: string ;
1755
1757
Condition ?: string ;
1756
- [ k : string ] : {
1757
- [ k : string ] : unknown ;
1758
- } ;
1759
1758
} ;
1760
1759
} ;
1761
1760
Transform ?: string [ ] ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @serverless/typescript" ,
3
- "version" : " 2.13 .0" ,
3
+ "version" : " 2.14 .0" ,
4
4
"description" : " Serverless typescript definitions" ,
5
5
"main" : " index.d.ts" ,
6
6
"scripts" : {},
You can’t perform that action at this time.
0 commit comments