@aws-sdk/core 3.649.0 → 3.654.0

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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/core",
3
- "version": "3.649.0",
4
- "description": "Core functions & classes shared by multiple AWS SDK clients",
3
+ "version": "3.654.0",
4
+ "description": "Core functions & classes shared by multiple AWS SDK clients.",
5
5
  "scripts": {
6
6
  "build": "yarn lint && concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline core",
@@ -75,14 +75,14 @@
75
75
  },
76
76
  "license": "Apache-2.0",
77
77
  "dependencies": {
78
- "@smithy/core": "^2.4.1",
79
- "@smithy/node-config-provider": "^3.1.5",
80
- "@smithy/property-provider": "^3.1.4",
81
- "@smithy/protocol-http": "^4.1.1",
82
- "@smithy/signature-v4": "^4.1.1",
83
- "@smithy/smithy-client": "^3.3.0",
84
- "@smithy/types": "^3.4.0",
85
- "@smithy/util-middleware": "^3.0.4",
78
+ "@smithy/core": "^2.4.3",
79
+ "@smithy/node-config-provider": "^3.1.7",
80
+ "@smithy/property-provider": "^3.1.6",
81
+ "@smithy/protocol-http": "^4.1.3",
82
+ "@smithy/signature-v4": "^4.1.3",
83
+ "@smithy/smithy-client": "^3.3.2",
84
+ "@smithy/types": "^3.4.2",
85
+ "@smithy/util-middleware": "^3.0.6",
86
86
  "fast-xml-parser": "4.4.1",
87
87
  "tslib": "^2.6.2"
88
88
  },
@@ -1,20 +0,0 @@
1
- import { ProviderError } from "@smithy/property-provider";
2
- export const NODE_SIGV4A_CONFIG_OPTIONS = {
3
- environmentVariableSelector(env) {
4
- if (env.AWS_SIGV4A_SIGNING_REGION_SET) {
5
- return env.AWS_SIGV4A_SIGNING_REGION_SET.split(",").map((_) => _.trim());
6
- }
7
- throw new ProviderError("AWS_SIGV4A_SIGNING_REGION_SET not set in env.", {
8
- tryNextLink: true,
9
- });
10
- },
11
- configFileSelector(profile) {
12
- if (profile.sigv4a_signing_region_set) {
13
- return (profile.sigv4a_signing_region_set ?? "").split(",").map((_) => _.trim());
14
- }
15
- throw new ProviderError("sigv4a_signing_region_set not set in profile.", {
16
- tryNextLink: true,
17
- });
18
- },
19
- default: undefined,
20
- };
@@ -1,20 +0,0 @@
1
- import { ProviderError } from "@smithy/property-provider";
2
- export const NODE_SIGV4A_CONFIG_OPTIONS = {
3
- environmentVariableSelector(env) {
4
- if (env.AWS_SIGV4A_SIGNING_REGION_SET) {
5
- return env.AWS_SIGV4A_SIGNING_REGION_SET.split(",").map((_) => _.trim());
6
- }
7
- throw new ProviderError("AWS_SIGV4A_SIGNING_REGION_SET not set in env.", {
8
- tryNextLink: true,
9
- });
10
- },
11
- configFileSelector(profile) {
12
- if (profile.sigv4a_signing_region_set) {
13
- return (profile.sigv4a_signing_region_set ?? "").split(",").map((_) => _.trim());
14
- }
15
- throw new ProviderError("sigv4a_signing_region_set not set in profile.", {
16
- tryNextLink: true,
17
- });
18
- },
19
- default: undefined,
20
- };
@@ -1,5 +0,0 @@
1
- import { LoadedConfigSelectors } from "@smithy/node-config-provider";
2
- /**
3
- * @internal
4
- */
5
- export declare const NODE_SIGV4A_CONFIG_OPTIONS: LoadedConfigSelectors<string[] | undefined>;
@@ -1,5 +0,0 @@
1
- import { LoadedConfigSelectors } from "@smithy/node-config-provider";
2
- /**
3
- * @internal
4
- */
5
- export declare const NODE_SIGV4A_CONFIG_OPTIONS: LoadedConfigSelectors<string[] | undefined>;
@@ -1,4 +0,0 @@
1
- import { LoadedConfigSelectors } from "@smithy/node-config-provider";
2
- export declare const NODE_SIGV4A_CONFIG_OPTIONS: LoadedConfigSelectors<
3
- string[] | undefined
4
- >;
@@ -1,4 +0,0 @@
1
- import { LoadedConfigSelectors } from "@smithy/node-config-provider";
2
- export declare const NODE_SIGV4A_CONFIG_OPTIONS: LoadedConfigSelectors<
3
- string[] | undefined
4
- >;
@@ -1,11 +0,0 @@
1
- // This file is read by tools that parse documentation comments conforming to the TSDoc standard.
2
- // It should be published with your NPM package. It should not be tracked by Git.
3
- {
4
- "tsdocVersion": "0.12",
5
- "toolPackages": [
6
- {
7
- "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.34.4"
9
- }
10
- ]
11
- }