@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.
Files changed (80) hide show
  1. package/README.md +72 -0
  2. package/dist-cjs/DatabaseMigrationService.js +18 -0
  3. package/dist-cjs/commands/CreateReplicationConfigCommand.js +46 -0
  4. package/dist-cjs/commands/DeleteReplicationConfigCommand.js +46 -0
  5. package/dist-cjs/commands/DescribeReplicationConfigsCommand.js +46 -0
  6. package/dist-cjs/commands/DescribeReplicationTableStatisticsCommand.js +46 -0
  7. package/dist-cjs/commands/DescribeReplicationsCommand.js +46 -0
  8. package/dist-cjs/commands/ModifyReplicationConfigCommand.js +46 -0
  9. package/dist-cjs/commands/ReloadReplicationTablesCommand.js +46 -0
  10. package/dist-cjs/commands/StartReplicationCommand.js +46 -0
  11. package/dist-cjs/commands/StopReplicationCommand.js +46 -0
  12. package/dist-cjs/commands/index.js +9 -0
  13. package/dist-cjs/models/models_0.js +29 -20
  14. package/dist-cjs/pagination/DescribeReplicationConfigsPaginator.js +29 -0
  15. package/dist-cjs/pagination/DescribeReplicationTableStatisticsPaginator.js +29 -0
  16. package/dist-cjs/pagination/DescribeReplicationsPaginator.js +29 -0
  17. package/dist-cjs/pagination/index.js +3 -0
  18. package/dist-cjs/protocols/Aws_json1_1.js +565 -3
  19. package/dist-es/DatabaseMigrationService.js +18 -0
  20. package/dist-es/commands/CreateReplicationConfigCommand.js +42 -0
  21. package/dist-es/commands/DeleteReplicationConfigCommand.js +42 -0
  22. package/dist-es/commands/DescribeReplicationConfigsCommand.js +42 -0
  23. package/dist-es/commands/DescribeReplicationTableStatisticsCommand.js +42 -0
  24. package/dist-es/commands/DescribeReplicationsCommand.js +42 -0
  25. package/dist-es/commands/ModifyReplicationConfigCommand.js +42 -0
  26. package/dist-es/commands/ReloadReplicationTablesCommand.js +42 -0
  27. package/dist-es/commands/StartReplicationCommand.js +42 -0
  28. package/dist-es/commands/StopReplicationCommand.js +42 -0
  29. package/dist-es/commands/index.js +9 -0
  30. package/dist-es/models/models_0.js +26 -17
  31. package/dist-es/pagination/DescribeReplicationConfigsPaginator.js +25 -0
  32. package/dist-es/pagination/DescribeReplicationTableStatisticsPaginator.js +25 -0
  33. package/dist-es/pagination/DescribeReplicationsPaginator.js +25 -0
  34. package/dist-es/pagination/index.js +3 -0
  35. package/dist-es/protocols/Aws_json1_1.js +543 -0
  36. package/dist-types/DatabaseMigrationService.d.ts +63 -0
  37. package/dist-types/DatabaseMigrationServiceClient.d.ts +11 -2
  38. package/dist-types/commands/CreateEndpointCommand.d.ts +30 -0
  39. package/dist-types/commands/CreateReplicationConfigCommand.d.ts +151 -0
  40. package/dist-types/commands/CreateReplicationInstanceCommand.d.ts +1 -1
  41. package/dist-types/commands/CreateReplicationSubnetGroupCommand.d.ts +5 -1
  42. package/dist-types/commands/DeleteEndpointCommand.d.ts +15 -0
  43. package/dist-types/commands/DeleteReplicationConfigCommand.d.ts +109 -0
  44. package/dist-types/commands/DescribeEndpointsCommand.d.ts +15 -0
  45. package/dist-types/commands/DescribeRecommendationsCommand.d.ts +2 -0
  46. package/dist-types/commands/DescribeReplicationConfigsCommand.d.ts +112 -0
  47. package/dist-types/commands/DescribeReplicationTableStatisticsCommand.d.ts +118 -0
  48. package/dist-types/commands/DescribeReplicationsCommand.d.ts +129 -0
  49. package/dist-types/commands/ModifyEndpointCommand.d.ts +30 -0
  50. package/dist-types/commands/ModifyReplicationConfigCommand.d.ts +143 -0
  51. package/dist-types/commands/ModifyReplicationSubnetGroupCommand.d.ts +1 -1
  52. package/dist-types/commands/ReloadReplicationTablesCommand.d.ts +89 -0
  53. package/dist-types/commands/StartReplicationCommand.d.ts +130 -0
  54. package/dist-types/commands/StopReplicationCommand.d.ts +124 -0
  55. package/dist-types/commands/index.d.ts +9 -0
  56. package/dist-types/models/models_0.d.ts +1235 -344
  57. package/dist-types/pagination/DescribeReplicationConfigsPaginator.d.ts +7 -0
  58. package/dist-types/pagination/DescribeReplicationTableStatisticsPaginator.d.ts +7 -0
  59. package/dist-types/pagination/DescribeReplicationsPaginator.d.ts +7 -0
  60. package/dist-types/pagination/index.d.ts +3 -0
  61. package/dist-types/protocols/Aws_json1_1.d.ts +81 -0
  62. package/dist-types/ts3.4/DatabaseMigrationService.d.ts +159 -0
  63. package/dist-types/ts3.4/DatabaseMigrationServiceClient.d.ts +54 -0
  64. package/dist-types/ts3.4/commands/CreateReplicationConfigCommand.d.ts +42 -0
  65. package/dist-types/ts3.4/commands/DeleteReplicationConfigCommand.d.ts +42 -0
  66. package/dist-types/ts3.4/commands/DescribeReplicationConfigsCommand.d.ts +42 -0
  67. package/dist-types/ts3.4/commands/DescribeReplicationTableStatisticsCommand.d.ts +42 -0
  68. package/dist-types/ts3.4/commands/DescribeReplicationsCommand.d.ts +42 -0
  69. package/dist-types/ts3.4/commands/ModifyReplicationConfigCommand.d.ts +42 -0
  70. package/dist-types/ts3.4/commands/ReloadReplicationTablesCommand.d.ts +42 -0
  71. package/dist-types/ts3.4/commands/StartReplicationCommand.d.ts +38 -0
  72. package/dist-types/ts3.4/commands/StopReplicationCommand.d.ts +38 -0
  73. package/dist-types/ts3.4/commands/index.d.ts +9 -0
  74. package/dist-types/ts3.4/models/models_0.d.ts +235 -47
  75. package/dist-types/ts3.4/pagination/DescribeReplicationConfigsPaginator.d.ts +11 -0
  76. package/dist-types/ts3.4/pagination/DescribeReplicationTableStatisticsPaginator.d.ts +11 -0
  77. package/dist-types/ts3.4/pagination/DescribeReplicationsPaginator.d.ts +11 -0
  78. package/dist-types/ts3.4/pagination/index.d.ts +3 -0
  79. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +108 -0
  80. package/package.json +1 -1
