@aws-sdk/core 3.973.13 → 3.973.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,5 +1,5 @@
1
1
  import { normalizeProvider } from "@smithy/util-middleware";
2
- import { DEFAULT_ACCOUNT_ID_ENDPOINT_MODE, validateAccountIdEndpointMode, } from "./AccountIdEndpointModeConstants";
2
+ import { DEFAULT_ACCOUNT_ID_ENDPOINT_MODE, validateAccountIdEndpointMode } from "./AccountIdEndpointModeConstants";
3
3
  export const resolveAccountIdEndpointModeConfig = (input) => {
4
4
  const { accountIdEndpointMode } = input;
5
5
  const accountIdEndpointModeProvider = normalizeProvider(accountIdEndpointMode ?? DEFAULT_ACCOUNT_ID_ENDPOINT_MODE);
@@ -1,4 +1,4 @@
1
- import { DEFAULT_ACCOUNT_ID_ENDPOINT_MODE, validateAccountIdEndpointMode, } from "./AccountIdEndpointModeConstants";
1
+ import { DEFAULT_ACCOUNT_ID_ENDPOINT_MODE, validateAccountIdEndpointMode } from "./AccountIdEndpointModeConstants";
2
2
  const err = "Invalid AccountIdEndpointMode value";
3
3
  const _throw = (message) => {
4
4
  throw new Error(message);
@@ -1,5 +1,5 @@
1
1
  import type { Provider } from "@smithy/types";
2
- import { AccountIdEndpointMode } from "./AccountIdEndpointModeConstants";
2
+ import type { AccountIdEndpointMode } from "./AccountIdEndpointModeConstants";
3
3
  /**
4
4
  * @public
5
5
  */
@@ -1,5 +1,5 @@
1
- import { LoadedConfigSelectors } from "@smithy/node-config-provider";
2
- import { AccountIdEndpointMode } from "./AccountIdEndpointModeConstants";
1
+ import type { LoadedConfigSelectors } from "@smithy/node-config-provider";
2
+ import type { AccountIdEndpointMode } from "./AccountIdEndpointModeConstants";
3
3
  /**
4
4
  * @internal
5
5
  */
@@ -1,5 +1,5 @@
1
1
  import type { AuthScheme, AwsCredentialIdentity, HttpRequest as IHttpRequest, HttpResponse, HttpSigner, RequestSigner } from "@smithy/types";
2
- import { AwsSdkSigV4AAuthResolvedConfig } from "./resolveAwsSdkSigV4AConfig";
2
+ import type { AwsSdkSigV4AAuthResolvedConfig } from "./resolveAwsSdkSigV4AConfig";
3
3
  /**
4
4
  * @internal
5
5
  */
@@ -1,4 +1,4 @@
1
- import { LoadedConfigSelectors } from "@smithy/node-config-provider";
1
+ import type { LoadedConfigSelectors } from "@smithy/node-config-provider";
2
2
  /**
3
3
  * @public
4
4
  */
@@ -1,4 +1,4 @@
1
- import { LoadedConfigSelectors } from "@smithy/node-config-provider";
1
+ import type { LoadedConfigSelectors } from "@smithy/node-config-provider";
2
2
  import type { Provider } from "@smithy/types";
3
3
  /**
4
4
  * @public
@@ -1,5 +1,5 @@
1
1
  import type { MergeFunctions } from "@aws-sdk/types";
2
- import { SignatureV4CryptoInit, SignatureV4Init } from "@smithy/signature-v4";
2
+ import type { SignatureV4CryptoInit, SignatureV4Init } from "@smithy/signature-v4";
3
3
  import type { AuthScheme, AwsCredentialIdentity, AwsCredentialIdentityProvider, ChecksumConstructor, HashConstructor, MemoizedProvider, Provider, RegionInfoProvider, RequestSigner } from "@smithy/types";
4
4
  /**
5
5
  * @public
@@ -1,5 +1,5 @@
1
1
  import { NormalizedSchema, TypeRegistry } from "@smithy/core/schema";
2
- import { ServiceException as SDKBaseServiceException } from "@smithy/smithy-client";
2
+ import type { ServiceException as SDKBaseServiceException } from "@smithy/smithy-client";
3
3
  import type { HttpResponse as IHttpResponse, MetadataBearer, ResponseMetadata, StaticErrorSchema } from "@smithy/types";
4
4
  /**
5
5
  * @internal
@@ -1,6 +1,6 @@
1
1
  import type { DocumentType, Schema, ShapeDeserializer } from "@smithy/types";
2
2
  import { SerdeContextConfig } from "../ConfigurableSerdeContext";
3
- import { JsonSettings } from "./JsonCodec";
3
+ import type { JsonSettings } from "./JsonCodec";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Schema as ISchema, ShapeSerializer } from "@smithy/types";
2
2
  import { SerdeContextConfig } from "../ConfigurableSerdeContext";
3
- import { XmlSettings } from "./XmlCodec";
3
+ import type { XmlSettings } from "./XmlCodec";
4
4
  /**
5
5
  * @public
6
6
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/core",
3
- "version": "3.973.13",
3
+ "version": "3.973.15",
4
4
  "description": "Core functions & classes shared by multiple AWS SDK clients.",
5
5
  "scripts": {
6
6
  "build": "yarn lint && concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
@@ -81,17 +81,17 @@
81
81
  },
82
82
  "license": "Apache-2.0",
83
83
  "dependencies": {
84
- "@aws-sdk/types": "^3.973.2",
85
- "@aws-sdk/xml-builder": "^3.972.6",
86
- "@smithy/core": "^3.23.4",
87
- "@smithy/node-config-provider": "^4.3.9",
88
- "@smithy/property-provider": "^4.2.9",
89
- "@smithy/protocol-http": "^5.3.9",
90
- "@smithy/signature-v4": "^5.3.9",
91
- "@smithy/smithy-client": "^4.11.7",
92
- "@smithy/types": "^4.12.1",
84
+ "@aws-sdk/types": "^3.973.4",
85
+ "@aws-sdk/xml-builder": "^3.972.8",
86
+ "@smithy/core": "^3.23.6",
87
+ "@smithy/node-config-provider": "^4.3.10",
88
+ "@smithy/property-provider": "^4.2.10",
89
+ "@smithy/protocol-http": "^5.3.10",
90
+ "@smithy/signature-v4": "^5.3.10",
91
+ "@smithy/smithy-client": "^4.12.0",
92
+ "@smithy/types": "^4.13.0",
93
93
  "@smithy/util-base64": "^4.3.1",
94
- "@smithy/util-middleware": "^4.2.9",
94
+ "@smithy/util-middleware": "^4.2.10",
95
95
  "@smithy/util-utf8": "^4.2.1",
96
96
  "tslib": "^2.6.2"
97
97
  },