@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
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/core/client";
|
|
2
|
+
import { DescribeMetadataModelExportsAsScriptCommand, } from "../commands/DescribeMetadataModelExportsAsScriptCommand";
|
|
3
|
+
const checkState = async (client, input) => {
|
|
4
|
+
let reason;
|
|
5
|
+
try {
|
|
6
|
+
let result = await client.send(new DescribeMetadataModelExportsAsScriptCommand(input));
|
|
7
|
+
reason = result;
|
|
8
|
+
try {
|
|
9
|
+
const returnComparator = () => {
|
|
10
|
+
let flat_1 = [].concat(...result.Requests);
|
|
11
|
+
let projection_3 = flat_1.map((element_2) => {
|
|
12
|
+
return element_2.Status;
|
|
13
|
+
});
|
|
14
|
+
return projection_3;
|
|
15
|
+
};
|
|
16
|
+
let allStringEq_5 = (returnComparator().length > 0);
|
|
17
|
+
for (let element_4 of returnComparator()) {
|
|
18
|
+
allStringEq_5 = allStringEq_5 && (element_4 == "SUCCESS");
|
|
19
|
+
}
|
|
20
|
+
if (allStringEq_5) {
|
|
21
|
+
return { state: WaiterState.SUCCESS, reason };
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
catch (e) { }
|
|
25
|
+
try {
|
|
26
|
+
const returnComparator = () => {
|
|
27
|
+
let flat_1 = [].concat(...result.Requests);
|
|
28
|
+
let projection_3 = flat_1.map((element_2) => {
|
|
29
|
+
return element_2.Status;
|
|
30
|
+
});
|
|
31
|
+
return projection_3;
|
|
32
|
+
};
|
|
33
|
+
for (let anyStringEq_4 of returnComparator()) {
|
|
34
|
+
if (anyStringEq_4 == "FAILED") {
|
|
35
|
+
return { state: WaiterState.FAILURE, reason };
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
catch (e) { }
|
|
40
|
+
}
|
|
41
|
+
catch (exception) {
|
|
42
|
+
reason = exception;
|
|
43
|
+
}
|
|
44
|
+
return { state: WaiterState.RETRY, reason };
|
|
45
|
+
};
|
|
46
|
+
export const waitForMetadataModelExportedAsScript = async (params, input) => {
|
|
47
|
+
const serviceDefaults = { minDelay: 20, maxDelay: 120 };
|
|
48
|
+
return createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
49
|
+
};
|
|
50
|
+
export const waitUntilMetadataModelExportedAsScript = async (params, input) => {
|
|
51
|
+
const serviceDefaults = { minDelay: 20, maxDelay: 120 };
|
|
52
|
+
const result = await createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
53
|
+
return checkExceptions(result);
|
|
54
|
+
};
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/core/client";
|
|
2
|
+
import { DescribeMetadataModelExportsToTargetCommand, } from "../commands/DescribeMetadataModelExportsToTargetCommand";
|
|
3
|
+
const checkState = async (client, input) => {
|
|
4
|
+
let reason;
|
|
5
|
+
try {
|
|
6
|
+
let result = await client.send(new DescribeMetadataModelExportsToTargetCommand(input));
|
|
7
|
+
reason = result;
|
|
8
|
+
try {
|
|
9
|
+
const returnComparator = () => {
|
|
10
|
+
let flat_1 = [].concat(...result.Requests);
|
|
11
|
+
let projection_3 = flat_1.map((element_2) => {
|
|
12
|
+
return element_2.Status;
|
|
13
|
+
});
|
|
14
|
+
return projection_3;
|
|
15
|
+
};
|
|
16
|
+
let allStringEq_5 = (returnComparator().length > 0);
|
|
17
|
+
for (let element_4 of returnComparator()) {
|
|
18
|
+
allStringEq_5 = allStringEq_5 && (element_4 == "SUCCESS");
|
|
19
|
+
}
|
|
20
|
+
if (allStringEq_5) {
|
|
21
|
+
return { state: WaiterState.SUCCESS, reason };
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
catch (e) { }
|
|
25
|
+
try {
|
|
26
|
+
const returnComparator = () => {
|
|
27
|
+
let flat_1 = [].concat(...result.Requests);
|
|
28
|
+
let projection_3 = flat_1.map((element_2) => {
|
|
29
|
+
return element_2.Status;
|
|
30
|
+
});
|
|
31
|
+
return projection_3;
|
|
32
|
+
};
|
|
33
|
+
for (let anyStringEq_4 of returnComparator()) {
|
|
34
|
+
if (anyStringEq_4 == "FAILED") {
|
|
35
|
+
return { state: WaiterState.FAILURE, reason };
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
catch (e) { }
|
|
40
|
+
}
|
|
41
|
+
catch (exception) {
|
|
42
|
+
reason = exception;
|
|
43
|
+
}
|
|
44
|
+
return { state: WaiterState.RETRY, reason };
|
|
45
|
+
};
|
|
46
|
+
export const waitForMetadataModelExportedToTarget = async (params, input) => {
|
|
47
|
+
const serviceDefaults = { minDelay: 20, maxDelay: 120 };
|
|
48
|
+
return createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
49
|
+
};
|
|
50
|
+
export const waitUntilMetadataModelExportedToTarget = async (params, input) => {
|
|
51
|
+
const serviceDefaults = { minDelay: 20, maxDelay: 120 };
|
|
52
|
+
const result = await createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
53
|
+
return checkExceptions(result);
|
|
54
|
+
};
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/core/client";
|
|
2
|
+
import { DescribeMetadataModelImportsCommand, } from "../commands/DescribeMetadataModelImportsCommand";
|
|
3
|
+
const checkState = async (client, input) => {
|
|
4
|
+
let reason;
|
|
5
|
+
try {
|
|
6
|
+
let result = await client.send(new DescribeMetadataModelImportsCommand(input));
|
|
7
|
+
reason = result;
|
|
8
|
+
try {
|
|
9
|
+
const returnComparator = () => {
|
|
10
|
+
let flat_1 = [].concat(...result.Requests);
|
|
11
|
+
let projection_3 = flat_1.map((element_2) => {
|
|
12
|
+
return element_2.Status;
|
|
13
|
+
});
|
|
14
|
+
return projection_3;
|
|
15
|
+
};
|
|
16
|
+
let allStringEq_5 = (returnComparator().length > 0);
|
|
17
|
+
for (let element_4 of returnComparator()) {
|
|
18
|
+
allStringEq_5 = allStringEq_5 && (element_4 == "SUCCESS");
|
|
19
|
+
}
|
|
20
|
+
if (allStringEq_5) {
|
|
21
|
+
return { state: WaiterState.SUCCESS, reason };
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
catch (e) { }
|
|
25
|
+
try {
|
|
26
|
+
const returnComparator = () => {
|
|
27
|
+
let flat_1 = [].concat(...result.Requests);
|
|
28
|
+
let projection_3 = flat_1.map((element_2) => {
|
|
29
|
+
return element_2.Status;
|
|
30
|
+
});
|
|
31
|
+
return projection_3;
|
|
32
|
+
};
|
|
33
|
+
for (let anyStringEq_4 of returnComparator()) {
|
|
34
|
+
if (anyStringEq_4 == "FAILED") {
|
|
35
|
+
return { state: WaiterState.FAILURE, reason };
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
catch (e) { }
|
|
40
|
+
}
|
|
41
|
+
catch (exception) {
|
|
42
|
+
reason = exception;
|
|
43
|
+
}
|
|
44
|
+
return { state: WaiterState.RETRY, reason };
|
|
45
|
+
};
|
|
46
|
+
export const waitForMetadataModelImported = async (params, input) => {
|
|
47
|
+
const serviceDefaults = { minDelay: 60, maxDelay: 120 };
|
|
48
|
+
return createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
49
|
+
};
|
|
50
|
+
export const waitUntilMetadataModelImported = async (params, input) => {
|
|
51
|
+
const serviceDefaults = { minDelay: 60, maxDelay: 120 };
|
|
52
|
+
const result = await createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
53
|
+
return checkExceptions(result);
|
|
54
|
+
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/
|
|
1
|
+
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/core/client";
|
|
2
2
|
import { DescribeReplicationInstancesCommand, } from "../commands/DescribeReplicationInstancesCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/
|
|
1
|
+
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/core/client";
|
|
2
2
|
import { DescribeReplicationInstancesCommand, } from "../commands/DescribeReplicationInstancesCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/
|
|
1
|
+
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/core/client";
|
|
2
2
|
import { DescribeReplicationTasksCommand, } from "../commands/DescribeReplicationTasksCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/
|
|
1
|
+
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/core/client";
|
|
2
2
|
import { DescribeReplicationTasksCommand, } from "../commands/DescribeReplicationTasksCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/
|
|
1
|
+
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/core/client";
|
|
2
2
|
import { DescribeReplicationTasksCommand, } from "../commands/DescribeReplicationTasksCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/
|
|
1
|
+
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/core/client";
|
|
2
2
|
import { DescribeReplicationTasksCommand, } from "../commands/DescribeReplicationTasksCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/
|
|
1
|
+
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/core/client";
|
|
2
2
|
import { DescribeConnectionsCommand, } from "../commands/DescribeConnectionsCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
+
import { type WaiterResult } from "@smithy/core/client";
|
|
1
2
|
import type { HttpHandlerOptions as __HttpHandlerOptions, PaginationConfiguration, Paginator, WaiterConfiguration } from "@smithy/types";
|
|
2
|
-
import type { WaiterResult } from "@smithy/util-waiter";
|
|
3
3
|
import { type AddTagsToResourceCommandInput, type AddTagsToResourceCommandOutput } from "./commands/AddTagsToResourceCommand";
|
|
4
4
|
import { type ApplyPendingMaintenanceActionCommandInput, type ApplyPendingMaintenanceActionCommandOutput } from "./commands/ApplyPendingMaintenanceActionCommand";
|
|
5
5
|
import { type BatchStartRecommendationsCommandInput, type BatchStartRecommendationsCommandOutput } from "./commands/BatchStartRecommendationsCommand";
|
|
@@ -1178,6 +1178,60 @@ export interface DatabaseMigrationService {
|
|
|
1178
1178
|
* @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
|
|
1179
1179
|
*/
|
|
1180
1180
|
waitUntilEndpointDeleted(args: DescribeEndpointsCommandInput, waiterConfig: number | Omit<WaiterConfiguration<DatabaseMigrationService>, "client">): Promise<WaiterResult<ResourceNotFoundFault>>;
|
|
1181
|
+
/**
|
|
1182
|
+
* @see {@link DescribeExtensionPackAssociationsCommand}
|
|
1183
|
+
* @param args - command input.
|
|
1184
|
+
* @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
|
|
1185
|
+
*/
|
|
1186
|
+
waitUntilExtensionPackAssociated(args: DescribeExtensionPackAssociationsCommandInput, waiterConfig: number | Omit<WaiterConfiguration<DatabaseMigrationService>, "client">): Promise<WaiterResult<DescribeExtensionPackAssociationsCommandOutput>>;
|
|
1187
|
+
/**
|
|
1188
|
+
* @see {@link DescribeMetadataModelAssessmentsCommand}
|
|
1189
|
+
* @param args - command input.
|
|
1190
|
+
* @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
|
|
1191
|
+
*/
|
|
1192
|
+
waitUntilMetadataModelAssessed(args: DescribeMetadataModelAssessmentsCommandInput, waiterConfig: number | Omit<WaiterConfiguration<DatabaseMigrationService>, "client">): Promise<WaiterResult<DescribeMetadataModelAssessmentsCommandOutput>>;
|
|
1193
|
+
/**
|
|
1194
|
+
* @see {@link DescribeMetadataModelConversionsCommand}
|
|
1195
|
+
* @param args - command input.
|
|
1196
|
+
* @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
|
|
1197
|
+
*/
|
|
1198
|
+
waitUntilMetadataModelConversionCancelled(args: DescribeMetadataModelConversionsCommandInput, waiterConfig: number | Omit<WaiterConfiguration<DatabaseMigrationService>, "client">): Promise<WaiterResult<DescribeMetadataModelConversionsCommandOutput>>;
|
|
1199
|
+
/**
|
|
1200
|
+
* @see {@link DescribeMetadataModelConversionsCommand}
|
|
1201
|
+
* @param args - command input.
|
|
1202
|
+
* @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
|
|
1203
|
+
*/
|
|
1204
|
+
waitUntilMetadataModelConverted(args: DescribeMetadataModelConversionsCommandInput, waiterConfig: number | Omit<WaiterConfiguration<DatabaseMigrationService>, "client">): Promise<WaiterResult<DescribeMetadataModelConversionsCommandOutput>>;
|
|
1205
|
+
/**
|
|
1206
|
+
* @see {@link DescribeMetadataModelCreationsCommand}
|
|
1207
|
+
* @param args - command input.
|
|
1208
|
+
* @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
|
|
1209
|
+
*/
|
|
1210
|
+
waitUntilMetadataModelCreated(args: DescribeMetadataModelCreationsCommandInput, waiterConfig: number | Omit<WaiterConfiguration<DatabaseMigrationService>, "client">): Promise<WaiterResult<DescribeMetadataModelCreationsCommandOutput>>;
|
|
1211
|
+
/**
|
|
1212
|
+
* @see {@link DescribeMetadataModelCreationsCommand}
|
|
1213
|
+
* @param args - command input.
|
|
1214
|
+
* @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
|
|
1215
|
+
*/
|
|
1216
|
+
waitUntilMetadataModelCreationCancelled(args: DescribeMetadataModelCreationsCommandInput, waiterConfig: number | Omit<WaiterConfiguration<DatabaseMigrationService>, "client">): Promise<WaiterResult<DescribeMetadataModelCreationsCommandOutput>>;
|
|
1217
|
+
/**
|
|
1218
|
+
* @see {@link DescribeMetadataModelExportsAsScriptCommand}
|
|
1219
|
+
* @param args - command input.
|
|
1220
|
+
* @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
|
|
1221
|
+
*/
|
|
1222
|
+
waitUntilMetadataModelExportedAsScript(args: DescribeMetadataModelExportsAsScriptCommandInput, waiterConfig: number | Omit<WaiterConfiguration<DatabaseMigrationService>, "client">): Promise<WaiterResult<DescribeMetadataModelExportsAsScriptCommandOutput>>;
|
|
1223
|
+
/**
|
|
1224
|
+
* @see {@link DescribeMetadataModelExportsToTargetCommand}
|
|
1225
|
+
* @param args - command input.
|
|
1226
|
+
* @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
|
|
1227
|
+
*/
|
|
1228
|
+
waitUntilMetadataModelExportedToTarget(args: DescribeMetadataModelExportsToTargetCommandInput, waiterConfig: number | Omit<WaiterConfiguration<DatabaseMigrationService>, "client">): Promise<WaiterResult<DescribeMetadataModelExportsToTargetCommandOutput>>;
|
|
1229
|
+
/**
|
|
1230
|
+
* @see {@link DescribeMetadataModelImportsCommand}
|
|
1231
|
+
* @param args - command input.
|
|
1232
|
+
* @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
|
|
1233
|
+
*/
|
|
1234
|
+
waitUntilMetadataModelImported(args: DescribeMetadataModelImportsCommandInput, waiterConfig: number | Omit<WaiterConfiguration<DatabaseMigrationService>, "client">): Promise<WaiterResult<DescribeMetadataModelImportsCommandOutput>>;
|
|
1181
1235
|
/**
|
|
1182
1236
|
* @see {@link DescribeReplicationInstancesCommand}
|
|
1183
1237
|
* @param args - command input.
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { type HostHeaderInputConfig, type HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
2
2
|
import { type UserAgentInputConfig, type UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
3
|
-
import { type
|
|
4
|
-
import { type
|
|
5
|
-
import { type
|
|
6
|
-
import type
|
|
7
|
-
import { type
|
|
3
|
+
import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/core/client";
|
|
4
|
+
import { type RegionInputConfig, type RegionResolvedConfig } from "@smithy/core/config";
|
|
5
|
+
import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/core/endpoints";
|
|
6
|
+
import { type HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
|
|
7
|
+
import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/core/retry";
|
|
8
8
|
import type { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
|
|
9
9
|
import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
10
10
|
import type { AddTagsToResourceCommandInput, AddTagsToResourceCommandOutput } from "./commands/AddTagsToResourceCommand";
|
|
@@ -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 { AddTagsToResourceMessage, AddTagsToResourceResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface AddTagsToResourceCommandInput extends AddTagsToResourceMessage
|
|
|
22
22
|
export interface AddTagsToResourceCommandOutput extends AddTagsToResourceResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const AddTagsToResourceCommand_base: {
|
|
25
|
-
new (input: AddTagsToResourceCommandInput): import("@smithy/
|
|
26
|
-
new (input: AddTagsToResourceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: AddTagsToResourceCommandInput): import("@smithy/core/client").CommandImpl<AddTagsToResourceCommandInput, AddTagsToResourceCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: AddTagsToResourceCommandInput): import("@smithy/core/client").CommandImpl<AddTagsToResourceCommandInput, AddTagsToResourceCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Adds metadata tags to 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 { ApplyPendingMaintenanceActionMessage, ApplyPendingMaintenanceActionResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ApplyPendingMaintenanceActionCommandInput extends ApplyPendingM
|
|
|
22
22
|
export interface ApplyPendingMaintenanceActionCommandOutput extends ApplyPendingMaintenanceActionResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ApplyPendingMaintenanceActionCommand_base: {
|
|
25
|
-
new (input: ApplyPendingMaintenanceActionCommandInput): import("@smithy/
|
|
26
|
-
new (input: ApplyPendingMaintenanceActionCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ApplyPendingMaintenanceActionCommandInput): import("@smithy/core/client").CommandImpl<ApplyPendingMaintenanceActionCommandInput, ApplyPendingMaintenanceActionCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ApplyPendingMaintenanceActionCommandInput): import("@smithy/core/client").CommandImpl<ApplyPendingMaintenanceActionCommandInput, ApplyPendingMaintenanceActionCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Applies a pending maintenance action to a resource (for example, to a replication
|
|
@@ -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 { BatchStartRecommendationsRequest, BatchStartRecommendationsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface BatchStartRecommendationsCommandInput extends BatchStartRecomme
|
|
|
22
22
|
export interface BatchStartRecommendationsCommandOutput extends BatchStartRecommendationsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const BatchStartRecommendationsCommand_base: {
|
|
25
|
-
new (input: BatchStartRecommendationsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [BatchStartRecommendationsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: BatchStartRecommendationsCommandInput): import("@smithy/core/client").CommandImpl<BatchStartRecommendationsCommandInput, BatchStartRecommendationsCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [BatchStartRecommendationsCommandInput]): import("@smithy/core/client").CommandImpl<BatchStartRecommendationsCommandInput, BatchStartRecommendationsCommandOutput, 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 { CancelMetadataModelConversionMessage, CancelMetadataModelConversionResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CancelMetadataModelConversionCommandInput extends CancelMetadat
|
|
|
22
22
|
export interface CancelMetadataModelConversionCommandOutput extends CancelMetadataModelConversionResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CancelMetadataModelConversionCommand_base: {
|
|
25
|
-
new (input: CancelMetadataModelConversionCommandInput): import("@smithy/
|
|
26
|
-
new (input: CancelMetadataModelConversionCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CancelMetadataModelConversionCommandInput): import("@smithy/core/client").CommandImpl<CancelMetadataModelConversionCommandInput, CancelMetadataModelConversionCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CancelMetadataModelConversionCommandInput): import("@smithy/core/client").CommandImpl<CancelMetadataModelConversionCommandInput, CancelMetadataModelConversionCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Cancels a single metadata model conversion operation that was started with <code>StartMetadataModelConversion</code>.</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 { CancelMetadataModelCreationMessage, CancelMetadataModelCreationResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CancelMetadataModelCreationCommandInput extends CancelMetadataM
|
|
|
22
22
|
export interface CancelMetadataModelCreationCommandOutput extends CancelMetadataModelCreationResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CancelMetadataModelCreationCommand_base: {
|
|
25
|
-
new (input: CancelMetadataModelCreationCommandInput): import("@smithy/
|
|
26
|
-
new (input: CancelMetadataModelCreationCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CancelMetadataModelCreationCommandInput): import("@smithy/core/client").CommandImpl<CancelMetadataModelCreationCommandInput, CancelMetadataModelCreationCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CancelMetadataModelCreationCommandInput): import("@smithy/core/client").CommandImpl<CancelMetadataModelCreationCommandInput, CancelMetadataModelCreationCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Cancels a single metadata model creation operation that was started with <code>StartMetadataModelCreation</code>.</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 { CancelReplicationTaskAssessmentRunMessage, CancelReplicationTaskAssessmentRunResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CancelReplicationTaskAssessmentRunCommandInput extends CancelRe
|
|
|
22
22
|
export interface CancelReplicationTaskAssessmentRunCommandOutput extends CancelReplicationTaskAssessmentRunResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CancelReplicationTaskAssessmentRunCommand_base: {
|
|
25
|
-
new (input: CancelReplicationTaskAssessmentRunCommandInput): import("@smithy/
|
|
26
|
-
new (input: CancelReplicationTaskAssessmentRunCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CancelReplicationTaskAssessmentRunCommandInput): import("@smithy/core/client").CommandImpl<CancelReplicationTaskAssessmentRunCommandInput, CancelReplicationTaskAssessmentRunCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CancelReplicationTaskAssessmentRunCommandInput): import("@smithy/core/client").CommandImpl<CancelReplicationTaskAssessmentRunCommandInput, CancelReplicationTaskAssessmentRunCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Cancels a single premigration assessment run.</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 { CreateDataMigrationMessage, CreateDataMigrationResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateDataMigrationCommandInput extends CreateDataMigrationMess
|
|
|
22
22
|
export interface CreateDataMigrationCommandOutput extends CreateDataMigrationResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateDataMigrationCommand_base: {
|
|
25
|
-
new (input: CreateDataMigrationCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateDataMigrationCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateDataMigrationCommandInput): import("@smithy/core/client").CommandImpl<CreateDataMigrationCommandInput, CreateDataMigrationCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateDataMigrationCommandInput): import("@smithy/core/client").CommandImpl<CreateDataMigrationCommandInput, CreateDataMigrationCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates a data migration using the provided settings.</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 { CreateDataProviderMessage, CreateDataProviderResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateDataProviderCommandInput extends CreateDataProviderMessag
|
|
|
22
22
|
export interface CreateDataProviderCommandOutput extends CreateDataProviderResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateDataProviderCommand_base: {
|
|
25
|
-
new (input: CreateDataProviderCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateDataProviderCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateDataProviderCommandInput): import("@smithy/core/client").CommandImpl<CreateDataProviderCommandInput, CreateDataProviderCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateDataProviderCommandInput): import("@smithy/core/client").CommandImpl<CreateDataProviderCommandInput, CreateDataProviderCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates a data provider using the provided settings. A data provider stores a data store
|
|
@@ -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 { CreateEndpointMessage, CreateEndpointResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateEndpointCommandInput extends CreateEndpointMessage {
|
|
|
22
22
|
export interface CreateEndpointCommandOutput extends CreateEndpointResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateEndpointCommand_base: {
|
|
25
|
-
new (input: CreateEndpointCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateEndpointCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateEndpointCommandInput): import("@smithy/core/client").CommandImpl<CreateEndpointCommandInput, CreateEndpointCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateEndpointCommandInput): import("@smithy/core/client").CommandImpl<CreateEndpointCommandInput, CreateEndpointCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates an endpoint using the provided settings.</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 { CreateEventSubscriptionMessage, CreateEventSubscriptionResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateEventSubscriptionCommandInput extends CreateEventSubscrip
|
|
|
22
22
|
export interface CreateEventSubscriptionCommandOutput extends CreateEventSubscriptionResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateEventSubscriptionCommand_base: {
|
|
25
|
-
new (input: CreateEventSubscriptionCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateEventSubscriptionCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateEventSubscriptionCommandInput): import("@smithy/core/client").CommandImpl<CreateEventSubscriptionCommandInput, CreateEventSubscriptionCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateEventSubscriptionCommandInput): import("@smithy/core/client").CommandImpl<CreateEventSubscriptionCommandInput, CreateEventSubscriptionCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p> Creates an DMS event notification subscription. </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 { CreateFleetAdvisorCollectorRequest, CreateFleetAdvisorCollectorResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateFleetAdvisorCollectorCommandInput extends CreateFleetAdvi
|
|
|
22
22
|
export interface CreateFleetAdvisorCollectorCommandOutput extends CreateFleetAdvisorCollectorResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateFleetAdvisorCollectorCommand_base: {
|
|
25
|
-
new (input: CreateFleetAdvisorCollectorCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateFleetAdvisorCollectorCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateFleetAdvisorCollectorCommandInput): import("@smithy/core/client").CommandImpl<CreateFleetAdvisorCollectorCommandInput, CreateFleetAdvisorCollectorCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateFleetAdvisorCollectorCommandInput): import("@smithy/core/client").CommandImpl<CreateFleetAdvisorCollectorCommandInput, CreateFleetAdvisorCollectorCommandOutput, 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 { CreateInstanceProfileMessage, CreateInstanceProfileResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateInstanceProfileCommandInput extends CreateInstanceProfile
|
|
|
22
22
|
export interface CreateInstanceProfileCommandOutput extends CreateInstanceProfileResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateInstanceProfileCommand_base: {
|
|
25
|
-
new (input: CreateInstanceProfileCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [CreateInstanceProfileCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateInstanceProfileCommandInput): import("@smithy/core/client").CommandImpl<CreateInstanceProfileCommandInput, CreateInstanceProfileCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [CreateInstanceProfileCommandInput]): import("@smithy/core/client").CommandImpl<CreateInstanceProfileCommandInput, CreateInstanceProfileCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates the instance profile using the specified 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 { CreateMigrationProjectMessage, CreateMigrationProjectResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateMigrationProjectCommandInput extends CreateMigrationProje
|
|
|
22
22
|
export interface CreateMigrationProjectCommandOutput extends CreateMigrationProjectResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateMigrationProjectCommand_base: {
|
|
25
|
-
new (input: CreateMigrationProjectCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateMigrationProjectCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateMigrationProjectCommandInput): import("@smithy/core/client").CommandImpl<CreateMigrationProjectCommandInput, CreateMigrationProjectCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateMigrationProjectCommandInput): import("@smithy/core/client").CommandImpl<CreateMigrationProjectCommandInput, CreateMigrationProjectCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates the migration project using the specified parameters.</p>
|