@types/aws-cloudfront-function 1.0.2 → 1.0.4
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.
aws-cloudfront-function/LICENSE
CHANGED
|
File without changes
|
|
@@ -2,17 +2,12 @@
|
|
|
2
2
|
> `npm install --save @types/aws-cloudfront-function`
|
|
3
3
|
|
|
4
4
|
# Summary
|
|
5
|
-
This package contains type definitions for
|
|
5
|
+
This package contains type definitions for aws-cloudfront-function (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/functions-event-structure.html).
|
|
6
6
|
|
|
7
7
|
# Details
|
|
8
8
|
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/aws-cloudfront-function.
|
|
9
9
|
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/aws-cloudfront-function/index.d.ts)
|
|
10
10
|
````ts
|
|
11
|
-
// Type definitions for non-npm package AWS CloudFront Functions 1.0
|
|
12
|
-
// Project: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/functions-event-structure.html
|
|
13
|
-
// Definitions by: Jakub Zelenka <https://github.com/bukka>
|
|
14
|
-
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
15
|
-
|
|
16
11
|
declare namespace AWSCloudFrontFunction {
|
|
17
12
|
interface Event {
|
|
18
13
|
version: "1.0";
|
|
@@ -72,9 +67,8 @@ declare namespace AWSCloudFrontFunction {
|
|
|
72
67
|
````
|
|
73
68
|
|
|
74
69
|
### Additional Details
|
|
75
|
-
* Last updated:
|
|
70
|
+
* Last updated: Mon, 06 Nov 2023 22:41:04 GMT
|
|
76
71
|
* Dependencies: none
|
|
77
|
-
* Global values: none
|
|
78
72
|
|
|
79
73
|
# Credits
|
|
80
74
|
These definitions were written by [Jakub Zelenka](https://github.com/bukka).
|
|
@@ -1,8 +1,3 @@
|
|
|
1
|
-
// Type definitions for non-npm package AWS CloudFront Functions 1.0
|
|
2
|
-
// Project: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/functions-event-structure.html
|
|
3
|
-
// Definitions by: Jakub Zelenka <https://github.com/bukka>
|
|
4
|
-
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
5
|
-
|
|
6
1
|
declare namespace AWSCloudFrontFunction {
|
|
7
2
|
interface Event {
|
|
8
3
|
version: "1.0";
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/aws-cloudfront-function",
|
|
3
|
-
"version": "1.0.
|
|
4
|
-
"description": "TypeScript definitions for
|
|
3
|
+
"version": "1.0.4",
|
|
4
|
+
"description": "TypeScript definitions for aws-cloudfront-function",
|
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/aws-cloudfront-function",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"contributors": [
|
|
8
8
|
{
|
|
9
9
|
"name": "Jakub Zelenka",
|
|
10
|
-
"
|
|
11
|
-
"
|
|
10
|
+
"githubUsername": "bukka",
|
|
11
|
+
"url": "https://github.com/bukka"
|
|
12
12
|
}
|
|
13
13
|
],
|
|
14
14
|
"main": "",
|
|
@@ -20,6 +20,7 @@
|
|
|
20
20
|
},
|
|
21
21
|
"scripts": {},
|
|
22
22
|
"dependencies": {},
|
|
23
|
-
"typesPublisherContentHash": "
|
|
24
|
-
"typeScriptVersion": "
|
|
23
|
+
"typesPublisherContentHash": "1305cfdee7f529d7046bae89520a97ff99003b0b6718577dd06a8a4c2f7b4cb1",
|
|
24
|
+
"typeScriptVersion": "4.5",
|
|
25
|
+
"nonNpm": true
|
|
25
26
|
}
|