@webiny/aws-sdk 6.0.0-beta.0 → 6.0.0-rc.1
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.
- package/README.md +11 -0
- package/client-apigatewaymanagementapi/index.d.ts +2 -1
- package/client-apigatewaymanagementapi/index.js +1 -120
- package/client-apigatewaymanagementapi/index.js.map +1 -1
- package/client-cloudfront/index.js +1 -12
- package/client-cloudfront/index.js.map +1 -1
- package/client-cloudwatch/index.d.ts +3 -2
- package/client-cloudwatch/index.js +2 -55
- package/client-cloudwatch/index.js.map +1 -1
- package/client-cognito-identity-provider/index.d.ts +5 -1
- package/client-cognito-identity-provider/index.js +19 -29
- package/client-cognito-identity-provider/index.js.map +1 -1
- package/client-dynamodb/getDocumentClient.d.ts +6 -1
- package/client-dynamodb/getDocumentClient.js +40 -27
- package/client-dynamodb/getDocumentClient.js.map +1 -1
- package/client-dynamodb/index.d.ts +5 -4
- package/client-dynamodb/index.js +4 -93
- package/client-dynamodb/index.js.map +1 -1
- package/client-eventbridge/index.d.ts +5 -1
- package/client-eventbridge/index.js +7 -36
- package/client-eventbridge/index.js.map +1 -1
- package/client-iam/index.js +1 -12
- package/client-iam/index.js.map +1 -1
- package/client-iot/index.d.ts +1 -0
- package/client-iot/index.js +3 -0
- package/client-iot/index.js.map +1 -0
- package/client-lambda/index.d.ts +5 -1
- package/client-lambda/index.js +19 -17
- package/client-lambda/index.js.map +1 -1
- package/client-s3/index.d.ts +10 -4
- package/client-s3/index.js +45 -179
- package/client-s3/index.js.map +1 -1
- package/client-scheduler/index.d.ts +8 -0
- package/client-scheduler/index.js +24 -0
- package/client-scheduler/index.js.map +1 -0
- package/client-sfn/index.d.ts +12 -7
- package/client-sfn/index.js +46 -37
- package/client-sfn/index.js.map +1 -1
- package/client-sqs/index.d.ts +2 -1
- package/client-sqs/index.js +1 -24
- package/client-sqs/index.js.map +1 -1
- package/client-sts/index.js +1 -12
- package/client-sts/index.js.map +1 -1
- package/credential-providers/index.js +1 -12
- package/credential-providers/index.js.map +1 -1
- package/lib-storage/index.d.ts +2 -1
- package/lib-storage/index.js +1 -42
- package/lib-storage/index.js.map +1 -1
- package/package.json +39 -32
- package/types/index.d.ts +1 -0
- package/types/index.js +3 -0
- package/types/index.js.map +1 -0
package/lib-storage/index.js
CHANGED
|
@@ -1,44 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
Object.defineProperty(exports, "BodyDataTypes", {
|
|
7
|
-
enumerable: true,
|
|
8
|
-
get: function get() {
|
|
9
|
-
return _libStorage.BodyDataTypes;
|
|
10
|
-
}
|
|
11
|
-
});
|
|
12
|
-
Object.defineProperty(exports, "Configuration", {
|
|
13
|
-
enumerable: true,
|
|
14
|
-
get: function get() {
|
|
15
|
-
return _libStorage.Configuration;
|
|
16
|
-
}
|
|
17
|
-
});
|
|
18
|
-
Object.defineProperty(exports, "Options", {
|
|
19
|
-
enumerable: true,
|
|
20
|
-
get: function get() {
|
|
21
|
-
return _libStorage.Options;
|
|
22
|
-
}
|
|
23
|
-
});
|
|
24
|
-
Object.defineProperty(exports, "Progress", {
|
|
25
|
-
enumerable: true,
|
|
26
|
-
get: function get() {
|
|
27
|
-
return _libStorage.Progress;
|
|
28
|
-
}
|
|
29
|
-
});
|
|
30
|
-
Object.defineProperty(exports, "RawDataPart", {
|
|
31
|
-
enumerable: true,
|
|
32
|
-
get: function get() {
|
|
33
|
-
return _libStorage.RawDataPart;
|
|
34
|
-
}
|
|
35
|
-
});
|
|
36
|
-
Object.defineProperty(exports, "Upload", {
|
|
37
|
-
enumerable: true,
|
|
38
|
-
get: function get() {
|
|
39
|
-
return _libStorage.Upload;
|
|
40
|
-
}
|
|
41
|
-
});
|
|
42
|
-
var _libStorage = require("@aws-sdk/lib-storage");
|
|
1
|
+
export { Upload } from "@aws-sdk/lib-storage";
|
|
43
2
|
|
|
44
3
|
//# sourceMappingURL=index.js.map
|
package/lib-storage/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["
|
|
1
|
+
{"version":3,"names":["Upload"],"sources":["index.ts"],"sourcesContent":["export { Upload } from \"@aws-sdk/lib-storage\";\nexport type {\n Options,\n Progress,\n BodyDataTypes,\n RawDataPart,\n Configuration\n} from \"@aws-sdk/lib-storage\";\n"],"mappings":"AAAA,SAASA,MAAM,QAAQ,sBAAsB","ignoreList":[]}
|
package/package.json
CHANGED
|
@@ -1,48 +1,55 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@webiny/aws-sdk",
|
|
3
|
-
"version": "6.0.0-
|
|
3
|
+
"version": "6.0.0-rc.1",
|
|
4
|
+
"type": "module",
|
|
4
5
|
"description": "Wrapper for AWS SDK",
|
|
5
6
|
"main": "index.js",
|
|
6
7
|
"license": "MIT",
|
|
7
8
|
"author": "Webiny Ltd.",
|
|
8
9
|
"dependencies": {
|
|
9
|
-
"@aws-sdk/client-apigatewaymanagementapi": "3.
|
|
10
|
-
"@aws-sdk/client-cloudfront": "3.
|
|
11
|
-
"@aws-sdk/client-cloudwatch-events": "3.
|
|
12
|
-
"@aws-sdk/client-cloudwatch-logs": "3.
|
|
13
|
-
"@aws-sdk/client-cognito-identity-provider": "3.
|
|
14
|
-
"@aws-sdk/client-dynamodb": "3.
|
|
15
|
-
"@aws-sdk/client-dynamodb-streams": "3.
|
|
16
|
-
"@aws-sdk/client-eventbridge": "3.
|
|
17
|
-
"@aws-sdk/client-iam": "3.
|
|
18
|
-
"@aws-sdk/client-
|
|
19
|
-
"@aws-sdk/client-
|
|
20
|
-
"@aws-sdk/client-
|
|
21
|
-
"@aws-sdk/client-
|
|
22
|
-
"@aws-sdk/client-
|
|
23
|
-
"@aws-sdk/
|
|
24
|
-
"@aws-sdk/
|
|
25
|
-
"@aws-sdk/
|
|
26
|
-
"@aws-sdk/
|
|
27
|
-
"@aws-sdk/
|
|
28
|
-
"@aws-sdk/
|
|
29
|
-
"@
|
|
10
|
+
"@aws-sdk/client-apigatewaymanagementapi": "3.994.0",
|
|
11
|
+
"@aws-sdk/client-cloudfront": "3.994.0",
|
|
12
|
+
"@aws-sdk/client-cloudwatch-events": "3.994.0",
|
|
13
|
+
"@aws-sdk/client-cloudwatch-logs": "3.994.0",
|
|
14
|
+
"@aws-sdk/client-cognito-identity-provider": "3.994.0",
|
|
15
|
+
"@aws-sdk/client-dynamodb": "3.994.0",
|
|
16
|
+
"@aws-sdk/client-dynamodb-streams": "3.994.0",
|
|
17
|
+
"@aws-sdk/client-eventbridge": "3.994.0",
|
|
18
|
+
"@aws-sdk/client-iam": "3.994.0",
|
|
19
|
+
"@aws-sdk/client-iot": "3.994.0",
|
|
20
|
+
"@aws-sdk/client-lambda": "3.994.0",
|
|
21
|
+
"@aws-sdk/client-s3": "3.994.0",
|
|
22
|
+
"@aws-sdk/client-scheduler": "3.994.0",
|
|
23
|
+
"@aws-sdk/client-sfn": "3.994.0",
|
|
24
|
+
"@aws-sdk/client-sqs": "3.994.0",
|
|
25
|
+
"@aws-sdk/client-sts": "3.994.0",
|
|
26
|
+
"@aws-sdk/credential-providers": "3.994.0",
|
|
27
|
+
"@aws-sdk/lib-dynamodb": "3.994.0",
|
|
28
|
+
"@aws-sdk/lib-storage": "3.994.0",
|
|
29
|
+
"@aws-sdk/s3-presigned-post": "3.994.0",
|
|
30
|
+
"@aws-sdk/s3-request-presigner": "3.994.0",
|
|
31
|
+
"@aws-sdk/util-dynamodb": "3.994.0",
|
|
32
|
+
"@types/aws-lambda": "8.10.160",
|
|
33
|
+
"@webiny/utils": "6.0.0-rc.1"
|
|
30
34
|
},
|
|
31
35
|
"devDependencies": {
|
|
32
|
-
"@
|
|
33
|
-
"
|
|
34
|
-
"
|
|
35
|
-
"@webiny/project-utils": "6.0.0-beta.0",
|
|
36
|
-
"rimraf": "5.0.5",
|
|
37
|
-
"typescript": "4.7.4"
|
|
36
|
+
"@webiny/build-tools": "6.0.0-rc.1",
|
|
37
|
+
"rimraf": "6.1.3",
|
|
38
|
+
"typescript": "5.9.3"
|
|
38
39
|
},
|
|
39
40
|
"publishConfig": {
|
|
40
41
|
"access": "public",
|
|
41
42
|
"directory": "dist"
|
|
42
43
|
},
|
|
43
|
-
"
|
|
44
|
-
"
|
|
45
|
-
|
|
44
|
+
"adio": {
|
|
45
|
+
"ignore": {
|
|
46
|
+
"dependencies": [
|
|
47
|
+
"@types/aws-lambda"
|
|
48
|
+
],
|
|
49
|
+
"src": [
|
|
50
|
+
"aws-lambda"
|
|
51
|
+
]
|
|
52
|
+
}
|
|
46
53
|
},
|
|
47
|
-
"gitHead": "
|
|
54
|
+
"gitHead": "36d702721ff9ed39fb21d6f5fe7922a2a8716e63"
|
|
48
55
|
}
|
package/types/index.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "aws-lambda";
|
package/types/index.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":[],"sources":["index.ts"],"sourcesContent":["export * from \"aws-lambda\";\n"],"mappings":"AAAA,cAAc,YAAY","ignoreList":[]}
|