@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
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ExceptionOptionType as __ExceptionOptionType } from "@
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
2
|
import { DatabaseMigrationServiceServiceException as __BaseException } from "./DatabaseMigrationServiceServiceException";
|
|
3
3
|
export declare class AccessDeniedFault extends __BaseException {
|
|
4
4
|
readonly name: "AccessDeniedFault";
|
|
@@ -119,6 +119,8 @@ export interface DocDbSettings {
|
|
|
119
119
|
KmsKeyId?: string;
|
|
120
120
|
SecretsManagerAccessRoleArn?: string;
|
|
121
121
|
SecretsManagerSecretId?: string;
|
|
122
|
+
UseUpdateLookUp?: boolean;
|
|
123
|
+
ReplicateShardCollections?: boolean;
|
|
122
124
|
}
|
|
123
125
|
export interface DynamoDbSettings {
|
|
124
126
|
ServiceAccessRoleArn: string | undefined;
|
|
@@ -189,6 +191,12 @@ export declare const KafkaSecurityProtocol: {
|
|
|
189
191
|
};
|
|
190
192
|
export type KafkaSecurityProtocol =
|
|
191
193
|
(typeof KafkaSecurityProtocol)[keyof typeof KafkaSecurityProtocol];
|
|
194
|
+
export declare const KafkaSslEndpointIdentificationAlgorithm: {
|
|
195
|
+
readonly HTTPS: "https";
|
|
196
|
+
readonly NONE: "none";
|
|
197
|
+
};
|
|
198
|
+
export type KafkaSslEndpointIdentificationAlgorithm =
|
|
199
|
+
(typeof KafkaSslEndpointIdentificationAlgorithm)[keyof typeof KafkaSslEndpointIdentificationAlgorithm];
|
|
192
200
|
export interface KafkaSettings {
|
|
193
201
|
Broker?: string;
|
|
194
202
|
Topic?: string;
|
|
@@ -209,6 +217,9 @@ export interface KafkaSettings {
|
|
|
209
217
|
SaslPassword?: string;
|
|
210
218
|
NoHexPrefix?: boolean;
|
|
211
219
|
SaslMechanism?: KafkaSaslMechanism | string;
|
|
220
|
+
SslEndpointIdentificationAlgorithm?:
|
|
221
|
+
| KafkaSslEndpointIdentificationAlgorithm
|
|
222
|
+
| string;
|
|
212
223
|
}
|
|
213
224
|
export interface KinesisSettings {
|
|
214
225
|
StreamArn?: string;
|
|
@@ -283,6 +294,8 @@ export interface MongoDbSettings {
|
|
|
283
294
|
KmsKeyId?: string;
|
|
284
295
|
SecretsManagerAccessRoleArn?: string;
|
|
285
296
|
SecretsManagerSecretId?: string;
|
|
297
|
+
UseUpdateLookUp?: boolean;
|
|
298
|
+
ReplicateShardCollections?: boolean;
|
|
286
299
|
}
|
|
287
300
|
export interface MySQLSettings {
|
|
288
301
|
AfterConnectScript?: string;
|
|
@@ -359,7 +372,15 @@ export interface OracleSettings {
|
|
|
359
372
|
SecretsManagerOracleAsmSecretId?: string;
|
|
360
373
|
TrimSpaceInChar?: boolean;
|
|
361
374
|
ConvertTimestampWithZoneToUTC?: boolean;
|
|
375
|
+
OpenTransactionWindow?: number;
|
|
362
376
|
}
|
|
377
|
+
export declare const LongVarcharMappingType: {
|
|
378
|
+
readonly CLOB: "clob";
|
|
379
|
+
readonly NCLOB: "nclob";
|
|
380
|
+
readonly WSTRING: "wstring";
|
|
381
|
+
};
|
|
382
|
+
export type LongVarcharMappingType =
|
|
383
|
+
(typeof LongVarcharMappingType)[keyof typeof LongVarcharMappingType];
|
|
363
384
|
export declare const PluginNameValue: {
|
|
364
385
|
readonly NO_PREFERENCE: "no-preference";
|
|
365
386
|
readonly PGLOGICAL: "pglogical";
|
|
@@ -388,6 +409,8 @@ export interface PostgreSQLSettings {
|
|
|
388
409
|
SecretsManagerSecretId?: string;
|
|
389
410
|
TrimSpaceInChar?: boolean;
|
|
390
411
|
MapBooleanAsBoolean?: boolean;
|
|
412
|
+
MapJsonbAsClob?: boolean;
|
|
413
|
+
MapLongVarcharAs?: LongVarcharMappingType | string;
|
|
391
414
|
}
|
|
392
415
|
export declare const RedisAuthTypeValue: {
|
|
393
416
|
readonly AUTH_ROLE: "auth-role";
|
|
@@ -564,6 +587,13 @@ export interface SybaseSettings {
|
|
|
564
587
|
SecretsManagerAccessRoleArn?: string;
|
|
565
588
|
SecretsManagerSecretId?: string;
|
|
566
589
|
}
|
|
590
|
+
export interface TimestreamSettings {
|
|
591
|
+
DatabaseName: string | undefined;
|
|
592
|
+
MemoryDuration: number | undefined;
|
|
593
|
+
MagneticDuration: number | undefined;
|
|
594
|
+
CdcInsertsAndUpdates?: boolean;
|
|
595
|
+
EnableMagneticStoreWrites?: boolean;
|
|
596
|
+
}
|
|
567
597
|
export interface CreateEndpointMessage {
|
|
568
598
|
EndpointIdentifier: string | undefined;
|
|
569
599
|
EndpointType: ReplicationEndpointTypeValue | string | undefined;
|
|
@@ -599,6 +629,7 @@ export interface CreateEndpointMessage {
|
|
|
599
629
|
DocDbSettings?: DocDbSettings;
|
|
600
630
|
RedisSettings?: RedisSettings;
|
|
601
631
|
GcpMySQLSettings?: GcpMySQLSettings;
|
|
632
|
+
TimestreamSettings?: TimestreamSettings;
|
|
602
633
|
}
|
|
603
634
|
export interface Endpoint {
|
|
604
635
|
EndpointIdentifier?: string;
|
|
@@ -636,6 +667,7 @@ export interface Endpoint {
|
|
|
636
667
|
DocDbSettings?: DocDbSettings;
|
|
637
668
|
RedisSettings?: RedisSettings;
|
|
638
669
|
GcpMySQLSettings?: GcpMySQLSettings;
|
|
670
|
+
TimestreamSettings?: TimestreamSettings;
|
|
639
671
|
}
|
|
640
672
|
export interface CreateEndpointResponse {
|
|
641
673
|
Endpoint?: Endpoint;
|
|
@@ -755,6 +787,67 @@ export declare class S3ResourceNotFoundFault extends __BaseException {
|
|
|
755
787
|
opts: __ExceptionOptionType<S3ResourceNotFoundFault, __BaseException>
|
|
756
788
|
);
|
|
757
789
|
}
|
|
790
|
+
export interface ComputeConfig {
|
|
791
|
+
AvailabilityZone?: string;
|
|
792
|
+
DnsNameServers?: string;
|
|
793
|
+
KmsKeyId?: string;
|
|
794
|
+
MaxCapacityUnits?: number;
|
|
795
|
+
MinCapacityUnits?: number;
|
|
796
|
+
MultiAZ?: boolean;
|
|
797
|
+
PreferredMaintenanceWindow?: string;
|
|
798
|
+
ReplicationSubnetGroupId?: string;
|
|
799
|
+
VpcSecurityGroupIds?: string[];
|
|
800
|
+
}
|
|
801
|
+
export declare const MigrationTypeValue: {
|
|
802
|
+
readonly CDC: "cdc";
|
|
803
|
+
readonly FULL_LOAD: "full-load";
|
|
804
|
+
readonly FULL_LOAD_AND_CDC: "full-load-and-cdc";
|
|
805
|
+
};
|
|
806
|
+
export type MigrationTypeValue =
|
|
807
|
+
(typeof MigrationTypeValue)[keyof typeof MigrationTypeValue];
|
|
808
|
+
export interface CreateReplicationConfigMessage {
|
|
809
|
+
ReplicationConfigIdentifier: string | undefined;
|
|
810
|
+
SourceEndpointArn: string | undefined;
|
|
811
|
+
TargetEndpointArn: string | undefined;
|
|
812
|
+
ComputeConfig: ComputeConfig | undefined;
|
|
813
|
+
ReplicationType: MigrationTypeValue | string | undefined;
|
|
814
|
+
TableMappings: string | undefined;
|
|
815
|
+
ReplicationSettings?: string;
|
|
816
|
+
SupplementalSettings?: string;
|
|
817
|
+
ResourceIdentifier?: string;
|
|
818
|
+
Tags?: Tag[];
|
|
819
|
+
}
|
|
820
|
+
export interface ReplicationConfig {
|
|
821
|
+
ReplicationConfigIdentifier?: string;
|
|
822
|
+
ReplicationConfigArn?: string;
|
|
823
|
+
SourceEndpointArn?: string;
|
|
824
|
+
TargetEndpointArn?: string;
|
|
825
|
+
ReplicationType?: MigrationTypeValue | string;
|
|
826
|
+
ComputeConfig?: ComputeConfig;
|
|
827
|
+
ReplicationSettings?: string;
|
|
828
|
+
SupplementalSettings?: string;
|
|
829
|
+
TableMappings?: string;
|
|
830
|
+
ReplicationConfigCreateTime?: Date;
|
|
831
|
+
ReplicationConfigUpdateTime?: Date;
|
|
832
|
+
}
|
|
833
|
+
export interface CreateReplicationConfigResponse {
|
|
834
|
+
ReplicationConfig?: ReplicationConfig;
|
|
835
|
+
}
|
|
836
|
+
export declare class InvalidSubnet extends __BaseException {
|
|
837
|
+
readonly name: "InvalidSubnet";
|
|
838
|
+
readonly $fault: "client";
|
|
839
|
+
constructor(opts: __ExceptionOptionType<InvalidSubnet, __BaseException>);
|
|
840
|
+
}
|
|
841
|
+
export declare class ReplicationSubnetGroupDoesNotCoverEnoughAZs extends __BaseException {
|
|
842
|
+
readonly name: "ReplicationSubnetGroupDoesNotCoverEnoughAZs";
|
|
843
|
+
readonly $fault: "client";
|
|
844
|
+
constructor(
|
|
845
|
+
opts: __ExceptionOptionType<
|
|
846
|
+
ReplicationSubnetGroupDoesNotCoverEnoughAZs,
|
|
847
|
+
__BaseException
|
|
848
|
+
>
|
|
849
|
+
);
|
|
850
|
+
}
|
|
758
851
|
export interface CreateReplicationInstanceMessage {
|
|
759
852
|
ReplicationInstanceIdentifier: string | undefined;
|
|
760
853
|
AllocatedStorage?: number;
|
|
@@ -840,21 +933,6 @@ export declare class InsufficientResourceCapacityFault extends __BaseException {
|
|
|
840
933
|
>
|
|
841
934
|
);
|
|
842
935
|
}
|
|
843
|
-
export declare class InvalidSubnet extends __BaseException {
|
|
844
|
-
readonly name: "InvalidSubnet";
|
|
845
|
-
readonly $fault: "client";
|
|
846
|
-
constructor(opts: __ExceptionOptionType<InvalidSubnet, __BaseException>);
|
|
847
|
-
}
|
|
848
|
-
export declare class ReplicationSubnetGroupDoesNotCoverEnoughAZs extends __BaseException {
|
|
849
|
-
readonly name: "ReplicationSubnetGroupDoesNotCoverEnoughAZs";
|
|
850
|
-
readonly $fault: "client";
|
|
851
|
-
constructor(
|
|
852
|
-
opts: __ExceptionOptionType<
|
|
853
|
-
ReplicationSubnetGroupDoesNotCoverEnoughAZs,
|
|
854
|
-
__BaseException
|
|
855
|
-
>
|
|
856
|
-
);
|
|
857
|
-
}
|
|
858
936
|
export declare class StorageQuotaExceededFault extends __BaseException {
|
|
859
937
|
readonly name: "StorageQuotaExceededFault";
|
|
860
938
|
readonly $fault: "client";
|
|
@@ -871,13 +949,6 @@ export interface CreateReplicationSubnetGroupMessage {
|
|
|
871
949
|
export interface CreateReplicationSubnetGroupResponse {
|
|
872
950
|
ReplicationSubnetGroup?: ReplicationSubnetGroup;
|
|
873
951
|
}
|
|
874
|
-
export declare const MigrationTypeValue: {
|
|
875
|
-
readonly CDC: "cdc";
|
|
876
|
-
readonly FULL_LOAD: "full-load";
|
|
877
|
-
readonly FULL_LOAD_AND_CDC: "full-load-and-cdc";
|
|
878
|
-
};
|
|
879
|
-
export type MigrationTypeValue =
|
|
880
|
-
(typeof MigrationTypeValue)[keyof typeof MigrationTypeValue];
|
|
881
952
|
export interface CreateReplicationTaskMessage {
|
|
882
953
|
ReplicationTaskIdentifier: string | undefined;
|
|
883
954
|
SourceEndpointArn: string | undefined;
|
|
@@ -998,6 +1069,12 @@ export declare class InvalidOperationFault extends __BaseException {
|
|
|
998
1069
|
opts: __ExceptionOptionType<InvalidOperationFault, __BaseException>
|
|
999
1070
|
);
|
|
1000
1071
|
}
|
|
1072
|
+
export interface DeleteReplicationConfigMessage {
|
|
1073
|
+
ReplicationConfigArn: string | undefined;
|
|
1074
|
+
}
|
|
1075
|
+
export interface DeleteReplicationConfigResponse {
|
|
1076
|
+
ReplicationConfig?: ReplicationConfig;
|
|
1077
|
+
}
|
|
1001
1078
|
export interface DeleteReplicationInstanceMessage {
|
|
1002
1079
|
ReplicationInstanceArn: string | undefined;
|
|
1003
1080
|
}
|
|
@@ -1367,6 +1444,7 @@ export interface RdsRequirements {
|
|
|
1367
1444
|
StorageSize?: number;
|
|
1368
1445
|
StorageIops?: number;
|
|
1369
1446
|
DeploymentOption?: string;
|
|
1447
|
+
EngineVersion?: string;
|
|
1370
1448
|
}
|
|
1371
1449
|
export interface RdsConfiguration {
|
|
1372
1450
|
EngineEdition?: string;
|
|
@@ -1377,6 +1455,7 @@ export interface RdsConfiguration {
|
|
|
1377
1455
|
StorageSize?: number;
|
|
1378
1456
|
StorageIops?: number;
|
|
1379
1457
|
DeploymentOption?: string;
|
|
1458
|
+
EngineVersion?: string;
|
|
1380
1459
|
}
|
|
1381
1460
|
export interface RdsRecommendation {
|
|
1382
1461
|
RequirementsToTarget?: RdsRequirements;
|
|
@@ -1418,6 +1497,15 @@ export interface RefreshSchemasStatus {
|
|
|
1418
1497
|
export interface DescribeRefreshSchemasStatusResponse {
|
|
1419
1498
|
RefreshSchemasStatus?: RefreshSchemasStatus;
|
|
1420
1499
|
}
|
|
1500
|
+
export interface DescribeReplicationConfigsMessage {
|
|
1501
|
+
Filters?: Filter[];
|
|
1502
|
+
MaxRecords?: number;
|
|
1503
|
+
Marker?: string;
|
|
1504
|
+
}
|
|
1505
|
+
export interface DescribeReplicationConfigsResponse {
|
|
1506
|
+
Marker?: string;
|
|
1507
|
+
ReplicationConfigs?: ReplicationConfig[];
|
|
1508
|
+
}
|
|
1421
1509
|
export interface DescribeReplicationInstancesMessage {
|
|
1422
1510
|
Filters?: Filter[];
|
|
1423
1511
|
MaxRecords?: number;
|
|
@@ -1442,6 +1530,56 @@ export interface DescribeReplicationInstanceTaskLogsResponse {
|
|
|
1442
1530
|
ReplicationInstanceTaskLogs?: ReplicationInstanceTaskLog[];
|
|
1443
1531
|
Marker?: string;
|
|
1444
1532
|
}
|
|
1533
|
+
export interface DescribeReplicationsMessage {
|
|
1534
|
+
Filters?: Filter[];
|
|
1535
|
+
MaxRecords?: number;
|
|
1536
|
+
Marker?: string;
|
|
1537
|
+
}
|
|
1538
|
+
export interface ProvisionData {
|
|
1539
|
+
ProvisionState?: string;
|
|
1540
|
+
ProvisionedCapacityUnits?: number;
|
|
1541
|
+
DateProvisioned?: Date;
|
|
1542
|
+
IsNewProvisioningAvailable?: boolean;
|
|
1543
|
+
DateNewProvisioningDataAvailable?: Date;
|
|
1544
|
+
ReasonForNewProvisioningData?: string;
|
|
1545
|
+
}
|
|
1546
|
+
export interface ReplicationStats {
|
|
1547
|
+
FullLoadProgressPercent?: number;
|
|
1548
|
+
ElapsedTimeMillis?: number;
|
|
1549
|
+
TablesLoaded?: number;
|
|
1550
|
+
TablesLoading?: number;
|
|
1551
|
+
TablesQueued?: number;
|
|
1552
|
+
TablesErrored?: number;
|
|
1553
|
+
FreshStartDate?: Date;
|
|
1554
|
+
StartDate?: Date;
|
|
1555
|
+
StopDate?: Date;
|
|
1556
|
+
FullLoadStartDate?: Date;
|
|
1557
|
+
FullLoadFinishDate?: Date;
|
|
1558
|
+
}
|
|
1559
|
+
export interface Replication {
|
|
1560
|
+
ReplicationConfigIdentifier?: string;
|
|
1561
|
+
ReplicationConfigArn?: string;
|
|
1562
|
+
SourceEndpointArn?: string;
|
|
1563
|
+
TargetEndpointArn?: string;
|
|
1564
|
+
ReplicationType?: MigrationTypeValue | string;
|
|
1565
|
+
Status?: string;
|
|
1566
|
+
ProvisionData?: ProvisionData;
|
|
1567
|
+
StopReason?: string;
|
|
1568
|
+
FailureMessages?: string[];
|
|
1569
|
+
ReplicationStats?: ReplicationStats;
|
|
1570
|
+
StartReplicationType?: string;
|
|
1571
|
+
CdcStartTime?: Date;
|
|
1572
|
+
CdcStartPosition?: string;
|
|
1573
|
+
CdcStopPosition?: string;
|
|
1574
|
+
RecoveryCheckpoint?: string;
|
|
1575
|
+
ReplicationCreateTime?: Date;
|
|
1576
|
+
ReplicationUpdateTime?: Date;
|
|
1577
|
+
ReplicationLastStopTime?: Date;
|
|
1578
|
+
}
|
|
1579
|
+
export interface DescribeReplicationsResponse {
|
|
1580
|
+
Marker?: string;
|
|
1581
|
+
Replications?: Replication[];
|
|
1582
|
+
}
|
|
1445
1583
|
export interface DescribeReplicationSubnetGroupsMessage {
|
|
1446
1584
|
Filters?: Filter[];
|
|
1447
1585
|
MaxRecords?: number;
|
|
@@ -1451,6 +1589,42 @@ export interface DescribeReplicationSubnetGroupsResponse {
|
|
|
1451
1589
|
Marker?: string;
|
|
1452
1590
|
ReplicationSubnetGroups?: ReplicationSubnetGroup[];
|
|
1453
1591
|
}
|
|
1592
|
+
export interface DescribeReplicationTableStatisticsMessage {
|
|
1593
|
+
ReplicationConfigArn: string | undefined;
|
|
1594
|
+
MaxRecords?: number;
|
|
1595
|
+
Marker?: string;
|
|
1596
|
+
Filters?: Filter[];
|
|
1597
|
+
}
|
|
1598
|
+
export interface TableStatistics {
|
|
1599
|
+
SchemaName?: string;
|
|
1600
|
+
TableName?: string;
|
|
1601
|
+
Inserts?: number;
|
|
1602
|
+
Deletes?: number;
|
|
1603
|
+
Updates?: number;
|
|
1604
|
+
Ddls?: number;
|
|
1605
|
+
AppliedInserts?: number;
|
|
1606
|
+
AppliedDeletes?: number;
|
|
1607
|
+
AppliedUpdates?: number;
|
|
1608
|
+
AppliedDdls?: number;
|
|
1609
|
+
FullLoadRows?: number;
|
|
1610
|
+
FullLoadCondtnlChkFailedRows?: number;
|
|
1611
|
+
FullLoadErrorRows?: number;
|
|
1612
|
+
FullLoadStartTime?: Date;
|
|
1613
|
+
FullLoadEndTime?: Date;
|
|
1614
|
+
FullLoadReloaded?: boolean;
|
|
1615
|
+
LastUpdateTime?: Date;
|
|
1616
|
+
TableState?: string;
|
|
1617
|
+
ValidationPendingRecords?: number;
|
|
1618
|
+
ValidationFailedRecords?: number;
|
|
1619
|
+
ValidationSuspendedRecords?: number;
|
|
1620
|
+
ValidationState?: string;
|
|
1621
|
+
ValidationStateDetails?: string;
|
|
1622
|
+
}
|
|
1623
|
+
export interface DescribeReplicationTableStatisticsResponse {
|
|
1624
|
+
ReplicationConfigArn?: string;
|
|
1625
|
+
Marker?: string;
|
|
1626
|
+
ReplicationTableStatistics?: TableStatistics[];
|
|
1627
|
+
}
|
|
1454
1628
|
export interface DescribeReplicationTaskAssessmentResultsMessage {
|
|
1455
1629
|
ReplicationTaskArn?: string;
|
|
1456
1630
|
MaxRecords?: number;
|
|
@@ -1520,31 +1694,6 @@ export interface DescribeTableStatisticsMessage {
|
|
|
1520
1694
|
Marker?: string;
|
|
1521
1695
|
Filters?: Filter[];
|
|
1522
1696
|
}
|
|
1523
|
-
export interface TableStatistics {
|
|
1524
|
-
SchemaName?: string;
|
|
1525
|
-
TableName?: string;
|
|
1526
|
-
Inserts?: number;
|
|
1527
|
-
Deletes?: number;
|
|
1528
|
-
Updates?: number;
|
|
1529
|
-
Ddls?: number;
|
|
1530
|
-
AppliedInserts?: number;
|
|
1531
|
-
AppliedDeletes?: number;
|
|
1532
|
-
AppliedUpdates?: number;
|
|
1533
|
-
AppliedDdls?: number;
|
|
1534
|
-
FullLoadRows?: number;
|
|
1535
|
-
FullLoadCondtnlChkFailedRows?: number;
|
|
1536
|
-
FullLoadErrorRows?: number;
|
|
1537
|
-
FullLoadStartTime?: Date;
|
|
1538
|
-
FullLoadEndTime?: Date;
|
|
1539
|
-
FullLoadReloaded?: boolean;
|
|
1540
|
-
LastUpdateTime?: Date;
|
|
1541
|
-
TableState?: string;
|
|
1542
|
-
ValidationPendingRecords?: number;
|
|
1543
|
-
ValidationFailedRecords?: number;
|
|
1544
|
-
ValidationSuspendedRecords?: number;
|
|
1545
|
-
ValidationState?: string;
|
|
1546
|
-
ValidationStateDetails?: string;
|
|
1547
|
-
}
|
|
1548
1697
|
export interface DescribeTableStatisticsResponse {
|
|
1549
1698
|
ReplicationTaskArn?: string;
|
|
1550
1699
|
TableStatistics?: TableStatistics[];
|
|
@@ -1607,6 +1756,7 @@ export interface ModifyEndpointMessage {
|
|
|
1607
1756
|
RedisSettings?: RedisSettings;
|
|
1608
1757
|
ExactSettings?: boolean;
|
|
1609
1758
|
GcpMySQLSettings?: GcpMySQLSettings;
|
|
1759
|
+
TimestreamSettings?: TimestreamSettings;
|
|
1610
1760
|
}
|
|
1611
1761
|
export interface ModifyEndpointResponse {
|
|
1612
1762
|
Endpoint?: Endpoint;
|
|
@@ -1621,6 +1771,20 @@ export interface ModifyEventSubscriptionMessage {
|
|
|
1621
1771
|
export interface ModifyEventSubscriptionResponse {
|
|
1622
1772
|
EventSubscription?: EventSubscription;
|
|
1623
1773
|
}
|
|
1774
|
+
export interface ModifyReplicationConfigMessage {
|
|
1775
|
+
ReplicationConfigArn: string | undefined;
|
|
1776
|
+
ReplicationConfigIdentifier?: string;
|
|
1777
|
+
ReplicationType?: MigrationTypeValue | string;
|
|
1778
|
+
TableMappings?: string;
|
|
1779
|
+
ReplicationSettings?: string;
|
|
1780
|
+
SupplementalSettings?: string;
|
|
1781
|
+
ComputeConfig?: ComputeConfig;
|
|
1782
|
+
SourceEndpointArn?: string;
|
|
1783
|
+
TargetEndpointArn?: string;
|
|
1784
|
+
}
|
|
1785
|
+
export interface ModifyReplicationConfigResponse {
|
|
1786
|
+
ReplicationConfig?: ReplicationConfig;
|
|
1787
|
+
}
|
|
1624
1788
|
export interface ModifyReplicationInstanceMessage {
|
|
1625
1789
|
ReplicationInstanceArn: string | undefined;
|
|
1626
1790
|
AllocatedStorage?: number;
|
|
@@ -1704,6 +1868,14 @@ export interface TableToReload {
|
|
|
1704
1868
|
SchemaName: string | undefined;
|
|
1705
1869
|
TableName: string | undefined;
|
|
1706
1870
|
}
|
|
1871
|
+
export interface ReloadReplicationTablesMessage {
|
|
1872
|
+
ReplicationConfigArn: string | undefined;
|
|
1873
|
+
TablesToReload: TableToReload[] | undefined;
|
|
1874
|
+
ReloadOption?: ReloadOptionValue | string;
|
|
1875
|
+
}
|
|
1876
|
+
export interface ReloadReplicationTablesResponse {
|
|
1877
|
+
ReplicationConfigArn?: string;
|
|
1878
|
+
}
|
|
1707
1879
|
export interface ReloadTablesMessage {
|
|
1708
1880
|
ReplicationTaskArn: string | undefined;
|
|
1709
1881
|
TablesToReload: TableToReload[] | undefined;
|
|
@@ -1725,6 +1897,16 @@ export interface StartRecommendationsRequest {
|
|
|
1725
1897
|
DatabaseId: string | undefined;
|
|
1726
1898
|
Settings: RecommendationSettings | undefined;
|
|
1727
1899
|
}
|
|
1900
|
+
export interface StartReplicationMessage {
|
|
1901
|
+
ReplicationConfigArn: string | undefined;
|
|
1902
|
+
StartReplicationType: string | undefined;
|
|
1903
|
+
CdcStartTime?: Date;
|
|
1904
|
+
CdcStartPosition?: string;
|
|
1905
|
+
CdcStopPosition?: string;
|
|
1906
|
+
}
|
|
1907
|
+
export interface StartReplicationResponse {
|
|
1908
|
+
Replication?: Replication;
|
|
1909
|
+
}
|
|
1728
1910
|
export declare const StartReplicationTaskTypeValue: {
|
|
1729
1911
|
readonly RELOAD_TARGET: "reload-target";
|
|
1730
1912
|
readonly RESUME_PROCESSING: "resume-processing";
|
|
@@ -1767,6 +1949,12 @@ export interface StartReplicationTaskAssessmentRunMessage {
|
|
|
1767
1949
|
export interface StartReplicationTaskAssessmentRunResponse {
|
|
1768
1950
|
ReplicationTaskAssessmentRun?: ReplicationTaskAssessmentRun;
|
|
1769
1951
|
}
|
|
1952
|
+
export interface StopReplicationMessage {
|
|
1953
|
+
ReplicationConfigArn: string | undefined;
|
|
1954
|
+
}
|
|
1955
|
+
export interface StopReplicationResponse {
|
|
1956
|
+
Replication?: Replication;
|
|
1957
|
+
}
|
|
1770
1958
|
export interface StopReplicationTaskMessage {
|
|
1771
1959
|
ReplicationTaskArn: string | undefined;
|
|
1772
1960
|
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
DescribeReplicationConfigsCommandInput,
|
|
4
|
+
DescribeReplicationConfigsCommandOutput,
|
|
5
|
+
} from "../commands/DescribeReplicationConfigsCommand";
|
|
6
|
+
import { DatabaseMigrationServicePaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateDescribeReplicationConfigs(
|
|
8
|
+
config: DatabaseMigrationServicePaginationConfiguration,
|
|
9
|
+
input: DescribeReplicationConfigsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<DescribeReplicationConfigsCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
DescribeReplicationTableStatisticsCommandInput,
|
|
4
|
+
DescribeReplicationTableStatisticsCommandOutput,
|
|
5
|
+
} from "../commands/DescribeReplicationTableStatisticsCommand";
|
|
6
|
+
import { DatabaseMigrationServicePaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateDescribeReplicationTableStatistics(
|
|
8
|
+
config: DatabaseMigrationServicePaginationConfiguration,
|
|
9
|
+
input: DescribeReplicationTableStatisticsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<DescribeReplicationTableStatisticsCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
DescribeReplicationsCommandInput,
|
|
4
|
+
DescribeReplicationsCommandOutput,
|
|
5
|
+
} from "../commands/DescribeReplicationsCommand";
|
|
6
|
+
import { DatabaseMigrationServicePaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateDescribeReplications(
|
|
8
|
+
config: DatabaseMigrationServicePaginationConfiguration,
|
|
9
|
+
input: DescribeReplicationsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<DescribeReplicationsCommandOutput>;
|