File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff 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 ;
4549export type AwsLambdaMemorySize = number ;
4650export 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 | {
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments