@aws-sdk/client-database-migration-service 3.716.0 → 3.723.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,6 +14,7 @@ import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
14
14
  import { resolveRuntimeExtensions } from "./runtimeExtensions";
15
15
  export { __Client };
16
16
  export class DatabaseMigrationServiceClient extends __Client {
17
+ config;
17
18
  constructor(...[configuration]) {
18
19
  const _config_0 = __getRuntimeConfig(configuration || {});
19
20
  const _config_1 = resolveClientEndpointParameters(_config_0);
@@ -1,38 +1,38 @@
1
1
  import { SENSITIVE_STRING } from "@smithy/smithy-client";
2
2
  import { DatabaseMigrationServiceServiceException as __BaseException } from "./DatabaseMigrationServiceServiceException";
3
3
  export class AccessDeniedFault extends __BaseException {
4
+ name = "AccessDeniedFault";
5
+ $fault = "client";
4
6
  constructor(opts) {
5
7
  super({
6
8
  name: "AccessDeniedFault",
7
9
  $fault: "client",
8
10
  ...opts,
9
11
  });
10
- this.name = "AccessDeniedFault";
11
- this.$fault = "client";
12
12
  Object.setPrototypeOf(this, AccessDeniedFault.prototype);
13
13
  }
14
14
  }
15
15
  export class InvalidResourceStateFault extends __BaseException {
16
+ name = "InvalidResourceStateFault";
17
+ $fault = "client";
16
18
  constructor(opts) {
17
19
  super({
18
20
  name: "InvalidResourceStateFault",
19
21
  $fault: "client",
20
22
  ...opts,
21
23
  });
22
- this.name = "InvalidResourceStateFault";
23
- this.$fault = "client";
24
24
  Object.setPrototypeOf(this, InvalidResourceStateFault.prototype);
25
25
  }
26
26
  }
27
27
  export class ResourceNotFoundFault extends __BaseException {
28
+ name = "ResourceNotFoundFault";
29
+ $fault = "client";
28
30
  constructor(opts) {
29
31
  super({
30
32
  name: "ResourceNotFoundFault",
31
33
  $fault: "client",
32
34
  ...opts,
33
35
  });
34
- this.name = "ResourceNotFoundFault";
35
- this.$fault = "client";
36
36
  Object.setPrototypeOf(this, ResourceNotFoundFault.prototype);
37
37
  }
38
38
  }
@@ -42,51 +42,52 @@ export const MigrationTypeValue = {
42
42
  FULL_LOAD_AND_CDC: "full-load-and-cdc",
43
43
  };
44
44
  export class FailedDependencyFault extends __BaseException {
45
+ name = "FailedDependencyFault";
46
+ $fault = "client";
45
47
  constructor(opts) {
46
48
  super({
47
49
  name: "FailedDependencyFault",
48
50
  $fault: "client",
49
51
  ...opts,
50
52
  });
51
- this.name = "FailedDependencyFault";
52
- this.$fault = "client";
53
53
  Object.setPrototypeOf(this, FailedDependencyFault.prototype);
54
54
  }
55
55
  }
56
56
  export class InvalidOperationFault extends __BaseException {
57
+ name = "InvalidOperationFault";
58
+ $fault = "client";
57
59
  constructor(opts) {
58
60
  super({
59
61
  name: "InvalidOperationFault",
60
62
  $fault: "client",
61
63
  ...opts,
62
64
  });
63
- this.name = "InvalidOperationFault";
64
- this.$fault = "client";
65
65
  Object.setPrototypeOf(this, InvalidOperationFault.prototype);
66
66
  }
67
67
  }
68
68
  export class ResourceAlreadyExistsFault extends __BaseException {
69
+ name = "ResourceAlreadyExistsFault";
70
+ $fault = "client";
71
+ resourceArn;
69
72
  constructor(opts) {
70
73
  super({
71
74
  name: "ResourceAlreadyExistsFault",
72
75
  $fault: "client",
73
76
  ...opts,
74
77
  });
75
- this.name = "ResourceAlreadyExistsFault";
76
- this.$fault = "client";
77
78
  Object.setPrototypeOf(this, ResourceAlreadyExistsFault.prototype);
78
79
  this.resourceArn = opts.resourceArn;
79
80
  }
80
81
  }
81
82
  export class ResourceQuotaExceededFault extends __BaseException {
83
+ name = "ResourceQuotaExceededFault";
84
+ $fault = "client";
82
85
  constructor(opts) {
83
86
  super({
84
87
  name: "ResourceQuotaExceededFault",
85
88
  $fault: "client",
86
89
  ...opts,
87
90
  });
88
- this.name = "ResourceQuotaExceededFault";
89
- this.$fault = "client";
90
91
  Object.setPrototypeOf(this, ResourceQuotaExceededFault.prototype);
91
92
  }
92
93
  }
@@ -249,182 +250,182 @@ export const ParquetVersionValue = {
249
250
  PARQUET_2_0: "parquet-2-0",
250
251
  };
251
252
  export class KMSKeyNotAccessibleFault extends __BaseException {
253
+ name = "KMSKeyNotAccessibleFault";
254
+ $fault = "client";
252
255
  constructor(opts) {
253
256
  super({
254
257
  name: "KMSKeyNotAccessibleFault",
255
258
  $fault: "client",
256
259
  ...opts,
257
260
  });
258
- this.name = "KMSKeyNotAccessibleFault";
259
- this.$fault = "client";
260
261
  Object.setPrototypeOf(this, KMSKeyNotAccessibleFault.prototype);
261
262
  }
262
263
  }
263
264
  export class S3AccessDeniedFault extends __BaseException {
265
+ name = "S3AccessDeniedFault";
266
+ $fault = "client";
264
267
  constructor(opts) {
265
268
  super({
266
269
  name: "S3AccessDeniedFault",
267
270
  $fault: "client",
268
271
  ...opts,
269
272
  });
270
- this.name = "S3AccessDeniedFault";
271
- this.$fault = "client";
272
273
  Object.setPrototypeOf(this, S3AccessDeniedFault.prototype);
273
274
  }
274
275
  }
275
276
  export class KMSAccessDeniedFault extends __BaseException {
277
+ name = "KMSAccessDeniedFault";
278
+ $fault = "client";
276
279
  constructor(opts) {
277
280
  super({
278
281
  name: "KMSAccessDeniedFault",
279
282
  $fault: "client",
280
283
  ...opts,
281
284
  });
282
- this.name = "KMSAccessDeniedFault";
283
- this.$fault = "client";
284
285
  Object.setPrototypeOf(this, KMSAccessDeniedFault.prototype);
285
286
  }
286
287
  }
287
288
  export class KMSDisabledFault extends __BaseException {
289
+ name = "KMSDisabledFault";
290
+ $fault = "client";
288
291
  constructor(opts) {
289
292
  super({
290
293
  name: "KMSDisabledFault",
291
294
  $fault: "client",
292
295
  ...opts,
293
296
  });
294
- this.name = "KMSDisabledFault";
295
- this.$fault = "client";
296
297
  Object.setPrototypeOf(this, KMSDisabledFault.prototype);
297
298
  }
298
299
  }
299
300
  export class KMSInvalidStateFault extends __BaseException {
301
+ name = "KMSInvalidStateFault";
302
+ $fault = "client";
300
303
  constructor(opts) {
301
304
  super({
302
305
  name: "KMSInvalidStateFault",
303
306
  $fault: "client",
304
307
  ...opts,
305
308
  });
306
- this.name = "KMSInvalidStateFault";
307
- this.$fault = "client";
308
309
  Object.setPrototypeOf(this, KMSInvalidStateFault.prototype);
309
310
  }
310
311
  }
311
312
  export class KMSNotFoundFault extends __BaseException {
313
+ name = "KMSNotFoundFault";
314
+ $fault = "client";
312
315
  constructor(opts) {
313
316
  super({
314
317
  name: "KMSNotFoundFault",
315
318
  $fault: "client",
316
319
  ...opts,
317
320
  });
318
- this.name = "KMSNotFoundFault";
319
- this.$fault = "client";
320
321
  Object.setPrototypeOf(this, KMSNotFoundFault.prototype);
321
322
  }
322
323
  }
323
324
  export class KMSThrottlingFault extends __BaseException {
325
+ name = "KMSThrottlingFault";
326
+ $fault = "client";
324
327
  constructor(opts) {
325
328
  super({
326
329
  name: "KMSThrottlingFault",
327
330
  $fault: "client",
328
331
  ...opts,
329
332
  });
330
- this.name = "KMSThrottlingFault";
331
- this.$fault = "client";
332
333
  Object.setPrototypeOf(this, KMSThrottlingFault.prototype);
333
334
  }
334
335
  }
335
336
  export class SNSInvalidTopicFault extends __BaseException {
337
+ name = "SNSInvalidTopicFault";
338
+ $fault = "client";
336
339
  constructor(opts) {
337
340
  super({
338
341
  name: "SNSInvalidTopicFault",
339
342
  $fault: "client",
340
343
  ...opts,
341
344
  });
342
- this.name = "SNSInvalidTopicFault";
343
- this.$fault = "client";
344
345
  Object.setPrototypeOf(this, SNSInvalidTopicFault.prototype);
345
346
  }
346
347
  }
347
348
  export class SNSNoAuthorizationFault extends __BaseException {
349
+ name = "SNSNoAuthorizationFault";
350
+ $fault = "client";
348
351
  constructor(opts) {
349
352
  super({
350
353
  name: "SNSNoAuthorizationFault",
351
354
  $fault: "client",
352
355
  ...opts,
353
356
  });
354
- this.name = "SNSNoAuthorizationFault";
355
- this.$fault = "client";
356
357
  Object.setPrototypeOf(this, SNSNoAuthorizationFault.prototype);
357
358
  }
358
359
  }
359
360
  export class S3ResourceNotFoundFault extends __BaseException {
361
+ name = "S3ResourceNotFoundFault";
362
+ $fault = "client";
360
363
  constructor(opts) {
361
364
  super({
362
365
  name: "S3ResourceNotFoundFault",
363
366
  $fault: "client",
364
367
  ...opts,
365
368
  });
366
- this.name = "S3ResourceNotFoundFault";
367
- this.$fault = "client";
368
369
  Object.setPrototypeOf(this, S3ResourceNotFoundFault.prototype);
369
370
  }
370
371
  }
371
372
  export class InvalidSubnet extends __BaseException {
373
+ name = "InvalidSubnet";
374
+ $fault = "client";
372
375
  constructor(opts) {
373
376
  super({
374
377
  name: "InvalidSubnet",
375
378
  $fault: "client",
376
379
  ...opts,
377
380
  });
378
- this.name = "InvalidSubnet";
379
- this.$fault = "client";
380
381
  Object.setPrototypeOf(this, InvalidSubnet.prototype);
381
382
  }
382
383
  }
383
384
  export class ReplicationSubnetGroupDoesNotCoverEnoughAZs extends __BaseException {
385
+ name = "ReplicationSubnetGroupDoesNotCoverEnoughAZs";
386
+ $fault = "client";
384
387
  constructor(opts) {
385
388
  super({
386
389
  name: "ReplicationSubnetGroupDoesNotCoverEnoughAZs",
387
390
  $fault: "client",
388
391
  ...opts,
389
392
  });
390
- this.name = "ReplicationSubnetGroupDoesNotCoverEnoughAZs";
391
- this.$fault = "client";
392
393
  Object.setPrototypeOf(this, ReplicationSubnetGroupDoesNotCoverEnoughAZs.prototype);
393
394
  }
394
395
  }
395
396
  export class InsufficientResourceCapacityFault extends __BaseException {
397
+ name = "InsufficientResourceCapacityFault";
398
+ $fault = "client";
396
399
  constructor(opts) {
397
400
  super({
398
401
  name: "InsufficientResourceCapacityFault",
399
402
  $fault: "client",
400
403
  ...opts,
401
404
  });
402
- this.name = "InsufficientResourceCapacityFault";
403
- this.$fault = "client";
404
405
  Object.setPrototypeOf(this, InsufficientResourceCapacityFault.prototype);
405
406
  }
406
407
  }
407
408
  export class StorageQuotaExceededFault extends __BaseException {
409
+ name = "StorageQuotaExceededFault";
410
+ $fault = "client";
408
411
  constructor(opts) {
409
412
  super({
410
413
  name: "StorageQuotaExceededFault",
411
414
  $fault: "client",
412
415
  ...opts,
413
416
  });
414
- this.name = "StorageQuotaExceededFault";
415
- this.$fault = "client";
416
417
  Object.setPrototypeOf(this, StorageQuotaExceededFault.prototype);
417
418
  }
418
419
  }
419
420
  export class CollectorNotFoundFault extends __BaseException {
421
+ name = "CollectorNotFoundFault";
422
+ $fault = "client";
420
423
  constructor(opts) {
421
424
  super({
422
425
  name: "CollectorNotFoundFault",
423
426
  $fault: "client",
424
427
  ...opts,
425
428
  });
426
- this.name = "CollectorNotFoundFault";
427
- this.$fault = "client";
428
429
  Object.setPrototypeOf(this, CollectorNotFoundFault.prototype);
429
430
  }
430
431
  }
@@ -6,38 +6,38 @@ export const AssessmentReportType = {
6
6
  PDF: "pdf",
7
7
  };
8
8
  export class InvalidCertificateFault extends __BaseException {
9
+ name = "InvalidCertificateFault";
10
+ $fault = "client";
9
11
  constructor(opts) {
10
12
  super({
11
13
  name: "InvalidCertificateFault",
12
14
  $fault: "client",
13
15
  ...opts,
14
16
  });
15
- this.name = "InvalidCertificateFault";
16
- this.$fault = "client";
17
17
  Object.setPrototypeOf(this, InvalidCertificateFault.prototype);
18
18
  }
19
19
  }
20
20
  export class UpgradeDependencyFailureFault extends __BaseException {
21
+ name = "UpgradeDependencyFailureFault";
22
+ $fault = "client";
21
23
  constructor(opts) {
22
24
  super({
23
25
  name: "UpgradeDependencyFailureFault",
24
26
  $fault: "client",
25
27
  ...opts,
26
28
  });
27
- this.name = "UpgradeDependencyFailureFault";
28
- this.$fault = "client";
29
29
  Object.setPrototypeOf(this, UpgradeDependencyFailureFault.prototype);
30
30
  }
31
31
  }
32
32
  export class SubnetAlreadyInUse extends __BaseException {
33
+ name = "SubnetAlreadyInUse";
34
+ $fault = "client";
33
35
  constructor(opts) {
34
36
  super({
35
37
  name: "SubnetAlreadyInUse",
36
38
  $fault: "client",
37
39
  ...opts,
38
40
  });
39
- this.name = "SubnetAlreadyInUse";
40
- this.$fault = "client";
41
41
  Object.setPrototypeOf(this, SubnetAlreadyInUse.prototype);
42
42
  }
43
43
  }
@@ -60,14 +60,14 @@ export const StartReplicationTaskTypeValue = {
60
60
  START_REPLICATION: "start-replication",
61
61
  };
62
62
  export class KMSFault extends __BaseException {
63
+ name = "KMSFault";
64
+ $fault = "client";
63
65
  constructor(opts) {
64
66
  super({
65
67
  name: "KMSFault",
66
68
  $fault: "client",
67
69
  ...opts,
68
70
  });
69
- this.name = "KMSFault";
70
- this.$fault = "client";
71
71
  Object.setPrototypeOf(this, KMSFault.prototype);
72
72
  }
73
73
  }
@@ -7,7 +7,7 @@ export declare const getRuntimeConfig: (config: DatabaseMigrationServiceClientCo
7
7
  runtime: string;
8
8
  defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
9
9
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
10
- credentialDefaultProvider: (input: any) => import("@smithy/types").AwsCredentialIdentityProvider;
10
+ credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
11
11
  defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>;
12
12
  maxAttempts: number | import("@smithy/types").Provider<number>;
13
13
  region: string | import("@smithy/types").Provider<any>;
@@ -7,7 +7,7 @@ export declare const getRuntimeConfig: (config: DatabaseMigrationServiceClientCo
7
7
  runtime: string;
8
8
  defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
9
9
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
10
- credentialDefaultProvider: (init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit | undefined) => import("@smithy/types").MemoizedProvider<import("@smithy/types").AwsCredentialIdentity>;
10
+ credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit | undefined) => import("@smithy/types").MemoizedProvider<import("@smithy/types").AwsCredentialIdentity>);
11
11
  defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-node").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>;
12
12
  maxAttempts: number | import("@smithy/types").Provider<number>;
13
13
  region: string | import("@smithy/types").Provider<string>;
@@ -22,7 +22,7 @@ export declare const getRuntimeConfig: (config: DatabaseMigrationServiceClientCo
22
22
  region: string | import("@smithy/types").Provider<any>;
23
23
  profile?: string | undefined;
24
24
  defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>;
25
- credentialDefaultProvider: (input: any) => import("@smithy/types").AwsCredentialIdentityProvider;
25
+ credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
26
26
  maxAttempts: number | import("@smithy/types").Provider<number>;
27
27
  retryMode: string | import("@smithy/types").Provider<string>;
28
28
  logger: import("@smithy/types").Logger;
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: DatabaseMigrationServiceClientCo
31
31
  customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
32
32
  userAgentAppId?: string | import("@smithy/types").Provider<string | undefined> | undefined;
33
33
  retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
34
- endpoint?: string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2> | undefined;
34
+ endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
35
35
  endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
36
36
  logger?: import("@smithy/types").Logger | undefined;
37
37
  }) => import("@smithy/types").EndpointV2;
@@ -8,9 +8,11 @@ export declare const getRuntimeConfig: (
8
8
  import("@smithy/smithy-client").ResolvedDefaultsMode
9
9
  >;
10
10
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
11
- credentialDefaultProvider: (
12
- input: any
13
- ) => import("@smithy/types").AwsCredentialIdentityProvider;
11
+ credentialDefaultProvider:
12
+ | ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
13
+ | ((
14
+ _: unknown
15
+ ) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
14
16
  defaultUserAgentProvider: (
15
17
  config?:
16
18
  | import("@aws-sdk/util-user-agent-browser").PreviouslyResolved
@@ -8,13 +8,15 @@ export declare const getRuntimeConfig: (
8
8
  import("@smithy/smithy-client").ResolvedDefaultsMode
9
9
  >;
10
10
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
11
- credentialDefaultProvider: (
12
- init?:
13
- | import("@aws-sdk/credential-provider-node").DefaultProviderInit
14
- | undefined
15
- ) => import("@smithy/types").MemoizedProvider<
16
- import("@smithy/types").AwsCredentialIdentity
17
- >;
11
+ credentialDefaultProvider:
12
+ | ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
13
+ | ((
14
+ init?:
15
+ | import("@aws-sdk/credential-provider-node").DefaultProviderInit
16
+ | undefined
17
+ ) => import("@smithy/types").MemoizedProvider<
18
+ import("@smithy/types").AwsCredentialIdentity
19
+ >);
18
20
  defaultUserAgentProvider: (
19
21
  config?:
20
22
  | import("@aws-sdk/util-user-agent-node").PreviouslyResolved
@@ -30,9 +30,11 @@ export declare const getRuntimeConfig: (
30
30
  | import("@aws-sdk/util-user-agent-browser").PreviouslyResolved
31
31
  | undefined
32
32
  ) => Promise<import("@smithy/types").UserAgent>;
33
- credentialDefaultProvider: (
34
- input: any
35
- ) => import("@smithy/types").AwsCredentialIdentityProvider;
33
+ credentialDefaultProvider:
34
+ | ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
35
+ | ((
36
+ _: unknown
37
+ ) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
36
38
  maxAttempts: number | import("@smithy/types").Provider<number>;
37
39
  retryMode: string | import("@smithy/types").Provider<string>;
38
40
  logger: import("@smithy/types").Logger;
@@ -52,11 +54,21 @@ export declare const getRuntimeConfig: (
52
54
  | import("@smithy/types").RetryStrategyV2
53
55
  | undefined;
54
56
  endpoint?:
55
- | string
56
- | import("@smithy/types").Endpoint
57
- | import("@smithy/types").Provider<import("@smithy/types").Endpoint>
58
- | import("@smithy/types").EndpointV2
59
- | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
57
+ | ((
58
+ | string
59
+ | import("@smithy/types").Endpoint
60
+ | import("@smithy/types").Provider<import("@smithy/types").Endpoint>
61
+ | import("@smithy/types").EndpointV2
62
+ | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
63
+ ) &
64
+ (
65
+ | string
66
+ | import("@smithy/types").Provider<string>
67
+ | import("@smithy/types").Endpoint
68
+ | import("@smithy/types").Provider<import("@smithy/types").Endpoint>
69
+ | import("@smithy/types").EndpointV2
70
+ | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
71
+ ))
60
72
  | undefined;
61
73
  endpointProvider: (
62
74
  endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
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.716.0",
4
+ "version": "3.723.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-database-migration-service",
@@ -20,57 +20,57 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/client-sso-oidc": "3.716.0",
24
- "@aws-sdk/client-sts": "3.716.0",
25
- "@aws-sdk/core": "3.716.0",
26
- "@aws-sdk/credential-provider-node": "3.716.0",
27
- "@aws-sdk/middleware-host-header": "3.714.0",
28
- "@aws-sdk/middleware-logger": "3.714.0",
29
- "@aws-sdk/middleware-recursion-detection": "3.714.0",
30
- "@aws-sdk/middleware-user-agent": "3.716.0",
31
- "@aws-sdk/region-config-resolver": "3.714.0",
32
- "@aws-sdk/types": "3.714.0",
33
- "@aws-sdk/util-endpoints": "3.714.0",
34
- "@aws-sdk/util-user-agent-browser": "3.714.0",
35
- "@aws-sdk/util-user-agent-node": "3.716.0",
36
- "@smithy/config-resolver": "^3.0.13",
37
- "@smithy/core": "^2.5.5",
38
- "@smithy/fetch-http-handler": "^4.1.2",
39
- "@smithy/hash-node": "^3.0.11",
40
- "@smithy/invalid-dependency": "^3.0.11",
41
- "@smithy/middleware-content-length": "^3.0.13",
42
- "@smithy/middleware-endpoint": "^3.2.6",
43
- "@smithy/middleware-retry": "^3.0.31",
44
- "@smithy/middleware-serde": "^3.0.11",
45
- "@smithy/middleware-stack": "^3.0.11",
46
- "@smithy/node-config-provider": "^3.1.12",
47
- "@smithy/node-http-handler": "^3.3.2",
48
- "@smithy/protocol-http": "^4.1.8",
49
- "@smithy/smithy-client": "^3.5.1",
50
- "@smithy/types": "^3.7.2",
51
- "@smithy/url-parser": "^3.0.11",
52
- "@smithy/util-base64": "^3.0.0",
53
- "@smithy/util-body-length-browser": "^3.0.0",
54
- "@smithy/util-body-length-node": "^3.0.0",
55
- "@smithy/util-defaults-mode-browser": "^3.0.31",
56
- "@smithy/util-defaults-mode-node": "^3.0.31",
57
- "@smithy/util-endpoints": "^2.1.7",
58
- "@smithy/util-middleware": "^3.0.11",
59
- "@smithy/util-retry": "^3.0.11",
60
- "@smithy/util-utf8": "^3.0.0",
61
- "@smithy/util-waiter": "^3.2.0",
23
+ "@aws-sdk/client-sso-oidc": "3.723.0",
24
+ "@aws-sdk/client-sts": "3.723.0",
25
+ "@aws-sdk/core": "3.723.0",
26
+ "@aws-sdk/credential-provider-node": "3.723.0",
27
+ "@aws-sdk/middleware-host-header": "3.723.0",
28
+ "@aws-sdk/middleware-logger": "3.723.0",
29
+ "@aws-sdk/middleware-recursion-detection": "3.723.0",
30
+ "@aws-sdk/middleware-user-agent": "3.723.0",
31
+ "@aws-sdk/region-config-resolver": "3.723.0",
32
+ "@aws-sdk/types": "3.723.0",
33
+ "@aws-sdk/util-endpoints": "3.723.0",
34
+ "@aws-sdk/util-user-agent-browser": "3.723.0",
35
+ "@aws-sdk/util-user-agent-node": "3.723.0",
36
+ "@smithy/config-resolver": "^4.0.0",
37
+ "@smithy/core": "^3.0.0",
38
+ "@smithy/fetch-http-handler": "^5.0.0",
39
+ "@smithy/hash-node": "^4.0.0",
40
+ "@smithy/invalid-dependency": "^4.0.0",
41
+ "@smithy/middleware-content-length": "^4.0.0",
42
+ "@smithy/middleware-endpoint": "^4.0.0",
43
+ "@smithy/middleware-retry": "^4.0.0",
44
+ "@smithy/middleware-serde": "^4.0.0",
45
+ "@smithy/middleware-stack": "^4.0.0",
46
+ "@smithy/node-config-provider": "^4.0.0",
47
+ "@smithy/node-http-handler": "^4.0.0",
48
+ "@smithy/protocol-http": "^5.0.0",
49
+ "@smithy/smithy-client": "^4.0.0",
50
+ "@smithy/types": "^4.0.0",
51
+ "@smithy/url-parser": "^4.0.0",
52
+ "@smithy/util-base64": "^4.0.0",
53
+ "@smithy/util-body-length-browser": "^4.0.0",
54
+ "@smithy/util-body-length-node": "^4.0.0",
55
+ "@smithy/util-defaults-mode-browser": "^4.0.0",
56
+ "@smithy/util-defaults-mode-node": "^4.0.0",
57
+ "@smithy/util-endpoints": "^3.0.0",
58
+ "@smithy/util-middleware": "^4.0.0",
59
+ "@smithy/util-retry": "^4.0.0",
60
+ "@smithy/util-utf8": "^4.0.0",
61
+ "@smithy/util-waiter": "^4.0.0",
62
62
  "tslib": "^2.6.2"
63
63
  },
64
64
  "devDependencies": {
65
- "@tsconfig/node16": "16.1.3",
66
- "@types/node": "^16.18.96",
65
+ "@tsconfig/node18": "18.2.4",
66
+ "@types/node": "^18.19.69",
67
67
  "concurrently": "7.0.0",
68
68
  "downlevel-dts": "0.10.1",
69
69
  "rimraf": "3.0.2",
70
- "typescript": "~4.9.5"
70
+ "typescript": "~5.2.2"
71
71
  },
72
72
  "engines": {
73
- "node": ">=16.0.0"
73
+ "node": ">=18.0.0"
74
74
  },
75
75
  "typesVersions": {
76
76
  "<4.0": {