@aws-sdk/client-database-migration-service 3.34.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 +12 -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 → dist-cjs}/endpoints.js +0 -0
- package/dist-cjs/endpoints.js.map +1 -0
- package/{dist/cjs → dist-cjs}/index.js +0 -0
- package/dist-cjs/index.js.map +1 -0
- package/{dist/cjs → dist-cjs}/models/index.js +0 -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 → dist-cjs}/protocols/Aws_json1_1.js +0 -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 → dist-cjs}/runtimeConfig.native.js +0 -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 → dist-es}/endpoints.js +0 -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 → dist-es}/models/models_0.js +0 -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 → dist-es}/protocols/Aws_json1_1.js +0 -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 → dist-es}/runtimeConfig.native.js +0 -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 → dist-types}/models/models_0.d.ts +0 -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 → dist-types}/runtimeConfig.browser.d.ts +0 -0
- package/dist-types/runtimeConfig.d.ts +37 -0
- package/{dist/types → dist-types}/runtimeConfig.native.d.ts +0 -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 → dist-types}/ts3.4/models/models_0.d.ts +0 -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 → dist-types}/ts3.4/runtimeConfig.browser.d.ts +0 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +37 -0
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +0 -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 +43 -43
- 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/{models → src/models}/models_0.ts +0 -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 -1
- package/tsconfig.json +4 -2
- package/tsconfig.types.json +3 -2
- package/DatabaseMigrationService.ts +0 -2209
- 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 -105
- 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 -100
- 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 -63
- 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 -63
- 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.map +0 -1
- package/dist/cjs/index.js.map +0 -1
- 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.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.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 -836
- package/dist/es/DatabaseMigrationService.js.map +0 -1
- package/dist/es/DatabaseMigrationServiceClient.js +0 -38
- package/dist/es/DatabaseMigrationServiceClient.js.map +0 -1
- package/dist/es/commands/AddTagsToResourceCommand.js +0 -40
- package/dist/es/commands/AddTagsToResourceCommand.js.map +0 -1
- package/dist/es/commands/ApplyPendingMaintenanceActionCommand.js +0 -40
- package/dist/es/commands/ApplyPendingMaintenanceActionCommand.js.map +0 -1
- package/dist/es/commands/CancelReplicationTaskAssessmentRunCommand.js +0 -40
- package/dist/es/commands/CancelReplicationTaskAssessmentRunCommand.js.map +0 -1
- package/dist/es/commands/CreateEndpointCommand.js +0 -40
- package/dist/es/commands/CreateEndpointCommand.js.map +0 -1
- package/dist/es/commands/CreateEventSubscriptionCommand.js +0 -40
- package/dist/es/commands/CreateEventSubscriptionCommand.js.map +0 -1
- package/dist/es/commands/CreateReplicationInstanceCommand.js +0 -40
- package/dist/es/commands/CreateReplicationInstanceCommand.js.map +0 -1
- package/dist/es/commands/CreateReplicationSubnetGroupCommand.js +0 -40
- package/dist/es/commands/CreateReplicationSubnetGroupCommand.js.map +0 -1
- package/dist/es/commands/CreateReplicationTaskCommand.js +0 -40
- package/dist/es/commands/CreateReplicationTaskCommand.js.map +0 -1
- package/dist/es/commands/DeleteCertificateCommand.js +0 -40
- package/dist/es/commands/DeleteCertificateCommand.js.map +0 -1
- package/dist/es/commands/DeleteConnectionCommand.js +0 -40
- package/dist/es/commands/DeleteConnectionCommand.js.map +0 -1
- package/dist/es/commands/DeleteEndpointCommand.js +0 -40
- package/dist/es/commands/DeleteEndpointCommand.js.map +0 -1
- package/dist/es/commands/DeleteEventSubscriptionCommand.js +0 -40
- package/dist/es/commands/DeleteEventSubscriptionCommand.js.map +0 -1
- package/dist/es/commands/DeleteReplicationInstanceCommand.js +0 -40
- package/dist/es/commands/DeleteReplicationInstanceCommand.js.map +0 -1
- package/dist/es/commands/DeleteReplicationSubnetGroupCommand.js +0 -40
- package/dist/es/commands/DeleteReplicationSubnetGroupCommand.js.map +0 -1
- package/dist/es/commands/DeleteReplicationTaskAssessmentRunCommand.js +0 -40
- package/dist/es/commands/DeleteReplicationTaskAssessmentRunCommand.js.map +0 -1
- package/dist/es/commands/DeleteReplicationTaskCommand.js +0 -40
- package/dist/es/commands/DeleteReplicationTaskCommand.js.map +0 -1
- package/dist/es/commands/DescribeAccountAttributesCommand.js +0 -40
- package/dist/es/commands/DescribeAccountAttributesCommand.js.map +0 -1
- package/dist/es/commands/DescribeApplicableIndividualAssessmentsCommand.js +0 -40
- package/dist/es/commands/DescribeApplicableIndividualAssessmentsCommand.js.map +0 -1
- package/dist/es/commands/DescribeCertificatesCommand.js +0 -40
- package/dist/es/commands/DescribeCertificatesCommand.js.map +0 -1
- package/dist/es/commands/DescribeConnectionsCommand.js +0 -40
- package/dist/es/commands/DescribeConnectionsCommand.js.map +0 -1
- package/dist/es/commands/DescribeEndpointSettingsCommand.js +0 -40
- package/dist/es/commands/DescribeEndpointSettingsCommand.js.map +0 -1
- package/dist/es/commands/DescribeEndpointTypesCommand.js +0 -40
- package/dist/es/commands/DescribeEndpointTypesCommand.js.map +0 -1
- package/dist/es/commands/DescribeEndpointsCommand.js +0 -40
- package/dist/es/commands/DescribeEndpointsCommand.js.map +0 -1
- package/dist/es/commands/DescribeEventCategoriesCommand.js +0 -40
- package/dist/es/commands/DescribeEventCategoriesCommand.js.map +0 -1
- package/dist/es/commands/DescribeEventSubscriptionsCommand.js +0 -40
- package/dist/es/commands/DescribeEventSubscriptionsCommand.js.map +0 -1
- package/dist/es/commands/DescribeEventsCommand.js +0 -40
- package/dist/es/commands/DescribeEventsCommand.js.map +0 -1
- package/dist/es/commands/DescribeOrderableReplicationInstancesCommand.js +0 -40
- package/dist/es/commands/DescribeOrderableReplicationInstancesCommand.js.map +0 -1
- package/dist/es/commands/DescribePendingMaintenanceActionsCommand.js +0 -40
- package/dist/es/commands/DescribePendingMaintenanceActionsCommand.js.map +0 -1
- package/dist/es/commands/DescribeRefreshSchemasStatusCommand.js +0 -40
- package/dist/es/commands/DescribeRefreshSchemasStatusCommand.js.map +0 -1
- package/dist/es/commands/DescribeReplicationInstanceTaskLogsCommand.js +0 -40
- package/dist/es/commands/DescribeReplicationInstanceTaskLogsCommand.js.map +0 -1
- package/dist/es/commands/DescribeReplicationInstancesCommand.js +0 -40
- package/dist/es/commands/DescribeReplicationInstancesCommand.js.map +0 -1
- package/dist/es/commands/DescribeReplicationSubnetGroupsCommand.js +0 -40
- package/dist/es/commands/DescribeReplicationSubnetGroupsCommand.js.map +0 -1
- package/dist/es/commands/DescribeReplicationTaskAssessmentResultsCommand.js +0 -40
- package/dist/es/commands/DescribeReplicationTaskAssessmentResultsCommand.js.map +0 -1
- package/dist/es/commands/DescribeReplicationTaskAssessmentRunsCommand.js +0 -40
- package/dist/es/commands/DescribeReplicationTaskAssessmentRunsCommand.js.map +0 -1
- package/dist/es/commands/DescribeReplicationTaskIndividualAssessmentsCommand.js +0 -40
- package/dist/es/commands/DescribeReplicationTaskIndividualAssessmentsCommand.js.map +0 -1
- package/dist/es/commands/DescribeReplicationTasksCommand.js +0 -40
- package/dist/es/commands/DescribeReplicationTasksCommand.js.map +0 -1
- package/dist/es/commands/DescribeSchemasCommand.js +0 -40
- package/dist/es/commands/DescribeSchemasCommand.js.map +0 -1
- package/dist/es/commands/DescribeTableStatisticsCommand.js +0 -40
- package/dist/es/commands/DescribeTableStatisticsCommand.js.map +0 -1
- package/dist/es/commands/ImportCertificateCommand.js +0 -40
- package/dist/es/commands/ImportCertificateCommand.js.map +0 -1
- package/dist/es/commands/ListTagsForResourceCommand.js +0 -40
- package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/es/commands/ModifyEndpointCommand.js +0 -40
- package/dist/es/commands/ModifyEndpointCommand.js.map +0 -1
- package/dist/es/commands/ModifyEventSubscriptionCommand.js +0 -40
- package/dist/es/commands/ModifyEventSubscriptionCommand.js.map +0 -1
- package/dist/es/commands/ModifyReplicationInstanceCommand.js +0 -40
- package/dist/es/commands/ModifyReplicationInstanceCommand.js.map +0 -1
- package/dist/es/commands/ModifyReplicationSubnetGroupCommand.js +0 -40
- package/dist/es/commands/ModifyReplicationSubnetGroupCommand.js.map +0 -1
- package/dist/es/commands/ModifyReplicationTaskCommand.js +0 -40
- package/dist/es/commands/ModifyReplicationTaskCommand.js.map +0 -1
- package/dist/es/commands/MoveReplicationTaskCommand.js +0 -40
- package/dist/es/commands/MoveReplicationTaskCommand.js.map +0 -1
- package/dist/es/commands/RebootReplicationInstanceCommand.js +0 -40
- package/dist/es/commands/RebootReplicationInstanceCommand.js.map +0 -1
- package/dist/es/commands/RefreshSchemasCommand.js +0 -40
- package/dist/es/commands/RefreshSchemasCommand.js.map +0 -1
- package/dist/es/commands/ReloadTablesCommand.js +0 -40
- package/dist/es/commands/ReloadTablesCommand.js.map +0 -1
- package/dist/es/commands/RemoveTagsFromResourceCommand.js +0 -40
- package/dist/es/commands/RemoveTagsFromResourceCommand.js.map +0 -1
- package/dist/es/commands/StartReplicationTaskAssessmentCommand.js +0 -40
- package/dist/es/commands/StartReplicationTaskAssessmentCommand.js.map +0 -1
- package/dist/es/commands/StartReplicationTaskAssessmentRunCommand.js +0 -40
- package/dist/es/commands/StartReplicationTaskAssessmentRunCommand.js.map +0 -1
- package/dist/es/commands/StartReplicationTaskCommand.js +0 -40
- package/dist/es/commands/StartReplicationTaskCommand.js.map +0 -1
- package/dist/es/commands/StopReplicationTaskCommand.js +0 -40
- package/dist/es/commands/StopReplicationTaskCommand.js.map +0 -1
- package/dist/es/commands/TestConnectionCommand.js +0 -40
- package/dist/es/commands/TestConnectionCommand.js.map +0 -1
- 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.map +0 -1
- package/dist/es/package.json +0 -92
- package/dist/es/pagination/DescribeApplicableIndividualAssessmentsPaginator.js +0 -75
- package/dist/es/pagination/DescribeApplicableIndividualAssessmentsPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeCertificatesPaginator.js +0 -75
- package/dist/es/pagination/DescribeCertificatesPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeConnectionsPaginator.js +0 -75
- package/dist/es/pagination/DescribeConnectionsPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeEndpointSettingsPaginator.js +0 -75
- package/dist/es/pagination/DescribeEndpointSettingsPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeEndpointTypesPaginator.js +0 -75
- package/dist/es/pagination/DescribeEndpointTypesPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeEndpointsPaginator.js +0 -75
- package/dist/es/pagination/DescribeEndpointsPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeEventSubscriptionsPaginator.js +0 -75
- package/dist/es/pagination/DescribeEventSubscriptionsPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeEventsPaginator.js +0 -75
- package/dist/es/pagination/DescribeEventsPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeOrderableReplicationInstancesPaginator.js +0 -75
- package/dist/es/pagination/DescribeOrderableReplicationInstancesPaginator.js.map +0 -1
- package/dist/es/pagination/DescribePendingMaintenanceActionsPaginator.js +0 -75
- package/dist/es/pagination/DescribePendingMaintenanceActionsPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeReplicationInstanceTaskLogsPaginator.js +0 -75
- package/dist/es/pagination/DescribeReplicationInstanceTaskLogsPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeReplicationInstancesPaginator.js +0 -75
- package/dist/es/pagination/DescribeReplicationInstancesPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeReplicationSubnetGroupsPaginator.js +0 -75
- package/dist/es/pagination/DescribeReplicationSubnetGroupsPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeReplicationTaskAssessmentResultsPaginator.js +0 -75
- package/dist/es/pagination/DescribeReplicationTaskAssessmentResultsPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeReplicationTaskAssessmentRunsPaginator.js +0 -75
- package/dist/es/pagination/DescribeReplicationTaskAssessmentRunsPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeReplicationTaskIndividualAssessmentsPaginator.js +0 -75
- package/dist/es/pagination/DescribeReplicationTaskIndividualAssessmentsPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeReplicationTasksPaginator.js +0 -75
- package/dist/es/pagination/DescribeReplicationTasksPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeSchemasPaginator.js +0 -75
- package/dist/es/pagination/DescribeSchemasPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeTableStatisticsPaginator.js +0 -75
- 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.map +0 -1
- package/dist/es/runtimeConfig.browser.js +0 -17
- package/dist/es/runtimeConfig.browser.js.map +0 -1
- package/dist/es/runtimeConfig.js +0 -22
- package/dist/es/runtimeConfig.js.map +0 -1
- package/dist/es/runtimeConfig.native.js.map +0 -1
- package/dist/es/runtimeConfig.shared.js +0 -14
- package/dist/es/runtimeConfig.shared.js.map +0 -1
- package/dist/es/waiters/waitForEndpointDeleted.js +0 -97
- package/dist/es/waiters/waitForEndpointDeleted.js.map +0 -1
- package/dist/es/waiters/waitForReplicationInstanceAvailable.js +0 -171
- package/dist/es/waiters/waitForReplicationInstanceAvailable.js.map +0 -1
- package/dist/es/waiters/waitForReplicationInstanceDeleted.js +0 -72
- package/dist/es/waiters/waitForReplicationInstanceDeleted.js.map +0 -1
- package/dist/es/waiters/waitForReplicationTaskDeleted.js +0 -172
- package/dist/es/waiters/waitForReplicationTaskDeleted.js.map +0 -1
- package/dist/es/waiters/waitForReplicationTaskReady.js +0 -271
- package/dist/es/waiters/waitForReplicationTaskReady.js.map +0 -1
- package/dist/es/waiters/waitForReplicationTaskRunning.js +0 -271
- package/dist/es/waiters/waitForReplicationTaskRunning.js.map +0 -1
- package/dist/es/waiters/waitForReplicationTaskStopped.js +0 -246
- package/dist/es/waiters/waitForReplicationTaskStopped.js.map +0 -1
- package/dist/es/waiters/waitForTestConnectionSucceeds.js +0 -96
- package/dist/es/waiters/waitForTestConnectionSucceeds.js.map +0 -1
- package/dist/types/DatabaseMigrationService.d.ts +0 -552
- 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 -37
- 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 -37
- 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/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.d.ts +0 -37
- package/dist/types/ts3.4/DatabaseMigrationService.d.ts +0 -552
- 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 -37
- 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 -37
- 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/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.d.ts +0 -37
- 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/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 -9002
- 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
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
|
|
2
|
-
import { DescribeOrderableReplicationInstancesMessage, DescribeOrderableReplicationInstancesResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface DescribeOrderableReplicationInstancesCommandInput extends DescribeOrderableReplicationInstancesMessage {
|
|
6
|
-
}
|
|
7
|
-
export interface DescribeOrderableReplicationInstancesCommandOutput extends DescribeOrderableReplicationInstancesResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Returns information about the replication instance types that can be created in the
|
|
11
|
-
* specified region.</p>
|
|
12
|
-
* @example
|
|
13
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
-
* ```javascript
|
|
15
|
-
* import { DatabaseMigrationServiceClient, DescribeOrderableReplicationInstancesCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
|
|
16
|
-
* // const { DatabaseMigrationServiceClient, DescribeOrderableReplicationInstancesCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
|
|
17
|
-
* const client = new DatabaseMigrationServiceClient(config);
|
|
18
|
-
* const command = new DescribeOrderableReplicationInstancesCommand(input);
|
|
19
|
-
* const response = await client.send(command);
|
|
20
|
-
* ```
|
|
21
|
-
*
|
|
22
|
-
* @see {@link DescribeOrderableReplicationInstancesCommandInput} for command's `input` shape.
|
|
23
|
-
* @see {@link DescribeOrderableReplicationInstancesCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for command's `input` shape.
|
|
25
|
-
*
|
|
26
|
-
*/
|
|
27
|
-
export declare class DescribeOrderableReplicationInstancesCommand extends $Command<DescribeOrderableReplicationInstancesCommandInput, DescribeOrderableReplicationInstancesCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
|
|
28
|
-
readonly input: DescribeOrderableReplicationInstancesCommandInput;
|
|
29
|
-
constructor(input: DescribeOrderableReplicationInstancesCommandInput);
|
|
30
|
-
/**
|
|
31
|
-
* @internal
|
|
32
|
-
*/
|
|
33
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DatabaseMigrationServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeOrderableReplicationInstancesCommandInput, DescribeOrderableReplicationInstancesCommandOutput>;
|
|
34
|
-
private serialize;
|
|
35
|
-
private deserialize;
|
|
36
|
-
}
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
|
|
2
|
-
import { DescribePendingMaintenanceActionsMessage, DescribePendingMaintenanceActionsResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface DescribePendingMaintenanceActionsCommandInput extends DescribePendingMaintenanceActionsMessage {
|
|
6
|
-
}
|
|
7
|
-
export interface DescribePendingMaintenanceActionsCommandOutput extends DescribePendingMaintenanceActionsResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>For internal use only</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { DatabaseMigrationServiceClient, DescribePendingMaintenanceActionsCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
|
|
15
|
-
* // const { DatabaseMigrationServiceClient, DescribePendingMaintenanceActionsCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
|
|
16
|
-
* const client = new DatabaseMigrationServiceClient(config);
|
|
17
|
-
* const command = new DescribePendingMaintenanceActionsCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link DescribePendingMaintenanceActionsCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link DescribePendingMaintenanceActionsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
26
|
-
export declare class DescribePendingMaintenanceActionsCommand extends $Command<DescribePendingMaintenanceActionsCommandInput, DescribePendingMaintenanceActionsCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
|
|
27
|
-
readonly input: DescribePendingMaintenanceActionsCommandInput;
|
|
28
|
-
constructor(input: DescribePendingMaintenanceActionsCommandInput);
|
|
29
|
-
/**
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
32
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DatabaseMigrationServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribePendingMaintenanceActionsCommandInput, DescribePendingMaintenanceActionsCommandOutput>;
|
|
33
|
-
private serialize;
|
|
34
|
-
private deserialize;
|
|
35
|
-
}
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
|
|
2
|
-
import { DescribeRefreshSchemasStatusMessage, DescribeRefreshSchemasStatusResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface DescribeRefreshSchemasStatusCommandInput extends DescribeRefreshSchemasStatusMessage {
|
|
6
|
-
}
|
|
7
|
-
export interface DescribeRefreshSchemasStatusCommandOutput extends DescribeRefreshSchemasStatusResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Returns the status of the RefreshSchemas operation.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { DatabaseMigrationServiceClient, DescribeRefreshSchemasStatusCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
|
|
15
|
-
* // const { DatabaseMigrationServiceClient, DescribeRefreshSchemasStatusCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
|
|
16
|
-
* const client = new DatabaseMigrationServiceClient(config);
|
|
17
|
-
* const command = new DescribeRefreshSchemasStatusCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link DescribeRefreshSchemasStatusCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link DescribeRefreshSchemasStatusCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
26
|
-
export declare class DescribeRefreshSchemasStatusCommand extends $Command<DescribeRefreshSchemasStatusCommandInput, DescribeRefreshSchemasStatusCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
|
|
27
|
-
readonly input: DescribeRefreshSchemasStatusCommandInput;
|
|
28
|
-
constructor(input: DescribeRefreshSchemasStatusCommandInput);
|
|
29
|
-
/**
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
32
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DatabaseMigrationServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeRefreshSchemasStatusCommandInput, DescribeRefreshSchemasStatusCommandOutput>;
|
|
33
|
-
private serialize;
|
|
34
|
-
private deserialize;
|
|
35
|
-
}
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
|
|
2
|
-
import { DescribeReplicationInstanceTaskLogsMessage, DescribeReplicationInstanceTaskLogsResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface DescribeReplicationInstanceTaskLogsCommandInput extends DescribeReplicationInstanceTaskLogsMessage {
|
|
6
|
-
}
|
|
7
|
-
export interface DescribeReplicationInstanceTaskLogsCommandOutput extends DescribeReplicationInstanceTaskLogsResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Returns information about the task logs for the specified task.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { DatabaseMigrationServiceClient, DescribeReplicationInstanceTaskLogsCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
|
|
15
|
-
* // const { DatabaseMigrationServiceClient, DescribeReplicationInstanceTaskLogsCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
|
|
16
|
-
* const client = new DatabaseMigrationServiceClient(config);
|
|
17
|
-
* const command = new DescribeReplicationInstanceTaskLogsCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link DescribeReplicationInstanceTaskLogsCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link DescribeReplicationInstanceTaskLogsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
26
|
-
export declare class DescribeReplicationInstanceTaskLogsCommand extends $Command<DescribeReplicationInstanceTaskLogsCommandInput, DescribeReplicationInstanceTaskLogsCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
|
|
27
|
-
readonly input: DescribeReplicationInstanceTaskLogsCommandInput;
|
|
28
|
-
constructor(input: DescribeReplicationInstanceTaskLogsCommandInput);
|
|
29
|
-
/**
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
32
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DatabaseMigrationServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeReplicationInstanceTaskLogsCommandInput, DescribeReplicationInstanceTaskLogsCommandOutput>;
|
|
33
|
-
private serialize;
|
|
34
|
-
private deserialize;
|
|
35
|
-
}
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
|
|
2
|
-
import { DescribeReplicationInstancesMessage, DescribeReplicationInstancesResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface DescribeReplicationInstancesCommandInput extends DescribeReplicationInstancesMessage {
|
|
6
|
-
}
|
|
7
|
-
export interface DescribeReplicationInstancesCommandOutput extends DescribeReplicationInstancesResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Returns information about replication instances for your account in the current
|
|
11
|
-
* region.</p>
|
|
12
|
-
* @example
|
|
13
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
-
* ```javascript
|
|
15
|
-
* import { DatabaseMigrationServiceClient, DescribeReplicationInstancesCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
|
|
16
|
-
* // const { DatabaseMigrationServiceClient, DescribeReplicationInstancesCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
|
|
17
|
-
* const client = new DatabaseMigrationServiceClient(config);
|
|
18
|
-
* const command = new DescribeReplicationInstancesCommand(input);
|
|
19
|
-
* const response = await client.send(command);
|
|
20
|
-
* ```
|
|
21
|
-
*
|
|
22
|
-
* @see {@link DescribeReplicationInstancesCommandInput} for command's `input` shape.
|
|
23
|
-
* @see {@link DescribeReplicationInstancesCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for command's `input` shape.
|
|
25
|
-
*
|
|
26
|
-
*/
|
|
27
|
-
export declare class DescribeReplicationInstancesCommand extends $Command<DescribeReplicationInstancesCommandInput, DescribeReplicationInstancesCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
|
|
28
|
-
readonly input: DescribeReplicationInstancesCommandInput;
|
|
29
|
-
constructor(input: DescribeReplicationInstancesCommandInput);
|
|
30
|
-
/**
|
|
31
|
-
* @internal
|
|
32
|
-
*/
|
|
33
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DatabaseMigrationServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeReplicationInstancesCommandInput, DescribeReplicationInstancesCommandOutput>;
|
|
34
|
-
private serialize;
|
|
35
|
-
private deserialize;
|
|
36
|
-
}
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
|
|
2
|
-
import { DescribeReplicationSubnetGroupsMessage, DescribeReplicationSubnetGroupsResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface DescribeReplicationSubnetGroupsCommandInput extends DescribeReplicationSubnetGroupsMessage {
|
|
6
|
-
}
|
|
7
|
-
export interface DescribeReplicationSubnetGroupsCommandOutput extends DescribeReplicationSubnetGroupsResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Returns information about the replication subnet groups.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { DatabaseMigrationServiceClient, DescribeReplicationSubnetGroupsCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
|
|
15
|
-
* // const { DatabaseMigrationServiceClient, DescribeReplicationSubnetGroupsCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
|
|
16
|
-
* const client = new DatabaseMigrationServiceClient(config);
|
|
17
|
-
* const command = new DescribeReplicationSubnetGroupsCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link DescribeReplicationSubnetGroupsCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link DescribeReplicationSubnetGroupsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
26
|
-
export declare class DescribeReplicationSubnetGroupsCommand extends $Command<DescribeReplicationSubnetGroupsCommandInput, DescribeReplicationSubnetGroupsCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
|
|
27
|
-
readonly input: DescribeReplicationSubnetGroupsCommandInput;
|
|
28
|
-
constructor(input: DescribeReplicationSubnetGroupsCommandInput);
|
|
29
|
-
/**
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
32
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DatabaseMigrationServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeReplicationSubnetGroupsCommandInput, DescribeReplicationSubnetGroupsCommandOutput>;
|
|
33
|
-
private serialize;
|
|
34
|
-
private deserialize;
|
|
35
|
-
}
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
|
|
2
|
-
import { DescribeReplicationTaskAssessmentResultsMessage, DescribeReplicationTaskAssessmentResultsResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface DescribeReplicationTaskAssessmentResultsCommandInput extends DescribeReplicationTaskAssessmentResultsMessage {
|
|
6
|
-
}
|
|
7
|
-
export interface DescribeReplicationTaskAssessmentResultsCommandOutput extends DescribeReplicationTaskAssessmentResultsResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Returns the task assessment results from the Amazon S3 bucket that DMS creates in your
|
|
11
|
-
* Amazon Web Services account. This action always returns the
|
|
12
|
-
* latest results.</p>
|
|
13
|
-
* <p>For more information about DMS task assessments, see
|
|
14
|
-
* <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tasks.AssessmentReport.html">Creating a task assessment report</a>
|
|
15
|
-
* in the <a href="https://docs.aws.amazon.com/https:/docs.aws.amazon.com/dms/latest/userguide/Welcome.html">
|
|
16
|
-
* Database Migration Service User Guide</a>.</p>
|
|
17
|
-
* @example
|
|
18
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
19
|
-
* ```javascript
|
|
20
|
-
* import { DatabaseMigrationServiceClient, DescribeReplicationTaskAssessmentResultsCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
|
|
21
|
-
* // const { DatabaseMigrationServiceClient, DescribeReplicationTaskAssessmentResultsCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
|
|
22
|
-
* const client = new DatabaseMigrationServiceClient(config);
|
|
23
|
-
* const command = new DescribeReplicationTaskAssessmentResultsCommand(input);
|
|
24
|
-
* const response = await client.send(command);
|
|
25
|
-
* ```
|
|
26
|
-
*
|
|
27
|
-
* @see {@link DescribeReplicationTaskAssessmentResultsCommandInput} for command's `input` shape.
|
|
28
|
-
* @see {@link DescribeReplicationTaskAssessmentResultsCommandOutput} for command's `response` shape.
|
|
29
|
-
* @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for command's `input` shape.
|
|
30
|
-
*
|
|
31
|
-
*/
|
|
32
|
-
export declare class DescribeReplicationTaskAssessmentResultsCommand extends $Command<DescribeReplicationTaskAssessmentResultsCommandInput, DescribeReplicationTaskAssessmentResultsCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
|
|
33
|
-
readonly input: DescribeReplicationTaskAssessmentResultsCommandInput;
|
|
34
|
-
constructor(input: DescribeReplicationTaskAssessmentResultsCommandInput);
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DatabaseMigrationServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeReplicationTaskAssessmentResultsCommandInput, DescribeReplicationTaskAssessmentResultsCommandOutput>;
|
|
39
|
-
private serialize;
|
|
40
|
-
private deserialize;
|
|
41
|
-
}
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
|
|
2
|
-
import { DescribeReplicationTaskAssessmentRunsMessage, DescribeReplicationTaskAssessmentRunsResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface DescribeReplicationTaskAssessmentRunsCommandInput extends DescribeReplicationTaskAssessmentRunsMessage {
|
|
6
|
-
}
|
|
7
|
-
export interface DescribeReplicationTaskAssessmentRunsCommandOutput extends DescribeReplicationTaskAssessmentRunsResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Returns a paginated list of premigration assessment runs based on filter
|
|
11
|
-
* settings.</p>
|
|
12
|
-
* <p>These filter settings can specify a combination of premigration assessment runs,
|
|
13
|
-
* migration tasks, replication instances, and assessment run status values.</p>
|
|
14
|
-
* <note>
|
|
15
|
-
* <p>This operation doesn't return information about individual assessments. For this
|
|
16
|
-
* information, see the <code>DescribeReplicationTaskIndividualAssessments</code>
|
|
17
|
-
* operation. </p>
|
|
18
|
-
* </note>
|
|
19
|
-
* @example
|
|
20
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
21
|
-
* ```javascript
|
|
22
|
-
* import { DatabaseMigrationServiceClient, DescribeReplicationTaskAssessmentRunsCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
|
|
23
|
-
* // const { DatabaseMigrationServiceClient, DescribeReplicationTaskAssessmentRunsCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
|
|
24
|
-
* const client = new DatabaseMigrationServiceClient(config);
|
|
25
|
-
* const command = new DescribeReplicationTaskAssessmentRunsCommand(input);
|
|
26
|
-
* const response = await client.send(command);
|
|
27
|
-
* ```
|
|
28
|
-
*
|
|
29
|
-
* @see {@link DescribeReplicationTaskAssessmentRunsCommandInput} for command's `input` shape.
|
|
30
|
-
* @see {@link DescribeReplicationTaskAssessmentRunsCommandOutput} for command's `response` shape.
|
|
31
|
-
* @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for command's `input` shape.
|
|
32
|
-
*
|
|
33
|
-
*/
|
|
34
|
-
export declare class DescribeReplicationTaskAssessmentRunsCommand extends $Command<DescribeReplicationTaskAssessmentRunsCommandInput, DescribeReplicationTaskAssessmentRunsCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
|
|
35
|
-
readonly input: DescribeReplicationTaskAssessmentRunsCommandInput;
|
|
36
|
-
constructor(input: DescribeReplicationTaskAssessmentRunsCommandInput);
|
|
37
|
-
/**
|
|
38
|
-
* @internal
|
|
39
|
-
*/
|
|
40
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DatabaseMigrationServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeReplicationTaskAssessmentRunsCommandInput, DescribeReplicationTaskAssessmentRunsCommandOutput>;
|
|
41
|
-
private serialize;
|
|
42
|
-
private deserialize;
|
|
43
|
-
}
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
|
|
2
|
-
import { DescribeReplicationTaskIndividualAssessmentsMessage, DescribeReplicationTaskIndividualAssessmentsResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface DescribeReplicationTaskIndividualAssessmentsCommandInput extends DescribeReplicationTaskIndividualAssessmentsMessage {
|
|
6
|
-
}
|
|
7
|
-
export interface DescribeReplicationTaskIndividualAssessmentsCommandOutput extends DescribeReplicationTaskIndividualAssessmentsResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Returns a paginated list of individual assessments based on filter settings.</p>
|
|
11
|
-
* <p>These filter settings can specify a combination of premigration assessment runs,
|
|
12
|
-
* migration tasks, and assessment status values.</p>
|
|
13
|
-
* @example
|
|
14
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
15
|
-
* ```javascript
|
|
16
|
-
* import { DatabaseMigrationServiceClient, DescribeReplicationTaskIndividualAssessmentsCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
|
|
17
|
-
* // const { DatabaseMigrationServiceClient, DescribeReplicationTaskIndividualAssessmentsCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
|
|
18
|
-
* const client = new DatabaseMigrationServiceClient(config);
|
|
19
|
-
* const command = new DescribeReplicationTaskIndividualAssessmentsCommand(input);
|
|
20
|
-
* const response = await client.send(command);
|
|
21
|
-
* ```
|
|
22
|
-
*
|
|
23
|
-
* @see {@link DescribeReplicationTaskIndividualAssessmentsCommandInput} for command's `input` shape.
|
|
24
|
-
* @see {@link DescribeReplicationTaskIndividualAssessmentsCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for command's `input` shape.
|
|
26
|
-
*
|
|
27
|
-
*/
|
|
28
|
-
export declare class DescribeReplicationTaskIndividualAssessmentsCommand extends $Command<DescribeReplicationTaskIndividualAssessmentsCommandInput, DescribeReplicationTaskIndividualAssessmentsCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
|
|
29
|
-
readonly input: DescribeReplicationTaskIndividualAssessmentsCommandInput;
|
|
30
|
-
constructor(input: DescribeReplicationTaskIndividualAssessmentsCommandInput);
|
|
31
|
-
/**
|
|
32
|
-
* @internal
|
|
33
|
-
*/
|
|
34
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DatabaseMigrationServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeReplicationTaskIndividualAssessmentsCommandInput, DescribeReplicationTaskIndividualAssessmentsCommandOutput>;
|
|
35
|
-
private serialize;
|
|
36
|
-
private deserialize;
|
|
37
|
-
}
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
|
|
2
|
-
import { DescribeReplicationTasksMessage, DescribeReplicationTasksResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface DescribeReplicationTasksCommandInput extends DescribeReplicationTasksMessage {
|
|
6
|
-
}
|
|
7
|
-
export interface DescribeReplicationTasksCommandOutput extends DescribeReplicationTasksResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Returns information about replication tasks for your account in the current
|
|
11
|
-
* region.</p>
|
|
12
|
-
* @example
|
|
13
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
-
* ```javascript
|
|
15
|
-
* import { DatabaseMigrationServiceClient, DescribeReplicationTasksCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
|
|
16
|
-
* // const { DatabaseMigrationServiceClient, DescribeReplicationTasksCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
|
|
17
|
-
* const client = new DatabaseMigrationServiceClient(config);
|
|
18
|
-
* const command = new DescribeReplicationTasksCommand(input);
|
|
19
|
-
* const response = await client.send(command);
|
|
20
|
-
* ```
|
|
21
|
-
*
|
|
22
|
-
* @see {@link DescribeReplicationTasksCommandInput} for command's `input` shape.
|
|
23
|
-
* @see {@link DescribeReplicationTasksCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for command's `input` shape.
|
|
25
|
-
*
|
|
26
|
-
*/
|
|
27
|
-
export declare class DescribeReplicationTasksCommand extends $Command<DescribeReplicationTasksCommandInput, DescribeReplicationTasksCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
|
|
28
|
-
readonly input: DescribeReplicationTasksCommandInput;
|
|
29
|
-
constructor(input: DescribeReplicationTasksCommandInput);
|
|
30
|
-
/**
|
|
31
|
-
* @internal
|
|
32
|
-
*/
|
|
33
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DatabaseMigrationServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeReplicationTasksCommandInput, DescribeReplicationTasksCommandOutput>;
|
|
34
|
-
private serialize;
|
|
35
|
-
private deserialize;
|
|
36
|
-
}
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
|
|
2
|
-
import { DescribeSchemasMessage, DescribeSchemasResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface DescribeSchemasCommandInput extends DescribeSchemasMessage {
|
|
6
|
-
}
|
|
7
|
-
export interface DescribeSchemasCommandOutput extends DescribeSchemasResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Returns information about the schema for the specified endpoint.</p>
|
|
11
|
-
*
|
|
12
|
-
* <p></p>
|
|
13
|
-
* @example
|
|
14
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
15
|
-
* ```javascript
|
|
16
|
-
* import { DatabaseMigrationServiceClient, DescribeSchemasCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
|
|
17
|
-
* // const { DatabaseMigrationServiceClient, DescribeSchemasCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
|
|
18
|
-
* const client = new DatabaseMigrationServiceClient(config);
|
|
19
|
-
* const command = new DescribeSchemasCommand(input);
|
|
20
|
-
* const response = await client.send(command);
|
|
21
|
-
* ```
|
|
22
|
-
*
|
|
23
|
-
* @see {@link DescribeSchemasCommandInput} for command's `input` shape.
|
|
24
|
-
* @see {@link DescribeSchemasCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for command's `input` shape.
|
|
26
|
-
*
|
|
27
|
-
*/
|
|
28
|
-
export declare class DescribeSchemasCommand extends $Command<DescribeSchemasCommandInput, DescribeSchemasCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
|
|
29
|
-
readonly input: DescribeSchemasCommandInput;
|
|
30
|
-
constructor(input: DescribeSchemasCommandInput);
|
|
31
|
-
/**
|
|
32
|
-
* @internal
|
|
33
|
-
*/
|
|
34
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DatabaseMigrationServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeSchemasCommandInput, DescribeSchemasCommandOutput>;
|
|
35
|
-
private serialize;
|
|
36
|
-
private deserialize;
|
|
37
|
-
}
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
|
|
2
|
-
import { DescribeTableStatisticsMessage, DescribeTableStatisticsResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface DescribeTableStatisticsCommandInput extends DescribeTableStatisticsMessage {
|
|
6
|
-
}
|
|
7
|
-
export interface DescribeTableStatisticsCommandOutput extends DescribeTableStatisticsResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Returns table statistics on the database migration task, including table name, rows
|
|
11
|
-
* inserted, rows updated, and rows deleted.</p>
|
|
12
|
-
* <p>Note that the "last updated" column the DMS console only indicates the time that DMS
|
|
13
|
-
* last updated the table statistics record for a table. It does not indicate the time of the
|
|
14
|
-
* last update to the table.</p>
|
|
15
|
-
* @example
|
|
16
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
17
|
-
* ```javascript
|
|
18
|
-
* import { DatabaseMigrationServiceClient, DescribeTableStatisticsCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
|
|
19
|
-
* // const { DatabaseMigrationServiceClient, DescribeTableStatisticsCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
|
|
20
|
-
* const client = new DatabaseMigrationServiceClient(config);
|
|
21
|
-
* const command = new DescribeTableStatisticsCommand(input);
|
|
22
|
-
* const response = await client.send(command);
|
|
23
|
-
* ```
|
|
24
|
-
*
|
|
25
|
-
* @see {@link DescribeTableStatisticsCommandInput} for command's `input` shape.
|
|
26
|
-
* @see {@link DescribeTableStatisticsCommandOutput} for command's `response` shape.
|
|
27
|
-
* @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for command's `input` shape.
|
|
28
|
-
*
|
|
29
|
-
*/
|
|
30
|
-
export declare class DescribeTableStatisticsCommand extends $Command<DescribeTableStatisticsCommandInput, DescribeTableStatisticsCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
|
|
31
|
-
readonly input: DescribeTableStatisticsCommandInput;
|
|
32
|
-
constructor(input: DescribeTableStatisticsCommandInput);
|
|
33
|
-
/**
|
|
34
|
-
* @internal
|
|
35
|
-
*/
|
|
36
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DatabaseMigrationServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeTableStatisticsCommandInput, DescribeTableStatisticsCommandOutput>;
|
|
37
|
-
private serialize;
|
|
38
|
-
private deserialize;
|
|
39
|
-
}
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
|
|
2
|
-
import { ImportCertificateMessage, ImportCertificateResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface ImportCertificateCommandInput extends ImportCertificateMessage {
|
|
6
|
-
}
|
|
7
|
-
export interface ImportCertificateCommandOutput extends ImportCertificateResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Uploads the specified certificate.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { DatabaseMigrationServiceClient, ImportCertificateCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
|
|
15
|
-
* // const { DatabaseMigrationServiceClient, ImportCertificateCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
|
|
16
|
-
* const client = new DatabaseMigrationServiceClient(config);
|
|
17
|
-
* const command = new ImportCertificateCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link ImportCertificateCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link ImportCertificateCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
26
|
-
export declare class ImportCertificateCommand extends $Command<ImportCertificateCommandInput, ImportCertificateCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
|
|
27
|
-
readonly input: ImportCertificateCommandInput;
|
|
28
|
-
constructor(input: ImportCertificateCommandInput);
|
|
29
|
-
/**
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
32
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DatabaseMigrationServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ImportCertificateCommandInput, ImportCertificateCommandOutput>;
|
|
33
|
-
private serialize;
|
|
34
|
-
private deserialize;
|
|
35
|
-
}
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
|
|
2
|
-
import { ListTagsForResourceMessage, ListTagsForResourceResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface ListTagsForResourceCommandInput extends ListTagsForResourceMessage {
|
|
6
|
-
}
|
|
7
|
-
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Lists all metadata tags attached to an DMS resource, including
|
|
11
|
-
* replication instance, endpoint, security group, and migration task.
|
|
12
|
-
* For more information, see <a href="https://docs.aws.amazon.com/dms/latest/APIReference/API_Tag.html">
|
|
13
|
-
* <code>Tag</code>
|
|
14
|
-
* </a> data type description.</p>
|
|
15
|
-
* @example
|
|
16
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
17
|
-
* ```javascript
|
|
18
|
-
* import { DatabaseMigrationServiceClient, ListTagsForResourceCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
|
|
19
|
-
* // const { DatabaseMigrationServiceClient, ListTagsForResourceCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
|
|
20
|
-
* const client = new DatabaseMigrationServiceClient(config);
|
|
21
|
-
* const command = new ListTagsForResourceCommand(input);
|
|
22
|
-
* const response = await client.send(command);
|
|
23
|
-
* ```
|
|
24
|
-
*
|
|
25
|
-
* @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
|
|
26
|
-
* @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
|
|
27
|
-
* @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for command's `input` shape.
|
|
28
|
-
*
|
|
29
|
-
*/
|
|
30
|
-
export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
|
|
31
|
-
readonly input: ListTagsForResourceCommandInput;
|
|
32
|
-
constructor(input: ListTagsForResourceCommandInput);
|
|
33
|
-
/**
|
|
34
|
-
* @internal
|
|
35
|
-
*/
|
|
36
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DatabaseMigrationServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
|
|
37
|
-
private serialize;
|
|
38
|
-
private deserialize;
|
|
39
|
-
}
|
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
|
|
2
|
-
import { ModifyEndpointMessage, ModifyEndpointResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface ModifyEndpointCommandInput extends ModifyEndpointMessage {
|
|
6
|
-
}
|
|
7
|
-
export interface ModifyEndpointCommandOutput extends ModifyEndpointResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Modifies the specified endpoint.</p>
|
|
11
|
-
* <note>
|
|
12
|
-
* <p>For a MySQL source or target endpoint, don't explicitly specify the database using
|
|
13
|
-
* the <code>DatabaseName</code> request parameter on the <code>ModifyEndpoint</code> API call.
|
|
14
|
-
* Specifying <code>DatabaseName</code> when you modify a MySQL endpoint replicates all the
|
|
15
|
-
* task tables to this single database. For MySQL endpoints, you specify the database only when
|
|
16
|
-
* you specify the schema in the table-mapping rules of the DMS task.</p>
|
|
17
|
-
* </note>
|
|
18
|
-
* @example
|
|
19
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
20
|
-
* ```javascript
|
|
21
|
-
* import { DatabaseMigrationServiceClient, ModifyEndpointCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
|
|
22
|
-
* // const { DatabaseMigrationServiceClient, ModifyEndpointCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
|
|
23
|
-
* const client = new DatabaseMigrationServiceClient(config);
|
|
24
|
-
* const command = new ModifyEndpointCommand(input);
|
|
25
|
-
* const response = await client.send(command);
|
|
26
|
-
* ```
|
|
27
|
-
*
|
|
28
|
-
* @see {@link ModifyEndpointCommandInput} for command's `input` shape.
|
|
29
|
-
* @see {@link ModifyEndpointCommandOutput} for command's `response` shape.
|
|
30
|
-
* @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for command's `input` shape.
|
|
31
|
-
*
|
|
32
|
-
*/
|
|
33
|
-
export declare class ModifyEndpointCommand extends $Command<ModifyEndpointCommandInput, ModifyEndpointCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
|
|
34
|
-
readonly input: ModifyEndpointCommandInput;
|
|
35
|
-
constructor(input: ModifyEndpointCommandInput);
|
|
36
|
-
/**
|
|
37
|
-
* @internal
|
|
38
|
-
*/
|
|
39
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DatabaseMigrationServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ModifyEndpointCommandInput, ModifyEndpointCommandOutput>;
|
|
40
|
-
private serialize;
|
|
41
|
-
private deserialize;
|
|
42
|
-
}
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
|
|
2
|
-
import { ModifyEventSubscriptionMessage, ModifyEventSubscriptionResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface ModifyEventSubscriptionCommandInput extends ModifyEventSubscriptionMessage {
|
|
6
|
-
}
|
|
7
|
-
export interface ModifyEventSubscriptionCommandOutput extends ModifyEventSubscriptionResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Modifies an existing DMS event notification subscription. </p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { DatabaseMigrationServiceClient, ModifyEventSubscriptionCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
|
|
15
|
-
* // const { DatabaseMigrationServiceClient, ModifyEventSubscriptionCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
|
|
16
|
-
* const client = new DatabaseMigrationServiceClient(config);
|
|
17
|
-
* const command = new ModifyEventSubscriptionCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link ModifyEventSubscriptionCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link ModifyEventSubscriptionCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
26
|
-
export declare class ModifyEventSubscriptionCommand extends $Command<ModifyEventSubscriptionCommandInput, ModifyEventSubscriptionCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
|
|
27
|
-
readonly input: ModifyEventSubscriptionCommandInput;
|
|
28
|
-
constructor(input: ModifyEventSubscriptionCommandInput);
|
|
29
|
-
/**
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
32
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DatabaseMigrationServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ModifyEventSubscriptionCommandInput, ModifyEventSubscriptionCommandOutput>;
|
|
33
|
-
private serialize;
|
|
34
|
-
private deserialize;
|
|
35
|
-
}
|