@aws-sdk/client-lambda 3.955.0 → 3.957.0

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/dist-cjs/index.js CHANGED
@@ -3746,7 +3746,7 @@ var EnvironmentVariables = [
3746
3746
  [() => EnvironmentVariableValue, 0],
3747
3747
  ];
3748
3748
  var InvokeWithResponseStreamResponseEvent$ = [
3749
- 3,
3749
+ 4,
3750
3750
  n0,
3751
3751
  _IWRSRE,
3752
3752
  { [_s]: 1 },
@@ -2969,7 +2969,7 @@ var EnvironmentVariables = [
2969
2969
  ];
2970
2970
  var Tags = 128 | 0;
2971
2971
  export var InvokeWithResponseStreamResponseEvent$ = [
2972
- 3,
2972
+ 4,
2973
2973
  n0,
2974
2974
  _IWRSRE,
2975
2975
  { [_s]: 1 },
@@ -1,4 +1,4 @@
1
- import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
1
+ import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema, StaticUnionSchema } from "@smithy/types";
2
2
  export declare var AccountLimit$: StaticStructureSchema;
3
3
  export declare var AccountUsage$: StaticStructureSchema;
4
4
  export declare var AddLayerVersionPermissionRequest$: StaticStructureSchema;
@@ -303,7 +303,7 @@ export declare var WaitOptions$: StaticStructureSchema;
303
303
  export declare var WaitStartedDetails$: StaticStructureSchema;
304
304
  export declare var WaitSucceededDetails$: StaticStructureSchema;
305
305
  export declare var LambdaServiceException$: StaticErrorSchema;
306
- export declare var InvokeWithResponseStreamResponseEvent$: StaticStructureSchema;
306
+ export declare var InvokeWithResponseStreamResponseEvent$: StaticUnionSchema;
307
307
  export declare var AddLayerVersionPermission$: StaticOperationSchema;
308
308
  export declare var AddPermission$: StaticOperationSchema;
309
309
  export declare var CheckpointDurableExecution$: StaticOperationSchema;
@@ -2,6 +2,7 @@ import {
2
2
  StaticErrorSchema,
3
3
  StaticOperationSchema,
4
4
  StaticStructureSchema,
5
+ StaticUnionSchema,
5
6
  } from "@smithy/types";
6
7
  export declare var AccountLimit$: StaticStructureSchema;
7
8
  export declare var AccountUsage$: StaticStructureSchema;
@@ -307,7 +308,7 @@ export declare var WaitOptions$: StaticStructureSchema;
307
308
  export declare var WaitStartedDetails$: StaticStructureSchema;
308
309
  export declare var WaitSucceededDetails$: StaticStructureSchema;
309
310
  export declare var LambdaServiceException$: StaticErrorSchema;
310
- export declare var InvokeWithResponseStreamResponseEvent$: StaticStructureSchema;
311
+ export declare var InvokeWithResponseStreamResponseEvent$: StaticUnionSchema;
311
312
  export declare var AddLayerVersionPermission$: StaticOperationSchema;
312
313
  export declare var AddPermission$: StaticOperationSchema;
313
314
  export declare var CheckpointDurableExecution$: StaticOperationSchema;
package/package.json CHANGED
@@ -1,17 +1,19 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-lambda",
3
3
  "description": "AWS SDK for JavaScript Lambda Client for Node.js, Browser and React Native",
4
- "version": "3.955.0",
4
+ "version": "3.957.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-lambda",
8
8
  "build:es": "tsc -p tsconfig.es.json",
9
- "build:include:deps": "lerna run --scope $npm_package_name --include-dependencies build",
9
+ "build:include:deps": "yarn g:turbo run build -F=\"$npm_package_name\"",
10
10
  "build:types": "tsc -p tsconfig.types.json",
11
11
  "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
12
12
  "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
13
13
  "extract:docs": "api-extractor run --local",
14
14
  "generate:client": "node ../../scripts/generate-clients/single-service --solo lambda",
15
+ "test:e2e": "yarn g:vitest run -c vitest.config.e2e.mts --mode development",
16
+ "test:e2e:watch": "yarn g:vitest watch -c vitest.config.e2e.mts",
15
17
  "test:index": "tsc --noEmit ./test/index-types.ts && node ./test/index-objects.spec.mjs"
16
18
  },
17
19
  "main": "./dist-cjs/index.js",
