@aws-sdk/client-lex-runtime-service 3.649.0 → 3.650.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
@@ -1023,9 +1023,7 @@ var _xalsi = "x-amz-lex-session-id";
1023
1023
  var _xalste = "x-amz-lex-slot-to-elicit";
1024
1024
 
1025
1025
  // src/commands/DeleteSessionCommand.ts
1026
- var _DeleteSessionCommand = class _DeleteSessionCommand extends import_smithy_client.Command.classBuilder().ep({
1027
- ...commonParams
1028
- }).m(function(Command, cs, config, o) {
1026
+ var _DeleteSessionCommand = class _DeleteSessionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1029
1027
  return [
1030
1028
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1031
1029
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1039,9 +1037,7 @@ var DeleteSessionCommand = _DeleteSessionCommand;
1039
1037
 
1040
1038
 
1041
1039
 
1042
- var _GetSessionCommand = class _GetSessionCommand extends import_smithy_client.Command.classBuilder().ep({
1043
- ...commonParams
1044
- }).m(function(Command, cs, config, o) {
1040
+ var _GetSessionCommand = class _GetSessionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1045
1041
  return [
1046
1042
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1047
1043
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1055,9 +1051,7 @@ var GetSessionCommand = _GetSessionCommand;
1055
1051
 
1056
1052
 
1057
1053
 
1058
- var _PostContentCommand = class _PostContentCommand extends import_smithy_client.Command.classBuilder().ep({
1059
- ...commonParams
1060
- }).m(function(Command, cs, config, o) {
1054
+ var _PostContentCommand = class _PostContentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1061
1055
  return [
1062
1056
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1063
1057
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1071,9 +1065,7 @@ var PostContentCommand = _PostContentCommand;
1071
1065
 
1072
1066
 
1073
1067
 
1074
- var _PostTextCommand = class _PostTextCommand extends import_smithy_client.Command.classBuilder().ep({
1075
- ...commonParams
1076
- }).m(function(Command, cs, config, o) {
1068
+ var _PostTextCommand = class _PostTextCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1077
1069
  return [
1078
1070
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1079
1071
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1087,9 +1079,7 @@ var PostTextCommand = _PostTextCommand;
1087
1079
 
1088
1080
 
1089
1081
 
1090
- var _PutSessionCommand = class _PutSessionCommand extends import_smithy_client.Command.classBuilder().ep({
1091
- ...commonParams
1092
- }).m(function(Command, cs, config, o) {
1082
+ var _PutSessionCommand = class _PutSessionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1093
1083
  return [
1094
1084
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1095
1085
  (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_PostContentCommand, se_PostContentCommand } from "../protocols/Aws_r
7
7
  export { $Command };
8
8
  export class PostContentCommand 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_PostTextCommand, se_PostTextCommand } from "../protocols/Aws_restJso
7
7
  export { $Command };
8
8
  export class PostTextCommand 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),
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.649.0",
4
+ "version": "3.650.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,10 +22,10 @@
22
22
  "dependencies": {
23
23
  "@aws-crypto/sha256-browser": "5.2.0",
24
24
  "@aws-crypto/sha256-js": "5.2.0",
25
- "@aws-sdk/client-sso-oidc": "3.649.0",
26
- "@aws-sdk/client-sts": "3.649.0",
25
+ "@aws-sdk/client-sso-oidc": "3.650.0",
26
+ "@aws-sdk/client-sts": "3.650.0",
27
27
  "@aws-sdk/core": "3.649.0",
28
- "@aws-sdk/credential-provider-node": "3.649.0",
28
+ "@aws-sdk/credential-provider-node": "3.650.0",
29
29
  "@aws-sdk/middleware-host-header": "3.649.0",
30
30
  "@aws-sdk/middleware-logger": "3.649.0",
31
31
  "@aws-sdk/middleware-recursion-detection": "3.649.0",