@types/aws-lambda
Advanced tools
Comparing version 8.10.135 to 8.10.136
@@ -30,3 +30,7 @@ /** | ||
export interface CloudFrontS3Origin { | ||
export type CloudFrontS3Origin = | ||
| CloudFrontS3OriginAuthMethodNone | ||
| CloudFrontS3OriginAuthMethodOriginAccessIdentity; | ||
export interface CloudFrontS3OriginBase { | ||
authMethod: "origin-access-identity" | "none"; | ||
@@ -36,2 +40,11 @@ customHeaders: CloudFrontHeaders; | ||
path: string; | ||
} | ||
export interface CloudFrontS3OriginAuthMethodNone extends CloudFrontS3OriginBase { | ||
authMethod: "none"; | ||
region?: never; | ||
} | ||
export interface CloudFrontS3OriginAuthMethodOriginAccessIdentity extends CloudFrontS3OriginBase { | ||
authMethod: "origin-access-identity"; | ||
region: string; | ||
@@ -38,0 +51,0 @@ } |
{ | ||
"name": "@types/aws-lambda", | ||
"version": "8.10.135", | ||
"version": "8.10.136", | ||
"description": "TypeScript definitions for aws-lambda", | ||
@@ -218,4 +218,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/aws-lambda", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "8e06c53dade215c7ca5ca6b3f8d4d1bc726f6d964d8aa4a139076cae2e512a59", | ||
"typesPublisherContentHash": "958c87d4ef0ed00c7121081f8d3190a4072d9bf959f25cb839b3c3b865f6a828", | ||
"typeScriptVersion": "4.6" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Tue, 05 Mar 2024 18:35:25 GMT | ||
* Last updated: Tue, 05 Mar 2024 21:35:40 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,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
142792
3478