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 {
689689 host ?: string [ ] ;
690690 ip ?: ( string | string ) [ ] ;
691691 method ?: string [ ] ;
692- path : string [ ] ;
692+ path ? : string [ ] ;
693693 query ?: {
694694 [ k : string ] : string ;
695695 } ;
@@ -1319,8 +1319,10 @@ export interface AWS {
13191319 deploymentBucket ?:
13201320 | string
13211321 | {
1322- name ?: string ;
1322+ blockPublicAccess ?: boolean ;
1323+ skipPolicySetup ?: boolean ;
13231324 maxPreviousDeploymentArtifacts ?: number ;
1325+ name ?: string ;
13241326 serverSideEncryption ?: "AES256" | "aws:kms" ;
13251327 sseCustomerAlgorithim ?: string ;
13261328 sseCustomerKey ?: string ;
@@ -1333,7 +1335,6 @@ export interface AWS {
13331335 */
13341336 [ k : string ] : string ;
13351337 } ;
1336- blockPublicAccess ?: boolean ;
13371338 } ;
13381339 deploymentPrefix ?: string ;
13391340 endpointType ?: string ;
Original file line number Diff line number Diff line change 11{
22 "name" : " @serverless/typescript" ,
3- "version" : " 2.15 .0" ,
3+ "version" : " 2.16 .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