@aws-sdk/nested-clients 3.890.0 → 3.891.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.
@@ -35,6 +35,8 @@ declare const CreateTokenCommand_base: {
35
35
  * ```javascript
36
36
  * import { SSOOIDCClient, CreateTokenCommand } from "@aws-sdk/client-sso-oidc"; // ES Modules import
37
37
  * // const { SSOOIDCClient, CreateTokenCommand } = require("@aws-sdk/client-sso-oidc"); // CommonJS import
38
+ * // import type { SSOOIDCClientConfig } from "@aws-sdk/client-sso-oidc";
39
+ * const config = {}; // type is SSOOIDCClientConfig
38
40
  * const client = new SSOOIDCClient(config);
39
41
  * const input = { // CreateTokenRequest
40
42
  * clientId: "STRING_VALUE", // required
@@ -120,6 +120,8 @@ declare const AssumeRoleCommand_base: {
120
120
  * ```javascript
121
121
  * import { STSClient, AssumeRoleCommand } from "@aws-sdk/client-sts"; // ES Modules import
122
122
  * // const { STSClient, AssumeRoleCommand } = require("@aws-sdk/client-sts"); // CommonJS import
123
+ * // import type { STSClientConfig } from "@aws-sdk/client-sts";
124
+ * const config = {}; // type is STSClientConfig
123
125
  * const client = new STSClient(config);
124
126
  * const input = { // AssumeRoleRequest
125
127
  * RoleArn: "STRING_VALUE", // required
@@ -149,6 +149,8 @@ declare const AssumeRoleWithWebIdentityCommand_base: {
149
149
  * ```javascript
150
150
  * import { STSClient, AssumeRoleWithWebIdentityCommand } from "@aws-sdk/client-sts"; // ES Modules import
151
151
  * // const { STSClient, AssumeRoleWithWebIdentityCommand } = require("@aws-sdk/client-sts"); // CommonJS import
152
+ * // import type { STSClientConfig } from "@aws-sdk/client-sts";
153
+ * const config = {}; // type is STSClientConfig
152
154
  * const client = new STSClient(config);
153
155
  * const input = { // AssumeRoleWithWebIdentityRequest
154
156
  * RoleArn: "STRING_VALUE", // required
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/nested-clients",
3
- "version": "3.890.0",
3
+ "version": "3.891.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,15 +29,15 @@
29
29
  "@aws-crypto/sha256-browser": "5.2.0",
30
30
  "@aws-crypto/sha256-js": "5.2.0",
31
31
  "@aws-sdk/core": "3.890.0",
32
- "@aws-sdk/middleware-host-header": "3.887.0",
33
- "@aws-sdk/middleware-logger": "3.887.0",
34
- "@aws-sdk/middleware-recursion-detection": "3.887.0",
35
- "@aws-sdk/middleware-user-agent": "3.890.0",
32
+ "@aws-sdk/middleware-host-header": "3.891.0",
33
+ "@aws-sdk/middleware-logger": "3.891.0",
34
+ "@aws-sdk/middleware-recursion-detection": "3.891.0",
35
+ "@aws-sdk/middleware-user-agent": "3.891.0",
36
36
  "@aws-sdk/region-config-resolver": "3.890.0",
37
37
  "@aws-sdk/types": "3.887.0",
38
- "@aws-sdk/util-endpoints": "3.890.0",
38
+ "@aws-sdk/util-endpoints": "3.891.0",
39
39
  "@aws-sdk/util-user-agent-browser": "3.887.0",
40
- "@aws-sdk/util-user-agent-node": "3.890.0",
40
+ "@aws-sdk/util-user-agent-node": "3.891.0",
41
41
  "@smithy/config-resolver": "^4.2.2",
42
42
  "@smithy/core": "^3.11.0",
43
43
  "@smithy/fetch-http-handler": "^5.2.1",
@@ -45,7 +45,7 @@
45
45
  "@smithy/invalid-dependency": "^4.1.1",
46
46
  "@smithy/middleware-content-length": "^4.1.1",
47
47
  "@smithy/middleware-endpoint": "^4.2.2",
48
- "@smithy/middleware-retry": "^4.2.2",
48
+ "@smithy/middleware-retry": "^4.2.3",
49
49
  "@smithy/middleware-serde": "^4.1.1",
50
50
  "@smithy/middleware-stack": "^4.1.1",
51
51
  "@smithy/node-config-provider": "^4.2.2",
@@ -61,7 +61,7 @@
61
61
  "@smithy/util-defaults-mode-node": "^4.1.2",
62
62
  "@smithy/util-endpoints": "^3.1.2",
63
63
  "@smithy/util-middleware": "^4.1.1",
64
- "@smithy/util-retry": "^4.1.1",
64
+ "@smithy/util-retry": "^4.1.2",
65
65
  "@smithy/util-utf8": "^4.1.0",
66
66
  "tslib": "^2.6.2"
67
67
  },