@aws-sdk/client-polly 3.1068.0 → 3.1069.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/auth/httpAuthSchemeProvider.js +9 -15
- package/dist-cjs/endpoint/bdd.js +2 -5
- package/dist-cjs/endpoint/endpointResolver.js +7 -11
- package/dist-cjs/index.js +76 -96
- package/dist-cjs/models/PollyServiceException.js +4 -8
- package/dist-cjs/models/errors.js +49 -76
- package/dist-cjs/runtimeConfig.browser.js +25 -29
- package/dist-cjs/runtimeConfig.js +34 -38
- package/dist-cjs/runtimeConfig.native.js +6 -9
- package/dist-cjs/runtimeConfig.shared.js +21 -25
- package/dist-cjs/schemas/schemas_0.js +172 -117
- package/package.json +12 -12
|
@@ -1,8 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
exports.TextLengthExceededException = exports.SsmlMarksNotSupportedForTextTypeException = exports.ValidationException = exports.ThrottlingException = exports.ServiceQuotaExceededException = exports.UnsupportedPlsLanguageException = exports.UnsupportedPlsAlphabetException = exports.MaxLexiconsNumberExceededException = exports.MaxLexemeLengthExceededException = exports.MarksNotSupportedForFormatException = exports.LexiconSizeExceededException = exports.LanguageNotSupportedException = exports.InvalidSsmlException = exports.InvalidSnsTopicArnException = exports.InvalidSampleRateException = exports.InvalidS3KeyException = exports.InvalidS3BucketException = exports.InvalidLexiconException = exports.SynthesisTaskNotFoundException = exports.InvalidTaskIdException = exports.EngineNotSupportedException = exports.InvalidNextTokenException = exports.ServiceFailureException = exports.LexiconNotFoundException = void 0;
|
|
4
|
-
const PollyServiceException_1 = require("./PollyServiceException");
|
|
5
|
-
class LexiconNotFoundException extends PollyServiceException_1.PollyServiceException {
|
|
1
|
+
const { PollyServiceException: __BaseException } = require("./PollyServiceException");
|
|
2
|
+
exports.LexiconNotFoundException = class LexiconNotFoundException extends __BaseException {
|
|
6
3
|
name = "LexiconNotFoundException";
|
|
7
4
|
$fault = "client";
|
|
8
5
|
constructor(opts) {
|
|
@@ -13,9 +10,8 @@ class LexiconNotFoundException extends PollyServiceException_1.PollyServiceExcep
|
|
|
13
10
|
});
|
|
14
11
|
Object.setPrototypeOf(this, LexiconNotFoundException.prototype);
|
|
15
12
|
}
|
|
16
|
-
}
|
|
17
|
-
exports.
|
|
18
|
-
class ServiceFailureException extends PollyServiceException_1.PollyServiceException {
|
|
13
|
+
};
|
|
14
|
+
exports.ServiceFailureException = class ServiceFailureException extends __BaseException {
|
|
19
15
|
name = "ServiceFailureException";
|
|
20
16
|
$fault = "server";
|
|
21
17
|
constructor(opts) {
|
|
@@ -26,9 +22,8 @@ class ServiceFailureException extends PollyServiceException_1.PollyServiceExcept
|
|
|
26
22
|
});
|
|
27
23
|
Object.setPrototypeOf(this, ServiceFailureException.prototype);
|
|
28
24
|
}
|
|
29
|
-
}
|
|
30
|
-
exports.
|
|
31
|
-
class InvalidNextTokenException extends PollyServiceException_1.PollyServiceException {
|
|
25
|
+
};
|
|
26
|
+
exports.InvalidNextTokenException = class InvalidNextTokenException extends __BaseException {
|
|
32
27
|
name = "InvalidNextTokenException";
|
|
33
28
|
$fault = "client";
|
|
34
29
|
constructor(opts) {
|
|
@@ -39,9 +34,8 @@ class InvalidNextTokenException extends PollyServiceException_1.PollyServiceExce
|
|
|
39
34
|
});
|
|
40
35
|
Object.setPrototypeOf(this, InvalidNextTokenException.prototype);
|
|
41
36
|
}
|
|
42
|
-
}
|
|
43
|
-
exports.
|
|
44
|
-
class EngineNotSupportedException extends PollyServiceException_1.PollyServiceException {
|
|
37
|
+
};
|
|
38
|
+
exports.EngineNotSupportedException = class EngineNotSupportedException extends __BaseException {
|
|
45
39
|
name = "EngineNotSupportedException";
|
|
46
40
|
$fault = "client";
|
|
47
41
|
constructor(opts) {
|
|
@@ -52,9 +46,8 @@ class EngineNotSupportedException extends PollyServiceException_1.PollyServiceEx
|
|
|
52
46
|
});
|
|
53
47
|
Object.setPrototypeOf(this, EngineNotSupportedException.prototype);
|
|
54
48
|
}
|
|
55
|
-
}
|
|
56
|
-
exports.
|
|
57
|
-
class InvalidTaskIdException extends PollyServiceException_1.PollyServiceException {
|
|
49
|
+
};
|
|
50
|
+
exports.InvalidTaskIdException = class InvalidTaskIdException extends __BaseException {
|
|
58
51
|
name = "InvalidTaskIdException";
|
|
59
52
|
$fault = "client";
|
|
60
53
|
constructor(opts) {
|
|
@@ -65,9 +58,8 @@ class InvalidTaskIdException extends PollyServiceException_1.PollyServiceExcepti
|
|
|
65
58
|
});
|
|
66
59
|
Object.setPrototypeOf(this, InvalidTaskIdException.prototype);
|
|
67
60
|
}
|
|
68
|
-
}
|
|
69
|
-
exports.
|
|
70
|
-
class SynthesisTaskNotFoundException extends PollyServiceException_1.PollyServiceException {
|
|
61
|
+
};
|
|
62
|
+
exports.SynthesisTaskNotFoundException = class SynthesisTaskNotFoundException extends __BaseException {
|
|
71
63
|
name = "SynthesisTaskNotFoundException";
|
|
72
64
|
$fault = "client";
|
|
73
65
|
constructor(opts) {
|
|
@@ -78,9 +70,8 @@ class SynthesisTaskNotFoundException extends PollyServiceException_1.PollyServic
|
|
|
78
70
|
});
|
|
79
71
|
Object.setPrototypeOf(this, SynthesisTaskNotFoundException.prototype);
|
|
80
72
|
}
|
|
81
|
-
}
|
|
82
|
-
exports.
|
|
83
|
-
class InvalidLexiconException extends PollyServiceException_1.PollyServiceException {
|
|
73
|
+
};
|
|
74
|
+
exports.InvalidLexiconException = class InvalidLexiconException extends __BaseException {
|
|
84
75
|
name = "InvalidLexiconException";
|
|
85
76
|
$fault = "client";
|
|
86
77
|
constructor(opts) {
|
|
@@ -91,9 +82,8 @@ class InvalidLexiconException extends PollyServiceException_1.PollyServiceExcept
|
|
|
91
82
|
});
|
|
92
83
|
Object.setPrototypeOf(this, InvalidLexiconException.prototype);
|
|
93
84
|
}
|
|
94
|
-
}
|
|
95
|
-
exports.
|
|
96
|
-
class InvalidS3BucketException extends PollyServiceException_1.PollyServiceException {
|
|
85
|
+
};
|
|
86
|
+
exports.InvalidS3BucketException = class InvalidS3BucketException extends __BaseException {
|
|
97
87
|
name = "InvalidS3BucketException";
|
|
98
88
|
$fault = "client";
|
|
99
89
|
constructor(opts) {
|
|
@@ -104,9 +94,8 @@ class InvalidS3BucketException extends PollyServiceException_1.PollyServiceExcep
|
|
|
104
94
|
});
|
|
105
95
|
Object.setPrototypeOf(this, InvalidS3BucketException.prototype);
|
|
106
96
|
}
|
|
107
|
-
}
|
|
108
|
-
exports.
|
|
109
|
-
class InvalidS3KeyException extends PollyServiceException_1.PollyServiceException {
|
|
97
|
+
};
|
|
98
|
+
exports.InvalidS3KeyException = class InvalidS3KeyException extends __BaseException {
|
|
110
99
|
name = "InvalidS3KeyException";
|
|
111
100
|
$fault = "client";
|
|
112
101
|
constructor(opts) {
|
|
@@ -117,9 +106,8 @@ class InvalidS3KeyException extends PollyServiceException_1.PollyServiceExceptio
|
|
|
117
106
|
});
|
|
118
107
|
Object.setPrototypeOf(this, InvalidS3KeyException.prototype);
|
|
119
108
|
}
|
|
120
|
-
}
|
|
121
|
-
exports.
|
|
122
|
-
class InvalidSampleRateException extends PollyServiceException_1.PollyServiceException {
|
|
109
|
+
};
|
|
110
|
+
exports.InvalidSampleRateException = class InvalidSampleRateException extends __BaseException {
|
|
123
111
|
name = "InvalidSampleRateException";
|
|
124
112
|
$fault = "client";
|
|
125
113
|
constructor(opts) {
|
|
@@ -130,9 +118,8 @@ class InvalidSampleRateException extends PollyServiceException_1.PollyServiceExc
|
|
|
130
118
|
});
|
|
131
119
|
Object.setPrototypeOf(this, InvalidSampleRateException.prototype);
|
|
132
120
|
}
|
|
133
|
-
}
|
|
134
|
-
exports.
|
|
135
|
-
class InvalidSnsTopicArnException extends PollyServiceException_1.PollyServiceException {
|
|
121
|
+
};
|
|
122
|
+
exports.InvalidSnsTopicArnException = class InvalidSnsTopicArnException extends __BaseException {
|
|
136
123
|
name = "InvalidSnsTopicArnException";
|
|
137
124
|
$fault = "client";
|
|
138
125
|
constructor(opts) {
|
|
@@ -143,9 +130,8 @@ class InvalidSnsTopicArnException extends PollyServiceException_1.PollyServiceEx
|
|
|
143
130
|
});
|
|
144
131
|
Object.setPrototypeOf(this, InvalidSnsTopicArnException.prototype);
|
|
145
132
|
}
|
|
146
|
-
}
|
|
147
|
-
exports.
|
|
148
|
-
class InvalidSsmlException extends PollyServiceException_1.PollyServiceException {
|
|
133
|
+
};
|
|
134
|
+
exports.InvalidSsmlException = class InvalidSsmlException extends __BaseException {
|
|
149
135
|
name = "InvalidSsmlException";
|
|
150
136
|
$fault = "client";
|
|
151
137
|
constructor(opts) {
|
|
@@ -156,9 +142,8 @@ class InvalidSsmlException extends PollyServiceException_1.PollyServiceException
|
|
|
156
142
|
});
|
|
157
143
|
Object.setPrototypeOf(this, InvalidSsmlException.prototype);
|
|
158
144
|
}
|
|
159
|
-
}
|
|
160
|
-
exports.
|
|
161
|
-
class LanguageNotSupportedException extends PollyServiceException_1.PollyServiceException {
|
|
145
|
+
};
|
|
146
|
+
exports.LanguageNotSupportedException = class LanguageNotSupportedException extends __BaseException {
|
|
162
147
|
name = "LanguageNotSupportedException";
|
|
163
148
|
$fault = "client";
|
|
164
149
|
constructor(opts) {
|
|
@@ -169,9 +154,8 @@ class LanguageNotSupportedException extends PollyServiceException_1.PollyService
|
|
|
169
154
|
});
|
|
170
155
|
Object.setPrototypeOf(this, LanguageNotSupportedException.prototype);
|
|
171
156
|
}
|
|
172
|
-
}
|
|
173
|
-
exports.
|
|
174
|
-
class LexiconSizeExceededException extends PollyServiceException_1.PollyServiceException {
|
|
157
|
+
};
|
|
158
|
+
exports.LexiconSizeExceededException = class LexiconSizeExceededException extends __BaseException {
|
|
175
159
|
name = "LexiconSizeExceededException";
|
|
176
160
|
$fault = "client";
|
|
177
161
|
constructor(opts) {
|
|
@@ -182,9 +166,8 @@ class LexiconSizeExceededException extends PollyServiceException_1.PollyServiceE
|
|
|
182
166
|
});
|
|
183
167
|
Object.setPrototypeOf(this, LexiconSizeExceededException.prototype);
|
|
184
168
|
}
|
|
185
|
-
}
|
|
186
|
-
exports.
|
|
187
|
-
class MarksNotSupportedForFormatException extends PollyServiceException_1.PollyServiceException {
|
|
169
|
+
};
|
|
170
|
+
exports.MarksNotSupportedForFormatException = class MarksNotSupportedForFormatException extends __BaseException {
|
|
188
171
|
name = "MarksNotSupportedForFormatException";
|
|
189
172
|
$fault = "client";
|
|
190
173
|
constructor(opts) {
|
|
@@ -195,9 +178,8 @@ class MarksNotSupportedForFormatException extends PollyServiceException_1.PollyS
|
|
|
195
178
|
});
|
|
196
179
|
Object.setPrototypeOf(this, MarksNotSupportedForFormatException.prototype);
|
|
197
180
|
}
|
|
198
|
-
}
|
|
199
|
-
exports.
|
|
200
|
-
class MaxLexemeLengthExceededException extends PollyServiceException_1.PollyServiceException {
|
|
181
|
+
};
|
|
182
|
+
exports.MaxLexemeLengthExceededException = class MaxLexemeLengthExceededException extends __BaseException {
|
|
201
183
|
name = "MaxLexemeLengthExceededException";
|
|
202
184
|
$fault = "client";
|
|
203
185
|
constructor(opts) {
|
|
@@ -208,9 +190,8 @@ class MaxLexemeLengthExceededException extends PollyServiceException_1.PollyServ
|
|
|
208
190
|
});
|
|
209
191
|
Object.setPrototypeOf(this, MaxLexemeLengthExceededException.prototype);
|
|
210
192
|
}
|
|
211
|
-
}
|
|
212
|
-
exports.
|
|
213
|
-
class MaxLexiconsNumberExceededException extends PollyServiceException_1.PollyServiceException {
|
|
193
|
+
};
|
|
194
|
+
exports.MaxLexiconsNumberExceededException = class MaxLexiconsNumberExceededException extends __BaseException {
|
|
214
195
|
name = "MaxLexiconsNumberExceededException";
|
|
215
196
|
$fault = "client";
|
|
216
197
|
constructor(opts) {
|
|
@@ -221,9 +202,8 @@ class MaxLexiconsNumberExceededException extends PollyServiceException_1.PollySe
|
|
|
221
202
|
});
|
|
222
203
|
Object.setPrototypeOf(this, MaxLexiconsNumberExceededException.prototype);
|
|
223
204
|
}
|
|
224
|
-
}
|
|
225
|
-
exports.
|
|
226
|
-
class UnsupportedPlsAlphabetException extends PollyServiceException_1.PollyServiceException {
|
|
205
|
+
};
|
|
206
|
+
exports.UnsupportedPlsAlphabetException = class UnsupportedPlsAlphabetException extends __BaseException {
|
|
227
207
|
name = "UnsupportedPlsAlphabetException";
|
|
228
208
|
$fault = "client";
|
|
229
209
|
constructor(opts) {
|
|
@@ -234,9 +214,8 @@ class UnsupportedPlsAlphabetException extends PollyServiceException_1.PollyServi
|
|
|
234
214
|
});
|
|
235
215
|
Object.setPrototypeOf(this, UnsupportedPlsAlphabetException.prototype);
|
|
236
216
|
}
|
|
237
|
-
}
|
|
238
|
-
exports.
|
|
239
|
-
class UnsupportedPlsLanguageException extends PollyServiceException_1.PollyServiceException {
|
|
217
|
+
};
|
|
218
|
+
exports.UnsupportedPlsLanguageException = class UnsupportedPlsLanguageException extends __BaseException {
|
|
240
219
|
name = "UnsupportedPlsLanguageException";
|
|
241
220
|
$fault = "client";
|
|
242
221
|
constructor(opts) {
|
|
@@ -247,9 +226,8 @@ class UnsupportedPlsLanguageException extends PollyServiceException_1.PollyServi
|
|
|
247
226
|
});
|
|
248
227
|
Object.setPrototypeOf(this, UnsupportedPlsLanguageException.prototype);
|
|
249
228
|
}
|
|
250
|
-
}
|
|
251
|
-
exports.
|
|
252
|
-
class ServiceQuotaExceededException extends PollyServiceException_1.PollyServiceException {
|
|
229
|
+
};
|
|
230
|
+
exports.ServiceQuotaExceededException = class ServiceQuotaExceededException extends __BaseException {
|
|
253
231
|
name = "ServiceQuotaExceededException";
|
|
254
232
|
$fault = "client";
|
|
255
233
|
quotaCode;
|
|
@@ -264,9 +242,8 @@ class ServiceQuotaExceededException extends PollyServiceException_1.PollyService
|
|
|
264
242
|
this.quotaCode = opts.quotaCode;
|
|
265
243
|
this.serviceCode = opts.serviceCode;
|
|
266
244
|
}
|
|
267
|
-
}
|
|
268
|
-
exports.
|
|
269
|
-
class ThrottlingException extends PollyServiceException_1.PollyServiceException {
|
|
245
|
+
};
|
|
246
|
+
exports.ThrottlingException = class ThrottlingException extends __BaseException {
|
|
270
247
|
name = "ThrottlingException";
|
|
271
248
|
$fault = "client";
|
|
272
249
|
throttlingReasons;
|
|
@@ -279,9 +256,8 @@ class ThrottlingException extends PollyServiceException_1.PollyServiceException
|
|
|
279
256
|
Object.setPrototypeOf(this, ThrottlingException.prototype);
|
|
280
257
|
this.throttlingReasons = opts.throttlingReasons;
|
|
281
258
|
}
|
|
282
|
-
}
|
|
283
|
-
exports.
|
|
284
|
-
class ValidationException extends PollyServiceException_1.PollyServiceException {
|
|
259
|
+
};
|
|
260
|
+
exports.ValidationException = class ValidationException extends __BaseException {
|
|
285
261
|
name = "ValidationException";
|
|
286
262
|
$fault = "client";
|
|
287
263
|
reason;
|
|
@@ -296,9 +272,8 @@ class ValidationException extends PollyServiceException_1.PollyServiceException
|
|
|
296
272
|
this.reason = opts.reason;
|
|
297
273
|
this.fields = opts.fields;
|
|
298
274
|
}
|
|
299
|
-
}
|
|
300
|
-
exports.
|
|
301
|
-
class SsmlMarksNotSupportedForTextTypeException extends PollyServiceException_1.PollyServiceException {
|
|
275
|
+
};
|
|
276
|
+
exports.SsmlMarksNotSupportedForTextTypeException = class SsmlMarksNotSupportedForTextTypeException extends __BaseException {
|
|
302
277
|
name = "SsmlMarksNotSupportedForTextTypeException";
|
|
303
278
|
$fault = "client";
|
|
304
279
|
constructor(opts) {
|
|
@@ -309,9 +284,8 @@ class SsmlMarksNotSupportedForTextTypeException extends PollyServiceException_1.
|
|
|
309
284
|
});
|
|
310
285
|
Object.setPrototypeOf(this, SsmlMarksNotSupportedForTextTypeException.prototype);
|
|
311
286
|
}
|
|
312
|
-
}
|
|
313
|
-
exports.
|
|
314
|
-
class TextLengthExceededException extends PollyServiceException_1.PollyServiceException {
|
|
287
|
+
};
|
|
288
|
+
exports.TextLengthExceededException = class TextLengthExceededException extends __BaseException {
|
|
315
289
|
name = "TextLengthExceededException";
|
|
316
290
|
$fault = "client";
|
|
317
291
|
constructor(opts) {
|
|
@@ -322,5 +296,4 @@ class TextLengthExceededException extends PollyServiceException_1.PollyServiceEx
|
|
|
322
296
|
});
|
|
323
297
|
Object.setPrototypeOf(this, TextLengthExceededException.prototype);
|
|
324
298
|
}
|
|
325
|
-
}
|
|
326
|
-
exports.TextLengthExceededException = TextLengthExceededException;
|
|
299
|
+
};
|
|
@@ -1,41 +1,37 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
const
|
|
5
|
-
const
|
|
6
|
-
const
|
|
7
|
-
const
|
|
8
|
-
const
|
|
9
|
-
const
|
|
10
|
-
const
|
|
11
|
-
const retry_1 = require("@smithy/core/retry");
|
|
12
|
-
const serde_1 = require("@smithy/core/serde");
|
|
13
|
-
const fetch_http_handler_1 = require("@smithy/fetch-http-handler");
|
|
14
|
-
const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
|
|
1
|
+
const packageInfo = require("../package.json");
|
|
2
|
+
const { Sha256 } = require("@aws-crypto/sha256-browser");
|
|
3
|
+
const { createDefaultUserAgentProvider } = require("@aws-sdk/core/client");
|
|
4
|
+
const { invalidFunction, invalidProvider, loadConfigsForDefaultMode } = require("@smithy/core/client");
|
|
5
|
+
const { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT, resolveDefaultsModeConfig } = require("@smithy/core/config");
|
|
6
|
+
const { eventStreamSerdeProvider } = require("@smithy/core/event-streams");
|
|
7
|
+
const { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } = require("@smithy/core/retry");
|
|
8
|
+
const { calculateBodyLength } = require("@smithy/core/serde");
|
|
9
|
+
const { FetchHttpHandler: RequestHandler, streamCollector } = require("@smithy/fetch-http-handler");
|
|
10
|
+
const { getRuntimeConfig: getSharedRuntimeConfig } = require("./runtimeConfig.shared");
|
|
15
11
|
const getRuntimeConfig = (config) => {
|
|
16
|
-
const defaultsMode =
|
|
17
|
-
const defaultConfigProvider = () => defaultsMode().then(
|
|
18
|
-
const clientSharedValues = (
|
|
12
|
+
const defaultsMode = resolveDefaultsModeConfig(config);
|
|
13
|
+
const defaultConfigProvider = () => defaultsMode().then(loadConfigsForDefaultMode);
|
|
14
|
+
const clientSharedValues = getSharedRuntimeConfig(config);
|
|
19
15
|
return {
|
|
20
16
|
...clientSharedValues,
|
|
21
17
|
...config,
|
|
22
18
|
runtime: "browser",
|
|
23
19
|
defaultsMode,
|
|
24
|
-
bodyLengthChecker: config?.bodyLengthChecker ??
|
|
20
|
+
bodyLengthChecker: config?.bodyLengthChecker ?? calculateBodyLength,
|
|
25
21
|
credentialDefaultProvider: config?.credentialDefaultProvider ?? ((_) => () => Promise.reject(new Error("Credential is missing"))),
|
|
26
|
-
defaultUserAgentProvider: config?.defaultUserAgentProvider ??
|
|
22
|
+
defaultUserAgentProvider: config?.defaultUserAgentProvider ?? createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
|
|
27
23
|
eventStreamPayloadHandlerProvider: config?.eventStreamPayloadHandlerProvider ?? (() => ({
|
|
28
|
-
handle:
|
|
24
|
+
handle: invalidFunction("event stream request is not supported in browser."),
|
|
29
25
|
})),
|
|
30
|
-
eventStreamSerdeProvider: config?.eventStreamSerdeProvider ??
|
|
31
|
-
maxAttempts: config?.maxAttempts ??
|
|
32
|
-
region: config?.region ??
|
|
33
|
-
requestHandler:
|
|
34
|
-
retryMode: config?.retryMode ?? (async () => (await defaultConfigProvider()).retryMode ||
|
|
35
|
-
sha256: config?.sha256 ??
|
|
36
|
-
streamCollector: config?.streamCollector ??
|
|
37
|
-
useDualstackEndpoint: config?.useDualstackEndpoint ?? (() => Promise.resolve(
|
|
38
|
-
useFipsEndpoint: config?.useFipsEndpoint ?? (() => Promise.resolve(
|
|
26
|
+
eventStreamSerdeProvider: config?.eventStreamSerdeProvider ?? eventStreamSerdeProvider,
|
|
27
|
+
maxAttempts: config?.maxAttempts ?? DEFAULT_MAX_ATTEMPTS,
|
|
28
|
+
region: config?.region ?? invalidProvider("Region is missing"),
|
|
29
|
+
requestHandler: RequestHandler.create(config?.requestHandler ?? defaultConfigProvider),
|
|
30
|
+
retryMode: config?.retryMode ?? (async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE),
|
|
31
|
+
sha256: config?.sha256 ?? Sha256,
|
|
32
|
+
streamCollector: config?.streamCollector ?? streamCollector,
|
|
33
|
+
useDualstackEndpoint: config?.useDualstackEndpoint ?? (() => Promise.resolve(DEFAULT_USE_DUALSTACK_ENDPOINT)),
|
|
34
|
+
useFipsEndpoint: config?.useFipsEndpoint ?? (() => Promise.resolve(DEFAULT_USE_FIPS_ENDPOINT)),
|
|
39
35
|
};
|
|
40
36
|
};
|
|
41
37
|
exports.getRuntimeConfig = getRuntimeConfig;
|
|
@@ -1,25 +1,21 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
const
|
|
5
|
-
const
|
|
6
|
-
const
|
|
7
|
-
const
|
|
8
|
-
const
|
|
9
|
-
const
|
|
10
|
-
const
|
|
11
|
-
const
|
|
12
|
-
const
|
|
13
|
-
const retry_1 = require("@smithy/core/retry");
|
|
14
|
-
const serde_1 = require("@smithy/core/serde");
|
|
15
|
-
const node_http_handler_1 = require("@smithy/node-http-handler");
|
|
16
|
-
const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
|
|
1
|
+
const packageInfo = require("../package.json");
|
|
2
|
+
const { createDefaultUserAgentProvider, emitWarningIfUnsupportedVersion: awsCheckVersion, NODE_APP_ID_CONFIG_OPTIONS } = require("@aws-sdk/core/client");
|
|
3
|
+
const { NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } = require("@aws-sdk/core/httpAuthSchemes");
|
|
4
|
+
const { defaultProvider: credentialDefaultProvider } = require("@aws-sdk/credential-provider-node");
|
|
5
|
+
const { eventStreamPayloadHandlerProvider } = require("@aws-sdk/eventstream-handler-node");
|
|
6
|
+
const { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } = require("@smithy/core/client");
|
|
7
|
+
const { loadConfig: loadNodeConfig, NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, resolveDefaultsModeConfig } = require("@smithy/core/config");
|
|
8
|
+
const { eventStreamSerdeProvider } = require("@smithy/core/event-streams");
|
|
9
|
+
const { DEFAULT_RETRY_MODE, NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } = require("@smithy/core/retry");
|
|
10
|
+
const { calculateBodyLength, Hash } = require("@smithy/core/serde");
|
|
11
|
+
const { NodeHttp2Handler: RequestHandler, streamCollector } = require("@smithy/node-http-handler");
|
|
12
|
+
const { getRuntimeConfig: getSharedRuntimeConfig } = require("./runtimeConfig.shared");
|
|
17
13
|
const getRuntimeConfig = (config) => {
|
|
18
|
-
|
|
19
|
-
const defaultsMode =
|
|
20
|
-
const defaultConfigProvider = () => defaultsMode().then(
|
|
21
|
-
const clientSharedValues = (
|
|
22
|
-
(
|
|
14
|
+
emitWarningIfUnsupportedVersion(process.version);
|
|
15
|
+
const defaultsMode = resolveDefaultsModeConfig(config);
|
|
16
|
+
const defaultConfigProvider = () => defaultsMode().then(loadConfigsForDefaultMode);
|
|
17
|
+
const clientSharedValues = getSharedRuntimeConfig(config);
|
|
18
|
+
awsCheckVersion(process.version);
|
|
23
19
|
const loaderConfig = {
|
|
24
20
|
profile: config?.profile,
|
|
25
21
|
logger: clientSharedValues.logger,
|
|
@@ -29,28 +25,28 @@ const getRuntimeConfig = (config) => {
|
|
|
29
25
|
...config,
|
|
30
26
|
runtime: "node",
|
|
31
27
|
defaultsMode,
|
|
32
|
-
authSchemePreference: config?.authSchemePreference ?? (
|
|
33
|
-
bodyLengthChecker: config?.bodyLengthChecker ??
|
|
34
|
-
credentialDefaultProvider: config?.credentialDefaultProvider ??
|
|
35
|
-
defaultUserAgentProvider: config?.defaultUserAgentProvider ??
|
|
36
|
-
eventStreamPayloadHandlerProvider: config?.eventStreamPayloadHandlerProvider ??
|
|
37
|
-
eventStreamSerdeProvider: config?.eventStreamSerdeProvider ??
|
|
38
|
-
maxAttempts: config?.maxAttempts ?? (
|
|
39
|
-
region: config?.region ?? (
|
|
40
|
-
requestHandler:
|
|
28
|
+
authSchemePreference: config?.authSchemePreference ?? loadNodeConfig(NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig),
|
|
29
|
+
bodyLengthChecker: config?.bodyLengthChecker ?? calculateBodyLength,
|
|
30
|
+
credentialDefaultProvider: config?.credentialDefaultProvider ?? credentialDefaultProvider,
|
|
31
|
+
defaultUserAgentProvider: config?.defaultUserAgentProvider ?? createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
|
|
32
|
+
eventStreamPayloadHandlerProvider: config?.eventStreamPayloadHandlerProvider ?? eventStreamPayloadHandlerProvider,
|
|
33
|
+
eventStreamSerdeProvider: config?.eventStreamSerdeProvider ?? eventStreamSerdeProvider,
|
|
34
|
+
maxAttempts: config?.maxAttempts ?? loadNodeConfig(NODE_MAX_ATTEMPT_CONFIG_OPTIONS, config),
|
|
35
|
+
region: config?.region ?? loadNodeConfig(NODE_REGION_CONFIG_OPTIONS, { ...NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }),
|
|
36
|
+
requestHandler: RequestHandler.create(config?.requestHandler ?? (async () => ({
|
|
41
37
|
...await defaultConfigProvider(),
|
|
42
38
|
disableConcurrentStreams: true
|
|
43
39
|
}))),
|
|
44
40
|
retryMode: config?.retryMode ??
|
|
45
|
-
(
|
|
46
|
-
...
|
|
47
|
-
default: async () => (await defaultConfigProvider()).retryMode ||
|
|
41
|
+
loadNodeConfig({
|
|
42
|
+
...NODE_RETRY_MODE_CONFIG_OPTIONS,
|
|
43
|
+
default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
|
|
48
44
|
}, config),
|
|
49
|
-
sha256: config?.sha256 ??
|
|
50
|
-
streamCollector: config?.streamCollector ??
|
|
51
|
-
useDualstackEndpoint: config?.useDualstackEndpoint ?? (
|
|
52
|
-
useFipsEndpoint: config?.useFipsEndpoint ?? (
|
|
53
|
-
userAgentAppId: config?.userAgentAppId ?? (
|
|
45
|
+
sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
|
|
46
|
+
streamCollector: config?.streamCollector ?? streamCollector,
|
|
47
|
+
useDualstackEndpoint: config?.useDualstackEndpoint ?? loadNodeConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
48
|
+
useFipsEndpoint: config?.useFipsEndpoint ?? loadNodeConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
49
|
+
userAgentAppId: config?.userAgentAppId ?? loadNodeConfig(NODE_APP_ID_CONFIG_OPTIONS, loaderConfig),
|
|
54
50
|
};
|
|
55
51
|
};
|
|
56
52
|
exports.getRuntimeConfig = getRuntimeConfig;
|
|
@@ -1,19 +1,16 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
const sha256_js_1 = require("@aws-crypto/sha256-js");
|
|
5
|
-
const client_1 = require("@smithy/core/client");
|
|
6
|
-
const runtimeConfig_browser_1 = require("./runtimeConfig.browser");
|
|
1
|
+
const { Sha256 } = require("@aws-crypto/sha256-js");
|
|
2
|
+
const { invalidFunction } = require("@smithy/core/client");
|
|
3
|
+
const { getRuntimeConfig: getBrowserRuntimeConfig } = require("./runtimeConfig.browser");
|
|
7
4
|
const getRuntimeConfig = (config) => {
|
|
8
|
-
const browserDefaults = (
|
|
5
|
+
const browserDefaults = getBrowserRuntimeConfig(config);
|
|
9
6
|
return {
|
|
10
7
|
...browserDefaults,
|
|
11
8
|
...config,
|
|
12
9
|
runtime: "react-native",
|
|
13
10
|
eventStreamPayloadHandlerProvider: config?.eventStreamPayloadHandlerProvider ?? (() => ({
|
|
14
|
-
handle:
|
|
11
|
+
handle: invalidFunction("event stream request is not supported in ReactNative."),
|
|
15
12
|
})),
|
|
16
|
-
sha256: config?.sha256 ??
|
|
13
|
+
sha256: config?.sha256 ?? Sha256,
|
|
17
14
|
};
|
|
18
15
|
};
|
|
19
16
|
exports.getRuntimeConfig = getRuntimeConfig;
|
|
@@ -1,44 +1,40 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
const
|
|
5
|
-
const
|
|
6
|
-
const
|
|
7
|
-
const
|
|
8
|
-
const
|
|
9
|
-
|
|
10
|
-
const endpointResolver_1 = require("./endpoint/endpointResolver");
|
|
11
|
-
const schemas_0_1 = require("./schemas/schemas_0");
|
|
12
|
-
const getRuntimeConfig = (config) => {
|
|
1
|
+
const { AwsSdkSigV4Signer } = require("@aws-sdk/core/httpAuthSchemes");
|
|
2
|
+
const { AwsRestJsonProtocol } = require("@aws-sdk/core/protocols");
|
|
3
|
+
const { NoOpLogger } = require("@smithy/core/client");
|
|
4
|
+
const { parseUrl } = require("@smithy/core/protocols");
|
|
5
|
+
const { fromBase64, fromUtf8, sdkStreamMixin, toBase64, toUtf8 } = require("@smithy/core/serde");
|
|
6
|
+
const { defaultPollyHttpAuthSchemeProvider } = require("./auth/httpAuthSchemeProvider");
|
|
7
|
+
const { defaultEndpointResolver } = require("./endpoint/endpointResolver");
|
|
8
|
+
const { errorTypeRegistries } = require("./schemas/schemas_0");
|
|
9
|
+
exports.getRuntimeConfig = (config) => {
|
|
13
10
|
return {
|
|
14
11
|
apiVersion: "2016-06-10",
|
|
15
|
-
base64Decoder: config?.base64Decoder ??
|
|
16
|
-
base64Encoder: config?.base64Encoder ??
|
|
12
|
+
base64Decoder: config?.base64Decoder ?? fromBase64,
|
|
13
|
+
base64Encoder: config?.base64Encoder ?? toBase64,
|
|
17
14
|
disableHostPrefix: config?.disableHostPrefix ?? false,
|
|
18
|
-
endpointProvider: config?.endpointProvider ??
|
|
15
|
+
endpointProvider: config?.endpointProvider ?? defaultEndpointResolver,
|
|
19
16
|
extensions: config?.extensions ?? [],
|
|
20
|
-
httpAuthSchemeProvider: config?.httpAuthSchemeProvider ??
|
|
17
|
+
httpAuthSchemeProvider: config?.httpAuthSchemeProvider ?? defaultPollyHttpAuthSchemeProvider,
|
|
21
18
|
httpAuthSchemes: config?.httpAuthSchemes ?? [
|
|
22
19
|
{
|
|
23
20
|
schemeId: "aws.auth#sigv4",
|
|
24
21
|
identityProvider: (ipc) => ipc.getIdentityProvider("aws.auth#sigv4"),
|
|
25
|
-
signer: new
|
|
22
|
+
signer: new AwsSdkSigV4Signer(),
|
|
26
23
|
},
|
|
27
24
|
],
|
|
28
|
-
logger: config?.logger ?? new
|
|
29
|
-
protocol: config?.protocol ??
|
|
25
|
+
logger: config?.logger ?? new NoOpLogger(),
|
|
26
|
+
protocol: config?.protocol ?? AwsRestJsonProtocol,
|
|
30
27
|
protocolSettings: config?.protocolSettings ?? {
|
|
31
28
|
defaultNamespace: "com.amazonaws.polly",
|
|
32
|
-
errorTypeRegistries
|
|
29
|
+
errorTypeRegistries,
|
|
33
30
|
xmlNamespace: "http://polly.amazonaws.com/doc/v1",
|
|
34
31
|
version: "2016-06-10",
|
|
35
32
|
serviceTarget: "Parrot_v1",
|
|
36
33
|
},
|
|
37
|
-
sdkStreamMixin: config?.sdkStreamMixin ??
|
|
34
|
+
sdkStreamMixin: config?.sdkStreamMixin ?? sdkStreamMixin,
|
|
38
35
|
serviceId: config?.serviceId ?? "Polly",
|
|
39
|
-
urlParser: config?.urlParser ??
|
|
40
|
-
utf8Decoder: config?.utf8Decoder ??
|
|
41
|
-
utf8Encoder: config?.utf8Encoder ??
|
|
36
|
+
urlParser: config?.urlParser ?? parseUrl,
|
|
37
|
+
utf8Decoder: config?.utf8Decoder ?? fromUtf8,
|
|
38
|
+
utf8Encoder: config?.utf8Encoder ?? toUtf8,
|
|
42
39
|
};
|
|
43
40
|
};
|
|
44
|
-
exports.getRuntimeConfig = getRuntimeConfig;
|