@aws-sdk/nested-clients 3.936.0 → 3.940.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.
|
@@ -200,9 +200,8 @@ declare const AssumeRoleCommand_base: {
|
|
|
200
200
|
* @throws {@link RegionDisabledException} (client fault)
|
|
201
201
|
* <p>STS is not activated in the requested region for the account that is being asked to
|
|
202
202
|
* generate credentials. The account administrator must use the IAM console to activate
|
|
203
|
-
* STS in that region. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_enable-regions.html#sts-regions-activate-deactivate">Activating and
|
|
204
|
-
*
|
|
205
|
-
* Guide</i>.</p>
|
|
203
|
+
* STS in that region. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_enable-regions.html#sts-regions-activate-deactivate">Activating and Deactivating STS in an Amazon Web Services Region</a> in the <i>IAM
|
|
204
|
+
* User Guide</i>.</p>
|
|
206
205
|
*
|
|
207
206
|
* @throws {@link STSServiceException}
|
|
208
207
|
* <p>Base exception class for all service exceptions from STS service.</p>
|
|
@@ -233,9 +233,8 @@ declare const AssumeRoleWithWebIdentityCommand_base: {
|
|
|
233
233
|
* @throws {@link RegionDisabledException} (client fault)
|
|
234
234
|
* <p>STS is not activated in the requested region for the account that is being asked to
|
|
235
235
|
* generate credentials. The account administrator must use the IAM console to activate
|
|
236
|
-
* STS in that region. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_enable-regions.html#sts-regions-activate-deactivate">Activating and
|
|
237
|
-
*
|
|
238
|
-
* Guide</i>.</p>
|
|
236
|
+
* STS in that region. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_enable-regions.html#sts-regions-activate-deactivate">Activating and Deactivating STS in an Amazon Web Services Region</a> in the <i>IAM
|
|
237
|
+
* User Guide</i>.</p>
|
|
239
238
|
*
|
|
240
239
|
* @throws {@link STSServiceException}
|
|
241
240
|
* <p>Base exception class for all service exceptions from STS service.</p>
|
|
@@ -49,9 +49,8 @@ export declare class PackedPolicyTooLargeException extends __BaseException {
|
|
|
49
49
|
/**
|
|
50
50
|
* <p>STS is not activated in the requested region for the account that is being asked to
|
|
51
51
|
* generate credentials. The account administrator must use the IAM console to activate
|
|
52
|
-
* STS in that region. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_enable-regions.html#sts-regions-activate-deactivate">Activating and
|
|
53
|
-
*
|
|
54
|
-
* Guide</i>.</p>
|
|
52
|
+
* STS in that region. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_enable-regions.html#sts-regions-activate-deactivate">Activating and Deactivating STS in an Amazon Web Services Region</a> in the <i>IAM
|
|
53
|
+
* User Guide</i>.</p>
|
|
55
54
|
* @public
|
|
56
55
|
*/
|
|
57
56
|
export declare class RegionDisabledException extends __BaseException {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/nested-clients",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.940.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,16 +29,16 @@
|
|
|
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.
|
|
32
|
+
"@aws-sdk/core": "3.940.0",
|
|
33
33
|
"@aws-sdk/middleware-host-header": "3.936.0",
|
|
34
34
|
"@aws-sdk/middleware-logger": "3.936.0",
|
|
35
35
|
"@aws-sdk/middleware-recursion-detection": "3.936.0",
|
|
36
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
36
|
+
"@aws-sdk/middleware-user-agent": "3.940.0",
|
|
37
37
|
"@aws-sdk/region-config-resolver": "3.936.0",
|
|
38
38
|
"@aws-sdk/types": "3.936.0",
|
|
39
39
|
"@aws-sdk/util-endpoints": "3.936.0",
|
|
40
40
|
"@aws-sdk/util-user-agent-browser": "3.936.0",
|
|
41
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
41
|
+
"@aws-sdk/util-user-agent-node": "3.940.0",
|
|
42
42
|
"@smithy/config-resolver": "^4.4.3",
|
|
43
43
|
"@smithy/core": "^3.18.5",
|
|
44
44
|
"@smithy/fetch-http-handler": "^5.3.6",
|