@aws-sdk/client-lex-runtime-service 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.
Files changed (2) hide show
  1. package/dist-cjs/index.js +27 -26
  2. package/package.json +3 -3
package/dist-cjs/index.js CHANGED
@@ -1250,42 +1250,43 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
1250
1250
  // Annotate the CommonJS export names for ESM import in node:
1251
1251
 
1252
1252
  0 && (module.exports = {
1253
- ActiveContextFilterSensitiveLog,
1254
- BadGatewayException,
1255
- BadRequestException,
1256
- ConfirmationStatus,
1257
- ConflictException,
1258
- ContentType,
1253
+ LexRuntimeServiceServiceException,
1254
+ __Client,
1255
+ LexRuntimeServiceClient,
1256
+ LexRuntimeService,
1257
+ $Command,
1259
1258
  DeleteSessionCommand,
1260
- DependencyFailedException,
1261
- DialogActionFilterSensitiveLog,
1262
- DialogActionType,
1263
- DialogState,
1264
- FulfillmentState,
1265
1259
  GetSessionCommand,
1266
- GetSessionResponseFilterSensitiveLog,
1267
- IntentSummaryFilterSensitiveLog,
1260
+ PostContentCommand,
1261
+ PostTextCommand,
1262
+ PutSessionCommand,
1263
+ BadRequestException,
1264
+ ConflictException,
1268
1265
  InternalFailureException,
1269
- LexRuntimeService,
1270
- LexRuntimeServiceClient,
1271
- LexRuntimeServiceServiceException,
1272
1266
  LimitExceededException,
1273
- LoopDetectedException,
1267
+ NotFoundException,
1268
+ FulfillmentState,
1274
1269
  MessageFormatType,
1270
+ DialogActionType,
1271
+ ConfirmationStatus,
1272
+ BadGatewayException,
1273
+ DependencyFailedException,
1274
+ LoopDetectedException,
1275
1275
  NotAcceptableException,
1276
- NotFoundException,
1277
- PostContentCommand,
1276
+ DialogState,
1277
+ RequestTimeoutException,
1278
+ UnsupportedMediaTypeException,
1279
+ ContentType,
1280
+ ActiveContextFilterSensitiveLog,
1281
+ DialogActionFilterSensitiveLog,
1282
+ IntentSummaryFilterSensitiveLog,
1283
+ GetSessionResponseFilterSensitiveLog,
1278
1284
  PostContentRequestFilterSensitiveLog,
1279
1285
  PostContentResponseFilterSensitiveLog,
1280
- PostTextCommand,
1281
1286
  PostTextRequestFilterSensitiveLog,
1282
- PostTextResponseFilterSensitiveLog,
1283
1287
  PredictedIntentFilterSensitiveLog,
1284
- PutSessionCommand,
1288
+ PostTextResponseFilterSensitiveLog,
1285
1289
  PutSessionRequestFilterSensitiveLog,
1286
- PutSessionResponseFilterSensitiveLog,
1287
- RequestTimeoutException,
1288
- UnsupportedMediaTypeException,
1289
- __Client
1290
+ PutSessionResponseFilterSensitiveLog
1290
1291
  });
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.496.0",
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-service",
@@ -22,9 +22,9 @@
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.496.0",
25
+ "@aws-sdk/client-sts": "3.501.0",
26
26
  "@aws-sdk/core": "3.496.0",
27
- "@aws-sdk/credential-provider-node": "3.496.0",
27
+ "@aws-sdk/credential-provider-node": "3.501.0",
28
28
  "@aws-sdk/middleware-host-header": "3.496.0",
29
29
  "@aws-sdk/middleware-logger": "3.496.0",
30
30
  "@aws-sdk/middleware-recursion-detection": "3.496.0",