@types/aws-cloudfront-function 1.0.1 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -24,7 +24,7 @@ declare namespace AWSCloudFrontFunction {
|
|
|
24
24
|
|
|
25
25
|
interface Context {
|
|
26
26
|
distributionDomainName: string;
|
|
27
|
-
|
|
27
|
+
distributionId: string;
|
|
28
28
|
eventType: "viewer-request" | "viewer-response";
|
|
29
29
|
requestId: string;
|
|
30
30
|
}
|
|
@@ -72,7 +72,7 @@ declare namespace AWSCloudFrontFunction {
|
|
|
72
72
|
````
|
|
73
73
|
|
|
74
74
|
### Additional Details
|
|
75
|
-
* Last updated:
|
|
75
|
+
* Last updated: Tue, 24 May 2022 16:01:40 GMT
|
|
76
76
|
* Dependencies: none
|
|
77
77
|
* Global values: none
|
|
78
78
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/aws-cloudfront-function",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"description": "TypeScript definitions for AWS CloudFront Functions",
|
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/aws-cloudfront-function",
|
|
6
6
|
"license": "MIT",
|
|
@@ -20,6 +20,6 @@
|
|
|
20
20
|
},
|
|
21
21
|
"scripts": {},
|
|
22
22
|
"dependencies": {},
|
|
23
|
-
"typesPublisherContentHash": "
|
|
24
|
-
"typeScriptVersion": "3.
|
|
23
|
+
"typesPublisherContentHash": "a19be8c24c1f01144fabb5d9ace0bcfb52426be911b201844e56c9262853ecb3",
|
|
24
|
+
"typeScriptVersion": "3.9"
|
|
25
25
|
}
|