@aws-sdk/client-database-migration-service 3.1074.0 → 3.1076.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.
@@ -14,7 +14,7 @@ export declare const getRuntimeConfig: (config: DatabaseMigrationServiceClientCo
14
14
  requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
15
15
  retryMode: string | import("@smithy/types").Provider<string>;
16
16
  sha256: import("@smithy/types").HashConstructor;
17
- streamCollector: import("@smithy/types").StreamCollector;
17
+ streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
18
18
  useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
19
19
  useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
20
20
  cacheMiddleware?: boolean | undefined;
@@ -15,7 +15,7 @@ export declare const getRuntimeConfig: (config: DatabaseMigrationServiceClientCo
15
15
  requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
16
16
  retryMode: string | import("@smithy/types").Provider<string>;
17
17
  sha256: import("@smithy/types").HashConstructor;
18
- streamCollector: import("@smithy/types").StreamCollector;
18
+ streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
19
19
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
20
20
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
21
21
  userAgentAppId: string | import("@smithy/types").Provider<string | undefined>;
@@ -15,7 +15,7 @@ export declare const getRuntimeConfig: (config: DatabaseMigrationServiceClientCo
15
15
  apiVersion: string;
16
16
  urlParser: import("@smithy/types").UrlParser;
17
17
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
18
- streamCollector: import("@smithy/types").StreamCollector;
18
+ streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
19
19
  base64Decoder: import("@smithy/types").Decoder;
20
20
  base64Encoder: (_input: Uint8Array | string) => string;
21
21
  utf8Decoder: import("@smithy/types").Decoder;
@@ -23,7 +23,13 @@ export declare const getRuntimeConfig: (
23
23
  | RequestHandler;
24
24
  retryMode: string | import("@smithy/types").Provider<string>;
25
25
  sha256: import("@smithy/types").HashConstructor;
26
- streamCollector: import("@smithy/types").StreamCollector;
26
+ streamCollector: (
27
+ stream:
28
+ | import("stream").Readable
29
+ | import("stream/web").ReadableStream
30
+ | ReadableStream
31
+ | Blob
32
+ ) => Promise<Uint8Array>;
27
33
  useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) &
28
34
  (boolean | import("@smithy/types").Provider<boolean | undefined>);
29
35
  useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) &
@@ -24,7 +24,13 @@ export declare const getRuntimeConfig: (
24
24
  | import("@smithy/core/protocols").HttpHandler<any>;
25
25
  retryMode: string | import("@smithy/types").Provider<string>;
26
26
  sha256: import("@smithy/types").HashConstructor;
27
- streamCollector: import("@smithy/types").StreamCollector;
27
+ streamCollector: (
28
+ stream:
29
+ | import("stream").Readable
30
+ | import("stream/web").ReadableStream
31
+ | ReadableStream
32
+ | Blob
33
+ ) => Promise<Uint8Array>;
28
34
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
29
35
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
30
36
  userAgentAppId: string | import("@smithy/types").Provider<string | undefined>;
@@ -22,7 +22,13 @@ export declare const getRuntimeConfig: (
22
22
  apiVersion: string;
23
23
  urlParser: import("@smithy/types").UrlParser;
24
24
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
25
- streamCollector: import("@smithy/types").StreamCollector;
25
+ streamCollector: (
26
+ stream:
27
+ | import("stream").Readable
28
+ | import("stream/web").ReadableStream
29
+ | ReadableStream
30
+ | Blob
31
+ ) => Promise<Uint8Array>;
26
32
  base64Decoder: import("@smithy/types").Decoder;
27
33
  base64Encoder: (_input: Uint8Array | string) => string;
28
34
  utf8Decoder: import("@smithy/types").Decoder;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-database-migration-service",
3
3
  "description": "AWS SDK for JavaScript Database Migration Service Client for Node.js, Browser and React Native",
4
- "version": "3.1074.0",
4
+ "version": "3.1076.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline",
@@ -23,13 +23,13 @@
23
23
  "dependencies": {
24
24
  "@aws-crypto/sha256-browser": "5.2.0",
25
25
  "@aws-crypto/sha256-js": "5.2.0",
26
- "@aws-sdk/core": "^3.974.23",
27
- "@aws-sdk/credential-provider-node": "^3.972.58",
28
- "@aws-sdk/types": "^3.973.13",
29
- "@smithy/core": "^3.24.6",
30
- "@smithy/fetch-http-handler": "^5.4.6",
31
- "@smithy/node-http-handler": "^4.7.6",
32
- "@smithy/types": "^4.14.3",
26
+ "@aws-sdk/core": "^3.974.24",
27
+ "@aws-sdk/credential-provider-node": "^3.972.59",
28
+ "@aws-sdk/types": "^3.973.14",
29
+ "@smithy/core": "^3.27.0",
30
+ "@smithy/fetch-http-handler": "^5.6.0",
31
+ "@smithy/node-http-handler": "^4.9.0",
32
+ "@smithy/types": "^4.15.0",
33
33
  "tslib": "^2.6.2"
34
34
  },
35
35
  "devDependencies": {
@@ -1,40 +0,0 @@
1
- const { resolveAwsSdkSigV4Config } = require("@aws-sdk/core/httpAuthSchemes");
2
- const { getSmithyContext, normalizeProvider } = require("@smithy/core/client");
3
- exports.defaultDatabaseMigrationServiceHttpAuthSchemeParametersProvider = async (config, context, input) => {
4
- return {
5
- operation: getSmithyContext(context).operation,
6
- region: await normalizeProvider(config.region)() || (() => {
7
- throw new Error("expected `region` to be configured for `aws.auth#sigv4`");
8
- })(),
9
- };
10
- };
11
- function createAwsAuthSigv4HttpAuthOption(authParameters) {
12
- return {
13
- schemeId: "aws.auth#sigv4",
14
- signingProperties: {
15
- name: "dms",
16
- region: authParameters.region,
17
- },
18
- propertiesExtractor: (config, context) => ({
19
- signingProperties: {
20
- config,
21
- context,
22
- },
23
- }),
24
- };
25
- }
26
- exports.defaultDatabaseMigrationServiceHttpAuthSchemeProvider = (authParameters) => {
27
- const options = [];
28
- switch (authParameters.operation) {
29
- default: {
30
- options.push(createAwsAuthSigv4HttpAuthOption(authParameters));
31
- }
32
- }
33
- return options;
34
- };
35
- exports.resolveHttpAuthSchemeConfig = (config) => {
36
- const config_0 = resolveAwsSdkSigV4Config(config);
37
- return Object.assign(config_0, {
38
- authSchemePreference: normalizeProvider(config.authSchemePreference ?? []),
39
- });
40
- };
@@ -1,55 +0,0 @@
1
- const { BinaryDecisionDiagram } = require("@smithy/core/endpoints");
2
- const m = "ref";
3
- const a = -1, b = true, c = "isSet", d = "PartitionResult", e = "booleanEquals", f = "getAttr", g = "stringEquals", h = { [m]: "Endpoint" }, i = { [m]: d }, j = { "fn": f, "argv": [i, "name"] }, k = {}, l = [{ [m]: "Region" }];
4
- const _data = {
5
- conditions: [
6
- [c, [h]],
7
- [c, l],
8
- ["aws.partition", l, d],
9
- [e, [{ [m]: "UseFIPS" }, b]],
10
- [e, [{ [m]: "UseDualStack" }, b]],
11
- [e, [{ fn: f, argv: [i, "supportsDualStack"] }, b]],
12
- [e, [{ fn: f, argv: [i, "supportsFIPS"] }, b]],
13
- [g, [j, "aws-us-gov"]],
14
- [g, [j, "aws-iso"]],
15
- [g, [j, "aws-iso-b"]]
16
- ],
17
- results: [
18
- [a],
19
- [a, "Invalid Configuration: FIPS and custom endpoint are not supported"],
20
- [a, "Invalid Configuration: Dualstack and custom endpoint are not supported"],
21
- [h, k],
22
- ["https://dms-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", k],
23
- [a, "FIPS and DualStack are enabled, but this partition does not support one or both"],
24
- ["https://dms.{Region}.amazonaws.com", k],
25
- ["https://dms.{Region}.c2s.ic.gov", k],
26
- ["https://dms.{Region}.sc2s.sgov.gov", k],
27
- ["https://dms-fips.{Region}.{PartitionResult#dnsSuffix}", k],
28
- [a, "FIPS is enabled but this partition does not support FIPS"],
29
- ["https://dms.{Region}.{PartitionResult#dualStackDnsSuffix}", k],
30
- [a, "DualStack is enabled but this partition does not support DualStack"],
31
- ["https://dms.{Region}.{PartitionResult#dnsSuffix}", k],
32
- [a, "Invalid Configuration: Missing Region"]
33
- ]
34
- };
35
- const root = 2;
36
- const r = 100_000_000;
37
- const nodes = new Int32Array([
38
- -1, 1, -1,
39
- 0, 15, 3,
40
- 1, 4, r + 14,
41
- 2, 5, r + 14,
42
- 3, 8, 6,
43
- 4, 7, r + 13,
44
- 5, r + 11, r + 12,
45
- 4, 13, 9,
46
- 6, 10, r + 10,
47
- 7, r + 6, 11,
48
- 8, r + 7, 12,
49
- 9, r + 8, r + 9,
50
- 5, 14, r + 5,
51
- 6, r + 4, r + 5,
52
- 3, r + 1, 16,
53
- 4, r + 2, r + 3,
54
- ]);
55
- exports.bdd = BinaryDecisionDiagram.from(nodes, root, _data.conditions, _data.results);
@@ -1,14 +0,0 @@
1
- const { awsEndpointFunctions } = require("@aws-sdk/core/client");
2
- const { customEndpointFunctions, decideEndpoint, EndpointCache } = require("@smithy/core/endpoints");
3
- const { bdd } = require("./bdd");
4
- const cache = new EndpointCache({
5
- size: 50,
6
- params: ["Endpoint", "Region", "UseDualStack", "UseFIPS"],
7
- });
8
- exports.defaultEndpointResolver = (endpointParams, context = {}) => {
9
- return cache.get(endpointParams, () => decideEndpoint(bdd, {
10
- endpointParams: endpointParams,
11
- logger: context.logger,
12
- }));
13
- };
14
- customEndpointFunctions.aws = awsEndpointFunctions;
@@ -1,8 +0,0 @@
1
- const { ServiceException: __ServiceException } = require("@smithy/core/client");
2
- exports.__ServiceException = __ServiceException;
3
- exports.DatabaseMigrationServiceServiceException = class DatabaseMigrationServiceServiceException extends __ServiceException {
4
- constructor(options) {
5
- super(options);
6
- Object.setPrototypeOf(this, DatabaseMigrationServiceServiceException.prototype);
7
- }
8
- };
@@ -1,315 +0,0 @@
1
- const { DatabaseMigrationServiceServiceException: __BaseException } = require("./DatabaseMigrationServiceServiceException");
2
- exports.AccessDeniedFault = class AccessDeniedFault extends __BaseException {
3
- name = "AccessDeniedFault";
4
- $fault = "client";
5
- constructor(opts) {
6
- super({
7
- name: "AccessDeniedFault",
8
- $fault: "client",
9
- ...opts,
10
- });
11
- Object.setPrototypeOf(this, AccessDeniedFault.prototype);
12
- }
13
- };
14
- exports.InvalidResourceStateFault = class InvalidResourceStateFault extends __BaseException {
15
- name = "InvalidResourceStateFault";
16
- $fault = "client";
17
- constructor(opts) {
18
- super({
19
- name: "InvalidResourceStateFault",
20
- $fault: "client",
21
- ...opts,
22
- });
23
- Object.setPrototypeOf(this, InvalidResourceStateFault.prototype);
24
- }
25
- };
26
- exports.ResourceNotFoundFault = class ResourceNotFoundFault extends __BaseException {
27
- name = "ResourceNotFoundFault";
28
- $fault = "client";
29
- constructor(opts) {
30
- super({
31
- name: "ResourceNotFoundFault",
32
- $fault: "client",
33
- ...opts,
34
- });
35
- Object.setPrototypeOf(this, ResourceNotFoundFault.prototype);
36
- }
37
- };
38
- exports.FailedDependencyFault = class FailedDependencyFault extends __BaseException {
39
- name = "FailedDependencyFault";
40
- $fault = "client";
41
- constructor(opts) {
42
- super({
43
- name: "FailedDependencyFault",
44
- $fault: "client",
45
- ...opts,
46
- });
47
- Object.setPrototypeOf(this, FailedDependencyFault.prototype);
48
- }
49
- };
50
- exports.InvalidOperationFault = class InvalidOperationFault extends __BaseException {
51
- name = "InvalidOperationFault";
52
- $fault = "client";
53
- constructor(opts) {
54
- super({
55
- name: "InvalidOperationFault",
56
- $fault: "client",
57
- ...opts,
58
- });
59
- Object.setPrototypeOf(this, InvalidOperationFault.prototype);
60
- }
61
- };
62
- exports.ResourceAlreadyExistsFault = class ResourceAlreadyExistsFault extends __BaseException {
63
- name = "ResourceAlreadyExistsFault";
64
- $fault = "client";
65
- resourceArn;
66
- constructor(opts) {
67
- super({
68
- name: "ResourceAlreadyExistsFault",
69
- $fault: "client",
70
- ...opts,
71
- });
72
- Object.setPrototypeOf(this, ResourceAlreadyExistsFault.prototype);
73
- this.resourceArn = opts.resourceArn;
74
- }
75
- };
76
- exports.ResourceQuotaExceededFault = class ResourceQuotaExceededFault extends __BaseException {
77
- name = "ResourceQuotaExceededFault";
78
- $fault = "client";
79
- constructor(opts) {
80
- super({
81
- name: "ResourceQuotaExceededFault",
82
- $fault: "client",
83
- ...opts,
84
- });
85
- Object.setPrototypeOf(this, ResourceQuotaExceededFault.prototype);
86
- }
87
- };
88
- exports.KMSKeyNotAccessibleFault = class KMSKeyNotAccessibleFault extends __BaseException {
89
- name = "KMSKeyNotAccessibleFault";
90
- $fault = "client";
91
- constructor(opts) {
92
- super({
93
- name: "KMSKeyNotAccessibleFault",
94
- $fault: "client",
95
- ...opts,
96
- });
97
- Object.setPrototypeOf(this, KMSKeyNotAccessibleFault.prototype);
98
- }
99
- };
100
- exports.S3AccessDeniedFault = class S3AccessDeniedFault extends __BaseException {
101
- name = "S3AccessDeniedFault";
102
- $fault = "client";
103
- constructor(opts) {
104
- super({
105
- name: "S3AccessDeniedFault",
106
- $fault: "client",
107
- ...opts,
108
- });
109
- Object.setPrototypeOf(this, S3AccessDeniedFault.prototype);
110
- }
111
- };
112
- exports.KMSAccessDeniedFault = class KMSAccessDeniedFault extends __BaseException {
113
- name = "KMSAccessDeniedFault";
114
- $fault = "client";
115
- constructor(opts) {
116
- super({
117
- name: "KMSAccessDeniedFault",
118
- $fault: "client",
119
- ...opts,
120
- });
121
- Object.setPrototypeOf(this, KMSAccessDeniedFault.prototype);
122
- }
123
- };
124
- exports.KMSDisabledFault = class KMSDisabledFault extends __BaseException {
125
- name = "KMSDisabledFault";
126
- $fault = "client";
127
- constructor(opts) {
128
- super({
129
- name: "KMSDisabledFault",
130
- $fault: "client",
131
- ...opts,
132
- });
133
- Object.setPrototypeOf(this, KMSDisabledFault.prototype);
134
- }
135
- };
136
- exports.KMSInvalidStateFault = class KMSInvalidStateFault extends __BaseException {
137
- name = "KMSInvalidStateFault";
138
- $fault = "client";
139
- constructor(opts) {
140
- super({
141
- name: "KMSInvalidStateFault",
142
- $fault: "client",
143
- ...opts,
144
- });
145
- Object.setPrototypeOf(this, KMSInvalidStateFault.prototype);
146
- }
147
- };
148
- exports.KMSNotFoundFault = class KMSNotFoundFault extends __BaseException {
149
- name = "KMSNotFoundFault";
150
- $fault = "client";
151
- constructor(opts) {
152
- super({
153
- name: "KMSNotFoundFault",
154
- $fault: "client",
155
- ...opts,
156
- });
157
- Object.setPrototypeOf(this, KMSNotFoundFault.prototype);
158
- }
159
- };
160
- exports.KMSThrottlingFault = class KMSThrottlingFault extends __BaseException {
161
- name = "KMSThrottlingFault";
162
- $fault = "client";
163
- constructor(opts) {
164
- super({
165
- name: "KMSThrottlingFault",
166
- $fault: "client",
167
- ...opts,
168
- });
169
- Object.setPrototypeOf(this, KMSThrottlingFault.prototype);
170
- }
171
- };
172
- exports.SNSInvalidTopicFault = class SNSInvalidTopicFault extends __BaseException {
173
- name = "SNSInvalidTopicFault";
174
- $fault = "client";
175
- constructor(opts) {
176
- super({
177
- name: "SNSInvalidTopicFault",
178
- $fault: "client",
179
- ...opts,
180
- });
181
- Object.setPrototypeOf(this, SNSInvalidTopicFault.prototype);
182
- }
183
- };
184
- exports.SNSNoAuthorizationFault = class SNSNoAuthorizationFault extends __BaseException {
185
- name = "SNSNoAuthorizationFault";
186
- $fault = "client";
187
- constructor(opts) {
188
- super({
189
- name: "SNSNoAuthorizationFault",
190
- $fault: "client",
191
- ...opts,
192
- });
193
- Object.setPrototypeOf(this, SNSNoAuthorizationFault.prototype);
194
- }
195
- };
196
- exports.S3ResourceNotFoundFault = class S3ResourceNotFoundFault extends __BaseException {
197
- name = "S3ResourceNotFoundFault";
198
- $fault = "client";
199
- constructor(opts) {
200
- super({
201
- name: "S3ResourceNotFoundFault",
202
- $fault: "client",
203
- ...opts,
204
- });
205
- Object.setPrototypeOf(this, S3ResourceNotFoundFault.prototype);
206
- }
207
- };
208
- exports.InvalidSubnet = class InvalidSubnet extends __BaseException {
209
- name = "InvalidSubnet";
210
- $fault = "client";
211
- constructor(opts) {
212
- super({
213
- name: "InvalidSubnet",
214
- $fault: "client",
215
- ...opts,
216
- });
217
- Object.setPrototypeOf(this, InvalidSubnet.prototype);
218
- }
219
- };
220
- exports.ReplicationSubnetGroupDoesNotCoverEnoughAZs = class ReplicationSubnetGroupDoesNotCoverEnoughAZs extends __BaseException {
221
- name = "ReplicationSubnetGroupDoesNotCoverEnoughAZs";
222
- $fault = "client";
223
- constructor(opts) {
224
- super({
225
- name: "ReplicationSubnetGroupDoesNotCoverEnoughAZs",
226
- $fault: "client",
227
- ...opts,
228
- });
229
- Object.setPrototypeOf(this, ReplicationSubnetGroupDoesNotCoverEnoughAZs.prototype);
230
- }
231
- };
232
- exports.InsufficientResourceCapacityFault = class InsufficientResourceCapacityFault extends __BaseException {
233
- name = "InsufficientResourceCapacityFault";
234
- $fault = "client";
235
- constructor(opts) {
236
- super({
237
- name: "InsufficientResourceCapacityFault",
238
- $fault: "client",
239
- ...opts,
240
- });
241
- Object.setPrototypeOf(this, InsufficientResourceCapacityFault.prototype);
242
- }
243
- };
244
- exports.StorageQuotaExceededFault = class StorageQuotaExceededFault extends __BaseException {
245
- name = "StorageQuotaExceededFault";
246
- $fault = "client";
247
- constructor(opts) {
248
- super({
249
- name: "StorageQuotaExceededFault",
250
- $fault: "client",
251
- ...opts,
252
- });
253
- Object.setPrototypeOf(this, StorageQuotaExceededFault.prototype);
254
- }
255
- };
256
- exports.CollectorNotFoundFault = class CollectorNotFoundFault extends __BaseException {
257
- name = "CollectorNotFoundFault";
258
- $fault = "client";
259
- constructor(opts) {
260
- super({
261
- name: "CollectorNotFoundFault",
262
- $fault: "client",
263
- ...opts,
264
- });
265
- Object.setPrototypeOf(this, CollectorNotFoundFault.prototype);
266
- }
267
- };
268
- exports.InvalidCertificateFault = class InvalidCertificateFault extends __BaseException {
269
- name = "InvalidCertificateFault";
270
- $fault = "client";
271
- constructor(opts) {
272
- super({
273
- name: "InvalidCertificateFault",
274
- $fault: "client",
275
- ...opts,
276
- });
277
- Object.setPrototypeOf(this, InvalidCertificateFault.prototype);
278
- }
279
- };
280
- exports.UpgradeDependencyFailureFault = class UpgradeDependencyFailureFault extends __BaseException {
281
- name = "UpgradeDependencyFailureFault";
282
- $fault = "client";
283
- constructor(opts) {
284
- super({
285
- name: "UpgradeDependencyFailureFault",
286
- $fault: "client",
287
- ...opts,
288
- });
289
- Object.setPrototypeOf(this, UpgradeDependencyFailureFault.prototype);
290
- }
291
- };
292
- exports.SubnetAlreadyInUse = class SubnetAlreadyInUse extends __BaseException {
293
- name = "SubnetAlreadyInUse";
294
- $fault = "client";
295
- constructor(opts) {
296
- super({
297
- name: "SubnetAlreadyInUse",
298
- $fault: "client",
299
- ...opts,
300
- });
301
- Object.setPrototypeOf(this, SubnetAlreadyInUse.prototype);
302
- }
303
- };
304
- exports.KMSFault = class KMSFault extends __BaseException {
305
- name = "KMSFault";
306
- $fault = "client";
307
- constructor(opts) {
308
- super({
309
- name: "KMSFault",
310
- $fault: "client",
311
- ...opts,
312
- });
313
- Object.setPrototypeOf(this, KMSFault.prototype);
314
- }
315
- };
@@ -1,32 +0,0 @@
1
- const packageInfo = require("../package.json");
2
- const { Sha256 } = require("@aws-crypto/sha256-browser");
3
- const { createDefaultUserAgentProvider } = require("@aws-sdk/core/client");
4
- const { invalidProvider, loadConfigsForDefaultMode } = require("@smithy/core/client");
5
- const { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT, resolveDefaultsModeConfig } = require("@smithy/core/config");
6
- const { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } = require("@smithy/core/retry");
7
- const { calculateBodyLength } = require("@smithy/core/serde");
8
- const { FetchHttpHandler: RequestHandler, streamCollector } = require("@smithy/fetch-http-handler");
9
- const { getRuntimeConfig: getSharedRuntimeConfig } = require("./runtimeConfig.shared");
10
- const getRuntimeConfig = (config) => {
11
- const defaultsMode = resolveDefaultsModeConfig(config);
12
- const defaultConfigProvider = () => defaultsMode().then(loadConfigsForDefaultMode);
13
- const clientSharedValues = getSharedRuntimeConfig(config);
14
- return {
15
- ...clientSharedValues,
16
- ...config,
17
- runtime: "browser",
18
- defaultsMode,
19
- bodyLengthChecker: config?.bodyLengthChecker ?? calculateBodyLength,
20
- credentialDefaultProvider: config?.credentialDefaultProvider ?? ((_) => () => Promise.reject(new Error("Credential is missing"))),
21
- defaultUserAgentProvider: config?.defaultUserAgentProvider ?? createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
22
- maxAttempts: config?.maxAttempts ?? DEFAULT_MAX_ATTEMPTS,
23
- region: config?.region ?? invalidProvider("Region is missing"),
24
- requestHandler: RequestHandler.create(config?.requestHandler ?? defaultConfigProvider),
25
- retryMode: config?.retryMode ?? (async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE),
26
- sha256: config?.sha256 ?? Sha256,
27
- streamCollector: config?.streamCollector ?? streamCollector,
28
- useDualstackEndpoint: config?.useDualstackEndpoint ?? (() => Promise.resolve(DEFAULT_USE_DUALSTACK_ENDPOINT)),
29
- useFipsEndpoint: config?.useFipsEndpoint ?? (() => Promise.resolve(DEFAULT_USE_FIPS_ENDPOINT)),
30
- };
31
- };
32
- exports.getRuntimeConfig = getRuntimeConfig;
@@ -1,45 +0,0 @@
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 { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } = require("@smithy/core/client");
6
- 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");
7
- const { DEFAULT_RETRY_MODE, NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } = require("@smithy/core/retry");
8
- const { calculateBodyLength, Hash } = require("@smithy/core/serde");
9
- const { NodeHttpHandler: RequestHandler, streamCollector } = require("@smithy/node-http-handler");
10
- const { getRuntimeConfig: getSharedRuntimeConfig } = require("./runtimeConfig.shared");
11
- const getRuntimeConfig = (config) => {
12
- emitWarningIfUnsupportedVersion(process.version);
13
- const defaultsMode = resolveDefaultsModeConfig(config);
14
- const defaultConfigProvider = () => defaultsMode().then(loadConfigsForDefaultMode);
15
- const clientSharedValues = getSharedRuntimeConfig(config);
16
- awsCheckVersion(process.version);
17
- const loaderConfig = {
18
- profile: config?.profile,
19
- logger: clientSharedValues.logger,
20
- };
21
- return {
22
- ...clientSharedValues,
23
- ...config,
24
- runtime: "node",
25
- defaultsMode,
26
- authSchemePreference: config?.authSchemePreference ?? loadNodeConfig(NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig),
27
- bodyLengthChecker: config?.bodyLengthChecker ?? calculateBodyLength,
28
- credentialDefaultProvider: config?.credentialDefaultProvider ?? credentialDefaultProvider,
29
- defaultUserAgentProvider: config?.defaultUserAgentProvider ?? createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
30
- maxAttempts: config?.maxAttempts ?? loadNodeConfig(NODE_MAX_ATTEMPT_CONFIG_OPTIONS, config),
31
- region: config?.region ?? loadNodeConfig(NODE_REGION_CONFIG_OPTIONS, { ...NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }),
32
- requestHandler: RequestHandler.create(config?.requestHandler ?? defaultConfigProvider),
33
- retryMode: config?.retryMode ??
34
- loadNodeConfig({
35
- ...NODE_RETRY_MODE_CONFIG_OPTIONS,
36
- default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
37
- }, config),
38
- sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
39
- streamCollector: config?.streamCollector ?? streamCollector,
40
- useDualstackEndpoint: config?.useDualstackEndpoint ?? loadNodeConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
41
- useFipsEndpoint: config?.useFipsEndpoint ?? loadNodeConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
42
- userAgentAppId: config?.userAgentAppId ?? loadNodeConfig(NODE_APP_ID_CONFIG_OPTIONS, loaderConfig),
43
- };
44
- };
45
- exports.getRuntimeConfig = getRuntimeConfig;
@@ -1,12 +0,0 @@
1
- const { Sha256 } = require("@aws-crypto/sha256-js");
2
- const { getRuntimeConfig: getBrowserRuntimeConfig } = require("./runtimeConfig.browser");
3
- const getRuntimeConfig = (config) => {
4
- const browserDefaults = getBrowserRuntimeConfig(config);
5
- return {
6
- ...browserDefaults,
7
- ...config,
8
- runtime: "react-native",
9
- sha256: config?.sha256 ?? Sha256,
10
- };
11
- };
12
- exports.getRuntimeConfig = getRuntimeConfig;