New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@aws-sdk/client-lex-runtime-service

Package Overview
Dependencies
Maintainers
5
Versions
438
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-sdk/client-lex-runtime-service - npm Package Compare versions

Comparing version 3.414.0 to 3.418.0

5

dist-cjs/commands/DeleteSessionCommand.js

@@ -8,2 +8,3 @@ "use strict";

Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
const types_1 = require("@smithy/types");
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");

@@ -36,2 +37,6 @@ class DeleteSessionCommand extends smithy_client_1.Command {

outputFilterSensitiveLog: (_) => _,
[types_1.SMITHY_CONTEXT_KEY]: {
service: "AWSDeepSenseRunTimeService",
operation: "DeleteSession",
},
};

@@ -38,0 +43,0 @@ const { requestHandler } = configuration;

@@ -8,2 +8,3 @@ "use strict";

Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
const types_1 = require("@smithy/types");
const models_0_1 = require("../models/models_0");

@@ -37,2 +38,6 @@ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");

outputFilterSensitiveLog: models_0_1.GetSessionResponseFilterSensitiveLog,
[types_1.SMITHY_CONTEXT_KEY]: {
service: "AWSDeepSenseRunTimeService",
operation: "GetSession",
},
};

@@ -39,0 +44,0 @@ const { requestHandler } = configuration;

@@ -8,2 +8,3 @@ "use strict";

Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
const types_1 = require("@smithy/types");
const models_0_1 = require("../models/models_0");

@@ -37,2 +38,6 @@ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");

outputFilterSensitiveLog: models_0_1.PostContentResponseFilterSensitiveLog,
[types_1.SMITHY_CONTEXT_KEY]: {
service: "AWSDeepSenseRunTimeService",
operation: "PostContent",
},
};

@@ -39,0 +44,0 @@ const { requestHandler } = configuration;

@@ -8,2 +8,3 @@ "use strict";

Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
const types_1 = require("@smithy/types");
const models_0_1 = require("../models/models_0");

@@ -37,2 +38,6 @@ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");

outputFilterSensitiveLog: models_0_1.PostTextResponseFilterSensitiveLog,
[types_1.SMITHY_CONTEXT_KEY]: {
service: "AWSDeepSenseRunTimeService",
operation: "PostText",
},
};

@@ -39,0 +44,0 @@ const { requestHandler } = configuration;

@@ -8,2 +8,3 @@ "use strict";

Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
const types_1 = require("@smithy/types");
const models_0_1 = require("../models/models_0");

@@ -37,2 +38,6 @@ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");

outputFilterSensitiveLog: models_0_1.PutSessionResponseFilterSensitiveLog,
[types_1.SMITHY_CONTEXT_KEY]: {
service: "AWSDeepSenseRunTimeService",
operation: "PutSession",
},
};

@@ -39,0 +44,0 @@ const { requestHandler } = configuration;

import { getEndpointPlugin } from "@smithy/middleware-endpoint";
import { getSerdePlugin } from "@smithy/middleware-serde";
import { Command as $Command } from "@smithy/smithy-client";
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
import { de_DeleteSessionCommand, se_DeleteSessionCommand } from "../protocols/Aws_restJson1";

@@ -32,2 +33,6 @@ export { $Command };

outputFilterSensitiveLog: (_) => _,
[SMITHY_CONTEXT_KEY]: {
service: "AWSDeepSenseRunTimeService",
operation: "DeleteSession",
},
};

@@ -34,0 +39,0 @@ const { requestHandler } = configuration;

import { getEndpointPlugin } from "@smithy/middleware-endpoint";
import { getSerdePlugin } from "@smithy/middleware-serde";
import { Command as $Command } from "@smithy/smithy-client";
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
import { GetSessionResponseFilterSensitiveLog } from "../models/models_0";

@@ -33,2 +34,6 @@ import { de_GetSessionCommand, se_GetSessionCommand } from "../protocols/Aws_restJson1";

outputFilterSensitiveLog: GetSessionResponseFilterSensitiveLog,
[SMITHY_CONTEXT_KEY]: {
service: "AWSDeepSenseRunTimeService",
operation: "GetSession",
},
};

@@ -35,0 +40,0 @@ const { requestHandler } = configuration;

import { getEndpointPlugin } from "@smithy/middleware-endpoint";
import { getSerdePlugin } from "@smithy/middleware-serde";
import { Command as $Command } from "@smithy/smithy-client";
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
import { PostContentRequestFilterSensitiveLog, PostContentResponseFilterSensitiveLog, } from "../models/models_0";

@@ -33,2 +34,6 @@ import { de_PostContentCommand, se_PostContentCommand } from "../protocols/Aws_restJson1";

outputFilterSensitiveLog: PostContentResponseFilterSensitiveLog,
[SMITHY_CONTEXT_KEY]: {
service: "AWSDeepSenseRunTimeService",
operation: "PostContent",
},
};

@@ -35,0 +40,0 @@ const { requestHandler } = configuration;

import { getEndpointPlugin } from "@smithy/middleware-endpoint";
import { getSerdePlugin } from "@smithy/middleware-serde";
import { Command as $Command } from "@smithy/smithy-client";
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
import { PostTextRequestFilterSensitiveLog, PostTextResponseFilterSensitiveLog, } from "../models/models_0";

@@ -33,2 +34,6 @@ import { de_PostTextCommand, se_PostTextCommand } from "../protocols/Aws_restJson1";

