@aws-sdk/middleware-endpoint-discovery
Advanced tools
Comparing version 3.415.0 to 3.417.0
@@ -16,3 +16,4 @@ "use strict"; | ||
const { isDiscoveredEndpointRequired, identifiers } = middlewareConfig; | ||
const { clientName, commandName } = context; | ||
const clientName = context.clientName; | ||
const commandName = context.commandName; | ||
const isEndpointDiscoveryEnabled = await config.endpointDiscoveryEnabled(); | ||
@@ -19,0 +20,0 @@ const cacheKey = await (0, getCacheKey_1.getCacheKey)(commandName, config, { identifiers }); |
@@ -13,3 +13,4 @@ import { HttpRequest } from "@smithy/protocol-http"; | ||
const { isDiscoveredEndpointRequired, identifiers } = middlewareConfig; | ||
const { clientName, commandName } = context; | ||
const clientName = context.clientName; | ||
const commandName = context.commandName; | ||
const isEndpointDiscoveryEnabled = await config.endpointDiscoveryEnabled(); | ||
@@ -16,0 +17,0 @@ const cacheKey = await getCacheKey(commandName, config, { identifiers }); |
{ | ||
"name": "@aws-sdk/middleware-endpoint-discovery", | ||
"version": "3.415.0", | ||
"version": "3.417.0", | ||
"scripts": { | ||
@@ -5,0 +5,0 @@ "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
40254
602