@aws-sdk/client-lex-runtime-v2 3.306.0 → 3.310.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.
@@ -6,15 +6,51 @@ import { PutSessionCommandInput, PutSessionCommandOutput } from "../commands/Put
6
6
  import { RecognizeTextCommandInput, RecognizeTextCommandOutput } from "../commands/RecognizeTextCommand";
7
7
  import { RecognizeUtteranceCommandInput, RecognizeUtteranceCommandOutput } from "../commands/RecognizeUtteranceCommand";
8
8
  import { StartConversationCommandInput, StartConversationCommandOutput } from "../commands/StartConversationCommand";
9
- export declare const serializeAws_restJson1DeleteSessionCommand: (input: DeleteSessionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
10
- export declare const serializeAws_restJson1GetSessionCommand: (input: GetSessionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
11
- export declare const serializeAws_restJson1PutSessionCommand: (input: PutSessionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
12
- export declare const serializeAws_restJson1RecognizeTextCommand: (input: RecognizeTextCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
13
- export declare const serializeAws_restJson1RecognizeUtteranceCommand: (input: RecognizeUtteranceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
14
- export declare const serializeAws_restJson1StartConversationCommand: (input: StartConversationCommandInput, context: __SerdeContext & __EventStreamSerdeContext) => Promise<__HttpRequest>;
15
- export declare const deserializeAws_restJson1DeleteSessionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSessionCommandOutput>;
16
- export declare const deserializeAws_restJson1GetSessionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSessionCommandOutput>;
17
- export declare const deserializeAws_restJson1PutSessionCommand: (output: __HttpResponse, context: __SerdeContext & __SdkStreamSerdeContext) => Promise<PutSessionCommandOutput>;
18
- export declare const deserializeAws_restJson1RecognizeTextCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RecognizeTextCommandOutput>;
19
- export declare const deserializeAws_restJson1RecognizeUtteranceCommand: (output: __HttpResponse, context: __SerdeContext & __SdkStreamSerdeContext) => Promise<RecognizeUtteranceCommandOutput>;
20
- export declare const deserializeAws_restJson1StartConversationCommand: (output: __HttpResponse, context: __SerdeContext & __EventStreamSerdeContext) => Promise<StartConversationCommandOutput>;
9
+ /**
10
+ * serializeAws_restJson1DeleteSessionCommand
11
+ */
12
+ export declare const se_DeleteSessionCommand: (input: DeleteSessionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
13
+ /**
14
+ * serializeAws_restJson1GetSessionCommand
15
+ */
16
+ export declare const se_GetSessionCommand: (input: GetSessionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
17
+ /**
18
+ * serializeAws_restJson1PutSessionCommand
19
+ */
20
+ export declare const se_PutSessionCommand: (input: PutSessionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
21
+ /**
22
+ * serializeAws_restJson1RecognizeTextCommand
23
+ */
24
+ export declare const se_RecognizeTextCommand: (input: RecognizeTextCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
25
+ /**
26
+ * serializeAws_restJson1RecognizeUtteranceCommand
27
+ */
28
+ export declare const se_RecognizeUtteranceCommand: (input: RecognizeUtteranceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
29
+ /**
30
+ * serializeAws_restJson1StartConversationCommand
31
+ */
32
+ export declare const se_StartConversationCommand: (input: StartConversationCommandInput, context: __SerdeContext & __EventStreamSerdeContext) => Promise<__HttpRequest>;
33
+ /**
34
+ * deserializeAws_restJson1DeleteSessionCommand
35
+ */
36
+ export declare const de_DeleteSessionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSessionCommandOutput>;
37
+ /**
38
+ * deserializeAws_restJson1GetSessionCommand
39
+ */
40
+ export declare const de_GetSessionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSessionCommandOutput>;
41
+ /**
42
+ * deserializeAws_restJson1PutSessionCommand
43
+ */
44
+ export declare const de_PutSessionCommand: (output: __HttpResponse, context: __SerdeContext & __SdkStreamSerdeContext) => Promise<PutSessionCommandOutput>;
45
+ /**
46
+ * deserializeAws_restJson1RecognizeTextCommand
47
+ */
48
+ export declare const de_RecognizeTextCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RecognizeTextCommandOutput>;
49
+ /**
50
+ * deserializeAws_restJson1RecognizeUtteranceCommand
51
+ */
52
+ export declare const de_RecognizeUtteranceCommand: (output: __HttpResponse, context: __SerdeContext & __SdkStreamSerdeContext) => Promise<RecognizeUtteranceCommandOutput>;
53
+ /**
54
+ * deserializeAws_restJson1StartConversationCommand
55
+ */
56
+ export declare const de_StartConversationCommand: (output: __HttpResponse, context: __SerdeContext & __EventStreamSerdeContext) => Promise<StartConversationCommandOutput>;
@@ -31,51 +31,51 @@ import {
31
31
  StartConversationCommandInput,
32
32
  StartConversationCommandOutput,
33
33
  } from "../commands/StartConversationCommand";
34
- export declare const serializeAws_restJson1DeleteSessionCommand: (
34
+ export declare const se_DeleteSessionCommand: (
35
35
  input: DeleteSessionCommandInput,
36
36
  context: __SerdeContext
37
37
  ) => Promise<__HttpRequest>;
38
- export declare const serializeAws_restJson1GetSessionCommand: (
38
+ export declare const se_GetSessionCommand: (
39
39
  input: GetSessionCommandInput,
40
40
  context: __SerdeContext
41
41
  ) => Promise<__HttpRequest>;
42
- export declare const serializeAws_restJson1PutSessionCommand: (
42
+ export declare const se_PutSessionCommand: (
43
43
  input: PutSessionCommandInput,
44
44
  context: __SerdeContext
45
45
  ) => Promise<__HttpRequest>;
46
- export declare const serializeAws_restJson1RecognizeTextCommand: (
46
+ export declare const se_RecognizeTextCommand: (
47
47
  input: RecognizeTextCommandInput,
48
48
  context: __SerdeContext
49
49
  ) => Promise<__HttpRequest>;
50
- export declare const serializeAws_restJson1RecognizeUtteranceCommand: (
50
+ export declare const se_RecognizeUtteranceCommand: (
51
51
  input: RecognizeUtteranceCommandInput,
52
52
  context: __SerdeContext
53
53
  ) => Promise<__HttpRequest>;
54
- export declare const serializeAws_restJson1StartConversationCommand: (
54
+ export declare const se_StartConversationCommand: (
55
55
  input: StartConversationCommandInput,
56
56
  context: __SerdeContext & __EventStreamSerdeContext
57
57
  ) => Promise<__HttpRequest>;
58
- export declare const deserializeAws_restJson1DeleteSessionCommand: (
58
+ export declare const de_DeleteSessionCommand: (
59
59
  output: __HttpResponse,
60
60
  context: __SerdeContext
61
61
  ) => Promise<DeleteSessionCommandOutput>;
62
- export declare const deserializeAws_restJson1GetSessionCommand: (
62
+ export declare const de_GetSessionCommand: (
63
63
  output: __HttpResponse,
64
64
  context: __SerdeContext
65
65
  ) => Promise<GetSessionCommandOutput>;
66
- export declare const deserializeAws_restJson1PutSessionCommand: (
66
+ export declare const de_PutSessionCommand: (
67
67
  output: __HttpResponse,
68
68
  context: __SerdeContext & __SdkStreamSerdeContext
69
69
  ) => Promise<PutSessionCommandOutput>;
70
- export declare const deserializeAws_restJson1RecognizeTextCommand: (
70
+ export declare const de_RecognizeTextCommand: (
71
71
  output: __HttpResponse,
72
72
  context: __SerdeContext
73
73
  ) => Promise<RecognizeTextCommandOutput>;
74
- export declare const deserializeAws_restJson1RecognizeUtteranceCommand: (
74
+ export declare const de_RecognizeUtteranceCommand: (
75
75
  output: __HttpResponse,
76
76
  context: __SerdeContext & __SdkStreamSerdeContext
77
77
  ) => Promise<RecognizeUtteranceCommandOutput>;
78
- export declare const deserializeAws_restJson1StartConversationCommand: (
78
+ export declare const de_StartConversationCommand: (
79
79
  output: __HttpResponse,
80
80
  context: __SerdeContext & __EventStreamSerdeContext
81
81
  ) => Promise<StartConversationCommandOutput>;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-lex-runtime-v2",
3
3
  "description": "AWS SDK for JavaScript Lex Runtime V2 Client for Node.js, Browser and React Native",
4
- "version": "3.306.0",
4
+ "version": "3.310.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -21,49 +21,49 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.306.0",
25
- "@aws-sdk/config-resolver": "3.306.0",
26
- "@aws-sdk/credential-provider-node": "3.306.0",
27
- "@aws-sdk/eventstream-handler-node": "3.306.0",
28
- "@aws-sdk/eventstream-serde-browser": "3.306.0",
29
- "@aws-sdk/eventstream-serde-config-resolver": "3.306.0",
30
- "@aws-sdk/eventstream-serde-node": "3.306.0",
31
- "@aws-sdk/fetch-http-handler": "3.306.0",
32
- "@aws-sdk/hash-node": "3.306.0",
33
- "@aws-sdk/invalid-dependency": "3.306.0",
34
- "@aws-sdk/middleware-content-length": "3.306.0",
35
- "@aws-sdk/middleware-endpoint": "3.306.0",
36
- "@aws-sdk/middleware-eventstream": "3.306.0",
37
- "@aws-sdk/middleware-host-header": "3.306.0",
38
- "@aws-sdk/middleware-logger": "3.306.0",
39
- "@aws-sdk/middleware-recursion-detection": "3.306.0",
40
- "@aws-sdk/middleware-retry": "3.306.0",
41
- "@aws-sdk/middleware-serde": "3.306.0",
42
- "@aws-sdk/middleware-signing": "3.306.0",
43
- "@aws-sdk/middleware-stack": "3.306.0",
44
- "@aws-sdk/middleware-user-agent": "3.306.0",
45
- "@aws-sdk/node-config-provider": "3.306.0",
46
- "@aws-sdk/node-http-handler": "3.306.0",
47
- "@aws-sdk/protocol-http": "3.306.0",
48
- "@aws-sdk/smithy-client": "3.306.0",
49
- "@aws-sdk/types": "3.306.0",
50
- "@aws-sdk/url-parser": "3.306.0",
51
- "@aws-sdk/util-base64": "3.303.0",
52
- "@aws-sdk/util-body-length-browser": "3.303.0",
53
- "@aws-sdk/util-body-length-node": "3.303.0",
54
- "@aws-sdk/util-defaults-mode-browser": "3.306.0",
55
- "@aws-sdk/util-defaults-mode-node": "3.306.0",
56
- "@aws-sdk/util-endpoints": "3.306.0",
57
- "@aws-sdk/util-retry": "3.306.0",
58
- "@aws-sdk/util-stream-browser": "3.306.0",
59
- "@aws-sdk/util-stream-node": "3.306.0",
60
- "@aws-sdk/util-user-agent-browser": "3.306.0",
61
- "@aws-sdk/util-user-agent-node": "3.306.0",
62
- "@aws-sdk/util-utf8": "3.303.0",
24
+ "@aws-sdk/client-sts": "3.310.0",
25
+ "@aws-sdk/config-resolver": "3.310.0",
26
+ "@aws-sdk/credential-provider-node": "3.310.0",
27
+ "@aws-sdk/eventstream-handler-node": "3.310.0",
28
+ "@aws-sdk/eventstream-serde-browser": "3.310.0",
29
+ "@aws-sdk/eventstream-serde-config-resolver": "3.310.0",
30
+ "@aws-sdk/eventstream-serde-node": "3.310.0",
31
+ "@aws-sdk/fetch-http-handler": "3.310.0",
32
+ "@aws-sdk/hash-node": "3.310.0",
33
+ "@aws-sdk/invalid-dependency": "3.310.0",
34
+ "@aws-sdk/middleware-content-length": "3.310.0",
35
+ "@aws-sdk/middleware-endpoint": "3.310.0",
36
+ "@aws-sdk/middleware-eventstream": "3.310.0",
37
+ "@aws-sdk/middleware-host-header": "3.310.0",
38
+ "@aws-sdk/middleware-logger": "3.310.0",
39
+ "@aws-sdk/middleware-recursion-detection": "3.310.0",
40
+ "@aws-sdk/middleware-retry": "3.310.0",
41
+ "@aws-sdk/middleware-serde": "3.310.0",
42
+ "@aws-sdk/middleware-signing": "3.310.0",
43
+ "@aws-sdk/middleware-stack": "3.310.0",
44
+ "@aws-sdk/middleware-user-agent": "3.310.0",
45
+ "@aws-sdk/node-config-provider": "3.310.0",
46
+ "@aws-sdk/node-http-handler": "3.310.0",
47
+ "@aws-sdk/protocol-http": "3.310.0",
48
+ "@aws-sdk/smithy-client": "3.310.0",
49
+ "@aws-sdk/types": "3.310.0",
50
+ "@aws-sdk/url-parser": "3.310.0",
51
+ "@aws-sdk/util-base64": "3.310.0",
52
+ "@aws-sdk/util-body-length-browser": "3.310.0",
53
+ "@aws-sdk/util-body-length-node": "3.310.0",
54
+ "@aws-sdk/util-defaults-mode-browser": "3.310.0",
55
+ "@aws-sdk/util-defaults-mode-node": "3.310.0",
56
+ "@aws-sdk/util-endpoints": "3.310.0",
57
+ "@aws-sdk/util-retry": "3.310.0",
58
+ "@aws-sdk/util-stream-browser": "3.310.0",
59
+ "@aws-sdk/util-stream-node": "3.310.0",
60
+ "@aws-sdk/util-user-agent-browser": "3.310.0",
61
+ "@aws-sdk/util-user-agent-node": "3.310.0",
62
+ "@aws-sdk/util-utf8": "3.310.0",
63
63
  "tslib": "^2.5.0"
64
64
  },
65
65
  "devDependencies": {
66
- "@aws-sdk/service-client-documentation-generator": "3.303.0",
66
+ "@aws-sdk/service-client-documentation-generator": "3.310.0",
67
67
  "@tsconfig/node14": "1.0.3",
68
68
  "@types/node": "^14.14.31",
69
69
  "concurrently": "7.0.0",
@@ -83,7 +83,7 @@
83
83
  }
84
84
  },
85
85
  "files": [
86
- "dist-*"
86
+ "dist-*/**"
87
87
  ],
88
88
  "author": {
89
89
  "name": "AWS SDK for JavaScript Team",