Socket
Socket
Sign inDemoInstall

@aws-sdk/middleware-endpoint-discovery

Package Overview
Dependencies
Maintainers
5
Versions
154
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-sdk/middleware-endpoint-discovery - npm Package Compare versions

Comparing version 3.357.0 to 3.363.0

2

dist-cjs/endpointDiscoveryMiddleware.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.endpointDiscoveryMiddleware = void 0;
const protocol_http_1 = require("@aws-sdk/protocol-http");
const protocol_http_1 = require("@smithy/protocol-http");
const getCacheKey_1 = require("./getCacheKey");

@@ -6,0 +6,0 @@ const updateDiscoveredEndpointInCache_1 = require("./updateDiscoveredEndpointInCache");

@@ -1,2 +0,2 @@

import { HttpRequest } from "@aws-sdk/protocol-http";
import { HttpRequest } from "@smithy/protocol-http";
import { getCacheKey } from "./getCacheKey";

@@ -3,0 +3,0 @@ import { updateDiscoveredEndpointInCache } from "./updateDiscoveredEndpointInCache";

@@ -1,2 +0,2 @@

import { LoadedConfigSelectors } from "@aws-sdk/node-config-provider";
import { LoadedConfigSelectors } from "@smithy/node-config-provider";
export declare const NODE_ENDPOINT_DISCOVERY_CONFIG_OPTIONS: LoadedConfigSelectors<boolean | undefined>;

@@ -1,4 +0,4 @@

import { BuildHandler, HandlerExecutionContext, MetadataBearer } from "@aws-sdk/types";
import { BuildHandler, HandlerExecutionContext, MetadataBearer } from "@smithy/types";
import { EndpointDiscoveryMiddlewareConfig } from "./getEndpointDiscoveryPlugin";
import { EndpointDiscoveryResolvedConfig, PreviouslyResolved } from "./resolveEndpointDiscoveryConfig";
export declare const endpointDiscoveryMiddleware: (config: EndpointDiscoveryResolvedConfig & PreviouslyResolved, middlewareConfig: EndpointDiscoveryMiddlewareConfig) => <Output extends MetadataBearer = MetadataBearer>(next: BuildHandler<any, Output>, context: HandlerExecutionContext) => BuildHandler<any, Output>;

@@ -1,2 +0,2 @@

import { AwsCredentialIdentity, Provider } from "@aws-sdk/types";
import { AwsCredentialIdentity, Provider } from "@smithy/types";
/**

@@ -3,0 +3,0 @@ * Generate key to index the endpoints in the cache

@@ -1,2 +0,2 @@

import { BuildHandlerOptions, HttpHandlerOptions, MiddlewareStack, Pluggable } from "@aws-sdk/types";
import { BuildHandlerOptions, HttpHandlerOptions, MiddlewareStack, Pluggable } from "@smithy/types";
import { EndpointDiscoveryResolvedConfig, PreviouslyResolved } from "./resolveEndpointDiscoveryConfig";

@@ -3,0 +3,0 @@ export declare const endpointDiscoveryMiddlewareOptions: BuildHandlerOptions;

import { EndpointCache } from "@aws-sdk/endpoint-cache";
import { AwsCredentialIdentity, MemoizedProvider, Provider } from "@aws-sdk/types";
import { AwsCredentialIdentity, MemoizedProvider, Provider } from "@smithy/types";
export interface PreviouslyResolved {

@@ -4,0 +4,0 @@ isCustomEndpoint?: boolean;

@@ -1,4 +0,4 @@

import { LoadedConfigSelectors } from "@aws-sdk/node-config-provider";
import { LoadedConfigSelectors } from "@smithy/node-config-provider";
export declare const NODE_ENDPOINT_DISCOVERY_CONFIG_OPTIONS: LoadedConfigSelectors<
boolean | undefined
>;

@@ -5,3 +5,3 @@ import {

MetadataBearer,
} from "@aws-sdk/types";
} from "@smithy/types";
import { EndpointDiscoveryMiddlewareConfig } from "./getEndpointDiscoveryPlugin";

@@ -8,0 +8,0 @@ import {

@@ -1,2 +0,2 @@

import { AwsCredentialIdentity, Provider } from "@aws-sdk/types";
import { AwsCredentialIdentity, Provider } from "@smithy/types";
export declare const getCacheKey: (

@@ -3,0 +3,0 @@ commandName: string,

@@ -6,3 +6,3 @@ import {

Pluggable,
} from "@aws-sdk/types";
} from "@smithy/types";
import {

@@ -9,0 +9,0 @@ EndpointDiscoveryResolvedConfig,

@@ -6,3 +6,3 @@ import { EndpointCache } from "@aws-sdk/endpoint-cache";

Provider,
} from "@aws-sdk/types";
} from "@smithy/types";
export interface PreviouslyResolved {

@@ -9,0 +9,0 @@ isCustomEndpoint?: boolean;

{
"name": "@aws-sdk/middleware-endpoint-discovery",
"version": "3.357.0",
"version": "3.363.0",
"scripts": {

@@ -24,3 +24,3 @@ "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",

"devDependencies": {
"@aws-sdk/node-config-provider": "3.357.0",
"@smithy/node-config-provider": "^1.0.1",
"@tsconfig/recommended": "1.0.1",

@@ -35,4 +35,5 @@ "concurrently": "7.0.0",

"@aws-sdk/endpoint-cache": "3.310.0",
"@aws-sdk/protocol-http": "3.357.0",
"@aws-sdk/types": "3.357.0",
"@smithy/protocol-http": "^1.1.0",
"@smithy/types": "^1.1.0",
"tslib": "^2.5.0"

@@ -39,0 +40,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