@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
- distributionID: string;
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: Sun, 05 Sep 2021 19:31:23 GMT
75
+ * Last updated: Tue, 24 May 2022 16:01:40 GMT
76
76
  * Dependencies: none
77
77
  * Global values: none
78
78
 
@@ -14,7 +14,7 @@ declare namespace AWSCloudFrontFunction {
14
14
 
15
15
  interface Context {
16
16
  distributionDomainName: string;
17
- distributionID: string;
17
+ distributionId: string;
18
18
  eventType: "viewer-request" | "viewer-response";
19
19
  requestId: string;
20
20
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/aws-cloudfront-function",
3
- "version": "1.0.1",
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": "d1d0259abca511ee9cce813868dd375cc6121b5b79bb9fb455aceaaa9ee1cb22",
24
- "typeScriptVersion": "3.7"
23
+ "typesPublisherContentHash": "a19be8c24c1f01144fabb5d9ace0bcfb52426be911b201844e56c9262853ecb3",
24
+ "typeScriptVersion": "3.9"
25
25
  }