@aws-sdk/client-lambda 3.929.0 → 3.930.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
@@ -938,16 +938,6 @@ const ResponseStreamingInvocationType = {
938
938
  DryRun: "DryRun",
939
939
  RequestResponse: "RequestResponse",
940
940
  };
941
- exports.InvokeWithResponseStreamResponseEvent = void 0;
942
- (function (InvokeWithResponseStreamResponseEvent) {
943
- InvokeWithResponseStreamResponseEvent.visit = (value, visitor) => {
944
- if (value.PayloadChunk !== undefined)
945
- return visitor.PayloadChunk(value.PayloadChunk);
946
- if (value.InvokeComplete !== undefined)
947
- return visitor.InvokeComplete(value.InvokeComplete);
948
- return visitor._(value.$unknown[0], value.$unknown[1]);
949
- };
950
- })(exports.InvokeWithResponseStreamResponseEvent || (exports.InvokeWithResponseStreamResponseEvent = {}));
951
941
  const FunctionVersion = {
952
942
  ALL: "ALL",
953
943
  };
@@ -817,16 +817,6 @@ export const ResponseStreamingInvocationType = {
817
817
  DryRun: "DryRun",
818
818
  RequestResponse: "RequestResponse",
819
819
  };
820
- export var InvokeWithResponseStreamResponseEvent;
821
- (function (InvokeWithResponseStreamResponseEvent) {
822
- InvokeWithResponseStreamResponseEvent.visit = (value, visitor) => {
823
- if (value.PayloadChunk !== undefined)
824
- return visitor.PayloadChunk(value.PayloadChunk);
825
- if (value.InvokeComplete !== undefined)
826
- return visitor.InvokeComplete(value.InvokeComplete);
827
- return visitor._(value.$unknown[0], value.$unknown[1]);
828
- };
829
- })(InvokeWithResponseStreamResponseEvent || (InvokeWithResponseStreamResponseEvent = {}));
830
820
  export const FunctionVersion = {
831
821
  ALL: "ALL",
832
822
  };
@@ -3583,12 +3583,15 @@ export declare namespace InvokeWithResponseStreamResponseEvent {
3583
3583
  InvokeComplete?: never;
3584
3584
  $unknown: [string, any];
3585
3585
  }
3586
+ /**
3587
+ * @deprecated unused in schema-serde mode.
3588
+ *
3589
+ */
3586
3590
  interface Visitor<T> {
3587
3591
  PayloadChunk: (value: InvokeResponseStreamUpdate) => T;
3588
3592
  InvokeComplete: (value: InvokeWithResponseStreamCompleteEvent) => T;
3589
3593
  _: (name: string, value: any) => T;
3590
3594
  }
3591
- const visit: <T>(value: InvokeWithResponseStreamResponseEvent, visitor: Visitor<T>) => T;
3592
3595
  }
3593
3596
  /**
3594
3597
  * @public
@@ -1252,10 +1252,6 @@ export declare namespace InvokeWithResponseStreamResponseEvent {
1252
1252
  InvokeComplete: (value: InvokeWithResponseStreamCompleteEvent) => T;
1253
1253
  _: (name: string, value: any) => T;
1254
1254
  }
1255
- const visit: <T>(
1256
- value: InvokeWithResponseStreamResponseEvent,
1257
- visitor: Visitor<T>
1258
- ) => T;
1259
1255
  }
1260
1256
  export interface InvokeWithResponseStreamResponse {
1261
1257
  StatusCode?: number | undefined;
package/package.json CHANGED
@@ -1,7 +1,7 @@
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.929.0",
4
+ "version": "3.930.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-lambda",
@@ -20,47 +20,47 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.928.0",
24
- "@aws-sdk/credential-provider-node": "3.929.0",
25
- "@aws-sdk/middleware-host-header": "3.922.0",
26
- "@aws-sdk/middleware-logger": "3.922.0",
27
- "@aws-sdk/middleware-recursion-detection": "3.922.0",
28
- "@aws-sdk/middleware-user-agent": "3.928.0",
29
- "@aws-sdk/region-config-resolver": "3.925.0",
30
- "@aws-sdk/types": "3.922.0",
31
- "@aws-sdk/util-endpoints": "3.922.0",
32
- "@aws-sdk/util-user-agent-browser": "3.922.0",
33
- "@aws-sdk/util-user-agent-node": "3.928.0",
34
- "@smithy/config-resolver": "^4.4.2",
35
- "@smithy/core": "^3.17.2",
36
- "@smithy/eventstream-serde-browser": "^4.2.4",
37
- "@smithy/eventstream-serde-config-resolver": "^4.3.4",
38
- "@smithy/eventstream-serde-node": "^4.2.4",
39
- "@smithy/fetch-http-handler": "^5.3.5",
40
- "@smithy/hash-node": "^4.2.4",
41
- "@smithy/invalid-dependency": "^4.2.4",
42
- "@smithy/middleware-content-length": "^4.2.4",
43
- "@smithy/middleware-endpoint": "^4.3.6",
44
- "@smithy/middleware-retry": "^4.4.6",
45
- "@smithy/middleware-serde": "^4.2.4",
46
- "@smithy/middleware-stack": "^4.2.4",
47
- "@smithy/node-config-provider": "^4.3.4",
48
- "@smithy/node-http-handler": "^4.4.4",
49
- "@smithy/protocol-http": "^5.3.4",
50
- "@smithy/smithy-client": "^4.9.2",
51
- "@smithy/types": "^4.8.1",
52
- "@smithy/url-parser": "^4.2.4",
23
+ "@aws-sdk/core": "3.930.0",
24
+ "@aws-sdk/credential-provider-node": "3.930.0",
25
+ "@aws-sdk/middleware-host-header": "3.930.0",
26
+ "@aws-sdk/middleware-logger": "3.930.0",
27
+ "@aws-sdk/middleware-recursion-detection": "3.930.0",
28
+ "@aws-sdk/middleware-user-agent": "3.930.0",
29
+ "@aws-sdk/region-config-resolver": "3.930.0",
30
+ "@aws-sdk/types": "3.930.0",
31
+ "@aws-sdk/util-endpoints": "3.930.0",
32
+ "@aws-sdk/util-user-agent-browser": "3.930.0",
33
+ "@aws-sdk/util-user-agent-node": "3.930.0",
34
+ "@smithy/config-resolver": "^4.4.3",
35
+ "@smithy/core": "^3.18.2",
36
+ "@smithy/eventstream-serde-browser": "^4.2.5",
37
+ "@smithy/eventstream-serde-config-resolver": "^4.3.5",
38
+ "@smithy/eventstream-serde-node": "^4.2.5",
39
+ "@smithy/fetch-http-handler": "^5.3.6",
40
+ "@smithy/hash-node": "^4.2.5",
41
+ "@smithy/invalid-dependency": "^4.2.5",
42
+ "@smithy/middleware-content-length": "^4.2.5",
43
+ "@smithy/middleware-endpoint": "^4.3.9",
44
+ "@smithy/middleware-retry": "^4.4.9",
45
+ "@smithy/middleware-serde": "^4.2.5",
46
+ "@smithy/middleware-stack": "^4.2.5",
47
+ "@smithy/node-config-provider": "^4.3.5",
48
+ "@smithy/node-http-handler": "^4.4.5",
49
+ "@smithy/protocol-http": "^5.3.5",
50
+ "@smithy/smithy-client": "^4.9.5",
51
+ "@smithy/types": "^4.9.0",
52
+ "@smithy/url-parser": "^4.2.5",
53
53
  "@smithy/util-base64": "^4.3.0",
54
54
  "@smithy/util-body-length-browser": "^4.2.0",
55
55
  "@smithy/util-body-length-node": "^4.2.1",
56
- "@smithy/util-defaults-mode-browser": "^4.3.5",
57
- "@smithy/util-defaults-mode-node": "^4.2.8",
58
- "@smithy/util-endpoints": "^3.2.4",
59
- "@smithy/util-middleware": "^4.2.4",
60
- "@smithy/util-retry": "^4.2.4",
61
- "@smithy/util-stream": "^4.5.5",
56
+ "@smithy/util-defaults-mode-browser": "^4.3.8",
57
+ "@smithy/util-defaults-mode-node": "^4.2.11",
58
+ "@smithy/util-endpoints": "^3.2.5",
59
+ "@smithy/util-middleware": "^4.2.5",
60
+ "@smithy/util-retry": "^4.2.5",
61
+ "@smithy/util-stream": "^4.5.6",
62
62
  "@smithy/util-utf8": "^4.2.0",
63
- "@smithy/util-waiter": "^4.2.4",
63
+ "@smithy/util-waiter": "^4.2.5",
64
64
  "tslib": "^2.6.2"
65
65
  },
66
66
  "devDependencies": {