Socket
Socket
Sign inDemoInstall

@aws-sdk/client-amplifybackend

Package Overview
Dependencies
Maintainers
0
Versions
344
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-sdk/client-amplifybackend - npm Package Compare versions

Comparing version 3.614.0 to 3.616.0

10

dist-es/AmplifyBackendClient.js

@@ -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(),

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

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

@@ -177,3 +177,3 @@ * @public

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

@@ -180,0 +180,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").AmplifyBackendHttpAuthSchemeProvider;

@@ -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").AmplifyBackendHttpAuthSchemeProvider;

@@ -34,4 +34,4 @@ import { AmplifyBackendClientConfig } from "./AmplifyBackendClient";

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").AmplifyBackendHttpAuthSchemeProvider;

@@ -274,5 +274,5 @@ import {

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

@@ -288,5 +288,5 @@ ClientInputEndpointParameters;

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

@@ -293,0 +293,0 @@ ClientResolvedEndpointParameters;

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

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

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

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

@@ -67,0 +67,0 @@ httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").AmplifyBackendHttpAuthSchemeProvider;

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

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

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

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

@@ -71,0 +71,0 @@ httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").AmplifyBackendHttpAuthSchemeProvider;

@@ -53,2 +53,3 @@ import { AmplifyBackendClientConfig } from "./AmplifyBackendClient";

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

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

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

@@ -61,0 +61,0 @@ httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").AmplifyBackendHttpAuthSchemeProvider;

{
"name": "@aws-sdk/client-amplifybackend",
"description": "AWS SDK for JavaScript Amplifybackend 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",

Sorry, the diff of this file is too big to display

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