@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 { Paginator } from "@
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
2
|
import { DescribeApplicableIndividualAssessmentsCommandInput, DescribeApplicableIndividualAssessmentsCommandOutput } from "../commands/DescribeApplicableIndividualAssessmentsCommand";
|
|
3
3
|
import { DatabaseMigrationServicePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Paginator } from "@
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
2
|
import { DescribeCertificatesCommandInput, DescribeCertificatesCommandOutput } from "../commands/DescribeCertificatesCommand";
|
|
3
3
|
import { DatabaseMigrationServicePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Paginator } from "@
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
2
|
import { DescribeConnectionsCommandInput, DescribeConnectionsCommandOutput } from "../commands/DescribeConnectionsCommand";
|
|
3
3
|
import { DatabaseMigrationServicePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Paginator } from "@
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
2
|
import { DescribeEndpointSettingsCommandInput, DescribeEndpointSettingsCommandOutput } from "../commands/DescribeEndpointSettingsCommand";
|
|
3
3
|
import { DatabaseMigrationServicePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Paginator } from "@
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
2
|
import { DescribeEndpointTypesCommandInput, DescribeEndpointTypesCommandOutput } from "../commands/DescribeEndpointTypesCommand";
|
|
3
3
|
import { DatabaseMigrationServicePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Paginator } from "@
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
2
|
import { DescribeEndpointsCommandInput, DescribeEndpointsCommandOutput } from "../commands/DescribeEndpointsCommand";
|
|
3
3
|
import { DatabaseMigrationServicePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Paginator } from "@
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
2
|
import { DescribeEventSubscriptionsCommandInput, DescribeEventSubscriptionsCommandOutput } from "../commands/DescribeEventSubscriptionsCommand";
|
|
3
3
|
import { DatabaseMigrationServicePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Paginator } from "@
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
2
|
import { DescribeEventsCommandInput, DescribeEventsCommandOutput } from "../commands/DescribeEventsCommand";
|
|
3
3
|
import { DatabaseMigrationServicePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Paginator } from "@
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
2
|
import { DescribeFleetAdvisorCollectorsCommandInput, DescribeFleetAdvisorCollectorsCommandOutput } from "../commands/DescribeFleetAdvisorCollectorsCommand";
|
|
3
3
|
import { DatabaseMigrationServicePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Paginator } from "@
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
2
|
import { DescribeFleetAdvisorDatabasesCommandInput, DescribeFleetAdvisorDatabasesCommandOutput } from "../commands/DescribeFleetAdvisorDatabasesCommand";
|
|
3
3
|
import { DatabaseMigrationServicePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Paginator } from "@
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
2
|
import { DescribeFleetAdvisorLsaAnalysisCommandInput, DescribeFleetAdvisorLsaAnalysisCommandOutput } from "../commands/DescribeFleetAdvisorLsaAnalysisCommand";
|
|
3
3
|
import { DatabaseMigrationServicePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Paginator } from "@
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
2
|
import { DescribeFleetAdvisorSchemaObjectSummaryCommandInput, DescribeFleetAdvisorSchemaObjectSummaryCommandOutput } from "../commands/DescribeFleetAdvisorSchemaObjectSummaryCommand";
|
|
3
3
|
import { DatabaseMigrationServicePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Paginator } from "@
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
2
|
import { DescribeFleetAdvisorSchemasCommandInput, DescribeFleetAdvisorSchemasCommandOutput } from "../commands/DescribeFleetAdvisorSchemasCommand";
|
|
3
3
|
import { DatabaseMigrationServicePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Paginator } from "@
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
2
|
import { DescribeOrderableReplicationInstancesCommandInput, DescribeOrderableReplicationInstancesCommandOutput } from "../commands/DescribeOrderableReplicationInstancesCommand";
|
|
3
3
|
import { DatabaseMigrationServicePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Paginator } from "@
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
2
|
import { DescribePendingMaintenanceActionsCommandInput, DescribePendingMaintenanceActionsCommandOutput } from "../commands/DescribePendingMaintenanceActionsCommand";
|
|
3
3
|
import { DatabaseMigrationServicePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Paginator } from "@
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
2
|
import { DescribeRecommendationLimitationsCommandInput, DescribeRecommendationLimitationsCommandOutput } from "../commands/DescribeRecommendationLimitationsCommand";
|
|
3
3
|
import { DatabaseMigrationServicePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Paginator } from "@
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
2
|
import { DescribeRecommendationsCommandInput, DescribeRecommendationsCommandOutput } from "../commands/DescribeRecommendationsCommand";
|
|
3
3
|
import { DatabaseMigrationServicePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { DescribeReplicationConfigsCommandInput, DescribeReplicationConfigsCommandOutput } from "../commands/DescribeReplicationConfigsCommand";
|
|
3
|
+
import { DatabaseMigrationServicePaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare function paginateDescribeReplicationConfigs(config: DatabaseMigrationServicePaginationConfiguration, input: DescribeReplicationConfigsCommandInput, ...additionalArguments: any): Paginator<DescribeReplicationConfigsCommandOutput>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Paginator } from "@
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
2
|
import { DescribeReplicationInstanceTaskLogsCommandInput, DescribeReplicationInstanceTaskLogsCommandOutput } from "../commands/DescribeReplicationInstanceTaskLogsCommand";
|
|
3
3
|
import { DatabaseMigrationServicePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Paginator } from "@
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
2
|
import { DescribeReplicationInstancesCommandInput, DescribeReplicationInstancesCommandOutput } from "../commands/DescribeReplicationInstancesCommand";
|
|
3
3
|
import { DatabaseMigrationServicePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Paginator } from "@
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
2
|
import { DescribeReplicationSubnetGroupsCommandInput, DescribeReplicationSubnetGroupsCommandOutput } from "../commands/DescribeReplicationSubnetGroupsCommand";
|
|
3
3
|
import { DatabaseMigrationServicePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { DescribeReplicationTableStatisticsCommandInput, DescribeReplicationTableStatisticsCommandOutput } from "../commands/DescribeReplicationTableStatisticsCommand";
|
|
3
|
+
import { DatabaseMigrationServicePaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare function paginateDescribeReplicationTableStatistics(config: DatabaseMigrationServicePaginationConfiguration, input: DescribeReplicationTableStatisticsCommandInput, ...additionalArguments: any): Paginator<DescribeReplicationTableStatisticsCommandOutput>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Paginator } from "@
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
2
|
import { DescribeReplicationTaskAssessmentResultsCommandInput, DescribeReplicationTaskAssessmentResultsCommandOutput } from "../commands/DescribeReplicationTaskAssessmentResultsCommand";
|
|
3
3
|
import { DatabaseMigrationServicePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Paginator } from "@
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
2
|
import { DescribeReplicationTaskAssessmentRunsCommandInput, DescribeReplicationTaskAssessmentRunsCommandOutput } from "../commands/DescribeReplicationTaskAssessmentRunsCommand";
|
|
3
3
|
import { DatabaseMigrationServicePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Paginator } from "@
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
2
|
import { DescribeReplicationTaskIndividualAssessmentsCommandInput, DescribeReplicationTaskIndividualAssessmentsCommandOutput } from "../commands/DescribeReplicationTaskIndividualAssessmentsCommand";
|
|
3
3
|
import { DatabaseMigrationServicePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Paginator } from "@
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
2
|
import { DescribeReplicationTasksCommandInput, DescribeReplicationTasksCommandOutput } from "../commands/DescribeReplicationTasksCommand";
|
|
3
3
|
import { DatabaseMigrationServicePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { DescribeReplicationsCommandInput, DescribeReplicationsCommandOutput } from "../commands/DescribeReplicationsCommand";
|
|
3
|
+
import { DatabaseMigrationServicePaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare function paginateDescribeReplications(config: DatabaseMigrationServicePaginationConfiguration, input: DescribeReplicationsCommandInput, ...additionalArguments: any): Paginator<DescribeReplicationsCommandOutput>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Paginator } from "@
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
2
|
import { DescribeSchemasCommandInput, DescribeSchemasCommandOutput } from "../commands/DescribeSchemasCommand";
|
|
3
3
|
import { DatabaseMigrationServicePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Paginator } from "@
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
2
|
import { DescribeTableStatisticsCommandInput, DescribeTableStatisticsCommandOutput } from "../commands/DescribeTableStatisticsCommand";
|
|
3
3
|
import { DatabaseMigrationServicePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
@@ -16,12 +16,15 @@ export * from "./DescribeOrderableReplicationInstancesPaginator";
|
|
|
16
16
|
export * from "./DescribePendingMaintenanceActionsPaginator";
|
|
17
17
|
export * from "./DescribeRecommendationLimitationsPaginator";
|
|
18
18
|
export * from "./DescribeRecommendationsPaginator";
|
|
19
|
+
export * from "./DescribeReplicationConfigsPaginator";
|
|
19
20
|
export * from "./DescribeReplicationInstanceTaskLogsPaginator";
|
|
20
21
|
export * from "./DescribeReplicationInstancesPaginator";
|
|
21
22
|
export * from "./DescribeReplicationSubnetGroupsPaginator";
|
|
23
|
+
export * from "./DescribeReplicationTableStatisticsPaginator";
|
|
22
24
|
export * from "./DescribeReplicationTaskAssessmentResultsPaginator";
|
|
23
25
|
export * from "./DescribeReplicationTaskAssessmentRunsPaginator";
|
|
24
26
|
export * from "./DescribeReplicationTaskIndividualAssessmentsPaginator";
|
|
25
27
|
export * from "./DescribeReplicationTasksPaginator";
|
|
28
|
+
export * from "./DescribeReplicationsPaginator";
|
|
26
29
|
export * from "./DescribeSchemasPaginator";
|
|
27
30
|
export * from "./DescribeTableStatisticsPaginator";
|
|
@@ -7,6 +7,7 @@ import { CancelReplicationTaskAssessmentRunCommandInput, CancelReplicationTaskAs
|
|
|
7
7
|
import { CreateEndpointCommandInput, CreateEndpointCommandOutput } from "../commands/CreateEndpointCommand";
|
|
8
8
|
import { CreateEventSubscriptionCommandInput, CreateEventSubscriptionCommandOutput } from "../commands/CreateEventSubscriptionCommand";
|
|
9
9
|
import { CreateFleetAdvisorCollectorCommandInput, CreateFleetAdvisorCollectorCommandOutput } from "../commands/CreateFleetAdvisorCollectorCommand";
|
|
10
|
+
import { CreateReplicationConfigCommandInput, CreateReplicationConfigCommandOutput } from "../commands/CreateReplicationConfigCommand";
|
|
10
11
|
import { CreateReplicationInstanceCommandInput, CreateReplicationInstanceCommandOutput } from "../commands/CreateReplicationInstanceCommand";
|
|
11
12
|
import { CreateReplicationSubnetGroupCommandInput, CreateReplicationSubnetGroupCommandOutput } from "../commands/CreateReplicationSubnetGroupCommand";
|
|
12
13
|
import { CreateReplicationTaskCommandInput, CreateReplicationTaskCommandOutput } from "../commands/CreateReplicationTaskCommand";
|
|
@@ -16,6 +17,7 @@ import { DeleteEndpointCommandInput, DeleteEndpointCommandOutput } from "../comm
|
|
|
16
17
|
import { DeleteEventSubscriptionCommandInput, DeleteEventSubscriptionCommandOutput } from "../commands/DeleteEventSubscriptionCommand";
|
|
17
18
|
import { DeleteFleetAdvisorCollectorCommandInput, DeleteFleetAdvisorCollectorCommandOutput } from "../commands/DeleteFleetAdvisorCollectorCommand";
|
|
18
19
|
import { DeleteFleetAdvisorDatabasesCommandInput, DeleteFleetAdvisorDatabasesCommandOutput } from "../commands/DeleteFleetAdvisorDatabasesCommand";
|
|
20
|
+
import { DeleteReplicationConfigCommandInput, DeleteReplicationConfigCommandOutput } from "../commands/DeleteReplicationConfigCommand";
|
|
19
21
|
import { DeleteReplicationInstanceCommandInput, DeleteReplicationInstanceCommandOutput } from "../commands/DeleteReplicationInstanceCommand";
|
|
20
22
|
import { DeleteReplicationSubnetGroupCommandInput, DeleteReplicationSubnetGroupCommandOutput } from "../commands/DeleteReplicationSubnetGroupCommand";
|
|
21
23
|
import { DeleteReplicationTaskAssessmentRunCommandInput, DeleteReplicationTaskAssessmentRunCommandOutput } from "../commands/DeleteReplicationTaskAssessmentRunCommand";
|
|
@@ -40,9 +42,12 @@ import { DescribePendingMaintenanceActionsCommandInput, DescribePendingMaintenan
|
|
|
40
42
|
import { DescribeRecommendationLimitationsCommandInput, DescribeRecommendationLimitationsCommandOutput } from "../commands/DescribeRecommendationLimitationsCommand";
|
|
41
43
|
import { DescribeRecommendationsCommandInput, DescribeRecommendationsCommandOutput } from "../commands/DescribeRecommendationsCommand";
|
|
42
44
|
import { DescribeRefreshSchemasStatusCommandInput, DescribeRefreshSchemasStatusCommandOutput } from "../commands/DescribeRefreshSchemasStatusCommand";
|
|
45
|
+
import { DescribeReplicationConfigsCommandInput, DescribeReplicationConfigsCommandOutput } from "../commands/DescribeReplicationConfigsCommand";
|
|
43
46
|
import { DescribeReplicationInstancesCommandInput, DescribeReplicationInstancesCommandOutput } from "../commands/DescribeReplicationInstancesCommand";
|
|
44
47
|
import { DescribeReplicationInstanceTaskLogsCommandInput, DescribeReplicationInstanceTaskLogsCommandOutput } from "../commands/DescribeReplicationInstanceTaskLogsCommand";
|
|
48
|
+
import { DescribeReplicationsCommandInput, DescribeReplicationsCommandOutput } from "../commands/DescribeReplicationsCommand";
|
|
45
49
|
import { DescribeReplicationSubnetGroupsCommandInput, DescribeReplicationSubnetGroupsCommandOutput } from "../commands/DescribeReplicationSubnetGroupsCommand";
|
|
50
|
+
import { DescribeReplicationTableStatisticsCommandInput, DescribeReplicationTableStatisticsCommandOutput } from "../commands/DescribeReplicationTableStatisticsCommand";
|
|
46
51
|
import { DescribeReplicationTaskAssessmentResultsCommandInput, DescribeReplicationTaskAssessmentResultsCommandOutput } from "../commands/DescribeReplicationTaskAssessmentResultsCommand";
|
|
47
52
|
import { DescribeReplicationTaskAssessmentRunsCommandInput, DescribeReplicationTaskAssessmentRunsCommandOutput } from "../commands/DescribeReplicationTaskAssessmentRunsCommand";
|
|
48
53
|
import { DescribeReplicationTaskIndividualAssessmentsCommandInput, DescribeReplicationTaskIndividualAssessmentsCommandOutput } from "../commands/DescribeReplicationTaskIndividualAssessmentsCommand";
|
|
@@ -53,19 +58,23 @@ import { ImportCertificateCommandInput, ImportCertificateCommandOutput } from ".
|
|
|
53
58
|
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
54
59
|
import { ModifyEndpointCommandInput, ModifyEndpointCommandOutput } from "../commands/ModifyEndpointCommand";
|
|
55
60
|
import { ModifyEventSubscriptionCommandInput, ModifyEventSubscriptionCommandOutput } from "../commands/ModifyEventSubscriptionCommand";
|
|
61
|
+
import { ModifyReplicationConfigCommandInput, ModifyReplicationConfigCommandOutput } from "../commands/ModifyReplicationConfigCommand";
|
|
56
62
|
import { ModifyReplicationInstanceCommandInput, ModifyReplicationInstanceCommandOutput } from "../commands/ModifyReplicationInstanceCommand";
|
|
57
63
|
import { ModifyReplicationSubnetGroupCommandInput, ModifyReplicationSubnetGroupCommandOutput } from "../commands/ModifyReplicationSubnetGroupCommand";
|
|
58
64
|
import { ModifyReplicationTaskCommandInput, ModifyReplicationTaskCommandOutput } from "../commands/ModifyReplicationTaskCommand";
|
|
59
65
|
import { MoveReplicationTaskCommandInput, MoveReplicationTaskCommandOutput } from "../commands/MoveReplicationTaskCommand";
|
|
60
66
|
import { RebootReplicationInstanceCommandInput, RebootReplicationInstanceCommandOutput } from "../commands/RebootReplicationInstanceCommand";
|
|
61
67
|
import { RefreshSchemasCommandInput, RefreshSchemasCommandOutput } from "../commands/RefreshSchemasCommand";
|
|
68
|
+
import { ReloadReplicationTablesCommandInput, ReloadReplicationTablesCommandOutput } from "../commands/ReloadReplicationTablesCommand";
|
|
62
69
|
import { ReloadTablesCommandInput, ReloadTablesCommandOutput } from "../commands/ReloadTablesCommand";
|
|
63
70
|
import { RemoveTagsFromResourceCommandInput, RemoveTagsFromResourceCommandOutput } from "../commands/RemoveTagsFromResourceCommand";
|
|
64
71
|
import { RunFleetAdvisorLsaAnalysisCommandInput, RunFleetAdvisorLsaAnalysisCommandOutput } from "../commands/RunFleetAdvisorLsaAnalysisCommand";
|
|
65
72
|
import { StartRecommendationsCommandInput, StartRecommendationsCommandOutput } from "../commands/StartRecommendationsCommand";
|
|
73
|
+
import { StartReplicationCommandInput, StartReplicationCommandOutput } from "../commands/StartReplicationCommand";
|
|
66
74
|
import { StartReplicationTaskAssessmentCommandInput, StartReplicationTaskAssessmentCommandOutput } from "../commands/StartReplicationTaskAssessmentCommand";
|
|
67
75
|
import { StartReplicationTaskAssessmentRunCommandInput, StartReplicationTaskAssessmentRunCommandOutput } from "../commands/StartReplicationTaskAssessmentRunCommand";
|
|
68
76
|
import { StartReplicationTaskCommandInput, StartReplicationTaskCommandOutput } from "../commands/StartReplicationTaskCommand";
|
|
77
|
+
import { StopReplicationCommandInput, StopReplicationCommandOutput } from "../commands/StopReplicationCommand";
|
|
69
78
|
import { StopReplicationTaskCommandInput, StopReplicationTaskCommandOutput } from "../commands/StopReplicationTaskCommand";
|
|
70
79
|
import { TestConnectionCommandInput, TestConnectionCommandOutput } from "../commands/TestConnectionCommand";
|
|
71
80
|
import { UpdateSubscriptionsToEventBridgeCommandInput, UpdateSubscriptionsToEventBridgeCommandOutput } from "../commands/UpdateSubscriptionsToEventBridgeCommand";
|
|
@@ -97,6 +106,10 @@ export declare const se_CreateEventSubscriptionCommand: (input: CreateEventSubsc
|
|
|
97
106
|
* serializeAws_json1_1CreateFleetAdvisorCollectorCommand
|
|
98
107
|
*/
|
|
99
108
|
export declare const se_CreateFleetAdvisorCollectorCommand: (input: CreateFleetAdvisorCollectorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
109
|
+
/**
|
|
110
|
+
* serializeAws_json1_1CreateReplicationConfigCommand
|
|
111
|
+
*/
|
|
112
|
+
export declare const se_CreateReplicationConfigCommand: (input: CreateReplicationConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
100
113
|
/**
|
|
101
114
|
* serializeAws_json1_1CreateReplicationInstanceCommand
|
|
102
115
|
*/
|
|
@@ -133,6 +146,10 @@ export declare const se_DeleteFleetAdvisorCollectorCommand: (input: DeleteFleetA
|
|
|
133
146
|
* serializeAws_json1_1DeleteFleetAdvisorDatabasesCommand
|
|
134
147
|
*/
|
|
135
148
|
export declare const se_DeleteFleetAdvisorDatabasesCommand: (input: DeleteFleetAdvisorDatabasesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
149
|
+
/**
|
|
150
|
+
* serializeAws_json1_1DeleteReplicationConfigCommand
|
|
151
|
+
*/
|
|
152
|
+
export declare const se_DeleteReplicationConfigCommand: (input: DeleteReplicationConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
136
153
|
/**
|
|
137
154
|
* serializeAws_json1_1DeleteReplicationInstanceCommand
|
|
138
155
|
*/
|
|
@@ -229,6 +246,10 @@ export declare const se_DescribeRecommendationsCommand: (input: DescribeRecommen
|
|
|
229
246
|
* serializeAws_json1_1DescribeRefreshSchemasStatusCommand
|
|
230
247
|
*/
|
|
231
248
|
export declare const se_DescribeRefreshSchemasStatusCommand: (input: DescribeRefreshSchemasStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
249
|
+
/**
|
|
250
|
+
* serializeAws_json1_1DescribeReplicationConfigsCommand
|
|
251
|
+
*/
|
|
252
|
+
export declare const se_DescribeReplicationConfigsCommand: (input: DescribeReplicationConfigsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
232
253
|
/**
|
|
233
254
|
* serializeAws_json1_1DescribeReplicationInstancesCommand
|
|
234
255
|
*/
|
|
@@ -237,10 +258,18 @@ export declare const se_DescribeReplicationInstancesCommand: (input: DescribeRep
|
|
|
237
258
|
* serializeAws_json1_1DescribeReplicationInstanceTaskLogsCommand
|
|
238
259
|
*/
|
|
239
260
|
export declare const se_DescribeReplicationInstanceTaskLogsCommand: (input: DescribeReplicationInstanceTaskLogsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
261
|
+
/**
|
|
262
|
+
* serializeAws_json1_1DescribeReplicationsCommand
|
|
263
|
+
*/
|
|
264
|
+
export declare const se_DescribeReplicationsCommand: (input: DescribeReplicationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
240
265
|
/**
|
|
241
266
|
* serializeAws_json1_1DescribeReplicationSubnetGroupsCommand
|
|
242
267
|
*/
|
|
243
268
|
export declare const se_DescribeReplicationSubnetGroupsCommand: (input: DescribeReplicationSubnetGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
269
|
+
/**
|
|
270
|
+
* serializeAws_json1_1DescribeReplicationTableStatisticsCommand
|
|
271
|
+
*/
|
|
272
|
+
export declare const se_DescribeReplicationTableStatisticsCommand: (input: DescribeReplicationTableStatisticsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
244
273
|
/**
|
|
245
274
|
* serializeAws_json1_1DescribeReplicationTaskAssessmentResultsCommand
|
|
246
275
|
*/
|
|
@@ -281,6 +310,10 @@ export declare const se_ModifyEndpointCommand: (input: ModifyEndpointCommandInpu
|
|
|
281
310
|
* serializeAws_json1_1ModifyEventSubscriptionCommand
|
|
282
311
|
*/
|
|
283
312
|
export declare const se_ModifyEventSubscriptionCommand: (input: ModifyEventSubscriptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
313
|
+
/**
|
|
314
|
+
* serializeAws_json1_1ModifyReplicationConfigCommand
|
|
315
|
+
*/
|
|
316
|
+
export declare const se_ModifyReplicationConfigCommand: (input: ModifyReplicationConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
284
317
|
/**
|
|
285
318
|
* serializeAws_json1_1ModifyReplicationInstanceCommand
|
|
286
319
|
*/
|
|
@@ -305,6 +338,10 @@ export declare const se_RebootReplicationInstanceCommand: (input: RebootReplicat
|
|
|
305
338
|
* serializeAws_json1_1RefreshSchemasCommand
|
|
306
339
|
*/
|
|
307
340
|
export declare const se_RefreshSchemasCommand: (input: RefreshSchemasCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
341
|
+
/**
|
|
342
|
+
* serializeAws_json1_1ReloadReplicationTablesCommand
|
|
343
|
+
*/
|
|
344
|
+
export declare const se_ReloadReplicationTablesCommand: (input: ReloadReplicationTablesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
308
345
|
/**
|
|
309
346
|
* serializeAws_json1_1ReloadTablesCommand
|
|
310
347
|
*/
|
|
@@ -321,6 +358,10 @@ export declare const se_RunFleetAdvisorLsaAnalysisCommand: (input: RunFleetAdvis
|
|
|
321
358
|
* serializeAws_json1_1StartRecommendationsCommand
|
|
322
359
|
*/
|
|
323
360
|
export declare const se_StartRecommendationsCommand: (input: StartRecommendationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
361
|
+
/**
|
|
362
|
+
* serializeAws_json1_1StartReplicationCommand
|
|
363
|
+
*/
|
|
364
|
+
export declare const se_StartReplicationCommand: (input: StartReplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
324
365
|
/**
|
|
325
366
|
* serializeAws_json1_1StartReplicationTaskCommand
|
|
326
367
|
*/
|
|
@@ -333,6 +374,10 @@ export declare const se_StartReplicationTaskAssessmentCommand: (input: StartRepl
|
|
|
333
374
|
* serializeAws_json1_1StartReplicationTaskAssessmentRunCommand
|
|
334
375
|
*/
|
|
335
376
|
export declare const se_StartReplicationTaskAssessmentRunCommand: (input: StartReplicationTaskAssessmentRunCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
377
|
+
/**
|
|
378
|
+
* serializeAws_json1_1StopReplicationCommand
|
|
379
|
+
*/
|
|
380
|
+
export declare const se_StopReplicationCommand: (input: StopReplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
336
381
|
/**
|
|
337
382
|
* serializeAws_json1_1StopReplicationTaskCommand
|
|
338
383
|
*/
|
|
@@ -373,6 +418,10 @@ export declare const de_CreateEventSubscriptionCommand: (output: __HttpResponse,
|
|
|
373
418
|
* deserializeAws_json1_1CreateFleetAdvisorCollectorCommand
|
|
374
419
|
*/
|
|
375
420
|
export declare const de_CreateFleetAdvisorCollectorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateFleetAdvisorCollectorCommandOutput>;
|
|
421
|
+
/**
|
|
422
|
+
* deserializeAws_json1_1CreateReplicationConfigCommand
|
|
423
|
+
*/
|
|
424
|
+
export declare const de_CreateReplicationConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateReplicationConfigCommandOutput>;
|
|
376
425
|
/**
|
|
377
426
|
* deserializeAws_json1_1CreateReplicationInstanceCommand
|
|
378
427
|
*/
|
|
@@ -409,6 +458,10 @@ export declare const de_DeleteFleetAdvisorCollectorCommand: (output: __HttpRespo
|
|
|
409
458
|
* deserializeAws_json1_1DeleteFleetAdvisorDatabasesCommand
|
|
410
459
|
*/
|
|
411
460
|
export declare const de_DeleteFleetAdvisorDatabasesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteFleetAdvisorDatabasesCommandOutput>;
|
|
461
|
+
/**
|
|
462
|
+
* deserializeAws_json1_1DeleteReplicationConfigCommand
|
|
463
|
+
*/
|
|
464
|
+
export declare const de_DeleteReplicationConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteReplicationConfigCommandOutput>;
|
|
412
465
|
/**
|
|
413
466
|
* deserializeAws_json1_1DeleteReplicationInstanceCommand
|
|
414
467
|
*/
|
|
@@ -505,6 +558,10 @@ export declare const de_DescribeRecommendationsCommand: (output: __HttpResponse,
|
|
|
505
558
|
* deserializeAws_json1_1DescribeRefreshSchemasStatusCommand
|
|
506
559
|
*/
|
|
507
560
|
export declare const de_DescribeRefreshSchemasStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeRefreshSchemasStatusCommandOutput>;
|
|
561
|
+
/**
|
|
562
|
+
* deserializeAws_json1_1DescribeReplicationConfigsCommand
|
|
563
|
+
*/
|
|
564
|
+
export declare const de_DescribeReplicationConfigsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeReplicationConfigsCommandOutput>;
|
|
508
565
|
/**
|
|
509
566
|
* deserializeAws_json1_1DescribeReplicationInstancesCommand
|
|
510
567
|
*/
|
|
@@ -513,10 +570,18 @@ export declare const de_DescribeReplicationInstancesCommand: (output: __HttpResp
|
|
|
513
570
|
* deserializeAws_json1_1DescribeReplicationInstanceTaskLogsCommand
|
|
514
571
|
*/
|
|
515
572
|
export declare const de_DescribeReplicationInstanceTaskLogsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeReplicationInstanceTaskLogsCommandOutput>;
|
|
573
|
+
/**
|
|
574
|
+
* deserializeAws_json1_1DescribeReplicationsCommand
|
|
575
|
+
*/
|
|
576
|
+
export declare const de_DescribeReplicationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeReplicationsCommandOutput>;
|
|
516
577
|
/**
|
|
517
578
|
* deserializeAws_json1_1DescribeReplicationSubnetGroupsCommand
|
|
518
579
|
*/
|
|
519
580
|
export declare const de_DescribeReplicationSubnetGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeReplicationSubnetGroupsCommandOutput>;
|
|
581
|
+
/**
|
|
582
|
+
* deserializeAws_json1_1DescribeReplicationTableStatisticsCommand
|
|
583
|
+
*/
|
|
584
|
+
export declare const de_DescribeReplicationTableStatisticsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeReplicationTableStatisticsCommandOutput>;
|
|
520
585
|
/**
|
|
521
586
|
* deserializeAws_json1_1DescribeReplicationTaskAssessmentResultsCommand
|
|
522
587
|
*/
|
|
@@ -557,6 +622,10 @@ export declare const de_ModifyEndpointCommand: (output: __HttpResponse, context:
|
|
|
557
622
|
* deserializeAws_json1_1ModifyEventSubscriptionCommand
|
|
558
623
|
*/
|
|
559
624
|
export declare const de_ModifyEventSubscriptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyEventSubscriptionCommandOutput>;
|
|
625
|
+
/**
|
|
626
|
+
* deserializeAws_json1_1ModifyReplicationConfigCommand
|
|
627
|
+
*/
|
|
628
|
+
export declare const de_ModifyReplicationConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyReplicationConfigCommandOutput>;
|
|
560
629
|
/**
|
|
561
630
|
* deserializeAws_json1_1ModifyReplicationInstanceCommand
|
|
562
631
|
*/
|
|
@@ -581,6 +650,10 @@ export declare const de_RebootReplicationInstanceCommand: (output: __HttpRespons
|
|
|
581
650
|
* deserializeAws_json1_1RefreshSchemasCommand
|
|
582
651
|
*/
|
|
583
652
|
export declare const de_RefreshSchemasCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RefreshSchemasCommandOutput>;
|
|
653
|
+
/**
|
|
654
|
+
* deserializeAws_json1_1ReloadReplicationTablesCommand
|
|
655
|
+
*/
|
|
656
|
+
export declare const de_ReloadReplicationTablesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ReloadReplicationTablesCommandOutput>;
|
|
584
657
|
/**
|
|
585
658
|
* deserializeAws_json1_1ReloadTablesCommand
|
|
586
659
|
*/
|
|
@@ -597,6 +670,10 @@ export declare const de_RunFleetAdvisorLsaAnalysisCommand: (output: __HttpRespon
|
|
|
597
670
|
* deserializeAws_json1_1StartRecommendationsCommand
|
|
598
671
|
*/
|
|
599
672
|
export declare const de_StartRecommendationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartRecommendationsCommandOutput>;
|
|
673
|
+
/**
|
|
674
|
+
* deserializeAws_json1_1StartReplicationCommand
|
|
675
|
+
*/
|
|
676
|
+
export declare const de_StartReplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartReplicationCommandOutput>;
|
|
600
677
|
/**
|
|
601
678
|
* deserializeAws_json1_1StartReplicationTaskCommand
|
|
602
679
|
*/
|
|
@@ -609,6 +686,10 @@ export declare const de_StartReplicationTaskAssessmentCommand: (output: __HttpRe
|
|
|
609
686
|
* deserializeAws_json1_1StartReplicationTaskAssessmentRunCommand
|
|
610
687
|
*/
|
|
611
688
|
export declare const de_StartReplicationTaskAssessmentRunCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartReplicationTaskAssessmentRunCommandOutput>;
|
|
689
|
+
/**
|
|
690
|
+
* deserializeAws_json1_1StopReplicationCommand
|
|
691
|
+
*/
|
|
692
|
+
export declare const de_StopReplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopReplicationCommandOutput>;
|
|
612
693
|
/**
|
|
613
694
|
* deserializeAws_json1_1StopReplicationTaskCommand
|
|
614
695
|
*/
|
|
@@ -1,42 +1,42 @@
|
|
|
1
|
-
import { FetchHttpHandler as RequestHandler } from "@
|
|
1
|
+
import { FetchHttpHandler as RequestHandler } from "@smithy/fetch-http-handler";
|
|
2
2
|
import { DatabaseMigrationServiceClientConfig } from "./DatabaseMigrationServiceClient";
|
|
3
3
|
/**
|
|
4
4
|
* @internal
|
|
5
5
|
*/
|
|
6
6
|
export declare const getRuntimeConfig: (config: DatabaseMigrationServiceClientConfig) => {
|
|
7
7
|
runtime: string;
|
|
8
|
-
defaultsMode: import("@
|
|
9
|
-
bodyLengthChecker: import("@
|
|
8
|
+
defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
|
|
9
|
+
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
10
10
|
credentialDefaultProvider: (input: any) => import("@smithy/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
11
|
-
defaultUserAgentProvider: import("@
|
|
12
|
-
maxAttempts:
|
|
13
|
-
region: string | import("@
|
|
14
|
-
requestHandler: (import("@
|
|
11
|
+
defaultUserAgentProvider: import("@smithy/types").Provider<import("@smithy/types").UserAgent>;
|
|
12
|
+
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
13
|
+
region: string | import("@smithy/types").Provider<any>;
|
|
14
|
+
requestHandler: (import("@smithy/types").RequestHandler<any, any, import("@smithy/types").HttpHandlerOptions> & import("@smithy/protocol-http").HttpHandler) | RequestHandler;
|
|
15
15
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
16
|
-
sha256: import("@
|
|
16
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
17
17
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
18
|
-
useDualstackEndpoint:
|
|
19
|
-
useFipsEndpoint:
|
|
18
|
+
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
19
|
+
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
20
20
|
apiVersion: string;
|
|
21
|
-
urlParser: import("@
|
|
21
|
+
urlParser: import("@smithy/types").UrlParser;
|
|
22
22
|
base64Decoder: import("@smithy/types").Decoder;
|
|
23
23
|
base64Encoder: import("@smithy/types").Encoder;
|
|
24
24
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
25
25
|
utf8Encoder: import("@smithy/types").Encoder;
|
|
26
26
|
disableHostPrefix: boolean;
|
|
27
27
|
serviceId: string;
|
|
28
|
-
logger: import("@
|
|
29
|
-
endpoint?: ((string | import("@
|
|
28
|
+
logger: import("@smithy/types").Logger;
|
|
29
|
+
endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
|
|
30
30
|
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
31
|
-
logger?: import("@
|
|
32
|
-
}) => import("@
|
|
31
|
+
logger?: import("@smithy/types").Logger | undefined;
|
|
32
|
+
}) => import("@smithy/types").EndpointV2;
|
|
33
33
|
tls?: boolean | undefined;
|
|
34
|
-
retryStrategy?: import("@
|
|
35
|
-
credentials?: import("@
|
|
36
|
-
signer?: import("@
|
|
34
|
+
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
|
|
35
|
+
credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").Provider<import("@smithy/types").AwsCredentialIdentity> | undefined;
|
|
36
|
+
signer?: import("@smithy/types").RequestSigner | ((authScheme?: import("@smithy/types").AuthScheme | undefined) => Promise<import("@smithy/types").RequestSigner>) | undefined;
|
|
37
37
|
signingEscapePath?: boolean | undefined;
|
|
38
38
|
systemClockOffset?: number | undefined;
|
|
39
39
|
signingRegion?: string | undefined;
|
|
40
|
-
signerConstructor?: (new (options: import("@
|
|
41
|
-
customUserAgent?: string | import("@
|
|
40
|
+
signerConstructor?: (new (options: import("@smithy/signature-v4").SignatureV4Init & import("@smithy/signature-v4").SignatureV4CryptoInit) => import("@smithy/types").RequestSigner) | undefined;
|
|
41
|
+
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
|
42
42
|
};
|