@types/aws-lambda
Advanced tools
Comparing version 8.10.13 to 8.10.14
@@ -25,2 +25,3 @@ // Type definitions for AWS Lambda 8.10 | ||
// Oliver Hookins <https://github.com/ohookins> | ||
// James Gregory <https://github.com/jagregory> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -238,3 +239,5 @@ // TypeScript Version: 2.3 | ||
| "TokenGeneration_AuthenticateDevice" | ||
| "TokenGeneration_RefreshTokens"; | ||
| "TokenGeneration_RefreshTokens" | ||
| "UserMigration_Authentication" | ||
| "UserMigration_ForgotPassword"; | ||
region: string; | ||
@@ -261,2 +264,3 @@ userPoolId: string; | ||
challengeAnswer?: string; | ||
password?: string; | ||
}; | ||
@@ -275,2 +279,7 @@ response: { | ||
answerCorrect?: boolean; | ||
userAttributes?: { [key: string]: string }; | ||
finalUserStatus?: "CONFIRMED" | "RESET_REQUIRED"; | ||
messageAction?: "SUPPRESS"; | ||
desiredDeliveryMediums?: Array<"EMAIL" | "SMS">; | ||
forceAliasCreation?: boolean; | ||
}; | ||
@@ -277,0 +286,0 @@ } |
{ | ||
"name": "@types/aws-lambda", | ||
"version": "8.10.13", | ||
"version": "8.10.14", | ||
"description": "TypeScript definitions for AWS Lambda", | ||
@@ -114,5 +114,11 @@ "license": "MIT", | ||
"githubUsername": "ohookins" | ||
}, | ||
{ | ||
"name": "James Gregory", | ||
"url": "https://github.com/jagregory", | ||
"githubUsername": "jagregory" | ||
} | ||
], | ||
"main": "", | ||
"types": "", | ||
"repository": { | ||
@@ -124,4 +130,4 @@ "type": "git", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "1be2ef5bebce5b82165dbe4246610c84c4ae39d04a7829f2846b1fed3d7e6ba7", | ||
"typesPublisherContentHash": "dc72b76154d77fba9165590a5e35fa94c563a9534542460d3386ad140bc3aecb", | ||
"typeScriptVersion": "2.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Thu, 13 Sep 2018 20:21:14 GMT | ||
* Last updated: Wed, 24 Oct 2018 18:18:09 GMT | ||
* Dependencies: none | ||
@@ -17,2 +17,2 @@ * Global values: AWSLambda | ||
# Credits | ||
These definitions were written by James Darbyshire <https://github.com/darbio/aws-lambda-typescript>, Michael Skarum <https://github.com/skarum>, Stef Heyenrath <https://github.com/StefH/DefinitelyTyped>, Toby Hede <https://github.com/tobyhede>, Rich Buggy <https://github.com/buggy>, Yoriki Yamaguchi <https://github.com/y13i>, wwwy3y3 <https://github.com/wwwy3y3>, Ishaan Malhi <https://github.com/OrthoDex>, Michael Marner <https://github.com/MichaelMarner>, Daniel Cottone <https://github.com/daniel-cottone>, Kostya Misura <https://github.com/kostya-misura>, Markus Tacker <https://github.com/coderbyheart>, Palmi Valgeirsson <https://github.com/palmithor>, Danilo Raisi <https://github.com/daniloraisi>, Simon Buchan <https://github.com/simonbuchan>, David Hayden <https://github.com/Haydabase>, Chris Redekop <https://github.com/repl-chris>, Aneil Mallavarapu <https://github.com/aneilbaboo>, Jeremy Nagel <https://github.com/jeznag>, Louis Larry <https://github.com/louislarry>, Daniel Papukchiev <https://github.com/dpapukchiev>, Oliver Hookins <https://github.com/ohookins>. | ||
These definitions were written by James Darbyshire <https://github.com/darbio/aws-lambda-typescript>, Michael Skarum <https://github.com/skarum>, Stef Heyenrath <https://github.com/StefH/DefinitelyTyped>, Toby Hede <https://github.com/tobyhede>, Rich Buggy <https://github.com/buggy>, Yoriki Yamaguchi <https://github.com/y13i>, wwwy3y3 <https://github.com/wwwy3y3>, Ishaan Malhi <https://github.com/OrthoDex>, Michael Marner <https://github.com/MichaelMarner>, Daniel Cottone <https://github.com/daniel-cottone>, Kostya Misura <https://github.com/kostya-misura>, Markus Tacker <https://github.com/coderbyheart>, Palmi Valgeirsson <https://github.com/palmithor>, Danilo Raisi <https://github.com/daniloraisi>, Simon Buchan <https://github.com/simonbuchan>, David Hayden <https://github.com/Haydabase>, Chris Redekop <https://github.com/repl-chris>, Aneil Mallavarapu <https://github.com/aneilbaboo>, Jeremy Nagel <https://github.com/jeznag>, Louis Larry <https://github.com/louislarry>, Daniel Papukchiev <https://github.com/dpapukchiev>, Oliver Hookins <https://github.com/ohookins>, James Gregory <https://github.com/jagregory>. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
746
33332