@aws-sdk/nested-clients 3.888.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.
|
|
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",
|
|
@@ -28,40 +28,40 @@
|
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
30
30
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
31
|
-
"@aws-sdk/core": "3.
|
|
32
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
33
|
-
"@aws-sdk/middleware-logger": "3.
|
|
34
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
35
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
36
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
31
|
+
"@aws-sdk/core": "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
|
+
"@aws-sdk/region-config-resolver": "3.890.0",
|
|
37
37
|
"@aws-sdk/types": "3.887.0",
|
|
38
|
-
"@aws-sdk/util-endpoints": "3.
|
|
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.
|
|
41
|
-
"@smithy/config-resolver": "^4.2.
|
|
40
|
+
"@aws-sdk/util-user-agent-node": "3.891.0",
|
|
41
|
+
"@smithy/config-resolver": "^4.2.2",
|
|
42
42
|
"@smithy/core": "^3.11.0",
|
|
43
43
|
"@smithy/fetch-http-handler": "^5.2.1",
|
|
44
44
|
"@smithy/hash-node": "^4.1.1",
|
|
45
45
|
"@smithy/invalid-dependency": "^4.1.1",
|
|
46
46
|
"@smithy/middleware-content-length": "^4.1.1",
|
|
47
|
-
"@smithy/middleware-endpoint": "^4.2.
|
|
48
|
-
"@smithy/middleware-retry": "^4.2.
|
|
47
|
+
"@smithy/middleware-endpoint": "^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
|
-
"@smithy/node-config-provider": "^4.2.
|
|
51
|
+
"@smithy/node-config-provider": "^4.2.2",
|
|
52
52
|
"@smithy/node-http-handler": "^4.2.1",
|
|
53
53
|
"@smithy/protocol-http": "^5.2.1",
|
|
54
|
-
"@smithy/smithy-client": "^4.6.
|
|
54
|
+
"@smithy/smithy-client": "^4.6.2",
|
|
55
55
|
"@smithy/types": "^4.5.0",
|
|
56
56
|
"@smithy/url-parser": "^4.1.1",
|
|
57
57
|
"@smithy/util-base64": "^4.1.0",
|
|
58
58
|
"@smithy/util-body-length-browser": "^4.1.0",
|
|
59
59
|
"@smithy/util-body-length-node": "^4.1.0",
|
|
60
|
-
"@smithy/util-defaults-mode-browser": "^4.1.
|
|
61
|
-
"@smithy/util-defaults-mode-node": "^4.1.
|
|
62
|
-
"@smithy/util-endpoints": "^3.1.
|
|
60
|
+
"@smithy/util-defaults-mode-browser": "^4.1.2",
|
|
61
|
+
"@smithy/util-defaults-mode-node": "^4.1.2",
|
|
62
|
+
"@smithy/util-endpoints": "^3.1.2",
|
|
63
63
|
"@smithy/util-middleware": "^4.1.1",
|
|
64
|
-
"@smithy/util-retry": "^4.1.
|
|
64
|
+
"@smithy/util-retry": "^4.1.2",
|
|
65
65
|
"@smithy/util-utf8": "^4.1.0",
|
|
66
66
|
"tslib": "^2.6.2"
|
|
67
67
|
},
|