@@ -72,6 +72,10 @@ import {
72
72
  CreateFleetAdvisorCollectorCommandInput,
73
73
  CreateFleetAdvisorCollectorCommandOutput,
74
74
  } from "./commands/CreateFleetAdvisorCollectorCommand";
75
+ import {
76
+ CreateReplicationConfigCommandInput,
77
+ CreateReplicationConfigCommandOutput,
78
+ } from "./commands/CreateReplicationConfigCommand";
75
79
  import {
76
80
  CreateReplicationInstanceCommandInput,
77
81
  CreateReplicationInstanceCommandOutput,
@@ -108,6 +112,10 @@ import {
108
112
  DeleteFleetAdvisorDatabasesCommandInput,
109
113
  DeleteFleetAdvisorDatabasesCommandOutput,
110
114
  } from "./commands/DeleteFleetAdvisorDatabasesCommand";
115
+ import {
116
+ DeleteReplicationConfigCommandInput,
117
+ DeleteReplicationConfigCommandOutput,
118
+ } from "./commands/DeleteReplicationConfigCommand";
111
119
  import {
112
120
  DeleteReplicationInstanceCommandInput,
113
121
  DeleteReplicationInstanceCommandOutput,
@@ -204,6 +212,10 @@ import {
204
212
  DescribeRefreshSchemasStatusCommandInput,
205
213
  DescribeRefreshSchemasStatusCommandOutput,
206
214
  } from "./commands/DescribeRefreshSchemasStatusCommand";
215
+ import {
216
+ DescribeReplicationConfigsCommandInput,
217
+ DescribeReplicationConfigsCommandOutput,
218
+ } from "./commands/DescribeReplicationConfigsCommand";
207
219
  import {
208
220
  DescribeReplicationInstancesCommandInput,
209
221
  DescribeReplicationInstancesCommandOutput,
@@ -212,10 +224,18 @@ import {
212
224
  DescribeReplicationInstanceTaskLogsCommandInput,
213
225
  DescribeReplicationInstanceTaskLogsCommandOutput,
214
226
  } from "./commands/DescribeReplicationInstanceTaskLogsCommand";
227
+ import {
228
+ DescribeReplicationsCommandInput,
229
+ DescribeReplicationsCommandOutput,
230
+ } from "./commands/DescribeReplicationsCommand";
215
231
  import {
216
232
  DescribeReplicationSubnetGroupsCommandInput,
217
233
  DescribeReplicationSubnetGroupsCommandOutput,
218
234
  } from "./commands/DescribeReplicationSubnetGroupsCommand";
235
+ import {
236
+ DescribeReplicationTableStatisticsCommandInput,
237
+ DescribeReplicationTableStatisticsCommandOutput,
238
+ } from "./commands/DescribeReplicationTableStatisticsCommand";
219
239
  import {
220
240
  DescribeReplicationTaskAssessmentResultsCommandInput,
221
241
  DescribeReplicationTaskAssessmentResultsCommandOutput,
@@ -256,6 +276,10 @@ import {
256
276
  ModifyEventSubscriptionCommandInput,
257
277
  ModifyEventSubscriptionCommandOutput,
258
278
  } from "./commands/ModifyEventSubscriptionCommand";
279
+ import {
280
+ ModifyReplicationConfigCommandInput,
281
+ ModifyReplicationConfigCommandOutput,
282
+ } from "./commands/ModifyReplicationConfigCommand";
259
283
  import {
260
284
  ModifyReplicationInstanceCommandInput,
261
285
  ModifyReplicationInstanceCommandOutput,
@@ -280,6 +304,10 @@ import {
280
304
  RefreshSchemasCommandInput,
281
305
  RefreshSchemasCommandOutput,
282
306
  } from "./commands/RefreshSchemasCommand";
307
+ import {
308
+ ReloadReplicationTablesCommandInput,
309
+ ReloadReplicationTablesCommandOutput,
310
+ } from "./commands/ReloadReplicationTablesCommand";
283
311
  import {
284
312
  ReloadTablesCommandInput,
285
313
  ReloadTablesCommandOutput,
@@ -296,6 +324,10 @@ import {
296
324
  StartRecommendationsCommandInput,
297
325
  StartRecommendationsCommandOutput,
298
326
  } from "./commands/StartRecommendationsCommand";
327
+ import {
328
+ StartReplicationCommandInput,
329
+ StartReplicationCommandOutput,
330
+ } from "./commands/StartReplicationCommand";
299
331
  import {
300
332
  StartReplicationTaskAssessmentCommandInput,
301
333
  StartReplicationTaskAssessmentCommandOutput,
@@ -308,6 +340,10 @@ import {
308
340
  StartReplicationTaskCommandInput,
309
341
  StartReplicationTaskCommandOutput,
310
342
  } from "./commands/StartReplicationTaskCommand";
343
+ import {
344
+ StopReplicationCommandInput,
345
+ StopReplicationCommandOutput,
346
+ } from "./commands/StopReplicationCommand";
311
347
  import {
312
348
  StopReplicationTaskCommandInput,
313
349
  StopReplicationTaskCommandOutput,
@@ -334,6 +370,7 @@ export type ServiceInputTypes =
334
370
  | CreateEndpointCommandInput
335
371
  | CreateEventSubscriptionCommandInput
336
372
  | CreateFleetAdvisorCollectorCommandInput
373
+ | CreateReplicationConfigCommandInput
337
374
  | CreateReplicationInstanceCommandInput
338
375
  | CreateReplicationSubnetGroupCommandInput
339
376
  | CreateReplicationTaskCommandInput
@@ -343,6 +380,7 @@ export type ServiceInputTypes =
343
380
  | DeleteEventSubscriptionCommandInput
344
381
  | DeleteFleetAdvisorCollectorCommandInput
345
382
  | DeleteFleetAdvisorDatabasesCommandInput
383
+ | DeleteReplicationConfigCommandInput
346
384
  | DeleteReplicationInstanceCommandInput
347
385
  | DeleteReplicationSubnetGroupCommandInput
348
386
  | DeleteReplicationTaskAssessmentRunCommandInput
@@ -367,32 +405,39 @@ export type ServiceInputTypes =
367
405
  | DescribeRecommendationLimitationsCommandInput
368
406
  | DescribeRecommendationsCommandInput
369
407
  | DescribeRefreshSchemasStatusCommandInput
408
+ | DescribeReplicationConfigsCommandInput
370
409
  | DescribeReplicationInstanceTaskLogsCommandInput
371
410
  | DescribeReplicationInstancesCommandInput
372
411
  | DescribeReplicationSubnetGroupsCommandInput
412
+ | DescribeReplicationTableStatisticsCommandInput
373
413
  | DescribeReplicationTaskAssessmentResultsCommandInput
374
414
  | DescribeReplicationTaskAssessmentRunsCommandInput
375
415
  | DescribeReplicationTaskIndividualAssessmentsCommandInput
376
416
  | DescribeReplicationTasksCommandInput
417
+ | DescribeReplicationsCommandInput
377
418
  | DescribeSchemasCommandInput
378
419
  | DescribeTableStatisticsCommandInput
379
420
  | ImportCertificateCommandInput
380
421
  | ListTagsForResourceCommandInput
381
422
  | ModifyEndpointCommandInput
382
423
  | ModifyEventSubscriptionCommandInput
424
+ | ModifyReplicationConfigCommandInput
383
425
  | ModifyReplicationInstanceCommandInput
384
426
  | ModifyReplicationSubnetGroupCommandInput
385
427
  | ModifyReplicationTaskCommandInput
386
428
  | MoveReplicationTaskCommandInput
387
429
  | RebootReplicationInstanceCommandInput
388
430
  | RefreshSchemasCommandInput
431
+ | ReloadReplicationTablesCommandInput
389
432
  | ReloadTablesCommandInput
390
433
  | RemoveTagsFromResourceCommandInput
391
434
  | RunFleetAdvisorLsaAnalysisCommandInput
392
435
  | StartRecommendationsCommandInput
436
+ | StartReplicationCommandInput
393
437
  | StartReplicationTaskAssessmentCommandInput
394
438
  | StartReplicationTaskAssessmentRunCommandInput
395
439
  | StartReplicationTaskCommandInput
440
+ | StopReplicationCommandInput
396
441
  | StopReplicationTaskCommandInput
397
442
  | TestConnectionCommandInput
398
443
  | UpdateSubscriptionsToEventBridgeCommandInput;
@@ -404,6 +449,7 @@ export type ServiceOutputTypes =
404
449
  | CreateEndpointCommandOutput
405
450
  | CreateEventSubscriptionCommandOutput
406
451
  | CreateFleetAdvisorCollectorCommandOutput
452
+ | CreateReplicationConfigCommandOutput
407
453
  | CreateReplicationInstanceCommandOutput
408
454
  | CreateReplicationSubnetGroupCommandOutput
409
455
  | CreateReplicationTaskCommandOutput
@@ -413,6 +459,7 @@ export type ServiceOutputTypes =
413
459
  | DeleteEventSubscriptionCommandOutput
414
460
  | DeleteFleetAdvisorCollectorCommandOutput
415
461
  | DeleteFleetAdvisorDatabasesCommandOutput
462
+ | DeleteReplicationConfigCommandOutput
416
463
  | DeleteReplicationInstanceCommandOutput
417
464
  | DeleteReplicationSubnetGroupCommandOutput
418
465
  | DeleteReplicationTaskAssessmentRunCommandOutput
@@ -437,32 +484,39 @@ export type ServiceOutputTypes =
437
484
  | DescribeRecommendationLimitationsCommandOutput
438
485
  | DescribeRecommendationsCommandOutput
439
486
  | DescribeRefreshSchemasStatusCommandOutput
487
+ | DescribeReplicationConfigsCommandOutput
440
488
  | DescribeReplicationInstanceTaskLogsCommandOutput
441
489
  | DescribeReplicationInstancesCommandOutput
442
490
  | DescribeReplicationSubnetGroupsCommandOutput
491
+ | DescribeReplicationTableStatisticsCommandOutput
443
492
  | DescribeReplicationTaskAssessmentResultsCommandOutput
444
493
  | DescribeReplicationTaskAssessmentRunsCommandOutput
445
494
  | DescribeReplicationTaskIndividualAssessmentsCommandOutput
446
495
  | DescribeReplicationTasksCommandOutput
496
+ | DescribeReplicationsCommandOutput
447
497
  | DescribeSchemasCommandOutput
448
498
  | DescribeTableStatisticsCommandOutput
449
499
  | ImportCertificateCommandOutput
450
500
  | ListTagsForResourceCommandOutput
451
501
  | ModifyEndpointCommandOutput
452
502
  | ModifyEventSubscriptionCommandOutput
503
+ | ModifyReplicationConfigCommandOutput
453
504
  | ModifyReplicationInstanceCommandOutput
454
505
  | ModifyReplicationSubnetGroupCommandOutput
455
506
  | ModifyReplicationTaskCommandOutput
456
507
  | MoveReplicationTaskCommandOutput
457
508
  | RebootReplicationInstanceCommandOutput
458
509
  | RefreshSchemasCommandOutput
510
+ | ReloadReplicationTablesCommandOutput
459
511
  | ReloadTablesCommandOutput
460
512
  | RemoveTagsFromResourceCommandOutput
461
513
  | RunFleetAdvisorLsaAnalysisCommandOutput
462
514
  | StartRecommendationsCommandOutput
515
+ | StartReplicationCommandOutput
463
516
  | StartReplicationTaskAssessmentCommandOutput
464
517
  | StartReplicationTaskAssessmentRunCommandOutput
465
518
  | StartReplicationTaskCommandOutput
519
+ | StopReplicationCommandOutput
466
520
  | StopReplicationTaskCommandOutput
467
521
  | TestConnectionCommandOutput
468
522
  | UpdateSubscriptionsToEventBridgeCommandOutput;
@@ -0,0 +1,42 @@
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@smithy/types";
9
+ import {
10
+ DatabaseMigrationServiceClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../DatabaseMigrationServiceClient";
14
+ import {
15
+ CreateReplicationConfigMessage,
16
+ CreateReplicationConfigResponse,
17
+ } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
19
+ export interface CreateReplicationConfigCommandInput
20
+ extends CreateReplicationConfigMessage {}
21
+ export interface CreateReplicationConfigCommandOutput
22
+ extends CreateReplicationConfigResponse,
23
+ __MetadataBearer {}
24
+ export declare class CreateReplicationConfigCommand extends $Command<
25
+ CreateReplicationConfigCommandInput,
26
+ CreateReplicationConfigCommandOutput,
27
+ DatabaseMigrationServiceClientResolvedConfig
28
+ > {
29
+ readonly input: CreateReplicationConfigCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
+ constructor(input: CreateReplicationConfigCommandInput);
32
+ resolveMiddleware(
33
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
+ configuration: DatabaseMigrationServiceClientResolvedConfig,
35
+ options?: __HttpHandlerOptions
36
+ ): Handler<
37
+ CreateReplicationConfigCommandInput,
38
+ CreateReplicationConfigCommandOutput
39
+ >;
40
+ private serialize;
41
+ private deserialize;
42
+ }
@@ -0,0 +1,42 @@
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@smithy/types";
9
+ import {
10
+ DatabaseMigrationServiceClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../DatabaseMigrationServiceClient";
14
+ import {
15
+ DeleteReplicationConfigMessage,
16
+ DeleteReplicationConfigResponse,
17
+ } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
19
+ export interface DeleteReplicationConfigCommandInput
20
+ extends DeleteReplicationConfigMessage {}
21
+ export interface DeleteReplicationConfigCommandOutput
22
+ extends DeleteReplicationConfigResponse,
23
+ __MetadataBearer {}
24
+ export declare class DeleteReplicationConfigCommand extends $Command<
25
+ DeleteReplicationConfigCommandInput,
26
+ DeleteReplicationConfigCommandOutput,
27
+ DatabaseMigrationServiceClientResolvedConfig
28
+ > {
29
+ readonly input: DeleteReplicationConfigCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
+ constructor(input: DeleteReplicationConfigCommandInput);
32
+ resolveMiddleware(
33
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
+ configuration: DatabaseMigrationServiceClientResolvedConfig,
35
+ options?: __HttpHandlerOptions
36
+ ): Handler<
37
+ DeleteReplicationConfigCommandInput,
38
+ DeleteReplicationConfigCommandOutput
39
+ >;
40
+ private serialize;
41
+ private deserialize;
42
+ }
@@ -0,0 +1,42 @@
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@smithy/types";
9
+ import {
10
+ DatabaseMigrationServiceClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../DatabaseMigrationServiceClient";
14
+ import {
15
+ DescribeReplicationConfigsMessage,
16
+ DescribeReplicationConfigsResponse,
17
+ } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
19
+ export interface DescribeReplicationConfigsCommandInput
20
+ extends DescribeReplicationConfigsMessage {}
21
+ export interface DescribeReplicationConfigsCommandOutput
22
+ extends DescribeReplicationConfigsResponse,
23
+ __MetadataBearer {}
24
+ export declare class DescribeReplicationConfigsCommand extends $Command<
25
+ DescribeReplicationConfigsCommandInput,
26
+ DescribeReplicationConfigsCommandOutput,
27
+ DatabaseMigrationServiceClientResolvedConfig
28
+ > {
29
+ readonly input: DescribeReplicationConfigsCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
+ constructor(input: DescribeReplicationConfigsCommandInput);
32
+ resolveMiddleware(
33
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
+ configuration: DatabaseMigrationServiceClientResolvedConfig,
35
+ options?: __HttpHandlerOptions
36
+ ): Handler<
37
+ DescribeReplicationConfigsCommandInput,
38
+ DescribeReplicationConfigsCommandOutput
39
+ >;
40
+ private serialize;
41
+ private deserialize;
42
+ }
@@ -0,0 +1,42 @@
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@smithy/types";
9
+ import {
10
+ DatabaseMigrationServiceClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../DatabaseMigrationServiceClient";
14
+ import {
15
+ DescribeReplicationTableStatisticsMessage,
16
+ DescribeReplicationTableStatisticsResponse,
17
+ } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
19
+ export interface DescribeReplicationTableStatisticsCommandInput
20
+ extends DescribeReplicationTableStatisticsMessage {}
21
+ export interface DescribeReplicationTableStatisticsCommandOutput
22
+ extends DescribeReplicationTableStatisticsResponse,
23
+ __MetadataBearer {}
24
+ export declare class DescribeReplicationTableStatisticsCommand extends $Command<
25
+ DescribeReplicationTableStatisticsCommandInput,
26
+ DescribeReplicationTableStatisticsCommandOutput,
27
+ DatabaseMigrationServiceClientResolvedConfig
28
+ > {
29
+ readonly input: DescribeReplicationTableStatisticsCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
+ constructor(input: DescribeReplicationTableStatisticsCommandInput);
32
+ resolveMiddleware(
33
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
+ configuration: DatabaseMigrationServiceClientResolvedConfig,
35
+ options?: __HttpHandlerOptions
36
+ ): Handler<
37
+ DescribeReplicationTableStatisticsCommandInput,
38
+ DescribeReplicationTableStatisticsCommandOutput
39
+ >;
40
+ private serialize;
41
+ private deserialize;
42
+ }
@@ -0,0 +1,42 @@
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@smithy/types";
9
+ import {
10
+ DatabaseMigrationServiceClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../DatabaseMigrationServiceClient";
14
+ import {
15
+ DescribeReplicationsMessage,
16
+ DescribeReplicationsResponse,
17
+ } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
19
+ export interface DescribeReplicationsCommandInput
20
+ extends DescribeReplicationsMessage {}
21
+ export interface DescribeReplicationsCommandOutput
22
+ extends DescribeReplicationsResponse,
23
+ __MetadataBearer {}
24
+ export declare class DescribeReplicationsCommand extends $Command<
25
+ DescribeReplicationsCommandInput,
26
+ DescribeReplicationsCommandOutput,
27
+ DatabaseMigrationServiceClientResolvedConfig
28
+ > {
29
+ readonly input: DescribeReplicationsCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
+ constructor(input: DescribeReplicationsCommandInput);
32
+ resolveMiddleware(
33
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
+ configuration: DatabaseMigrationServiceClientResolvedConfig,
35
+ options?: __HttpHandlerOptions
36
+ ): Handler<
37
+ DescribeReplicationsCommandInput,
38
+ DescribeReplicationsCommandOutput
39
+ >;
40
+ private serialize;
41
+ private deserialize;
42
+ }
@@ -0,0 +1,42 @@
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@smithy/types";
9
+ import {
10
+ DatabaseMigrationServiceClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../DatabaseMigrationServiceClient";
14
+ import {
15
+ ModifyReplicationConfigMessage,
16
+ ModifyReplicationConfigResponse,
17
+ } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
19
+ export interface ModifyReplicationConfigCommandInput
20
+ extends ModifyReplicationConfigMessage {}
21
+ export interface ModifyReplicationConfigCommandOutput
22
+ extends ModifyReplicationConfigResponse,
23
+ __MetadataBearer {}
24
+ export declare class ModifyReplicationConfigCommand extends $Command<
25
+ ModifyReplicationConfigCommandInput,
26
+ ModifyReplicationConfigCommandOutput,
27
+ DatabaseMigrationServiceClientResolvedConfig
28
+ > {
29
+ readonly input: ModifyReplicationConfigCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
+ constructor(input: ModifyReplicationConfigCommandInput);
32
+ resolveMiddleware(
33
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
+ configuration: DatabaseMigrationServiceClientResolvedConfig,
35
+ options?: __HttpHandlerOptions
36
+ ): Handler<
37
+ ModifyReplicationConfigCommandInput,
38
+ ModifyReplicationConfigCommandOutput
39
+ >;
40
+ private serialize;
41
+ private deserialize;
42
+ }
@@ -0,0 +1,42 @@
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@smithy/types";
9
+ import {
10
+ DatabaseMigrationServiceClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../DatabaseMigrationServiceClient";
14
+ import {
15
+ ReloadReplicationTablesMessage,
16
+ ReloadReplicationTablesResponse,
17
+ } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
19
+ export interface ReloadReplicationTablesCommandInput
20
+ extends ReloadReplicationTablesMessage {}
21
+ export interface ReloadReplicationTablesCommandOutput
22
+ extends ReloadReplicationTablesResponse,
23
+ __MetadataBearer {}
24
+ export declare class ReloadReplicationTablesCommand extends $Command<
25
+ ReloadReplicationTablesCommandInput,
26
+ ReloadReplicationTablesCommandOutput,
27
+ DatabaseMigrationServiceClientResolvedConfig
28
+ > {
29
+ readonly input: ReloadReplicationTablesCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
+ constructor(input: ReloadReplicationTablesCommandInput);
32
+ resolveMiddleware(
33
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
+ configuration: DatabaseMigrationServiceClientResolvedConfig,
35
+ options?: __HttpHandlerOptions
36
+ ): Handler<
37
+ ReloadReplicationTablesCommandInput,
38
+ ReloadReplicationTablesCommandOutput
39
+ >;
40
+ private serialize;
41
+ private deserialize;
42
+ }
@@ -0,0 +1,38 @@
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@smithy/types";
9
+ import {
10
+ DatabaseMigrationServiceClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../DatabaseMigrationServiceClient";
14
+ import {
15
+ StartReplicationMessage,
16
+ StartReplicationResponse,
17
+ } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
19
+ export interface StartReplicationCommandInput extends StartReplicationMessage {}
20
+ export interface StartReplicationCommandOutput
21
+ extends StartReplicationResponse,
22
+ __MetadataBearer {}
23
+ export declare class StartReplicationCommand extends $Command<
24
+ StartReplicationCommandInput,
25
+ StartReplicationCommandOutput,
26
+ DatabaseMigrationServiceClientResolvedConfig
27
+ > {
28
+ readonly input: StartReplicationCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
+ constructor(input: StartReplicationCommandInput);
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: DatabaseMigrationServiceClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<StartReplicationCommandInput, StartReplicationCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -0,0 +1,38 @@
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@smithy/types";
9
+ import {
10
+ DatabaseMigrationServiceClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../DatabaseMigrationServiceClient";
14
+ import {
15
+ StopReplicationMessage,
16
+ StopReplicationResponse,
17
+ } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
19
+ export interface StopReplicationCommandInput extends StopReplicationMessage {}
20
+ export interface StopReplicationCommandOutput
21
+ extends StopReplicationResponse,
22
+ __MetadataBearer {}
23
+ export declare class StopReplicationCommand extends $Command<
24
+ StopReplicationCommandInput,
25
+ StopReplicationCommandOutput,
26
+ DatabaseMigrationServiceClientResolvedConfig
27
+ > {
28
+ readonly input: StopReplicationCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
+ constructor(input: StopReplicationCommandInput);
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: DatabaseMigrationServiceClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<StopReplicationCommandInput, StopReplicationCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -5,6 +5,7 @@ export * from "./CancelReplicationTaskAssessmentRunCommand";
5
5
  export * from "./CreateEndpointCommand";
6
6
  export * from "./CreateEventSubscriptionCommand";
7
7
  export * from "./CreateFleetAdvisorCollectorCommand";
8
+ export * from "./CreateReplicationConfigCommand";
8
9
  export * from "./CreateReplicationInstanceCommand";
9
10
  export * from "./CreateReplicationSubnetGroupCommand";
10
11
  export * from "./CreateReplicationTaskCommand";
@@ -14,6 +15,7 @@ export * from "./DeleteEndpointCommand";
14
15
  export * from "./DeleteEventSubscriptionCommand";
15
16
  export * from "./DeleteFleetAdvisorCollectorCommand";
16
17
  export * from "./DeleteFleetAdvisorDatabasesCommand";
18
+ export * from "./DeleteReplicationConfigCommand";
17
19
  export * from "./DeleteReplicationInstanceCommand";
18
20
  export * from "./DeleteReplicationSubnetGroupCommand";
19
21
  export * from "./DeleteReplicationTaskAssessmentRunCommand";
@@ -38,32 +40,39 @@ export * from "./DescribePendingMaintenanceActionsCommand";
38
40
  export * from "./DescribeRecommendationLimitationsCommand";
39
41
  export * from "./DescribeRecommendationsCommand";
40
42
  export * from "./DescribeRefreshSchemasStatusCommand";
43
+ export * from "./DescribeReplicationConfigsCommand";
41
44
  export * from "./DescribeReplicationInstanceTaskLogsCommand";
42
45
  export * from "./DescribeReplicationInstancesCommand";
43
46
  export * from "./DescribeReplicationSubnetGroupsCommand";
47
+ export * from "./DescribeReplicationTableStatisticsCommand";
44
48
  export * from "./DescribeReplicationTaskAssessmentResultsCommand";
45
49
  export * from "./DescribeReplicationTaskAssessmentRunsCommand";
46
50
  export * from "./DescribeReplicationTaskIndividualAssessmentsCommand";
47
51
  export * from "./DescribeReplicationTasksCommand";
52
+ export * from "./DescribeReplicationsCommand";
48
53
  export * from "./DescribeSchemasCommand";
49
54
  export * from "./DescribeTableStatisticsCommand";
50
55
  export * from "./ImportCertificateCommand";
51
56
  export * from "./ListTagsForResourceCommand";
52
57
  export * from "./ModifyEndpointCommand";
53
58
  export * from "./ModifyEventSubscriptionCommand";
59
+ export * from "./ModifyReplicationConfigCommand";
54
60
  export * from "./ModifyReplicationInstanceCommand";
55
61
  export * from "./ModifyReplicationSubnetGroupCommand";
56
62
  export * from "./ModifyReplicationTaskCommand";
57
63
  export * from "./MoveReplicationTaskCommand";
58
64
  export * from "./RebootReplicationInstanceCommand";
59
65
  export * from "./RefreshSchemasCommand";
66
+ export * from "./ReloadReplicationTablesCommand";
60
67
  export * from "./ReloadTablesCommand";
61
68
  export * from "./RemoveTagsFromResourceCommand";
62
69
  export * from "./RunFleetAdvisorLsaAnalysisCommand";
63
70
  export * from "./StartRecommendationsCommand";
71
+ export * from "./StartReplicationCommand";
64
72
  export * from "./StartReplicationTaskAssessmentCommand";
65
73
  export * from "./StartReplicationTaskAssessmentRunCommand";
66
74
  export * from "./StartReplicationTaskCommand";
75
+ export * from "./StopReplicationCommand";
67
76
  export * from "./StopReplicationTaskCommand";
68
77
  export * from "./TestConnectionCommand";
69
78
  export * from "./UpdateSubscriptionsToEventBridgeCommand";