Skip to content

Commit 37ca991

Browse files
Add Serverless definitions for v2.16.0
1 parent 9899a52 commit 37ca991

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

index.d.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": {},

0 commit comments

Comments
 (0)