@aws-sdk/nested-clients 3.922.0 → 3.926.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.
@@ -26,7 +26,7 @@ export interface SSOOIDCHttpAuthSchemeProvider extends HttpAuthSchemeProvider<SS
26
26
  */
27
27
  export declare const defaultSSOOIDCHttpAuthSchemeProvider: SSOOIDCHttpAuthSchemeProvider;
28
28
  /**
29
- * @internal
29
+ * @public
30
30
  */
31
31
  export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
32
32
  /**
@@ -36,7 +36,7 @@ export interface StsAuthResolvedConfig {
36
36
  }
37
37
  export declare const resolveStsAuthConfig: <T>(input: T & StsAuthInputConfig) => T & StsAuthResolvedConfig;
38
38
  /**
39
- * @internal
39
+ * @public
40
40
  */
41
41
  export interface HttpAuthSchemeInputConfig extends StsAuthInputConfig, AwsSdkSigV4AuthInputConfig {
42
42
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/nested-clients",
3
- "version": "3.922.0",
3
+ "version": "3.926.0",
4
4
  "description": "Nested clients for AWS SDK packages.",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -29,17 +29,17 @@
29
29
  "dependencies": {
30
30
  "@aws-crypto/sha256-browser": "5.2.0",
31
31
  "@aws-crypto/sha256-js": "5.2.0",
32
- "@aws-sdk/core": "3.922.0",
32
+ "@aws-sdk/core": "3.926.0",
33
33
  "@aws-sdk/middleware-host-header": "3.922.0",
34
34
  "@aws-sdk/middleware-logger": "3.922.0",
35
35
  "@aws-sdk/middleware-recursion-detection": "3.922.0",
36
- "@aws-sdk/middleware-user-agent": "3.922.0",
37
- "@aws-sdk/region-config-resolver": "3.922.0",
36
+ "@aws-sdk/middleware-user-agent": "3.926.0",
37
+ "@aws-sdk/region-config-resolver": "3.925.0",
38
38
  "@aws-sdk/types": "3.922.0",
39
39
  "@aws-sdk/util-endpoints": "3.922.0",
40
40
  "@aws-sdk/util-user-agent-browser": "3.922.0",
41
- "@aws-sdk/util-user-agent-node": "3.922.0",
42
- "@smithy/config-resolver": "^4.4.1",
41
+ "@aws-sdk/util-user-agent-node": "3.926.0",
42
+ "@smithy/config-resolver": "^4.4.2",
43
43
  "@smithy/core": "^3.17.2",
44
44
  "@smithy/fetch-http-handler": "^5.3.5",
45
45
  "@smithy/hash-node": "^4.2.4",
@@ -59,7 +59,7 @@
59
59
  "@smithy/util-body-length-browser": "^4.2.0",
60
60
  "@smithy/util-body-length-node": "^4.2.1",
61
61
  "@smithy/util-defaults-mode-browser": "^4.3.5",
62
- "@smithy/util-defaults-mode-node": "^4.2.7",
62
+ "@smithy/util-defaults-mode-node": "^4.2.8",
63
63
  "@smithy/util-endpoints": "^3.2.4",
64
64
  "@smithy/util-middleware": "^4.2.4",
65
65
  "@smithy/util-retry": "^4.2.4",