File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -689,7 +689,7 @@ export interface AWS {
689
689
host ?: string [ ] ;
690
690
ip ?: ( string | string ) [ ] ;
691
691
method ?: string [ ] ;
692
- path : string [ ] ;
692
+ path ? : string [ ] ;
693
693
query ?: {
694
694
[ k : string ] : string ;
695
695
} ;
@@ -1319,8 +1319,10 @@ export interface AWS {
1319
1319
deploymentBucket ?:
1320
1320
| string
1321
1321
| {
1322
- name ?: string ;
1322
+ blockPublicAccess ?: boolean ;
1323
+ skipPolicySetup ?: boolean ;
1323
1324
maxPreviousDeploymentArtifacts ?: number ;
1325
+ name ?: string ;
1324
1326
serverSideEncryption ?: "AES256" | "aws:kms" ;
1325
1327
sseCustomerAlgorithim ?: string ;
1326
1328
sseCustomerKey ?: string ;
@@ -1333,7 +1335,6 @@ export interface AWS {
1333
1335
*/
1334
1336
[ k : string ] : string ;
1335
1337
} ;
1336
- blockPublicAccess ?: boolean ;
1337
1338
} ;
1338
1339
deploymentPrefix ?: string ;
1339
1340
endpointType ?: string ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @serverless/typescript" ,
3
- "version" : " 2.15 .0" ,
3
+ "version" : " 2.16 .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