outputFilterSensitiveLog: PostTextResponseFilterSensitiveLog,
[SMITHY_CONTEXT_KEY]: {
service: "AWSDeepSenseRunTimeService",
operation: "PostText",
},
};

@@ -35,0 +40,0 @@ const { requestHandler } = configuration;

import { getEndpointPlugin } from "@smithy/middleware-endpoint";
import { getSerdePlugin } from "@smithy/middleware-serde";
import { Command as $Command } from "@smithy/smithy-client";
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
import { PutSessionRequestFilterSensitiveLog, PutSessionResponseFilterSensitiveLog, } from "../models/models_0";

@@ -33,2 +34,6 @@ import { de_PutSessionCommand, se_PutSessionCommand } from "../protocols/Aws_restJson1";

outputFilterSensitiveLog: PutSessionResponseFilterSensitiveLog,
[SMITHY_CONTEXT_KEY]: {
service: "AWSDeepSenseRunTimeService",
operation: "PutSession",
},
};

@@ -35,0 +40,0 @@ const { requestHandler } = configuration;

64

package.json
{
"name": "@aws-sdk/client-lex-runtime-service",
"description": "AWS SDK for JavaScript Lex Runtime Service Client for Node.js, Browser and React Native",
"version": "3.414.0",
"version": "3.418.0",
"scripts": {

@@ -26,36 +26,36 @@ "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",

"@aws-crypto/sha256-js": "3.0.0",
"@aws-sdk/client-sts": "3.414.0",
"@aws-sdk/credential-provider-node": "3.414.0",
"@aws-sdk/middleware-host-header": "3.413.0",
"@aws-sdk/middleware-logger": "3.413.0",
"@aws-sdk/middleware-recursion-detection": "3.413.0",
"@aws-sdk/middleware-signing": "3.413.0",
"@aws-sdk/middleware-user-agent": "3.413.0",
"@aws-sdk/region-config-resolver": "3.413.0",
"@aws-sdk/types": "3.413.0",
"@aws-sdk/util-endpoints": "3.413.0",
"@aws-sdk/util-user-agent-browser": "3.413.0",
"@aws-sdk/util-user-agent-node": "3.413.0",
"@smithy/config-resolver": "^2.0.8",
"@smithy/fetch-http-handler": "^2.1.3",
"@smithy/hash-node": "^2.0.7",
"@smithy/invalid-dependency": "^2.0.7",
"@smithy/middleware-content-length": "^2.0.9",
"@smithy/middleware-endpoint": "^2.0.7",
"@smithy/middleware-retry": "^2.0.10",
"@smithy/middleware-serde": "^2.0.7",
"@smithy/middleware-stack": "^2.0.0",
"@smithy/node-config-provider": "^2.0.10",
"@smithy/node-http-handler": "^2.1.3",
"@smithy/protocol-http": "^3.0.3",
"@smithy/smithy-client": "^2.1.4",
"@smithy/types": "^2.3.1",
"@smithy/url-parser": "^2.0.7",
"@aws-sdk/client-sts": "3.418.0",
"@aws-sdk/credential-provider-node": "3.418.0",
"@aws-sdk/middleware-host-header": "3.418.0",
"@aws-sdk/middleware-logger": "3.418.0",
"@aws-sdk/middleware-recursion-detection": "3.418.0",
"@aws-sdk/middleware-signing": "3.418.0",
"@aws-sdk/middleware-user-agent": "3.418.0",
"@aws-sdk/region-config-resolver": "3.418.0",
"@aws-sdk/types": "3.418.0",
"@aws-sdk/util-endpoints": "3.418.0",
"@aws-sdk/util-user-agent-browser": "3.418.0",
"@aws-sdk/util-user-agent-node": "3.418.0",
"@smithy/config-resolver": "^2.0.10",
"@smithy/fetch-http-handler": "^2.1.5",
"@smithy/hash-node": "^2.0.9",
"@smithy/invalid-dependency": "^2.0.9",
"@smithy/middleware-content-length": "^2.0.11",
"@smithy/middleware-endpoint": "^2.0.9",
"@smithy/middleware-retry": "^2.0.12",
"@smithy/middleware-serde": "^2.0.9",
"@smithy/middleware-stack": "^2.0.2",
"@smithy/node-config-provider": "^2.0.12",
"@smithy/node-http-handler": "^2.1.5",
"@smithy/protocol-http": "^3.0.5",
"@smithy/smithy-client": "^2.1.6",
"@smithy/types": "^2.3.3",
"@smithy/url-parser": "^2.0.9",
"@smithy/util-base64": "^2.0.0",
"@smithy/util-body-length-browser": "^2.0.0",
"@smithy/util-body-length-node": "^2.1.0",
"@smithy/util-defaults-mode-browser": "^2.0.8",
"@smithy/util-defaults-mode-node": "^2.0.10",
"@smithy/util-retry": "^2.0.0",
"@smithy/util-stream": "^2.0.10",
"@smithy/util-defaults-mode-browser": "^2.0.10",
"@smithy/util-defaults-mode-node": "^2.0.12",
"@smithy/util-retry": "^2.0.2",
"@smithy/util-stream": "^2.0.12",
"@smithy/util-utf8": "^2.0.0",

@@ -62,0 +62,0 @@ "tslib": "^2.5.0"

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc