Skip to content

Commit 05d7bc5

Browse files
Add Serverless definitions for v3.18.0
1 parent 18734d3 commit 05d7bc5

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

index.d.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ export type AwsLogRetentionInDays =
4141
| 545
4242
| 731
4343
| 1827
44+
| 2192
45+
| 2557
46+
| 2922
47+
| 3288
4448
| 3653;
4549
export type AwsLambdaMemorySize = number;
4650
export type AwsLambdaRole = string | AwsCfSub | AwsCfImport | AwsCfGetAtt;
@@ -120,6 +124,7 @@ export interface AWS {
120124
| {
121125
disableLogsCollection?: boolean;
122126
disableRequestResponseCollection?: boolean;
127+
org?: string;
123128
};
124129
custom?: {
125130
enterprise?: {
@@ -185,6 +190,7 @@ export interface AWS {
185190
bucket: string | AwsCfFunction | AwsCfIf;
186191
event?: string;
187192
existing?: boolean;
193+
forceDeploy?: boolean;
188194
rules?: {
189195
prefix?: string | AwsCfFunction;
190196
suffix?: string | AwsCfFunction;
@@ -386,6 +392,7 @@ export interface AWS {
386392
enabled?: boolean;
387393
startingPosition?: "LATEST" | "TRIM_HORIZON";
388394
topic: string;
395+
saslScram512?: AwsArnString;
389396
};
390397
}
391398
| {

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": "3.17.0",
3+
"version": "3.18.0",
44
"description": "Serverless typescript definitions",
55
"main": "index.d.ts",
66
"scripts": {

0 commit comments

Comments
 (0)