Skip to content

Commit ef31dff

Browse files
Add Serverless definitions for v3.22.0
1 parent f20bdc6 commit ef31dff

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

index.d.ts

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ export type AwsSecretsManagerArnString = string;
1515
export type AwsAlbListenerArn = string;
1616
export type AwsAlexaEventToken = string;
1717
export type AwsLogGroupName = string;
18+
export type AwsKmsArn = AwsCfFunction | string;
1819
export type FilterPatterns = {
1920
[k: string]: unknown;
2021
}[];
2122
export type AwsLambdaArchitecture = "arm64" | "x86_64";
22-
export type AwsKmsArn = AwsCfFunction | string;
2323
export type AwsResourceCondition = string;
2424
export type AwsResourceDependsOn = string[];
2525
export 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
| {

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

0 commit comments

Comments
 (0)