@aws-sdk/client-database-migration-service 3.40.0 → 3.45.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 (66) hide show
  1. package/CHANGELOG.md +46 -0
  2. package/dist-cjs/endpoints.js +9 -0
  3. package/dist-cjs/models/models_0.js +20 -10
  4. package/dist-cjs/protocols/Aws_json1_1.js +64 -0
  5. package/dist-es/endpoints.js +9 -0
  6. package/dist-es/models/models_0.js +15 -11
  7. package/dist-es/protocols/Aws_json1_1.js +52 -7
  8. package/dist-types/DatabaseMigrationService.d.ts +14 -2
  9. package/dist-types/commands/AddTagsToResourceCommand.d.ts +1 -1
  10. package/dist-types/commands/ApplyPendingMaintenanceActionCommand.d.ts +1 -1
  11. package/dist-types/commands/CancelReplicationTaskAssessmentRunCommand.d.ts +1 -1
  12. package/dist-types/commands/CreateEndpointCommand.d.ts +1 -1
  13. package/dist-types/commands/CreateEventSubscriptionCommand.d.ts +1 -1
  14. package/dist-types/commands/CreateReplicationInstanceCommand.d.ts +1 -1
  15. package/dist-types/commands/CreateReplicationSubnetGroupCommand.d.ts +1 -1
  16. package/dist-types/commands/CreateReplicationTaskCommand.d.ts +1 -1
  17. package/dist-types/commands/DeleteCertificateCommand.d.ts +1 -1
  18. package/dist-types/commands/DeleteConnectionCommand.d.ts +1 -1
  19. package/dist-types/commands/DeleteEndpointCommand.d.ts +1 -1
  20. package/dist-types/commands/DeleteEventSubscriptionCommand.d.ts +1 -1
  21. package/dist-types/commands/DeleteReplicationInstanceCommand.d.ts +1 -1
  22. package/dist-types/commands/DeleteReplicationSubnetGroupCommand.d.ts +1 -1
  23. package/dist-types/commands/DeleteReplicationTaskAssessmentRunCommand.d.ts +1 -1
  24. package/dist-types/commands/DeleteReplicationTaskCommand.d.ts +1 -1
  25. package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +1 -1
  26. package/dist-types/commands/DescribeApplicableIndividualAssessmentsCommand.d.ts +1 -1
  27. package/dist-types/commands/DescribeCertificatesCommand.d.ts +1 -1
  28. package/dist-types/commands/DescribeConnectionsCommand.d.ts +1 -1
  29. package/dist-types/commands/DescribeEndpointSettingsCommand.d.ts +1 -1
  30. package/dist-types/commands/DescribeEndpointTypesCommand.d.ts +1 -1
  31. package/dist-types/commands/DescribeEndpointsCommand.d.ts +1 -1
  32. package/dist-types/commands/DescribeEventCategoriesCommand.d.ts +1 -1
  33. package/dist-types/commands/DescribeEventSubscriptionsCommand.d.ts +1 -1
  34. package/dist-types/commands/DescribeEventsCommand.d.ts +1 -1
  35. package/dist-types/commands/DescribeOrderableReplicationInstancesCommand.d.ts +1 -1
  36. package/dist-types/commands/DescribePendingMaintenanceActionsCommand.d.ts +1 -1
  37. package/dist-types/commands/DescribeRefreshSchemasStatusCommand.d.ts +1 -1
  38. package/dist-types/commands/DescribeReplicationInstanceTaskLogsCommand.d.ts +1 -1
  39. package/dist-types/commands/DescribeReplicationInstancesCommand.d.ts +1 -1
  40. package/dist-types/commands/DescribeReplicationSubnetGroupsCommand.d.ts +1 -1
  41. package/dist-types/commands/DescribeReplicationTaskAssessmentResultsCommand.d.ts +2 -3
  42. package/dist-types/commands/DescribeReplicationTaskAssessmentRunsCommand.d.ts +1 -1
  43. package/dist-types/commands/DescribeReplicationTaskIndividualAssessmentsCommand.d.ts +1 -1
  44. package/dist-types/commands/DescribeReplicationTasksCommand.d.ts +1 -1
  45. package/dist-types/commands/DescribeSchemasCommand.d.ts +1 -1
  46. package/dist-types/commands/DescribeTableStatisticsCommand.d.ts +1 -1
  47. package/dist-types/commands/ImportCertificateCommand.d.ts +1 -1
  48. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  49. package/dist-types/commands/ModifyEndpointCommand.d.ts +1 -1
  50. package/dist-types/commands/ModifyEventSubscriptionCommand.d.ts +1 -1
  51. package/dist-types/commands/ModifyReplicationInstanceCommand.d.ts +1 -1
  52. package/dist-types/commands/ModifyReplicationSubnetGroupCommand.d.ts +1 -1
  53. package/dist-types/commands/ModifyReplicationTaskCommand.d.ts +1 -1
  54. package/dist-types/commands/MoveReplicationTaskCommand.d.ts +1 -1
  55. package/dist-types/commands/RebootReplicationInstanceCommand.d.ts +1 -1
  56. package/dist-types/commands/RefreshSchemasCommand.d.ts +1 -1
  57. package/dist-types/commands/ReloadTablesCommand.d.ts +1 -1
  58. package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +1 -1
  59. package/dist-types/commands/StartReplicationTaskAssessmentCommand.d.ts +14 -1
  60. package/dist-types/commands/StartReplicationTaskAssessmentRunCommand.d.ts +1 -1
  61. package/dist-types/commands/StartReplicationTaskCommand.d.ts +1 -1
  62. package/dist-types/commands/StopReplicationTaskCommand.d.ts +1 -1
  63. package/dist-types/commands/TestConnectionCommand.d.ts +1 -1
  64. package/dist-types/models/models_0.d.ts +186 -48
  65. package/dist-types/ts3.4/models/models_0.d.ts +49 -4
  66. package/package.json +6 -6
@@ -35,7 +35,7 @@ export interface CreateEventSubscriptionCommandOutput extends CreateEventSubscri
35
35
  *
36
36
  * @see {@link CreateEventSubscriptionCommandInput} for command's `input` shape.
37
37
  * @see {@link CreateEventSubscriptionCommandOutput} for command's `response` shape.
38
- * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for command's `input` shape.
38
+ * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
39
39
  *
40
40
  */
41
41
  export declare class CreateEventSubscriptionCommand extends $Command<CreateEventSubscriptionCommandInput, CreateEventSubscriptionCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
@@ -25,7 +25,7 @@ export interface CreateReplicationInstanceCommandOutput extends CreateReplicatio
25
25
  *
26
26
  * @see {@link CreateReplicationInstanceCommandInput} for command's `input` shape.
27
27
  * @see {@link CreateReplicationInstanceCommandOutput} for command's `response` shape.
28
- * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for command's `input` shape.
28
+ * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
29
29
  *
30
30
  */
31
31
  export declare class CreateReplicationInstanceCommand extends $Command<CreateReplicationInstanceCommandInput, CreateReplicationInstanceCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface CreateReplicationSubnetGroupCommandOutput extends CreateReplica
22
22
  *
23
23
  * @see {@link CreateReplicationSubnetGroupCommandInput} for command's `input` shape.
24
24
  * @see {@link CreateReplicationSubnetGroupCommandOutput} for command's `response` shape.
25
- * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class CreateReplicationSubnetGroupCommand extends $Command<CreateReplicationSubnetGroupCommandInput, CreateReplicationSubnetGroupCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface CreateReplicationTaskCommandOutput extends CreateReplicationTas
20
20
  *
21
21
  * @see {@link CreateReplicationTaskCommandInput} for command's `input` shape.
22
22
  * @see {@link CreateReplicationTaskCommandOutput} for command's `response` shape.
23
- * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class CreateReplicationTaskCommand extends $Command<CreateReplicationTaskCommandInput, CreateReplicationTaskCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DeleteCertificateCommandOutput extends DeleteCertificateRespons
20
20
  *
21
21
  * @see {@link DeleteCertificateCommandInput} for command's `input` shape.
22
22
  * @see {@link DeleteCertificateCommandOutput} for command's `response` shape.
23
- * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DeleteCertificateCommand extends $Command<DeleteCertificateCommandInput, DeleteCertificateCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DeleteConnectionCommandOutput extends DeleteConnectionResponse,
20
20
  *
21
21
  * @see {@link DeleteConnectionCommandInput} for command's `input` shape.
22
22
  * @see {@link DeleteConnectionCommandOutput} for command's `response` shape.
23
- * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DeleteConnectionCommand extends $Command<DeleteConnectionCommandInput, DeleteConnectionCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
@@ -25,7 +25,7 @@ export interface DeleteEndpointCommandOutput extends DeleteEndpointResponse, __M
25
25
  *
26
26
  * @see {@link DeleteEndpointCommandInput} for command's `input` shape.
27
27
  * @see {@link DeleteEndpointCommandOutput} for command's `response` shape.
28
- * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for command's `input` shape.
28
+ * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
29
29
  *
30
30
  */
31
31
  export declare class DeleteEndpointCommand extends $Command<DeleteEndpointCommandInput, DeleteEndpointCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DeleteEventSubscriptionCommandOutput extends DeleteEventSubscri
20
20
  *
21
21
  * @see {@link DeleteEventSubscriptionCommandInput} for command's `input` shape.
22
22
  * @see {@link DeleteEventSubscriptionCommandOutput} for command's `response` shape.
23
- * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DeleteEventSubscriptionCommand extends $Command<DeleteEventSubscriptionCommandInput, DeleteEventSubscriptionCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
@@ -25,7 +25,7 @@ export interface DeleteReplicationInstanceCommandOutput extends DeleteReplicatio
25
25
  *
26
26
  * @see {@link DeleteReplicationInstanceCommandInput} for command's `input` shape.
27
27
  * @see {@link DeleteReplicationInstanceCommandOutput} for command's `response` shape.
28
- * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for command's `input` shape.
28
+ * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
29
29
  *
30
30
  */
31
31
  export declare class DeleteReplicationInstanceCommand extends $Command<DeleteReplicationInstanceCommandInput, DeleteReplicationInstanceCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DeleteReplicationSubnetGroupCommandOutput extends DeleteReplica
20
20
  *
21
21
  * @see {@link DeleteReplicationSubnetGroupCommandInput} for command's `input` shape.
22
22
  * @see {@link DeleteReplicationSubnetGroupCommandOutput} for command's `response` shape.
23
- * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DeleteReplicationSubnetGroupCommand extends $Command<DeleteReplicationSubnetGroupCommandInput, DeleteReplicationSubnetGroupCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface DeleteReplicationTaskAssessmentRunCommandOutput extends DeleteR
23
23
  *
24
24
  * @see {@link DeleteReplicationTaskAssessmentRunCommandInput} for command's `input` shape.
25
25
  * @see {@link DeleteReplicationTaskAssessmentRunCommandOutput} for command's `response` shape.
26
- * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for command's `input` shape.
26
+ * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
27
27
  *
28
28
  */
29
29
  export declare class DeleteReplicationTaskAssessmentRunCommand extends $Command<DeleteReplicationTaskAssessmentRunCommandInput, DeleteReplicationTaskAssessmentRunCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DeleteReplicationTaskCommandOutput extends DeleteReplicationTas
20
20
  *
21
21
  * @see {@link DeleteReplicationTaskCommandInput} for command's `input` shape.
22
22
  * @see {@link DeleteReplicationTaskCommandOutput} for command's `response` shape.
23
- * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DeleteReplicationTaskCommand extends $Command<DeleteReplicationTaskCommandInput, DeleteReplicationTaskCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
@@ -26,7 +26,7 @@ export interface DescribeAccountAttributesCommandOutput extends DescribeAccountA
26
26
  *
27
27
  * @see {@link DescribeAccountAttributesCommandInput} for command's `input` shape.
28
28
  * @see {@link DescribeAccountAttributesCommandOutput} for command's `response` shape.
29
- * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for command's `input` shape.
29
+ * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
30
30
  *
31
31
  */
32
32
  export declare class DescribeAccountAttributesCommand extends $Command<DescribeAccountAttributesCommandInput, DescribeAccountAttributesCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
@@ -34,7 +34,7 @@ export interface DescribeApplicableIndividualAssessmentsCommandOutput extends De
34
34
  *
35
35
  * @see {@link DescribeApplicableIndividualAssessmentsCommandInput} for command's `input` shape.
36
36
  * @see {@link DescribeApplicableIndividualAssessmentsCommandOutput} for command's `response` shape.
37
- * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for command's `input` shape.
37
+ * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
38
38
  *
39
39
  */
40
40
  export declare class DescribeApplicableIndividualAssessmentsCommand extends $Command<DescribeApplicableIndividualAssessmentsCommandInput, DescribeApplicableIndividualAssessmentsCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeCertificatesCommandOutput extends DescribeCertificatesR
20
20
  *
21
21
  * @see {@link DescribeCertificatesCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeCertificatesCommandOutput} for command's `response` shape.
23
- * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DescribeCertificatesCommand extends $Command<DescribeCertificatesCommandInput, DescribeCertificatesCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface DescribeConnectionsCommandOutput extends DescribeConnectionsRes
21
21
  *
22
22
  * @see {@link DescribeConnectionsCommandInput} for command's `input` shape.
23
23
  * @see {@link DescribeConnectionsCommandOutput} for command's `response` shape.
24
- * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class DescribeConnectionsCommand extends $Command<DescribeConnectionsCommandInput, DescribeConnectionsCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface DescribeEndpointSettingsCommandOutput extends DescribeEndpointS
21
21
  *
22
22
  * @see {@link DescribeEndpointSettingsCommandInput} for command's `input` shape.
23
23
  * @see {@link DescribeEndpointSettingsCommandOutput} for command's `response` shape.
24
- * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class DescribeEndpointSettingsCommand extends $Command<DescribeEndpointSettingsCommandInput, DescribeEndpointSettingsCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeEndpointTypesCommandOutput extends DescribeEndpointType
20
20
  *
21
21
  * @see {@link DescribeEndpointTypesCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeEndpointTypesCommandOutput} for command's `response` shape.
23
- * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DescribeEndpointTypesCommand extends $Command<DescribeEndpointTypesCommandInput, DescribeEndpointTypesCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeEndpointsCommandOutput extends DescribeEndpointsRespons
20
20
  *
21
21
  * @see {@link DescribeEndpointsCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeEndpointsCommandOutput} for command's `response` shape.
23
- * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DescribeEndpointsCommand extends $Command<DescribeEndpointsCommandInput, DescribeEndpointsCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
@@ -24,7 +24,7 @@ export interface DescribeEventCategoriesCommandOutput extends DescribeEventCateg
24
24
  *
25
25
  * @see {@link DescribeEventCategoriesCommandInput} for command's `input` shape.
26
26
  * @see {@link DescribeEventCategoriesCommandOutput} for command's `response` shape.
27
- * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for command's `input` shape.
27
+ * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
28
28
  *
29
29
  */
30
30
  export declare class DescribeEventCategoriesCommand extends $Command<DescribeEventCategoriesCommandInput, DescribeEventCategoriesCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
@@ -25,7 +25,7 @@ export interface DescribeEventSubscriptionsCommandOutput extends DescribeEventSu
25
25
  *
26
26
  * @see {@link DescribeEventSubscriptionsCommandInput} for command's `input` shape.
27
27
  * @see {@link DescribeEventSubscriptionsCommandOutput} for command's `response` shape.
28
- * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for command's `input` shape.
28
+ * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
29
29
  *
30
30
  */
31
31
  export declare class DescribeEventSubscriptionsCommand extends $Command<DescribeEventSubscriptionsCommandInput, DescribeEventSubscriptionsCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
@@ -24,7 +24,7 @@ export interface DescribeEventsCommandOutput extends DescribeEventsResponse, __M
24
24
  *
25
25
  * @see {@link DescribeEventsCommandInput} for command's `input` shape.
26
26
  * @see {@link DescribeEventsCommandOutput} for command's `response` shape.
27
- * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for command's `input` shape.
27
+ * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
28
28
  *
29
29
  */
30
30
  export declare class DescribeEventsCommand extends $Command<DescribeEventsCommandInput, DescribeEventsCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface DescribeOrderableReplicationInstancesCommandOutput extends Desc
21
21
  *
22
22
  * @see {@link DescribeOrderableReplicationInstancesCommandInput} for command's `input` shape.
23
23
  * @see {@link DescribeOrderableReplicationInstancesCommandOutput} for command's `response` shape.
24
- * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class DescribeOrderableReplicationInstancesCommand extends $Command<DescribeOrderableReplicationInstancesCommandInput, DescribeOrderableReplicationInstancesCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribePendingMaintenanceActionsCommandOutput extends Describe
20
20
  *
21
21
  * @see {@link DescribePendingMaintenanceActionsCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribePendingMaintenanceActionsCommandOutput} for command's `response` shape.
23
- * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DescribePendingMaintenanceActionsCommand extends $Command<DescribePendingMaintenanceActionsCommandInput, DescribePendingMaintenanceActionsCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeRefreshSchemasStatusCommandOutput extends DescribeRefre
20
20
  *
21
21
  * @see {@link DescribeRefreshSchemasStatusCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeRefreshSchemasStatusCommandOutput} for command's `response` shape.
23
- * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DescribeRefreshSchemasStatusCommand extends $Command<DescribeRefreshSchemasStatusCommandInput, DescribeRefreshSchemasStatusCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeReplicationInstanceTaskLogsCommandOutput extends Descri
20
20
  *
21
21
  * @see {@link DescribeReplicationInstanceTaskLogsCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeReplicationInstanceTaskLogsCommandOutput} for command's `response` shape.
23
- * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DescribeReplicationInstanceTaskLogsCommand extends $Command<DescribeReplicationInstanceTaskLogsCommandInput, DescribeReplicationInstanceTaskLogsCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface DescribeReplicationInstancesCommandOutput extends DescribeRepli
21
21
  *
22
22
  * @see {@link DescribeReplicationInstancesCommandInput} for command's `input` shape.
23
23
  * @see {@link DescribeReplicationInstancesCommandOutput} for command's `response` shape.
24
- * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class DescribeReplicationInstancesCommand extends $Command<DescribeReplicationInstancesCommandInput, DescribeReplicationInstancesCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeReplicationSubnetGroupsCommandOutput extends DescribeRe
20
20
  *
21
21
  * @see {@link DescribeReplicationSubnetGroupsCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeReplicationSubnetGroupsCommandOutput} for command's `response` shape.
23
- * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DescribeReplicationSubnetGroupsCommand extends $Command<DescribeReplicationSubnetGroupsCommandInput, DescribeReplicationSubnetGroupsCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
@@ -12,8 +12,7 @@ export interface DescribeReplicationTaskAssessmentResultsCommandOutput extends D
12
12
  * latest results.</p>
13
13
  * <p>For more information about DMS task assessments, see
14
14
  * <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tasks.AssessmentReport.html">Creating a task assessment report</a>
15
- * in the <a href="https://docs.aws.amazon.com/https:/docs.aws.amazon.com/dms/latest/userguide/Welcome.html">
16
- * Database Migration Service User Guide</a>.</p>
15
+ * in the <i>Database Migration Service User Guide</i>.</p>
17
16
  * @example
18
17
  * Use a bare-bones client and the command you need to make an API call.
19
18
  * ```javascript
@@ -26,7 +25,7 @@ export interface DescribeReplicationTaskAssessmentResultsCommandOutput extends D
26
25
  *
27
26
  * @see {@link DescribeReplicationTaskAssessmentResultsCommandInput} for command's `input` shape.
28
27
  * @see {@link DescribeReplicationTaskAssessmentResultsCommandOutput} for command's `response` shape.
29
- * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for command's `input` shape.
28
+ * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
30
29
  *
31
30
  */
32
31
  export declare class DescribeReplicationTaskAssessmentResultsCommand extends $Command<DescribeReplicationTaskAssessmentResultsCommandInput, DescribeReplicationTaskAssessmentResultsCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
@@ -28,7 +28,7 @@ export interface DescribeReplicationTaskAssessmentRunsCommandOutput extends Desc
28
28
  *
29
29
  * @see {@link DescribeReplicationTaskAssessmentRunsCommandInput} for command's `input` shape.
30
30
  * @see {@link DescribeReplicationTaskAssessmentRunsCommandOutput} for command's `response` shape.
31
- * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for command's `input` shape.
31
+ * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
32
32
  *
33
33
  */
34
34
  export declare class DescribeReplicationTaskAssessmentRunsCommand extends $Command<DescribeReplicationTaskAssessmentRunsCommandInput, DescribeReplicationTaskAssessmentRunsCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface DescribeReplicationTaskIndividualAssessmentsCommandOutput exten
22
22
  *
23
23
  * @see {@link DescribeReplicationTaskIndividualAssessmentsCommandInput} for command's `input` shape.
24
24
  * @see {@link DescribeReplicationTaskIndividualAssessmentsCommandOutput} for command's `response` shape.
25
- * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class DescribeReplicationTaskIndividualAssessmentsCommand extends $Command<DescribeReplicationTaskIndividualAssessmentsCommandInput, DescribeReplicationTaskIndividualAssessmentsCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface DescribeReplicationTasksCommandOutput extends DescribeReplicati
21
21
  *
22
22
  * @see {@link DescribeReplicationTasksCommandInput} for command's `input` shape.
23
23
  * @see {@link DescribeReplicationTasksCommandOutput} for command's `response` shape.
24
- * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class DescribeReplicationTasksCommand extends $Command<DescribeReplicationTasksCommandInput, DescribeReplicationTasksCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface DescribeSchemasCommandOutput extends DescribeSchemasResponse, _
22
22
  *
23
23
  * @see {@link DescribeSchemasCommandInput} for command's `input` shape.
24
24
  * @see {@link DescribeSchemasCommandOutput} for command's `response` shape.
25
- * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class DescribeSchemasCommand extends $Command<DescribeSchemasCommandInput, DescribeSchemasCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
@@ -24,7 +24,7 @@ export interface DescribeTableStatisticsCommandOutput extends DescribeTableStati
24
24
  *
25
25
  * @see {@link DescribeTableStatisticsCommandInput} for command's `input` shape.
26
26
  * @see {@link DescribeTableStatisticsCommandOutput} for command's `response` shape.
27
- * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for command's `input` shape.
27
+ * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
28
28
  *
29
29
  */
30
30
  export declare class DescribeTableStatisticsCommand extends $Command<DescribeTableStatisticsCommandInput, DescribeTableStatisticsCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ImportCertificateCommandOutput extends ImportCertificateRespons
20
20
  *
21
21
  * @see {@link ImportCertificateCommandInput} for command's `input` shape.
22
22
  * @see {@link ImportCertificateCommandOutput} for command's `response` shape.
23
- * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ImportCertificateCommand extends $Command<ImportCertificateCommandInput, ImportCertificateCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
@@ -24,7 +24,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
24
24
  *
25
25
  * @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
26
26
  * @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
27
- * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for command's `input` shape.
27
+ * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
28
28
  *
29
29
  */
30
30
  export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
@@ -27,7 +27,7 @@ export interface ModifyEndpointCommandOutput extends ModifyEndpointResponse, __M
27
27
  *
28
28
  * @see {@link ModifyEndpointCommandInput} for command's `input` shape.
29
29
  * @see {@link ModifyEndpointCommandOutput} for command's `response` shape.
30
- * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for command's `input` shape.
30
+ * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
31
31
  *
32
32
  */
33
33
  export declare class ModifyEndpointCommand extends $Command<ModifyEndpointCommandInput, ModifyEndpointCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ModifyEventSubscriptionCommandOutput extends ModifyEventSubscri
20
20
  *
21
21
  * @see {@link ModifyEventSubscriptionCommandInput} for command's `input` shape.
22
22
  * @see {@link ModifyEventSubscriptionCommandOutput} for command's `response` shape.
23
- * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ModifyEventSubscriptionCommand extends $Command<ModifyEventSubscriptionCommandInput, ModifyEventSubscriptionCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
@@ -24,7 +24,7 @@ export interface ModifyReplicationInstanceCommandOutput extends ModifyReplicatio
24
24
  *
25
25
  * @see {@link ModifyReplicationInstanceCommandInput} for command's `input` shape.
26
26
  * @see {@link ModifyReplicationInstanceCommandOutput} for command's `response` shape.
27
- * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for command's `input` shape.
27
+ * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
28
28
  *
29
29
  */
30
30
  export declare class ModifyReplicationInstanceCommand extends $Command<ModifyReplicationInstanceCommandInput, ModifyReplicationInstanceCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ModifyReplicationSubnetGroupCommandOutput extends ModifyReplica
20
20
  *
21
21
  * @see {@link ModifyReplicationSubnetGroupCommandInput} for command's `input` shape.
22
22
  * @see {@link ModifyReplicationSubnetGroupCommandOutput} for command's `response` shape.
23
- * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ModifyReplicationSubnetGroupCommand extends $Command<ModifyReplicationSubnetGroupCommandInput, ModifyReplicationSubnetGroupCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface ModifyReplicationTaskCommandOutput extends ModifyReplicationTas
23
23
  *
24
24
  * @see {@link ModifyReplicationTaskCommandInput} for command's `input` shape.
25
25
  * @see {@link ModifyReplicationTaskCommandOutput} for command's `response` shape.
26
- * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for command's `input` shape.
26
+ * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
27
27
  *
28
28
  */
29
29
  export declare class ModifyReplicationTaskCommand extends $Command<ModifyReplicationTaskCommandInput, ModifyReplicationTaskCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface MoveReplicationTaskCommandOutput extends MoveReplicationTaskRes
23
23
  *
24
24
  * @see {@link MoveReplicationTaskCommandInput} for command's `input` shape.
25
25
  * @see {@link MoveReplicationTaskCommandOutput} for command's `response` shape.
26
- * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for command's `input` shape.
26
+ * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
27
27
  *
28
28
  */
29
29
  export declare class MoveReplicationTaskCommand extends $Command<MoveReplicationTaskCommandInput, MoveReplicationTaskCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface RebootReplicationInstanceCommandOutput extends RebootReplicatio
21
21
  *
22
22
  * @see {@link RebootReplicationInstanceCommandInput} for command's `input` shape.
23
23
  * @see {@link RebootReplicationInstanceCommandOutput} for command's `response` shape.
24
- * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class RebootReplicationInstanceCommand extends $Command<RebootReplicationInstanceCommandInput, RebootReplicationInstanceCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface RefreshSchemasCommandOutput extends RefreshSchemasResponse, __M
22
22
  *
23
23
  * @see {@link RefreshSchemasCommandInput} for command's `input` shape.
24
24
  * @see {@link RefreshSchemasCommandOutput} for command's `response` shape.
25
- * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class RefreshSchemasCommand extends $Command<RefreshSchemasCommandInput, RefreshSchemasCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface ReloadTablesCommandOutput extends ReloadTablesResponse, __Metad
22
22
  *
23
23
  * @see {@link ReloadTablesCommandInput} for command's `input` shape.
24
24
  * @see {@link ReloadTablesCommandOutput} for command's `response` shape.
25
- * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class ReloadTablesCommand extends $Command<ReloadTablesCommandInput, ReloadTablesCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
@@ -25,7 +25,7 @@ export interface RemoveTagsFromResourceCommandOutput extends RemoveTagsFromResou
25
25
  *
26
26
  * @see {@link RemoveTagsFromResourceCommandInput} for command's `input` shape.
27
27
  * @see {@link RemoveTagsFromResourceCommandOutput} for command's `response` shape.
28
- * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for command's `input` shape.
28
+ * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
29
29
  *
30
30
  */
31
31
  export declare class RemoveTagsFromResourceCommand extends $Command<RemoveTagsFromResourceCommandInput, RemoveTagsFromResourceCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
@@ -9,6 +9,19 @@ export interface StartReplicationTaskAssessmentCommandOutput extends StartReplic
9
9
  /**
10
10
  * <p> Starts the replication task assessment for unsupported data types in the source
11
11
  * database. </p>
12
+ * <p>You can only use this operation for a task if the following conditions are true:</p>
13
+ * <ul>
14
+ * <li>
15
+ * <p>The task must be in the <code>stopped</code> state.</p>
16
+ * </li>
17
+ * <li>
18
+ * <p>The task must have successful connections to the source and target.</p>
19
+ * </li>
20
+ * </ul>
21
+ * <p>If either of these conditions are not met, an <code>InvalidResourceStateFault</code> error will result. </p>
22
+ * <p>For information about DMS task assessments, see
23
+ * <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tasks.AssessmentReport.html">Creating a task assessment report</a>
24
+ * in the <i>Database Migration Service User Guide</i>.</p>
12
25
  * @example
13
26
  * Use a bare-bones client and the command you need to make an API call.
14
27
  * ```javascript
@@ -21,7 +34,7 @@ export interface StartReplicationTaskAssessmentCommandOutput extends StartReplic
21
34
  *
22
35
  * @see {@link StartReplicationTaskAssessmentCommandInput} for command's `input` shape.
23
36
  * @see {@link StartReplicationTaskAssessmentCommandOutput} for command's `response` shape.
24
- * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for command's `input` shape.
37
+ * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
25
38
  *
26
39
  */
27
40
  export declare class StartReplicationTaskAssessmentCommand extends $Command<StartReplicationTaskAssessmentCommandInput, StartReplicationTaskAssessmentCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
@@ -26,7 +26,7 @@ export interface StartReplicationTaskAssessmentRunCommandOutput extends StartRep
26
26
  *
27
27
  * @see {@link StartReplicationTaskAssessmentRunCommandInput} for command's `input` shape.
28
28
  * @see {@link StartReplicationTaskAssessmentRunCommandOutput} for command's `response` shape.
29
- * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for command's `input` shape.
29
+ * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
30
30
  *
31
31
  */
32
32
  export declare class StartReplicationTaskAssessmentRunCommand extends $Command<StartReplicationTaskAssessmentRunCommandInput, StartReplicationTaskAssessmentRunCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface StartReplicationTaskCommandOutput extends StartReplicationTaskR
23
23
  *
24
24
  * @see {@link StartReplicationTaskCommandInput} for command's `input` shape.
25
25
  * @see {@link StartReplicationTaskCommandOutput} for command's `response` shape.
26
- * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for command's `input` shape.
26
+ * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
27
27
  *
28
28
  */
29
29
  export declare class StartReplicationTaskCommand extends $Command<StartReplicationTaskCommandInput, StartReplicationTaskCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface StopReplicationTaskCommandOutput extends StopReplicationTaskRes
20
20
  *
21
21
  * @see {@link StopReplicationTaskCommandInput} for command's `input` shape.
22
22
  * @see {@link StopReplicationTaskCommandOutput} for command's `response` shape.
23
- * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class StopReplicationTaskCommand extends $Command<StopReplicationTaskCommandInput, StopReplicationTaskCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface TestConnectionCommandOutput extends TestConnectionResponse, __M
20
20
  *
21
21
  * @see {@link TestConnectionCommandInput} for command's `input` shape.
22
22
  * @see {@link TestConnectionCommandOutput} for command's `response` shape.
23
- * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class TestConnectionCommand extends $Command<TestConnectionCommandInput, TestConnectionCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {