@aws-sdk/client-database-migration-service 3.1045.0 → 3.1047.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/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
- package/dist-cjs/endpoint/bdd.js +2 -2
- package/dist-cjs/endpoint/endpointResolver.js +4 -4
- package/dist-cjs/index.js +850 -348
- package/dist-cjs/models/DatabaseMigrationServiceServiceException.js +3 -3
- package/dist-cjs/runtimeConfig.browser.js +12 -14
- package/dist-cjs/runtimeConfig.js +18 -22
- package/dist-cjs/runtimeConfig.shared.js +9 -10
- package/dist-es/DatabaseMigrationService.js +19 -1
- package/dist-es/DatabaseMigrationServiceClient.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/AddTagsToResourceCommand.js +2 -2
- package/dist-es/commands/ApplyPendingMaintenanceActionCommand.js +2 -2
- package/dist-es/commands/BatchStartRecommendationsCommand.js +2 -2
- package/dist-es/commands/CancelMetadataModelConversionCommand.js +2 -2
- package/dist-es/commands/CancelMetadataModelCreationCommand.js +2 -2
- package/dist-es/commands/CancelReplicationTaskAssessmentRunCommand.js +2 -2
- package/dist-es/commands/CreateDataMigrationCommand.js +2 -2
- package/dist-es/commands/CreateDataProviderCommand.js +2 -2
- package/dist-es/commands/CreateEndpointCommand.js +2 -2
- package/dist-es/commands/CreateEventSubscriptionCommand.js +2 -2
- package/dist-es/commands/CreateFleetAdvisorCollectorCommand.js +2 -2
- package/dist-es/commands/CreateInstanceProfileCommand.js +2 -2
- package/dist-es/commands/CreateMigrationProjectCommand.js +2 -2
- package/dist-es/commands/CreateReplicationConfigCommand.js +2 -2
- package/dist-es/commands/CreateReplicationInstanceCommand.js +2 -2
- package/dist-es/commands/CreateReplicationSubnetGroupCommand.js +2 -2
- package/dist-es/commands/CreateReplicationTaskCommand.js +2 -2
- package/dist-es/commands/DeleteCertificateCommand.js +2 -2
- package/dist-es/commands/DeleteConnectionCommand.js +2 -2
- package/dist-es/commands/DeleteDataMigrationCommand.js +2 -2
- package/dist-es/commands/DeleteDataProviderCommand.js +2 -2
- package/dist-es/commands/DeleteEndpointCommand.js +2 -2
- package/dist-es/commands/DeleteEventSubscriptionCommand.js +2 -2
- package/dist-es/commands/DeleteFleetAdvisorCollectorCommand.js +2 -2
- package/dist-es/commands/DeleteFleetAdvisorDatabasesCommand.js +2 -2
- package/dist-es/commands/DeleteInstanceProfileCommand.js +2 -2
- package/dist-es/commands/DeleteMigrationProjectCommand.js +2 -2
- package/dist-es/commands/DeleteReplicationConfigCommand.js +2 -2
- package/dist-es/commands/DeleteReplicationInstanceCommand.js +2 -2
- package/dist-es/commands/DeleteReplicationSubnetGroupCommand.js +2 -2
- package/dist-es/commands/DeleteReplicationTaskAssessmentRunCommand.js +2 -2
- package/dist-es/commands/DeleteReplicationTaskCommand.js +2 -2
- package/dist-es/commands/DescribeAccountAttributesCommand.js +2 -2
- package/dist-es/commands/DescribeApplicableIndividualAssessmentsCommand.js +2 -2
- package/dist-es/commands/DescribeCertificatesCommand.js +2 -2
- package/dist-es/commands/DescribeConnectionsCommand.js +2 -2
- package/dist-es/commands/DescribeConversionConfigurationCommand.js +2 -2
- package/dist-es/commands/DescribeDataMigrationsCommand.js +2 -2
- package/dist-es/commands/DescribeDataProvidersCommand.js +2 -2
- package/dist-es/commands/DescribeEndpointSettingsCommand.js +2 -2
- package/dist-es/commands/DescribeEndpointTypesCommand.js +2 -2
- package/dist-es/commands/DescribeEndpointsCommand.js +2 -2
- package/dist-es/commands/DescribeEngineVersionsCommand.js +2 -2
- package/dist-es/commands/DescribeEventCategoriesCommand.js +2 -2
- package/dist-es/commands/DescribeEventSubscriptionsCommand.js +2 -2
- package/dist-es/commands/DescribeEventsCommand.js +2 -2
- package/dist-es/commands/DescribeExtensionPackAssociationsCommand.js +2 -2
- package/dist-es/commands/DescribeFleetAdvisorCollectorsCommand.js +2 -2
- package/dist-es/commands/DescribeFleetAdvisorDatabasesCommand.js +2 -2
- package/dist-es/commands/DescribeFleetAdvisorLsaAnalysisCommand.js +2 -2
- package/dist-es/commands/DescribeFleetAdvisorSchemaObjectSummaryCommand.js +2 -2
- package/dist-es/commands/DescribeFleetAdvisorSchemasCommand.js +2 -2
- package/dist-es/commands/DescribeInstanceProfilesCommand.js +2 -2
- package/dist-es/commands/DescribeMetadataModelAssessmentsCommand.js +2 -2
- package/dist-es/commands/DescribeMetadataModelChildrenCommand.js +2 -2
- package/dist-es/commands/DescribeMetadataModelCommand.js +2 -2
- package/dist-es/commands/DescribeMetadataModelConversionsCommand.js +2 -2
- package/dist-es/commands/DescribeMetadataModelCreationsCommand.js +2 -2
- package/dist-es/commands/DescribeMetadataModelExportsAsScriptCommand.js +2 -2
- package/dist-es/commands/DescribeMetadataModelExportsToTargetCommand.js +2 -2
- package/dist-es/commands/DescribeMetadataModelImportsCommand.js +2 -2
- package/dist-es/commands/DescribeMigrationProjectsCommand.js +2 -2
- package/dist-es/commands/DescribeOrderableReplicationInstancesCommand.js +2 -2
- package/dist-es/commands/DescribePendingMaintenanceActionsCommand.js +2 -2
- package/dist-es/commands/DescribeRecommendationLimitationsCommand.js +2 -2
- package/dist-es/commands/DescribeRecommendationsCommand.js +2 -2
- package/dist-es/commands/DescribeRefreshSchemasStatusCommand.js +2 -2
- package/dist-es/commands/DescribeReplicationConfigsCommand.js +2 -2
- package/dist-es/commands/DescribeReplicationInstanceTaskLogsCommand.js +2 -2
- package/dist-es/commands/DescribeReplicationInstancesCommand.js +2 -2
- package/dist-es/commands/DescribeReplicationSubnetGroupsCommand.js +2 -2
- package/dist-es/commands/DescribeReplicationTableStatisticsCommand.js +2 -2
- package/dist-es/commands/DescribeReplicationTaskAssessmentResultsCommand.js +2 -2
- package/dist-es/commands/DescribeReplicationTaskAssessmentRunsCommand.js +2 -2
- package/dist-es/commands/DescribeReplicationTaskIndividualAssessmentsCommand.js +2 -2
- package/dist-es/commands/DescribeReplicationTasksCommand.js +2 -2
- package/dist-es/commands/DescribeReplicationsCommand.js +2 -2
- package/dist-es/commands/DescribeSchemasCommand.js +2 -2
- package/dist-es/commands/DescribeTableStatisticsCommand.js +2 -2
- package/dist-es/commands/ExportMetadataModelAssessmentCommand.js +2 -2
- package/dist-es/commands/GetTargetSelectionRulesCommand.js +2 -2
- package/dist-es/commands/ImportCertificateCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/ModifyConversionConfigurationCommand.js +2 -2
- package/dist-es/commands/ModifyDataMigrationCommand.js +2 -2
- package/dist-es/commands/ModifyDataProviderCommand.js +2 -2
- package/dist-es/commands/ModifyEndpointCommand.js +2 -2
- package/dist-es/commands/ModifyEventSubscriptionCommand.js +2 -2
- package/dist-es/commands/ModifyInstanceProfileCommand.js +2 -2
- package/dist-es/commands/ModifyMigrationProjectCommand.js +2 -2
- package/dist-es/commands/ModifyReplicationConfigCommand.js +2 -2
- package/dist-es/commands/ModifyReplicationInstanceCommand.js +2 -2
- package/dist-es/commands/ModifyReplicationSubnetGroupCommand.js +2 -2
- package/dist-es/commands/ModifyReplicationTaskCommand.js +2 -2
- package/dist-es/commands/MoveReplicationTaskCommand.js +2 -2
- package/dist-es/commands/RebootReplicationInstanceCommand.js +2 -2
- package/dist-es/commands/RefreshSchemasCommand.js +2 -2
- package/dist-es/commands/ReloadReplicationTablesCommand.js +2 -2
- package/dist-es/commands/ReloadTablesCommand.js +2 -2
- package/dist-es/commands/RemoveTagsFromResourceCommand.js +2 -2
- package/dist-es/commands/RunFleetAdvisorLsaAnalysisCommand.js +2 -2
- package/dist-es/commands/StartDataMigrationCommand.js +2 -2
- package/dist-es/commands/StartExtensionPackAssociationCommand.js +2 -2
- package/dist-es/commands/StartMetadataModelAssessmentCommand.js +2 -2
- package/dist-es/commands/StartMetadataModelConversionCommand.js +2 -2
- package/dist-es/commands/StartMetadataModelCreationCommand.js +2 -2
- package/dist-es/commands/StartMetadataModelExportAsScriptCommand.js +2 -2
- package/dist-es/commands/StartMetadataModelExportToTargetCommand.js +2 -2
- package/dist-es/commands/StartMetadataModelImportCommand.js +2 -2
- package/dist-es/commands/StartRecommendationsCommand.js +2 -2
- package/dist-es/commands/StartReplicationCommand.js +2 -2
- package/dist-es/commands/StartReplicationTaskAssessmentCommand.js +2 -2
- package/dist-es/commands/StartReplicationTaskAssessmentRunCommand.js +2 -2
- package/dist-es/commands/StartReplicationTaskCommand.js +2 -2
- package/dist-es/commands/StopDataMigrationCommand.js +2 -2
- package/dist-es/commands/StopReplicationCommand.js +2 -2
- package/dist-es/commands/StopReplicationTaskCommand.js +2 -2
- package/dist-es/commands/TestConnectionCommand.js +2 -2
- package/dist-es/commands/UpdateSubscriptionsToEventBridgeCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/DatabaseMigrationServiceServiceException.js +1 -1
- package/dist-es/runtimeConfig.browser.js +4 -6
- package/dist-es/runtimeConfig.js +4 -8
- package/dist-es/runtimeConfig.shared.js +3 -4
- package/dist-es/runtimeExtensions.js +2 -2
- package/dist-es/waiters/index.js +9 -0
- package/dist-es/waiters/waitForEndpointDeleted.js +1 -1
- package/dist-es/waiters/waitForExtensionPackAssociated.js +54 -0
- package/dist-es/waiters/waitForMetadataModelAssessed.js +54 -0
- package/dist-es/waiters/waitForMetadataModelConversionCancelled.js +54 -0
- package/dist-es/waiters/waitForMetadataModelConverted.js +54 -0
- package/dist-es/waiters/waitForMetadataModelCreated.js +54 -0
- package/dist-es/waiters/waitForMetadataModelCreationCancelled.js +54 -0
- package/dist-es/waiters/waitForMetadataModelExportedAsScript.js +54 -0
- package/dist-es/waiters/waitForMetadataModelExportedToTarget.js +54 -0
- package/dist-es/waiters/waitForMetadataModelImported.js +54 -0
- 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 +55 -1
- package/dist-types/DatabaseMigrationServiceClient.d.ts +5 -5
- package/dist-types/commands/AddTagsToResourceCommand.d.ts +6 -4
- package/dist-types/commands/ApplyPendingMaintenanceActionCommand.d.ts +6 -4
- package/dist-types/commands/BatchStartRecommendationsCommand.d.ts +6 -4
- package/dist-types/commands/CancelMetadataModelConversionCommand.d.ts +6 -4
- package/dist-types/commands/CancelMetadataModelCreationCommand.d.ts +6 -4
- package/dist-types/commands/CancelReplicationTaskAssessmentRunCommand.d.ts +6 -4
- package/dist-types/commands/CreateDataMigrationCommand.d.ts +6 -4
- package/dist-types/commands/CreateDataProviderCommand.d.ts +6 -4
- package/dist-types/commands/CreateEndpointCommand.d.ts +6 -4
- package/dist-types/commands/CreateEventSubscriptionCommand.d.ts +6 -4
- package/dist-types/commands/CreateFleetAdvisorCollectorCommand.d.ts +6 -4
- package/dist-types/commands/CreateInstanceProfileCommand.d.ts +6 -4
- package/dist-types/commands/CreateMigrationProjectCommand.d.ts +6 -4
- package/dist-types/commands/CreateReplicationConfigCommand.d.ts +6 -4
- package/dist-types/commands/CreateReplicationInstanceCommand.d.ts +6 -4
- package/dist-types/commands/CreateReplicationSubnetGroupCommand.d.ts +6 -4
- package/dist-types/commands/CreateReplicationTaskCommand.d.ts +6 -4
- package/dist-types/commands/DeleteCertificateCommand.d.ts +6 -4
- package/dist-types/commands/DeleteConnectionCommand.d.ts +6 -4
- package/dist-types/commands/DeleteDataMigrationCommand.d.ts +6 -4
- package/dist-types/commands/DeleteDataProviderCommand.d.ts +6 -4
- package/dist-types/commands/DeleteEndpointCommand.d.ts +6 -4
- package/dist-types/commands/DeleteEventSubscriptionCommand.d.ts +6 -4
- package/dist-types/commands/DeleteFleetAdvisorCollectorCommand.d.ts +6 -4
- package/dist-types/commands/DeleteFleetAdvisorDatabasesCommand.d.ts +6 -4
- package/dist-types/commands/DeleteInstanceProfileCommand.d.ts +6 -4
- package/dist-types/commands/DeleteMigrationProjectCommand.d.ts +6 -4
- package/dist-types/commands/DeleteReplicationConfigCommand.d.ts +6 -4
- package/dist-types/commands/DeleteReplicationInstanceCommand.d.ts +6 -4
- package/dist-types/commands/DeleteReplicationSubnetGroupCommand.d.ts +6 -4
- package/dist-types/commands/DeleteReplicationTaskAssessmentRunCommand.d.ts +6 -4
- package/dist-types/commands/DeleteReplicationTaskCommand.d.ts +6 -4
- package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +6 -4
- package/dist-types/commands/DescribeApplicableIndividualAssessmentsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeCertificatesCommand.d.ts +6 -4
- package/dist-types/commands/DescribeConnectionsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeConversionConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/DescribeDataMigrationsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeDataProvidersCommand.d.ts +6 -4
- package/dist-types/commands/DescribeEndpointSettingsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeEndpointTypesCommand.d.ts +6 -4
- package/dist-types/commands/DescribeEndpointsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeEngineVersionsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeEventCategoriesCommand.d.ts +6 -4
- package/dist-types/commands/DescribeEventSubscriptionsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeEventsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeExtensionPackAssociationsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeFleetAdvisorCollectorsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeFleetAdvisorDatabasesCommand.d.ts +6 -4
- package/dist-types/commands/DescribeFleetAdvisorLsaAnalysisCommand.d.ts +6 -4
- package/dist-types/commands/DescribeFleetAdvisorSchemaObjectSummaryCommand.d.ts +6 -4
- package/dist-types/commands/DescribeFleetAdvisorSchemasCommand.d.ts +6 -4
- package/dist-types/commands/DescribeInstanceProfilesCommand.d.ts +6 -4
- package/dist-types/commands/DescribeMetadataModelAssessmentsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeMetadataModelChildrenCommand.d.ts +6 -4
- package/dist-types/commands/DescribeMetadataModelCommand.d.ts +6 -4
- package/dist-types/commands/DescribeMetadataModelConversionsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeMetadataModelCreationsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeMetadataModelExportsAsScriptCommand.d.ts +6 -4
- package/dist-types/commands/DescribeMetadataModelExportsToTargetCommand.d.ts +6 -4
- package/dist-types/commands/DescribeMetadataModelImportsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeMigrationProjectsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeOrderableReplicationInstancesCommand.d.ts +6 -4
- package/dist-types/commands/DescribePendingMaintenanceActionsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeRecommendationLimitationsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeRecommendationsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeRefreshSchemasStatusCommand.d.ts +6 -4
- package/dist-types/commands/DescribeReplicationConfigsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeReplicationInstanceTaskLogsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeReplicationInstancesCommand.d.ts +6 -4
- package/dist-types/commands/DescribeReplicationSubnetGroupsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeReplicationTableStatisticsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeReplicationTaskAssessmentResultsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeReplicationTaskAssessmentRunsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeReplicationTaskIndividualAssessmentsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeReplicationTasksCommand.d.ts +6 -4
- package/dist-types/commands/DescribeReplicationsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeSchemasCommand.d.ts +6 -4
- package/dist-types/commands/DescribeTableStatisticsCommand.d.ts +6 -4
- package/dist-types/commands/ExportMetadataModelAssessmentCommand.d.ts +6 -4
- package/dist-types/commands/GetTargetSelectionRulesCommand.d.ts +6 -4
- package/dist-types/commands/ImportCertificateCommand.d.ts +6 -4
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/commands/ModifyConversionConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/ModifyDataMigrationCommand.d.ts +6 -4
- package/dist-types/commands/ModifyDataProviderCommand.d.ts +6 -4
- package/dist-types/commands/ModifyEndpointCommand.d.ts +6 -4
- package/dist-types/commands/ModifyEventSubscriptionCommand.d.ts +6 -4
- package/dist-types/commands/ModifyInstanceProfileCommand.d.ts +6 -4
- package/dist-types/commands/ModifyMigrationProjectCommand.d.ts +6 -4
- package/dist-types/commands/ModifyReplicationConfigCommand.d.ts +6 -4
- package/dist-types/commands/ModifyReplicationInstanceCommand.d.ts +6 -4
- package/dist-types/commands/ModifyReplicationSubnetGroupCommand.d.ts +6 -4
- package/dist-types/commands/ModifyReplicationTaskCommand.d.ts +6 -4
- package/dist-types/commands/MoveReplicationTaskCommand.d.ts +6 -4
- package/dist-types/commands/RebootReplicationInstanceCommand.d.ts +6 -4
- package/dist-types/commands/RefreshSchemasCommand.d.ts +6 -4
- package/dist-types/commands/ReloadReplicationTablesCommand.d.ts +6 -4
- package/dist-types/commands/ReloadTablesCommand.d.ts +6 -4
- package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +6 -4
- package/dist-types/commands/RunFleetAdvisorLsaAnalysisCommand.d.ts +6 -4
- package/dist-types/commands/StartDataMigrationCommand.d.ts +6 -4
- package/dist-types/commands/StartExtensionPackAssociationCommand.d.ts +6 -4
- package/dist-types/commands/StartMetadataModelAssessmentCommand.d.ts +6 -4
- package/dist-types/commands/StartMetadataModelConversionCommand.d.ts +6 -4
- package/dist-types/commands/StartMetadataModelCreationCommand.d.ts +6 -4
- package/dist-types/commands/StartMetadataModelExportAsScriptCommand.d.ts +6 -4
- package/dist-types/commands/StartMetadataModelExportToTargetCommand.d.ts +6 -4
- package/dist-types/commands/StartMetadataModelImportCommand.d.ts +6 -4
- package/dist-types/commands/StartRecommendationsCommand.d.ts +6 -4
- package/dist-types/commands/StartReplicationCommand.d.ts +6 -4
- package/dist-types/commands/StartReplicationTaskAssessmentCommand.d.ts +6 -4
- package/dist-types/commands/StartReplicationTaskAssessmentRunCommand.d.ts +6 -4
- package/dist-types/commands/StartReplicationTaskCommand.d.ts +6 -4
- package/dist-types/commands/StopDataMigrationCommand.d.ts +6 -4
- package/dist-types/commands/StopReplicationCommand.d.ts +6 -4
- package/dist-types/commands/StopReplicationTaskCommand.d.ts +6 -4
- package/dist-types/commands/TestConnectionCommand.d.ts +6 -4
- package/dist-types/commands/UpdateSubscriptionsToEventBridgeCommand.d.ts +6 -4
- package/dist-types/endpoint/bdd.d.ts +1 -1
- package/dist-types/extensionConfiguration.d.ts +1 -1
- package/dist-types/models/DatabaseMigrationServiceServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/DatabaseMigrationService.d.ts +82 -1
- package/dist-types/ts3.4/DatabaseMigrationServiceClient.d.ts +8 -14
- package/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ApplyPendingMaintenanceActionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/BatchStartRecommendationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CancelMetadataModelConversionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CancelMetadataModelCreationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CancelReplicationTaskAssessmentRunCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateDataMigrationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateDataProviderCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateEndpointCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateEventSubscriptionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateFleetAdvisorCollectorCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateInstanceProfileCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateMigrationProjectCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateReplicationConfigCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateReplicationInstanceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateReplicationSubnetGroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateReplicationTaskCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteCertificateCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteConnectionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteDataMigrationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteDataProviderCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteEndpointCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteEventSubscriptionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteFleetAdvisorCollectorCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteFleetAdvisorDatabasesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteInstanceProfileCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteMigrationProjectCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteReplicationConfigCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteReplicationInstanceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteReplicationSubnetGroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteReplicationTaskAssessmentRunCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteReplicationTaskCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeAccountAttributesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeApplicableIndividualAssessmentsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeCertificatesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeConnectionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeConversionConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeDataMigrationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeDataProvidersCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeEndpointSettingsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeEndpointTypesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeEndpointsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeEngineVersionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeEventCategoriesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeEventSubscriptionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeExtensionPackAssociationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeFleetAdvisorCollectorsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeFleetAdvisorDatabasesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeFleetAdvisorLsaAnalysisCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeFleetAdvisorSchemaObjectSummaryCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeFleetAdvisorSchemasCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeInstanceProfilesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeMetadataModelAssessmentsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeMetadataModelChildrenCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeMetadataModelCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeMetadataModelConversionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeMetadataModelCreationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeMetadataModelExportsAsScriptCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeMetadataModelExportsToTargetCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeMetadataModelImportsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeMigrationProjectsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeOrderableReplicationInstancesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribePendingMaintenanceActionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeRecommendationLimitationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeRecommendationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeRefreshSchemasStatusCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeReplicationConfigsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeReplicationInstanceTaskLogsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeReplicationInstancesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeReplicationSubnetGroupsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeReplicationTableStatisticsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeReplicationTaskAssessmentResultsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeReplicationTaskAssessmentRunsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeReplicationTaskIndividualAssessmentsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeReplicationTasksCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeReplicationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeSchemasCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeTableStatisticsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ExportMetadataModelAssessmentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetTargetSelectionRulesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ImportCertificateCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ModifyConversionConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ModifyDataMigrationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ModifyDataProviderCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ModifyEndpointCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ModifyEventSubscriptionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ModifyInstanceProfileCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ModifyMigrationProjectCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ModifyReplicationConfigCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ModifyReplicationInstanceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ModifyReplicationSubnetGroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ModifyReplicationTaskCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/MoveReplicationTaskCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RebootReplicationInstanceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RefreshSchemasCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ReloadReplicationTablesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ReloadTablesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RunFleetAdvisorLsaAnalysisCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartDataMigrationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartExtensionPackAssociationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartMetadataModelAssessmentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartMetadataModelConversionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartMetadataModelCreationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartMetadataModelExportAsScriptCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartMetadataModelExportToTargetCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartMetadataModelImportCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartRecommendationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartReplicationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartReplicationTaskAssessmentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartReplicationTaskAssessmentRunCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartReplicationTaskCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StopDataMigrationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StopReplicationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StopReplicationTaskCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/TestConnectionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateSubscriptionsToEventBridgeCommand.d.ts +6 -4
- package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/DatabaseMigrationServiceServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/dist-types/ts3.4/waiters/index.d.ts +9 -0
- package/dist-types/ts3.4/waiters/waitForEndpointDeleted.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForExtensionPackAssociated.d.ts +20 -0
- package/dist-types/ts3.4/waiters/waitForMetadataModelAssessed.d.ts +20 -0
- package/dist-types/ts3.4/waiters/waitForMetadataModelConversionCancelled.d.ts +20 -0
- package/dist-types/ts3.4/waiters/waitForMetadataModelConverted.d.ts +20 -0
- package/dist-types/ts3.4/waiters/waitForMetadataModelCreated.d.ts +20 -0
- package/dist-types/ts3.4/waiters/waitForMetadataModelCreationCancelled.d.ts +20 -0
- package/dist-types/ts3.4/waiters/waitForMetadataModelExportedAsScript.d.ts +20 -0
- package/dist-types/ts3.4/waiters/waitForMetadataModelExportedToTarget.d.ts +20 -0
- package/dist-types/ts3.4/waiters/waitForMetadataModelImported.d.ts +20 -0
- 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/index.d.ts +9 -0
- package/dist-types/waiters/waitForEndpointDeleted.d.ts +1 -1
- package/dist-types/waiters/waitForExtensionPackAssociated.d.ts +15 -0
- package/dist-types/waiters/waitForMetadataModelAssessed.d.ts +15 -0
- package/dist-types/waiters/waitForMetadataModelConversionCancelled.d.ts +15 -0
- package/dist-types/waiters/waitForMetadataModelConverted.d.ts +15 -0
- package/dist-types/waiters/waitForMetadataModelCreated.d.ts +15 -0
- package/dist-types/waiters/waitForMetadataModelCreationCancelled.d.ts +15 -0
- package/dist-types/waiters/waitForMetadataModelExportedAsScript.d.ts +15 -0
- package/dist-types/waiters/waitForMetadataModelExportedToTarget.d.ts +15 -0
- package/dist-types/waiters/waitForMetadataModelImported.d.ts +15 -0
- 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 +13 -35
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
|
|
4
4
|
import type { ModifyMigrationProjectMessage, ModifyMigrationProjectResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ModifyMigrationProjectCommandInput extends ModifyMigrationProje
|
|
|
22
22
|
export interface ModifyMigrationProjectCommandOutput extends ModifyMigrationProjectResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ModifyMigrationProjectCommand_base: {
|
|
25
|
-
new (input: ModifyMigrationProjectCommandInput): import("@smithy/
|
|
26
|
-
new (input: ModifyMigrationProjectCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ModifyMigrationProjectCommandInput): import("@smithy/core/client").CommandImpl<ModifyMigrationProjectCommandInput, ModifyMigrationProjectCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ModifyMigrationProjectCommandInput): import("@smithy/core/client").CommandImpl<ModifyMigrationProjectCommandInput, ModifyMigrationProjectCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Modifies the specified migration project using the provided parameters.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
|
|
4
4
|
import type { ModifyReplicationConfigMessage, ModifyReplicationConfigResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ModifyReplicationConfigCommandInput extends ModifyReplicationCo
|
|
|
22
22
|
export interface ModifyReplicationConfigCommandOutput extends ModifyReplicationConfigResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ModifyReplicationConfigCommand_base: {
|
|
25
|
-
new (input: ModifyReplicationConfigCommandInput): import("@smithy/
|
|
26
|
-
new (input: ModifyReplicationConfigCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ModifyReplicationConfigCommandInput): import("@smithy/core/client").CommandImpl<ModifyReplicationConfigCommandInput, ModifyReplicationConfigCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ModifyReplicationConfigCommandInput): import("@smithy/core/client").CommandImpl<ModifyReplicationConfigCommandInput, ModifyReplicationConfigCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Modifies an existing DMS Serverless replication configuration that you can use to
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
|
|
4
4
|
import type { ModifyReplicationInstanceMessage, ModifyReplicationInstanceResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ModifyReplicationInstanceCommandInput extends ModifyReplication
|
|
|
22
22
|
export interface ModifyReplicationInstanceCommandOutput extends ModifyReplicationInstanceResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ModifyReplicationInstanceCommand_base: {
|
|
25
|
-
new (input: ModifyReplicationInstanceCommandInput): import("@smithy/
|
|
26
|
-
new (input: ModifyReplicationInstanceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ModifyReplicationInstanceCommandInput): import("@smithy/core/client").CommandImpl<ModifyReplicationInstanceCommandInput, ModifyReplicationInstanceCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ModifyReplicationInstanceCommandInput): import("@smithy/core/client").CommandImpl<ModifyReplicationInstanceCommandInput, ModifyReplicationInstanceCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Modifies the replication instance to apply new settings. You can change one or more
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
|
|
4
4
|
import type { ModifyReplicationSubnetGroupMessage, ModifyReplicationSubnetGroupResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ModifyReplicationSubnetGroupCommandInput extends ModifyReplicat
|
|
|
22
22
|
export interface ModifyReplicationSubnetGroupCommandOutput extends ModifyReplicationSubnetGroupResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ModifyReplicationSubnetGroupCommand_base: {
|
|
25
|
-
new (input: ModifyReplicationSubnetGroupCommandInput): import("@smithy/
|
|
26
|
-
new (input: ModifyReplicationSubnetGroupCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ModifyReplicationSubnetGroupCommandInput): import("@smithy/core/client").CommandImpl<ModifyReplicationSubnetGroupCommandInput, ModifyReplicationSubnetGroupCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ModifyReplicationSubnetGroupCommandInput): import("@smithy/core/client").CommandImpl<ModifyReplicationSubnetGroupCommandInput, ModifyReplicationSubnetGroupCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Modifies the settings for the specified replication subnet group.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
|
|
4
4
|
import type { ModifyReplicationTaskMessage, ModifyReplicationTaskResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ModifyReplicationTaskCommandInput extends ModifyReplicationTask
|
|
|
22
22
|
export interface ModifyReplicationTaskCommandOutput extends ModifyReplicationTaskResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ModifyReplicationTaskCommand_base: {
|
|
25
|
-
new (input: ModifyReplicationTaskCommandInput): import("@smithy/
|
|
26
|
-
new (input: ModifyReplicationTaskCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ModifyReplicationTaskCommandInput): import("@smithy/core/client").CommandImpl<ModifyReplicationTaskCommandInput, ModifyReplicationTaskCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ModifyReplicationTaskCommandInput): import("@smithy/core/client").CommandImpl<ModifyReplicationTaskCommandInput, ModifyReplicationTaskCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Modifies the specified replication task.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
|
|
4
4
|
import type { MoveReplicationTaskMessage, MoveReplicationTaskResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface MoveReplicationTaskCommandInput extends MoveReplicationTaskMess
|
|
|
22
22
|
export interface MoveReplicationTaskCommandOutput extends MoveReplicationTaskResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const MoveReplicationTaskCommand_base: {
|
|
25
|
-
new (input: MoveReplicationTaskCommandInput): import("@smithy/
|
|
26
|
-
new (input: MoveReplicationTaskCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: MoveReplicationTaskCommandInput): import("@smithy/core/client").CommandImpl<MoveReplicationTaskCommandInput, MoveReplicationTaskCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: MoveReplicationTaskCommandInput): import("@smithy/core/client").CommandImpl<MoveReplicationTaskCommandInput, MoveReplicationTaskCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Moves a replication task from its current replication instance to a different target
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
|
|
4
4
|
import type { RebootReplicationInstanceMessage } from "../models/models_0";
|
|
@@ -23,9 +23,11 @@ export interface RebootReplicationInstanceCommandInput extends RebootReplication
|
|
|
23
23
|
export interface RebootReplicationInstanceCommandOutput extends RebootReplicationInstanceResponse, __MetadataBearer {
|
|
24
24
|
}
|
|
25
25
|
declare const RebootReplicationInstanceCommand_base: {
|
|
26
|
-
new (input: RebootReplicationInstanceCommandInput): import("@smithy/
|
|
27
|
-
new (input: RebootReplicationInstanceCommandInput): import("@smithy/
|
|
28
|
-
getEndpointParameterInstructions():
|
|
26
|
+
new (input: RebootReplicationInstanceCommandInput): import("@smithy/core/client").CommandImpl<RebootReplicationInstanceCommandInput, RebootReplicationInstanceCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
new (input: RebootReplicationInstanceCommandInput): import("@smithy/core/client").CommandImpl<RebootReplicationInstanceCommandInput, RebootReplicationInstanceCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
28
|
+
getEndpointParameterInstructions(): {
|
|
29
|
+
[x: string]: unknown;
|
|
30
|
+
};
|
|
29
31
|
};
|
|
30
32
|
/**
|
|
31
33
|
* <p>Reboots a replication instance. Rebooting results in a momentary outage, until the
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
|
|
4
4
|
import type { RefreshSchemasMessage, RefreshSchemasResponse } from "../models/models_1";
|
|
@@ -22,9 +22,11 @@ export interface RefreshSchemasCommandInput extends RefreshSchemasMessage {
|
|
|
22
22
|
export interface RefreshSchemasCommandOutput extends RefreshSchemasResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const RefreshSchemasCommand_base: {
|
|
25
|
-
new (input: RefreshSchemasCommandInput): import("@smithy/
|
|
26
|
-
new (input: RefreshSchemasCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: RefreshSchemasCommandInput): import("@smithy/core/client").CommandImpl<RefreshSchemasCommandInput, RefreshSchemasCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: RefreshSchemasCommandInput): import("@smithy/core/client").CommandImpl<RefreshSchemasCommandInput, RefreshSchemasCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Populates the schema for the specified endpoint. This is an asynchronous operation and
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
|
|
4
4
|
import type { ReloadReplicationTablesMessage, ReloadReplicationTablesResponse } from "../models/models_1";
|
|
@@ -22,9 +22,11 @@ export interface ReloadReplicationTablesCommandInput extends ReloadReplicationTa
|
|
|
22
22
|
export interface ReloadReplicationTablesCommandOutput extends ReloadReplicationTablesResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ReloadReplicationTablesCommand_base: {
|
|
25
|
-
new (input: ReloadReplicationTablesCommandInput): import("@smithy/
|
|
26
|
-
new (input: ReloadReplicationTablesCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ReloadReplicationTablesCommandInput): import("@smithy/core/client").CommandImpl<ReloadReplicationTablesCommandInput, ReloadReplicationTablesCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ReloadReplicationTablesCommandInput): import("@smithy/core/client").CommandImpl<ReloadReplicationTablesCommandInput, ReloadReplicationTablesCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Reloads the target database table with the source data for a given DMS Serverless
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
|
|
4
4
|
import type { ReloadTablesMessage, ReloadTablesResponse } from "../models/models_1";
|
|
@@ -22,9 +22,11 @@ export interface ReloadTablesCommandInput extends ReloadTablesMessage {
|
|
|
22
22
|
export interface ReloadTablesCommandOutput extends ReloadTablesResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ReloadTablesCommand_base: {
|
|
25
|
-
new (input: ReloadTablesCommandInput): import("@smithy/
|
|
26
|
-
new (input: ReloadTablesCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ReloadTablesCommandInput): import("@smithy/core/client").CommandImpl<ReloadTablesCommandInput, ReloadTablesCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ReloadTablesCommandInput): import("@smithy/core/client").CommandImpl<ReloadTablesCommandInput, ReloadTablesCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Reloads the target database table with the source data. </p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
|
|
4
4
|
import type { RemoveTagsFromResourceMessage, RemoveTagsFromResourceResponse } from "../models/models_1";
|
|
@@ -22,9 +22,11 @@ export interface RemoveTagsFromResourceCommandInput extends RemoveTagsFromResour
|
|
|
22
22
|
export interface RemoveTagsFromResourceCommandOutput extends RemoveTagsFromResourceResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const RemoveTagsFromResourceCommand_base: {
|
|
25
|
-
new (input: RemoveTagsFromResourceCommandInput): import("@smithy/
|
|
26
|
-
new (input: RemoveTagsFromResourceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: RemoveTagsFromResourceCommandInput): import("@smithy/core/client").CommandImpl<RemoveTagsFromResourceCommandInput, RemoveTagsFromResourceCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: RemoveTagsFromResourceCommandInput): import("@smithy/core/client").CommandImpl<RemoveTagsFromResourceCommandInput, RemoveTagsFromResourceCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Removes metadata tags from an DMS resource, including replication instance, endpoint,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
|
|
4
4
|
import type { RunFleetAdvisorLsaAnalysisResponse } from "../models/models_1";
|
|
@@ -22,9 +22,11 @@ export interface RunFleetAdvisorLsaAnalysisCommandInput {
|
|
|
22
22
|
export interface RunFleetAdvisorLsaAnalysisCommandOutput extends RunFleetAdvisorLsaAnalysisResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const RunFleetAdvisorLsaAnalysisCommand_base: {
|
|
25
|
-
new (input: RunFleetAdvisorLsaAnalysisCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [RunFleetAdvisorLsaAnalysisCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: RunFleetAdvisorLsaAnalysisCommandInput): import("@smithy/core/client").CommandImpl<RunFleetAdvisorLsaAnalysisCommandInput, RunFleetAdvisorLsaAnalysisCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [RunFleetAdvisorLsaAnalysisCommandInput]): import("@smithy/core/client").CommandImpl<RunFleetAdvisorLsaAnalysisCommandInput, RunFleetAdvisorLsaAnalysisCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <important>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
|
|
4
4
|
import type { StartDataMigrationMessage, StartDataMigrationResponse } from "../models/models_1";
|
|
@@ -22,9 +22,11 @@ export interface StartDataMigrationCommandInput extends StartDataMigrationMessag
|
|
|
22
22
|
export interface StartDataMigrationCommandOutput extends StartDataMigrationResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const StartDataMigrationCommand_base: {
|
|
25
|
-
new (input: StartDataMigrationCommandInput): import("@smithy/
|
|
26
|
-
new (input: StartDataMigrationCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: StartDataMigrationCommandInput): import("@smithy/core/client").CommandImpl<StartDataMigrationCommandInput, StartDataMigrationCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: StartDataMigrationCommandInput): import("@smithy/core/client").CommandImpl<StartDataMigrationCommandInput, StartDataMigrationCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Starts the specified data migration.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
|
|
4
4
|
import type { StartExtensionPackAssociationMessage, StartExtensionPackAssociationResponse } from "../models/models_1";
|
|
@@ -22,9 +22,11 @@ export interface StartExtensionPackAssociationCommandInput extends StartExtensio
|
|
|
22
22
|
export interface StartExtensionPackAssociationCommandOutput extends StartExtensionPackAssociationResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const StartExtensionPackAssociationCommand_base: {
|
|
25
|
-
new (input: StartExtensionPackAssociationCommandInput): import("@smithy/
|
|
26
|
-
new (input: StartExtensionPackAssociationCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: StartExtensionPackAssociationCommandInput): import("@smithy/core/client").CommandImpl<StartExtensionPackAssociationCommandInput, StartExtensionPackAssociationCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: StartExtensionPackAssociationCommandInput): import("@smithy/core/client").CommandImpl<StartExtensionPackAssociationCommandInput, StartExtensionPackAssociationCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Applies the extension pack to your target database. An extension pack is an add-on
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
|
|
4
4
|
import type { StartMetadataModelAssessmentMessage, StartMetadataModelAssessmentResponse } from "../models/models_1";
|
|
@@ -22,9 +22,11 @@ export interface StartMetadataModelAssessmentCommandInput extends StartMetadataM
|
|
|
22
22
|
export interface StartMetadataModelAssessmentCommandOutput extends StartMetadataModelAssessmentResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const StartMetadataModelAssessmentCommand_base: {
|
|
25
|
-
new (input: StartMetadataModelAssessmentCommandInput): import("@smithy/
|
|
26
|
-
new (input: StartMetadataModelAssessmentCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: StartMetadataModelAssessmentCommandInput): import("@smithy/core/client").CommandImpl<StartMetadataModelAssessmentCommandInput, StartMetadataModelAssessmentCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: StartMetadataModelAssessmentCommandInput): import("@smithy/core/client").CommandImpl<StartMetadataModelAssessmentCommandInput, StartMetadataModelAssessmentCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates a database migration assessment report by assessing the migration complexity for
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
|
|
4
4
|
import type { StartMetadataModelConversionMessage, StartMetadataModelConversionResponse } from "../models/models_1";
|
|
@@ -22,9 +22,11 @@ export interface StartMetadataModelConversionCommandInput extends StartMetadataM
|
|
|
22
22
|
export interface StartMetadataModelConversionCommandOutput extends StartMetadataModelConversionResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const StartMetadataModelConversionCommand_base: {
|
|
25
|
-
new (input: StartMetadataModelConversionCommandInput): import("@smithy/
|
|
26
|
-
new (input: StartMetadataModelConversionCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: StartMetadataModelConversionCommandInput): import("@smithy/core/client").CommandImpl<StartMetadataModelConversionCommandInput, StartMetadataModelConversionCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: StartMetadataModelConversionCommandInput): import("@smithy/core/client").CommandImpl<StartMetadataModelConversionCommandInput, StartMetadataModelConversionCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Converts your source database objects to a format compatible with the target database. </p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
|
|
4
4
|
import type { StartMetadataModelCreationMessage, StartMetadataModelCreationResponse } from "../models/models_1";
|
|
@@ -22,9 +22,11 @@ export interface StartMetadataModelCreationCommandInput extends StartMetadataMod
|
|
|
22
22
|
export interface StartMetadataModelCreationCommandOutput extends StartMetadataModelCreationResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const StartMetadataModelCreationCommand_base: {
|
|
25
|
-
new (input: StartMetadataModelCreationCommandInput): import("@smithy/
|
|
26
|
-
new (input: StartMetadataModelCreationCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: StartMetadataModelCreationCommandInput): import("@smithy/core/client").CommandImpl<StartMetadataModelCreationCommandInput, StartMetadataModelCreationCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: StartMetadataModelCreationCommandInput): import("@smithy/core/client").CommandImpl<StartMetadataModelCreationCommandInput, StartMetadataModelCreationCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates source metadata model of the given type with the specified properties for schema conversion operations.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
|
|
4
4
|
import type { StartMetadataModelExportAsScriptMessage, StartMetadataModelExportAsScriptResponse } from "../models/models_1";
|
|
@@ -22,9 +22,11 @@ export interface StartMetadataModelExportAsScriptCommandInput extends StartMetad
|
|
|
22
22
|
export interface StartMetadataModelExportAsScriptCommandOutput extends StartMetadataModelExportAsScriptResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const StartMetadataModelExportAsScriptCommand_base: {
|
|
25
|
-
new (input: StartMetadataModelExportAsScriptCommandInput): import("@smithy/
|
|
26
|
-
new (input: StartMetadataModelExportAsScriptCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: StartMetadataModelExportAsScriptCommandInput): import("@smithy/core/client").CommandImpl<StartMetadataModelExportAsScriptCommandInput, StartMetadataModelExportAsScriptCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: StartMetadataModelExportAsScriptCommandInput): import("@smithy/core/client").CommandImpl<StartMetadataModelExportAsScriptCommandInput, StartMetadataModelExportAsScriptCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Saves your converted code to a file as a SQL script, and stores this file on your Amazon S3
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
|
|
4
4
|
import type { StartMetadataModelExportToTargetMessage, StartMetadataModelExportToTargetResponse } from "../models/models_1";
|
|
@@ -22,9 +22,11 @@ export interface StartMetadataModelExportToTargetCommandInput extends StartMetad
|
|
|
22
22
|
export interface StartMetadataModelExportToTargetCommandOutput extends StartMetadataModelExportToTargetResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const StartMetadataModelExportToTargetCommand_base: {
|
|
25
|
-
new (input: StartMetadataModelExportToTargetCommandInput): import("@smithy/
|
|
26
|
-
new (input: StartMetadataModelExportToTargetCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: StartMetadataModelExportToTargetCommandInput): import("@smithy/core/client").CommandImpl<StartMetadataModelExportToTargetCommandInput, StartMetadataModelExportToTargetCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: StartMetadataModelExportToTargetCommandInput): import("@smithy/core/client").CommandImpl<StartMetadataModelExportToTargetCommandInput, StartMetadataModelExportToTargetCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Applies converted database objects to your target database. </p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
|
|
4
4
|
import type { StartMetadataModelImportMessage, StartMetadataModelImportResponse } from "../models/models_1";
|
|
@@ -22,9 +22,11 @@ export interface StartMetadataModelImportCommandInput extends StartMetadataModel
|
|
|
22
22
|
export interface StartMetadataModelImportCommandOutput extends StartMetadataModelImportResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const StartMetadataModelImportCommand_base: {
|
|
25
|
-
new (input: StartMetadataModelImportCommandInput): import("@smithy/
|
|
26
|
-
new (input: StartMetadataModelImportCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: StartMetadataModelImportCommandInput): import("@smithy/core/client").CommandImpl<StartMetadataModelImportCommandInput, StartMetadataModelImportCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: StartMetadataModelImportCommandInput): import("@smithy/core/client").CommandImpl<StartMetadataModelImportCommandInput, StartMetadataModelImportCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Loads the metadata for all the dependent database objects of the parent object.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
|
|
4
4
|
import type { StartRecommendationsRequest } from "../models/models_1";
|
|
@@ -22,9 +22,11 @@ export interface StartRecommendationsCommandInput extends StartRecommendationsRe
|
|
|
22
22
|
export interface StartRecommendationsCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const StartRecommendationsCommand_base: {
|
|
25
|
-
new (input: StartRecommendationsCommandInput): import("@smithy/
|
|
26
|
-
new (input: StartRecommendationsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: StartRecommendationsCommandInput): import("@smithy/core/client").CommandImpl<StartRecommendationsCommandInput, StartRecommendationsCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: StartRecommendationsCommandInput): import("@smithy/core/client").CommandImpl<StartRecommendationsCommandInput, StartRecommendationsCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <important>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
|
|
4
4
|
import type { StartReplicationMessage, StartReplicationResponse } from "../models/models_1";
|
|
@@ -22,9 +22,11 @@ export interface StartReplicationCommandInput extends StartReplicationMessage {
|
|
|
22
22
|
export interface StartReplicationCommandOutput extends StartReplicationResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const StartReplicationCommand_base: {
|
|
25
|
-
new (input: StartReplicationCommandInput): import("@smithy/
|
|
26
|
-
new (input: StartReplicationCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: StartReplicationCommandInput): import("@smithy/core/client").CommandImpl<StartReplicationCommandInput, StartReplicationCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: StartReplicationCommandInput): import("@smithy/core/client").CommandImpl<StartReplicationCommandInput, StartReplicationCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>For a given DMS Serverless replication configuration, DMS connects to the source
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
|
|
4
4
|
import type { StartReplicationTaskAssessmentMessage, StartReplicationTaskAssessmentResponse } from "../models/models_1";
|
|
@@ -22,9 +22,11 @@ export interface StartReplicationTaskAssessmentCommandInput extends StartReplica
|
|
|
22
22
|
export interface StartReplicationTaskAssessmentCommandOutput extends StartReplicationTaskAssessmentResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const StartReplicationTaskAssessmentCommand_base: {
|
|
25
|
-
new (input: StartReplicationTaskAssessmentCommandInput): import("@smithy/
|
|
26
|
-
new (input: StartReplicationTaskAssessmentCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: StartReplicationTaskAssessmentCommandInput): import("@smithy/core/client").CommandImpl<StartReplicationTaskAssessmentCommandInput, StartReplicationTaskAssessmentCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: StartReplicationTaskAssessmentCommandInput): import("@smithy/core/client").CommandImpl<StartReplicationTaskAssessmentCommandInput, StartReplicationTaskAssessmentCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p> Starts the replication task assessment for unsupported data types in the source
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
|
|
4
4
|
import type { StartReplicationTaskAssessmentRunMessage, StartReplicationTaskAssessmentRunResponse } from "../models/models_1";
|
|
@@ -22,9 +22,11 @@ export interface StartReplicationTaskAssessmentRunCommandInput extends StartRepl
|
|
|
22
22
|
export interface StartReplicationTaskAssessmentRunCommandOutput extends StartReplicationTaskAssessmentRunResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const StartReplicationTaskAssessmentRunCommand_base: {
|
|
25
|
-
new (input: StartReplicationTaskAssessmentRunCommandInput): import("@smithy/
|
|
26
|
-
new (input: StartReplicationTaskAssessmentRunCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: StartReplicationTaskAssessmentRunCommandInput): import("@smithy/core/client").CommandImpl<StartReplicationTaskAssessmentRunCommandInput, StartReplicationTaskAssessmentRunCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: StartReplicationTaskAssessmentRunCommandInput): import("@smithy/core/client").CommandImpl<StartReplicationTaskAssessmentRunCommandInput, StartReplicationTaskAssessmentRunCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Starts a new premigration assessment run for one or more individual assessments of a
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
|
|
4
4
|
import type { StartReplicationTaskMessage, StartReplicationTaskResponse } from "../models/models_1";
|
|
@@ -22,9 +22,11 @@ export interface StartReplicationTaskCommandInput extends StartReplicationTaskMe
|
|
|
22
22
|
export interface StartReplicationTaskCommandOutput extends StartReplicationTaskResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const StartReplicationTaskCommand_base: {
|
|
25
|
-
new (input: StartReplicationTaskCommandInput): import("@smithy/
|
|
26
|
-
new (input: StartReplicationTaskCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: StartReplicationTaskCommandInput): import("@smithy/core/client").CommandImpl<StartReplicationTaskCommandInput, StartReplicationTaskCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: StartReplicationTaskCommandInput): import("@smithy/core/client").CommandImpl<StartReplicationTaskCommandInput, StartReplicationTaskCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Starts the replication task.</p>
|