@aws-sdk/client-lex-runtime-service 3.908.0 → 3.910.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-types/models/models_0.d.ts +3 -3
- package/package.json +34 -34
|
@@ -868,7 +868,7 @@ export interface PostContentResponse {
|
|
|
868
868
|
* <p>If the Lambda function returns a message, Amazon Lex passes it to the client
|
|
869
869
|
* in its response.</p>
|
|
870
870
|
*
|
|
871
|
-
* @deprecated
|
|
871
|
+
* @deprecated The message field is deprecated, use the encodedMessage field instead. The message field is available only in the de-DE, en-AU, en-GB, en-US, es-419, es-ES, es-US, fr-CA, fr-FR and it-IT locales.
|
|
872
872
|
* @public
|
|
873
873
|
*/
|
|
874
874
|
message?: string | undefined;
|
|
@@ -1000,7 +1000,7 @@ export interface PostContentResponse {
|
|
|
1000
1000
|
* use this information to determine if Amazon Lex is correctly processing the
|
|
1001
1001
|
* audio that you send.</p>
|
|
1002
1002
|
*
|
|
1003
|
-
* @deprecated
|
|
1003
|
+
* @deprecated The inputTranscript field is deprecated, use the encodedInputTranscript field instead. The inputTranscript field is available only in the de-DE, en-AU, en-GB, en-US, es-419, es-ES, es-US, fr-CA, fr-FR and it-IT locales.
|
|
1004
1004
|
* @public
|
|
1005
1005
|
*/
|
|
1006
1006
|
inputTranscript?: string | undefined;
|
|
@@ -1676,7 +1676,7 @@ export interface PutSessionResponse {
|
|
|
1676
1676
|
* <code>message</code> field is null. You should use the
|
|
1677
1677
|
* <code>encodedMessage</code> field instead.</p>
|
|
1678
1678
|
*
|
|
1679
|
-
* @deprecated
|
|
1679
|
+
* @deprecated The message field is deprecated, use the encodedMessage field instead. The message field is available only in the de-DE, en-AU, en-GB, en-US, es-419, es-ES, es-US, fr-CA, fr-FR and it-IT locales.
|
|
1680
1680
|
* @public
|
|
1681
1681
|
*/
|
|
1682
1682
|
message?: string | undefined;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-lex-runtime-service",
|
|
3
3
|
"description": "AWS SDK for JavaScript Lex Runtime Service Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.910.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-lex-runtime-service",
|
|
@@ -22,42 +22,42 @@
|
|
|
22
22
|
"dependencies": {
|
|
23
23
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
24
24
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
28
|
-
"@aws-sdk/middleware-logger": "3.
|
|
29
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
32
|
-
"@aws-sdk/types": "3.
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
36
|
-
"@smithy/config-resolver": "^4.3.
|
|
37
|
-
"@smithy/core": "^3.
|
|
38
|
-
"@smithy/fetch-http-handler": "^5.3.
|
|
39
|
-
"@smithy/hash-node": "^4.2.
|
|
40
|
-
"@smithy/invalid-dependency": "^4.2.
|
|
41
|
-
"@smithy/middleware-content-length": "^4.2.
|
|
42
|
-
"@smithy/middleware-endpoint": "^4.3.
|
|
43
|
-
"@smithy/middleware-retry": "^4.4.
|
|
44
|
-
"@smithy/middleware-serde": "^4.2.
|
|
45
|
-
"@smithy/middleware-stack": "^4.2.
|
|
46
|
-
"@smithy/node-config-provider": "^4.3.
|
|
47
|
-
"@smithy/node-http-handler": "^4.
|
|
48
|
-
"@smithy/protocol-http": "^5.3.
|
|
49
|
-
"@smithy/smithy-client": "^4.
|
|
50
|
-
"@smithy/types": "^4.
|
|
51
|
-
"@smithy/url-parser": "^4.2.
|
|
25
|
+
"@aws-sdk/core": "3.910.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.910.0",
|
|
27
|
+
"@aws-sdk/middleware-host-header": "3.910.0",
|
|
28
|
+
"@aws-sdk/middleware-logger": "3.910.0",
|
|
29
|
+
"@aws-sdk/middleware-recursion-detection": "3.910.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.910.0",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.910.0",
|
|
32
|
+
"@aws-sdk/types": "3.910.0",
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.910.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.910.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.910.0",
|
|
36
|
+
"@smithy/config-resolver": "^4.3.2",
|
|
37
|
+
"@smithy/core": "^3.16.1",
|
|
38
|
+
"@smithy/fetch-http-handler": "^5.3.3",
|
|
39
|
+
"@smithy/hash-node": "^4.2.2",
|
|
40
|
+
"@smithy/invalid-dependency": "^4.2.2",
|
|
41
|
+
"@smithy/middleware-content-length": "^4.2.2",
|
|
42
|
+
"@smithy/middleware-endpoint": "^4.3.3",
|
|
43
|
+
"@smithy/middleware-retry": "^4.4.3",
|
|
44
|
+
"@smithy/middleware-serde": "^4.2.2",
|
|
45
|
+
"@smithy/middleware-stack": "^4.2.2",
|
|
46
|
+
"@smithy/node-config-provider": "^4.3.2",
|
|
47
|
+
"@smithy/node-http-handler": "^4.4.1",
|
|
48
|
+
"@smithy/protocol-http": "^5.3.2",
|
|
49
|
+
"@smithy/smithy-client": "^4.8.1",
|
|
50
|
+
"@smithy/types": "^4.7.1",
|
|
51
|
+
"@smithy/url-parser": "^4.2.2",
|
|
52
52
|
"@smithy/util-base64": "^4.3.0",
|
|
53
53
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
54
54
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
55
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
56
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
57
|
-
"@smithy/util-endpoints": "^3.2.
|
|
58
|
-
"@smithy/util-middleware": "^4.2.
|
|
59
|
-
"@smithy/util-retry": "^4.2.
|
|
60
|
-
"@smithy/util-stream": "^4.5.
|
|
55
|
+
"@smithy/util-defaults-mode-browser": "^4.3.2",
|
|
56
|
+
"@smithy/util-defaults-mode-node": "^4.2.3",
|
|
57
|
+
"@smithy/util-endpoints": "^3.2.2",
|
|
58
|
+
"@smithy/util-middleware": "^4.2.2",
|
|
59
|
+
"@smithy/util-retry": "^4.2.2",
|
|
60
|
+
"@smithy/util-stream": "^4.5.2",
|
|
61
61
|
"@smithy/util-utf8": "^4.2.0",
|
|
62
62
|
"tslib": "^2.6.2"
|
|
63
63
|
},
|