@@ -21,47 +23,47 @@
21
23
  "dependencies": {
22
24
  "@aws-crypto/sha256-browser": "5.2.0",
23
25
  "@aws-crypto/sha256-js": "5.2.0",
24
- "@aws-sdk/core": "3.954.0",
25
- "@aws-sdk/credential-provider-node": "3.955.0",
26
- "@aws-sdk/middleware-host-header": "3.953.0",
27
- "@aws-sdk/middleware-logger": "3.953.0",
28
- "@aws-sdk/middleware-recursion-detection": "3.953.0",
29
- "@aws-sdk/middleware-user-agent": "3.954.0",
30
- "@aws-sdk/region-config-resolver": "3.953.0",
31
- "@aws-sdk/types": "3.953.0",
32
- "@aws-sdk/util-endpoints": "3.953.0",
33
- "@aws-sdk/util-user-agent-browser": "3.953.0",
34
- "@aws-sdk/util-user-agent-node": "3.954.0",
35
- "@smithy/config-resolver": "^4.4.4",
36
- "@smithy/core": "^3.19.0",
37
- "@smithy/eventstream-serde-browser": "^4.2.6",
38
- "@smithy/eventstream-serde-config-resolver": "^4.3.6",
39
- "@smithy/eventstream-serde-node": "^4.2.6",
40
- "@smithy/fetch-http-handler": "^5.3.7",
41
- "@smithy/hash-node": "^4.2.6",
42
- "@smithy/invalid-dependency": "^4.2.6",
43
- "@smithy/middleware-content-length": "^4.2.6",
44
- "@smithy/middleware-endpoint": "^4.4.0",
45
- "@smithy/middleware-retry": "^4.4.16",
46
- "@smithy/middleware-serde": "^4.2.7",
47
- "@smithy/middleware-stack": "^4.2.6",
48
- "@smithy/node-config-provider": "^4.3.6",
49
- "@smithy/node-http-handler": "^4.4.6",
50
- "@smithy/protocol-http": "^5.3.6",
51
- "@smithy/smithy-client": "^4.10.1",
52
- "@smithy/types": "^4.10.0",
53
- "@smithy/url-parser": "^4.2.6",
26
+ "@aws-sdk/core": "3.957.0",
27
+ "@aws-sdk/credential-provider-node": "3.957.0",
28
+ "@aws-sdk/middleware-host-header": "3.957.0",
29
+ "@aws-sdk/middleware-logger": "3.957.0",
30
+ "@aws-sdk/middleware-recursion-detection": "3.957.0",
31
+ "@aws-sdk/middleware-user-agent": "3.957.0",
32
+ "@aws-sdk/region-config-resolver": "3.957.0",
33
+ "@aws-sdk/types": "3.957.0",
34
+ "@aws-sdk/util-endpoints": "3.957.0",
35
+ "@aws-sdk/util-user-agent-browser": "3.957.0",
36
+ "@aws-sdk/util-user-agent-node": "3.957.0",
37
+ "@smithy/config-resolver": "^4.4.5",
38
+ "@smithy/core": "^3.20.0",
39
+ "@smithy/eventstream-serde-browser": "^4.2.7",
40
+ "@smithy/eventstream-serde-config-resolver": "^4.3.7",
41
+ "@smithy/eventstream-serde-node": "^4.2.7",
42
+ "@smithy/fetch-http-handler": "^5.3.8",
43
+ "@smithy/hash-node": "^4.2.7",
44
+ "@smithy/invalid-dependency": "^4.2.7",
45
+ "@smithy/middleware-content-length": "^4.2.7",
46
+ "@smithy/middleware-endpoint": "^4.4.1",
47
+ "@smithy/middleware-retry": "^4.4.17",
48
+ "@smithy/middleware-serde": "^4.2.8",
49
+ "@smithy/middleware-stack": "^4.2.7",
50
+ "@smithy/node-config-provider": "^4.3.7",
51
+ "@smithy/node-http-handler": "^4.4.7",
52
+ "@smithy/protocol-http": "^5.3.7",
53
+ "@smithy/smithy-client": "^4.10.2",
54
+ "@smithy/types": "^4.11.0",
55
+ "@smithy/url-parser": "^4.2.7",
54
56
  "@smithy/util-base64": "^4.3.0",
55
57
  "@smithy/util-body-length-browser": "^4.2.0",
56
58
  "@smithy/util-body-length-node": "^4.2.1",
57
- "@smithy/util-defaults-mode-browser": "^4.3.15",
58
- "@smithy/util-defaults-mode-node": "^4.2.18",
59
- "@smithy/util-endpoints": "^3.2.6",
60
- "@smithy/util-middleware": "^4.2.6",
61
- "@smithy/util-retry": "^4.2.6",
62
- "@smithy/util-stream": "^4.5.7",
59
+ "@smithy/util-defaults-mode-browser": "^4.3.16",
60
+ "@smithy/util-defaults-mode-node": "^4.2.19",
61
+ "@smithy/util-endpoints": "^3.2.7",
62
+ "@smithy/util-middleware": "^4.2.7",
63
+ "@smithy/util-retry": "^4.2.7",
64
+ "@smithy/util-stream": "^4.5.8",
63
65
  "@smithy/util-utf8": "^4.2.0",
64
- "@smithy/util-waiter": "^4.2.6",
66
+ "@smithy/util-waiter": "^4.2.7",
65
67
  "tslib": "^2.6.2"
66
68
  },
67
69
  "devDependencies": {