@aws-sdk/client-sts 3.43.0 → 3.47.1

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/CHANGELOG.md CHANGED
@@ -3,6 +3,54 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [3.47.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.47.0-release-test-1...v3.47.1) (2022-01-20)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-sts
9
+
10
+
11
+
12
+
13
+
14
+ # [3.47.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.46.0...v3.47.0) (2022-01-15)
15
+
16
+
17
+ ### Features
18
+
19
+ * **clients:** update clients to use default values inferred from defaults mode ([#3192](https://github.com/aws/aws-sdk-js-v3/issues/3192)) ([9152e21](https://github.com/aws/aws-sdk-js-v3/commit/9152e210c6ec29f34bb070eaf2874039022e6ab7))
20
+ * Support awsQueryError trait ([#3174](https://github.com/aws/aws-sdk-js-v3/issues/3174)) ([351bd3a](https://github.com/aws/aws-sdk-js-v3/commit/351bd3a40ad37be79d823d6a0e4e48304728ea6f))
21
+
22
+
23
+
24
+
25
+
26
+ # [3.46.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.45.0...v3.46.0) (2022-01-07)
27
+
28
+
29
+ ### Bug Fixes
30
+
31
+ * **clients:** update clean:dist script to delete dist-* folder ([#3155](https://github.com/aws/aws-sdk-js-v3/issues/3155)) ([cdb1709](https://github.com/aws/aws-sdk-js-v3/commit/cdb17090f82d1fc8755811c82cbed5976ec7e60b))
32
+
33
+
34
+ ### Features
35
+
36
+ * **clients:** extend typedoc.json from root ([#3136](https://github.com/aws/aws-sdk-js-v3/issues/3136)) ([f6a3ef5](https://github.com/aws/aws-sdk-js-v3/commit/f6a3ef541ae2d92872d09d8cab6727911287ebb2))
37
+ * end support for Node.js 10.x ([#3122](https://github.com/aws/aws-sdk-js-v3/issues/3122)) ([7acf18a](https://github.com/aws/aws-sdk-js-v3/commit/7acf18abd3fb1cc461f809110cdb0d7968c2070e))
38
+
39
+
40
+
41
+
42
+
43
+ # [3.45.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.44.0...v3.45.0) (2021-12-23)
44
+
45
+
46
+ ### Features
47
+
48
+ * **clients:** update clients as of 2021/12/23 ([#3110](https://github.com/aws/aws-sdk-js-v3/issues/3110)) ([5d638e1](https://github.com/aws/aws-sdk-js-v3/commit/5d638e188ce64fa80fe36b8cba79ba63b80b50b7))
49
+
50
+
51
+
52
+
53
+
6
54
  # [3.43.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.42.0...v3.43.0) (2021-11-29)
7
55
 
8
56
 
@@ -14,10 +14,6 @@ const regionHash = {
14
14
  },
15
15
  "us-east-1": {
16
16
  variants: [
17
- {
18
- hostname: "sts.us-east-1.amazonaws.com",
19
- tags: [],
20
- },
21
17
  {
22
18
  hostname: "sts-fips.us-east-1.amazonaws.com",
23
19
  tags: ["fips"],
@@ -26,10 +22,6 @@ const regionHash = {
26
22
  },
27
23
  "us-east-2": {
28
24
  variants: [
29
- {
30
- hostname: "sts.us-east-2.amazonaws.com",
31
- tags: [],
32
- },
33
25
  {
34
26
  hostname: "sts-fips.us-east-2.amazonaws.com",
35
27
  tags: ["fips"],
@@ -38,10 +30,6 @@ const regionHash = {
38
30
  },
39
31
  "us-gov-east-1": {
40
32
  variants: [
41
- {
42
- hostname: "sts.us-gov-east-1.amazonaws.com",
43
- tags: [],
44
- },
45
33
  {
46
34
  hostname: "sts.us-gov-east-1.amazonaws.com",
47
35
  tags: ["fips"],
@@ -50,10 +38,6 @@ const regionHash = {
50
38
  },
51
39
  "us-gov-west-1": {
52
40
  variants: [
53
- {
54
- hostname: "sts.us-gov-west-1.amazonaws.com",
55
- tags: [],
56
- },
57
41
  {
58
42
  hostname: "sts.us-gov-west-1.amazonaws.com",
59
43
  tags: ["fips"],
@@ -62,10 +46,6 @@ const regionHash = {
62
46
  },
63
47
  "us-west-1": {
64
48
  variants: [
65
- {
66
- hostname: "sts.us-west-1.amazonaws.com",
67
- tags: [],
68
- },
69
49
  {
70
50
  hostname: "sts-fips.us-west-1.amazonaws.com",
71
51
  tags: ["fips"],
@@ -74,10 +54,6 @@ const regionHash = {
74
54
  },
75
55
  "us-west-2": {
76
56
  variants: [
77
- {
78
- hostname: "sts.us-west-2.amazonaws.com",
79
- tags: [],
80
- },
81
57
  {
82
58
  hostname: "sts-fips.us-west-2.amazonaws.com",
83
59
  tags: ["fips"],
@@ -96,6 +72,7 @@ const partitionHash = {
96
72
  "ap-south-1",
97
73
  "ap-southeast-1",
98
74
  "ap-southeast-2",
75
+ "ap-southeast-3",
99
76
  "aws-global",
100
77
  "ca-central-1",
101
78
  "eu-central-1",
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetSessionTokenResponse = exports.GetSessionTokenRequest = exports.GetFederationTokenResponse = exports.FederatedUser = exports.GetFederationTokenRequest = exports.GetCallerIdentityResponse = exports.GetCallerIdentityRequest = exports.GetAccessKeyInfoResponse = exports.GetAccessKeyInfoRequest = exports.InvalidAuthorizationMessageException = exports.DecodeAuthorizationMessageResponse = exports.DecodeAuthorizationMessageRequest = exports.IDPCommunicationErrorException = exports.AssumeRoleWithWebIdentityResponse = exports.AssumeRoleWithWebIdentityRequest = exports.InvalidIdentityTokenException = exports.IDPRejectedClaimException = exports.AssumeRoleWithSAMLResponse = exports.AssumeRoleWithSAMLRequest = exports.RegionDisabledException = exports.PackedPolicyTooLargeException = exports.MalformedPolicyDocumentException = exports.ExpiredTokenException = exports.AssumeRoleResponse = exports.Credentials = exports.AssumeRoleRequest = exports.Tag = exports.PolicyDescriptorType = exports.AssumedRoleUser = void 0;
3
+ exports.GetSessionTokenResponse = exports.GetSessionTokenRequest = exports.GetFederationTokenResponse = exports.FederatedUser = exports.GetFederationTokenRequest = exports.GetCallerIdentityResponse = exports.GetCallerIdentityRequest = exports.GetAccessKeyInfoResponse = exports.GetAccessKeyInfoRequest = exports.DecodeAuthorizationMessageResponse = exports.DecodeAuthorizationMessageRequest = exports.AssumeRoleWithWebIdentityResponse = exports.AssumeRoleWithWebIdentityRequest = exports.AssumeRoleWithSAMLResponse = exports.AssumeRoleWithSAMLRequest = exports.AssumeRoleResponse = exports.Credentials = exports.AssumeRoleRequest = exports.Tag = exports.PolicyDescriptorType = exports.AssumedRoleUser = void 0;
4
4
  var AssumedRoleUser;
5
5
  (function (AssumedRoleUser) {
6
6
  AssumedRoleUser.filterSensitiveLog = (obj) => ({
@@ -37,30 +37,6 @@ var AssumeRoleResponse;
37
37
  ...obj,
38
38
  });
39
39
  })(AssumeRoleResponse = exports.AssumeRoleResponse || (exports.AssumeRoleResponse = {}));
40
- var ExpiredTokenException;
41
- (function (ExpiredTokenException) {
42
- ExpiredTokenException.filterSensitiveLog = (obj) => ({
43
- ...obj,
44
- });
45
- })(ExpiredTokenException = exports.ExpiredTokenException || (exports.ExpiredTokenException = {}));
46
- var MalformedPolicyDocumentException;
47
- (function (MalformedPolicyDocumentException) {
48
- MalformedPolicyDocumentException.filterSensitiveLog = (obj) => ({
49
- ...obj,
50
- });
51
- })(MalformedPolicyDocumentException = exports.MalformedPolicyDocumentException || (exports.MalformedPolicyDocumentException = {}));
52
- var PackedPolicyTooLargeException;
53
- (function (PackedPolicyTooLargeException) {
54
- PackedPolicyTooLargeException.filterSensitiveLog = (obj) => ({
55
- ...obj,
56
- });
57
- })(PackedPolicyTooLargeException = exports.PackedPolicyTooLargeException || (exports.PackedPolicyTooLargeException = {}));
58
- var RegionDisabledException;
59
- (function (RegionDisabledException) {
60
- RegionDisabledException.filterSensitiveLog = (obj) => ({
61
- ...obj,
62
- });
63
- })(RegionDisabledException = exports.RegionDisabledException || (exports.RegionDisabledException = {}));
64
40
  var AssumeRoleWithSAMLRequest;
65
41
  (function (AssumeRoleWithSAMLRequest) {
66
42
  AssumeRoleWithSAMLRequest.filterSensitiveLog = (obj) => ({
@@ -73,18 +49,6 @@ var AssumeRoleWithSAMLResponse;
73
49
  ...obj,
74
50
  });
75
51
  })(AssumeRoleWithSAMLResponse = exports.AssumeRoleWithSAMLResponse || (exports.AssumeRoleWithSAMLResponse = {}));
76
- var IDPRejectedClaimException;
77
- (function (IDPRejectedClaimException) {
78
- IDPRejectedClaimException.filterSensitiveLog = (obj) => ({
79
- ...obj,
80
- });
81
- })(IDPRejectedClaimException = exports.IDPRejectedClaimException || (exports.IDPRejectedClaimException = {}));
82
- var InvalidIdentityTokenException;
83
- (function (InvalidIdentityTokenException) {
84
- InvalidIdentityTokenException.filterSensitiveLog = (obj) => ({
85
- ...obj,
86
- });
87
- })(InvalidIdentityTokenException = exports.InvalidIdentityTokenException || (exports.InvalidIdentityTokenException = {}));
88
52
  var AssumeRoleWithWebIdentityRequest;
89
53
  (function (AssumeRoleWithWebIdentityRequest) {
90
54
  AssumeRoleWithWebIdentityRequest.filterSensitiveLog = (obj) => ({
@@ -97,12 +61,6 @@ var AssumeRoleWithWebIdentityResponse;
97
61
  ...obj,
98
62
  });
99
63
  })(AssumeRoleWithWebIdentityResponse = exports.AssumeRoleWithWebIdentityResponse || (exports.AssumeRoleWithWebIdentityResponse = {}));
100
- var IDPCommunicationErrorException;
101
- (function (IDPCommunicationErrorException) {
102
- IDPCommunicationErrorException.filterSensitiveLog = (obj) => ({
103
- ...obj,
104
- });
105
- })(IDPCommunicationErrorException = exports.IDPCommunicationErrorException || (exports.IDPCommunicationErrorException = {}));
106
64
  var DecodeAuthorizationMessageRequest;
107
65
  (function (DecodeAuthorizationMessageRequest) {
108
66
  DecodeAuthorizationMessageRequest.filterSensitiveLog = (obj) => ({
@@ -115,12 +73,6 @@ var DecodeAuthorizationMessageResponse;
115
73
  ...obj,
116
74
  });
117
75
  })(DecodeAuthorizationMessageResponse = exports.DecodeAuthorizationMessageResponse || (exports.DecodeAuthorizationMessageResponse = {}));
118
- var InvalidAuthorizationMessageException;
119
- (function (InvalidAuthorizationMessageException) {
120
- InvalidAuthorizationMessageException.filterSensitiveLog = (obj) => ({
121
- ...obj,
122
- });
123
- })(InvalidAuthorizationMessageException = exports.InvalidAuthorizationMessageException || (exports.InvalidAuthorizationMessageException = {}));
124
76
  var GetAccessKeyInfoRequest;
125
77
  (function (GetAccessKeyInfoRequest) {
126
78
  GetAccessKeyInfoRequest.filterSensitiveLog = (obj) => ({
@@ -13,13 +13,18 @@ const util_body_length_browser_1 = require("@aws-sdk/util-body-length-browser");
13
13
  const util_user_agent_browser_1 = require("@aws-sdk/util-user-agent-browser");
14
14
  const util_utf8_browser_1 = require("@aws-sdk/util-utf8-browser");
15
15
  const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
16
+ const smithy_client_1 = require("@aws-sdk/smithy-client");
17
+ const util_defaults_mode_browser_1 = require("@aws-sdk/util-defaults-mode-browser");
16
18
  const getRuntimeConfig = (config) => {
17
19
  var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q;
20
+ const defaultsMode = util_defaults_mode_browser_1.resolveDefaultsModeConfig(config);
21
+ const defaultConfigProvider = () => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode);
18
22
  const clientSharedValues = runtimeConfig_shared_1.getRuntimeConfig(config);
19
23
  return {
20
24
  ...clientSharedValues,
21
25
  ...config,
22
26
  runtime: "browser",
27
+ defaultsMode,
23
28
  base64Decoder: (_a = config === null || config === void 0 ? void 0 : config.base64Decoder) !== null && _a !== void 0 ? _a : util_base64_browser_1.fromBase64,
24
29
  base64Encoder: (_b = config === null || config === void 0 ? void 0 : config.base64Encoder) !== null && _b !== void 0 ? _b : util_base64_browser_1.toBase64,
25
30
  bodyLengthChecker: (_c = config === null || config === void 0 ? void 0 : config.bodyLengthChecker) !== null && _c !== void 0 ? _c : util_body_length_browser_1.calculateBodyLength,
@@ -27,8 +32,8 @@ const getRuntimeConfig = (config) => {
27
32
  defaultUserAgentProvider: (_e = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _e !== void 0 ? _e : util_user_agent_browser_1.defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
28
33
  maxAttempts: (_f = config === null || config === void 0 ? void 0 : config.maxAttempts) !== null && _f !== void 0 ? _f : middleware_retry_1.DEFAULT_MAX_ATTEMPTS,
29
34
  region: (_g = config === null || config === void 0 ? void 0 : config.region) !== null && _g !== void 0 ? _g : invalid_dependency_1.invalidProvider("Region is missing"),
30
- requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new fetch_http_handler_1.FetchHttpHandler(),
31
- retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : (() => Promise.resolve(middleware_retry_1.DEFAULT_RETRY_MODE)),
35
+ requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new fetch_http_handler_1.FetchHttpHandler(defaultConfigProvider),
36
+ retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : (async () => (await defaultConfigProvider()).retryMode || middleware_retry_1.DEFAULT_RETRY_MODE),
32
37
  sha256: (_k = config === null || config === void 0 ? void 0 : config.sha256) !== null && _k !== void 0 ? _k : sha256_browser_1.Sha256,
33
38
  streamCollector: (_l = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _l !== void 0 ? _l : fetch_http_handler_1.streamCollector,
34
39
  useDualstackEndpoint: (_m = config === null || config === void 0 ? void 0 : config.useDualstackEndpoint) !== null && _m !== void 0 ? _m : (() => Promise.resolve(config_resolver_1.DEFAULT_USE_DUALSTACK_ENDPOINT)),
@@ -16,14 +16,17 @@ const util_user_agent_node_1 = require("@aws-sdk/util-user-agent-node");
16
16
  const util_utf8_node_1 = require("@aws-sdk/util-utf8-node");
17
17
  const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
18
18
  const smithy_client_1 = require("@aws-sdk/smithy-client");
19
+ const util_defaults_mode_node_1 = require("@aws-sdk/util-defaults-mode-node");
19
20
  const getRuntimeConfig = (config) => {
20
21
  var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q;
21
- smithy_client_1.emitWarningIfUnsupportedVersion(process.version);
22
+ const defaultsMode = util_defaults_mode_node_1.resolveDefaultsModeConfig(config);
23
+ const defaultConfigProvider = () => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode);
22
24
  const clientSharedValues = runtimeConfig_shared_1.getRuntimeConfig(config);
23
25
  return {
24
26
  ...clientSharedValues,
25
27
  ...config,
26
28
  runtime: "node",
29
+ defaultsMode,
27
30
  base64Decoder: (_a = config === null || config === void 0 ? void 0 : config.base64Decoder) !== null && _a !== void 0 ? _a : util_base64_node_1.fromBase64,
28
31
  base64Encoder: (_b = config === null || config === void 0 ? void 0 : config.base64Encoder) !== null && _b !== void 0 ? _b : util_base64_node_1.toBase64,
29
32
  bodyLengthChecker: (_c = config === null || config === void 0 ? void 0 : config.bodyLengthChecker) !== null && _c !== void 0 ? _c : util_body_length_node_1.calculateBodyLength,
@@ -31,8 +34,11 @@ const getRuntimeConfig = (config) => {
31
34
  defaultUserAgentProvider: (_e = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _e !== void 0 ? _e : util_user_agent_node_1.defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
32
35
  maxAttempts: (_f = config === null || config === void 0 ? void 0 : config.maxAttempts) !== null && _f !== void 0 ? _f : node_config_provider_1.loadConfig(middleware_retry_1.NODE_MAX_ATTEMPT_CONFIG_OPTIONS),
33
36
  region: (_g = config === null || config === void 0 ? void 0 : config.region) !== null && _g !== void 0 ? _g : node_config_provider_1.loadConfig(config_resolver_1.NODE_REGION_CONFIG_OPTIONS, config_resolver_1.NODE_REGION_CONFIG_FILE_OPTIONS),
34
- requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new node_http_handler_1.NodeHttpHandler(),
35
- retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : node_config_provider_1.loadConfig(middleware_retry_1.NODE_RETRY_MODE_CONFIG_OPTIONS),
37
+ requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new node_http_handler_1.NodeHttpHandler(defaultConfigProvider),
38
+ retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : node_config_provider_1.loadConfig({
39
+ ...middleware_retry_1.NODE_RETRY_MODE_CONFIG_OPTIONS,
40
+ default: async () => (await defaultConfigProvider()).retryMode || middleware_retry_1.DEFAULT_RETRY_MODE,
41
+ }),
36
42
  sha256: (_k = config === null || config === void 0 ? void 0 : config.sha256) !== null && _k !== void 0 ? _k : hash_node_1.Hash.bind(null, "sha256"),
37
43
  streamCollector: (_l = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _l !== void 0 ? _l : node_http_handler_1.streamCollector,
38
44
  useDualstackEndpoint: (_m = config === null || config === void 0 ? void 0 : config.useDualstackEndpoint) !== null && _m !== void 0 ? _m : node_config_provider_1.loadConfig(config_resolver_1.NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS),
@@ -12,10 +12,6 @@ var regionHash = {
12
12
  },
13
13
  "us-east-1": {
14
14
  variants: [
15
- {
16
- hostname: "sts.us-east-1.amazonaws.com",
17
- tags: [],
18
- },
19
15
  {
20
16
  hostname: "sts-fips.us-east-1.amazonaws.com",
21
17
  tags: ["fips"],
@@ -24,10 +20,6 @@ var regionHash = {
24
20
  },
25
21
  "us-east-2": {
26
22
  variants: [
27
- {
28
- hostname: "sts.us-east-2.amazonaws.com",
29
- tags: [],
30
- },
31
23
  {
32
24
  hostname: "sts-fips.us-east-2.amazonaws.com",
33
25
  tags: ["fips"],
@@ -36,10 +28,6 @@ var regionHash = {
36
28
  },
37
29
  "us-gov-east-1": {
38
30
  variants: [
39
- {
40
- hostname: "sts.us-gov-east-1.amazonaws.com",
41
- tags: [],
42
- },
43
31
  {
44
32
  hostname: "sts.us-gov-east-1.amazonaws.com",
45
33
  tags: ["fips"],
@@ -48,10 +36,6 @@ var regionHash = {
48
36
  },
49
37
  "us-gov-west-1": {
50
38
  variants: [
51
- {
52
- hostname: "sts.us-gov-west-1.amazonaws.com",
53
- tags: [],
54
- },
55
39
  {
56
40
  hostname: "sts.us-gov-west-1.amazonaws.com",
57
41
  tags: ["fips"],
@@ -60,10 +44,6 @@ var regionHash = {
60
44
  },
61
45
  "us-west-1": {
62
46
  variants: [
63
- {
64
- hostname: "sts.us-west-1.amazonaws.com",
65
- tags: [],
66
- },
67
47
  {
68
48
  hostname: "sts-fips.us-west-1.amazonaws.com",
69
49
  tags: ["fips"],
@@ -72,10 +52,6 @@ var regionHash = {
72
52
  },
73
53
  "us-west-2": {
74
54
  variants: [
75
- {
76
- hostname: "sts.us-west-2.amazonaws.com",
77
- tags: [],
78
- },
79
55
  {
80
56
  hostname: "sts-fips.us-west-2.amazonaws.com",
81
57
  tags: ["fips"],
@@ -94,6 +70,7 @@ var partitionHash = {
94
70
  "ap-south-1",
95
71
  "ap-southeast-1",
96
72
  "ap-southeast-2",
73
+ "ap-southeast-3",
97
74
  "aws-global",
98
75
  "ca-central-1",
99
76
  "eu-central-1",
@@ -23,22 +23,6 @@ export var AssumeRoleResponse;
23
23
  (function (AssumeRoleResponse) {
24
24
  AssumeRoleResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
25
25
  })(AssumeRoleResponse || (AssumeRoleResponse = {}));
26
- export var ExpiredTokenException;
27
- (function (ExpiredTokenException) {
28
- ExpiredTokenException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
29
- })(ExpiredTokenException || (ExpiredTokenException = {}));
30
- export var MalformedPolicyDocumentException;
31
- (function (MalformedPolicyDocumentException) {
32
- MalformedPolicyDocumentException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
33
- })(MalformedPolicyDocumentException || (MalformedPolicyDocumentException = {}));
34
- export var PackedPolicyTooLargeException;
35
- (function (PackedPolicyTooLargeException) {
36
- PackedPolicyTooLargeException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
37
- })(PackedPolicyTooLargeException || (PackedPolicyTooLargeException = {}));
38
- export var RegionDisabledException;
39
- (function (RegionDisabledException) {
40
- RegionDisabledException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
41
- })(RegionDisabledException || (RegionDisabledException = {}));
42
26
  export var AssumeRoleWithSAMLRequest;
43
27
  (function (AssumeRoleWithSAMLRequest) {
44
28
  AssumeRoleWithSAMLRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -47,14 +31,6 @@ export var AssumeRoleWithSAMLResponse;
47
31
  (function (AssumeRoleWithSAMLResponse) {
48
32
  AssumeRoleWithSAMLResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
49
33
  })(AssumeRoleWithSAMLResponse || (AssumeRoleWithSAMLResponse = {}));
50
- export var IDPRejectedClaimException;
51
- (function (IDPRejectedClaimException) {
52
- IDPRejectedClaimException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
53
- })(IDPRejectedClaimException || (IDPRejectedClaimException = {}));
54
- export var InvalidIdentityTokenException;
55
- (function (InvalidIdentityTokenException) {
56
- InvalidIdentityTokenException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
57
- })(InvalidIdentityTokenException || (InvalidIdentityTokenException = {}));
58
34
  export var AssumeRoleWithWebIdentityRequest;
59
35
  (function (AssumeRoleWithWebIdentityRequest) {
60
36
  AssumeRoleWithWebIdentityRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -63,10 +39,6 @@ export var AssumeRoleWithWebIdentityResponse;
63
39
  (function (AssumeRoleWithWebIdentityResponse) {
64
40
  AssumeRoleWithWebIdentityResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
65
41
  })(AssumeRoleWithWebIdentityResponse || (AssumeRoleWithWebIdentityResponse = {}));
66
- export var IDPCommunicationErrorException;
67
- (function (IDPCommunicationErrorException) {
68
- IDPCommunicationErrorException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
69
- })(IDPCommunicationErrorException || (IDPCommunicationErrorException = {}));
70
42
  export var DecodeAuthorizationMessageRequest;
71
43
  (function (DecodeAuthorizationMessageRequest) {
72
44
  DecodeAuthorizationMessageRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -75,10 +47,6 @@ export var DecodeAuthorizationMessageResponse;
75
47
  (function (DecodeAuthorizationMessageResponse) {
76
48
  DecodeAuthorizationMessageResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
77
49
  })(DecodeAuthorizationMessageResponse || (DecodeAuthorizationMessageResponse = {}));
78
- export var InvalidAuthorizationMessageException;
79
- (function (InvalidAuthorizationMessageException) {
80
- InvalidAuthorizationMessageException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
81
- })(InvalidAuthorizationMessageException || (InvalidAuthorizationMessageException = {}));
82
50
  export var GetAccessKeyInfoRequest;
83
51
  (function (GetAccessKeyInfoRequest) {
84
52
  GetAccessKeyInfoRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -1,8 +1,8 @@
1
- import { __assign } from "tslib";
1
+ import { __assign, __awaiter, __generator } from "tslib";
2
2
  import packageInfo from "../package.json";
3
3
  import { Sha256 } from "@aws-crypto/sha256-browser";
4
4
  import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver";
5
- import { FetchHttpHandler, streamCollector } from "@aws-sdk/fetch-http-handler";
5
+ import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler";
6
6
  import { invalidProvider } from "@aws-sdk/invalid-dependency";
7
7
  import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/middleware-retry";
8
8
  import { fromBase64, toBase64 } from "@aws-sdk/util-base64-browser";
@@ -10,8 +10,17 @@ import { calculateBodyLength } from "@aws-sdk/util-body-length-browser";
10
10
  import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser";
11
11
  import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8-browser";
12
12
  import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
13
+ import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client";
14
+ import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser";
13
15
  export var getRuntimeConfig = function (config) {
14
16
  var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q;
17
+ var defaultsMode = resolveDefaultsModeConfig(config);
18
+ var defaultConfigProvider = function () { return defaultsMode().then(loadConfigsForDefaultMode); };
15
19
  var clientSharedValues = getSharedRuntimeConfig(config);
16
- return __assign(__assign(__assign({}, clientSharedValues), config), { runtime: "browser", base64Decoder: (_a = config === null || config === void 0 ? void 0 : config.base64Decoder) !== null && _a !== void 0 ? _a : fromBase64, base64Encoder: (_b = config === null || config === void 0 ? void 0 : config.base64Encoder) !== null && _b !== void 0 ? _b : toBase64, bodyLengthChecker: (_c = config === null || config === void 0 ? void 0 : config.bodyLengthChecker) !== null && _c !== void 0 ? _c : calculateBodyLength, credentialDefaultProvider: (_d = config === null || config === void 0 ? void 0 : config.credentialDefaultProvider) !== null && _d !== void 0 ? _d : (function (_) { return function () { return Promise.reject(new Error("Credential is missing")); }; }), defaultUserAgentProvider: (_e = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _e !== void 0 ? _e : defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }), maxAttempts: (_f = config === null || config === void 0 ? void 0 : config.maxAttempts) !== null && _f !== void 0 ? _f : DEFAULT_MAX_ATTEMPTS, region: (_g = config === null || config === void 0 ? void 0 : config.region) !== null && _g !== void 0 ? _g : invalidProvider("Region is missing"), requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new FetchHttpHandler(), retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : (function () { return Promise.resolve(DEFAULT_RETRY_MODE); }), sha256: (_k = config === null || config === void 0 ? void 0 : config.sha256) !== null && _k !== void 0 ? _k : Sha256, streamCollector: (_l = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _l !== void 0 ? _l : streamCollector, useDualstackEndpoint: (_m = config === null || config === void 0 ? void 0 : config.useDualstackEndpoint) !== null && _m !== void 0 ? _m : (function () { return Promise.resolve(DEFAULT_USE_DUALSTACK_ENDPOINT); }), useFipsEndpoint: (_o = config === null || config === void 0 ? void 0 : config.useFipsEndpoint) !== null && _o !== void 0 ? _o : (function () { return Promise.resolve(DEFAULT_USE_FIPS_ENDPOINT); }), utf8Decoder: (_p = config === null || config === void 0 ? void 0 : config.utf8Decoder) !== null && _p !== void 0 ? _p : fromUtf8, utf8Encoder: (_q = config === null || config === void 0 ? void 0 : config.utf8Encoder) !== null && _q !== void 0 ? _q : toUtf8 });
20
+ return __assign(__assign(__assign({}, clientSharedValues), config), { runtime: "browser", defaultsMode: defaultsMode, base64Decoder: (_a = config === null || config === void 0 ? void 0 : config.base64Decoder) !== null && _a !== void 0 ? _a : fromBase64, base64Encoder: (_b = config === null || config === void 0 ? void 0 : config.base64Encoder) !== null && _b !== void 0 ? _b : toBase64, bodyLengthChecker: (_c = config === null || config === void 0 ? void 0 : config.bodyLengthChecker) !== null && _c !== void 0 ? _c : calculateBodyLength, credentialDefaultProvider: (_d = config === null || config === void 0 ? void 0 : config.credentialDefaultProvider) !== null && _d !== void 0 ? _d : (function (_) { return function () { return Promise.reject(new Error("Credential is missing")); }; }), defaultUserAgentProvider: (_e = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _e !== void 0 ? _e : defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }), maxAttempts: (_f = config === null || config === void 0 ? void 0 : config.maxAttempts) !== null && _f !== void 0 ? _f : DEFAULT_MAX_ATTEMPTS, region: (_g = config === null || config === void 0 ? void 0 : config.region) !== null && _g !== void 0 ? _g : invalidProvider("Region is missing"), requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new RequestHandler(defaultConfigProvider), retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : (function () { return __awaiter(void 0, void 0, void 0, function () { return __generator(this, function (_a) {
21
+ switch (_a.label) {
22
+ case 0: return [4, defaultConfigProvider()];
23
+ case 1: return [2, (_a.sent()).retryMode || DEFAULT_RETRY_MODE];
24
+ }
25
+ }); }); }), sha256: (_k = config === null || config === void 0 ? void 0 : config.sha256) !== null && _k !== void 0 ? _k : Sha256, streamCollector: (_l = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _l !== void 0 ? _l : streamCollector, useDualstackEndpoint: (_m = config === null || config === void 0 ? void 0 : config.useDualstackEndpoint) !== null && _m !== void 0 ? _m : (function () { return Promise.resolve(DEFAULT_USE_DUALSTACK_ENDPOINT); }), useFipsEndpoint: (_o = config === null || config === void 0 ? void 0 : config.useFipsEndpoint) !== null && _o !== void 0 ? _o : (function () { return Promise.resolve(DEFAULT_USE_FIPS_ENDPOINT); }), utf8Decoder: (_p = config === null || config === void 0 ? void 0 : config.utf8Decoder) !== null && _p !== void 0 ? _p : fromUtf8, utf8Encoder: (_q = config === null || config === void 0 ? void 0 : config.utf8Encoder) !== null && _q !== void 0 ? _q : toUtf8 });
17
26
  };
@@ -1,21 +1,28 @@
1
- import { __assign } from "tslib";
1
+ import { __assign, __awaiter, __generator } from "tslib";
2
2
  import packageInfo from "../package.json";
3
3
  import { decorateDefaultCredentialProvider } from "./defaultStsRoleAssumers";
4
4
  import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, } from "@aws-sdk/config-resolver";
5
5
  import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node";
6
6
  import { Hash } from "@aws-sdk/hash-node";
7
- import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry";
7
+ import { DEFAULT_RETRY_MODE, NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS, } from "@aws-sdk/middleware-retry";
8
8
  import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider";
9
- import { NodeHttpHandler, streamCollector } from "@aws-sdk/node-http-handler";
9
+ import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler";
10
10
  import { fromBase64, toBase64 } from "@aws-sdk/util-base64-node";
11
11
  import { calculateBodyLength } from "@aws-sdk/util-body-length-node";
12
12
  import { defaultUserAgent } from "@aws-sdk/util-user-agent-node";
13
13
  import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8-node";
14
14
  import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
15
- import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client";
15
+ import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client";
16
+ import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node";
16
17
  export var getRuntimeConfig = function (config) {
17
18
  var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q;
18
- emitWarningIfUnsupportedVersion(process.version);
19
+ var defaultsMode = resolveDefaultsModeConfig(config);
20
+ var defaultConfigProvider = function () { return defaultsMode().then(loadConfigsForDefaultMode); };
19
21
  var clientSharedValues = getSharedRuntimeConfig(config);
20
- return __assign(__assign(__assign({}, clientSharedValues), config), { runtime: "node", base64Decoder: (_a = config === null || config === void 0 ? void 0 : config.base64Decoder) !== null && _a !== void 0 ? _a : fromBase64, base64Encoder: (_b = config === null || config === void 0 ? void 0 : config.base64Encoder) !== null && _b !== void 0 ? _b : toBase64, bodyLengthChecker: (_c = config === null || config === void 0 ? void 0 : config.bodyLengthChecker) !== null && _c !== void 0 ? _c : calculateBodyLength, credentialDefaultProvider: (_d = config === null || config === void 0 ? void 0 : config.credentialDefaultProvider) !== null && _d !== void 0 ? _d : decorateDefaultCredentialProvider(credentialDefaultProvider), defaultUserAgentProvider: (_e = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _e !== void 0 ? _e : defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }), maxAttempts: (_f = config === null || config === void 0 ? void 0 : config.maxAttempts) !== null && _f !== void 0 ? _f : loadNodeConfig(NODE_MAX_ATTEMPT_CONFIG_OPTIONS), region: (_g = config === null || config === void 0 ? void 0 : config.region) !== null && _g !== void 0 ? _g : loadNodeConfig(NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS), requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new NodeHttpHandler(), retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : loadNodeConfig(NODE_RETRY_MODE_CONFIG_OPTIONS), sha256: (_k = config === null || config === void 0 ? void 0 : config.sha256) !== null && _k !== void 0 ? _k : Hash.bind(null, "sha256"), streamCollector: (_l = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _l !== void 0 ? _l : streamCollector, useDualstackEndpoint: (_m = config === null || config === void 0 ? void 0 : config.useDualstackEndpoint) !== null && _m !== void 0 ? _m : loadNodeConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS), useFipsEndpoint: (_o = config === null || config === void 0 ? void 0 : config.useFipsEndpoint) !== null && _o !== void 0 ? _o : loadNodeConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS), utf8Decoder: (_p = config === null || config === void 0 ? void 0 : config.utf8Decoder) !== null && _p !== void 0 ? _p : fromUtf8, utf8Encoder: (_q = config === null || config === void 0 ? void 0 : config.utf8Encoder) !== null && _q !== void 0 ? _q : toUtf8 });
22
+ return __assign(__assign(__assign({}, clientSharedValues), config), { runtime: "node", defaultsMode: defaultsMode, base64Decoder: (_a = config === null || config === void 0 ? void 0 : config.base64Decoder) !== null && _a !== void 0 ? _a : fromBase64, base64Encoder: (_b = config === null || config === void 0 ? void 0 : config.base64Encoder) !== null && _b !== void 0 ? _b : toBase64, bodyLengthChecker: (_c = config === null || config === void 0 ? void 0 : config.bodyLengthChecker) !== null && _c !== void 0 ? _c : calculateBodyLength, credentialDefaultProvider: (_d = config === null || config === void 0 ? void 0 : config.credentialDefaultProvider) !== null && _d !== void 0 ? _d : decorateDefaultCredentialProvider(credentialDefaultProvider), defaultUserAgentProvider: (_e = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _e !== void 0 ? _e : defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }), maxAttempts: (_f = config === null || config === void 0 ? void 0 : config.maxAttempts) !== null && _f !== void 0 ? _f : loadNodeConfig(NODE_MAX_ATTEMPT_CONFIG_OPTIONS), region: (_g = config === null || config === void 0 ? void 0 : config.region) !== null && _g !== void 0 ? _g : loadNodeConfig(NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS), requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new RequestHandler(defaultConfigProvider), retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : loadNodeConfig(__assign(__assign({}, NODE_RETRY_MODE_CONFIG_OPTIONS), { default: function () { return __awaiter(void 0, void 0, void 0, function () { return __generator(this, function (_a) {
23
+ switch (_a.label) {
24
+ case 0: return [4, defaultConfigProvider()];
25
+ case 1: return [2, (_a.sent()).retryMode || DEFAULT_RETRY_MODE];
26
+ }
27
+ }); }); } })), sha256: (_k = config === null || config === void 0 ? void 0 : config.sha256) !== null && _k !== void 0 ? _k : Hash.bind(null, "sha256"), streamCollector: (_l = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _l !== void 0 ? _l : streamCollector, useDualstackEndpoint: (_m = config === null || config === void 0 ? void 0 : config.useDualstackEndpoint) !== null && _m !== void 0 ? _m : loadNodeConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS), useFipsEndpoint: (_o = config === null || config === void 0 ? void 0 : config.useFipsEndpoint) !== null && _o !== void 0 ? _o : loadNodeConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS), utf8Decoder: (_p = config === null || config === void 0 ? void 0 : config.utf8Decoder) !== null && _p !== void 0 ? _p : fromUtf8, utf8Encoder: (_q = config === null || config === void 0 ? void 0 : config.utf8Encoder) !== null && _q !== void 0 ? _q : toUtf8 });
21
28
  };
@@ -4,7 +4,7 @@ import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry
4
4
  import { StsAuthInputConfig, StsAuthResolvedConfig } from "@aws-sdk/middleware-sdk-sts";
5
5
  import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
6
  import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
- import { Client as __Client, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
7
+ import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
8
  import { Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
9
  import { AssumeRoleCommandInput, AssumeRoleCommandOutput } from "./commands/AssumeRoleCommand";
10
10
  import { AssumeRoleWithSAMLCommandInput, AssumeRoleWithSAMLCommandOutput } from "./commands/AssumeRoleWithSAMLCommand";
@@ -116,6 +116,10 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
116
116
  * @internal
117
117
  */
118
118
  defaultUserAgentProvider?: Provider<__UserAgent>;
119
+ /**
120
+ * The {@link DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
121
+ */
122
+ defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
119
123
  }
120
124
  declare type STSClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & StsAuthInputConfig & UserAgentInputConfig;
121
125
  /**
@@ -361,12 +361,6 @@ export interface ExpiredTokenException extends __SmithyException, $MetadataBeare
361
361
  $fault: "client";
362
362
  message?: string;
363
363
  }
364
- export declare namespace ExpiredTokenException {
365
- /**
366
- * @internal
367
- */
368
- const filterSensitiveLog: (obj: ExpiredTokenException) => any;
369
- }
370
364
  /**
371
365
  * <p>The request was rejected because the policy document was malformed. The error message
372
366
  * describes the specific error.</p>
@@ -376,12 +370,6 @@ export interface MalformedPolicyDocumentException extends __SmithyException, $Me
376
370
  $fault: "client";
377
371
  message?: string;
378
372
  }
379
- export declare namespace MalformedPolicyDocumentException {
380
- /**
381
- * @internal
382
- */
383
- const filterSensitiveLog: (obj: MalformedPolicyDocumentException) => any;
384
- }
385
373
  /**
386
374
  * <p>The request was rejected because the total packed size of the session policies and
387
375
  * session tags combined was too large. An Amazon Web Services conversion compresses the session policy
@@ -398,12 +386,6 @@ export interface PackedPolicyTooLargeException extends __SmithyException, $Metad
398
386
  $fault: "client";
399
387
  message?: string;
400
388
  }
401
- export declare namespace PackedPolicyTooLargeException {
402
- /**
403
- * @internal
404
- */
405
- const filterSensitiveLog: (obj: PackedPolicyTooLargeException) => any;
406
- }
407
389
  /**
408
390
  * <p>STS is not activated in the requested region for the account that is being asked to
409
391
  * generate credentials. The account administrator must use the IAM console to activate STS
@@ -416,12 +398,6 @@ export interface RegionDisabledException extends __SmithyException, $MetadataBea
416
398
  $fault: "client";
417
399
  message?: string;
418
400
  }
419
- export declare namespace RegionDisabledException {
420
- /**
421
- * @internal
422
- */
423
- const filterSensitiveLog: (obj: RegionDisabledException) => any;
424
- }
425
401
  export interface AssumeRoleWithSAMLRequest {
426
402
  /**
427
403
  * <p>The Amazon Resource Name (ARN) of the role that the caller is assuming.</p>
@@ -630,12 +606,6 @@ export interface IDPRejectedClaimException extends __SmithyException, $MetadataB
630
606
  $fault: "client";
631
607
  message?: string;
632
608
  }
633
- export declare namespace IDPRejectedClaimException {
634
- /**
635
- * @internal
636
- */
637
- const filterSensitiveLog: (obj: IDPRejectedClaimException) => any;
638
- }
639
609
  /**
640
610
  * <p>The web identity token that was passed could not be validated by Amazon Web Services. Get a new
641
611
  * identity token from the identity provider and then retry the request.</p>
@@ -645,12 +615,6 @@ export interface InvalidIdentityTokenException extends __SmithyException, $Metad
645
615
  $fault: "client";
646
616
  message?: string;
647
617
  }
648
- export declare namespace InvalidIdentityTokenException {
649
- /**
650
- * @internal
651
- */
652
- const filterSensitiveLog: (obj: InvalidIdentityTokenException) => any;
653
- }
654
618
  export interface AssumeRoleWithWebIdentityRequest {
655
619
  /**
656
620
  * <p>The Amazon Resource Name (ARN) of the role that the caller is assuming.</p>
@@ -854,12 +818,6 @@ export interface IDPCommunicationErrorException extends __SmithyException, $Meta
854
818
  $fault: "client";
855
819
  message?: string;
856
820
  }
857
- export declare namespace IDPCommunicationErrorException {
858
- /**
859
- * @internal
860
- */
861
- const filterSensitiveLog: (obj: IDPCommunicationErrorException) => any;
862
- }
863
821
  export interface DecodeAuthorizationMessageRequest {
864
822
  /**
865
823
  * <p>The encoded message that was returned with the response.</p>
@@ -898,12 +856,6 @@ export interface InvalidAuthorizationMessageException extends __SmithyException,
898
856
  $fault: "client";
899
857
  message?: string;
900
858
  }
901
- export declare namespace InvalidAuthorizationMessageException {
902
- /**
903
- * @internal
904
- */
905
- const filterSensitiveLog: (obj: InvalidAuthorizationMessageException) => any;
906
- }
907
859
  export interface GetAccessKeyInfoRequest {
908
860
  /**
909
861
  * <p>The identifier of an access key.</p>
@@ -1,10 +1,11 @@
1
- import { FetchHttpHandler } from "@aws-sdk/fetch-http-handler";
1
+ import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
2
2
  import { STSClientConfig } from "./STSClient";
3
3
  /**
4
4
  * @internal
5
5
  */
6
6
  export declare const getRuntimeConfig: (config: STSClientConfig) => {
7
7
  runtime: string;
8
+ defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
8
9
  base64Decoder: import("@aws-sdk/types").Decoder;
9
10
  base64Encoder: import("@aws-sdk/types").Encoder;
10
11
  bodyLengthChecker: (body: any) => number | undefined;
@@ -12,7 +13,7 @@ export declare const getRuntimeConfig: (config: STSClientConfig) => {
12
13
  defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
13
14
  maxAttempts: number | import("@aws-sdk/types").Provider<number>;
14
15
  region: string | import("@aws-sdk/types").Provider<any>;
15
- requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | FetchHttpHandler;
16
+ requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
16
17
  retryMode: string | import("@aws-sdk/types").Provider<string>;
17
18
  sha256: import("@aws-sdk/types").HashConstructor;
18
19
  streamCollector: import("@aws-sdk/types").StreamCollector;
@@ -1,10 +1,11 @@
1
- import { NodeHttpHandler } from "@aws-sdk/node-http-handler";
1
+ import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
2
2
  import { STSClientConfig } from "./STSClient";
3
3
  /**
4
4
  * @internal
5
5
  */
6
6
  export declare const getRuntimeConfig: (config: STSClientConfig) => {
7
7
  runtime: string;
8
+ defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
8
9
  base64Decoder: import("@aws-sdk/types").Decoder;
9
10
  base64Encoder: import("@aws-sdk/types").Encoder;
10
11
  bodyLengthChecker: (body: any) => number | undefined;
@@ -12,7 +13,7 @@ export declare const getRuntimeConfig: (config: STSClientConfig) => {
12
13
  defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
13
14
  maxAttempts: number | import("@aws-sdk/types").Provider<number>;
14
15
  region: string | import("@aws-sdk/types").Provider<string>;
15
- requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | NodeHttpHandler;
16
+ requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
16
17
  retryMode: string | import("@aws-sdk/types").Provider<string>;
17
18
  sha256: import("@aws-sdk/types").HashConstructor;
18
19
  streamCollector: import("@aws-sdk/types").StreamCollector;
@@ -25,6 +25,7 @@ export declare const getRuntimeConfig: (config: STSClientConfig) => {
25
25
  credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
26
26
  regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
27
27
  defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
28
+ defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode> | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
28
29
  endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
29
30
  tls?: boolean | undefined;
30
31
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
@@ -4,7 +4,7 @@ import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry
4
4
  import { StsAuthInputConfig, StsAuthResolvedConfig } from "@aws-sdk/middleware-sdk-sts";
5
5
  import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
6
  import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
- import { Client as __Client, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
7
+ import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
8
  import { Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
9
  import { AssumeRoleCommandInput, AssumeRoleCommandOutput } from "./commands/AssumeRoleCommand";
10
10
  import { AssumeRoleWithSAMLCommandInput, AssumeRoleWithSAMLCommandOutput } from "./commands/AssumeRoleWithSAMLCommand";
@@ -59,6 +59,8 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
59
59
  regionInfoProvider?: RegionInfoProvider;
60
60
 
61
61
  defaultUserAgentProvider?: Provider<__UserAgent>;
62
+
63
+ defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
62
64
  }
63
65
  declare type STSClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & StsAuthInputConfig & UserAgentInputConfig;
64
66
 
@@ -94,40 +94,24 @@ export interface ExpiredTokenException extends __SmithyException, $MetadataBeare
94
94
  $fault: "client";
95
95
  message?: string;
96
96
  }
97
- export declare namespace ExpiredTokenException {
98
-
99
- const filterSensitiveLog: (obj: ExpiredTokenException) => any;
100
- }
101
97
 
102
98
  export interface MalformedPolicyDocumentException extends __SmithyException, $MetadataBearer {
103
99
  name: "MalformedPolicyDocumentException";
104
100
  $fault: "client";
105
101
  message?: string;
106
102
  }
107
- export declare namespace MalformedPolicyDocumentException {
108
-
109
- const filterSensitiveLog: (obj: MalformedPolicyDocumentException) => any;
110
- }
111
103
 
112
104
  export interface PackedPolicyTooLargeException extends __SmithyException, $MetadataBearer {
113
105
  name: "PackedPolicyTooLargeException";
114
106
  $fault: "client";
115
107
  message?: string;
116
108
  }
117
- export declare namespace PackedPolicyTooLargeException {
118
-
119
- const filterSensitiveLog: (obj: PackedPolicyTooLargeException) => any;
120
- }
121
109
 
122
110
  export interface RegionDisabledException extends __SmithyException, $MetadataBearer {
123
111
  name: "RegionDisabledException";
124
112
  $fault: "client";
125
113
  message?: string;
126
114
  }
127
- export declare namespace RegionDisabledException {
128
-
129
- const filterSensitiveLog: (obj: RegionDisabledException) => any;
130
- }
131
115
  export interface AssumeRoleWithSAMLRequest {
132
116
 
133
117
  RoleArn: string | undefined;
@@ -177,20 +161,12 @@ export interface IDPRejectedClaimException extends __SmithyException, $MetadataB
177
161
  $fault: "client";
178
162
  message?: string;
179
163
  }
180
- export declare namespace IDPRejectedClaimException {
181
-
182
- const filterSensitiveLog: (obj: IDPRejectedClaimException) => any;
183
- }
184
164
 
185
165
  export interface InvalidIdentityTokenException extends __SmithyException, $MetadataBearer {
186
166
  name: "InvalidIdentityTokenException";
187
167
  $fault: "client";
188
168
  message?: string;
189
169
  }
190
- export declare namespace InvalidIdentityTokenException {
191
-
192
- const filterSensitiveLog: (obj: InvalidIdentityTokenException) => any;
193
- }
194
170
  export interface AssumeRoleWithWebIdentityRequest {
195
171
 
196
172
  RoleArn: string | undefined;
@@ -238,10 +214,6 @@ export interface IDPCommunicationErrorException extends __SmithyException, $Meta
238
214
  $fault: "client";
239
215
  message?: string;
240
216
  }
241
- export declare namespace IDPCommunicationErrorException {
242
-
243
- const filterSensitiveLog: (obj: IDPCommunicationErrorException) => any;
244
- }
245
217
  export interface DecodeAuthorizationMessageRequest {
246
218
 
247
219
  EncodedMessage: string | undefined;
@@ -265,10 +237,6 @@ export interface InvalidAuthorizationMessageException extends __SmithyException,
265
237
  $fault: "client";
266
238
  message?: string;
267
239
  }
268
- export declare namespace InvalidAuthorizationMessageException {
269
-
270
- const filterSensitiveLog: (obj: InvalidAuthorizationMessageException) => any;
271
- }
272
240
  export interface GetAccessKeyInfoRequest {
273
241
 
274
242
  AccessKeyId: string | undefined;
@@ -1,8 +1,9 @@
1
- import { FetchHttpHandler } from "@aws-sdk/fetch-http-handler";
1
+ import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
2
2
  import { STSClientConfig } from "./STSClient";
3
3
 
4
4
  export declare const getRuntimeConfig: (config: STSClientConfig) => {
5
5
  runtime: string;
6
+ defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
6
7
  base64Decoder: import("@aws-sdk/types").Decoder;
7
8
  base64Encoder: import("@aws-sdk/types").Encoder;
8
9
  bodyLengthChecker: (body: any) => number | undefined;
@@ -10,7 +11,7 @@ export declare const getRuntimeConfig: (config: STSClientConfig) => {
10
11
  defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
11
12
  maxAttempts: number | import("@aws-sdk/types").Provider<number>;
12
13
  region: string | import("@aws-sdk/types").Provider<any>;
13
- requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | FetchHttpHandler;
14
+ requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
14
15
  retryMode: string | import("@aws-sdk/types").Provider<string>;
15
16
  sha256: import("@aws-sdk/types").HashConstructor;
16
17
  streamCollector: import("@aws-sdk/types").StreamCollector;
@@ -1,8 +1,9 @@
1
- import { NodeHttpHandler } from "@aws-sdk/node-http-handler";
1
+ import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
2
2
  import { STSClientConfig } from "./STSClient";
3
3
 
4
4
  export declare const getRuntimeConfig: (config: STSClientConfig) => {
5
5
  runtime: string;
6
+ defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
6
7
  base64Decoder: import("@aws-sdk/types").Decoder;
7
8
  base64Encoder: import("@aws-sdk/types").Encoder;
8
9
  bodyLengthChecker: (body: any) => number | undefined;
@@ -10,7 +11,7 @@ export declare const getRuntimeConfig: (config: STSClientConfig) => {
10
11
  defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
11
12
  maxAttempts: number | import("@aws-sdk/types").Provider<number>;
12
13
  region: string | import("@aws-sdk/types").Provider<string>;
13
- requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | NodeHttpHandler;
14
+ requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
14
15
  retryMode: string | import("@aws-sdk/types").Provider<string>;
15
16
  sha256: import("@aws-sdk/types").HashConstructor;
16
17
  streamCollector: import("@aws-sdk/types").StreamCollector;
@@ -23,6 +23,7 @@ export declare const getRuntimeConfig: (config: STSClientConfig) => {
23
23
  credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
24
24
  regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
25
25
  defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
26
+ defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode> | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
26
27
  endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
27
28
  tls?: boolean | undefined;
28
29
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
package/package.json CHANGED
@@ -1,18 +1,15 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-sts",
3
3
  "description": "AWS SDK for JavaScript Sts Client for Node.js, Browser and React Native",
4
- "version": "3.43.0",
4
+ "version": "3.47.1",
5
5
  "scripts": {
6
- "build": "yarn build:cjs && yarn build:es && yarn build:types",
7
- "build:cjs": "tsc -p tsconfig.json",
8
- "build:docs": "yarn clean:docs && typedoc ./",
6
+ "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
+ "build:cjs": "tsc -p tsconfig.cjs.json",
8
+ "build:docs": "typedoc",
9
9
  "build:es": "tsc -p tsconfig.es.json",
10
10
  "build:types": "tsc -p tsconfig.types.json",
11
- "clean": "yarn clean:dist && yarn clean:docs",
12
- "clean:dist": "rimraf ./dist",
13
- "clean:docs": "rimraf ./docs",
14
- "downlevel-dts": "downlevel-dts dist-types dist-types/ts3.4",
15
- "test": "exit 0"
11
+ "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
12
+ "clean": "rimraf ./dist-*"
16
13
  },
17
14
  "main": "./dist-cjs/index.js",
18
15
  "types": "./dist-types/index.d.ts",
@@ -21,50 +18,46 @@
21
18
  "dependencies": {
22
19
  "@aws-crypto/sha256-browser": "2.0.0",
23
20
  "@aws-crypto/sha256-js": "2.0.0",
24
- "@aws-sdk/config-resolver": "3.40.0",
25
- "@aws-sdk/credential-provider-node": "3.41.0",
26
- "@aws-sdk/fetch-http-handler": "3.40.0",
27
- "@aws-sdk/hash-node": "3.40.0",
28
- "@aws-sdk/invalid-dependency": "3.40.0",
29
- "@aws-sdk/middleware-content-length": "3.40.0",
30
- "@aws-sdk/middleware-host-header": "3.40.0",
31
- "@aws-sdk/middleware-logger": "3.40.0",
32
- "@aws-sdk/middleware-retry": "3.40.0",
33
- "@aws-sdk/middleware-sdk-sts": "3.40.0",
34
- "@aws-sdk/middleware-serde": "3.40.0",
35
- "@aws-sdk/middleware-signing": "3.40.0",
36
- "@aws-sdk/middleware-stack": "3.40.0",
37
- "@aws-sdk/middleware-user-agent": "3.40.0",
38
- "@aws-sdk/node-config-provider": "3.40.0",
39
- "@aws-sdk/node-http-handler": "3.40.0",
40
- "@aws-sdk/protocol-http": "3.40.0",
41
- "@aws-sdk/smithy-client": "3.41.0",
42
- "@aws-sdk/types": "3.40.0",
43
- "@aws-sdk/url-parser": "3.40.0",
44
- "@aws-sdk/util-base64-browser": "3.37.0",
45
- "@aws-sdk/util-base64-node": "3.37.0",
46
- "@aws-sdk/util-body-length-browser": "3.37.0",
47
- "@aws-sdk/util-body-length-node": "3.37.0",
48
- "@aws-sdk/util-user-agent-browser": "3.40.0",
49
- "@aws-sdk/util-user-agent-node": "3.40.0",
50
- "@aws-sdk/util-utf8-browser": "3.37.0",
51
- "@aws-sdk/util-utf8-node": "3.37.0",
21
+ "@aws-sdk/config-resolver": "3.47.1",
22
+ "@aws-sdk/credential-provider-node": "3.47.1",
23
+ "@aws-sdk/fetch-http-handler": "3.47.1",
24
+ "@aws-sdk/hash-node": "3.47.1",
25
+ "@aws-sdk/invalid-dependency": "3.47.1",
26
+ "@aws-sdk/middleware-content-length": "3.47.1",
27
+ "@aws-sdk/middleware-host-header": "3.47.1",
28
+ "@aws-sdk/middleware-logger": "3.47.1",
29
+ "@aws-sdk/middleware-retry": "3.47.1",
30
+ "@aws-sdk/middleware-sdk-sts": "3.47.1",
31
+ "@aws-sdk/middleware-serde": "3.47.1",
32
+ "@aws-sdk/middleware-signing": "3.47.1",
33
+ "@aws-sdk/middleware-stack": "3.47.1",
34
+ "@aws-sdk/middleware-user-agent": "3.47.1",
35
+ "@aws-sdk/node-config-provider": "3.47.1",
36
+ "@aws-sdk/node-http-handler": "3.47.1",
37
+ "@aws-sdk/protocol-http": "3.47.1",
38
+ "@aws-sdk/smithy-client": "3.47.1",
39
+ "@aws-sdk/types": "3.47.1",
40
+ "@aws-sdk/url-parser": "3.47.1",
41
+ "@aws-sdk/util-base64-browser": "3.47.1",
42
+ "@aws-sdk/util-base64-node": "3.47.1",
43
+ "@aws-sdk/util-body-length-browser": "3.47.1",
44
+ "@aws-sdk/util-body-length-node": "3.47.1",
45
+ "@aws-sdk/util-defaults-mode-browser": "3.47.1",
46
+ "@aws-sdk/util-defaults-mode-node": "3.47.1",
47
+ "@aws-sdk/util-user-agent-browser": "3.47.1",
48
+ "@aws-sdk/util-user-agent-node": "3.47.1",
49
+ "@aws-sdk/util-utf8-browser": "3.47.1",
50
+ "@aws-sdk/util-utf8-node": "3.47.1",
52
51
  "entities": "2.2.0",
53
52
  "fast-xml-parser": "3.19.0",
54
53
  "tslib": "^2.3.0"
55
54
  },
56
55
  "devDependencies": {
57
- "@aws-sdk/service-client-documentation-generator": "3.38.0",
58
- "@types/node": "^12.7.5",
59
- "downlevel-dts": "0.7.0",
60
- "jest": "^26.1.0",
61
- "rimraf": "^3.0.0",
62
- "ts-jest": "^26.4.1",
63
- "typedoc": "^0.19.2",
64
- "typescript": "~4.3.5"
56
+ "@aws-sdk/service-client-documentation-generator": "3.47.1",
57
+ "@types/node": "^12.7.5"
65
58
  },
66
59
  "engines": {
67
- "node": ">=10.0.0"
60
+ "node": ">=12.0.0"
68
61
  },
69
62
  "typesVersions": {
70
63
  "<4.0": {