@aws-sdk/client-lex-runtime-v2 3.496.0 → 3.501.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 +38 -37
- package/package.json +3 -3
package/dist-cjs/index.js
CHANGED
|
@@ -1779,55 +1779,56 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
1779
1779
|
// Annotate the CommonJS export names for ESM import in node:
|
|
1780
1780
|
|
|
1781
1781
|
0 && (module.exports = {
|
|
1782
|
-
|
|
1783
|
-
|
|
1784
|
-
|
|
1785
|
-
|
|
1786
|
-
|
|
1787
|
-
ConflictException,
|
|
1788
|
-
ConversationMode,
|
|
1789
|
-
DTMFInputEventFilterSensitiveLog,
|
|
1782
|
+
LexRuntimeV2ServiceException,
|
|
1783
|
+
__Client,
|
|
1784
|
+
LexRuntimeV2Client,
|
|
1785
|
+
LexRuntimeV2,
|
|
1786
|
+
$Command,
|
|
1790
1787
|
DeleteSessionCommand,
|
|
1791
|
-
DependencyFailedException,
|
|
1792
|
-
DialogActionType,
|
|
1793
1788
|
GetSessionCommand,
|
|
1794
|
-
|
|
1795
|
-
|
|
1796
|
-
|
|
1797
|
-
|
|
1789
|
+
PutSessionCommand,
|
|
1790
|
+
RecognizeTextCommand,
|
|
1791
|
+
RecognizeUtteranceCommand,
|
|
1792
|
+
StartConversationCommand,
|
|
1793
|
+
AccessDeniedException,
|
|
1794
|
+
ConflictException,
|
|
1798
1795
|
InternalServerException,
|
|
1796
|
+
ResourceNotFoundException,
|
|
1797
|
+
ThrottlingException,
|
|
1798
|
+
ValidationException,
|
|
1799
|
+
ConfirmationState,
|
|
1800
|
+
Shape,
|
|
1801
|
+
IntentState,
|
|
1799
1802
|
InterpretationSource,
|
|
1800
|
-
|
|
1801
|
-
LexRuntimeV2Client,
|
|
1802
|
-
LexRuntimeV2ServiceException,
|
|
1803
|
+
SentimentType,
|
|
1803
1804
|
MessageContentType,
|
|
1804
|
-
|
|
1805
|
+
StyleType,
|
|
1806
|
+
DialogActionType,
|
|
1807
|
+
BadGatewayException,
|
|
1808
|
+
DependencyFailedException,
|
|
1809
|
+
ConversationMode,
|
|
1810
|
+
InputMode,
|
|
1805
1811
|
PlaybackInterruptionReason,
|
|
1806
|
-
|
|
1807
|
-
|
|
1812
|
+
StartConversationRequestEventStream,
|
|
1813
|
+
StartConversationResponseEventStream,
|
|
1814
|
+
ActiveContextFilterSensitiveLog,
|
|
1815
|
+
MessageFilterSensitiveLog,
|
|
1808
1816
|
PutSessionResponseFilterSensitiveLog,
|
|
1809
|
-
RecognizeTextCommand,
|
|
1810
|
-
RecognizeTextRequestFilterSensitiveLog,
|
|
1811
|
-
RecognizeTextResponseFilterSensitiveLog,
|
|
1812
|
-
RecognizeUtteranceCommand,
|
|
1813
1817
|
RecognizeUtteranceRequestFilterSensitiveLog,
|
|
1814
1818
|
RecognizeUtteranceResponseFilterSensitiveLog,
|
|
1815
|
-
|
|
1816
|
-
|
|
1819
|
+
DTMFInputEventFilterSensitiveLog,
|
|
1820
|
+
TextInputEventFilterSensitiveLog,
|
|
1821
|
+
TextResponseEventFilterSensitiveLog,
|
|
1817
1822
|
SessionStateFilterSensitiveLog,
|
|
1818
|
-
|
|
1819
|
-
|
|
1820
|
-
|
|
1823
|
+
ConfigurationEventFilterSensitiveLog,
|
|
1824
|
+
PutSessionRequestFilterSensitiveLog,
|
|
1825
|
+
RecognizeTextRequestFilterSensitiveLog,
|
|
1821
1826
|
StartConversationRequestEventStreamFilterSensitiveLog,
|
|
1822
1827
|
StartConversationRequestFilterSensitiveLog,
|
|
1823
|
-
|
|
1828
|
+
GetSessionResponseFilterSensitiveLog,
|
|
1829
|
+
IntentResultEventFilterSensitiveLog,
|
|
1830
|
+
RecognizeTextResponseFilterSensitiveLog,
|
|
1824
1831
|
StartConversationResponseEventStreamFilterSensitiveLog,
|
|
1825
|
-
StartConversationResponseFilterSensitiveLog
|
|
1826
|
-
StyleType,
|
|
1827
|
-
TextInputEventFilterSensitiveLog,
|
|
1828
|
-
TextResponseEventFilterSensitiveLog,
|
|
1829
|
-
ThrottlingException,
|
|
1830
|
-
ValidationException,
|
|
1831
|
-
__Client
|
|
1832
|
+
StartConversationResponseFilterSensitiveLog
|
|
1832
1833
|
});
|
|
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.501.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,9 +20,9 @@
|
|
|
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.
|
|
23
|
+
"@aws-sdk/client-sts": "3.501.0",
|
|
24
24
|
"@aws-sdk/core": "3.496.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.501.0",
|
|
26
26
|
"@aws-sdk/eventstream-handler-node": "3.496.0",
|
|
27
27
|
"@aws-sdk/middleware-eventstream": "3.496.0",
|
|
28
28
|
"@aws-sdk/middleware-host-header": "3.496.0",
|