@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.
- package/dist-cjs/commands/DeleteSessionCommand.js +2 -2
- package/dist-cjs/commands/GetSessionCommand.js +2 -2
- package/dist-cjs/commands/PutSessionCommand.js +2 -2
- package/dist-cjs/commands/RecognizeTextCommand.js +2 -2
- package/dist-cjs/commands/RecognizeUtteranceCommand.js +2 -2
- package/dist-cjs/commands/StartConversationCommand.js +2 -2
- package/dist-cjs/protocols/Aws_restJson1.js +296 -354
- package/dist-es/commands/DeleteSessionCommand.js +3 -3
- package/dist-es/commands/GetSessionCommand.js +3 -3
- package/dist-es/commands/PutSessionCommand.js +3 -3
- package/dist-es/commands/RecognizeTextCommand.js +3 -3
- package/dist-es/commands/RecognizeUtteranceCommand.js +3 -3
- package/dist-es/commands/StartConversationCommand.js +3 -3
- package/dist-es/protocols/Aws_restJson1.js +283 -341
- package/dist-types/protocols/Aws_restJson1.d.ts +48 -12
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +12 -12
- package/package.json +42 -42
|
@@ -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
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
export declare const
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
export declare const
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
export declare const
|
|
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
|
|
34
|
+
export declare const se_DeleteSessionCommand: (
|
|
35
35
|
input: DeleteSessionCommandInput,
|
|
36
36
|
context: __SerdeContext
|
|
37
37
|
) => Promise<__HttpRequest>;
|
|
38
|
-
export declare const
|
|
38
|
+
export declare const se_GetSessionCommand: (
|
|
39
39
|
input: GetSessionCommandInput,
|
|
40
40
|
context: __SerdeContext
|
|
41
41
|
) => Promise<__HttpRequest>;
|
|
42
|
-
export declare const
|
|
42
|
+
export declare const se_PutSessionCommand: (
|
|
43
43
|
input: PutSessionCommandInput,
|
|
44
44
|
context: __SerdeContext
|
|
45
45
|
) => Promise<__HttpRequest>;
|
|
46
|
-
export declare const
|
|
46
|
+
export declare const se_RecognizeTextCommand: (
|
|
47
47
|
input: RecognizeTextCommandInput,
|
|
48
48
|
context: __SerdeContext
|
|
49
49
|
) => Promise<__HttpRequest>;
|
|
50
|
-
export declare const
|
|
50
|
+
export declare const se_RecognizeUtteranceCommand: (
|
|
51
51
|
input: RecognizeUtteranceCommandInput,
|
|
52
52
|
context: __SerdeContext
|
|
53
53
|
) => Promise<__HttpRequest>;
|
|
54
|
-
export declare const
|
|
54
|
+
export declare const se_StartConversationCommand: (
|
|
55
55
|
input: StartConversationCommandInput,
|
|
56
56
|
context: __SerdeContext & __EventStreamSerdeContext
|
|
57
57
|
) => Promise<__HttpRequest>;
|
|
58
|
-
export declare const
|
|
58
|
+
export declare const de_DeleteSessionCommand: (
|
|
59
59
|
output: __HttpResponse,
|
|
60
60
|
context: __SerdeContext
|
|
61
61
|
) => Promise<DeleteSessionCommandOutput>;
|
|
62
|
-
export declare const
|
|
62
|
+
export declare const de_GetSessionCommand: (
|
|
63
63
|
output: __HttpResponse,
|
|
64
64
|
context: __SerdeContext
|
|
65
65
|
) => Promise<GetSessionCommandOutput>;
|
|
66
|
-
export declare const
|
|
66
|
+
export declare const de_PutSessionCommand: (
|
|
67
67
|
output: __HttpResponse,
|
|
68
68
|
context: __SerdeContext & __SdkStreamSerdeContext
|
|
69
69
|
) => Promise<PutSessionCommandOutput>;
|
|
70
|
-
export declare const
|
|
70
|
+
export declare const de_RecognizeTextCommand: (
|
|
71
71
|
output: __HttpResponse,
|
|
72
72
|
context: __SerdeContext
|
|
73
73
|
) => Promise<RecognizeTextCommandOutput>;
|
|
74
|
-
export declare const
|
|
74
|
+
export declare const de_RecognizeUtteranceCommand: (
|
|
75
75
|
output: __HttpResponse,
|
|
76
76
|
context: __SerdeContext & __SdkStreamSerdeContext
|
|
77
77
|
) => Promise<RecognizeUtteranceCommandOutput>;
|
|
78
|
-
export declare const
|
|
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.
|
|
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.
|
|
25
|
-
"@aws-sdk/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/eventstream-handler-node": "3.
|
|
28
|
-
"@aws-sdk/eventstream-serde-browser": "3.
|
|
29
|
-
"@aws-sdk/eventstream-serde-config-resolver": "3.
|
|
30
|
-
"@aws-sdk/eventstream-serde-node": "3.
|
|
31
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
32
|
-
"@aws-sdk/hash-node": "3.
|
|
33
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
34
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
35
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
36
|
-
"@aws-sdk/middleware-eventstream": "3.
|
|
37
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
38
|
-
"@aws-sdk/middleware-logger": "3.
|
|
39
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
40
|
-
"@aws-sdk/middleware-retry": "3.
|
|
41
|
-
"@aws-sdk/middleware-serde": "3.
|
|
42
|
-
"@aws-sdk/middleware-signing": "3.
|
|
43
|
-
"@aws-sdk/middleware-stack": "3.
|
|
44
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
45
|
-
"@aws-sdk/node-config-provider": "3.
|
|
46
|
-
"@aws-sdk/node-http-handler": "3.
|
|
47
|
-
"@aws-sdk/protocol-http": "3.
|
|
48
|
-
"@aws-sdk/smithy-client": "3.
|
|
49
|
-
"@aws-sdk/types": "3.
|
|
50
|
-
"@aws-sdk/url-parser": "3.
|
|
51
|
-
"@aws-sdk/util-base64": "3.
|
|
52
|
-
"@aws-sdk/util-body-length-browser": "3.
|
|
53
|
-
"@aws-sdk/util-body-length-node": "3.
|
|
54
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
55
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
56
|
-
"@aws-sdk/util-endpoints": "3.
|
|
57
|
-
"@aws-sdk/util-retry": "3.
|
|
58
|
-
"@aws-sdk/util-stream-browser": "3.
|
|
59
|
-
"@aws-sdk/util-stream-node": "3.
|
|
60
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
61
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
62
|
-
"@aws-sdk/util-utf8": "3.
|
|
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.
|
|
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",
|