@webiny/aws-sdk 5.43.0-beta.0 → 5.43.0-beta.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.
@@ -10,6 +10,6 @@ export interface TriggerStepFunctionParams<T extends GenericRecord = GenericReco
10
10
  input: T;
11
11
  }
12
12
  export declare const createStepFunctionClient: (initial?: SFNClientConfig) => SFNClient;
13
- export declare const triggerStepFunctionFactory: (input?: SFNClient | SFNClientConfig) => <T extends GenericRecord<PropertyKey, any> = GenericRecord<PropertyKey, any>>(params: TriggerStepFunctionParams<T>) => Promise<StartExecutionCommandOutput>;
13
+ export declare const triggerStepFunctionFactory: (input?: SFNClient | SFNClientConfig) => <T extends GenericRecord = GenericRecord>(params: TriggerStepFunctionParams<T>) => Promise<StartExecutionCommandOutput>;
14
14
  export declare const listExecutionsFactory: (input?: SFNClient | SFNClientConfig) => (params: ListExecutionsCommandInput) => Promise<ListExecutionsCommandOutput>;
15
15
  export declare const describeExecutionFactory: (input?: SFNClient | SFNClientConfig) => (params: DescribeExecutionCommandInput) => Promise<DescribeExecutionCommandOutput>;
package/package.json CHANGED
@@ -1,40 +1,39 @@
1
1
  {
2
2
  "name": "@webiny/aws-sdk",
3
- "version": "5.43.0-beta.0",
3
+ "version": "5.43.0-beta.1",
4
4
  "description": "Wrapper for AWS SDK",
5
5
  "main": "index.js",
6
6
  "license": "MIT",
7
7
  "author": "Webiny Ltd.",
8
8
  "dependencies": {
9
- "@aws-sdk/client-apigatewaymanagementapi": "3.723.0",
10
- "@aws-sdk/client-cloudfront": "3.723.0",
11
- "@aws-sdk/client-cloudwatch-events": "3.723.0",
12
- "@aws-sdk/client-cloudwatch-logs": "3.723.0",
13
- "@aws-sdk/client-cognito-identity-provider": "3.723.0",
14
- "@aws-sdk/client-dynamodb": "3.723.0",
15
- "@aws-sdk/client-dynamodb-streams": "3.723.0",
16
- "@aws-sdk/client-eventbridge": "3.723.0",
17
- "@aws-sdk/client-iam": "3.723.0",
18
- "@aws-sdk/client-iot": "3.723.0",
19
- "@aws-sdk/client-lambda": "3.723.0",
20
- "@aws-sdk/client-s3": "3.723.0",
21
- "@aws-sdk/client-sfn": "3.723.0",
22
- "@aws-sdk/client-sqs": "3.723.0",
23
- "@aws-sdk/client-sts": "3.723.0",
24
- "@aws-sdk/credential-providers": "3.723.0",
25
- "@aws-sdk/lib-dynamodb": "3.723.0",
26
- "@aws-sdk/lib-storage": "3.723.0",
27
- "@aws-sdk/s3-presigned-post": "3.723.0",
28
- "@aws-sdk/s3-request-presigner": "3.723.0",
29
- "@aws-sdk/util-dynamodb": "3.723.0",
9
+ "@aws-sdk/client-apigatewaymanagementapi": "3.734.0",
10
+ "@aws-sdk/client-cloudfront": "3.734.0",
11
+ "@aws-sdk/client-cloudwatch-events": "3.734.0",
12
+ "@aws-sdk/client-cloudwatch-logs": "3.734.0",
13
+ "@aws-sdk/client-cognito-identity-provider": "3.734.0",
14
+ "@aws-sdk/client-dynamodb": "3.734.0",
15
+ "@aws-sdk/client-dynamodb-streams": "3.734.0",
16
+ "@aws-sdk/client-eventbridge": "3.734.0",
17
+ "@aws-sdk/client-iam": "3.734.0",
18
+ "@aws-sdk/client-iot": "3.734.0",
19
+ "@aws-sdk/client-lambda": "3.734.0",
20
+ "@aws-sdk/client-s3": "3.735.0",
21
+ "@aws-sdk/client-sfn": "3.734.0",
22
+ "@aws-sdk/client-sqs": "3.734.0",
23
+ "@aws-sdk/client-sts": "3.734.0",
24
+ "@aws-sdk/credential-providers": "3.734.0",
25
+ "@aws-sdk/lib-dynamodb": "3.734.0",
26
+ "@aws-sdk/lib-storage": "3.735.0",
27
+ "@aws-sdk/s3-presigned-post": "3.735.0",
28
+ "@aws-sdk/s3-request-presigner": "3.735.0",
29
+ "@aws-sdk/util-dynamodb": "3.734.0",
30
30
  "@types/aws-lambda": "8.10.145",
31
- "@webiny/utils": "5.43.0-beta.0",
32
- "aws-lambda": "1.0.7"
31
+ "@webiny/utils": "5.43.0-beta.1"
33
32
  },
34
33
  "devDependencies": {
35
- "@webiny/project-utils": "5.43.0-beta.0",
34
+ "@webiny/project-utils": "5.43.0-beta.1",
36
35
  "rimraf": "6.0.1",
37
- "typescript": "4.9.5"
36
+ "typescript": "5.3.3"
38
37
  },
39
38
  "publishConfig": {
40
39
  "access": "public",
@@ -48,8 +47,11 @@
48
47
  "ignore": {
49
48
  "dependencies": [
50
49
  "@types/aws-lambda"
50
+ ],
51
+ "src": [
52
+ "aws-lambda"
51
53
  ]
52
54
  }
53
55
  },
54
- "gitHead": "abfb4ec7b4391f2414cd22f2c5539c84b6c8abbf"
56
+ "gitHead": "d47a234b09383cb7ab2d9907300b8eaa89aa64d6"
55
57
  }