Socket
Socket
Sign inDemoInstall

@aws-sdk/client-connect-contact-lens

Package Overview
Dependencies
Maintainers
0
Versions
342
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-sdk/client-connect-contact-lens - npm Package Compare versions

Comparing version 3.614.0 to 3.616.0

10

dist-cjs/index.js

@@ -142,5 +142,5 @@ "use strict";

const _config_3 = (0, import_middleware_endpoint.resolveEndpointConfig)(_config_2);
const _config_4 = (0, import_middleware_retry.resolveRetryConfig)(_config_3);
const _config_5 = (0, import_middleware_host_header.resolveHostHeaderConfig)(_config_4);
const _config_6 = (0, import_middleware_user_agent.resolveUserAgentConfig)(_config_5);
const _config_4 = (0, import_middleware_host_header.resolveHostHeaderConfig)(_config_3);
const _config_5 = (0, import_middleware_user_agent.resolveUserAgentConfig)(_config_4);
const _config_6 = (0, import_middleware_retry.resolveRetryConfig)(_config_5);
const _config_7 = (0, import_httpAuthSchemeProvider.resolveHttpAuthSchemeConfig)(_config_6);

@@ -150,4 +150,2 @@ const _config_8 = resolveRuntimeExtensions(_config_7, (configuration == null ? void 0 : configuration.extensions) || []);

this.config = _config_8;
this.middlewareStack.use((0, import_middleware_retry.getRetryPlugin)(this.config));
this.middlewareStack.use((0, import_middleware_content_length.getContentLengthPlugin)(this.config));
this.middlewareStack.use((0, import_middleware_host_header.getHostHeaderPlugin)(this.config));

@@ -157,2 +155,4 @@ this.middlewareStack.use((0, import_middleware_logger.getLoggerPlugin)(this.config));

