@aws-sdk/client-polly 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,53 @@
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-polly
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
+
21
+
22
+
23
+
24
+
25
+ # [3.46.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.45.0...v3.46.0) (2022-01-07)
26
+
27
+
28
+ ### Bug Fixes
29
+
30
+ * **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))
31
+
32
+
33
+ ### Features
34
+
35
+ * **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))
36
+ * 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))
37
+
38
+
39
+
40
+
41
+
42
+ # [3.45.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.44.0...v3.45.0) (2021-12-23)
43
+
44
+
45
+ ### Features
46
+
47
+ * **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))
48
+
49
+
50
+
51
+
52
+
6
53
  # [3.43.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.42.0...v3.43.0) (2021-11-29)
7
54
 
8
55
  **Note:** Version bump only for package @aws-sdk/client-polly
@@ -5,10 +5,6 @@ const config_resolver_1 = require("@aws-sdk/config-resolver");
5
5
  const regionHash = {
6
6
  "us-east-1": {
7
7
  variants: [
8
- {
9
- hostname: "polly.us-east-1.amazonaws.com",
10
- tags: [],
11
- },
12
8
  {
13
9
  hostname: "polly-fips.us-east-1.amazonaws.com",
14
10
  tags: ["fips"],
@@ -17,10 +13,6 @@ const regionHash = {
17
13
  },
18
14
  "us-east-2": {
19
15
  variants: [
20
- {
21
- hostname: "polly.us-east-2.amazonaws.com",
22
- tags: [],
23
- },
24
16
  {
25
17
  hostname: "polly-fips.us-east-2.amazonaws.com",
26
18
  tags: ["fips"],
@@ -29,10 +21,6 @@ const regionHash = {
29
21
  },
30
22
  "us-gov-west-1": {
31
23
  variants: [
32
- {
33
- hostname: "polly.us-gov-west-1.amazonaws.com",
34
- tags: [],
35
- },
36
24
  {
37
25
  hostname: "polly-fips.us-gov-west-1.amazonaws.com",
38
26
  tags: ["fips"],
@@ -41,10 +29,6 @@ const regionHash = {
41
29
  },
42
30
  "us-west-1": {
43
31
  variants: [
44
- {
45
- hostname: "polly.us-west-1.amazonaws.com",
46
- tags: [],
47
- },
48
32
  {
49
33
  hostname: "polly-fips.us-west-1.amazonaws.com",
50
34
  tags: ["fips"],
@@ -53,10 +37,6 @@ const regionHash = {
53
37
  },
54
38
  "us-west-2": {
55
39
  variants: [
56
- {
57
- hostname: "polly.us-west-2.amazonaws.com",
58
- tags: [],
59
- },
60
40
  {
61
41
  hostname: "polly-fips.us-west-2.amazonaws.com",
62
42
  tags: ["fips"],
@@ -75,6 +55,7 @@ const partitionHash = {
75
55
  "ap-south-1",
76
56
  "ap-southeast-1",
77
57
  "ap-southeast-2",
58
+ "ap-southeast-3",
78
59
  "ca-central-1",
79
60
  "eu-central-1",
80
61
  "eu-north-1",
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.SynthesizeSpeechOutput = exports.SynthesizeSpeechInput = exports.TextLengthExceededException = exports.StartSpeechSynthesisTaskOutput = exports.StartSpeechSynthesisTaskInput = exports.SsmlMarksNotSupportedForTextTypeException = exports.UnsupportedPlsLanguageException = exports.UnsupportedPlsAlphabetException = exports.PutLexiconOutput = exports.PutLexiconInput = exports.MaxLexiconsNumberExceededException = exports.MaxLexemeLengthExceededException = exports.MarksNotSupportedForFormatException = exports.ListSpeechSynthesisTasksOutput = exports.ListSpeechSynthesisTasksInput = exports.ListLexiconsOutput = exports.ListLexiconsInput = exports.LexiconSizeExceededException = exports.LexiconDescription = exports.LanguageNotSupportedException = exports.InvalidSsmlException = exports.InvalidSnsTopicArnException = exports.InvalidSampleRateException = exports.InvalidS3KeyException = exports.InvalidS3BucketException = exports.InvalidLexiconException = exports.SynthesisTaskNotFoundException = exports.InvalidTaskIdException = exports.GetSpeechSynthesisTaskOutput = exports.SynthesisTask = exports.TextType = exports.TaskStatus = exports.SpeechMarkType = exports.OutputFormat = exports.GetSpeechSynthesisTaskInput = exports.GetLexiconOutput = exports.LexiconAttributes = exports.Lexicon = exports.GetLexiconInput = exports.EngineNotSupportedException = exports.InvalidNextTokenException = exports.DescribeVoicesOutput = exports.Voice = exports.DescribeVoicesInput = exports.Engine = exports.ServiceFailureException = exports.LexiconNotFoundException = exports.DeleteLexiconOutput = exports.DeleteLexiconInput = void 0;
3
+ exports.SynthesizeSpeechOutput = exports.SynthesizeSpeechInput = exports.StartSpeechSynthesisTaskOutput = exports.StartSpeechSynthesisTaskInput = exports.PutLexiconOutput = exports.PutLexiconInput = exports.ListSpeechSynthesisTasksOutput = exports.ListSpeechSynthesisTasksInput = exports.ListLexiconsOutput = exports.ListLexiconsInput = exports.LexiconDescription = exports.GetSpeechSynthesisTaskOutput = exports.SynthesisTask = exports.TextType = exports.TaskStatus = exports.SpeechMarkType = exports.OutputFormat = exports.GetSpeechSynthesisTaskInput = exports.GetLexiconOutput = exports.LexiconAttributes = exports.Lexicon = exports.GetLexiconInput = exports.DescribeVoicesOutput = exports.Voice = exports.DescribeVoicesInput = exports.Engine = exports.DeleteLexiconOutput = exports.DeleteLexiconInput = void 0;
4
4
  const smithy_client_1 = require("@aws-sdk/smithy-client");
5
5
  var DeleteLexiconInput;
6
6
  (function (DeleteLexiconInput) {
@@ -14,18 +14,6 @@ var DeleteLexiconOutput;
14
14
  ...obj,
15
15
  });
16
16
  })(DeleteLexiconOutput = exports.DeleteLexiconOutput || (exports.DeleteLexiconOutput = {}));
17
- var LexiconNotFoundException;
18
- (function (LexiconNotFoundException) {
19
- LexiconNotFoundException.filterSensitiveLog = (obj) => ({
20
- ...obj,
21
- });
22
- })(LexiconNotFoundException = exports.LexiconNotFoundException || (exports.LexiconNotFoundException = {}));
23
- var ServiceFailureException;
24
- (function (ServiceFailureException) {
25
- ServiceFailureException.filterSensitiveLog = (obj) => ({
26
- ...obj,
27
- });
28
- })(ServiceFailureException = exports.ServiceFailureException || (exports.ServiceFailureException = {}));
29
17
  var Engine;
30
18
  (function (Engine) {
31
19
  Engine["NEURAL"] = "neural";
@@ -49,18 +37,6 @@ var DescribeVoicesOutput;
49
37
  ...obj,
50
38
  });
51
39
  })(DescribeVoicesOutput = exports.DescribeVoicesOutput || (exports.DescribeVoicesOutput = {}));
52
- var InvalidNextTokenException;
53
- (function (InvalidNextTokenException) {
54
- InvalidNextTokenException.filterSensitiveLog = (obj) => ({
55
- ...obj,
56
- });
57
- })(InvalidNextTokenException = exports.InvalidNextTokenException || (exports.InvalidNextTokenException = {}));
58
- var EngineNotSupportedException;
59
- (function (EngineNotSupportedException) {
60
- EngineNotSupportedException.filterSensitiveLog = (obj) => ({
61
- ...obj,
62
- });
63
- })(EngineNotSupportedException = exports.EngineNotSupportedException || (exports.EngineNotSupportedException = {}));
64
40
  var GetLexiconInput;
65
41
  (function (GetLexiconInput) {
66
42
  GetLexiconInput.filterSensitiveLog = (obj) => ({
@@ -131,72 +107,12 @@ var GetSpeechSynthesisTaskOutput;
131
107
  ...obj,
132
108
  });
133
109
  })(GetSpeechSynthesisTaskOutput = exports.GetSpeechSynthesisTaskOutput || (exports.GetSpeechSynthesisTaskOutput = {}));
134
- var InvalidTaskIdException;
135
- (function (InvalidTaskIdException) {
136
- InvalidTaskIdException.filterSensitiveLog = (obj) => ({
137
- ...obj,
138
- });
139
- })(InvalidTaskIdException = exports.InvalidTaskIdException || (exports.InvalidTaskIdException = {}));
140
- var SynthesisTaskNotFoundException;
141
- (function (SynthesisTaskNotFoundException) {
142
- SynthesisTaskNotFoundException.filterSensitiveLog = (obj) => ({
143
- ...obj,
144
- });
145
- })(SynthesisTaskNotFoundException = exports.SynthesisTaskNotFoundException || (exports.SynthesisTaskNotFoundException = {}));
146
- var InvalidLexiconException;
147
- (function (InvalidLexiconException) {
148
- InvalidLexiconException.filterSensitiveLog = (obj) => ({
149
- ...obj,
150
- });
151
- })(InvalidLexiconException = exports.InvalidLexiconException || (exports.InvalidLexiconException = {}));
152
- var InvalidS3BucketException;
153
- (function (InvalidS3BucketException) {
154
- InvalidS3BucketException.filterSensitiveLog = (obj) => ({
155
- ...obj,
156
- });
157
- })(InvalidS3BucketException = exports.InvalidS3BucketException || (exports.InvalidS3BucketException = {}));
158
- var InvalidS3KeyException;
159
- (function (InvalidS3KeyException) {
160
- InvalidS3KeyException.filterSensitiveLog = (obj) => ({
161
- ...obj,
162
- });
163
- })(InvalidS3KeyException = exports.InvalidS3KeyException || (exports.InvalidS3KeyException = {}));
164
- var InvalidSampleRateException;
165
- (function (InvalidSampleRateException) {
166
- InvalidSampleRateException.filterSensitiveLog = (obj) => ({
167
- ...obj,
168
- });
169
- })(InvalidSampleRateException = exports.InvalidSampleRateException || (exports.InvalidSampleRateException = {}));
170
- var InvalidSnsTopicArnException;
171
- (function (InvalidSnsTopicArnException) {
172
- InvalidSnsTopicArnException.filterSensitiveLog = (obj) => ({
173
- ...obj,
174
- });
175
- })(InvalidSnsTopicArnException = exports.InvalidSnsTopicArnException || (exports.InvalidSnsTopicArnException = {}));
176
- var InvalidSsmlException;
177
- (function (InvalidSsmlException) {
178
- InvalidSsmlException.filterSensitiveLog = (obj) => ({
179
- ...obj,
180
- });
181
- })(InvalidSsmlException = exports.InvalidSsmlException || (exports.InvalidSsmlException = {}));
182
- var LanguageNotSupportedException;
183
- (function (LanguageNotSupportedException) {
184
- LanguageNotSupportedException.filterSensitiveLog = (obj) => ({
185
- ...obj,
186
- });
187
- })(LanguageNotSupportedException = exports.LanguageNotSupportedException || (exports.LanguageNotSupportedException = {}));
188
110
  var LexiconDescription;
189
111
  (function (LexiconDescription) {
190
112
  LexiconDescription.filterSensitiveLog = (obj) => ({
191
113
  ...obj,
192
114
  });
193
115
  })(LexiconDescription = exports.LexiconDescription || (exports.LexiconDescription = {}));
194
- var LexiconSizeExceededException;
195
- (function (LexiconSizeExceededException) {
196
- LexiconSizeExceededException.filterSensitiveLog = (obj) => ({
197
- ...obj,
198
- });
199
- })(LexiconSizeExceededException = exports.LexiconSizeExceededException || (exports.LexiconSizeExceededException = {}));
200
116
  var ListLexiconsInput;
201
117
  (function (ListLexiconsInput) {
202
118
  ListLexiconsInput.filterSensitiveLog = (obj) => ({
@@ -221,24 +137,6 @@ var ListSpeechSynthesisTasksOutput;
221
137
  ...obj,
222
138
  });
223
139
  })(ListSpeechSynthesisTasksOutput = exports.ListSpeechSynthesisTasksOutput || (exports.ListSpeechSynthesisTasksOutput = {}));
224
- var MarksNotSupportedForFormatException;
225
- (function (MarksNotSupportedForFormatException) {
226
- MarksNotSupportedForFormatException.filterSensitiveLog = (obj) => ({
227
- ...obj,
228
- });
229
- })(MarksNotSupportedForFormatException = exports.MarksNotSupportedForFormatException || (exports.MarksNotSupportedForFormatException = {}));
230
- var MaxLexemeLengthExceededException;
231
- (function (MaxLexemeLengthExceededException) {
232
- MaxLexemeLengthExceededException.filterSensitiveLog = (obj) => ({
233
- ...obj,
234
- });
235
- })(MaxLexemeLengthExceededException = exports.MaxLexemeLengthExceededException || (exports.MaxLexemeLengthExceededException = {}));
236
- var MaxLexiconsNumberExceededException;
237
- (function (MaxLexiconsNumberExceededException) {
238
- MaxLexiconsNumberExceededException.filterSensitiveLog = (obj) => ({
239
- ...obj,
240
- });
241
- })(MaxLexiconsNumberExceededException = exports.MaxLexiconsNumberExceededException || (exports.MaxLexiconsNumberExceededException = {}));
242
140
  var PutLexiconInput;
243
141
  (function (PutLexiconInput) {
244
142
  PutLexiconInput.filterSensitiveLog = (obj) => ({
@@ -252,24 +150,6 @@ var PutLexiconOutput;
252
150
  ...obj,
253
151
  });
254
152
  })(PutLexiconOutput = exports.PutLexiconOutput || (exports.PutLexiconOutput = {}));
255
- var UnsupportedPlsAlphabetException;
256
- (function (UnsupportedPlsAlphabetException) {
257
- UnsupportedPlsAlphabetException.filterSensitiveLog = (obj) => ({
258
- ...obj,
259
- });
260
- })(UnsupportedPlsAlphabetException = exports.UnsupportedPlsAlphabetException || (exports.UnsupportedPlsAlphabetException = {}));
261
- var UnsupportedPlsLanguageException;
262
- (function (UnsupportedPlsLanguageException) {
263
- UnsupportedPlsLanguageException.filterSensitiveLog = (obj) => ({
264
- ...obj,
265
- });
266
- })(UnsupportedPlsLanguageException = exports.UnsupportedPlsLanguageException || (exports.UnsupportedPlsLanguageException = {}));
267
- var SsmlMarksNotSupportedForTextTypeException;
268
- (function (SsmlMarksNotSupportedForTextTypeException) {
269
- SsmlMarksNotSupportedForTextTypeException.filterSensitiveLog = (obj) => ({
270
- ...obj,
271
- });
272
- })(SsmlMarksNotSupportedForTextTypeException = exports.SsmlMarksNotSupportedForTextTypeException || (exports.SsmlMarksNotSupportedForTextTypeException = {}));
273
153
  var StartSpeechSynthesisTaskInput;
274
154
  (function (StartSpeechSynthesisTaskInput) {
275
155
  StartSpeechSynthesisTaskInput.filterSensitiveLog = (obj) => ({
@@ -282,12 +162,6 @@ var StartSpeechSynthesisTaskOutput;
282
162
  ...obj,
283
163
  });
284
164
  })(StartSpeechSynthesisTaskOutput = exports.StartSpeechSynthesisTaskOutput || (exports.StartSpeechSynthesisTaskOutput = {}));
285
- var TextLengthExceededException;
286
- (function (TextLengthExceededException) {
287
- TextLengthExceededException.filterSensitiveLog = (obj) => ({
288
- ...obj,
289
- });
290
- })(TextLengthExceededException = exports.TextLengthExceededException || (exports.TextLengthExceededException = {}));
291
165
  var SynthesizeSpeechInput;
292
166
  (function (SynthesizeSpeechInput) {
293
167
  SynthesizeSpeechInput.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),
@@ -3,10 +3,6 @@ import { getRegionInfo } from "@aws-sdk/config-resolver";
3
3
  var regionHash = {
4
4
  "us-east-1": {
5
5
  variants: [
6
- {
7
- hostname: "polly.us-east-1.amazonaws.com",
8
- tags: [],
9
- },
10
6
  {
11
7
  hostname: "polly-fips.us-east-1.amazonaws.com",
12
8
  tags: ["fips"],
@@ -15,10 +11,6 @@ var regionHash = {
15
11
  },
16
12
  "us-east-2": {
17
13
  variants: [
18
- {
19
- hostname: "polly.us-east-2.amazonaws.com",
20
- tags: [],
21
- },
22
14
  {
23
15
  hostname: "polly-fips.us-east-2.amazonaws.com",
24
16
  tags: ["fips"],
@@ -27,10 +19,6 @@ var regionHash = {
27
19
  },
28
20
  "us-gov-west-1": {
29
21
  variants: [
30
- {
31
- hostname: "polly.us-gov-west-1.amazonaws.com",
32
- tags: [],
33
- },
34
22
  {
35
23
  hostname: "polly-fips.us-gov-west-1.amazonaws.com",
36
24
  tags: ["fips"],
@@ -39,10 +27,6 @@ var regionHash = {
39
27
  },
40
28
  "us-west-1": {
41
29
  variants: [
42
- {
43
- hostname: "polly.us-west-1.amazonaws.com",
44
- tags: [],
45
- },
46
30
  {
47
31
  hostname: "polly-fips.us-west-1.amazonaws.com",
48
32
  tags: ["fips"],
@@ -51,10 +35,6 @@ var regionHash = {
51
35
  },
52
36
  "us-west-2": {
53
37
  variants: [
54
- {
55
- hostname: "polly.us-west-2.amazonaws.com",
56
- tags: [],
57
- },
58
38
  {
59
39
  hostname: "polly-fips.us-west-2.amazonaws.com",
60
40
  tags: ["fips"],
@@ -73,6 +53,7 @@ var partitionHash = {
73
53
  "ap-south-1",
74
54
  "ap-southeast-1",
75
55
  "ap-southeast-2",
56
+ "ap-southeast-3",
76
57
  "ca-central-1",
77
58
  "eu-central-1",
78
59
  "eu-north-1",
@@ -8,14 +8,6 @@ export var DeleteLexiconOutput;
8
8
  (function (DeleteLexiconOutput) {
9
9
  DeleteLexiconOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
10
10
  })(DeleteLexiconOutput || (DeleteLexiconOutput = {}));
11
- export var LexiconNotFoundException;
12
- (function (LexiconNotFoundException) {
13
- LexiconNotFoundException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
14
- })(LexiconNotFoundException || (LexiconNotFoundException = {}));
15
- export var ServiceFailureException;
16
- (function (ServiceFailureException) {
17
- ServiceFailureException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
18
- })(ServiceFailureException || (ServiceFailureException = {}));
19
11
  export var Engine;
20
12
  (function (Engine) {
21
13
  Engine["NEURAL"] = "neural";
@@ -33,14 +25,6 @@ export var DescribeVoicesOutput;
33
25
  (function (DescribeVoicesOutput) {
34
26
  DescribeVoicesOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
35
27
  })(DescribeVoicesOutput || (DescribeVoicesOutput = {}));
36
- export var InvalidNextTokenException;
37
- (function (InvalidNextTokenException) {
38
- InvalidNextTokenException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
39
- })(InvalidNextTokenException || (InvalidNextTokenException = {}));
40
- export var EngineNotSupportedException;
41
- (function (EngineNotSupportedException) {
42
- EngineNotSupportedException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
43
- })(EngineNotSupportedException || (EngineNotSupportedException = {}));
44
28
  export var GetLexiconInput;
45
29
  (function (GetLexiconInput) {
46
30
  GetLexiconInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -95,50 +79,10 @@ export var GetSpeechSynthesisTaskOutput;
95
79
  (function (GetSpeechSynthesisTaskOutput) {
96
80
  GetSpeechSynthesisTaskOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
97
81
  })(GetSpeechSynthesisTaskOutput || (GetSpeechSynthesisTaskOutput = {}));
98
- export var InvalidTaskIdException;
99
- (function (InvalidTaskIdException) {
100
- InvalidTaskIdException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
101
- })(InvalidTaskIdException || (InvalidTaskIdException = {}));
102
- export var SynthesisTaskNotFoundException;
103
- (function (SynthesisTaskNotFoundException) {
104
- SynthesisTaskNotFoundException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
105
- })(SynthesisTaskNotFoundException || (SynthesisTaskNotFoundException = {}));
106
- export var InvalidLexiconException;
107
- (function (InvalidLexiconException) {
108
- InvalidLexiconException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
109
- })(InvalidLexiconException || (InvalidLexiconException = {}));
110
- export var InvalidS3BucketException;
111
- (function (InvalidS3BucketException) {
112
- InvalidS3BucketException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
113
- })(InvalidS3BucketException || (InvalidS3BucketException = {}));
114
- export var InvalidS3KeyException;
115
- (function (InvalidS3KeyException) {
116
- InvalidS3KeyException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
117
- })(InvalidS3KeyException || (InvalidS3KeyException = {}));
118
- export var InvalidSampleRateException;
119
- (function (InvalidSampleRateException) {
120
- InvalidSampleRateException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
121
- })(InvalidSampleRateException || (InvalidSampleRateException = {}));
122
- export var InvalidSnsTopicArnException;
123
- (function (InvalidSnsTopicArnException) {
124
- InvalidSnsTopicArnException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
125
- })(InvalidSnsTopicArnException || (InvalidSnsTopicArnException = {}));
126
- export var InvalidSsmlException;
127
- (function (InvalidSsmlException) {
128
- InvalidSsmlException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
129
- })(InvalidSsmlException || (InvalidSsmlException = {}));
130
- export var LanguageNotSupportedException;
131
- (function (LanguageNotSupportedException) {
132
- LanguageNotSupportedException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
133
- })(LanguageNotSupportedException || (LanguageNotSupportedException = {}));
134
82
  export var LexiconDescription;
135
83
  (function (LexiconDescription) {
136
84
  LexiconDescription.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
137
85
  })(LexiconDescription || (LexiconDescription = {}));
138
- export var LexiconSizeExceededException;
139
- (function (LexiconSizeExceededException) {
140
- LexiconSizeExceededException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
141
- })(LexiconSizeExceededException || (LexiconSizeExceededException = {}));
142
86
  export var ListLexiconsInput;
143
87
  (function (ListLexiconsInput) {
144
88
  ListLexiconsInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -155,18 +99,6 @@ export var ListSpeechSynthesisTasksOutput;
155
99
  (function (ListSpeechSynthesisTasksOutput) {
156
100
  ListSpeechSynthesisTasksOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
157
101
  })(ListSpeechSynthesisTasksOutput || (ListSpeechSynthesisTasksOutput = {}));
158
- export var MarksNotSupportedForFormatException;
159
- (function (MarksNotSupportedForFormatException) {
160
- MarksNotSupportedForFormatException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
161
- })(MarksNotSupportedForFormatException || (MarksNotSupportedForFormatException = {}));
162
- export var MaxLexemeLengthExceededException;
163
- (function (MaxLexemeLengthExceededException) {
164
- MaxLexemeLengthExceededException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
165
- })(MaxLexemeLengthExceededException || (MaxLexemeLengthExceededException = {}));
166
- export var MaxLexiconsNumberExceededException;
167
- (function (MaxLexiconsNumberExceededException) {
168
- MaxLexiconsNumberExceededException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
169
- })(MaxLexiconsNumberExceededException || (MaxLexiconsNumberExceededException = {}));
170
102
  export var PutLexiconInput;
171
103
  (function (PutLexiconInput) {
172
104
  PutLexiconInput.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Content && { Content: SENSITIVE_STRING }))); };
@@ -175,18 +107,6 @@ export var PutLexiconOutput;
175
107
  (function (PutLexiconOutput) {
176
108
  PutLexiconOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
177
109
  })(PutLexiconOutput || (PutLexiconOutput = {}));
178
- export var UnsupportedPlsAlphabetException;
179
- (function (UnsupportedPlsAlphabetException) {
180
- UnsupportedPlsAlphabetException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
181
- })(UnsupportedPlsAlphabetException || (UnsupportedPlsAlphabetException = {}));
182
- export var UnsupportedPlsLanguageException;
183
- (function (UnsupportedPlsLanguageException) {
184
- UnsupportedPlsLanguageException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
185
- })(UnsupportedPlsLanguageException || (UnsupportedPlsLanguageException = {}));
186
- export var SsmlMarksNotSupportedForTextTypeException;
187
- (function (SsmlMarksNotSupportedForTextTypeException) {
188
- SsmlMarksNotSupportedForTextTypeException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
189
- })(SsmlMarksNotSupportedForTextTypeException || (SsmlMarksNotSupportedForTextTypeException = {}));
190
110
  export var StartSpeechSynthesisTaskInput;
191
111
  (function (StartSpeechSynthesisTaskInput) {
192
112
  StartSpeechSynthesisTaskInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -195,10 +115,6 @@ export var StartSpeechSynthesisTaskOutput;
195
115
  (function (StartSpeechSynthesisTaskOutput) {
196
116
  StartSpeechSynthesisTaskOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
197
117
  })(StartSpeechSynthesisTaskOutput || (StartSpeechSynthesisTaskOutput = {}));
198
- export var TextLengthExceededException;
199
- (function (TextLengthExceededException) {
200
- TextLengthExceededException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
201
- })(TextLengthExceededException || (TextLengthExceededException = {}));
202
118
  export var SynthesizeSpeechInput;
203
119
  (function (SynthesizeSpeechInput) {
204
120
  SynthesizeSpeechInput.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 "@aws-sdk/client-sts";
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
  };