@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
package/dist-cjs/index.js
CHANGED
|
@@ -4,19 +4,17 @@ var middlewareHostHeader = require('@aws-sdk/middleware-host-header');
|
|
|
4
4
|
var middlewareLogger = require('@aws-sdk/middleware-logger');
|
|
5
5
|
var middlewareRecursionDetection = require('@aws-sdk/middleware-recursion-detection');
|
|
6
6
|
var middlewareUserAgent = require('@aws-sdk/middleware-user-agent');
|
|
7
|
-
var configResolver = require('@smithy/config-resolver');
|
|
8
7
|
var core = require('@smithy/core');
|
|
8
|
+
var client = require('@smithy/core/client');
|
|
9
|
+
var config = require('@smithy/core/config');
|
|
10
|
+
var endpoints = require('@smithy/core/endpoints');
|
|
11
|
+
var protocols = require('@smithy/core/protocols');
|
|
12
|
+
var retry = require('@smithy/core/retry');
|
|
9
13
|
var schema = require('@smithy/core/schema');
|
|
10
|
-
var middlewareContentLength = require('@smithy/middleware-content-length');
|
|
11
|
-
var middlewareEndpoint = require('@smithy/middleware-endpoint');
|
|
12
|
-
var middlewareRetry = require('@smithy/middleware-retry');
|
|
13
|
-
var smithyClient = require('@smithy/smithy-client');
|
|
14
14
|
var httpAuthSchemeProvider = require('./auth/httpAuthSchemeProvider');
|
|
15
15
|
var runtimeConfig = require('./runtimeConfig');
|
|
16
16
|
var regionConfigResolver = require('@aws-sdk/region-config-resolver');
|
|
17
|
-
var protocolHttp = require('@smithy/protocol-http');
|
|
18
17
|
var schemas_0 = require('./schemas/schemas_0');
|
|
19
|
-
var utilWaiter = require('@smithy/util-waiter');
|
|
20
18
|
var errors = require('./models/errors');
|
|
21
19
|
var DatabaseMigrationServiceServiceException = require('./models/DatabaseMigrationServiceServiceException');
|
|
22
20
|
|
|
@@ -74,12 +72,12 @@ const resolveHttpAuthRuntimeConfig = (config) => {
|
|
|
74
72
|
};
|
|
75
73
|
|
|
76
74
|
const resolveRuntimeExtensions = (runtimeConfig, extensions) => {
|
|
77
|
-
const extensionConfiguration = Object.assign(regionConfigResolver.getAwsRegionExtensionConfiguration(runtimeConfig),
|
|
75
|
+
const extensionConfiguration = Object.assign(regionConfigResolver.getAwsRegionExtensionConfiguration(runtimeConfig), client.getDefaultExtensionConfiguration(runtimeConfig), protocols.getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration(runtimeConfig));
|
|
78
76
|
extensions.forEach((extension) => extension.configure(extensionConfiguration));
|
|
79
|
-
return Object.assign(runtimeConfig, regionConfigResolver.resolveAwsRegionExtensionConfiguration(extensionConfiguration),
|
|
77
|
+
return Object.assign(runtimeConfig, regionConfigResolver.resolveAwsRegionExtensionConfiguration(extensionConfiguration), client.resolveDefaultRuntimeConfig(extensionConfiguration), protocols.resolveHttpHandlerRuntimeConfig(extensionConfiguration), resolveHttpAuthRuntimeConfig(extensionConfiguration));
|
|
80
78
|
};
|
|
81
79
|
|
|
82
|
-
class DatabaseMigrationServiceClient extends
|
|
80
|
+
class DatabaseMigrationServiceClient extends client.Client {
|
|
83
81
|
config;
|
|
84
82
|
constructor(...[configuration]) {
|
|
85
83
|
const _config_0 = runtimeConfig.getRuntimeConfig(configuration || {});
|
|
@@ -87,17 +85,17 @@ class DatabaseMigrationServiceClient extends smithyClient.Client {
|
|
|
87
85
|
this.initConfig = _config_0;
|
|
88
86
|
const _config_1 = resolveClientEndpointParameters(_config_0);
|
|
89
87
|
const _config_2 = middlewareUserAgent.resolveUserAgentConfig(_config_1);
|
|
90
|
-
const _config_3 =
|
|
91
|
-
const _config_4 =
|
|
88
|
+
const _config_3 = retry.resolveRetryConfig(_config_2);
|
|
89
|
+
const _config_4 = config.resolveRegionConfig(_config_3);
|
|
92
90
|
const _config_5 = middlewareHostHeader.resolveHostHeaderConfig(_config_4);
|
|
93
|
-
const _config_6 =
|
|
91
|
+
const _config_6 = endpoints.resolveEndpointConfig(_config_5);
|
|
94
92
|
const _config_7 = httpAuthSchemeProvider.resolveHttpAuthSchemeConfig(_config_6);
|
|
95
93
|
const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
|
|
96
94
|
this.config = _config_8;
|
|
97
95
|
this.middlewareStack.use(schema.getSchemaSerdePlugin(this.config));
|
|
98
96
|
this.middlewareStack.use(middlewareUserAgent.getUserAgentPlugin(this.config));
|
|
99
|
-
this.middlewareStack.use(
|
|
100
|
-
this.middlewareStack.use(
|
|
97
|
+
this.middlewareStack.use(retry.getRetryPlugin(this.config));
|
|
98
|
+
this.middlewareStack.use(protocols.getContentLengthPlugin(this.config));
|
|
101
99
|
this.middlewareStack.use(middlewareHostHeader.getHostHeaderPlugin(this.config));
|
|
102
100
|
this.middlewareStack.use(middlewareLogger.getLoggerPlugin(this.config));
|
|
103
101
|
this.middlewareStack.use(middlewareRecursionDetection.getRecursionDetectionPlugin(this.config));
|
|
@@ -114,11 +112,11 @@ class DatabaseMigrationServiceClient extends smithyClient.Client {
|
|
|
114
112
|
}
|
|
115
113
|
}
|
|
116
114
|
|
|
117
|
-
class AddTagsToResourceCommand extends
|
|
115
|
+
class AddTagsToResourceCommand extends client.Command
|
|
118
116
|
.classBuilder()
|
|
119
117
|
.ep(commonParams)
|
|
120
118
|
.m(function (Command, cs, config, o) {
|
|
121
|
-
return [
|
|
119
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
122
120
|
})
|
|
123
121
|
.s("AmazonDMSv20160101", "AddTagsToResource", {})
|
|
124
122
|
.n("DatabaseMigrationServiceClient", "AddTagsToResourceCommand")
|
|
@@ -126,11 +124,11 @@ class AddTagsToResourceCommand extends smithyClient.Command
|
|
|
126
124
|
.build() {
|
|
127
125
|
}
|
|
128
126
|
|
|
129
|
-
class ApplyPendingMaintenanceActionCommand extends
|
|
127
|
+
class ApplyPendingMaintenanceActionCommand extends client.Command
|
|
130
128
|
.classBuilder()
|
|
131
129
|
.ep(commonParams)
|
|
132
130
|
.m(function (Command, cs, config, o) {
|
|
133
|
-
return [
|
|
131
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
134
132
|
})
|
|
135
133
|
.s("AmazonDMSv20160101", "ApplyPendingMaintenanceAction", {})
|
|
136
134
|
.n("DatabaseMigrationServiceClient", "ApplyPendingMaintenanceActionCommand")
|
|
@@ -138,11 +136,11 @@ class ApplyPendingMaintenanceActionCommand extends smithyClient.Command
|
|
|
138
136
|
.build() {
|
|
139
137
|
}
|
|
140
138
|
|
|
141
|
-
class BatchStartRecommendationsCommand extends
|
|
139
|
+
class BatchStartRecommendationsCommand extends client.Command
|
|
142
140
|
.classBuilder()
|
|
143
141
|
.ep(commonParams)
|
|
144
142
|
.m(function (Command, cs, config, o) {
|
|
145
|
-
return [
|
|
143
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
146
144
|
})
|
|
147
145
|
.s("AmazonDMSv20160101", "BatchStartRecommendations", {})
|
|
148
146
|
.n("DatabaseMigrationServiceClient", "BatchStartRecommendationsCommand")
|
|
@@ -150,11 +148,11 @@ class BatchStartRecommendationsCommand extends smithyClient.Command
|
|
|
150
148
|
.build() {
|
|
151
149
|
}
|
|
152
150
|
|
|
153
|
-
class CancelMetadataModelConversionCommand extends
|
|
151
|
+
class CancelMetadataModelConversionCommand extends client.Command
|
|
154
152
|
.classBuilder()
|
|
155
153
|
.ep(commonParams)
|
|
156
154
|
.m(function (Command, cs, config, o) {
|
|
157
|
-
return [
|
|
155
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
158
156
|
})
|
|
159
157
|
.s("AmazonDMSv20160101", "CancelMetadataModelConversion", {})
|
|
160
158
|
.n("DatabaseMigrationServiceClient", "CancelMetadataModelConversionCommand")
|
|
@@ -162,11 +160,11 @@ class CancelMetadataModelConversionCommand extends smithyClient.Command
|
|
|
162
160
|
.build() {
|
|
163
161
|
}
|
|
164
162
|
|
|
165
|
-
class CancelMetadataModelCreationCommand extends
|
|
163
|
+
class CancelMetadataModelCreationCommand extends client.Command
|
|
166
164
|
.classBuilder()
|
|
167
165
|
.ep(commonParams)
|
|
168
166
|
.m(function (Command, cs, config, o) {
|
|
169
|
-
return [
|
|
167
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
170
168
|
})
|
|
171
169
|
.s("AmazonDMSv20160101", "CancelMetadataModelCreation", {})
|
|
172
170
|
.n("DatabaseMigrationServiceClient", "CancelMetadataModelCreationCommand")
|
|
@@ -174,11 +172,11 @@ class CancelMetadataModelCreationCommand extends smithyClient.Command
|
|
|
174
172
|
.build() {
|
|
175
173
|
}
|
|
176
174
|
|
|
177
|
-
class CancelReplicationTaskAssessmentRunCommand extends
|
|
175
|
+
class CancelReplicationTaskAssessmentRunCommand extends client.Command
|
|
178
176
|
.classBuilder()
|
|
179
177
|
.ep(commonParams)
|
|
180
178
|
.m(function (Command, cs, config, o) {
|
|
181
|
-
return [
|
|
179
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
182
180
|
})
|
|
183
181
|
.s("AmazonDMSv20160101", "CancelReplicationTaskAssessmentRun", {})
|
|
184
182
|
.n("DatabaseMigrationServiceClient", "CancelReplicationTaskAssessmentRunCommand")
|
|
@@ -186,11 +184,11 @@ class CancelReplicationTaskAssessmentRunCommand extends smithyClient.Command
|
|
|
186
184
|
.build() {
|
|
187
185
|
}
|
|
188
186
|
|
|
189
|
-
class CreateDataMigrationCommand extends
|
|
187
|
+
class CreateDataMigrationCommand extends client.Command
|
|
190
188
|
.classBuilder()
|
|
191
189
|
.ep(commonParams)
|
|
192
190
|
.m(function (Command, cs, config, o) {
|
|
193
|
-
return [
|
|
191
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
194
192
|
})
|
|
195
193
|
.s("AmazonDMSv20160101", "CreateDataMigration", {})
|
|
196
194
|
.n("DatabaseMigrationServiceClient", "CreateDataMigrationCommand")
|
|
@@ -198,11 +196,11 @@ class CreateDataMigrationCommand extends smithyClient.Command
|
|
|
198
196
|
.build() {
|
|
199
197
|
}
|
|
200
198
|
|
|
201
|
-
class CreateDataProviderCommand extends
|
|
199
|
+
class CreateDataProviderCommand extends client.Command
|
|
202
200
|
.classBuilder()
|
|
203
201
|
.ep(commonParams)
|
|
204
202
|
.m(function (Command, cs, config, o) {
|
|
205
|
-
return [
|
|
203
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
206
204
|
})
|
|
207
205
|
.s("AmazonDMSv20160101", "CreateDataProvider", {})
|
|
208
206
|
.n("DatabaseMigrationServiceClient", "CreateDataProviderCommand")
|
|
@@ -210,11 +208,11 @@ class CreateDataProviderCommand extends smithyClient.Command
|
|
|
210
208
|
.build() {
|
|
211
209
|
}
|
|
212
210
|
|
|
213
|
-
class CreateEndpointCommand extends
|
|
211
|
+
class CreateEndpointCommand extends client.Command
|
|
214
212
|
.classBuilder()
|
|
215
213
|
.ep(commonParams)
|
|
216
214
|
.m(function (Command, cs, config, o) {
|
|
217
|
-
return [
|
|
215
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
218
216
|
})
|
|
219
217
|
.s("AmazonDMSv20160101", "CreateEndpoint", {})
|
|
220
218
|
.n("DatabaseMigrationServiceClient", "CreateEndpointCommand")
|
|
@@ -222,11 +220,11 @@ class CreateEndpointCommand extends smithyClient.Command
|
|
|
222
220
|
.build() {
|
|
223
221
|
}
|
|
224
222
|
|
|
225
|
-
class CreateEventSubscriptionCommand extends
|
|
223
|
+
class CreateEventSubscriptionCommand extends client.Command
|
|
226
224
|
.classBuilder()
|
|
227
225
|
.ep(commonParams)
|
|
228
226
|
.m(function (Command, cs, config, o) {
|
|
229
|
-
return [
|
|
227
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
230
228
|
})
|
|
231
229
|
.s("AmazonDMSv20160101", "CreateEventSubscription", {})
|
|
232
230
|
.n("DatabaseMigrationServiceClient", "CreateEventSubscriptionCommand")
|
|
@@ -234,11 +232,11 @@ class CreateEventSubscriptionCommand extends smithyClient.Command
|
|
|
234
232
|
.build() {
|
|
235
233
|
}
|
|
236
234
|
|
|
237
|
-
class CreateFleetAdvisorCollectorCommand extends
|
|
235
|
+
class CreateFleetAdvisorCollectorCommand extends client.Command
|
|
238
236
|
.classBuilder()
|
|
239
237
|
.ep(commonParams)
|
|
240
238
|
.m(function (Command, cs, config, o) {
|
|
241
|
-
return [
|
|
239
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
242
240
|
})
|
|
243
241
|
.s("AmazonDMSv20160101", "CreateFleetAdvisorCollector", {})
|
|
244
242
|
.n("DatabaseMigrationServiceClient", "CreateFleetAdvisorCollectorCommand")
|
|
@@ -246,11 +244,11 @@ class CreateFleetAdvisorCollectorCommand extends smithyClient.Command
|
|
|
246
244
|
.build() {
|
|
247
245
|
}
|
|
248
246
|
|
|
249
|
-
class CreateInstanceProfileCommand extends
|
|
247
|
+
class CreateInstanceProfileCommand extends client.Command
|
|
250
248
|
.classBuilder()
|
|
251
249
|
.ep(commonParams)
|
|
252
250
|
.m(function (Command, cs, config, o) {
|
|
253
|
-
return [
|
|
251
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
254
252
|
})
|
|
255
253
|
.s("AmazonDMSv20160101", "CreateInstanceProfile", {})
|
|
256
254
|
.n("DatabaseMigrationServiceClient", "CreateInstanceProfileCommand")
|
|
@@ -258,11 +256,11 @@ class CreateInstanceProfileCommand extends smithyClient.Command
|
|
|
258
256
|
.build() {
|
|
259
257
|
}
|
|
260
258
|
|
|
261
|
-
class CreateMigrationProjectCommand extends
|
|
259
|
+
class CreateMigrationProjectCommand extends client.Command
|
|
262
260
|
.classBuilder()
|
|
263
261
|
.ep(commonParams)
|
|
264
262
|
.m(function (Command, cs, config, o) {
|
|
265
|
-
return [
|
|
263
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
266
264
|
})
|
|
267
265
|
.s("AmazonDMSv20160101", "CreateMigrationProject", {})
|
|
268
266
|
.n("DatabaseMigrationServiceClient", "CreateMigrationProjectCommand")
|
|
@@ -270,11 +268,11 @@ class CreateMigrationProjectCommand extends smithyClient.Command
|
|
|
270
268
|
.build() {
|
|
271
269
|
}
|
|
272
270
|
|
|
273
|
-
class CreateReplicationConfigCommand extends
|
|
271
|
+
class CreateReplicationConfigCommand extends client.Command
|
|
274
272
|
.classBuilder()
|
|
275
273
|
.ep(commonParams)
|
|
276
274
|
.m(function (Command, cs, config, o) {
|
|
277
|
-
return [
|
|
275
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
278
276
|
})
|
|
279
277
|
.s("AmazonDMSv20160101", "CreateReplicationConfig", {})
|
|
280
278
|
.n("DatabaseMigrationServiceClient", "CreateReplicationConfigCommand")
|
|
@@ -282,11 +280,11 @@ class CreateReplicationConfigCommand extends smithyClient.Command
|
|
|
282
280
|
.build() {
|
|
283
281
|
}
|
|
284
282
|
|
|
285
|
-
class CreateReplicationInstanceCommand extends
|
|
283
|
+
class CreateReplicationInstanceCommand extends client.Command
|
|
286
284
|
.classBuilder()
|
|
287
285
|
.ep(commonParams)
|
|
288
286
|
.m(function (Command, cs, config, o) {
|
|
289
|
-
return [
|
|
287
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
290
288
|
})
|
|
291
289
|
.s("AmazonDMSv20160101", "CreateReplicationInstance", {})
|
|
292
290
|
.n("DatabaseMigrationServiceClient", "CreateReplicationInstanceCommand")
|
|
@@ -294,11 +292,11 @@ class CreateReplicationInstanceCommand extends smithyClient.Command
|
|
|
294
292
|
.build() {
|
|
295
293
|
}
|
|
296
294
|
|
|
297
|
-
class CreateReplicationSubnetGroupCommand extends
|
|
295
|
+
class CreateReplicationSubnetGroupCommand extends client.Command
|
|
298
296
|
.classBuilder()
|
|
299
297
|
.ep(commonParams)
|
|
300
298
|
.m(function (Command, cs, config, o) {
|
|
301
|
-
return [
|
|
299
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
302
300
|
})
|
|
303
301
|
.s("AmazonDMSv20160101", "CreateReplicationSubnetGroup", {})
|
|
304
302
|
.n("DatabaseMigrationServiceClient", "CreateReplicationSubnetGroupCommand")
|
|
@@ -306,11 +304,11 @@ class CreateReplicationSubnetGroupCommand extends smithyClient.Command
|
|
|
306
304
|
.build() {
|
|
307
305
|
}
|
|
308
306
|
|
|
309
|
-
class CreateReplicationTaskCommand extends
|
|
307
|
+
class CreateReplicationTaskCommand extends client.Command
|
|
310
308
|
.classBuilder()
|
|
311
309
|
.ep(commonParams)
|
|
312
310
|
.m(function (Command, cs, config, o) {
|
|
313
|
-
return [
|
|
311
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
314
312
|
})
|
|
315
313
|
.s("AmazonDMSv20160101", "CreateReplicationTask", {})
|
|
316
314
|
.n("DatabaseMigrationServiceClient", "CreateReplicationTaskCommand")
|
|
@@ -318,11 +316,11 @@ class CreateReplicationTaskCommand extends smithyClient.Command
|
|
|
318
316
|
.build() {
|
|
319
317
|
}
|
|
320
318
|
|
|
321
|
-
class DeleteCertificateCommand extends
|
|
319
|
+
class DeleteCertificateCommand extends client.Command
|
|
322
320
|
.classBuilder()
|
|
323
321
|
.ep(commonParams)
|
|
324
322
|
.m(function (Command, cs, config, o) {
|
|
325
|
-
return [
|
|
323
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
326
324
|
})
|
|
327
325
|
.s("AmazonDMSv20160101", "DeleteCertificate", {})
|
|
328
326
|
.n("DatabaseMigrationServiceClient", "DeleteCertificateCommand")
|
|
@@ -330,11 +328,11 @@ class DeleteCertificateCommand extends smithyClient.Command
|
|
|
330
328
|
.build() {
|
|
331
329
|
}
|
|
332
330
|
|
|
333
|
-
class DeleteConnectionCommand extends
|
|
331
|
+
class DeleteConnectionCommand extends client.Command
|
|
334
332
|
.classBuilder()
|
|
335
333
|
.ep(commonParams)
|
|
336
334
|
.m(function (Command, cs, config, o) {
|
|
337
|
-
return [
|
|
335
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
338
336
|
})
|
|
339
337
|
.s("AmazonDMSv20160101", "DeleteConnection", {})
|
|
340
338
|
.n("DatabaseMigrationServiceClient", "DeleteConnectionCommand")
|
|
@@ -342,11 +340,11 @@ class DeleteConnectionCommand extends smithyClient.Command
|
|
|
342
340
|
.build() {
|
|
343
341
|
}
|
|
344
342
|
|
|
345
|
-
class DeleteDataMigrationCommand extends
|
|
343
|
+
class DeleteDataMigrationCommand extends client.Command
|
|
346
344
|
.classBuilder()
|
|
347
345
|
.ep(commonParams)
|
|
348
346
|
.m(function (Command, cs, config, o) {
|
|
349
|
-
return [
|
|
347
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
350
348
|
})
|
|
351
349
|
.s("AmazonDMSv20160101", "DeleteDataMigration", {})
|
|
352
350
|
.n("DatabaseMigrationServiceClient", "DeleteDataMigrationCommand")
|
|
@@ -354,11 +352,11 @@ class DeleteDataMigrationCommand extends smithyClient.Command
|
|
|
354
352
|
.build() {
|
|
355
353
|
}
|
|
356
354
|
|
|
357
|
-
class DeleteDataProviderCommand extends
|
|
355
|
+
class DeleteDataProviderCommand extends client.Command
|
|
358
356
|
.classBuilder()
|
|
359
357
|
.ep(commonParams)
|
|
360
358
|
.m(function (Command, cs, config, o) {
|
|
361
|
-
return [
|
|
359
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
362
360
|
})
|
|
363
361
|
.s("AmazonDMSv20160101", "DeleteDataProvider", {})
|
|
364
362
|
.n("DatabaseMigrationServiceClient", "DeleteDataProviderCommand")
|
|
@@ -366,11 +364,11 @@ class DeleteDataProviderCommand extends smithyClient.Command
|
|
|
366
364
|
.build() {
|
|
367
365
|
}
|
|
368
366
|
|
|
369
|
-
class DeleteEndpointCommand extends
|
|
367
|
+
class DeleteEndpointCommand extends client.Command
|
|
370
368
|
.classBuilder()
|
|
371
369
|
.ep(commonParams)
|
|
372
370
|
.m(function (Command, cs, config, o) {
|
|
373
|
-
return [
|
|
371
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
374
372
|
})
|
|
375
373
|
.s("AmazonDMSv20160101", "DeleteEndpoint", {})
|
|
376
374
|
.n("DatabaseMigrationServiceClient", "DeleteEndpointCommand")
|
|
@@ -378,11 +376,11 @@ class DeleteEndpointCommand extends smithyClient.Command
|
|
|
378
376
|
.build() {
|
|
379
377
|
}
|
|
380
378
|
|
|
381
|
-
class DeleteEventSubscriptionCommand extends
|
|
379
|
+
class DeleteEventSubscriptionCommand extends client.Command
|
|
382
380
|
.classBuilder()
|
|
383
381
|
.ep(commonParams)
|
|
384
382
|
.m(function (Command, cs, config, o) {
|
|
385
|
-
return [
|
|
383
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
386
384
|
})
|
|
387
385
|
.s("AmazonDMSv20160101", "DeleteEventSubscription", {})
|
|
388
386
|
.n("DatabaseMigrationServiceClient", "DeleteEventSubscriptionCommand")
|
|
@@ -390,11 +388,11 @@ class DeleteEventSubscriptionCommand extends smithyClient.Command
|
|
|
390
388
|
.build() {
|
|
391
389
|
}
|
|
392
390
|
|
|
393
|
-
class DeleteFleetAdvisorCollectorCommand extends
|
|
391
|
+
class DeleteFleetAdvisorCollectorCommand extends client.Command
|
|
394
392
|
.classBuilder()
|
|
395
393
|
.ep(commonParams)
|
|
396
394
|
.m(function (Command, cs, config, o) {
|
|
397
|
-
return [
|
|
395
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
398
396
|
})
|
|
399
397
|
.s("AmazonDMSv20160101", "DeleteFleetAdvisorCollector", {})
|
|
400
398
|
.n("DatabaseMigrationServiceClient", "DeleteFleetAdvisorCollectorCommand")
|
|
@@ -402,11 +400,11 @@ class DeleteFleetAdvisorCollectorCommand extends smithyClient.Command
|
|
|
402
400
|
.build() {
|
|
403
401
|
}
|
|
404
402
|
|
|
405
|
-
class DeleteFleetAdvisorDatabasesCommand extends
|
|
403
|
+
class DeleteFleetAdvisorDatabasesCommand extends client.Command
|
|
406
404
|
.classBuilder()
|
|
407
405
|
.ep(commonParams)
|
|
408
406
|
.m(function (Command, cs, config, o) {
|
|
409
|
-
return [
|
|
407
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
410
408
|
})
|
|
411
409
|
.s("AmazonDMSv20160101", "DeleteFleetAdvisorDatabases", {})
|
|
412
410
|
.n("DatabaseMigrationServiceClient", "DeleteFleetAdvisorDatabasesCommand")
|
|
@@ -414,11 +412,11 @@ class DeleteFleetAdvisorDatabasesCommand extends smithyClient.Command
|
|
|
414
412
|
.build() {
|
|
415
413
|
}
|
|
416
414
|
|
|
417
|
-
class DeleteInstanceProfileCommand extends
|
|
415
|
+
class DeleteInstanceProfileCommand extends client.Command
|
|
418
416
|
.classBuilder()
|
|
419
417
|
.ep(commonParams)
|
|
420
418
|
.m(function (Command, cs, config, o) {
|
|
421
|
-
return [
|
|
419
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
422
420
|
})
|
|
423
421
|
.s("AmazonDMSv20160101", "DeleteInstanceProfile", {})
|
|
424
422
|
.n("DatabaseMigrationServiceClient", "DeleteInstanceProfileCommand")
|
|
@@ -426,11 +424,11 @@ class DeleteInstanceProfileCommand extends smithyClient.Command
|
|
|
426
424
|
.build() {
|
|
427
425
|
}
|
|
428
426
|
|
|
429
|
-
class DeleteMigrationProjectCommand extends
|
|
427
|
+
class DeleteMigrationProjectCommand extends client.Command
|
|
430
428
|
.classBuilder()
|
|
431
429
|
.ep(commonParams)
|
|
432
430
|
.m(function (Command, cs, config, o) {
|
|
433
|
-
return [
|
|
431
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
434
432
|
})
|
|
435
433
|
.s("AmazonDMSv20160101", "DeleteMigrationProject", {})
|
|
436
434
|
.n("DatabaseMigrationServiceClient", "DeleteMigrationProjectCommand")
|
|
@@ -438,11 +436,11 @@ class DeleteMigrationProjectCommand extends smithyClient.Command
|
|
|
438
436
|
.build() {
|
|
439
437
|
}
|
|
440
438
|
|
|
441
|
-
class DeleteReplicationConfigCommand extends
|
|
439
|
+
class DeleteReplicationConfigCommand extends client.Command
|
|
442
440
|
.classBuilder()
|
|
443
441
|
.ep(commonParams)
|
|
444
442
|
.m(function (Command, cs, config, o) {
|
|
445
|
-
return [
|
|
443
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
446
444
|
})
|
|
447
445
|
.s("AmazonDMSv20160101", "DeleteReplicationConfig", {})
|
|
448
446
|
.n("DatabaseMigrationServiceClient", "DeleteReplicationConfigCommand")
|
|
@@ -450,11 +448,11 @@ class DeleteReplicationConfigCommand extends smithyClient.Command
|
|
|
450
448
|
.build() {
|
|
451
449
|
}
|
|
452
450
|
|
|
453
|
-
class DeleteReplicationInstanceCommand extends
|
|
451
|
+
class DeleteReplicationInstanceCommand extends client.Command
|
|
454
452
|
.classBuilder()
|
|
455
453
|
.ep(commonParams)
|
|
456
454
|
.m(function (Command, cs, config, o) {
|
|
457
|
-
return [
|
|
455
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
458
456
|
})
|
|
459
457
|
.s("AmazonDMSv20160101", "DeleteReplicationInstance", {})
|
|
460
458
|
.n("DatabaseMigrationServiceClient", "DeleteReplicationInstanceCommand")
|
|
@@ -462,11 +460,11 @@ class DeleteReplicationInstanceCommand extends smithyClient.Command
|
|
|
462
460
|
.build() {
|
|
463
461
|
}
|
|
464
462
|
|
|
465
|
-
class DeleteReplicationSubnetGroupCommand extends
|
|
463
|
+
class DeleteReplicationSubnetGroupCommand extends client.Command
|
|
466
464
|
.classBuilder()
|
|
467
465
|
.ep(commonParams)
|
|
468
466
|
.m(function (Command, cs, config, o) {
|
|
469
|
-
return [
|
|
467
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
470
468
|
})
|
|
471
469
|
.s("AmazonDMSv20160101", "DeleteReplicationSubnetGroup", {})
|
|
472
470
|
.n("DatabaseMigrationServiceClient", "DeleteReplicationSubnetGroupCommand")
|
|
@@ -474,11 +472,11 @@ class DeleteReplicationSubnetGroupCommand extends smithyClient.Command
|
|
|
474
472
|
.build() {
|
|
475
473
|
}
|
|
476
474
|
|
|
477
|
-
class DeleteReplicationTaskAssessmentRunCommand extends
|
|
475
|
+
class DeleteReplicationTaskAssessmentRunCommand extends client.Command
|
|
478
476
|
.classBuilder()
|
|
479
477
|
.ep(commonParams)
|
|
480
478
|
.m(function (Command, cs, config, o) {
|
|
481
|
-
return [
|
|
479
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
482
480
|
})
|
|
483
481
|
.s("AmazonDMSv20160101", "DeleteReplicationTaskAssessmentRun", {})
|
|
484
482
|
.n("DatabaseMigrationServiceClient", "DeleteReplicationTaskAssessmentRunCommand")
|
|
@@ -486,11 +484,11 @@ class DeleteReplicationTaskAssessmentRunCommand extends smithyClient.Command
|
|
|
486
484
|
.build() {
|
|
487
485
|
}
|
|
488
486
|
|
|
489
|
-
class DeleteReplicationTaskCommand extends
|
|
487
|
+
class DeleteReplicationTaskCommand extends client.Command
|
|
490
488
|
.classBuilder()
|
|
491
489
|
.ep(commonParams)
|
|
492
490
|
.m(function (Command, cs, config, o) {
|
|
493
|
-
return [
|
|
491
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
494
492
|
})
|
|
495
493
|
.s("AmazonDMSv20160101", "DeleteReplicationTask", {})
|
|
496
494
|
.n("DatabaseMigrationServiceClient", "DeleteReplicationTaskCommand")
|
|
@@ -498,11 +496,11 @@ class DeleteReplicationTaskCommand extends smithyClient.Command
|
|
|
498
496
|
.build() {
|
|
499
497
|
}
|
|
500
498
|
|
|
501
|
-
class DescribeAccountAttributesCommand extends
|
|
499
|
+
class DescribeAccountAttributesCommand extends client.Command
|
|
502
500
|
.classBuilder()
|
|
503
501
|
.ep(commonParams)
|
|
504
502
|
.m(function (Command, cs, config, o) {
|
|
505
|
-
return [
|
|
503
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
506
504
|
})
|
|
507
505
|
.s("AmazonDMSv20160101", "DescribeAccountAttributes", {})
|
|
508
506
|
.n("DatabaseMigrationServiceClient", "DescribeAccountAttributesCommand")
|
|
@@ -510,11 +508,11 @@ class DescribeAccountAttributesCommand extends smithyClient.Command
|
|
|
510
508
|
.build() {
|
|
511
509
|
}
|
|
512
510
|
|
|
513
|
-
class DescribeApplicableIndividualAssessmentsCommand extends
|
|
511
|
+
class DescribeApplicableIndividualAssessmentsCommand extends client.Command
|
|
514
512
|
.classBuilder()
|
|
515
513
|
.ep(commonParams)
|
|
516
514
|
.m(function (Command, cs, config, o) {
|
|
517
|
-
return [
|
|
515
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
518
516
|
})
|
|
519
517
|
.s("AmazonDMSv20160101", "DescribeApplicableIndividualAssessments", {})
|
|
520
518
|
.n("DatabaseMigrationServiceClient", "DescribeApplicableIndividualAssessmentsCommand")
|
|
@@ -522,11 +520,11 @@ class DescribeApplicableIndividualAssessmentsCommand extends smithyClient.Comman
|
|
|
522
520
|
.build() {
|
|
523
521
|
}
|
|
524
522
|
|
|
525
|
-
class DescribeCertificatesCommand extends
|
|
523
|
+
class DescribeCertificatesCommand extends client.Command
|
|
526
524
|
.classBuilder()
|
|
527
525
|
.ep(commonParams)
|
|
528
526
|
.m(function (Command, cs, config, o) {
|
|
529
|
-
return [
|
|
527
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
530
528
|
})
|
|
531
529
|
.s("AmazonDMSv20160101", "DescribeCertificates", {})
|
|
532
530
|
.n("DatabaseMigrationServiceClient", "DescribeCertificatesCommand")
|
|
@@ -534,11 +532,11 @@ class DescribeCertificatesCommand extends smithyClient.Command
|
|
|
534
532
|
.build() {
|
|
535
533
|
}
|
|
536
534
|
|
|
537
|
-
class DescribeConnectionsCommand extends
|
|
535
|
+
class DescribeConnectionsCommand extends client.Command
|
|
538
536
|
.classBuilder()
|
|
539
537
|
.ep(commonParams)
|
|
540
538
|
.m(function (Command, cs, config, o) {
|
|
541
|
-
return [
|
|
539
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
542
540
|
})
|
|
543
541
|
.s("AmazonDMSv20160101", "DescribeConnections", {})
|
|
544
542
|
.n("DatabaseMigrationServiceClient", "DescribeConnectionsCommand")
|
|
@@ -546,11 +544,11 @@ class DescribeConnectionsCommand extends smithyClient.Command
|
|
|
546
544
|
.build() {
|
|
547
545
|
}
|
|
548
546
|
|
|
549
|
-
class DescribeConversionConfigurationCommand extends
|
|
547
|
+
class DescribeConversionConfigurationCommand extends client.Command
|
|
550
548
|
.classBuilder()
|
|
551
549
|
.ep(commonParams)
|
|
552
550
|
.m(function (Command, cs, config, o) {
|
|
553
|
-
return [
|
|
551
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
554
552
|
})
|
|
555
553
|
.s("AmazonDMSv20160101", "DescribeConversionConfiguration", {})
|
|
556
554
|
.n("DatabaseMigrationServiceClient", "DescribeConversionConfigurationCommand")
|
|
@@ -558,11 +556,11 @@ class DescribeConversionConfigurationCommand extends smithyClient.Command
|
|
|
558
556
|
.build() {
|
|
559
557
|
}
|
|
560
558
|
|
|
561
|
-
class DescribeDataMigrationsCommand extends
|
|
559
|
+
class DescribeDataMigrationsCommand extends client.Command
|
|
562
560
|
.classBuilder()
|
|
563
561
|
.ep(commonParams)
|
|
564
562
|
.m(function (Command, cs, config, o) {
|
|
565
|
-
return [
|
|
563
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
566
564
|
})
|
|
567
565
|
.s("AmazonDMSv20160101", "DescribeDataMigrations", {})
|
|
568
566
|
.n("DatabaseMigrationServiceClient", "DescribeDataMigrationsCommand")
|
|
@@ -570,11 +568,11 @@ class DescribeDataMigrationsCommand extends smithyClient.Command
|
|
|
570
568
|
.build() {
|
|
571
569
|
}
|
|
572
570
|
|
|
573
|
-
class DescribeDataProvidersCommand extends
|
|
571
|
+
class DescribeDataProvidersCommand extends client.Command
|
|
574
572
|
.classBuilder()
|
|
575
573
|
.ep(commonParams)
|
|
576
574
|
.m(function (Command, cs, config, o) {
|
|
577
|
-
return [
|
|
575
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
578
576
|
})
|
|
579
577
|
.s("AmazonDMSv20160101", "DescribeDataProviders", {})
|
|
580
578
|
.n("DatabaseMigrationServiceClient", "DescribeDataProvidersCommand")
|
|
@@ -582,11 +580,11 @@ class DescribeDataProvidersCommand extends smithyClient.Command
|
|
|
582
580
|
.build() {
|
|
583
581
|
}
|
|
584
582
|
|
|
585
|
-
class DescribeEndpointsCommand extends
|
|
583
|
+
class DescribeEndpointsCommand extends client.Command
|
|
586
584
|
.classBuilder()
|
|
587
585
|
.ep(commonParams)
|
|
588
586
|
.m(function (Command, cs, config, o) {
|
|
589
|
-
return [
|
|
587
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
590
588
|
})
|
|
591
589
|
.s("AmazonDMSv20160101", "DescribeEndpoints", {})
|
|
592
590
|
.n("DatabaseMigrationServiceClient", "DescribeEndpointsCommand")
|
|
@@ -594,11 +592,11 @@ class DescribeEndpointsCommand extends smithyClient.Command
|
|
|
594
592
|
.build() {
|
|
595
593
|
}
|
|
596
594
|
|
|
597
|
-
class DescribeEndpointSettingsCommand extends
|
|
595
|
+
class DescribeEndpointSettingsCommand extends client.Command
|
|
598
596
|
.classBuilder()
|
|
599
597
|
.ep(commonParams)
|
|
600
598
|
.m(function (Command, cs, config, o) {
|
|
601
|
-
return [
|
|
599
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
602
600
|
})
|
|
603
601
|
.s("AmazonDMSv20160101", "DescribeEndpointSettings", {})
|
|
604
602
|
.n("DatabaseMigrationServiceClient", "DescribeEndpointSettingsCommand")
|
|
@@ -606,11 +604,11 @@ class DescribeEndpointSettingsCommand extends smithyClient.Command
|
|
|
606
604
|
.build() {
|
|
607
605
|
}
|
|
608
606
|
|
|
609
|
-
class DescribeEndpointTypesCommand extends
|
|
607
|
+
class DescribeEndpointTypesCommand extends client.Command
|
|
610
608
|
.classBuilder()
|
|
611
609
|
.ep(commonParams)
|
|
612
610
|
.m(function (Command, cs, config, o) {
|
|
613
|
-
return [
|
|
611
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
614
612
|
})
|
|
615
613
|
.s("AmazonDMSv20160101", "DescribeEndpointTypes", {})
|
|
616
614
|
.n("DatabaseMigrationServiceClient", "DescribeEndpointTypesCommand")
|
|
@@ -618,11 +616,11 @@ class DescribeEndpointTypesCommand extends smithyClient.Command
|
|
|
618
616
|
.build() {
|
|
619
617
|
}
|
|
620
618
|
|
|
621
|
-
class DescribeEngineVersionsCommand extends
|
|
619
|
+
class DescribeEngineVersionsCommand extends client.Command
|
|
622
620
|
.classBuilder()
|
|
623
621
|
.ep(commonParams)
|
|
624
622
|
.m(function (Command, cs, config, o) {
|
|
625
|
-
return [
|
|
623
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
626
624
|
})
|
|
627
625
|
.s("AmazonDMSv20160101", "DescribeEngineVersions", {})
|
|
628
626
|
.n("DatabaseMigrationServiceClient", "DescribeEngineVersionsCommand")
|
|
@@ -630,11 +628,11 @@ class DescribeEngineVersionsCommand extends smithyClient.Command
|
|
|
630
628
|
.build() {
|
|
631
629
|
}
|
|
632
630
|
|
|
633
|
-
class DescribeEventCategoriesCommand extends
|
|
631
|
+
class DescribeEventCategoriesCommand extends client.Command
|
|
634
632
|
.classBuilder()
|
|
635
633
|
.ep(commonParams)
|
|
636
634
|
.m(function (Command, cs, config, o) {
|
|
637
|
-
return [
|
|
635
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
638
636
|
})
|
|
639
637
|
.s("AmazonDMSv20160101", "DescribeEventCategories", {})
|
|
640
638
|
.n("DatabaseMigrationServiceClient", "DescribeEventCategoriesCommand")
|
|
@@ -642,11 +640,11 @@ class DescribeEventCategoriesCommand extends smithyClient.Command
|
|
|
642
640
|
.build() {
|
|
643
641
|
}
|
|
644
642
|
|
|
645
|
-
class DescribeEventsCommand extends
|
|
643
|
+
class DescribeEventsCommand extends client.Command
|
|
646
644
|
.classBuilder()
|
|
647
645
|
.ep(commonParams)
|
|
648
646
|
.m(function (Command, cs, config, o) {
|
|
649
|
-
return [
|
|
647
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
650
648
|
})
|
|
651
649
|
.s("AmazonDMSv20160101", "DescribeEvents", {})
|
|
652
650
|
.n("DatabaseMigrationServiceClient", "DescribeEventsCommand")
|
|
@@ -654,11 +652,11 @@ class DescribeEventsCommand extends smithyClient.Command
|
|
|
654
652
|
.build() {
|
|
655
653
|
}
|
|
656
654
|
|
|
657
|
-
class DescribeEventSubscriptionsCommand extends
|
|
655
|
+
class DescribeEventSubscriptionsCommand extends client.Command
|
|
658
656
|
.classBuilder()
|
|
659
657
|
.ep(commonParams)
|
|
660
658
|
.m(function (Command, cs, config, o) {
|
|
661
|
-
return [
|
|
659
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
662
660
|
})
|
|
663
661
|
.s("AmazonDMSv20160101", "DescribeEventSubscriptions", {})
|
|
664
662
|
.n("DatabaseMigrationServiceClient", "DescribeEventSubscriptionsCommand")
|
|
@@ -666,11 +664,11 @@ class DescribeEventSubscriptionsCommand extends smithyClient.Command
|
|
|
666
664
|
.build() {
|
|
667
665
|
}
|
|
668
666
|
|
|
669
|
-
class DescribeExtensionPackAssociationsCommand extends
|
|
667
|
+
class DescribeExtensionPackAssociationsCommand extends client.Command
|
|
670
668
|
.classBuilder()
|
|
671
669
|
.ep(commonParams)
|
|
672
670
|
.m(function (Command, cs, config, o) {
|
|
673
|
-
return [
|
|
671
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
674
672
|
})
|
|
675
673
|
.s("AmazonDMSv20160101", "DescribeExtensionPackAssociations", {})
|
|
676
674
|
.n("DatabaseMigrationServiceClient", "DescribeExtensionPackAssociationsCommand")
|
|
@@ -678,11 +676,11 @@ class DescribeExtensionPackAssociationsCommand extends smithyClient.Command
|
|
|
678
676
|
.build() {
|
|
679
677
|
}
|
|
680
678
|
|
|
681
|
-
class DescribeFleetAdvisorCollectorsCommand extends
|
|
679
|
+
class DescribeFleetAdvisorCollectorsCommand extends client.Command
|
|
682
680
|
.classBuilder()
|
|
683
681
|
.ep(commonParams)
|
|
684
682
|
.m(function (Command, cs, config, o) {
|
|
685
|
-
return [
|
|
683
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
686
684
|
})
|
|
687
685
|
.s("AmazonDMSv20160101", "DescribeFleetAdvisorCollectors", {})
|
|
688
686
|
.n("DatabaseMigrationServiceClient", "DescribeFleetAdvisorCollectorsCommand")
|
|
@@ -690,11 +688,11 @@ class DescribeFleetAdvisorCollectorsCommand extends smithyClient.Command
|
|
|
690
688
|
.build() {
|
|
691
689
|
}
|
|
692
690
|
|
|
693
|
-
class DescribeFleetAdvisorDatabasesCommand extends
|
|
691
|
+
class DescribeFleetAdvisorDatabasesCommand extends client.Command
|
|
694
692
|
.classBuilder()
|
|
695
693
|
.ep(commonParams)
|
|
696
694
|
.m(function (Command, cs, config, o) {
|
|
697
|
-
return [
|
|
695
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
698
696
|
})
|
|
699
697
|
.s("AmazonDMSv20160101", "DescribeFleetAdvisorDatabases", {})
|
|
700
698
|
.n("DatabaseMigrationServiceClient", "DescribeFleetAdvisorDatabasesCommand")
|
|
@@ -702,11 +700,11 @@ class DescribeFleetAdvisorDatabasesCommand extends smithyClient.Command
|
|
|
702
700
|
.build() {
|
|
703
701
|
}
|
|
704
702
|
|
|
705
|
-
class DescribeFleetAdvisorLsaAnalysisCommand extends
|
|
703
|
+
class DescribeFleetAdvisorLsaAnalysisCommand extends client.Command
|
|
706
704
|
.classBuilder()
|
|
707
705
|
.ep(commonParams)
|
|
708
706
|
.m(function (Command, cs, config, o) {
|
|
709
|
-
return [
|
|
707
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
710
708
|
})
|
|
711
709
|
.s("AmazonDMSv20160101", "DescribeFleetAdvisorLsaAnalysis", {})
|
|
712
710
|
.n("DatabaseMigrationServiceClient", "DescribeFleetAdvisorLsaAnalysisCommand")
|
|
@@ -714,11 +712,11 @@ class DescribeFleetAdvisorLsaAnalysisCommand extends smithyClient.Command
|
|
|
714
712
|
.build() {
|
|
715
713
|
}
|
|
716
714
|
|
|
717
|
-
class DescribeFleetAdvisorSchemaObjectSummaryCommand extends
|
|
715
|
+
class DescribeFleetAdvisorSchemaObjectSummaryCommand extends client.Command
|
|
718
716
|
.classBuilder()
|
|
719
717
|
.ep(commonParams)
|
|
720
718
|
.m(function (Command, cs, config, o) {
|
|
721
|
-
return [
|
|
719
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
722
720
|
})
|
|
723
721
|
.s("AmazonDMSv20160101", "DescribeFleetAdvisorSchemaObjectSummary", {})
|
|
724
722
|
.n("DatabaseMigrationServiceClient", "DescribeFleetAdvisorSchemaObjectSummaryCommand")
|
|
@@ -726,11 +724,11 @@ class DescribeFleetAdvisorSchemaObjectSummaryCommand extends smithyClient.Comman
|
|
|
726
724
|
.build() {
|
|
727
725
|
}
|
|
728
726
|
|
|
729
|
-
class DescribeFleetAdvisorSchemasCommand extends
|
|
727
|
+
class DescribeFleetAdvisorSchemasCommand extends client.Command
|
|
730
728
|
.classBuilder()
|
|
731
729
|
.ep(commonParams)
|
|
732
730
|
.m(function (Command, cs, config, o) {
|
|
733
|
-
return [
|
|
731
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
734
732
|
})
|
|
735
733
|
.s("AmazonDMSv20160101", "DescribeFleetAdvisorSchemas", {})
|
|
736
734
|
.n("DatabaseMigrationServiceClient", "DescribeFleetAdvisorSchemasCommand")
|
|
@@ -738,11 +736,11 @@ class DescribeFleetAdvisorSchemasCommand extends smithyClient.Command
|
|
|
738
736
|
.build() {
|
|
739
737
|
}
|
|
740
738
|
|
|
741
|
-
class DescribeInstanceProfilesCommand extends
|
|
739
|
+
class DescribeInstanceProfilesCommand extends client.Command
|
|
742
740
|
.classBuilder()
|
|
743
741
|
.ep(commonParams)
|
|
744
742
|
.m(function (Command, cs, config, o) {
|
|
745
|
-
return [
|
|
743
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
746
744
|
})
|
|
747
745
|
.s("AmazonDMSv20160101", "DescribeInstanceProfiles", {})
|
|
748
746
|
.n("DatabaseMigrationServiceClient", "DescribeInstanceProfilesCommand")
|
|
@@ -750,11 +748,11 @@ class DescribeInstanceProfilesCommand extends smithyClient.Command
|
|
|
750
748
|
.build() {
|
|
751
749
|
}
|
|
752
750
|
|
|
753
|
-
class DescribeMetadataModelAssessmentsCommand extends
|
|
751
|
+
class DescribeMetadataModelAssessmentsCommand extends client.Command
|
|
754
752
|
.classBuilder()
|
|
755
753
|
.ep(commonParams)
|
|
756
754
|
.m(function (Command, cs, config, o) {
|
|
757
|
-
return [
|
|
755
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
758
756
|
})
|
|
759
757
|
.s("AmazonDMSv20160101", "DescribeMetadataModelAssessments", {})
|
|
760
758
|
.n("DatabaseMigrationServiceClient", "DescribeMetadataModelAssessmentsCommand")
|
|
@@ -762,11 +760,11 @@ class DescribeMetadataModelAssessmentsCommand extends smithyClient.Command
|
|
|
762
760
|
.build() {
|
|
763
761
|
}
|
|
764
762
|
|
|
765
|
-
class DescribeMetadataModelChildrenCommand extends
|
|
763
|
+
class DescribeMetadataModelChildrenCommand extends client.Command
|
|
766
764
|
.classBuilder()
|
|
767
765
|
.ep(commonParams)
|
|
768
766
|
.m(function (Command, cs, config, o) {
|
|
769
|
-
return [
|
|
767
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
770
768
|
})
|
|
771
769
|
.s("AmazonDMSv20160101", "DescribeMetadataModelChildren", {})
|
|
772
770
|
.n("DatabaseMigrationServiceClient", "DescribeMetadataModelChildrenCommand")
|
|
@@ -774,11 +772,11 @@ class DescribeMetadataModelChildrenCommand extends smithyClient.Command
|
|
|
774
772
|
.build() {
|
|
775
773
|
}
|
|
776
774
|
|
|
777
|
-
class DescribeMetadataModelCommand extends
|
|
775
|
+
class DescribeMetadataModelCommand extends client.Command
|
|
778
776
|
.classBuilder()
|
|
779
777
|
.ep(commonParams)
|
|
780
778
|
.m(function (Command, cs, config, o) {
|
|
781
|
-
return [
|
|
779
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
782
780
|
})
|
|
783
781
|
.s("AmazonDMSv20160101", "DescribeMetadataModel", {})
|
|
784
782
|
.n("DatabaseMigrationServiceClient", "DescribeMetadataModelCommand")
|
|
@@ -786,11 +784,11 @@ class DescribeMetadataModelCommand extends smithyClient.Command
|
|
|
786
784
|
.build() {
|
|
787
785
|
}
|
|
788
786
|
|
|
789
|
-
class DescribeMetadataModelConversionsCommand extends
|
|
787
|
+
class DescribeMetadataModelConversionsCommand extends client.Command
|
|
790
788
|
.classBuilder()
|
|
791
789
|
.ep(commonParams)
|
|
792
790
|
.m(function (Command, cs, config, o) {
|
|
793
|
-
return [
|
|
791
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
794
792
|
})
|
|
795
793
|
.s("AmazonDMSv20160101", "DescribeMetadataModelConversions", {})
|
|
796
794
|
.n("DatabaseMigrationServiceClient", "DescribeMetadataModelConversionsCommand")
|
|
@@ -798,11 +796,11 @@ class DescribeMetadataModelConversionsCommand extends smithyClient.Command
|
|
|
798
796
|
.build() {
|
|
799
797
|
}
|
|
800
798
|
|
|
801
|
-
class DescribeMetadataModelCreationsCommand extends
|
|
799
|
+
class DescribeMetadataModelCreationsCommand extends client.Command
|
|
802
800
|
.classBuilder()
|
|
803
801
|
.ep(commonParams)
|
|
804
802
|
.m(function (Command, cs, config, o) {
|
|
805
|
-
return [
|
|
803
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
806
804
|
})
|
|
807
805
|
.s("AmazonDMSv20160101", "DescribeMetadataModelCreations", {})
|
|
808
806
|
.n("DatabaseMigrationServiceClient", "DescribeMetadataModelCreationsCommand")
|
|
@@ -810,11 +808,11 @@ class DescribeMetadataModelCreationsCommand extends smithyClient.Command
|
|
|
810
808
|
.build() {
|
|
811
809
|
}
|
|
812
810
|
|
|
813
|
-
class DescribeMetadataModelExportsAsScriptCommand extends
|
|
811
|
+
class DescribeMetadataModelExportsAsScriptCommand extends client.Command
|
|
814
812
|
.classBuilder()
|
|
815
813
|
.ep(commonParams)
|
|
816
814
|
.m(function (Command, cs, config, o) {
|
|
817
|
-
return [
|
|
815
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
818
816
|
})
|
|
819
817
|
.s("AmazonDMSv20160101", "DescribeMetadataModelExportsAsScript", {})
|
|
820
818
|
.n("DatabaseMigrationServiceClient", "DescribeMetadataModelExportsAsScriptCommand")
|
|
@@ -822,11 +820,11 @@ class DescribeMetadataModelExportsAsScriptCommand extends smithyClient.Command
|
|
|
822
820
|
.build() {
|
|
823
821
|
}
|
|
824
822
|
|
|
825
|
-
class DescribeMetadataModelExportsToTargetCommand extends
|
|
823
|
+
class DescribeMetadataModelExportsToTargetCommand extends client.Command
|
|
826
824
|
.classBuilder()
|
|
827
825
|
.ep(commonParams)
|
|
828
826
|
.m(function (Command, cs, config, o) {
|
|
829
|
-
return [
|
|
827
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
830
828
|
})
|
|
831
829
|
.s("AmazonDMSv20160101", "DescribeMetadataModelExportsToTarget", {})
|
|
832
830
|
.n("DatabaseMigrationServiceClient", "DescribeMetadataModelExportsToTargetCommand")
|
|
@@ -834,11 +832,11 @@ class DescribeMetadataModelExportsToTargetCommand extends smithyClient.Command
|
|
|
834
832
|
.build() {
|
|
835
833
|
}
|
|
836
834
|
|
|
837
|
-
class DescribeMetadataModelImportsCommand extends
|
|
835
|
+
class DescribeMetadataModelImportsCommand extends client.Command
|
|
838
836
|
.classBuilder()
|
|
839
837
|
.ep(commonParams)
|
|
840
838
|
.m(function (Command, cs, config, o) {
|
|
841
|
-
return [
|
|
839
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
842
840
|
})
|
|
843
841
|
.s("AmazonDMSv20160101", "DescribeMetadataModelImports", {})
|
|
844
842
|
.n("DatabaseMigrationServiceClient", "DescribeMetadataModelImportsCommand")
|
|
@@ -846,11 +844,11 @@ class DescribeMetadataModelImportsCommand extends smithyClient.Command
|
|
|
846
844
|
.build() {
|
|
847
845
|
}
|
|
848
846
|
|
|
849
|
-
class DescribeMigrationProjectsCommand extends
|
|
847
|
+
class DescribeMigrationProjectsCommand extends client.Command
|
|
850
848
|
.classBuilder()
|
|
851
849
|
.ep(commonParams)
|
|
852
850
|
.m(function (Command, cs, config, o) {
|
|
853
|
-
return [
|
|
851
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
854
852
|
})
|
|
855
853
|
.s("AmazonDMSv20160101", "DescribeMigrationProjects", {})
|
|
856
854
|
.n("DatabaseMigrationServiceClient", "DescribeMigrationProjectsCommand")
|
|
@@ -858,11 +856,11 @@ class DescribeMigrationProjectsCommand extends smithyClient.Command
|
|
|
858
856
|
.build() {
|
|
859
857
|
}
|
|
860
858
|
|
|
861
|
-
class DescribeOrderableReplicationInstancesCommand extends
|
|
859
|
+
class DescribeOrderableReplicationInstancesCommand extends client.Command
|
|
862
860
|
.classBuilder()
|
|
863
861
|
.ep(commonParams)
|
|
864
862
|
.m(function (Command, cs, config, o) {
|
|
865
|
-
return [
|
|
863
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
866
864
|
})
|
|
867
865
|
.s("AmazonDMSv20160101", "DescribeOrderableReplicationInstances", {})
|
|
868
866
|
.n("DatabaseMigrationServiceClient", "DescribeOrderableReplicationInstancesCommand")
|
|
@@ -870,11 +868,11 @@ class DescribeOrderableReplicationInstancesCommand extends smithyClient.Command
|
|
|
870
868
|
.build() {
|
|
871
869
|
}
|
|
872
870
|
|
|
873
|
-
class DescribePendingMaintenanceActionsCommand extends
|
|
871
|
+
class DescribePendingMaintenanceActionsCommand extends client.Command
|
|
874
872
|
.classBuilder()
|
|
875
873
|
.ep(commonParams)
|
|
876
874
|
.m(function (Command, cs, config, o) {
|
|
877
|
-
return [
|
|
875
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
878
876
|
})
|
|
879
877
|
.s("AmazonDMSv20160101", "DescribePendingMaintenanceActions", {})
|
|
880
878
|
.n("DatabaseMigrationServiceClient", "DescribePendingMaintenanceActionsCommand")
|
|
@@ -882,11 +880,11 @@ class DescribePendingMaintenanceActionsCommand extends smithyClient.Command
|
|
|
882
880
|
.build() {
|
|
883
881
|
}
|
|
884
882
|
|
|
885
|
-
class DescribeRecommendationLimitationsCommand extends
|
|
883
|
+
class DescribeRecommendationLimitationsCommand extends client.Command
|
|
886
884
|
.classBuilder()
|
|
887
885
|
.ep(commonParams)
|
|
888
886
|
.m(function (Command, cs, config, o) {
|
|
889
|
-
return [
|
|
887
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
890
888
|
})
|
|
891
889
|
.s("AmazonDMSv20160101", "DescribeRecommendationLimitations", {})
|
|
892
890
|
.n("DatabaseMigrationServiceClient", "DescribeRecommendationLimitationsCommand")
|
|
@@ -894,11 +892,11 @@ class DescribeRecommendationLimitationsCommand extends smithyClient.Command
|
|
|
894
892
|
.build() {
|
|
895
893
|
}
|
|
896
894
|
|
|
897
|
-
class DescribeRecommendationsCommand extends
|
|
895
|
+
class DescribeRecommendationsCommand extends client.Command
|
|
898
896
|
.classBuilder()
|
|
899
897
|
.ep(commonParams)
|
|
900
898
|
.m(function (Command, cs, config, o) {
|
|
901
|
-
return [
|
|
899
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
902
900
|
})
|
|
903
901
|
.s("AmazonDMSv20160101", "DescribeRecommendations", {})
|
|
904
902
|
.n("DatabaseMigrationServiceClient", "DescribeRecommendationsCommand")
|
|
@@ -906,11 +904,11 @@ class DescribeRecommendationsCommand extends smithyClient.Command
|
|
|
906
904
|
.build() {
|
|
907
905
|
}
|
|
908
906
|
|
|
909
|
-
class DescribeRefreshSchemasStatusCommand extends
|
|
907
|
+
class DescribeRefreshSchemasStatusCommand extends client.Command
|
|
910
908
|
.classBuilder()
|
|
911
909
|
.ep(commonParams)
|
|
912
910
|
.m(function (Command, cs, config, o) {
|
|
913
|
-
return [
|
|
911
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
914
912
|
})
|
|
915
913
|
.s("AmazonDMSv20160101", "DescribeRefreshSchemasStatus", {})
|
|
916
914
|
.n("DatabaseMigrationServiceClient", "DescribeRefreshSchemasStatusCommand")
|
|
@@ -918,11 +916,11 @@ class DescribeRefreshSchemasStatusCommand extends smithyClient.Command
|
|
|
918
916
|
.build() {
|
|
919
917
|
}
|
|
920
918
|
|
|
921
|
-
class DescribeReplicationConfigsCommand extends
|
|
919
|
+
class DescribeReplicationConfigsCommand extends client.Command
|
|
922
920
|
.classBuilder()
|
|
923
921
|
.ep(commonParams)
|
|
924
922
|
.m(function (Command, cs, config, o) {
|
|
925
|
-
return [
|
|
923
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
926
924
|
})
|
|
927
925
|
.s("AmazonDMSv20160101", "DescribeReplicationConfigs", {})
|
|
928
926
|
.n("DatabaseMigrationServiceClient", "DescribeReplicationConfigsCommand")
|
|
@@ -930,11 +928,11 @@ class DescribeReplicationConfigsCommand extends smithyClient.Command
|
|
|
930
928
|
.build() {
|
|
931
929
|
}
|
|
932
930
|
|
|
933
|
-
class DescribeReplicationInstancesCommand extends
|
|
931
|
+
class DescribeReplicationInstancesCommand extends client.Command
|
|
934
932
|
.classBuilder()
|
|
935
933
|
.ep(commonParams)
|
|
936
934
|
.m(function (Command, cs, config, o) {
|
|
937
|
-
return [
|
|
935
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
938
936
|
})
|
|
939
937
|
.s("AmazonDMSv20160101", "DescribeReplicationInstances", {})
|
|
940
938
|
.n("DatabaseMigrationServiceClient", "DescribeReplicationInstancesCommand")
|
|
@@ -942,11 +940,11 @@ class DescribeReplicationInstancesCommand extends smithyClient.Command
|
|
|
942
940
|
.build() {
|
|
943
941
|
}
|
|
944
942
|
|
|
945
|
-
class DescribeReplicationInstanceTaskLogsCommand extends
|
|
943
|
+
class DescribeReplicationInstanceTaskLogsCommand extends client.Command
|
|
946
944
|
.classBuilder()
|
|
947
945
|
.ep(commonParams)
|
|
948
946
|
.m(function (Command, cs, config, o) {
|
|
949
|
-
return [
|
|
947
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
950
948
|
})
|
|
951
949
|
.s("AmazonDMSv20160101", "DescribeReplicationInstanceTaskLogs", {})
|
|
952
950
|
.n("DatabaseMigrationServiceClient", "DescribeReplicationInstanceTaskLogsCommand")
|
|
@@ -954,11 +952,11 @@ class DescribeReplicationInstanceTaskLogsCommand extends smithyClient.Command
|
|
|
954
952
|
.build() {
|
|
955
953
|
}
|
|
956
954
|
|
|
957
|
-
class DescribeReplicationsCommand extends
|
|
955
|
+
class DescribeReplicationsCommand extends client.Command
|
|
958
956
|
.classBuilder()
|
|
959
957
|
.ep(commonParams)
|
|
960
958
|
.m(function (Command, cs, config, o) {
|
|
961
|
-
return [
|
|
959
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
962
960
|
})
|
|
963
961
|
.s("AmazonDMSv20160101", "DescribeReplications", {})
|
|
964
962
|
.n("DatabaseMigrationServiceClient", "DescribeReplicationsCommand")
|
|
@@ -966,11 +964,11 @@ class DescribeReplicationsCommand extends smithyClient.Command
|
|
|
966
964
|
.build() {
|
|
967
965
|
}
|
|
968
966
|
|
|
969
|
-
class DescribeReplicationSubnetGroupsCommand extends
|
|
967
|
+
class DescribeReplicationSubnetGroupsCommand extends client.Command
|
|
970
968
|
.classBuilder()
|
|
971
969
|
.ep(commonParams)
|
|
972
970
|
.m(function (Command, cs, config, o) {
|
|
973
|
-
return [
|
|
971
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
974
972
|
})
|
|
975
973
|
.s("AmazonDMSv20160101", "DescribeReplicationSubnetGroups", {})
|
|
976
974
|
.n("DatabaseMigrationServiceClient", "DescribeReplicationSubnetGroupsCommand")
|
|
@@ -978,11 +976,11 @@ class DescribeReplicationSubnetGroupsCommand extends smithyClient.Command
|
|
|
978
976
|
.build() {
|
|
979
977
|
}
|
|
980
978
|
|
|
981
|
-
class DescribeReplicationTableStatisticsCommand extends
|
|
979
|
+
class DescribeReplicationTableStatisticsCommand extends client.Command
|
|
982
980
|
.classBuilder()
|
|
983
981
|
.ep(commonParams)
|
|
984
982
|
.m(function (Command, cs, config, o) {
|
|
985
|
-
return [
|
|
983
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
986
984
|
})
|
|
987
985
|
.s("AmazonDMSv20160101", "DescribeReplicationTableStatistics", {})
|
|
988
986
|
.n("DatabaseMigrationServiceClient", "DescribeReplicationTableStatisticsCommand")
|
|
@@ -990,11 +988,11 @@ class DescribeReplicationTableStatisticsCommand extends smithyClient.Command
|
|
|
990
988
|
.build() {
|
|
991
989
|
}
|
|
992
990
|
|
|
993
|
-
class DescribeReplicationTaskAssessmentResultsCommand extends
|
|
991
|
+
class DescribeReplicationTaskAssessmentResultsCommand extends client.Command
|
|
994
992
|
.classBuilder()
|
|
995
993
|
.ep(commonParams)
|
|
996
994
|
.m(function (Command, cs, config, o) {
|
|
997
|
-
return [
|
|
995
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
998
996
|
})
|
|
999
997
|
.s("AmazonDMSv20160101", "DescribeReplicationTaskAssessmentResults", {})
|
|
1000
998
|
.n("DatabaseMigrationServiceClient", "DescribeReplicationTaskAssessmentResultsCommand")
|
|
@@ -1002,11 +1000,11 @@ class DescribeReplicationTaskAssessmentResultsCommand extends smithyClient.Comma
|
|
|
1002
1000
|
.build() {
|
|
1003
1001
|
}
|
|
1004
1002
|
|
|
1005
|
-
class DescribeReplicationTaskAssessmentRunsCommand extends
|
|
1003
|
+
class DescribeReplicationTaskAssessmentRunsCommand extends client.Command
|
|
1006
1004
|
.classBuilder()
|
|
1007
1005
|
.ep(commonParams)
|
|
1008
1006
|
.m(function (Command, cs, config, o) {
|
|
1009
|
-
return [
|
|
1007
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1010
1008
|
})
|
|
1011
1009
|
.s("AmazonDMSv20160101", "DescribeReplicationTaskAssessmentRuns", {})
|
|
1012
1010
|
.n("DatabaseMigrationServiceClient", "DescribeReplicationTaskAssessmentRunsCommand")
|
|
@@ -1014,11 +1012,11 @@ class DescribeReplicationTaskAssessmentRunsCommand extends smithyClient.Command
|
|
|
1014
1012
|
.build() {
|
|
1015
1013
|
}
|
|
1016
1014
|
|
|
1017
|
-
class DescribeReplicationTaskIndividualAssessmentsCommand extends
|
|
1015
|
+
class DescribeReplicationTaskIndividualAssessmentsCommand extends client.Command
|
|
1018
1016
|
.classBuilder()
|
|
1019
1017
|
.ep(commonParams)
|
|
1020
1018
|
.m(function (Command, cs, config, o) {
|
|
1021
|
-
return [
|
|
1019
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1022
1020
|
})
|
|
1023
1021
|
.s("AmazonDMSv20160101", "DescribeReplicationTaskIndividualAssessments", {})
|
|
1024
1022
|
.n("DatabaseMigrationServiceClient", "DescribeReplicationTaskIndividualAssessmentsCommand")
|
|
@@ -1026,11 +1024,11 @@ class DescribeReplicationTaskIndividualAssessmentsCommand extends smithyClient.C
|
|
|
1026
1024
|
.build() {
|
|
1027
1025
|
}
|
|
1028
1026
|
|
|
1029
|
-
class DescribeReplicationTasksCommand extends
|
|
1027
|
+
class DescribeReplicationTasksCommand extends client.Command
|
|
1030
1028
|
.classBuilder()
|
|
1031
1029
|
.ep(commonParams)
|
|
1032
1030
|
.m(function (Command, cs, config, o) {
|
|
1033
|
-
return [
|
|
1031
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1034
1032
|
})
|
|
1035
1033
|
.s("AmazonDMSv20160101", "DescribeReplicationTasks", {})
|
|
1036
1034
|
.n("DatabaseMigrationServiceClient", "DescribeReplicationTasksCommand")
|
|
@@ -1038,11 +1036,11 @@ class DescribeReplicationTasksCommand extends smithyClient.Command
|
|
|
1038
1036
|
.build() {
|
|
1039
1037
|
}
|
|
1040
1038
|
|
|
1041
|
-
class DescribeSchemasCommand extends
|
|
1039
|
+
class DescribeSchemasCommand extends client.Command
|
|
1042
1040
|
.classBuilder()
|
|
1043
1041
|
.ep(commonParams)
|
|
1044
1042
|
.m(function (Command, cs, config, o) {
|
|
1045
|
-
return [
|
|
1043
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1046
1044
|
})
|
|
1047
1045
|
.s("AmazonDMSv20160101", "DescribeSchemas", {})
|
|
1048
1046
|
.n("DatabaseMigrationServiceClient", "DescribeSchemasCommand")
|
|
@@ -1050,11 +1048,11 @@ class DescribeSchemasCommand extends smithyClient.Command
|
|
|
1050
1048
|
.build() {
|
|
1051
1049
|
}
|
|
1052
1050
|
|
|
1053
|
-
class DescribeTableStatisticsCommand extends
|
|
1051
|
+
class DescribeTableStatisticsCommand extends client.Command
|
|
1054
1052
|
.classBuilder()
|
|
1055
1053
|
.ep(commonParams)
|
|
1056
1054
|
.m(function (Command, cs, config, o) {
|
|
1057
|
-
return [
|
|
1055
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1058
1056
|
})
|
|
1059
1057
|
.s("AmazonDMSv20160101", "DescribeTableStatistics", {})
|
|
1060
1058
|
.n("DatabaseMigrationServiceClient", "DescribeTableStatisticsCommand")
|
|
@@ -1062,11 +1060,11 @@ class DescribeTableStatisticsCommand extends smithyClient.Command
|
|
|
1062
1060
|
.build() {
|
|
1063
1061
|
}
|
|
1064
1062
|
|
|
1065
|
-
class ExportMetadataModelAssessmentCommand extends
|
|
1063
|
+
class ExportMetadataModelAssessmentCommand extends client.Command
|
|
1066
1064
|
.classBuilder()
|
|
1067
1065
|
.ep(commonParams)
|
|
1068
1066
|
.m(function (Command, cs, config, o) {
|
|
1069
|
-
return [
|
|
1067
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1070
1068
|
})
|
|
1071
1069
|
.s("AmazonDMSv20160101", "ExportMetadataModelAssessment", {})
|
|
1072
1070
|
.n("DatabaseMigrationServiceClient", "ExportMetadataModelAssessmentCommand")
|
|
@@ -1074,11 +1072,11 @@ class ExportMetadataModelAssessmentCommand extends smithyClient.Command
|
|
|
1074
1072
|
.build() {
|
|
1075
1073
|
}
|
|
1076
1074
|
|
|
1077
|
-
class GetTargetSelectionRulesCommand extends
|
|
1075
|
+
class GetTargetSelectionRulesCommand extends client.Command
|
|
1078
1076
|
.classBuilder()
|
|
1079
1077
|
.ep(commonParams)
|
|
1080
1078
|
.m(function (Command, cs, config, o) {
|
|
1081
|
-
return [
|
|
1079
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1082
1080
|
})
|
|
1083
1081
|
.s("AmazonDMSv20160101", "GetTargetSelectionRules", {})
|
|
1084
1082
|
.n("DatabaseMigrationServiceClient", "GetTargetSelectionRulesCommand")
|
|
@@ -1086,11 +1084,11 @@ class GetTargetSelectionRulesCommand extends smithyClient.Command
|
|
|
1086
1084
|
.build() {
|
|
1087
1085
|
}
|
|
1088
1086
|
|
|
1089
|
-
class ImportCertificateCommand extends
|
|
1087
|
+
class ImportCertificateCommand extends client.Command
|
|
1090
1088
|
.classBuilder()
|
|
1091
1089
|
.ep(commonParams)
|
|
1092
1090
|
.m(function (Command, cs, config, o) {
|
|
1093
|
-
return [
|
|
1091
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1094
1092
|
})
|
|
1095
1093
|
.s("AmazonDMSv20160101", "ImportCertificate", {})
|
|
1096
1094
|
.n("DatabaseMigrationServiceClient", "ImportCertificateCommand")
|
|
@@ -1098,11 +1096,11 @@ class ImportCertificateCommand extends smithyClient.Command
|
|
|
1098
1096
|
.build() {
|
|
1099
1097
|
}
|
|
1100
1098
|
|
|
1101
|
-
class ListTagsForResourceCommand extends
|
|
1099
|
+
class ListTagsForResourceCommand extends client.Command
|
|
1102
1100
|
.classBuilder()
|
|
1103
1101
|
.ep(commonParams)
|
|
1104
1102
|
.m(function (Command, cs, config, o) {
|
|
1105
|
-
return [
|
|
1103
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1106
1104
|
})
|
|
1107
1105
|
.s("AmazonDMSv20160101", "ListTagsForResource", {})
|
|
1108
1106
|
.n("DatabaseMigrationServiceClient", "ListTagsForResourceCommand")
|
|
@@ -1110,11 +1108,11 @@ class ListTagsForResourceCommand extends smithyClient.Command
|
|
|
1110
1108
|
.build() {
|
|
1111
1109
|
}
|
|
1112
1110
|
|
|
1113
|
-
class ModifyConversionConfigurationCommand extends
|
|
1111
|
+
class ModifyConversionConfigurationCommand extends client.Command
|
|
1114
1112
|
.classBuilder()
|
|
1115
1113
|
.ep(commonParams)
|
|
1116
1114
|
.m(function (Command, cs, config, o) {
|
|
1117
|
-
return [
|
|
1115
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1118
1116
|
})
|
|
1119
1117
|
.s("AmazonDMSv20160101", "ModifyConversionConfiguration", {})
|
|
1120
1118
|
.n("DatabaseMigrationServiceClient", "ModifyConversionConfigurationCommand")
|
|
@@ -1122,11 +1120,11 @@ class ModifyConversionConfigurationCommand extends smithyClient.Command
|
|
|
1122
1120
|
.build() {
|
|
1123
1121
|
}
|
|
1124
1122
|
|
|
1125
|
-
class ModifyDataMigrationCommand extends
|
|
1123
|
+
class ModifyDataMigrationCommand extends client.Command
|
|
1126
1124
|
.classBuilder()
|
|
1127
1125
|
.ep(commonParams)
|
|
1128
1126
|
.m(function (Command, cs, config, o) {
|
|
1129
|
-
return [
|
|
1127
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1130
1128
|
})
|
|
1131
1129
|
.s("AmazonDMSv20160101", "ModifyDataMigration", {})
|
|
1132
1130
|
.n("DatabaseMigrationServiceClient", "ModifyDataMigrationCommand")
|
|
@@ -1134,11 +1132,11 @@ class ModifyDataMigrationCommand extends smithyClient.Command
|
|
|
1134
1132
|
.build() {
|
|
1135
1133
|
}
|
|
1136
1134
|
|
|
1137
|
-
class ModifyDataProviderCommand extends
|
|
1135
|
+
class ModifyDataProviderCommand extends client.Command
|
|
1138
1136
|
.classBuilder()
|
|
1139
1137
|
.ep(commonParams)
|
|
1140
1138
|
.m(function (Command, cs, config, o) {
|
|
1141
|
-
return [
|
|
1139
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1142
1140
|
})
|
|
1143
1141
|
.s("AmazonDMSv20160101", "ModifyDataProvider", {})
|
|
1144
1142
|
.n("DatabaseMigrationServiceClient", "ModifyDataProviderCommand")
|
|
@@ -1146,11 +1144,11 @@ class ModifyDataProviderCommand extends smithyClient.Command
|
|
|
1146
1144
|
.build() {
|
|
1147
1145
|
}
|
|
1148
1146
|
|
|
1149
|
-
class ModifyEndpointCommand extends
|
|
1147
|
+
class ModifyEndpointCommand extends client.Command
|
|
1150
1148
|
.classBuilder()
|
|
1151
1149
|
.ep(commonParams)
|
|
1152
1150
|
.m(function (Command, cs, config, o) {
|
|
1153
|
-
return [
|
|
1151
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1154
1152
|
})
|
|
1155
1153
|
.s("AmazonDMSv20160101", "ModifyEndpoint", {})
|
|
1156
1154
|
.n("DatabaseMigrationServiceClient", "ModifyEndpointCommand")
|
|
@@ -1158,11 +1156,11 @@ class ModifyEndpointCommand extends smithyClient.Command
|
|
|
1158
1156
|
.build() {
|
|
1159
1157
|
}
|
|
1160
1158
|
|
|
1161
|
-
class ModifyEventSubscriptionCommand extends
|
|
1159
|
+
class ModifyEventSubscriptionCommand extends client.Command
|
|
1162
1160
|
.classBuilder()
|
|
1163
1161
|
.ep(commonParams)
|
|
1164
1162
|
.m(function (Command, cs, config, o) {
|
|
1165
|
-
return [
|
|
1163
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1166
1164
|
})
|
|
1167
1165
|
.s("AmazonDMSv20160101", "ModifyEventSubscription", {})
|
|
1168
1166
|
.n("DatabaseMigrationServiceClient", "ModifyEventSubscriptionCommand")
|
|
@@ -1170,11 +1168,11 @@ class ModifyEventSubscriptionCommand extends smithyClient.Command
|
|
|
1170
1168
|
.build() {
|
|
1171
1169
|
}
|
|
1172
1170
|
|
|
1173
|
-
class ModifyInstanceProfileCommand extends
|
|
1171
|
+
class ModifyInstanceProfileCommand extends client.Command
|
|
1174
1172
|
.classBuilder()
|
|
1175
1173
|
.ep(commonParams)
|
|
1176
1174
|
.m(function (Command, cs, config, o) {
|
|
1177
|
-
return [
|
|
1175
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1178
1176
|
})
|
|
1179
1177
|
.s("AmazonDMSv20160101", "ModifyInstanceProfile", {})
|
|
1180
1178
|
.n("DatabaseMigrationServiceClient", "ModifyInstanceProfileCommand")
|
|
@@ -1182,11 +1180,11 @@ class ModifyInstanceProfileCommand extends smithyClient.Command
|
|
|
1182
1180
|
.build() {
|
|
1183
1181
|
}
|
|
1184
1182
|
|
|
1185
|
-
class ModifyMigrationProjectCommand extends
|
|
1183
|
+
class ModifyMigrationProjectCommand extends client.Command
|
|
1186
1184
|
.classBuilder()
|
|
1187
1185
|
.ep(commonParams)
|
|
1188
1186
|
.m(function (Command, cs, config, o) {
|
|
1189
|
-
return [
|
|
1187
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1190
1188
|
})
|
|
1191
1189
|
.s("AmazonDMSv20160101", "ModifyMigrationProject", {})
|
|
1192
1190
|
.n("DatabaseMigrationServiceClient", "ModifyMigrationProjectCommand")
|
|
@@ -1194,11 +1192,11 @@ class ModifyMigrationProjectCommand extends smithyClient.Command
|
|
|
1194
1192
|
.build() {
|
|
1195
1193
|
}
|
|
1196
1194
|
|
|
1197
|
-
class ModifyReplicationConfigCommand extends
|
|
1195
|
+
class ModifyReplicationConfigCommand extends client.Command
|
|
1198
1196
|
.classBuilder()
|
|
1199
1197
|
.ep(commonParams)
|
|
1200
1198
|
.m(function (Command, cs, config, o) {
|
|
1201
|
-
return [
|
|
1199
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1202
1200
|
})
|
|
1203
1201
|
.s("AmazonDMSv20160101", "ModifyReplicationConfig", {})
|
|
1204
1202
|
.n("DatabaseMigrationServiceClient", "ModifyReplicationConfigCommand")
|
|
@@ -1206,11 +1204,11 @@ class ModifyReplicationConfigCommand extends smithyClient.Command
|
|
|
1206
1204
|
.build() {
|
|
1207
1205
|
}
|
|
1208
1206
|
|
|
1209
|
-
class ModifyReplicationInstanceCommand extends
|
|
1207
|
+
class ModifyReplicationInstanceCommand extends client.Command
|
|
1210
1208
|
.classBuilder()
|
|
1211
1209
|
.ep(commonParams)
|
|
1212
1210
|
.m(function (Command, cs, config, o) {
|
|
1213
|
-
return [
|
|
1211
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1214
1212
|
})
|
|
1215
1213
|
.s("AmazonDMSv20160101", "ModifyReplicationInstance", {})
|
|
1216
1214
|
.n("DatabaseMigrationServiceClient", "ModifyReplicationInstanceCommand")
|
|
@@ -1218,11 +1216,11 @@ class ModifyReplicationInstanceCommand extends smithyClient.Command
|
|
|
1218
1216
|
.build() {
|
|
1219
1217
|
}
|
|
1220
1218
|
|
|
1221
|
-
class ModifyReplicationSubnetGroupCommand extends
|
|
1219
|
+
class ModifyReplicationSubnetGroupCommand extends client.Command
|
|
1222
1220
|
.classBuilder()
|
|
1223
1221
|
.ep(commonParams)
|
|
1224
1222
|
.m(function (Command, cs, config, o) {
|
|
1225
|
-
return [
|
|
1223
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1226
1224
|
})
|
|
1227
1225
|
.s("AmazonDMSv20160101", "ModifyReplicationSubnetGroup", {})
|
|
1228
1226
|
.n("DatabaseMigrationServiceClient", "ModifyReplicationSubnetGroupCommand")
|
|
@@ -1230,11 +1228,11 @@ class ModifyReplicationSubnetGroupCommand extends smithyClient.Command
|
|
|
1230
1228
|
.build() {
|
|
1231
1229
|
}
|
|
1232
1230
|
|
|
1233
|
-
class ModifyReplicationTaskCommand extends
|
|
1231
|
+
class ModifyReplicationTaskCommand extends client.Command
|
|
1234
1232
|
.classBuilder()
|
|
1235
1233
|
.ep(commonParams)
|
|
1236
1234
|
.m(function (Command, cs, config, o) {
|
|
1237
|
-
return [
|
|
1235
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1238
1236
|
})
|
|
1239
1237
|
.s("AmazonDMSv20160101", "ModifyReplicationTask", {})
|
|
1240
1238
|
.n("DatabaseMigrationServiceClient", "ModifyReplicationTaskCommand")
|
|
@@ -1242,11 +1240,11 @@ class ModifyReplicationTaskCommand extends smithyClient.Command
|
|
|
1242
1240
|
.build() {
|
|
1243
1241
|
}
|
|
1244
1242
|
|
|
1245
|
-
class MoveReplicationTaskCommand extends
|
|
1243
|
+
class MoveReplicationTaskCommand extends client.Command
|
|
1246
1244
|
.classBuilder()
|
|
1247
1245
|
.ep(commonParams)
|
|
1248
1246
|
.m(function (Command, cs, config, o) {
|
|
1249
|
-
return [
|
|
1247
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1250
1248
|
})
|
|
1251
1249
|
.s("AmazonDMSv20160101", "MoveReplicationTask", {})
|
|
1252
1250
|
.n("DatabaseMigrationServiceClient", "MoveReplicationTaskCommand")
|
|
@@ -1254,11 +1252,11 @@ class MoveReplicationTaskCommand extends smithyClient.Command
|
|
|
1254
1252
|
.build() {
|
|
1255
1253
|
}
|
|
1256
1254
|
|
|
1257
|
-
class RebootReplicationInstanceCommand extends
|
|
1255
|
+
class RebootReplicationInstanceCommand extends client.Command
|
|
1258
1256
|
.classBuilder()
|
|
1259
1257
|
.ep(commonParams)
|
|
1260
1258
|
.m(function (Command, cs, config, o) {
|
|
1261
|
-
return [
|
|
1259
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1262
1260
|
})
|
|
1263
1261
|
.s("AmazonDMSv20160101", "RebootReplicationInstance", {})
|
|
1264
1262
|
.n("DatabaseMigrationServiceClient", "RebootReplicationInstanceCommand")
|
|
@@ -1266,11 +1264,11 @@ class RebootReplicationInstanceCommand extends smithyClient.Command
|
|
|
1266
1264
|
.build() {
|
|
1267
1265
|
}
|
|
1268
1266
|
|
|
1269
|
-
class RefreshSchemasCommand extends
|
|
1267
|
+
class RefreshSchemasCommand extends client.Command
|
|
1270
1268
|
.classBuilder()
|
|
1271
1269
|
.ep(commonParams)
|
|
1272
1270
|
.m(function (Command, cs, config, o) {
|
|
1273
|
-
return [
|
|
1271
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1274
1272
|
})
|
|
1275
1273
|
.s("AmazonDMSv20160101", "RefreshSchemas", {})
|
|
1276
1274
|
.n("DatabaseMigrationServiceClient", "RefreshSchemasCommand")
|
|
@@ -1278,11 +1276,11 @@ class RefreshSchemasCommand extends smithyClient.Command
|
|
|
1278
1276
|
.build() {
|
|
1279
1277
|
}
|
|
1280
1278
|
|
|
1281
|
-
class ReloadReplicationTablesCommand extends
|
|
1279
|
+
class ReloadReplicationTablesCommand extends client.Command
|
|
1282
1280
|
.classBuilder()
|
|
1283
1281
|
.ep(commonParams)
|
|
1284
1282
|
.m(function (Command, cs, config, o) {
|
|
1285
|
-
return [
|
|
1283
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1286
1284
|
})
|
|
1287
1285
|
.s("AmazonDMSv20160101", "ReloadReplicationTables", {})
|
|
1288
1286
|
.n("DatabaseMigrationServiceClient", "ReloadReplicationTablesCommand")
|
|
@@ -1290,11 +1288,11 @@ class ReloadReplicationTablesCommand extends smithyClient.Command
|
|
|
1290
1288
|
.build() {
|
|
1291
1289
|
}
|
|
1292
1290
|
|
|
1293
|
-
class ReloadTablesCommand extends
|
|
1291
|
+
class ReloadTablesCommand extends client.Command
|
|
1294
1292
|
.classBuilder()
|
|
1295
1293
|
.ep(commonParams)
|
|
1296
1294
|
.m(function (Command, cs, config, o) {
|
|
1297
|
-
return [
|
|
1295
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1298
1296
|
})
|
|
1299
1297
|
.s("AmazonDMSv20160101", "ReloadTables", {})
|
|
1300
1298
|
.n("DatabaseMigrationServiceClient", "ReloadTablesCommand")
|
|
@@ -1302,11 +1300,11 @@ class ReloadTablesCommand extends smithyClient.Command
|
|
|
1302
1300
|
.build() {
|
|
1303
1301
|
}
|
|
1304
1302
|
|
|
1305
|
-
class RemoveTagsFromResourceCommand extends
|
|
1303
|
+
class RemoveTagsFromResourceCommand extends client.Command
|
|
1306
1304
|
.classBuilder()
|
|
1307
1305
|
.ep(commonParams)
|
|
1308
1306
|
.m(function (Command, cs, config, o) {
|
|
1309
|
-
return [
|
|
1307
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1310
1308
|
})
|
|
1311
1309
|
.s("AmazonDMSv20160101", "RemoveTagsFromResource", {})
|
|
1312
1310
|
.n("DatabaseMigrationServiceClient", "RemoveTagsFromResourceCommand")
|
|
@@ -1314,11 +1312,11 @@ class RemoveTagsFromResourceCommand extends smithyClient.Command
|
|
|
1314
1312
|
.build() {
|
|
1315
1313
|
}
|
|
1316
1314
|
|
|
1317
|
-
class RunFleetAdvisorLsaAnalysisCommand extends
|
|
1315
|
+
class RunFleetAdvisorLsaAnalysisCommand extends client.Command
|
|
1318
1316
|
.classBuilder()
|
|
1319
1317
|
.ep(commonParams)
|
|
1320
1318
|
.m(function (Command, cs, config, o) {
|
|
1321
|
-
return [
|
|
1319
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1322
1320
|
})
|
|
1323
1321
|
.s("AmazonDMSv20160101", "RunFleetAdvisorLsaAnalysis", {})
|
|
1324
1322
|
.n("DatabaseMigrationServiceClient", "RunFleetAdvisorLsaAnalysisCommand")
|
|
@@ -1326,11 +1324,11 @@ class RunFleetAdvisorLsaAnalysisCommand extends smithyClient.Command
|
|
|
1326
1324
|
.build() {
|
|
1327
1325
|
}
|
|
1328
1326
|
|
|
1329
|
-
class StartDataMigrationCommand extends
|
|
1327
|
+
class StartDataMigrationCommand extends client.Command
|
|
1330
1328
|
.classBuilder()
|
|
1331
1329
|
.ep(commonParams)
|
|
1332
1330
|
.m(function (Command, cs, config, o) {
|
|
1333
|
-
return [
|
|
1331
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1334
1332
|
})
|
|
1335
1333
|
.s("AmazonDMSv20160101", "StartDataMigration", {})
|
|
1336
1334
|
.n("DatabaseMigrationServiceClient", "StartDataMigrationCommand")
|
|
@@ -1338,11 +1336,11 @@ class StartDataMigrationCommand extends smithyClient.Command
|
|
|
1338
1336
|
.build() {
|
|
1339
1337
|
}
|
|
1340
1338
|
|
|
1341
|
-
class StartExtensionPackAssociationCommand extends
|
|
1339
|
+
class StartExtensionPackAssociationCommand extends client.Command
|
|
1342
1340
|
.classBuilder()
|
|
1343
1341
|
.ep(commonParams)
|
|
1344
1342
|
.m(function (Command, cs, config, o) {
|
|
1345
|
-
return [
|
|
1343
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1346
1344
|
})
|
|
1347
1345
|
.s("AmazonDMSv20160101", "StartExtensionPackAssociation", {})
|
|
1348
1346
|
.n("DatabaseMigrationServiceClient", "StartExtensionPackAssociationCommand")
|
|
@@ -1350,11 +1348,11 @@ class StartExtensionPackAssociationCommand extends smithyClient.Command
|
|
|
1350
1348
|
.build() {
|
|
1351
1349
|
}
|
|
1352
1350
|
|
|
1353
|
-
class StartMetadataModelAssessmentCommand extends
|
|
1351
|
+
class StartMetadataModelAssessmentCommand extends client.Command
|
|
1354
1352
|
.classBuilder()
|
|
1355
1353
|
.ep(commonParams)
|
|
1356
1354
|
.m(function (Command, cs, config, o) {
|
|
1357
|
-
return [
|
|
1355
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1358
1356
|
})
|
|
1359
1357
|
.s("AmazonDMSv20160101", "StartMetadataModelAssessment", {})
|
|
1360
1358
|
.n("DatabaseMigrationServiceClient", "StartMetadataModelAssessmentCommand")
|
|
@@ -1362,11 +1360,11 @@ class StartMetadataModelAssessmentCommand extends smithyClient.Command
|
|
|
1362
1360
|
.build() {
|
|
1363
1361
|
}
|
|
1364
1362
|
|
|
1365
|
-
class StartMetadataModelConversionCommand extends
|
|
1363
|
+
class StartMetadataModelConversionCommand extends client.Command
|
|
1366
1364
|
.classBuilder()
|
|
1367
1365
|
.ep(commonParams)
|
|
1368
1366
|
.m(function (Command, cs, config, o) {
|
|
1369
|
-
return [
|
|
1367
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1370
1368
|
})
|
|
1371
1369
|
.s("AmazonDMSv20160101", "StartMetadataModelConversion", {})
|
|
1372
1370
|
.n("DatabaseMigrationServiceClient", "StartMetadataModelConversionCommand")
|
|
@@ -1374,11 +1372,11 @@ class StartMetadataModelConversionCommand extends smithyClient.Command
|
|
|
1374
1372
|
.build() {
|
|
1375
1373
|
}
|
|
1376
1374
|
|
|
1377
|
-
class StartMetadataModelCreationCommand extends
|
|
1375
|
+
class StartMetadataModelCreationCommand extends client.Command
|
|
1378
1376
|
.classBuilder()
|
|
1379
1377
|
.ep(commonParams)
|
|
1380
1378
|
.m(function (Command, cs, config, o) {
|
|
1381
|
-
return [
|
|
1379
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1382
1380
|
})
|
|
1383
1381
|
.s("AmazonDMSv20160101", "StartMetadataModelCreation", {})
|
|
1384
1382
|
.n("DatabaseMigrationServiceClient", "StartMetadataModelCreationCommand")
|
|
@@ -1386,11 +1384,11 @@ class StartMetadataModelCreationCommand extends smithyClient.Command
|
|
|
1386
1384
|
.build() {
|
|
1387
1385
|
}
|
|
1388
1386
|
|
|
1389
|
-
class StartMetadataModelExportAsScriptCommand extends
|
|
1387
|
+
class StartMetadataModelExportAsScriptCommand extends client.Command
|
|
1390
1388
|
.classBuilder()
|
|
1391
1389
|
.ep(commonParams)
|
|
1392
1390
|
.m(function (Command, cs, config, o) {
|
|
1393
|
-
return [
|
|
1391
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1394
1392
|
})
|
|
1395
1393
|
.s("AmazonDMSv20160101", "StartMetadataModelExportAsScript", {})
|
|
1396
1394
|
.n("DatabaseMigrationServiceClient", "StartMetadataModelExportAsScriptCommand")
|
|
@@ -1398,11 +1396,11 @@ class StartMetadataModelExportAsScriptCommand extends smithyClient.Command
|
|
|
1398
1396
|
.build() {
|
|
1399
1397
|
}
|
|
1400
1398
|
|
|
1401
|
-
class StartMetadataModelExportToTargetCommand extends
|
|
1399
|
+
class StartMetadataModelExportToTargetCommand extends client.Command
|
|
1402
1400
|
.classBuilder()
|
|
1403
1401
|
.ep(commonParams)
|
|
1404
1402
|
.m(function (Command, cs, config, o) {
|
|
1405
|
-
return [
|
|
1403
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1406
1404
|
})
|
|
1407
1405
|
.s("AmazonDMSv20160101", "StartMetadataModelExportToTarget", {})
|
|
1408
1406
|
.n("DatabaseMigrationServiceClient", "StartMetadataModelExportToTargetCommand")
|
|
@@ -1410,11 +1408,11 @@ class StartMetadataModelExportToTargetCommand extends smithyClient.Command
|
|
|
1410
1408
|
.build() {
|
|
1411
1409
|
}
|
|
1412
1410
|
|
|
1413
|
-
class StartMetadataModelImportCommand extends
|
|
1411
|
+
class StartMetadataModelImportCommand extends client.Command
|
|
1414
1412
|
.classBuilder()
|
|
1415
1413
|
.ep(commonParams)
|
|
1416
1414
|
.m(function (Command, cs, config, o) {
|
|
1417
|
-
return [
|
|
1415
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1418
1416
|
})
|
|
1419
1417
|
.s("AmazonDMSv20160101", "StartMetadataModelImport", {})
|
|
1420
1418
|
.n("DatabaseMigrationServiceClient", "StartMetadataModelImportCommand")
|
|
@@ -1422,11 +1420,11 @@ class StartMetadataModelImportCommand extends smithyClient.Command
|
|
|
1422
1420
|
.build() {
|
|
1423
1421
|
}
|
|
1424
1422
|
|
|
1425
|
-
class StartRecommendationsCommand extends
|
|
1423
|
+
class StartRecommendationsCommand extends client.Command
|
|
1426
1424
|
.classBuilder()
|
|
1427
1425
|
.ep(commonParams)
|
|
1428
1426
|
.m(function (Command, cs, config, o) {
|
|
1429
|
-
return [
|
|
1427
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1430
1428
|
})
|
|
1431
1429
|
.s("AmazonDMSv20160101", "StartRecommendations", {})
|
|
1432
1430
|
.n("DatabaseMigrationServiceClient", "StartRecommendationsCommand")
|
|
@@ -1434,11 +1432,11 @@ class StartRecommendationsCommand extends smithyClient.Command
|
|
|
1434
1432
|
.build() {
|
|
1435
1433
|
}
|
|
1436
1434
|
|
|
1437
|
-
class StartReplicationCommand extends
|
|
1435
|
+
class StartReplicationCommand extends client.Command
|
|
1438
1436
|
.classBuilder()
|
|
1439
1437
|
.ep(commonParams)
|
|
1440
1438
|
.m(function (Command, cs, config, o) {
|
|
1441
|
-
return [
|
|
1439
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1442
1440
|
})
|
|
1443
1441
|
.s("AmazonDMSv20160101", "StartReplication", {})
|
|
1444
1442
|
.n("DatabaseMigrationServiceClient", "StartReplicationCommand")
|
|
@@ -1446,11 +1444,11 @@ class StartReplicationCommand extends smithyClient.Command
|
|
|
1446
1444
|
.build() {
|
|
1447
1445
|
}
|
|
1448
1446
|
|
|
1449
|
-
class StartReplicationTaskAssessmentCommand extends
|
|
1447
|
+
class StartReplicationTaskAssessmentCommand extends client.Command
|
|
1450
1448
|
.classBuilder()
|
|
1451
1449
|
.ep(commonParams)
|
|
1452
1450
|
.m(function (Command, cs, config, o) {
|
|
1453
|
-
return [
|
|
1451
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1454
1452
|
})
|
|
1455
1453
|
.s("AmazonDMSv20160101", "StartReplicationTaskAssessment", {})
|
|
1456
1454
|
.n("DatabaseMigrationServiceClient", "StartReplicationTaskAssessmentCommand")
|
|
@@ -1458,11 +1456,11 @@ class StartReplicationTaskAssessmentCommand extends smithyClient.Command
|
|
|
1458
1456
|
.build() {
|
|
1459
1457
|
}
|
|
1460
1458
|
|
|
1461
|
-
class StartReplicationTaskAssessmentRunCommand extends
|
|
1459
|
+
class StartReplicationTaskAssessmentRunCommand extends client.Command
|
|
1462
1460
|
.classBuilder()
|
|
1463
1461
|
.ep(commonParams)
|
|
1464
1462
|
.m(function (Command, cs, config, o) {
|
|
1465
|
-
return [
|
|
1463
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1466
1464
|
})
|
|
1467
1465
|
.s("AmazonDMSv20160101", "StartReplicationTaskAssessmentRun", {})
|
|
1468
1466
|
.n("DatabaseMigrationServiceClient", "StartReplicationTaskAssessmentRunCommand")
|
|
@@ -1470,11 +1468,11 @@ class StartReplicationTaskAssessmentRunCommand extends smithyClient.Command
|
|
|
1470
1468
|
.build() {
|
|
1471
1469
|
}
|
|
1472
1470
|
|
|
1473
|
-
class StartReplicationTaskCommand extends
|
|
1471
|
+
class StartReplicationTaskCommand extends client.Command
|
|
1474
1472
|
.classBuilder()
|
|
1475
1473
|
.ep(commonParams)
|
|
1476
1474
|
.m(function (Command, cs, config, o) {
|
|
1477
|
-
return [
|
|
1475
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1478
1476
|
})
|
|
1479
1477
|
.s("AmazonDMSv20160101", "StartReplicationTask", {})
|
|
1480
1478
|
.n("DatabaseMigrationServiceClient", "StartReplicationTaskCommand")
|
|
@@ -1482,11 +1480,11 @@ class StartReplicationTaskCommand extends smithyClient.Command
|
|
|
1482
1480
|
.build() {
|
|
1483
1481
|
}
|
|
1484
1482
|
|
|
1485
|
-
class StopDataMigrationCommand extends
|
|
1483
|
+
class StopDataMigrationCommand extends client.Command
|
|
1486
1484
|
.classBuilder()
|
|
1487
1485
|
.ep(commonParams)
|
|
1488
1486
|
.m(function (Command, cs, config, o) {
|
|
1489
|
-
return [
|
|
1487
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1490
1488
|
})
|
|
1491
1489
|
.s("AmazonDMSv20160101", "StopDataMigration", {})
|
|
1492
1490
|
.n("DatabaseMigrationServiceClient", "StopDataMigrationCommand")
|
|
@@ -1494,11 +1492,11 @@ class StopDataMigrationCommand extends smithyClient.Command
|
|
|
1494
1492
|
.build() {
|
|
1495
1493
|
}
|
|
1496
1494
|
|
|
1497
|
-
class StopReplicationCommand extends
|
|
1495
|
+
class StopReplicationCommand extends client.Command
|
|
1498
1496
|
.classBuilder()
|
|
1499
1497
|
.ep(commonParams)
|
|
1500
1498
|
.m(function (Command, cs, config, o) {
|
|
1501
|
-
return [
|
|
1499
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1502
1500
|
})
|
|
1503
1501
|
.s("AmazonDMSv20160101", "StopReplication", {})
|
|
1504
1502
|
.n("DatabaseMigrationServiceClient", "StopReplicationCommand")
|
|
@@ -1506,11 +1504,11 @@ class StopReplicationCommand extends smithyClient.Command
|
|
|
1506
1504
|
.build() {
|
|
1507
1505
|
}
|
|
1508
1506
|
|
|
1509
|
-
class StopReplicationTaskCommand extends
|
|
1507
|
+
class StopReplicationTaskCommand extends client.Command
|
|
1510
1508
|
.classBuilder()
|
|
1511
1509
|
.ep(commonParams)
|
|
1512
1510
|
.m(function (Command, cs, config, o) {
|
|
1513
|
-
return [
|
|
1511
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1514
1512
|
})
|
|
1515
1513
|
.s("AmazonDMSv20160101", "StopReplicationTask", {})
|
|
1516
1514
|
.n("DatabaseMigrationServiceClient", "StopReplicationTaskCommand")
|
|
@@ -1518,11 +1516,11 @@ class StopReplicationTaskCommand extends smithyClient.Command
|
|
|
1518
1516
|
.build() {
|
|
1519
1517
|
}
|
|
1520
1518
|
|
|
1521
|
-
class TestConnectionCommand extends
|
|
1519
|
+
class TestConnectionCommand extends client.Command
|
|
1522
1520
|
.classBuilder()
|
|
1523
1521
|
.ep(commonParams)
|
|
1524
1522
|
.m(function (Command, cs, config, o) {
|
|
1525
|
-
return [
|
|
1523
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1526
1524
|
})
|
|
1527
1525
|
.s("AmazonDMSv20160101", "TestConnection", {})
|
|
1528
1526
|
.n("DatabaseMigrationServiceClient", "TestConnectionCommand")
|
|
@@ -1530,11 +1528,11 @@ class TestConnectionCommand extends smithyClient.Command
|
|
|
1530
1528
|
.build() {
|
|
1531
1529
|
}
|
|
1532
1530
|
|
|
1533
|
-
class UpdateSubscriptionsToEventBridgeCommand extends
|
|
1531
|
+
class UpdateSubscriptionsToEventBridgeCommand extends client.Command
|
|
1534
1532
|
.classBuilder()
|
|
1535
1533
|
.ep(commonParams)
|
|
1536
1534
|
.m(function (Command, cs, config, o) {
|
|
1537
|
-
return [
|
|
1535
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1538
1536
|
})
|
|
1539
1537
|
.s("AmazonDMSv20160101", "UpdateSubscriptionsToEventBridge", {})
|
|
1540
1538
|
.n("DatabaseMigrationServiceClient", "UpdateSubscriptionsToEventBridgeCommand")
|
|
@@ -1626,10 +1624,10 @@ const paginateDescribeSchemas = core.createPaginator(DatabaseMigrationServiceCli
|
|
|
1626
1624
|
|
|
1627
1625
|
const paginateDescribeTableStatistics = core.createPaginator(DatabaseMigrationServiceClient, DescribeTableStatisticsCommand, "Marker", "Marker", "MaxRecords");
|
|
1628
1626
|
|
|
1629
|
-
const checkState$
|
|
1627
|
+
const checkState$g = async (client$1, input) => {
|
|
1630
1628
|
let reason;
|
|
1631
1629
|
try {
|
|
1632
|
-
let result = await client.send(new DescribeEndpointsCommand(input));
|
|
1630
|
+
let result = await client$1.send(new DescribeEndpointsCommand(input));
|
|
1633
1631
|
reason = result;
|
|
1634
1632
|
try {
|
|
1635
1633
|
const returnComparator = () => {
|
|
@@ -1641,7 +1639,7 @@ const checkState$7 = async (client, input) => {
|
|
|
1641
1639
|
};
|
|
1642
1640
|
for (let anyStringEq_4 of returnComparator()) {
|
|
1643
1641
|
if (anyStringEq_4 == "active") {
|
|
1644
|
-
return { state:
|
|
1642
|
+
return { state: client.WaiterState.FAILURE, reason };
|
|
1645
1643
|
}
|
|
1646
1644
|
}
|
|
1647
1645
|
}
|
|
@@ -1656,7 +1654,7 @@ const checkState$7 = async (client, input) => {
|
|
|
1656
1654
|
};
|
|
1657
1655
|
for (let anyStringEq_4 of returnComparator()) {
|
|
1658
1656
|
if (anyStringEq_4 == "creating") {
|
|
1659
|
-
return { state:
|
|
1657
|
+
return { state: client.WaiterState.FAILURE, reason };
|
|
1660
1658
|
}
|
|
1661
1659
|
}
|
|
1662
1660
|
}
|
|
@@ -1665,25 +1663,502 @@ const checkState$7 = async (client, input) => {
|
|
|
1665
1663
|
catch (exception) {
|
|
1666
1664
|
reason = exception;
|
|
1667
1665
|
if (exception.name === "ResourceNotFoundFault") {
|
|
1668
|
-
return { state:
|
|
1666
|
+
return { state: client.WaiterState.SUCCESS, reason };
|
|
1669
1667
|
}
|
|
1670
1668
|
}
|
|
1671
|
-
return { state:
|
|
1669
|
+
return { state: client.WaiterState.RETRY, reason };
|
|
1672
1670
|
};
|
|
1673
1671
|
const waitForEndpointDeleted = async (params, input) => {
|
|
1674
1672
|
const serviceDefaults = { minDelay: 5, maxDelay: 120 };
|
|
1675
|
-
return
|
|
1673
|
+
return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$g);
|
|
1676
1674
|
};
|
|
1677
1675
|
const waitUntilEndpointDeleted = async (params, input) => {
|
|
1678
1676
|
const serviceDefaults = { minDelay: 5, maxDelay: 120 };
|
|
1679
|
-
const result = await
|
|
1680
|
-
return
|
|
1677
|
+
const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$g);
|
|
1678
|
+
return client.checkExceptions(result);
|
|
1681
1679
|
};
|
|
1682
1680
|
|
|
1683
|
-
const checkState$
|
|
1681
|
+
const checkState$f = async (client$1, input) => {
|
|
1684
1682
|
let reason;
|
|
1685
1683
|
try {
|
|
1686
|
-
let result = await client.send(new
|
|
1684
|
+
let result = await client$1.send(new DescribeExtensionPackAssociationsCommand(input));
|
|
1685
|
+
reason = result;
|
|
1686
|
+
try {
|
|
1687
|
+
const returnComparator = () => {
|
|
1688
|
+
let flat_1 = [].concat(...result.Requests);
|
|
1689
|
+
let projection_3 = flat_1.map((element_2) => {
|
|
1690
|
+
return element_2.Status;
|
|
1691
|
+
});
|
|
1692
|
+
return projection_3;
|
|
1693
|
+
};
|
|
1694
|
+
let allStringEq_5 = (returnComparator().length > 0);
|
|
1695
|
+
for (let element_4 of returnComparator()) {
|
|
1696
|
+
allStringEq_5 = allStringEq_5 && (element_4 == "SUCCESS");
|
|
1697
|
+
}
|
|
1698
|
+
if (allStringEq_5) {
|
|
1699
|
+
return { state: client.WaiterState.SUCCESS, reason };
|
|
1700
|
+
}
|
|
1701
|
+
}
|
|
1702
|
+
catch (e) { }
|
|
1703
|
+
try {
|
|
1704
|
+
const returnComparator = () => {
|
|
1705
|
+
let flat_1 = [].concat(...result.Requests);
|
|
1706
|
+
let projection_3 = flat_1.map((element_2) => {
|
|
1707
|
+
return element_2.Status;
|
|
1708
|
+
});
|
|
1709
|
+
return projection_3;
|
|
1710
|
+
};
|
|
1711
|
+
for (let anyStringEq_4 of returnComparator()) {
|
|
1712
|
+
if (anyStringEq_4 == "FAILED") {
|
|
1713
|
+
return { state: client.WaiterState.FAILURE, reason };
|
|
1714
|
+
}
|
|
1715
|
+
}
|
|
1716
|
+
}
|
|
1717
|
+
catch (e) { }
|
|
1718
|
+
}
|
|
1719
|
+
catch (exception) {
|
|
1720
|
+
reason = exception;
|
|
1721
|
+
}
|
|
1722
|
+
return { state: client.WaiterState.RETRY, reason };
|
|
1723
|
+
};
|
|
1724
|
+
const waitForExtensionPackAssociated = async (params, input) => {
|
|
1725
|
+
const serviceDefaults = { minDelay: 10, maxDelay: 120 };
|
|
1726
|
+
return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$f);
|
|
1727
|
+
};
|
|
1728
|
+
const waitUntilExtensionPackAssociated = async (params, input) => {
|
|
1729
|
+
const serviceDefaults = { minDelay: 10, maxDelay: 120 };
|
|
1730
|
+
const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$f);
|
|
1731
|
+
return client.checkExceptions(result);
|
|
1732
|
+
};
|
|
1733
|
+
|
|
1734
|
+
const checkState$e = async (client$1, input) => {
|
|
1735
|
+
let reason;
|
|
1736
|
+
try {
|
|
1737
|
+
let result = await client$1.send(new DescribeMetadataModelAssessmentsCommand(input));
|
|
1738
|
+
reason = result;
|
|
1739
|
+
try {
|
|
1740
|
+
const returnComparator = () => {
|
|
1741
|
+
let flat_1 = [].concat(...result.Requests);
|
|
1742
|
+
let projection_3 = flat_1.map((element_2) => {
|
|
1743
|
+
return element_2.Status;
|
|
1744
|
+
});
|
|
1745
|
+
return projection_3;
|
|
1746
|
+
};
|
|
1747
|
+
let allStringEq_5 = (returnComparator().length > 0);
|
|
1748
|
+
for (let element_4 of returnComparator()) {
|
|
1749
|
+
allStringEq_5 = allStringEq_5 && (element_4 == "SUCCESS");
|
|
1750
|
+
}
|
|
1751
|
+
if (allStringEq_5) {
|
|
1752
|
+
return { state: client.WaiterState.SUCCESS, reason };
|
|
1753
|
+
}
|
|
1754
|
+
}
|
|
1755
|
+
catch (e) { }
|
|
1756
|
+
try {
|
|
1757
|
+
const returnComparator = () => {
|
|
1758
|
+
let flat_1 = [].concat(...result.Requests);
|
|
1759
|
+
let projection_3 = flat_1.map((element_2) => {
|
|
1760
|
+
return element_2.Status;
|
|
1761
|
+
});
|
|
1762
|
+
return projection_3;
|
|
1763
|
+
};
|
|
1764
|
+
for (let anyStringEq_4 of returnComparator()) {
|
|
1765
|
+
if (anyStringEq_4 == "FAILED") {
|
|
1766
|
+
return { state: client.WaiterState.FAILURE, reason };
|
|
1767
|
+
}
|
|
1768
|
+
}
|
|
1769
|
+
}
|
|
1770
|
+
catch (e) { }
|
|
1771
|
+
}
|
|
1772
|
+
catch (exception) {
|
|
1773
|
+
reason = exception;
|
|
1774
|
+
}
|
|
1775
|
+
return { state: client.WaiterState.RETRY, reason };
|
|
1776
|
+
};
|
|
1777
|
+
const waitForMetadataModelAssessed = async (params, input) => {
|
|
1778
|
+
const serviceDefaults = { minDelay: 30, maxDelay: 120 };
|
|
1779
|
+
return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$e);
|
|
1780
|
+
};
|
|
1781
|
+
const waitUntilMetadataModelAssessed = async (params, input) => {
|
|
1782
|
+
const serviceDefaults = { minDelay: 30, maxDelay: 120 };
|
|
1783
|
+
const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$e);
|
|
1784
|
+
return client.checkExceptions(result);
|
|
1785
|
+
};
|
|
1786
|
+
|
|
1787
|
+
const checkState$d = async (client$1, input) => {
|
|
1788
|
+
let reason;
|
|
1789
|
+
try {
|
|
1790
|
+
let result = await client$1.send(new DescribeMetadataModelConversionsCommand(input));
|
|
1791
|
+
reason = result;
|
|
1792
|
+
try {
|
|
1793
|
+
const returnComparator = () => {
|
|
1794
|
+
let flat_1 = [].concat(...result.Requests);
|
|
1795
|
+
let projection_3 = flat_1.map((element_2) => {
|
|
1796
|
+
return element_2.Status;
|
|
1797
|
+
});
|
|
1798
|
+
return projection_3;
|
|
1799
|
+
};
|
|
1800
|
+
let allStringEq_5 = (returnComparator().length > 0);
|
|
1801
|
+
for (let element_4 of returnComparator()) {
|
|
1802
|
+
allStringEq_5 = allStringEq_5 && (element_4 == "CANCELED");
|
|
1803
|
+
}
|
|
1804
|
+
if (allStringEq_5) {
|
|
1805
|
+
return { state: client.WaiterState.SUCCESS, reason };
|
|
1806
|
+
}
|
|
1807
|
+
}
|
|
1808
|
+
catch (e) { }
|
|
1809
|
+
try {
|
|
1810
|
+
const returnComparator = () => {
|
|
1811
|
+
let flat_1 = [].concat(...result.Requests);
|
|
1812
|
+
let projection_3 = flat_1.map((element_2) => {
|
|
1813
|
+
return element_2.Status;
|
|
1814
|
+
});
|
|
1815
|
+
return projection_3;
|
|
1816
|
+
};
|
|
1817
|
+
for (let anyStringEq_4 of returnComparator()) {
|
|
1818
|
+
if (anyStringEq_4 == "FAILED") {
|
|
1819
|
+
return { state: client.WaiterState.FAILURE, reason };
|
|
1820
|
+
}
|
|
1821
|
+
}
|
|
1822
|
+
}
|
|
1823
|
+
catch (e) { }
|
|
1824
|
+
}
|
|
1825
|
+
catch (exception) {
|
|
1826
|
+
reason = exception;
|
|
1827
|
+
}
|
|
1828
|
+
return { state: client.WaiterState.RETRY, reason };
|
|
1829
|
+
};
|
|
1830
|
+
const waitForMetadataModelConversionCancelled = async (params, input) => {
|
|
1831
|
+
const serviceDefaults = { minDelay: 10, maxDelay: 120 };
|
|
1832
|
+
return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$d);
|
|
1833
|
+
};
|
|
1834
|
+
const waitUntilMetadataModelConversionCancelled = async (params, input) => {
|
|
1835
|
+
const serviceDefaults = { minDelay: 10, maxDelay: 120 };
|
|
1836
|
+
const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$d);
|
|
1837
|
+
return client.checkExceptions(result);
|
|
1838
|
+
};
|
|
1839
|
+
|
|
1840
|
+
const checkState$c = async (client$1, input) => {
|
|
1841
|
+
let reason;
|
|
1842
|
+
try {
|
|
1843
|
+
let result = await client$1.send(new DescribeMetadataModelConversionsCommand(input));
|
|
1844
|
+
reason = result;
|
|
1845
|
+
try {
|
|
1846
|
+
const returnComparator = () => {
|
|
1847
|
+
let flat_1 = [].concat(...result.Requests);
|
|
1848
|
+
let projection_3 = flat_1.map((element_2) => {
|
|
1849
|
+
return element_2.Status;
|
|
1850
|
+
});
|
|
1851
|
+
return projection_3;
|
|
1852
|
+
};
|
|
1853
|
+
let allStringEq_5 = (returnComparator().length > 0);
|
|
1854
|
+
for (let element_4 of returnComparator()) {
|
|
1855
|
+
allStringEq_5 = allStringEq_5 && (element_4 == "SUCCESS");
|
|
1856
|
+
}
|
|
1857
|
+
if (allStringEq_5) {
|
|
1858
|
+
return { state: client.WaiterState.SUCCESS, reason };
|
|
1859
|
+
}
|
|
1860
|
+
}
|
|
1861
|
+
catch (e) { }
|
|
1862
|
+
try {
|
|
1863
|
+
const returnComparator = () => {
|
|
1864
|
+
let flat_1 = [].concat(...result.Requests);
|
|
1865
|
+
let projection_3 = flat_1.map((element_2) => {
|
|
1866
|
+
return element_2.Status;
|
|
1867
|
+
});
|
|
1868
|
+
return projection_3;
|
|
1869
|
+
};
|
|
1870
|
+
for (let anyStringEq_4 of returnComparator()) {
|
|
1871
|
+
if (anyStringEq_4 == "FAILED") {
|
|
1872
|
+
return { state: client.WaiterState.FAILURE, reason };
|
|
1873
|
+
}
|
|
1874
|
+
}
|
|
1875
|
+
}
|
|
1876
|
+
catch (e) { }
|
|
1877
|
+
}
|
|
1878
|
+
catch (exception) {
|
|
1879
|
+
reason = exception;
|
|
1880
|
+
}
|
|
1881
|
+
return { state: client.WaiterState.RETRY, reason };
|
|
1882
|
+
};
|
|
1883
|
+
const waitForMetadataModelConverted = async (params, input) => {
|
|
1884
|
+
const serviceDefaults = { minDelay: 30, maxDelay: 120 };
|
|
1885
|
+
return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$c);
|
|
1886
|
+
};
|
|
1887
|
+
const waitUntilMetadataModelConverted = async (params, input) => {
|
|
1888
|
+
const serviceDefaults = { minDelay: 30, maxDelay: 120 };
|
|
1889
|
+
const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$c);
|
|
1890
|
+
return client.checkExceptions(result);
|
|
1891
|
+
};
|
|
1892
|
+
|
|
1893
|
+
const checkState$b = async (client$1, input) => {
|
|
1894
|
+
let reason;
|
|
1895
|
+
try {
|
|
1896
|
+
let result = await client$1.send(new DescribeMetadataModelCreationsCommand(input));
|
|
1897
|
+
reason = result;
|
|
1898
|
+
try {
|
|
1899
|
+
const returnComparator = () => {
|
|
1900
|
+
let flat_1 = [].concat(...result.Requests);
|
|
1901
|
+
let projection_3 = flat_1.map((element_2) => {
|
|
1902
|
+
return element_2.Status;
|
|
1903
|
+
});
|
|
1904
|
+
return projection_3;
|
|
1905
|
+
};
|
|
1906
|
+
let allStringEq_5 = (returnComparator().length > 0);
|
|
1907
|
+
for (let element_4 of returnComparator()) {
|
|
1908
|
+
allStringEq_5 = allStringEq_5 && (element_4 == "SUCCESS");
|
|
1909
|
+
}
|
|
1910
|
+
if (allStringEq_5) {
|
|
1911
|
+
return { state: client.WaiterState.SUCCESS, reason };
|
|
1912
|
+
}
|
|
1913
|
+
}
|
|
1914
|
+
catch (e) { }
|
|
1915
|
+
try {
|
|
1916
|
+
const returnComparator = () => {
|
|
1917
|
+
let flat_1 = [].concat(...result.Requests);
|
|
1918
|
+
let projection_3 = flat_1.map((element_2) => {
|
|
1919
|
+
return element_2.Status;
|
|
1920
|
+
});
|
|
1921
|
+
return projection_3;
|
|
1922
|
+
};
|
|
1923
|
+
for (let anyStringEq_4 of returnComparator()) {
|
|
1924
|
+
if (anyStringEq_4 == "FAILED") {
|
|
1925
|
+
return { state: client.WaiterState.FAILURE, reason };
|
|
1926
|
+
}
|
|
1927
|
+
}
|
|
1928
|
+
}
|
|
1929
|
+
catch (e) { }
|
|
1930
|
+
}
|
|
1931
|
+
catch (exception) {
|
|
1932
|
+
reason = exception;
|
|
1933
|
+
}
|
|
1934
|
+
return { state: client.WaiterState.RETRY, reason };
|
|
1935
|
+
};
|
|
1936
|
+
const waitForMetadataModelCreated = async (params, input) => {
|
|
1937
|
+
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
1938
|
+
return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$b);
|
|
1939
|
+
};
|
|
1940
|
+
const waitUntilMetadataModelCreated = async (params, input) => {
|
|
1941
|
+
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
1942
|
+
const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$b);
|
|
1943
|
+
return client.checkExceptions(result);
|
|
1944
|
+
};
|
|
1945
|
+
|
|
1946
|
+
const checkState$a = async (client$1, input) => {
|
|
1947
|
+
let reason;
|
|
1948
|
+
try {
|
|
1949
|
+
let result = await client$1.send(new DescribeMetadataModelCreationsCommand(input));
|
|
1950
|
+
reason = result;
|
|
1951
|
+
try {
|
|
1952
|
+
const returnComparator = () => {
|
|
1953
|
+
let flat_1 = [].concat(...result.Requests);
|
|
1954
|
+
let projection_3 = flat_1.map((element_2) => {
|
|
1955
|
+
return element_2.Status;
|
|
1956
|
+
});
|
|
1957
|
+
return projection_3;
|
|
1958
|
+
};
|
|
1959
|
+
let allStringEq_5 = (returnComparator().length > 0);
|
|
1960
|
+
for (let element_4 of returnComparator()) {
|
|
1961
|
+
allStringEq_5 = allStringEq_5 && (element_4 == "CANCELED");
|
|
1962
|
+
}
|
|
1963
|
+
if (allStringEq_5) {
|
|
1964
|
+
return { state: client.WaiterState.SUCCESS, reason };
|
|
1965
|
+
}
|
|
1966
|
+
}
|
|
1967
|
+
catch (e) { }
|
|
1968
|
+
try {
|
|
1969
|
+
const returnComparator = () => {
|
|
1970
|
+
let flat_1 = [].concat(...result.Requests);
|
|
1971
|
+
let projection_3 = flat_1.map((element_2) => {
|
|
1972
|
+
return element_2.Status;
|
|
1973
|
+
});
|
|
1974
|
+
return projection_3;
|
|
1975
|
+
};
|
|
1976
|
+
for (let anyStringEq_4 of returnComparator()) {
|
|
1977
|
+
if (anyStringEq_4 == "FAILED") {
|
|
1978
|
+
return { state: client.WaiterState.FAILURE, reason };
|
|
1979
|
+
}
|
|
1980
|
+
}
|
|
1981
|
+
}
|
|
1982
|
+
catch (e) { }
|
|
1983
|
+
}
|
|
1984
|
+
catch (exception) {
|
|
1985
|
+
reason = exception;
|
|
1986
|
+
}
|
|
1987
|
+
return { state: client.WaiterState.RETRY, reason };
|
|
1988
|
+
};
|
|
1989
|
+
const waitForMetadataModelCreationCancelled = async (params, input) => {
|
|
1990
|
+
const serviceDefaults = { minDelay: 10, maxDelay: 120 };
|
|
1991
|
+
return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$a);
|
|
1992
|
+
};
|
|
1993
|
+
const waitUntilMetadataModelCreationCancelled = async (params, input) => {
|
|
1994
|
+
const serviceDefaults = { minDelay: 10, maxDelay: 120 };
|
|
1995
|
+
const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$a);
|
|
1996
|
+
return client.checkExceptions(result);
|
|
1997
|
+
};
|
|
1998
|
+
|
|
1999
|
+
const checkState$9 = async (client$1, input) => {
|
|
2000
|
+
let reason;
|
|
2001
|
+
try {
|
|
2002
|
+
let result = await client$1.send(new DescribeMetadataModelExportsAsScriptCommand(input));
|
|
2003
|
+
reason = result;
|
|
2004
|
+
try {
|
|
2005
|
+
const returnComparator = () => {
|
|
2006
|
+
let flat_1 = [].concat(...result.Requests);
|
|
2007
|
+
let projection_3 = flat_1.map((element_2) => {
|
|
2008
|
+
return element_2.Status;
|
|
2009
|
+
});
|
|
2010
|
+
return projection_3;
|
|
2011
|
+
};
|
|
2012
|
+
let allStringEq_5 = (returnComparator().length > 0);
|
|
2013
|
+
for (let element_4 of returnComparator()) {
|
|
2014
|
+
allStringEq_5 = allStringEq_5 && (element_4 == "SUCCESS");
|
|
2015
|
+
}
|
|
2016
|
+
if (allStringEq_5) {
|
|
2017
|
+
return { state: client.WaiterState.SUCCESS, reason };
|
|
2018
|
+
}
|
|
2019
|
+
}
|
|
2020
|
+
catch (e) { }
|
|
2021
|
+
try {
|
|
2022
|
+
const returnComparator = () => {
|
|
2023
|
+
let flat_1 = [].concat(...result.Requests);
|
|
2024
|
+
let projection_3 = flat_1.map((element_2) => {
|
|
2025
|
+
return element_2.Status;
|
|
2026
|
+
});
|
|
2027
|
+
return projection_3;
|
|
2028
|
+
};
|
|
2029
|
+
for (let anyStringEq_4 of returnComparator()) {
|
|
2030
|
+
if (anyStringEq_4 == "FAILED") {
|
|
2031
|
+
return { state: client.WaiterState.FAILURE, reason };
|
|
2032
|
+
}
|
|
2033
|
+
}
|
|
2034
|
+
}
|
|
2035
|
+
catch (e) { }
|
|
2036
|
+
}
|
|
2037
|
+
catch (exception) {
|
|
2038
|
+
reason = exception;
|
|
2039
|
+
}
|
|
2040
|
+
return { state: client.WaiterState.RETRY, reason };
|
|
2041
|
+
};
|
|
2042
|
+
const waitForMetadataModelExportedAsScript = async (params, input) => {
|
|
2043
|
+
const serviceDefaults = { minDelay: 20, maxDelay: 120 };
|
|
2044
|
+
return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$9);
|
|
2045
|
+
};
|
|
2046
|
+
const waitUntilMetadataModelExportedAsScript = async (params, input) => {
|
|
2047
|
+
const serviceDefaults = { minDelay: 20, maxDelay: 120 };
|
|
2048
|
+
const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$9);
|
|
2049
|
+
return client.checkExceptions(result);
|
|
2050
|
+
};
|
|
2051
|
+
|
|
2052
|
+
const checkState$8 = async (client$1, input) => {
|
|
2053
|
+
let reason;
|
|
2054
|
+
try {
|
|
2055
|
+
let result = await client$1.send(new DescribeMetadataModelExportsToTargetCommand(input));
|
|
2056
|
+
reason = result;
|
|
2057
|
+
try {
|
|
2058
|
+
const returnComparator = () => {
|
|
2059
|
+
let flat_1 = [].concat(...result.Requests);
|
|
2060
|
+
let projection_3 = flat_1.map((element_2) => {
|
|
2061
|
+
return element_2.Status;
|
|
2062
|
+
});
|
|
2063
|
+
return projection_3;
|
|
2064
|
+
};
|
|
2065
|
+
let allStringEq_5 = (returnComparator().length > 0);
|
|
2066
|
+
for (let element_4 of returnComparator()) {
|
|
2067
|
+
allStringEq_5 = allStringEq_5 && (element_4 == "SUCCESS");
|
|
2068
|
+
}
|
|
2069
|
+
if (allStringEq_5) {
|
|
2070
|
+
return { state: client.WaiterState.SUCCESS, reason };
|
|
2071
|
+
}
|
|
2072
|
+
}
|
|
2073
|
+
catch (e) { }
|
|
2074
|
+
try {
|
|
2075
|
+
const returnComparator = () => {
|
|
2076
|
+
let flat_1 = [].concat(...result.Requests);
|
|
2077
|
+
let projection_3 = flat_1.map((element_2) => {
|
|
2078
|
+
return element_2.Status;
|
|
2079
|
+
});
|
|
2080
|
+
return projection_3;
|
|
2081
|
+
};
|
|
2082
|
+
for (let anyStringEq_4 of returnComparator()) {
|
|
2083
|
+
if (anyStringEq_4 == "FAILED") {
|
|
2084
|
+
return { state: client.WaiterState.FAILURE, reason };
|
|
2085
|
+
}
|
|
2086
|
+
}
|
|
2087
|
+
}
|
|
2088
|
+
catch (e) { }
|
|
2089
|
+
}
|
|
2090
|
+
catch (exception) {
|
|
2091
|
+
reason = exception;
|
|
2092
|
+
}
|
|
2093
|
+
return { state: client.WaiterState.RETRY, reason };
|
|
2094
|
+
};
|
|
2095
|
+
const waitForMetadataModelExportedToTarget = async (params, input) => {
|
|
2096
|
+
const serviceDefaults = { minDelay: 20, maxDelay: 120 };
|
|
2097
|
+
return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$8);
|
|
2098
|
+
};
|
|
2099
|
+
const waitUntilMetadataModelExportedToTarget = async (params, input) => {
|
|
2100
|
+
const serviceDefaults = { minDelay: 20, maxDelay: 120 };
|
|
2101
|
+
const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$8);
|
|
2102
|
+
return client.checkExceptions(result);
|
|
2103
|
+
};
|
|
2104
|
+
|
|
2105
|
+
const checkState$7 = async (client$1, input) => {
|
|
2106
|
+
let reason;
|
|
2107
|
+
try {
|
|
2108
|
+
let result = await client$1.send(new DescribeMetadataModelImportsCommand(input));
|
|
2109
|
+
reason = result;
|
|
2110
|
+
try {
|
|
2111
|
+
const returnComparator = () => {
|
|
2112
|
+
let flat_1 = [].concat(...result.Requests);
|
|
2113
|
+
let projection_3 = flat_1.map((element_2) => {
|
|
2114
|
+
return element_2.Status;
|
|
2115
|
+
});
|
|
2116
|
+
return projection_3;
|
|
2117
|
+
};
|
|
2118
|
+
let allStringEq_5 = (returnComparator().length > 0);
|
|
2119
|
+
for (let element_4 of returnComparator()) {
|
|
2120
|
+
allStringEq_5 = allStringEq_5 && (element_4 == "SUCCESS");
|
|
2121
|
+
}
|
|
2122
|
+
if (allStringEq_5) {
|
|
2123
|
+
return { state: client.WaiterState.SUCCESS, reason };
|
|
2124
|
+
}
|
|
2125
|
+
}
|
|
2126
|
+
catch (e) { }
|
|
2127
|
+
try {
|
|
2128
|
+
const returnComparator = () => {
|
|
2129
|
+
let flat_1 = [].concat(...result.Requests);
|
|
2130
|
+
let projection_3 = flat_1.map((element_2) => {
|
|
2131
|
+
return element_2.Status;
|
|
2132
|
+
});
|
|
2133
|
+
return projection_3;
|
|
2134
|
+
};
|
|
2135
|
+
for (let anyStringEq_4 of returnComparator()) {
|
|
2136
|
+
if (anyStringEq_4 == "FAILED") {
|
|
2137
|
+
return { state: client.WaiterState.FAILURE, reason };
|
|
2138
|
+
}
|
|
2139
|
+
}
|
|
2140
|
+
}
|
|
2141
|
+
catch (e) { }
|
|
2142
|
+
}
|
|
2143
|
+
catch (exception) {
|
|
2144
|
+
reason = exception;
|
|
2145
|
+
}
|
|
2146
|
+
return { state: client.WaiterState.RETRY, reason };
|
|
2147
|
+
};
|
|
2148
|
+
const waitForMetadataModelImported = async (params, input) => {
|
|
2149
|
+
const serviceDefaults = { minDelay: 60, maxDelay: 120 };
|
|
2150
|
+
return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$7);
|
|
2151
|
+
};
|
|
2152
|
+
const waitUntilMetadataModelImported = async (params, input) => {
|
|
2153
|
+
const serviceDefaults = { minDelay: 60, maxDelay: 120 };
|
|
2154
|
+
const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$7);
|
|
2155
|
+
return client.checkExceptions(result);
|
|
2156
|
+
};
|
|
2157
|
+
|
|
2158
|
+
const checkState$6 = async (client$1, input) => {
|
|
2159
|
+
let reason;
|
|
2160
|
+
try {
|
|
2161
|
+
let result = await client$1.send(new DescribeReplicationInstancesCommand(input));
|
|
1687
2162
|
reason = result;
|
|
1688
2163
|
try {
|
|
1689
2164
|
const returnComparator = () => {
|
|
@@ -1698,7 +2173,7 @@ const checkState$6 = async (client, input) => {
|
|
|
1698
2173
|
allStringEq_5 = allStringEq_5 && (element_4 == "available");
|
|
1699
2174
|
}
|
|
1700
2175
|
if (allStringEq_5) {
|
|
1701
|
-
return { state:
|
|
2176
|
+
return { state: client.WaiterState.SUCCESS, reason };
|
|
1702
2177
|
}
|
|
1703
2178
|
}
|
|
1704
2179
|
catch (e) { }
|
|
@@ -1712,7 +2187,7 @@ const checkState$6 = async (client, input) => {
|
|
|
1712
2187
|
};
|
|
1713
2188
|
for (let anyStringEq_4 of returnComparator()) {
|
|
1714
2189
|
if (anyStringEq_4 == "deleting") {
|
|
1715
|
-
return { state:
|
|
2190
|
+
return { state: client.WaiterState.FAILURE, reason };
|
|
1716
2191
|
}
|
|
1717
2192
|
}
|
|
1718
2193
|
}
|
|
@@ -1727,7 +2202,7 @@ const checkState$6 = async (client, input) => {
|
|
|
1727
2202
|
};
|
|
1728
2203
|
for (let anyStringEq_4 of returnComparator()) {
|
|
1729
2204
|
if (anyStringEq_4 == "incompatible-credentials") {
|
|
1730
|
-
return { state:
|
|
2205
|
+
return { state: client.WaiterState.FAILURE, reason };
|
|
1731
2206
|
}
|
|
1732
2207
|
}
|
|
1733
2208
|
}
|
|
@@ -1742,7 +2217,7 @@ const checkState$6 = async (client, input) => {
|
|
|
1742
2217
|
};
|
|
1743
2218
|
for (let anyStringEq_4 of returnComparator()) {
|
|
1744
2219
|
if (anyStringEq_4 == "incompatible-network") {
|
|
1745
|
-
return { state:
|
|
2220
|
+
return { state: client.WaiterState.FAILURE, reason };
|
|
1746
2221
|
}
|
|
1747
2222
|
}
|
|
1748
2223
|
}
|
|
@@ -1757,7 +2232,7 @@ const checkState$6 = async (client, input) => {
|
|
|
1757
2232
|
};
|
|
1758
2233
|
for (let anyStringEq_4 of returnComparator()) {
|
|
1759
2234
|
if (anyStringEq_4 == "inaccessible-encryption-credentials") {
|
|
1760
|
-
return { state:
|
|
2235
|
+
return { state: client.WaiterState.FAILURE, reason };
|
|
1761
2236
|
}
|
|
1762
2237
|
}
|
|
1763
2238
|
}
|
|
@@ -1766,22 +2241,22 @@ const checkState$6 = async (client, input) => {
|
|
|
1766
2241
|
catch (exception) {
|
|
1767
2242
|
reason = exception;
|
|
1768
2243
|
}
|
|
1769
|
-
return { state:
|
|
2244
|
+
return { state: client.WaiterState.RETRY, reason };
|
|
1770
2245
|
};
|
|
1771
2246
|
const waitForReplicationInstanceAvailable = async (params, input) => {
|
|
1772
2247
|
const serviceDefaults = { minDelay: 60, maxDelay: 120 };
|
|
1773
|
-
return
|
|
2248
|
+
return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$6);
|
|
1774
2249
|
};
|
|
1775
2250
|
const waitUntilReplicationInstanceAvailable = async (params, input) => {
|
|
1776
2251
|
const serviceDefaults = { minDelay: 60, maxDelay: 120 };
|
|
1777
|
-
const result = await
|
|
1778
|
-
return
|
|
2252
|
+
const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$6);
|
|
2253
|
+
return client.checkExceptions(result);
|
|
1779
2254
|
};
|
|
1780
2255
|
|
|
1781
|
-
const checkState$5 = async (client, input) => {
|
|
2256
|
+
const checkState$5 = async (client$1, input) => {
|
|
1782
2257
|
let reason;
|
|
1783
2258
|
try {
|
|
1784
|
-
let result = await client.send(new DescribeReplicationInstancesCommand(input));
|
|
2259
|
+
let result = await client$1.send(new DescribeReplicationInstancesCommand(input));
|
|
1785
2260
|
reason = result;
|
|
1786
2261
|
try {
|
|
1787
2262
|
const returnComparator = () => {
|
|
@@ -1793,7 +2268,7 @@ const checkState$5 = async (client, input) => {
|
|
|
1793
2268
|
};
|
|
1794
2269
|
for (let anyStringEq_4 of returnComparator()) {
|
|
1795
2270
|
if (anyStringEq_4 == "available") {
|
|
1796
|
-
return { state:
|
|
2271
|
+
return { state: client.WaiterState.FAILURE, reason };
|
|
1797
2272
|
}
|
|
1798
2273
|
}
|
|
1799
2274
|
}
|
|
@@ -1802,25 +2277,25 @@ const checkState$5 = async (client, input) => {
|
|
|
1802
2277
|
catch (exception) {
|
|
1803
2278
|
reason = exception;
|
|
1804
2279
|
if (exception.name === "ResourceNotFoundFault") {
|
|
1805
|
-
return { state:
|
|
2280
|
+
return { state: client.WaiterState.SUCCESS, reason };
|
|
1806
2281
|
}
|
|
1807
2282
|
}
|
|
1808
|
-
return { state:
|
|
2283
|
+
return { state: client.WaiterState.RETRY, reason };
|
|
1809
2284
|
};
|
|
1810
2285
|
const waitForReplicationInstanceDeleted = async (params, input) => {
|
|
1811
2286
|
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
1812
|
-
return
|
|
2287
|
+
return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$5);
|
|
1813
2288
|
};
|
|
1814
2289
|
const waitUntilReplicationInstanceDeleted = async (params, input) => {
|
|
1815
2290
|
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
1816
|
-
const result = await
|
|
1817
|
-
return
|
|
2291
|
+
const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$5);
|
|
2292
|
+
return client.checkExceptions(result);
|
|
1818
2293
|
};
|
|
1819
2294
|
|
|
1820
|
-
const checkState$4 = async (client, input) => {
|
|
2295
|
+
const checkState$4 = async (client$1, input) => {
|
|
1821
2296
|
let reason;
|
|
1822
2297
|
try {
|
|
1823
|
-
let result = await client.send(new DescribeReplicationTasksCommand(input));
|
|
2298
|
+
let result = await client$1.send(new DescribeReplicationTasksCommand(input));
|
|
1824
2299
|
reason = result;
|
|
1825
2300
|
try {
|
|
1826
2301
|
const returnComparator = () => {
|
|
@@ -1832,7 +2307,7 @@ const checkState$4 = async (client, input) => {
|
|
|
1832
2307
|
};
|
|
1833
2308
|
for (let anyStringEq_4 of returnComparator()) {
|
|
1834
2309
|
if (anyStringEq_4 == "ready") {
|
|
1835
|
-
return { state:
|
|
2310
|
+
return { state: client.WaiterState.FAILURE, reason };
|
|
1836
2311
|
}
|
|
1837
2312
|
}
|
|
1838
2313
|
}
|
|
@@ -1847,7 +2322,7 @@ const checkState$4 = async (client, input) => {
|
|
|
1847
2322
|
};
|
|
1848
2323
|
for (let anyStringEq_4 of returnComparator()) {
|
|
1849
2324
|
if (anyStringEq_4 == "creating") {
|
|
1850
|
-
return { state:
|
|
2325
|
+
return { state: client.WaiterState.FAILURE, reason };
|
|
1851
2326
|
}
|
|
1852
2327
|
}
|
|
1853
2328
|
}
|
|
@@ -1862,7 +2337,7 @@ const checkState$4 = async (client, input) => {
|
|
|
1862
2337
|
};
|
|
1863
2338
|
for (let anyStringEq_4 of returnComparator()) {
|
|
1864
2339
|
if (anyStringEq_4 == "stopped") {
|
|
1865
|
-
return { state:
|
|
2340
|
+
return { state: client.WaiterState.FAILURE, reason };
|
|
1866
2341
|
}
|
|
1867
2342
|
}
|
|
1868
2343
|
}
|
|
@@ -1877,7 +2352,7 @@ const checkState$4 = async (client, input) => {
|
|
|
1877
2352
|
};
|
|
1878
2353
|
for (let anyStringEq_4 of returnComparator()) {
|
|
1879
2354
|
if (anyStringEq_4 == "running") {
|
|
1880
|
-
return { state:
|
|
2355
|
+
return { state: client.WaiterState.FAILURE, reason };
|
|
1881
2356
|
}
|
|
1882
2357
|
}
|
|
1883
2358
|
}
|
|
@@ -1892,7 +2367,7 @@ const checkState$4 = async (client, input) => {
|
|
|
1892
2367
|
};
|
|
1893
2368
|
for (let anyStringEq_4 of returnComparator()) {
|
|
1894
2369
|
if (anyStringEq_4 == "failed") {
|
|
1895
|
-
return { state:
|
|
2370
|
+
return { state: client.WaiterState.FAILURE, reason };
|
|
1896
2371
|
}
|
|
1897
2372
|
}
|
|
1898
2373
|
}
|
|
@@ -1901,25 +2376,25 @@ const checkState$4 = async (client, input) => {
|
|
|
1901
2376
|
catch (exception) {
|
|
1902
2377
|
reason = exception;
|
|
1903
2378
|
if (exception.name === "ResourceNotFoundFault") {
|
|
1904
|
-
return { state:
|
|
2379
|
+
return { state: client.WaiterState.SUCCESS, reason };
|
|
1905
2380
|
}
|
|
1906
2381
|
}
|
|
1907
|
-
return { state:
|
|
2382
|
+
return { state: client.WaiterState.RETRY, reason };
|
|
1908
2383
|
};
|
|
1909
2384
|
const waitForReplicationTaskDeleted = async (params, input) => {
|
|
1910
2385
|
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
1911
|
-
return
|
|
2386
|
+
return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$4);
|
|
1912
2387
|
};
|
|
1913
2388
|
const waitUntilReplicationTaskDeleted = async (params, input) => {
|
|
1914
2389
|
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
1915
|
-
const result = await
|
|
1916
|
-
return
|
|
2390
|
+
const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$4);
|
|
2391
|
+
return client.checkExceptions(result);
|
|
1917
2392
|
};
|
|
1918
2393
|
|
|
1919
|
-
const checkState$3 = async (client, input) => {
|
|
2394
|
+
const checkState$3 = async (client$1, input) => {
|
|
1920
2395
|
let reason;
|
|
1921
2396
|
try {
|
|
1922
|
-
let result = await client.send(new DescribeReplicationTasksCommand(input));
|
|
2397
|
+
let result = await client$1.send(new DescribeReplicationTasksCommand(input));
|
|
1923
2398
|
reason = result;
|
|
1924
2399
|
try {
|
|
1925
2400
|
const returnComparator = () => {
|
|
@@ -1934,7 +2409,7 @@ const checkState$3 = async (client, input) => {
|
|
|
1934
2409
|
allStringEq_5 = allStringEq_5 && (element_4 == "ready");
|
|
1935
2410
|
}
|
|
1936
2411
|
if (allStringEq_5) {
|
|
1937
|
-
return { state:
|
|
2412
|
+
return { state: client.WaiterState.SUCCESS, reason };
|
|
1938
2413
|
}
|
|
1939
2414
|
}
|
|
1940
2415
|
catch (e) { }
|
|
@@ -1948,7 +2423,7 @@ const checkState$3 = async (client, input) => {
|
|
|
1948
2423
|
};
|
|
1949
2424
|
for (let anyStringEq_4 of returnComparator()) {
|
|
1950
2425
|
if (anyStringEq_4 == "starting") {
|
|
1951
|
-
return { state:
|
|
2426
|
+
return { state: client.WaiterState.FAILURE, reason };
|
|
1952
2427
|
}
|
|
1953
2428
|
}
|
|
1954
2429
|
}
|
|
@@ -1963,7 +2438,7 @@ const checkState$3 = async (client, input) => {
|
|
|
1963
2438
|
};
|
|
1964
2439
|
for (let anyStringEq_4 of returnComparator()) {
|
|
1965
2440
|
if (anyStringEq_4 == "running") {
|
|
1966
|
-
return { state:
|
|
2441
|
+
return { state: client.WaiterState.FAILURE, reason };
|
|
1967
2442
|
}
|
|
1968
2443
|
}
|
|
1969
2444
|
}
|
|
@@ -1978,7 +2453,7 @@ const checkState$3 = async (client, input) => {
|
|
|
1978
2453
|
};
|
|
1979
2454
|
for (let anyStringEq_4 of returnComparator()) {
|
|
1980
2455
|
if (anyStringEq_4 == "stopping") {
|
|
1981
|
-
return { state:
|
|
2456
|
+
return { state: client.WaiterState.FAILURE, reason };
|
|
1982
2457
|
}
|
|
1983
2458
|
}
|
|
1984
2459
|
}
|
|
@@ -1993,7 +2468,7 @@ const checkState$3 = async (client, input) => {
|
|
|
1993
2468
|
};
|
|
1994
2469
|
for (let anyStringEq_4 of returnComparator()) {
|
|
1995
2470
|
if (anyStringEq_4 == "stopped") {
|
|
1996
|
-
return { state:
|
|
2471
|
+
return { state: client.WaiterState.FAILURE, reason };
|
|
1997
2472
|
}
|
|
1998
2473
|
}
|
|
1999
2474
|
}
|
|
@@ -2008,7 +2483,7 @@ const checkState$3 = async (client, input) => {
|
|
|
2008
2483
|
};
|
|
2009
2484
|
for (let anyStringEq_4 of returnComparator()) {
|
|
2010
2485
|
if (anyStringEq_4 == "failed") {
|
|
2011
|
-
return { state:
|
|
2486
|
+
return { state: client.WaiterState.FAILURE, reason };
|
|
2012
2487
|
}
|
|
2013
2488
|
}
|
|
2014
2489
|
}
|
|
@@ -2023,7 +2498,7 @@ const checkState$3 = async (client, input) => {
|
|
|
2023
2498
|
};
|
|
2024
2499
|
for (let anyStringEq_4 of returnComparator()) {
|
|
2025
2500
|
if (anyStringEq_4 == "modifying") {
|
|
2026
|
-
return { state:
|
|
2501
|
+
return { state: client.WaiterState.FAILURE, reason };
|
|
2027
2502
|
}
|
|
2028
2503
|
}
|
|
2029
2504
|
}
|
|
@@ -2038,7 +2513,7 @@ const checkState$3 = async (client, input) => {
|
|
|
2038
2513
|
};
|
|
2039
2514
|
for (let anyStringEq_4 of returnComparator()) {
|
|
2040
2515
|
if (anyStringEq_4 == "testing") {
|
|
2041
|
-
return { state:
|
|
2516
|
+
return { state: client.WaiterState.FAILURE, reason };
|
|
2042
2517
|
}
|
|
2043
2518
|
}
|
|
2044
2519
|
}
|
|
@@ -2053,7 +2528,7 @@ const checkState$3 = async (client, input) => {
|
|
|
2053
2528
|
};
|
|
2054
2529
|
for (let anyStringEq_4 of returnComparator()) {
|
|
2055
2530
|
if (anyStringEq_4 == "deleting") {
|
|
2056
|
-
return { state:
|
|
2531
|
+
return { state: client.WaiterState.FAILURE, reason };
|
|
2057
2532
|
}
|
|
2058
2533
|
}
|
|
2059
2534
|
}
|
|
@@ -2062,22 +2537,22 @@ const checkState$3 = async (client, input) => {
|
|
|
2062
2537
|
catch (exception) {
|
|
2063
2538
|
reason = exception;
|
|
2064
2539
|
}
|
|
2065
|
-
return { state:
|
|
2540
|
+
return { state: client.WaiterState.RETRY, reason };
|
|
2066
2541
|
};
|
|
2067
2542
|
const waitForReplicationTaskReady = async (params, input) => {
|
|
2068
2543
|
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
2069
|
-
return
|
|
2544
|
+
return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$3);
|
|
2070
2545
|
};
|
|
2071
2546
|
const waitUntilReplicationTaskReady = async (params, input) => {
|
|
2072
2547
|
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
2073
|
-
const result = await
|
|
2074
|
-
return
|
|
2548
|
+
const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$3);
|
|
2549
|
+
return client.checkExceptions(result);
|
|
2075
2550
|
};
|
|
2076
2551
|
|
|
2077
|
-
const checkState$2 = async (client, input) => {
|
|
2552
|
+
const checkState$2 = async (client$1, input) => {
|
|
2078
2553
|
let reason;
|
|
2079
2554
|
try {
|
|
2080
|
-
let result = await client.send(new DescribeReplicationTasksCommand(input));
|
|
2555
|
+
let result = await client$1.send(new DescribeReplicationTasksCommand(input));
|
|
2081
2556
|
reason = result;
|
|
2082
2557
|
try {
|
|
2083
2558
|
const returnComparator = () => {
|
|
@@ -2092,7 +2567,7 @@ const checkState$2 = async (client, input) => {
|
|
|
2092
2567
|
allStringEq_5 = allStringEq_5 && (element_4 == "running");
|
|
2093
2568
|
}
|
|
2094
2569
|
if (allStringEq_5) {
|
|
2095
|
-
return { state:
|
|
2570
|
+
return { state: client.WaiterState.SUCCESS, reason };
|
|
2096
2571
|
}
|
|
2097
2572
|
}
|
|
2098
2573
|
catch (e) { }
|
|
@@ -2106,7 +2581,7 @@ const checkState$2 = async (client, input) => {
|
|
|
2106
2581
|
};
|
|
2107
2582
|
for (let anyStringEq_4 of returnComparator()) {
|
|
2108
2583
|
if (anyStringEq_4 == "ready") {
|
|
2109
|
-
return { state:
|
|
2584
|
+
return { state: client.WaiterState.FAILURE, reason };
|
|
2110
2585
|
}
|
|
2111
2586
|
}
|
|
2112
2587
|
}
|
|
@@ -2121,7 +2596,7 @@ const checkState$2 = async (client, input) => {
|
|
|
2121
2596
|
};
|
|
2122
2597
|
for (let anyStringEq_4 of returnComparator()) {
|
|
2123
2598
|
if (anyStringEq_4 == "creating") {
|
|
2124
|
-
return { state:
|
|
2599
|
+
return { state: client.WaiterState.FAILURE, reason };
|
|
2125
2600
|
}
|
|
2126
2601
|
}
|
|
2127
2602
|
}
|
|
@@ -2136,7 +2611,7 @@ const checkState$2 = async (client, input) => {
|
|
|
2136
2611
|
};
|
|
2137
2612
|
for (let anyStringEq_4 of returnComparator()) {
|
|
2138
2613
|
if (anyStringEq_4 == "stopping") {
|
|
2139
|
-
return { state:
|
|
2614
|
+
return { state: client.WaiterState.FAILURE, reason };
|
|
2140
2615
|
}
|
|
2141
2616
|
}
|
|
2142
2617
|
}
|
|
@@ -2151,7 +2626,7 @@ const checkState$2 = async (client, input) => {
|
|
|
2151
2626
|
};
|
|
2152
2627
|
for (let anyStringEq_4 of returnComparator()) {
|
|
2153
2628
|
if (anyStringEq_4 == "stopped") {
|
|
2154
|
-
return { state:
|
|
2629
|
+
return { state: client.WaiterState.FAILURE, reason };
|
|
2155
2630
|
}
|
|
2156
2631
|
}
|
|
2157
2632
|
}
|
|
@@ -2166,7 +2641,7 @@ const checkState$2 = async (client, input) => {
|
|
|
2166
2641
|
};
|
|
2167
2642
|
for (let anyStringEq_4 of returnComparator()) {
|
|
2168
2643
|
if (anyStringEq_4 == "failed") {
|
|
2169
|
-
return { state:
|
|
2644
|
+
return { state: client.WaiterState.FAILURE, reason };
|
|
2170
2645
|
}
|
|
2171
2646
|
}
|
|
2172
2647
|
}
|
|
@@ -2181,7 +2656,7 @@ const checkState$2 = async (client, input) => {
|
|
|
2181
2656
|
};
|
|
2182
2657
|
for (let anyStringEq_4 of returnComparator()) {
|
|
2183
2658
|
if (anyStringEq_4 == "modifying") {
|
|
2184
|
-
return { state:
|
|
2659
|
+
return { state: client.WaiterState.FAILURE, reason };
|
|
2185
2660
|
}
|
|
2186
2661
|
}
|
|
2187
2662
|
}
|
|
@@ -2196,7 +2671,7 @@ const checkState$2 = async (client, input) => {
|
|
|
2196
2671
|
};
|
|
2197
2672
|
for (let anyStringEq_4 of returnComparator()) {
|
|
2198
2673
|
if (anyStringEq_4 == "testing") {
|
|
2199
|
-
return { state:
|
|
2674
|
+
return { state: client.WaiterState.FAILURE, reason };
|
|
2200
2675
|
}
|
|
2201
2676
|
}
|
|
2202
2677
|
}
|
|
@@ -2211,7 +2686,7 @@ const checkState$2 = async (client, input) => {
|
|
|
2211
2686
|
};
|
|
2212
2687
|
for (let anyStringEq_4 of returnComparator()) {
|
|
2213
2688
|
if (anyStringEq_4 == "deleting") {
|
|
2214
|
-
return { state:
|
|
2689
|
+
return { state: client.WaiterState.FAILURE, reason };
|
|
2215
2690
|
}
|
|
2216
2691
|
}
|
|
2217
2692
|
}
|
|
@@ -2220,22 +2695,22 @@ const checkState$2 = async (client, input) => {
|
|
|
2220
2695
|
catch (exception) {
|
|
2221
2696
|
reason = exception;
|
|
2222
2697
|
}
|
|
2223
|
-
return { state:
|
|
2698
|
+
return { state: client.WaiterState.RETRY, reason };
|
|
2224
2699
|
};
|
|
2225
2700
|
const waitForReplicationTaskRunning = async (params, input) => {
|
|
2226
2701
|
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
2227
|
-
return
|
|
2702
|
+
return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$2);
|
|
2228
2703
|
};
|
|
2229
2704
|
const waitUntilReplicationTaskRunning = async (params, input) => {
|
|
2230
2705
|
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
2231
|
-
const result = await
|
|
2232
|
-
return
|
|
2706
|
+
const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$2);
|
|
2707
|
+
return client.checkExceptions(result);
|
|
2233
2708
|
};
|
|
2234
2709
|
|
|
2235
|
-
const checkState$1 = async (client, input) => {
|
|
2710
|
+
const checkState$1 = async (client$1, input) => {
|
|
2236
2711
|
let reason;
|
|
2237
2712
|
try {
|
|
2238
|
-
let result = await client.send(new DescribeReplicationTasksCommand(input));
|
|
2713
|
+
let result = await client$1.send(new DescribeReplicationTasksCommand(input));
|
|
2239
2714
|
reason = result;
|
|
2240
2715
|
try {
|
|
2241
2716
|
const returnComparator = () => {
|
|
@@ -2250,7 +2725,7 @@ const checkState$1 = async (client, input) => {
|
|
|
2250
2725
|
allStringEq_5 = allStringEq_5 && (element_4 == "stopped");
|
|
2251
2726
|
}
|
|
2252
2727
|
if (allStringEq_5) {
|
|
2253
|
-
return { state:
|
|
2728
|
+
return { state: client.WaiterState.SUCCESS, reason };
|
|
2254
2729
|
}
|
|
2255
2730
|
}
|
|
2256
2731
|
catch (e) { }
|
|
@@ -2264,7 +2739,7 @@ const checkState$1 = async (client, input) => {
|
|
|
2264
2739
|
};
|
|
2265
2740
|
for (let anyStringEq_4 of returnComparator()) {
|
|
2266
2741
|
if (anyStringEq_4 == "ready") {
|
|
2267
|
-
return { state:
|
|
2742
|
+
return { state: client.WaiterState.FAILURE, reason };
|
|
2268
2743
|
}
|
|
2269
2744
|
}
|
|
2270
2745
|
}
|
|
@@ -2279,7 +2754,7 @@ const checkState$1 = async (client, input) => {
|
|
|
2279
2754
|
};
|
|
2280
2755
|
for (let anyStringEq_4 of returnComparator()) {
|
|
2281
2756
|
if (anyStringEq_4 == "creating") {
|
|
2282
|
-
return { state:
|
|
2757
|
+
return { state: client.WaiterState.FAILURE, reason };
|
|
2283
2758
|
}
|
|
2284
2759
|
}
|
|
2285
2760
|
}
|
|
@@ -2294,7 +2769,7 @@ const checkState$1 = async (client, input) => {
|
|
|
2294
2769
|
};
|
|
2295
2770
|
for (let anyStringEq_4 of returnComparator()) {
|
|
2296
2771
|
if (anyStringEq_4 == "starting") {
|
|
2297
|
-
return { state:
|
|
2772
|
+
return { state: client.WaiterState.FAILURE, reason };
|
|
2298
2773
|
}
|
|
2299
2774
|
}
|
|
2300
2775
|
}
|
|
@@ -2309,7 +2784,7 @@ const checkState$1 = async (client, input) => {
|
|
|
2309
2784
|
};
|
|
2310
2785
|
for (let anyStringEq_4 of returnComparator()) {
|
|
2311
2786
|
if (anyStringEq_4 == "failed") {
|
|
2312
|
-
return { state:
|
|
2787
|
+
return { state: client.WaiterState.FAILURE, reason };
|
|
2313
2788
|
}
|
|
2314
2789
|
}
|
|
2315
2790
|
}
|
|
@@ -2324,7 +2799,7 @@ const checkState$1 = async (client, input) => {
|
|
|
2324
2799
|
};
|
|
2325
2800
|
for (let anyStringEq_4 of returnComparator()) {
|
|
2326
2801
|
if (anyStringEq_4 == "modifying") {
|
|
2327
|
-
return { state:
|
|
2802
|
+
return { state: client.WaiterState.FAILURE, reason };
|
|
2328
2803
|
}
|
|
2329
2804
|
}
|
|
2330
2805
|
}
|
|
@@ -2339,7 +2814,7 @@ const checkState$1 = async (client, input) => {
|
|
|
2339
2814
|
};
|
|
2340
2815
|
for (let anyStringEq_4 of returnComparator()) {
|
|
2341
2816
|
if (anyStringEq_4 == "testing") {
|
|
2342
|
-
return { state:
|
|
2817
|
+
return { state: client.WaiterState.FAILURE, reason };
|
|
2343
2818
|
}
|
|
2344
2819
|
}
|
|
2345
2820
|
}
|
|
@@ -2354,7 +2829,7 @@ const checkState$1 = async (client, input) => {
|
|
|
2354
2829
|
};
|
|
2355
2830
|
for (let anyStringEq_4 of returnComparator()) {
|
|
2356
2831
|
if (anyStringEq_4 == "deleting") {
|
|
2357
|
-
return { state:
|
|
2832
|
+
return { state: client.WaiterState.FAILURE, reason };
|
|
2358
2833
|
}
|
|
2359
2834
|
}
|
|
2360
2835
|
}
|
|
@@ -2363,22 +2838,22 @@ const checkState$1 = async (client, input) => {
|
|
|
2363
2838
|
catch (exception) {
|
|
2364
2839
|
reason = exception;
|
|
2365
2840
|
}
|
|
2366
|
-
return { state:
|
|
2841
|
+
return { state: client.WaiterState.RETRY, reason };
|
|
2367
2842
|
};
|
|
2368
2843
|
const waitForReplicationTaskStopped = async (params, input) => {
|
|
2369
2844
|
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
2370
|
-
return
|
|
2845
|
+
return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$1);
|
|
2371
2846
|
};
|
|
2372
2847
|
const waitUntilReplicationTaskStopped = async (params, input) => {
|
|
2373
2848
|
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
2374
|
-
const result = await
|
|
2375
|
-
return
|
|
2849
|
+
const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$1);
|
|
2850
|
+
return client.checkExceptions(result);
|
|
2376
2851
|
};
|
|
2377
2852
|
|
|
2378
|
-
const checkState = async (client, input) => {
|
|
2853
|
+
const checkState = async (client$1, input) => {
|
|
2379
2854
|
let reason;
|
|
2380
2855
|
try {
|
|
2381
|
-
let result = await client.send(new DescribeConnectionsCommand(input));
|
|
2856
|
+
let result = await client$1.send(new DescribeConnectionsCommand(input));
|
|
2382
2857
|
reason = result;
|
|
2383
2858
|
try {
|
|
2384
2859
|
const returnComparator = () => {
|
|
@@ -2393,7 +2868,7 @@ const checkState = async (client, input) => {
|
|
|
2393
2868
|
allStringEq_5 = allStringEq_5 && (element_4 == "successful");
|
|
2394
2869
|
}
|
|
2395
2870
|
if (allStringEq_5) {
|
|
2396
|
-
return { state:
|
|
2871
|
+
return { state: client.WaiterState.SUCCESS, reason };
|
|
2397
2872
|
}
|
|
2398
2873
|
}
|
|
2399
2874
|
catch (e) { }
|
|
@@ -2407,7 +2882,7 @@ const checkState = async (client, input) => {
|
|
|
2407
2882
|
};
|
|
2408
2883
|
for (let anyStringEq_4 of returnComparator()) {
|
|
2409
2884
|
if (anyStringEq_4 == "failed") {
|
|
2410
|
-
return { state:
|
|
2885
|
+
return { state: client.WaiterState.FAILURE, reason };
|
|
2411
2886
|
}
|
|
2412
2887
|
}
|
|
2413
2888
|
}
|
|
@@ -2416,16 +2891,16 @@ const checkState = async (client, input) => {
|
|
|
2416
2891
|
catch (exception) {
|
|
2417
2892
|
reason = exception;
|
|
2418
2893
|
}
|
|
2419
|
-
return { state:
|
|
2894
|
+
return { state: client.WaiterState.RETRY, reason };
|
|
2420
2895
|
};
|
|
2421
2896
|
const waitForTestConnectionSucceeds = async (params, input) => {
|
|
2422
2897
|
const serviceDefaults = { minDelay: 5, maxDelay: 120 };
|
|
2423
|
-
return
|
|
2898
|
+
return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
2424
2899
|
};
|
|
2425
2900
|
const waitUntilTestConnectionSucceeds = async (params, input) => {
|
|
2426
2901
|
const serviceDefaults = { minDelay: 5, maxDelay: 120 };
|
|
2427
|
-
const result = await
|
|
2428
|
-
return
|
|
2902
|
+
const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
2903
|
+
return client.checkExceptions(result);
|
|
2429
2904
|
};
|
|
2430
2905
|
|
|
2431
2906
|
const commands = {
|
|
@@ -2596,6 +3071,15 @@ const paginators = {
|
|
|
2596
3071
|
const waiters = {
|
|
2597
3072
|
waitUntilTestConnectionSucceeds,
|
|
2598
3073
|
waitUntilEndpointDeleted,
|
|
3074
|
+
waitUntilExtensionPackAssociated,
|
|
3075
|
+
waitUntilMetadataModelAssessed,
|
|
3076
|
+
waitUntilMetadataModelConversionCancelled,
|
|
3077
|
+
waitUntilMetadataModelConverted,
|
|
3078
|
+
waitUntilMetadataModelCreated,
|
|
3079
|
+
waitUntilMetadataModelCreationCancelled,
|
|
3080
|
+
waitUntilMetadataModelExportedAsScript,
|
|
3081
|
+
waitUntilMetadataModelExportedToTarget,
|
|
3082
|
+
waitUntilMetadataModelImported,
|
|
2599
3083
|
waitUntilReplicationInstanceAvailable,
|
|
2600
3084
|
waitUntilReplicationInstanceDeleted,
|
|
2601
3085
|
waitUntilReplicationTaskDeleted,
|
|
@@ -2605,7 +3089,7 @@ const waiters = {
|
|
|
2605
3089
|
};
|
|
2606
3090
|
class DatabaseMigrationService extends DatabaseMigrationServiceClient {
|
|
2607
3091
|
}
|
|
2608
|
-
|
|
3092
|
+
client.createAggregatedClient(commands, DatabaseMigrationService, { paginators, waiters });
|
|
2609
3093
|
|
|
2610
3094
|
const MigrationTypeValue = {
|
|
2611
3095
|
CDC: "cdc",
|
|
@@ -2811,8 +3295,8 @@ const StartReplicationTaskTypeValue = {
|
|
|
2811
3295
|
START_REPLICATION: "start-replication",
|
|
2812
3296
|
};
|
|
2813
3297
|
|
|
2814
|
-
exports.$Command =
|
|
2815
|
-
exports.__Client =
|
|
3298
|
+
exports.$Command = client.Command;
|
|
3299
|
+
exports.__Client = client.Client;
|
|
2816
3300
|
exports.DatabaseMigrationServiceServiceException = DatabaseMigrationServiceServiceException.DatabaseMigrationServiceServiceException;
|
|
2817
3301
|
exports.AddTagsToResourceCommand = AddTagsToResourceCommand;
|
|
2818
3302
|
exports.ApplyPendingMaintenanceActionCommand = ApplyPendingMaintenanceActionCommand;
|
|
@@ -3021,6 +3505,15 @@ exports.paginateDescribeReplications = paginateDescribeReplications;
|
|
|
3021
3505
|
exports.paginateDescribeSchemas = paginateDescribeSchemas;
|
|
3022
3506
|
exports.paginateDescribeTableStatistics = paginateDescribeTableStatistics;
|
|
3023
3507
|
exports.waitForEndpointDeleted = waitForEndpointDeleted;
|
|
3508
|
+
exports.waitForExtensionPackAssociated = waitForExtensionPackAssociated;
|
|
3509
|
+
exports.waitForMetadataModelAssessed = waitForMetadataModelAssessed;
|
|
3510
|
+
exports.waitForMetadataModelConversionCancelled = waitForMetadataModelConversionCancelled;
|
|
3511
|
+
exports.waitForMetadataModelConverted = waitForMetadataModelConverted;
|
|
3512
|
+
exports.waitForMetadataModelCreated = waitForMetadataModelCreated;
|
|
3513
|
+
exports.waitForMetadataModelCreationCancelled = waitForMetadataModelCreationCancelled;
|
|
3514
|
+
exports.waitForMetadataModelExportedAsScript = waitForMetadataModelExportedAsScript;
|
|
3515
|
+
exports.waitForMetadataModelExportedToTarget = waitForMetadataModelExportedToTarget;
|
|
3516
|
+
exports.waitForMetadataModelImported = waitForMetadataModelImported;
|
|
3024
3517
|
exports.waitForReplicationInstanceAvailable = waitForReplicationInstanceAvailable;
|
|
3025
3518
|
exports.waitForReplicationInstanceDeleted = waitForReplicationInstanceDeleted;
|
|
3026
3519
|
exports.waitForReplicationTaskDeleted = waitForReplicationTaskDeleted;
|
|
@@ -3029,6 +3522,15 @@ exports.waitForReplicationTaskRunning = waitForReplicationTaskRunning;
|
|
|
3029
3522
|
exports.waitForReplicationTaskStopped = waitForReplicationTaskStopped;
|
|
3030
3523
|
exports.waitForTestConnectionSucceeds = waitForTestConnectionSucceeds;
|
|
3031
3524
|
exports.waitUntilEndpointDeleted = waitUntilEndpointDeleted;
|
|
3525
|
+
exports.waitUntilExtensionPackAssociated = waitUntilExtensionPackAssociated;
|
|
3526
|
+
exports.waitUntilMetadataModelAssessed = waitUntilMetadataModelAssessed;
|
|
3527
|
+
exports.waitUntilMetadataModelConversionCancelled = waitUntilMetadataModelConversionCancelled;
|
|
3528
|
+
exports.waitUntilMetadataModelConverted = waitUntilMetadataModelConverted;
|
|
3529
|
+
exports.waitUntilMetadataModelCreated = waitUntilMetadataModelCreated;
|
|
3530
|
+
exports.waitUntilMetadataModelCreationCancelled = waitUntilMetadataModelCreationCancelled;
|
|
3531
|
+
exports.waitUntilMetadataModelExportedAsScript = waitUntilMetadataModelExportedAsScript;
|
|
3532
|
+
exports.waitUntilMetadataModelExportedToTarget = waitUntilMetadataModelExportedToTarget;
|
|
3533
|
+
exports.waitUntilMetadataModelImported = waitUntilMetadataModelImported;
|
|
3032
3534
|
exports.waitUntilReplicationInstanceAvailable = waitUntilReplicationInstanceAvailable;
|
|
3033
3535
|
exports.waitUntilReplicationInstanceDeleted = waitUntilReplicationInstanceDeleted;
|
|
3034
3536
|
exports.waitUntilReplicationTaskDeleted = waitUntilReplicationTaskDeleted;
|