this.middlewareStack.use((0, import_middleware_user_agent.getUserAgentPlugin)(this.config));
this.middlewareStack.use((0, import_middleware_retry.getRetryPlugin)(this.config));
this.middlewareStack.use((0, import_middleware_content_length.getContentLengthPlugin)(this.config));
this.middlewareStack.use(

@@ -159,0 +159,0 @@ (0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {

@@ -22,5 +22,5 @@ import { getHostHeaderPlugin, resolveHostHeaderConfig, } from "@aws-sdk/middleware-host-header";

const _config_3 = resolveEndpointConfig(_config_2);
const _config_4 = resolveRetryConfig(_config_3);
const _config_5 = resolveHostHeaderConfig(_config_4);
const _config_6 = resolveUserAgentConfig(_config_5);
const _config_4 = resolveHostHeaderConfig(_config_3);
const _config_5 = resolveUserAgentConfig(_config_4);
const _config_6 = resolveRetryConfig(_config_5);
const _config_7 = resolveHttpAuthSchemeConfig(_config_6);

@@ -30,4 +30,2 @@ const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);

this.config = _config_8;
this.middlewareStack.use(getRetryPlugin(this.config));
this.middlewareStack.use(getContentLengthPlugin(this.config));
this.middlewareStack.use(getHostHeaderPlugin(this.config));

@@ -37,2 +35,4 @@ this.middlewareStack.use(getLoggerPlugin(this.config));

this.middlewareStack.use(getUserAgentPlugin(this.config));
this.middlewareStack.use(getRetryPlugin(this.config));
this.middlewareStack.use(getContentLengthPlugin(this.config));
this.middlewareStack.use(getHttpAuthSchemeEndpointRuleSetPlugin(this.config, {

@@ -39,0 +39,0 @@ httpAuthSchemeParametersProvider: this.getDefaultHttpAuthSchemeParametersProvider(),

@@ -135,3 +135,3 @@ import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";

*/
export type ConnectContactLensClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & UserAgentInputConfig & HttpAuthSchemeInputConfig & ClientInputEndpointParameters;
export type ConnectContactLensClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & HostHeaderInputConfig & UserAgentInputConfig & RetryInputConfig & HttpAuthSchemeInputConfig & ClientInputEndpointParameters;
/**

@@ -147,3 +147,3 @@ * @public

*/
export type ConnectContactLensClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RuntimeExtensionsConfig & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & UserAgentResolvedConfig & HttpAuthSchemeResolvedConfig & ClientResolvedEndpointParameters;
export type ConnectContactLensClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RuntimeExtensionsConfig & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & HostHeaderResolvedConfig & UserAgentResolvedConfig & RetryResolvedConfig & HttpAuthSchemeResolvedConfig & ClientResolvedEndpointParameters;
/**

@@ -150,0 +150,0 @@ * @public

@@ -35,4 +35,4 @@ import { FetchHttpHandler as RequestHandler } from "@smithy/fetch-http-handler";

tls?: boolean | undefined;
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];

@@ -39,0 +39,0 @@ httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").ConnectContactLensHttpAuthSchemeProvider;

@@ -35,4 +35,4 @@ import { NodeHttpHandler as RequestHandler } from "@smithy/node-http-handler";

tls?: boolean | undefined;
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];

@@ -39,0 +39,0 @@ httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").ConnectContactLensHttpAuthSchemeProvider;

@@ -34,4 +34,4 @@ import { ConnectContactLensClientConfig } from "./ConnectContactLensClient";

tls?: boolean | undefined;
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];

@@ -38,0 +38,0 @@ httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").ConnectContactLensHttpAuthSchemeProvider;

@@ -93,5 +93,5 @@ import {

EndpointInputConfig<EndpointParameters> &
RetryInputConfig &
HostHeaderInputConfig &
UserAgentInputConfig &
RetryInputConfig &
HttpAuthSchemeInputConfig &

@@ -107,5 +107,5 @@ ClientInputEndpointParameters;

EndpointResolvedConfig<EndpointParameters> &
RetryResolvedConfig &
HostHeaderResolvedConfig &
UserAgentResolvedConfig &
RetryResolvedConfig &
HttpAuthSchemeResolvedConfig &

@@ -112,0 +112,0 @@ ClientResolvedEndpointParameters;

@@ -61,2 +61,3 @@ import { FetchHttpHandler as RequestHandler } from "@smithy/fetch-http-handler";

tls?: boolean | undefined;
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
retryStrategy?:

@@ -66,3 +67,2 @@ | import("@smithy/types").RetryStrategy

| undefined;
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];

@@ -69,0 +69,0 @@ httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").ConnectContactLensHttpAuthSchemeProvider;

@@ -65,2 +65,3 @@ import { NodeHttpHandler as RequestHandler } from "@smithy/node-http-handler";

tls?: boolean | undefined;
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
retryStrategy?:

@@ -70,3 +71,2 @@ | import("@smithy/types").RetryStrategy

| undefined;
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];

@@ -73,0 +73,0 @@ httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").ConnectContactLensHttpAuthSchemeProvider;

@@ -55,2 +55,3 @@ import { ConnectContactLensClientConfig } from "./ConnectContactLensClient";

tls?: boolean | undefined;
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
retryStrategy?:

@@ -60,3 +61,2 @@ | import("@smithy/types").RetryStrategy

| undefined;
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];

@@ -63,0 +63,0 @@ httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").ConnectContactLensHttpAuthSchemeProvider;

{
"name": "@aws-sdk/client-connect-contact-lens",
"description": "AWS SDK for JavaScript Connect Contact Lens Client for Node.js, Browser and React Native",
"version": "3.614.0",
"version": "3.616.0",
"scripts": {

@@ -23,10 +23,10 @@ "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",

"@aws-crypto/sha256-js": "5.2.0",
"@aws-sdk/client-sso-oidc": "3.614.0",
"@aws-sdk/client-sts": "3.614.0",
"@aws-sdk/core": "3.614.0",
"@aws-sdk/credential-provider-node": "3.614.0",
"@aws-sdk/middleware-host-header": "3.609.0",
"@aws-sdk/client-sso-oidc": "3.616.0",
"@aws-sdk/client-sts": "3.616.0",
"@aws-sdk/core": "3.616.0",
"@aws-sdk/credential-provider-node": "3.616.0",
"@aws-sdk/middleware-host-header": "3.616.0",
"@aws-sdk/middleware-logger": "3.609.0",
"@aws-sdk/middleware-recursion-detection": "3.609.0",
"@aws-sdk/middleware-user-agent": "3.614.0",
"@aws-sdk/middleware-recursion-detection": "3.616.0",
"@aws-sdk/middleware-user-agent": "3.616.0",
"@aws-sdk/region-config-resolver": "3.614.0",

@@ -38,15 +38,15 @@ "@aws-sdk/types": "3.609.0",

"@smithy/config-resolver": "^3.0.5",
"@smithy/core": "^2.2.6",
"@smithy/fetch-http-handler": "^3.2.1",
"@smithy/core": "^2.2.7",
"@smithy/fetch-http-handler": "^3.2.2",
"@smithy/hash-node": "^3.0.3",
"@smithy/invalid-dependency": "^3.0.3",
"@smithy/middleware-content-length": "^3.0.3",
"@smithy/middleware-content-length": "^3.0.4",
"@smithy/middleware-endpoint": "^3.0.5",
"@smithy/middleware-retry": "^3.0.9",
"@smithy/middleware-retry": "^3.0.10",
"@smithy/middleware-serde": "^3.0.3",
"@smithy/middleware-stack": "^3.0.3",
"@smithy/node-config-provider": "^3.1.4",
"@smithy/node-http-handler": "^3.1.2",
"@smithy/protocol-http": "^4.0.3",
"@smithy/smithy-client": "^3.1.7",
"@smithy/node-http-handler": "^3.1.3",
"@smithy/protocol-http": "^4.0.4",
"@smithy/smithy-client": "^3.1.8",
"@smithy/types": "^3.3.0",

@@ -57,4 +57,4 @@ "@smithy/url-parser": "^3.0.3",

"@smithy/util-body-length-node": "^3.0.0",
"@smithy/util-defaults-mode-browser": "^3.0.9",
"@smithy/util-defaults-mode-node": "^3.0.9",
"@smithy/util-defaults-mode-browser": "^3.0.10",
"@smithy/util-defaults-mode-node": "^3.0.10",
"@smithy/util-endpoints": "^2.0.5",

@@ -61,0 +61,0 @@ "@smithy/util-middleware": "^3.0.3",

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc