@types/aws-lambda
Advanced tools
Comparing version 8.10.117 to 8.10.118
{ | ||
"name": "@types/aws-lambda", | ||
"version": "8.10.117", | ||
"version": "8.10.118", | ||
"description": "TypeScript definitions for AWS Lambda", | ||
@@ -228,4 +228,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/aws-lambda", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "bf0e4bf1f61e1eb1ee0202c53902921d4a1cd84ec9f98dc1c16655dae88de7ff", | ||
"typesPublisherContentHash": "d70335b569948d331b870c2e5f5c0d89b668bcc64c553f6b1fc86cad7582c066", | ||
"typeScriptVersion": "4.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Thu, 08 Jun 2023 20:32:58 GMT | ||
* Last updated: Wed, 14 Jun 2023 01:32:48 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: `AWSLambda` |
@@ -13,2 +13,3 @@ import { Handler } from '../../handler'; | ||
userNotFound?: boolean | undefined; | ||
clientMetadata?: StringMap | undefined; | ||
}; | ||
@@ -15,0 +16,0 @@ response: { |
@@ -12,2 +12,3 @@ import { Handler } from '../../handler'; | ||
userNotFound?: boolean | undefined; | ||
clientMetadata?: StringMap | undefined; | ||
}; | ||
@@ -14,0 +15,0 @@ response: { |
@@ -11,2 +11,3 @@ import { Handler } from '../../handler'; | ||
newDeviceUsed: boolean; | ||
clientMetadata?: StringMap | undefined; | ||
}; | ||
@@ -13,0 +14,0 @@ } |
@@ -14,2 +14,3 @@ import { Handler } from '../../handler'; | ||
groupConfiguration: GroupOverrideDetails; | ||
clientMetadata?: StringMap | undefined; | ||
}; | ||
@@ -16,0 +17,0 @@ response: { |
@@ -13,2 +13,3 @@ import { Handler } from '../../handler'; | ||
userNotFound?: boolean | undefined; | ||
clientMetadata?: StringMap | undefined; | ||
}; | ||
@@ -15,0 +16,0 @@ response: { |
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
136400
3249