@aws-sdk/client-lex-runtime-v2 3.588.0 → 3.592.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 CHANGED
@@ -170,7 +170,6 @@ var LexRuntimeV2Client = _LexRuntimeV2Client;
170
170
 
171
171
  var import_middleware_serde = require("@smithy/middleware-serde");
172
172
 
173
- var import_types = require("@smithy/types");
174
173
 
175
174
  // src/protocols/Aws_restJson1.ts
176
175
  var import_core = require("@aws-sdk/core");
@@ -1455,7 +1454,6 @@ var DeleteSessionCommand = _DeleteSessionCommand;
1455
1454
 
1456
1455
 
1457
1456
 
1458
-
1459
1457
  var _GetSessionCommand = class _GetSessionCommand extends import_smithy_client.Command.classBuilder().ep({
1460
1458
  ...commonParams
1461
1459
  }).m(function(Command, cs, config, o) {
@@ -1472,7 +1470,6 @@ var GetSessionCommand = _GetSessionCommand;
1472
1470
 
1473
1471
 
1474
1472
 
1475
-
1476
1473
  var _PutSessionCommand = class _PutSessionCommand extends import_smithy_client.Command.classBuilder().ep({
1477
1474
  ...commonParams
1478
1475
  }).m(function(Command, cs, config, o) {
@@ -1489,7 +1486,6 @@ var PutSessionCommand = _PutSessionCommand;
1489
1486
 
1490
1487
 
1491
1488
 
1492
-
1493
1489
  var _RecognizeTextCommand = class _RecognizeTextCommand extends import_smithy_client.Command.classBuilder().ep({
1494
1490
  ...commonParams
1495
1491
  }).m(function(Command, cs, config, o) {
@@ -1506,7 +1502,6 @@ var RecognizeTextCommand = _RecognizeTextCommand;
1506
1502
 
1507
1503
 
1508
1504
 
1509
-
1510
1505
  var _RecognizeUtteranceCommand = class _RecognizeUtteranceCommand extends import_smithy_client.Command.classBuilder().ep({
1511
1506
  ...commonParams
1512
1507
  }).m(function(Command, cs, config, o) {
@@ -1524,7 +1519,6 @@ var RecognizeUtteranceCommand = _RecognizeUtteranceCommand;
1524
1519
 
1525
1520
 
1526
1521
 
1527
-
1528
1522
  var _StartConversationCommand = class _StartConversationCommand extends import_smithy_client.Command.classBuilder().ep({
1529
1523
  ...commonParams
1530
1524
  }).m(function(Command, cs, config, o) {
@@ -5,7 +5,8 @@ import { DeleteSessionRequest, DeleteSessionResponse } from "../models/models_0"
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { GetSessionRequest, GetSessionResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { PutSessionRequest, PutSessionResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { RecognizeTextRequest, RecognizeTextResponse } from "../models/models_0"
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { RecognizeUtteranceRequest, RecognizeUtteranceResponse } from "../models
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { StartConversationRequest, StartConversationResponse } from "../models/m
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -6,8 +6,8 @@
6
6
  export * from "./LexRuntimeV2Client";
7
7
  export * from "./LexRuntimeV2";
8
8
  export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
9
- export { RuntimeExtension } from "./runtimeExtensions";
10
- export { LexRuntimeV2ExtensionConfiguration } from "./extensionConfiguration";
9
+ export type { RuntimeExtension } from "./runtimeExtensions";
10
+ export type { LexRuntimeV2ExtensionConfiguration } from "./extensionConfiguration";
11
11
  export * from "./commands";
12
12
  export * from "./models";
13
13
  export { LexRuntimeV2ServiceException } from "./models/LexRuntimeV2ServiceException";
@@ -1,5 +1,6 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@smithy/smithy-client";
2
- export { __ServiceException, __ServiceExceptionOptions };
2
+ export type { __ServiceExceptionOptions };
3
+ export { __ServiceException };
3
4
  /**
4
5
  * @public
5
6
  *
@@ -9,7 +9,8 @@ import {
9
9
  DeleteSessionRequest,
10
10
  DeleteSessionResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DeleteSessionCommandInput extends DeleteSessionRequest {}
14
15
  export interface DeleteSessionCommandOutput
15
16
  extends DeleteSessionResponse,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../LexRuntimeV2Client";
8
8
  import { GetSessionRequest, GetSessionResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface GetSessionCommandInput extends GetSessionRequest {}
11
12
  export interface GetSessionCommandOutput
12
13
  extends GetSessionResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ServiceOutputTypes,
10
10
  } from "../LexRuntimeV2Client";
11
11
  import { PutSessionRequest, PutSessionResponse } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface PutSessionCommandInput extends PutSessionRequest {}
14
15
  export interface PutSessionCommandOutput
15
16
  extends Pick<
@@ -9,7 +9,8 @@ import {
9
9
  RecognizeTextRequest,
10
10
  RecognizeTextResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface RecognizeTextCommandInput extends RecognizeTextRequest {}
14
15
  export interface RecognizeTextCommandOutput
15
16
  extends RecognizeTextResponse,
@@ -13,7 +13,8 @@ import {
13
13
  RecognizeUtteranceRequest,
14
14
  RecognizeUtteranceResponse,
15
15
  } from "../models/models_0";
16
- export { __MetadataBearer, $Command };
16
+ export { __MetadataBearer };
17
+ export { $Command };
17
18
  export interface RecognizeUtteranceCommandInput
18
19
  extends Pick<
19
20
  RecognizeUtteranceRequest,
@@ -9,7 +9,8 @@ import {
9
9
  StartConversationRequest,
10
10
  StartConversationResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface StartConversationCommandInput
14
15
  extends StartConversationRequest {}
15
16
  export interface StartConversationCommandOutput
@@ -2,7 +2,8 @@ import {
2
2
  ServiceException as __ServiceException,
3
3
  ServiceExceptionOptions as __ServiceExceptionOptions,
4
4
  } from "@smithy/smithy-client";
5
- export { __ServiceException, __ServiceExceptionOptions };
5
+ export { __ServiceExceptionOptions };
6
+ export { __ServiceException };
6
7
  export declare class LexRuntimeV2ServiceException extends __ServiceException {
7
8
  constructor(options: __ServiceExceptionOptions);
8
9
  }
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.588.0",
4
+ "version": "3.592.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,10 +20,10 @@
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-sso-oidc": "3.588.0",
24
- "@aws-sdk/client-sts": "3.588.0",
25
- "@aws-sdk/core": "3.588.0",
26
- "@aws-sdk/credential-provider-node": "3.588.0",
23
+ "@aws-sdk/client-sso-oidc": "3.592.0",
24
+ "@aws-sdk/client-sts": "3.592.0",
25
+ "@aws-sdk/core": "3.592.0",
26
+ "@aws-sdk/credential-provider-node": "3.592.0",
27
27
  "@aws-sdk/eventstream-handler-node": "3.577.0",
28
28
  "@aws-sdk/middleware-eventstream": "3.587.0",
29
29
  "@aws-sdk/middleware-host-header": "3.577.0",
@@ -37,7 +37,7 @@
37
37
  "@aws-sdk/util-user-agent-browser": "3.577.0",
38
38
  "@aws-sdk/util-user-agent-node": "3.587.0",
39
39
  "@smithy/config-resolver": "^3.0.1",
40
- "@smithy/core": "^2.1.1",
40
+ "@smithy/core": "^2.2.0",
41
41
  "@smithy/eventstream-serde-browser": "^3.0.0",
42
42
  "@smithy/eventstream-serde-config-resolver": "^3.0.0",
43
43
  "@smithy/eventstream-serde-node": "^3.0.0",