@aws-sdk/client-database-migration-service 3.31.0 → 3.35.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/CHANGELOG.md +42 -0
- package/dist-cjs/DatabaseMigrationService.js +845 -0
- package/dist-cjs/DatabaseMigrationService.js.map +1 -0
- package/dist-cjs/DatabaseMigrationServiceClient.js +53 -0
- package/dist-cjs/DatabaseMigrationServiceClient.js.map +1 -0
- package/dist-cjs/commands/AddTagsToResourceCommand.js +66 -0
- package/dist-cjs/commands/AddTagsToResourceCommand.js.map +1 -0
- package/dist-cjs/commands/ApplyPendingMaintenanceActionCommand.js +61 -0
- package/dist-cjs/commands/ApplyPendingMaintenanceActionCommand.js.map +1 -0
- package/dist-cjs/commands/CancelReplicationTaskAssessmentRunCommand.js +64 -0
- package/dist-cjs/commands/CancelReplicationTaskAssessmentRunCommand.js.map +1 -0
- package/dist-cjs/commands/CreateEndpointCommand.js +68 -0
- package/dist-cjs/commands/CreateEndpointCommand.js.map +1 -0
- package/dist-cjs/commands/CreateEventSubscriptionCommand.js +76 -0
- package/dist-cjs/commands/CreateEventSubscriptionCommand.js.map +1 -0
- package/dist-cjs/commands/CreateReplicationInstanceCommand.js +66 -0
- package/dist-cjs/commands/CreateReplicationInstanceCommand.js.map +1 -0
- package/dist-cjs/commands/CreateReplicationSubnetGroupCommand.js +63 -0
- package/dist-cjs/commands/CreateReplicationSubnetGroupCommand.js.map +1 -0
- package/dist-cjs/commands/CreateReplicationTaskCommand.js +61 -0
- package/dist-cjs/commands/CreateReplicationTaskCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteCertificateCommand.js +61 -0
- package/dist-cjs/commands/DeleteCertificateCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteConnectionCommand.js +61 -0
- package/dist-cjs/commands/DeleteConnectionCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteEndpointCommand.js +66 -0
- package/dist-cjs/commands/DeleteEndpointCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteEventSubscriptionCommand.js +61 -0
- package/dist-cjs/commands/DeleteEventSubscriptionCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteReplicationInstanceCommand.js +66 -0
- package/dist-cjs/commands/DeleteReplicationInstanceCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteReplicationSubnetGroupCommand.js +61 -0
- package/dist-cjs/commands/DeleteReplicationSubnetGroupCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteReplicationTaskAssessmentRunCommand.js +64 -0
- package/dist-cjs/commands/DeleteReplicationTaskAssessmentRunCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteReplicationTaskCommand.js +61 -0
- package/dist-cjs/commands/DeleteReplicationTaskCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeAccountAttributesCommand.js +67 -0
- package/dist-cjs/commands/DescribeAccountAttributesCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeApplicableIndividualAssessmentsCommand.js +75 -0
- package/dist-cjs/commands/DescribeApplicableIndividualAssessmentsCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeCertificatesCommand.js +61 -0
- package/dist-cjs/commands/DescribeCertificatesCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeConnectionsCommand.js +62 -0
- package/dist-cjs/commands/DescribeConnectionsCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeEndpointSettingsCommand.js +62 -0
- package/dist-cjs/commands/DescribeEndpointSettingsCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeEndpointTypesCommand.js +61 -0
- package/dist-cjs/commands/DescribeEndpointTypesCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeEndpointsCommand.js +61 -0
- package/dist-cjs/commands/DescribeEndpointsCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeEventCategoriesCommand.js +65 -0
- package/dist-cjs/commands/DescribeEventCategoriesCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeEventSubscriptionsCommand.js +66 -0
- package/dist-cjs/commands/DescribeEventSubscriptionsCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeEventsCommand.js +65 -0
- package/dist-cjs/commands/DescribeEventsCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeOrderableReplicationInstancesCommand.js +62 -0
- package/dist-cjs/commands/DescribeOrderableReplicationInstancesCommand.js.map +1 -0
- package/dist-cjs/commands/DescribePendingMaintenanceActionsCommand.js +61 -0
- package/dist-cjs/commands/DescribePendingMaintenanceActionsCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeRefreshSchemasStatusCommand.js +61 -0
- package/dist-cjs/commands/DescribeRefreshSchemasStatusCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeReplicationInstanceTaskLogsCommand.js +61 -0
- package/dist-cjs/commands/DescribeReplicationInstanceTaskLogsCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeReplicationInstancesCommand.js +62 -0
- package/dist-cjs/commands/DescribeReplicationInstancesCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeReplicationSubnetGroupsCommand.js +61 -0
- package/dist-cjs/commands/DescribeReplicationSubnetGroupsCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeReplicationTaskAssessmentResultsCommand.js +67 -0
- package/dist-cjs/commands/DescribeReplicationTaskAssessmentResultsCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeReplicationTaskAssessmentRunsCommand.js +69 -0
- package/dist-cjs/commands/DescribeReplicationTaskAssessmentRunsCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeReplicationTaskIndividualAssessmentsCommand.js +63 -0
- package/dist-cjs/commands/DescribeReplicationTaskIndividualAssessmentsCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeReplicationTasksCommand.js +62 -0
- package/dist-cjs/commands/DescribeReplicationTasksCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeSchemasCommand.js +63 -0
- package/dist-cjs/commands/DescribeSchemasCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeTableStatisticsCommand.js +65 -0
- package/dist-cjs/commands/DescribeTableStatisticsCommand.js.map +1 -0
- package/dist-cjs/commands/ImportCertificateCommand.js +61 -0
- package/dist-cjs/commands/ImportCertificateCommand.js.map +1 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +65 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js.map +1 -0
- package/dist-cjs/commands/ModifyEndpointCommand.js +68 -0
- package/dist-cjs/commands/ModifyEndpointCommand.js.map +1 -0
- package/dist-cjs/commands/ModifyEventSubscriptionCommand.js +61 -0
- package/dist-cjs/commands/ModifyEventSubscriptionCommand.js.map +1 -0
- package/dist-cjs/commands/ModifyReplicationInstanceCommand.js +65 -0
- package/dist-cjs/commands/ModifyReplicationInstanceCommand.js.map +1 -0
- package/dist-cjs/commands/ModifyReplicationSubnetGroupCommand.js +61 -0
- package/dist-cjs/commands/ModifyReplicationSubnetGroupCommand.js.map +1 -0
- package/dist-cjs/commands/ModifyReplicationTaskCommand.js +64 -0
- package/dist-cjs/commands/ModifyReplicationTaskCommand.js.map +1 -0
- package/dist-cjs/commands/MoveReplicationTaskCommand.js +64 -0
- package/dist-cjs/commands/MoveReplicationTaskCommand.js.map +1 -0
- package/dist-cjs/commands/RebootReplicationInstanceCommand.js +62 -0
- package/dist-cjs/commands/RebootReplicationInstanceCommand.js.map +1 -0
- package/dist-cjs/commands/RefreshSchemasCommand.js +63 -0
- package/dist-cjs/commands/RefreshSchemasCommand.js.map +1 -0
- package/dist-cjs/commands/ReloadTablesCommand.js +63 -0
- package/dist-cjs/commands/ReloadTablesCommand.js.map +1 -0
- package/dist-cjs/commands/RemoveTagsFromResourceCommand.js +66 -0
- package/dist-cjs/commands/RemoveTagsFromResourceCommand.js.map +1 -0
- package/dist-cjs/commands/StartReplicationTaskAssessmentCommand.js +62 -0
- package/dist-cjs/commands/StartReplicationTaskAssessmentCommand.js.map +1 -0
- package/dist-cjs/commands/StartReplicationTaskAssessmentRunCommand.js +67 -0
- package/dist-cjs/commands/StartReplicationTaskAssessmentRunCommand.js.map +1 -0
- package/dist-cjs/commands/StartReplicationTaskCommand.js +64 -0
- package/dist-cjs/commands/StartReplicationTaskCommand.js.map +1 -0
- package/dist-cjs/commands/StopReplicationTaskCommand.js +61 -0
- package/dist-cjs/commands/StopReplicationTaskCommand.js.map +1 -0
- package/dist-cjs/commands/TestConnectionCommand.js +61 -0
- package/dist-cjs/commands/TestConnectionCommand.js.map +1 -0
- package/dist-cjs/endpoints.js +63 -0
- package/dist-cjs/endpoints.js.map +1 -0
- package/dist-cjs/index.js +90 -0
- package/dist-cjs/index.js.map +1 -0
- package/dist-cjs/models/index.js +5 -0
- package/dist-cjs/models/index.js.map +1 -0
- package/{dist/cjs → dist-cjs}/models/models_0.js +0 -0
- package/dist-cjs/models/models_0.js.map +1 -0
- package/dist-cjs/pagination/DescribeApplicableIndividualAssessmentsPaginator.js +46 -0
- package/dist-cjs/pagination/DescribeApplicableIndividualAssessmentsPaginator.js.map +1 -0
- package/dist-cjs/pagination/DescribeCertificatesPaginator.js +46 -0
- package/dist-cjs/pagination/DescribeCertificatesPaginator.js.map +1 -0
- package/dist-cjs/pagination/DescribeConnectionsPaginator.js +46 -0
- package/dist-cjs/pagination/DescribeConnectionsPaginator.js.map +1 -0
- package/dist-cjs/pagination/DescribeEndpointSettingsPaginator.js +46 -0
- package/dist-cjs/pagination/DescribeEndpointSettingsPaginator.js.map +1 -0
- package/dist-cjs/pagination/DescribeEndpointTypesPaginator.js +46 -0
- package/dist-cjs/pagination/DescribeEndpointTypesPaginator.js.map +1 -0
- package/dist-cjs/pagination/DescribeEndpointsPaginator.js +46 -0
- package/dist-cjs/pagination/DescribeEndpointsPaginator.js.map +1 -0
- package/dist-cjs/pagination/DescribeEventSubscriptionsPaginator.js +46 -0
- package/dist-cjs/pagination/DescribeEventSubscriptionsPaginator.js.map +1 -0
- package/dist-cjs/pagination/DescribeEventsPaginator.js +46 -0
- package/dist-cjs/pagination/DescribeEventsPaginator.js.map +1 -0
- package/dist-cjs/pagination/DescribeOrderableReplicationInstancesPaginator.js +46 -0
- package/dist-cjs/pagination/DescribeOrderableReplicationInstancesPaginator.js.map +1 -0
- package/dist-cjs/pagination/DescribePendingMaintenanceActionsPaginator.js +46 -0
- package/dist-cjs/pagination/DescribePendingMaintenanceActionsPaginator.js.map +1 -0
- package/dist-cjs/pagination/DescribeReplicationInstanceTaskLogsPaginator.js +46 -0
- package/dist-cjs/pagination/DescribeReplicationInstanceTaskLogsPaginator.js.map +1 -0
- package/dist-cjs/pagination/DescribeReplicationInstancesPaginator.js +46 -0
- package/dist-cjs/pagination/DescribeReplicationInstancesPaginator.js.map +1 -0
- package/dist-cjs/pagination/DescribeReplicationSubnetGroupsPaginator.js +46 -0
- package/dist-cjs/pagination/DescribeReplicationSubnetGroupsPaginator.js.map +1 -0
- package/dist-cjs/pagination/DescribeReplicationTaskAssessmentResultsPaginator.js +46 -0
- package/dist-cjs/pagination/DescribeReplicationTaskAssessmentResultsPaginator.js.map +1 -0
- package/dist-cjs/pagination/DescribeReplicationTaskAssessmentRunsPaginator.js +46 -0
- package/dist-cjs/pagination/DescribeReplicationTaskAssessmentRunsPaginator.js.map +1 -0
- package/dist-cjs/pagination/DescribeReplicationTaskIndividualAssessmentsPaginator.js +46 -0
- package/dist-cjs/pagination/DescribeReplicationTaskIndividualAssessmentsPaginator.js.map +1 -0
- package/dist-cjs/pagination/DescribeReplicationTasksPaginator.js +46 -0
- package/dist-cjs/pagination/DescribeReplicationTasksPaginator.js.map +1 -0
- package/dist-cjs/pagination/DescribeSchemasPaginator.js +46 -0
- package/dist-cjs/pagination/DescribeSchemasPaginator.js.map +1 -0
- package/dist-cjs/pagination/DescribeTableStatisticsPaginator.js +46 -0
- package/dist-cjs/pagination/DescribeTableStatisticsPaginator.js.map +1 -0
- package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -0
- package/dist-cjs/pagination/Interfaces.js.map +1 -0
- package/dist-cjs/protocols/Aws_json1_1.js +7217 -0
- package/dist-cjs/protocols/Aws_json1_1.js.map +1 -0
- package/dist-cjs/runtimeConfig.browser.js +42 -0
- package/dist-cjs/runtimeConfig.browser.js.map +1 -0
- package/dist-cjs/runtimeConfig.js +47 -0
- package/dist-cjs/runtimeConfig.js.map +1 -0
- package/dist-cjs/runtimeConfig.native.js +20 -0
- package/dist-cjs/runtimeConfig.native.js.map +1 -0
- package/dist-cjs/runtimeConfig.shared.js +21 -0
- package/dist-cjs/runtimeConfig.shared.js.map +1 -0
- package/dist-cjs/waiters/waitForEndpointDeleted.js +70 -0
- package/dist-cjs/waiters/waitForEndpointDeleted.js.map +1 -0
- package/dist-cjs/waiters/waitForReplicationInstanceAvailable.js +114 -0
- package/dist-cjs/waiters/waitForReplicationInstanceAvailable.js.map +1 -0
- package/dist-cjs/waiters/waitForReplicationInstanceDeleted.js +55 -0
- package/dist-cjs/waiters/waitForReplicationInstanceDeleted.js.map +1 -0
- package/dist-cjs/waiters/waitForReplicationTaskDeleted.js +115 -0
- package/dist-cjs/waiters/waitForReplicationTaskDeleted.js.map +1 -0
- package/dist-cjs/waiters/waitForReplicationTaskReady.js +174 -0
- package/dist-cjs/waiters/waitForReplicationTaskReady.js.map +1 -0
- package/dist-cjs/waiters/waitForReplicationTaskRunning.js +174 -0
- package/dist-cjs/waiters/waitForReplicationTaskRunning.js.map +1 -0
- package/dist-cjs/waiters/waitForReplicationTaskStopped.js +159 -0
- package/dist-cjs/waiters/waitForReplicationTaskStopped.js.map +1 -0
- package/dist-cjs/waiters/waitForTestConnectionSucceeds.js +69 -0
- package/dist-cjs/waiters/waitForTestConnectionSucceeds.js.map +1 -0
- package/dist-es/DatabaseMigrationService.js +836 -0
- package/dist-es/DatabaseMigrationService.js.map +1 -0
- package/dist-es/DatabaseMigrationServiceClient.js +38 -0
- package/dist-es/DatabaseMigrationServiceClient.js.map +1 -0
- package/dist-es/commands/AddTagsToResourceCommand.js +40 -0
- package/dist-es/commands/AddTagsToResourceCommand.js.map +1 -0
- package/dist-es/commands/ApplyPendingMaintenanceActionCommand.js +40 -0
- package/dist-es/commands/ApplyPendingMaintenanceActionCommand.js.map +1 -0
- package/dist-es/commands/CancelReplicationTaskAssessmentRunCommand.js +40 -0
- package/dist-es/commands/CancelReplicationTaskAssessmentRunCommand.js.map +1 -0
- package/dist-es/commands/CreateEndpointCommand.js +40 -0
- package/dist-es/commands/CreateEndpointCommand.js.map +1 -0
- package/dist-es/commands/CreateEventSubscriptionCommand.js +40 -0
- package/dist-es/commands/CreateEventSubscriptionCommand.js.map +1 -0
- package/dist-es/commands/CreateReplicationInstanceCommand.js +40 -0
- package/dist-es/commands/CreateReplicationInstanceCommand.js.map +1 -0
- package/dist-es/commands/CreateReplicationSubnetGroupCommand.js +40 -0
- package/dist-es/commands/CreateReplicationSubnetGroupCommand.js.map +1 -0
- package/dist-es/commands/CreateReplicationTaskCommand.js +40 -0
- package/dist-es/commands/CreateReplicationTaskCommand.js.map +1 -0
- package/dist-es/commands/DeleteCertificateCommand.js +40 -0
- package/dist-es/commands/DeleteCertificateCommand.js.map +1 -0
- package/dist-es/commands/DeleteConnectionCommand.js +40 -0
- package/dist-es/commands/DeleteConnectionCommand.js.map +1 -0
- package/dist-es/commands/DeleteEndpointCommand.js +40 -0
- package/dist-es/commands/DeleteEndpointCommand.js.map +1 -0
- package/dist-es/commands/DeleteEventSubscriptionCommand.js +40 -0
- package/dist-es/commands/DeleteEventSubscriptionCommand.js.map +1 -0
- package/dist-es/commands/DeleteReplicationInstanceCommand.js +40 -0
- package/dist-es/commands/DeleteReplicationInstanceCommand.js.map +1 -0
- package/dist-es/commands/DeleteReplicationSubnetGroupCommand.js +40 -0
- package/dist-es/commands/DeleteReplicationSubnetGroupCommand.js.map +1 -0
- package/dist-es/commands/DeleteReplicationTaskAssessmentRunCommand.js +40 -0
- package/dist-es/commands/DeleteReplicationTaskAssessmentRunCommand.js.map +1 -0
- package/dist-es/commands/DeleteReplicationTaskCommand.js +40 -0
- package/dist-es/commands/DeleteReplicationTaskCommand.js.map +1 -0
- package/dist-es/commands/DescribeAccountAttributesCommand.js +40 -0
- package/dist-es/commands/DescribeAccountAttributesCommand.js.map +1 -0
- package/dist-es/commands/DescribeApplicableIndividualAssessmentsCommand.js +40 -0
- package/dist-es/commands/DescribeApplicableIndividualAssessmentsCommand.js.map +1 -0
- package/dist-es/commands/DescribeCertificatesCommand.js +40 -0
- package/dist-es/commands/DescribeCertificatesCommand.js.map +1 -0
- package/dist-es/commands/DescribeConnectionsCommand.js +40 -0
- package/dist-es/commands/DescribeConnectionsCommand.js.map +1 -0
- package/dist-es/commands/DescribeEndpointSettingsCommand.js +40 -0
- package/dist-es/commands/DescribeEndpointSettingsCommand.js.map +1 -0
- package/dist-es/commands/DescribeEndpointTypesCommand.js +40 -0
- package/dist-es/commands/DescribeEndpointTypesCommand.js.map +1 -0
- package/dist-es/commands/DescribeEndpointsCommand.js +40 -0
- package/dist-es/commands/DescribeEndpointsCommand.js.map +1 -0
- package/dist-es/commands/DescribeEventCategoriesCommand.js +40 -0
- package/dist-es/commands/DescribeEventCategoriesCommand.js.map +1 -0
- package/dist-es/commands/DescribeEventSubscriptionsCommand.js +40 -0
- package/dist-es/commands/DescribeEventSubscriptionsCommand.js.map +1 -0
- package/dist-es/commands/DescribeEventsCommand.js +40 -0
- package/dist-es/commands/DescribeEventsCommand.js.map +1 -0
- package/dist-es/commands/DescribeOrderableReplicationInstancesCommand.js +40 -0
- package/dist-es/commands/DescribeOrderableReplicationInstancesCommand.js.map +1 -0
- package/dist-es/commands/DescribePendingMaintenanceActionsCommand.js +40 -0
- package/dist-es/commands/DescribePendingMaintenanceActionsCommand.js.map +1 -0
- package/dist-es/commands/DescribeRefreshSchemasStatusCommand.js +40 -0
- package/dist-es/commands/DescribeRefreshSchemasStatusCommand.js.map +1 -0
- package/dist-es/commands/DescribeReplicationInstanceTaskLogsCommand.js +40 -0
- package/dist-es/commands/DescribeReplicationInstanceTaskLogsCommand.js.map +1 -0
- package/dist-es/commands/DescribeReplicationInstancesCommand.js +40 -0
- package/dist-es/commands/DescribeReplicationInstancesCommand.js.map +1 -0
- package/dist-es/commands/DescribeReplicationSubnetGroupsCommand.js +40 -0
- package/dist-es/commands/DescribeReplicationSubnetGroupsCommand.js.map +1 -0
- package/dist-es/commands/DescribeReplicationTaskAssessmentResultsCommand.js +40 -0
- package/dist-es/commands/DescribeReplicationTaskAssessmentResultsCommand.js.map +1 -0
- package/dist-es/commands/DescribeReplicationTaskAssessmentRunsCommand.js +40 -0
- package/dist-es/commands/DescribeReplicationTaskAssessmentRunsCommand.js.map +1 -0
- package/dist-es/commands/DescribeReplicationTaskIndividualAssessmentsCommand.js +40 -0
- package/dist-es/commands/DescribeReplicationTaskIndividualAssessmentsCommand.js.map +1 -0
- package/dist-es/commands/DescribeReplicationTasksCommand.js +40 -0
- package/dist-es/commands/DescribeReplicationTasksCommand.js.map +1 -0
- package/dist-es/commands/DescribeSchemasCommand.js +40 -0
- package/dist-es/commands/DescribeSchemasCommand.js.map +1 -0
- package/dist-es/commands/DescribeTableStatisticsCommand.js +40 -0
- package/dist-es/commands/DescribeTableStatisticsCommand.js.map +1 -0
- package/dist-es/commands/ImportCertificateCommand.js +40 -0
- package/dist-es/commands/ImportCertificateCommand.js.map +1 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +40 -0
- package/dist-es/commands/ListTagsForResourceCommand.js.map +1 -0
- package/dist-es/commands/ModifyEndpointCommand.js +40 -0
- package/dist-es/commands/ModifyEndpointCommand.js.map +1 -0
- package/dist-es/commands/ModifyEventSubscriptionCommand.js +40 -0
- package/dist-es/commands/ModifyEventSubscriptionCommand.js.map +1 -0
- package/dist-es/commands/ModifyReplicationInstanceCommand.js +40 -0
- package/dist-es/commands/ModifyReplicationInstanceCommand.js.map +1 -0
- package/dist-es/commands/ModifyReplicationSubnetGroupCommand.js +40 -0
- package/dist-es/commands/ModifyReplicationSubnetGroupCommand.js.map +1 -0
- package/dist-es/commands/ModifyReplicationTaskCommand.js +40 -0
- package/dist-es/commands/ModifyReplicationTaskCommand.js.map +1 -0
- package/dist-es/commands/MoveReplicationTaskCommand.js +40 -0
- package/dist-es/commands/MoveReplicationTaskCommand.js.map +1 -0
- package/dist-es/commands/RebootReplicationInstanceCommand.js +40 -0
- package/dist-es/commands/RebootReplicationInstanceCommand.js.map +1 -0
- package/dist-es/commands/RefreshSchemasCommand.js +40 -0
- package/dist-es/commands/RefreshSchemasCommand.js.map +1 -0
- package/dist-es/commands/ReloadTablesCommand.js +40 -0
- package/dist-es/commands/ReloadTablesCommand.js.map +1 -0
- package/dist-es/commands/RemoveTagsFromResourceCommand.js +40 -0
- package/dist-es/commands/RemoveTagsFromResourceCommand.js.map +1 -0
- package/dist-es/commands/StartReplicationTaskAssessmentCommand.js +40 -0
- package/dist-es/commands/StartReplicationTaskAssessmentCommand.js.map +1 -0
- package/dist-es/commands/StartReplicationTaskAssessmentRunCommand.js +40 -0
- package/dist-es/commands/StartReplicationTaskAssessmentRunCommand.js.map +1 -0
- package/dist-es/commands/StartReplicationTaskCommand.js +40 -0
- package/dist-es/commands/StartReplicationTaskCommand.js.map +1 -0
- package/dist-es/commands/StopReplicationTaskCommand.js +40 -0
- package/dist-es/commands/StopReplicationTaskCommand.js.map +1 -0
- package/dist-es/commands/TestConnectionCommand.js +40 -0
- package/dist-es/commands/TestConnectionCommand.js.map +1 -0
- package/dist-es/endpoints.js +59 -0
- package/dist-es/endpoints.js.map +1 -0
- package/{dist/es → dist-es}/index.js +0 -0
- package/dist-es/index.js.map +1 -0
- package/{dist/es → dist-es}/models/index.js +0 -0
- package/dist-es/models/index.js.map +1 -0
- package/dist-es/models/models_0.js +895 -0
- package/dist-es/models/models_0.js.map +1 -0
- package/dist-es/pagination/DescribeApplicableIndividualAssessmentsPaginator.js +75 -0
- package/dist-es/pagination/DescribeApplicableIndividualAssessmentsPaginator.js.map +1 -0
- package/dist-es/pagination/DescribeCertificatesPaginator.js +75 -0
- package/dist-es/pagination/DescribeCertificatesPaginator.js.map +1 -0
- package/dist-es/pagination/DescribeConnectionsPaginator.js +75 -0
- package/dist-es/pagination/DescribeConnectionsPaginator.js.map +1 -0
- package/dist-es/pagination/DescribeEndpointSettingsPaginator.js +75 -0
- package/dist-es/pagination/DescribeEndpointSettingsPaginator.js.map +1 -0
- package/dist-es/pagination/DescribeEndpointTypesPaginator.js +75 -0
- package/dist-es/pagination/DescribeEndpointTypesPaginator.js.map +1 -0
- package/dist-es/pagination/DescribeEndpointsPaginator.js +75 -0
- package/dist-es/pagination/DescribeEndpointsPaginator.js.map +1 -0
- package/dist-es/pagination/DescribeEventSubscriptionsPaginator.js +75 -0
- package/dist-es/pagination/DescribeEventSubscriptionsPaginator.js.map +1 -0
- package/dist-es/pagination/DescribeEventsPaginator.js +75 -0
- package/dist-es/pagination/DescribeEventsPaginator.js.map +1 -0
- package/dist-es/pagination/DescribeOrderableReplicationInstancesPaginator.js +75 -0
- package/dist-es/pagination/DescribeOrderableReplicationInstancesPaginator.js.map +1 -0
- package/dist-es/pagination/DescribePendingMaintenanceActionsPaginator.js +75 -0
- package/dist-es/pagination/DescribePendingMaintenanceActionsPaginator.js.map +1 -0
- package/dist-es/pagination/DescribeReplicationInstanceTaskLogsPaginator.js +75 -0
- package/dist-es/pagination/DescribeReplicationInstanceTaskLogsPaginator.js.map +1 -0
- package/dist-es/pagination/DescribeReplicationInstancesPaginator.js +75 -0
- package/dist-es/pagination/DescribeReplicationInstancesPaginator.js.map +1 -0
- package/dist-es/pagination/DescribeReplicationSubnetGroupsPaginator.js +75 -0
- package/dist-es/pagination/DescribeReplicationSubnetGroupsPaginator.js.map +1 -0
- package/dist-es/pagination/DescribeReplicationTaskAssessmentResultsPaginator.js +75 -0
- package/dist-es/pagination/DescribeReplicationTaskAssessmentResultsPaginator.js.map +1 -0
- package/dist-es/pagination/DescribeReplicationTaskAssessmentRunsPaginator.js +75 -0
- package/dist-es/pagination/DescribeReplicationTaskAssessmentRunsPaginator.js.map +1 -0
- package/dist-es/pagination/DescribeReplicationTaskIndividualAssessmentsPaginator.js +75 -0
- package/dist-es/pagination/DescribeReplicationTaskIndividualAssessmentsPaginator.js.map +1 -0
- package/dist-es/pagination/DescribeReplicationTasksPaginator.js +75 -0
- package/dist-es/pagination/DescribeReplicationTasksPaginator.js.map +1 -0
- package/dist-es/pagination/DescribeSchemasPaginator.js +75 -0
- package/dist-es/pagination/DescribeSchemasPaginator.js.map +1 -0
- package/dist-es/pagination/DescribeTableStatisticsPaginator.js +75 -0
- package/dist-es/pagination/DescribeTableStatisticsPaginator.js.map +1 -0
- package/{dist/es → dist-es}/pagination/Interfaces.js +0 -0
- package/dist-es/pagination/Interfaces.js.map +1 -0
- package/dist-es/protocols/Aws_json1_1.js +7120 -0
- package/dist-es/protocols/Aws_json1_1.js.map +1 -0
- package/dist-es/runtimeConfig.browser.js +17 -0
- package/dist-es/runtimeConfig.browser.js.map +1 -0
- package/dist-es/runtimeConfig.js +22 -0
- package/dist-es/runtimeConfig.js.map +1 -0
- package/dist-es/runtimeConfig.native.js +9 -0
- package/dist-es/runtimeConfig.native.js.map +1 -0
- package/dist-es/runtimeConfig.shared.js +14 -0
- package/dist-es/runtimeConfig.shared.js.map +1 -0
- package/dist-es/waiters/waitForEndpointDeleted.js +97 -0
- package/dist-es/waiters/waitForEndpointDeleted.js.map +1 -0
- package/dist-es/waiters/waitForReplicationInstanceAvailable.js +171 -0
- package/dist-es/waiters/waitForReplicationInstanceAvailable.js.map +1 -0
- package/dist-es/waiters/waitForReplicationInstanceDeleted.js +72 -0
- package/dist-es/waiters/waitForReplicationInstanceDeleted.js.map +1 -0
- package/dist-es/waiters/waitForReplicationTaskDeleted.js +172 -0
- package/dist-es/waiters/waitForReplicationTaskDeleted.js.map +1 -0
- package/dist-es/waiters/waitForReplicationTaskReady.js +271 -0
- package/dist-es/waiters/waitForReplicationTaskReady.js.map +1 -0
- package/dist-es/waiters/waitForReplicationTaskRunning.js +271 -0
- package/dist-es/waiters/waitForReplicationTaskRunning.js.map +1 -0
- package/dist-es/waiters/waitForReplicationTaskStopped.js +246 -0
- package/dist-es/waiters/waitForReplicationTaskStopped.js.map +1 -0
- package/dist-es/waiters/waitForTestConnectionSucceeds.js +96 -0
- package/dist-es/waiters/waitForTestConnectionSucceeds.js.map +1 -0
- package/dist-types/DatabaseMigrationService.d.ts +552 -0
- package/dist-types/DatabaseMigrationServiceClient.d.ts +196 -0
- package/dist-types/commands/AddTagsToResourceCommand.d.ts +40 -0
- package/dist-types/commands/ApplyPendingMaintenanceActionCommand.d.ts +35 -0
- package/dist-types/commands/CancelReplicationTaskAssessmentRunCommand.d.ts +38 -0
- package/dist-types/commands/CreateEndpointCommand.d.ts +42 -0
- package/dist-types/commands/CreateEventSubscriptionCommand.d.ts +50 -0
- package/dist-types/commands/CreateReplicationInstanceCommand.d.ts +40 -0
- package/dist-types/commands/CreateReplicationSubnetGroupCommand.d.ts +37 -0
- package/dist-types/commands/CreateReplicationTaskCommand.d.ts +35 -0
- package/dist-types/commands/DeleteCertificateCommand.d.ts +35 -0
- package/dist-types/commands/DeleteConnectionCommand.d.ts +35 -0
- package/dist-types/commands/DeleteEndpointCommand.d.ts +40 -0
- package/dist-types/commands/DeleteEventSubscriptionCommand.d.ts +35 -0
- package/dist-types/commands/DeleteReplicationInstanceCommand.d.ts +40 -0
- package/dist-types/commands/DeleteReplicationSubnetGroupCommand.d.ts +35 -0
- package/dist-types/commands/DeleteReplicationTaskAssessmentRunCommand.d.ts +38 -0
- package/dist-types/commands/DeleteReplicationTaskCommand.d.ts +35 -0
- package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +41 -0
- package/dist-types/commands/DescribeApplicableIndividualAssessmentsCommand.d.ts +49 -0
- package/dist-types/commands/DescribeCertificatesCommand.d.ts +35 -0
- package/dist-types/commands/DescribeConnectionsCommand.d.ts +36 -0
- package/dist-types/commands/DescribeEndpointSettingsCommand.d.ts +36 -0
- package/dist-types/commands/DescribeEndpointTypesCommand.d.ts +35 -0
- package/dist-types/commands/DescribeEndpointsCommand.d.ts +35 -0
- package/dist-types/commands/DescribeEventCategoriesCommand.d.ts +39 -0
- package/dist-types/commands/DescribeEventSubscriptionsCommand.d.ts +40 -0
- package/dist-types/commands/DescribeEventsCommand.d.ts +39 -0
- package/dist-types/commands/DescribeOrderableReplicationInstancesCommand.d.ts +36 -0
- package/dist-types/commands/DescribePendingMaintenanceActionsCommand.d.ts +35 -0
- package/dist-types/commands/DescribeRefreshSchemasStatusCommand.d.ts +35 -0
- package/dist-types/commands/DescribeReplicationInstanceTaskLogsCommand.d.ts +35 -0
- package/dist-types/commands/DescribeReplicationInstancesCommand.d.ts +36 -0
- package/dist-types/commands/DescribeReplicationSubnetGroupsCommand.d.ts +35 -0
- package/dist-types/commands/DescribeReplicationTaskAssessmentResultsCommand.d.ts +41 -0
- package/dist-types/commands/DescribeReplicationTaskAssessmentRunsCommand.d.ts +43 -0
- package/dist-types/commands/DescribeReplicationTaskIndividualAssessmentsCommand.d.ts +37 -0
- package/dist-types/commands/DescribeReplicationTasksCommand.d.ts +36 -0
- package/dist-types/commands/DescribeSchemasCommand.d.ts +37 -0
- package/dist-types/commands/DescribeTableStatisticsCommand.d.ts +39 -0
- package/dist-types/commands/ImportCertificateCommand.d.ts +35 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +39 -0
- package/dist-types/commands/ModifyEndpointCommand.d.ts +42 -0
- package/dist-types/commands/ModifyEventSubscriptionCommand.d.ts +35 -0
- package/dist-types/commands/ModifyReplicationInstanceCommand.d.ts +39 -0
- package/dist-types/commands/ModifyReplicationSubnetGroupCommand.d.ts +35 -0
- package/dist-types/commands/ModifyReplicationTaskCommand.d.ts +38 -0
- package/dist-types/commands/MoveReplicationTaskCommand.d.ts +38 -0
- package/dist-types/commands/RebootReplicationInstanceCommand.d.ts +36 -0
- package/dist-types/commands/RefreshSchemasCommand.d.ts +37 -0
- package/dist-types/commands/ReloadTablesCommand.d.ts +37 -0
- package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +40 -0
- package/dist-types/commands/StartReplicationTaskAssessmentCommand.d.ts +36 -0
- package/dist-types/commands/StartReplicationTaskAssessmentRunCommand.d.ts +41 -0
- package/dist-types/commands/StartReplicationTaskCommand.d.ts +38 -0
- package/dist-types/commands/StopReplicationTaskCommand.d.ts +35 -0
- package/dist-types/commands/TestConnectionCommand.d.ts +35 -0
- package/{dist/types → dist-types}/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/index.d.ts +0 -0
- package/{dist/types → dist-types}/models/index.d.ts +0 -0
- package/dist-types/models/models_0.d.ts +7684 -0
- package/dist-types/pagination/DescribeApplicableIndividualAssessmentsPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeCertificatesPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeConnectionsPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeEndpointSettingsPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeEndpointTypesPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeEndpointsPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeEventSubscriptionsPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeEventsPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeOrderableReplicationInstancesPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribePendingMaintenanceActionsPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeReplicationInstanceTaskLogsPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeReplicationInstancesPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeReplicationSubnetGroupsPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeReplicationTaskAssessmentResultsPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeReplicationTaskAssessmentRunsPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeReplicationTaskIndividualAssessmentsPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeReplicationTasksPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeSchemasPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeTableStatisticsPaginator.d.ts +4 -0
- package/dist-types/pagination/Interfaces.d.ts +6 -0
- package/dist-types/protocols/Aws_json1_1.d.ts +167 -0
- package/dist-types/runtimeConfig.browser.d.ts +37 -0
- package/dist-types/runtimeConfig.d.ts +37 -0
- package/dist-types/runtimeConfig.native.d.ts +36 -0
- package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
- package/dist-types/ts3.4/DatabaseMigrationService.d.ts +552 -0
- package/dist-types/ts3.4/DatabaseMigrationServiceClient.d.ts +196 -0
- package/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/ApplyPendingMaintenanceActionCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/CancelReplicationTaskAssessmentRunCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/CreateEndpointCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/CreateEventSubscriptionCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/CreateReplicationInstanceCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/CreateReplicationSubnetGroupCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/CreateReplicationTaskCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeleteCertificateCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeleteConnectionCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeleteEndpointCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/DeleteEventSubscriptionCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeleteReplicationInstanceCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/DeleteReplicationSubnetGroupCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeleteReplicationTaskAssessmentRunCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/DeleteReplicationTaskCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DescribeAccountAttributesCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DescribeApplicableIndividualAssessmentsCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/DescribeCertificatesCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DescribeConnectionsCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/DescribeEndpointSettingsCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/DescribeEndpointTypesCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DescribeEndpointsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DescribeEventCategoriesCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/DescribeEventSubscriptionsCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/DescribeOrderableReplicationInstancesCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/DescribePendingMaintenanceActionsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DescribeRefreshSchemasStatusCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DescribeReplicationInstanceTaskLogsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DescribeReplicationInstancesCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/DescribeReplicationSubnetGroupsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DescribeReplicationTaskAssessmentResultsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DescribeReplicationTaskAssessmentRunsCommand.d.ts +43 -0
- package/dist-types/ts3.4/commands/DescribeReplicationTaskIndividualAssessmentsCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/DescribeReplicationTasksCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/DescribeSchemasCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/DescribeTableStatisticsCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ImportCertificateCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ModifyEndpointCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ModifyEventSubscriptionCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ModifyReplicationInstanceCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ModifyReplicationSubnetGroupCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ModifyReplicationTaskCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/MoveReplicationTaskCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/RebootReplicationInstanceCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/RefreshSchemasCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/ReloadTablesCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/StartReplicationTaskAssessmentCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/StartReplicationTaskAssessmentRunCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/StartReplicationTaskCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/StopReplicationTaskCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/TestConnectionCommand.d.ts +35 -0
- package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
- package/dist-types/ts3.4/models/models_0.d.ts +7684 -0
- package/dist-types/ts3.4/pagination/DescribeApplicableIndividualAssessmentsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeCertificatesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeConnectionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeEndpointSettingsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeEndpointTypesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeEndpointsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeEventSubscriptionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeEventsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeOrderableReplicationInstancesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribePendingMaintenanceActionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeReplicationInstanceTaskLogsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeReplicationInstancesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeReplicationSubnetGroupsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeReplicationTaskAssessmentResultsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeReplicationTaskAssessmentRunsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeReplicationTaskIndividualAssessmentsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeReplicationTasksPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeSchemasPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeTableStatisticsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +167 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +37 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +37 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +36 -0
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
- package/dist-types/ts3.4/waiters/waitForEndpointDeleted.d.ts +14 -0
- package/dist-types/ts3.4/waiters/waitForReplicationInstanceAvailable.d.ts +14 -0
- package/dist-types/ts3.4/waiters/waitForReplicationInstanceDeleted.d.ts +14 -0
- package/dist-types/ts3.4/waiters/waitForReplicationTaskDeleted.d.ts +14 -0
- package/dist-types/ts3.4/waiters/waitForReplicationTaskReady.d.ts +14 -0
- package/dist-types/ts3.4/waiters/waitForReplicationTaskRunning.d.ts +14 -0
- package/dist-types/ts3.4/waiters/waitForReplicationTaskStopped.d.ts +14 -0
- package/dist-types/ts3.4/waiters/waitForTestConnectionSucceeds.d.ts +14 -0
- package/dist-types/waiters/waitForEndpointDeleted.d.ts +14 -0
- package/dist-types/waiters/waitForReplicationInstanceAvailable.d.ts +14 -0
- package/dist-types/waiters/waitForReplicationInstanceDeleted.d.ts +14 -0
- package/dist-types/waiters/waitForReplicationTaskDeleted.d.ts +14 -0
- package/dist-types/waiters/waitForReplicationTaskReady.d.ts +14 -0
- package/dist-types/waiters/waitForReplicationTaskRunning.d.ts +14 -0
- package/dist-types/waiters/waitForReplicationTaskStopped.d.ts +14 -0
- package/dist-types/waiters/waitForTestConnectionSucceeds.d.ts +14 -0
- package/package.json +51 -51
- package/src/DatabaseMigrationService.ts +2210 -0
- package/src/DatabaseMigrationServiceClient.ts +537 -0
- package/src/commands/AddTagsToResourceCommand.ts +104 -0
- package/src/commands/ApplyPendingMaintenanceActionCommand.ts +104 -0
- package/src/commands/CancelReplicationTaskAssessmentRunCommand.ts +113 -0
- package/src/commands/CreateEndpointCommand.ts +106 -0
- package/src/commands/CreateEventSubscriptionCommand.ts +114 -0
- package/src/commands/CreateReplicationInstanceCommand.ts +107 -0
- package/src/commands/CreateReplicationSubnetGroupCommand.ts +106 -0
- package/src/commands/CreateReplicationTaskCommand.ts +99 -0
- package/src/commands/DeleteCertificateCommand.ts +99 -0
- package/src/commands/DeleteConnectionCommand.ts +99 -0
- package/src/commands/DeleteEndpointCommand.ts +104 -0
- package/src/commands/DeleteEventSubscriptionCommand.ts +99 -0
- package/src/commands/DeleteReplicationInstanceCommand.ts +107 -0
- package/src/commands/DeleteReplicationSubnetGroupCommand.ts +104 -0
- package/src/commands/DeleteReplicationTaskAssessmentRunCommand.ts +113 -0
- package/src/commands/DeleteReplicationTaskCommand.ts +99 -0
- package/src/commands/DescribeAccountAttributesCommand.ts +108 -0
- package/src/commands/DescribeApplicableIndividualAssessmentsCommand.ts +128 -0
- package/src/commands/DescribeCertificatesCommand.ts +99 -0
- package/src/commands/DescribeConnectionsCommand.ts +100 -0
- package/src/commands/DescribeEndpointSettingsCommand.ts +100 -0
- package/src/commands/DescribeEndpointTypesCommand.ts +99 -0
- package/src/commands/DescribeEndpointsCommand.ts +99 -0
- package/src/commands/DescribeEventCategoriesCommand.ts +103 -0
- package/src/commands/DescribeEventSubscriptionsCommand.ts +107 -0
- package/src/commands/DescribeEventsCommand.ts +103 -0
- package/src/commands/DescribeOrderableReplicationInstancesCommand.ts +112 -0
- package/src/commands/DescribePendingMaintenanceActionsCommand.ts +110 -0
- package/src/commands/DescribeRefreshSchemasStatusCommand.ts +104 -0
- package/src/commands/DescribeReplicationInstanceTaskLogsCommand.ts +110 -0
- package/src/commands/DescribeReplicationInstancesCommand.ts +105 -0
- package/src/commands/DescribeReplicationSubnetGroupsCommand.ts +107 -0
- package/src/commands/DescribeReplicationTaskAssessmentResultsCommand.ts +120 -0
- package/src/commands/DescribeReplicationTaskAssessmentRunsCommand.ts +119 -0
- package/src/commands/DescribeReplicationTaskIndividualAssessmentsCommand.ts +116 -0
- package/src/commands/DescribeReplicationTasksCommand.ts +100 -0
- package/src/commands/DescribeSchemasCommand.ts +101 -0
- package/src/commands/DescribeTableStatisticsCommand.ts +103 -0
- package/src/commands/ImportCertificateCommand.ts +99 -0
- package/src/commands/ListTagsForResourceCommand.ts +103 -0
- package/src/commands/ModifyEndpointCommand.ts +106 -0
- package/src/commands/ModifyEventSubscriptionCommand.ts +99 -0
- package/src/commands/ModifyReplicationInstanceCommand.ts +106 -0
- package/src/commands/ModifyReplicationSubnetGroupCommand.ts +104 -0
- package/src/commands/ModifyReplicationTaskCommand.ts +102 -0
- package/src/commands/MoveReplicationTaskCommand.ts +102 -0
- package/src/commands/RebootReplicationInstanceCommand.ts +103 -0
- package/src/commands/RefreshSchemasCommand.ts +101 -0
- package/src/commands/ReloadTablesCommand.ts +101 -0
- package/src/commands/RemoveTagsFromResourceCommand.ts +104 -0
- package/src/commands/StartReplicationTaskAssessmentCommand.ts +108 -0
- package/src/commands/StartReplicationTaskAssessmentRunCommand.ts +116 -0
- package/src/commands/StartReplicationTaskCommand.ts +102 -0
- package/src/commands/StopReplicationTaskCommand.ts +99 -0
- package/src/commands/TestConnectionCommand.ts +99 -0
- package/src/endpoints.ts +63 -0
- package/{index.ts → src/index.ts} +0 -0
- package/{models → src/models}/index.ts +0 -0
- package/src/models/models_0.ts +9145 -0
- package/src/pagination/DescribeApplicableIndividualAssessmentsPaginator.ts +59 -0
- package/src/pagination/DescribeCertificatesPaginator.ts +59 -0
- package/src/pagination/DescribeConnectionsPaginator.ts +59 -0
- package/src/pagination/DescribeEndpointSettingsPaginator.ts +59 -0
- package/src/pagination/DescribeEndpointTypesPaginator.ts +59 -0
- package/src/pagination/DescribeEndpointsPaginator.ts +59 -0
- package/src/pagination/DescribeEventSubscriptionsPaginator.ts +59 -0
- package/src/pagination/DescribeEventsPaginator.ts +59 -0
- package/src/pagination/DescribeOrderableReplicationInstancesPaginator.ts +59 -0
- package/src/pagination/DescribePendingMaintenanceActionsPaginator.ts +59 -0
- package/src/pagination/DescribeReplicationInstanceTaskLogsPaginator.ts +59 -0
- package/src/pagination/DescribeReplicationInstancesPaginator.ts +59 -0
- package/src/pagination/DescribeReplicationSubnetGroupsPaginator.ts +59 -0
- package/src/pagination/DescribeReplicationTaskAssessmentResultsPaginator.ts +59 -0
- package/src/pagination/DescribeReplicationTaskAssessmentRunsPaginator.ts +59 -0
- package/src/pagination/DescribeReplicationTaskIndividualAssessmentsPaginator.ts +59 -0
- package/src/pagination/DescribeReplicationTasksPaginator.ts +59 -0
- package/src/pagination/DescribeSchemasPaginator.ts +59 -0
- package/src/pagination/DescribeTableStatisticsPaginator.ts +59 -0
- package/src/pagination/Interfaces.ts +8 -0
- package/src/protocols/Aws_json1_1.ts +9003 -0
- package/src/runtimeConfig.browser.ts +41 -0
- package/src/runtimeConfig.native.ts +17 -0
- package/src/runtimeConfig.shared.ts +17 -0
- package/src/runtimeConfig.ts +46 -0
- package/src/waiters/waitForEndpointDeleted.ts +73 -0
- package/src/waiters/waitForReplicationInstanceAvailable.ts +117 -0
- package/src/waiters/waitForReplicationInstanceDeleted.ts +62 -0
- package/src/waiters/waitForReplicationTaskDeleted.ts +118 -0
- package/src/waiters/waitForReplicationTaskReady.ts +173 -0
- package/src/waiters/waitForReplicationTaskRunning.ts +173 -0
- package/src/waiters/waitForReplicationTaskStopped.ts +159 -0
- package/src/waiters/waitForTestConnectionSucceeds.ts +72 -0
- package/tsconfig.es.json +1 -3
- package/tsconfig.json +7 -7
- package/tsconfig.types.json +9 -0
- package/DatabaseMigrationService.ts +0 -2205
- package/DatabaseMigrationServiceClient.ts +0 -536
- package/commands/AddTagsToResourceCommand.ts +0 -103
- package/commands/ApplyPendingMaintenanceActionCommand.ts +0 -103
- package/commands/CancelReplicationTaskAssessmentRunCommand.ts +0 -112
- package/commands/CreateEndpointCommand.ts +0 -105
- package/commands/CreateEventSubscriptionCommand.ts +0 -113
- package/commands/CreateReplicationInstanceCommand.ts +0 -106
- package/commands/CreateReplicationSubnetGroupCommand.ts +0 -103
- package/commands/CreateReplicationTaskCommand.ts +0 -98
- package/commands/DeleteCertificateCommand.ts +0 -98
- package/commands/DeleteConnectionCommand.ts +0 -98
- package/commands/DeleteEndpointCommand.ts +0 -103
- package/commands/DeleteEventSubscriptionCommand.ts +0 -98
- package/commands/DeleteReplicationInstanceCommand.ts +0 -106
- package/commands/DeleteReplicationSubnetGroupCommand.ts +0 -103
- package/commands/DeleteReplicationTaskAssessmentRunCommand.ts +0 -112
- package/commands/DeleteReplicationTaskCommand.ts +0 -98
- package/commands/DescribeAccountAttributesCommand.ts +0 -107
- package/commands/DescribeApplicableIndividualAssessmentsCommand.ts +0 -127
- package/commands/DescribeCertificatesCommand.ts +0 -98
- package/commands/DescribeConnectionsCommand.ts +0 -99
- package/commands/DescribeEndpointSettingsCommand.ts +0 -99
- package/commands/DescribeEndpointTypesCommand.ts +0 -98
- package/commands/DescribeEndpointsCommand.ts +0 -98
- package/commands/DescribeEventCategoriesCommand.ts +0 -102
- package/commands/DescribeEventSubscriptionsCommand.ts +0 -106
- package/commands/DescribeEventsCommand.ts +0 -102
- package/commands/DescribeOrderableReplicationInstancesCommand.ts +0 -111
- package/commands/DescribePendingMaintenanceActionsCommand.ts +0 -109
- package/commands/DescribeRefreshSchemasStatusCommand.ts +0 -103
- package/commands/DescribeReplicationInstanceTaskLogsCommand.ts +0 -109
- package/commands/DescribeReplicationInstancesCommand.ts +0 -104
- package/commands/DescribeReplicationSubnetGroupsCommand.ts +0 -106
- package/commands/DescribeReplicationTaskAssessmentResultsCommand.ts +0 -119
- package/commands/DescribeReplicationTaskAssessmentRunsCommand.ts +0 -118
- package/commands/DescribeReplicationTaskIndividualAssessmentsCommand.ts +0 -115
- package/commands/DescribeReplicationTasksCommand.ts +0 -99
- package/commands/DescribeSchemasCommand.ts +0 -100
- package/commands/DescribeTableStatisticsCommand.ts +0 -102
- package/commands/ImportCertificateCommand.ts +0 -98
- package/commands/ListTagsForResourceCommand.ts +0 -102
- package/commands/ModifyEndpointCommand.ts +0 -105
- package/commands/ModifyEventSubscriptionCommand.ts +0 -98
- package/commands/ModifyReplicationInstanceCommand.ts +0 -105
- package/commands/ModifyReplicationSubnetGroupCommand.ts +0 -103
- package/commands/ModifyReplicationTaskCommand.ts +0 -101
- package/commands/MoveReplicationTaskCommand.ts +0 -101
- package/commands/RebootReplicationInstanceCommand.ts +0 -102
- package/commands/RefreshSchemasCommand.ts +0 -100
- package/commands/ReloadTablesCommand.ts +0 -98
- package/commands/RemoveTagsFromResourceCommand.ts +0 -103
- package/commands/StartReplicationTaskAssessmentCommand.ts +0 -107
- package/commands/StartReplicationTaskAssessmentRunCommand.ts +0 -115
- package/commands/StartReplicationTaskCommand.ts +0 -101
- package/commands/StopReplicationTaskCommand.ts +0 -98
- package/commands/TestConnectionCommand.ts +0 -98
- package/dist/cjs/DatabaseMigrationService.js +0 -845
- package/dist/cjs/DatabaseMigrationService.js.map +0 -1
- package/dist/cjs/DatabaseMigrationServiceClient.js +0 -53
- package/dist/cjs/DatabaseMigrationServiceClient.js.map +0 -1
- package/dist/cjs/commands/AddTagsToResourceCommand.js +0 -66
- package/dist/cjs/commands/AddTagsToResourceCommand.js.map +0 -1
- package/dist/cjs/commands/ApplyPendingMaintenanceActionCommand.js +0 -61
- package/dist/cjs/commands/ApplyPendingMaintenanceActionCommand.js.map +0 -1
- package/dist/cjs/commands/CancelReplicationTaskAssessmentRunCommand.js +0 -64
- package/dist/cjs/commands/CancelReplicationTaskAssessmentRunCommand.js.map +0 -1
- package/dist/cjs/commands/CreateEndpointCommand.js +0 -68
- package/dist/cjs/commands/CreateEndpointCommand.js.map +0 -1
- package/dist/cjs/commands/CreateEventSubscriptionCommand.js +0 -76
- package/dist/cjs/commands/CreateEventSubscriptionCommand.js.map +0 -1
- package/dist/cjs/commands/CreateReplicationInstanceCommand.js +0 -66
- package/dist/cjs/commands/CreateReplicationInstanceCommand.js.map +0 -1
- package/dist/cjs/commands/CreateReplicationSubnetGroupCommand.js +0 -61
- package/dist/cjs/commands/CreateReplicationSubnetGroupCommand.js.map +0 -1
- package/dist/cjs/commands/CreateReplicationTaskCommand.js +0 -61
- package/dist/cjs/commands/CreateReplicationTaskCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteCertificateCommand.js +0 -61
- package/dist/cjs/commands/DeleteCertificateCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteConnectionCommand.js +0 -61
- package/dist/cjs/commands/DeleteConnectionCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteEndpointCommand.js +0 -66
- package/dist/cjs/commands/DeleteEndpointCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteEventSubscriptionCommand.js +0 -61
- package/dist/cjs/commands/DeleteEventSubscriptionCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteReplicationInstanceCommand.js +0 -66
- package/dist/cjs/commands/DeleteReplicationInstanceCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteReplicationSubnetGroupCommand.js +0 -61
- package/dist/cjs/commands/DeleteReplicationSubnetGroupCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteReplicationTaskAssessmentRunCommand.js +0 -64
- package/dist/cjs/commands/DeleteReplicationTaskAssessmentRunCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteReplicationTaskCommand.js +0 -61
- package/dist/cjs/commands/DeleteReplicationTaskCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeAccountAttributesCommand.js +0 -67
- package/dist/cjs/commands/DescribeAccountAttributesCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeApplicableIndividualAssessmentsCommand.js +0 -75
- package/dist/cjs/commands/DescribeApplicableIndividualAssessmentsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeCertificatesCommand.js +0 -61
- package/dist/cjs/commands/DescribeCertificatesCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeConnectionsCommand.js +0 -62
- package/dist/cjs/commands/DescribeConnectionsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeEndpointSettingsCommand.js +0 -62
- package/dist/cjs/commands/DescribeEndpointSettingsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeEndpointTypesCommand.js +0 -61
- package/dist/cjs/commands/DescribeEndpointTypesCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeEndpointsCommand.js +0 -61
- package/dist/cjs/commands/DescribeEndpointsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeEventCategoriesCommand.js +0 -65
- package/dist/cjs/commands/DescribeEventCategoriesCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeEventSubscriptionsCommand.js +0 -66
- package/dist/cjs/commands/DescribeEventSubscriptionsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeEventsCommand.js +0 -65
- package/dist/cjs/commands/DescribeEventsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeOrderableReplicationInstancesCommand.js +0 -62
- package/dist/cjs/commands/DescribeOrderableReplicationInstancesCommand.js.map +0 -1
- package/dist/cjs/commands/DescribePendingMaintenanceActionsCommand.js +0 -61
- package/dist/cjs/commands/DescribePendingMaintenanceActionsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeRefreshSchemasStatusCommand.js +0 -61
- package/dist/cjs/commands/DescribeRefreshSchemasStatusCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeReplicationInstanceTaskLogsCommand.js +0 -61
- package/dist/cjs/commands/DescribeReplicationInstanceTaskLogsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeReplicationInstancesCommand.js +0 -62
- package/dist/cjs/commands/DescribeReplicationInstancesCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeReplicationSubnetGroupsCommand.js +0 -61
- package/dist/cjs/commands/DescribeReplicationSubnetGroupsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeReplicationTaskAssessmentResultsCommand.js +0 -67
- package/dist/cjs/commands/DescribeReplicationTaskAssessmentResultsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeReplicationTaskAssessmentRunsCommand.js +0 -69
- package/dist/cjs/commands/DescribeReplicationTaskAssessmentRunsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeReplicationTaskIndividualAssessmentsCommand.js +0 -63
- package/dist/cjs/commands/DescribeReplicationTaskIndividualAssessmentsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeReplicationTasksCommand.js +0 -62
- package/dist/cjs/commands/DescribeReplicationTasksCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeSchemasCommand.js +0 -63
- package/dist/cjs/commands/DescribeSchemasCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeTableStatisticsCommand.js +0 -65
- package/dist/cjs/commands/DescribeTableStatisticsCommand.js.map +0 -1
- package/dist/cjs/commands/ImportCertificateCommand.js +0 -61
- package/dist/cjs/commands/ImportCertificateCommand.js.map +0 -1
- package/dist/cjs/commands/ListTagsForResourceCommand.js +0 -65
- package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/cjs/commands/ModifyEndpointCommand.js +0 -68
- package/dist/cjs/commands/ModifyEndpointCommand.js.map +0 -1
- package/dist/cjs/commands/ModifyEventSubscriptionCommand.js +0 -61
- package/dist/cjs/commands/ModifyEventSubscriptionCommand.js.map +0 -1
- package/dist/cjs/commands/ModifyReplicationInstanceCommand.js +0 -65
- package/dist/cjs/commands/ModifyReplicationInstanceCommand.js.map +0 -1
- package/dist/cjs/commands/ModifyReplicationSubnetGroupCommand.js +0 -61
- package/dist/cjs/commands/ModifyReplicationSubnetGroupCommand.js.map +0 -1
- package/dist/cjs/commands/ModifyReplicationTaskCommand.js +0 -64
- package/dist/cjs/commands/ModifyReplicationTaskCommand.js.map +0 -1
- package/dist/cjs/commands/MoveReplicationTaskCommand.js +0 -64
- package/dist/cjs/commands/MoveReplicationTaskCommand.js.map +0 -1
- package/dist/cjs/commands/RebootReplicationInstanceCommand.js +0 -62
- package/dist/cjs/commands/RebootReplicationInstanceCommand.js.map +0 -1
- package/dist/cjs/commands/RefreshSchemasCommand.js +0 -63
- package/dist/cjs/commands/RefreshSchemasCommand.js.map +0 -1
- package/dist/cjs/commands/ReloadTablesCommand.js +0 -61
- package/dist/cjs/commands/ReloadTablesCommand.js.map +0 -1
- package/dist/cjs/commands/RemoveTagsFromResourceCommand.js +0 -66
- package/dist/cjs/commands/RemoveTagsFromResourceCommand.js.map +0 -1
- package/dist/cjs/commands/StartReplicationTaskAssessmentCommand.js +0 -62
- package/dist/cjs/commands/StartReplicationTaskAssessmentCommand.js.map +0 -1
- package/dist/cjs/commands/StartReplicationTaskAssessmentRunCommand.js +0 -67
- package/dist/cjs/commands/StartReplicationTaskAssessmentRunCommand.js.map +0 -1
- package/dist/cjs/commands/StartReplicationTaskCommand.js +0 -64
- package/dist/cjs/commands/StartReplicationTaskCommand.js.map +0 -1
- package/dist/cjs/commands/StopReplicationTaskCommand.js +0 -61
- package/dist/cjs/commands/StopReplicationTaskCommand.js.map +0 -1
- package/dist/cjs/commands/TestConnectionCommand.js +0 -61
- package/dist/cjs/commands/TestConnectionCommand.js.map +0 -1
- package/dist/cjs/endpoints.js +0 -63
- package/dist/cjs/endpoints.js.map +0 -1
- package/dist/cjs/index.js +0 -90
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/models/index.js +0 -5
- package/dist/cjs/models/index.js.map +0 -1
- package/dist/cjs/models/models_0.js.map +0 -1
- package/dist/cjs/package.json +0 -92
- package/dist/cjs/pagination/DescribeApplicableIndividualAssessmentsPaginator.js +0 -46
- package/dist/cjs/pagination/DescribeApplicableIndividualAssessmentsPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeCertificatesPaginator.js +0 -46
- package/dist/cjs/pagination/DescribeCertificatesPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeConnectionsPaginator.js +0 -46
- package/dist/cjs/pagination/DescribeConnectionsPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeEndpointSettingsPaginator.js +0 -46
- package/dist/cjs/pagination/DescribeEndpointSettingsPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeEndpointTypesPaginator.js +0 -46
- package/dist/cjs/pagination/DescribeEndpointTypesPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeEndpointsPaginator.js +0 -46
- package/dist/cjs/pagination/DescribeEndpointsPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeEventSubscriptionsPaginator.js +0 -46
- package/dist/cjs/pagination/DescribeEventSubscriptionsPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeEventsPaginator.js +0 -46
- package/dist/cjs/pagination/DescribeEventsPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeOrderableReplicationInstancesPaginator.js +0 -46
- package/dist/cjs/pagination/DescribeOrderableReplicationInstancesPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribePendingMaintenanceActionsPaginator.js +0 -46
- package/dist/cjs/pagination/DescribePendingMaintenanceActionsPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeReplicationInstanceTaskLogsPaginator.js +0 -46
- package/dist/cjs/pagination/DescribeReplicationInstanceTaskLogsPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeReplicationInstancesPaginator.js +0 -46
- package/dist/cjs/pagination/DescribeReplicationInstancesPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeReplicationSubnetGroupsPaginator.js +0 -46
- package/dist/cjs/pagination/DescribeReplicationSubnetGroupsPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeReplicationTaskAssessmentResultsPaginator.js +0 -46
- package/dist/cjs/pagination/DescribeReplicationTaskAssessmentResultsPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeReplicationTaskAssessmentRunsPaginator.js +0 -46
- package/dist/cjs/pagination/DescribeReplicationTaskAssessmentRunsPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeReplicationTaskIndividualAssessmentsPaginator.js +0 -46
- package/dist/cjs/pagination/DescribeReplicationTaskIndividualAssessmentsPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeReplicationTasksPaginator.js +0 -46
- package/dist/cjs/pagination/DescribeReplicationTasksPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeSchemasPaginator.js +0 -46
- package/dist/cjs/pagination/DescribeSchemasPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeTableStatisticsPaginator.js +0 -46
- package/dist/cjs/pagination/DescribeTableStatisticsPaginator.js.map +0 -1
- package/dist/cjs/pagination/Interfaces.js.map +0 -1
- package/dist/cjs/protocols/Aws_json1_1.js +0 -7215
- package/dist/cjs/protocols/Aws_json1_1.js.map +0 -1
- package/dist/cjs/runtimeConfig.browser.js +0 -41
- package/dist/cjs/runtimeConfig.browser.js.map +0 -1
- package/dist/cjs/runtimeConfig.js +0 -46
- package/dist/cjs/runtimeConfig.js.map +0 -1
- package/dist/cjs/runtimeConfig.native.js +0 -20
- package/dist/cjs/runtimeConfig.native.js.map +0 -1
- package/dist/cjs/runtimeConfig.shared.js +0 -21
- package/dist/cjs/runtimeConfig.shared.js.map +0 -1
- package/dist/cjs/waiters/waitForEndpointDeleted.js +0 -70
- package/dist/cjs/waiters/waitForEndpointDeleted.js.map +0 -1
- package/dist/cjs/waiters/waitForReplicationInstanceAvailable.js +0 -114
- package/dist/cjs/waiters/waitForReplicationInstanceAvailable.js.map +0 -1
- package/dist/cjs/waiters/waitForReplicationInstanceDeleted.js +0 -55
- package/dist/cjs/waiters/waitForReplicationInstanceDeleted.js.map +0 -1
- package/dist/cjs/waiters/waitForReplicationTaskDeleted.js +0 -115
- package/dist/cjs/waiters/waitForReplicationTaskDeleted.js.map +0 -1
- package/dist/cjs/waiters/waitForReplicationTaskReady.js +0 -174
- package/dist/cjs/waiters/waitForReplicationTaskReady.js.map +0 -1
- package/dist/cjs/waiters/waitForReplicationTaskRunning.js +0 -174
- package/dist/cjs/waiters/waitForReplicationTaskRunning.js.map +0 -1
- package/dist/cjs/waiters/waitForReplicationTaskStopped.js +0 -159
- package/dist/cjs/waiters/waitForReplicationTaskStopped.js.map +0 -1
- package/dist/cjs/waiters/waitForTestConnectionSucceeds.js +0 -69
- package/dist/cjs/waiters/waitForTestConnectionSucceeds.js.map +0 -1
- package/dist/es/DatabaseMigrationService.js +0 -848
- package/dist/es/DatabaseMigrationService.js.map +0 -1
- package/dist/es/DatabaseMigrationServiceClient.js +0 -55
- package/dist/es/DatabaseMigrationServiceClient.js.map +0 -1
- package/dist/es/commands/AddTagsToResourceCommand.js +0 -70
- package/dist/es/commands/AddTagsToResourceCommand.js.map +0 -1
- package/dist/es/commands/ApplyPendingMaintenanceActionCommand.js +0 -65
- package/dist/es/commands/ApplyPendingMaintenanceActionCommand.js.map +0 -1
- package/dist/es/commands/CancelReplicationTaskAssessmentRunCommand.js +0 -68
- package/dist/es/commands/CancelReplicationTaskAssessmentRunCommand.js.map +0 -1
- package/dist/es/commands/CreateEndpointCommand.js +0 -72
- package/dist/es/commands/CreateEndpointCommand.js.map +0 -1
- package/dist/es/commands/CreateEventSubscriptionCommand.js +0 -80
- package/dist/es/commands/CreateEventSubscriptionCommand.js.map +0 -1
- package/dist/es/commands/CreateReplicationInstanceCommand.js +0 -70
- package/dist/es/commands/CreateReplicationInstanceCommand.js.map +0 -1
- package/dist/es/commands/CreateReplicationSubnetGroupCommand.js +0 -65
- package/dist/es/commands/CreateReplicationSubnetGroupCommand.js.map +0 -1
- package/dist/es/commands/CreateReplicationTaskCommand.js +0 -65
- package/dist/es/commands/CreateReplicationTaskCommand.js.map +0 -1
- package/dist/es/commands/DeleteCertificateCommand.js +0 -65
- package/dist/es/commands/DeleteCertificateCommand.js.map +0 -1
- package/dist/es/commands/DeleteConnectionCommand.js +0 -65
- package/dist/es/commands/DeleteConnectionCommand.js.map +0 -1
- package/dist/es/commands/DeleteEndpointCommand.js +0 -70
- package/dist/es/commands/DeleteEndpointCommand.js.map +0 -1
- package/dist/es/commands/DeleteEventSubscriptionCommand.js +0 -65
- package/dist/es/commands/DeleteEventSubscriptionCommand.js.map +0 -1
- package/dist/es/commands/DeleteReplicationInstanceCommand.js +0 -70
- package/dist/es/commands/DeleteReplicationInstanceCommand.js.map +0 -1
- package/dist/es/commands/DeleteReplicationSubnetGroupCommand.js +0 -65
- package/dist/es/commands/DeleteReplicationSubnetGroupCommand.js.map +0 -1
- package/dist/es/commands/DeleteReplicationTaskAssessmentRunCommand.js +0 -68
- package/dist/es/commands/DeleteReplicationTaskAssessmentRunCommand.js.map +0 -1
- package/dist/es/commands/DeleteReplicationTaskCommand.js +0 -65
- package/dist/es/commands/DeleteReplicationTaskCommand.js.map +0 -1
- package/dist/es/commands/DescribeAccountAttributesCommand.js +0 -71
- package/dist/es/commands/DescribeAccountAttributesCommand.js.map +0 -1
- package/dist/es/commands/DescribeApplicableIndividualAssessmentsCommand.js +0 -79
- package/dist/es/commands/DescribeApplicableIndividualAssessmentsCommand.js.map +0 -1
- package/dist/es/commands/DescribeCertificatesCommand.js +0 -65
- package/dist/es/commands/DescribeCertificatesCommand.js.map +0 -1
- package/dist/es/commands/DescribeConnectionsCommand.js +0 -66
- package/dist/es/commands/DescribeConnectionsCommand.js.map +0 -1
- package/dist/es/commands/DescribeEndpointSettingsCommand.js +0 -66
- package/dist/es/commands/DescribeEndpointSettingsCommand.js.map +0 -1
- package/dist/es/commands/DescribeEndpointTypesCommand.js +0 -65
- package/dist/es/commands/DescribeEndpointTypesCommand.js.map +0 -1
- package/dist/es/commands/DescribeEndpointsCommand.js +0 -65
- package/dist/es/commands/DescribeEndpointsCommand.js.map +0 -1
- package/dist/es/commands/DescribeEventCategoriesCommand.js +0 -69
- package/dist/es/commands/DescribeEventCategoriesCommand.js.map +0 -1
- package/dist/es/commands/DescribeEventSubscriptionsCommand.js +0 -70
- package/dist/es/commands/DescribeEventSubscriptionsCommand.js.map +0 -1
- package/dist/es/commands/DescribeEventsCommand.js +0 -69
- package/dist/es/commands/DescribeEventsCommand.js.map +0 -1
- package/dist/es/commands/DescribeOrderableReplicationInstancesCommand.js +0 -66
- package/dist/es/commands/DescribeOrderableReplicationInstancesCommand.js.map +0 -1
- package/dist/es/commands/DescribePendingMaintenanceActionsCommand.js +0 -65
- package/dist/es/commands/DescribePendingMaintenanceActionsCommand.js.map +0 -1
- package/dist/es/commands/DescribeRefreshSchemasStatusCommand.js +0 -65
- package/dist/es/commands/DescribeRefreshSchemasStatusCommand.js.map +0 -1
- package/dist/es/commands/DescribeReplicationInstanceTaskLogsCommand.js +0 -65
- package/dist/es/commands/DescribeReplicationInstanceTaskLogsCommand.js.map +0 -1
- package/dist/es/commands/DescribeReplicationInstancesCommand.js +0 -66
- package/dist/es/commands/DescribeReplicationInstancesCommand.js.map +0 -1
- package/dist/es/commands/DescribeReplicationSubnetGroupsCommand.js +0 -65
- package/dist/es/commands/DescribeReplicationSubnetGroupsCommand.js.map +0 -1
- package/dist/es/commands/DescribeReplicationTaskAssessmentResultsCommand.js +0 -71
- package/dist/es/commands/DescribeReplicationTaskAssessmentResultsCommand.js.map +0 -1
- package/dist/es/commands/DescribeReplicationTaskAssessmentRunsCommand.js +0 -73
- package/dist/es/commands/DescribeReplicationTaskAssessmentRunsCommand.js.map +0 -1
- package/dist/es/commands/DescribeReplicationTaskIndividualAssessmentsCommand.js +0 -67
- package/dist/es/commands/DescribeReplicationTaskIndividualAssessmentsCommand.js.map +0 -1
- package/dist/es/commands/DescribeReplicationTasksCommand.js +0 -66
- package/dist/es/commands/DescribeReplicationTasksCommand.js.map +0 -1
- package/dist/es/commands/DescribeSchemasCommand.js +0 -67
- package/dist/es/commands/DescribeSchemasCommand.js.map +0 -1
- package/dist/es/commands/DescribeTableStatisticsCommand.js +0 -69
- package/dist/es/commands/DescribeTableStatisticsCommand.js.map +0 -1
- package/dist/es/commands/ImportCertificateCommand.js +0 -65
- package/dist/es/commands/ImportCertificateCommand.js.map +0 -1
- package/dist/es/commands/ListTagsForResourceCommand.js +0 -69
- package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/es/commands/ModifyEndpointCommand.js +0 -72
- package/dist/es/commands/ModifyEndpointCommand.js.map +0 -1
- package/dist/es/commands/ModifyEventSubscriptionCommand.js +0 -65
- package/dist/es/commands/ModifyEventSubscriptionCommand.js.map +0 -1
- package/dist/es/commands/ModifyReplicationInstanceCommand.js +0 -69
- package/dist/es/commands/ModifyReplicationInstanceCommand.js.map +0 -1
- package/dist/es/commands/ModifyReplicationSubnetGroupCommand.js +0 -65
- package/dist/es/commands/ModifyReplicationSubnetGroupCommand.js.map +0 -1
- package/dist/es/commands/ModifyReplicationTaskCommand.js +0 -68
- package/dist/es/commands/ModifyReplicationTaskCommand.js.map +0 -1
- package/dist/es/commands/MoveReplicationTaskCommand.js +0 -68
- package/dist/es/commands/MoveReplicationTaskCommand.js.map +0 -1
- package/dist/es/commands/RebootReplicationInstanceCommand.js +0 -66
- package/dist/es/commands/RebootReplicationInstanceCommand.js.map +0 -1
- package/dist/es/commands/RefreshSchemasCommand.js +0 -67
- package/dist/es/commands/RefreshSchemasCommand.js.map +0 -1
- package/dist/es/commands/ReloadTablesCommand.js +0 -65
- package/dist/es/commands/ReloadTablesCommand.js.map +0 -1
- package/dist/es/commands/RemoveTagsFromResourceCommand.js +0 -70
- package/dist/es/commands/RemoveTagsFromResourceCommand.js.map +0 -1
- package/dist/es/commands/StartReplicationTaskAssessmentCommand.js +0 -66
- package/dist/es/commands/StartReplicationTaskAssessmentCommand.js.map +0 -1
- package/dist/es/commands/StartReplicationTaskAssessmentRunCommand.js +0 -71
- package/dist/es/commands/StartReplicationTaskAssessmentRunCommand.js.map +0 -1
- package/dist/es/commands/StartReplicationTaskCommand.js +0 -68
- package/dist/es/commands/StartReplicationTaskCommand.js.map +0 -1
- package/dist/es/commands/StopReplicationTaskCommand.js +0 -65
- package/dist/es/commands/StopReplicationTaskCommand.js.map +0 -1
- package/dist/es/commands/TestConnectionCommand.js +0 -65
- package/dist/es/commands/TestConnectionCommand.js.map +0 -1
- package/dist/es/endpoints.js +0 -59
- package/dist/es/endpoints.js.map +0 -1
- package/dist/es/index.js.map +0 -1
- package/dist/es/models/index.js.map +0 -1
- package/dist/es/models/models_0.js +0 -1435
- package/dist/es/models/models_0.js.map +0 -1
- package/dist/es/package.json +0 -92
- package/dist/es/pagination/DescribeApplicableIndividualAssessmentsPaginator.js +0 -87
- package/dist/es/pagination/DescribeApplicableIndividualAssessmentsPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeCertificatesPaginator.js +0 -87
- package/dist/es/pagination/DescribeCertificatesPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeConnectionsPaginator.js +0 -87
- package/dist/es/pagination/DescribeConnectionsPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeEndpointSettingsPaginator.js +0 -87
- package/dist/es/pagination/DescribeEndpointSettingsPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeEndpointTypesPaginator.js +0 -87
- package/dist/es/pagination/DescribeEndpointTypesPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeEndpointsPaginator.js +0 -87
- package/dist/es/pagination/DescribeEndpointsPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeEventSubscriptionsPaginator.js +0 -87
- package/dist/es/pagination/DescribeEventSubscriptionsPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeEventsPaginator.js +0 -87
- package/dist/es/pagination/DescribeEventsPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeOrderableReplicationInstancesPaginator.js +0 -87
- package/dist/es/pagination/DescribeOrderableReplicationInstancesPaginator.js.map +0 -1
- package/dist/es/pagination/DescribePendingMaintenanceActionsPaginator.js +0 -87
- package/dist/es/pagination/DescribePendingMaintenanceActionsPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeReplicationInstanceTaskLogsPaginator.js +0 -87
- package/dist/es/pagination/DescribeReplicationInstanceTaskLogsPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeReplicationInstancesPaginator.js +0 -87
- package/dist/es/pagination/DescribeReplicationInstancesPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeReplicationSubnetGroupsPaginator.js +0 -87
- package/dist/es/pagination/DescribeReplicationSubnetGroupsPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeReplicationTaskAssessmentResultsPaginator.js +0 -87
- package/dist/es/pagination/DescribeReplicationTaskAssessmentResultsPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeReplicationTaskAssessmentRunsPaginator.js +0 -87
- package/dist/es/pagination/DescribeReplicationTaskAssessmentRunsPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeReplicationTaskIndividualAssessmentsPaginator.js +0 -87
- package/dist/es/pagination/DescribeReplicationTaskIndividualAssessmentsPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeReplicationTasksPaginator.js +0 -87
- package/dist/es/pagination/DescribeReplicationTasksPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeSchemasPaginator.js +0 -87
- package/dist/es/pagination/DescribeSchemasPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeTableStatisticsPaginator.js +0 -87
- package/dist/es/pagination/DescribeTableStatisticsPaginator.js.map +0 -1
- package/dist/es/pagination/Interfaces.js.map +0 -1
- package/dist/es/protocols/Aws_json1_1.js +0 -7124
- package/dist/es/protocols/Aws_json1_1.js.map +0 -1
- package/dist/es/runtimeConfig.browser.js +0 -20
- package/dist/es/runtimeConfig.browser.js.map +0 -1
- package/dist/es/runtimeConfig.js +0 -25
- package/dist/es/runtimeConfig.js.map +0 -1
- package/dist/es/runtimeConfig.native.js +0 -12
- package/dist/es/runtimeConfig.native.js.map +0 -1
- package/dist/es/runtimeConfig.shared.js +0 -17
- package/dist/es/runtimeConfig.shared.js.map +0 -1
- package/dist/es/waiters/waitForEndpointDeleted.js +0 -106
- package/dist/es/waiters/waitForEndpointDeleted.js.map +0 -1
- package/dist/es/waiters/waitForReplicationInstanceAvailable.js +0 -180
- package/dist/es/waiters/waitForReplicationInstanceAvailable.js.map +0 -1
- package/dist/es/waiters/waitForReplicationInstanceDeleted.js +0 -81
- package/dist/es/waiters/waitForReplicationInstanceDeleted.js.map +0 -1
- package/dist/es/waiters/waitForReplicationTaskDeleted.js +0 -181
- package/dist/es/waiters/waitForReplicationTaskDeleted.js.map +0 -1
- package/dist/es/waiters/waitForReplicationTaskReady.js +0 -280
- package/dist/es/waiters/waitForReplicationTaskReady.js.map +0 -1
- package/dist/es/waiters/waitForReplicationTaskRunning.js +0 -280
- package/dist/es/waiters/waitForReplicationTaskRunning.js.map +0 -1
- package/dist/es/waiters/waitForReplicationTaskStopped.js +0 -255
- package/dist/es/waiters/waitForReplicationTaskStopped.js.map +0 -1
- package/dist/es/waiters/waitForTestConnectionSucceeds.js +0 -105
- package/dist/es/waiters/waitForTestConnectionSucceeds.js.map +0 -1
- package/dist/types/DatabaseMigrationService.d.ts +0 -548
- package/dist/types/DatabaseMigrationServiceClient.d.ts +0 -196
- package/dist/types/commands/AddTagsToResourceCommand.d.ts +0 -40
- package/dist/types/commands/ApplyPendingMaintenanceActionCommand.d.ts +0 -35
- package/dist/types/commands/CancelReplicationTaskAssessmentRunCommand.d.ts +0 -38
- package/dist/types/commands/CreateEndpointCommand.d.ts +0 -42
- package/dist/types/commands/CreateEventSubscriptionCommand.d.ts +0 -50
- package/dist/types/commands/CreateReplicationInstanceCommand.d.ts +0 -40
- package/dist/types/commands/CreateReplicationSubnetGroupCommand.d.ts +0 -35
- package/dist/types/commands/CreateReplicationTaskCommand.d.ts +0 -35
- package/dist/types/commands/DeleteCertificateCommand.d.ts +0 -35
- package/dist/types/commands/DeleteConnectionCommand.d.ts +0 -35
- package/dist/types/commands/DeleteEndpointCommand.d.ts +0 -40
- package/dist/types/commands/DeleteEventSubscriptionCommand.d.ts +0 -35
- package/dist/types/commands/DeleteReplicationInstanceCommand.d.ts +0 -40
- package/dist/types/commands/DeleteReplicationSubnetGroupCommand.d.ts +0 -35
- package/dist/types/commands/DeleteReplicationTaskAssessmentRunCommand.d.ts +0 -38
- package/dist/types/commands/DeleteReplicationTaskCommand.d.ts +0 -35
- package/dist/types/commands/DescribeAccountAttributesCommand.d.ts +0 -41
- package/dist/types/commands/DescribeApplicableIndividualAssessmentsCommand.d.ts +0 -49
- package/dist/types/commands/DescribeCertificatesCommand.d.ts +0 -35
- package/dist/types/commands/DescribeConnectionsCommand.d.ts +0 -36
- package/dist/types/commands/DescribeEndpointSettingsCommand.d.ts +0 -36
- package/dist/types/commands/DescribeEndpointTypesCommand.d.ts +0 -35
- package/dist/types/commands/DescribeEndpointsCommand.d.ts +0 -35
- package/dist/types/commands/DescribeEventCategoriesCommand.d.ts +0 -39
- package/dist/types/commands/DescribeEventSubscriptionsCommand.d.ts +0 -40
- package/dist/types/commands/DescribeEventsCommand.d.ts +0 -39
- package/dist/types/commands/DescribeOrderableReplicationInstancesCommand.d.ts +0 -36
- package/dist/types/commands/DescribePendingMaintenanceActionsCommand.d.ts +0 -35
- package/dist/types/commands/DescribeRefreshSchemasStatusCommand.d.ts +0 -35
- package/dist/types/commands/DescribeReplicationInstanceTaskLogsCommand.d.ts +0 -35
- package/dist/types/commands/DescribeReplicationInstancesCommand.d.ts +0 -36
- package/dist/types/commands/DescribeReplicationSubnetGroupsCommand.d.ts +0 -35
- package/dist/types/commands/DescribeReplicationTaskAssessmentResultsCommand.d.ts +0 -41
- package/dist/types/commands/DescribeReplicationTaskAssessmentRunsCommand.d.ts +0 -43
- package/dist/types/commands/DescribeReplicationTaskIndividualAssessmentsCommand.d.ts +0 -37
- package/dist/types/commands/DescribeReplicationTasksCommand.d.ts +0 -36
- package/dist/types/commands/DescribeSchemasCommand.d.ts +0 -37
- package/dist/types/commands/DescribeTableStatisticsCommand.d.ts +0 -39
- package/dist/types/commands/ImportCertificateCommand.d.ts +0 -35
- package/dist/types/commands/ListTagsForResourceCommand.d.ts +0 -39
- package/dist/types/commands/ModifyEndpointCommand.d.ts +0 -42
- package/dist/types/commands/ModifyEventSubscriptionCommand.d.ts +0 -35
- package/dist/types/commands/ModifyReplicationInstanceCommand.d.ts +0 -39
- package/dist/types/commands/ModifyReplicationSubnetGroupCommand.d.ts +0 -35
- package/dist/types/commands/ModifyReplicationTaskCommand.d.ts +0 -38
- package/dist/types/commands/MoveReplicationTaskCommand.d.ts +0 -38
- package/dist/types/commands/RebootReplicationInstanceCommand.d.ts +0 -36
- package/dist/types/commands/RefreshSchemasCommand.d.ts +0 -37
- package/dist/types/commands/ReloadTablesCommand.d.ts +0 -35
- package/dist/types/commands/RemoveTagsFromResourceCommand.d.ts +0 -40
- package/dist/types/commands/StartReplicationTaskAssessmentCommand.d.ts +0 -36
- package/dist/types/commands/StartReplicationTaskAssessmentRunCommand.d.ts +0 -41
- package/dist/types/commands/StartReplicationTaskCommand.d.ts +0 -38
- package/dist/types/commands/StopReplicationTaskCommand.d.ts +0 -35
- package/dist/types/commands/TestConnectionCommand.d.ts +0 -35
- package/dist/types/models/models_0.d.ts +0 -7678
- package/dist/types/pagination/DescribeApplicableIndividualAssessmentsPaginator.d.ts +0 -4
- package/dist/types/pagination/DescribeCertificatesPaginator.d.ts +0 -4
- package/dist/types/pagination/DescribeConnectionsPaginator.d.ts +0 -4
- package/dist/types/pagination/DescribeEndpointSettingsPaginator.d.ts +0 -4
- package/dist/types/pagination/DescribeEndpointTypesPaginator.d.ts +0 -4
- package/dist/types/pagination/DescribeEndpointsPaginator.d.ts +0 -4
- package/dist/types/pagination/DescribeEventSubscriptionsPaginator.d.ts +0 -4
- package/dist/types/pagination/DescribeEventsPaginator.d.ts +0 -4
- package/dist/types/pagination/DescribeOrderableReplicationInstancesPaginator.d.ts +0 -4
- package/dist/types/pagination/DescribePendingMaintenanceActionsPaginator.d.ts +0 -4
- package/dist/types/pagination/DescribeReplicationInstanceTaskLogsPaginator.d.ts +0 -4
- package/dist/types/pagination/DescribeReplicationInstancesPaginator.d.ts +0 -4
- package/dist/types/pagination/DescribeReplicationSubnetGroupsPaginator.d.ts +0 -4
- package/dist/types/pagination/DescribeReplicationTaskAssessmentResultsPaginator.d.ts +0 -4
- package/dist/types/pagination/DescribeReplicationTaskAssessmentRunsPaginator.d.ts +0 -4
- package/dist/types/pagination/DescribeReplicationTaskIndividualAssessmentsPaginator.d.ts +0 -4
- package/dist/types/pagination/DescribeReplicationTasksPaginator.d.ts +0 -4
- package/dist/types/pagination/DescribeSchemasPaginator.d.ts +0 -4
- package/dist/types/pagination/DescribeTableStatisticsPaginator.d.ts +0 -4
- package/dist/types/pagination/Interfaces.d.ts +0 -6
- package/dist/types/protocols/Aws_json1_1.d.ts +0 -167
- package/dist/types/runtimeConfig.browser.d.ts +0 -36
- package/dist/types/runtimeConfig.d.ts +0 -36
- package/dist/types/runtimeConfig.native.d.ts +0 -35
- package/dist/types/ts3.4/DatabaseMigrationService.d.ts +0 -548
- package/dist/types/ts3.4/DatabaseMigrationServiceClient.d.ts +0 -196
- package/dist/types/ts3.4/commands/AddTagsToResourceCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/ApplyPendingMaintenanceActionCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CancelReplicationTaskAssessmentRunCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/CreateEndpointCommand.d.ts +0 -42
- package/dist/types/ts3.4/commands/CreateEventSubscriptionCommand.d.ts +0 -50
- package/dist/types/ts3.4/commands/CreateReplicationInstanceCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/CreateReplicationSubnetGroupCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateReplicationTaskCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteCertificateCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteConnectionCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteEndpointCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/DeleteEventSubscriptionCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteReplicationInstanceCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/DeleteReplicationSubnetGroupCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteReplicationTaskAssessmentRunCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/DeleteReplicationTaskCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeAccountAttributesCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/DescribeApplicableIndividualAssessmentsCommand.d.ts +0 -49
- package/dist/types/ts3.4/commands/DescribeCertificatesCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeConnectionsCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DescribeEndpointSettingsCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DescribeEndpointTypesCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeEndpointsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeEventCategoriesCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/DescribeEventSubscriptionsCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/DescribeEventsCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/DescribeOrderableReplicationInstancesCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DescribePendingMaintenanceActionsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeRefreshSchemasStatusCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeReplicationInstanceTaskLogsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeReplicationInstancesCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DescribeReplicationSubnetGroupsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeReplicationTaskAssessmentResultsCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/DescribeReplicationTaskAssessmentRunsCommand.d.ts +0 -43
- package/dist/types/ts3.4/commands/DescribeReplicationTaskIndividualAssessmentsCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/DescribeReplicationTasksCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DescribeSchemasCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/DescribeTableStatisticsCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/ImportCertificateCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/ModifyEndpointCommand.d.ts +0 -42
- package/dist/types/ts3.4/commands/ModifyEventSubscriptionCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ModifyReplicationInstanceCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/ModifyReplicationSubnetGroupCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ModifyReplicationTaskCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/MoveReplicationTaskCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/RebootReplicationInstanceCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/RefreshSchemasCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/ReloadTablesCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/StartReplicationTaskAssessmentCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/StartReplicationTaskAssessmentRunCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/StartReplicationTaskCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/StopReplicationTaskCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/TestConnectionCommand.d.ts +0 -35
- package/dist/types/ts3.4/models/models_0.d.ts +0 -7678
- package/dist/types/ts3.4/pagination/DescribeApplicableIndividualAssessmentsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/DescribeCertificatesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/DescribeConnectionsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/DescribeEndpointSettingsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/DescribeEndpointTypesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/DescribeEndpointsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/DescribeEventSubscriptionsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/DescribeEventsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/DescribeOrderableReplicationInstancesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/DescribePendingMaintenanceActionsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/DescribeReplicationInstanceTaskLogsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/DescribeReplicationInstancesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/DescribeReplicationSubnetGroupsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/DescribeReplicationTaskAssessmentResultsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/DescribeReplicationTaskAssessmentRunsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/DescribeReplicationTaskIndividualAssessmentsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/DescribeReplicationTasksPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/DescribeSchemasPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/DescribeTableStatisticsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/Interfaces.d.ts +0 -6
- package/dist/types/ts3.4/protocols/Aws_json1_1.d.ts +0 -167
- package/dist/types/ts3.4/runtimeConfig.browser.d.ts +0 -36
- package/dist/types/ts3.4/runtimeConfig.d.ts +0 -36
- package/dist/types/ts3.4/runtimeConfig.native.d.ts +0 -35
- package/dist/types/ts3.4/waiters/waitForEndpointDeleted.d.ts +0 -14
- package/dist/types/ts3.4/waiters/waitForReplicationInstanceAvailable.d.ts +0 -14
- package/dist/types/ts3.4/waiters/waitForReplicationInstanceDeleted.d.ts +0 -14
- package/dist/types/ts3.4/waiters/waitForReplicationTaskDeleted.d.ts +0 -14
- package/dist/types/ts3.4/waiters/waitForReplicationTaskReady.d.ts +0 -14
- package/dist/types/ts3.4/waiters/waitForReplicationTaskRunning.d.ts +0 -14
- package/dist/types/ts3.4/waiters/waitForReplicationTaskStopped.d.ts +0 -14
- package/dist/types/ts3.4/waiters/waitForTestConnectionSucceeds.d.ts +0 -14
- package/dist/types/waiters/waitForEndpointDeleted.d.ts +0 -14
- package/dist/types/waiters/waitForReplicationInstanceAvailable.d.ts +0 -14
- package/dist/types/waiters/waitForReplicationInstanceDeleted.d.ts +0 -14
- package/dist/types/waiters/waitForReplicationTaskDeleted.d.ts +0 -14
- package/dist/types/waiters/waitForReplicationTaskReady.d.ts +0 -14
- package/dist/types/waiters/waitForReplicationTaskRunning.d.ts +0 -14
- package/dist/types/waiters/waitForReplicationTaskStopped.d.ts +0 -14
- package/dist/types/waiters/waitForTestConnectionSucceeds.d.ts +0 -14
- package/endpoints.ts +0 -63
- package/models/models_0.ts +0 -9138
- package/pagination/DescribeApplicableIndividualAssessmentsPaginator.ts +0 -58
- package/pagination/DescribeCertificatesPaginator.ts +0 -58
- package/pagination/DescribeConnectionsPaginator.ts +0 -58
- package/pagination/DescribeEndpointSettingsPaginator.ts +0 -58
- package/pagination/DescribeEndpointTypesPaginator.ts +0 -58
- package/pagination/DescribeEndpointsPaginator.ts +0 -58
- package/pagination/DescribeEventSubscriptionsPaginator.ts +0 -58
- package/pagination/DescribeEventsPaginator.ts +0 -58
- package/pagination/DescribeOrderableReplicationInstancesPaginator.ts +0 -58
- package/pagination/DescribePendingMaintenanceActionsPaginator.ts +0 -58
- package/pagination/DescribeReplicationInstanceTaskLogsPaginator.ts +0 -58
- package/pagination/DescribeReplicationInstancesPaginator.ts +0 -58
- package/pagination/DescribeReplicationSubnetGroupsPaginator.ts +0 -58
- package/pagination/DescribeReplicationTaskAssessmentResultsPaginator.ts +0 -58
- package/pagination/DescribeReplicationTaskAssessmentRunsPaginator.ts +0 -58
- package/pagination/DescribeReplicationTaskIndividualAssessmentsPaginator.ts +0 -58
- package/pagination/DescribeReplicationTasksPaginator.ts +0 -58
- package/pagination/DescribeSchemasPaginator.ts +0 -58
- package/pagination/DescribeTableStatisticsPaginator.ts +0 -58
- package/pagination/Interfaces.ts +0 -7
- package/protocols/Aws_json1_1.ts +0 -9000
- package/runtimeConfig.browser.ts +0 -40
- package/runtimeConfig.native.ts +0 -16
- package/runtimeConfig.shared.ts +0 -16
- package/runtimeConfig.ts +0 -45
- package/waiters/waitForEndpointDeleted.ts +0 -72
- package/waiters/waitForReplicationInstanceAvailable.ts +0 -116
- package/waiters/waitForReplicationInstanceDeleted.ts +0 -61
- package/waiters/waitForReplicationTaskDeleted.ts +0 -117
- package/waiters/waitForReplicationTaskReady.ts +0 -172
- package/waiters/waitForReplicationTaskRunning.ts +0 -172
- package/waiters/waitForReplicationTaskStopped.ts +0 -158
- package/waiters/waitForTestConnectionSucceeds.ts +0 -71
|
@@ -0,0 +1,2210 @@
|
|
|
1
|
+
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
|
+
|
|
3
|
+
import {
|
|
4
|
+
AddTagsToResourceCommand,
|
|
5
|
+
AddTagsToResourceCommandInput,
|
|
6
|
+
AddTagsToResourceCommandOutput,
|
|
7
|
+
} from "./commands/AddTagsToResourceCommand";
|
|
8
|
+
import {
|
|
9
|
+
ApplyPendingMaintenanceActionCommand,
|
|
10
|
+
ApplyPendingMaintenanceActionCommandInput,
|
|
11
|
+
ApplyPendingMaintenanceActionCommandOutput,
|
|
12
|
+
} from "./commands/ApplyPendingMaintenanceActionCommand";
|
|
13
|
+
import {
|
|
14
|
+
CancelReplicationTaskAssessmentRunCommand,
|
|
15
|
+
CancelReplicationTaskAssessmentRunCommandInput,
|
|
16
|
+
CancelReplicationTaskAssessmentRunCommandOutput,
|
|
17
|
+
} from "./commands/CancelReplicationTaskAssessmentRunCommand";
|
|
18
|
+
import {
|
|
19
|
+
CreateEndpointCommand,
|
|
20
|
+
CreateEndpointCommandInput,
|
|
21
|
+
CreateEndpointCommandOutput,
|
|
22
|
+
} from "./commands/CreateEndpointCommand";
|
|
23
|
+
import {
|
|
24
|
+
CreateEventSubscriptionCommand,
|
|
25
|
+
CreateEventSubscriptionCommandInput,
|
|
26
|
+
CreateEventSubscriptionCommandOutput,
|
|
27
|
+
} from "./commands/CreateEventSubscriptionCommand";
|
|
28
|
+
import {
|
|
29
|
+
CreateReplicationInstanceCommand,
|
|
30
|
+
CreateReplicationInstanceCommandInput,
|
|
31
|
+
CreateReplicationInstanceCommandOutput,
|
|
32
|
+
} from "./commands/CreateReplicationInstanceCommand";
|
|
33
|
+
import {
|
|
34
|
+
CreateReplicationSubnetGroupCommand,
|
|
35
|
+
CreateReplicationSubnetGroupCommandInput,
|
|
36
|
+
CreateReplicationSubnetGroupCommandOutput,
|
|
37
|
+
} from "./commands/CreateReplicationSubnetGroupCommand";
|
|
38
|
+
import {
|
|
39
|
+
CreateReplicationTaskCommand,
|
|
40
|
+
CreateReplicationTaskCommandInput,
|
|
41
|
+
CreateReplicationTaskCommandOutput,
|
|
42
|
+
} from "./commands/CreateReplicationTaskCommand";
|
|
43
|
+
import {
|
|
44
|
+
DeleteCertificateCommand,
|
|
45
|
+
DeleteCertificateCommandInput,
|
|
46
|
+
DeleteCertificateCommandOutput,
|
|
47
|
+
} from "./commands/DeleteCertificateCommand";
|
|
48
|
+
import {
|
|
49
|
+
DeleteConnectionCommand,
|
|
50
|
+
DeleteConnectionCommandInput,
|
|
51
|
+
DeleteConnectionCommandOutput,
|
|
52
|
+
} from "./commands/DeleteConnectionCommand";
|
|
53
|
+
import {
|
|
54
|
+
DeleteEndpointCommand,
|
|
55
|
+
DeleteEndpointCommandInput,
|
|
56
|
+
DeleteEndpointCommandOutput,
|
|
57
|
+
} from "./commands/DeleteEndpointCommand";
|
|
58
|
+
import {
|
|
59
|
+
DeleteEventSubscriptionCommand,
|
|
60
|
+
DeleteEventSubscriptionCommandInput,
|
|
61
|
+
DeleteEventSubscriptionCommandOutput,
|
|
62
|
+
} from "./commands/DeleteEventSubscriptionCommand";
|
|
63
|
+
import {
|
|
64
|
+
DeleteReplicationInstanceCommand,
|
|
65
|
+
DeleteReplicationInstanceCommandInput,
|
|
66
|
+
DeleteReplicationInstanceCommandOutput,
|
|
67
|
+
} from "./commands/DeleteReplicationInstanceCommand";
|
|
68
|
+
import {
|
|
69
|
+
DeleteReplicationSubnetGroupCommand,
|
|
70
|
+
DeleteReplicationSubnetGroupCommandInput,
|
|
71
|
+
DeleteReplicationSubnetGroupCommandOutput,
|
|
72
|
+
} from "./commands/DeleteReplicationSubnetGroupCommand";
|
|
73
|
+
import {
|
|
74
|
+
DeleteReplicationTaskAssessmentRunCommand,
|
|
75
|
+
DeleteReplicationTaskAssessmentRunCommandInput,
|
|
76
|
+
DeleteReplicationTaskAssessmentRunCommandOutput,
|
|
77
|
+
} from "./commands/DeleteReplicationTaskAssessmentRunCommand";
|
|
78
|
+
import {
|
|
79
|
+
DeleteReplicationTaskCommand,
|
|
80
|
+
DeleteReplicationTaskCommandInput,
|
|
81
|
+
DeleteReplicationTaskCommandOutput,
|
|
82
|
+
} from "./commands/DeleteReplicationTaskCommand";
|
|
83
|
+
import {
|
|
84
|
+
DescribeAccountAttributesCommand,
|
|
85
|
+
DescribeAccountAttributesCommandInput,
|
|
86
|
+
DescribeAccountAttributesCommandOutput,
|
|
87
|
+
} from "./commands/DescribeAccountAttributesCommand";
|
|
88
|
+
import {
|
|
89
|
+
DescribeApplicableIndividualAssessmentsCommand,
|
|
90
|
+
DescribeApplicableIndividualAssessmentsCommandInput,
|
|
91
|
+
DescribeApplicableIndividualAssessmentsCommandOutput,
|
|
92
|
+
} from "./commands/DescribeApplicableIndividualAssessmentsCommand";
|
|
93
|
+
import {
|
|
94
|
+
DescribeCertificatesCommand,
|
|
95
|
+
DescribeCertificatesCommandInput,
|
|
96
|
+
DescribeCertificatesCommandOutput,
|
|
97
|
+
} from "./commands/DescribeCertificatesCommand";
|
|
98
|
+
import {
|
|
99
|
+
DescribeConnectionsCommand,
|
|
100
|
+
DescribeConnectionsCommandInput,
|
|
101
|
+
DescribeConnectionsCommandOutput,
|
|
102
|
+
} from "./commands/DescribeConnectionsCommand";
|
|
103
|
+
import {
|
|
104
|
+
DescribeEndpointsCommand,
|
|
105
|
+
DescribeEndpointsCommandInput,
|
|
106
|
+
DescribeEndpointsCommandOutput,
|
|
107
|
+
} from "./commands/DescribeEndpointsCommand";
|
|
108
|
+
import {
|
|
109
|
+
DescribeEndpointSettingsCommand,
|
|
110
|
+
DescribeEndpointSettingsCommandInput,
|
|
111
|
+
DescribeEndpointSettingsCommandOutput,
|
|
112
|
+
} from "./commands/DescribeEndpointSettingsCommand";
|
|
113
|
+
import {
|
|
114
|
+
DescribeEndpointTypesCommand,
|
|
115
|
+
DescribeEndpointTypesCommandInput,
|
|
116
|
+
DescribeEndpointTypesCommandOutput,
|
|
117
|
+
} from "./commands/DescribeEndpointTypesCommand";
|
|
118
|
+
import {
|
|
119
|
+
DescribeEventCategoriesCommand,
|
|
120
|
+
DescribeEventCategoriesCommandInput,
|
|
121
|
+
DescribeEventCategoriesCommandOutput,
|
|
122
|
+
} from "./commands/DescribeEventCategoriesCommand";
|
|
123
|
+
import {
|
|
124
|
+
DescribeEventsCommand,
|
|
125
|
+
DescribeEventsCommandInput,
|
|
126
|
+
DescribeEventsCommandOutput,
|
|
127
|
+
} from "./commands/DescribeEventsCommand";
|
|
128
|
+
import {
|
|
129
|
+
DescribeEventSubscriptionsCommand,
|
|
130
|
+
DescribeEventSubscriptionsCommandInput,
|
|
131
|
+
DescribeEventSubscriptionsCommandOutput,
|
|
132
|
+
} from "./commands/DescribeEventSubscriptionsCommand";
|
|
133
|
+
import {
|
|
134
|
+
DescribeOrderableReplicationInstancesCommand,
|
|
135
|
+
DescribeOrderableReplicationInstancesCommandInput,
|
|
136
|
+
DescribeOrderableReplicationInstancesCommandOutput,
|
|
137
|
+
} from "./commands/DescribeOrderableReplicationInstancesCommand";
|
|
138
|
+
import {
|
|
139
|
+
DescribePendingMaintenanceActionsCommand,
|
|
140
|
+
DescribePendingMaintenanceActionsCommandInput,
|
|
141
|
+
DescribePendingMaintenanceActionsCommandOutput,
|
|
142
|
+
} from "./commands/DescribePendingMaintenanceActionsCommand";
|
|
143
|
+
import {
|
|
144
|
+
DescribeRefreshSchemasStatusCommand,
|
|
145
|
+
DescribeRefreshSchemasStatusCommandInput,
|
|
146
|
+
DescribeRefreshSchemasStatusCommandOutput,
|
|
147
|
+
} from "./commands/DescribeRefreshSchemasStatusCommand";
|
|
148
|
+
import {
|
|
149
|
+
DescribeReplicationInstancesCommand,
|
|
150
|
+
DescribeReplicationInstancesCommandInput,
|
|
151
|
+
DescribeReplicationInstancesCommandOutput,
|
|
152
|
+
} from "./commands/DescribeReplicationInstancesCommand";
|
|
153
|
+
import {
|
|
154
|
+
DescribeReplicationInstanceTaskLogsCommand,
|
|
155
|
+
DescribeReplicationInstanceTaskLogsCommandInput,
|
|
156
|
+
DescribeReplicationInstanceTaskLogsCommandOutput,
|
|
157
|
+
} from "./commands/DescribeReplicationInstanceTaskLogsCommand";
|
|
158
|
+
import {
|
|
159
|
+
DescribeReplicationSubnetGroupsCommand,
|
|
160
|
+
DescribeReplicationSubnetGroupsCommandInput,
|
|
161
|
+
DescribeReplicationSubnetGroupsCommandOutput,
|
|
162
|
+
} from "./commands/DescribeReplicationSubnetGroupsCommand";
|
|
163
|
+
import {
|
|
164
|
+
DescribeReplicationTaskAssessmentResultsCommand,
|
|
165
|
+
DescribeReplicationTaskAssessmentResultsCommandInput,
|
|
166
|
+
DescribeReplicationTaskAssessmentResultsCommandOutput,
|
|
167
|
+
} from "./commands/DescribeReplicationTaskAssessmentResultsCommand";
|
|
168
|
+
import {
|
|
169
|
+
DescribeReplicationTaskAssessmentRunsCommand,
|
|
170
|
+
DescribeReplicationTaskAssessmentRunsCommandInput,
|
|
171
|
+
DescribeReplicationTaskAssessmentRunsCommandOutput,
|
|
172
|
+
} from "./commands/DescribeReplicationTaskAssessmentRunsCommand";
|
|
173
|
+
import {
|
|
174
|
+
DescribeReplicationTaskIndividualAssessmentsCommand,
|
|
175
|
+
DescribeReplicationTaskIndividualAssessmentsCommandInput,
|
|
176
|
+
DescribeReplicationTaskIndividualAssessmentsCommandOutput,
|
|
177
|
+
} from "./commands/DescribeReplicationTaskIndividualAssessmentsCommand";
|
|
178
|
+
import {
|
|
179
|
+
DescribeReplicationTasksCommand,
|
|
180
|
+
DescribeReplicationTasksCommandInput,
|
|
181
|
+
DescribeReplicationTasksCommandOutput,
|
|
182
|
+
} from "./commands/DescribeReplicationTasksCommand";
|
|
183
|
+
import {
|
|
184
|
+
DescribeSchemasCommand,
|
|
185
|
+
DescribeSchemasCommandInput,
|
|
186
|
+
DescribeSchemasCommandOutput,
|
|
187
|
+
} from "./commands/DescribeSchemasCommand";
|
|
188
|
+
import {
|
|
189
|
+
DescribeTableStatisticsCommand,
|
|
190
|
+
DescribeTableStatisticsCommandInput,
|
|
191
|
+
DescribeTableStatisticsCommandOutput,
|
|
192
|
+
} from "./commands/DescribeTableStatisticsCommand";
|
|
193
|
+
import {
|
|
194
|
+
ImportCertificateCommand,
|
|
195
|
+
ImportCertificateCommandInput,
|
|
196
|
+
ImportCertificateCommandOutput,
|
|
197
|
+
} from "./commands/ImportCertificateCommand";
|
|
198
|
+
import {
|
|
199
|
+
ListTagsForResourceCommand,
|
|
200
|
+
ListTagsForResourceCommandInput,
|
|
201
|
+
ListTagsForResourceCommandOutput,
|
|
202
|
+
} from "./commands/ListTagsForResourceCommand";
|
|
203
|
+
import {
|
|
204
|
+
ModifyEndpointCommand,
|
|
205
|
+
ModifyEndpointCommandInput,
|
|
206
|
+
ModifyEndpointCommandOutput,
|
|
207
|
+
} from "./commands/ModifyEndpointCommand";
|
|
208
|
+
import {
|
|
209
|
+
ModifyEventSubscriptionCommand,
|
|
210
|
+
ModifyEventSubscriptionCommandInput,
|
|
211
|
+
ModifyEventSubscriptionCommandOutput,
|
|
212
|
+
} from "./commands/ModifyEventSubscriptionCommand";
|
|
213
|
+
import {
|
|
214
|
+
ModifyReplicationInstanceCommand,
|
|
215
|
+
ModifyReplicationInstanceCommandInput,
|
|
216
|
+
ModifyReplicationInstanceCommandOutput,
|
|
217
|
+
} from "./commands/ModifyReplicationInstanceCommand";
|
|
218
|
+
import {
|
|
219
|
+
ModifyReplicationSubnetGroupCommand,
|
|
220
|
+
ModifyReplicationSubnetGroupCommandInput,
|
|
221
|
+
ModifyReplicationSubnetGroupCommandOutput,
|
|
222
|
+
} from "./commands/ModifyReplicationSubnetGroupCommand";
|
|
223
|
+
import {
|
|
224
|
+
ModifyReplicationTaskCommand,
|
|
225
|
+
ModifyReplicationTaskCommandInput,
|
|
226
|
+
ModifyReplicationTaskCommandOutput,
|
|
227
|
+
} from "./commands/ModifyReplicationTaskCommand";
|
|
228
|
+
import {
|
|
229
|
+
MoveReplicationTaskCommand,
|
|
230
|
+
MoveReplicationTaskCommandInput,
|
|
231
|
+
MoveReplicationTaskCommandOutput,
|
|
232
|
+
} from "./commands/MoveReplicationTaskCommand";
|
|
233
|
+
import {
|
|
234
|
+
RebootReplicationInstanceCommand,
|
|
235
|
+
RebootReplicationInstanceCommandInput,
|
|
236
|
+
RebootReplicationInstanceCommandOutput,
|
|
237
|
+
} from "./commands/RebootReplicationInstanceCommand";
|
|
238
|
+
import {
|
|
239
|
+
RefreshSchemasCommand,
|
|
240
|
+
RefreshSchemasCommandInput,
|
|
241
|
+
RefreshSchemasCommandOutput,
|
|
242
|
+
} from "./commands/RefreshSchemasCommand";
|
|
243
|
+
import {
|
|
244
|
+
ReloadTablesCommand,
|
|
245
|
+
ReloadTablesCommandInput,
|
|
246
|
+
ReloadTablesCommandOutput,
|
|
247
|
+
} from "./commands/ReloadTablesCommand";
|
|
248
|
+
import {
|
|
249
|
+
RemoveTagsFromResourceCommand,
|
|
250
|
+
RemoveTagsFromResourceCommandInput,
|
|
251
|
+
RemoveTagsFromResourceCommandOutput,
|
|
252
|
+
} from "./commands/RemoveTagsFromResourceCommand";
|
|
253
|
+
import {
|
|
254
|
+
StartReplicationTaskAssessmentCommand,
|
|
255
|
+
StartReplicationTaskAssessmentCommandInput,
|
|
256
|
+
StartReplicationTaskAssessmentCommandOutput,
|
|
257
|
+
} from "./commands/StartReplicationTaskAssessmentCommand";
|
|
258
|
+
import {
|
|
259
|
+
StartReplicationTaskAssessmentRunCommand,
|
|
260
|
+
StartReplicationTaskAssessmentRunCommandInput,
|
|
261
|
+
StartReplicationTaskAssessmentRunCommandOutput,
|
|
262
|
+
} from "./commands/StartReplicationTaskAssessmentRunCommand";
|
|
263
|
+
import {
|
|
264
|
+
StartReplicationTaskCommand,
|
|
265
|
+
StartReplicationTaskCommandInput,
|
|
266
|
+
StartReplicationTaskCommandOutput,
|
|
267
|
+
} from "./commands/StartReplicationTaskCommand";
|
|
268
|
+
import {
|
|
269
|
+
StopReplicationTaskCommand,
|
|
270
|
+
StopReplicationTaskCommandInput,
|
|
271
|
+
StopReplicationTaskCommandOutput,
|
|
272
|
+
} from "./commands/StopReplicationTaskCommand";
|
|
273
|
+
import {
|
|
274
|
+
TestConnectionCommand,
|
|
275
|
+
TestConnectionCommandInput,
|
|
276
|
+
TestConnectionCommandOutput,
|
|
277
|
+
} from "./commands/TestConnectionCommand";
|
|
278
|
+
import { DatabaseMigrationServiceClient } from "./DatabaseMigrationServiceClient";
|
|
279
|
+
|
|
280
|
+
/**
|
|
281
|
+
* <fullname>Database Migration Service</fullname>
|
|
282
|
+
* <p>Database Migration Service (DMS) can migrate your data to and from the most
|
|
283
|
+
* widely used commercial and open-source databases such as Oracle, PostgreSQL, Microsoft SQL
|
|
284
|
+
* Server, Amazon Redshift, MariaDB, Amazon Aurora, MySQL, and SAP Adaptive Server Enterprise
|
|
285
|
+
* (ASE). The service supports homogeneous migrations such as Oracle to Oracle, as well as
|
|
286
|
+
* heterogeneous migrations between different database platforms, such as Oracle to MySQL or
|
|
287
|
+
* SQL Server to PostgreSQL.</p>
|
|
288
|
+
* <p>For more information about DMS, see <a href="https://docs.aws.amazon.com/dms/latest/userguide/Welcome.html">What Is Database Migration Service?</a>
|
|
289
|
+
* in the <i>Database Migration Service User Guide.</i>
|
|
290
|
+
* </p>
|
|
291
|
+
*/
|
|
292
|
+
export class DatabaseMigrationService extends DatabaseMigrationServiceClient {
|
|
293
|
+
/**
|
|
294
|
+
* <p>Adds metadata tags to an DMS resource, including replication instance, endpoint,
|
|
295
|
+
* security group, and migration task. These tags can also be used with cost allocation
|
|
296
|
+
* reporting to track cost associated with DMS resources, or used in a Condition statement in
|
|
297
|
+
* an IAM policy for DMS. For more information, see <a href="https://docs.aws.amazon.com/dms/latest/APIReference/API_Tag.html">
|
|
298
|
+
* <code>Tag</code>
|
|
299
|
+
* </a> data type description.</p>
|
|
300
|
+
*/
|
|
301
|
+
public addTagsToResource(
|
|
302
|
+
args: AddTagsToResourceCommandInput,
|
|
303
|
+
options?: __HttpHandlerOptions
|
|
304
|
+
): Promise<AddTagsToResourceCommandOutput>;
|
|
305
|
+
public addTagsToResource(
|
|
306
|
+
args: AddTagsToResourceCommandInput,
|
|
307
|
+
cb: (err: any, data?: AddTagsToResourceCommandOutput) => void
|
|
308
|
+
): void;
|
|
309
|
+
public addTagsToResource(
|
|
310
|
+
args: AddTagsToResourceCommandInput,
|
|
311
|
+
options: __HttpHandlerOptions,
|
|
312
|
+
cb: (err: any, data?: AddTagsToResourceCommandOutput) => void
|
|
313
|
+
): void;
|
|
314
|
+
public addTagsToResource(
|
|
315
|
+
args: AddTagsToResourceCommandInput,
|
|
316
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: AddTagsToResourceCommandOutput) => void),
|
|
317
|
+
cb?: (err: any, data?: AddTagsToResourceCommandOutput) => void
|
|
318
|
+
): Promise<AddTagsToResourceCommandOutput> | void {
|
|
319
|
+
const command = new AddTagsToResourceCommand(args);
|
|
320
|
+
if (typeof optionsOrCb === "function") {
|
|
321
|
+
this.send(command, optionsOrCb);
|
|
322
|
+
} else if (typeof cb === "function") {
|
|
323
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
324
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
325
|
+
} else {
|
|
326
|
+
return this.send(command, optionsOrCb);
|
|
327
|
+
}
|
|
328
|
+
}
|
|
329
|
+
|
|
330
|
+
/**
|
|
331
|
+
* <p>Applies a pending maintenance action to a resource (for example, to a replication instance).</p>
|
|
332
|
+
*/
|
|
333
|
+
public applyPendingMaintenanceAction(
|
|
334
|
+
args: ApplyPendingMaintenanceActionCommandInput,
|
|
335
|
+
options?: __HttpHandlerOptions
|
|
336
|
+
): Promise<ApplyPendingMaintenanceActionCommandOutput>;
|
|
337
|
+
public applyPendingMaintenanceAction(
|
|
338
|
+
args: ApplyPendingMaintenanceActionCommandInput,
|
|
339
|
+
cb: (err: any, data?: ApplyPendingMaintenanceActionCommandOutput) => void
|
|
340
|
+
): void;
|
|
341
|
+
public applyPendingMaintenanceAction(
|
|
342
|
+
args: ApplyPendingMaintenanceActionCommandInput,
|
|
343
|
+
options: __HttpHandlerOptions,
|
|
344
|
+
cb: (err: any, data?: ApplyPendingMaintenanceActionCommandOutput) => void
|
|
345
|
+
): void;
|
|
346
|
+
public applyPendingMaintenanceAction(
|
|
347
|
+
args: ApplyPendingMaintenanceActionCommandInput,
|
|
348
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ApplyPendingMaintenanceActionCommandOutput) => void),
|
|
349
|
+
cb?: (err: any, data?: ApplyPendingMaintenanceActionCommandOutput) => void
|
|
350
|
+
): Promise<ApplyPendingMaintenanceActionCommandOutput> | void {
|
|
351
|
+
const command = new ApplyPendingMaintenanceActionCommand(args);
|
|
352
|
+
if (typeof optionsOrCb === "function") {
|
|
353
|
+
this.send(command, optionsOrCb);
|
|
354
|
+
} else if (typeof cb === "function") {
|
|
355
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
356
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
357
|
+
} else {
|
|
358
|
+
return this.send(command, optionsOrCb);
|
|
359
|
+
}
|
|
360
|
+
}
|
|
361
|
+
|
|
362
|
+
/**
|
|
363
|
+
* <p>Cancels a single premigration assessment run.</p>
|
|
364
|
+
* <p>This operation prevents any individual assessments from running if they haven't started
|
|
365
|
+
* running. It also attempts to cancel any individual assessments that are currently
|
|
366
|
+
* running.</p>
|
|
367
|
+
*/
|
|
368
|
+
public cancelReplicationTaskAssessmentRun(
|
|
369
|
+
args: CancelReplicationTaskAssessmentRunCommandInput,
|
|
370
|
+
options?: __HttpHandlerOptions
|
|
371
|
+
): Promise<CancelReplicationTaskAssessmentRunCommandOutput>;
|
|
372
|
+
public cancelReplicationTaskAssessmentRun(
|
|
373
|
+
args: CancelReplicationTaskAssessmentRunCommandInput,
|
|
374
|
+
cb: (err: any, data?: CancelReplicationTaskAssessmentRunCommandOutput) => void
|
|
375
|
+
): void;
|
|
376
|
+
public cancelReplicationTaskAssessmentRun(
|
|
377
|
+
args: CancelReplicationTaskAssessmentRunCommandInput,
|
|
378
|
+
options: __HttpHandlerOptions,
|
|
379
|
+
cb: (err: any, data?: CancelReplicationTaskAssessmentRunCommandOutput) => void
|
|
380
|
+
): void;
|
|
381
|
+
public cancelReplicationTaskAssessmentRun(
|
|
382
|
+
args: CancelReplicationTaskAssessmentRunCommandInput,
|
|
383
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CancelReplicationTaskAssessmentRunCommandOutput) => void),
|
|
384
|
+
cb?: (err: any, data?: CancelReplicationTaskAssessmentRunCommandOutput) => void
|
|
385
|
+
): Promise<CancelReplicationTaskAssessmentRunCommandOutput> | void {
|
|
386
|
+
const command = new CancelReplicationTaskAssessmentRunCommand(args);
|
|
387
|
+
if (typeof optionsOrCb === "function") {
|
|
388
|
+
this.send(command, optionsOrCb);
|
|
389
|
+
} else if (typeof cb === "function") {
|
|
390
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
391
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
392
|
+
} else {
|
|
393
|
+
return this.send(command, optionsOrCb);
|
|
394
|
+
}
|
|
395
|
+
}
|
|
396
|
+
|
|
397
|
+
/**
|
|
398
|
+
* <p>Creates an endpoint using the provided settings.</p>
|
|
399
|
+
* <note>
|
|
400
|
+
* <p>For a MySQL source or target endpoint, don't explicitly specify the database using
|
|
401
|
+
* the <code>DatabaseName</code> request parameter on the <code>CreateEndpoint</code> API call.
|
|
402
|
+
* Specifying <code>DatabaseName</code> when you create a MySQL endpoint replicates all the
|
|
403
|
+
* task tables to this single database. For MySQL endpoints, you specify the database only when
|
|
404
|
+
* you specify the schema in the table-mapping rules of the DMS task.</p>
|
|
405
|
+
* </note>
|
|
406
|
+
*/
|
|
407
|
+
public createEndpoint(
|
|
408
|
+
args: CreateEndpointCommandInput,
|
|
409
|
+
options?: __HttpHandlerOptions
|
|
410
|
+
): Promise<CreateEndpointCommandOutput>;
|
|
411
|
+
public createEndpoint(
|
|
412
|
+
args: CreateEndpointCommandInput,
|
|
413
|
+
cb: (err: any, data?: CreateEndpointCommandOutput) => void
|
|
414
|
+
): void;
|
|
415
|
+
public createEndpoint(
|
|
416
|
+
args: CreateEndpointCommandInput,
|
|
417
|
+
options: __HttpHandlerOptions,
|
|
418
|
+
cb: (err: any, data?: CreateEndpointCommandOutput) => void
|
|
419
|
+
): void;
|
|
420
|
+
public createEndpoint(
|
|
421
|
+
args: CreateEndpointCommandInput,
|
|
422
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateEndpointCommandOutput) => void),
|
|
423
|
+
cb?: (err: any, data?: CreateEndpointCommandOutput) => void
|
|
424
|
+
): Promise<CreateEndpointCommandOutput> | void {
|
|
425
|
+
const command = new CreateEndpointCommand(args);
|
|
426
|
+
if (typeof optionsOrCb === "function") {
|
|
427
|
+
this.send(command, optionsOrCb);
|
|
428
|
+
} else if (typeof cb === "function") {
|
|
429
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
430
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
431
|
+
} else {
|
|
432
|
+
return this.send(command, optionsOrCb);
|
|
433
|
+
}
|
|
434
|
+
}
|
|
435
|
+
|
|
436
|
+
/**
|
|
437
|
+
* <p> Creates an DMS event notification subscription. </p>
|
|
438
|
+
* <p>You can specify the type of source (<code>SourceType</code>) you want to be notified of,
|
|
439
|
+
* provide a list of DMS source IDs (<code>SourceIds</code>) that triggers the events, and
|
|
440
|
+
* provide a list of event categories (<code>EventCategories</code>) for events you want to be
|
|
441
|
+
* notified of. If you specify both the <code>SourceType</code> and <code>SourceIds</code>,
|
|
442
|
+
* such as <code>SourceType = replication-instance</code> and <code>SourceIdentifier =
|
|
443
|
+
* my-replinstance</code>, you will be notified of all the replication instance events for
|
|
444
|
+
* the specified source. If you specify a <code>SourceType</code> but don't specify a
|
|
445
|
+
* <code>SourceIdentifier</code>, you receive notice of the events for that source type for
|
|
446
|
+
* all your DMS sources. If you don't specify either <code>SourceType</code> nor
|
|
447
|
+
* <code>SourceIdentifier</code>, you will be notified of events generated from all DMS
|
|
448
|
+
* sources belonging to your customer account.</p>
|
|
449
|
+
* <p>For more information about DMS events, see <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Events.html">Working with Events and
|
|
450
|
+
* Notifications</a> in the <i>Database Migration Service User
|
|
451
|
+
* Guide.</i>
|
|
452
|
+
* </p>
|
|
453
|
+
*/
|
|
454
|
+
public createEventSubscription(
|
|
455
|
+
args: CreateEventSubscriptionCommandInput,
|
|
456
|
+
options?: __HttpHandlerOptions
|
|
457
|
+
): Promise<CreateEventSubscriptionCommandOutput>;
|
|
458
|
+
public createEventSubscription(
|
|
459
|
+
args: CreateEventSubscriptionCommandInput,
|
|
460
|
+
cb: (err: any, data?: CreateEventSubscriptionCommandOutput) => void
|
|
461
|
+
): void;
|
|
462
|
+
public createEventSubscription(
|
|
463
|
+
args: CreateEventSubscriptionCommandInput,
|
|
464
|
+
options: __HttpHandlerOptions,
|
|
465
|
+
cb: (err: any, data?: CreateEventSubscriptionCommandOutput) => void
|
|
466
|
+
): void;
|
|
467
|
+
public createEventSubscription(
|
|
468
|
+
args: CreateEventSubscriptionCommandInput,
|
|
469
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateEventSubscriptionCommandOutput) => void),
|
|
470
|
+
cb?: (err: any, data?: CreateEventSubscriptionCommandOutput) => void
|
|
471
|
+
): Promise<CreateEventSubscriptionCommandOutput> | void {
|
|
472
|
+
const command = new CreateEventSubscriptionCommand(args);
|
|
473
|
+
if (typeof optionsOrCb === "function") {
|
|
474
|
+
this.send(command, optionsOrCb);
|
|
475
|
+
} else if (typeof cb === "function") {
|
|
476
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
477
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
478
|
+
} else {
|
|
479
|
+
return this.send(command, optionsOrCb);
|
|
480
|
+
}
|
|
481
|
+
}
|
|
482
|
+
|
|
483
|
+
/**
|
|
484
|
+
* <p>Creates the replication instance using the specified parameters.</p>
|
|
485
|
+
* <p>DMS requires that your account have certain roles with appropriate permissions
|
|
486
|
+
* before you can create a replication instance. For information on the required roles, see
|
|
487
|
+
* <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Security.html#CHAP_Security.APIRole">Creating the IAM Roles to Use With the CLI and DMS API</a>. For
|
|
488
|
+
* information on the required permissions, see
|
|
489
|
+
* <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Security.html#CHAP_Security.IAMPermissions">IAM Permissions Needed to Use DMS</a>.</p>
|
|
490
|
+
*/
|
|
491
|
+
public createReplicationInstance(
|
|
492
|
+
args: CreateReplicationInstanceCommandInput,
|
|
493
|
+
options?: __HttpHandlerOptions
|
|
494
|
+
): Promise<CreateReplicationInstanceCommandOutput>;
|
|
495
|
+
public createReplicationInstance(
|
|
496
|
+
args: CreateReplicationInstanceCommandInput,
|
|
497
|
+
cb: (err: any, data?: CreateReplicationInstanceCommandOutput) => void
|
|
498
|
+
): void;
|
|
499
|
+
public createReplicationInstance(
|
|
500
|
+
args: CreateReplicationInstanceCommandInput,
|
|
501
|
+
options: __HttpHandlerOptions,
|
|
502
|
+
cb: (err: any, data?: CreateReplicationInstanceCommandOutput) => void
|
|
503
|
+
): void;
|
|
504
|
+
public createReplicationInstance(
|
|
505
|
+
args: CreateReplicationInstanceCommandInput,
|
|
506
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateReplicationInstanceCommandOutput) => void),
|
|
507
|
+
cb?: (err: any, data?: CreateReplicationInstanceCommandOutput) => void
|
|
508
|
+
): Promise<CreateReplicationInstanceCommandOutput> | void {
|
|
509
|
+
const command = new CreateReplicationInstanceCommand(args);
|
|
510
|
+
if (typeof optionsOrCb === "function") {
|
|
511
|
+
this.send(command, optionsOrCb);
|
|
512
|
+
} else if (typeof cb === "function") {
|
|
513
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
514
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
515
|
+
} else {
|
|
516
|
+
return this.send(command, optionsOrCb);
|
|
517
|
+
}
|
|
518
|
+
}
|
|
519
|
+
|
|
520
|
+
/**
|
|
521
|
+
* <p>Creates a replication subnet group given a list of the subnet IDs in a VPC.</p>
|
|
522
|
+
* <p>The VPC needs to have at least one subnet in at least two availability zones in the Amazon Web Services Region, otherwise the
|
|
523
|
+
* service will throw a <code>ReplicationSubnetGroupDoesNotCoverEnoughAZs</code> exception.</p>
|
|
524
|
+
*/
|
|
525
|
+
public createReplicationSubnetGroup(
|
|
526
|
+
args: CreateReplicationSubnetGroupCommandInput,
|
|
527
|
+
options?: __HttpHandlerOptions
|
|
528
|
+
): Promise<CreateReplicationSubnetGroupCommandOutput>;
|
|
529
|
+
public createReplicationSubnetGroup(
|
|
530
|
+
args: CreateReplicationSubnetGroupCommandInput,
|
|
531
|
+
cb: (err: any, data?: CreateReplicationSubnetGroupCommandOutput) => void
|
|
532
|
+
): void;
|
|
533
|
+
public createReplicationSubnetGroup(
|
|
534
|
+
args: CreateReplicationSubnetGroupCommandInput,
|
|
535
|
+
options: __HttpHandlerOptions,
|
|
536
|
+
cb: (err: any, data?: CreateReplicationSubnetGroupCommandOutput) => void
|
|
537
|
+
): void;
|
|
538
|
+
public createReplicationSubnetGroup(
|
|
539
|
+
args: CreateReplicationSubnetGroupCommandInput,
|
|
540
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateReplicationSubnetGroupCommandOutput) => void),
|
|
541
|
+
cb?: (err: any, data?: CreateReplicationSubnetGroupCommandOutput) => void
|
|
542
|
+
): Promise<CreateReplicationSubnetGroupCommandOutput> | void {
|
|
543
|
+
const command = new CreateReplicationSubnetGroupCommand(args);
|
|
544
|
+
if (typeof optionsOrCb === "function") {
|
|
545
|
+
this.send(command, optionsOrCb);
|
|
546
|
+
} else if (typeof cb === "function") {
|
|
547
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
548
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
549
|
+
} else {
|
|
550
|
+
return this.send(command, optionsOrCb);
|
|
551
|
+
}
|
|
552
|
+
}
|
|
553
|
+
|
|
554
|
+
/**
|
|
555
|
+
* <p>Creates a replication task using the specified parameters.</p>
|
|
556
|
+
*/
|
|
557
|
+
public createReplicationTask(
|
|
558
|
+
args: CreateReplicationTaskCommandInput,
|
|
559
|
+
options?: __HttpHandlerOptions
|
|
560
|
+
): Promise<CreateReplicationTaskCommandOutput>;
|
|
561
|
+
public createReplicationTask(
|
|
562
|
+
args: CreateReplicationTaskCommandInput,
|
|
563
|
+
cb: (err: any, data?: CreateReplicationTaskCommandOutput) => void
|
|
564
|
+
): void;
|
|
565
|
+
public createReplicationTask(
|
|
566
|
+
args: CreateReplicationTaskCommandInput,
|
|
567
|
+
options: __HttpHandlerOptions,
|
|
568
|
+
cb: (err: any, data?: CreateReplicationTaskCommandOutput) => void
|
|
569
|
+
): void;
|
|
570
|
+
public createReplicationTask(
|
|
571
|
+
args: CreateReplicationTaskCommandInput,
|
|
572
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateReplicationTaskCommandOutput) => void),
|
|
573
|
+
cb?: (err: any, data?: CreateReplicationTaskCommandOutput) => void
|
|
574
|
+
): Promise<CreateReplicationTaskCommandOutput> | void {
|
|
575
|
+
const command = new CreateReplicationTaskCommand(args);
|
|
576
|
+
if (typeof optionsOrCb === "function") {
|
|
577
|
+
this.send(command, optionsOrCb);
|
|
578
|
+
} else if (typeof cb === "function") {
|
|
579
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
580
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
581
|
+
} else {
|
|
582
|
+
return this.send(command, optionsOrCb);
|
|
583
|
+
}
|
|
584
|
+
}
|
|
585
|
+
|
|
586
|
+
/**
|
|
587
|
+
* <p>Deletes the specified certificate. </p>
|
|
588
|
+
*/
|
|
589
|
+
public deleteCertificate(
|
|
590
|
+
args: DeleteCertificateCommandInput,
|
|
591
|
+
options?: __HttpHandlerOptions
|
|
592
|
+
): Promise<DeleteCertificateCommandOutput>;
|
|
593
|
+
public deleteCertificate(
|
|
594
|
+
args: DeleteCertificateCommandInput,
|
|
595
|
+
cb: (err: any, data?: DeleteCertificateCommandOutput) => void
|
|
596
|
+
): void;
|
|
597
|
+
public deleteCertificate(
|
|
598
|
+
args: DeleteCertificateCommandInput,
|
|
599
|
+
options: __HttpHandlerOptions,
|
|
600
|
+
cb: (err: any, data?: DeleteCertificateCommandOutput) => void
|
|
601
|
+
): void;
|
|
602
|
+
public deleteCertificate(
|
|
603
|
+
args: DeleteCertificateCommandInput,
|
|
604
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteCertificateCommandOutput) => void),
|
|
605
|
+
cb?: (err: any, data?: DeleteCertificateCommandOutput) => void
|
|
606
|
+
): Promise<DeleteCertificateCommandOutput> | void {
|
|
607
|
+
const command = new DeleteCertificateCommand(args);
|
|
608
|
+
if (typeof optionsOrCb === "function") {
|
|
609
|
+
this.send(command, optionsOrCb);
|
|
610
|
+
} else if (typeof cb === "function") {
|
|
611
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
612
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
613
|
+
} else {
|
|
614
|
+
return this.send(command, optionsOrCb);
|
|
615
|
+
}
|
|
616
|
+
}
|
|
617
|
+
|
|
618
|
+
/**
|
|
619
|
+
* <p>Deletes the connection between a replication instance and an endpoint.</p>
|
|
620
|
+
*/
|
|
621
|
+
public deleteConnection(
|
|
622
|
+
args: DeleteConnectionCommandInput,
|
|
623
|
+
options?: __HttpHandlerOptions
|
|
624
|
+
): Promise<DeleteConnectionCommandOutput>;
|
|
625
|
+
public deleteConnection(
|
|
626
|
+
args: DeleteConnectionCommandInput,
|
|
627
|
+
cb: (err: any, data?: DeleteConnectionCommandOutput) => void
|
|
628
|
+
): void;
|
|
629
|
+
public deleteConnection(
|
|
630
|
+
args: DeleteConnectionCommandInput,
|
|
631
|
+
options: __HttpHandlerOptions,
|
|
632
|
+
cb: (err: any, data?: DeleteConnectionCommandOutput) => void
|
|
633
|
+
): void;
|
|
634
|
+
public deleteConnection(
|
|
635
|
+
args: DeleteConnectionCommandInput,
|
|
636
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteConnectionCommandOutput) => void),
|
|
637
|
+
cb?: (err: any, data?: DeleteConnectionCommandOutput) => void
|
|
638
|
+
): Promise<DeleteConnectionCommandOutput> | void {
|
|
639
|
+
const command = new DeleteConnectionCommand(args);
|
|
640
|
+
if (typeof optionsOrCb === "function") {
|
|
641
|
+
this.send(command, optionsOrCb);
|
|
642
|
+
} else if (typeof cb === "function") {
|
|
643
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
644
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
645
|
+
} else {
|
|
646
|
+
return this.send(command, optionsOrCb);
|
|
647
|
+
}
|
|
648
|
+
}
|
|
649
|
+
|
|
650
|
+
/**
|
|
651
|
+
* <p>Deletes the specified endpoint.</p>
|
|
652
|
+
* <note>
|
|
653
|
+
* <p>All tasks associated with the endpoint must be deleted before you can delete the
|
|
654
|
+
* endpoint.</p>
|
|
655
|
+
* </note>
|
|
656
|
+
* <p></p>
|
|
657
|
+
*/
|
|
658
|
+
public deleteEndpoint(
|
|
659
|
+
args: DeleteEndpointCommandInput,
|
|
660
|
+
options?: __HttpHandlerOptions
|
|
661
|
+
): Promise<DeleteEndpointCommandOutput>;
|
|
662
|
+
public deleteEndpoint(
|
|
663
|
+
args: DeleteEndpointCommandInput,
|
|
664
|
+
cb: (err: any, data?: DeleteEndpointCommandOutput) => void
|
|
665
|
+
): void;
|
|
666
|
+
public deleteEndpoint(
|
|
667
|
+
args: DeleteEndpointCommandInput,
|
|
668
|
+
options: __HttpHandlerOptions,
|
|
669
|
+
cb: (err: any, data?: DeleteEndpointCommandOutput) => void
|
|
670
|
+
): void;
|
|
671
|
+
public deleteEndpoint(
|
|
672
|
+
args: DeleteEndpointCommandInput,
|
|
673
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteEndpointCommandOutput) => void),
|
|
674
|
+
cb?: (err: any, data?: DeleteEndpointCommandOutput) => void
|
|
675
|
+
): Promise<DeleteEndpointCommandOutput> | void {
|
|
676
|
+
const command = new DeleteEndpointCommand(args);
|
|
677
|
+
if (typeof optionsOrCb === "function") {
|
|
678
|
+
this.send(command, optionsOrCb);
|
|
679
|
+
} else if (typeof cb === "function") {
|
|
680
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
681
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
682
|
+
} else {
|
|
683
|
+
return this.send(command, optionsOrCb);
|
|
684
|
+
}
|
|
685
|
+
}
|
|
686
|
+
|
|
687
|
+
/**
|
|
688
|
+
* <p> Deletes an DMS event subscription. </p>
|
|
689
|
+
*/
|
|
690
|
+
public deleteEventSubscription(
|
|
691
|
+
args: DeleteEventSubscriptionCommandInput,
|
|
692
|
+
options?: __HttpHandlerOptions
|
|
693
|
+
): Promise<DeleteEventSubscriptionCommandOutput>;
|
|
694
|
+
public deleteEventSubscription(
|
|
695
|
+
args: DeleteEventSubscriptionCommandInput,
|
|
696
|
+
cb: (err: any, data?: DeleteEventSubscriptionCommandOutput) => void
|
|
697
|
+
): void;
|
|
698
|
+
public deleteEventSubscription(
|
|
699
|
+
args: DeleteEventSubscriptionCommandInput,
|
|
700
|
+
options: __HttpHandlerOptions,
|
|
701
|
+
cb: (err: any, data?: DeleteEventSubscriptionCommandOutput) => void
|
|
702
|
+
): void;
|
|
703
|
+
public deleteEventSubscription(
|
|
704
|
+
args: DeleteEventSubscriptionCommandInput,
|
|
705
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteEventSubscriptionCommandOutput) => void),
|
|
706
|
+
cb?: (err: any, data?: DeleteEventSubscriptionCommandOutput) => void
|
|
707
|
+
): Promise<DeleteEventSubscriptionCommandOutput> | void {
|
|
708
|
+
const command = new DeleteEventSubscriptionCommand(args);
|
|
709
|
+
if (typeof optionsOrCb === "function") {
|
|
710
|
+
this.send(command, optionsOrCb);
|
|
711
|
+
} else if (typeof cb === "function") {
|
|
712
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
713
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
714
|
+
} else {
|
|
715
|
+
return this.send(command, optionsOrCb);
|
|
716
|
+
}
|
|
717
|
+
}
|
|
718
|
+
|
|
719
|
+
/**
|
|
720
|
+
* <p>Deletes the specified replication instance.</p>
|
|
721
|
+
* <note>
|
|
722
|
+
* <p>You must delete any migration tasks that are associated with the replication instance
|
|
723
|
+
* before you can delete it.</p>
|
|
724
|
+
* </note>
|
|
725
|
+
* <p></p>
|
|
726
|
+
*/
|
|
727
|
+
public deleteReplicationInstance(
|
|
728
|
+
args: DeleteReplicationInstanceCommandInput,
|
|
729
|
+
options?: __HttpHandlerOptions
|
|
730
|
+
): Promise<DeleteReplicationInstanceCommandOutput>;
|
|
731
|
+
public deleteReplicationInstance(
|
|
732
|
+
args: DeleteReplicationInstanceCommandInput,
|
|
733
|
+
cb: (err: any, data?: DeleteReplicationInstanceCommandOutput) => void
|
|
734
|
+
): void;
|
|
735
|
+
public deleteReplicationInstance(
|
|
736
|
+
args: DeleteReplicationInstanceCommandInput,
|
|
737
|
+
options: __HttpHandlerOptions,
|
|
738
|
+
cb: (err: any, data?: DeleteReplicationInstanceCommandOutput) => void
|
|
739
|
+
): void;
|
|
740
|
+
public deleteReplicationInstance(
|
|
741
|
+
args: DeleteReplicationInstanceCommandInput,
|
|
742
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteReplicationInstanceCommandOutput) => void),
|
|
743
|
+
cb?: (err: any, data?: DeleteReplicationInstanceCommandOutput) => void
|
|
744
|
+
): Promise<DeleteReplicationInstanceCommandOutput> | void {
|
|
745
|
+
const command = new DeleteReplicationInstanceCommand(args);
|
|
746
|
+
if (typeof optionsOrCb === "function") {
|
|
747
|
+
this.send(command, optionsOrCb);
|
|
748
|
+
} else if (typeof cb === "function") {
|
|
749
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
750
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
751
|
+
} else {
|
|
752
|
+
return this.send(command, optionsOrCb);
|
|
753
|
+
}
|
|
754
|
+
}
|
|
755
|
+
|
|
756
|
+
/**
|
|
757
|
+
* <p>Deletes a subnet group.</p>
|
|
758
|
+
*/
|
|
759
|
+
public deleteReplicationSubnetGroup(
|
|
760
|
+
args: DeleteReplicationSubnetGroupCommandInput,
|
|
761
|
+
options?: __HttpHandlerOptions
|
|
762
|
+
): Promise<DeleteReplicationSubnetGroupCommandOutput>;
|
|
763
|
+
public deleteReplicationSubnetGroup(
|
|
764
|
+
args: DeleteReplicationSubnetGroupCommandInput,
|
|
765
|
+
cb: (err: any, data?: DeleteReplicationSubnetGroupCommandOutput) => void
|
|
766
|
+
): void;
|
|
767
|
+
public deleteReplicationSubnetGroup(
|
|
768
|
+
args: DeleteReplicationSubnetGroupCommandInput,
|
|
769
|
+
options: __HttpHandlerOptions,
|
|
770
|
+
cb: (err: any, data?: DeleteReplicationSubnetGroupCommandOutput) => void
|
|
771
|
+
): void;
|
|
772
|
+
public deleteReplicationSubnetGroup(
|
|
773
|
+
args: DeleteReplicationSubnetGroupCommandInput,
|
|
774
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteReplicationSubnetGroupCommandOutput) => void),
|
|
775
|
+
cb?: (err: any, data?: DeleteReplicationSubnetGroupCommandOutput) => void
|
|
776
|
+
): Promise<DeleteReplicationSubnetGroupCommandOutput> | void {
|
|
777
|
+
const command = new DeleteReplicationSubnetGroupCommand(args);
|
|
778
|
+
if (typeof optionsOrCb === "function") {
|
|
779
|
+
this.send(command, optionsOrCb);
|
|
780
|
+
} else if (typeof cb === "function") {
|
|
781
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
782
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
783
|
+
} else {
|
|
784
|
+
return this.send(command, optionsOrCb);
|
|
785
|
+
}
|
|
786
|
+
}
|
|
787
|
+
|
|
788
|
+
/**
|
|
789
|
+
* <p>Deletes the specified replication task.</p>
|
|
790
|
+
*/
|
|
791
|
+
public deleteReplicationTask(
|
|
792
|
+
args: DeleteReplicationTaskCommandInput,
|
|
793
|
+
options?: __HttpHandlerOptions
|
|
794
|
+
): Promise<DeleteReplicationTaskCommandOutput>;
|
|
795
|
+
public deleteReplicationTask(
|
|
796
|
+
args: DeleteReplicationTaskCommandInput,
|
|
797
|
+
cb: (err: any, data?: DeleteReplicationTaskCommandOutput) => void
|
|
798
|
+
): void;
|
|
799
|
+
public deleteReplicationTask(
|
|
800
|
+
args: DeleteReplicationTaskCommandInput,
|
|
801
|
+
options: __HttpHandlerOptions,
|
|
802
|
+
cb: (err: any, data?: DeleteReplicationTaskCommandOutput) => void
|
|
803
|
+
): void;
|
|
804
|
+
public deleteReplicationTask(
|
|
805
|
+
args: DeleteReplicationTaskCommandInput,
|
|
806
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteReplicationTaskCommandOutput) => void),
|
|
807
|
+
cb?: (err: any, data?: DeleteReplicationTaskCommandOutput) => void
|
|
808
|
+
): Promise<DeleteReplicationTaskCommandOutput> | void {
|
|
809
|
+
const command = new DeleteReplicationTaskCommand(args);
|
|
810
|
+
if (typeof optionsOrCb === "function") {
|
|
811
|
+
this.send(command, optionsOrCb);
|
|
812
|
+
} else if (typeof cb === "function") {
|
|
813
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
814
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
815
|
+
} else {
|
|
816
|
+
return this.send(command, optionsOrCb);
|
|
817
|
+
}
|
|
818
|
+
}
|
|
819
|
+
|
|
820
|
+
/**
|
|
821
|
+
* <p>Deletes the record of a single premigration assessment run.</p>
|
|
822
|
+
* <p>This operation removes all metadata that DMS maintains about this assessment run.
|
|
823
|
+
* However, the operation leaves untouched all information about this assessment run that is
|
|
824
|
+
* stored in your Amazon S3 bucket.</p>
|
|
825
|
+
*/
|
|
826
|
+
public deleteReplicationTaskAssessmentRun(
|
|
827
|
+
args: DeleteReplicationTaskAssessmentRunCommandInput,
|
|
828
|
+
options?: __HttpHandlerOptions
|
|
829
|
+
): Promise<DeleteReplicationTaskAssessmentRunCommandOutput>;
|
|
830
|
+
public deleteReplicationTaskAssessmentRun(
|
|
831
|
+
args: DeleteReplicationTaskAssessmentRunCommandInput,
|
|
832
|
+
cb: (err: any, data?: DeleteReplicationTaskAssessmentRunCommandOutput) => void
|
|
833
|
+
): void;
|
|
834
|
+
public deleteReplicationTaskAssessmentRun(
|
|
835
|
+
args: DeleteReplicationTaskAssessmentRunCommandInput,
|
|
836
|
+
options: __HttpHandlerOptions,
|
|
837
|
+
cb: (err: any, data?: DeleteReplicationTaskAssessmentRunCommandOutput) => void
|
|
838
|
+
): void;
|
|
839
|
+
public deleteReplicationTaskAssessmentRun(
|
|
840
|
+
args: DeleteReplicationTaskAssessmentRunCommandInput,
|
|
841
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteReplicationTaskAssessmentRunCommandOutput) => void),
|
|
842
|
+
cb?: (err: any, data?: DeleteReplicationTaskAssessmentRunCommandOutput) => void
|
|
843
|
+
): Promise<DeleteReplicationTaskAssessmentRunCommandOutput> | void {
|
|
844
|
+
const command = new DeleteReplicationTaskAssessmentRunCommand(args);
|
|
845
|
+
if (typeof optionsOrCb === "function") {
|
|
846
|
+
this.send(command, optionsOrCb);
|
|
847
|
+
} else if (typeof cb === "function") {
|
|
848
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
849
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
850
|
+
} else {
|
|
851
|
+
return this.send(command, optionsOrCb);
|
|
852
|
+
}
|
|
853
|
+
}
|
|
854
|
+
|
|
855
|
+
/**
|
|
856
|
+
* <p>Lists all of the DMS attributes for a customer account. These attributes include DMS
|
|
857
|
+
* quotas for the account and a unique account identifier in a particular DMS region. DMS
|
|
858
|
+
* quotas include a list of resource quotas supported by the account, such as the number of
|
|
859
|
+
* replication instances allowed. The description for each resource quota, includes the quota
|
|
860
|
+
* name, current usage toward that quota, and the quota's maximum value. DMS uses the unique
|
|
861
|
+
* account identifier to name each artifact used by DMS in the given region.</p>
|
|
862
|
+
* <p>This command does not take any parameters.</p>
|
|
863
|
+
*/
|
|
864
|
+
public describeAccountAttributes(
|
|
865
|
+
args: DescribeAccountAttributesCommandInput,
|
|
866
|
+
options?: __HttpHandlerOptions
|
|
867
|
+
): Promise<DescribeAccountAttributesCommandOutput>;
|
|
868
|
+
public describeAccountAttributes(
|
|
869
|
+
args: DescribeAccountAttributesCommandInput,
|
|
870
|
+
cb: (err: any, data?: DescribeAccountAttributesCommandOutput) => void
|
|
871
|
+
): void;
|
|
872
|
+
public describeAccountAttributes(
|
|
873
|
+
args: DescribeAccountAttributesCommandInput,
|
|
874
|
+
options: __HttpHandlerOptions,
|
|
875
|
+
cb: (err: any, data?: DescribeAccountAttributesCommandOutput) => void
|
|
876
|
+
): void;
|
|
877
|
+
public describeAccountAttributes(
|
|
878
|
+
args: DescribeAccountAttributesCommandInput,
|
|
879
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeAccountAttributesCommandOutput) => void),
|
|
880
|
+
cb?: (err: any, data?: DescribeAccountAttributesCommandOutput) => void
|
|
881
|
+
): Promise<DescribeAccountAttributesCommandOutput> | void {
|
|
882
|
+
const command = new DescribeAccountAttributesCommand(args);
|
|
883
|
+
if (typeof optionsOrCb === "function") {
|
|
884
|
+
this.send(command, optionsOrCb);
|
|
885
|
+
} else if (typeof cb === "function") {
|
|
886
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
887
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
888
|
+
} else {
|
|
889
|
+
return this.send(command, optionsOrCb);
|
|
890
|
+
}
|
|
891
|
+
}
|
|
892
|
+
|
|
893
|
+
/**
|
|
894
|
+
* <p>Provides a list of individual assessments that you can specify for a new premigration
|
|
895
|
+
* assessment run, given one or more parameters.</p>
|
|
896
|
+
* <p>If you specify an existing migration task, this operation provides the default individual
|
|
897
|
+
* assessments you can specify for that task. Otherwise, the specified parameters model elements
|
|
898
|
+
* of a possible migration task on which to base a premigration assessment run.</p>
|
|
899
|
+
* <p>To use these migration task modeling parameters, you must specify an existing replication instance,
|
|
900
|
+
* a source database engine, a target database engine, and a migration type. This combination of
|
|
901
|
+
* parameters potentially limits the default individual assessments available for an assessment run
|
|
902
|
+
* created for a corresponding migration task.</p>
|
|
903
|
+
* <p>If you specify no parameters, this operation provides a list of all possible individual assessments
|
|
904
|
+
* that you can specify for an assessment run. If you specify any one of the task modeling parameters, you must
|
|
905
|
+
* specify all of them or the operation cannot provide a list of individual assessments.
|
|
906
|
+
* The only parameter that you can specify alone is for an existing migration task. The specified task
|
|
907
|
+
* definition then determines the default list of individual assessments that you can specify in an
|
|
908
|
+
* assessment run for the task.</p>
|
|
909
|
+
*/
|
|
910
|
+
public describeApplicableIndividualAssessments(
|
|
911
|
+
args: DescribeApplicableIndividualAssessmentsCommandInput,
|
|
912
|
+
options?: __HttpHandlerOptions
|
|
913
|
+
): Promise<DescribeApplicableIndividualAssessmentsCommandOutput>;
|
|
914
|
+
public describeApplicableIndividualAssessments(
|
|
915
|
+
args: DescribeApplicableIndividualAssessmentsCommandInput,
|
|
916
|
+
cb: (err: any, data?: DescribeApplicableIndividualAssessmentsCommandOutput) => void
|
|
917
|
+
): void;
|
|
918
|
+
public describeApplicableIndividualAssessments(
|
|
919
|
+
args: DescribeApplicableIndividualAssessmentsCommandInput,
|
|
920
|
+
options: __HttpHandlerOptions,
|
|
921
|
+
cb: (err: any, data?: DescribeApplicableIndividualAssessmentsCommandOutput) => void
|
|
922
|
+
): void;
|
|
923
|
+
public describeApplicableIndividualAssessments(
|
|
924
|
+
args: DescribeApplicableIndividualAssessmentsCommandInput,
|
|
925
|
+
optionsOrCb?:
|
|
926
|
+
| __HttpHandlerOptions
|
|
927
|
+
| ((err: any, data?: DescribeApplicableIndividualAssessmentsCommandOutput) => void),
|
|
928
|
+
cb?: (err: any, data?: DescribeApplicableIndividualAssessmentsCommandOutput) => void
|
|
929
|
+
): Promise<DescribeApplicableIndividualAssessmentsCommandOutput> | void {
|
|
930
|
+
const command = new DescribeApplicableIndividualAssessmentsCommand(args);
|
|
931
|
+
if (typeof optionsOrCb === "function") {
|
|
932
|
+
this.send(command, optionsOrCb);
|
|
933
|
+
} else if (typeof cb === "function") {
|
|
934
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
935
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
936
|
+
} else {
|
|
937
|
+
return this.send(command, optionsOrCb);
|
|
938
|
+
}
|
|
939
|
+
}
|
|
940
|
+
|
|
941
|
+
/**
|
|
942
|
+
* <p>Provides a description of the certificate.</p>
|
|
943
|
+
*/
|
|
944
|
+
public describeCertificates(
|
|
945
|
+
args: DescribeCertificatesCommandInput,
|
|
946
|
+
options?: __HttpHandlerOptions
|
|
947
|
+
): Promise<DescribeCertificatesCommandOutput>;
|
|
948
|
+
public describeCertificates(
|
|
949
|
+
args: DescribeCertificatesCommandInput,
|
|
950
|
+
cb: (err: any, data?: DescribeCertificatesCommandOutput) => void
|
|
951
|
+
): void;
|
|
952
|
+
public describeCertificates(
|
|
953
|
+
args: DescribeCertificatesCommandInput,
|
|
954
|
+
options: __HttpHandlerOptions,
|
|
955
|
+
cb: (err: any, data?: DescribeCertificatesCommandOutput) => void
|
|
956
|
+
): void;
|
|
957
|
+
public describeCertificates(
|
|
958
|
+
args: DescribeCertificatesCommandInput,
|
|
959
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeCertificatesCommandOutput) => void),
|
|
960
|
+
cb?: (err: any, data?: DescribeCertificatesCommandOutput) => void
|
|
961
|
+
): Promise<DescribeCertificatesCommandOutput> | void {
|
|
962
|
+
const command = new DescribeCertificatesCommand(args);
|
|
963
|
+
if (typeof optionsOrCb === "function") {
|
|
964
|
+
this.send(command, optionsOrCb);
|
|
965
|
+
} else if (typeof cb === "function") {
|
|
966
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
967
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
968
|
+
} else {
|
|
969
|
+
return this.send(command, optionsOrCb);
|
|
970
|
+
}
|
|
971
|
+
}
|
|
972
|
+
|
|
973
|
+
/**
|
|
974
|
+
* <p>Describes the status of the connections that have been made between the replication
|
|
975
|
+
* instance and an endpoint. Connections are created when you test an endpoint.</p>
|
|
976
|
+
*/
|
|
977
|
+
public describeConnections(
|
|
978
|
+
args: DescribeConnectionsCommandInput,
|
|
979
|
+
options?: __HttpHandlerOptions
|
|
980
|
+
): Promise<DescribeConnectionsCommandOutput>;
|
|
981
|
+
public describeConnections(
|
|
982
|
+
args: DescribeConnectionsCommandInput,
|
|
983
|
+
cb: (err: any, data?: DescribeConnectionsCommandOutput) => void
|
|
984
|
+
): void;
|
|
985
|
+
public describeConnections(
|
|
986
|
+
args: DescribeConnectionsCommandInput,
|
|
987
|
+
options: __HttpHandlerOptions,
|
|
988
|
+
cb: (err: any, data?: DescribeConnectionsCommandOutput) => void
|
|
989
|
+
): void;
|
|
990
|
+
public describeConnections(
|
|
991
|
+
args: DescribeConnectionsCommandInput,
|
|
992
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeConnectionsCommandOutput) => void),
|
|
993
|
+
cb?: (err: any, data?: DescribeConnectionsCommandOutput) => void
|
|
994
|
+
): Promise<DescribeConnectionsCommandOutput> | void {
|
|
995
|
+
const command = new DescribeConnectionsCommand(args);
|
|
996
|
+
if (typeof optionsOrCb === "function") {
|
|
997
|
+
this.send(command, optionsOrCb);
|
|
998
|
+
} else if (typeof cb === "function") {
|
|
999
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1000
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1001
|
+
} else {
|
|
1002
|
+
return this.send(command, optionsOrCb);
|
|
1003
|
+
}
|
|
1004
|
+
}
|
|
1005
|
+
|
|
1006
|
+
/**
|
|
1007
|
+
* <p>Returns information about the endpoints for your account in the current region.</p>
|
|
1008
|
+
*/
|
|
1009
|
+
public describeEndpoints(
|
|
1010
|
+
args: DescribeEndpointsCommandInput,
|
|
1011
|
+
options?: __HttpHandlerOptions
|
|
1012
|
+
): Promise<DescribeEndpointsCommandOutput>;
|
|
1013
|
+
public describeEndpoints(
|
|
1014
|
+
args: DescribeEndpointsCommandInput,
|
|
1015
|
+
cb: (err: any, data?: DescribeEndpointsCommandOutput) => void
|
|
1016
|
+
): void;
|
|
1017
|
+
public describeEndpoints(
|
|
1018
|
+
args: DescribeEndpointsCommandInput,
|
|
1019
|
+
options: __HttpHandlerOptions,
|
|
1020
|
+
cb: (err: any, data?: DescribeEndpointsCommandOutput) => void
|
|
1021
|
+
): void;
|
|
1022
|
+
public describeEndpoints(
|
|
1023
|
+
args: DescribeEndpointsCommandInput,
|
|
1024
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeEndpointsCommandOutput) => void),
|
|
1025
|
+
cb?: (err: any, data?: DescribeEndpointsCommandOutput) => void
|
|
1026
|
+
): Promise<DescribeEndpointsCommandOutput> | void {
|
|
1027
|
+
const command = new DescribeEndpointsCommand(args);
|
|
1028
|
+
if (typeof optionsOrCb === "function") {
|
|
1029
|
+
this.send(command, optionsOrCb);
|
|
1030
|
+
} else if (typeof cb === "function") {
|
|
1031
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1032
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1033
|
+
} else {
|
|
1034
|
+
return this.send(command, optionsOrCb);
|
|
1035
|
+
}
|
|
1036
|
+
}
|
|
1037
|
+
|
|
1038
|
+
/**
|
|
1039
|
+
* <p>Returns information about the possible endpoint settings available
|
|
1040
|
+
* when you create an endpoint for a specific database engine.</p>
|
|
1041
|
+
*/
|
|
1042
|
+
public describeEndpointSettings(
|
|
1043
|
+
args: DescribeEndpointSettingsCommandInput,
|
|
1044
|
+
options?: __HttpHandlerOptions
|
|
1045
|
+
): Promise<DescribeEndpointSettingsCommandOutput>;
|
|
1046
|
+
public describeEndpointSettings(
|
|
1047
|
+
args: DescribeEndpointSettingsCommandInput,
|
|
1048
|
+
cb: (err: any, data?: DescribeEndpointSettingsCommandOutput) => void
|
|
1049
|
+
): void;
|
|
1050
|
+
public describeEndpointSettings(
|
|
1051
|
+
args: DescribeEndpointSettingsCommandInput,
|
|
1052
|
+
options: __HttpHandlerOptions,
|
|
1053
|
+
cb: (err: any, data?: DescribeEndpointSettingsCommandOutput) => void
|
|
1054
|
+
): void;
|
|
1055
|
+
public describeEndpointSettings(
|
|
1056
|
+
args: DescribeEndpointSettingsCommandInput,
|
|
1057
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeEndpointSettingsCommandOutput) => void),
|
|
1058
|
+
cb?: (err: any, data?: DescribeEndpointSettingsCommandOutput) => void
|
|
1059
|
+
): Promise<DescribeEndpointSettingsCommandOutput> | void {
|
|
1060
|
+
const command = new DescribeEndpointSettingsCommand(args);
|
|
1061
|
+
if (typeof optionsOrCb === "function") {
|
|
1062
|
+
this.send(command, optionsOrCb);
|
|
1063
|
+
} else if (typeof cb === "function") {
|
|
1064
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1065
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1066
|
+
} else {
|
|
1067
|
+
return this.send(command, optionsOrCb);
|
|
1068
|
+
}
|
|
1069
|
+
}
|
|
1070
|
+
|
|
1071
|
+
/**
|
|
1072
|
+
* <p>Returns information about the type of endpoints available.</p>
|
|
1073
|
+
*/
|
|
1074
|
+
public describeEndpointTypes(
|
|
1075
|
+
args: DescribeEndpointTypesCommandInput,
|
|
1076
|
+
options?: __HttpHandlerOptions
|
|
1077
|
+
): Promise<DescribeEndpointTypesCommandOutput>;
|
|
1078
|
+
public describeEndpointTypes(
|
|
1079
|
+
args: DescribeEndpointTypesCommandInput,
|
|
1080
|
+
cb: (err: any, data?: DescribeEndpointTypesCommandOutput) => void
|
|
1081
|
+
): void;
|
|
1082
|
+
public describeEndpointTypes(
|
|
1083
|
+
args: DescribeEndpointTypesCommandInput,
|
|
1084
|
+
options: __HttpHandlerOptions,
|
|
1085
|
+
cb: (err: any, data?: DescribeEndpointTypesCommandOutput) => void
|
|
1086
|
+
): void;
|
|
1087
|
+
public describeEndpointTypes(
|
|
1088
|
+
args: DescribeEndpointTypesCommandInput,
|
|
1089
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeEndpointTypesCommandOutput) => void),
|
|
1090
|
+
cb?: (err: any, data?: DescribeEndpointTypesCommandOutput) => void
|
|
1091
|
+
): Promise<DescribeEndpointTypesCommandOutput> | void {
|
|
1092
|
+
const command = new DescribeEndpointTypesCommand(args);
|
|
1093
|
+
if (typeof optionsOrCb === "function") {
|
|
1094
|
+
this.send(command, optionsOrCb);
|
|
1095
|
+
} else if (typeof cb === "function") {
|
|
1096
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1097
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1098
|
+
} else {
|
|
1099
|
+
return this.send(command, optionsOrCb);
|
|
1100
|
+
}
|
|
1101
|
+
}
|
|
1102
|
+
|
|
1103
|
+
/**
|
|
1104
|
+
* <p>Lists categories for all event source types, or, if specified, for a specified source
|
|
1105
|
+
* type. You can see a list of the event categories and source types in <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Events.html">Working with Events
|
|
1106
|
+
* and Notifications</a> in the <i>Database Migration Service User
|
|
1107
|
+
* Guide.</i>
|
|
1108
|
+
* </p>
|
|
1109
|
+
*/
|
|
1110
|
+
public describeEventCategories(
|
|
1111
|
+
args: DescribeEventCategoriesCommandInput,
|
|
1112
|
+
options?: __HttpHandlerOptions
|
|
1113
|
+
): Promise<DescribeEventCategoriesCommandOutput>;
|
|
1114
|
+
public describeEventCategories(
|
|
1115
|
+
args: DescribeEventCategoriesCommandInput,
|
|
1116
|
+
cb: (err: any, data?: DescribeEventCategoriesCommandOutput) => void
|
|
1117
|
+
): void;
|
|
1118
|
+
public describeEventCategories(
|
|
1119
|
+
args: DescribeEventCategoriesCommandInput,
|
|
1120
|
+
options: __HttpHandlerOptions,
|
|
1121
|
+
cb: (err: any, data?: DescribeEventCategoriesCommandOutput) => void
|
|
1122
|
+
): void;
|
|
1123
|
+
public describeEventCategories(
|
|
1124
|
+
args: DescribeEventCategoriesCommandInput,
|
|
1125
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeEventCategoriesCommandOutput) => void),
|
|
1126
|
+
cb?: (err: any, data?: DescribeEventCategoriesCommandOutput) => void
|
|
1127
|
+
): Promise<DescribeEventCategoriesCommandOutput> | void {
|
|
1128
|
+
const command = new DescribeEventCategoriesCommand(args);
|
|
1129
|
+
if (typeof optionsOrCb === "function") {
|
|
1130
|
+
this.send(command, optionsOrCb);
|
|
1131
|
+
} else if (typeof cb === "function") {
|
|
1132
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1133
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1134
|
+
} else {
|
|
1135
|
+
return this.send(command, optionsOrCb);
|
|
1136
|
+
}
|
|
1137
|
+
}
|
|
1138
|
+
|
|
1139
|
+
/**
|
|
1140
|
+
* <p> Lists events for a given source identifier and source type. You can also specify a
|
|
1141
|
+
* start and end time. For more information on DMS events, see <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Events.html">Working with Events and
|
|
1142
|
+
* Notifications</a> in the <i>Database Migration Service User
|
|
1143
|
+
* Guide.</i>
|
|
1144
|
+
* </p>
|
|
1145
|
+
*/
|
|
1146
|
+
public describeEvents(
|
|
1147
|
+
args: DescribeEventsCommandInput,
|
|
1148
|
+
options?: __HttpHandlerOptions
|
|
1149
|
+
): Promise<DescribeEventsCommandOutput>;
|
|
1150
|
+
public describeEvents(
|
|
1151
|
+
args: DescribeEventsCommandInput,
|
|
1152
|
+
cb: (err: any, data?: DescribeEventsCommandOutput) => void
|
|
1153
|
+
): void;
|
|
1154
|
+
public describeEvents(
|
|
1155
|
+
args: DescribeEventsCommandInput,
|
|
1156
|
+
options: __HttpHandlerOptions,
|
|
1157
|
+
cb: (err: any, data?: DescribeEventsCommandOutput) => void
|
|
1158
|
+
): void;
|
|
1159
|
+
public describeEvents(
|
|
1160
|
+
args: DescribeEventsCommandInput,
|
|
1161
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeEventsCommandOutput) => void),
|
|
1162
|
+
cb?: (err: any, data?: DescribeEventsCommandOutput) => void
|
|
1163
|
+
): Promise<DescribeEventsCommandOutput> | void {
|
|
1164
|
+
const command = new DescribeEventsCommand(args);
|
|
1165
|
+
if (typeof optionsOrCb === "function") {
|
|
1166
|
+
this.send(command, optionsOrCb);
|
|
1167
|
+
} else if (typeof cb === "function") {
|
|
1168
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1169
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1170
|
+
} else {
|
|
1171
|
+
return this.send(command, optionsOrCb);
|
|
1172
|
+
}
|
|
1173
|
+
}
|
|
1174
|
+
|
|
1175
|
+
/**
|
|
1176
|
+
* <p>Lists all the event subscriptions for a customer account. The description of a
|
|
1177
|
+
* subscription includes <code>SubscriptionName</code>, <code>SNSTopicARN</code>,
|
|
1178
|
+
* <code>CustomerID</code>, <code>SourceType</code>, <code>SourceID</code>,
|
|
1179
|
+
* <code>CreationTime</code>, and <code>Status</code>. </p>
|
|
1180
|
+
* <p>If you specify <code>SubscriptionName</code>, this action lists the description for that
|
|
1181
|
+
* subscription.</p>
|
|
1182
|
+
*/
|
|
1183
|
+
public describeEventSubscriptions(
|
|
1184
|
+
args: DescribeEventSubscriptionsCommandInput,
|
|
1185
|
+
options?: __HttpHandlerOptions
|
|
1186
|
+
): Promise<DescribeEventSubscriptionsCommandOutput>;
|
|
1187
|
+
public describeEventSubscriptions(
|
|
1188
|
+
args: DescribeEventSubscriptionsCommandInput,
|
|
1189
|
+
cb: (err: any, data?: DescribeEventSubscriptionsCommandOutput) => void
|
|
1190
|
+
): void;
|
|
1191
|
+
public describeEventSubscriptions(
|
|
1192
|
+
args: DescribeEventSubscriptionsCommandInput,
|
|
1193
|
+
options: __HttpHandlerOptions,
|
|
1194
|
+
cb: (err: any, data?: DescribeEventSubscriptionsCommandOutput) => void
|
|
1195
|
+
): void;
|
|
1196
|
+
public describeEventSubscriptions(
|
|
1197
|
+
args: DescribeEventSubscriptionsCommandInput,
|
|
1198
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeEventSubscriptionsCommandOutput) => void),
|
|
1199
|
+
cb?: (err: any, data?: DescribeEventSubscriptionsCommandOutput) => void
|
|
1200
|
+
): Promise<DescribeEventSubscriptionsCommandOutput> | void {
|
|
1201
|
+
const command = new DescribeEventSubscriptionsCommand(args);
|
|
1202
|
+
if (typeof optionsOrCb === "function") {
|
|
1203
|
+
this.send(command, optionsOrCb);
|
|
1204
|
+
} else if (typeof cb === "function") {
|
|
1205
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1206
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1207
|
+
} else {
|
|
1208
|
+
return this.send(command, optionsOrCb);
|
|
1209
|
+
}
|
|
1210
|
+
}
|
|
1211
|
+
|
|
1212
|
+
/**
|
|
1213
|
+
* <p>Returns information about the replication instance types that can be created in the
|
|
1214
|
+
* specified region.</p>
|
|
1215
|
+
*/
|
|
1216
|
+
public describeOrderableReplicationInstances(
|
|
1217
|
+
args: DescribeOrderableReplicationInstancesCommandInput,
|
|
1218
|
+
options?: __HttpHandlerOptions
|
|
1219
|
+
): Promise<DescribeOrderableReplicationInstancesCommandOutput>;
|
|
1220
|
+
public describeOrderableReplicationInstances(
|
|
1221
|
+
args: DescribeOrderableReplicationInstancesCommandInput,
|
|
1222
|
+
cb: (err: any, data?: DescribeOrderableReplicationInstancesCommandOutput) => void
|
|
1223
|
+
): void;
|
|
1224
|
+
public describeOrderableReplicationInstances(
|
|
1225
|
+
args: DescribeOrderableReplicationInstancesCommandInput,
|
|
1226
|
+
options: __HttpHandlerOptions,
|
|
1227
|
+
cb: (err: any, data?: DescribeOrderableReplicationInstancesCommandOutput) => void
|
|
1228
|
+
): void;
|
|
1229
|
+
public describeOrderableReplicationInstances(
|
|
1230
|
+
args: DescribeOrderableReplicationInstancesCommandInput,
|
|
1231
|
+
optionsOrCb?:
|
|
1232
|
+
| __HttpHandlerOptions
|
|
1233
|
+
| ((err: any, data?: DescribeOrderableReplicationInstancesCommandOutput) => void),
|
|
1234
|
+
cb?: (err: any, data?: DescribeOrderableReplicationInstancesCommandOutput) => void
|
|
1235
|
+
): Promise<DescribeOrderableReplicationInstancesCommandOutput> | void {
|
|
1236
|
+
const command = new DescribeOrderableReplicationInstancesCommand(args);
|
|
1237
|
+
if (typeof optionsOrCb === "function") {
|
|
1238
|
+
this.send(command, optionsOrCb);
|
|
1239
|
+
} else if (typeof cb === "function") {
|
|
1240
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1241
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1242
|
+
} else {
|
|
1243
|
+
return this.send(command, optionsOrCb);
|
|
1244
|
+
}
|
|
1245
|
+
}
|
|
1246
|
+
|
|
1247
|
+
/**
|
|
1248
|
+
* <p>For internal use only</p>
|
|
1249
|
+
*/
|
|
1250
|
+
public describePendingMaintenanceActions(
|
|
1251
|
+
args: DescribePendingMaintenanceActionsCommandInput,
|
|
1252
|
+
options?: __HttpHandlerOptions
|
|
1253
|
+
): Promise<DescribePendingMaintenanceActionsCommandOutput>;
|
|
1254
|
+
public describePendingMaintenanceActions(
|
|
1255
|
+
args: DescribePendingMaintenanceActionsCommandInput,
|
|
1256
|
+
cb: (err: any, data?: DescribePendingMaintenanceActionsCommandOutput) => void
|
|
1257
|
+
): void;
|
|
1258
|
+
public describePendingMaintenanceActions(
|
|
1259
|
+
args: DescribePendingMaintenanceActionsCommandInput,
|
|
1260
|
+
options: __HttpHandlerOptions,
|
|
1261
|
+
cb: (err: any, data?: DescribePendingMaintenanceActionsCommandOutput) => void
|
|
1262
|
+
): void;
|
|
1263
|
+
public describePendingMaintenanceActions(
|
|
1264
|
+
args: DescribePendingMaintenanceActionsCommandInput,
|
|
1265
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribePendingMaintenanceActionsCommandOutput) => void),
|
|
1266
|
+
cb?: (err: any, data?: DescribePendingMaintenanceActionsCommandOutput) => void
|
|
1267
|
+
): Promise<DescribePendingMaintenanceActionsCommandOutput> | void {
|
|
1268
|
+
const command = new DescribePendingMaintenanceActionsCommand(args);
|
|
1269
|
+
if (typeof optionsOrCb === "function") {
|
|
1270
|
+
this.send(command, optionsOrCb);
|
|
1271
|
+
} else if (typeof cb === "function") {
|
|
1272
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1273
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1274
|
+
} else {
|
|
1275
|
+
return this.send(command, optionsOrCb);
|
|
1276
|
+
}
|
|
1277
|
+
}
|
|
1278
|
+
|
|
1279
|
+
/**
|
|
1280
|
+
* <p>Returns the status of the RefreshSchemas operation.</p>
|
|
1281
|
+
*/
|
|
1282
|
+
public describeRefreshSchemasStatus(
|
|
1283
|
+
args: DescribeRefreshSchemasStatusCommandInput,
|
|
1284
|
+
options?: __HttpHandlerOptions
|
|
1285
|
+
): Promise<DescribeRefreshSchemasStatusCommandOutput>;
|
|
1286
|
+
public describeRefreshSchemasStatus(
|
|
1287
|
+
args: DescribeRefreshSchemasStatusCommandInput,
|
|
1288
|
+
cb: (err: any, data?: DescribeRefreshSchemasStatusCommandOutput) => void
|
|
1289
|
+
): void;
|
|
1290
|
+
public describeRefreshSchemasStatus(
|
|
1291
|
+
args: DescribeRefreshSchemasStatusCommandInput,
|
|
1292
|
+
options: __HttpHandlerOptions,
|
|
1293
|
+
cb: (err: any, data?: DescribeRefreshSchemasStatusCommandOutput) => void
|
|
1294
|
+
): void;
|
|
1295
|
+
public describeRefreshSchemasStatus(
|
|
1296
|
+
args: DescribeRefreshSchemasStatusCommandInput,
|
|
1297
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeRefreshSchemasStatusCommandOutput) => void),
|
|
1298
|
+
cb?: (err: any, data?: DescribeRefreshSchemasStatusCommandOutput) => void
|
|
1299
|
+
): Promise<DescribeRefreshSchemasStatusCommandOutput> | void {
|
|
1300
|
+
const command = new DescribeRefreshSchemasStatusCommand(args);
|
|
1301
|
+
if (typeof optionsOrCb === "function") {
|
|
1302
|
+
this.send(command, optionsOrCb);
|
|
1303
|
+
} else if (typeof cb === "function") {
|
|
1304
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1305
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1306
|
+
} else {
|
|
1307
|
+
return this.send(command, optionsOrCb);
|
|
1308
|
+
}
|
|
1309
|
+
}
|
|
1310
|
+
|
|
1311
|
+
/**
|
|
1312
|
+
* <p>Returns information about replication instances for your account in the current
|
|
1313
|
+
* region.</p>
|
|
1314
|
+
*/
|
|
1315
|
+
public describeReplicationInstances(
|
|
1316
|
+
args: DescribeReplicationInstancesCommandInput,
|
|
1317
|
+
options?: __HttpHandlerOptions
|
|
1318
|
+
): Promise<DescribeReplicationInstancesCommandOutput>;
|
|
1319
|
+
public describeReplicationInstances(
|
|
1320
|
+
args: DescribeReplicationInstancesCommandInput,
|
|
1321
|
+
cb: (err: any, data?: DescribeReplicationInstancesCommandOutput) => void
|
|
1322
|
+
): void;
|
|
1323
|
+
public describeReplicationInstances(
|
|
1324
|
+
args: DescribeReplicationInstancesCommandInput,
|
|
1325
|
+
options: __HttpHandlerOptions,
|
|
1326
|
+
cb: (err: any, data?: DescribeReplicationInstancesCommandOutput) => void
|
|
1327
|
+
): void;
|
|
1328
|
+
public describeReplicationInstances(
|
|
1329
|
+
args: DescribeReplicationInstancesCommandInput,
|
|
1330
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeReplicationInstancesCommandOutput) => void),
|
|
1331
|
+
cb?: (err: any, data?: DescribeReplicationInstancesCommandOutput) => void
|
|
1332
|
+
): Promise<DescribeReplicationInstancesCommandOutput> | void {
|
|
1333
|
+
const command = new DescribeReplicationInstancesCommand(args);
|
|
1334
|
+
if (typeof optionsOrCb === "function") {
|
|
1335
|
+
this.send(command, optionsOrCb);
|
|
1336
|
+
} else if (typeof cb === "function") {
|
|
1337
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1338
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1339
|
+
} else {
|
|
1340
|
+
return this.send(command, optionsOrCb);
|
|
1341
|
+
}
|
|
1342
|
+
}
|
|
1343
|
+
|
|
1344
|
+
/**
|
|
1345
|
+
* <p>Returns information about the task logs for the specified task.</p>
|
|
1346
|
+
*/
|
|
1347
|
+
public describeReplicationInstanceTaskLogs(
|
|
1348
|
+
args: DescribeReplicationInstanceTaskLogsCommandInput,
|
|
1349
|
+
options?: __HttpHandlerOptions
|
|
1350
|
+
): Promise<DescribeReplicationInstanceTaskLogsCommandOutput>;
|
|
1351
|
+
public describeReplicationInstanceTaskLogs(
|
|
1352
|
+
args: DescribeReplicationInstanceTaskLogsCommandInput,
|
|
1353
|
+
cb: (err: any, data?: DescribeReplicationInstanceTaskLogsCommandOutput) => void
|
|
1354
|
+
): void;
|
|
1355
|
+
public describeReplicationInstanceTaskLogs(
|
|
1356
|
+
args: DescribeReplicationInstanceTaskLogsCommandInput,
|
|
1357
|
+
options: __HttpHandlerOptions,
|
|
1358
|
+
cb: (err: any, data?: DescribeReplicationInstanceTaskLogsCommandOutput) => void
|
|
1359
|
+
): void;
|
|
1360
|
+
public describeReplicationInstanceTaskLogs(
|
|
1361
|
+
args: DescribeReplicationInstanceTaskLogsCommandInput,
|
|
1362
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeReplicationInstanceTaskLogsCommandOutput) => void),
|
|
1363
|
+
cb?: (err: any, data?: DescribeReplicationInstanceTaskLogsCommandOutput) => void
|
|
1364
|
+
): Promise<DescribeReplicationInstanceTaskLogsCommandOutput> | void {
|
|
1365
|
+
const command = new DescribeReplicationInstanceTaskLogsCommand(args);
|
|
1366
|
+
if (typeof optionsOrCb === "function") {
|
|
1367
|
+
this.send(command, optionsOrCb);
|
|
1368
|
+
} else if (typeof cb === "function") {
|
|
1369
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1370
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1371
|
+
} else {
|
|
1372
|
+
return this.send(command, optionsOrCb);
|
|
1373
|
+
}
|
|
1374
|
+
}
|
|
1375
|
+
|
|
1376
|
+
/**
|
|
1377
|
+
* <p>Returns information about the replication subnet groups.</p>
|
|
1378
|
+
*/
|
|
1379
|
+
public describeReplicationSubnetGroups(
|
|
1380
|
+
args: DescribeReplicationSubnetGroupsCommandInput,
|
|
1381
|
+
options?: __HttpHandlerOptions
|
|
1382
|
+
): Promise<DescribeReplicationSubnetGroupsCommandOutput>;
|
|
1383
|
+
public describeReplicationSubnetGroups(
|
|
1384
|
+
args: DescribeReplicationSubnetGroupsCommandInput,
|
|
1385
|
+
cb: (err: any, data?: DescribeReplicationSubnetGroupsCommandOutput) => void
|
|
1386
|
+
): void;
|
|
1387
|
+
public describeReplicationSubnetGroups(
|
|
1388
|
+
args: DescribeReplicationSubnetGroupsCommandInput,
|
|
1389
|
+
options: __HttpHandlerOptions,
|
|
1390
|
+
cb: (err: any, data?: DescribeReplicationSubnetGroupsCommandOutput) => void
|
|
1391
|
+
): void;
|
|
1392
|
+
public describeReplicationSubnetGroups(
|
|
1393
|
+
args: DescribeReplicationSubnetGroupsCommandInput,
|
|
1394
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeReplicationSubnetGroupsCommandOutput) => void),
|
|
1395
|
+
cb?: (err: any, data?: DescribeReplicationSubnetGroupsCommandOutput) => void
|
|
1396
|
+
): Promise<DescribeReplicationSubnetGroupsCommandOutput> | void {
|
|
1397
|
+
const command = new DescribeReplicationSubnetGroupsCommand(args);
|
|
1398
|
+
if (typeof optionsOrCb === "function") {
|
|
1399
|
+
this.send(command, optionsOrCb);
|
|
1400
|
+
} else if (typeof cb === "function") {
|
|
1401
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1402
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1403
|
+
} else {
|
|
1404
|
+
return this.send(command, optionsOrCb);
|
|
1405
|
+
}
|
|
1406
|
+
}
|
|
1407
|
+
|
|
1408
|
+
/**
|
|
1409
|
+
* <p>Returns the task assessment results from the Amazon S3 bucket that DMS creates in your
|
|
1410
|
+
* Amazon Web Services account. This action always returns the
|
|
1411
|
+
* latest results.</p>
|
|
1412
|
+
* <p>For more information about DMS task assessments, see
|
|
1413
|
+
* <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tasks.AssessmentReport.html">Creating a task assessment report</a>
|
|
1414
|
+
* in the <a href="https://docs.aws.amazon.com/https:/docs.aws.amazon.com/dms/latest/userguide/Welcome.html">
|
|
1415
|
+
* Database Migration Service User Guide</a>.</p>
|
|
1416
|
+
*/
|
|
1417
|
+
public describeReplicationTaskAssessmentResults(
|
|
1418
|
+
args: DescribeReplicationTaskAssessmentResultsCommandInput,
|
|
1419
|
+
options?: __HttpHandlerOptions
|
|
1420
|
+
): Promise<DescribeReplicationTaskAssessmentResultsCommandOutput>;
|
|
1421
|
+
public describeReplicationTaskAssessmentResults(
|
|
1422
|
+
args: DescribeReplicationTaskAssessmentResultsCommandInput,
|
|
1423
|
+
cb: (err: any, data?: DescribeReplicationTaskAssessmentResultsCommandOutput) => void
|
|
1424
|
+
): void;
|
|
1425
|
+
public describeReplicationTaskAssessmentResults(
|
|
1426
|
+
args: DescribeReplicationTaskAssessmentResultsCommandInput,
|
|
1427
|
+
options: __HttpHandlerOptions,
|
|
1428
|
+
cb: (err: any, data?: DescribeReplicationTaskAssessmentResultsCommandOutput) => void
|
|
1429
|
+
): void;
|
|
1430
|
+
public describeReplicationTaskAssessmentResults(
|
|
1431
|
+
args: DescribeReplicationTaskAssessmentResultsCommandInput,
|
|
1432
|
+
optionsOrCb?:
|
|
1433
|
+
| __HttpHandlerOptions
|
|
1434
|
+
| ((err: any, data?: DescribeReplicationTaskAssessmentResultsCommandOutput) => void),
|
|
1435
|
+
cb?: (err: any, data?: DescribeReplicationTaskAssessmentResultsCommandOutput) => void
|
|
1436
|
+
): Promise<DescribeReplicationTaskAssessmentResultsCommandOutput> | void {
|
|
1437
|
+
const command = new DescribeReplicationTaskAssessmentResultsCommand(args);
|
|
1438
|
+
if (typeof optionsOrCb === "function") {
|
|
1439
|
+
this.send(command, optionsOrCb);
|
|
1440
|
+
} else if (typeof cb === "function") {
|
|
1441
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1442
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1443
|
+
} else {
|
|
1444
|
+
return this.send(command, optionsOrCb);
|
|
1445
|
+
}
|
|
1446
|
+
}
|
|
1447
|
+
|
|
1448
|
+
/**
|
|
1449
|
+
* <p>Returns a paginated list of premigration assessment runs based on filter
|
|
1450
|
+
* settings.</p>
|
|
1451
|
+
* <p>These filter settings can specify a combination of premigration assessment runs,
|
|
1452
|
+
* migration tasks, replication instances, and assessment run status values.</p>
|
|
1453
|
+
* <note>
|
|
1454
|
+
* <p>This operation doesn't return information about individual assessments. For this
|
|
1455
|
+
* information, see the <code>DescribeReplicationTaskIndividualAssessments</code>
|
|
1456
|
+
* operation. </p>
|
|
1457
|
+
* </note>
|
|
1458
|
+
*/
|
|
1459
|
+
public describeReplicationTaskAssessmentRuns(
|
|
1460
|
+
args: DescribeReplicationTaskAssessmentRunsCommandInput,
|
|
1461
|
+
options?: __HttpHandlerOptions
|
|
1462
|
+
): Promise<DescribeReplicationTaskAssessmentRunsCommandOutput>;
|
|
1463
|
+
public describeReplicationTaskAssessmentRuns(
|
|
1464
|
+
args: DescribeReplicationTaskAssessmentRunsCommandInput,
|
|
1465
|
+
cb: (err: any, data?: DescribeReplicationTaskAssessmentRunsCommandOutput) => void
|
|
1466
|
+
): void;
|
|
1467
|
+
public describeReplicationTaskAssessmentRuns(
|
|
1468
|
+
args: DescribeReplicationTaskAssessmentRunsCommandInput,
|
|
1469
|
+
options: __HttpHandlerOptions,
|
|
1470
|
+
cb: (err: any, data?: DescribeReplicationTaskAssessmentRunsCommandOutput) => void
|
|
1471
|
+
): void;
|
|
1472
|
+
public describeReplicationTaskAssessmentRuns(
|
|
1473
|
+
args: DescribeReplicationTaskAssessmentRunsCommandInput,
|
|
1474
|
+
optionsOrCb?:
|
|
1475
|
+
| __HttpHandlerOptions
|
|
1476
|
+
| ((err: any, data?: DescribeReplicationTaskAssessmentRunsCommandOutput) => void),
|
|
1477
|
+
cb?: (err: any, data?: DescribeReplicationTaskAssessmentRunsCommandOutput) => void
|
|
1478
|
+
): Promise<DescribeReplicationTaskAssessmentRunsCommandOutput> | void {
|
|
1479
|
+
const command = new DescribeReplicationTaskAssessmentRunsCommand(args);
|
|
1480
|
+
if (typeof optionsOrCb === "function") {
|
|
1481
|
+
this.send(command, optionsOrCb);
|
|
1482
|
+
} else if (typeof cb === "function") {
|
|
1483
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1484
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1485
|
+
} else {
|
|
1486
|
+
return this.send(command, optionsOrCb);
|
|
1487
|
+
}
|
|
1488
|
+
}
|
|
1489
|
+
|
|
1490
|
+
/**
|
|
1491
|
+
* <p>Returns a paginated list of individual assessments based on filter settings.</p>
|
|
1492
|
+
* <p>These filter settings can specify a combination of premigration assessment runs,
|
|
1493
|
+
* migration tasks, and assessment status values.</p>
|
|
1494
|
+
*/
|
|
1495
|
+
public describeReplicationTaskIndividualAssessments(
|
|
1496
|
+
args: DescribeReplicationTaskIndividualAssessmentsCommandInput,
|
|
1497
|
+
options?: __HttpHandlerOptions
|
|
1498
|
+
): Promise<DescribeReplicationTaskIndividualAssessmentsCommandOutput>;
|
|
1499
|
+
public describeReplicationTaskIndividualAssessments(
|
|
1500
|
+
args: DescribeReplicationTaskIndividualAssessmentsCommandInput,
|
|
1501
|
+
cb: (err: any, data?: DescribeReplicationTaskIndividualAssessmentsCommandOutput) => void
|
|
1502
|
+
): void;
|
|
1503
|
+
public describeReplicationTaskIndividualAssessments(
|
|
1504
|
+
args: DescribeReplicationTaskIndividualAssessmentsCommandInput,
|
|
1505
|
+
options: __HttpHandlerOptions,
|
|
1506
|
+
cb: (err: any, data?: DescribeReplicationTaskIndividualAssessmentsCommandOutput) => void
|
|
1507
|
+
): void;
|
|
1508
|
+
public describeReplicationTaskIndividualAssessments(
|
|
1509
|
+
args: DescribeReplicationTaskIndividualAssessmentsCommandInput,
|
|
1510
|
+
optionsOrCb?:
|
|
1511
|
+
| __HttpHandlerOptions
|
|
1512
|
+
| ((err: any, data?: DescribeReplicationTaskIndividualAssessmentsCommandOutput) => void),
|
|
1513
|
+
cb?: (err: any, data?: DescribeReplicationTaskIndividualAssessmentsCommandOutput) => void
|
|
1514
|
+
): Promise<DescribeReplicationTaskIndividualAssessmentsCommandOutput> | void {
|
|
1515
|
+
const command = new DescribeReplicationTaskIndividualAssessmentsCommand(args);
|
|
1516
|
+
if (typeof optionsOrCb === "function") {
|
|
1517
|
+
this.send(command, optionsOrCb);
|
|
1518
|
+
} else if (typeof cb === "function") {
|
|
1519
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1520
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1521
|
+
} else {
|
|
1522
|
+
return this.send(command, optionsOrCb);
|
|
1523
|
+
}
|
|
1524
|
+
}
|
|
1525
|
+
|
|
1526
|
+
/**
|
|
1527
|
+
* <p>Returns information about replication tasks for your account in the current
|
|
1528
|
+
* region.</p>
|
|
1529
|
+
*/
|
|
1530
|
+
public describeReplicationTasks(
|
|
1531
|
+
args: DescribeReplicationTasksCommandInput,
|
|
1532
|
+
options?: __HttpHandlerOptions
|
|
1533
|
+
): Promise<DescribeReplicationTasksCommandOutput>;
|
|
1534
|
+
public describeReplicationTasks(
|
|
1535
|
+
args: DescribeReplicationTasksCommandInput,
|
|
1536
|
+
cb: (err: any, data?: DescribeReplicationTasksCommandOutput) => void
|
|
1537
|
+
): void;
|
|
1538
|
+
public describeReplicationTasks(
|
|
1539
|
+
args: DescribeReplicationTasksCommandInput,
|
|
1540
|
+
options: __HttpHandlerOptions,
|
|
1541
|
+
cb: (err: any, data?: DescribeReplicationTasksCommandOutput) => void
|
|
1542
|
+
): void;
|
|
1543
|
+
public describeReplicationTasks(
|
|
1544
|
+
args: DescribeReplicationTasksCommandInput,
|
|
1545
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeReplicationTasksCommandOutput) => void),
|
|
1546
|
+
cb?: (err: any, data?: DescribeReplicationTasksCommandOutput) => void
|
|
1547
|
+
): Promise<DescribeReplicationTasksCommandOutput> | void {
|
|
1548
|
+
const command = new DescribeReplicationTasksCommand(args);
|
|
1549
|
+
if (typeof optionsOrCb === "function") {
|
|
1550
|
+
this.send(command, optionsOrCb);
|
|
1551
|
+
} else if (typeof cb === "function") {
|
|
1552
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1553
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1554
|
+
} else {
|
|
1555
|
+
return this.send(command, optionsOrCb);
|
|
1556
|
+
}
|
|
1557
|
+
}
|
|
1558
|
+
|
|
1559
|
+
/**
|
|
1560
|
+
* <p>Returns information about the schema for the specified endpoint.</p>
|
|
1561
|
+
*
|
|
1562
|
+
* <p></p>
|
|
1563
|
+
*/
|
|
1564
|
+
public describeSchemas(
|
|
1565
|
+
args: DescribeSchemasCommandInput,
|
|
1566
|
+
options?: __HttpHandlerOptions
|
|
1567
|
+
): Promise<DescribeSchemasCommandOutput>;
|
|
1568
|
+
public describeSchemas(
|
|
1569
|
+
args: DescribeSchemasCommandInput,
|
|
1570
|
+
cb: (err: any, data?: DescribeSchemasCommandOutput) => void
|
|
1571
|
+
): void;
|
|
1572
|
+
public describeSchemas(
|
|
1573
|
+
args: DescribeSchemasCommandInput,
|
|
1574
|
+
options: __HttpHandlerOptions,
|
|
1575
|
+
cb: (err: any, data?: DescribeSchemasCommandOutput) => void
|
|
1576
|
+
): void;
|
|
1577
|
+
public describeSchemas(
|
|
1578
|
+
args: DescribeSchemasCommandInput,
|
|
1579
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeSchemasCommandOutput) => void),
|
|
1580
|
+
cb?: (err: any, data?: DescribeSchemasCommandOutput) => void
|
|
1581
|
+
): Promise<DescribeSchemasCommandOutput> | void {
|
|
1582
|
+
const command = new DescribeSchemasCommand(args);
|
|
1583
|
+
if (typeof optionsOrCb === "function") {
|
|
1584
|
+
this.send(command, optionsOrCb);
|
|
1585
|
+
} else if (typeof cb === "function") {
|
|
1586
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1587
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1588
|
+
} else {
|
|
1589
|
+
return this.send(command, optionsOrCb);
|
|
1590
|
+
}
|
|
1591
|
+
}
|
|
1592
|
+
|
|
1593
|
+
/**
|
|
1594
|
+
* <p>Returns table statistics on the database migration task, including table name, rows
|
|
1595
|
+
* inserted, rows updated, and rows deleted.</p>
|
|
1596
|
+
* <p>Note that the "last updated" column the DMS console only indicates the time that DMS
|
|
1597
|
+
* last updated the table statistics record for a table. It does not indicate the time of the
|
|
1598
|
+
* last update to the table.</p>
|
|
1599
|
+
*/
|
|
1600
|
+
public describeTableStatistics(
|
|
1601
|
+
args: DescribeTableStatisticsCommandInput,
|
|
1602
|
+
options?: __HttpHandlerOptions
|
|
1603
|
+
): Promise<DescribeTableStatisticsCommandOutput>;
|
|
1604
|
+
public describeTableStatistics(
|
|
1605
|
+
args: DescribeTableStatisticsCommandInput,
|
|
1606
|
+
cb: (err: any, data?: DescribeTableStatisticsCommandOutput) => void
|
|
1607
|
+
): void;
|
|
1608
|
+
public describeTableStatistics(
|
|
1609
|
+
args: DescribeTableStatisticsCommandInput,
|
|
1610
|
+
options: __HttpHandlerOptions,
|
|
1611
|
+
cb: (err: any, data?: DescribeTableStatisticsCommandOutput) => void
|
|
1612
|
+
): void;
|
|
1613
|
+
public describeTableStatistics(
|
|
1614
|
+
args: DescribeTableStatisticsCommandInput,
|
|
1615
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeTableStatisticsCommandOutput) => void),
|
|
1616
|
+
cb?: (err: any, data?: DescribeTableStatisticsCommandOutput) => void
|
|
1617
|
+
): Promise<DescribeTableStatisticsCommandOutput> | void {
|
|
1618
|
+
const command = new DescribeTableStatisticsCommand(args);
|
|
1619
|
+
if (typeof optionsOrCb === "function") {
|
|
1620
|
+
this.send(command, optionsOrCb);
|
|
1621
|
+
} else if (typeof cb === "function") {
|
|
1622
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1623
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1624
|
+
} else {
|
|
1625
|
+
return this.send(command, optionsOrCb);
|
|
1626
|
+
}
|
|
1627
|
+
}
|
|
1628
|
+
|
|
1629
|
+
/**
|
|
1630
|
+
* <p>Uploads the specified certificate.</p>
|
|
1631
|
+
*/
|
|
1632
|
+
public importCertificate(
|
|
1633
|
+
args: ImportCertificateCommandInput,
|
|
1634
|
+
options?: __HttpHandlerOptions
|
|
1635
|
+
): Promise<ImportCertificateCommandOutput>;
|
|
1636
|
+
public importCertificate(
|
|
1637
|
+
args: ImportCertificateCommandInput,
|
|
1638
|
+
cb: (err: any, data?: ImportCertificateCommandOutput) => void
|
|
1639
|
+
): void;
|
|
1640
|
+
public importCertificate(
|
|
1641
|
+
args: ImportCertificateCommandInput,
|
|
1642
|
+
options: __HttpHandlerOptions,
|
|
1643
|
+
cb: (err: any, data?: ImportCertificateCommandOutput) => void
|
|
1644
|
+
): void;
|
|
1645
|
+
public importCertificate(
|
|
1646
|
+
args: ImportCertificateCommandInput,
|
|
1647
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ImportCertificateCommandOutput) => void),
|
|
1648
|
+
cb?: (err: any, data?: ImportCertificateCommandOutput) => void
|
|
1649
|
+
): Promise<ImportCertificateCommandOutput> | void {
|
|
1650
|
+
const command = new ImportCertificateCommand(args);
|
|
1651
|
+
if (typeof optionsOrCb === "function") {
|
|
1652
|
+
this.send(command, optionsOrCb);
|
|
1653
|
+
} else if (typeof cb === "function") {
|
|
1654
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1655
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1656
|
+
} else {
|
|
1657
|
+
return this.send(command, optionsOrCb);
|
|
1658
|
+
}
|
|
1659
|
+
}
|
|
1660
|
+
|
|
1661
|
+
/**
|
|
1662
|
+
* <p>Lists all metadata tags attached to an DMS resource, including
|
|
1663
|
+
* replication instance, endpoint, security group, and migration task.
|
|
1664
|
+
* For more information, see <a href="https://docs.aws.amazon.com/dms/latest/APIReference/API_Tag.html">
|
|
1665
|
+
* <code>Tag</code>
|
|
1666
|
+
* </a> data type description.</p>
|
|
1667
|
+
*/
|
|
1668
|
+
public listTagsForResource(
|
|
1669
|
+
args: ListTagsForResourceCommandInput,
|
|
1670
|
+
options?: __HttpHandlerOptions
|
|
1671
|
+
): Promise<ListTagsForResourceCommandOutput>;
|
|
1672
|
+
public listTagsForResource(
|
|
1673
|
+
args: ListTagsForResourceCommandInput,
|
|
1674
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
1675
|
+
): void;
|
|
1676
|
+
public listTagsForResource(
|
|
1677
|
+
args: ListTagsForResourceCommandInput,
|
|
1678
|
+
options: __HttpHandlerOptions,
|
|
1679
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
1680
|
+
): void;
|
|
1681
|
+
public listTagsForResource(
|
|
1682
|
+
args: ListTagsForResourceCommandInput,
|
|
1683
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListTagsForResourceCommandOutput) => void),
|
|
1684
|
+
cb?: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
1685
|
+
): Promise<ListTagsForResourceCommandOutput> | void {
|
|
1686
|
+
const command = new ListTagsForResourceCommand(args);
|
|
1687
|
+
if (typeof optionsOrCb === "function") {
|
|
1688
|
+
this.send(command, optionsOrCb);
|
|
1689
|
+
} else if (typeof cb === "function") {
|
|
1690
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1691
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1692
|
+
} else {
|
|
1693
|
+
return this.send(command, optionsOrCb);
|
|
1694
|
+
}
|
|
1695
|
+
}
|
|
1696
|
+
|
|
1697
|
+
/**
|
|
1698
|
+
* <p>Modifies the specified endpoint.</p>
|
|
1699
|
+
* <note>
|
|
1700
|
+
* <p>For a MySQL source or target endpoint, don't explicitly specify the database using
|
|
1701
|
+
* the <code>DatabaseName</code> request parameter on the <code>ModifyEndpoint</code> API call.
|
|
1702
|
+
* Specifying <code>DatabaseName</code> when you modify a MySQL endpoint replicates all the
|
|
1703
|
+
* task tables to this single database. For MySQL endpoints, you specify the database only when
|
|
1704
|
+
* you specify the schema in the table-mapping rules of the DMS task.</p>
|
|
1705
|
+
* </note>
|
|
1706
|
+
*/
|
|
1707
|
+
public modifyEndpoint(
|
|
1708
|
+
args: ModifyEndpointCommandInput,
|
|
1709
|
+
options?: __HttpHandlerOptions
|
|
1710
|
+
): Promise<ModifyEndpointCommandOutput>;
|
|
1711
|
+
public modifyEndpoint(
|
|
1712
|
+
args: ModifyEndpointCommandInput,
|
|
1713
|
+
cb: (err: any, data?: ModifyEndpointCommandOutput) => void
|
|
1714
|
+
): void;
|
|
1715
|
+
public modifyEndpoint(
|
|
1716
|
+
args: ModifyEndpointCommandInput,
|
|
1717
|
+
options: __HttpHandlerOptions,
|
|
1718
|
+
cb: (err: any, data?: ModifyEndpointCommandOutput) => void
|
|
1719
|
+
): void;
|
|
1720
|
+
public modifyEndpoint(
|
|
1721
|
+
args: ModifyEndpointCommandInput,
|
|
1722
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ModifyEndpointCommandOutput) => void),
|
|
1723
|
+
cb?: (err: any, data?: ModifyEndpointCommandOutput) => void
|
|
1724
|
+
): Promise<ModifyEndpointCommandOutput> | void {
|
|
1725
|
+
const command = new ModifyEndpointCommand(args);
|
|
1726
|
+
if (typeof optionsOrCb === "function") {
|
|
1727
|
+
this.send(command, optionsOrCb);
|
|
1728
|
+
} else if (typeof cb === "function") {
|
|
1729
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1730
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1731
|
+
} else {
|
|
1732
|
+
return this.send(command, optionsOrCb);
|
|
1733
|
+
}
|
|
1734
|
+
}
|
|
1735
|
+
|
|
1736
|
+
/**
|
|
1737
|
+
* <p>Modifies an existing DMS event notification subscription. </p>
|
|
1738
|
+
*/
|
|
1739
|
+
public modifyEventSubscription(
|
|
1740
|
+
args: ModifyEventSubscriptionCommandInput,
|
|
1741
|
+
options?: __HttpHandlerOptions
|
|
1742
|
+
): Promise<ModifyEventSubscriptionCommandOutput>;
|
|
1743
|
+
public modifyEventSubscription(
|
|
1744
|
+
args: ModifyEventSubscriptionCommandInput,
|
|
1745
|
+
cb: (err: any, data?: ModifyEventSubscriptionCommandOutput) => void
|
|
1746
|
+
): void;
|
|
1747
|
+
public modifyEventSubscription(
|
|
1748
|
+
args: ModifyEventSubscriptionCommandInput,
|
|
1749
|
+
options: __HttpHandlerOptions,
|
|
1750
|
+
cb: (err: any, data?: ModifyEventSubscriptionCommandOutput) => void
|
|
1751
|
+
): void;
|
|
1752
|
+
public modifyEventSubscription(
|
|
1753
|
+
args: ModifyEventSubscriptionCommandInput,
|
|
1754
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ModifyEventSubscriptionCommandOutput) => void),
|
|
1755
|
+
cb?: (err: any, data?: ModifyEventSubscriptionCommandOutput) => void
|
|
1756
|
+
): Promise<ModifyEventSubscriptionCommandOutput> | void {
|
|
1757
|
+
const command = new ModifyEventSubscriptionCommand(args);
|
|
1758
|
+
if (typeof optionsOrCb === "function") {
|
|
1759
|
+
this.send(command, optionsOrCb);
|
|
1760
|
+
} else if (typeof cb === "function") {
|
|
1761
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1762
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1763
|
+
} else {
|
|
1764
|
+
return this.send(command, optionsOrCb);
|
|
1765
|
+
}
|
|
1766
|
+
}
|
|
1767
|
+
|
|
1768
|
+
/**
|
|
1769
|
+
* <p>Modifies the replication instance to apply new settings. You can change one or more
|
|
1770
|
+
* parameters by specifying these parameters and the new values in the request.</p>
|
|
1771
|
+
* <p>Some settings are applied during the maintenance window.</p>
|
|
1772
|
+
*
|
|
1773
|
+
* <p></p>
|
|
1774
|
+
*/
|
|
1775
|
+
public modifyReplicationInstance(
|
|
1776
|
+
args: ModifyReplicationInstanceCommandInput,
|
|
1777
|
+
options?: __HttpHandlerOptions
|
|
1778
|
+
): Promise<ModifyReplicationInstanceCommandOutput>;
|
|
1779
|
+
public modifyReplicationInstance(
|
|
1780
|
+
args: ModifyReplicationInstanceCommandInput,
|
|
1781
|
+
cb: (err: any, data?: ModifyReplicationInstanceCommandOutput) => void
|
|
1782
|
+
): void;
|
|
1783
|
+
public modifyReplicationInstance(
|
|
1784
|
+
args: ModifyReplicationInstanceCommandInput,
|
|
1785
|
+
options: __HttpHandlerOptions,
|
|
1786
|
+
cb: (err: any, data?: ModifyReplicationInstanceCommandOutput) => void
|
|
1787
|
+
): void;
|
|
1788
|
+
public modifyReplicationInstance(
|
|
1789
|
+
args: ModifyReplicationInstanceCommandInput,
|
|
1790
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ModifyReplicationInstanceCommandOutput) => void),
|
|
1791
|
+
cb?: (err: any, data?: ModifyReplicationInstanceCommandOutput) => void
|
|
1792
|
+
): Promise<ModifyReplicationInstanceCommandOutput> | void {
|
|
1793
|
+
const command = new ModifyReplicationInstanceCommand(args);
|
|
1794
|
+
if (typeof optionsOrCb === "function") {
|
|
1795
|
+
this.send(command, optionsOrCb);
|
|
1796
|
+
} else if (typeof cb === "function") {
|
|
1797
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1798
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1799
|
+
} else {
|
|
1800
|
+
return this.send(command, optionsOrCb);
|
|
1801
|
+
}
|
|
1802
|
+
}
|
|
1803
|
+
|
|
1804
|
+
/**
|
|
1805
|
+
* <p>Modifies the settings for the specified replication subnet group.</p>
|
|
1806
|
+
*/
|
|
1807
|
+
public modifyReplicationSubnetGroup(
|
|
1808
|
+
args: ModifyReplicationSubnetGroupCommandInput,
|
|
1809
|
+
options?: __HttpHandlerOptions
|
|
1810
|
+
): Promise<ModifyReplicationSubnetGroupCommandOutput>;
|
|
1811
|
+
public modifyReplicationSubnetGroup(
|
|
1812
|
+
args: ModifyReplicationSubnetGroupCommandInput,
|
|
1813
|
+
cb: (err: any, data?: ModifyReplicationSubnetGroupCommandOutput) => void
|
|
1814
|
+
): void;
|
|
1815
|
+
public modifyReplicationSubnetGroup(
|
|
1816
|
+
args: ModifyReplicationSubnetGroupCommandInput,
|
|
1817
|
+
options: __HttpHandlerOptions,
|
|
1818
|
+
cb: (err: any, data?: ModifyReplicationSubnetGroupCommandOutput) => void
|
|
1819
|
+
): void;
|
|
1820
|
+
public modifyReplicationSubnetGroup(
|
|
1821
|
+
args: ModifyReplicationSubnetGroupCommandInput,
|
|
1822
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ModifyReplicationSubnetGroupCommandOutput) => void),
|
|
1823
|
+
cb?: (err: any, data?: ModifyReplicationSubnetGroupCommandOutput) => void
|
|
1824
|
+
): Promise<ModifyReplicationSubnetGroupCommandOutput> | void {
|
|
1825
|
+
const command = new ModifyReplicationSubnetGroupCommand(args);
|
|
1826
|
+
if (typeof optionsOrCb === "function") {
|
|
1827
|
+
this.send(command, optionsOrCb);
|
|
1828
|
+
} else if (typeof cb === "function") {
|
|
1829
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1830
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1831
|
+
} else {
|
|
1832
|
+
return this.send(command, optionsOrCb);
|
|
1833
|
+
}
|
|
1834
|
+
}
|
|
1835
|
+
|
|
1836
|
+
/**
|
|
1837
|
+
* <p>Modifies the specified replication task.</p>
|
|
1838
|
+
* <p>You can't modify the task endpoints. The task must be stopped before you can modify it. </p>
|
|
1839
|
+
* <p>For more information about DMS tasks, see <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tasks.html">Working with Migration Tasks</a> in the
|
|
1840
|
+
* <i>Database Migration Service User Guide</i>.</p>
|
|
1841
|
+
*/
|
|
1842
|
+
public modifyReplicationTask(
|
|
1843
|
+
args: ModifyReplicationTaskCommandInput,
|
|
1844
|
+
options?: __HttpHandlerOptions
|
|
1845
|
+
): Promise<ModifyReplicationTaskCommandOutput>;
|
|
1846
|
+
public modifyReplicationTask(
|
|
1847
|
+
args: ModifyReplicationTaskCommandInput,
|
|
1848
|
+
cb: (err: any, data?: ModifyReplicationTaskCommandOutput) => void
|
|
1849
|
+
): void;
|
|
1850
|
+
public modifyReplicationTask(
|
|
1851
|
+
args: ModifyReplicationTaskCommandInput,
|
|
1852
|
+
options: __HttpHandlerOptions,
|
|
1853
|
+
cb: (err: any, data?: ModifyReplicationTaskCommandOutput) => void
|
|
1854
|
+
): void;
|
|
1855
|
+
public modifyReplicationTask(
|
|
1856
|
+
args: ModifyReplicationTaskCommandInput,
|
|
1857
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ModifyReplicationTaskCommandOutput) => void),
|
|
1858
|
+
cb?: (err: any, data?: ModifyReplicationTaskCommandOutput) => void
|
|
1859
|
+
): Promise<ModifyReplicationTaskCommandOutput> | void {
|
|
1860
|
+
const command = new ModifyReplicationTaskCommand(args);
|
|
1861
|
+
if (typeof optionsOrCb === "function") {
|
|
1862
|
+
this.send(command, optionsOrCb);
|
|
1863
|
+
} else if (typeof cb === "function") {
|
|
1864
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1865
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1866
|
+
} else {
|
|
1867
|
+
return this.send(command, optionsOrCb);
|
|
1868
|
+
}
|
|
1869
|
+
}
|
|
1870
|
+
|
|
1871
|
+
/**
|
|
1872
|
+
* <p>Moves a replication task from its current replication instance to a different target
|
|
1873
|
+
* replication instance using the specified parameters. The target replication instance must
|
|
1874
|
+
* be created with the same or later DMS version as the current replication
|
|
1875
|
+
* instance.</p>
|
|
1876
|
+
*/
|
|
1877
|
+
public moveReplicationTask(
|
|
1878
|
+
args: MoveReplicationTaskCommandInput,
|
|
1879
|
+
options?: __HttpHandlerOptions
|
|
1880
|
+
): Promise<MoveReplicationTaskCommandOutput>;
|
|
1881
|
+
public moveReplicationTask(
|
|
1882
|
+
args: MoveReplicationTaskCommandInput,
|
|
1883
|
+
cb: (err: any, data?: MoveReplicationTaskCommandOutput) => void
|
|
1884
|
+
): void;
|
|
1885
|
+
public moveReplicationTask(
|
|
1886
|
+
args: MoveReplicationTaskCommandInput,
|
|
1887
|
+
options: __HttpHandlerOptions,
|
|
1888
|
+
cb: (err: any, data?: MoveReplicationTaskCommandOutput) => void
|
|
1889
|
+
): void;
|
|
1890
|
+
public moveReplicationTask(
|
|
1891
|
+
args: MoveReplicationTaskCommandInput,
|
|
1892
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: MoveReplicationTaskCommandOutput) => void),
|
|
1893
|
+
cb?: (err: any, data?: MoveReplicationTaskCommandOutput) => void
|
|
1894
|
+
): Promise<MoveReplicationTaskCommandOutput> | void {
|
|
1895
|
+
const command = new MoveReplicationTaskCommand(args);
|
|
1896
|
+
if (typeof optionsOrCb === "function") {
|
|
1897
|
+
this.send(command, optionsOrCb);
|
|
1898
|
+
} else if (typeof cb === "function") {
|
|
1899
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1900
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1901
|
+
} else {
|
|
1902
|
+
return this.send(command, optionsOrCb);
|
|
1903
|
+
}
|
|
1904
|
+
}
|
|
1905
|
+
|
|
1906
|
+
/**
|
|
1907
|
+
* <p>Reboots a replication instance. Rebooting results in a momentary outage, until the
|
|
1908
|
+
* replication instance becomes available again.</p>
|
|
1909
|
+
*/
|
|
1910
|
+
public rebootReplicationInstance(
|
|
1911
|
+
args: RebootReplicationInstanceCommandInput,
|
|
1912
|
+
options?: __HttpHandlerOptions
|
|
1913
|
+
): Promise<RebootReplicationInstanceCommandOutput>;
|
|
1914
|
+
public rebootReplicationInstance(
|
|
1915
|
+
args: RebootReplicationInstanceCommandInput,
|
|
1916
|
+
cb: (err: any, data?: RebootReplicationInstanceCommandOutput) => void
|
|
1917
|
+
): void;
|
|
1918
|
+
public rebootReplicationInstance(
|
|
1919
|
+
args: RebootReplicationInstanceCommandInput,
|
|
1920
|
+
options: __HttpHandlerOptions,
|
|
1921
|
+
cb: (err: any, data?: RebootReplicationInstanceCommandOutput) => void
|
|
1922
|
+
): void;
|
|
1923
|
+
public rebootReplicationInstance(
|
|
1924
|
+
args: RebootReplicationInstanceCommandInput,
|
|
1925
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: RebootReplicationInstanceCommandOutput) => void),
|
|
1926
|
+
cb?: (err: any, data?: RebootReplicationInstanceCommandOutput) => void
|
|
1927
|
+
): Promise<RebootReplicationInstanceCommandOutput> | void {
|
|
1928
|
+
const command = new RebootReplicationInstanceCommand(args);
|
|
1929
|
+
if (typeof optionsOrCb === "function") {
|
|
1930
|
+
this.send(command, optionsOrCb);
|
|
1931
|
+
} else if (typeof cb === "function") {
|
|
1932
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1933
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1934
|
+
} else {
|
|
1935
|
+
return this.send(command, optionsOrCb);
|
|
1936
|
+
}
|
|
1937
|
+
}
|
|
1938
|
+
|
|
1939
|
+
/**
|
|
1940
|
+
* <p>Populates the schema for the specified endpoint. This is an asynchronous operation and
|
|
1941
|
+
* can take several minutes. You can check the status of this operation by calling the
|
|
1942
|
+
* DescribeRefreshSchemasStatus operation.</p>
|
|
1943
|
+
*/
|
|
1944
|
+
public refreshSchemas(
|
|
1945
|
+
args: RefreshSchemasCommandInput,
|
|
1946
|
+
options?: __HttpHandlerOptions
|
|
1947
|
+
): Promise<RefreshSchemasCommandOutput>;
|
|
1948
|
+
public refreshSchemas(
|
|
1949
|
+
args: RefreshSchemasCommandInput,
|
|
1950
|
+
cb: (err: any, data?: RefreshSchemasCommandOutput) => void
|
|
1951
|
+
): void;
|
|
1952
|
+
public refreshSchemas(
|
|
1953
|
+
args: RefreshSchemasCommandInput,
|
|
1954
|
+
options: __HttpHandlerOptions,
|
|
1955
|
+
cb: (err: any, data?: RefreshSchemasCommandOutput) => void
|
|
1956
|
+
): void;
|
|
1957
|
+
public refreshSchemas(
|
|
1958
|
+
args: RefreshSchemasCommandInput,
|
|
1959
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: RefreshSchemasCommandOutput) => void),
|
|
1960
|
+
cb?: (err: any, data?: RefreshSchemasCommandOutput) => void
|
|
1961
|
+
): Promise<RefreshSchemasCommandOutput> | void {
|
|
1962
|
+
const command = new RefreshSchemasCommand(args);
|
|
1963
|
+
if (typeof optionsOrCb === "function") {
|
|
1964
|
+
this.send(command, optionsOrCb);
|
|
1965
|
+
} else if (typeof cb === "function") {
|
|
1966
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1967
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1968
|
+
} else {
|
|
1969
|
+
return this.send(command, optionsOrCb);
|
|
1970
|
+
}
|
|
1971
|
+
}
|
|
1972
|
+
|
|
1973
|
+
/**
|
|
1974
|
+
* <p>Reloads the target database table with the source data. </p>
|
|
1975
|
+
* <p>You can only use this operation with a task in the <code>RUNNING</code> state, otherwise the service
|
|
1976
|
+
* will throw an <code>InvalidResourceStateFault</code> exception.</p>
|
|
1977
|
+
*/
|
|
1978
|
+
public reloadTables(
|
|
1979
|
+
args: ReloadTablesCommandInput,
|
|
1980
|
+
options?: __HttpHandlerOptions
|
|
1981
|
+
): Promise<ReloadTablesCommandOutput>;
|
|
1982
|
+
public reloadTables(args: ReloadTablesCommandInput, cb: (err: any, data?: ReloadTablesCommandOutput) => void): void;
|
|
1983
|
+
public reloadTables(
|
|
1984
|
+
args: ReloadTablesCommandInput,
|
|
1985
|
+
options: __HttpHandlerOptions,
|
|
1986
|
+
cb: (err: any, data?: ReloadTablesCommandOutput) => void
|
|
1987
|
+
): void;
|
|
1988
|
+
public reloadTables(
|
|
1989
|
+
args: ReloadTablesCommandInput,
|
|
1990
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ReloadTablesCommandOutput) => void),
|
|
1991
|
+
cb?: (err: any, data?: ReloadTablesCommandOutput) => void
|
|
1992
|
+
): Promise<ReloadTablesCommandOutput> | void {
|
|
1993
|
+
const command = new ReloadTablesCommand(args);
|
|
1994
|
+
if (typeof optionsOrCb === "function") {
|
|
1995
|
+
this.send(command, optionsOrCb);
|
|
1996
|
+
} else if (typeof cb === "function") {
|
|
1997
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1998
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1999
|
+
} else {
|
|
2000
|
+
return this.send(command, optionsOrCb);
|
|
2001
|
+
}
|
|
2002
|
+
}
|
|
2003
|
+
|
|
2004
|
+
/**
|
|
2005
|
+
* <p>Removes metadata tags from an DMS resource, including replication instance,
|
|
2006
|
+
* endpoint, security group, and migration task. For more information, see
|
|
2007
|
+
* <a href="https://docs.aws.amazon.com/dms/latest/APIReference/API_Tag.html">
|
|
2008
|
+
* <code>Tag</code>
|
|
2009
|
+
* </a>
|
|
2010
|
+
* data type description.</p>
|
|
2011
|
+
*/
|
|
2012
|
+
public removeTagsFromResource(
|
|
2013
|
+
args: RemoveTagsFromResourceCommandInput,
|
|
2014
|
+
options?: __HttpHandlerOptions
|
|
2015
|
+
): Promise<RemoveTagsFromResourceCommandOutput>;
|
|
2016
|
+
public removeTagsFromResource(
|
|
2017
|
+
args: RemoveTagsFromResourceCommandInput,
|
|
2018
|
+
cb: (err: any, data?: RemoveTagsFromResourceCommandOutput) => void
|
|
2019
|
+
): void;
|
|
2020
|
+
public removeTagsFromResource(
|
|
2021
|
+
args: RemoveTagsFromResourceCommandInput,
|
|
2022
|
+
options: __HttpHandlerOptions,
|
|
2023
|
+
cb: (err: any, data?: RemoveTagsFromResourceCommandOutput) => void
|
|
2024
|
+
): void;
|
|
2025
|
+
public removeTagsFromResource(
|
|
2026
|
+
args: RemoveTagsFromResourceCommandInput,
|
|
2027
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: RemoveTagsFromResourceCommandOutput) => void),
|
|
2028
|
+
cb?: (err: any, data?: RemoveTagsFromResourceCommandOutput) => void
|
|
2029
|
+
): Promise<RemoveTagsFromResourceCommandOutput> | void {
|
|
2030
|
+
const command = new RemoveTagsFromResourceCommand(args);
|
|
2031
|
+
if (typeof optionsOrCb === "function") {
|
|
2032
|
+
this.send(command, optionsOrCb);
|
|
2033
|
+
} else if (typeof cb === "function") {
|
|
2034
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2035
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
2036
|
+
} else {
|
|
2037
|
+
return this.send(command, optionsOrCb);
|
|
2038
|
+
}
|
|
2039
|
+
}
|
|
2040
|
+
|
|
2041
|
+
/**
|
|
2042
|
+
* <p>Starts the replication task.</p>
|
|
2043
|
+
* <p>For more information about DMS tasks, see <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tasks.html">Working with Migration Tasks </a> in the
|
|
2044
|
+
* <i>Database Migration Service User Guide.</i>
|
|
2045
|
+
* </p>
|
|
2046
|
+
*/
|
|
2047
|
+
public startReplicationTask(
|
|
2048
|
+
args: StartReplicationTaskCommandInput,
|
|
2049
|
+
options?: __HttpHandlerOptions
|
|
2050
|
+
): Promise<StartReplicationTaskCommandOutput>;
|
|
2051
|
+
public startReplicationTask(
|
|
2052
|
+
args: StartReplicationTaskCommandInput,
|
|
2053
|
+
cb: (err: any, data?: StartReplicationTaskCommandOutput) => void
|
|
2054
|
+
): void;
|
|
2055
|
+
public startReplicationTask(
|
|
2056
|
+
args: StartReplicationTaskCommandInput,
|
|
2057
|
+
options: __HttpHandlerOptions,
|
|
2058
|
+
cb: (err: any, data?: StartReplicationTaskCommandOutput) => void
|
|
2059
|
+
): void;
|
|
2060
|
+
public startReplicationTask(
|
|
2061
|
+
args: StartReplicationTaskCommandInput,
|
|
2062
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: StartReplicationTaskCommandOutput) => void),
|
|
2063
|
+
cb?: (err: any, data?: StartReplicationTaskCommandOutput) => void
|
|
2064
|
+
): Promise<StartReplicationTaskCommandOutput> | void {
|
|
2065
|
+
const command = new StartReplicationTaskCommand(args);
|
|
2066
|
+
if (typeof optionsOrCb === "function") {
|
|
2067
|
+
this.send(command, optionsOrCb);
|
|
2068
|
+
} else if (typeof cb === "function") {
|
|
2069
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2070
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
2071
|
+
} else {
|
|
2072
|
+
return this.send(command, optionsOrCb);
|
|
2073
|
+
}
|
|
2074
|
+
}
|
|
2075
|
+
|
|
2076
|
+
/**
|
|
2077
|
+
* <p> Starts the replication task assessment for unsupported data types in the source
|
|
2078
|
+
* database. </p>
|
|
2079
|
+
*/
|
|
2080
|
+
public startReplicationTaskAssessment(
|
|
2081
|
+
args: StartReplicationTaskAssessmentCommandInput,
|
|
2082
|
+
options?: __HttpHandlerOptions
|
|
2083
|
+
): Promise<StartReplicationTaskAssessmentCommandOutput>;
|
|
2084
|
+
public startReplicationTaskAssessment(
|
|
2085
|
+
args: StartReplicationTaskAssessmentCommandInput,
|
|
2086
|
+
cb: (err: any, data?: StartReplicationTaskAssessmentCommandOutput) => void
|
|
2087
|
+
): void;
|
|
2088
|
+
public startReplicationTaskAssessment(
|
|
2089
|
+
args: StartReplicationTaskAssessmentCommandInput,
|
|
2090
|
+
options: __HttpHandlerOptions,
|
|
2091
|
+
cb: (err: any, data?: StartReplicationTaskAssessmentCommandOutput) => void
|
|
2092
|
+
): void;
|
|
2093
|
+
public startReplicationTaskAssessment(
|
|
2094
|
+
args: StartReplicationTaskAssessmentCommandInput,
|
|
2095
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: StartReplicationTaskAssessmentCommandOutput) => void),
|
|
2096
|
+
cb?: (err: any, data?: StartReplicationTaskAssessmentCommandOutput) => void
|
|
2097
|
+
): Promise<StartReplicationTaskAssessmentCommandOutput> | void {
|
|
2098
|
+
const command = new StartReplicationTaskAssessmentCommand(args);
|
|
2099
|
+
if (typeof optionsOrCb === "function") {
|
|
2100
|
+
this.send(command, optionsOrCb);
|
|
2101
|
+
} else if (typeof cb === "function") {
|
|
2102
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2103
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
2104
|
+
} else {
|
|
2105
|
+
return this.send(command, optionsOrCb);
|
|
2106
|
+
}
|
|
2107
|
+
}
|
|
2108
|
+
|
|
2109
|
+
/**
|
|
2110
|
+
* <p>Starts a new premigration assessment run for one or more individual assessments
|
|
2111
|
+
* of a migration task.</p>
|
|
2112
|
+
* <p>The assessments that you can specify depend on the source and target database engine and
|
|
2113
|
+
* the migration type defined for the given task. To run this operation, your migration task
|
|
2114
|
+
* must already be created. After you run this operation, you can review the status of each
|
|
2115
|
+
* individual assessment. You can also run the migration task manually after the assessment
|
|
2116
|
+
* run and its individual assessments complete.</p>
|
|
2117
|
+
*/
|
|
2118
|
+
public startReplicationTaskAssessmentRun(
|
|
2119
|
+
args: StartReplicationTaskAssessmentRunCommandInput,
|
|
2120
|
+
options?: __HttpHandlerOptions
|
|
2121
|
+
): Promise<StartReplicationTaskAssessmentRunCommandOutput>;
|
|
2122
|
+
public startReplicationTaskAssessmentRun(
|
|
2123
|
+
args: StartReplicationTaskAssessmentRunCommandInput,
|
|
2124
|
+
cb: (err: any, data?: StartReplicationTaskAssessmentRunCommandOutput) => void
|
|
2125
|
+
): void;
|
|
2126
|
+
public startReplicationTaskAssessmentRun(
|
|
2127
|
+
args: StartReplicationTaskAssessmentRunCommandInput,
|
|
2128
|
+
options: __HttpHandlerOptions,
|
|
2129
|
+
cb: (err: any, data?: StartReplicationTaskAssessmentRunCommandOutput) => void
|
|
2130
|
+
): void;
|
|
2131
|
+
public startReplicationTaskAssessmentRun(
|
|
2132
|
+
args: StartReplicationTaskAssessmentRunCommandInput,
|
|
2133
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: StartReplicationTaskAssessmentRunCommandOutput) => void),
|
|
2134
|
+
cb?: (err: any, data?: StartReplicationTaskAssessmentRunCommandOutput) => void
|
|
2135
|
+
): Promise<StartReplicationTaskAssessmentRunCommandOutput> | void {
|
|
2136
|
+
const command = new StartReplicationTaskAssessmentRunCommand(args);
|
|
2137
|
+
if (typeof optionsOrCb === "function") {
|
|
2138
|
+
this.send(command, optionsOrCb);
|
|
2139
|
+
} else if (typeof cb === "function") {
|
|
2140
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2141
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
2142
|
+
} else {
|
|
2143
|
+
return this.send(command, optionsOrCb);
|
|
2144
|
+
}
|
|
2145
|
+
}
|
|
2146
|
+
|
|
2147
|
+
/**
|
|
2148
|
+
* <p>Stops the replication task.</p>
|
|
2149
|
+
*/
|
|
2150
|
+
public stopReplicationTask(
|
|
2151
|
+
args: StopReplicationTaskCommandInput,
|
|
2152
|
+
options?: __HttpHandlerOptions
|
|
2153
|
+
): Promise<StopReplicationTaskCommandOutput>;
|
|
2154
|
+
public stopReplicationTask(
|
|
2155
|
+
args: StopReplicationTaskCommandInput,
|
|
2156
|
+
cb: (err: any, data?: StopReplicationTaskCommandOutput) => void
|
|
2157
|
+
): void;
|
|
2158
|
+
public stopReplicationTask(
|
|
2159
|
+
args: StopReplicationTaskCommandInput,
|
|
2160
|
+
options: __HttpHandlerOptions,
|
|
2161
|
+
cb: (err: any, data?: StopReplicationTaskCommandOutput) => void
|
|
2162
|
+
): void;
|
|
2163
|
+
public stopReplicationTask(
|
|
2164
|
+
args: StopReplicationTaskCommandInput,
|
|
2165
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: StopReplicationTaskCommandOutput) => void),
|
|
2166
|
+
cb?: (err: any, data?: StopReplicationTaskCommandOutput) => void
|
|
2167
|
+
): Promise<StopReplicationTaskCommandOutput> | void {
|
|
2168
|
+
const command = new StopReplicationTaskCommand(args);
|
|
2169
|
+
if (typeof optionsOrCb === "function") {
|
|
2170
|
+
this.send(command, optionsOrCb);
|
|
2171
|
+
} else if (typeof cb === "function") {
|
|
2172
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2173
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
2174
|
+
} else {
|
|
2175
|
+
return this.send(command, optionsOrCb);
|
|
2176
|
+
}
|
|
2177
|
+
}
|
|
2178
|
+
|
|
2179
|
+
/**
|
|
2180
|
+
* <p>Tests the connection between the replication instance and the endpoint.</p>
|
|
2181
|
+
*/
|
|
2182
|
+
public testConnection(
|
|
2183
|
+
args: TestConnectionCommandInput,
|
|
2184
|
+
options?: __HttpHandlerOptions
|
|
2185
|
+
): Promise<TestConnectionCommandOutput>;
|
|
2186
|
+
public testConnection(
|
|
2187
|
+
args: TestConnectionCommandInput,
|
|
2188
|
+
cb: (err: any, data?: TestConnectionCommandOutput) => void
|
|
2189
|
+
): void;
|
|
2190
|
+
public testConnection(
|
|
2191
|
+
args: TestConnectionCommandInput,
|
|
2192
|
+
options: __HttpHandlerOptions,
|
|
2193
|
+
cb: (err: any, data?: TestConnectionCommandOutput) => void
|
|
2194
|
+
): void;
|
|
2195
|
+
public testConnection(
|
|
2196
|
+
args: TestConnectionCommandInput,
|
|
2197
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: TestConnectionCommandOutput) => void),
|
|
2198
|
+
cb?: (err: any, data?: TestConnectionCommandOutput) => void
|
|
2199
|
+
): Promise<TestConnectionCommandOutput> | void {
|
|
2200
|
+
const command = new TestConnectionCommand(args);
|
|
2201
|
+
if (typeof optionsOrCb === "function") {
|
|
2202
|
+
this.send(command, optionsOrCb);
|
|
2203
|
+
} else if (typeof cb === "function") {
|
|
2204
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2205
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
2206
|
+
} else {
|
|
2207
|
+
return this.send(command, optionsOrCb);
|
|
2208
|
+
}
|
|
2209
|
+
}
|
|
2210
|
+
}
|