File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -15,11 +15,11 @@ export type AwsSecretsManagerArnString = string;
1515export type AwsAlbListenerArn = string ;
1616export type AwsAlexaEventToken = string ;
1717export type AwsLogGroupName = string ;
18+ export type AwsKmsArn = AwsCfFunction | string ;
1819export type FilterPatterns = {
1920 [ k : string ] : unknown ;
2021} [ ] ;
2122export type AwsLambdaArchitecture = "arm64" | "x86_64" ;
22- export type AwsKmsArn = AwsCfFunction | string ;
2323export type AwsResourceCondition = string ;
2424export type AwsResourceDependsOn = string [ ] ;
2525export type EcrImageUri = string ;
@@ -516,9 +516,12 @@ export interface AWS {
516516 | "DefineAuthChallenge"
517517 | "CreateAuthChallenge"
518518 | "VerifyAuthChallengeResponse"
519- | "UserMigration" ;
519+ | "UserMigration"
520+ | "CustomSMSSender"
521+ | "CustomEmailSender" ;
520522 existing ?: boolean ;
521523 forceDeploy ?: boolean ;
524+ kmsKeyId ?: AwsKmsArn ;
522525 } ;
523526 }
524527 | {
Original file line number Diff line number Diff line change 11{
22 "name" : " @serverless/typescript" ,
3- "version" : " 3.21 .0" ,
3+ "version" : " 3.22 .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