@types/aws-lambda
Advanced tools
Comparing version 8.10.120 to 8.10.121
{ | ||
"name": "@types/aws-lambda", | ||
"version": "8.10.120", | ||
"version": "8.10.121", | ||
"description": "TypeScript definitions for AWS Lambda", | ||
@@ -228,4 +228,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/aws-lambda", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "fb59df83094d31c9c1ec26a102858f236cb6547aa48e90ff511c1678cc1bf40a", | ||
"typeScriptVersion": "4.3" | ||
"typesPublisherContentHash": "7fb146038d1ee60a85b16b1a66a75eedd924bbe32e796215e1b4309f61c5a80b", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Mon, 11 Sep 2023 23:33:04 GMT | ||
* Last updated: Thu, 14 Sep 2023 01:49:18 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: `AWSLambda` |
@@ -45,3 +45,3 @@ import { Callback, Handler } from '../handler'; | ||
/** Encode in Base64 */ | ||
data: string; | ||
data?: string; | ||
metadata?: FirehoseTransformationMetadata; | ||
@@ -48,0 +48,0 @@ } |
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
137180