@aws-sdk/client-database-migration-service 3.1075.0 → 3.1077.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/index.js +4651 -15
- package/dist-es/runtimeConfig.browser.js +0 -2
- package/dist-es/runtimeConfig.js +1 -2
- package/dist-es/runtimeConfig.native.js +0 -2
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +8 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +8 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +8 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
- package/package.json +8 -10
- package/dist-cjs/auth/httpAuthSchemeProvider.js +0 -40
- package/dist-cjs/endpoint/bdd.js +0 -55
- package/dist-cjs/endpoint/endpointResolver.js +0 -14
- package/dist-cjs/models/DatabaseMigrationServiceServiceException.js +0 -8
- package/dist-cjs/models/errors.js +0 -315
- package/dist-cjs/runtimeConfig.browser.js +0 -32
- package/dist-cjs/runtimeConfig.js +0 -45
- package/dist-cjs/runtimeConfig.native.js +0 -12
- package/dist-cjs/runtimeConfig.shared.js +0 -39
- package/dist-cjs/schemas/schemas_0.js +0 -4010
|
@@ -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;
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
const { AwsSdkSigV4Signer } = require("@aws-sdk/core/httpAuthSchemes");
|
|
2
|
-
const { AwsJson1_1Protocol } = require("@aws-sdk/core/protocols");
|
|
3
|
-
const { NoOpLogger } = require("@smithy/core/client");
|
|
4
|
-
const { parseUrl } = require("@smithy/core/protocols");
|
|
5
|
-
const { fromBase64, fromUtf8, toBase64, toUtf8 } = require("@smithy/core/serde");
|
|
6
|
-
const { defaultDatabaseMigrationServiceHttpAuthSchemeProvider } = require("./auth/httpAuthSchemeProvider");
|
|
7
|
-
const { defaultEndpointResolver } = require("./endpoint/endpointResolver");
|
|
8
|
-
const { errorTypeRegistries } = require("./schemas/schemas_0");
|
|
9
|
-
exports.getRuntimeConfig = (config) => {
|
|
10
|
-
return {
|
|
11
|
-
apiVersion: "2016-01-01",
|
|
12
|
-
base64Decoder: config?.base64Decoder ?? fromBase64,
|
|
13
|
-
base64Encoder: config?.base64Encoder ?? toBase64,
|
|
14
|
-
disableHostPrefix: config?.disableHostPrefix ?? false,
|
|
15
|
-
endpointProvider: config?.endpointProvider ?? defaultEndpointResolver,
|
|
16
|
-
extensions: config?.extensions ?? [],
|
|
17
|
-
httpAuthSchemeProvider: config?.httpAuthSchemeProvider ?? defaultDatabaseMigrationServiceHttpAuthSchemeProvider,
|
|
18
|
-
httpAuthSchemes: config?.httpAuthSchemes ?? [
|
|
19
|
-
{
|
|
20
|
-
schemeId: "aws.auth#sigv4",
|
|
21
|
-
identityProvider: (ipc) => ipc.getIdentityProvider("aws.auth#sigv4"),
|
|
22
|
-
signer: new AwsSdkSigV4Signer(),
|
|
23
|
-
},
|
|
24
|
-
],
|
|
25
|
-
logger: config?.logger ?? new NoOpLogger(),
|
|
26
|
-
protocol: config?.protocol ?? AwsJson1_1Protocol,
|
|
27
|
-
protocolSettings: config?.protocolSettings ?? {
|
|
28
|
-
defaultNamespace: "com.amazonaws.databasemigrationservice",
|
|
29
|
-
errorTypeRegistries,
|
|
30
|
-
xmlNamespace: "http://dms.amazonaws.com/doc/2016-01-01/",
|
|
31
|
-
version: "2016-01-01",
|
|
32
|
-
serviceTarget: "AmazonDMSv20160101",
|
|
33
|
-
},
|
|
34
|
-
serviceId: config?.serviceId ?? "Database Migration Service",
|
|
35
|
-
urlParser: config?.urlParser ?? parseUrl,
|
|
36
|
-
utf8Decoder: config?.utf8Decoder ?? fromUtf8,
|
|
37
|
-
utf8Encoder: config?.utf8Encoder ?? toUtf8,
|
|
38
|
-
};
|
|
39
|
-
};
|