@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
|
@@ -3,18 +3,18 @@ export declare const getRuntimeConfig: (
|
|
|
3
3
|
config: DatabaseMigrationServiceClientConfig
|
|
4
4
|
) => {
|
|
5
5
|
runtime: string;
|
|
6
|
-
sha256: import("@
|
|
6
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
7
7
|
requestHandler:
|
|
8
|
-
| (import("@
|
|
8
|
+
| (import("@smithy/types").RequestHandler<
|
|
9
9
|
any,
|
|
10
10
|
any,
|
|
11
|
-
import("@
|
|
11
|
+
import("@smithy/types").HttpHandlerOptions
|
|
12
12
|
> &
|
|
13
13
|
import("@smithy/protocol-http").HttpHandler)
|
|
14
|
-
| import("@
|
|
14
|
+
| import("@smithy/fetch-http-handler").FetchHttpHandler;
|
|
15
15
|
apiVersion: string;
|
|
16
|
-
urlParser: import("@
|
|
17
|
-
bodyLengthChecker: import("@
|
|
16
|
+
urlParser: import("@smithy/types").UrlParser;
|
|
17
|
+
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
18
18
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
19
19
|
base64Decoder: import("@smithy/types").Decoder;
|
|
20
20
|
base64Encoder: import("@smithy/types").Encoder;
|
|
@@ -22,66 +22,61 @@ export declare const getRuntimeConfig: (
|
|
|
22
22
|
utf8Encoder: import("@smithy/types").Encoder;
|
|
23
23
|
disableHostPrefix: boolean;
|
|
24
24
|
serviceId: string;
|
|
25
|
-
useDualstackEndpoint:
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
(boolean | import("@aws-sdk/types").Provider<boolean>);
|
|
29
|
-
region: string | import("@aws-sdk/types").Provider<any>;
|
|
25
|
+
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
26
|
+
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
27
|
+
region: string | import("@smithy/types").Provider<any>;
|
|
30
28
|
credentialDefaultProvider: (
|
|
31
29
|
input: any
|
|
32
30
|
) => import("@smithy/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
33
|
-
defaultUserAgentProvider: import("@
|
|
34
|
-
import("@
|
|
31
|
+
defaultUserAgentProvider: import("@smithy/types").Provider<
|
|
32
|
+
import("@smithy/types").UserAgent
|
|
35
33
|
>;
|
|
36
|
-
maxAttempts:
|
|
37
|
-
(number | import("@aws-sdk/types").Provider<number>);
|
|
34
|
+
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
38
35
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
39
|
-
logger: import("@
|
|
36
|
+
logger: import("@smithy/types").Logger;
|
|
40
37
|
defaultsMode:
|
|
41
|
-
| import("@
|
|
38
|
+
| import("@smithy/smithy-client").DefaultsMode
|
|
42
39
|
| import("@smithy/types").Provider<
|
|
43
|
-
import("@
|
|
40
|
+
import("@smithy/smithy-client").DefaultsMode
|
|
44
41
|
>;
|
|
45
42
|
endpoint?:
|
|
46
43
|
| string
|
|
47
|
-
| import("@
|
|
48
|
-
|
|
|
49
|
-
|
|
50
|
-
|
|
|
51
|
-
| (import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2> &
|
|
52
|
-
import("@smithy/types").Provider<import("@aws-sdk/types").EndpointV2>)
|
|
44
|
+
| import("@smithy/types").Endpoint
|
|
45
|
+
| import("@smithy/types").Provider<import("@smithy/types").Endpoint>
|
|
46
|
+
| import("@smithy/types").EndpointV2
|
|
47
|
+
| import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
|
|
53
48
|
| undefined;
|
|
54
49
|
endpointProvider: (
|
|
55
50
|
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
56
51
|
context?: {
|
|
57
|
-
logger?: import("@
|
|
52
|
+
logger?: import("@smithy/types").Logger | undefined;
|
|
58
53
|
}
|
|
59
|
-
) => import("@
|
|
54
|
+
) => import("@smithy/types").EndpointV2;
|
|
60
55
|
tls?: boolean | undefined;
|
|
61
56
|
retryStrategy?:
|
|
62
|
-
| import("@
|
|
63
|
-
| import("@
|
|
57
|
+
| import("@smithy/types").RetryStrategy
|
|
58
|
+
| import("@smithy/types").RetryStrategyV2
|
|
64
59
|
| undefined;
|
|
65
60
|
credentials?:
|
|
66
|
-
| import("@
|
|
67
|
-
| import("@
|
|
68
|
-
import("@
|
|
61
|
+
| import("@smithy/types").AwsCredentialIdentity
|
|
62
|
+
| import("@smithy/types").Provider<
|
|
63
|
+
import("@smithy/types").AwsCredentialIdentity
|
|
69
64
|
>
|
|
70
65
|
| undefined;
|
|
71
66
|
signer?:
|
|
72
|
-
| import("@
|
|
67
|
+
| import("@smithy/types").RequestSigner
|
|
73
68
|
| ((
|
|
74
|
-
authScheme?: import("@
|
|
75
|
-
) => Promise<import("@
|
|
69
|
+
authScheme?: import("@smithy/types").AuthScheme | undefined
|
|
70
|
+
) => Promise<import("@smithy/types").RequestSigner>)
|
|
76
71
|
| undefined;
|
|
77
72
|
signingEscapePath?: boolean | undefined;
|
|
78
73
|
systemClockOffset?: number | undefined;
|
|
79
74
|
signingRegion?: string | undefined;
|
|
80
75
|
signerConstructor?:
|
|
81
76
|
| (new (
|
|
82
|
-
options: import("@
|
|
83
|
-
import("@
|
|
84
|
-
) => import("@
|
|
77
|
+
options: import("@smithy/signature-v4").SignatureV4Init &
|
|
78
|
+
import("@smithy/signature-v4").SignatureV4CryptoInit
|
|
79
|
+
) => import("@smithy/types").RequestSigner)
|
|
85
80
|
| undefined;
|
|
86
|
-
customUserAgent?: string | import("@
|
|
81
|
+
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
|
87
82
|
};
|
|
@@ -9,12 +9,12 @@ export declare const getRuntimeConfig: (
|
|
|
9
9
|
endpointProvider: (
|
|
10
10
|
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
11
11
|
context?: {
|
|
12
|
-
logger?: import("@
|
|
12
|
+
logger?: import("@smithy/types").Logger | undefined;
|
|
13
13
|
}
|
|
14
|
-
) => import("@
|
|
15
|
-
logger: import("@
|
|
14
|
+
) => import("@smithy/types").EndpointV2;
|
|
15
|
+
logger: import("@smithy/types").Logger;
|
|
16
16
|
serviceId: string;
|
|
17
|
-
urlParser: import("@
|
|
17
|
+
urlParser: import("@smithy/types").UrlParser;
|
|
18
18
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
19
19
|
utf8Encoder: import("@smithy/types").Encoder;
|
|
20
20
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@
|
|
1
|
+
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
2
|
import { DescribeEndpointsCommandInput } from "../commands/DescribeEndpointsCommand";
|
|
3
3
|
import { DatabaseMigrationServiceClient } from "../DatabaseMigrationServiceClient";
|
|
4
4
|
export declare const waitForEndpointDeleted: (
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@
|
|
1
|
+
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
2
|
import { DescribeReplicationInstancesCommandInput } from "../commands/DescribeReplicationInstancesCommand";
|
|
3
3
|
import { DatabaseMigrationServiceClient } from "../DatabaseMigrationServiceClient";
|
|
4
4
|
export declare const waitForReplicationInstanceAvailable: (
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@
|
|
1
|
+
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
2
|
import { DescribeReplicationInstancesCommandInput } from "../commands/DescribeReplicationInstancesCommand";
|
|
3
3
|
import { DatabaseMigrationServiceClient } from "../DatabaseMigrationServiceClient";
|
|
4
4
|
export declare const waitForReplicationInstanceDeleted: (
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@
|
|
1
|
+
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
2
|
import { DescribeReplicationTasksCommandInput } from "../commands/DescribeReplicationTasksCommand";
|
|
3
3
|
import { DatabaseMigrationServiceClient } from "../DatabaseMigrationServiceClient";
|
|
4
4
|
export declare const waitForReplicationTaskDeleted: (
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@
|
|
1
|
+
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
2
|
import { DescribeReplicationTasksCommandInput } from "../commands/DescribeReplicationTasksCommand";
|
|
3
3
|
import { DatabaseMigrationServiceClient } from "../DatabaseMigrationServiceClient";
|
|
4
4
|
export declare const waitForReplicationTaskReady: (
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@
|
|
1
|
+
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
2
|
import { DescribeReplicationTasksCommandInput } from "../commands/DescribeReplicationTasksCommand";
|
|
3
3
|
import { DatabaseMigrationServiceClient } from "../DatabaseMigrationServiceClient";
|
|
4
4
|
export declare const waitForReplicationTaskRunning: (
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@
|
|
1
|
+
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
2
|
import { DescribeReplicationTasksCommandInput } from "../commands/DescribeReplicationTasksCommand";
|
|
3
3
|
import { DatabaseMigrationServiceClient } from "../DatabaseMigrationServiceClient";
|
|
4
4
|
export declare const waitForReplicationTaskStopped: (
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@
|
|
1
|
+
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
2
|
import { DescribeConnectionsCommandInput } from "../commands/DescribeConnectionsCommand";
|
|
3
3
|
import { DatabaseMigrationServiceClient } from "../DatabaseMigrationServiceClient";
|
|
4
4
|
export declare const waitForTestConnectionSucceeds: (
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@
|
|
1
|
+
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
2
|
import { DescribeEndpointsCommandInput } from "../commands/DescribeEndpointsCommand";
|
|
3
3
|
import { DatabaseMigrationServiceClient } from "../DatabaseMigrationServiceClient";
|
|
4
4
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@
|
|
1
|
+
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
2
|
import { DescribeReplicationInstancesCommandInput } from "../commands/DescribeReplicationInstancesCommand";
|
|
3
3
|
import { DatabaseMigrationServiceClient } from "../DatabaseMigrationServiceClient";
|
|
4
4
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@
|
|
1
|
+
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
2
|
import { DescribeReplicationInstancesCommandInput } from "../commands/DescribeReplicationInstancesCommand";
|
|
3
3
|
import { DatabaseMigrationServiceClient } from "../DatabaseMigrationServiceClient";
|
|
4
4
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@
|
|
1
|
+
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
2
|
import { DescribeReplicationTasksCommandInput } from "../commands/DescribeReplicationTasksCommand";
|
|
3
3
|
import { DatabaseMigrationServiceClient } from "../DatabaseMigrationServiceClient";
|
|
4
4
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@
|
|
1
|
+
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
2
|
import { DescribeReplicationTasksCommandInput } from "../commands/DescribeReplicationTasksCommand";
|
|
3
3
|
import { DatabaseMigrationServiceClient } from "../DatabaseMigrationServiceClient";
|
|
4
4
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@
|
|
1
|
+
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
2
|
import { DescribeReplicationTasksCommandInput } from "../commands/DescribeReplicationTasksCommand";
|
|
3
3
|
import { DatabaseMigrationServiceClient } from "../DatabaseMigrationServiceClient";
|
|
4
4
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@
|
|
1
|
+
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
2
|
import { DescribeReplicationTasksCommandInput } from "../commands/DescribeReplicationTasksCommand";
|
|
3
3
|
import { DatabaseMigrationServiceClient } from "../DatabaseMigrationServiceClient";
|
|
4
4
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@
|
|
1
|
+
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
2
|
import { DescribeConnectionsCommandInput } from "../commands/DescribeConnectionsCommand";
|
|
3
3
|
import { DatabaseMigrationServiceClient } from "../DatabaseMigrationServiceClient";
|
|
4
4
|
/**
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-database-migration-service",
|
|
3
3
|
"description": "AWS SDK for JavaScript Database Migration Service Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.368.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,44 +21,45 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/
|
|
26
|
-
"@aws-sdk/
|
|
27
|
-
"@aws-sdk/
|
|
28
|
-
"@aws-sdk/
|
|
29
|
-
"@aws-sdk/
|
|
30
|
-
"@aws-sdk/middleware-
|
|
31
|
-
"@aws-sdk/middleware-endpoint": "3.357.0",
|
|
32
|
-
"@aws-sdk/middleware-host-header": "3.357.0",
|
|
33
|
-
"@aws-sdk/middleware-logger": "3.357.0",
|
|
34
|
-
"@aws-sdk/middleware-recursion-detection": "3.357.0",
|
|
35
|
-
"@aws-sdk/middleware-retry": "3.362.0",
|
|
36
|
-
"@aws-sdk/middleware-serde": "3.357.0",
|
|
37
|
-
"@aws-sdk/middleware-signing": "3.357.0",
|
|
38
|
-
"@aws-sdk/middleware-stack": "3.357.0",
|
|
39
|
-
"@aws-sdk/middleware-user-agent": "3.357.0",
|
|
40
|
-
"@aws-sdk/node-config-provider": "3.357.0",
|
|
41
|
-
"@aws-sdk/node-http-handler": "3.360.0",
|
|
42
|
-
"@aws-sdk/smithy-client": "3.360.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.363.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.363.0",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "3.363.0",
|
|
27
|
+
"@aws-sdk/middleware-logger": "3.363.0",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "3.363.0",
|
|
29
|
+
"@aws-sdk/middleware-signing": "3.363.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.363.0",
|
|
43
31
|
"@aws-sdk/types": "3.357.0",
|
|
44
|
-
"@aws-sdk/url-parser": "3.357.0",
|
|
45
|
-
"@aws-sdk/util-base64": "3.310.0",
|
|
46
|
-
"@aws-sdk/util-body-length-browser": "3.310.0",
|
|
47
|
-
"@aws-sdk/util-body-length-node": "3.310.0",
|
|
48
|
-
"@aws-sdk/util-defaults-mode-browser": "3.360.0",
|
|
49
|
-
"@aws-sdk/util-defaults-mode-node": "3.360.0",
|
|
50
32
|
"@aws-sdk/util-endpoints": "3.357.0",
|
|
51
|
-
"@aws-sdk/util-
|
|
52
|
-
"@aws-sdk/util-user-agent-
|
|
53
|
-
"@
|
|
54
|
-
"@
|
|
55
|
-
"@
|
|
33
|
+
"@aws-sdk/util-user-agent-browser": "3.363.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "3.363.0",
|
|
35
|
+
"@smithy/config-resolver": "^1.0.1",
|
|
36
|
+
"@smithy/fetch-http-handler": "^1.0.1",
|
|
37
|
+
"@smithy/hash-node": "^1.0.1",
|
|
38
|
+
"@smithy/invalid-dependency": "^1.0.1",
|
|
39
|
+
"@smithy/middleware-content-length": "^1.0.1",
|
|
40
|
+
"@smithy/middleware-endpoint": "^1.0.1",
|
|
41
|
+
"@smithy/middleware-retry": "^1.0.2",
|
|
42
|
+
"@smithy/middleware-serde": "^1.0.1",
|
|
43
|
+
"@smithy/middleware-stack": "^1.0.1",
|
|
44
|
+
"@smithy/node-config-provider": "^1.0.1",
|
|
45
|
+
"@smithy/node-http-handler": "^1.0.2",
|
|
56
46
|
"@smithy/protocol-http": "^1.0.1",
|
|
47
|
+
"@smithy/smithy-client": "^1.0.3",
|
|
57
48
|
"@smithy/types": "^1.0.0",
|
|
49
|
+
"@smithy/url-parser": "^1.0.1",
|
|
50
|
+
"@smithy/util-base64": "^1.0.1",
|
|
51
|
+
"@smithy/util-body-length-browser": "^1.0.1",
|
|
52
|
+
"@smithy/util-body-length-node": "^1.0.1",
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^1.0.1",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^1.0.1",
|
|
55
|
+
"@smithy/util-retry": "^1.0.2",
|
|
56
|
+
"@smithy/util-utf8": "^1.0.1",
|
|
57
|
+
"@smithy/util-waiter": "^1.0.1",
|
|
58
58
|
"tslib": "^2.5.0"
|
|
59
59
|
},
|
|
60
60
|
"devDependencies": {
|
|
61
61
|
"@aws-sdk/service-client-documentation-generator": "3.310.0",
|
|
62
|
+
"@smithy/service-client-documentation-generator": "^1.0.1",
|
|
62
63
|
"@tsconfig/node14": "1.0.3",
|
|
63
64
|
"@types/node": "^14.14.31",
|
|
64
65
|
"concurrently": "7.0.0",
|