@aws-sdk/client-lex-runtime-v2 3.649.0 → 3.651.1
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 +6 -18
- package/dist-es/commands/DeleteSessionCommand.js +1 -3
- package/dist-es/commands/GetSessionCommand.js +1 -3
- package/dist-es/commands/PutSessionCommand.js +1 -3
- package/dist-es/commands/RecognizeTextCommand.js +1 -3
- package/dist-es/commands/RecognizeUtteranceCommand.js +1 -3
- package/dist-es/commands/StartConversationCommand.js +1 -3
- package/package.json +5 -5
package/dist-cjs/index.js
CHANGED
|
@@ -1491,9 +1491,7 @@ var _xalsi = "x-amz-lex-session-id";
|
|
|
1491
1491
|
var _xalss = "x-amz-lex-session-state";
|
|
1492
1492
|
|
|
1493
1493
|
// src/commands/DeleteSessionCommand.ts
|
|
1494
|
-
var _DeleteSessionCommand = class _DeleteSessionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1495
|
-
...commonParams
|
|
1496
|
-
}).m(function(Command, cs, config, o) {
|
|
1494
|
+
var _DeleteSessionCommand = class _DeleteSessionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1497
1495
|
return [
|
|
1498
1496
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1499
1497
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1507,9 +1505,7 @@ var DeleteSessionCommand = _DeleteSessionCommand;
|
|
|
1507
1505
|
|
|
1508
1506
|
|
|
1509
1507
|
|
|
1510
|
-
var _GetSessionCommand = class _GetSessionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1511
|
-
...commonParams
|
|
1512
|
-
}).m(function(Command, cs, config, o) {
|
|
1508
|
+
var _GetSessionCommand = class _GetSessionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1513
1509
|
return [
|
|
1514
1510
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1515
1511
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1523,9 +1519,7 @@ var GetSessionCommand = _GetSessionCommand;
|
|
|
1523
1519
|
|
|
1524
1520
|
|
|
1525
1521
|
|
|
1526
|
-
var _PutSessionCommand = class _PutSessionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1527
|
-
...commonParams
|
|
1528
|
-
}).m(function(Command, cs, config, o) {
|
|
1522
|
+
var _PutSessionCommand = class _PutSessionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1529
1523
|
return [
|
|
1530
1524
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1531
1525
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1539,9 +1533,7 @@ var PutSessionCommand = _PutSessionCommand;
|
|
|
1539
1533
|
|
|
1540
1534
|
|
|
1541
1535
|
|
|
1542
|
-
var _RecognizeTextCommand = class _RecognizeTextCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1543
|
-
...commonParams
|
|
1544
|
-
}).m(function(Command, cs, config, o) {
|
|
1536
|
+
var _RecognizeTextCommand = class _RecognizeTextCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1545
1537
|
return [
|
|
1546
1538
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1547
1539
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1555,9 +1547,7 @@ var RecognizeTextCommand = _RecognizeTextCommand;
|
|
|
1555
1547
|
|
|
1556
1548
|
|
|
1557
1549
|
|
|
1558
|
-
var _RecognizeUtteranceCommand = class _RecognizeUtteranceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1559
|
-
...commonParams
|
|
1560
|
-
}).m(function(Command, cs, config, o) {
|
|
1550
|
+
var _RecognizeUtteranceCommand = class _RecognizeUtteranceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1561
1551
|
return [
|
|
1562
1552
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1563
1553
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1572,9 +1562,7 @@ var RecognizeUtteranceCommand = _RecognizeUtteranceCommand;
|
|
|
1572
1562
|
|
|
1573
1563
|
|
|
1574
1564
|
|
|
1575
|
-
var _StartConversationCommand = class _StartConversationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1576
|
-
...commonParams
|
|
1577
|
-
}).m(function(Command, cs, config, o) {
|
|
1565
|
+
var _StartConversationCommand = class _StartConversationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1578
1566
|
return [
|
|
1579
1567
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1580
1568
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteSessionCommand, se_DeleteSessionCommand } from "../protocols/A
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteSessionCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_GetSessionCommand, se_GetSessionCommand } from "../protocols/Aws_res
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class GetSessionCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_PutSessionCommand, se_PutSessionCommand } from "../protocols/Aws_res
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class PutSessionCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_RecognizeTextCommand, se_RecognizeTextCommand } from "../protocols/A
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class RecognizeTextCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_RecognizeUtteranceCommand, se_RecognizeUtteranceCommand } from "../p
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class RecognizeUtteranceCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -8,9 +8,7 @@ import { de_StartConversationCommand, se_StartConversationCommand } from "../pro
|
|
|
8
8
|
export { $Command };
|
|
9
9
|
export class StartConversationCommand extends $Command
|
|
10
10
|
.classBuilder()
|
|
11
|
-
.ep(
|
|
12
|
-
...commonParams,
|
|
13
|
-
})
|
|
11
|
+
.ep(commonParams)
|
|
14
12
|
.m(function (Command, cs, config, o) {
|
|
15
13
|
return [
|
|
16
14
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
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.651.1",
|
|
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": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.651.1",
|
|
24
|
+
"@aws-sdk/client-sts": "3.651.1",
|
|
25
|
+
"@aws-sdk/core": "3.651.1",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.651.1",
|
|
27
27
|
"@aws-sdk/eventstream-handler-node": "3.649.0",
|
|
28
28
|
"@aws-sdk/middleware-eventstream": "3.649.0",
|
|
29
29
|
"@aws-sdk/middleware-host-header": "3.649.0",
|