@aws-sdk/client-lex-runtime-service 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 +29 -26
- package/package.json +40 -40
package/dist-cjs/index.js
CHANGED
|
@@ -1248,42 +1248,45 @@ var LexRuntimeService = _LexRuntimeService;
|
|
|
1248
1248
|
// src/index.ts
|
|
1249
1249
|
var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
1250
1250
|
// Annotate the CommonJS export names for ESM import in node:
|
|
1251
|
+
|
|
1251
1252
|
0 && (module.exports = {
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
ContentType,
|
|
1253
|
+
LexRuntimeServiceServiceException,
|
|
1254
|
+
__Client,
|
|
1255
|
+
LexRuntimeServiceClient,
|
|
1256
|
+
LexRuntimeService,
|
|
1257
|
+
$Command,
|
|
1258
1258
|
DeleteSessionCommand,
|
|
1259
|
-
DependencyFailedException,
|
|
1260
|
-
DialogActionFilterSensitiveLog,
|
|
1261
|
-
DialogActionType,
|
|
1262
|
-
DialogState,
|
|
1263
|
-
FulfillmentState,
|
|
1264
1259
|
GetSessionCommand,
|
|
1265
|
-
|
|
1266
|
-
|
|
1260
|
+
PostContentCommand,
|
|
1261
|
+
PostTextCommand,
|
|
1262
|
+
PutSessionCommand,
|
|
1263
|
+
BadRequestException,
|
|
1264
|
+
ConflictException,
|
|
1267
1265
|
InternalFailureException,
|
|
1268
|
-
LexRuntimeService,
|
|
1269
|
-
LexRuntimeServiceClient,
|
|
1270
|
-
LexRuntimeServiceServiceException,
|
|
1271
1266
|
LimitExceededException,
|
|
1272
|
-
|
|
1267
|
+
NotFoundException,
|
|
1268
|
+
FulfillmentState,
|
|
1273
1269
|
MessageFormatType,
|
|
1270
|
+
DialogActionType,
|
|
1271
|
+
ConfirmationStatus,
|
|
1272
|
+
BadGatewayException,
|
|
1273
|
+
DependencyFailedException,
|
|
1274
|
+
LoopDetectedException,
|
|
1274
1275
|
NotAcceptableException,
|
|
1275
|
-
|
|
1276
|
-
|
|
1276
|
+
DialogState,
|
|
1277
|
+
RequestTimeoutException,
|
|
1278
|
+
UnsupportedMediaTypeException,
|
|
1279
|
+
ContentType,
|
|
1280
|
+
ActiveContextFilterSensitiveLog,
|
|
1281
|
+
DialogActionFilterSensitiveLog,
|
|
1282
|
+
IntentSummaryFilterSensitiveLog,
|
|
1283
|
+
GetSessionResponseFilterSensitiveLog,
|
|
1277
1284
|
PostContentRequestFilterSensitiveLog,
|
|
1278
1285
|
PostContentResponseFilterSensitiveLog,
|
|
1279
|
-
PostTextCommand,
|
|
1280
1286
|
PostTextRequestFilterSensitiveLog,
|
|
1281
|
-
PostTextResponseFilterSensitiveLog,
|
|
1282
1287
|
PredictedIntentFilterSensitiveLog,
|
|
1283
|
-
|
|
1288
|
+
PostTextResponseFilterSensitiveLog,
|
|
1284
1289
|
PutSessionRequestFilterSensitiveLog,
|
|
1285
|
-
PutSessionResponseFilterSensitiveLog
|
|
1286
|
-
RequestTimeoutException,
|
|
1287
|
-
UnsupportedMediaTypeException,
|
|
1288
|
-
__Client
|
|
1290
|
+
PutSessionResponseFilterSensitiveLog
|
|
1289
1291
|
});
|
|
1292
|
+
|
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.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-service",
|
|
@@ -22,48 +22,48 @@
|
|
|
22
22
|
"dependencies": {
|
|
23
23
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
24
24
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
25
|
-
"@aws-sdk/client-sts": "3.
|
|
26
|
-
"@aws-sdk/core": "3.
|
|
27
|
-
"@aws-sdk/credential-provider-node": "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/fetch-http-handler": "^2.4.
|
|
41
|
-
"@smithy/hash-node": "^2.1.
|
|
42
|
-
"@smithy/invalid-dependency": "^2.1.
|
|
43
|
-
"@smithy/middleware-content-length": "^2.1.
|
|
44
|
-
"@smithy/middleware-endpoint": "^2.4.
|
|
45
|
-
"@smithy/middleware-retry": "^2.1.
|
|
46
|
-
"@smithy/middleware-serde": "^2.1.
|
|
47
|
-
"@smithy/middleware-stack": "^2.1.
|
|
48
|
-
"@smithy/node-config-provider": "^2.2.
|
|
49
|
-
"@smithy/node-http-handler": "^2.3.
|
|
50
|
-
"@smithy/protocol-http": "^3.1.
|
|
51
|
-
"@smithy/smithy-client": "^2.3.
|
|
52
|
-
"@smithy/types": "^2.9.
|
|
53
|
-
"@smithy/url-parser": "^2.1.
|
|
54
|
-
"@smithy/util-base64": "^2.1.
|
|
55
|
-
"@smithy/util-body-length-browser": "^2.1.
|
|
56
|
-
"@smithy/util-body-length-node": "^2.2.
|
|
57
|
-
"@smithy/util-defaults-mode-browser": "^2.1.
|
|
58
|
-
"@smithy/util-defaults-mode-node": "^2.1.
|
|
59
|
-
"@smithy/util-endpoints": "^1.1.
|
|
60
|
-
"@smithy/util-retry": "^2.1.
|
|
61
|
-
"@smithy/util-stream": "^2.1.
|
|
62
|
-
"@smithy/util-utf8": "^2.1.
|
|
25
|
+
"@aws-sdk/client-sts": "3.499.0",
|
|
26
|
+
"@aws-sdk/core": "3.496.0",
|
|
27
|
+
"@aws-sdk/credential-provider-node": "3.499.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/fetch-http-handler": "^2.4.1",
|
|
41
|
+
"@smithy/hash-node": "^2.1.1",
|
|
42
|
+
"@smithy/invalid-dependency": "^2.1.1",
|
|
43
|
+
"@smithy/middleware-content-length": "^2.1.1",
|
|
44
|
+
"@smithy/middleware-endpoint": "^2.4.1",
|
|
45
|
+
"@smithy/middleware-retry": "^2.1.1",
|
|
46
|
+
"@smithy/middleware-serde": "^2.1.1",
|
|
47
|
+
"@smithy/middleware-stack": "^2.1.1",
|
|
48
|
+
"@smithy/node-config-provider": "^2.2.1",
|
|
49
|
+
"@smithy/node-http-handler": "^2.3.1",
|
|
50
|
+
"@smithy/protocol-http": "^3.1.1",
|
|
51
|
+
"@smithy/smithy-client": "^2.3.1",
|
|
52
|
+
"@smithy/types": "^2.9.1",
|
|
53
|
+
"@smithy/url-parser": "^2.1.1",
|
|
54
|
+
"@smithy/util-base64": "^2.1.1",
|
|
55
|
+
"@smithy/util-body-length-browser": "^2.1.1",
|
|
56
|
+
"@smithy/util-body-length-node": "^2.2.1",
|
|
57
|
+
"@smithy/util-defaults-mode-browser": "^2.1.1",
|
|
58
|
+
"@smithy/util-defaults-mode-node": "^2.1.1",
|
|
59
|
+
"@smithy/util-endpoints": "^1.1.1",
|
|
60
|
+
"@smithy/util-retry": "^2.1.1",
|
|
61
|
+
"@smithy/util-stream": "^2.1.1",
|
|
62
|
+
"@smithy/util-utf8": "^2.1.1",
|
|
63
63
|
"tslib": "^2.5.0"
|
|
64
64
|
},
|
|
65
65
|
"devDependencies": {
|
|
66
|
-
"@smithy/service-client-documentation-generator": "^2.1.
|
|
66
|
+
"@smithy/service-client-documentation-generator": "^2.1.1",
|
|
67
67
|
"@tsconfig/node14": "1.0.3",
|
|
68
68
|
"@types/chai": "^4.2.11",
|
|
69
69
|
"@types/mocha": "^8.0.4",
|