@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
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { DescribeReplicationConfigsCommandInput, DescribeReplicationConfigsCommandOutput } from "../commands/DescribeReplicationConfigsCommand";
|
|
3
|
+
import { DatabaseMigrationServicePaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare function paginateDescribeReplicationConfigs(config: DatabaseMigrationServicePaginationConfiguration, input: DescribeReplicationConfigsCommandInput, ...additionalArguments: any): Paginator<DescribeReplicationConfigsCommandOutput>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { DescribeReplicationTableStatisticsCommandInput, DescribeReplicationTableStatisticsCommandOutput } from "../commands/DescribeReplicationTableStatisticsCommand";
|
|
3
|
+
import { DatabaseMigrationServicePaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare function paginateDescribeReplicationTableStatistics(config: DatabaseMigrationServicePaginationConfiguration, input: DescribeReplicationTableStatisticsCommandInput, ...additionalArguments: any): Paginator<DescribeReplicationTableStatisticsCommandOutput>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { DescribeReplicationsCommandInput, DescribeReplicationsCommandOutput } from "../commands/DescribeReplicationsCommand";
|
|
3
|
+
import { DatabaseMigrationServicePaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare function paginateDescribeReplications(config: DatabaseMigrationServicePaginationConfiguration, input: DescribeReplicationsCommandInput, ...additionalArguments: any): Paginator<DescribeReplicationsCommandOutput>;
|
|
@@ -16,12 +16,15 @@ export * from "./DescribeOrderableReplicationInstancesPaginator";
|
|
|
16
16
|
export * from "./DescribePendingMaintenanceActionsPaginator";
|
|
17
17
|
export * from "./DescribeRecommendationLimitationsPaginator";
|
|
18
18
|
export * from "./DescribeRecommendationsPaginator";
|
|
19
|
+
export * from "./DescribeReplicationConfigsPaginator";
|
|
19
20
|
export * from "./DescribeReplicationInstanceTaskLogsPaginator";
|
|
20
21
|
export * from "./DescribeReplicationInstancesPaginator";
|
|
21
22
|
export * from "./DescribeReplicationSubnetGroupsPaginator";
|
|
23
|
+
export * from "./DescribeReplicationTableStatisticsPaginator";
|
|
22
24
|
export * from "./DescribeReplicationTaskAssessmentResultsPaginator";
|
|
23
25
|
export * from "./DescribeReplicationTaskAssessmentRunsPaginator";
|
|
24
26
|
export * from "./DescribeReplicationTaskIndividualAssessmentsPaginator";
|
|
25
27
|
export * from "./DescribeReplicationTasksPaginator";
|
|
28
|
+
export * from "./DescribeReplicationsPaginator";
|
|
26
29
|
export * from "./DescribeSchemasPaginator";
|
|
27
30
|
export * from "./DescribeTableStatisticsPaginator";
|
|
@@ -7,6 +7,7 @@ import { CancelReplicationTaskAssessmentRunCommandInput, CancelReplicationTaskAs
|
|
|
7
7
|
import { CreateEndpointCommandInput, CreateEndpointCommandOutput } from "../commands/CreateEndpointCommand";
|
|
8
8
|
import { CreateEventSubscriptionCommandInput, CreateEventSubscriptionCommandOutput } from "../commands/CreateEventSubscriptionCommand";
|
|
9
9
|
import { CreateFleetAdvisorCollectorCommandInput, CreateFleetAdvisorCollectorCommandOutput } from "../commands/CreateFleetAdvisorCollectorCommand";
|
|
10
|
+
import { CreateReplicationConfigCommandInput, CreateReplicationConfigCommandOutput } from "../commands/CreateReplicationConfigCommand";
|
|
10
11
|
import { CreateReplicationInstanceCommandInput, CreateReplicationInstanceCommandOutput } from "../commands/CreateReplicationInstanceCommand";
|
|
11
12
|
import { CreateReplicationSubnetGroupCommandInput, CreateReplicationSubnetGroupCommandOutput } from "../commands/CreateReplicationSubnetGroupCommand";
|
|
12
13
|
import { CreateReplicationTaskCommandInput, CreateReplicationTaskCommandOutput } from "../commands/CreateReplicationTaskCommand";
|
|
@@ -16,6 +17,7 @@ import { DeleteEndpointCommandInput, DeleteEndpointCommandOutput } from "../comm
|
|
|
16
17
|
import { DeleteEventSubscriptionCommandInput, DeleteEventSubscriptionCommandOutput } from "../commands/DeleteEventSubscriptionCommand";
|
|
17
18
|
import { DeleteFleetAdvisorCollectorCommandInput, DeleteFleetAdvisorCollectorCommandOutput } from "../commands/DeleteFleetAdvisorCollectorCommand";
|
|
18
19
|
import { DeleteFleetAdvisorDatabasesCommandInput, DeleteFleetAdvisorDatabasesCommandOutput } from "../commands/DeleteFleetAdvisorDatabasesCommand";
|
|
20
|
+
import { DeleteReplicationConfigCommandInput, DeleteReplicationConfigCommandOutput } from "../commands/DeleteReplicationConfigCommand";
|
|
19
21
|
import { DeleteReplicationInstanceCommandInput, DeleteReplicationInstanceCommandOutput } from "../commands/DeleteReplicationInstanceCommand";
|
|
20
22
|
import { DeleteReplicationSubnetGroupCommandInput, DeleteReplicationSubnetGroupCommandOutput } from "../commands/DeleteReplicationSubnetGroupCommand";
|
|
21
23
|
import { DeleteReplicationTaskAssessmentRunCommandInput, DeleteReplicationTaskAssessmentRunCommandOutput } from "../commands/DeleteReplicationTaskAssessmentRunCommand";
|
|
@@ -40,9 +42,12 @@ import { DescribePendingMaintenanceActionsCommandInput, DescribePendingMaintenan
|
|
|
40
42
|
import { DescribeRecommendationLimitationsCommandInput, DescribeRecommendationLimitationsCommandOutput } from "../commands/DescribeRecommendationLimitationsCommand";
|
|
41
43
|
import { DescribeRecommendationsCommandInput, DescribeRecommendationsCommandOutput } from "../commands/DescribeRecommendationsCommand";
|
|
42
44
|
import { DescribeRefreshSchemasStatusCommandInput, DescribeRefreshSchemasStatusCommandOutput } from "../commands/DescribeRefreshSchemasStatusCommand";
|
|
45
|
+
import { DescribeReplicationConfigsCommandInput, DescribeReplicationConfigsCommandOutput } from "../commands/DescribeReplicationConfigsCommand";
|
|
43
46
|
import { DescribeReplicationInstancesCommandInput, DescribeReplicationInstancesCommandOutput } from "../commands/DescribeReplicationInstancesCommand";
|
|
44
47
|
import { DescribeReplicationInstanceTaskLogsCommandInput, DescribeReplicationInstanceTaskLogsCommandOutput } from "../commands/DescribeReplicationInstanceTaskLogsCommand";
|
|
48
|
+
import { DescribeReplicationsCommandInput, DescribeReplicationsCommandOutput } from "../commands/DescribeReplicationsCommand";
|
|
45
49
|
import { DescribeReplicationSubnetGroupsCommandInput, DescribeReplicationSubnetGroupsCommandOutput } from "../commands/DescribeReplicationSubnetGroupsCommand";
|
|
50
|
+
import { DescribeReplicationTableStatisticsCommandInput, DescribeReplicationTableStatisticsCommandOutput } from "../commands/DescribeReplicationTableStatisticsCommand";
|
|
46
51
|
import { DescribeReplicationTaskAssessmentResultsCommandInput, DescribeReplicationTaskAssessmentResultsCommandOutput } from "../commands/DescribeReplicationTaskAssessmentResultsCommand";
|
|
47
52
|
import { DescribeReplicationTaskAssessmentRunsCommandInput, DescribeReplicationTaskAssessmentRunsCommandOutput } from "../commands/DescribeReplicationTaskAssessmentRunsCommand";
|
|
48
53
|
import { DescribeReplicationTaskIndividualAssessmentsCommandInput, DescribeReplicationTaskIndividualAssessmentsCommandOutput } from "../commands/DescribeReplicationTaskIndividualAssessmentsCommand";
|
|
@@ -53,19 +58,23 @@ import { ImportCertificateCommandInput, ImportCertificateCommandOutput } from ".
|
|
|
53
58
|
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
54
59
|
import { ModifyEndpointCommandInput, ModifyEndpointCommandOutput } from "../commands/ModifyEndpointCommand";
|
|
55
60
|
import { ModifyEventSubscriptionCommandInput, ModifyEventSubscriptionCommandOutput } from "../commands/ModifyEventSubscriptionCommand";
|
|
61
|
+
import { ModifyReplicationConfigCommandInput, ModifyReplicationConfigCommandOutput } from "../commands/ModifyReplicationConfigCommand";
|
|
56
62
|
import { ModifyReplicationInstanceCommandInput, ModifyReplicationInstanceCommandOutput } from "../commands/ModifyReplicationInstanceCommand";
|
|
57
63
|
import { ModifyReplicationSubnetGroupCommandInput, ModifyReplicationSubnetGroupCommandOutput } from "../commands/ModifyReplicationSubnetGroupCommand";
|
|
58
64
|
import { ModifyReplicationTaskCommandInput, ModifyReplicationTaskCommandOutput } from "../commands/ModifyReplicationTaskCommand";
|
|
59
65
|
import { MoveReplicationTaskCommandInput, MoveReplicationTaskCommandOutput } from "../commands/MoveReplicationTaskCommand";
|
|
60
66
|
import { RebootReplicationInstanceCommandInput, RebootReplicationInstanceCommandOutput } from "../commands/RebootReplicationInstanceCommand";
|
|
61
67
|
import { RefreshSchemasCommandInput, RefreshSchemasCommandOutput } from "../commands/RefreshSchemasCommand";
|
|
68
|
+
import { ReloadReplicationTablesCommandInput, ReloadReplicationTablesCommandOutput } from "../commands/ReloadReplicationTablesCommand";
|
|
62
69
|
import { ReloadTablesCommandInput, ReloadTablesCommandOutput } from "../commands/ReloadTablesCommand";
|
|
63
70
|
import { RemoveTagsFromResourceCommandInput, RemoveTagsFromResourceCommandOutput } from "../commands/RemoveTagsFromResourceCommand";
|
|
64
71
|
import { RunFleetAdvisorLsaAnalysisCommandInput, RunFleetAdvisorLsaAnalysisCommandOutput } from "../commands/RunFleetAdvisorLsaAnalysisCommand";
|
|
65
72
|
import { StartRecommendationsCommandInput, StartRecommendationsCommandOutput } from "../commands/StartRecommendationsCommand";
|
|
73
|
+
import { StartReplicationCommandInput, StartReplicationCommandOutput } from "../commands/StartReplicationCommand";
|
|
66
74
|
import { StartReplicationTaskAssessmentCommandInput, StartReplicationTaskAssessmentCommandOutput } from "../commands/StartReplicationTaskAssessmentCommand";
|
|
67
75
|
import { StartReplicationTaskAssessmentRunCommandInput, StartReplicationTaskAssessmentRunCommandOutput } from "../commands/StartReplicationTaskAssessmentRunCommand";
|
|
68
76
|
import { StartReplicationTaskCommandInput, StartReplicationTaskCommandOutput } from "../commands/StartReplicationTaskCommand";
|
|
77
|
+
import { StopReplicationCommandInput, StopReplicationCommandOutput } from "../commands/StopReplicationCommand";
|
|
69
78
|
import { StopReplicationTaskCommandInput, StopReplicationTaskCommandOutput } from "../commands/StopReplicationTaskCommand";
|
|
70
79
|
import { TestConnectionCommandInput, TestConnectionCommandOutput } from "../commands/TestConnectionCommand";
|
|
71
80
|
import { UpdateSubscriptionsToEventBridgeCommandInput, UpdateSubscriptionsToEventBridgeCommandOutput } from "../commands/UpdateSubscriptionsToEventBridgeCommand";
|
|
@@ -97,6 +106,10 @@ export declare const se_CreateEventSubscriptionCommand: (input: CreateEventSubsc
|
|
|
97
106
|
* serializeAws_json1_1CreateFleetAdvisorCollectorCommand
|
|
98
107
|
*/
|
|
99
108
|
export declare const se_CreateFleetAdvisorCollectorCommand: (input: CreateFleetAdvisorCollectorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
109
|
+
/**
|
|
110
|
+
* serializeAws_json1_1CreateReplicationConfigCommand
|
|
111
|
+
*/
|
|
112
|
+
export declare const se_CreateReplicationConfigCommand: (input: CreateReplicationConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
100
113
|
/**
|
|
101
114
|
* serializeAws_json1_1CreateReplicationInstanceCommand
|
|
102
115
|
*/
|
|
@@ -133,6 +146,10 @@ export declare const se_DeleteFleetAdvisorCollectorCommand: (input: DeleteFleetA
|
|
|
133
146
|
* serializeAws_json1_1DeleteFleetAdvisorDatabasesCommand
|
|
134
147
|
*/
|
|
135
148
|
export declare const se_DeleteFleetAdvisorDatabasesCommand: (input: DeleteFleetAdvisorDatabasesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
149
|
+
/**
|
|
150
|
+
* serializeAws_json1_1DeleteReplicationConfigCommand
|
|
151
|
+
*/
|
|
152
|
+
export declare const se_DeleteReplicationConfigCommand: (input: DeleteReplicationConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
136
153
|
/**
|
|
137
154
|
* serializeAws_json1_1DeleteReplicationInstanceCommand
|
|
138
155
|
*/
|
|
@@ -229,6 +246,10 @@ export declare const se_DescribeRecommendationsCommand: (input: DescribeRecommen
|
|
|
229
246
|
* serializeAws_json1_1DescribeRefreshSchemasStatusCommand
|
|
230
247
|
*/
|
|
231
248
|
export declare const se_DescribeRefreshSchemasStatusCommand: (input: DescribeRefreshSchemasStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
249
|
+
/**
|
|
250
|
+
* serializeAws_json1_1DescribeReplicationConfigsCommand
|
|
251
|
+
*/
|
|
252
|
+
export declare const se_DescribeReplicationConfigsCommand: (input: DescribeReplicationConfigsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
232
253
|
/**
|
|
233
254
|
* serializeAws_json1_1DescribeReplicationInstancesCommand
|
|
234
255
|
*/
|
|
@@ -237,10 +258,18 @@ export declare const se_DescribeReplicationInstancesCommand: (input: DescribeRep
|
|
|
237
258
|
* serializeAws_json1_1DescribeReplicationInstanceTaskLogsCommand
|
|
238
259
|
*/
|
|
239
260
|
export declare const se_DescribeReplicationInstanceTaskLogsCommand: (input: DescribeReplicationInstanceTaskLogsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
261
|
+
/**
|
|
262
|
+
* serializeAws_json1_1DescribeReplicationsCommand
|
|
263
|
+
*/
|
|
264
|
+
export declare const se_DescribeReplicationsCommand: (input: DescribeReplicationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
240
265
|
/**
|
|
241
266
|
* serializeAws_json1_1DescribeReplicationSubnetGroupsCommand
|
|
242
267
|
*/
|
|
243
268
|
export declare const se_DescribeReplicationSubnetGroupsCommand: (input: DescribeReplicationSubnetGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
269
|
+
/**
|
|
270
|
+
* serializeAws_json1_1DescribeReplicationTableStatisticsCommand
|
|
271
|
+
*/
|
|
272
|
+
export declare const se_DescribeReplicationTableStatisticsCommand: (input: DescribeReplicationTableStatisticsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
244
273
|
/**
|
|
245
274
|
* serializeAws_json1_1DescribeReplicationTaskAssessmentResultsCommand
|
|
246
275
|
*/
|
|
@@ -281,6 +310,10 @@ export declare const se_ModifyEndpointCommand: (input: ModifyEndpointCommandInpu
|
|
|
281
310
|
* serializeAws_json1_1ModifyEventSubscriptionCommand
|
|
282
311
|
*/
|
|
283
312
|
export declare const se_ModifyEventSubscriptionCommand: (input: ModifyEventSubscriptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
313
|
+
/**
|
|
314
|
+
* serializeAws_json1_1ModifyReplicationConfigCommand
|
|
315
|
+
*/
|
|
316
|
+
export declare const se_ModifyReplicationConfigCommand: (input: ModifyReplicationConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
284
317
|
/**
|
|
285
318
|
* serializeAws_json1_1ModifyReplicationInstanceCommand
|
|
286
319
|
*/
|
|
@@ -305,6 +338,10 @@ export declare const se_RebootReplicationInstanceCommand: (input: RebootReplicat
|
|
|
305
338
|
* serializeAws_json1_1RefreshSchemasCommand
|
|
306
339
|
*/
|
|
307
340
|
export declare const se_RefreshSchemasCommand: (input: RefreshSchemasCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
341
|
+
/**
|
|
342
|
+
* serializeAws_json1_1ReloadReplicationTablesCommand
|
|
343
|
+
*/
|
|
344
|
+
export declare const se_ReloadReplicationTablesCommand: (input: ReloadReplicationTablesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
308
345
|
/**
|
|
309
346
|
* serializeAws_json1_1ReloadTablesCommand
|
|
310
347
|
*/
|
|
@@ -321,6 +358,10 @@ export declare const se_RunFleetAdvisorLsaAnalysisCommand: (input: RunFleetAdvis
|
|
|
321
358
|
* serializeAws_json1_1StartRecommendationsCommand
|
|
322
359
|
*/
|
|
323
360
|
export declare const se_StartRecommendationsCommand: (input: StartRecommendationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
361
|
+
/**
|
|
362
|
+
* serializeAws_json1_1StartReplicationCommand
|
|
363
|
+
*/
|
|
364
|
+
export declare const se_StartReplicationCommand: (input: StartReplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
324
365
|
/**
|
|
325
366
|
* serializeAws_json1_1StartReplicationTaskCommand
|
|
326
367
|
*/
|
|
@@ -333,6 +374,10 @@ export declare const se_StartReplicationTaskAssessmentCommand: (input: StartRepl
|
|
|
333
374
|
* serializeAws_json1_1StartReplicationTaskAssessmentRunCommand
|
|
334
375
|
*/
|
|
335
376
|
export declare const se_StartReplicationTaskAssessmentRunCommand: (input: StartReplicationTaskAssessmentRunCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
377
|
+
/**
|
|
378
|
+
* serializeAws_json1_1StopReplicationCommand
|
|
379
|
+
*/
|
|
380
|
+
export declare const se_StopReplicationCommand: (input: StopReplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
336
381
|
/**
|
|
337
382
|
* serializeAws_json1_1StopReplicationTaskCommand
|
|
338
383
|
*/
|
|
@@ -373,6 +418,10 @@ export declare const de_CreateEventSubscriptionCommand: (output: __HttpResponse,
|
|
|
373
418
|
* deserializeAws_json1_1CreateFleetAdvisorCollectorCommand
|
|
374
419
|
*/
|
|
375
420
|
export declare const de_CreateFleetAdvisorCollectorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateFleetAdvisorCollectorCommandOutput>;
|
|
421
|
+
/**
|
|
422
|
+
* deserializeAws_json1_1CreateReplicationConfigCommand
|
|
423
|
+
*/
|
|
424
|
+
export declare const de_CreateReplicationConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateReplicationConfigCommandOutput>;
|
|
376
425
|
/**
|
|
377
426
|
* deserializeAws_json1_1CreateReplicationInstanceCommand
|
|
378
427
|
*/
|
|
@@ -409,6 +458,10 @@ export declare const de_DeleteFleetAdvisorCollectorCommand: (output: __HttpRespo
|
|
|
409
458
|
* deserializeAws_json1_1DeleteFleetAdvisorDatabasesCommand
|
|
410
459
|
*/
|
|
411
460
|
export declare const de_DeleteFleetAdvisorDatabasesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteFleetAdvisorDatabasesCommandOutput>;
|
|
461
|
+
/**
|
|
462
|
+
* deserializeAws_json1_1DeleteReplicationConfigCommand
|
|
463
|
+
*/
|
|
464
|
+
export declare const de_DeleteReplicationConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteReplicationConfigCommandOutput>;
|
|
412
465
|
/**
|
|
413
466
|
* deserializeAws_json1_1DeleteReplicationInstanceCommand
|
|
414
467
|
*/
|
|
@@ -505,6 +558,10 @@ export declare const de_DescribeRecommendationsCommand: (output: __HttpResponse,
|
|
|
505
558
|
* deserializeAws_json1_1DescribeRefreshSchemasStatusCommand
|
|
506
559
|
*/
|
|
507
560
|
export declare const de_DescribeRefreshSchemasStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeRefreshSchemasStatusCommandOutput>;
|
|
561
|
+
/**
|
|
562
|
+
* deserializeAws_json1_1DescribeReplicationConfigsCommand
|
|
563
|
+
*/
|
|
564
|
+
export declare const de_DescribeReplicationConfigsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeReplicationConfigsCommandOutput>;
|
|
508
565
|
/**
|
|
509
566
|
* deserializeAws_json1_1DescribeReplicationInstancesCommand
|
|
510
567
|
*/
|
|
@@ -513,10 +570,18 @@ export declare const de_DescribeReplicationInstancesCommand: (output: __HttpResp
|
|
|
513
570
|
* deserializeAws_json1_1DescribeReplicationInstanceTaskLogsCommand
|
|
514
571
|
*/
|
|
515
572
|
export declare const de_DescribeReplicationInstanceTaskLogsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeReplicationInstanceTaskLogsCommandOutput>;
|
|
573
|
+
/**
|
|
574
|
+
* deserializeAws_json1_1DescribeReplicationsCommand
|
|
575
|
+
*/
|
|
576
|
+
export declare const de_DescribeReplicationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeReplicationsCommandOutput>;
|
|
516
577
|
/**
|
|
517
578
|
* deserializeAws_json1_1DescribeReplicationSubnetGroupsCommand
|
|
518
579
|
*/
|
|
519
580
|
export declare const de_DescribeReplicationSubnetGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeReplicationSubnetGroupsCommandOutput>;
|
|
581
|
+
/**
|
|
582
|
+
* deserializeAws_json1_1DescribeReplicationTableStatisticsCommand
|
|
583
|
+
*/
|
|
584
|
+
export declare const de_DescribeReplicationTableStatisticsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeReplicationTableStatisticsCommandOutput>;
|
|
520
585
|
/**
|
|
521
586
|
* deserializeAws_json1_1DescribeReplicationTaskAssessmentResultsCommand
|
|
522
587
|
*/
|
|
@@ -557,6 +622,10 @@ export declare const de_ModifyEndpointCommand: (output: __HttpResponse, context:
|
|
|
557
622
|
* deserializeAws_json1_1ModifyEventSubscriptionCommand
|
|
558
623
|
*/
|
|
559
624
|
export declare const de_ModifyEventSubscriptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyEventSubscriptionCommandOutput>;
|
|
625
|
+
/**
|
|
626
|
+
* deserializeAws_json1_1ModifyReplicationConfigCommand
|
|
627
|
+
*/
|
|
628
|
+
export declare const de_ModifyReplicationConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyReplicationConfigCommandOutput>;
|
|
560
629
|
/**
|
|
561
630
|
* deserializeAws_json1_1ModifyReplicationInstanceCommand
|
|
562
631
|
*/
|
|
@@ -581,6 +650,10 @@ export declare const de_RebootReplicationInstanceCommand: (output: __HttpRespons
|
|
|
581
650
|
* deserializeAws_json1_1RefreshSchemasCommand
|
|
582
651
|
*/
|
|
583
652
|
export declare const de_RefreshSchemasCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RefreshSchemasCommandOutput>;
|
|
653
|
+
/**
|
|
654
|
+
* deserializeAws_json1_1ReloadReplicationTablesCommand
|
|
655
|
+
*/
|
|
656
|
+
export declare const de_ReloadReplicationTablesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ReloadReplicationTablesCommandOutput>;
|
|
584
657
|
/**
|
|
585
658
|
* deserializeAws_json1_1ReloadTablesCommand
|
|
586
659
|
*/
|
|
@@ -597,6 +670,10 @@ export declare const de_RunFleetAdvisorLsaAnalysisCommand: (output: __HttpRespon
|
|
|
597
670
|
* deserializeAws_json1_1StartRecommendationsCommand
|
|
598
671
|
*/
|
|
599
672
|
export declare const de_StartRecommendationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartRecommendationsCommandOutput>;
|
|
673
|
+
/**
|
|
674
|
+
* deserializeAws_json1_1StartReplicationCommand
|
|
675
|
+
*/
|
|
676
|
+
export declare const de_StartReplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartReplicationCommandOutput>;
|
|
600
677
|
/**
|
|
601
678
|
* deserializeAws_json1_1StartReplicationTaskCommand
|
|
602
679
|
*/
|
|
@@ -609,6 +686,10 @@ export declare const de_StartReplicationTaskAssessmentCommand: (output: __HttpRe
|
|
|
609
686
|
* deserializeAws_json1_1StartReplicationTaskAssessmentRunCommand
|
|
610
687
|
*/
|
|
611
688
|
export declare const de_StartReplicationTaskAssessmentRunCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartReplicationTaskAssessmentRunCommandOutput>;
|
|
689
|
+
/**
|
|
690
|
+
* deserializeAws_json1_1StopReplicationCommand
|
|
691
|
+
*/
|
|
692
|
+
export declare const de_StopReplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopReplicationCommandOutput>;
|
|
612
693
|
/**
|
|
613
694
|
* deserializeAws_json1_1StopReplicationTaskCommand
|
|
614
695
|
*/
|
|
@@ -27,6 +27,10 @@ import {
|
|
|
27
27
|
CreateFleetAdvisorCollectorCommandInput,
|
|
28
28
|
CreateFleetAdvisorCollectorCommandOutput,
|
|
29
29
|
} from "./commands/CreateFleetAdvisorCollectorCommand";
|
|
30
|
+
import {
|
|
31
|
+
CreateReplicationConfigCommandInput,
|
|
32
|
+
CreateReplicationConfigCommandOutput,
|
|
33
|
+
} from "./commands/CreateReplicationConfigCommand";
|
|
30
34
|
import {
|
|
31
35
|
CreateReplicationInstanceCommandInput,
|
|
32
36
|
CreateReplicationInstanceCommandOutput,
|
|
@@ -63,6 +67,10 @@ import {
|
|
|
63
67
|
DeleteFleetAdvisorDatabasesCommandInput,
|
|
64
68
|
DeleteFleetAdvisorDatabasesCommandOutput,
|
|
65
69
|
} from "./commands/DeleteFleetAdvisorDatabasesCommand";
|
|
70
|
+
import {
|
|
71
|
+
DeleteReplicationConfigCommandInput,
|
|
72
|
+
DeleteReplicationConfigCommandOutput,
|
|
73
|
+
} from "./commands/DeleteReplicationConfigCommand";
|
|
66
74
|
import {
|
|
67
75
|
DeleteReplicationInstanceCommandInput,
|
|
68
76
|
DeleteReplicationInstanceCommandOutput,
|
|
@@ -159,6 +167,10 @@ import {
|
|
|
159
167
|
DescribeRefreshSchemasStatusCommandInput,
|
|
160
168
|
DescribeRefreshSchemasStatusCommandOutput,
|
|
161
169
|
} from "./commands/DescribeRefreshSchemasStatusCommand";
|
|
170
|
+
import {
|
|
171
|
+
DescribeReplicationConfigsCommandInput,
|
|
172
|
+
DescribeReplicationConfigsCommandOutput,
|
|
173
|
+
} from "./commands/DescribeReplicationConfigsCommand";
|
|
162
174
|
import {
|
|
163
175
|
DescribeReplicationInstancesCommandInput,
|
|
164
176
|
DescribeReplicationInstancesCommandOutput,
|
|
@@ -167,10 +179,18 @@ import {
|
|
|
167
179
|
DescribeReplicationInstanceTaskLogsCommandInput,
|
|
168
180
|
DescribeReplicationInstanceTaskLogsCommandOutput,
|
|
169
181
|
} from "./commands/DescribeReplicationInstanceTaskLogsCommand";
|
|
182
|
+
import {
|
|
183
|
+
DescribeReplicationsCommandInput,
|
|
184
|
+
DescribeReplicationsCommandOutput,
|
|
185
|
+
} from "./commands/DescribeReplicationsCommand";
|
|
170
186
|
import {
|
|
171
187
|
DescribeReplicationSubnetGroupsCommandInput,
|
|
172
188
|
DescribeReplicationSubnetGroupsCommandOutput,
|
|
173
189
|
} from "./commands/DescribeReplicationSubnetGroupsCommand";
|
|
190
|
+
import {
|
|
191
|
+
DescribeReplicationTableStatisticsCommandInput,
|
|
192
|
+
DescribeReplicationTableStatisticsCommandOutput,
|
|
193
|
+
} from "./commands/DescribeReplicationTableStatisticsCommand";
|
|
174
194
|
import {
|
|
175
195
|
DescribeReplicationTaskAssessmentResultsCommandInput,
|
|
176
196
|
DescribeReplicationTaskAssessmentResultsCommandOutput,
|
|
@@ -211,6 +231,10 @@ import {
|
|
|
211
231
|
ModifyEventSubscriptionCommandInput,
|
|
212
232
|
ModifyEventSubscriptionCommandOutput,
|
|
213
233
|
} from "./commands/ModifyEventSubscriptionCommand";
|
|
234
|
+
import {
|
|
235
|
+
ModifyReplicationConfigCommandInput,
|
|
236
|
+
ModifyReplicationConfigCommandOutput,
|
|
237
|
+
} from "./commands/ModifyReplicationConfigCommand";
|
|
214
238
|
import {
|
|
215
239
|
ModifyReplicationInstanceCommandInput,
|
|
216
240
|
ModifyReplicationInstanceCommandOutput,
|
|
@@ -235,6 +259,10 @@ import {
|
|
|
235
259
|
RefreshSchemasCommandInput,
|
|
236
260
|
RefreshSchemasCommandOutput,
|
|
237
261
|
} from "./commands/RefreshSchemasCommand";
|
|
262
|
+
import {
|
|
263
|
+
ReloadReplicationTablesCommandInput,
|
|
264
|
+
ReloadReplicationTablesCommandOutput,
|
|
265
|
+
} from "./commands/ReloadReplicationTablesCommand";
|
|
238
266
|
import {
|
|
239
267
|
ReloadTablesCommandInput,
|
|
240
268
|
ReloadTablesCommandOutput,
|
|
@@ -251,6 +279,10 @@ import {
|
|
|
251
279
|
StartRecommendationsCommandInput,
|
|
252
280
|
StartRecommendationsCommandOutput,
|
|
253
281
|
} from "./commands/StartRecommendationsCommand";
|
|
282
|
+
import {
|
|
283
|
+
StartReplicationCommandInput,
|
|
284
|
+
StartReplicationCommandOutput,
|
|
285
|
+
} from "./commands/StartReplicationCommand";
|
|
254
286
|
import {
|
|
255
287
|
StartReplicationTaskAssessmentCommandInput,
|
|
256
288
|
StartReplicationTaskAssessmentCommandOutput,
|
|
@@ -263,6 +295,10 @@ import {
|
|
|
263
295
|
StartReplicationTaskCommandInput,
|
|
264
296
|
StartReplicationTaskCommandOutput,
|
|
265
297
|
} from "./commands/StartReplicationTaskCommand";
|
|
298
|
+
import {
|
|
299
|
+
StopReplicationCommandInput,
|
|
300
|
+
StopReplicationCommandOutput,
|
|
301
|
+
} from "./commands/StopReplicationCommand";
|
|
266
302
|
import {
|
|
267
303
|
StopReplicationTaskCommandInput,
|
|
268
304
|
StopReplicationTaskCommandOutput,
|
|
@@ -374,6 +410,19 @@ export interface DatabaseMigrationService {
|
|
|
374
410
|
options: __HttpHandlerOptions,
|
|
375
411
|
cb: (err: any, data?: CreateFleetAdvisorCollectorCommandOutput) => void
|
|
376
412
|
): void;
|
|
413
|
+
createReplicationConfig(
|
|
414
|
+
args: CreateReplicationConfigCommandInput,
|
|
415
|
+
options?: __HttpHandlerOptions
|
|
416
|
+
): Promise<CreateReplicationConfigCommandOutput>;
|
|
417
|
+
createReplicationConfig(
|
|
418
|
+
args: CreateReplicationConfigCommandInput,
|
|
419
|
+
cb: (err: any, data?: CreateReplicationConfigCommandOutput) => void
|
|
420
|
+
): void;
|
|
421
|
+
createReplicationConfig(
|
|
422
|
+
args: CreateReplicationConfigCommandInput,
|
|
423
|
+
options: __HttpHandlerOptions,
|
|
424
|
+
cb: (err: any, data?: CreateReplicationConfigCommandOutput) => void
|
|
425
|
+
): void;
|
|
377
426
|
createReplicationInstance(
|
|
378
427
|
args: CreateReplicationInstanceCommandInput,
|
|
379
428
|
options?: __HttpHandlerOptions
|
|
@@ -491,6 +540,19 @@ export interface DatabaseMigrationService {
|
|
|
491
540
|
options: __HttpHandlerOptions,
|
|
492
541
|
cb: (err: any, data?: DeleteFleetAdvisorDatabasesCommandOutput) => void
|
|
493
542
|
): void;
|
|
543
|
+
deleteReplicationConfig(
|
|
544
|
+
args: DeleteReplicationConfigCommandInput,
|
|
545
|
+
options?: __HttpHandlerOptions
|
|
546
|
+
): Promise<DeleteReplicationConfigCommandOutput>;
|
|
547
|
+
deleteReplicationConfig(
|
|
548
|
+
args: DeleteReplicationConfigCommandInput,
|
|
549
|
+
cb: (err: any, data?: DeleteReplicationConfigCommandOutput) => void
|
|
550
|
+
): void;
|
|
551
|
+
deleteReplicationConfig(
|
|
552
|
+
args: DeleteReplicationConfigCommandInput,
|
|
553
|
+
options: __HttpHandlerOptions,
|
|
554
|
+
cb: (err: any, data?: DeleteReplicationConfigCommandOutput) => void
|
|
555
|
+
): void;
|
|
494
556
|
deleteReplicationInstance(
|
|
495
557
|
args: DeleteReplicationInstanceCommandInput,
|
|
496
558
|
options?: __HttpHandlerOptions
|
|
@@ -839,6 +901,19 @@ export interface DatabaseMigrationService {
|
|
|
839
901
|
options: __HttpHandlerOptions,
|
|
840
902
|
cb: (err: any, data?: DescribeRefreshSchemasStatusCommandOutput) => void
|
|
841
903
|
): void;
|
|
904
|
+
describeReplicationConfigs(
|
|
905
|
+
args: DescribeReplicationConfigsCommandInput,
|
|
906
|
+
options?: __HttpHandlerOptions
|
|
907
|
+
): Promise<DescribeReplicationConfigsCommandOutput>;
|
|
908
|
+
describeReplicationConfigs(
|
|
909
|
+
args: DescribeReplicationConfigsCommandInput,
|
|
910
|
+
cb: (err: any, data?: DescribeReplicationConfigsCommandOutput) => void
|
|
911
|
+
): void;
|
|
912
|
+
describeReplicationConfigs(
|
|
913
|
+
args: DescribeReplicationConfigsCommandInput,
|
|
914
|
+
options: __HttpHandlerOptions,
|
|
915
|
+
cb: (err: any, data?: DescribeReplicationConfigsCommandOutput) => void
|
|
916
|
+
): void;
|
|
842
917
|
describeReplicationInstances(
|
|
843
918
|
args: DescribeReplicationInstancesCommandInput,
|
|
844
919
|
options?: __HttpHandlerOptions
|
|
@@ -871,6 +946,19 @@ export interface DatabaseMigrationService {
|
|
|
871
946
|
data?: DescribeReplicationInstanceTaskLogsCommandOutput
|
|
872
947
|
) => void
|
|
873
948
|
): void;
|
|
949
|
+
describeReplications(
|
|
950
|
+
args: DescribeReplicationsCommandInput,
|
|
951
|
+
options?: __HttpHandlerOptions
|
|
952
|
+
): Promise<DescribeReplicationsCommandOutput>;
|
|
953
|
+
describeReplications(
|
|
954
|
+
args: DescribeReplicationsCommandInput,
|
|
955
|
+
cb: (err: any, data?: DescribeReplicationsCommandOutput) => void
|
|
956
|
+
): void;
|
|
957
|
+
describeReplications(
|
|
958
|
+
args: DescribeReplicationsCommandInput,
|
|
959
|
+
options: __HttpHandlerOptions,
|
|
960
|
+
cb: (err: any, data?: DescribeReplicationsCommandOutput) => void
|
|
961
|
+
): void;
|
|
874
962
|
describeReplicationSubnetGroups(
|
|
875
963
|
args: DescribeReplicationSubnetGroupsCommandInput,
|
|
876
964
|
options?: __HttpHandlerOptions
|
|
@@ -884,6 +972,25 @@ export interface DatabaseMigrationService {
|
|
|
884
972
|
options: __HttpHandlerOptions,
|
|
885
973
|
cb: (err: any, data?: DescribeReplicationSubnetGroupsCommandOutput) => void
|
|
886
974
|
): void;
|
|
975
|
+
describeReplicationTableStatistics(
|
|
976
|
+
args: DescribeReplicationTableStatisticsCommandInput,
|
|
977
|
+
options?: __HttpHandlerOptions
|
|
978
|
+
): Promise<DescribeReplicationTableStatisticsCommandOutput>;
|
|
979
|
+
describeReplicationTableStatistics(
|
|
980
|
+
args: DescribeReplicationTableStatisticsCommandInput,
|
|
981
|
+
cb: (
|
|
982
|
+
err: any,
|
|
983
|
+
data?: DescribeReplicationTableStatisticsCommandOutput
|
|
984
|
+
) => void
|
|
985
|
+
): void;
|
|
986
|
+
describeReplicationTableStatistics(
|
|
987
|
+
args: DescribeReplicationTableStatisticsCommandInput,
|
|
988
|
+
options: __HttpHandlerOptions,
|
|
989
|
+
cb: (
|
|
990
|
+
err: any,
|
|
991
|
+
data?: DescribeReplicationTableStatisticsCommandOutput
|
|
992
|
+
) => void
|
|
993
|
+
): void;
|
|
887
994
|
describeReplicationTaskAssessmentResults(
|
|
888
995
|
args: DescribeReplicationTaskAssessmentResultsCommandInput,
|
|
889
996
|
options?: __HttpHandlerOptions
|
|
@@ -1032,6 +1139,19 @@ export interface DatabaseMigrationService {
|
|
|
1032
1139
|
options: __HttpHandlerOptions,
|
|
1033
1140
|
cb: (err: any, data?: ModifyEventSubscriptionCommandOutput) => void
|
|
1034
1141
|
): void;
|
|
1142
|
+
modifyReplicationConfig(
|
|
1143
|
+
args: ModifyReplicationConfigCommandInput,
|
|
1144
|
+
options?: __HttpHandlerOptions
|
|
1145
|
+
): Promise<ModifyReplicationConfigCommandOutput>;
|
|
1146
|
+
modifyReplicationConfig(
|
|
1147
|
+
args: ModifyReplicationConfigCommandInput,
|
|
1148
|
+
cb: (err: any, data?: ModifyReplicationConfigCommandOutput) => void
|
|
1149
|
+
): void;
|
|
1150
|
+
modifyReplicationConfig(
|
|
1151
|
+
args: ModifyReplicationConfigCommandInput,
|
|
1152
|
+
options: __HttpHandlerOptions,
|
|
1153
|
+
cb: (err: any, data?: ModifyReplicationConfigCommandOutput) => void
|
|
1154
|
+
): void;
|
|
1035
1155
|
modifyReplicationInstance(
|
|
1036
1156
|
args: ModifyReplicationInstanceCommandInput,
|
|
1037
1157
|
options?: __HttpHandlerOptions
|
|
@@ -1110,6 +1230,19 @@ export interface DatabaseMigrationService {
|
|
|
1110
1230
|
options: __HttpHandlerOptions,
|
|
1111
1231
|
cb: (err: any, data?: RefreshSchemasCommandOutput) => void
|
|
1112
1232
|
): void;
|
|
1233
|
+
reloadReplicationTables(
|
|
1234
|
+
args: ReloadReplicationTablesCommandInput,
|
|
1235
|
+
options?: __HttpHandlerOptions
|
|
1236
|
+
): Promise<ReloadReplicationTablesCommandOutput>;
|
|
1237
|
+
reloadReplicationTables(
|
|
1238
|
+
args: ReloadReplicationTablesCommandInput,
|
|
1239
|
+
cb: (err: any, data?: ReloadReplicationTablesCommandOutput) => void
|
|
1240
|
+
): void;
|
|
1241
|
+
reloadReplicationTables(
|
|
1242
|
+
args: ReloadReplicationTablesCommandInput,
|
|
1243
|
+
options: __HttpHandlerOptions,
|
|
1244
|
+
cb: (err: any, data?: ReloadReplicationTablesCommandOutput) => void
|
|
1245
|
+
): void;
|
|
1113
1246
|
reloadTables(
|
|
1114
1247
|
args: ReloadTablesCommandInput,
|
|
1115
1248
|
options?: __HttpHandlerOptions
|
|
@@ -1162,6 +1295,19 @@ export interface DatabaseMigrationService {
|
|
|
1162
1295
|
options: __HttpHandlerOptions,
|
|
1163
1296
|
cb: (err: any, data?: StartRecommendationsCommandOutput) => void
|
|
1164
1297
|
): void;
|
|
1298
|
+
startReplication(
|
|
1299
|
+
args: StartReplicationCommandInput,
|
|
1300
|
+
options?: __HttpHandlerOptions
|
|
1301
|
+
): Promise<StartReplicationCommandOutput>;
|
|
1302
|
+
startReplication(
|
|
1303
|
+
args: StartReplicationCommandInput,
|
|
1304
|
+
cb: (err: any, data?: StartReplicationCommandOutput) => void
|
|
1305
|
+
): void;
|
|
1306
|
+
startReplication(
|
|
1307
|
+
args: StartReplicationCommandInput,
|
|
1308
|
+
options: __HttpHandlerOptions,
|
|
1309
|
+
cb: (err: any, data?: StartReplicationCommandOutput) => void
|
|
1310
|
+
): void;
|
|
1165
1311
|
startReplicationTask(
|
|
1166
1312
|
args: StartReplicationTaskCommandInput,
|
|
1167
1313
|
options?: __HttpHandlerOptions
|
|
@@ -1207,6 +1353,19 @@ export interface DatabaseMigrationService {
|
|
|
1207
1353
|
data?: StartReplicationTaskAssessmentRunCommandOutput
|
|
1208
1354
|
) => void
|
|
1209
1355
|
): void;
|
|
1356
|
+
stopReplication(
|
|
1357
|
+
args: StopReplicationCommandInput,
|
|
1358
|
+
options?: __HttpHandlerOptions
|
|
1359
|
+
): Promise<StopReplicationCommandOutput>;
|
|
1360
|
+
stopReplication(
|
|
1361
|
+
args: StopReplicationCommandInput,
|
|
1362
|
+
cb: (err: any, data?: StopReplicationCommandOutput) => void
|
|
1363
|
+
): void;
|
|
1364
|
+
stopReplication(
|
|
1365
|
+
args: StopReplicationCommandInput,
|
|
1366
|
+
options: __HttpHandlerOptions,
|
|
1367
|
+
cb: (err: any, data?: StopReplicationCommandOutput) => void
|
|
1368
|
+
): void;
|
|
1210
1369
|
stopReplicationTask(
|
|
1211
1370
|
args: StopReplicationTaskCommandInput,
|
|
1212
1371
|
options?: __HttpHandlerOptions
|