@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
|
@@ -6,6 +6,7 @@ import { CancelReplicationTaskAssessmentRunCommandInput, CancelReplicationTaskAs
|
|
|
6
6
|
import { CreateEndpointCommandInput, CreateEndpointCommandOutput } from "./commands/CreateEndpointCommand";
|
|
7
7
|
import { CreateEventSubscriptionCommandInput, CreateEventSubscriptionCommandOutput } from "./commands/CreateEventSubscriptionCommand";
|
|
8
8
|
import { CreateFleetAdvisorCollectorCommandInput, CreateFleetAdvisorCollectorCommandOutput } from "./commands/CreateFleetAdvisorCollectorCommand";
|
|
9
|
+
import { CreateReplicationConfigCommandInput, CreateReplicationConfigCommandOutput } from "./commands/CreateReplicationConfigCommand";
|
|
9
10
|
import { CreateReplicationInstanceCommandInput, CreateReplicationInstanceCommandOutput } from "./commands/CreateReplicationInstanceCommand";
|
|
10
11
|
import { CreateReplicationSubnetGroupCommandInput, CreateReplicationSubnetGroupCommandOutput } from "./commands/CreateReplicationSubnetGroupCommand";
|
|
11
12
|
import { CreateReplicationTaskCommandInput, CreateReplicationTaskCommandOutput } from "./commands/CreateReplicationTaskCommand";
|
|
@@ -15,6 +16,7 @@ import { DeleteEndpointCommandInput, DeleteEndpointCommandOutput } from "./comma
|
|
|
15
16
|
import { DeleteEventSubscriptionCommandInput, DeleteEventSubscriptionCommandOutput } from "./commands/DeleteEventSubscriptionCommand";
|
|
16
17
|
import { DeleteFleetAdvisorCollectorCommandInput, DeleteFleetAdvisorCollectorCommandOutput } from "./commands/DeleteFleetAdvisorCollectorCommand";
|
|
17
18
|
import { DeleteFleetAdvisorDatabasesCommandInput, DeleteFleetAdvisorDatabasesCommandOutput } from "./commands/DeleteFleetAdvisorDatabasesCommand";
|
|
19
|
+
import { DeleteReplicationConfigCommandInput, DeleteReplicationConfigCommandOutput } from "./commands/DeleteReplicationConfigCommand";
|
|
18
20
|
import { DeleteReplicationInstanceCommandInput, DeleteReplicationInstanceCommandOutput } from "./commands/DeleteReplicationInstanceCommand";
|
|
19
21
|
import { DeleteReplicationSubnetGroupCommandInput, DeleteReplicationSubnetGroupCommandOutput } from "./commands/DeleteReplicationSubnetGroupCommand";
|
|
20
22
|
import { DeleteReplicationTaskAssessmentRunCommandInput, DeleteReplicationTaskAssessmentRunCommandOutput } from "./commands/DeleteReplicationTaskAssessmentRunCommand";
|
|
@@ -39,9 +41,12 @@ import { DescribePendingMaintenanceActionsCommandInput, DescribePendingMaintenan
|
|
|
39
41
|
import { DescribeRecommendationLimitationsCommandInput, DescribeRecommendationLimitationsCommandOutput } from "./commands/DescribeRecommendationLimitationsCommand";
|
|
40
42
|
import { DescribeRecommendationsCommandInput, DescribeRecommendationsCommandOutput } from "./commands/DescribeRecommendationsCommand";
|
|
41
43
|
import { DescribeRefreshSchemasStatusCommandInput, DescribeRefreshSchemasStatusCommandOutput } from "./commands/DescribeRefreshSchemasStatusCommand";
|
|
44
|
+
import { DescribeReplicationConfigsCommandInput, DescribeReplicationConfigsCommandOutput } from "./commands/DescribeReplicationConfigsCommand";
|
|
42
45
|
import { DescribeReplicationInstancesCommandInput, DescribeReplicationInstancesCommandOutput } from "./commands/DescribeReplicationInstancesCommand";
|
|
43
46
|
import { DescribeReplicationInstanceTaskLogsCommandInput, DescribeReplicationInstanceTaskLogsCommandOutput } from "./commands/DescribeReplicationInstanceTaskLogsCommand";
|
|
47
|
+
import { DescribeReplicationsCommandInput, DescribeReplicationsCommandOutput } from "./commands/DescribeReplicationsCommand";
|
|
44
48
|
import { DescribeReplicationSubnetGroupsCommandInput, DescribeReplicationSubnetGroupsCommandOutput } from "./commands/DescribeReplicationSubnetGroupsCommand";
|
|
49
|
+
import { DescribeReplicationTableStatisticsCommandInput, DescribeReplicationTableStatisticsCommandOutput } from "./commands/DescribeReplicationTableStatisticsCommand";
|
|
45
50
|
import { DescribeReplicationTaskAssessmentResultsCommandInput, DescribeReplicationTaskAssessmentResultsCommandOutput } from "./commands/DescribeReplicationTaskAssessmentResultsCommand";
|
|
46
51
|
import { DescribeReplicationTaskAssessmentRunsCommandInput, DescribeReplicationTaskAssessmentRunsCommandOutput } from "./commands/DescribeReplicationTaskAssessmentRunsCommand";
|
|
47
52
|
import { DescribeReplicationTaskIndividualAssessmentsCommandInput, DescribeReplicationTaskIndividualAssessmentsCommandOutput } from "./commands/DescribeReplicationTaskIndividualAssessmentsCommand";
|
|
@@ -52,19 +57,23 @@ import { ImportCertificateCommandInput, ImportCertificateCommandOutput } from ".
|
|
|
52
57
|
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
53
58
|
import { ModifyEndpointCommandInput, ModifyEndpointCommandOutput } from "./commands/ModifyEndpointCommand";
|
|
54
59
|
import { ModifyEventSubscriptionCommandInput, ModifyEventSubscriptionCommandOutput } from "./commands/ModifyEventSubscriptionCommand";
|
|
60
|
+
import { ModifyReplicationConfigCommandInput, ModifyReplicationConfigCommandOutput } from "./commands/ModifyReplicationConfigCommand";
|
|
55
61
|
import { ModifyReplicationInstanceCommandInput, ModifyReplicationInstanceCommandOutput } from "./commands/ModifyReplicationInstanceCommand";
|
|
56
62
|
import { ModifyReplicationSubnetGroupCommandInput, ModifyReplicationSubnetGroupCommandOutput } from "./commands/ModifyReplicationSubnetGroupCommand";
|
|
57
63
|
import { ModifyReplicationTaskCommandInput, ModifyReplicationTaskCommandOutput } from "./commands/ModifyReplicationTaskCommand";
|
|
58
64
|
import { MoveReplicationTaskCommandInput, MoveReplicationTaskCommandOutput } from "./commands/MoveReplicationTaskCommand";
|
|
59
65
|
import { RebootReplicationInstanceCommandInput, RebootReplicationInstanceCommandOutput } from "./commands/RebootReplicationInstanceCommand";
|
|
60
66
|
import { RefreshSchemasCommandInput, RefreshSchemasCommandOutput } from "./commands/RefreshSchemasCommand";
|
|
67
|
+
import { ReloadReplicationTablesCommandInput, ReloadReplicationTablesCommandOutput } from "./commands/ReloadReplicationTablesCommand";
|
|
61
68
|
import { ReloadTablesCommandInput, ReloadTablesCommandOutput } from "./commands/ReloadTablesCommand";
|
|
62
69
|
import { RemoveTagsFromResourceCommandInput, RemoveTagsFromResourceCommandOutput } from "./commands/RemoveTagsFromResourceCommand";
|
|
63
70
|
import { RunFleetAdvisorLsaAnalysisCommandInput, RunFleetAdvisorLsaAnalysisCommandOutput } from "./commands/RunFleetAdvisorLsaAnalysisCommand";
|
|
64
71
|
import { StartRecommendationsCommandInput, StartRecommendationsCommandOutput } from "./commands/StartRecommendationsCommand";
|
|
72
|
+
import { StartReplicationCommandInput, StartReplicationCommandOutput } from "./commands/StartReplicationCommand";
|
|
65
73
|
import { StartReplicationTaskAssessmentCommandInput, StartReplicationTaskAssessmentCommandOutput } from "./commands/StartReplicationTaskAssessmentCommand";
|
|
66
74
|
import { StartReplicationTaskAssessmentRunCommandInput, StartReplicationTaskAssessmentRunCommandOutput } from "./commands/StartReplicationTaskAssessmentRunCommand";
|
|
67
75
|
import { StartReplicationTaskCommandInput, StartReplicationTaskCommandOutput } from "./commands/StartReplicationTaskCommand";
|
|
76
|
+
import { StopReplicationCommandInput, StopReplicationCommandOutput } from "./commands/StopReplicationCommand";
|
|
68
77
|
import { StopReplicationTaskCommandInput, StopReplicationTaskCommandOutput } from "./commands/StopReplicationTaskCommand";
|
|
69
78
|
import { TestConnectionCommandInput, TestConnectionCommandOutput } from "./commands/TestConnectionCommand";
|
|
70
79
|
import { UpdateSubscriptionsToEventBridgeCommandInput, UpdateSubscriptionsToEventBridgeCommandOutput } from "./commands/UpdateSubscriptionsToEventBridgeCommand";
|
|
@@ -112,6 +121,12 @@ export interface DatabaseMigrationService {
|
|
|
112
121
|
createFleetAdvisorCollector(args: CreateFleetAdvisorCollectorCommandInput, options?: __HttpHandlerOptions): Promise<CreateFleetAdvisorCollectorCommandOutput>;
|
|
113
122
|
createFleetAdvisorCollector(args: CreateFleetAdvisorCollectorCommandInput, cb: (err: any, data?: CreateFleetAdvisorCollectorCommandOutput) => void): void;
|
|
114
123
|
createFleetAdvisorCollector(args: CreateFleetAdvisorCollectorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateFleetAdvisorCollectorCommandOutput) => void): void;
|
|
124
|
+
/**
|
|
125
|
+
* @see {@link CreateReplicationConfigCommand}
|
|
126
|
+
*/
|
|
127
|
+
createReplicationConfig(args: CreateReplicationConfigCommandInput, options?: __HttpHandlerOptions): Promise<CreateReplicationConfigCommandOutput>;
|
|
128
|
+
createReplicationConfig(args: CreateReplicationConfigCommandInput, cb: (err: any, data?: CreateReplicationConfigCommandOutput) => void): void;
|
|
129
|
+
createReplicationConfig(args: CreateReplicationConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateReplicationConfigCommandOutput) => void): void;
|
|
115
130
|
/**
|
|
116
131
|
* @see {@link CreateReplicationInstanceCommand}
|
|
117
132
|
*/
|
|
@@ -166,6 +181,12 @@ export interface DatabaseMigrationService {
|
|
|
166
181
|
deleteFleetAdvisorDatabases(args: DeleteFleetAdvisorDatabasesCommandInput, options?: __HttpHandlerOptions): Promise<DeleteFleetAdvisorDatabasesCommandOutput>;
|
|
167
182
|
deleteFleetAdvisorDatabases(args: DeleteFleetAdvisorDatabasesCommandInput, cb: (err: any, data?: DeleteFleetAdvisorDatabasesCommandOutput) => void): void;
|
|
168
183
|
deleteFleetAdvisorDatabases(args: DeleteFleetAdvisorDatabasesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteFleetAdvisorDatabasesCommandOutput) => void): void;
|
|
184
|
+
/**
|
|
185
|
+
* @see {@link DeleteReplicationConfigCommand}
|
|
186
|
+
*/
|
|
187
|
+
deleteReplicationConfig(args: DeleteReplicationConfigCommandInput, options?: __HttpHandlerOptions): Promise<DeleteReplicationConfigCommandOutput>;
|
|
188
|
+
deleteReplicationConfig(args: DeleteReplicationConfigCommandInput, cb: (err: any, data?: DeleteReplicationConfigCommandOutput) => void): void;
|
|
189
|
+
deleteReplicationConfig(args: DeleteReplicationConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteReplicationConfigCommandOutput) => void): void;
|
|
169
190
|
/**
|
|
170
191
|
* @see {@link DeleteReplicationInstanceCommand}
|
|
171
192
|
*/
|
|
@@ -310,6 +331,12 @@ export interface DatabaseMigrationService {
|
|
|
310
331
|
describeRefreshSchemasStatus(args: DescribeRefreshSchemasStatusCommandInput, options?: __HttpHandlerOptions): Promise<DescribeRefreshSchemasStatusCommandOutput>;
|
|
311
332
|
describeRefreshSchemasStatus(args: DescribeRefreshSchemasStatusCommandInput, cb: (err: any, data?: DescribeRefreshSchemasStatusCommandOutput) => void): void;
|
|
312
333
|
describeRefreshSchemasStatus(args: DescribeRefreshSchemasStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeRefreshSchemasStatusCommandOutput) => void): void;
|
|
334
|
+
/**
|
|
335
|
+
* @see {@link DescribeReplicationConfigsCommand}
|
|
336
|
+
*/
|
|
337
|
+
describeReplicationConfigs(args: DescribeReplicationConfigsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeReplicationConfigsCommandOutput>;
|
|
338
|
+
describeReplicationConfigs(args: DescribeReplicationConfigsCommandInput, cb: (err: any, data?: DescribeReplicationConfigsCommandOutput) => void): void;
|
|
339
|
+
describeReplicationConfigs(args: DescribeReplicationConfigsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeReplicationConfigsCommandOutput) => void): void;
|
|
313
340
|
/**
|
|
314
341
|
* @see {@link DescribeReplicationInstancesCommand}
|
|
315
342
|
*/
|
|
@@ -322,12 +349,24 @@ export interface DatabaseMigrationService {
|
|
|
322
349
|
describeReplicationInstanceTaskLogs(args: DescribeReplicationInstanceTaskLogsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeReplicationInstanceTaskLogsCommandOutput>;
|
|
323
350
|
describeReplicationInstanceTaskLogs(args: DescribeReplicationInstanceTaskLogsCommandInput, cb: (err: any, data?: DescribeReplicationInstanceTaskLogsCommandOutput) => void): void;
|
|
324
351
|
describeReplicationInstanceTaskLogs(args: DescribeReplicationInstanceTaskLogsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeReplicationInstanceTaskLogsCommandOutput) => void): void;
|
|
352
|
+
/**
|
|
353
|
+
* @see {@link DescribeReplicationsCommand}
|
|
354
|
+
*/
|
|
355
|
+
describeReplications(args: DescribeReplicationsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeReplicationsCommandOutput>;
|
|
356
|
+
describeReplications(args: DescribeReplicationsCommandInput, cb: (err: any, data?: DescribeReplicationsCommandOutput) => void): void;
|
|
357
|
+
describeReplications(args: DescribeReplicationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeReplicationsCommandOutput) => void): void;
|
|
325
358
|
/**
|
|
326
359
|
* @see {@link DescribeReplicationSubnetGroupsCommand}
|
|
327
360
|
*/
|
|
328
361
|
describeReplicationSubnetGroups(args: DescribeReplicationSubnetGroupsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeReplicationSubnetGroupsCommandOutput>;
|
|
329
362
|
describeReplicationSubnetGroups(args: DescribeReplicationSubnetGroupsCommandInput, cb: (err: any, data?: DescribeReplicationSubnetGroupsCommandOutput) => void): void;
|
|
330
363
|
describeReplicationSubnetGroups(args: DescribeReplicationSubnetGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeReplicationSubnetGroupsCommandOutput) => void): void;
|
|
364
|
+
/**
|
|
365
|
+
* @see {@link DescribeReplicationTableStatisticsCommand}
|
|
366
|
+
*/
|
|
367
|
+
describeReplicationTableStatistics(args: DescribeReplicationTableStatisticsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeReplicationTableStatisticsCommandOutput>;
|
|
368
|
+
describeReplicationTableStatistics(args: DescribeReplicationTableStatisticsCommandInput, cb: (err: any, data?: DescribeReplicationTableStatisticsCommandOutput) => void): void;
|
|
369
|
+
describeReplicationTableStatistics(args: DescribeReplicationTableStatisticsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeReplicationTableStatisticsCommandOutput) => void): void;
|
|
331
370
|
/**
|
|
332
371
|
* @see {@link DescribeReplicationTaskAssessmentResultsCommand}
|
|
333
372
|
*/
|
|
@@ -388,6 +427,12 @@ export interface DatabaseMigrationService {
|
|
|
388
427
|
modifyEventSubscription(args: ModifyEventSubscriptionCommandInput, options?: __HttpHandlerOptions): Promise<ModifyEventSubscriptionCommandOutput>;
|
|
389
428
|
modifyEventSubscription(args: ModifyEventSubscriptionCommandInput, cb: (err: any, data?: ModifyEventSubscriptionCommandOutput) => void): void;
|
|
390
429
|
modifyEventSubscription(args: ModifyEventSubscriptionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyEventSubscriptionCommandOutput) => void): void;
|
|
430
|
+
/**
|
|
431
|
+
* @see {@link ModifyReplicationConfigCommand}
|
|
432
|
+
*/
|
|
433
|
+
modifyReplicationConfig(args: ModifyReplicationConfigCommandInput, options?: __HttpHandlerOptions): Promise<ModifyReplicationConfigCommandOutput>;
|
|
434
|
+
modifyReplicationConfig(args: ModifyReplicationConfigCommandInput, cb: (err: any, data?: ModifyReplicationConfigCommandOutput) => void): void;
|
|
435
|
+
modifyReplicationConfig(args: ModifyReplicationConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyReplicationConfigCommandOutput) => void): void;
|
|
391
436
|
/**
|
|
392
437
|
* @see {@link ModifyReplicationInstanceCommand}
|
|
393
438
|
*/
|
|
@@ -424,6 +469,12 @@ export interface DatabaseMigrationService {
|
|
|
424
469
|
refreshSchemas(args: RefreshSchemasCommandInput, options?: __HttpHandlerOptions): Promise<RefreshSchemasCommandOutput>;
|
|
425
470
|
refreshSchemas(args: RefreshSchemasCommandInput, cb: (err: any, data?: RefreshSchemasCommandOutput) => void): void;
|
|
426
471
|
refreshSchemas(args: RefreshSchemasCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RefreshSchemasCommandOutput) => void): void;
|
|
472
|
+
/**
|
|
473
|
+
* @see {@link ReloadReplicationTablesCommand}
|
|
474
|
+
*/
|
|
475
|
+
reloadReplicationTables(args: ReloadReplicationTablesCommandInput, options?: __HttpHandlerOptions): Promise<ReloadReplicationTablesCommandOutput>;
|
|
476
|
+
reloadReplicationTables(args: ReloadReplicationTablesCommandInput, cb: (err: any, data?: ReloadReplicationTablesCommandOutput) => void): void;
|
|
477
|
+
reloadReplicationTables(args: ReloadReplicationTablesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ReloadReplicationTablesCommandOutput) => void): void;
|
|
427
478
|
/**
|
|
428
479
|
* @see {@link ReloadTablesCommand}
|
|
429
480
|
*/
|
|
@@ -448,6 +499,12 @@ export interface DatabaseMigrationService {
|
|
|
448
499
|
startRecommendations(args: StartRecommendationsCommandInput, options?: __HttpHandlerOptions): Promise<StartRecommendationsCommandOutput>;
|
|
449
500
|
startRecommendations(args: StartRecommendationsCommandInput, cb: (err: any, data?: StartRecommendationsCommandOutput) => void): void;
|
|
450
501
|
startRecommendations(args: StartRecommendationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartRecommendationsCommandOutput) => void): void;
|
|
502
|
+
/**
|
|
503
|
+
* @see {@link StartReplicationCommand}
|
|
504
|
+
*/
|
|
505
|
+
startReplication(args: StartReplicationCommandInput, options?: __HttpHandlerOptions): Promise<StartReplicationCommandOutput>;
|
|
506
|
+
startReplication(args: StartReplicationCommandInput, cb: (err: any, data?: StartReplicationCommandOutput) => void): void;
|
|
507
|
+
startReplication(args: StartReplicationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartReplicationCommandOutput) => void): void;
|
|
451
508
|
/**
|
|
452
509
|
* @see {@link StartReplicationTaskCommand}
|
|
453
510
|
*/
|
|
@@ -466,6 +523,12 @@ export interface DatabaseMigrationService {
|
|
|
466
523
|
startReplicationTaskAssessmentRun(args: StartReplicationTaskAssessmentRunCommandInput, options?: __HttpHandlerOptions): Promise<StartReplicationTaskAssessmentRunCommandOutput>;
|
|
467
524
|
startReplicationTaskAssessmentRun(args: StartReplicationTaskAssessmentRunCommandInput, cb: (err: any, data?: StartReplicationTaskAssessmentRunCommandOutput) => void): void;
|
|
468
525
|
startReplicationTaskAssessmentRun(args: StartReplicationTaskAssessmentRunCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartReplicationTaskAssessmentRunCommandOutput) => void): void;
|
|
526
|
+
/**
|
|
527
|
+
* @see {@link StopReplicationCommand}
|
|
528
|
+
*/
|
|
529
|
+
stopReplication(args: StopReplicationCommandInput, options?: __HttpHandlerOptions): Promise<StopReplicationCommandOutput>;
|
|
530
|
+
stopReplication(args: StopReplicationCommandInput, cb: (err: any, data?: StopReplicationCommandOutput) => void): void;
|
|
531
|
+
stopReplication(args: StopReplicationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopReplicationCommandOutput) => void): void;
|
|
469
532
|
/**
|
|
470
533
|
* @see {@link StopReplicationTaskCommand}
|
|
471
534
|
*/
|
|
@@ -15,6 +15,7 @@ import { CancelReplicationTaskAssessmentRunCommandInput, CancelReplicationTaskAs
|
|
|
15
15
|
import { CreateEndpointCommandInput, CreateEndpointCommandOutput } from "./commands/CreateEndpointCommand";
|
|
16
16
|
import { CreateEventSubscriptionCommandInput, CreateEventSubscriptionCommandOutput } from "./commands/CreateEventSubscriptionCommand";
|
|
17
17
|
import { CreateFleetAdvisorCollectorCommandInput, CreateFleetAdvisorCollectorCommandOutput } from "./commands/CreateFleetAdvisorCollectorCommand";
|
|
18
|
+
import { CreateReplicationConfigCommandInput, CreateReplicationConfigCommandOutput } from "./commands/CreateReplicationConfigCommand";
|
|
18
19
|
import { CreateReplicationInstanceCommandInput, CreateReplicationInstanceCommandOutput } from "./commands/CreateReplicationInstanceCommand";
|
|
19
20
|
import { CreateReplicationSubnetGroupCommandInput, CreateReplicationSubnetGroupCommandOutput } from "./commands/CreateReplicationSubnetGroupCommand";
|
|
20
21
|
import { CreateReplicationTaskCommandInput, CreateReplicationTaskCommandOutput } from "./commands/CreateReplicationTaskCommand";
|
|
@@ -24,6 +25,7 @@ import { DeleteEndpointCommandInput, DeleteEndpointCommandOutput } from "./comma
|
|
|
24
25
|
import { DeleteEventSubscriptionCommandInput, DeleteEventSubscriptionCommandOutput } from "./commands/DeleteEventSubscriptionCommand";
|
|
25
26
|
import { DeleteFleetAdvisorCollectorCommandInput, DeleteFleetAdvisorCollectorCommandOutput } from "./commands/DeleteFleetAdvisorCollectorCommand";
|
|
26
27
|
import { DeleteFleetAdvisorDatabasesCommandInput, DeleteFleetAdvisorDatabasesCommandOutput } from "./commands/DeleteFleetAdvisorDatabasesCommand";
|
|
28
|
+
import { DeleteReplicationConfigCommandInput, DeleteReplicationConfigCommandOutput } from "./commands/DeleteReplicationConfigCommand";
|
|
27
29
|
import { DeleteReplicationInstanceCommandInput, DeleteReplicationInstanceCommandOutput } from "./commands/DeleteReplicationInstanceCommand";
|
|
28
30
|
import { DeleteReplicationSubnetGroupCommandInput, DeleteReplicationSubnetGroupCommandOutput } from "./commands/DeleteReplicationSubnetGroupCommand";
|
|
29
31
|
import { DeleteReplicationTaskAssessmentRunCommandInput, DeleteReplicationTaskAssessmentRunCommandOutput } from "./commands/DeleteReplicationTaskAssessmentRunCommand";
|
|
@@ -48,9 +50,12 @@ import { DescribePendingMaintenanceActionsCommandInput, DescribePendingMaintenan
|
|
|
48
50
|
import { DescribeRecommendationLimitationsCommandInput, DescribeRecommendationLimitationsCommandOutput } from "./commands/DescribeRecommendationLimitationsCommand";
|
|
49
51
|
import { DescribeRecommendationsCommandInput, DescribeRecommendationsCommandOutput } from "./commands/DescribeRecommendationsCommand";
|
|
50
52
|
import { DescribeRefreshSchemasStatusCommandInput, DescribeRefreshSchemasStatusCommandOutput } from "./commands/DescribeRefreshSchemasStatusCommand";
|
|
53
|
+
import { DescribeReplicationConfigsCommandInput, DescribeReplicationConfigsCommandOutput } from "./commands/DescribeReplicationConfigsCommand";
|
|
51
54
|
import { DescribeReplicationInstancesCommandInput, DescribeReplicationInstancesCommandOutput } from "./commands/DescribeReplicationInstancesCommand";
|
|
52
55
|
import { DescribeReplicationInstanceTaskLogsCommandInput, DescribeReplicationInstanceTaskLogsCommandOutput } from "./commands/DescribeReplicationInstanceTaskLogsCommand";
|
|
56
|
+
import { DescribeReplicationsCommandInput, DescribeReplicationsCommandOutput } from "./commands/DescribeReplicationsCommand";
|
|
53
57
|
import { DescribeReplicationSubnetGroupsCommandInput, DescribeReplicationSubnetGroupsCommandOutput } from "./commands/DescribeReplicationSubnetGroupsCommand";
|
|
58
|
+
import { DescribeReplicationTableStatisticsCommandInput, DescribeReplicationTableStatisticsCommandOutput } from "./commands/DescribeReplicationTableStatisticsCommand";
|
|
54
59
|
import { DescribeReplicationTaskAssessmentResultsCommandInput, DescribeReplicationTaskAssessmentResultsCommandOutput } from "./commands/DescribeReplicationTaskAssessmentResultsCommand";
|
|
55
60
|
import { DescribeReplicationTaskAssessmentRunsCommandInput, DescribeReplicationTaskAssessmentRunsCommandOutput } from "./commands/DescribeReplicationTaskAssessmentRunsCommand";
|
|
56
61
|
import { DescribeReplicationTaskIndividualAssessmentsCommandInput, DescribeReplicationTaskIndividualAssessmentsCommandOutput } from "./commands/DescribeReplicationTaskIndividualAssessmentsCommand";
|
|
@@ -61,19 +66,23 @@ import { ImportCertificateCommandInput, ImportCertificateCommandOutput } from ".
|
|
|
61
66
|
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
62
67
|
import { ModifyEndpointCommandInput, ModifyEndpointCommandOutput } from "./commands/ModifyEndpointCommand";
|
|
63
68
|
import { ModifyEventSubscriptionCommandInput, ModifyEventSubscriptionCommandOutput } from "./commands/ModifyEventSubscriptionCommand";
|
|
69
|
+
import { ModifyReplicationConfigCommandInput, ModifyReplicationConfigCommandOutput } from "./commands/ModifyReplicationConfigCommand";
|
|
64
70
|
import { ModifyReplicationInstanceCommandInput, ModifyReplicationInstanceCommandOutput } from "./commands/ModifyReplicationInstanceCommand";
|
|
65
71
|
import { ModifyReplicationSubnetGroupCommandInput, ModifyReplicationSubnetGroupCommandOutput } from "./commands/ModifyReplicationSubnetGroupCommand";
|
|
66
72
|
import { ModifyReplicationTaskCommandInput, ModifyReplicationTaskCommandOutput } from "./commands/ModifyReplicationTaskCommand";
|
|
67
73
|
import { MoveReplicationTaskCommandInput, MoveReplicationTaskCommandOutput } from "./commands/MoveReplicationTaskCommand";
|
|
68
74
|
import { RebootReplicationInstanceCommandInput, RebootReplicationInstanceCommandOutput } from "./commands/RebootReplicationInstanceCommand";
|
|
69
75
|
import { RefreshSchemasCommandInput, RefreshSchemasCommandOutput } from "./commands/RefreshSchemasCommand";
|
|
76
|
+
import { ReloadReplicationTablesCommandInput, ReloadReplicationTablesCommandOutput } from "./commands/ReloadReplicationTablesCommand";
|
|
70
77
|
import { ReloadTablesCommandInput, ReloadTablesCommandOutput } from "./commands/ReloadTablesCommand";
|
|
71
78
|
import { RemoveTagsFromResourceCommandInput, RemoveTagsFromResourceCommandOutput } from "./commands/RemoveTagsFromResourceCommand";
|
|
72
79
|
import { RunFleetAdvisorLsaAnalysisCommandInput, RunFleetAdvisorLsaAnalysisCommandOutput } from "./commands/RunFleetAdvisorLsaAnalysisCommand";
|
|
73
80
|
import { StartRecommendationsCommandInput, StartRecommendationsCommandOutput } from "./commands/StartRecommendationsCommand";
|
|
81
|
+
import { StartReplicationCommandInput, StartReplicationCommandOutput } from "./commands/StartReplicationCommand";
|
|
74
82
|
import { StartReplicationTaskAssessmentCommandInput, StartReplicationTaskAssessmentCommandOutput } from "./commands/StartReplicationTaskAssessmentCommand";
|
|
75
83
|
import { StartReplicationTaskAssessmentRunCommandInput, StartReplicationTaskAssessmentRunCommandOutput } from "./commands/StartReplicationTaskAssessmentRunCommand";
|
|
76
84
|
import { StartReplicationTaskCommandInput, StartReplicationTaskCommandOutput } from "./commands/StartReplicationTaskCommand";
|
|
85
|
+
import { StopReplicationCommandInput, StopReplicationCommandOutput } from "./commands/StopReplicationCommand";
|
|
77
86
|
import { StopReplicationTaskCommandInput, StopReplicationTaskCommandOutput } from "./commands/StopReplicationTaskCommand";
|
|
78
87
|
import { TestConnectionCommandInput, TestConnectionCommandOutput } from "./commands/TestConnectionCommand";
|
|
79
88
|
import { UpdateSubscriptionsToEventBridgeCommandInput, UpdateSubscriptionsToEventBridgeCommandOutput } from "./commands/UpdateSubscriptionsToEventBridgeCommand";
|
|
@@ -82,11 +91,11 @@ export { __Client };
|
|
|
82
91
|
/**
|
|
83
92
|
* @public
|
|
84
93
|
*/
|
|
85
|
-
export type ServiceInputTypes = AddTagsToResourceCommandInput | ApplyPendingMaintenanceActionCommandInput | BatchStartRecommendationsCommandInput | CancelReplicationTaskAssessmentRunCommandInput | CreateEndpointCommandInput | CreateEventSubscriptionCommandInput | CreateFleetAdvisorCollectorCommandInput | CreateReplicationInstanceCommandInput | CreateReplicationSubnetGroupCommandInput | CreateReplicationTaskCommandInput | DeleteCertificateCommandInput | DeleteConnectionCommandInput | DeleteEndpointCommandInput | DeleteEventSubscriptionCommandInput | DeleteFleetAdvisorCollectorCommandInput | DeleteFleetAdvisorDatabasesCommandInput | DeleteReplicationInstanceCommandInput | DeleteReplicationSubnetGroupCommandInput | DeleteReplicationTaskAssessmentRunCommandInput | DeleteReplicationTaskCommandInput | DescribeAccountAttributesCommandInput | DescribeApplicableIndividualAssessmentsCommandInput | DescribeCertificatesCommandInput | DescribeConnectionsCommandInput | DescribeEndpointSettingsCommandInput | DescribeEndpointTypesCommandInput | DescribeEndpointsCommandInput | DescribeEventCategoriesCommandInput | DescribeEventSubscriptionsCommandInput | DescribeEventsCommandInput | DescribeFleetAdvisorCollectorsCommandInput | DescribeFleetAdvisorDatabasesCommandInput | DescribeFleetAdvisorLsaAnalysisCommandInput | DescribeFleetAdvisorSchemaObjectSummaryCommandInput | DescribeFleetAdvisorSchemasCommandInput | DescribeOrderableReplicationInstancesCommandInput | DescribePendingMaintenanceActionsCommandInput | DescribeRecommendationLimitationsCommandInput | DescribeRecommendationsCommandInput | DescribeRefreshSchemasStatusCommandInput | DescribeReplicationInstanceTaskLogsCommandInput | DescribeReplicationInstancesCommandInput | DescribeReplicationSubnetGroupsCommandInput | DescribeReplicationTaskAssessmentResultsCommandInput | DescribeReplicationTaskAssessmentRunsCommandInput | DescribeReplicationTaskIndividualAssessmentsCommandInput | DescribeReplicationTasksCommandInput | DescribeSchemasCommandInput | DescribeTableStatisticsCommandInput | ImportCertificateCommandInput | ListTagsForResourceCommandInput | ModifyEndpointCommandInput | ModifyEventSubscriptionCommandInput | ModifyReplicationInstanceCommandInput | ModifyReplicationSubnetGroupCommandInput | ModifyReplicationTaskCommandInput | MoveReplicationTaskCommandInput | RebootReplicationInstanceCommandInput | RefreshSchemasCommandInput | ReloadTablesCommandInput | RemoveTagsFromResourceCommandInput | RunFleetAdvisorLsaAnalysisCommandInput | StartRecommendationsCommandInput | StartReplicationTaskAssessmentCommandInput | StartReplicationTaskAssessmentRunCommandInput | StartReplicationTaskCommandInput | StopReplicationTaskCommandInput | TestConnectionCommandInput | UpdateSubscriptionsToEventBridgeCommandInput;
|
|
94
|
+
export type ServiceInputTypes = AddTagsToResourceCommandInput | ApplyPendingMaintenanceActionCommandInput | BatchStartRecommendationsCommandInput | CancelReplicationTaskAssessmentRunCommandInput | CreateEndpointCommandInput | CreateEventSubscriptionCommandInput | CreateFleetAdvisorCollectorCommandInput | CreateReplicationConfigCommandInput | CreateReplicationInstanceCommandInput | CreateReplicationSubnetGroupCommandInput | CreateReplicationTaskCommandInput | DeleteCertificateCommandInput | DeleteConnectionCommandInput | DeleteEndpointCommandInput | DeleteEventSubscriptionCommandInput | DeleteFleetAdvisorCollectorCommandInput | DeleteFleetAdvisorDatabasesCommandInput | DeleteReplicationConfigCommandInput | DeleteReplicationInstanceCommandInput | DeleteReplicationSubnetGroupCommandInput | DeleteReplicationTaskAssessmentRunCommandInput | DeleteReplicationTaskCommandInput | DescribeAccountAttributesCommandInput | DescribeApplicableIndividualAssessmentsCommandInput | DescribeCertificatesCommandInput | DescribeConnectionsCommandInput | DescribeEndpointSettingsCommandInput | DescribeEndpointTypesCommandInput | DescribeEndpointsCommandInput | DescribeEventCategoriesCommandInput | DescribeEventSubscriptionsCommandInput | DescribeEventsCommandInput | DescribeFleetAdvisorCollectorsCommandInput | DescribeFleetAdvisorDatabasesCommandInput | DescribeFleetAdvisorLsaAnalysisCommandInput | DescribeFleetAdvisorSchemaObjectSummaryCommandInput | DescribeFleetAdvisorSchemasCommandInput | DescribeOrderableReplicationInstancesCommandInput | DescribePendingMaintenanceActionsCommandInput | DescribeRecommendationLimitationsCommandInput | DescribeRecommendationsCommandInput | DescribeRefreshSchemasStatusCommandInput | DescribeReplicationConfigsCommandInput | DescribeReplicationInstanceTaskLogsCommandInput | DescribeReplicationInstancesCommandInput | DescribeReplicationSubnetGroupsCommandInput | DescribeReplicationTableStatisticsCommandInput | DescribeReplicationTaskAssessmentResultsCommandInput | DescribeReplicationTaskAssessmentRunsCommandInput | DescribeReplicationTaskIndividualAssessmentsCommandInput | DescribeReplicationTasksCommandInput | DescribeReplicationsCommandInput | DescribeSchemasCommandInput | DescribeTableStatisticsCommandInput | ImportCertificateCommandInput | ListTagsForResourceCommandInput | ModifyEndpointCommandInput | ModifyEventSubscriptionCommandInput | ModifyReplicationConfigCommandInput | ModifyReplicationInstanceCommandInput | ModifyReplicationSubnetGroupCommandInput | ModifyReplicationTaskCommandInput | MoveReplicationTaskCommandInput | RebootReplicationInstanceCommandInput | RefreshSchemasCommandInput | ReloadReplicationTablesCommandInput | ReloadTablesCommandInput | RemoveTagsFromResourceCommandInput | RunFleetAdvisorLsaAnalysisCommandInput | StartRecommendationsCommandInput | StartReplicationCommandInput | StartReplicationTaskAssessmentCommandInput | StartReplicationTaskAssessmentRunCommandInput | StartReplicationTaskCommandInput | StopReplicationCommandInput | StopReplicationTaskCommandInput | TestConnectionCommandInput | UpdateSubscriptionsToEventBridgeCommandInput;
|
|
86
95
|
/**
|
|
87
96
|
* @public
|
|
88
97
|
*/
|
|
89
|
-
export type ServiceOutputTypes = AddTagsToResourceCommandOutput | ApplyPendingMaintenanceActionCommandOutput | BatchStartRecommendationsCommandOutput | CancelReplicationTaskAssessmentRunCommandOutput | CreateEndpointCommandOutput | CreateEventSubscriptionCommandOutput | CreateFleetAdvisorCollectorCommandOutput | CreateReplicationInstanceCommandOutput | CreateReplicationSubnetGroupCommandOutput | CreateReplicationTaskCommandOutput | DeleteCertificateCommandOutput | DeleteConnectionCommandOutput | DeleteEndpointCommandOutput | DeleteEventSubscriptionCommandOutput | DeleteFleetAdvisorCollectorCommandOutput | DeleteFleetAdvisorDatabasesCommandOutput | DeleteReplicationInstanceCommandOutput | DeleteReplicationSubnetGroupCommandOutput | DeleteReplicationTaskAssessmentRunCommandOutput | DeleteReplicationTaskCommandOutput | DescribeAccountAttributesCommandOutput | DescribeApplicableIndividualAssessmentsCommandOutput | DescribeCertificatesCommandOutput | DescribeConnectionsCommandOutput | DescribeEndpointSettingsCommandOutput | DescribeEndpointTypesCommandOutput | DescribeEndpointsCommandOutput | DescribeEventCategoriesCommandOutput | DescribeEventSubscriptionsCommandOutput | DescribeEventsCommandOutput | DescribeFleetAdvisorCollectorsCommandOutput | DescribeFleetAdvisorDatabasesCommandOutput | DescribeFleetAdvisorLsaAnalysisCommandOutput | DescribeFleetAdvisorSchemaObjectSummaryCommandOutput | DescribeFleetAdvisorSchemasCommandOutput | DescribeOrderableReplicationInstancesCommandOutput | DescribePendingMaintenanceActionsCommandOutput | DescribeRecommendationLimitationsCommandOutput | DescribeRecommendationsCommandOutput | DescribeRefreshSchemasStatusCommandOutput | DescribeReplicationInstanceTaskLogsCommandOutput | DescribeReplicationInstancesCommandOutput | DescribeReplicationSubnetGroupsCommandOutput | DescribeReplicationTaskAssessmentResultsCommandOutput | DescribeReplicationTaskAssessmentRunsCommandOutput | DescribeReplicationTaskIndividualAssessmentsCommandOutput | DescribeReplicationTasksCommandOutput | DescribeSchemasCommandOutput | DescribeTableStatisticsCommandOutput | ImportCertificateCommandOutput | ListTagsForResourceCommandOutput | ModifyEndpointCommandOutput | ModifyEventSubscriptionCommandOutput | ModifyReplicationInstanceCommandOutput | ModifyReplicationSubnetGroupCommandOutput | ModifyReplicationTaskCommandOutput | MoveReplicationTaskCommandOutput | RebootReplicationInstanceCommandOutput | RefreshSchemasCommandOutput | ReloadTablesCommandOutput | RemoveTagsFromResourceCommandOutput | RunFleetAdvisorLsaAnalysisCommandOutput | StartRecommendationsCommandOutput | StartReplicationTaskAssessmentCommandOutput | StartReplicationTaskAssessmentRunCommandOutput | StartReplicationTaskCommandOutput | StopReplicationTaskCommandOutput | TestConnectionCommandOutput | UpdateSubscriptionsToEventBridgeCommandOutput;
|
|
98
|
+
export type ServiceOutputTypes = AddTagsToResourceCommandOutput | ApplyPendingMaintenanceActionCommandOutput | BatchStartRecommendationsCommandOutput | CancelReplicationTaskAssessmentRunCommandOutput | CreateEndpointCommandOutput | CreateEventSubscriptionCommandOutput | CreateFleetAdvisorCollectorCommandOutput | CreateReplicationConfigCommandOutput | CreateReplicationInstanceCommandOutput | CreateReplicationSubnetGroupCommandOutput | CreateReplicationTaskCommandOutput | DeleteCertificateCommandOutput | DeleteConnectionCommandOutput | DeleteEndpointCommandOutput | DeleteEventSubscriptionCommandOutput | DeleteFleetAdvisorCollectorCommandOutput | DeleteFleetAdvisorDatabasesCommandOutput | DeleteReplicationConfigCommandOutput | DeleteReplicationInstanceCommandOutput | DeleteReplicationSubnetGroupCommandOutput | DeleteReplicationTaskAssessmentRunCommandOutput | DeleteReplicationTaskCommandOutput | DescribeAccountAttributesCommandOutput | DescribeApplicableIndividualAssessmentsCommandOutput | DescribeCertificatesCommandOutput | DescribeConnectionsCommandOutput | DescribeEndpointSettingsCommandOutput | DescribeEndpointTypesCommandOutput | DescribeEndpointsCommandOutput | DescribeEventCategoriesCommandOutput | DescribeEventSubscriptionsCommandOutput | DescribeEventsCommandOutput | DescribeFleetAdvisorCollectorsCommandOutput | DescribeFleetAdvisorDatabasesCommandOutput | DescribeFleetAdvisorLsaAnalysisCommandOutput | DescribeFleetAdvisorSchemaObjectSummaryCommandOutput | DescribeFleetAdvisorSchemasCommandOutput | DescribeOrderableReplicationInstancesCommandOutput | DescribePendingMaintenanceActionsCommandOutput | DescribeRecommendationLimitationsCommandOutput | DescribeRecommendationsCommandOutput | DescribeRefreshSchemasStatusCommandOutput | DescribeReplicationConfigsCommandOutput | DescribeReplicationInstanceTaskLogsCommandOutput | DescribeReplicationInstancesCommandOutput | DescribeReplicationSubnetGroupsCommandOutput | DescribeReplicationTableStatisticsCommandOutput | DescribeReplicationTaskAssessmentResultsCommandOutput | DescribeReplicationTaskAssessmentRunsCommandOutput | DescribeReplicationTaskIndividualAssessmentsCommandOutput | DescribeReplicationTasksCommandOutput | DescribeReplicationsCommandOutput | DescribeSchemasCommandOutput | DescribeTableStatisticsCommandOutput | ImportCertificateCommandOutput | ListTagsForResourceCommandOutput | ModifyEndpointCommandOutput | ModifyEventSubscriptionCommandOutput | ModifyReplicationConfigCommandOutput | ModifyReplicationInstanceCommandOutput | ModifyReplicationSubnetGroupCommandOutput | ModifyReplicationTaskCommandOutput | MoveReplicationTaskCommandOutput | RebootReplicationInstanceCommandOutput | RefreshSchemasCommandOutput | ReloadReplicationTablesCommandOutput | ReloadTablesCommandOutput | RemoveTagsFromResourceCommandOutput | RunFleetAdvisorLsaAnalysisCommandOutput | StartRecommendationsCommandOutput | StartReplicationCommandOutput | StartReplicationTaskAssessmentCommandOutput | StartReplicationTaskAssessmentRunCommandOutput | StartReplicationTaskCommandOutput | StopReplicationCommandOutput | StopReplicationTaskCommandOutput | TestConnectionCommandOutput | UpdateSubscriptionsToEventBridgeCommandOutput;
|
|
90
99
|
/**
|
|
91
100
|
* @public
|
|
92
101
|
*/
|
|
@@ -124,6 +124,8 @@ export interface CreateEndpointCommandOutput extends CreateEndpointResponse, __M
|
|
|
124
124
|
* KmsKeyId: "STRING_VALUE",
|
|
125
125
|
* SecretsManagerAccessRoleArn: "STRING_VALUE",
|
|
126
126
|
* SecretsManagerSecretId: "STRING_VALUE",
|
|
127
|
+
* UseUpdateLookUp: true || false,
|
|
128
|
+
* ReplicateShardCollections: true || false,
|
|
127
129
|
* },
|
|
128
130
|
* KinesisSettings: { // KinesisSettings
|
|
129
131
|
* StreamArn: "STRING_VALUE",
|
|
@@ -157,6 +159,7 @@ export interface CreateEndpointCommandOutput extends CreateEndpointResponse, __M
|
|
|
157
159
|
* SaslPassword: "STRING_VALUE",
|
|
158
160
|
* NoHexPrefix: true || false,
|
|
159
161
|
* SaslMechanism: "scram-sha-512" || "plain",
|
|
162
|
+
* SslEndpointIdentificationAlgorithm: "none" || "https",
|
|
160
163
|
* },
|
|
161
164
|
* ElasticsearchSettings: { // ElasticsearchSettings
|
|
162
165
|
* ServiceAccessRoleArn: "STRING_VALUE", // required
|
|
@@ -228,6 +231,8 @@ export interface CreateEndpointCommandOutput extends CreateEndpointResponse, __M
|
|
|
228
231
|
* SecretsManagerSecretId: "STRING_VALUE",
|
|
229
232
|
* TrimSpaceInChar: true || false,
|
|
230
233
|
* MapBooleanAsBoolean: true || false,
|
|
234
|
+
* MapJsonbAsClob: true || false,
|
|
235
|
+
* MapLongVarcharAs: "wstring" || "clob" || "nclob",
|
|
231
236
|
* },
|
|
232
237
|
* MySQLSettings: { // MySQLSettings
|
|
233
238
|
* AfterConnectScript: "STRING_VALUE",
|
|
@@ -290,6 +295,7 @@ export interface CreateEndpointCommandOutput extends CreateEndpointResponse, __M
|
|
|
290
295
|
* SecretsManagerOracleAsmSecretId: "STRING_VALUE",
|
|
291
296
|
* TrimSpaceInChar: true || false,
|
|
292
297
|
* ConvertTimestampWithZoneToUTC: true || false,
|
|
298
|
+
* OpenTransactionWindow: Number("int"),
|
|
293
299
|
* },
|
|
294
300
|
* SybaseSettings: { // SybaseSettings
|
|
295
301
|
* DatabaseName: "STRING_VALUE",
|
|
@@ -344,6 +350,8 @@ export interface CreateEndpointCommandOutput extends CreateEndpointResponse, __M
|
|
|
344
350
|
* KmsKeyId: "STRING_VALUE",
|
|
345
351
|
* SecretsManagerAccessRoleArn: "STRING_VALUE",
|
|
346
352
|
* SecretsManagerSecretId: "STRING_VALUE",
|
|
353
|
+
* UseUpdateLookUp: true || false,
|
|
354
|
+
* ReplicateShardCollections: true || false,
|
|
347
355
|
* },
|
|
348
356
|
* RedisSettings: { // RedisSettings
|
|
349
357
|
* ServerName: "STRING_VALUE", // required
|
|
@@ -370,6 +378,13 @@ export interface CreateEndpointCommandOutput extends CreateEndpointResponse, __M
|
|
|
370
378
|
* SecretsManagerAccessRoleArn: "STRING_VALUE",
|
|
371
379
|
* SecretsManagerSecretId: "STRING_VALUE",
|
|
372
380
|
* },
|
|
381
|
+
* TimestreamSettings: { // TimestreamSettings
|
|
382
|
+
* DatabaseName: "STRING_VALUE", // required
|
|
383
|
+
* MemoryDuration: Number("int"), // required
|
|
384
|
+
* MagneticDuration: Number("int"), // required
|
|
385
|
+
* CdcInsertsAndUpdates: true || false,
|
|
386
|
+
* EnableMagneticStoreWrites: true || false,
|
|
387
|
+
* },
|
|
373
388
|
* };
|
|
374
389
|
* const command = new CreateEndpointCommand(input);
|
|
375
390
|
* const response = await client.send(command);
|
|
@@ -457,6 +472,8 @@ export interface CreateEndpointCommandOutput extends CreateEndpointResponse, __M
|
|
|
457
472
|
* // KmsKeyId: "STRING_VALUE",
|
|
458
473
|
* // SecretsManagerAccessRoleArn: "STRING_VALUE",
|
|
459
474
|
* // SecretsManagerSecretId: "STRING_VALUE",
|
|
475
|
+
* // UseUpdateLookUp: true || false,
|
|
476
|
+
* // ReplicateShardCollections: true || false,
|
|
460
477
|
* // },
|
|
461
478
|
* // KinesisSettings: { // KinesisSettings
|
|
462
479
|
* // StreamArn: "STRING_VALUE",
|
|
@@ -490,6 +507,7 @@ export interface CreateEndpointCommandOutput extends CreateEndpointResponse, __M
|
|
|
490
507
|
* // SaslPassword: "STRING_VALUE",
|
|
491
508
|
* // NoHexPrefix: true || false,
|
|
492
509
|
* // SaslMechanism: "scram-sha-512" || "plain",
|
|
510
|
+
* // SslEndpointIdentificationAlgorithm: "none" || "https",
|
|
493
511
|
* // },
|
|
494
512
|
* // ElasticsearchSettings: { // ElasticsearchSettings
|
|
495
513
|
* // ServiceAccessRoleArn: "STRING_VALUE", // required
|
|
@@ -561,6 +579,8 @@ export interface CreateEndpointCommandOutput extends CreateEndpointResponse, __M
|
|
|
561
579
|
* // SecretsManagerSecretId: "STRING_VALUE",
|
|
562
580
|
* // TrimSpaceInChar: true || false,
|
|
563
581
|
* // MapBooleanAsBoolean: true || false,
|
|
582
|
+
* // MapJsonbAsClob: true || false,
|
|
583
|
+
* // MapLongVarcharAs: "wstring" || "clob" || "nclob",
|
|
564
584
|
* // },
|
|
565
585
|
* // MySQLSettings: { // MySQLSettings
|
|
566
586
|
* // AfterConnectScript: "STRING_VALUE",
|
|
@@ -623,6 +643,7 @@ export interface CreateEndpointCommandOutput extends CreateEndpointResponse, __M
|
|
|
623
643
|
* // SecretsManagerOracleAsmSecretId: "STRING_VALUE",
|
|
624
644
|
* // TrimSpaceInChar: true || false,
|
|
625
645
|
* // ConvertTimestampWithZoneToUTC: true || false,
|
|
646
|
+
* // OpenTransactionWindow: Number("int"),
|
|
626
647
|
* // },
|
|
627
648
|
* // SybaseSettings: { // SybaseSettings
|
|
628
649
|
* // DatabaseName: "STRING_VALUE",
|
|
@@ -676,6 +697,8 @@ export interface CreateEndpointCommandOutput extends CreateEndpointResponse, __M
|
|
|
676
697
|
* // KmsKeyId: "STRING_VALUE",
|
|
677
698
|
* // SecretsManagerAccessRoleArn: "STRING_VALUE",
|
|
678
699
|
* // SecretsManagerSecretId: "STRING_VALUE",
|
|
700
|
+
* // UseUpdateLookUp: true || false,
|
|
701
|
+
* // ReplicateShardCollections: true || false,
|
|
679
702
|
* // },
|
|
680
703
|
* // RedisSettings: { // RedisSettings
|
|
681
704
|
* // ServerName: "STRING_VALUE", // required
|
|
@@ -702,6 +725,13 @@ export interface CreateEndpointCommandOutput extends CreateEndpointResponse, __M
|
|
|
702
725
|
* // SecretsManagerAccessRoleArn: "STRING_VALUE",
|
|
703
726
|
* // SecretsManagerSecretId: "STRING_VALUE",
|
|
704
727
|
* // },
|
|
728
|
+
* // TimestreamSettings: { // TimestreamSettings
|
|
729
|
+
* // DatabaseName: "STRING_VALUE", // required
|
|
730
|
+
* // MemoryDuration: Number("int"), // required
|
|
731
|
+
* // MagneticDuration: Number("int"), // required
|
|
732
|
+
* // CdcInsertsAndUpdates: true || false,
|
|
733
|
+
* // EnableMagneticStoreWrites: true || false,
|
|
734
|
+
* // },
|
|
705
735
|
* // },
|
|
706
736
|
* // };
|
|
707
737
|
*
|
|
@@ -0,0 +1,151 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
4
|
+
import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
|
|
5
|
+
import { CreateReplicationConfigMessage, CreateReplicationConfigResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link CreateReplicationConfigCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface CreateReplicationConfigCommandInput extends CreateReplicationConfigMessage {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link CreateReplicationConfigCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface CreateReplicationConfigCommandOutput extends CreateReplicationConfigResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* @public
|
|
26
|
+
* <p>Creates a configuration that you can later provide to configure and start an DMS Serverless
|
|
27
|
+
* replication. You can also provide options to validate the configuration inputs before you start the
|
|
28
|
+
* replication.</p>
|
|
29
|
+
* @example
|
|
30
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
31
|
+
* ```javascript
|
|
32
|
+
* import { DatabaseMigrationServiceClient, CreateReplicationConfigCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
|
|
33
|
+
* // const { DatabaseMigrationServiceClient, CreateReplicationConfigCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
|
|
34
|
+
* const client = new DatabaseMigrationServiceClient(config);
|
|
35
|
+
* const input = { // CreateReplicationConfigMessage
|
|
36
|
+
* ReplicationConfigIdentifier: "STRING_VALUE", // required
|
|
37
|
+
* SourceEndpointArn: "STRING_VALUE", // required
|
|
38
|
+
* TargetEndpointArn: "STRING_VALUE", // required
|
|
39
|
+
* ComputeConfig: { // ComputeConfig
|
|
40
|
+
* AvailabilityZone: "STRING_VALUE",
|
|
41
|
+
* DnsNameServers: "STRING_VALUE",
|
|
42
|
+
* KmsKeyId: "STRING_VALUE",
|
|
43
|
+
* MaxCapacityUnits: Number("int"),
|
|
44
|
+
* MinCapacityUnits: Number("int"),
|
|
45
|
+
* MultiAZ: true || false,
|
|
46
|
+
* PreferredMaintenanceWindow: "STRING_VALUE",
|
|
47
|
+
* ReplicationSubnetGroupId: "STRING_VALUE",
|
|
48
|
+
* VpcSecurityGroupIds: [ // StringList
|
|
49
|
+
* "STRING_VALUE",
|
|
50
|
+
* ],
|
|
51
|
+
* },
|
|
52
|
+
* ReplicationType: "full-load" || "cdc" || "full-load-and-cdc", // required
|
|
53
|
+
* TableMappings: "STRING_VALUE", // required
|
|
54
|
+
* ReplicationSettings: "STRING_VALUE",
|
|
55
|
+
* SupplementalSettings: "STRING_VALUE",
|
|
56
|
+
* ResourceIdentifier: "STRING_VALUE",
|
|
57
|
+
* Tags: [ // TagList
|
|
58
|
+
* { // Tag
|
|
59
|
+
* Key: "STRING_VALUE",
|
|
60
|
+
* Value: "STRING_VALUE",
|
|
61
|
+
* ResourceArn: "STRING_VALUE",
|
|
62
|
+
* },
|
|
63
|
+
* ],
|
|
64
|
+
* };
|
|
65
|
+
* const command = new CreateReplicationConfigCommand(input);
|
|
66
|
+
* const response = await client.send(command);
|
|
67
|
+
* // { // CreateReplicationConfigResponse
|
|
68
|
+
* // ReplicationConfig: { // ReplicationConfig
|
|
69
|
+
* // ReplicationConfigIdentifier: "STRING_VALUE",
|
|
70
|
+
* // ReplicationConfigArn: "STRING_VALUE",
|
|
71
|
+
* // SourceEndpointArn: "STRING_VALUE",
|
|
72
|
+
* // TargetEndpointArn: "STRING_VALUE",
|
|
73
|
+
* // ReplicationType: "full-load" || "cdc" || "full-load-and-cdc",
|
|
74
|
+
* // ComputeConfig: { // ComputeConfig
|
|
75
|
+
* // AvailabilityZone: "STRING_VALUE",
|
|
76
|
+
* // DnsNameServers: "STRING_VALUE",
|
|
77
|
+
* // KmsKeyId: "STRING_VALUE",
|
|
78
|
+
* // MaxCapacityUnits: Number("int"),
|
|
79
|
+
* // MinCapacityUnits: Number("int"),
|
|
80
|
+
* // MultiAZ: true || false,
|
|
81
|
+
* // PreferredMaintenanceWindow: "STRING_VALUE",
|
|
82
|
+
* // ReplicationSubnetGroupId: "STRING_VALUE",
|
|
83
|
+
* // VpcSecurityGroupIds: [ // StringList
|
|
84
|
+
* // "STRING_VALUE",
|
|
85
|
+
* // ],
|
|
86
|
+
* // },
|
|
87
|
+
* // ReplicationSettings: "STRING_VALUE",
|
|
88
|
+
* // SupplementalSettings: "STRING_VALUE",
|
|
89
|
+
* // TableMappings: "STRING_VALUE",
|
|
90
|
+
* // ReplicationConfigCreateTime: new Date("TIMESTAMP"),
|
|
91
|
+
* // ReplicationConfigUpdateTime: new Date("TIMESTAMP"),
|
|
92
|
+
* // },
|
|
93
|
+
* // };
|
|
94
|
+
*
|
|
95
|
+
* ```
|
|
96
|
+
*
|
|
97
|
+
* @param CreateReplicationConfigCommandInput - {@link CreateReplicationConfigCommandInput}
|
|
98
|
+
* @returns {@link CreateReplicationConfigCommandOutput}
|
|
99
|
+
* @see {@link CreateReplicationConfigCommandInput} for command's `input` shape.
|
|
100
|
+
* @see {@link CreateReplicationConfigCommandOutput} for command's `response` shape.
|
|
101
|
+
* @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
|
|
102
|
+
*
|
|
103
|
+
* @throws {@link AccessDeniedFault} (client fault)
|
|
104
|
+
* <p>DMS was denied access to the endpoint. Check that the
|
|
105
|
+
* role is correctly configured.</p>
|
|
106
|
+
*
|
|
107
|
+
* @throws {@link InvalidResourceStateFault} (client fault)
|
|
108
|
+
* <p>The resource is in a state that prevents it from being used for database migration.</p>
|
|
109
|
+
*
|
|
110
|
+
* @throws {@link InvalidSubnet} (client fault)
|
|
111
|
+
* <p>The subnet provided isn't valid.</p>
|
|
112
|
+
*
|
|
113
|
+
* @throws {@link KMSKeyNotAccessibleFault} (client fault)
|
|
114
|
+
* <p>DMS cannot access the KMS key.</p>
|
|
115
|
+
*
|
|
116
|
+
* @throws {@link ReplicationSubnetGroupDoesNotCoverEnoughAZs} (client fault)
|
|
117
|
+
* <p>The replication subnet group does not cover enough Availability Zones (AZs). Edit the replication subnet group and add more AZs.</p>
|
|
118
|
+
*
|
|
119
|
+
* @throws {@link ResourceAlreadyExistsFault} (client fault)
|
|
120
|
+
* <p>The resource you are attempting to create already exists.</p>
|
|
121
|
+
*
|
|
122
|
+
* @throws {@link ResourceNotFoundFault} (client fault)
|
|
123
|
+
* <p>The resource could not be found.</p>
|
|
124
|
+
*
|
|
125
|
+
* @throws {@link ResourceQuotaExceededFault} (client fault)
|
|
126
|
+
* <p>The quota for this resource quota has been exceeded.</p>
|
|
127
|
+
*
|
|
128
|
+
* @throws {@link DatabaseMigrationServiceServiceException}
|
|
129
|
+
* <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
|
|
130
|
+
*
|
|
131
|
+
*/
|
|
132
|
+
export declare class CreateReplicationConfigCommand extends $Command<CreateReplicationConfigCommandInput, CreateReplicationConfigCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
|
|
133
|
+
readonly input: CreateReplicationConfigCommandInput;
|
|
134
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
135
|
+
/**
|
|
136
|
+
* @public
|
|
137
|
+
*/
|
|
138
|
+
constructor(input: CreateReplicationConfigCommandInput);
|
|
139
|
+
/**
|
|
140
|
+
* @internal
|
|
141
|
+
*/
|
|
142
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DatabaseMigrationServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateReplicationConfigCommandInput, CreateReplicationConfigCommandOutput>;
|
|
143
|
+
/**
|
|
144
|
+
* @internal
|
|
145
|
+
*/
|
|
146
|
+
private serialize;
|
|
147
|
+
/**
|
|
148
|
+
* @internal
|
|
149
|
+
*/
|
|
150
|
+
private deserialize;
|
|
151
|
+
}
|
|
@@ -146,7 +146,7 @@ export interface CreateReplicationInstanceCommandOutput extends CreateReplicatio
|
|
|
146
146
|
* <p>The resource is in a state that prevents it from being used for database migration.</p>
|
|
147
147
|
*
|
|
148
148
|
* @throws {@link InvalidSubnet} (client fault)
|
|
149
|
-
* <p>The subnet provided
|
|
149
|
+
* <p>The subnet provided isn't valid.</p>
|
|
150
150
|
*
|
|
151
151
|
* @throws {@link KMSKeyNotAccessibleFault} (client fault)
|
|
152
152
|
* <p>DMS cannot access the KMS key.</p>
|
|
@@ -26,6 +26,10 @@ export interface CreateReplicationSubnetGroupCommandOutput extends CreateReplica
|
|
|
26
26
|
* <p>Creates a replication subnet group given a list of the subnet IDs in a VPC.</p>
|
|
27
27
|
* <p>The VPC needs to have at least one subnet in at least two availability zones in the Amazon Web Services Region, otherwise the
|
|
28
28
|
* service will throw a <code>ReplicationSubnetGroupDoesNotCoverEnoughAZs</code> exception.</p>
|
|
29
|
+
* <p>If a replication subnet group exists in your Amazon Web Services account, the CreateReplicationSubnetGroup action
|
|
30
|
+
* returns the following error message: The Replication Subnet Group already exists. In this case, delete
|
|
31
|
+
* the existing replication subnet group. To do so, use the <a href="https://docs.aws.amazon.com/en_us/dms/latest/APIReference/API_DeleteReplicationSubnetGroup.html">DeleteReplicationSubnetGroup</a> action. Optionally, choose Subnet groups in the DMS console,
|
|
32
|
+
* then choose your subnet group. Next, choose Delete from Actions.</p>
|
|
29
33
|
* @example
|
|
30
34
|
* Use a bare-bones client and the command you need to make an API call.
|
|
31
35
|
* ```javascript
|
|
@@ -82,7 +86,7 @@ export interface CreateReplicationSubnetGroupCommandOutput extends CreateReplica
|
|
|
82
86
|
* role is correctly configured.</p>
|
|
83
87
|
*
|
|
84
88
|
* @throws {@link InvalidSubnet} (client fault)
|
|
85
|
-
* <p>The subnet provided
|
|
89
|
+
* <p>The subnet provided isn't valid.</p>
|
|
86
90
|
*
|
|
87
91
|
* @throws {@link ReplicationSubnetGroupDoesNotCoverEnoughAZs} (client fault)
|
|
88
92
|
* <p>The replication subnet group does not cover enough Availability Zones (AZs). Edit the replication subnet group and add more AZs.</p>
|
|
@@ -124,6 +124,8 @@ export interface DeleteEndpointCommandOutput extends DeleteEndpointResponse, __M
|
|
|
124
124
|
* // KmsKeyId: "STRING_VALUE",
|
|
125
125
|
* // SecretsManagerAccessRoleArn: "STRING_VALUE",
|
|
126
126
|
* // SecretsManagerSecretId: "STRING_VALUE",
|
|
127
|
+
* // UseUpdateLookUp: true || false,
|
|
128
|
+
* // ReplicateShardCollections: true || false,
|
|
127
129
|
* // },
|
|
128
130
|
* // KinesisSettings: { // KinesisSettings
|
|
129
131
|
* // StreamArn: "STRING_VALUE",
|
|
@@ -157,6 +159,7 @@ export interface DeleteEndpointCommandOutput extends DeleteEndpointResponse, __M
|
|
|
157
159
|
* // SaslPassword: "STRING_VALUE",
|
|
158
160
|
* // NoHexPrefix: true || false,
|
|
159
161
|
* // SaslMechanism: "scram-sha-512" || "plain",
|
|
162
|
+
* // SslEndpointIdentificationAlgorithm: "none" || "https",
|
|
160
163
|
* // },
|
|
161
164
|
* // ElasticsearchSettings: { // ElasticsearchSettings
|
|
162
165
|
* // ServiceAccessRoleArn: "STRING_VALUE", // required
|
|
@@ -228,6 +231,8 @@ export interface DeleteEndpointCommandOutput extends DeleteEndpointResponse, __M
|
|
|
228
231
|
* // SecretsManagerSecretId: "STRING_VALUE",
|
|
229
232
|
* // TrimSpaceInChar: true || false,
|
|
230
233
|
* // MapBooleanAsBoolean: true || false,
|
|
234
|
+
* // MapJsonbAsClob: true || false,
|
|
235
|
+
* // MapLongVarcharAs: "wstring" || "clob" || "nclob",
|
|
231
236
|
* // },
|
|
232
237
|
* // MySQLSettings: { // MySQLSettings
|
|
233
238
|
* // AfterConnectScript: "STRING_VALUE",
|
|
@@ -290,6 +295,7 @@ export interface DeleteEndpointCommandOutput extends DeleteEndpointResponse, __M
|
|
|
290
295
|
* // SecretsManagerOracleAsmSecretId: "STRING_VALUE",
|
|
291
296
|
* // TrimSpaceInChar: true || false,
|
|
292
297
|
* // ConvertTimestampWithZoneToUTC: true || false,
|
|
298
|
+
* // OpenTransactionWindow: Number("int"),
|
|
293
299
|
* // },
|
|
294
300
|
* // SybaseSettings: { // SybaseSettings
|
|
295
301
|
* // DatabaseName: "STRING_VALUE",
|
|
@@ -343,6 +349,8 @@ export interface DeleteEndpointCommandOutput extends DeleteEndpointResponse, __M
|
|
|
343
349
|
* // KmsKeyId: "STRING_VALUE",
|
|
344
350
|
* // SecretsManagerAccessRoleArn: "STRING_VALUE",
|
|
345
351
|
* // SecretsManagerSecretId: "STRING_VALUE",
|
|
352
|
+
* // UseUpdateLookUp: true || false,
|
|
353
|
+
* // ReplicateShardCollections: true || false,
|
|
346
354
|
* // },
|
|
347
355
|
* // RedisSettings: { // RedisSettings
|
|
348
356
|
* // ServerName: "STRING_VALUE", // required
|
|
@@ -369,6 +377,13 @@ export interface DeleteEndpointCommandOutput extends DeleteEndpointResponse, __M
|
|
|
369
377
|
* // SecretsManagerAccessRoleArn: "STRING_VALUE",
|
|
370
378
|
* // SecretsManagerSecretId: "STRING_VALUE",
|
|
371
379
|
* // },
|
|
380
|
+
* // TimestreamSettings: { // TimestreamSettings
|
|
381
|
+
* // DatabaseName: "STRING_VALUE", // required
|
|
382
|
+
* // MemoryDuration: Number("int"), // required
|
|
383
|
+
* // MagneticDuration: Number("int"), // required
|
|
384
|
+
* // CdcInsertsAndUpdates: true || false,
|
|
385
|
+
* // EnableMagneticStoreWrites: true || false,
|
|
386
|
+
* // },
|
|
372
387
|
* // },
|
|
373
388
|
* // };
|
|
374
389
|
*
|