@aws-sdk/core
Advanced tools
| import { normalizeProvider } from "@smithy/util-middleware"; | ||
| import { DEFAULT_ACCOUNT_ID_ENDPOINT_MODE, validateAccountIdEndpointMode, } from "./AccountIdEndpointModeConstants"; | ||
| import { DEFAULT_ACCOUNT_ID_ENDPOINT_MODE, validateAccountIdEndpointMode } from "./AccountIdEndpointModeConstants"; | ||
| export const resolveAccountIdEndpointModeConfig = (input) => { | ||
@@ -4,0 +4,0 @@ const { accountIdEndpointMode } = input; |
@@ -1,2 +0,2 @@ | ||
| import { DEFAULT_ACCOUNT_ID_ENDPOINT_MODE, validateAccountIdEndpointMode, } from "./AccountIdEndpointModeConstants"; | ||
| import { DEFAULT_ACCOUNT_ID_ENDPOINT_MODE, validateAccountIdEndpointMode } from "./AccountIdEndpointModeConstants"; | ||
| const err = "Invalid AccountIdEndpointMode value"; | ||
@@ -3,0 +3,0 @@ const _throw = (message) => { |
| import type { Provider } from "@smithy/types"; | ||
| import { AccountIdEndpointMode } from "./AccountIdEndpointModeConstants"; | ||
| import type { AccountIdEndpointMode } from "./AccountIdEndpointModeConstants"; | ||
| /** | ||
@@ -4,0 +4,0 @@ * @public |
@@ -1,3 +0,3 @@ | ||
| import { LoadedConfigSelectors } from "@smithy/node-config-provider"; | ||
| import { AccountIdEndpointMode } from "./AccountIdEndpointModeConstants"; | ||
| import type { LoadedConfigSelectors } from "@smithy/node-config-provider"; | ||
| import type { AccountIdEndpointMode } from "./AccountIdEndpointModeConstants"; | ||
| /** | ||
@@ -4,0 +4,0 @@ * @internal |
| import type { AuthScheme, AwsCredentialIdentity, HttpRequest as IHttpRequest, HttpResponse, HttpSigner, RequestSigner } from "@smithy/types"; | ||
| import { AwsSdkSigV4AAuthResolvedConfig } from "./resolveAwsSdkSigV4AConfig"; | ||
| import type { AwsSdkSigV4AAuthResolvedConfig } from "./resolveAwsSdkSigV4AConfig"; | ||
| /** | ||
@@ -4,0 +4,0 @@ * @internal |
@@ -1,2 +0,2 @@ | ||
| import { LoadedConfigSelectors } from "@smithy/node-config-provider"; | ||
| import type { LoadedConfigSelectors } from "@smithy/node-config-provider"; | ||
| /** | ||
@@ -3,0 +3,0 @@ * @public |
@@ -1,2 +0,2 @@ | ||
| import { LoadedConfigSelectors } from "@smithy/node-config-provider"; | ||
| import type { LoadedConfigSelectors } from "@smithy/node-config-provider"; | ||
| import type { Provider } from "@smithy/types"; | ||
@@ -3,0 +3,0 @@ /** |
| import type { MergeFunctions } from "@aws-sdk/types"; | ||
| import { SignatureV4CryptoInit, SignatureV4Init } from "@smithy/signature-v4"; | ||
| import type { SignatureV4CryptoInit, SignatureV4Init } from "@smithy/signature-v4"; | ||
| import type { AuthScheme, AwsCredentialIdentity, AwsCredentialIdentityProvider, ChecksumConstructor, HashConstructor, MemoizedProvider, Provider, RegionInfoProvider, RequestSigner } from "@smithy/types"; | ||
@@ -4,0 +4,0 @@ /** |
| import type { DocumentType, Schema, ShapeDeserializer } from "@smithy/types"; | ||
| import { SerdeContextConfig } from "../ConfigurableSerdeContext"; | ||
| import { JsonSettings } from "./JsonCodec"; | ||
| import type { JsonSettings } from "./JsonCodec"; | ||
| /** | ||
@@ -5,0 +5,0 @@ * @public |
| import { NormalizedSchema, TypeRegistry } from "@smithy/core/schema"; | ||
| import { ServiceException as SDKBaseServiceException } from "@smithy/smithy-client"; | ||
| import type { ServiceException as SDKBaseServiceException } from "@smithy/smithy-client"; | ||
| import type { HttpResponse as IHttpResponse, MetadataBearer, ResponseMetadata, StaticErrorSchema } from "@smithy/types"; | ||
@@ -4,0 +4,0 @@ /** |
| import type { Schema as ISchema, ShapeSerializer } from "@smithy/types"; | ||
| import { SerdeContextConfig } from "../ConfigurableSerdeContext"; | ||
| import { XmlSettings } from "./XmlCodec"; | ||
| import type { XmlSettings } from "./XmlCodec"; | ||
| /** | ||
@@ -5,0 +5,0 @@ * @public |
+3
-3
| { | ||
| "name": "@aws-sdk/core", | ||
| "version": "3.973.14", | ||
| "version": "3.973.15", | ||
| "description": "Core functions & classes shared by multiple AWS SDK clients.", | ||
@@ -84,4 +84,4 @@ "scripts": { | ||
| "dependencies": { | ||
| "@aws-sdk/types": "^3.973.3", | ||
| "@aws-sdk/xml-builder": "^3.972.7", | ||
| "@aws-sdk/types": "^3.973.4", | ||
| "@aws-sdk/xml-builder": "^3.972.8", | ||
| "@smithy/core": "^3.23.6", | ||
@@ -88,0 +88,0 @@ "@smithy/node-config-provider": "^4.3.10", |
363873
0.01%Updated