@aws-sdk/client-database-migration-service 3.363.0 → 3.368.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/README.md +72 -0
- package/dist-cjs/DatabaseMigrationService.js +18 -0
- package/dist-cjs/commands/CreateReplicationConfigCommand.js +46 -0
- package/dist-cjs/commands/DeleteReplicationConfigCommand.js +46 -0
- package/dist-cjs/commands/DescribeReplicationConfigsCommand.js +46 -0
- package/dist-cjs/commands/DescribeReplicationTableStatisticsCommand.js +46 -0
- package/dist-cjs/commands/DescribeReplicationsCommand.js +46 -0
- package/dist-cjs/commands/ModifyReplicationConfigCommand.js +46 -0
- package/dist-cjs/commands/ReloadReplicationTablesCommand.js +46 -0
- package/dist-cjs/commands/StartReplicationCommand.js +46 -0
- package/dist-cjs/commands/StopReplicationCommand.js +46 -0
- package/dist-cjs/commands/index.js +9 -0
- package/dist-cjs/models/models_0.js +29 -20
- package/dist-cjs/pagination/DescribeReplicationConfigsPaginator.js +29 -0
- package/dist-cjs/pagination/DescribeReplicationTableStatisticsPaginator.js +29 -0
- package/dist-cjs/pagination/DescribeReplicationsPaginator.js +29 -0
- package/dist-cjs/pagination/index.js +3 -0
- package/dist-cjs/protocols/Aws_json1_1.js +565 -3
- package/dist-es/DatabaseMigrationService.js +18 -0
- package/dist-es/commands/CreateReplicationConfigCommand.js +42 -0
- package/dist-es/commands/DeleteReplicationConfigCommand.js +42 -0
- package/dist-es/commands/DescribeReplicationConfigsCommand.js +42 -0
- package/dist-es/commands/DescribeReplicationTableStatisticsCommand.js +42 -0
- package/dist-es/commands/DescribeReplicationsCommand.js +42 -0
- package/dist-es/commands/ModifyReplicationConfigCommand.js +42 -0
- package/dist-es/commands/ReloadReplicationTablesCommand.js +42 -0
- package/dist-es/commands/StartReplicationCommand.js +42 -0
- package/dist-es/commands/StopReplicationCommand.js +42 -0
- package/dist-es/commands/index.js +9 -0
- package/dist-es/models/models_0.js +26 -17
- package/dist-es/pagination/DescribeReplicationConfigsPaginator.js +25 -0
- package/dist-es/pagination/DescribeReplicationTableStatisticsPaginator.js +25 -0
- package/dist-es/pagination/DescribeReplicationsPaginator.js +25 -0
- package/dist-es/pagination/index.js +3 -0
- package/dist-es/protocols/Aws_json1_1.js +543 -0
- package/dist-types/DatabaseMigrationService.d.ts +63 -0
- package/dist-types/DatabaseMigrationServiceClient.d.ts +11 -2
- package/dist-types/commands/CreateEndpointCommand.d.ts +30 -0
- package/dist-types/commands/CreateReplicationConfigCommand.d.ts +151 -0
- package/dist-types/commands/CreateReplicationInstanceCommand.d.ts +1 -1
- package/dist-types/commands/CreateReplicationSubnetGroupCommand.d.ts +5 -1
- package/dist-types/commands/DeleteEndpointCommand.d.ts +15 -0
- package/dist-types/commands/DeleteReplicationConfigCommand.d.ts +109 -0
- package/dist-types/commands/DescribeEndpointsCommand.d.ts +15 -0
- package/dist-types/commands/DescribeRecommendationsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeReplicationConfigsCommand.d.ts +112 -0
- package/dist-types/commands/DescribeReplicationTableStatisticsCommand.d.ts +118 -0
- package/dist-types/commands/DescribeReplicationsCommand.d.ts +129 -0
- package/dist-types/commands/ModifyEndpointCommand.d.ts +30 -0
- package/dist-types/commands/ModifyReplicationConfigCommand.d.ts +143 -0
- package/dist-types/commands/ModifyReplicationSubnetGroupCommand.d.ts +1 -1
- package/dist-types/commands/ReloadReplicationTablesCommand.d.ts +89 -0
- package/dist-types/commands/StartReplicationCommand.d.ts +130 -0
- package/dist-types/commands/StopReplicationCommand.d.ts +124 -0
- package/dist-types/commands/index.d.ts +9 -0
- package/dist-types/models/models_0.d.ts +1235 -344
- package/dist-types/pagination/DescribeReplicationConfigsPaginator.d.ts +7 -0
- package/dist-types/pagination/DescribeReplicationTableStatisticsPaginator.d.ts +7 -0
- package/dist-types/pagination/DescribeReplicationsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +3 -0
- package/dist-types/protocols/Aws_json1_1.d.ts +81 -0
- package/dist-types/ts3.4/DatabaseMigrationService.d.ts +159 -0
- package/dist-types/ts3.4/DatabaseMigrationServiceClient.d.ts +54 -0
- package/dist-types/ts3.4/commands/CreateReplicationConfigCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DeleteReplicationConfigCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeReplicationConfigsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeReplicationTableStatisticsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeReplicationsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ModifyReplicationConfigCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ReloadReplicationTablesCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/StartReplicationCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/StopReplicationCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/index.d.ts +9 -0
- package/dist-types/ts3.4/models/models_0.d.ts +235 -47
- package/dist-types/ts3.4/pagination/DescribeReplicationConfigsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeReplicationTableStatisticsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeReplicationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +3 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +108 -0
- package/package.json +1 -1
|
@@ -31,6 +31,10 @@ import {
|
|
|
31
31
|
CreateFleetAdvisorCollectorCommandInput,
|
|
32
32
|
CreateFleetAdvisorCollectorCommandOutput,
|
|
33
33
|
} from "../commands/CreateFleetAdvisorCollectorCommand";
|
|
34
|
+
import {
|
|
35
|
+
CreateReplicationConfigCommandInput,
|
|
36
|
+
CreateReplicationConfigCommandOutput,
|
|
37
|
+
} from "../commands/CreateReplicationConfigCommand";
|
|
34
38
|
import {
|
|
35
39
|
CreateReplicationInstanceCommandInput,
|
|
36
40
|
CreateReplicationInstanceCommandOutput,
|
|
@@ -67,6 +71,10 @@ import {
|
|
|
67
71
|
DeleteFleetAdvisorDatabasesCommandInput,
|
|
68
72
|
DeleteFleetAdvisorDatabasesCommandOutput,
|
|
69
73
|
} from "../commands/DeleteFleetAdvisorDatabasesCommand";
|
|
74
|
+
import {
|
|
75
|
+
DeleteReplicationConfigCommandInput,
|
|
76
|
+
DeleteReplicationConfigCommandOutput,
|
|
77
|
+
} from "../commands/DeleteReplicationConfigCommand";
|
|
70
78
|
import {
|
|
71
79
|
DeleteReplicationInstanceCommandInput,
|
|
72
80
|
DeleteReplicationInstanceCommandOutput,
|
|
@@ -163,6 +171,10 @@ import {
|
|
|
163
171
|
DescribeRefreshSchemasStatusCommandInput,
|
|
164
172
|
DescribeRefreshSchemasStatusCommandOutput,
|
|
165
173
|
} from "../commands/DescribeRefreshSchemasStatusCommand";
|
|
174
|
+
import {
|
|
175
|
+
DescribeReplicationConfigsCommandInput,
|
|
176
|
+
DescribeReplicationConfigsCommandOutput,
|
|
177
|
+
} from "../commands/DescribeReplicationConfigsCommand";
|
|
166
178
|
import {
|
|
167
179
|
DescribeReplicationInstancesCommandInput,
|
|
168
180
|
DescribeReplicationInstancesCommandOutput,
|
|
@@ -171,10 +183,18 @@ import {
|
|
|
171
183
|
DescribeReplicationInstanceTaskLogsCommandInput,
|
|
172
184
|
DescribeReplicationInstanceTaskLogsCommandOutput,
|
|
173
185
|
} from "../commands/DescribeReplicationInstanceTaskLogsCommand";
|
|
186
|
+
import {
|
|
187
|
+
DescribeReplicationsCommandInput,
|
|
188
|
+
DescribeReplicationsCommandOutput,
|
|
189
|
+
} from "../commands/DescribeReplicationsCommand";
|
|
174
190
|
import {
|
|
175
191
|
DescribeReplicationSubnetGroupsCommandInput,
|
|
176
192
|
DescribeReplicationSubnetGroupsCommandOutput,
|
|
177
193
|
} from "../commands/DescribeReplicationSubnetGroupsCommand";
|
|
194
|
+
import {
|
|
195
|
+
DescribeReplicationTableStatisticsCommandInput,
|
|
196
|
+
DescribeReplicationTableStatisticsCommandOutput,
|
|
197
|
+
} from "../commands/DescribeReplicationTableStatisticsCommand";
|
|
178
198
|
import {
|
|
179
199
|
DescribeReplicationTaskAssessmentResultsCommandInput,
|
|
180
200
|
DescribeReplicationTaskAssessmentResultsCommandOutput,
|
|
@@ -215,6 +235,10 @@ import {
|
|
|
215
235
|
ModifyEventSubscriptionCommandInput,
|
|
216
236
|
ModifyEventSubscriptionCommandOutput,
|
|
217
237
|
} from "../commands/ModifyEventSubscriptionCommand";
|
|
238
|
+
import {
|
|
239
|
+
ModifyReplicationConfigCommandInput,
|
|
240
|
+
ModifyReplicationConfigCommandOutput,
|
|
241
|
+
} from "../commands/ModifyReplicationConfigCommand";
|
|
218
242
|
import {
|
|
219
243
|
ModifyReplicationInstanceCommandInput,
|
|
220
244
|
ModifyReplicationInstanceCommandOutput,
|
|
@@ -239,6 +263,10 @@ import {
|
|
|
239
263
|
RefreshSchemasCommandInput,
|
|
240
264
|
RefreshSchemasCommandOutput,
|
|
241
265
|
} from "../commands/RefreshSchemasCommand";
|
|
266
|
+
import {
|
|
267
|
+
ReloadReplicationTablesCommandInput,
|
|
268
|
+
ReloadReplicationTablesCommandOutput,
|
|
269
|
+
} from "../commands/ReloadReplicationTablesCommand";
|
|
242
270
|
import {
|
|
243
271
|
ReloadTablesCommandInput,
|
|
244
272
|
ReloadTablesCommandOutput,
|
|
@@ -255,6 +283,10 @@ import {
|
|
|
255
283
|
StartRecommendationsCommandInput,
|
|
256
284
|
StartRecommendationsCommandOutput,
|
|
257
285
|
} from "../commands/StartRecommendationsCommand";
|
|
286
|
+
import {
|
|
287
|
+
StartReplicationCommandInput,
|
|
288
|
+
StartReplicationCommandOutput,
|
|
289
|
+
} from "../commands/StartReplicationCommand";
|
|
258
290
|
import {
|
|
259
291
|
StartReplicationTaskAssessmentCommandInput,
|
|
260
292
|
StartReplicationTaskAssessmentCommandOutput,
|
|
@@ -267,6 +299,10 @@ import {
|
|
|
267
299
|
StartReplicationTaskCommandInput,
|
|
268
300
|
StartReplicationTaskCommandOutput,
|
|
269
301
|
} from "../commands/StartReplicationTaskCommand";
|
|
302
|
+
import {
|
|
303
|
+
StopReplicationCommandInput,
|
|
304
|
+
StopReplicationCommandOutput,
|
|
305
|
+
} from "../commands/StopReplicationCommand";
|
|
270
306
|
import {
|
|
271
307
|
StopReplicationTaskCommandInput,
|
|
272
308
|
StopReplicationTaskCommandOutput,
|
|
@@ -307,6 +343,10 @@ export declare const se_CreateFleetAdvisorCollectorCommand: (
|
|
|
307
343
|
input: CreateFleetAdvisorCollectorCommandInput,
|
|
308
344
|
context: __SerdeContext
|
|
309
345
|
) => Promise<__HttpRequest>;
|
|
346
|
+
export declare const se_CreateReplicationConfigCommand: (
|
|
347
|
+
input: CreateReplicationConfigCommandInput,
|
|
348
|
+
context: __SerdeContext
|
|
349
|
+
) => Promise<__HttpRequest>;
|
|
310
350
|
export declare const se_CreateReplicationInstanceCommand: (
|
|
311
351
|
input: CreateReplicationInstanceCommandInput,
|
|
312
352
|
context: __SerdeContext
|
|
@@ -343,6 +383,10 @@ export declare const se_DeleteFleetAdvisorDatabasesCommand: (
|
|
|
343
383
|
input: DeleteFleetAdvisorDatabasesCommandInput,
|
|
344
384
|
context: __SerdeContext
|
|
345
385
|
) => Promise<__HttpRequest>;
|
|
386
|
+
export declare const se_DeleteReplicationConfigCommand: (
|
|
387
|
+
input: DeleteReplicationConfigCommandInput,
|
|
388
|
+
context: __SerdeContext
|
|
389
|
+
) => Promise<__HttpRequest>;
|
|
346
390
|
export declare const se_DeleteReplicationInstanceCommand: (
|
|
347
391
|
input: DeleteReplicationInstanceCommandInput,
|
|
348
392
|
context: __SerdeContext
|
|
@@ -439,6 +483,10 @@ export declare const se_DescribeRefreshSchemasStatusCommand: (
|
|
|
439
483
|
input: DescribeRefreshSchemasStatusCommandInput,
|
|
440
484
|
context: __SerdeContext
|
|
441
485
|
) => Promise<__HttpRequest>;
|
|
486
|
+
export declare const se_DescribeReplicationConfigsCommand: (
|
|
487
|
+
input: DescribeReplicationConfigsCommandInput,
|
|
488
|
+
context: __SerdeContext
|
|
489
|
+
) => Promise<__HttpRequest>;
|
|
442
490
|
export declare const se_DescribeReplicationInstancesCommand: (
|
|
443
491
|
input: DescribeReplicationInstancesCommandInput,
|
|
444
492
|
context: __SerdeContext
|
|
@@ -447,10 +495,18 @@ export declare const se_DescribeReplicationInstanceTaskLogsCommand: (
|
|
|
447
495
|
input: DescribeReplicationInstanceTaskLogsCommandInput,
|
|
448
496
|
context: __SerdeContext
|
|
449
497
|
) => Promise<__HttpRequest>;
|
|
498
|
+
export declare const se_DescribeReplicationsCommand: (
|
|
499
|
+
input: DescribeReplicationsCommandInput,
|
|
500
|
+
context: __SerdeContext
|
|
501
|
+
) => Promise<__HttpRequest>;
|
|
450
502
|
export declare const se_DescribeReplicationSubnetGroupsCommand: (
|
|
451
503
|
input: DescribeReplicationSubnetGroupsCommandInput,
|
|
452
504
|
context: __SerdeContext
|
|
453
505
|
) => Promise<__HttpRequest>;
|
|
506
|
+
export declare const se_DescribeReplicationTableStatisticsCommand: (
|
|
507
|
+
input: DescribeReplicationTableStatisticsCommandInput,
|
|
508
|
+
context: __SerdeContext
|
|
509
|
+
) => Promise<__HttpRequest>;
|
|
454
510
|
export declare const se_DescribeReplicationTaskAssessmentResultsCommand: (
|
|
455
511
|
input: DescribeReplicationTaskAssessmentResultsCommandInput,
|
|
456
512
|
context: __SerdeContext
|
|
@@ -491,6 +547,10 @@ export declare const se_ModifyEventSubscriptionCommand: (
|
|
|
491
547
|
input: ModifyEventSubscriptionCommandInput,
|
|
492
548
|
context: __SerdeContext
|
|
493
549
|
) => Promise<__HttpRequest>;
|
|
550
|
+
export declare const se_ModifyReplicationConfigCommand: (
|
|
551
|
+
input: ModifyReplicationConfigCommandInput,
|
|
552
|
+
context: __SerdeContext
|
|
553
|
+
) => Promise<__HttpRequest>;
|
|
494
554
|
export declare const se_ModifyReplicationInstanceCommand: (
|
|
495
555
|
input: ModifyReplicationInstanceCommandInput,
|
|
496
556
|
context: __SerdeContext
|
|
@@ -515,6 +575,10 @@ export declare const se_RefreshSchemasCommand: (
|
|
|
515
575
|
input: RefreshSchemasCommandInput,
|
|
516
576
|
context: __SerdeContext
|
|
517
577
|
) => Promise<__HttpRequest>;
|
|
578
|
+
export declare const se_ReloadReplicationTablesCommand: (
|
|
579
|
+
input: ReloadReplicationTablesCommandInput,
|
|
580
|
+
context: __SerdeContext
|
|
581
|
+
) => Promise<__HttpRequest>;
|
|
518
582
|
export declare const se_ReloadTablesCommand: (
|
|
519
583
|
input: ReloadTablesCommandInput,
|
|
520
584
|
context: __SerdeContext
|
|
@@ -531,6 +595,10 @@ export declare const se_StartRecommendationsCommand: (
|
|
|
531
595
|
input: StartRecommendationsCommandInput,
|
|
532
596
|
context: __SerdeContext
|
|
533
597
|
) => Promise<__HttpRequest>;
|
|
598
|
+
export declare const se_StartReplicationCommand: (
|
|
599
|
+
input: StartReplicationCommandInput,
|
|
600
|
+
context: __SerdeContext
|
|
601
|
+
) => Promise<__HttpRequest>;
|
|
534
602
|
export declare const se_StartReplicationTaskCommand: (
|
|
535
603
|
input: StartReplicationTaskCommandInput,
|
|
536
604
|
context: __SerdeContext
|
|
@@ -543,6 +611,10 @@ export declare const se_StartReplicationTaskAssessmentRunCommand: (
|
|
|
543
611
|
input: StartReplicationTaskAssessmentRunCommandInput,
|
|
544
612
|
context: __SerdeContext
|
|
545
613
|
) => Promise<__HttpRequest>;
|
|
614
|
+
export declare const se_StopReplicationCommand: (
|
|
615
|
+
input: StopReplicationCommandInput,
|
|
616
|
+
context: __SerdeContext
|
|
617
|
+
) => Promise<__HttpRequest>;
|
|
546
618
|
export declare const se_StopReplicationTaskCommand: (
|
|
547
619
|
input: StopReplicationTaskCommandInput,
|
|
548
620
|
context: __SerdeContext
|
|
@@ -583,6 +655,10 @@ export declare const de_CreateFleetAdvisorCollectorCommand: (
|
|
|
583
655
|
output: __HttpResponse,
|
|
584
656
|
context: __SerdeContext
|
|
585
657
|
) => Promise<CreateFleetAdvisorCollectorCommandOutput>;
|
|
658
|
+
export declare const de_CreateReplicationConfigCommand: (
|
|
659
|
+
output: __HttpResponse,
|
|
660
|
+
context: __SerdeContext
|
|
661
|
+
) => Promise<CreateReplicationConfigCommandOutput>;
|
|
586
662
|
export declare const de_CreateReplicationInstanceCommand: (
|
|
587
663
|
output: __HttpResponse,
|
|
588
664
|
context: __SerdeContext
|
|
@@ -619,6 +695,10 @@ export declare const de_DeleteFleetAdvisorDatabasesCommand: (
|
|
|
619
695
|
output: __HttpResponse,
|
|
620
696
|
context: __SerdeContext
|
|
621
697
|
) => Promise<DeleteFleetAdvisorDatabasesCommandOutput>;
|
|
698
|
+
export declare const de_DeleteReplicationConfigCommand: (
|
|
699
|
+
output: __HttpResponse,
|
|
700
|
+
context: __SerdeContext
|
|
701
|
+
) => Promise<DeleteReplicationConfigCommandOutput>;
|
|
622
702
|
export declare const de_DeleteReplicationInstanceCommand: (
|
|
623
703
|
output: __HttpResponse,
|
|
624
704
|
context: __SerdeContext
|
|
@@ -715,6 +795,10 @@ export declare const de_DescribeRefreshSchemasStatusCommand: (
|
|
|
715
795
|
output: __HttpResponse,
|
|
716
796
|
context: __SerdeContext
|
|
717
797
|
) => Promise<DescribeRefreshSchemasStatusCommandOutput>;
|
|
798
|
+
export declare const de_DescribeReplicationConfigsCommand: (
|
|
799
|
+
output: __HttpResponse,
|
|
800
|
+
context: __SerdeContext
|
|
801
|
+
) => Promise<DescribeReplicationConfigsCommandOutput>;
|
|
718
802
|
export declare const de_DescribeReplicationInstancesCommand: (
|
|
719
803
|
output: __HttpResponse,
|
|
720
804
|
context: __SerdeContext
|
|
@@ -723,10 +807,18 @@ export declare const de_DescribeReplicationInstanceTaskLogsCommand: (
|
|
|
723
807
|
output: __HttpResponse,
|
|
724
808
|
context: __SerdeContext
|
|
725
809
|
) => Promise<DescribeReplicationInstanceTaskLogsCommandOutput>;
|
|
810
|
+
export declare const de_DescribeReplicationsCommand: (
|
|
811
|
+
output: __HttpResponse,
|
|
812
|
+
context: __SerdeContext
|
|
813
|
+
) => Promise<DescribeReplicationsCommandOutput>;
|
|
726
814
|
export declare const de_DescribeReplicationSubnetGroupsCommand: (
|
|
727
815
|
output: __HttpResponse,
|
|
728
816
|
context: __SerdeContext
|
|
729
817
|
) => Promise<DescribeReplicationSubnetGroupsCommandOutput>;
|
|
818
|
+
export declare const de_DescribeReplicationTableStatisticsCommand: (
|
|
819
|
+
output: __HttpResponse,
|
|
820
|
+
context: __SerdeContext
|
|
821
|
+
) => Promise<DescribeReplicationTableStatisticsCommandOutput>;
|
|
730
822
|
export declare const de_DescribeReplicationTaskAssessmentResultsCommand: (
|
|
731
823
|
output: __HttpResponse,
|
|
732
824
|
context: __SerdeContext
|
|
@@ -767,6 +859,10 @@ export declare const de_ModifyEventSubscriptionCommand: (
|
|
|
767
859
|
output: __HttpResponse,
|
|
768
860
|
context: __SerdeContext
|
|
769
861
|
) => Promise<ModifyEventSubscriptionCommandOutput>;
|
|
862
|
+
export declare const de_ModifyReplicationConfigCommand: (
|
|
863
|
+
output: __HttpResponse,
|
|
864
|
+
context: __SerdeContext
|
|
865
|
+
) => Promise<ModifyReplicationConfigCommandOutput>;
|
|
770
866
|
export declare const de_ModifyReplicationInstanceCommand: (
|
|
771
867
|
output: __HttpResponse,
|
|
772
868
|
context: __SerdeContext
|
|
@@ -791,6 +887,10 @@ export declare const de_RefreshSchemasCommand: (
|
|
|
791
887
|
output: __HttpResponse,
|
|
792
888
|
context: __SerdeContext
|
|
793
889
|
) => Promise<RefreshSchemasCommandOutput>;
|
|
890
|
+
export declare const de_ReloadReplicationTablesCommand: (
|
|
891
|
+
output: __HttpResponse,
|
|
892
|
+
context: __SerdeContext
|
|
893
|
+
) => Promise<ReloadReplicationTablesCommandOutput>;
|
|
794
894
|
export declare const de_ReloadTablesCommand: (
|
|
795
895
|
output: __HttpResponse,
|
|
796
896
|
context: __SerdeContext
|
|
@@ -807,6 +907,10 @@ export declare const de_StartRecommendationsCommand: (
|
|
|
807
907
|
output: __HttpResponse,
|
|
808
908
|
context: __SerdeContext
|
|
809
909
|
) => Promise<StartRecommendationsCommandOutput>;
|
|
910
|
+
export declare const de_StartReplicationCommand: (
|
|
911
|
+
output: __HttpResponse,
|
|
912
|
+
context: __SerdeContext
|
|
913
|
+
) => Promise<StartReplicationCommandOutput>;
|
|
810
914
|
export declare const de_StartReplicationTaskCommand: (
|
|
811
915
|
output: __HttpResponse,
|
|
812
916
|
context: __SerdeContext
|
|
@@ -819,6 +923,10 @@ export declare const de_StartReplicationTaskAssessmentRunCommand: (
|
|
|
819
923
|
output: __HttpResponse,
|
|
820
924
|
context: __SerdeContext
|
|
821
925
|
) => Promise<StartReplicationTaskAssessmentRunCommandOutput>;
|
|
926
|
+
export declare const de_StopReplicationCommand: (
|
|
927
|
+
output: __HttpResponse,
|
|
928
|
+
context: __SerdeContext
|
|
929
|
+
) => Promise<StopReplicationCommandOutput>;
|
|
822
930
|
export declare const de_StopReplicationTaskCommand: (
|
|
823
931
|
output: __HttpResponse,
|
|
824
932
|
context: __SerdeContext
|
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.
|
|
4
|
+
"version": "3.368.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|