@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.
Files changed (52) hide show
  1. package/README.md +11 -0
  2. package/client-apigatewaymanagementapi/index.d.ts +2 -1
  3. package/client-apigatewaymanagementapi/index.js +1 -120
  4. package/client-apigatewaymanagementapi/index.js.map +1 -1
  5. package/client-cloudfront/index.js +1 -12
  6. package/client-cloudfront/index.js.map +1 -1
  7. package/client-cloudwatch/index.d.ts +3 -2
  8. package/client-cloudwatch/index.js +2 -55
  9. package/client-cloudwatch/index.js.map +1 -1
  10. package/client-cognito-identity-provider/index.d.ts +5 -1
  11. package/client-cognito-identity-provider/index.js +19 -29
  12. package/client-cognito-identity-provider/index.js.map +1 -1
  13. package/client-dynamodb/getDocumentClient.d.ts +6 -1
  14. package/client-dynamodb/getDocumentClient.js +40 -27
  15. package/client-dynamodb/getDocumentClient.js.map +1 -1
  16. package/client-dynamodb/index.d.ts +5 -4
  17. package/client-dynamodb/index.js +4 -93
  18. package/client-dynamodb/index.js.map +1 -1
  19. package/client-eventbridge/index.d.ts +5 -1
  20. package/client-eventbridge/index.js +7 -36
  21. package/client-eventbridge/index.js.map +1 -1
  22. package/client-iam/index.js +1 -12
  23. package/client-iam/index.js.map +1 -1
  24. package/client-iot/index.d.ts +1 -0
  25. package/client-iot/index.js +3 -0
  26. package/client-iot/index.js.map +1 -0
  27. package/client-lambda/index.d.ts +5 -1
  28. package/client-lambda/index.js +19 -17
  29. package/client-lambda/index.js.map +1 -1
  30. package/client-s3/index.d.ts +10 -4
  31. package/client-s3/index.js +45 -179
  32. package/client-s3/index.js.map +1 -1
  33. package/client-scheduler/index.d.ts +8 -0
  34. package/client-scheduler/index.js +24 -0
  35. package/client-scheduler/index.js.map +1 -0
  36. package/client-sfn/index.d.ts +12 -7
  37. package/client-sfn/index.js +46 -37
  38. package/client-sfn/index.js.map +1 -1
  39. package/client-sqs/index.d.ts +2 -1
  40. package/client-sqs/index.js +1 -24
  41. package/client-sqs/index.js.map +1 -1
  42. package/client-sts/index.js +1 -12
  43. package/client-sts/index.js.map +1 -1
  44. package/credential-providers/index.js +1 -12
  45. package/credential-providers/index.js.map +1 -1
  46. package/lib-storage/index.d.ts +2 -1
  47. package/lib-storage/index.js +1 -42
  48. package/lib-storage/index.js.map +1 -1
  49. package/package.json +39 -32
  50. package/types/index.d.ts +1 -0
  51. package/types/index.js +3 -0
  52. package/types/index.js.map +1 -0
@@ -1,44 +1,3 @@
1
- "use strict";
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
@@ -1 +1 @@
1
- {"version":3,"names":["_libStorage","require"],"sources":["index.ts"],"sourcesContent":["export {\n Upload,\n Options,\n Progress,\n BodyDataTypes,\n RawDataPart,\n Configuration\n} from \"@aws-sdk/lib-storage\";\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,IAAAA,WAAA,GAAAC,OAAA","ignoreList":[]}
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-beta.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.540.0",
10
- "@aws-sdk/client-cloudfront": "3.540.0",
11
- "@aws-sdk/client-cloudwatch-events": "3.540.0",
12
- "@aws-sdk/client-cloudwatch-logs": "3.540.0",
13
- "@aws-sdk/client-cognito-identity-provider": "3.540.0",
14
- "@aws-sdk/client-dynamodb": "3.540.0",
15
- "@aws-sdk/client-dynamodb-streams": "3.540.0",
16
- "@aws-sdk/client-eventbridge": "3.540.0",
17
- "@aws-sdk/client-iam": "3.540.0",
18
- "@aws-sdk/client-lambda": "3.540.0",
19
- "@aws-sdk/client-s3": "3.540.0",
20
- "@aws-sdk/client-sfn": "3.540.0",
21
- "@aws-sdk/client-sqs": "3.540.0",
22
- "@aws-sdk/client-sts": "3.540.0",
23
- "@aws-sdk/credential-providers": "3.540.0",
24
- "@aws-sdk/lib-dynamodb": "3.540.0",
25
- "@aws-sdk/lib-storage": "3.540.0",
26
- "@aws-sdk/s3-presigned-post": "3.540.0",
27
- "@aws-sdk/s3-request-presigner": "3.540.0",
28
- "@aws-sdk/util-dynamodb": "3.540.0",
29
- "@webiny/utils": "6.0.0-beta.0"
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
- "@babel/cli": "7.24.1",
33
- "@babel/core": "7.24.3",
34
- "@webiny/cli": "6.0.0-beta.0",
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
- "scripts": {
44
- "build": "yarn webiny run build",
45
- "watch": "yarn webiny run watch"
44
+ "adio": {
45
+ "ignore": {
46
+ "dependencies": [
47
+ "@types/aws-lambda"
48
+ ],
49
+ "src": [
50
+ "aws-lambda"
51
+ ]
52
+ }
46
53
  },
47
- "gitHead": "aa8dbfbbd5ad13ec271adba6f2431e02991a300f"
54
+ "gitHead": "36d702721ff9ed39fb21d6f5fe7922a2a8716e63"
48
55
  }
@@ -0,0 +1 @@
1
+ export * from "aws-lambda";
package/types/index.js ADDED
@@ -0,0 +1,3 @@
1
+ export * from "aws-lambda";
2
+
3
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":[],"sources":["index.ts"],"sourcesContent":["export * from \"aws-lambda\";\n"],"mappings":"AAAA,cAAc,YAAY","ignoreList":[]}