@aws-sdk/client-database-migration-service 3.362.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 +19 -1
- package/dist-cjs/DatabaseMigrationServiceClient.js +5 -5
- package/dist-cjs/commands/AddTagsToResourceCommand.js +3 -3
- package/dist-cjs/commands/ApplyPendingMaintenanceActionCommand.js +3 -3
- package/dist-cjs/commands/BatchStartRecommendationsCommand.js +3 -3
- package/dist-cjs/commands/CancelReplicationTaskAssessmentRunCommand.js +3 -3
- package/dist-cjs/commands/CreateEndpointCommand.js +3 -3
- package/dist-cjs/commands/CreateEventSubscriptionCommand.js +3 -3
- package/dist-cjs/commands/CreateFleetAdvisorCollectorCommand.js +3 -3
- package/dist-cjs/commands/CreateReplicationConfigCommand.js +46 -0
- package/dist-cjs/commands/CreateReplicationInstanceCommand.js +3 -3
- package/dist-cjs/commands/CreateReplicationSubnetGroupCommand.js +3 -3
- package/dist-cjs/commands/CreateReplicationTaskCommand.js +3 -3
- package/dist-cjs/commands/DeleteCertificateCommand.js +3 -3
- package/dist-cjs/commands/DeleteConnectionCommand.js +3 -3
- package/dist-cjs/commands/DeleteEndpointCommand.js +3 -3
- package/dist-cjs/commands/DeleteEventSubscriptionCommand.js +3 -3
- package/dist-cjs/commands/DeleteFleetAdvisorCollectorCommand.js +3 -3
- package/dist-cjs/commands/DeleteFleetAdvisorDatabasesCommand.js +3 -3
- package/dist-cjs/commands/DeleteReplicationConfigCommand.js +46 -0
- package/dist-cjs/commands/DeleteReplicationInstanceCommand.js +3 -3
- package/dist-cjs/commands/DeleteReplicationSubnetGroupCommand.js +3 -3
- package/dist-cjs/commands/DeleteReplicationTaskAssessmentRunCommand.js +3 -3
- package/dist-cjs/commands/DeleteReplicationTaskCommand.js +3 -3
- package/dist-cjs/commands/DescribeAccountAttributesCommand.js +3 -3
- package/dist-cjs/commands/DescribeApplicableIndividualAssessmentsCommand.js +3 -3
- package/dist-cjs/commands/DescribeCertificatesCommand.js +3 -3
- package/dist-cjs/commands/DescribeConnectionsCommand.js +3 -3
- package/dist-cjs/commands/DescribeEndpointSettingsCommand.js +3 -3
- package/dist-cjs/commands/DescribeEndpointTypesCommand.js +3 -3
- package/dist-cjs/commands/DescribeEndpointsCommand.js +3 -3
- package/dist-cjs/commands/DescribeEventCategoriesCommand.js +3 -3
- package/dist-cjs/commands/DescribeEventSubscriptionsCommand.js +3 -3
- package/dist-cjs/commands/DescribeEventsCommand.js +3 -3
- package/dist-cjs/commands/DescribeFleetAdvisorCollectorsCommand.js +3 -3
- package/dist-cjs/commands/DescribeFleetAdvisorDatabasesCommand.js +3 -3
- package/dist-cjs/commands/DescribeFleetAdvisorLsaAnalysisCommand.js +3 -3
- package/dist-cjs/commands/DescribeFleetAdvisorSchemaObjectSummaryCommand.js +3 -3
- package/dist-cjs/commands/DescribeFleetAdvisorSchemasCommand.js +3 -3
- package/dist-cjs/commands/DescribeOrderableReplicationInstancesCommand.js +3 -3
- package/dist-cjs/commands/DescribePendingMaintenanceActionsCommand.js +3 -3
- package/dist-cjs/commands/DescribeRecommendationLimitationsCommand.js +3 -3
- package/dist-cjs/commands/DescribeRecommendationsCommand.js +3 -3
- package/dist-cjs/commands/DescribeRefreshSchemasStatusCommand.js +3 -3
- package/dist-cjs/commands/DescribeReplicationConfigsCommand.js +46 -0
- package/dist-cjs/commands/DescribeReplicationInstanceTaskLogsCommand.js +3 -3
- package/dist-cjs/commands/DescribeReplicationInstancesCommand.js +3 -3
- package/dist-cjs/commands/DescribeReplicationSubnetGroupsCommand.js +3 -3
- package/dist-cjs/commands/DescribeReplicationTableStatisticsCommand.js +46 -0
- package/dist-cjs/commands/DescribeReplicationTaskAssessmentResultsCommand.js +3 -3
- package/dist-cjs/commands/DescribeReplicationTaskAssessmentRunsCommand.js +3 -3
- package/dist-cjs/commands/DescribeReplicationTaskIndividualAssessmentsCommand.js +3 -3
- package/dist-cjs/commands/DescribeReplicationTasksCommand.js +3 -3
- package/dist-cjs/commands/DescribeReplicationsCommand.js +46 -0
- package/dist-cjs/commands/DescribeSchemasCommand.js +3 -3
- package/dist-cjs/commands/DescribeTableStatisticsCommand.js +3 -3
- package/dist-cjs/commands/ImportCertificateCommand.js +3 -3
- package/dist-cjs/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-cjs/commands/ModifyEndpointCommand.js +3 -3
- package/dist-cjs/commands/ModifyEventSubscriptionCommand.js +3 -3
- package/dist-cjs/commands/ModifyReplicationConfigCommand.js +46 -0
- package/dist-cjs/commands/ModifyReplicationInstanceCommand.js +3 -3
- package/dist-cjs/commands/ModifyReplicationSubnetGroupCommand.js +3 -3
- package/dist-cjs/commands/ModifyReplicationTaskCommand.js +3 -3
- package/dist-cjs/commands/MoveReplicationTaskCommand.js +3 -3
- package/dist-cjs/commands/RebootReplicationInstanceCommand.js +3 -3
- package/dist-cjs/commands/RefreshSchemasCommand.js +3 -3
- package/dist-cjs/commands/ReloadReplicationTablesCommand.js +46 -0
- package/dist-cjs/commands/ReloadTablesCommand.js +3 -3
- package/dist-cjs/commands/RemoveTagsFromResourceCommand.js +3 -3
- package/dist-cjs/commands/RunFleetAdvisorLsaAnalysisCommand.js +3 -3
- package/dist-cjs/commands/StartRecommendationsCommand.js +3 -3
- package/dist-cjs/commands/StartReplicationCommand.js +46 -0
- package/dist-cjs/commands/StartReplicationTaskAssessmentCommand.js +3 -3
- package/dist-cjs/commands/StartReplicationTaskAssessmentRunCommand.js +3 -3
- package/dist-cjs/commands/StartReplicationTaskCommand.js +3 -3
- package/dist-cjs/commands/StopReplicationCommand.js +46 -0
- package/dist-cjs/commands/StopReplicationTaskCommand.js +3 -3
- package/dist-cjs/commands/TestConnectionCommand.js +3 -3
- package/dist-cjs/commands/UpdateSubscriptionsToEventBridgeCommand.js +3 -3
- package/dist-cjs/commands/index.js +9 -0
- package/dist-cjs/models/DatabaseMigrationServiceServiceException.js +1 -1
- package/dist-cjs/models/models_0.js +30 -21
- 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 +566 -4
- package/dist-cjs/runtimeConfig.browser.js +7 -7
- package/dist-cjs/runtimeConfig.js +10 -10
- package/dist-cjs/runtimeConfig.shared.js +4 -4
- package/dist-cjs/waiters/waitForEndpointDeleted.js +1 -1
- package/dist-cjs/waiters/waitForReplicationInstanceAvailable.js +1 -1
- package/dist-cjs/waiters/waitForReplicationInstanceDeleted.js +1 -1
- package/dist-cjs/waiters/waitForReplicationTaskDeleted.js +1 -1
- package/dist-cjs/waiters/waitForReplicationTaskReady.js +1 -1
- package/dist-cjs/waiters/waitForReplicationTaskRunning.js +1 -1
- package/dist-cjs/waiters/waitForReplicationTaskStopped.js +1 -1
- package/dist-cjs/waiters/waitForTestConnectionSucceeds.js +1 -1
- package/dist-es/DatabaseMigrationService.js +19 -1
- package/dist-es/DatabaseMigrationServiceClient.js +5 -5
- package/dist-es/commands/AddTagsToResourceCommand.js +3 -3
- package/dist-es/commands/ApplyPendingMaintenanceActionCommand.js +3 -3
- package/dist-es/commands/BatchStartRecommendationsCommand.js +3 -3
- package/dist-es/commands/CancelReplicationTaskAssessmentRunCommand.js +3 -3
- package/dist-es/commands/CreateEndpointCommand.js +3 -3
- package/dist-es/commands/CreateEventSubscriptionCommand.js +3 -3
- package/dist-es/commands/CreateFleetAdvisorCollectorCommand.js +3 -3
- package/dist-es/commands/CreateReplicationConfigCommand.js +42 -0
- package/dist-es/commands/CreateReplicationInstanceCommand.js +3 -3
- package/dist-es/commands/CreateReplicationSubnetGroupCommand.js +3 -3
- package/dist-es/commands/CreateReplicationTaskCommand.js +3 -3
- package/dist-es/commands/DeleteCertificateCommand.js +3 -3
- package/dist-es/commands/DeleteConnectionCommand.js +3 -3
- package/dist-es/commands/DeleteEndpointCommand.js +3 -3
- package/dist-es/commands/DeleteEventSubscriptionCommand.js +3 -3
- package/dist-es/commands/DeleteFleetAdvisorCollectorCommand.js +3 -3
- package/dist-es/commands/DeleteFleetAdvisorDatabasesCommand.js +3 -3
- package/dist-es/commands/DeleteReplicationConfigCommand.js +42 -0
- package/dist-es/commands/DeleteReplicationInstanceCommand.js +3 -3
- package/dist-es/commands/DeleteReplicationSubnetGroupCommand.js +3 -3
- package/dist-es/commands/DeleteReplicationTaskAssessmentRunCommand.js +3 -3
- package/dist-es/commands/DeleteReplicationTaskCommand.js +3 -3
- package/dist-es/commands/DescribeAccountAttributesCommand.js +3 -3
- package/dist-es/commands/DescribeApplicableIndividualAssessmentsCommand.js +3 -3
- package/dist-es/commands/DescribeCertificatesCommand.js +3 -3
- package/dist-es/commands/DescribeConnectionsCommand.js +3 -3
- package/dist-es/commands/DescribeEndpointSettingsCommand.js +3 -3
- package/dist-es/commands/DescribeEndpointTypesCommand.js +3 -3
- package/dist-es/commands/DescribeEndpointsCommand.js +3 -3
- package/dist-es/commands/DescribeEventCategoriesCommand.js +3 -3
- package/dist-es/commands/DescribeEventSubscriptionsCommand.js +3 -3
- package/dist-es/commands/DescribeEventsCommand.js +3 -3
- package/dist-es/commands/DescribeFleetAdvisorCollectorsCommand.js +3 -3
- package/dist-es/commands/DescribeFleetAdvisorDatabasesCommand.js +3 -3
- package/dist-es/commands/DescribeFleetAdvisorLsaAnalysisCommand.js +3 -3
- package/dist-es/commands/DescribeFleetAdvisorSchemaObjectSummaryCommand.js +3 -3
- package/dist-es/commands/DescribeFleetAdvisorSchemasCommand.js +3 -3
- package/dist-es/commands/DescribeOrderableReplicationInstancesCommand.js +3 -3
- package/dist-es/commands/DescribePendingMaintenanceActionsCommand.js +3 -3
- package/dist-es/commands/DescribeRecommendationLimitationsCommand.js +3 -3
- package/dist-es/commands/DescribeRecommendationsCommand.js +3 -3
- package/dist-es/commands/DescribeRefreshSchemasStatusCommand.js +3 -3
- package/dist-es/commands/DescribeReplicationConfigsCommand.js +42 -0
- package/dist-es/commands/DescribeReplicationInstanceTaskLogsCommand.js +3 -3
- package/dist-es/commands/DescribeReplicationInstancesCommand.js +3 -3
- package/dist-es/commands/DescribeReplicationSubnetGroupsCommand.js +3 -3
- package/dist-es/commands/DescribeReplicationTableStatisticsCommand.js +42 -0
- package/dist-es/commands/DescribeReplicationTaskAssessmentResultsCommand.js +3 -3
- package/dist-es/commands/DescribeReplicationTaskAssessmentRunsCommand.js +3 -3
- package/dist-es/commands/DescribeReplicationTaskIndividualAssessmentsCommand.js +3 -3
- package/dist-es/commands/DescribeReplicationTasksCommand.js +3 -3
- package/dist-es/commands/DescribeReplicationsCommand.js +42 -0
- package/dist-es/commands/DescribeSchemasCommand.js +3 -3
- package/dist-es/commands/DescribeTableStatisticsCommand.js +3 -3
- package/dist-es/commands/ImportCertificateCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/ModifyEndpointCommand.js +3 -3
- package/dist-es/commands/ModifyEventSubscriptionCommand.js +3 -3
- package/dist-es/commands/ModifyReplicationConfigCommand.js +42 -0
- package/dist-es/commands/ModifyReplicationInstanceCommand.js +3 -3
- package/dist-es/commands/ModifyReplicationSubnetGroupCommand.js +3 -3
- package/dist-es/commands/ModifyReplicationTaskCommand.js +3 -3
- package/dist-es/commands/MoveReplicationTaskCommand.js +3 -3
- package/dist-es/commands/RebootReplicationInstanceCommand.js +3 -3
- package/dist-es/commands/RefreshSchemasCommand.js +3 -3
- package/dist-es/commands/ReloadReplicationTablesCommand.js +42 -0
- package/dist-es/commands/ReloadTablesCommand.js +3 -3
- package/dist-es/commands/RemoveTagsFromResourceCommand.js +3 -3
- package/dist-es/commands/RunFleetAdvisorLsaAnalysisCommand.js +3 -3
- package/dist-es/commands/StartRecommendationsCommand.js +3 -3
- package/dist-es/commands/StartReplicationCommand.js +42 -0
- package/dist-es/commands/StartReplicationTaskAssessmentCommand.js +3 -3
- package/dist-es/commands/StartReplicationTaskAssessmentRunCommand.js +3 -3
- package/dist-es/commands/StartReplicationTaskCommand.js +3 -3
- package/dist-es/commands/StopReplicationCommand.js +42 -0
- package/dist-es/commands/StopReplicationTaskCommand.js +3 -3
- package/dist-es/commands/TestConnectionCommand.js +3 -3
- package/dist-es/commands/UpdateSubscriptionsToEventBridgeCommand.js +3 -3
- package/dist-es/commands/index.js +9 -0
- package/dist-es/models/DatabaseMigrationServiceServiceException.js +1 -1
- package/dist-es/models/models_0.js +27 -18
- 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 +544 -1
- package/dist-es/runtimeConfig.browser.js +7 -7
- package/dist-es/runtimeConfig.js +10 -10
- package/dist-es/runtimeConfig.shared.js +4 -4
- package/dist-es/waiters/waitForEndpointDeleted.js +1 -1
- package/dist-es/waiters/waitForReplicationInstanceAvailable.js +1 -1
- package/dist-es/waiters/waitForReplicationInstanceDeleted.js +1 -1
- package/dist-es/waiters/waitForReplicationTaskDeleted.js +1 -1
- package/dist-es/waiters/waitForReplicationTaskReady.js +1 -1
- package/dist-es/waiters/waitForReplicationTaskRunning.js +1 -1
- package/dist-es/waiters/waitForReplicationTaskStopped.js +1 -1
- package/dist-es/waiters/waitForTestConnectionSucceeds.js +1 -1
- package/dist-types/DatabaseMigrationService.d.ts +64 -1
- package/dist-types/DatabaseMigrationServiceClient.d.ts +19 -10
- package/dist-types/commands/AddTagsToResourceCommand.d.ts +3 -3
- package/dist-types/commands/ApplyPendingMaintenanceActionCommand.d.ts +3 -3
- package/dist-types/commands/BatchStartRecommendationsCommand.d.ts +3 -3
- package/dist-types/commands/CancelReplicationTaskAssessmentRunCommand.d.ts +3 -3
- package/dist-types/commands/CreateEndpointCommand.d.ts +33 -3
- package/dist-types/commands/CreateEventSubscriptionCommand.d.ts +3 -3
- package/dist-types/commands/CreateFleetAdvisorCollectorCommand.d.ts +3 -3
- package/dist-types/commands/CreateReplicationConfigCommand.d.ts +151 -0
- package/dist-types/commands/CreateReplicationInstanceCommand.d.ts +4 -4
- package/dist-types/commands/CreateReplicationSubnetGroupCommand.d.ts +8 -4
- package/dist-types/commands/CreateReplicationTaskCommand.d.ts +3 -3
- package/dist-types/commands/DeleteCertificateCommand.d.ts +3 -3
- package/dist-types/commands/DeleteConnectionCommand.d.ts +3 -3
- package/dist-types/commands/DeleteEndpointCommand.d.ts +18 -3
- package/dist-types/commands/DeleteEventSubscriptionCommand.d.ts +3 -3
- package/dist-types/commands/DeleteFleetAdvisorCollectorCommand.d.ts +3 -3
- package/dist-types/commands/DeleteFleetAdvisorDatabasesCommand.d.ts +3 -3
- package/dist-types/commands/DeleteReplicationConfigCommand.d.ts +109 -0
- package/dist-types/commands/DeleteReplicationInstanceCommand.d.ts +3 -3
- package/dist-types/commands/DeleteReplicationSubnetGroupCommand.d.ts +3 -3
- package/dist-types/commands/DeleteReplicationTaskAssessmentRunCommand.d.ts +3 -3
- package/dist-types/commands/DeleteReplicationTaskCommand.d.ts +3 -3
- package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +3 -3
- package/dist-types/commands/DescribeApplicableIndividualAssessmentsCommand.d.ts +3 -3
- package/dist-types/commands/DescribeCertificatesCommand.d.ts +3 -3
- package/dist-types/commands/DescribeConnectionsCommand.d.ts +3 -3
- package/dist-types/commands/DescribeEndpointSettingsCommand.d.ts +3 -3
- package/dist-types/commands/DescribeEndpointTypesCommand.d.ts +3 -3
- package/dist-types/commands/DescribeEndpointsCommand.d.ts +18 -3
- package/dist-types/commands/DescribeEventCategoriesCommand.d.ts +3 -3
- package/dist-types/commands/DescribeEventSubscriptionsCommand.d.ts +3 -3
- package/dist-types/commands/DescribeEventsCommand.d.ts +3 -3
- package/dist-types/commands/DescribeFleetAdvisorCollectorsCommand.d.ts +3 -3
- package/dist-types/commands/DescribeFleetAdvisorDatabasesCommand.d.ts +3 -3
- package/dist-types/commands/DescribeFleetAdvisorLsaAnalysisCommand.d.ts +3 -3
- package/dist-types/commands/DescribeFleetAdvisorSchemaObjectSummaryCommand.d.ts +3 -3
- package/dist-types/commands/DescribeFleetAdvisorSchemasCommand.d.ts +3 -3
- package/dist-types/commands/DescribeOrderableReplicationInstancesCommand.d.ts +3 -3
- package/dist-types/commands/DescribePendingMaintenanceActionsCommand.d.ts +3 -3
- package/dist-types/commands/DescribeRecommendationLimitationsCommand.d.ts +3 -3
- package/dist-types/commands/DescribeRecommendationsCommand.d.ts +5 -3
- package/dist-types/commands/DescribeRefreshSchemasStatusCommand.d.ts +3 -3
- package/dist-types/commands/DescribeReplicationConfigsCommand.d.ts +112 -0
- package/dist-types/commands/DescribeReplicationInstanceTaskLogsCommand.d.ts +3 -3
- package/dist-types/commands/DescribeReplicationInstancesCommand.d.ts +3 -3
- package/dist-types/commands/DescribeReplicationSubnetGroupsCommand.d.ts +3 -3
- package/dist-types/commands/DescribeReplicationTableStatisticsCommand.d.ts +118 -0
- package/dist-types/commands/DescribeReplicationTaskAssessmentResultsCommand.d.ts +3 -3
- package/dist-types/commands/DescribeReplicationTaskAssessmentRunsCommand.d.ts +3 -3
- package/dist-types/commands/DescribeReplicationTaskIndividualAssessmentsCommand.d.ts +3 -3
- package/dist-types/commands/DescribeReplicationTasksCommand.d.ts +3 -3
- package/dist-types/commands/DescribeReplicationsCommand.d.ts +129 -0
- package/dist-types/commands/DescribeSchemasCommand.d.ts +3 -3
- package/dist-types/commands/DescribeTableStatisticsCommand.d.ts +3 -3
- package/dist-types/commands/ImportCertificateCommand.d.ts +3 -3
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
- package/dist-types/commands/ModifyEndpointCommand.d.ts +33 -3
- package/dist-types/commands/ModifyEventSubscriptionCommand.d.ts +3 -3
- package/dist-types/commands/ModifyReplicationConfigCommand.d.ts +143 -0
- package/dist-types/commands/ModifyReplicationInstanceCommand.d.ts +3 -3
- package/dist-types/commands/ModifyReplicationSubnetGroupCommand.d.ts +4 -4
- package/dist-types/commands/ModifyReplicationTaskCommand.d.ts +3 -3
- package/dist-types/commands/MoveReplicationTaskCommand.d.ts +3 -3
- package/dist-types/commands/RebootReplicationInstanceCommand.d.ts +3 -3
- package/dist-types/commands/RefreshSchemasCommand.d.ts +3 -3
- package/dist-types/commands/ReloadReplicationTablesCommand.d.ts +89 -0
- package/dist-types/commands/ReloadTablesCommand.d.ts +3 -3
- package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +3 -3
- package/dist-types/commands/RunFleetAdvisorLsaAnalysisCommand.d.ts +3 -3
- package/dist-types/commands/StartRecommendationsCommand.d.ts +3 -3
- package/dist-types/commands/StartReplicationCommand.d.ts +130 -0
- package/dist-types/commands/StartReplicationTaskAssessmentCommand.d.ts +3 -3
- package/dist-types/commands/StartReplicationTaskAssessmentRunCommand.d.ts +3 -3
- package/dist-types/commands/StartReplicationTaskCommand.d.ts +3 -3
- package/dist-types/commands/StopReplicationCommand.d.ts +124 -0
- package/dist-types/commands/StopReplicationTaskCommand.d.ts +3 -3
- package/dist-types/commands/TestConnectionCommand.d.ts +3 -3
- package/dist-types/commands/UpdateSubscriptionsToEventBridgeCommand.d.ts +3 -3
- package/dist-types/commands/index.d.ts +9 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +1 -2
- package/dist-types/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/endpoint/ruleset.d.ts +1 -1
- package/dist-types/models/DatabaseMigrationServiceServiceException.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +1236 -345
- package/dist-types/pagination/DescribeApplicableIndividualAssessmentsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeCertificatesPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeConnectionsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeEndpointSettingsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeEndpointTypesPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeEndpointsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeEventSubscriptionsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeEventsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeFleetAdvisorCollectorsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeFleetAdvisorDatabasesPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeFleetAdvisorLsaAnalysisPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeFleetAdvisorSchemaObjectSummaryPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeFleetAdvisorSchemasPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeOrderableReplicationInstancesPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribePendingMaintenanceActionsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeRecommendationLimitationsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeRecommendationsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeReplicationConfigsPaginator.d.ts +7 -0
- package/dist-types/pagination/DescribeReplicationInstanceTaskLogsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeReplicationInstancesPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeReplicationSubnetGroupsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeReplicationTableStatisticsPaginator.d.ts +7 -0
- package/dist-types/pagination/DescribeReplicationTaskAssessmentResultsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeReplicationTaskAssessmentRunsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeReplicationTaskIndividualAssessmentsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeReplicationTasksPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeReplicationsPaginator.d.ts +7 -0
- package/dist-types/pagination/DescribeSchemasPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeTableStatisticsPaginator.d.ts +1 -1
- package/dist-types/pagination/Interfaces.d.ts +1 -1
- package/dist-types/pagination/index.d.ts +3 -0
- package/dist-types/protocols/Aws_json1_1.d.ts +81 -0
- package/dist-types/runtimeConfig.browser.d.ts +20 -20
- package/dist-types/runtimeConfig.d.ts +20 -20
- package/dist-types/runtimeConfig.native.d.ts +19 -19
- package/dist-types/runtimeConfig.shared.d.ts +4 -4
- package/dist-types/ts3.4/DatabaseMigrationService.d.ts +160 -1
- package/dist-types/ts3.4/DatabaseMigrationServiceClient.d.ts +73 -21
- package/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/ApplyPendingMaintenanceActionCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/BatchStartRecommendationsCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/CancelReplicationTaskAssessmentRunCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/CreateEndpointCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/CreateEventSubscriptionCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/CreateFleetAdvisorCollectorCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/CreateReplicationConfigCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/CreateReplicationInstanceCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/CreateReplicationSubnetGroupCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/CreateReplicationTaskCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DeleteCertificateCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DeleteConnectionCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DeleteEndpointCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DeleteEventSubscriptionCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DeleteFleetAdvisorCollectorCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DeleteFleetAdvisorDatabasesCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DeleteReplicationConfigCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DeleteReplicationInstanceCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DeleteReplicationSubnetGroupCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DeleteReplicationTaskAssessmentRunCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DeleteReplicationTaskCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DescribeAccountAttributesCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DescribeApplicableIndividualAssessmentsCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DescribeCertificatesCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DescribeConnectionsCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DescribeEndpointSettingsCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DescribeEndpointTypesCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DescribeEndpointsCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DescribeEventCategoriesCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DescribeEventSubscriptionsCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DescribeFleetAdvisorCollectorsCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DescribeFleetAdvisorDatabasesCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DescribeFleetAdvisorLsaAnalysisCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DescribeFleetAdvisorSchemaObjectSummaryCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DescribeFleetAdvisorSchemasCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DescribeOrderableReplicationInstancesCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DescribePendingMaintenanceActionsCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DescribeRecommendationLimitationsCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DescribeRecommendationsCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DescribeRefreshSchemasStatusCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DescribeReplicationConfigsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeReplicationInstanceTaskLogsCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DescribeReplicationInstancesCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DescribeReplicationSubnetGroupsCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DescribeReplicationTableStatisticsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeReplicationTaskAssessmentResultsCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DescribeReplicationTaskAssessmentRunsCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DescribeReplicationTaskIndividualAssessmentsCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DescribeReplicationTasksCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DescribeReplicationsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeSchemasCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DescribeTableStatisticsCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/ImportCertificateCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/ModifyEndpointCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/ModifyEventSubscriptionCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/ModifyReplicationConfigCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ModifyReplicationInstanceCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/ModifyReplicationSubnetGroupCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/ModifyReplicationTaskCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/MoveReplicationTaskCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/RebootReplicationInstanceCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/RefreshSchemasCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/ReloadReplicationTablesCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ReloadTablesCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/RunFleetAdvisorLsaAnalysisCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/StartRecommendationsCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/StartReplicationCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/StartReplicationTaskAssessmentCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/StartReplicationTaskAssessmentRunCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/StartReplicationTaskCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/StopReplicationCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/StopReplicationTaskCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/TestConnectionCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/UpdateSubscriptionsToEventBridgeCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/index.d.ts +9 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +3 -2
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/ruleset.d.ts +1 -1
- package/dist-types/ts3.4/models/DatabaseMigrationServiceServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +236 -48
- package/dist-types/ts3.4/pagination/DescribeApplicableIndividualAssessmentsPaginator.d.ts +1 -1
- package/dist-types/ts3.4/pagination/DescribeCertificatesPaginator.d.ts +1 -1
- package/dist-types/ts3.4/pagination/DescribeConnectionsPaginator.d.ts +1 -1
- package/dist-types/ts3.4/pagination/DescribeEndpointSettingsPaginator.d.ts +1 -1
- package/dist-types/ts3.4/pagination/DescribeEndpointTypesPaginator.d.ts +1 -1
- package/dist-types/ts3.4/pagination/DescribeEndpointsPaginator.d.ts +1 -1
- package/dist-types/ts3.4/pagination/DescribeEventSubscriptionsPaginator.d.ts +1 -1
- package/dist-types/ts3.4/pagination/DescribeEventsPaginator.d.ts +1 -1
- package/dist-types/ts3.4/pagination/DescribeFleetAdvisorCollectorsPaginator.d.ts +1 -1
- package/dist-types/ts3.4/pagination/DescribeFleetAdvisorDatabasesPaginator.d.ts +1 -1
- package/dist-types/ts3.4/pagination/DescribeFleetAdvisorLsaAnalysisPaginator.d.ts +1 -1
- package/dist-types/ts3.4/pagination/DescribeFleetAdvisorSchemaObjectSummaryPaginator.d.ts +1 -1
- package/dist-types/ts3.4/pagination/DescribeFleetAdvisorSchemasPaginator.d.ts +1 -1
- package/dist-types/ts3.4/pagination/DescribeOrderableReplicationInstancesPaginator.d.ts +1 -1
- package/dist-types/ts3.4/pagination/DescribePendingMaintenanceActionsPaginator.d.ts +1 -1
- package/dist-types/ts3.4/pagination/DescribeRecommendationLimitationsPaginator.d.ts +1 -1
- package/dist-types/ts3.4/pagination/DescribeRecommendationsPaginator.d.ts +1 -1
- package/dist-types/ts3.4/pagination/DescribeReplicationConfigsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeReplicationInstanceTaskLogsPaginator.d.ts +1 -1
- package/dist-types/ts3.4/pagination/DescribeReplicationInstancesPaginator.d.ts +1 -1
- package/dist-types/ts3.4/pagination/DescribeReplicationSubnetGroupsPaginator.d.ts +1 -1
- package/dist-types/ts3.4/pagination/DescribeReplicationTableStatisticsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeReplicationTaskAssessmentResultsPaginator.d.ts +1 -1
- package/dist-types/ts3.4/pagination/DescribeReplicationTaskAssessmentRunsPaginator.d.ts +1 -1
- package/dist-types/ts3.4/pagination/DescribeReplicationTaskIndividualAssessmentsPaginator.d.ts +1 -1
- package/dist-types/ts3.4/pagination/DescribeReplicationTasksPaginator.d.ts +1 -1
- package/dist-types/ts3.4/pagination/DescribeReplicationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeSchemasPaginator.d.ts +1 -1
- package/dist-types/ts3.4/pagination/DescribeTableStatisticsPaginator.d.ts +1 -1
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -1
- 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/dist-types/ts3.4/runtimeConfig.browser.d.ts +35 -40
- package/dist-types/ts3.4/runtimeConfig.d.ts +35 -37
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +33 -38
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -4
- package/dist-types/ts3.4/waiters/waitForEndpointDeleted.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForReplicationInstanceAvailable.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForReplicationInstanceDeleted.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForReplicationTaskDeleted.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForReplicationTaskReady.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForReplicationTaskRunning.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForReplicationTaskStopped.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForTestConnectionSucceeds.d.ts +1 -1
- package/dist-types/waiters/waitForEndpointDeleted.d.ts +1 -1
- package/dist-types/waiters/waitForReplicationInstanceAvailable.d.ts +1 -1
- package/dist-types/waiters/waitForReplicationInstanceDeleted.d.ts +1 -1
- package/dist-types/waiters/waitForReplicationTaskDeleted.d.ts +1 -1
- package/dist-types/waiters/waitForReplicationTaskReady.d.ts +1 -1
- package/dist-types/waiters/waitForReplicationTaskRunning.d.ts +1 -1
- package/dist-types/waiters/waitForReplicationTaskStopped.d.ts +1 -1
- package/dist-types/waiters/waitForTestConnectionSucceeds.d.ts +1 -1
- package/package.json +32 -31
|
@@ -0,0 +1,129 @@
|
|
|
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 { DescribeReplicationsMessage, DescribeReplicationsResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link DescribeReplicationsCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface DescribeReplicationsCommandInput extends DescribeReplicationsMessage {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link DescribeReplicationsCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface DescribeReplicationsCommandOutput extends DescribeReplicationsResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* @public
|
|
26
|
+
* <p>Provides details on replication progress by returning status information for one or more
|
|
27
|
+
* provisioned DMS Serverless replications.</p>
|
|
28
|
+
* @example
|
|
29
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
30
|
+
* ```javascript
|
|
31
|
+
* import { DatabaseMigrationServiceClient, DescribeReplicationsCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
|
|
32
|
+
* // const { DatabaseMigrationServiceClient, DescribeReplicationsCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
|
|
33
|
+
* const client = new DatabaseMigrationServiceClient(config);
|
|
34
|
+
* const input = { // DescribeReplicationsMessage
|
|
35
|
+
* Filters: [ // FilterList
|
|
36
|
+
* { // Filter
|
|
37
|
+
* Name: "STRING_VALUE", // required
|
|
38
|
+
* Values: [ // FilterValueList // required
|
|
39
|
+
* "STRING_VALUE",
|
|
40
|
+
* ],
|
|
41
|
+
* },
|
|
42
|
+
* ],
|
|
43
|
+
* MaxRecords: Number("int"),
|
|
44
|
+
* Marker: "STRING_VALUE",
|
|
45
|
+
* };
|
|
46
|
+
* const command = new DescribeReplicationsCommand(input);
|
|
47
|
+
* const response = await client.send(command);
|
|
48
|
+
* // { // DescribeReplicationsResponse
|
|
49
|
+
* // Marker: "STRING_VALUE",
|
|
50
|
+
* // Replications: [ // ReplicationList
|
|
51
|
+
* // { // Replication
|
|
52
|
+
* // ReplicationConfigIdentifier: "STRING_VALUE",
|
|
53
|
+
* // ReplicationConfigArn: "STRING_VALUE",
|
|
54
|
+
* // SourceEndpointArn: "STRING_VALUE",
|
|
55
|
+
* // TargetEndpointArn: "STRING_VALUE",
|
|
56
|
+
* // ReplicationType: "full-load" || "cdc" || "full-load-and-cdc",
|
|
57
|
+
* // Status: "STRING_VALUE",
|
|
58
|
+
* // ProvisionData: { // ProvisionData
|
|
59
|
+
* // ProvisionState: "STRING_VALUE",
|
|
60
|
+
* // ProvisionedCapacityUnits: Number("int"),
|
|
61
|
+
* // DateProvisioned: new Date("TIMESTAMP"),
|
|
62
|
+
* // IsNewProvisioningAvailable: true || false,
|
|
63
|
+
* // DateNewProvisioningDataAvailable: new Date("TIMESTAMP"),
|
|
64
|
+
* // ReasonForNewProvisioningData: "STRING_VALUE",
|
|
65
|
+
* // },
|
|
66
|
+
* // StopReason: "STRING_VALUE",
|
|
67
|
+
* // FailureMessages: [ // StringList
|
|
68
|
+
* // "STRING_VALUE",
|
|
69
|
+
* // ],
|
|
70
|
+
* // ReplicationStats: { // ReplicationStats
|
|
71
|
+
* // FullLoadProgressPercent: Number("int"),
|
|
72
|
+
* // ElapsedTimeMillis: Number("long"),
|
|
73
|
+
* // TablesLoaded: Number("int"),
|
|
74
|
+
* // TablesLoading: Number("int"),
|
|
75
|
+
* // TablesQueued: Number("int"),
|
|
76
|
+
* // TablesErrored: Number("int"),
|
|
77
|
+
* // FreshStartDate: new Date("TIMESTAMP"),
|
|
78
|
+
* // StartDate: new Date("TIMESTAMP"),
|
|
79
|
+
* // StopDate: new Date("TIMESTAMP"),
|
|
80
|
+
* // FullLoadStartDate: new Date("TIMESTAMP"),
|
|
81
|
+
* // FullLoadFinishDate: new Date("TIMESTAMP"),
|
|
82
|
+
* // },
|
|
83
|
+
* // StartReplicationType: "STRING_VALUE",
|
|
84
|
+
* // CdcStartTime: new Date("TIMESTAMP"),
|
|
85
|
+
* // CdcStartPosition: "STRING_VALUE",
|
|
86
|
+
* // CdcStopPosition: "STRING_VALUE",
|
|
87
|
+
* // RecoveryCheckpoint: "STRING_VALUE",
|
|
88
|
+
* // ReplicationCreateTime: new Date("TIMESTAMP"),
|
|
89
|
+
* // ReplicationUpdateTime: new Date("TIMESTAMP"),
|
|
90
|
+
* // ReplicationLastStopTime: new Date("TIMESTAMP"),
|
|
91
|
+
* // },
|
|
92
|
+
* // ],
|
|
93
|
+
* // };
|
|
94
|
+
*
|
|
95
|
+
* ```
|
|
96
|
+
*
|
|
97
|
+
* @param DescribeReplicationsCommandInput - {@link DescribeReplicationsCommandInput}
|
|
98
|
+
* @returns {@link DescribeReplicationsCommandOutput}
|
|
99
|
+
* @see {@link DescribeReplicationsCommandInput} for command's `input` shape.
|
|
100
|
+
* @see {@link DescribeReplicationsCommandOutput} for command's `response` shape.
|
|
101
|
+
* @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
|
|
102
|
+
*
|
|
103
|
+
* @throws {@link ResourceNotFoundFault} (client fault)
|
|
104
|
+
* <p>The resource could not be found.</p>
|
|
105
|
+
*
|
|
106
|
+
* @throws {@link DatabaseMigrationServiceServiceException}
|
|
107
|
+
* <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
|
|
108
|
+
*
|
|
109
|
+
*/
|
|
110
|
+
export declare class DescribeReplicationsCommand extends $Command<DescribeReplicationsCommandInput, DescribeReplicationsCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
|
|
111
|
+
readonly input: DescribeReplicationsCommandInput;
|
|
112
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
113
|
+
/**
|
|
114
|
+
* @public
|
|
115
|
+
*/
|
|
116
|
+
constructor(input: DescribeReplicationsCommandInput);
|
|
117
|
+
/**
|
|
118
|
+
* @internal
|
|
119
|
+
*/
|
|
120
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DatabaseMigrationServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeReplicationsCommandInput, DescribeReplicationsCommandOutput>;
|
|
121
|
+
/**
|
|
122
|
+
* @internal
|
|
123
|
+
*/
|
|
124
|
+
private serialize;
|
|
125
|
+
/**
|
|
126
|
+
* @internal
|
|
127
|
+
*/
|
|
128
|
+
private deserialize;
|
|
129
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@
|
|
2
|
-
import { Command as $Command } from "@
|
|
3
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@
|
|
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
4
|
import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
|
|
5
5
|
import { DescribeSchemasMessage, DescribeSchemasResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@
|
|
2
|
-
import { Command as $Command } from "@
|
|
3
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@
|
|
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
4
|
import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
|
|
5
5
|
import { DescribeTableStatisticsMessage, DescribeTableStatisticsResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@
|
|
2
|
-
import { Command as $Command } from "@
|
|
3
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@
|
|
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
4
|
import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
|
|
5
5
|
import { ImportCertificateMessage, ImportCertificateResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@
|
|
2
|
-
import { Command as $Command } from "@
|
|
3
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@
|
|
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
4
|
import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
|
|
5
5
|
import { ListTagsForResourceMessage, ListTagsForResourceResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@
|
|
2
|
-
import { Command as $Command } from "@
|
|
3
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@
|
|
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
4
|
import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
|
|
5
5
|
import { ModifyEndpointMessage, ModifyEndpointResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
@@ -117,6 +117,8 @@ export interface ModifyEndpointCommandOutput extends ModifyEndpointResponse, __M
|
|
|
117
117
|
* KmsKeyId: "STRING_VALUE",
|
|
118
118
|
* SecretsManagerAccessRoleArn: "STRING_VALUE",
|
|
119
119
|
* SecretsManagerSecretId: "STRING_VALUE",
|
|
120
|
+
* UseUpdateLookUp: true || false,
|
|
121
|
+
* ReplicateShardCollections: true || false,
|
|
120
122
|
* },
|
|
121
123
|
* KinesisSettings: { // KinesisSettings
|
|
122
124
|
* StreamArn: "STRING_VALUE",
|
|
@@ -150,6 +152,7 @@ export interface ModifyEndpointCommandOutput extends ModifyEndpointResponse, __M
|
|
|
150
152
|
* SaslPassword: "STRING_VALUE",
|
|
151
153
|
* NoHexPrefix: true || false,
|
|
152
154
|
* SaslMechanism: "scram-sha-512" || "plain",
|
|
155
|
+
* SslEndpointIdentificationAlgorithm: "none" || "https",
|
|
153
156
|
* },
|
|
154
157
|
* ElasticsearchSettings: { // ElasticsearchSettings
|
|
155
158
|
* ServiceAccessRoleArn: "STRING_VALUE", // required
|
|
@@ -221,6 +224,8 @@ export interface ModifyEndpointCommandOutput extends ModifyEndpointResponse, __M
|
|
|
221
224
|
* SecretsManagerSecretId: "STRING_VALUE",
|
|
222
225
|
* TrimSpaceInChar: true || false,
|
|
223
226
|
* MapBooleanAsBoolean: true || false,
|
|
227
|
+
* MapJsonbAsClob: true || false,
|
|
228
|
+
* MapLongVarcharAs: "wstring" || "clob" || "nclob",
|
|
224
229
|
* },
|
|
225
230
|
* MySQLSettings: { // MySQLSettings
|
|
226
231
|
* AfterConnectScript: "STRING_VALUE",
|
|
@@ -283,6 +288,7 @@ export interface ModifyEndpointCommandOutput extends ModifyEndpointResponse, __M
|
|
|
283
288
|
* SecretsManagerOracleAsmSecretId: "STRING_VALUE",
|
|
284
289
|
* TrimSpaceInChar: true || false,
|
|
285
290
|
* ConvertTimestampWithZoneToUTC: true || false,
|
|
291
|
+
* OpenTransactionWindow: Number("int"),
|
|
286
292
|
* },
|
|
287
293
|
* SybaseSettings: { // SybaseSettings
|
|
288
294
|
* DatabaseName: "STRING_VALUE",
|
|
@@ -336,6 +342,8 @@ export interface ModifyEndpointCommandOutput extends ModifyEndpointResponse, __M
|
|
|
336
342
|
* KmsKeyId: "STRING_VALUE",
|
|
337
343
|
* SecretsManagerAccessRoleArn: "STRING_VALUE",
|
|
338
344
|
* SecretsManagerSecretId: "STRING_VALUE",
|
|
345
|
+
* UseUpdateLookUp: true || false,
|
|
346
|
+
* ReplicateShardCollections: true || false,
|
|
339
347
|
* },
|
|
340
348
|
* RedisSettings: { // RedisSettings
|
|
341
349
|
* ServerName: "STRING_VALUE", // required
|
|
@@ -363,6 +371,13 @@ export interface ModifyEndpointCommandOutput extends ModifyEndpointResponse, __M
|
|
|
363
371
|
* SecretsManagerAccessRoleArn: "STRING_VALUE",
|
|
364
372
|
* SecretsManagerSecretId: "STRING_VALUE",
|
|
365
373
|
* },
|
|
374
|
+
* TimestreamSettings: { // TimestreamSettings
|
|
375
|
+
* DatabaseName: "STRING_VALUE", // required
|
|
376
|
+
* MemoryDuration: Number("int"), // required
|
|
377
|
+
* MagneticDuration: Number("int"), // required
|
|
378
|
+
* CdcInsertsAndUpdates: true || false,
|
|
379
|
+
* EnableMagneticStoreWrites: true || false,
|
|
380
|
+
* },
|
|
366
381
|
* };
|
|
367
382
|
* const command = new ModifyEndpointCommand(input);
|
|
368
383
|
* const response = await client.send(command);
|
|
@@ -450,6 +465,8 @@ export interface ModifyEndpointCommandOutput extends ModifyEndpointResponse, __M
|
|
|
450
465
|
* // KmsKeyId: "STRING_VALUE",
|
|
451
466
|
* // SecretsManagerAccessRoleArn: "STRING_VALUE",
|
|
452
467
|
* // SecretsManagerSecretId: "STRING_VALUE",
|
|
468
|
+
* // UseUpdateLookUp: true || false,
|
|
469
|
+
* // ReplicateShardCollections: true || false,
|
|
453
470
|
* // },
|
|
454
471
|
* // KinesisSettings: { // KinesisSettings
|
|
455
472
|
* // StreamArn: "STRING_VALUE",
|
|
@@ -483,6 +500,7 @@ export interface ModifyEndpointCommandOutput extends ModifyEndpointResponse, __M
|
|
|
483
500
|
* // SaslPassword: "STRING_VALUE",
|
|
484
501
|
* // NoHexPrefix: true || false,
|
|
485
502
|
* // SaslMechanism: "scram-sha-512" || "plain",
|
|
503
|
+
* // SslEndpointIdentificationAlgorithm: "none" || "https",
|
|
486
504
|
* // },
|
|
487
505
|
* // ElasticsearchSettings: { // ElasticsearchSettings
|
|
488
506
|
* // ServiceAccessRoleArn: "STRING_VALUE", // required
|
|
@@ -554,6 +572,8 @@ export interface ModifyEndpointCommandOutput extends ModifyEndpointResponse, __M
|
|
|
554
572
|
* // SecretsManagerSecretId: "STRING_VALUE",
|
|
555
573
|
* // TrimSpaceInChar: true || false,
|
|
556
574
|
* // MapBooleanAsBoolean: true || false,
|
|
575
|
+
* // MapJsonbAsClob: true || false,
|
|
576
|
+
* // MapLongVarcharAs: "wstring" || "clob" || "nclob",
|
|
557
577
|
* // },
|
|
558
578
|
* // MySQLSettings: { // MySQLSettings
|
|
559
579
|
* // AfterConnectScript: "STRING_VALUE",
|
|
@@ -616,6 +636,7 @@ export interface ModifyEndpointCommandOutput extends ModifyEndpointResponse, __M
|
|
|
616
636
|
* // SecretsManagerOracleAsmSecretId: "STRING_VALUE",
|
|
617
637
|
* // TrimSpaceInChar: true || false,
|
|
618
638
|
* // ConvertTimestampWithZoneToUTC: true || false,
|
|
639
|
+
* // OpenTransactionWindow: Number("int"),
|
|
619
640
|
* // },
|
|
620
641
|
* // SybaseSettings: { // SybaseSettings
|
|
621
642
|
* // DatabaseName: "STRING_VALUE",
|
|
@@ -669,6 +690,8 @@ export interface ModifyEndpointCommandOutput extends ModifyEndpointResponse, __M
|
|
|
669
690
|
* // KmsKeyId: "STRING_VALUE",
|
|
670
691
|
* // SecretsManagerAccessRoleArn: "STRING_VALUE",
|
|
671
692
|
* // SecretsManagerSecretId: "STRING_VALUE",
|
|
693
|
+
* // UseUpdateLookUp: true || false,
|
|
694
|
+
* // ReplicateShardCollections: true || false,
|
|
672
695
|
* // },
|
|
673
696
|
* // RedisSettings: { // RedisSettings
|
|
674
697
|
* // ServerName: "STRING_VALUE", // required
|
|
@@ -695,6 +718,13 @@ export interface ModifyEndpointCommandOutput extends ModifyEndpointResponse, __M
|
|
|
695
718
|
* // SecretsManagerAccessRoleArn: "STRING_VALUE",
|
|
696
719
|
* // SecretsManagerSecretId: "STRING_VALUE",
|
|
697
720
|
* // },
|
|
721
|
+
* // TimestreamSettings: { // TimestreamSettings
|
|
722
|
+
* // DatabaseName: "STRING_VALUE", // required
|
|
723
|
+
* // MemoryDuration: Number("int"), // required
|
|
724
|
+
* // MagneticDuration: Number("int"), // required
|
|
725
|
+
* // CdcInsertsAndUpdates: true || false,
|
|
726
|
+
* // EnableMagneticStoreWrites: true || false,
|
|
727
|
+
* // },
|
|
698
728
|
* // },
|
|
699
729
|
* // };
|
|
700
730
|
*
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@
|
|
2
|
-
import { Command as $Command } from "@
|
|
3
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@
|
|
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
4
|
import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
|
|
5
5
|
import { ModifyEventSubscriptionMessage, ModifyEventSubscriptionResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
@@ -0,0 +1,143 @@
|
|
|
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 { ModifyReplicationConfigMessage, ModifyReplicationConfigResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link ModifyReplicationConfigCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface ModifyReplicationConfigCommandInput extends ModifyReplicationConfigMessage {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link ModifyReplicationConfigCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface ModifyReplicationConfigCommandOutput extends ModifyReplicationConfigResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* @public
|
|
26
|
+
* <p>Modifies an existing DMS Serverless replication configuration that you can use
|
|
27
|
+
* to start a replication. This command includes input validation and logic to check
|
|
28
|
+
* the state of any replication that uses this configuration. You can only modify a replication
|
|
29
|
+
* configuration before any replication that uses it has started. As soon as you have initially
|
|
30
|
+
* started a replication with a given configuiration, you can't modify that configuration,
|
|
31
|
+
* even if you stop it.</p>
|
|
32
|
+
* <p>Other run statuses that allow you to run this command include FAILED and CREATED.
|
|
33
|
+
* A provisioning state that allows you to run this command is FAILED_PROVISION.</p>
|
|
34
|
+
* @example
|
|
35
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
36
|
+
* ```javascript
|
|
37
|
+
* import { DatabaseMigrationServiceClient, ModifyReplicationConfigCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
|
|
38
|
+
* // const { DatabaseMigrationServiceClient, ModifyReplicationConfigCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
|
|
39
|
+
* const client = new DatabaseMigrationServiceClient(config);
|
|
40
|
+
* const input = { // ModifyReplicationConfigMessage
|
|
41
|
+
* ReplicationConfigArn: "STRING_VALUE", // required
|
|
42
|
+
* ReplicationConfigIdentifier: "STRING_VALUE",
|
|
43
|
+
* ReplicationType: "full-load" || "cdc" || "full-load-and-cdc",
|
|
44
|
+
* TableMappings: "STRING_VALUE",
|
|
45
|
+
* ReplicationSettings: "STRING_VALUE",
|
|
46
|
+
* SupplementalSettings: "STRING_VALUE",
|
|
47
|
+
* ComputeConfig: { // ComputeConfig
|
|
48
|
+
* AvailabilityZone: "STRING_VALUE",
|
|
49
|
+
* DnsNameServers: "STRING_VALUE",
|
|
50
|
+
* KmsKeyId: "STRING_VALUE",
|
|
51
|
+
* MaxCapacityUnits: Number("int"),
|
|
52
|
+
* MinCapacityUnits: Number("int"),
|
|
53
|
+
* MultiAZ: true || false,
|
|
54
|
+
* PreferredMaintenanceWindow: "STRING_VALUE",
|
|
55
|
+
* ReplicationSubnetGroupId: "STRING_VALUE",
|
|
56
|
+
* VpcSecurityGroupIds: [ // StringList
|
|
57
|
+
* "STRING_VALUE",
|
|
58
|
+
* ],
|
|
59
|
+
* },
|
|
60
|
+
* SourceEndpointArn: "STRING_VALUE",
|
|
61
|
+
* TargetEndpointArn: "STRING_VALUE",
|
|
62
|
+
* };
|
|
63
|
+
* const command = new ModifyReplicationConfigCommand(input);
|
|
64
|
+
* const response = await client.send(command);
|
|
65
|
+
* // { // ModifyReplicationConfigResponse
|
|
66
|
+
* // ReplicationConfig: { // ReplicationConfig
|
|
67
|
+
* // ReplicationConfigIdentifier: "STRING_VALUE",
|
|
68
|
+
* // ReplicationConfigArn: "STRING_VALUE",
|
|
69
|
+
* // SourceEndpointArn: "STRING_VALUE",
|
|
70
|
+
* // TargetEndpointArn: "STRING_VALUE",
|
|
71
|
+
* // ReplicationType: "full-load" || "cdc" || "full-load-and-cdc",
|
|
72
|
+
* // ComputeConfig: { // ComputeConfig
|
|
73
|
+
* // AvailabilityZone: "STRING_VALUE",
|
|
74
|
+
* // DnsNameServers: "STRING_VALUE",
|
|
75
|
+
* // KmsKeyId: "STRING_VALUE",
|
|
76
|
+
* // MaxCapacityUnits: Number("int"),
|
|
77
|
+
* // MinCapacityUnits: Number("int"),
|
|
78
|
+
* // MultiAZ: true || false,
|
|
79
|
+
* // PreferredMaintenanceWindow: "STRING_VALUE",
|
|
80
|
+
* // ReplicationSubnetGroupId: "STRING_VALUE",
|
|
81
|
+
* // VpcSecurityGroupIds: [ // StringList
|
|
82
|
+
* // "STRING_VALUE",
|
|
83
|
+
* // ],
|
|
84
|
+
* // },
|
|
85
|
+
* // ReplicationSettings: "STRING_VALUE",
|
|
86
|
+
* // SupplementalSettings: "STRING_VALUE",
|
|
87
|
+
* // TableMappings: "STRING_VALUE",
|
|
88
|
+
* // ReplicationConfigCreateTime: new Date("TIMESTAMP"),
|
|
89
|
+
* // ReplicationConfigUpdateTime: new Date("TIMESTAMP"),
|
|
90
|
+
* // },
|
|
91
|
+
* // };
|
|
92
|
+
*
|
|
93
|
+
* ```
|
|
94
|
+
*
|
|
95
|
+
* @param ModifyReplicationConfigCommandInput - {@link ModifyReplicationConfigCommandInput}
|
|
96
|
+
* @returns {@link ModifyReplicationConfigCommandOutput}
|
|
97
|
+
* @see {@link ModifyReplicationConfigCommandInput} for command's `input` shape.
|
|
98
|
+
* @see {@link ModifyReplicationConfigCommandOutput} for command's `response` shape.
|
|
99
|
+
* @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
|
|
100
|
+
*
|
|
101
|
+
* @throws {@link AccessDeniedFault} (client fault)
|
|
102
|
+
* <p>DMS was denied access to the endpoint. Check that the
|
|
103
|
+
* role is correctly configured.</p>
|
|
104
|
+
*
|
|
105
|
+
* @throws {@link InvalidResourceStateFault} (client fault)
|
|
106
|
+
* <p>The resource is in a state that prevents it from being used for database migration.</p>
|
|
107
|
+
*
|
|
108
|
+
* @throws {@link InvalidSubnet} (client fault)
|
|
109
|
+
* <p>The subnet provided isn't valid.</p>
|
|
110
|
+
*
|
|
111
|
+
* @throws {@link KMSKeyNotAccessibleFault} (client fault)
|
|
112
|
+
* <p>DMS cannot access the KMS key.</p>
|
|
113
|
+
*
|
|
114
|
+
* @throws {@link ReplicationSubnetGroupDoesNotCoverEnoughAZs} (client fault)
|
|
115
|
+
* <p>The replication subnet group does not cover enough Availability Zones (AZs). Edit the replication subnet group and add more AZs.</p>
|
|
116
|
+
*
|
|
117
|
+
* @throws {@link ResourceNotFoundFault} (client fault)
|
|
118
|
+
* <p>The resource could not be found.</p>
|
|
119
|
+
*
|
|
120
|
+
* @throws {@link DatabaseMigrationServiceServiceException}
|
|
121
|
+
* <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
|
|
122
|
+
*
|
|
123
|
+
*/
|
|
124
|
+
export declare class ModifyReplicationConfigCommand extends $Command<ModifyReplicationConfigCommandInput, ModifyReplicationConfigCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
|
|
125
|
+
readonly input: ModifyReplicationConfigCommandInput;
|
|
126
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
127
|
+
/**
|
|
128
|
+
* @public
|
|
129
|
+
*/
|
|
130
|
+
constructor(input: ModifyReplicationConfigCommandInput);
|
|
131
|
+
/**
|
|
132
|
+
* @internal
|
|
133
|
+
*/
|
|
134
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DatabaseMigrationServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ModifyReplicationConfigCommandInput, ModifyReplicationConfigCommandOutput>;
|
|
135
|
+
/**
|
|
136
|
+
* @internal
|
|
137
|
+
*/
|
|
138
|
+
private serialize;
|
|
139
|
+
/**
|
|
140
|
+
* @internal
|
|
141
|
+
*/
|
|
142
|
+
private deserialize;
|
|
143
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@
|
|
2
|
-
import { Command as $Command } from "@
|
|
3
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@
|
|
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
4
|
import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
|
|
5
5
|
import { ModifyReplicationInstanceMessage, ModifyReplicationInstanceResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@
|
|
2
|
-
import { Command as $Command } from "@
|
|
3
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@
|
|
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
4
|
import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
|
|
5
5
|
import { ModifyReplicationSubnetGroupMessage, ModifyReplicationSubnetGroupResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
@@ -73,7 +73,7 @@ export interface ModifyReplicationSubnetGroupCommandOutput extends ModifyReplica
|
|
|
73
73
|
* role is correctly configured.</p>
|
|
74
74
|
*
|
|
75
75
|
* @throws {@link InvalidSubnet} (client fault)
|
|
76
|
-
* <p>The subnet provided
|
|
76
|
+
* <p>The subnet provided isn't valid.</p>
|
|
77
77
|
*
|
|
78
78
|
* @throws {@link ReplicationSubnetGroupDoesNotCoverEnoughAZs} (client fault)
|
|
79
79
|
* <p>The replication subnet group does not cover enough Availability Zones (AZs). Edit the replication subnet group and add more AZs.</p>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@
|
|
2
|
-
import { Command as $Command } from "@
|
|
3
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@
|
|
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
4
|
import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
|
|
5
5
|
import { ModifyReplicationTaskMessage, ModifyReplicationTaskResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@
|
|
2
|
-
import { Command as $Command } from "@
|
|
3
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@
|
|
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
4
|
import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
|
|
5
5
|
import { MoveReplicationTaskMessage, MoveReplicationTaskResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@
|
|
2
|
-
import { Command as $Command } from "@
|
|
3
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@
|
|
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
4
|
import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
|
|
5
5
|
import { RebootReplicationInstanceMessage, RebootReplicationInstanceResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@
|
|
2
|
-
import { Command as $Command } from "@
|
|
3
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@
|
|
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
4
|
import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
|
|
5
5
|
import { RefreshSchemasMessage, RefreshSchemasResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
@@ -0,0 +1,89 @@
|
|
|
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 { ReloadReplicationTablesMessage, ReloadReplicationTablesResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link ReloadReplicationTablesCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface ReloadReplicationTablesCommandInput extends ReloadReplicationTablesMessage {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link ReloadReplicationTablesCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface ReloadReplicationTablesCommandOutput extends ReloadReplicationTablesResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* @public
|
|
26
|
+
* <p>Reloads the target database table with the source data for a given DMS Serverless
|
|
27
|
+
* replication configuration.</p>
|
|
28
|
+
* <p>You can only use this operation with a task in the RUNNING state, otherwise the service
|
|
29
|
+
* will throw an <code>InvalidResourceStateFault</code> exception.</p>
|
|
30
|
+
* @example
|
|
31
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
32
|
+
* ```javascript
|
|
33
|
+
* import { DatabaseMigrationServiceClient, ReloadReplicationTablesCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
|
|
34
|
+
* // const { DatabaseMigrationServiceClient, ReloadReplicationTablesCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
|
|
35
|
+
* const client = new DatabaseMigrationServiceClient(config);
|
|
36
|
+
* const input = { // ReloadReplicationTablesMessage
|
|
37
|
+
* ReplicationConfigArn: "STRING_VALUE", // required
|
|
38
|
+
* TablesToReload: [ // TableListToReload // required
|
|
39
|
+
* { // TableToReload
|
|
40
|
+
* SchemaName: "STRING_VALUE", // required
|
|
41
|
+
* TableName: "STRING_VALUE", // required
|
|
42
|
+
* },
|
|
43
|
+
* ],
|
|
44
|
+
* ReloadOption: "data-reload" || "validate-only",
|
|
45
|
+
* };
|
|
46
|
+
* const command = new ReloadReplicationTablesCommand(input);
|
|
47
|
+
* const response = await client.send(command);
|
|
48
|
+
* // { // ReloadReplicationTablesResponse
|
|
49
|
+
* // ReplicationConfigArn: "STRING_VALUE",
|
|
50
|
+
* // };
|
|
51
|
+
*
|
|
52
|
+
* ```
|
|
53
|
+
*
|
|
54
|
+
* @param ReloadReplicationTablesCommandInput - {@link ReloadReplicationTablesCommandInput}
|
|
55
|
+
* @returns {@link ReloadReplicationTablesCommandOutput}
|
|
56
|
+
* @see {@link ReloadReplicationTablesCommandInput} for command's `input` shape.
|
|
57
|
+
* @see {@link ReloadReplicationTablesCommandOutput} for command's `response` shape.
|
|
58
|
+
* @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
|
|
59
|
+
*
|
|
60
|
+
* @throws {@link InvalidResourceStateFault} (client fault)
|
|
61
|
+
* <p>The resource is in a state that prevents it from being used for database migration.</p>
|
|
62
|
+
*
|
|
63
|
+
* @throws {@link ResourceNotFoundFault} (client fault)
|
|
64
|
+
* <p>The resource could not be found.</p>
|
|
65
|
+
*
|
|
66
|
+
* @throws {@link DatabaseMigrationServiceServiceException}
|
|
67
|
+
* <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
|
|
68
|
+
*
|
|
69
|
+
*/
|
|
70
|
+
export declare class ReloadReplicationTablesCommand extends $Command<ReloadReplicationTablesCommandInput, ReloadReplicationTablesCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
|
|
71
|
+
readonly input: ReloadReplicationTablesCommandInput;
|
|
72
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
73
|
+
/**
|
|
74
|
+
* @public
|
|
75
|
+
*/
|
|
76
|
+
constructor(input: ReloadReplicationTablesCommandInput);
|
|
77
|
+
/**
|
|
78
|
+
* @internal
|
|
79
|
+
*/
|
|
80
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DatabaseMigrationServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ReloadReplicationTablesCommandInput, ReloadReplicationTablesCommandOutput>;
|
|
81
|
+
/**
|
|
82
|
+
* @internal
|
|
83
|
+
*/
|
|
84
|
+
private serialize;
|
|
85
|
+
/**
|
|
86
|
+
* @internal
|
|
87
|
+
*/
|
|
88
|
+
private deserialize;
|
|
89
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@
|
|
2
|
-
import { Command as $Command } from "@
|
|
3
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@
|
|
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
4
|
import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
|
|
5
5
|
import { ReloadTablesMessage, ReloadTablesResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@
|
|
2
|
-
import { Command as $Command } from "@
|
|
3
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@
|
|
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
4
|
import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
|
|
5
5
|
import { RemoveTagsFromResourceMessage, RemoveTagsFromResourceResponse } from "../models/models_0";
|
|
6
6
|
/**
|