@aws-sdk/client-lex-runtime-v2 3.495.0 → 3.499.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 +40 -37
- package/package.json +45 -45
package/dist-cjs/index.js
CHANGED
|
@@ -1777,55 +1777,58 @@ var LexRuntimeV2 = _LexRuntimeV2;
|
|
|
1777
1777
|
// src/index.ts
|
|
1778
1778
|
var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
1779
1779
|
// Annotate the CommonJS export names for ESM import in node:
|
|
1780
|
+
|
|
1780
1781
|
0 && (module.exports = {
|
|
1781
|
-
|
|
1782
|
-
|
|
1783
|
-
|
|
1784
|
-
|
|
1785
|
-
|
|
1786
|
-
ConflictException,
|
|
1787
|
-
ConversationMode,
|
|
1788
|
-
DTMFInputEventFilterSensitiveLog,
|
|
1782
|
+
LexRuntimeV2ServiceException,
|
|
1783
|
+
__Client,
|
|
1784
|
+
LexRuntimeV2Client,
|
|
1785
|
+
LexRuntimeV2,
|
|
1786
|
+
$Command,
|
|
1789
1787
|
DeleteSessionCommand,
|
|
1790
|
-
DependencyFailedException,
|
|
1791
|
-
DialogActionType,
|
|
1792
1788
|
GetSessionCommand,
|
|
1793
|
-
|
|
1794
|
-
|
|
1795
|
-
|
|
1796
|
-
|
|
1789
|
+
PutSessionCommand,
|
|
1790
|
+
RecognizeTextCommand,
|
|
1791
|
+
RecognizeUtteranceCommand,
|
|
1792
|
+
StartConversationCommand,
|
|
1793
|
+
AccessDeniedException,
|
|
1794
|
+
ConflictException,
|
|
1797
1795
|
InternalServerException,
|
|
1796
|
+
ResourceNotFoundException,
|
|
1797
|
+
ThrottlingException,
|
|
1798
|
+
ValidationException,
|
|
1799
|
+
ConfirmationState,
|
|
1800
|
+
Shape,
|
|
1801
|
+
IntentState,
|
|
1798
1802
|
InterpretationSource,
|
|
1799
|
-
|
|
1800
|
-
LexRuntimeV2Client,
|
|
1801
|
-
LexRuntimeV2ServiceException,
|
|
1803
|
+
SentimentType,
|
|
1802
1804
|
MessageContentType,
|
|
1803
|
-
|
|
1805
|
+
StyleType,
|
|
1806
|
+
DialogActionType,
|
|
1807
|
+
BadGatewayException,
|
|
1808
|
+
DependencyFailedException,
|
|
1809
|
+
ConversationMode,
|
|
1810
|
+
InputMode,
|
|
1804
1811
|
PlaybackInterruptionReason,
|
|
1805
|
-
|
|
1806
|
-
|
|
1812
|
+
StartConversationRequestEventStream,
|
|
1813
|
+
StartConversationResponseEventStream,
|
|
1814
|
+
ActiveContextFilterSensitiveLog,
|
|
1815
|
+
MessageFilterSensitiveLog,
|
|
1807
1816
|
PutSessionResponseFilterSensitiveLog,
|
|
1808
|
-
RecognizeTextCommand,
|
|
1809
|
-
RecognizeTextRequestFilterSensitiveLog,
|
|
1810
|
-
RecognizeTextResponseFilterSensitiveLog,
|
|
1811
|
-
RecognizeUtteranceCommand,
|
|
1812
1817
|
RecognizeUtteranceRequestFilterSensitiveLog,
|
|
1813
1818
|
RecognizeUtteranceResponseFilterSensitiveLog,
|
|
1814
|
-
|
|
1815
|
-
|
|
1819
|
+
DTMFInputEventFilterSensitiveLog,
|
|
1820
|
+
TextInputEventFilterSensitiveLog,
|
|
1821
|
+
TextResponseEventFilterSensitiveLog,
|
|
1816
1822
|
SessionStateFilterSensitiveLog,
|
|
1817
|
-
|
|
1818
|
-
|
|
1819
|
-
|
|
1823
|
+
ConfigurationEventFilterSensitiveLog,
|
|
1824
|
+
PutSessionRequestFilterSensitiveLog,
|
|
1825
|
+
RecognizeTextRequestFilterSensitiveLog,
|
|
1820
1826
|
StartConversationRequestEventStreamFilterSensitiveLog,
|
|
1821
1827
|
StartConversationRequestFilterSensitiveLog,
|
|
1822
|
-
|
|
1828
|
+
GetSessionResponseFilterSensitiveLog,
|
|
1829
|
+
IntentResultEventFilterSensitiveLog,
|
|
1830
|
+
RecognizeTextResponseFilterSensitiveLog,
|
|
1823
1831
|
StartConversationResponseEventStreamFilterSensitiveLog,
|
|
1824
|
-
StartConversationResponseFilterSensitiveLog
|
|
1825
|
-
StyleType,
|
|
1826
|
-
TextInputEventFilterSensitiveLog,
|
|
1827
|
-
TextResponseEventFilterSensitiveLog,
|
|
1828
|
-
ThrottlingException,
|
|
1829
|
-
ValidationException,
|
|
1830
|
-
__Client
|
|
1832
|
+
StartConversationResponseFilterSensitiveLog
|
|
1831
1833
|
});
|
|
1834
|
+
|
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.499.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-v2",
|
|
@@ -20,53 +20,53 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
-
"@aws-sdk/core": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/eventstream-handler-node": "3.
|
|
27
|
-
"@aws-sdk/middleware-eventstream": "3.
|
|
28
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
29
|
-
"@aws-sdk/middleware-logger": "3.
|
|
30
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
31
|
-
"@aws-sdk/middleware-signing": "3.
|
|
32
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
33
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
34
|
-
"@aws-sdk/types": "3.
|
|
35
|
-
"@aws-sdk/util-endpoints": "3.
|
|
36
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
37
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
38
|
-
"@smithy/config-resolver": "^2.1.
|
|
39
|
-
"@smithy/core": "^1.3.
|
|
40
|
-
"@smithy/eventstream-serde-browser": "^2.1.
|
|
41
|
-
"@smithy/eventstream-serde-config-resolver": "^2.1.
|
|
42
|
-
"@smithy/eventstream-serde-node": "^2.1.
|
|
43
|
-
"@smithy/fetch-http-handler": "^2.4.
|
|
44
|
-
"@smithy/hash-node": "^2.1.
|
|
45
|
-
"@smithy/invalid-dependency": "^2.1.
|
|
46
|
-
"@smithy/middleware-content-length": "^2.1.
|
|
47
|
-
"@smithy/middleware-endpoint": "^2.4.
|
|
48
|
-
"@smithy/middleware-retry": "^2.1.
|
|
49
|
-
"@smithy/middleware-serde": "^2.1.
|
|
50
|
-
"@smithy/middleware-stack": "^2.1.
|
|
51
|
-
"@smithy/node-config-provider": "^2.2.
|
|
52
|
-
"@smithy/node-http-handler": "^2.3.
|
|
53
|
-
"@smithy/protocol-http": "^3.1.
|
|
54
|
-
"@smithy/smithy-client": "^2.3.
|
|
55
|
-
"@smithy/types": "^2.9.
|
|
56
|
-
"@smithy/url-parser": "^2.1.
|
|
57
|
-
"@smithy/util-base64": "^2.1.
|
|
58
|
-
"@smithy/util-body-length-browser": "^2.1.
|
|
59
|
-
"@smithy/util-body-length-node": "^2.2.
|
|
60
|
-
"@smithy/util-defaults-mode-browser": "^2.1.
|
|
61
|
-
"@smithy/util-defaults-mode-node": "^2.1.
|
|
62
|
-
"@smithy/util-endpoints": "^1.1.
|
|
63
|
-
"@smithy/util-retry": "^2.1.
|
|
64
|
-
"@smithy/util-stream": "^2.1.
|
|
65
|
-
"@smithy/util-utf8": "^2.1.
|
|
23
|
+
"@aws-sdk/client-sts": "3.499.0",
|
|
24
|
+
"@aws-sdk/core": "3.496.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.499.0",
|
|
26
|
+
"@aws-sdk/eventstream-handler-node": "3.496.0",
|
|
27
|
+
"@aws-sdk/middleware-eventstream": "3.496.0",
|
|
28
|
+
"@aws-sdk/middleware-host-header": "3.496.0",
|
|
29
|
+
"@aws-sdk/middleware-logger": "3.496.0",
|
|
30
|
+
"@aws-sdk/middleware-recursion-detection": "3.496.0",
|
|
31
|
+
"@aws-sdk/middleware-signing": "3.496.0",
|
|
32
|
+
"@aws-sdk/middleware-user-agent": "3.496.0",
|
|
33
|
+
"@aws-sdk/region-config-resolver": "3.496.0",
|
|
34
|
+
"@aws-sdk/types": "3.496.0",
|
|
35
|
+
"@aws-sdk/util-endpoints": "3.496.0",
|
|
36
|
+
"@aws-sdk/util-user-agent-browser": "3.496.0",
|
|
37
|
+
"@aws-sdk/util-user-agent-node": "3.496.0",
|
|
38
|
+
"@smithy/config-resolver": "^2.1.1",
|
|
39
|
+
"@smithy/core": "^1.3.1",
|
|
40
|
+
"@smithy/eventstream-serde-browser": "^2.1.1",
|
|
41
|
+
"@smithy/eventstream-serde-config-resolver": "^2.1.1",
|
|
42
|
+
"@smithy/eventstream-serde-node": "^2.1.1",
|
|
43
|
+
"@smithy/fetch-http-handler": "^2.4.1",
|
|
44
|
+
"@smithy/hash-node": "^2.1.1",
|
|
45
|
+
"@smithy/invalid-dependency": "^2.1.1",
|
|
46
|
+
"@smithy/middleware-content-length": "^2.1.1",
|
|
47
|
+
"@smithy/middleware-endpoint": "^2.4.1",
|
|
48
|
+
"@smithy/middleware-retry": "^2.1.1",
|
|
49
|
+
"@smithy/middleware-serde": "^2.1.1",
|
|
50
|
+
"@smithy/middleware-stack": "^2.1.1",
|
|
51
|
+
"@smithy/node-config-provider": "^2.2.1",
|
|
52
|
+
"@smithy/node-http-handler": "^2.3.1",
|
|
53
|
+
"@smithy/protocol-http": "^3.1.1",
|
|
54
|
+
"@smithy/smithy-client": "^2.3.1",
|
|
55
|
+
"@smithy/types": "^2.9.1",
|
|
56
|
+
"@smithy/url-parser": "^2.1.1",
|
|
57
|
+
"@smithy/util-base64": "^2.1.1",
|
|
58
|
+
"@smithy/util-body-length-browser": "^2.1.1",
|
|
59
|
+
"@smithy/util-body-length-node": "^2.2.1",
|
|
60
|
+
"@smithy/util-defaults-mode-browser": "^2.1.1",
|
|
61
|
+
"@smithy/util-defaults-mode-node": "^2.1.1",
|
|
62
|
+
"@smithy/util-endpoints": "^1.1.1",
|
|
63
|
+
"@smithy/util-retry": "^2.1.1",
|
|
64
|
+
"@smithy/util-stream": "^2.1.1",
|
|
65
|
+
"@smithy/util-utf8": "^2.1.1",
|
|
66
66
|
"tslib": "^2.5.0"
|
|
67
67
|
},
|
|
68
68
|
"devDependencies": {
|
|
69
|
-
"@smithy/service-client-documentation-generator": "^2.1.
|
|
69
|
+
"@smithy/service-client-documentation-generator": "^2.1.1",
|
|
70
70
|
"@tsconfig/node14": "1.0.3",
|
|
71
71
|
"@types/node": "^14.14.31",
|
|
72
72
|
"concurrently": "7.0.0",
|