@aws-sdk/client-database-migration-service 3.363.0 → 3.369.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 +13 -13
package/README.md
CHANGED
|
@@ -271,6 +271,14 @@ CreateFleetAdvisorCollector
|
|
|
271
271
|
|
|
272
272
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/classes/createfleetadvisorcollectorcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/interfaces/createfleetadvisorcollectorcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/interfaces/createfleetadvisorcollectorcommandoutput.html)
|
|
273
273
|
|
|
274
|
+
</details>
|
|
275
|
+
<details>
|
|
276
|
+
<summary>
|
|
277
|
+
CreateReplicationConfig
|
|
278
|
+
</summary>
|
|
279
|
+
|
|
280
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/classes/createreplicationconfigcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/interfaces/createreplicationconfigcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/interfaces/createreplicationconfigcommandoutput.html)
|
|
281
|
+
|
|
274
282
|
</details>
|
|
275
283
|
<details>
|
|
276
284
|
<summary>
|
|
@@ -343,6 +351,14 @@ DeleteFleetAdvisorDatabases
|
|
|
343
351
|
|
|
344
352
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/classes/deletefleetadvisordatabasescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/interfaces/deletefleetadvisordatabasescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/interfaces/deletefleetadvisordatabasescommandoutput.html)
|
|
345
353
|
|
|
354
|
+
</details>
|
|
355
|
+
<details>
|
|
356
|
+
<summary>
|
|
357
|
+
DeleteReplicationConfig
|
|
358
|
+
</summary>
|
|
359
|
+
|
|
360
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/classes/deletereplicationconfigcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/interfaces/deletereplicationconfigcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/interfaces/deletereplicationconfigcommandoutput.html)
|
|
361
|
+
|
|
346
362
|
</details>
|
|
347
363
|
<details>
|
|
348
364
|
<summary>
|
|
@@ -535,6 +551,14 @@ DescribeRefreshSchemasStatus
|
|
|
535
551
|
|
|
536
552
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/classes/describerefreshschemasstatuscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/interfaces/describerefreshschemasstatuscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/interfaces/describerefreshschemasstatuscommandoutput.html)
|
|
537
553
|
|
|
554
|
+
</details>
|
|
555
|
+
<details>
|
|
556
|
+
<summary>
|
|
557
|
+
DescribeReplicationConfigs
|
|
558
|
+
</summary>
|
|
559
|
+
|
|
560
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/classes/describereplicationconfigscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/interfaces/describereplicationconfigscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/interfaces/describereplicationconfigscommandoutput.html)
|
|
561
|
+
|
|
538
562
|
</details>
|
|
539
563
|
<details>
|
|
540
564
|
<summary>
|
|
@@ -551,6 +575,14 @@ DescribeReplicationInstanceTaskLogs
|
|
|
551
575
|
|
|
552
576
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/classes/describereplicationinstancetasklogscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/interfaces/describereplicationinstancetasklogscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/interfaces/describereplicationinstancetasklogscommandoutput.html)
|
|
553
577
|
|
|
578
|
+
</details>
|
|
579
|
+
<details>
|
|
580
|
+
<summary>
|
|
581
|
+
DescribeReplications
|
|
582
|
+
</summary>
|
|
583
|
+
|
|
584
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/classes/describereplicationscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/interfaces/describereplicationscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/interfaces/describereplicationscommandoutput.html)
|
|
585
|
+
|
|
554
586
|
</details>
|
|
555
587
|
<details>
|
|
556
588
|
<summary>
|
|
@@ -559,6 +591,14 @@ DescribeReplicationSubnetGroups
|
|
|
559
591
|
|
|
560
592
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/classes/describereplicationsubnetgroupscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/interfaces/describereplicationsubnetgroupscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/interfaces/describereplicationsubnetgroupscommandoutput.html)
|
|
561
593
|
|
|
594
|
+
</details>
|
|
595
|
+
<details>
|
|
596
|
+
<summary>
|
|
597
|
+
DescribeReplicationTableStatistics
|
|
598
|
+
</summary>
|
|
599
|
+
|
|
600
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/classes/describereplicationtablestatisticscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/interfaces/describereplicationtablestatisticscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/interfaces/describereplicationtablestatisticscommandoutput.html)
|
|
601
|
+
|
|
562
602
|
</details>
|
|
563
603
|
<details>
|
|
564
604
|
<summary>
|
|
@@ -639,6 +679,14 @@ ModifyEventSubscription
|
|
|
639
679
|
|
|
640
680
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/classes/modifyeventsubscriptioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/interfaces/modifyeventsubscriptioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/interfaces/modifyeventsubscriptioncommandoutput.html)
|
|
641
681
|
|
|
682
|
+
</details>
|
|
683
|
+
<details>
|
|
684
|
+
<summary>
|
|
685
|
+
ModifyReplicationConfig
|
|
686
|
+
</summary>
|
|
687
|
+
|
|
688
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/classes/modifyreplicationconfigcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/interfaces/modifyreplicationconfigcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/interfaces/modifyreplicationconfigcommandoutput.html)
|
|
689
|
+
|
|
642
690
|
</details>
|
|
643
691
|
<details>
|
|
644
692
|
<summary>
|
|
@@ -687,6 +735,14 @@ RefreshSchemas
|
|
|
687
735
|
|
|
688
736
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/classes/refreshschemascommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/interfaces/refreshschemascommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/interfaces/refreshschemascommandoutput.html)
|
|
689
737
|
|
|
738
|
+
</details>
|
|
739
|
+
<details>
|
|
740
|
+
<summary>
|
|
741
|
+
ReloadReplicationTables
|
|
742
|
+
</summary>
|
|
743
|
+
|
|
744
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/classes/reloadreplicationtablescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/interfaces/reloadreplicationtablescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/interfaces/reloadreplicationtablescommandoutput.html)
|
|
745
|
+
|
|
690
746
|
</details>
|
|
691
747
|
<details>
|
|
692
748
|
<summary>
|
|
@@ -719,6 +775,14 @@ StartRecommendations
|
|
|
719
775
|
|
|
720
776
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/classes/startrecommendationscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/interfaces/startrecommendationscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/interfaces/startrecommendationscommandoutput.html)
|
|
721
777
|
|
|
778
|
+
</details>
|
|
779
|
+
<details>
|
|
780
|
+
<summary>
|
|
781
|
+
StartReplication
|
|
782
|
+
</summary>
|
|
783
|
+
|
|
784
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/classes/startreplicationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/interfaces/startreplicationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/interfaces/startreplicationcommandoutput.html)
|
|
785
|
+
|
|
722
786
|
</details>
|
|
723
787
|
<details>
|
|
724
788
|
<summary>
|
|
@@ -743,6 +807,14 @@ StartReplicationTaskAssessmentRun
|
|
|
743
807
|
|
|
744
808
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/classes/startreplicationtaskassessmentruncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/interfaces/startreplicationtaskassessmentruncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/interfaces/startreplicationtaskassessmentruncommandoutput.html)
|
|
745
809
|
|
|
810
|
+
</details>
|
|
811
|
+
<details>
|
|
812
|
+
<summary>
|
|
813
|
+
StopReplication
|
|
814
|
+
</summary>
|
|
815
|
+
|
|
816
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/classes/stopreplicationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/interfaces/stopreplicationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/interfaces/stopreplicationcommandoutput.html)
|
|
817
|
+
|
|
746
818
|
</details>
|
|
747
819
|
<details>
|
|
748
820
|
<summary>
|
|
@@ -9,6 +9,7 @@ const CancelReplicationTaskAssessmentRunCommand_1 = require("./commands/CancelRe
|
|
|
9
9
|
const CreateEndpointCommand_1 = require("./commands/CreateEndpointCommand");
|
|
10
10
|
const CreateEventSubscriptionCommand_1 = require("./commands/CreateEventSubscriptionCommand");
|
|
11
11
|
const CreateFleetAdvisorCollectorCommand_1 = require("./commands/CreateFleetAdvisorCollectorCommand");
|
|
12
|
+
const CreateReplicationConfigCommand_1 = require("./commands/CreateReplicationConfigCommand");
|
|
12
13
|
const CreateReplicationInstanceCommand_1 = require("./commands/CreateReplicationInstanceCommand");
|
|
13
14
|
const CreateReplicationSubnetGroupCommand_1 = require("./commands/CreateReplicationSubnetGroupCommand");
|
|
14
15
|
const CreateReplicationTaskCommand_1 = require("./commands/CreateReplicationTaskCommand");
|
|
@@ -18,6 +19,7 @@ const DeleteEndpointCommand_1 = require("./commands/DeleteEndpointCommand");
|
|
|
18
19
|
const DeleteEventSubscriptionCommand_1 = require("./commands/DeleteEventSubscriptionCommand");
|
|
19
20
|
const DeleteFleetAdvisorCollectorCommand_1 = require("./commands/DeleteFleetAdvisorCollectorCommand");
|
|
20
21
|
const DeleteFleetAdvisorDatabasesCommand_1 = require("./commands/DeleteFleetAdvisorDatabasesCommand");
|
|
22
|
+
const DeleteReplicationConfigCommand_1 = require("./commands/DeleteReplicationConfigCommand");
|
|
21
23
|
const DeleteReplicationInstanceCommand_1 = require("./commands/DeleteReplicationInstanceCommand");
|
|
22
24
|
const DeleteReplicationSubnetGroupCommand_1 = require("./commands/DeleteReplicationSubnetGroupCommand");
|
|
23
25
|
const DeleteReplicationTaskAssessmentRunCommand_1 = require("./commands/DeleteReplicationTaskAssessmentRunCommand");
|
|
@@ -42,9 +44,12 @@ const DescribePendingMaintenanceActionsCommand_1 = require("./commands/DescribeP
|
|
|
42
44
|
const DescribeRecommendationLimitationsCommand_1 = require("./commands/DescribeRecommendationLimitationsCommand");
|
|
43
45
|
const DescribeRecommendationsCommand_1 = require("./commands/DescribeRecommendationsCommand");
|
|
44
46
|
const DescribeRefreshSchemasStatusCommand_1 = require("./commands/DescribeRefreshSchemasStatusCommand");
|
|
47
|
+
const DescribeReplicationConfigsCommand_1 = require("./commands/DescribeReplicationConfigsCommand");
|
|
45
48
|
const DescribeReplicationInstancesCommand_1 = require("./commands/DescribeReplicationInstancesCommand");
|
|
46
49
|
const DescribeReplicationInstanceTaskLogsCommand_1 = require("./commands/DescribeReplicationInstanceTaskLogsCommand");
|
|
50
|
+
const DescribeReplicationsCommand_1 = require("./commands/DescribeReplicationsCommand");
|
|
47
51
|
const DescribeReplicationSubnetGroupsCommand_1 = require("./commands/DescribeReplicationSubnetGroupsCommand");
|
|
52
|
+
const DescribeReplicationTableStatisticsCommand_1 = require("./commands/DescribeReplicationTableStatisticsCommand");
|
|
48
53
|
const DescribeReplicationTaskAssessmentResultsCommand_1 = require("./commands/DescribeReplicationTaskAssessmentResultsCommand");
|
|
49
54
|
const DescribeReplicationTaskAssessmentRunsCommand_1 = require("./commands/DescribeReplicationTaskAssessmentRunsCommand");
|
|
50
55
|
const DescribeReplicationTaskIndividualAssessmentsCommand_1 = require("./commands/DescribeReplicationTaskIndividualAssessmentsCommand");
|
|
@@ -55,19 +60,23 @@ const ImportCertificateCommand_1 = require("./commands/ImportCertificateCommand"
|
|
|
55
60
|
const ListTagsForResourceCommand_1 = require("./commands/ListTagsForResourceCommand");
|
|
56
61
|
const ModifyEndpointCommand_1 = require("./commands/ModifyEndpointCommand");
|
|
57
62
|
const ModifyEventSubscriptionCommand_1 = require("./commands/ModifyEventSubscriptionCommand");
|
|
63
|
+
const ModifyReplicationConfigCommand_1 = require("./commands/ModifyReplicationConfigCommand");
|
|
58
64
|
const ModifyReplicationInstanceCommand_1 = require("./commands/ModifyReplicationInstanceCommand");
|
|
59
65
|
const ModifyReplicationSubnetGroupCommand_1 = require("./commands/ModifyReplicationSubnetGroupCommand");
|
|
60
66
|
const ModifyReplicationTaskCommand_1 = require("./commands/ModifyReplicationTaskCommand");
|
|
61
67
|
const MoveReplicationTaskCommand_1 = require("./commands/MoveReplicationTaskCommand");
|
|
62
68
|
const RebootReplicationInstanceCommand_1 = require("./commands/RebootReplicationInstanceCommand");
|
|
63
69
|
const RefreshSchemasCommand_1 = require("./commands/RefreshSchemasCommand");
|
|
70
|
+
const ReloadReplicationTablesCommand_1 = require("./commands/ReloadReplicationTablesCommand");
|
|
64
71
|
const ReloadTablesCommand_1 = require("./commands/ReloadTablesCommand");
|
|
65
72
|
const RemoveTagsFromResourceCommand_1 = require("./commands/RemoveTagsFromResourceCommand");
|
|
66
73
|
const RunFleetAdvisorLsaAnalysisCommand_1 = require("./commands/RunFleetAdvisorLsaAnalysisCommand");
|
|
67
74
|
const StartRecommendationsCommand_1 = require("./commands/StartRecommendationsCommand");
|
|
75
|
+
const StartReplicationCommand_1 = require("./commands/StartReplicationCommand");
|
|
68
76
|
const StartReplicationTaskAssessmentCommand_1 = require("./commands/StartReplicationTaskAssessmentCommand");
|
|
69
77
|
const StartReplicationTaskAssessmentRunCommand_1 = require("./commands/StartReplicationTaskAssessmentRunCommand");
|
|
70
78
|
const StartReplicationTaskCommand_1 = require("./commands/StartReplicationTaskCommand");
|
|
79
|
+
const StopReplicationCommand_1 = require("./commands/StopReplicationCommand");
|
|
71
80
|
const StopReplicationTaskCommand_1 = require("./commands/StopReplicationTaskCommand");
|
|
72
81
|
const TestConnectionCommand_1 = require("./commands/TestConnectionCommand");
|
|
73
82
|
const UpdateSubscriptionsToEventBridgeCommand_1 = require("./commands/UpdateSubscriptionsToEventBridgeCommand");
|
|
@@ -80,6 +89,7 @@ const commands = {
|
|
|
80
89
|
CreateEndpointCommand: CreateEndpointCommand_1.CreateEndpointCommand,
|
|
81
90
|
CreateEventSubscriptionCommand: CreateEventSubscriptionCommand_1.CreateEventSubscriptionCommand,
|
|
82
91
|
CreateFleetAdvisorCollectorCommand: CreateFleetAdvisorCollectorCommand_1.CreateFleetAdvisorCollectorCommand,
|
|
92
|
+
CreateReplicationConfigCommand: CreateReplicationConfigCommand_1.CreateReplicationConfigCommand,
|
|
83
93
|
CreateReplicationInstanceCommand: CreateReplicationInstanceCommand_1.CreateReplicationInstanceCommand,
|
|
84
94
|
CreateReplicationSubnetGroupCommand: CreateReplicationSubnetGroupCommand_1.CreateReplicationSubnetGroupCommand,
|
|
85
95
|
CreateReplicationTaskCommand: CreateReplicationTaskCommand_1.CreateReplicationTaskCommand,
|
|
@@ -89,6 +99,7 @@ const commands = {
|
|
|
89
99
|
DeleteEventSubscriptionCommand: DeleteEventSubscriptionCommand_1.DeleteEventSubscriptionCommand,
|
|
90
100
|
DeleteFleetAdvisorCollectorCommand: DeleteFleetAdvisorCollectorCommand_1.DeleteFleetAdvisorCollectorCommand,
|
|
91
101
|
DeleteFleetAdvisorDatabasesCommand: DeleteFleetAdvisorDatabasesCommand_1.DeleteFleetAdvisorDatabasesCommand,
|
|
102
|
+
DeleteReplicationConfigCommand: DeleteReplicationConfigCommand_1.DeleteReplicationConfigCommand,
|
|
92
103
|
DeleteReplicationInstanceCommand: DeleteReplicationInstanceCommand_1.DeleteReplicationInstanceCommand,
|
|
93
104
|
DeleteReplicationSubnetGroupCommand: DeleteReplicationSubnetGroupCommand_1.DeleteReplicationSubnetGroupCommand,
|
|
94
105
|
DeleteReplicationTaskCommand: DeleteReplicationTaskCommand_1.DeleteReplicationTaskCommand,
|
|
@@ -113,9 +124,12 @@ const commands = {
|
|
|
113
124
|
DescribeRecommendationLimitationsCommand: DescribeRecommendationLimitationsCommand_1.DescribeRecommendationLimitationsCommand,
|
|
114
125
|
DescribeRecommendationsCommand: DescribeRecommendationsCommand_1.DescribeRecommendationsCommand,
|
|
115
126
|
DescribeRefreshSchemasStatusCommand: DescribeRefreshSchemasStatusCommand_1.DescribeRefreshSchemasStatusCommand,
|
|
127
|
+
DescribeReplicationConfigsCommand: DescribeReplicationConfigsCommand_1.DescribeReplicationConfigsCommand,
|
|
116
128
|
DescribeReplicationInstancesCommand: DescribeReplicationInstancesCommand_1.DescribeReplicationInstancesCommand,
|
|
117
129
|
DescribeReplicationInstanceTaskLogsCommand: DescribeReplicationInstanceTaskLogsCommand_1.DescribeReplicationInstanceTaskLogsCommand,
|
|
130
|
+
DescribeReplicationsCommand: DescribeReplicationsCommand_1.DescribeReplicationsCommand,
|
|
118
131
|
DescribeReplicationSubnetGroupsCommand: DescribeReplicationSubnetGroupsCommand_1.DescribeReplicationSubnetGroupsCommand,
|
|
132
|
+
DescribeReplicationTableStatisticsCommand: DescribeReplicationTableStatisticsCommand_1.DescribeReplicationTableStatisticsCommand,
|
|
119
133
|
DescribeReplicationTaskAssessmentResultsCommand: DescribeReplicationTaskAssessmentResultsCommand_1.DescribeReplicationTaskAssessmentResultsCommand,
|
|
120
134
|
DescribeReplicationTaskAssessmentRunsCommand: DescribeReplicationTaskAssessmentRunsCommand_1.DescribeReplicationTaskAssessmentRunsCommand,
|
|
121
135
|
DescribeReplicationTaskIndividualAssessmentsCommand: DescribeReplicationTaskIndividualAssessmentsCommand_1.DescribeReplicationTaskIndividualAssessmentsCommand,
|
|
@@ -126,19 +140,23 @@ const commands = {
|
|
|
126
140
|
ListTagsForResourceCommand: ListTagsForResourceCommand_1.ListTagsForResourceCommand,
|
|
127
141
|
ModifyEndpointCommand: ModifyEndpointCommand_1.ModifyEndpointCommand,
|
|
128
142
|
ModifyEventSubscriptionCommand: ModifyEventSubscriptionCommand_1.ModifyEventSubscriptionCommand,
|
|
143
|
+
ModifyReplicationConfigCommand: ModifyReplicationConfigCommand_1.ModifyReplicationConfigCommand,
|
|
129
144
|
ModifyReplicationInstanceCommand: ModifyReplicationInstanceCommand_1.ModifyReplicationInstanceCommand,
|
|
130
145
|
ModifyReplicationSubnetGroupCommand: ModifyReplicationSubnetGroupCommand_1.ModifyReplicationSubnetGroupCommand,
|
|
131
146
|
ModifyReplicationTaskCommand: ModifyReplicationTaskCommand_1.ModifyReplicationTaskCommand,
|
|
132
147
|
MoveReplicationTaskCommand: MoveReplicationTaskCommand_1.MoveReplicationTaskCommand,
|
|
133
148
|
RebootReplicationInstanceCommand: RebootReplicationInstanceCommand_1.RebootReplicationInstanceCommand,
|
|
134
149
|
RefreshSchemasCommand: RefreshSchemasCommand_1.RefreshSchemasCommand,
|
|
150
|
+
ReloadReplicationTablesCommand: ReloadReplicationTablesCommand_1.ReloadReplicationTablesCommand,
|
|
135
151
|
ReloadTablesCommand: ReloadTablesCommand_1.ReloadTablesCommand,
|
|
136
152
|
RemoveTagsFromResourceCommand: RemoveTagsFromResourceCommand_1.RemoveTagsFromResourceCommand,
|
|
137
153
|
RunFleetAdvisorLsaAnalysisCommand: RunFleetAdvisorLsaAnalysisCommand_1.RunFleetAdvisorLsaAnalysisCommand,
|
|
138
154
|
StartRecommendationsCommand: StartRecommendationsCommand_1.StartRecommendationsCommand,
|
|
155
|
+
StartReplicationCommand: StartReplicationCommand_1.StartReplicationCommand,
|
|
139
156
|
StartReplicationTaskCommand: StartReplicationTaskCommand_1.StartReplicationTaskCommand,
|
|
140
157
|
StartReplicationTaskAssessmentCommand: StartReplicationTaskAssessmentCommand_1.StartReplicationTaskAssessmentCommand,
|
|
141
158
|
StartReplicationTaskAssessmentRunCommand: StartReplicationTaskAssessmentRunCommand_1.StartReplicationTaskAssessmentRunCommand,
|
|
159
|
+
StopReplicationCommand: StopReplicationCommand_1.StopReplicationCommand,
|
|
142
160
|
StopReplicationTaskCommand: StopReplicationTaskCommand_1.StopReplicationTaskCommand,
|
|
143
161
|
TestConnectionCommand: TestConnectionCommand_1.TestConnectionCommand,
|
|
144
162
|
UpdateSubscriptionsToEventBridgeCommand: UpdateSubscriptionsToEventBridgeCommand_1.UpdateSubscriptionsToEventBridgeCommand,
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CreateReplicationConfigCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
|
+
class CreateReplicationConfigCommand extends smithy_client_1.Command {
|
|
10
|
+
static getEndpointParameterInstructions() {
|
|
11
|
+
return {
|
|
12
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
13
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
14
|
+
Region: { type: "builtInParams", name: "region" },
|
|
15
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
16
|
+
};
|
|
17
|
+
}
|
|
18
|
+
constructor(input) {
|
|
19
|
+
super();
|
|
20
|
+
this.input = input;
|
|
21
|
+
}
|
|
22
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
23
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
24
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, CreateReplicationConfigCommand.getEndpointParameterInstructions()));
|
|
25
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
26
|
+
const { logger } = configuration;
|
|
27
|
+
const clientName = "DatabaseMigrationServiceClient";
|
|
28
|
+
const commandName = "CreateReplicationConfigCommand";
|
|
29
|
+
const handlerExecutionContext = {
|
|
30
|
+
logger,
|
|
31
|
+
clientName,
|
|
32
|
+
commandName,
|
|
33
|
+
inputFilterSensitiveLog: (_) => _,
|
|
34
|
+
outputFilterSensitiveLog: (_) => _,
|
|
35
|
+
};
|
|
36
|
+
const { requestHandler } = configuration;
|
|
37
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
38
|
+
}
|
|
39
|
+
serialize(input, context) {
|
|
40
|
+
return (0, Aws_json1_1_1.se_CreateReplicationConfigCommand)(input, context);
|
|
41
|
+
}
|
|
42
|
+
deserialize(output, context) {
|
|
43
|
+
return (0, Aws_json1_1_1.de_CreateReplicationConfigCommand)(output, context);
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
exports.CreateReplicationConfigCommand = CreateReplicationConfigCommand;
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DeleteReplicationConfigCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
|
+
class DeleteReplicationConfigCommand extends smithy_client_1.Command {
|
|
10
|
+
static getEndpointParameterInstructions() {
|
|
11
|
+
return {
|
|
12
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
13
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
14
|
+
Region: { type: "builtInParams", name: "region" },
|
|
15
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
16
|
+
};
|
|
17
|
+
}
|
|
18
|
+
constructor(input) {
|
|
19
|
+
super();
|
|
20
|
+
this.input = input;
|
|
21
|
+
}
|
|
22
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
23
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
24
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DeleteReplicationConfigCommand.getEndpointParameterInstructions()));
|
|
25
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
26
|
+
const { logger } = configuration;
|
|
27
|
+
const clientName = "DatabaseMigrationServiceClient";
|
|
28
|
+
const commandName = "DeleteReplicationConfigCommand";
|
|
29
|
+
const handlerExecutionContext = {
|
|
30
|
+
logger,
|
|
31
|
+
clientName,
|
|
32
|
+
commandName,
|
|
33
|
+
inputFilterSensitiveLog: (_) => _,
|
|
34
|
+
outputFilterSensitiveLog: (_) => _,
|
|
35
|
+
};
|
|
36
|
+
const { requestHandler } = configuration;
|
|
37
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
38
|
+
}
|
|
39
|
+
serialize(input, context) {
|
|
40
|
+
return (0, Aws_json1_1_1.se_DeleteReplicationConfigCommand)(input, context);
|
|
41
|
+
}
|
|
42
|
+
deserialize(output, context) {
|
|
43
|
+
return (0, Aws_json1_1_1.de_DeleteReplicationConfigCommand)(output, context);
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
exports.DeleteReplicationConfigCommand = DeleteReplicationConfigCommand;
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DescribeReplicationConfigsCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
|
+
class DescribeReplicationConfigsCommand extends smithy_client_1.Command {
|
|
10
|
+
static getEndpointParameterInstructions() {
|
|
11
|
+
return {
|
|
12
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
13
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
14
|
+
Region: { type: "builtInParams", name: "region" },
|
|
15
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
16
|
+
};
|
|
17
|
+
}
|
|
18
|
+
constructor(input) {
|
|
19
|
+
super();
|
|
20
|
+
this.input = input;
|
|
21
|
+
}
|
|
22
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
23
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
24
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DescribeReplicationConfigsCommand.getEndpointParameterInstructions()));
|
|
25
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
26
|
+
const { logger } = configuration;
|
|
27
|
+
const clientName = "DatabaseMigrationServiceClient";
|
|
28
|
+
const commandName = "DescribeReplicationConfigsCommand";
|
|
29
|
+
const handlerExecutionContext = {
|
|
30
|
+
logger,
|
|
31
|
+
clientName,
|
|
32
|
+
commandName,
|
|
33
|
+
inputFilterSensitiveLog: (_) => _,
|
|
34
|
+
outputFilterSensitiveLog: (_) => _,
|
|
35
|
+
};
|
|
36
|
+
const { requestHandler } = configuration;
|
|
37
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
38
|
+
}
|
|
39
|
+
serialize(input, context) {
|
|
40
|
+
return (0, Aws_json1_1_1.se_DescribeReplicationConfigsCommand)(input, context);
|
|
41
|
+
}
|
|
42
|
+
deserialize(output, context) {
|
|
43
|
+
return (0, Aws_json1_1_1.de_DescribeReplicationConfigsCommand)(output, context);
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
exports.DescribeReplicationConfigsCommand = DescribeReplicationConfigsCommand;
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DescribeReplicationTableStatisticsCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
|
+
class DescribeReplicationTableStatisticsCommand extends smithy_client_1.Command {
|
|
10
|
+
static getEndpointParameterInstructions() {
|
|
11
|
+
return {
|
|
12
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
13
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
14
|
+
Region: { type: "builtInParams", name: "region" },
|
|
15
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
16
|
+
};
|
|
17
|
+
}
|
|
18
|
+
constructor(input) {
|
|
19
|
+
super();
|
|
20
|
+
this.input = input;
|
|
21
|
+
}
|
|
22
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
23
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
24
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DescribeReplicationTableStatisticsCommand.getEndpointParameterInstructions()));
|
|
25
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
26
|
+
const { logger } = configuration;
|
|
27
|
+
const clientName = "DatabaseMigrationServiceClient";
|
|
28
|
+
const commandName = "DescribeReplicationTableStatisticsCommand";
|
|
29
|
+
const handlerExecutionContext = {
|
|
30
|
+
logger,
|
|
31
|
+
clientName,
|
|
32
|
+
commandName,
|
|
33
|
+
inputFilterSensitiveLog: (_) => _,
|
|
34
|
+
outputFilterSensitiveLog: (_) => _,
|
|
35
|
+
};
|
|
36
|
+
const { requestHandler } = configuration;
|
|
37
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
38
|
+
}
|
|
39
|
+
serialize(input, context) {
|
|
40
|
+
return (0, Aws_json1_1_1.se_DescribeReplicationTableStatisticsCommand)(input, context);
|
|
41
|
+
}
|
|
42
|
+
deserialize(output, context) {
|
|
43
|
+
return (0, Aws_json1_1_1.de_DescribeReplicationTableStatisticsCommand)(output, context);
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
exports.DescribeReplicationTableStatisticsCommand = DescribeReplicationTableStatisticsCommand;
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DescribeReplicationsCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
|
+
class DescribeReplicationsCommand extends smithy_client_1.Command {
|
|
10
|
+
static getEndpointParameterInstructions() {
|
|
11
|
+
return {
|
|
12
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
13
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
14
|
+
Region: { type: "builtInParams", name: "region" },
|
|
15
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
16
|
+
};
|
|
17
|
+
}
|
|
18
|
+
constructor(input) {
|
|
19
|
+
super();
|
|
20
|
+
this.input = input;
|
|
21
|
+
}
|
|
22
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
23
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
24
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DescribeReplicationsCommand.getEndpointParameterInstructions()));
|
|
25
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
26
|
+
const { logger } = configuration;
|
|
27
|
+
const clientName = "DatabaseMigrationServiceClient";
|
|
28
|
+
const commandName = "DescribeReplicationsCommand";
|
|
29
|
+
const handlerExecutionContext = {
|
|
30
|
+
logger,
|
|
31
|
+
clientName,
|
|
32
|
+
commandName,
|
|
33
|
+
inputFilterSensitiveLog: (_) => _,
|
|
34
|
+
outputFilterSensitiveLog: (_) => _,
|
|
35
|
+
};
|
|
36
|
+
const { requestHandler } = configuration;
|
|
37
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
38
|
+
}
|
|
39
|
+
serialize(input, context) {
|
|
40
|
+
return (0, Aws_json1_1_1.se_DescribeReplicationsCommand)(input, context);
|
|
41
|
+
}
|
|
42
|
+
deserialize(output, context) {
|
|
43
|
+
return (0, Aws_json1_1_1.de_DescribeReplicationsCommand)(output, context);
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
exports.DescribeReplicationsCommand = DescribeReplicationsCommand;
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ModifyReplicationConfigCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
|
+
class ModifyReplicationConfigCommand extends smithy_client_1.Command {
|
|
10
|
+
static getEndpointParameterInstructions() {
|
|
11
|
+
return {
|
|
12
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
13
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
14
|
+
Region: { type: "builtInParams", name: "region" },
|
|
15
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
16
|
+
};
|
|
17
|
+
}
|
|
18
|
+
constructor(input) {
|
|
19
|
+
super();
|
|
20
|
+
this.input = input;
|
|
21
|
+
}
|
|
22
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
23
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
24
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, ModifyReplicationConfigCommand.getEndpointParameterInstructions()));
|
|
25
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
26
|
+
const { logger } = configuration;
|
|
27
|
+
const clientName = "DatabaseMigrationServiceClient";
|
|
28
|
+
const commandName = "ModifyReplicationConfigCommand";
|
|
29
|
+
const handlerExecutionContext = {
|
|
30
|
+
logger,
|
|
31
|
+
clientName,
|
|
32
|
+
commandName,
|
|
33
|
+
inputFilterSensitiveLog: (_) => _,
|
|
34
|
+
outputFilterSensitiveLog: (_) => _,
|
|
35
|
+
};
|
|
36
|
+
const { requestHandler } = configuration;
|
|
37
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
38
|
+
}
|
|
39
|
+
serialize(input, context) {
|
|
40
|
+
return (0, Aws_json1_1_1.se_ModifyReplicationConfigCommand)(input, context);
|
|
41
|
+
}
|
|
42
|
+
deserialize(output, context) {
|
|
43
|
+
return (0, Aws_json1_1_1.de_ModifyReplicationConfigCommand)(output, context);
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
exports.ModifyReplicationConfigCommand = ModifyReplicationConfigCommand;
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ReloadReplicationTablesCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
|
+
class ReloadReplicationTablesCommand extends smithy_client_1.Command {
|
|
10
|
+
static getEndpointParameterInstructions() {
|
|
11
|
+
return {
|
|
12
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
13
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
14
|
+
Region: { type: "builtInParams", name: "region" },
|
|
15
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
16
|
+
};
|
|
17
|
+
}
|
|
18
|
+
constructor(input) {
|
|
19
|
+
super();
|
|
20
|
+
this.input = input;
|
|
21
|
+
}
|
|
22
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
23
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
24
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, ReloadReplicationTablesCommand.getEndpointParameterInstructions()));
|
|
25
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
26
|
+
const { logger } = configuration;
|
|
27
|
+
const clientName = "DatabaseMigrationServiceClient";
|
|
28
|
+
const commandName = "ReloadReplicationTablesCommand";
|
|
29
|
+
const handlerExecutionContext = {
|
|
30
|
+
logger,
|
|
31
|
+
clientName,
|
|
32
|
+
commandName,
|
|
33
|
+
inputFilterSensitiveLog: (_) => _,
|
|
34
|
+
outputFilterSensitiveLog: (_) => _,
|
|
35
|
+
};
|
|
36
|
+
const { requestHandler } = configuration;
|
|
37
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
38
|
+
}
|
|
39
|
+
serialize(input, context) {
|
|
40
|
+
return (0, Aws_json1_1_1.se_ReloadReplicationTablesCommand)(input, context);
|
|
41
|
+
}
|
|
42
|
+
deserialize(output, context) {
|
|
43
|
+
return (0, Aws_json1_1_1.de_ReloadReplicationTablesCommand)(output, context);
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
exports.ReloadReplicationTablesCommand = ReloadReplicationTablesCommand;
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.StartReplicationCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
|
+
class StartReplicationCommand extends smithy_client_1.Command {
|
|
10
|
+
static getEndpointParameterInstructions() {
|
|
11
|
+
return {
|
|
12
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
13
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
14
|
+
Region: { type: "builtInParams", name: "region" },
|
|
15
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
16
|
+
};
|
|
17
|
+
}
|
|
18
|
+
constructor(input) {
|
|
19
|
+
super();
|
|
20
|
+
this.input = input;
|
|
21
|
+
}
|
|
22
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
23
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
24
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, StartReplicationCommand.getEndpointParameterInstructions()));
|
|
25
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
26
|
+
const { logger } = configuration;
|
|
27
|
+
const clientName = "DatabaseMigrationServiceClient";
|
|
28
|
+
const commandName = "StartReplicationCommand";
|
|
29
|
+
const handlerExecutionContext = {
|
|
30
|
+
logger,
|
|
31
|
+
clientName,
|
|
32
|
+
commandName,
|
|
33
|
+
inputFilterSensitiveLog: (_) => _,
|
|
34
|
+
outputFilterSensitiveLog: (_) => _,
|
|
35
|
+
};
|
|
36
|
+
const { requestHandler } = configuration;
|
|
37
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
38
|
+
}
|
|
39
|
+
serialize(input, context) {
|
|
40
|
+
return (0, Aws_json1_1_1.se_StartReplicationCommand)(input, context);
|
|
41
|
+
}
|
|
42
|
+
deserialize(output, context) {
|
|
43
|
+
return (0, Aws_json1_1_1.de_StartReplicationCommand)(output, context);
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
exports.StartReplicationCommand = StartReplicationCommand;
|